@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@500&display=swap');

body{
	font-family: 'Poppins', sans-serif;
/*font-family: 'Roboto', sans-serif;*/
	}

.banner{
	/*background:url(../images/wave-bg.webp) no-repeat center;
	background-size:cover;*/
	background: rgb(228,249,248);
background: -moz-linear-gradient(129deg, rgba(228,249,248,1) 53%, rgba(251,221,249,1) 85%);
background: -webkit-linear-gradient(129deg, rgba(228,249,248,1) 53%, rgba(251,221,249,1) 85%);
background: linear-gradient(129deg, rgba(228,249,248,1) 53%, rgba(251,221,249,1) 85%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4f9f8",endColorstr="#fbddf9",GradientType=1);
	height:100%;
	    padding-bottom: 5rem;
		   /* background-attachment: fixed;*/
	}
.banner-text h1{
    letter-spacing: 0px;
    color: #1E3769;
    /*text-shadow: 2px 2px 4px #00000040;*/
    font-weight: 700;
    font-size:60px;
	    padding-bottom: 40px;
}
.banner-text h1 span{
	color: #27A1D8;
	}
.banner-icons{
	padding: 0 0 20px 0;
	}
.banner-icons p{
	color: #444444;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 15px;
    margin-bottom: 0;
	    font-size: 18px;
	}	
/*.banner-icons p.last{
	padding-left: 29px !important;
	}*/
.download-now h4{
	   /* color: #fff;
		    padding-bottom: 10px;
    font-weight: 600;*/
	}	
.download-now h4 a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#279bcf+46,1e3769+100 */
background: #279bcf; /* Old browsers */
background: -moz-linear-gradient(left,  #279bcf 46%, #1e3769 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #279bcf 46%,#1e3769 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #279bcf 46%,#1e3769 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279bcf', endColorstr='#1e3769',GradientType=1 ); /* IE6-9 */

	    display: inline-block;
    /*border: 2px solid #fff;*/
    border-radius: 40px;
    padding:15px 55px;
    color: #fff;
	    font-size: 20px;
    font-weight: 500;
	}	
.download-now h4 a:hover {
    background: #1E3769;
    text-decoration: none;
}	
	
/*exchange box*/
.exchange-box{
	margin-top: -5rem;
    box-shadow: 10px 10px 6px #00000021;
    border-radius: 16px;
    background: #fff;
        padding: 40px 130px;
    text-align: center;
	}	
.exchange-box h3{
font-size: 27px;
    font-weight: 700;
    color: #1E3769;	
	    padding-bottom: 20px;
}
.country-box-main {
    display: flex;
	background:url(../images/left-input-box.png) no-repeat;
	background-position: 100%;
    height: 65px;
	    background-size: contain;
}
.country-box-main-right{
	background:url(../images/right-input-box.png) no-repeat;
	
	}
.form-group{
	margin-top: 4%;
	}	
.form-control{
	border:none;
	font-weight: 600;
    font-size: 19px;
	}	
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border:none;
    outline: 0;
    box-shadow: none;
}	

/*feature section*/
.feature-box{
/*padding-left: 13rem;
    padding-right: 9rem;
    background: rgb(249 212 134 / 30%);
    padding-top: 4rem;
    padding-bottom: 4rem;*/
	}
.feature-box h3{	
font-weight: 600;
    font-size: 35px;
    color: #323232;
}
.feature-box ul li{
font-weight: 500;
    color: #000000;
    font-size: 20px;
    background: url(../images/blue-arrow.png) no-repeat;
    list-style-type: none;
    padding-left: 50px;
	    padding-bottom: 30px;
		background-position: 0 4px;
}
.feature-box ul.green-arrow li{
    background: url(../images/green-arrow.png) no-repeat;
	background-position: 0 4px;
}
.feature-box ul.red-arrow li{
    background: url(../images/red-arrow.png) no-repeat;
	background-position: 0 4px;
}
.feature-box a{
    display: inline-block;
    border: 2px solid #182033;
    border-radius: 26px;
    padding: 10px 20px;
    color: #000000;
    font-weight: 500;
}
.feature-box a:hover{
	background:#1E3769;
	color:#fff;
	text-decoration:none;
}
a.sec1-km{
	    background:#FFFFFF;
	}
.red-thread{
    position: absolute;
    left: 0;
    top: 11rem;
    z-index: 0;
	}
.block-sec{
    margin-top: 8rem;
    margin-bottom: 10rem;
	}
.black-thread{
	    position: relative;
/*    top: 8rem;
    left: 8rem;
    z-index: 0;*/
	}
.black-thread img{	
    left: 0rem;
    position: absolute;
    top: 5rem;
    width: 100%;
    height: 77rem;
}
/*table sec*/
.table-sec h3{
	    font-weight: 600;
    font-size: 45px;
    color: #1E3769;
	}
.table-sec h3 span{
	color: #27A1D8;
	}
/*testimonials*/
.testimonials{
   /* background: rgb(178 235 249 / 20%);*/
background: url(../images/testimonial-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0 0 10rem;
	    margin-bottom: 3rem;
	}
.testimonials::before{
	content:url(../images/path-left.png);
position: absolute;
    /* width: 100%; */
    height: 100%;
        left: -3rem;
    top: -5rem;
    z-index: 0;
}
.testimonials::after{
	content:url(../images/path-right.png);
position: absolute;
    /* width: 100%; */
    height: 100%;
    right: 2rem;
        bottom: -51.5rem;
    z-index: 0;
}
.testimonial-header{
	    padding-top: 5rem;
    padding-bottom: 7rem;
	}	
.testimonials h3{
	font-size: 35px;
    font-weight: 700;
    color: #1E3769;
	}
.testimonials p{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
	}		
#test-car.owl-carousel .owl-item img {
    display: inline;
    width: unset;
    width: 150px;
    margin-bottom: 25px;
}
.owl-carousel p{
	font-weight:300;
	    font-size: 17px;
	}
.owl-carousel h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
#test-car .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
}	
#test-car .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
}

/*digital onboarding*/
.digital-onboard h2{
    color: #1E3769;
    font-weight: 700;
    font-size: 40px;
	    padding-bottom: 2rem;
}
.digital-onboard p{
    font-size: 20px;
    color: #000000;
	    padding-top: 10px;
    padding-bottom: 20px;
}
.digital-onboard ol{
	    padding-left: 15px;
	}
.digital-onboard ol li{	
    font-size: 18px;
    padding-bottom: 20px;	
}
.digital-onboard h4{
    color: #1E3769;
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 65px;
    font-size: 22px;
}
.digital-onboard h4 a{
    display: inline-block;
    border: 2px solid #182033;
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.digital-onboard h4 a:hover {
    background: #1E3769;
    color: #fff;
    text-decoration: none;
}
/*footer*/
footer {
    background: #000000;
    padding: 20px 0;
    color: #fff;
}
.social ul li{
	    display: inline;
		padding: 0 9px;
	}

@media screen and (max-width:1729.98px) {
.black-thread{
/*    top: 9rem;
    left: 12.5rem;*/
	}	
	}
@media screen and (max-width:1536.98px) {
.black-thread{
/*	    position: absolute;
    top: 8rem;
    left: 8rem;
    z-index: 0;*/
	}
.testimonials::before {
	    top: -5.8rem;
}	
	}

@media screen and (max-width:1199.98px) {
.exchange-box {
    padding: 20px 40px;
}	
.digital-onboard img{
	width:160px;
	}
.banner-text h1 {
    font-size: 60px;
}
.feature-box {
	    margin-bottom: 2rem;
    /*padding: 2rem;
    background: rgb(249 212 134 / 30%);*/
}

.red-thread,.black-thread,.testimonials::before,.testimonials::after{
	display:none;
	}
/*a.sec1-km {
    margin-top: 0rem;
}*/
	}
@media screen and (max-width:991.98px) {
.exchange-box {
    padding: 20px 0px;
}
.feature-box {
	    /*padding-top: 5rem;*/
	    /*text-align: center;*/
}
.feature-box ul li {
    font-size: 18px;
}
.feature-box h3 {
    font-size: 27px;
}
.feature-box p {
    font-size: 16px;
}
.feature-box hr {
    margin-left: auto;
}
#test-car .owl-nav button{
	display:none;
}
.conditions{
	text-align:center;
	}
.table-sec h3 {
    font-size: 35px;
}
.feature-img img{
    width: 75%;
    display: block;
    margin: auto;
}
.block-sec {
    margin-top: 5rem;
    margin-bottom: 2rem;
}	
.testimonial-header {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.testimonials {
	/*background-position: 50% -30px;*/
	    margin-bottom: 1rem;
	background: url(../images/testimonial-bg-mob.png) no-repeat 50% -130px;
}
	}		
@media screen and (max-width:575.98px) {
.logo img{
	    width: 130px;
	}
.yocket-logo img{
	    width: 90px;
	}		
.banner-text h1 {
    font-size: 35px;
    padding-bottom: 20px;
}
.banner-icons {
    padding: 0 0 20px 0;
	
}	
.banner-icons img{
    width: 40px;
    height: 40px;
}

.banner-img img{
	        width: 340px;
    padding-bottom: 0;
	}	
.mob-mockup img{
	width: 300px;
		padding-bottom: 10px;
	}	
.country-box-main {
    background-position: 50%;
}
#imgFlip {
    margin-bottom: 15px;
    transform: rotate(90deg);
}	
.form-group input{
	width: 50%;
    margin-left: auto;
	}
.form-group select{
	width: 64%;
	}	
.form-group {
    margin-top: 3%;
}
.exchange-box h3 {
    font-size: 23px;
}
.testimonials h3 {
    font-size: 25px;
	text-align:center;
}
.digital-onboard h2{
	padding-bottom: 0rem;
	font-size: 25px;
	}
.table-sec h3 {
    font-size: 28px;
}
.feature-box h3 ,.digital-onboard h4{
    font-size: 21px;
}
.digital-onboard img {
    width: 130px;
}
.digital-onboard ol li,.banner-icons p,.digital-onboard p,.feature-box ul li,.testimonials p,.owl-carousel h3 {
    font-size: 16px;
	}	

.download-now h4 a,.digital-onboard h4 a {
    padding: 10px 25px;
    font-size: 16px;
}
.digital-onboard h4 {
	padding-top: 25px;
	}
	}			