@font-face {
    font-family: 'OleoScript-Regular';
    src: url('../fonts/OleoScript-Regular.ttf');
    src: url('../fonts/OleoScript-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'PTSans-Regular';
    src: url('../fonts/PTSans-Regular.ttf') format('truetype');
}
body, html {
 font-family: 'PT_Sans-Regular', Helvetica, Arial, sans-serif;
}
/*-----Custom CSS--------*/
.container-fluid {
}
 /* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;  
  background-color:#1C67B9;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #0070BA;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 
 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav {
        background-color: #0070BA;
    }
    .topnav a {
    color:white;
    }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 
/*-----------------*/
.site-header {
	float: left;
	width: 100%;
	padding: 22px 0px;
	border-bottom: solid 1px #e5e5e5;
}
.site-header-logo {
	float: left;
}
.site-header-right {
	float: right;
}
.site-header-menu {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.site-header-menu li {
	float: left;
	font-size: 15px;
	color: #0b62c2;
	
	padding: 0px 25px;
}
.site-header-menu li a {
	float: left;
	color: #000;
	padding: 8px 0px;
}
.site-header-menu li a:hover, .site-header-menu li a:focus, .site-header-menu li a:active {
	text-decoration: none;
	color: #0b62c2;
}
.site-header-menu li.active a {
	color: #0b62c2;
}
.site-header-btn {
	float: right;
	margin-left: 40px;
	
}
.site-header-btn a {
	float: left;
	margin-left: 8px;
	padding: 8px 20px;
	border-radius: 25px;
}
.site-header-btn-login {
	background: #dddddd;
	color: #333333;
	border: solid 1px #dddddd;
	text-decoration: none
}
.site-header-btn-login:hover, .site-header-btn-login:focus, .site-header-btn-login:active {
	background: #dddddd;
	color: #333333;
	border: solid 1px #0070ba;
	text-decoration: none;
}
.site-header-btn-signup {
	background: #0070ba;
	color: #fff;
	border: solid 1px #0070ba;
	text-decoration: none
}
.site-header-btn-signup:hover, .site-header-btn-signup:focus, .site-header-btn-signup:active {
	background: #004c93;
	color: #fff;
	border: solid 1px #004c93;
	text-decoration: none;
}
.site-banner-area {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}
.business-site-banner-area .slider-custom-caption h1 {
	color: #fff !important;
}
.business-site-banner-area .slider-custom-caption p {
	color: #fff !important;
	font-size: 21px;
	line-height: normal;
}
.business-site-banner-area .slider-custom-caption {
	width: 47%;
}
/**Slider**/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-position: bottom center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.slider-custom-caption.right {
	right: 0 !important;
	left: 0 !important;
	float: right;
}
.slider-custom-caption {
	z-index: 99;
	right: 0;
	float: left;
	width: 37%;
	padding: 100px 0;
}
.slider-custom-caption h1 {
	color: #000000;
	float: left;
	clear: both;
	margin: 0px 0px 40px 0px;
	border-bottom: solid 1px;
	font-size: 28px;
	
}
.slider-custom-caption p {
	color: #000000;
	float: left;
	width: 100%;
	font-size: 24px;
	clear: both;
	text-align: justify;
}
.slider-custom-caption ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.slider-custom-caption ul li:before {
	content: "-";
	position: absolute;
	left: 0;
}
.slider-custom-caption ul li {
	float: left;
	padding-left: 15px;
	position: relative;
	clear: both;
	width: 100%;
	font-size: 21px;
	text-align: justify;
	line-height: normal;
	color: #000;
}
.slider-custom-caption-img {
	position: absolute;
	height: 750px;
	width: auto;
	left: 0;
	bottom: 0;
}
.slider-custom-caption-btn {
	float: left;
	clear: both;
	width: 410px;
	margin-top: 50px;
}
.slider-custom-caption-btn a {
	float: left;
	clear: both;
	width: 80%;
	text-align: center;
	font-size: 17px;
	padding: 15px 0px;
	border-radius: 25px;
	box-shadow: 0px 0px 3px #969696;
	
	margin-bottom: 23px;
}
.slider-custom-caption-btn a:last-child {
	margin: 0px;
}
.slider-custom-caption-btn a:hover, .slider-custom-caption-btn a:focus, .slider-custom-caption-btn a:active {
	text-decoration: none;
}
.slider-custom-caption-btn a.caption-signup {
	background: #0070ba;
	border: solid 1px #0070ba;
	color: #fff;
}
.slider-custom-caption-btn a.caption-signup:hover, .slider-custom-caption-btn a.caption-signup:active, .slider-custom-caption-btn a.caption-signup:focus {
	background: #004c93;
}
.slider-custom-caption-btn a.caption-findout {
	background: #ffffff;
	color: #0070ba;
	border: solid 1px #fff;
}
.slider-custom-caption-btn a.caption-findout:hover, .slider-custom-caption-btn a.caption-findout:active, .slider-custom-caption-btn a.caption-findout:focus {
	border: solid 1px #0070ba;
}
.personal-page-slides .slider-custom-caption, .developer-page-slides .slider-custom-caption {
	width: 47%;
}
/**Slider End**/
.site-why-us {
	float: left;
	width: 100%;
	padding: 50px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004497+0,348fd2+45,348fd2+55,004397+100 */
	background: rgb(0,68,151); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004497', endColorstr='#004397', GradientType=1 ); /* IE6-9 */
}
.site-why-us h1 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	margin: 0px 0px 5px 0px;
	
}
.site-why-us h1 a {
    color: #fff;
}
.site-why-us p {
	color: #fff;
	float: left;
	font-size: 22px;
	margin: 0px 0;
	text-align: center;
	width: 100%;
}
.Business-site-why-us-inner .site-why-us-inner-item {
	margin-bottom: 70px;
}
.Business-site-why-us-inner .site-why-us-inner-item p {
	min-height: inherit !important;
}
.site-why-us-inner {
	float: left;
	width: 100%;
	clear: both;
}
.site-why-us-inner-item {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
}
.site-why-us-inner-item img {
	margin: auto;
	display: block;
}
.site-why-us-inner-item:hover img {
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	transform: rotate(360deg);
	transition-duration: 1.5s;
}
.site-why-us-inner-item h2 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 25px 0px;
	font-size: 18px;
	
}
.site-why-us-inner-item p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 17px;
	text-align: justify;
	min-height: 180px;
}
.site-why-us-inner-item a {
	float: left;
	clear: both;
	font-size: 17px;
	margin-top: 10px;
	
	color: #fff;
}
.site-why-us-inner-item a:hover, .site-why-us-inner-item a:focus, .site-why-us-inner-item a:active {
	color: #fff;
	text-decoration: none;
}
.site-why-secure {
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.site-why-secure h1 {
	float: left;
	width: 100%;
	text-align: center;
	color: #5f5d5d;
	font-size: 28px;
	margin: 0px 0px 41px 0px;
	
}
.site-why-secure h1 a {
    color: #5f5d5d;
}
.site-why-secure p {
	color: #000;
	float: left;
	font-size: 22px;
	margin: 0px 0 41px 0;
	text-align: center;
	width: 100%;
}
.site-why-secure-inner {
	float: left;
	width: 100%;
	clear: both;
}
.site-why-secure-inner-item {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
}
.site-why-secure-inner-item img {
	margin: auto;
	display: block;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1, 1); /* Safari */
	transform: scale(1, 1);
	transition-duration: 0.5s;
}
.site-why-secure-inner-item:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}
.site-why-secure-inner-item h2 {
	float: left;
	width: 100%;
	color: #302c2c;
	text-align: center;
	margin: 34px 0px 0px 0px;
	font-size: 17px;
}
.site-why-secure-inner-item a, .site-why-secure-inner-item a:hover, .site-why-secure-inner-item a:focus, .site-why-secure-inner-item a:active {
	color: #302c2c;
	font-size: 15px;
	font-family: 'ZawgyiOne';
	text-decoration: none
}
.site-why-secure-inner-personal .site-why-secure-inner-item {
	float: left;
	width: 12.5%;
}
.site-why-us-revert {
	background: #fff !important;
}
.site-why-us-revert h1 {
	color: #5f5d5d;
}
.site-why-us-revert h1 {
	color: #5f5d5d;
}
.site-why-us-revert p {
	color: #000;
	text-align: center;
	font-size: 24px;
	margin: 18px 0px;
	float: left;
	width: 100%;
}
.site-why-us-revert .site-why-us-inner-item h2 {
	color: #000;
	margin: 25px 0px;
}
.site-why-us-revert .site-why-us-inner-item p {
	font-size: 16px;
	text-align: justify;
}
.site-why-us-revert .site-why-us-inner-item a {
	color: #000;
}
.site-how-work {
	float: left;
	width: 100%;
	color: #fff;
	padding: 50px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004497+0,348fd2+45,348fd2+55,004397+100 */
	background: rgb(0,68,151); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004497', endColorstr='#004397', GradientType=1 ); /* IE6-9 */
}
.site-how-work h1 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-size: 28px;
	
}
.site-how-work h1 a {
    color: #fff;
}
.site-how-work p {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 41px 0px;
	padding: 0px;
	font-size: 24px;
}
.site-how-work img {
	margin: auto;
	display: block;
}
.start-using .site-why-secure-inner-item h2 {
	float: left;
	text-align: left;
	margin-top: 15px;
	display: table;
	height: 40px;
	width: auto;
}
.start-using .site-why-secure-inner-item h2 span {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	display: inline-block;
	border-radius: 100px;
	background: #f7f9fa;
	border: solid 1px #b1b5b9;
	text-align: center;
	line-height: 40px;
	color: #202224;
}
.start-using .site-why-secure-inner-item h2 b {
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	font-size: 17px;
}
.start-using .site-why-secure-inner-item p {
	float: left;
	width: 100%;
	color: #363535;
	font-size: 16px;
	padding-left: 30px;
	text-align: left;
	line-height: 18px;
	margin-top: 27px;
}
.site-before-footer-info {
	float: left;
	width: 100%;
	color: #fff;
	padding: 50px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004497+0,348fd2+45,348fd2+55,004397+100 */
	background: rgb(0,68,151); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004497', endColorstr='#004397', GradientType=1 ); /* IE6-9 */
}
.site-before-footer-info h2 {
	float: left;
	width: 100%;
	margin: 0px;
	
	font-size: 24px;
	line-height: 26px;
}
.site-before-footer-info ul {
	float: left;
	padding: 0px;
	list-style: none;
	margin: 45px 0 0 0;
}
.site-before-footer-info ul li:before {
	content: "-";
	position: absolute;
	top: 0%;
	left: 0;
}
.site-before-footer-info ul li {
	float: left;
	padding-left: 15px;
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 32px;
}
.site-Start-shopping-footer {
	float: left;
	padding: 70px 0;
	width: 100%;
	background: #f8f9fa;
}
.site-Start-shopping-footer h1 {
	float: left;
	width: 100%;
	text-align: center;
	color: #282626;
	margin-bottom: 44px;
	
	font-size: 35px;
}
.site-Start-shopping-footer a {
	border-radius: 25px;
	display: table;
	margin: auto;
	
	font-size: 17px;
	padding: 15px 0;
	text-align: center;
	max-width: 80%;
	min-width: 310px;
	background: #0070ba;
	color: #fff;
	text-decoration: none;
}
.site-Start-shopping-footer a:hover, .site-Start-shopping-footer a:focus, .site-Start-shopping-footer a:active {
	color: #fff;
	background: #004c93;
	text-decoration: none;
}
.site-footer {
	float: left;
	width: 100%;
	clear: both;
	padding: 50px 0px;
}
.site-footer .container {
	padding: 0% 3%;
}
.site-footer-link {
	display: block;
	margin: auto auto 22px;
	text-align: center;
	border-bottom: dotted 2px #c0c0c0;
	padding-bottom: 44px;
	padding-left: 0px;
}
.site-footer-link li {
	display: inline-block;
	color: #000000;
	font-size: 12px;
	margin: 0 11px;
}
.site-footer-link li a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
}
.site-footer-link li a:hover, .site-footer-link li a:focus, .site-footer-link li a:active {
	color: #0070ba;
	text-decoration: underline;
}
.site-footer-copyright {
	float: left;
	width: 100%;
}
.site-footer-copyright p {
	float: left;
	margin: 19px 0px 0px 0px;
	font-size: 13px;
	color: #000;
}
.site-footer-certified-reg {
	float: right;
}
.site-footer-certified-reg img:first-child {
	margin-left: 12px;
}
.site-footer-certified-reg img {
	float: left;
	margin-left: 12px;
}
.footer-end-line {
	float: left;
	width: 100%;
	clear: both;
	color: #000000;
	font-size: 12px;
	margin: 24px 0px 0px 0px;
}
.site-footer-other-pages {
	float: left;
	width: 100%;
	padding: 27px 0px;
	clear: both;
	color: #000000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f4f4f4+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 ); /* IE6-9 */
}
.site-footer-other-pages ul {
	float: left;
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.site-footer-other-pages ul li {
	float: left;
}
.site-footer-other-pages ul li a {
	float: left;
	color: #000;
	margin-right: 20px;
}
.site-footer-other-pages ul li:last-child a {
	margin-right: 0px;
}
.site-footer-other-pages ul li a:hover, .site-footer-other-pages ul li a:focus, .site-footer-other-pages ul li a:active {
	color: #000;
	text-decoration: none;
}
.site-footer-other-pages p {
	float: right;
	margin: 0px;
}
/**Business Page**/
.site-Business-Accepting {
	float: left;
	width: 100%;
}
.site-Business-Accepting ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.site-Business-Accepting ul li:before {
	font-family: 'FontAwesome';
	content: '\f058';
	margin: 0 13px 0 0px;
	color: #46b157;
	font-size: 19px;
}
.site-Business-Accepting ul li {
	float: left;
	width: 50%;
	padding: 0px 0px 0px 52px;
	margin: 0px 0px 10px 0px;
	position: relative;
	font-size: 16px;
}
.site-monthly-sales-volume {
	margin: auto;
	display: table;
	width: 80%;
	margin-bottom: 31px;
	padding-top: 35px;
	padding-bottom: 11px;
	border-top: solid 2px #e8e8e8;
	border-bottom: solid 2px #e8e8e8;
}
.site-monthly-sales-volume h1 {
	font-size: 24px;
	margin: 0px;
}
.site-monthly-sales-volume label {
	margin: auto;
	display: table;
	width: 320px;
	position: relative;
}
.site-monthly-sales-volume label select {
	float: left;
	width: 100%;
	margin: 20px 0px 35px 0px;
	border: none;
	color: #333333;
	padding: 8px 12px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-image: url(../img/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	cursor: pointer;
}
.site-monthly-sales-volume h2 {
	font-size: 23px;
	margin: 0px 0px 16px 0px;
	clear: both;
	text-align: center;
}
.site-monthly-sales-volume h2 span {
	font-size: 35px;
}
.site-monthly-sales-volume p {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
}
.site-monthly-sales-volume-btn {
	display: table;
	margin: auto;
	text-align: center;
	font-size: 18px;
	border-bottom: solid 1px #d9e8f6;
	float: none;
	color: #fff;
}
.site-monthly-sales-volume-btn:hover, .site-monthly-sales-volume-btn:active, .site-monthly-sales-volume-btn:focus {
	text-decoration: none;
	color: #fff;
}
.business-page .h-account-types-body-item .h-account-types-body-item-content ul{
	min-height:172px !important;
	}
/**Business Page End**/

/**Developer Page**/
.developer-pymnt-btn{
	font-size:14px !important;
	}
.site-develper-payment-item {
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 30px;
	border: solid 1px #eeeeee;
}
.site-develper-payment-item:hover {
	background: #f2f2f2;
}
.site-develper-payment-item h1 {
	display: table;
	float: none;
	width: auto;
	padding-bottom: 3px;
	margin: auto;
	font-size: 16px;
	color: #000000;
	
	text-align: center;
	border-bottom: solid 1px #000;
}
.site-develper-payment-item-img-btn {
	margin: auto;
	display: table;
	margin-top: 20px;
}
.site-develper-payment-item p {
	font-size: 16px;
	color: #000000;
	text-align: justify;
	margin: 28px 0px 23px 0px;
}
.site-develper-payment-item-btn {
	float: left;
	clear: both;
	line-height: 20px;
	position: relative;
	
	color: #0d91e5;
	text-decoration: none;
}
.site-develper-payment-item-btn:hover, .site-develper-payment-item-btn:active, .site-develper-payment-item-btn:focus {
	text-decoration: underline;
	color: #0d91e5;
}
.site-shopping-extensions {
	float: left;
	clear: both;
	width: 100%;
	background: #ecf4f6;
	padding: 37px 0px 35px 0px;
}
.site-shopping-extensions-inner {
	margin: auto;
	display: block;
	width: 95%;
}
.site-shopping-extensions h1 {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #454040;
	
	font-size: 28px;
	margin: 0px;
}
.site-shopping-extensions p {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #000000;
	
	font-size: 17px;
	margin: 30px 0px;
}
.site-shopping-extensions ul {
	display: block;
	text-align: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.site-shopping-extensions ul li {
	display: inline-grid;
	margin: 0px 1.5%;
}
.site-shopping-extensions ul li img {
	/*height: 90px;*/
	width: auto;
}
.site-shopping-extensions ul li img:hover {
    -ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}
.site-shopping-extensions span {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 16px;
	margin: 40px 0px 27px 0px;
}
.site-shopping-extensions-btn {
	display: table;
	margin: auto;
	text-align: center;
	background: #1c8bc4;
	color: #fefefe;
	
	font-size: 16px;
	padding: 8px 40px;
	border-radius: 10px;
}
.site-shopping-extensions-btn:hover, .site-shopping-extensions-btn:focus, .site-shopping-extensions-btn:active {
	text-decoration: none;
	color: #fefefe;
}
.site-integration-api p {
	font-size: 17px;
	margin: 20px 0px;
	
}
.site-integration-api .site-why-us-inner-item h2 {
	border-bottom: solid 1px #d8e3f1;
	font-size: 17px;
	float: none;
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
}
.site-integration-api .site-why-us-inner-item p {
	font-size: 16px;
	min-height: inherit !important;
	margin-bottom: 20px;
	margin-bottom: 0px;
}
.site-integration-api .site-why-us-inner-item a {
	width: 80%;
	text-align: center;
	color: #0b62c2;
	background: #fff;
	font-size: 16px;
	border: solid 1px #000000;
	border-radius: 8px;
	padding: 8px 0px;
	margin: auto;
	display: inline-block;
	float: none;
	font-size: 15px;
	
	margin-top: 30px;
}
.site-shopping-extensions-tranparent {
	background: none;
}
.site-shopping-extensions-tranparent ul li {
	margin: 0 2%
}
.site-shopping-extensions-tranparent ul li img {
	height: auto;
}
.site-shopping-extensions-tranparent ul li span {
	clear: both;
	margin: 20px 0px 0px 0px;
	display: block;
	width: auto;
	float: none;
}
.site-shopping-extensions-inner .site-shopping-extensions-bottom {
	float: left;
	width: 100%;
	clear: both;
	color: #000000;
	font-size: 17px;
	text-align: left;
	margin: 35px 0px;
}
/**Developer Page End**/
/**Login Pages**/
.site-login-wrapper {
	float: left;
	width: 100%;
	padding: 121px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004497+0,348fd2+45,348fd2+55,004397+100 */
	background: rgb(0,68,151); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004497', endColorstr='#004397', GradientType=1 ); /* IE6-9 */
}
.login-form-wrapper {
	width: 458px;
	margin: auto;
	display: table;
	background: #fff;
	border-radius: 10px;
	border: solid 1px rgba(0,0,0,.6);
	padding: 6px 5px;
}
.login-form-wrapper-inner {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 7px;
	line-height: normal;
}
.login-form-wrapper-inner form {
	float: left;
	width: 100%;
	padding: 13px 16px;
	background: #fff;
	border: solid 1px #eeeeee;
}
.login-form-wrapper-inner form .login-lock {
	float: right;
}
.login-form-wrapper-inner-filed {
	float: left;
	width: 100%;
	padding: 0 25px;
}
.login-form-wrapper-inner form h1 {
	color: #454a52;
	font-size: 20px;
	float: left;
	margin: 6px 0px 20px 0px;
}
.login-form-wrapper-inner form h2 {
	color: #454a52;
	font-size: 13px;
	float: left;
	margin: 0px 0px 19px 0px;
	font-style: italic;
	clear: both;
}
.login-form-wrapper-inner-value {
	float: left;
	width: 100%;
	position: relative;
}
.login-form-wrapper-inner-value img {
	float: left;
	margin-right: 17px;
}
.login-form-wrapper-inner-value span {
	display: table;
	margin-top: 19px;
}
.login-form-wrapper-inner-value span p {
	font-weight: bold;
	color: #454a52;
	margin: 0px 0px 9px 0px;
}
.login-form-wrapper-inner-value span input {
	float: left;
	padding: 8px 8px;
	width: 170px;
	border: solid 1px #67a4da;
    border-radius: 5px;
}
.login-form-wrapper-inner-filed button, .login-form-wrapper-inner-filed input[type=submit] {
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #3289c7;
	padding: 8px 0px;
	border: none;
	/*margin-top: 13px;*/
	margin-bottom: 16px;
	border-radius:5px;
}
.login-form-wrapper-inner-filed button:hover, .login-form-wrapper-inner-filed button:active, .login-form-wrapper-inner-filed button:focus, .login-form-wrapper-inner-filed input[type=submit]:active, .login-form-wrapper-inner-filed input[type=submit]:hover, .login-form-wrapper-inner-filed input[type=submit]:focus {
	background: #004c93;
}
.account-login span {
	margin-top: 0px;
	width: 100%;
}
.account-login span input {
	width: 100%;
	margin-bottom: 13px;
}
.account-login span input:last-child {
	margin-bottom: 0px;
}
.account-login-bottom {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 11px;
	
}
.account-login-bottom a {
	color: #002aff;
	text-decoration: none;
	border-bottom: solid 1px #002aff;
}
.account-login-bottom a:hover, .account-login-bottom a:focus, .account-login-bottom a:active {
	color: #002aff;
	text-decoration: none;
}
/**Login Pages End**/

/**SignUp Pages**/
.site-signup-wrapper {
	float: left;
	width: 100%;
	padding: 45px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004497+0,348fd2+45,348fd2+55,004397+100 */
	background: rgb(0,68,151); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,68,151,1) 0%, rgba(52,143,210,1) 45%, rgba(52,143,210,1) 55%, rgba(0,67,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004497', endColorstr='#004397', GradientType=1 ); /* IE6-9 */
}
.site-signup-wrapper-title {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	color: #fff;	
	font-size: 24px;
	margin: 0px 0px 25px 0px;
}
.signup-form-wrapper-inner {
	width: 540px;
	margin: auto;
	display: table;
	background: #fff;
	border-radius: 10px;
	border: solid 1px rgba(0,0,0,.6);
	padding: 32px 50px 35px 50px;
}
.signup-form-wrapper-inner form {
	float: left;
	width: 100%;
}
.signup-form-wrapper-inner-signup-start {
	width: 800px;
	margin: auto;
	display: table;
	background: #fff;
	border-radius: 10px;
	border: solid 1px rgba(0,0,0,.6);
	padding: 32px 50px 35px 50px;
}
.signup-form-wrapper-inner-signup-start form {
	float: left;
	width: 100%;
}
.signup-form-wrapper {
	float: left;
	width: 100%;
}
.signup-form-wrapper img {
	margin: auto;
	display: block;
}
.signup-form-wrapper form img.signup-main-image {
	margin: auto;
	display: block;
}
.signup-form-wrapper form h1 {
	margin: auto;
	margin-top: 13px;
	margin-bottom: 24px;
	font-family: 'SukhumvitSet-SemiBold';
	font-size: 24px;
	color: #000000;
	border-bottom: solid 1px #000000;
}
.signup-form-wrapper form p {
	float: left;
	width: 100%;
	clear: both;
	font-size: 15px;
	font-family: 'MyriadPro-Regular';
	color: #353434;
	line-height: 18px;
}
.signup-form-wrapper form h2 {
	float: left;
	width: 100%;
	clear: both;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
	color: #353434;
	font-weight: bold;
	margin: 5px 0px 23px 0px;
}
.signup-form-wrapper form input, .signup-form-wrapper form textarea, .signup-form-wrapper form select {
	float: left;
	width: 100%;
	clear: both;
	resize: none;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	padding: 8px 12px;
	font-size: 16px;
	font-family: 'MyriadPro-Regular';
	color: #353434;
	margin: 0px 0px 17px 0px;
}
.signup-form-wrapper form input[type=submit], .signup-form-wrapper form button {
	margin: auto;
	margin-top: 9px;
	display: table;
	background: #0070ba;
	color: #fff;
	padding: 15px 0px;
	width: 70%;
	border: none;
	border-radius: 25px;
	font-family: 'Myrid-bdweb';
	font-size: 16px;
}
.signup-form-wrapper form input[type=submit]:hover, .signup-form-wrapper form input[type=submit]:active, .signup-form-wrapper form input[type=submit]:focus, .signup-form-wrapper form button:hover, .signup-form-wrapper form button:active, .signup-form-wrapper form button:focus {
	background: #004c93;
	color: #fff !important;
}
.successfull-bottom {
	text-align: center;
	margin: 21px 0px 23px 0px;
}
/**SignUp Pages End**/
/**Form Signup Steps**/
.f1 {
	background: #fff;
}
.f1-steps {
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.f1-step {
	position: relative;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
}
.f1-step-icon {
	text-align: center;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: none;
	border: solid 1px #99abae;
	font-size: 16px;
	color: #fff;
	font-size: 22px;
	text-indent: -9999px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.f1-step.activated .f1-step-icon {
	background: #00a52f;
	border: 1px solid #00a52f;
	color: #fff;
	cursor: pointer;
}
.f1-step.active .f1-step-icon {
	width: 12px;
	height: 12px;
	margin-top: 0;
	background: #90a3a6;
	font-size: 22px;
	text-indent: -9999px;
}
.f1-step p {
	color: #ccc;
}
.f1-step.activated p {
	color: #f35b3f;
}
.f1-step.active p {
	color: #f35b3f;
}
.f1 fieldset {
	display: none;
	text-align: left;
}
.f1-buttons {
	text-align: right;
}
.f1 .input-error {
	border-color: red;
}
.f1 .form-group {
	margin-bottom: 0px;
}
.f1 .col-xs-1, .f1 .col-sm-1, .f1 .col-md-1, .f1 .col-lg-1, .f1 .col-xs-2, .f1 .col-sm-2, .f1 .col-md-2, .f1 .col-lg-2, .f1 .col-xs-3, .f1 .col-sm-3, .f1 .col-md-3, .f1 .col-lg-3, .f1 .col-xs-4, .f1 .col-sm-4, .f1 .col-md-4, .f1 .col-lg-4, .f1 .col-xs-5, .f1 .col-sm-5, .f1 .col-md-5, .f1 .col-lg-5, .f1 .col-xs-6, .f1 .col-sm-6, .f1 .col-md-6, .f1 .col-lg-6, .f1 .col-xs-7, .f1 .col-sm-7, .f1 .col-md-7, .f1 .col-lg-7, .f1 .col-xs-8, .f1 .col-sm-8, .f1 .col-md-8, .f1 .col-lg-8, .f1 .col-xs-9, .f1 .col-sm-9, .f1 .col-md-9, .f1 .col-lg-9, .f1 .col-xs-10, .f1 .col-sm-10, .f1 .col-md-10, .f1 .col-lg-10, .f1 .col-xs-11, .f1 .col-sm-11, .f1 .col-md-11, .f1 .col-lg-11, .f1 .col-xs-12, .f1 .col-sm-12, .f1 .col-md-12, .f1 .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}
.f1 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.f1 .form-inner-heading {
	font-size: 16px;
	font-family: 'MyriadPro-Regular';
	color: #353434;
	padding: 11px 10px;
}
.check-sign-up input {
	display: none;/* <-- hide the default checkbox */
}
.check-sign-up span {/* <-- style the artificial checkbox */
	height: 18px;
	width: 18px;
	top: 3px;
	margin-right: 5px;
	border-radius: 3px;
	border: 2px solid #769dac;
	display: inline-block;
	position: relative;
}
.check-sign-up [type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
	font-family: 'FontAwesome';
	content: '\f00c';
	position: absolute;
	top: -2px;
	left: 1px;
	font-size: 12px;
	color: #769dac;
}
.check-sign-up label {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-family: 'MyriadPro-Regular';
}
.check-sign-up a, .check-sign-up a:hover, .check-sign-upa:focus, .check-sign-upa:active {
	color: #1172e9;
	font-weight: bold;
	text-decoration: none;
}
.form-s-code {
	float: left;
	width: 100%;
	background: #5091ce;
	color: #000000;
	border-radius: 3px;
	padding: 12px 12px;
	text-align: center;
	font-size: 24px !important;
	font-family: 'MyriadPro-Regular';
}
/**Form Signup End**/

/**Home How About**/
.site-sub-header {
	float: left;
	width: 100%;
	background: #206bb1;
}
.site-sub-header ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 50px;
}
.site-sub-header ul li {
	display: inline-block;
	color: #fff;
	font-family: 'MyriadPro-Regular';
	height: 50px;
	line-height: 50px;
}
.site-sub-header ul li a {
	color: #fff;
	font-size: 14px;
	float: left;
	padding: 0px 25px;
}
.site-sub-header ul li.active a{
	background:#dddddd;
	color:#333333;
	}
.site-sub-header ul li.active a:hover, .site-sub-header ul li.active a:active, .site-sub-header ul li.active a:focus{
	background:#dddddd;
	color:#333333;
	}
.site-sub-header ul li a:hover, .site-sub-header ul li a:active, .site-sub-header ul li a:focus {
	text-decoration: none;
	background:#dddddd;
	color:#333333;
}
.site-inner-pages-wrap {
	float: left;
	width: 100%;
	background: #f8f8f8;
}
.site-inner-pages-wrap-title {
	float: left;
	width: 100%;
	margin: 28px 0px 24px 0px;
}
.site-inner-pages-wrap-title h1 {
	float: left;
	color: #5f5d5d;
	font-size: 28px;
	margin: 0px;
	
}
.site-inner-pages-wrap-tabs {
	float: right;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.site-inner-pages-wrap-tabs li {
	float: left;
	color: #5f5d5d;
	font-size: 15px;
	font-family: 'MyriadPro-Regular';
}
.site-inner-pages-wrap-tabs li a {
	float: left;
	color: #5f5d5d;
	padding: 5px 10px;
	position: relative;
}
.site-inner-pages-wrap-tabs li a:hover, .site-inner-pages-wrap-tabs li a:active, .site-inner-pages-wrap-tabs li a:focus {
	text-decoration: none;
}
.site-inner-pages-wrap-tabs li.active a{
	text-decoration:underline;
	color:#206bb1 !important;
	}
.site-inner-pages-wrap-tabs li a:after {
	content: "|";
	margin: 5px 5px;
	position: absolute;
	right: -5px;
	top: 0;
}
.site-inner-pages-wrap-tabs li:last-child a:after {
	content: "";
}
.site-inner-pages-wrap-content {
	float: left;
	width: 100%;
	clear: both;
}
.grid-system{
	float:left;
	width:100%;
	background:#dddddd;
	padding:0px;
	list-style:none;
}
.grid-system li{
	float:left;
	color:#333333;
}
.grid-system li a{
	float:left;
	color:#333333;
	padding:8px 12px;
	cursor:pointer;
}
.grid-system li.active a{
	color:#206bb1 !important;
	}
.h-how-about-wrap {
	float: left;
	width: 100%;
}
.h-how-about-wrap-items {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 0px 30px;
	background: #fff;
	min-height: 720px;
}
.h-how-about-wrap-items:hover {
	box-shadow:0px 0px 5px #ccc;
}
.h-how-about-wrap-items img {
	margin: auto;
	margin-top: 5px;
	display: block;
}
.h-how-about-wrap-items h1 {
	float: left;
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 16px;
	
}
.h-how-about-wrap-items h1 a {
	margin: auto;
	display: table;
	color: #005aaa;
	text-decoration: underline;
}
.h-how-about-wrap-items h2 {
	float: left;
	width: 100%;
	margin: 28px 0px 31px 0px;
	color: #de4c00;
	font-size: 16px;
	
}
.h-how-about-wrap-items h3 {
	float: left;
	width: 100%;
	margin: -4px 0px 18px 0px;
	color: #000000;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
}
.h-how-about-wrap-items ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 29px 0px;
	list-style: none;
}
.h-how-about-wrap-items ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.h-how-about-wrap-items ul li:last-child {
	margin-bottom: 0px;
}
.h-how-about-wrap-items ul li span {
	float: right;
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
	color: #000;
}
.h-how-about-wrap-items b {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #0074c4;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: 'MyriadPro-Regular';
}
.h-how-about-wrap-items b:last-child {
	margin: 0px;
}
#list-view .col-sm-6,
#m-list-view .col-sm-6{
	width:100% !important;
	}
#list-view .col-sm-6 .h-how-about-wrap-items,
#m-list-view .col-sm-6 .h-how-about-wrap-items{
	min-height:inherit;
	padding-bottom:20px;
	}
#list-view .col-sm-6 .h-how-about-wrap-items img,
#m-list-view .col-sm-6 .h-how-about-wrap-items img{
	float:left;
	margin-right:10px;
	}
#list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area,
#m-list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area{
	display:table;
	padding-top:20px;
	}
#list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area h1,
#list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area h1 a,
#m-list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area h1,
#m-list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area h1 a{
	text-align:left !important;
	float:left;
	}
#list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area h2,
#m-list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area h2{
	margin:10px 0px;
	}
#list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area ul,
#m-list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area ul{
	margin-bottom:15px;
	}
#list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area ul li,
#m-list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area ul li{
	margin-bottom:0px;
	}
#list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area ul li span,
#m-list-view .col-sm-6 .h-how-about-wrap-items .h-how-about-wrap-items-content-area ul li span{
	float:none;
	margin-left:20px;
	}
/**Home How About End**/

/**Home How MyanPay Work**/
.h-how-myanpay-work {
	float: left;
	width: 100%;
}
.h-how-myanpay-work-breads li.active a, .h-how-myanpay-work-breads li.active a:hover, .h-how-myanpay-work-breads li.active a:active, .h-how-myanpay-work-breads li.active a:focus{
	text-decoration:underline;
	color:#206bb1;
	}
.h-how-myanpay-work-breads:before {
	content: "";
	float: left;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
}
.h-how-myanpay-work-breads {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: #fbfdfe;
	border-top: solid 1px #b1d7e8;
	border-bottom: solid 1px #b1d7e8;
}
.h-how-myanpay-work-breads:after {
	content: "";
	float: left;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -2px;
	left: 0;
	right: 0;
	position: absolute;
}
.h-how-myanpay-work-breads li {
	float: left;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
	color: #000;
}
.h-how-myanpay-work-breads li a {
	float: left;
	padding: 14px 17px;
	color: #000;
	position: relative;
	font-family: 'MyriadPro-Regular';
}
.h-how-myanpay-work-breads li a:hover, .h-how-myanpay-work-breads li a:active, .h-how-myanpay-work-breads li a:focus {
	text-decoration: none;
	color: #000;
}
.h-how-myanpay-work-breads li:last-child a:after {
	content: ""
}
.h-how-myanpay-work-breads li a:after {
	content: '/';
	position: absolute;
	right: 0;
}
.h-how-myanpay-work-inner {
	float: left;
	width: 100%;
	background: #fff;
	padding: 35px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.h-how-myanpay-work-inner h1 {
    font-size: 20px;
    color: #000000;
    
    border-bottom: solid 1px #000000;
    float: left;
	padding-bottom: 5px;
	margin: 0px 0px 20px 0px;
}
.h-how-myanpay-work-inner h2 {
    font-size: 18px;
    
    margin-bottom: 20px;
}
.h-how-myanpay-work-inner-head {
	float: left;
	width: 100%;
}
.h-how-myanpay-work-inner-head p {
	float: left;
	width: 100%;
	/*margin: 0px 0px 24px 0px;*/
    margin: 0px;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
	color: #000;
}
.h-how-myanpay-work-inner-head p:last-child {
	margin: 0px;
}
.h-how-myanpay-work-inner-body {
	float: left;
	width: 100%;
	margin-top: 23px;
}
.h-how-myanpay-work-inner-body img {
	width: auto;
	max-width: 100%;
}
.h-how-myanpay-work-inner-footer {
	float: left;
	width: 100%;
	clear: both;
}
.h-how-myanpay-work-inner-footer h2 {
	float: left;
	font-size: 15px;
	
	color: #000;
	border-bottom: solid 1px #000;
	padding-bottom: 2px;
	margin-top: 33px;
}
.h-how-myanpay-work-inner-footer ul {
	float: left;
	width: 100%;
	clear: both;
	padding: 0px 0px 0px 12px;
	margin: 5px 0px 0px 0px;
	list-style: numbers;
}
.h-how-myanpay-work-inner-footer ul li {
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
	color: #000;
    line-height: 25px;
    padding-left: 10px;
}
/**Home How MyanPay Work End**/

/**Why Use Myanpay**/
.page-home-why-use-myanpay .why-use-myanpay h2 img{
	height:70px;
	width:auto;
	margin-right:15px;
	}
	
.why-use-myanpay h2 {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	
}
.why-use-myanpay ul:last-child {
	margin: 0px;
}
.why-use-myanpay ul {
	float: left;
	width:100%;
	margin: 0px 0px 28px 0px;
	padding-left: 95px;
}
.why-use-myanpay li {
	float: left;
	width: 100%;
	margin: 0px 0px 3px 0px;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
    line-height: 25px;
    padding-left: 10px;
}
.why-use-myanpay li:last-child {
	margin: 0px;
}
/**Why Use Myanpay End**/

/**Why MyanPay is Secure?**/
.why-myanpay-secure h2 {
	border-bottom: solid 1px #000;
	float: left;
	width: auto;
	clear: both;
	padding-bottom: 4px;
}
.why-myanpay-secure ul {
	padding-left: 12px;
	clear: both;
}
/**Why MyanPay is Secure? End**/

/**Account Types Header**/
.h-account-types {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.h-account-types-header {
	float: left;
	width: 100%;
	background: #fff;
	padding: 35px;
	margin-bottom: 30px;
}
.h-account-types-header ul {
	float: left;
	margin: 0px;
	padding: 5px;
	width:100%;
}
.h-account-types-header ul li {
	float: left;
	clear: both;
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
	margin-bottom: 7px;
    line-height: 25px;
    padding-left: 5px;
}
.h-account-types-header ul li:last-child {
	margin: 0px;
}
.h-account-types-header div {
	float: right;
}
.h-account-types-header div a {
	background: #0070ba;
	float: left;
	color: #fff;
	padding: 0px 50px;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
}
.h-account-types-header div a:hover, .h-account-types-header div a:active, .h-account-types-header div a:focus {
	text-decoration: none;
	color: #fff;
	background: #004c93;
}
.h-account-types-body {
	float: left;
	width: 100%;
	clear: both;
}
.h-account-types-body .h-account-types-body-item {
	float: left;
	width: 100%;
	background: #fff;
	padding: 35px;
	margin-bottom: 30px;
}
.h-account-types-body .h-account-types-body-item:hover {
	box-shadow:0px 0px 5px #ccc;
}
.h-account-types-body .h-account-types-body-item img {
	margin: auto;
	display: block;
}
.h-account-types-body .h-account-types-body-item h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	
	color: #000;
	margin: 24px 0px 39px 0px;
	padding-bottom: 2px;
}
.h-account-types-body .h-account-types-body-item .h-account-types-body-item-content h2:nth-child(4n+3) {
	border-bottom: solid 1px #666666;
}
.h-account-types-body-item-content {
	float: left;
	width: 100%;
	clear: both;
	min-height: 450px;
}
.h-account-types-body .h-account-types-body-item .h-account-types-body-item-content h2 {
	float: left;
	font-size: 15px !important;
	font-family: 'MyriadPro-Regular';
	width: auto;
	text-align: left;
	margin: 0px 0px 29px 0px;
    line-height: 25px;
}
.h-account-types-body .h-account-types-body-item .h-account-types-body-item-content ul {
	float: left;
	padding: 0px;
	margin: 0px 0px 47px 0px;
}
.h-account-types-body .h-account-types-body-item .h-account-types-body-item-content ul li {
	float: left;
	clear: both;
	line-height: 25px;
	margin: 0px 0px 3px 0px;
	font-size: 14px !important;
	font-family: 'MyriadPro-Regular';
    padding-left: 5px;
}
.h-account-types-body-item-btn {
	display: table;
	margin: auto;
	clear: both;
	width: 70%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #0070ba;
	color: #fff;
	
	font-size: 16px;
	text-align: center;
}
.h-account-types-body-item-btn:hover, .h-account-types-body-item-btn:active, .h-account-types-body-item-btn:focus {
	color: #fff;
	text-decoration: none;
	background: #004c93;
}
/**Account Types Header End**/

/**What is Myanpay**/
.h-what-is-myanpay-header {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
}
.h-what-is-myanpay-header li {
	margin-bottom: 20px;
}
.h-what-is-myanpay-body {
	float: left;
	width: 100%;
}
.h-what-is-myanpay-body-item {
	float: left;
	width: 100%;
	margin-bottom: 37px;
}
.h-what-is-myanpay-body-item img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
	margin-bottom: 29px;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1, 1); /* Safari */
	transform: scale(1, 1);
	transition-duration: 0.5s;
}
.h-what-is-myanpay-body-item:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}
.h-what-is-myanpay-body-item a {
	text-align: center;
	font-size: 15px;
	color: #005aaa;
	display: table;
	margin: auto;
	font-family: 'MyriadPro-Regular';
	border-bottom: solid 1px #fff;
}
.h-what-is-myanpay-body-item a:hover, .h-what-is-myanpay-body-item a:active, .h-what-is-myanpay-body-item a:focus {
	color: #005aaa;
	text-decoration: none;
	border-bottom: solid 1px #005aaa;
}
.h-what-is-myanpay-footer {
	float: left;
	width: 100%;
	border-top: solid 1px #000;
}
.h-what-is-myanpay-footer h2 {
	float: left;
	clear: both;
	font-size: 18px;
	margin: 34px 0px 18px 0px;
	
}
.h-what-is-myanpay-footer p {
	float: left;
	width: 100%;
	clear: both;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
	color: #000;
}
.h-what-is-myanpay-footer ul {
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 19px 0px 0px 0px;
}
.h-what-is-myanpay-footer ul li {
	float: left;
}
.h-what-is-myanpay-footer ul li a {
	float: left;
	padding: 10px 18px;
}
.h-what-is-myanpay-footer ul li.active {
	background: #c5d8fe;
	border-radius: 7px 7px 0 0;
}
.h-what-is-myanpay-footer .tab-content, .h-what-is-myanpay-footer .tab-pane {
	float: left;
	width: 100%;
}
.h-what-is-myanpay-footer .tab-pane.active {
	background: #c5d8fe;
}
.h-what-is-myanpay-footer .tab-pane {
	background: #c5d8fe;
	padding: 15px;
}
.h-what-is-myanpay-footer .tab-pane h2 {
	float: left;
	width: 100%;
	font-size: 28px;
	color: #000;
	
	margin: 0px;
}
.h-what-is-myanpay-footer .tab-pane li {
	margin-bottom: 5px;
}
.h-what-is-myanpay-footer .tab-pane img {
	width: auto;
	max-width: 100%;
	height: auto;
}
/**What is Myanpay End**/

/**Personal Buyer Protection**/
.p-buyer-protection ul {
	padding: 0px;
}
.p-buyer-protection p, .p-buyer-protection span{
	clear:both;
	}
.p-buyer-protection h1{
	font-family: "MyriadPro-Semibold";
    font-size: 15px;
    margin: 0 0 32px;
	}
/**Personal Buyer Protection End**/

/**Personal Get Paid**/
.personal-get-paid .h-account-types-header p {
	margin-bottom: 0px;
	font-size: 14px;
}
.personal-get-paid-item .h-account-types-body-item-content {
	min-height: 100px;
}
.personal-get-paid-item p {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
    line-height: 25px;
}
.personal-get-paid-item p:last-child {
	margin: 0px;
}
/**Personal Get Paid End**/

/**Special Features for Personal Account**/
.p-s-f-p-account h1 {
	font-size: 14px;
	
	margin: 0px 0px 32px 0px;
}
.p-s-f-p-account h2 {
	margin-bottom: 8px;
}
.p-s-f-p-account-body .h-account-types-body-item-content {
	min-height: 300px;
}
.p-s-f-p-account-footer-top-m-n {
	margin-top: 0px !important;
}
.p-s-f-p-account-footer-bottom-m-n {
	margin-bottom: 0px !important;
}
.p-s-f-p-account-footer-top-m-n h1 {
	text-align: left;
}
.p-s-f-p-account-footer-top-m-n .site-why-secure {
	padding-top: 0px;
	padding-bottom: 0px;
}
.p-s-f-p-account-footer-top-m-n .site-Business-Accepting ul li {
	padding-left: 0px;
}
/**Special Features for Personal Account End**/

/**Merchant Services & Business Solutions**/
.business-m-s-b-s {
	min-height: 100px !important;
}
.business-m-s-b-s p {
	margin-bottom: 34px;
}
.business-m-s-b-s p:last-child {
	margin-bottom: 0px;
}
/**Merchant Services & Business Solutions End**/
.Rate-Discount img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.Rate-Discount h2{
	float:left;
	width:100%;
	clear:both;
	margin:0px;
	font-size:16px;
	color:#055ab8;
	
    margin-bottom: 20px;
	}
.Rate-Discount p{
	float:left;
	width:100%;
	clear:both;
	margin:8px 0px 0px 0px;
	font-size:14px;
	color:#000;
	font-family: 'MyriadPro-Regular';
	}
.Rate-Discount-table{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:4px;
	}
.Rate-Discount-table .table-responsive{
	clear:both;
	margin-top:11px;
	float:left;
	width:100%;
	}
.Rate-Discount .Rate-Discount-table table{
	border-bottom:solid 2px #f2f2f2;
	}
.Rate-Discount .Rate-Discount-table table th{
	background:#206bb1;
	color:#fff;
	font-weight:normal;
	
	text-transform:uppercase;
	}
.Rate-Discount .Rate-Discount-table table th, .Rate-Discount .Rate-Discount-table table td{
	border:none;
	padding-left:20px;
	padding-left:20px;
	}
.Rate-Discount .Rate-Discount-table table tbody tr:nth-child(2n+2){
	background:#f2f2f2;
	}
/**MyanPay Brand Center**/
.developer-myanpay-brand-center-detail .site-shopping-extensions-inner {
	width: 100%;
	margin-bottom: 35px;
}
.developer-myanpay-brand-center-detail .site-shopping-extensions-inner ul {
	float: left;
	width: 100%;
}
.developer-myanpay-brand-center-detail .site-shopping-extensions-inner li {
	clear: none;
}
.developer-myanpay-brand-center-detail h1 {
	float: left;
	width: auto;
	clear: both;
	font-size: 16px;
	
	margin: 0px 0px 20px 0px;
}
.developer-myanpay-brand-center-detail h2 {
	float: left;
	width: auto;
	clear: both;
	font-size: 15px;
	font-family: 'MyriadPro-Regular';
	border-bottom: solid 1px #000;
	padding-bottom: 0px;
	margin: 0px 0px 33px 0px;
}
.site-shopping-extensions.site-shopping-extensions-tranparent.developer-myanpay-brand-center-detail {
	padding-bottom: 0px;
}
.site-shopping-extensions.site-shopping-extensions-tranparent.developer-myanpay-brand-center-detail a {
	font-size: 15px;
	font-family: 'MyriadPro-Regular';
	/*border-bottom: solid 1px #000;*/
    text-decoration: underline;
	color: #000;
	background: none;
	border-radius: 0px;
	margin: auto;
	margin-top: 27px;
	display: table;
	padding: 0px;
	height: auto;
	line-height: normal;
}
.site-shopping-extensions.site-shopping-extensions-tranparent.developer-myanpay-brand-center-detail a:hover {
    color: #0070ba;
    /*border-bottom: none;*/
    text-decoration: none;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
}
.developer-myanpay-brand-center-content {
	float: left;
	width: 100%;
	clear: both;
	border: solid 1px #000;
	padding: 15px 25px;
	border-radius: 15px;
	margin-bottom: 50px;
}
.developer-myanpay-brand-center-content p {
	margin-bottom: 30px;
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
	text-align: left;
}
.developer-myanpay-brand-center-content p:last-child {
	margin: 0px;
}
.no-margin-bottom {
	margin-bottom: 0px;
}
.no-margin-top {
	margin-top: 0px;
}
.developer-myanpay-brand-center-note {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 35px;
}
.developer-myanpay-brand-center-note h2 {
	float: left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	
}
.developer-myanpay-brand-center-note p {
	float: left;
	clear: both;
	margin-top: 0px;
	font-size: 15px;
	font-family: 'MyriadPro-Regular';
}
/**MyanPay Brand Center End**/
/**Express Checkout API**/
.express-check-image {
	float: left;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 35px 0px;
}
.express-check-link {
	float: left;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 50px 0px;
    font-family: 'MyriadPro-Regular';
    border-bottom: 1px solid #337ab7;
}
.express-check-link:hover {
    color: #0676f3;
    border-bottom: none;
    font-size: 15px;
    text-decoration: none;
    font-family: 'MyriadPro-Regular';
}
.express-check-content {
	float: left;
	width: 100%;
	clear: both;
    margin-top: 5px;
}
.express-check-content h2 {
	float: left;
	clear: both;
	font-size: 16px;
	
    border-bottom: 1px solid #000;
}
.express-check-content ul {
	clear: both;
	padding: 0px 0px 0px 20px;
	/*margin-bottom: 30px;*/
}
.express-check-content ul:nth-child(4n+4) {
	list-style: number;
}
.express-check-content ul:last-child {
	margin-bottom: 0px;
}
.express-check-content ul li {
	margin-bottom: 10px;
    padding-left: 10px;
}
.express-check-content ul li:last-child {
	margin-bottom: 0px;
}
/**Express Checkout API End**/
/**Payment Buttons**/
.developer-payment-button-items h2 {
	margin-bottom: 24px;
}
.developer-payment-button-items .item-image {
	margin: 0px;
	margin-bottom: 24px !important;
}
.developer-payment-button-items .site-develper-payment-item-btn img {
	margin: inherit !important;
	margin-right: 10px !important;
	display: inline-block !important;
}
.developer-payment-button-items .site-develper-payment-item-btn:first-child {
	margin-left: 0px;
}
.site-develper-payment-item-btn-payment {
	clear: both;
	float: left;
	width: 100%;
}
.site-develper-payment-item-btn-payment a:first-child {
	margin-left: 0px;
}
.developer-payment-button-items .site-develper-payment-item-btn {
	clear: none !important;
	margin-left: 25px;
}
.site-develper-payment-button .h-account-types-body-item .h-account-types-body-item-content.business-m-s-b-s{
	margin-top:39px;
	min-height:300px;
	}
.site-develper-payment-button .h-account-types-body-item .h-account-types-body-item-content.business-m-s-b-s p{
	min-height:150px;
	}
.site-develper-payment-button .site-develper-payment-item-btn-payment .site-develper-payment-item-btn:first-child{
	margin-left:0px;
	}
.site-develper-payment-button .site-develper-payment-item-btn-payment .site-develper-payment-item-btn{
	clear:none;
	margin-left:35px;
	}
.site-develper-payment-button .site-develper-payment-item-btn-payment .site-develper-payment-item-btn img{
	margin:auto;
	display:inline-block !important;
	margin-right:15px;
	}

/**Payment Buttons End**/

/**MyanPay Shopping Cart Extensions**/
.developer-shopping-cart-extentions {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
.developer-shopping-cart-extentions ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.developer-shopping-cart-extentions ul li {
	float: left;
	width: 100%;
	border-top: solid 1px #000;
	margin-bottom: 15px;
}
.developer-shopping-cart-extentions ul li img.developer-shopping-cart-extentions-icon {
	float: left;
	width: auto;
	padding: 0px 30px;
}
.developer-shopping-cart-extentions ul li div {
	display: table;
}
.developer-shopping-cart-extentions ul li div h2 {
	font-size: 16px;
	float: left;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: solid 1px #000;
	
}
.developer-shopping-cart-extentions ul li div p {
	float: left;
	width: 100%;
	clear: both;
	font-family: 'MyriadPro-Regular';
	font-size: 15px;
	color: #000;
	margin: 0px 0px 15px 0px;
}
.developer-shopping-cart-extentions ul li div .site-develper-payment-item-btn-payment a:first-child {
	margin: 0px;
}
.developer-shopping-cart-extentions ul li div .site-develper-payment-item-btn-payment a {
	clear: none;
	float: left;
	margin-left: 35px;
}
.developer-shopping-cart-extentions ul li div .site-develper-payment-item-btn-payment a img {
	margin-right: 15px;
}
/**MyanPay Shopping Cart Extensions End**/

/**Developer Technical Support**/
.developer-technical-support {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 32px;
}
.developer-technical-support .developer-technical-support-row {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
}
.developer-technical-support .developer-technical-support-row label {
	float: left;
	width: 20%;
	font-size: 15px;
	
	font-weight: normal;
	color: #333;
	height: 40px;
	line-height: 40px;
}
.developer-technical-support .developer-technical-support-row input {
	float: left;
	width: 40%;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	border: solid 1px #333;
}
.developer-technical-support .developer-technical-support-row input.Securityc {
	width: 21.4%;
	margin-right: 2%;
}
.developer-technical-support .developer-technical-support-row textarea {
	float: left;
	width: 40%;
	height: 150px;
	padding: 15px;
	border: solid 1px #000;
	resize: none;
}
.developer-technical-support .developer-technical-support-row input[type=submit] {
	width: auto;
	border-radius: 5px;
	background: #1c8bc4;
	border: solid 1px #1c8bc4;
	line-height: 40px;
	color: #fff;
	
	text-align: center;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.developer-technical-support .developer-technical-support-row input[type=submit]:hover, .developer-technical-support .developer-technical-support-row input[type=submit]:active, .developer-technical-support .developer-technical-support-row input[type=submit]:focus {
	border-color: #000;
	color: #000;
	background: none;
}
/**Developer Technical Support End**/

/**Developer Center Overview**/
.developer-center-overview ul {
	padding-left: 12px;
}
.developer-center-overview .h-account-types-body-item .h-account-types-body-item-content ul{
	min-height:220px !important;
	}
/**Developer Center Overview End**/

/**Other Pages**/
.other-protection-policy .other-protection-policy-header {
	float: left;
	width: 100%;
}
.other-protection-policy .other-protection-policy-header p {
	float: left;
	margin-bottom: 25px;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
}
.other-protection-policy .numerical {
	list-style: numbers;
	padding-left: 12px;
	margin-bottom: 30px;
}
.other-protection-policy .numerical p {
	margin-bottom: 30px;
}
.other-protection-policy {
	overflow: auto;
}
/**Other Pages End**/

/**Help & Contact us**/
.site-sub-header-contact {
	float: left;
	width: 100%;
	background: #236fb4;
	color: #fff;
	font-size: 18px;
	padding: 15px 0px;
	
}
.site-sub-header-contact img {
	margin-right: 27px;
}
.other-help-contact-header {
	margin-top: 15px;
}
.other-help-contact-header .h-how-myanpay-work-inner {
	padding:0px !important;
	min-height: 107px;
	margin-bottom: 0px;
}
.other-help-contact-header .h-how-myanpay-work-inner .h-how-myanpay-work-inner-box{
	background: #236fb4;
    color: #fff;
    float: left;
    height: 107px;
    margin-right: 50px;
    text-align: center;
    width: 107px;	
	}
.other-help-contact-header .h-how-myanpay-work-inner i {
	font-size: 40px;
	color: #fff;
	text-align:center;
	line-height:107px;
}
.other-help-contact-header .h-how-myanpay-work-inner ul {
	display: table;
	padding: 0px;
	margin: 17px 0px 0px  0px;
	list-style: none;
}
.other-help-contact-header .h-how-myanpay-work-inner ul li {
	clear: both;
	margin-bottom: 1px;
	font-size: 16px;
	line-height:normal;
}
.other-help-contact-header .h-how-myanpay-work-inner ul li a {
	color: #000;
	text-decoration: none;
}
.other-help-contact-body {
	margin-top: 15px;
}
.left-contact {
	float: left;
	width: 100%;
}
.other-help-contact-body .left-contact h1 {
	font-size: 18px;
	color: #0676f3;
	
	border-bottom: solid 1px #0676f3;
	float: left;
	padding-bottom: 5px;
	margin: 0px 0px 20px 0px;
}
.other-help-contact-body .left-contact h2 {
	font-size: 16px;
	color: #000000;
	
	border-bottom: solid 1px #000000;
	float: left;
	padding-bottom: 5px;
	margin: 15px 0px 20px 0px;
}
.other-help-contact-body .left-contact p {
	clear: both;
    line-height: 25px;
}
.left-contact .developer-technical-support .developer-technical-support-row label {
	width: 35%;
}
.left-contact .developer-technical-support .developer-technical-support-row input, .left-contact .developer-technical-support .developer-technical-support-row textarea {
	width: 65%;
}
.left-contact .developer-technical-support .developer-technical-support-row input.Securityc {
	width: 26.4%;
}
.left-contact .developer-technical-support .developer-technical-support-row input[type=submit] {
	width: auto;
}
.right-contact {
	float: left;
	width: 100%;
}
.right-contact h1 {
	float: left;
	color: #088e0b;
	font-size: 16px;
	border-bottom: solid 1px #088e0b;
	padding-bottom: 5px;
	
	margin: 0px;
}
.right-contact h2 {
	float: left;
	clear: both;
	color: #0963c7;
	font-size: 15px;
	
}
.right-contact .detail-contents {
	float: left;
	width: 100%;
	clear: both;
}
.right-contact .detail-contents h2 {
	color: #e55e1b;
}
.right-contact .detail-contents ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.right-contact .detail-contents img {
	clear: both;
	float: left;
	margin: 20px 0px;
}
.right-contact .detail-contents ul li {
	color: #000;
}
.right-contact .detail-contents ul a {
	color: #000;
	text-decoration: none;
}
/**Help & Contact us End**/
.sitemap-page h2{
	font-size:20px;
	color:#005bb1;
	
	}
.sitemap-page h2 a{
	font-size:20px;
	color:#005bb1;
	text-decoration:none;
	
	}
.sitemap-page li a{
	color:#0076f1;
	text-decoration:none;
	}
.sitemap-page li a:hover, .sitemap-page li a:active, .sitemap-page li a:focus{
	color:#0076f1;
	text-decoration:none;
	}
@media (min-width: 992px) and (max-width: 1199px) {
.slider-custom-caption {
	padding: 100px 0px;
}
.slider-custom-caption h1 {
	font-size: 19px;
	margin: 0 0 35px;
}
.slider-custom-caption p {
	font-size: 17px;
}
.slider-custom-caption-btn {
	margin-top: 30px;
}
.site-why-us h1, .site-why-secure h1, .site-how-work h1 {
	font-size: 25px;
}
.site-how-work img {
	width: 95%;
	height: auto;
}
.start-using .site-why-secure-inner-item h2 span {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.start-using .site-why-secure-inner-item p {
	margin-top: 15px;
}
.site-before-footer-info h2 {
	font-size: 20px;
}
.site-before-footer-info ul {
	margin: 25px 0 0;
}
.site-before-footer-info ul li {
	font-size: 15px;
	line-height: 27px;
}
.site-Start-shopping-footer h1 {
	font-size: 26px;
}
.site-footer-link li {
	font-size: 11px;
	margin: 0 5px;
}
/**Personal Page**/
.slider-custom-caption-img {
	height: 650px;
}
/**Personal Page End**/

/**Developer Page**/
.site-develper-payment-item {
	padding: 15px 15px;
}
.site-develper-payment-item h1 {
	font-size: 14px;
}
.site-develper-payment-item p {
	font-size: 12px;
}
.site-shopping-extensions ul li img {
	height: 75px;
}
.site-shopping-extensions-tranparent ul li img {
	height: auto !important;
}
.site-shopping-extensions-tranparent ul li {
	margin: 0 2%;
}
/**Developer Page End**/

/**What is Myanpay**/
.site-sub-header ul li a {
	padding: 0 11px;
}
/**What is Myanpay End**/
}
 @media (min-width: 768px) and (max-width: 991px) {
.site-header-menu li {
	font-size: 14px;
	padding: 0 14px;
}
.site-header-btn {
	margin-left: 20px;
}
.slider-custom-caption {
	padding: 50px 0px;
}
.slider-custom-caption h1 {
	font-size: 19px;
	margin: 0 0 35px;
}
.slider-custom-caption p {
	font-size: 17px;
}
.slider-custom-caption-btn {
	margin-top: 30px;
}
.site-why-us h1, .site-why-secure h1, .site-how-work h1 {
	font-size: 25px;
	margin-bottom: 20px;
}
.site-how-work p {
	font-size: 17px;
	margin: 0 0 30px;
}
.site-why-us-inner-item p {
	font-size: 12px;
	min-height: 140px;
	overflow: hidden;
}
.site-why-secure-inner-item img {
	height: auto;
	width: 100%;
}
.site-why-secure-inner-item h2 {
	font-size: 13px;
}
.site-how-work img {
	width: 95%;
	height: auto;
}
.start-using .site-why-secure-inner-item h2 span {
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
}
.start-using .site-why-secure-inner-item p {
	margin-top: 15px;
	font-size: 10px;
	margin-top: 8px;
	padding-left: 30px;
}
.site-before-footer-info h2 {
	font-size: 17px;
	line-height: 21px;
}
.site-before-footer-info ul {
	margin: 25px 0 0;
}
.site-before-footer-info ul li {
	font-size: 12px;
	line-height: 18px;
}
.site-Start-shopping-footer h1 {
	font-size: 26px;
}
.site-Start-shopping-footer {
	padding: 50px 0px;
}
.site-footer-link li {
	font-size: 11px;
	margin: 0 5px;
}
/**Personal Page**/
.slider-custom-caption-img {
	height: 500px;
	margin: auto;
	display: block;
	right: 0;
}
/**Personal Page End**/

/**Business Page**/
.site-Business-Accepting ul li {
	font-size: 14px;
	padding-left: 20px;
}
/**Business Page End**/

/**Developer Page**/
.site-develper-payment-item {
	padding: 10px;
}
.site-develper-payment-item h1 {
	font-size: 11px;
}
.site-develper-payment-item p {
	font-size: 10px;
}
.site-shopping-extensions ul li img {
	height: 56px;
}
.site-shopping-extensions-tranparent ul li img {
	height: auto;
}
.site-shopping-extensions-tranparent ul li {
	margin: 0 2%;
}
/**Developer Page End**/

/**What is Myanpay**/
.site-sub-header ul li a {
	padding: 0 8px;
	font-size: 10px;
}
.h-what-is-myanpay-body-item a {
	font-size: 14px;
}
.h-what-is-myanpay-footer ul li a {
	padding: 10px 16px;
}
.h-what-is-myanpay-footer ul li a img {
	width: 45px;
}
/**What is Myanpay End**/
}
@media (min-width: 1px) and (max-width: 767px) {
site-header {
	position: relative;
}
.site-header-logo {
	display: table;
	float: none;
	margin: auto;
}
#site-mobile-icon {
	position: absolute;
	top: 22px;
	left: 10px;
	border: solid 1px #0070ba;
	color: #0070ba;
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer
}
#site-mobile-icon i {
	line-height: 25px;
}
.site-header-right {
	width: 100%;
}
.site-header-menu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 60px;
	z-index: 99;
	display: none;
	background: #0070ba;
}
.site-header-menu li {
	width: 100%;
	color: #fff;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px rgba(255,255,255,.5);
	font-size: 13px;
}
.site-header-menu li a {
	float: left;
	width: 100%;
	color: #fff;
	padding: 8px 15px;
	margin: 0px;
}
.site-header-btn {
	float: none;
	display: block;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}
.site-header-btn a {
	float: none;
	display: inline-block;
	margin: 0px;
}
.slider-custom-caption {
	width: 100% !important;
	padding: 30px 0px;
	text-align: center;
}
.slider-custom-caption-btn a {
	display: table;
	float: none;
	margin: auto auto 10px !important;
}
.slider-custom-caption h1 {
	font-size: 19px;
	margin: 0 0 35px;
	width: 100%;
	text-align: center;
}
.slider-custom-caption p {
	font-size: 17px;
}
.slider-custom-caption-btn {
	margin-top: 30px;
	width: 100%;
}
.site-why-us h1, .site-why-secure h1, .site-how-work h1 {
	font-size: 25px;
	margin-bottom: 20px;
}
.site-how-work p {
	font-size: 17px;
	margin: 0 0 30px;
}
.site-why-us-inner-item {
	border-bottom: solid 1px rgba(255,255,255,.5);
	padding-bottom: 20px;
}
.site-why-us-inner-item p {
	font-size: 12px;
	text-align: center;
	min-height: 100px;
	overflow: hidden;
}
.site-why-us-inner-item a {
	text-align: center;
	width: 100%;
}
.site-why-secure-inner-item {
	border-bottom: solid 1px rgba(153,153,153,.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.site-why-secure-inner-item img {
	height: 147px;
	width: auto;
	max-width: 100%;
}
.site-why-secure-inner-item h2 {
	font-size: 13px;
	text-align: center !important;
}
.site-how-work img {
	width: 95%;
	height: auto;
}
.start-using .site-why-secure-inner-item h2 span {
	width: 20px;
	float: none;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
}
.start-using .site-why-secure-inner-item p {
	margin-top: 15px;
	font-size: 10px;
	margin-top: 8px;
	padding-left: 0px;
	text-align: center;
}
.site-before-footer-info div {
	clear: both;
}
.before-footer-image {
	clear: both;
	margin-top: 15px;
	float: left;
}
.site-before-footer-info h2 {
	font-size: 17px;
	line-height: 21px;
	text-align: center;
}
.site-before-footer-info ul {
	margin: 25px 0 0;
}
.site-before-footer-info ul li {
	font-size: 12px;
	line-height: 18px;
}
.site-Start-shopping-footer h1 {
	font-size: 26px;
}
.site-Start-shopping-footer {
	padding: 50px 0px;
}
.site-Start-shopping-footer a {
	width: 70%;
	min-width: 80%;
	max-width: 60%;
}
.site-footer-copyright p {
	text-align: center;
	margin-bottom: 20px;
}
.site-footer-link li {
	font-size: 11px;
	margin: 0 5px;
}
.site-footer-certified-reg {
	float: none;
	margin: auto;
	display: block;
	text-align: center;
}
.site-footer-certified-reg img {
	margin: auto;
	display: inline-block;
	float: none;
}
.footer-end-line {
	text-align: center;
}
/**Personal Page**/
.slider-custom-caption-img {
	height: 300px;
	margin: auto;
	display: block;
	right: 0;
}
.site-why-secure-inner-personal .site-why-secure-inner-item {
	width: 100%;
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.site-why-us-revert .site-why-us-inner-item {
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
/**Personal Page End**/
/**Business Page**/
.site-Business-Accepting ul li {
	font-size: 14px;
	width: 100%;
	padding-left: 0px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.site-monthly-sales-volume {
	width: 90%;
}
.site-monthly-sales-volume label {
	width: 100%;
}
/**Business Page End**/


/**Developer Page**/
.site-develper-payment-item {
	margin-bottom: 15px;
}
.site-develper-payment-item h1 {
	font-size: 14px;
}
.site-develper-payment-item p {
	font-size: 13px;
}
.site-shopping-extensions ul li {
	width: 100%;
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.site-shopping-extensions ul li img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.site-integration-api .site-why-us-inner-item p {
	margin: 0px 0px 10px 0px;
}
.site-integration-api .site-why-us-inner-item a {
	width: 100%;
}
.site-shopping-extensions-tranparent ul li {
	padding-bottom: 15px;
	margin-bottom: 10px !important;
}
.site-shopping-extensions-tranparent ul li img {
	height: auto;
}
.site-shopping-extensions-inner .site-shopping-extensions-bottom {
	text-align: center;
}
.site-shopping-extensions-tranparent ul li {
	margin: 0 2%;
}
/**Developer Page End**/

/**Login Pages**/
.login-form-wrapper-inner form .login-lock {
	float: none;
	margin: auto;
	display: block;
}
.site-login-wrapper {
	padding: 50px 0px;
}
.login-form-wrapper {
	width: 95%;
}
.login-form-wrapper-inner form {
	padding: 5px 6px;
}
.login-form-wrapper-inner-filed {
	padding: 0 10px;
}
.login-form-wrapper-inner form h1 {
	text-align: center;
	width: 100%;
}
.login-form-wrapper-inner form h2 {
	text-align: center;
}
.login-form-wrapper-inner-value img {
	float: none;
	margin: auto;
	display: block;
}
.login-form-wrapper-inner-value span {
	width: 100%;
	text-align: center;
}
.login-form-wrapper-inner-value span input {
	width: 100%;
}
.site-footer-other-pages ul {
	display: block;
	float: none;
	text-align: center;
	margin-bottom: 15px;
}
.site-footer-other-pages ul li {
	display: inline-block;
	float: none;
}
.site-footer-other-pages p {
	float: none;
	text-align: center;
}
.account-login-bottom {
	text-align: center;
}
/**Login Pages End**/

/**SignUp Pages**/
.signup-form-wrapper-inner {
	width: 100%;
}
.signup-form-wrapper-inner {
	padding: 20px;
}
.signup-form-wrapper-inner-signup-start {
	width: 100%;
}
.signup-form-wrapper-inner-signup-start {
	padding: 20px;
}
.signup-form-wrapper form p {
	text-align: center;
    font-size: 14px;
}
.signup-form-wrapper form h1 {
    font-size: 20px;
}
.signup-form-wrapper form h2 {
	text-align: center;
}
.signup-form-wrapper form input[type="submit"], .signup-form-wrapper form button {
	width: 70%;
    font-size: 14px;
    margin-bottom: 20px;
}
/**SignUp Pages End**/

/**What is Myanpay**/
.site-sub-header ul li {
	float: left;
	width: 100%;
	clear: both;
	text-align: left;
	font-size: 12px;
	height: auto;
	padding: 0px;
	border-bottom: solid 1px rgba(255,255,255,.3);
}
.site-sub-header ul li a {
	padding: 8px 0px;
	height: auto;
	float: left;
	width: 100%;
	line-height: normal;
}
.site-inner-pages-wrap-title h1 {
	text-align: center;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.site-inner-pages-wrap-title {
	margin: 28px 0 0px;
}
.h-how-myanpay-work-inner {
	padding: 15px;
}
    .h-what-is-myanpay-body-item {
        border-bottom: solid 1px #000;
        padding-bottom: 25px;
        margin-bottom: 10px;
    }
.h-what-is-myanpay-body .col-sm-3:last-child .h-what-is-myanpay-body-item {
	border: none !important;
}
.site-inner-pages-wrap-tabs {
	float: none;
	text-align: center;
	display: block;
}
.site-inner-pages-wrap-tabs li {
	float: none;
	display: inline-block;
}
.h-what-is-myanpay-body-item a {
	font-size: 14px;
}
.h-what-is-myanpay-footer ul li.active {
	border-radius: 4px 3px 0 0;
}
.h-what-is-myanpay-footer ul li a {
	padding: 6px 8px;
}
.h-what-is-myanpay-footer ul li a img {
	width: 20px;
}
/**What is Myanpay End**/

/**Home How MyanPay Work**/
.h-how-myanpay-work-breads li a {
	padding: 6px 12px;
}
.h-how-myanpay-work-breads li {
	font-size: 12px;
}
/**Home How MyanPay Work End**/

/**Account Types **/
.h-account-types-body-item {
	margin-bottom: 30px;
}
.h-account-types-header div {
	width: 100%;
	margin-top: 10px;
}
.h-account-types-header div a, .h-account-types-body-item-btn {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	width: 90%;
}
/**Account Types End**/

/**Developer Center Overview**/
.developer-center-overview .h-account-types-header div a, .h-account-types-body-item-btn {
	font-size: 12px;
}
/**Developer Center Overview End**/
/**MyanPay Shopping Cart Extensions**/
.developer-shopping-cart-extentions ul li div {
	width: 100%;
}
.developer-shopping-cart-extentions ul li div .site-develper-payment-item-btn-payment a {
	clear: both;
	float: left;
	margin-left: 0px;
}
/**MyanPay Shopping Cart Extensions End**/

/**Developer Technical Support**/
.developer-technical-support .developer-technical-support-row label, .developer-technical-support .developer-technical-support-row input, .developer-technical-support .developer-technical-support-row input.Securityc, .developer-technical-support .developer-technical-support-row textarea {
	width: 100%;
}
.developer-technical-support .developer-technical-support-row input.Securityc {
	margin-bottom: 5px;
}
/**Developer Technical Support End**/

/**Help & Contact us**/
.other-help-contact-header .h-how-myanpay-work-inner ul li {
	font-size: 13px !important;
}
.left-contact .developer-technical-support .developer-technical-support-row label {
	width: 100%;
}
.left-contact .developer-technical-support .developer-technical-support-row input, .left-contact .developer-technical-support .developer-technical-support-row textarea {
	width: 100%;
}
/**Help & Contact us End**/
}

/*
table.ecommerce Style - This is what you want
------------------------------------------------------------------ */
table.ecommerce {
	background:#eaebec;
	margin-left:2.2%;
    margin-right:2.2%;
    margin-top:1.5%;
    margin-bottom:1.5%;
	border:#ccc 1px solid;
    text-align:center;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
   
table.ecommerce th {
	padding:15px;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
    font-weight:normal;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

/*table.ecommerce tr {
    padding-left: 20px;
    text-align: center;
}*/
table.ecommerce tr td:first-child{
	padding-left:20px;
	border-left: 0;
}
table.ecommerce tr td {
	padding:9px;
	border-top: 1px solid #f6f6f6;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;    
	text-align: center;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table.ecommerce tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.ecommerce tr:last-child td{
	border-bottom:0;
}
table.ecommerce tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.ecommerce tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

table.ecommerce tr td.bottom{
	border-bottom:3px solid #e0e0e0;	
}


