@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src:  url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}
html {
	scroll-behavior: smooth;
  }

body {
	font-family: 'Avenir LT Std';
	color: #000b33;
    font-weight: normal;
    font-style: normal;
	font-size: 17px;
	background: #FFF ;
	overflow-x: hidden;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	font-family: 'Avenir LT Std';
    font-weight: normal;
	font-size: 28px;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-family: 'Avenir LT Std';
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h3, h4, h5, h6 {
	font-family: 'Avenir LT Std';
    font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;	
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus, button, input:focus-visible, button:focus, button:focus-visible {
	outline: none;
	box-shadow: none;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/
*{box-sizing: border-box;}

.page-center-header{
	max-width:1268px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.page-center{
	max-width:1182px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

/* header  */
header {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
	background-color: #028f61;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header{
	display: flex;
	justify-content: space-between;
    padding-top: 44px;
	padding-bottom: 30px;
	position: relative;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

nav{
	display: flex;
}
nav ul{
	list-style: none;
	display: flex;
	padding-left: 0;
	align-items: center;
}
.navmenu{
	justify-content: flex-end;
	flex-grow: 1;
	/* padding-right: 44px; */
	padding-top: 25px;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.main-menu{
	flex-grow: 1;
	column-gap: 30px;
	justify-content: flex-end;
	padding-right: 30px;
	margin: 0;
}
.main-menu li a{
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.main-menu li a:hover{
	color: #e8ecf1;
}
.main-menu li a.active{
	font-weight: 500;
}

.right-btns{
	gap: 10px;
}
.buttons{
	min-width: 114px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
	height: 42px;
	border-radius: 30px;
	border: 1px solid #fff;
	color: #fff;
	transition:  0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.buttons:hover{
	color:#00703C ;
	background-color: #fff;
}
.white-btn{
	background-color: #fff;
	color: #00703C;
	transition:  0.6s cubic-bezier(0.33, 1, 0.68, 1);
	padding-left: 0;
}
.white-btn:hover{
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}
.logo{
	width: 184px;
	display: flex;
	align-items: flex-start;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.logo img{ 
	display: block;
	margin: auto 0;
}
header.fixed{
	background-color: #028f64
}
header.fixed .header{
	padding-top: 15px;
    padding-bottom: 15px;
}
header.fixed .logo {
    width: 190px;
}

header.fixed .navmenu {
    padding-top: 6px;
}
header.fixed .main-menu li a{
	font-size: 20px;
}

/* banner  */
.home-banner{
	width: 100%;
	height: auto;
	background: url('../images/banner-bg.png') no-repeat center;
	background-size: 100% 100%;
	height: 1085px;
}
.innerpage-banner{
	width: 100%;
	height: auto;
	background: url('../images/innerpage-banner-bg-green.png') no-repeat center;
	background-size: cover;
	height: 500px;
}
.banner-content{
	display: flex;
	padding-top: 130px;
}
.banner-content figure img{
	position: absolute;
	max-width: 790px;
	width: 100%;
}
.banner-text{
	max-width: 575px;
	width: 100%;
	color: #fff;
	padding-right: 52px;
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}
.banner-text h1{
	font-size: 70px;
	font-weight: 900;
	color: #fff;
	line-height: 70px;
	padding-bottom: 55px;
}
.banner-text span.free{
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 28px;
	position: relative;
	display: inline-block;
}
.banner-text span.free::after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 2px;
	background-color: #fff;
}
.banner-text p{
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 55px;
}
.banner-content .playstore{
	display: flex;
	gap: 18px;
}

.rotg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	padding: 55px 0 60px;
}
.grey-bg{
	background-color: #f4f5f8;
}
section.features{
	padding: 110px 0;
}
.section-title{
	color: #000b33;
	font-size: 50px;
	line-height: 56px;
	padding-bottom: 43px;
	text-align: center;
	font-weight: 900;
}
.section-subtitle{
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	max-width: 672px;
	width: 100%;
	padding-bottom: 63px;
	margin: 0 auto;
	text-align: center;
}
.features .page-center{
	display: flex;
	flex-direction: column;
}
.feature-wrapper{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap:30px;
}
.feature-item{
	max-width: 262px;
	width: 100%;
	border-radius: 15px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: stretch;
	padding: 39px 30px 55px;
	text-align: center;
}
.feature-item figure{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-item figure img{
	display: block;
}
.feature-item:nth-child(1) > figure img{
	width: 34px;
}
.feature-item:nth-child(2) > figure img{
	width: 30px;
}
.feature-item:nth-child(3)  > figure img{
	width: 42px;
}
.feature-item:nth-child(4)  > figure img{
	width: 32px;
}
.feature-item h6{
	padding: 33px 0 17px;
	font-size: 19px;
	font-weight: 900;
}
.feature-item p{
	line-height: 25px;
}
.gr-violet, .feature-item:nth-child(1) figure{
	background: rgb(131,107,253);
	background: linear-gradient(125deg, rgba(131,107,253,1) 0%, rgba(133,171,254,1) 100%);
}
.gr-orange, .feature-item:nth-child(2) figure{
	background: rgb(252,128,106);
	background: linear-gradient(125deg, rgba(252,128,106,1) 0%, rgba(254,212,118,1) 100%);
}
.gr-blue, .feature-item:nth-child(3) figure{
	background: rgb(47,190,255);
	background: linear-gradient(125deg, rgba(47,190,255,1) 0%, rgba(67,204,255,1) 100%);
}
.gr-green, .feature-item:nth-child(4) figure{
	background: rgb(61,199,160);
	background: linear-gradient(125deg, rgba(61,199,160,1) 0%, rgba(94,198,125,1) 100%);
}

.left-img-section{
	padding: 160px 0;
	display: flex;
}
.left-img-section .page-center{
	display: flex;
}
.left-img-section figure{
	max-width: 776px;
	width: 100%;
	margin-right: 100px;
}
.section-right-wrapper{
	flex-basis: 50%;
}

.blue-txt{
	font-size: 19px;
	font-weight: normal;
	color: #0d59f7;
}
.left-img-section h3{
	font-size: 40px;
	font-weight: 900;
	line-height: 50px;
	padding: 18px 0 23px;
}
.left-img-section p{
	font-size: 20px;
	padding-bottom: 76px;
	word-wrap: break-word;
	overflow-wrap: break-word;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
ul.box-wrapper{
	list-style: none;
	display: flex;
	row-gap: 85px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
ul.box-wrapper li{
	flex-basis: calc(50% - 38px);
	margin-right: 75px;
}
ul.box-wrapper li:nth-child(2n+0){
	margin-right: 0;
}
.box-item{
	font-size: 17px;
}
.box-item .title{
	font-weight: 900;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.box-item .text{
	padding-top: 15px;
	word-wrap: break-word;
	overflow-wrap: break-word;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.box-item .title::before{
	content: '';
	width: 24px;	
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 18px;
	background: rgb(47,190,255);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px;
	
}
.box-item:nth-child(1) .title::before{
	background:linear-gradient(125deg, rgba(67,204,255,1)  0%, rgba(47,190,255,1) 100%);
	background-image: url('../images/tick.png') ,linear-gradient(125deg, rgba(67,204,255,1)  0%, rgba(47,190,255,1) 100%);
	background-repeat: no-repeat;
    background-position: center;
}
.box-item:nth-child(2) .title::before{
	background: linear-gradient(125deg, rgba(94,198,125,1) 0%, rgba(61,199,160,1) 100%);
	background-image: url('../images/tick.png'), linear-gradient(125deg, rgba(94,198,125,1) 0%, rgba(61,199,160,1) 100%) ;
	background-repeat: no-repeat;
    background-position: center;
}
.box-item:nth-child(3) .title::before{
	background: linear-gradient(125deg, rgba(247,151,137,1) 0%, rgba(248,98,77,1) 100%);
    background-image: url(../images/tick.png), linear-gradient(125deg, rgba(247,151,137,1) 0%, rgba(248,98,77,1) 100%);
    background-repeat: no-repeat;
    background-position: center;
}
.box-item:nth-child(4) .title::before{
	background:  linear-gradient(125deg, rgba(133,171,254,1)  0%, rgba(131,107,253,1)100%);
	background-image: url('../images/tick.png'),linear-gradient(125deg, rgba(133,171,254,1)  0%, rgba(131,107,253,1)100%);
	background-repeat: no-repeat;
    background-position: center;
}

.closerlook {overflow-x: hidden;}
.closerlook-slider{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 32px;
}
.closerlook-slider .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	box-shadow: 0px 13px 62px 0px rgba(226,228,238,1);
	-webkit-box-shadow: 0px 13px 62px 0px rgba(226,228,238,1);
	-moz-box-shadow: 0px 13px 62px 0px rgba(226,228,238,1);
}
.closerlook-slider .owl-nav button span{
	display: none;
}
.closerlook-slider .owl-nav .owl-prev{
	left: -104px;
	background: url('../images/slider-arrow-blue.png') no-repeat center,  #fff !important;
	background-size: 15px 25px !important;
	display: block;
}
.closerlook-slider .owl-nav .owl-next{
	right: -104px;
	background: url('../images/slider-arrow-blue.png') no-repeat center, #fff !important;
	transform: rotate(180deg);
	background-size: 15px 25px !important;
}
.closerlook-slider .owl-nav .owl-prev.disabled{
	background-image: url('../images/slider-arrow-grey.png') !important;
}
.closerlook-slider .owl-nav .owl-next.disabled{
	background-image: url('../images/slider-arrow-grey.png') !important;

}

.closerlook-slider .owl-dot {
    width: 9px;
    height: 9px;
    background: #edeef3 !important;
    border-radius: 50%;
    margin-right: 5px;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.closerlook-slider .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 76px 0 20px;
}
.closerlook-slider .owl-dot.active{
	width: 35px;
	border-radius: 10px;
	background-color: #0d55f7 !important;
}

.subscription-wrapper{
	display: flex;
	padding: 85px 70px 0 104px;
	background-color: #0d55f7;
	border-radius: 18px;
	margin-top: 93px;
	margin-bottom: 34px;
	color: #fff;
	position: relative;
}
.subscription-wrapper::before{
	content: '';
	max-width: 617px;
	position: absolute;
	width: 100%;
	height: 338px;
	display: inline-block;
	left: 110px;
	bottom: 0;
	background: url('../images/subcribe-shadow.png') no-repeat left bottom;
	background-size: cover;
}

figure img{ display: block;}
.subscription-left{
	max-width: 430px;
	width: 100%;
}
.subscription-left h2{
	font-size: 50px;
	color: #fff;
	line-height: 56px;
	font-weight: 900;
	padding-bottom: 36px;
}
.subscription-left p{
	font-size: 20px;
	line-height: 29px;
	padding-bottom: 62px;
}
.subscription-right{
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.subscribe{
	border-bottom: 1px solid #bdc2cb;
	padding-bottom: 25px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
	margin-bottom: 80px;
}
.subscribe::before{
	content: '';
	position: absolute;
	left: 0;
	background: url('../images/icon-email@2x.png') no-repeat left;
	width: 24px;
	height: 17px;
	display: inline-block;
	background-size: cover; 
	filter: brightness(0) invert(1);
}
.subscribe form{
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}
.subscription-wrapper input{
	padding-left: 46px;
}
.subscription-wrapper input, .subscription-wrapper button{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	box-shadow: none;
	background: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.subscription-wrapper button{
	font-weight: 500;
	color: #0ddef7;
	text-transform: uppercase;
}
.subscription-wrapper input::-webkit-input-placeholder { /* Edge */
	color: #fff;
  }
  
  .subscription-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
  }
  
  .subscription-wrapper input::placeholder {
	color: #fff;
  }

.footer-links ul li img{
    width:17px;
    height:17px;
}
/* .footer-links li a {
    padding-left: 10px;
} */
footer{
	margin-top: 100px;
	padding: 62px 0 85px;
	font-size: 17px;
	background-color: #eef1f6;
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.footer-top, .footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-bottom{
	align-items: center;
}
.footer-logo{
	display: flex;
	flex-direction: column;
	max-width: 590px;
	width: 100%;
}
.footer-logo p{
	max-width: 330px;
	width: 100%;
	padding-bottom: 29px;
}
.footerlogo{
	width: 178px;
	margin-bottom: 33px;
}
.readmore{
	color: #000;
	font-weight: 400;
	display: flex;
	align-items: center;
	transition: .3s ease-in-out;
}
.readmore:hover{
	color: #0d54f7;
}
.readmore::after{
	content: "";
	width: 15px;
	height: 14px;
	background: url('../images/arrow.png') no-repeat right;
    margin-left: 10px;
	display: inline-block;
}
.social-icons{
	display: flex;
	padding-top: 20px;
}
.social-icons a{
	width: 36px;
	height: 36px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-right: 8px;
	border: 1px solid transparent;
	transition: 1s all ease-in-out;
}
.social-icons a:hover{
	border: 1px solid #0e1133;
}
.social-icons a:last-child{
	margin-right: 0;
}
.footer-links ul li{
	padding-bottom: 22px;
} 
.footer-contact ul li{
	padding-bottom: 22px;
	display: flex;
	align-items: flex-start;
}
.footer-links ul li:first-child, .footer-contact ul li:first-child{
	font-size: 20px;
	font-weight: 900;
	color: #000;
	padding-bottom: 28px;
}
.footer-top ul {
	padding-top: 29px;
}
.footer-top ul li a{
	color: #000;
	transition: .3s ease-in-out;
}
.footer-top ul li a:hover,.footer-top ul li a.active{
	color: #0d54f7;
}
.footer-contact li::before{
	filter: brightness(0) saturate(100%) invert(25%) sepia(29%) saturate(3823%) hue-rotate(176deg) brightness(86%) contrast(105%);
}
.footer-contact li.email::before{
	content: "";
	width: 17px;
	height: 12px;
	background: url('../images/icon-email@2x.png') no-repeat left;
	background-size: contain;
	display: inline-block;
	margin-right: 14px;
	padding-top: 9px;
}
.footer-contact li.phone::before{
	content: "";
	width: 18px;
	height: 18px;
	background: url('../images/icon-phone.png') no-repeat left;
	background-size: contain;
	display: inline-block;
	margin-right: 14px;
	padding-top: 3px;
	/* transform: rotate(275deg); */
}
.footer-contact li.loc::before{
	content: "";
	width: 15px;
	min-width: 15px;
	height: 20px;
	background: url('../images/icon-loc.png') no-repeat left;
	background-size: contain;
	display: inline-block;
	margin-right: 14px;
	margin-left: 3px;
}
.footer-bottom{
	font-size: 16px;
	margin-top: 45px;
	padding: 24px 0 0;
	border-top: 1px solid #cccfd3;
}
.download-btns{
	display: flex;
}
.download-btns a{
	max-width: 230px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: #0e114d;
	border-radius: 5px;
	background-color: #fff;
	margin-right: 12px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	transition: .5s all ease-in-out;
}
.download-btns a:hover{
	background-color: #d5def2;
}
.download-btns a.googleplay{
	border: 2px solid #e7eaef;
}
.download-btns a.applestore::before{
	content: '';
	width: 16px;
	height: 17px;
	background: url('../images/icon-apple.png') no-repeat left;
	display: inline-block;
	margin-right: 10px;
}
.download-btns a.googleplay::before{
	content: '';
	width: 16px;
	height: 17px;
	background: url('../images/icon-playstore.png') no-repeat left;
	display: inline-block;
	margin-right: 10px;
}

 /* mobile menu  */
 .hamburger-menu{
	 display: none;
	 z-index: 100;
 }
 .hamburger-menu span{
	height: 3px;
    border-radius: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 6px;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
 }
 .hamburger-menu span:first-child, .hamburger-menu span:last-child{
	 width: 35px;
	 transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
 }
 .hamburger-menu span:nth-child(2) {
	 width: 41px;
	 transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
 }
 .hamburger-menu span:first-child:hover, .hamburger-menu span:last-child:hover{
	 width: 35px;
 }
 .hamburger-menu span:nth-child(2):hover {
	 width: 41px;
 }
 .hamburger-menu.open span:first-child{
	transform: rotate(45deg);
 }
 .hamburger-menu.open span:last-child{
	transform: translateY(-18px) rotate(-45deg);
 }
 .hamburger-menu.open span:nth-child(2) {
	 width: 0;	
	 opacity: 0;
 }
 .navmenu.open{
	 right: 0;
 }

 .page-content{
	padding: 50px 0 30px;
 }
 .page-content h2{
	font-size: 22px;
	padding: 25px 0 20px;
	font-weight: 500;
 }
 .page-content p ~ h2{
	padding-top: 13px;
 }
 .page-content p{
	padding-bottom: 20px;
	line-height: 22px;
 }
 .page-content h3{
	font-weight: 600;
 }
 .page-content p strong{
	font-weight: 600;
 }

 /* contact page  */
 .contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}
.contact-left, .contact-right{
    display: flex;
    flex-basis: calc(50% - 25px);
    flex-direction: column;
}
.form-input {
    width: 100%;
    padding: 8px 0 5px;
    margin-bottom: 40px;
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-family: 'Avenir LT Std';
}
.contact-left h2{
	padding-bottom: 40px;
	font-size: 35px;
}
.blue-btn{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
	background-color: #3E7FEE; 
    border: 2px solid #3E7FEE;
	padding: 10px 20px;
	max-width: 200px;
	width: 100%;
    cursor: pointer;
    border-radius: 28px;
    transition: .5s all ease-in-out;
}
.blue-btn:hover{
	color: #3E7FEE; 
	background-color: #FFF; 
}
.contact-right ul {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}
.contact-right ul li {
	padding: 25px 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.icon-wrapper{
	width: 32px;
	height:32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-color: #0c55f0;
	flex-shrink: 0;
}
.icon-wrapper img{
	width: 18px;
    filter: brightness(0) invert(1);
}
span.contact-txt {
    word-break: break-word;
}
.contact-right ul li strong{
	flex-shrink: 0;
}
/* Media Queries  */
.language-switch {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
}

.language-switch select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 6px;
  padding: 8px 36px 8px 15px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #fff;
  color: #00703C;
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  height: 42px;
  border-radius: 30px;
  border: 1px solid #fff;
}

.language-switch select:hover {
  border-color: #888;
  color: #fff;
  border: 1px solid #fff;
  background-color: #00703C;
}
.language-switch:hover::after{
  color: #fff;
}

.language-switch select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.2);
}

.language-switch::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #00703C;
  pointer-events: none;
}
@media only screen and (max-width: 1920px){
	.home-banner {
		background-size: cover;
	}
}
@media only screen and (max-width: 1800px){

	.home-banner {
		height: 60.278vw;
	}
	.banner-content {
		padding-top: 7.222vw;
	}

	.banner-text {
		max-width: 31.944vw;
		padding-right: 2.889vw;
	}
	.banner-text h1 {
		font-size: 3.889vw;
		line-height: 3.889vw;
		padding-bottom: 3.056vw;
	}
	.banner-text span.free {
		font-size: 1.833vw;
		margin-bottom: 1.556vw;
	}
	.banner-text p {
		font-size: 1.222vw;
		padding-bottom: 3.056vw;
	}
	.banner-content .playstore {
		gap: 1vw;
	}

	.innerpage-banner {
		height: 33.333vw;
	}
}	

@media only screen and (max-width: 1700px){

	.banner-content figure img {
		max-width: 51vw;
		/* max-width: 47.471vw; */
	}
	.header {
		padding-top: 2.588vw;
		padding-bottom: 1.765vw;
	}
	.main-menu li a {
		font-size: 18px;
	}
	.logo {
		width: 174px;
	}

	section.features {
		padding: 6.471vw 0;
	}
	.section-title {
		font-size: 2.941vw;
		line-height: 3.294vw;
		padding-bottom: 2.529vw;
	}
	.section-subtitle {
		font-size: 16px;
		max-width: 39.529vw;
		padding-bottom: 3.706vw;
		line-height: 20px;
	}
	.feature-wrapper {
		gap: 1.765vw;
	}
	.feature-item {
		/* max-width: 15.412vw; */
		padding: 2.294vw 1.765vw 3.235vw;
	}
	.feature-item figure {
		width: 5vw;
		height: 5vw;
	}
	.feature-item h6 {
		padding: 1.941vw 0 1vw;
		font-size: 16px;
	}
	.feature-item p {
		line-height: 20px;
		font-size: 15px;
	}
	.feature-item:nth-child(1) > figure img {
		width: 2vw;
	}
	.feature-item:nth-child(2) > figure img {
		width: 1.765vw;
	}
	.feature-item:nth-child(3) > figure img {
		width: 2.471vw;
	}
	.feature-item:nth-child(4) > figure img {
		width: 1.882vw;
	}

	.left-img-section {
		padding: 9.412vw 0;
	}
	.left-img-section figure {
		max-width: 43.647vw;
		/* max-width: 45.647vw; */
		margin-right: 5.882vw;
	}
	.blue-txt {
		font-size: 17px;
	}
	.left-img-section h3 {
		font-size: 2.353vw;
		line-height: 2.941vw;
		padding: 1.059vw 0 1.353vw;
	}
	.left-img-section p {
		font-size: 17px;
		padding-bottom: 4.471vw;
	}
	ul.box-wrapper {
		row-gap: 5vw;
	}
	ul.box-wrapper li {
		flex-basis: calc(50% - 2.235vw);
		margin-right: 4.412vw;
	}
	.box-item {
		font-size: 15px;
	}
	.box-item .title {
		font-size: 17px;
	}
	.box-item .title::before {
		width: 22px;
		height: 22px;
		margin-right: 1.059vw;
		background-size:0.765vw
	}
	.box-item .text {
		padding-top: 0.882vw;
	}

	.closerlook-slider .owl-nav button {
		width: 4.471vw;
		height: 4.471vw;
		top: 48%;
	}
	.closerlook-slider .owl-nav .owl-prev {
		left: -6.118vw;
		background-size: 0.882vw 1.471vw !important;
	}
	.closerlook-slider .owl-nav .owl-next {
		right: -6.118vw;
		background-size: 0.882vw 1.471vw !important;
	}
	.closerlook-slider .owl-dots {
		padding: 4.471vw 0 1.176vw;
	}

	.subscription-wrapper {
		padding: 5vw 4.118vw 0 6.118vw;
		margin-top: 5.471vw;
		margin-bottom: 2vw;
	}
	.subscription-wrapper::before {
		/* max-width: 36.294vw;
		height: 19.882vw; */
		left: 6.471vw;
	}
	.subscription-left {
		max-width: 25.294vw;
	}
	.subscription-left h2 {
		font-size: 2.941vw;
		line-height: 3.294vw;
		padding-bottom: 2.118vw;
	}
	.subscription-left p {
		font-size: 1.176vw;
		line-height: 1.706vw;
		padding-bottom: 3.647vw;
	}
	.subscribe {
		padding-bottom: 1.471vw;
		margin-bottom: 4.706vw;
	}
	.subscribe::before {
		width: 1.412vw;
		height: 1vw;
	}
	.subscription-wrapper input, .subscription-wrapper button {
		font-size: 1.059vw;
	}
	.subscription-right img {
		max-width:25.765vw;
		width: 100%;
	}

	footer {
		margin-top: 5.882vw;
		padding: 3.647vw 0 5vw;
		font-size: 15px;
	}
	footer ul {
		font-size:15px;
	}
	.footer-logo {
		max-width: 34.706vw;
		width: 100%;
	}
	.footerlogo {
		width: 10.471vw;
		margin-bottom: 1.941vw;
	}
	.footer-logo p {
		max-width: 19.412vw;
		padding-bottom: 1.706vw;
	}
	.social-icons {
		padding-top: 2.353vw;
	}
	.footer-top ul {
		padding-top: 1.706vw;
	}
	.footer-links ul li:first-child, .footer-contact ul li:first-child {
		font-size: 1.176vw;
		padding-bottom: 1.647vw;
	}
	.footer-bottom {
		font-size: 15px;
		margin-top: 2.647vw;
		padding: 1.412vw 0 0;
	}
}

@media only screen and (max-width: 1440px){
	.page-center {	
		max-width: 82%;
	}
	.main-menu {
		column-gap: 25px;
		padding-right: 25px;
	}
	.download-btns a {
		font-size: 14px;
	}

	.left-img-section p {
		padding-bottom: 3.2vw;
	}
	ul.box-wrapper {
		row-gap: 3.5vw;
	}

	.subscription-left h2 {
		font-size: 42px;
		line-height: 45px;
	}
	.subscription-left p {
		font-size: 16px;
		line-height: 22px;
	}
	.subscription-wrapper input, .subscription-wrapper button {
		font-size: 15px;
	}	
	.subscribe {
		padding-bottom: 20px;
	}
	.subscription-left {
		max-width: 370px;
	}
	.subscribe::before {
		width: 20px;
		height: 14px;
	}
	.subscription-wrapper input {
		padding-left: 38px;
	}
}

@media only screen and (max-width: 1200px){
	header.fixed .logo {
		width: 150px;
	}
	.buttons {
		min-width: 105px;
		height: 40px;
	}
	.main-menu {
		column-gap: 18px;
		padding-right: 20px;
	}

	.feature-item figure {
		width: 65px;
		height: 65px;
	}
	.feature-item:nth-child(1) > figure img {
		width: 25px;
	}
	.feature-item:nth-child(2) > figure img {
		width: 22px;
	}
	.feature-item:nth-child(3) > figure img {
		width: 30px;
	}
	.feature-item:nth-child(4) > figure img {
		width: 24px;
	}

	.footer-logo {
		max-width: 32.706vw;
	}
	.footer-logo p {
		max-width: inherit;
	}
	.footer-links ul li:first-child, .footer-contact ul li:first-child {
		font-size: 18px;
	}
	.contact-right ul li {
		gap: 15px;
	}
	.contact-right ul li strong, span.contact-txt {
		font-size: 16px;
	}
}

@media only screen and (max-width: 990px){
	.navmenu {
		display: flex;
		flex-grow: 1;
		overflow-y: scroll;
		position: fixed;
		right: -320px;
		max-width: 320px;
		width: 100%;
		height: 100%;
		max-height: 100vh;
		padding: 80px 30px !important;
		top: 0;
		/* background: rgb(36 122 215); */
		background: #028e73;
		z-index: 99;
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
	nav ul {
		align-items: flex-start;
		flex-direction: column;
	}
	.main-menu {
		flex-grow: 0;
	}
	.navmenu ul li {
		padding-bottom: 20px;
	}
	.right-btns {
		gap: 0;
	}
	.hamburger-menu{
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 50%;
    	transform: translateX(-50%);
		right: 0;
	}
	header.fixed .main-menu li a {
		font-size: 20px !important;
	}
	.logo {
		width: 145px;
	}

	.banner-text p {
		font-size: 14px;
	}
	.banner-text span.free {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.banner-text {
		max-width: 245px;
	}
	.banner-content {
		padding-top: 40px;
	}

	section.features {
		padding: 60px 0;
	}
	.section-subtitle {
		max-width: 600px;
	}
	.feature-wrapper {
		flex-wrap: wrap;
	}
	.feature-item {
		flex-basis: 48%;
		max-width: fit-content;
		padding: 26px 20px 40px;
	}


	.left-img-section{
		flex-direction: column;
		padding: 40px 0;
	}
	.section-right-content{
		width: 100% !important;
		padding: 30px 20px;
	}
	.left-img-section h3 {
		font-size: 23px;
		line-height: 28px;
		padding: 14px 0 20px;
	}
	.left-img-section p {
		padding-bottom: 40px;
	}
	.blue-txt {
		font-size: 15px;
	}
	.box-item .title::before {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}
	.left-img-section figure {
		max-width: max-content;
		margin-right: 0;
	}

	.closerlook-slider .owl-nav button {
		top: 48%;
		width: 45px;
		height: 45px;
	}
	.closerlook-slider .owl-nav .owl-prev {
		left: -55px;
	}
	.closerlook-slider .owl-nav .owl-next {
		right: -55px;
	}

	.subscription-left h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.subscription-left p {
		font-size: 13px;
		line-height: 19px;
	}
	.subscription-left {
		max-width: 295px;
	}
	.subscription-wrapper input, .subscription-wrapper button {
		font-size: 13px;
	}

	.footer-top, .footer-bottom {
		flex-wrap: wrap;
	}
	.footer-logo {
		max-width: 100%;
		padding-bottom: 30px;
	}
	.footerlogo {
		width: 125px;
	}
	.footer-bottom {
		flex-direction: column;
		padding: 20px 0 0;
		text-align: center;
	}
	.download-btns{
		margin-bottom: 15px;
	}
	.download-btns a:last-child {
		margin-right: 0;
	}
	header.fixed .logo {
		width: 120px;
	}
	footer {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px){

	.page-center {
		max-width: 92%;
	}
	.banner-content {
		flex-direction: column;
	}
	.banner-text {
		max-width: 100%;
		order: 2;
		padding-right: 0;
	}
	.home-banner {
		height: 840px;
	}
	.banner-text h1 {
		font-size: 28px;
		line-height: 28px;
	}

	.feature-wrapper {
		gap: 0;
		justify-content: center;
	}
	.feature-item {
		flex-basis: 100%;
		margin-bottom: 24px;
	}
	.banner-content > figure{
		order:1;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.banner-content figure img {
		max-width: 380px;
		position: initial;
	}
	.banner-content .playstore a{
		width: 180px;
		margin-right: 15px;
	}
	.banner-content .playstore a:last-child{
		margin-right: 0;
	}
	.banner-content .playstore {
		gap: 0px;
		order: 1;
		margin-bottom: 18px;
	}
	.banner-text h1 {
		order: 2;
	}
	.banner-text span.free {
		order: 3;
	}
	.banner-text p {
		order: 4;
	}
	.banner-text, .banner-text h1 {
		color: #000b33;
		padding-bottom: 20px;
	}
	.banner-text span.free::after{
		background-color: #000b33;
	}
	.section-title {
		font-size: 23px;
		line-height: 25px;
	}
	.section-subtitle {
		padding-bottom: 28px;
		font-size: 15px;
	}
	.feature-item figure {
		width: 55px;
		height: 55px;
	}

	.rotg {
		padding: 30px 0 40px;
	}
	ul.box-wrapper {
		row-gap: 0;
	}
	ul.box-wrapper li {
		margin-bottom: 35px;
	}
	
	.closerlook-slider .owl-nav button {
		width: 36px;
		height: 36px;
	}
	.closerlook-slider .owl-nav .owl-prev {
		left: -40px;
	}
	.closerlook-slider .owl-nav .owl-next {
		right: -40px;
	}
	.closerlook-slider{ max-width:560px; width: 100%; margin: 0 auto; }

	.subscription-wrapper {
		padding: 45px 50px 0;
		flex-direction: column;
		margin-bottom: 35px;
	}
	.subscription-left {
		max-width: 100%;
	}
	.subscription-right {
		justify-content: center;
	}
	.subscription-right img {
		max-width: 70%;
	}
	.subscription-wrapper::before {
		max-width: 100%;
		height: 336px;
	}
	.subscription-left h2 {
		padding-bottom: 27px;
	}
	.subscription-left p, .subscription-wrapper input, .subscription-wrapper button {
		font-size: 14px;
	}
	.subscription-left p {
		padding-bottom: 50px;
	}

	.footer-links ul li,.footer-contact ul li {
		padding-bottom: 17px;
	}
	.footer-links ul li:first-child, .footer-contact ul li:first-child {
		padding-bottom: 18px;
	}
	.footer-links, .footer-contact{
		width: 100%;
	}
	.download-btns a {
		height: 40px;
		font-size: 13px;
	}
	.page-content p{
		font-size: 15px;
		padding-bottom: 15px;
	}
	.page-content h2{
		font-size: 20px;
		padding: 20px 0 18px;
	}
	.innerpage-banner h1{ color: #fff !important; font-size: 26px;}
	.contact-left, .contact-right {
		flex-basis: 100%;
	}
	.contact-right {
		order: 1;
	}
	.contact-left {
		order: 2;
		padding-top: 18px;
	}
	.contact-left h2{
		padding-bottom: 30px;
		font-size: 22px;
	}
	.contact-right ul li {
		padding: 16px 0;
	}
	.blue-btn {
		font-size: 18px;
		padding: 8px 18px;
	}
}

@media only screen and (max-width: 560px){
	.hamburger-menu span:first-child, .hamburger-menu span:last-child {
		width: 30px;
	}
	.hamburger-menu span:nth-child(2) {
		width: 36px;
	}
	header .logo {
		width: 100px !important;
	}
	.banner-content .playstore a {
		width: 170px;
	}
	.home-banner {
		height: 825px;
	}
	ul.box-wrapper li {
		flex-basis: 100%;
		margin-right: 0;
	}
	.closerlook-slider{ max-width: 80%; }
	.closerlook-slider .owl-dot {
		width: 8px;
		height: 8px;
	}
	.closerlook-slider .owl-dot.active {
		width: 30px;
	}
	.subscription-wrapper {
		padding: 30px 20px 0;
	}

	.footerlogo {
		width: 95px;
	}
	.innerpage-banner {
		height: 200px;
	}
	span.contact-txt {
		font-size: 14px;
	}
}

@media only screen and (max-width: 420px){
	.banner-content .playstore a {
		width: auto;
	}
	.home-banner {
		height: 765px;
	}
	.rotg {
		padding: 10px 0 25px;
	}
	.subscribe {
		border-bottom: none;
		align-items: flex-start;
		padding-bottom: 0;
	}
	.subscribe form {
		flex-direction: column;
	}
	
	.subscription-wrapper input{
		border-bottom: 1px solid #ccc;
		padding-bottom: 8px;
	}
	 .subscription-wrapper button{
		text-align: right;
    	padding: 20px 0;
	}
	.subscription-right img {
		max-width: 100%;
	}
	.subscribe::before {
		width: 18px;
		height: 13px;
	}
	.download-btns {
		flex-direction: column;
		align-items: center;
	}
	.download-btns a{
		margin-bottom: 10px;
		margin-right: 0;
	}
}


body.lang-urdu {
    direction: rtl;
}

body.lang-urdu .language-switch {
    margin-left: 0;
    margin-right: 20px;
}

body.lang-urdu .home-banner {
    background: none;
    position: relative;
}

body.lang-urdu .home-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/banner-bg.png') no-repeat center;
    background-size: 100% 100%;
    transform: scaleX(-1);
    transform-origin: center;
    z-index: -1;
}

body.lang-urdu .closerlook-slider {
    direction: ltr;
}

body.lang-urdu .subscription-wrapper::before {
    transform: scaleX(-1);
    left: inherit;
    right: 118px;
}

body.lang-urdu .download-btns a.googleplay::before,
body.lang-urdu .download-btns a.applestore::before {
    margin-right: 0;
    margin-left: 10px;
}

body.lang-urdu .readmore::after {
    transform: scaleX(-1);
    margin-left: 0;
    margin-right: 10px;
}

body.lang-urdu .innerpage-banner {
    background: none;
    position: relative;
}

body.lang-urdu .innerpage-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/innerpage-banner-bg-green.png') no-repeat center;
    background-size: 100% 100%;
    transform: scaleX(-1);
    transform-origin: center;
    z-index: -1;
    background-size: cover;
}

body.lang-urdu .left-img-section figure {
    margin-right: 0;
    margin-left: 100px;
}

body.lang-urdu .left-img-section figure {
    transform: scaleX(-1);
}

body.lang-urdu .download-btns a {
    margin-right: 0;
    margin-left: 10px;
}

body.lang-urdu .box-item .title::before {
    margin-right: 0;
    margin-left: 10px;
}

body.lang-urdu .footer-contact li::before {
    margin-right: 0 !important;
    margin-left: 12px !important;
}

body.lang-urdu .login-outer-wrapper {
    direction: rtl;
}
body.lang-urdu .multiple-img-wrapper img{
	display: none !important;
}
body.lang-urdu .multiple-img-wrapper img.urdu-img{
	display: block !important;
	transform: scaleX(-1);
}
body.lang-urdu .subscription-wrapper input{
	padding-left: 0;
	padding-right: 46px;
}
body.lang-urdu .subscribe::before{
	left: inherit;
  right: 0;
}
.lang-urdu ul.box-wrapper li{
	margin-right: 0;
	margin-left: 38px;
}
.lang-urdu .login-container{
	text-align: right;
}
.lang-urdu .register{
    text-align: right;
}

@media only screen and (max-width: 1700px) {
	.lang-urdu ul.box-wrapper li{
		margin-right: 0;
		margin-left: 2.2vw;
	}
}
/* Media Queries */
@media only screen and (max-width: 1920px) {
    body.lang-urdu .home-banner::before {
        background-size: cover;
    }
}

@media only screen and (max-width: 990px) {
 body.lang-urdu .hamburger-menu{
	right: inherit;
	left: 20px;
  }
  body.lang-urdu .navmenu{
	left: -320px;
	right: inherit;
  }
  body.lang-urdu .navmenu.open{
  left: 0;
  }
  .lang-urdu .right-btns{
	padding: 0;
	padding-right: 20px;
  }
  .lang-urdu .right-btns a{
	padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
    body.lang-urdu .banner-content .playstore a {
        margin-right: 0;
        margin-left: 15px;
    }
}
