@charset "utf-8";
/* CSS Document */

/*--------RESET CSS--------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*--------FONTS--------*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/*--------MAIN CSS START--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*--------Top Fix Bar--------*/
.top-fix-bar{
	float: left;
	width: 100%;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	padding:10px 0;
	position:relative;
	border-top: 5px solid #ff8d6b;
	}
.logo{
	float:left;
	width:250px;
	margin-top:8px;
	}
.header-right{
	float:right;
	position:relative;
	padding:0 0 0 48px;
	text-align:left;
	}
.header-call{
	position:absolute;
	left:0;
	top:12px;
	width:36px;
	}
.header-right-txt1 {
    font-size:13px;
    line-height:16px;
    letter-spacing: 0.5px;
    color: #000;
	}
.header-right-txt2{
	font-size:23px;
	line-height:26px;
	letter-spacing:0;
	color:#e06732;
	font-weight:600;
	}
/*--------Top Strip--------*/
.topStrip{
	float:left;
	width:100%;
	padding:10px 0;
	background:#ffedd2;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:500;
	}

/*-----------------------
		BANNER CSS
------------------------*/
.banner {
    float:left;
    width:100%;
	overflow:hidden;
	padding:70px 0 80px;
	background:#f9f9f9;
	}
.banner-left{
	float:left;
	width:57%;
	text-align:left;
	position:relative;
	}
.bannerRev{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#000;
	}
.bannerPic{
	position:absolute;
	top:20px;
	right:-620px;
	}
.bannerRev span{
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	}
.bannerRev img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 7px 0 7px;
	}
.bannerHead{
	float:left;
	width:100%;
	font-size:56px;
	line-height:60px;
	font-weight:bold;
	color:#000;
	margin-top:15px;
	position:relative;
	z-index:1;
	}
.bannerText{
	float:left;
	width:88%;
	font-size:20px;
	line-height:28px;
	letter-spacing:0.3px;
	font-weight:normal;
	color:#000;
	margin-top:20px;
	position:relative;
	z-index:1;
	}
.btnBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:330px;
	margin-top:50px;
	text-align:center;
	}
.btnRev{
	float:left;
	width:100%;
	margin-bottom:5px;
	position:relative;
	}
.btnRev:before{
	content:'';
	position:absolute;
	top:12px;
	left:0;
	right:0;
	height:1px;
	background:#c7c7c7;
	}
.btnRev span{
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#383838;
	background:#f9f9f9;
	position:relative;
	padding:0 10px;
	}
.btnRev.coloured span{ background:#f9f9f9;}
.packageBtn{
	float:left;
	width:100%;
	background:#168207;
    color: #fff;
    font-size:24px;
    text-align: center;
    height: 60px;
    line-height:58px;
	border-radius:6px;
	font-weight:400;
	letter-spacing:0.3px;
	}
.quotesText{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#000;
	margin-top:60px;
	}
.partnersList{
	float:left;
	width:100%;
	margin-top:20px;
	}
.partnersList li{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	}
.partnersList li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}

/*----SECTION-2----*/
.sec2{
	float:left;
	width:100%;
	padding:50px 0;
	background: #f9f9f9;
	position:relative;
	}
.commonHead{
	float:left;
	width:100%;
	font-size:45px;
	line-height:50px;
	font-weight:bold;
	color:#000;
	}
.commonText{
	float:left;
	width:100%;
	font-size:19px;
	line-height:28px;
	letter-spacing:0.3px;
	font-weight:normal;
	color:#000;
	margin-top:20px;
	}
.s2Mid{
	float:left;
	width:100%;
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s2Col{
	width:31%;
	background:#fff;
	border-radius:8px;
	padding:30px 20px 40px;
	text-align:left;
	margin-top:20px;
	box-shadow:0 0 5px 2px rgba(0,0,0,0.1);
	}
.s2Col img{
	display:block;
	max-width:100%;
	width:85px;
	}
.s2ColHead{
	float:left;
	width:100%;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	color:#000;
	margin-top:25px;
	}
.s2ColText1{
	float:left;
	width:100%;
	font-size:19px;
	line-height:26px;
	letter-spacing:0.3px;
	font-weight:normal;
	color:#000;
	margin-top:15px;
	}
.s2ColLine{
	float:left;
	width:100%;
	height:5px;
	background:#e2f9ed;
	margin-top:40px;
	}
.s2ColText2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	letter-spacing:0.5px;
	font-weight:normal;
	color:#000;
	margin-top:25px;
	}

.step_section{
	float: left;
    width: 100%;
    padding: 50px 0;
    background: #f9f9f9;
	}
.steps_row{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:20px;
	}
.steps_col{
	width: 33.3333%;
    text-align: center;
    margin-top: 50px;
    position: relative;
	padding: 0 30px;
	}
.steps_col:after{
	position:absolute;
	content:"";
	border-top:2px dotted #ff8d6b;
	left:50%;
	top:52px;
	right:-50%;
	}

.steps_col:last-child:after{ display:none;}
.step_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
	height:90px;
	background:#ffeee9;
	border-radius:50%;
	text-align:center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	}
.steps_col h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	margin-top:15px;
	}
.steps_col p{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:15px;
	}
	
/*===================*/
.sec3 {
    float: left;
    width: 100%;
    padding: 50px 0 60px;
    background: #f9f9f9;
    position: relative;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:870px;
	width:100%;
	margin:20px 0 15px;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow:0 3px 10px 1px rgba(124, 139, 161, 0.2);
	box-shadow:0 3px 10px 1px rgba(124, 139, 161, 0.2);
	margin-top:30px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:20px 45px 20px 30px;
	font-size:22px;
	line-height:30px;
	font-weight:500;
	color:#000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center;
	border-bottom:1px solid #ddd;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 20px 25px;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:20px;
	}
			
/*----FOOTER----*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	background:#fff;
	position:relative;
	}
.footerLogo{
	display:block;
	margin:0 auto 20px;
	max-width:100%;
	width:200px;
	}
.footerText1{
	float:left;
	width:100%;
	padding:0 100px;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.3px;
	font-weight:normal;
	color:#333333;
	margin-top:18px;
	}
.footerText2{
	float:left;
	width:100%;
	padding:0 100px;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	color:#333333;
	margin-top:20px;
	}
.footerText2 a{
	padding:0 5px;
	}

/*==================*/
.quotes-section{
	float:left;
	width:100%;
	min-height:80vh;
	background: #f9f9f9;
	padding:50px 0;
	}
.quotes_heading{
	font-size:28px;
	line-height:36px;
	font-weight:600;
	color:#000;
	}
	
	
/*========CONGRATS_PAGE==============*/
.loader_box{
	display: inline-block;
    width: 100%;
    background: #fff;
    max-width: 500px;
	min-height:485px;
    border-radius: 10px;
    padding: 20px;
	}
.loader-img{
	display:block;
	margin:0 auto;
	width:150px;
	border-radius:50%;
	}
ul.loader_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:350px;
	margin-top:0;
	}
ul.loader_list li{
	text-align:left;
	margin-bottom:30px;
	}
ul.loader_list li h3{
	font-size:20px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	}
ul.loader_list li p{
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-top:10px;
	}
ul.loader_list li p img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 10px 0 0;
	width:18px;
	}
.congrs_box{
	float:left;
    width: 100%;
	}


.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}


/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

.banner { padding: 60px 0 80px;}
.banner-left { width:60%;}
.bannerHead { font-size:50px; line-height: 56px;}
.bannerPic { top:80px; right: -450px; width:500px;}

.s2Col{ width:32%;}
.commonHead { font-size: 43px; line-height: 49px;}
.commonText{ font-size:18px; line-height:26px;}
.s2ColText1{ font-size:18px; line-height:26px;}

.footerText1{ padding:0 0;}


/*=========RESULTS PAGE=========*/
.quotos-block{ padding:0 20px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}

.show-desk {display: none;}
.show-tab {display: block;}

.banner { padding: 40px 0 50px;}
.banner-left{width: 63%;}
.bannerHead {font-size: 40px;line-height: 46px;}
.bannerText { font-size: 18px; line-height: 24px;width: 100%;}
.bannerPic {right: -350px;width: 410px;}
.btnBox { margin-top: 40px;}

.commonHead { font-size: 34px; line-height: 40px;}
.commonText { margin-top:15px;}

.sec2 { padding: 40px 0 50px;}
.s2Mid{ margin-top:10px;}
.s2Col { padding: 25px 20px;}
.s2Col img { width: 70px;}
.s2ColHead { font-size:17px; line-height: 27px; margin-top:20px;}
.s2ColText1 { line-height: 25px; margin-top: 10px;}
.s2ColLine { margin-top: 30px;}
.s2ColText2 { font-size: 17px; margin-top: 20px;}

.steps_col{ padding:0 20px;}
.steps_col h3{ font-size:18px; line-height:22px;}

.footerText1 { padding: 0 10px; font-size:13px;}
.footerText2 { font-size: 15px; margin-top: 15px;}


}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.header { padding: 5px 0;border-top: 2px solid #ff8d6b;}
.header .container{ padding:0 10px;}
.logo{ width:160px; margin:9px 0 0;}

.header-right{ padding:0 0 0 32px; float:right;}
.header-call { width:24px; top:10px;}
.header-right-txt1 { font-size:9px; line-height:14px; letter-spacing:0.3px;}
.header-right-txt2 { font-size:16px; line-height:18px; margin:0;}

.topStrip{ padding:6px 0 6px; overflow:hidden;}
.topStrip p{font-size:13px; line-height:17px;}

.banner { padding: 25px 0;}
.banner-left { width:100%; text-align:center;}
.bannerRev { font-size: 14px; line-height: 16px;}
.bannerRev span { font-size: 16px;}
.bannerRev img { margin: -5px 7px 0 7px;}
.bannerHead { font-size:27px; line-height: 35px; margin-top:10px;}
.bannerText {margin-top:15px; font-size:17px; letter-spacing:0;}
.btnBox{ margin-top:25px; max-width:100%;}
.bannerPicMob { display:inline-block; margin-top:20px; position:static; max-width:100%;}
.quotesText { margin-top:20px;}
.partnersList { display: flex; align-items: center; justify-content: space-between;}
.partnersList li { margin-right:0;}
.partnersList li img { width: 70px;}

.commonHead { font-size: 27px; line-height: 32px;}
.commonText { font-size: 17px; line-height:25px; margin-top: 10px;}

.sec2 { padding: 25px 0;}
.s2Mid { margin-top:10px; padding:0 10px;} 
.s2Col{ width:100%;}
.s2ColHead { font-size: 21px; line-height: 27px;}
.s2ColText1 { font-size: 17px; line-height: 25px;}
.s2ColLine { margin-top: 20px;}

.step_section{ padding:25px 0;}
.steps_row{ margin:0 0 15px;} 
.steps_col{ width:100%; margin-top:35px;}
.steps_col:after{ display:none;}
.step_icon{width: 70px;height: 70px;font-size: 24px;}
.steps_col h3{ font-size:19px; line-height:27px; margin-top:10px;}
.steps_col p{font-size: 17px; line-height: 25px; margin-top: 10px;}


.sec3{ padding: 25px 0 30px;}
.faq-container{ margin: 10px 0 15px;}
.up-slide-dwn{  margin-top:20px;}
.accordion{font-size: 18px;line-height: 24px;padding: 15px 30px 15px 15px;}
.acdn-content { padding: 0 15px 20px;}
.acdn-para {font-size: 16px;line-height: 24px;margin-top: 15px;}

.footer{ padding:35px 0;}
.footerLogo{ width:160px; margin:0 0 10px;}
.footerText1{ padding: 0px 2px; font-size: 12px;text-align:left; margin-top:15px;}
.footerText2{ padding:0; font-size: 15px; line-height:22px; margin-top: 18px; text-align:left;}

.quotes-section{ padding:30px 0;}
.quotes_heading {font-size: 20px;line-height: 28px;}

.loader_box{ padding:15px 20px;min-height: 400px;}
.loader-img{ width:130px;}
ul.loader_list{max-width: 290px;}
ul.loader_list li h3{font-size: 17px;line-height: 24px;}
ul.loader_list li p {font-size: 15px; line-height: 24px;margin-top: 8px;}
ul.loader_list li p img {margin: -4px 7px 0 0; width: 16px;}

}