@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root{
	--blue : #368CE7;
	--blue-dark : #1666BA;
	--blue-light : #7AB3EF;

	--red : #FF0000;
	--red-dark : #A70000;
	--red-light : #FF5252;

	--green : #76BA1B;
	--green-dark : #4C9A2A;
	--green-light : #ACDF87;

	--orange : #ff7400;
	--orange-dark : #ff4d00;
	--orange-light : #ff9a00;

	--black : #000;
	--dark : #333;
	--light : #666;

	--white : #fff;
	--white-dark : #ccc;
	--white-light : #eee; 
}

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

p{margin:0;}
a,
button,
input,
textarea{
	outline:0;
	transition: all .5s ease;
}
a{ text-decoration:none!important;}

html {
	scroll-behavior:smooth;
}

body{
	font-family: "Rubik", serif;
	font-weight:400;
	font-style: normal;
	counter-reset: my-awesome-counter;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Rubik", serif;
	font-weight: 700;
}


header, .banner, .section, .h2, .para, .flexbox, footer{
	width:100%; float:left;
}
.logo{
	color: #fff;
	font-family: "Rubik";
}
.logo img{
	width: 200px;
}
header{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 15px;
	font-size:30px;
	font-weight:800;
	background-color: #000;
	box-shadow:0 2px 12px rgba(0,0,0,.1);
}

.container{
	width:100%;
	max-width:1300px;
	padding:0 15px;
}

.banner{
	background: #fff;
	background-size: cover;
	padding: 20px 0;
}
.banner .container{
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.banner h1{font-size:40px; font-weight:800; margin:0 0 10px;}
.banner p{font-size:15px; line-height:24px;}

.section{padding:12px 0; position: relative;}
.section .container{position: relative; z-index: 2;}
.h2{font-size:25px; font-weight:600;margin:0 0 15px;}
.para{font-size:15px; line-height:23px;margin:0 0 20px;}
.para:last-child{margin:0;}
.flexbox{display:flex; align-items:center; margin:0 0 20px;}
.flexbox:last-child{margin:0;}
.flexbox > p, .flexbody{flex:1;}
.flexbox > p:first-child, .flexbody:first-child{padding:0 30px 0 0;}
.flexbox > p:last-child, .flexbody:last-child{padding:0 0 0 30px;}
.flexbox > img{width:100%; max-width:10%;}
.section1{
	background-color: #f2f2f2;
}
.center .h2{
	margin: 0;
	width: auto;
}
.paracenter{
	text-align: center;
}
.table-anker{
	width: 100%;
	float: left;
}
.listingCover{
	width:100%;
	max-width:1250px;
	margin:0 auto 30px;
	text-align:left;
	list-style:none;
	clear:both;
	padding: 0;
}
.listingCover li{
	background:url(../img/check.png) no-repeat left;
	background-size:30px auto;
	font-size:16px;
	padding:0 0 0 50px;
	margin:0 0 10px;
}

.divider{
	margin:0 0 15px;
	text-align:center;
}
.divider img{
	width:100%;
	max-width:600px;
}
.table-cu{
	width: 100%;
	float: left;
	display: flex;
	position: relative;
	border: 1px solid #0afdc552;
    box-shadow: 0px 0px 43px -25px #0afdc5;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 0 20px;
	transition: 0.5s;
}
.section2{
	background-color: #042a5f;
	color: #fff;
	padding-bottom: 40px;
}
.table-cu:hover{
	transform: scale(1.03);
    z-index: 10000;
}
.counter-box{
	width: 10%;
	display: flex;
	float: left;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgb(229, 232, 244);
	padding: 6px 12px;
	gap: 4px;
}
.counter{
	width: 100%;
    padding-block: 3px;
    background-color: #042a5f;
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
	counter-increment: my-awesome-counter;
}
.counter::before{content: counter(my-awesome-counter);}
.score {
	width: 100%;
	border: 1px solid #dfe6f2;
	border-radius: 6px;
	padding: 6px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.score span {
	font-size: 1.5rem !important;
	font-weight: 700;
	color: #042a5f !important;
	margin-right: 0 !important;
}
.rating {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #dfe6f2;
	border-radius: 6px;
	padding: 6px 10px;
	text-align: center;
}
.stars img{
	width: 100% !important;
	padding: 0 !important;
	margin-top: 5px;
}
.span{
	text-transform: uppercase;
    font-size: 8px;
	color: #000;
}
.count{
	font-size: 7px;
	color: #000;
}
.logo-box{
	width: 20%;
	display: flex;
	float: left;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgb(229, 232, 244);
	position: relative;
	overflow: hidden;
}
.logo-box img{
	width: 180px;
	max-width: 100%;
}
.tag{
	position: absolute;
    background-color: #042a5f;
    color: #fff;
    width: 100%;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    top: 19px;
    left: -56px;
    transform: rotate(-24deg);
}
.box{
	width: 23%;
	display: flex;
	float: left;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgb(229, 232, 244);
	position: relative;
	overflow: hidden;
	padding: 8px 16px;
}
h3{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-top: 20px;
	font-weight: 600;
}
.heading-card{
	padding-inline: 6px;
    margin-bottom: 4px;
    background-color: #dfe6f2;
    border-right: 0.5px solid #fff;
	width: 100%;
	height: auto;
	text-align: center;position: absolute;
	top: 0;
	left: 0;
}
.box1 img{
	width: 95%;
	float: left;
}
.heading-text-card{
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.box1{
	width: 24%;
	display: flex;
	float: left;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgb(229, 232, 244);
	position: relative;
	overflow: hidden;
	padding: 8px 16px;
}
.btn-box{
	width: 24%;
	display: flex;
	float: left;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgb(229, 232, 244);
	position: relative;
	overflow: hidden;
	padding: 29px 16px 8px 16px;
}
.mbtn{
	display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
	text-align: center;
    padding: 10px 10px;
	background-color: #042a5f;
    color: #fff;
    font-weight: 900;
    border-radius: 12px;
    font-size: 14px;
    outline: 0 !important;
    border: none !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.mbtn:hover {
	background-color: #f27a8a;
}
.mbtn-hover {
	background-color: transparent;
	color: black !important;
}
.ul-list{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: transparent;
	width: 100%;
	float: left;
	flex-wrap: wrap;
}
.ul-list li{
	display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: small;
	margin: 0 0 20px;
}
.center{
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin: 0 0 12px;
}
.center:last-child{
	margin: 0 !important;
}
.container > img{
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.flexgroup{
	width: 100%; float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexgroupbox{
	width: 49%;
	background: #fff;
	border: 2px solid #fff;
	margin:0 0 20px;
	color: #000;

	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 60px;
	overflow: hidden;
	padding-right: 15px;
}
.flexgroupbox img{
	width: 110px;
	float:left;
	clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}
h4{
	font-size:20px;
}


.formsection{
	background:url(../img/img7.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
	text-align: center;
	font-size:16px;
	font-weight:400;
}
.formsection:before{
	content:'';
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.2);
	backdrop-filter: blur(10px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.formsection .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.formsection .para{
	text-align: center;
	font-size:28px;
	line-height:1.5;
}

.formbox{
	width: 100%; float: left;
	max-width:800px;
	background:#fff;
	padding:20px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.formfield{
	width: 49%;
	height:50px;
	margin:0 0 10px;
	padding:0 10px;
	border:none;
	background:#f3f3f3;
	border:solid 1px #333;
	color:#000;
	font-size:15px;
}
.textarea-cu{
	width: 49%;
	height:50px;
	margin:0 0 10px;
	padding:0 10px;
	border:none;
	background:#f3f3f3;
	border:solid 1px #333;
	color:#000;
	font-size:15px;
}
.formfield::placeholder,.textarea-cu::placeholder{
	color:#333;
}
.formbutton{
	width: 49%; float: left;
	height:50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border:none;
	background:#212c62;
	color:#fff;
	cursor: pointer;
	outline:0!important;
}

footer{
	background:#f2f2f2;
	text-align:center;
	padding:20px 0;
}
footer .container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerlinks{
    flex:1;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}
.footerlinks img{
    width: 90px;
	margin-left: 30px;
}

.footerlinks a{
	font-size:14px;
	color:var(--blue-dark);
	margin:0 6px;
}
.footerlinks a:hover{
	text-decoration: underline!important;
}
.copyrights{
	font-size:14px;
}
.text-white{
	font-size: 14px;
}
.cookiesection{
	width:100%; float:left;
	min-height:calc(100vh - 126px);
	padding:40px 0;
}
.cookiesection h2{
	font-size:22px;
	font-weight:600;
}
.cookiesection p{
	font-size:14px;
	line-height:20px;
}
.cookiesection p strong{
	font-weight:600;
}
.cookiesection p .bolder{
	display: block;
	margin:30px 0 10px;
	font-weight:600;
	font-size:16px;
	text-align:center;
}

.backbutton{
	float: left;
	display: inline-flex;
	align-items: center;
	margin:30px 0 20px;
	padding:6px 8px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	color:var(--blue-dark)!important;
	border:solid 1px var(--blue-dark);;
}
.backbutton img{
	width:15px;
	margin:0 5px 0 0;
	transition: all .3s ease;
}
.backbutton:hover{
	background:var(--blue-dark);;
	color:#fff!important;
}
.backbutton:hover img{filter:saturate(0) brightness(10);}
.alert {
	background: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff !important;
	position: fixed !important;
	bottom: 0px;
	margin-bottom: 0 !important;
	left: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 7px 30px !important;
	display: flex;
	justify-content: space-between;
	border-radius: 0px !important;
	flex-wrap: wrap;
	align-items: center;
}
.alert-dismissible {
	z-index: +3;
}
.alert-close {
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	padding: 0px !important;
	width: 3rem;
	height: 2rem;
	font-size: 14px;
}
.hide {
	display: none;
}
span {
	font-weight: bold;
}

.alert p {
	font-size: 14px;
}

.hide {
	display: none;
}
.alert-close {
	padding: 0px 9px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	margin: 0 !important;
	font-size: 14px;
}
.show-mbl{
	display: none;
}
@media (max-width:992px){
	.banner h1{font-size:28px;}
	.h2{font-size:20px;}
	.para{font-size:14px;}
	.flexbox{flex-direction:column-reverse;margin: 0 0 12px;}
	.flexbox > img{max-width: 200px; order:1; margin:0 0 15px;display: none;}
	.flexbody, .flexbox > .para{padding:0!important; order:2;}
	footer .container{flex-direction: column; align-items: center; text-align: center;}
	.flexgroupbox{
		width: 100%;
	}
	.flexgroupbox .flexbody{
		margin-left: 20px;
	}
	.formfield{
		width: 100%;
	}
	.formbutton{
		width: 100%;
	}
	.img-size{
		width: 100%;
	}
	.footerlinks{justify-content: center;}
	.show-desktop{
		display: none;
	}
	.show-mbl{
		display: flex;
	}
	.mbl-box{
		width: 100%;
		float: left;
		display: flex;
	}
	.logo-box {
		width: 49%;
		border-right: 0;
		padding: 8px;
	}
	.box {
		width: 41%;
		border-right: 0;
	}
	.counter-box {
		width: 20%;
	}
	h3{
		font-size: 14px;
		margin: 0;
	}
	.tag {
		position: absolute;
		background-color: #042a5f;
		color: #fff;
		width: 136%;
		font-size: 11px;
		padding: 5px;
		text-align: center;
		top: 36px;
		left: -174px;
		transform: rotate(-24deg);
	}
	.table-cu{
	    flex-direction: column;
		gap: 5px;
	}
	.box1 {
		width: 100%;
		border-right: 0;
		padding: 0;
	}
	.box1 img {
		width: 200px;
		float: left;
		margin-top: 30px;
	}
	.btn-box {
		width: 100%;
		border-right: 0;
		padding: 5px 16px 0px 16px;
	}
}
@media (max-width:992px){
	.tag {
		position: absolute;
		background-color: #042a5f;
		color: #fff;
		width: 136%;
		font-size: 11px;
		padding: 5px;
		text-align: center;
		top: 36px;
		left: -145px;
		transform: rotate(-24deg);
	}
}
@media (max-width:669px){
	.tag {
		position: absolute;
		background-color: #042a5f;
		color: #fff;
		width: 136%;
		font-size: 11px;
		padding: 5px;
		text-align: center;
		top: 36px;
		left: -109px;
		transform: rotate(-24deg);
	}
}
@media (max-width:669px){
	.tag {
		position: absolute;
		background-color: #042a5f;
		color: #fff;
		width: 136%;
		font-size: 11px;
		padding: 5px;
		text-align: center;
		top: 36px;
		left: -78px;
		transform: rotate(-24deg);
	}
}
@media (max-width:516px){
	.tag {
		position: absolute;
		background-color: #042a5f;
		color: #fff;
		width: 136%;
		font-size: 11px;
		padding: 5px;
		text-align: center;
		top: 22px;
		left: -62px;
		transform: rotate(-24deg);
	}
}
@media (max-width:380px){
	.tag {
		position: absolute;
		background-color: #042a5f;
		color: #fff;
		width: 136%;
		font-size: 11px;
		padding: 5px;
		text-align: center;
		top: 23px;
		left: -37px;
		transform: rotate(-24deg);
    }
}
@media (max-width:532px){
	.ul-list li{
		width: 33%;
	}
}