
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #4a4a4a;
	background: #fff;
	min-width: 320px;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	font: 14px/1.5em 'Lexend', sans-serif; 
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.btn-link.focus,
.btn-link:focus,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 
}


#wrapper{
	overflow: hidden;
	position: relative;
	width: 100%;
}

#header{
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 20px 0;
	position: absolute;
}
#header .header-holder{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .header-holder .logo{
	width: 172px;
	display: block;
}
#nav{
	margin:  0;
}
.nav{
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.nav li{
	padding: 0 5px;
}
.nav li a{
	color: #fff;
	display: block;
	font-weight: 400;
	font-size: 12px;
	padding: 8px 16px;
	font-family: 'Inter', sans-serif;
}
.nav li a:hover,
.nav li a.active{
	background: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
}
#nav{
	display: flex;
	align-items: center;
}


.banner-section{
	position: relative;
	padding: 50px 0 130px;
	background: linear-gradient(180deg, #2193B0 11.57%, #6DD5ED 93.75%);
	transform: matrix(1, 0, 0, -1, 0, 0);
}
.banner-section:after{
	bottom: 0;
	right: 0px;
	width: 799px;
	height: 561px;
	content: "";
	position: absolute;
	transform: matrix(1, 0, 0, -1, 0, 0);
	background: url(../images/img1.png) no-repeat;
}
.banner-section .banner-columns{
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	justify-content: space-between;
	transform: matrix(1, 0, 0, -1, 0, 0);
}
.banner-section .banner-columns .column{
	width: 40%;
}
.banner-section .banner-columns .column:last-child{
	width: 60%;
}
.banner-section .banner-columns .column h1{
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 48px;
	font-family: 'Inter', sans-serif;
}
.banner-section .banner-columns .column p{
	width: 80%;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 40px;
	font-family: 'Inter', sans-serif;
}
.banner-section .banner-columns .column .btn-holder{
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banner-section .banner-columns .column .btn-holder a{
	display: block;
}

.message-section{
	padding: 60px 0 0;
}
.message-section h2{
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	margin: 0 0 50px;
	padding: 0 0 14px;
	position: relative;
	text-align: center;
	font-family: 'Inter', sans-serif;
}
.message-section h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 174px;
	height: 10px;
	margin: 0 auto;
	position: absolute;
	background: url(../images/img6.png) no-repeat;
}
.message-section .two-columns{
	display: flex;
	margin: 0 auto;
	max-width: 1090px;
	align-items: center;
	padding: 0 0 40px;
	justify-content: space-between;
	border-bottom: 1px solid #000;
}
.message-section .two-columns .column{
	width: 46%;
}
.message-section .two-columns .column p{
	margin: 0;
	color:  #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	font-family: 'Inter', sans-serif;
}
.message-section .safety{
	color: #fff;
	width: 272px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	padding: 14px 10px;
	text-align: center;
	border-radius: 40px;
	margin: 30px auto 40px;
	border:  2px solid #F16529;
	background: linear-gradient(90deg, #E44D26 0%, #F16529 100%);
}
.message-section .safety:hover{
	background: #fff;
	color: #F16529;
}
.message-section.last .two-columns{
	border: 0;
}

.faq-section {
	padding: 60px 0 100px;
}
.faq-section h2{
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	margin: 0 0 50px;
	padding: 0 0 14px;
	position: relative;
	text-align: center;
	font-family: 'Inter', sans-serif;
}
.faq-section h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 174px;
	height: 10px;
	margin: 0 auto;
	position: absolute;
	background: url(../images/img6.png) no-repeat;
}

.panel-title a:after {
	top: 13px;
	right: 20px;
    content:'';
    float:right;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/minus.png) no-repeat;
}
.panel-title a.collapsed:after {
    background: url(../images/plus.png) no-repeat;
}
.panel-title,
.panel-title a{
	margin: 0;
	width: 100%;
	color: #000;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	align-items: center;
}
.panel-title a{
	border-radius: 8px;
	padding: 14px 70px 14px 20px;
	font-family: 'Inter', sans-serif;
}
.panel-title img{
	margin: 0 15px 0 0;
}
.panel-heading{
	color: #000;
	display: flex;
	font-size: 20px;
	margin: 0 0 10px;
	border-radius: 9;
	line-height: 24px;
	align-items: center;
	background: #F0F0F0;
	font-family: 'Inter', sans-serif;
}
.panel-body{
	color: #000;
	height: 170px;
	padding: 20px;
	font-size: 20px;
	line-height: 30px;
	border-radius: 9px;
	margin: -10px 0 10px;
	border:  1px solid #000;
	font-family: 'Inter', sans-serif;
}

.hamburger-container{
	display: none;
}

#footer{
	padding: 60px 0;
	background: linear-gradient(180deg, #2193B0 11.57%, #6DD5ED 93.75%);
	transform: matrix(1, 0, 0, -1, 0, 0);
}
#footer .footer-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transform: matrix(1, 0, 0, -1, 0, 0);
}
#footer .footer-columns .column{
	width: 50%;
	text-align: center;
}
#footer .footer-columns .column .footer-logo{
	display: block;
	width: 390px;
	margin: 0 auto 40px;
}
#footer .footer-columns .column p{
	width: 62%;
	color:  #fff;
	margin: 0 auto;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Inter', sans-serif;
}
#footer .footer-columns .column .play-store{
	width: 100%;
	display: block;
	margin: 0 0 20px;
}
#footer .footer-columns .column .play-store img{
	width: 230px;
}

.bottom-footer{
	padding: 20px 0;
	background: linear-gradient(180deg, #2193B0 11.57%, #6DD5ED 93.75%);
	transform: matrix(1, 0, 0, -1, 0, 0);
}
.bottom-footer .container{
	transform: matrix(1, 0, 0, -1, 0, 0);	
}
.bottom-footer .container .list{
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
}
.bottom-footer .container .list li{
	padding: 0 20px;
}
.bottom-footer .container .list li a{
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.bottom-footer .container .list li a:hover{
	color: #fff;
}




@media (max-width: 1199px){
	.banner-section .banner-columns .column,
	.banner-section .banner-columns .column:last-child{
		width: 50%;
	}
}
@media (max-width: 991px){
	.banner-section:after{
		width: 548px;
		height: 425px;
		background-size: 100% 100%;
	}
	.banner-section .banner-columns .column h1{
		font-size: 32px;
	}
	.banner-section .banner-columns .column .btn-holder a{
		width: 154px;
	}
	.message-section h2{
		font-size: 34px;
	}
	.message-section .two-columns .column{
		width: 48%;
	}
	.panel-body,
	.message-section .two-columns .column p{
		font-size: 16px;
		line-height: 26px;
	}
	#footer .footer-columns .column .footer-logo{
		width: 260px;
	}
	#footer .footer-columns .column p{
		width: 90%;
	}
}

@media (max-width: 767px){
	.hamburger-container{
		display: block;
	}
	#header{
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		padding: 10px 0;
		position: absolute;
		background: #fff;
	}
	#nav{
		left: 0;
		bottom: 0;
		top: 0px;
		z-index: 99;
		width: 280px;
		padding: 10px;
		flex-wrap: wrap;
		position: fixed;
		background: #fff;
		transform: translateX(-100%);
		transition: all .5s ease-in-out;
		-webkit-transform: translateX(-100%);
		-webkit-transition: all .5s ease-in-out;
	}
	#nav .nav{
		width: 100%;
	}
	#nav .nav li{
		width: 100%;
		display: block;
	}
	#nav .nav li a{
		color: #000;
		display: block;
		font-size: 16px;
		padding: 10px 10px;
	}
	
	ul.hamburger{
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		list-style: none;
	}
	ul.hamburger li {
	  height: 5px;
	  content: "";
	  background: #000;
	  position: relative;
	  transition: 0.25s ease-in-out;
	}

	.hidden {
	  opacity: 0;
	}

	ul.hamburger {
	  display: block;
	}
	ul.hamburger li:nth-child(1) {
	  top: 0;
	}
	ul.hamburger li:nth-child(2) {
	  top: 5px;
	}
	ul.hamburger li:nth-child(3) {
	  top: 10px;
	}
	.hamburger-container {
	  width: 38px;
	  height: 30px;
	  float: right;
	  cursor: pointer;
	}
	body.nav-open #nav{
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	.banner-section .banner-columns .column, .banner-section .banner-columns .column:last-child{
		width: 100%;
	}
	.banner-section .banner-columns{
		flex-flow: column-reverse;
	}
	.message-section h2{
		font-size: 26px;
	}
	.message-section .two-columns .column{
		width: 100%;
		text-align: center;
	}
	.message-section .two-columns{
		flex-wrap: wrap;
		flex-flow: column-reverse;
	}
	.message-section .two-columns .column img{
		margin: 0 0 20px;
	}
	.message-section.last .two-columns{
		flex-flow: column;
	}
	.panel-title, .panel-title a{
		font-size: 16px;
	}

}

@media (max-width: 575px){
	.banner-section .banner-columns .column .btn-holder a{
		width: 140px;
	}	
	#footer .footer-columns .column{
		width: 100%;
	}
	#footer .footer-columns .column p{
		margin: 0 0 30px;
	}
	#footer .footer-columns .column .play-store img{
		width: 170px;
	}
	.bottom-footer .container .list li{
		padding: 0 6px;
	}
	.bottom-footer .container .list li a{
		font-size:  10px;
	}
} 