/* --- Buy Intro Texts --- */
.buy-intro{
	margin-top: 80px;
	padding-bottom: 0px;
	background: linear-gradient(0deg, #A8E5FA 0%, #68D6FF 100%);
}
.buy-intro-details{
	margin-bottom: 30px;
	text-align: center;
}

.google-play-btn {
    display: inline-block;
    width: 140px;
    height: 48px;
    background: url(../images/download_google_play_badge.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
	margin-right: 16px;
}

.app-store-btn {
    display: inline-block;
    width: 140px;
    height: 48px;
    background: url(../images/download_app_store_badge.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.buy-features {
	background-color: #F5F8FD;
}

.title-download {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
}

.sub-title {
	font-size: 16px;
	line-height: 26px;
	margin:20px 0px 20px ;
	color: #3B3B3B;
	font-weight: 300;
}

.mb-40 {
	padding-bottom: 35px;
}

@media (min-width: 992px) {
	.buy-intro-details{
		display: table-cell;
		height: 362px;
		margin-bottom: 0px;
		text-align: left;
		vertical-align: middle;
	}
}

/* --- Buy Intro Image --- */
.buy-intro-image{
	height: 284px;
	background-image: url(../images/header-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}
.buy-intro-image-en{
	height: 284px;
	background-image: url(../images/header-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width: 768px) {
	/* --- Styling Active Page --- */
	.nav-buy{
		border-bottom: 2px solid #47bbe4 !important;
	}
}

@media (min-width: 992px) {
	.buy-intro-image{
		height: 362px;
  }
	.buy-intro-image-en{
		height: 362px;
  }
}

/* --- Buy Features --- */

.buy-features hr,
.merchant-list-header hr{
  margin-top: 24px;
  margin-bottom: 30px;
  width: 50px;
  border: 1px solid #3fbce8;
}

.buy-features-point h3{
	color: #47bbe4;
}

.merchant-wrap{
	display: table;
	width: 100%;
	height: 64px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	background: #fcfcfc;
	text-align: center;
}

.merchant-wrap-inner{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.merchant-wrap-inner a{
	width: 100%;
	height: 100%;
}

.merchant-list{
	padding-bottom: 20px;
}

.merchant-list h4{
	margin-top: 30px;
}

#merchant-list{
	padding-top:110px;
	margin-top:-80px;
}


.merchant-list .carousel-indicators {
	position: static;
	width: 100%;
	margin-left: 0px;
}

.merchant-list .carousel-indicators li {
	border: 1px solid #eeeeee;
}

.merchant-list .carousel-indicators li.active {
	margin: 1px;
	width: 10px;
	height: 10px;
	background: #47bbe4;
	border-color: #47bbe4;
}

h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #3B3B3B;
}

h5 {
	font-size: 16px !important;
	line-height: 18px;
	color: #000000;
}

.testi-p {
	color: #3B3B3B;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
}

.desc-feature {
	font-size: 15px;
	line-height: 24px;
	color: #6E6E6E;
}

.section-pb-30 {
	padding-bottom: 40px !important;
}

.testimonials {
	background-color: #fff;
}

.testimonials .carousel-indicators {
    position: static;
    width: 100%;
    margin-left: 0px;
	margin-top: 42px;
}

.testimonials .carousel-indicators li {
    border: 1px solid #eeeeee;
}

.testimonials .carousel-indicators li.active {
    margin: 1px;
    width: 10px;
    height: 10px;
    background: #47bbe4;
    border-color: #47bbe4;
}

.carousel-control.left {
	color: white;
	opacity: 100%;
	background-image: none !important;
	z-index: 99;
}
.carousel-control.right {
	color: white;
	opacity: 100%;
	right: 0;
	z-index: 99;
	left: auto;
	background-image: none !important;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #47bbe4;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 99999999;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-size: 200%;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: url('../images/assets/icon/arrow-prev.svg');
}
.carousel-control .icon-next:before {
	content: url('../images/assets/icon/arrow-next.svg');
}

.button-collapse {
	display: inline-block;
	border-radius: 3px;
	background-color: #47bbe4;
	box-shadow: 3px 6px #d4d4d4;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	cursor: pointer;
}
.button-collapse:hover {
	background-color: #65c8f7;
	color: #fefefe;
}

.carousel-inner {
	display: flex;
    flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.col-flex-testimoni {
    float: left;
	margin-right: 0px;
	margin-left: 50px;
}

.testimonial {
    box-shadow: 0px 1px 6px rgb(0 0 0 / 12%);
    border-radius: 8px;
    padding: 24px;
	width: 300px;
    height: 240px;
}

.testimonial-banner {
	background: #FC843C;
	border-radius: 0px 6px 6px 0px;		
	width: 4.24px;
	height: 42.59px;
	position:relative;
	top: 3px;
    left: -24px;
}

.testimonial-details {
    overflow: hidden;
	color: #262C35;
	display: flex;
}

.testimonial-desc {
    overflow: hidden;
	color: #262C35;
	font-size: 12px;
	line-height: 20px;
}

.testimonial-photo {
    float: left;
    margin-right: 10px;
}

.testimonial-photo img {
    width: 44px;
    height: 44px;
    border-radius: 5px;
}

.testimonial-profile {
    float: left;
	margin-left: 10px;
}

.testimonial-name {
    font-weight: 700;
    text-transform: uppercase;
    ;
}

.testimonial-stars {
    color: orange;
    font-size: 18px;
}

.testimonial-message {
    line-height: 1.5;
}

.carousel-indicators li {
	background: #D6EFFF !important;
	border: 0px !important;
}

.testimonials .carousel-indicators li.active {
	background: #239CEC !important;
	border: 0px !important;
}

.section-pb-200 {
	padding-bottom: 200px;
}

.logo-geo-trus {
	background-image: url(../images/logo-geo-trust.png);
	width:78px ;
	height: 29px;
}

.title-ben-mob {
    width: 150px;
    margin: 0px auto 10px;
}

.title-ben-mob-in {
	width: 180px;
    margin: 0px auto 10px;
}

.footer-copyright {
	font-size:12px ;
}

.footer {
	background-image:url(../images/footer_website_mco.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 50px;
}


@media (max-width: 540px) {

	a.nav-help {
		position: absolute;
		right: 18px;
		top: 36%;
	}

	.navbar {
		max-height: 56px;
	}

	.title-download {
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
	}

	.sub-title {
		font-size: 12px;
		line-height: 18px;
	}

	.wrp-download {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.google-play-btn {
		margin-right: 0px !important;
	}

	.buy-intro-image {
		height: 200px !important;
		margin-top: -100px !important;
		background-image: url(../images/header-right.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: contain !important;
	}

	.desc {
        margin-bottom: 50px;
    }

	.mob-why {
		width: 80%;
	}

	.title-ben-mob {
		width: 100%;
		margin: 10px auto 0;
	}

	.title-ben-mob-in {
		width: 100%;
		margin: 10px auto 0;
	}

	.mb-20 {
		margin-bottom: 0px;
	}

	.mb-10 {
		margin-bottom: 6px;
	}

	.desc-feature {
		padding: 0px 20px;
		font-size: 12px !important;
		line-height: 18px !important;
	}

	h2 {
		font-size: 16px !important;
		line-height: 18px !important;
	}

	h5 {
		font-size: 12px !important;
		line-height: 18px !important;
	}

	.section-pb-200 {
		padding-bottom: 100px;
	}

	.logo-geo-trus {
		background-image: url(../images/geotrust-mob.svg) !important;
		background-repeat: no-repeat;
		width:231px !important;
		height:54px !important;
		margin-top: -80px;
	}

	.footer {
		background-image:url(../images/footer_mco.png) !important;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size:100%;
		margin-top: 50px;
	}

	.footer-copyright {
		font-size: 11px;
		text-align: right;
		width: 150px;
		float: right;
		margin-top: -50px;
	}

	.card {
		margin: 20px !important;
		padding: 15px !important;
		min-height: 300px !important;
	}

	.testimonial-banner {
		left: -17px !important;
	}
    
}