@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: 'Mont';
	font-weight:400;
	letter-spacing:0.5px;
	}
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;
	}

.fl{ float:left;}
.fr{ float:right;}

/*====Fonts====*/
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-Bold.woff2') format('woff2'),
	url('DMSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Mont';
	src: url('Mont-Light.woff2') format('woff2'),
	url('Mont-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Mont';
	src: url('Mont-Regular.woff2') format('woff2'),
	url('Mont-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Mont';
	src: url('Mont-Bold.woff2') format('woff2'),
	url('Mont-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Mont';
	src: url('Mont-SemiBold.woff2') format('woff2'),
	url('Mont-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*====Header====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:90px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:90px;
	position:relative;
	margin-top:-90px;
	top:90px;
	box-shadow:0 0 12px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 12px 3px rgba(0,0,0,0.2);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float:left;
	margin-top:20px;
	width:250px;
	}
a.nav-btn{
    float: right;
	background:#149e38;
    color: #fff;
    font-size:15px;
    text-align: center;
    width: 145px;
    height: 40px;
    line-height:40px;
	border-radius:5px;
	margin-top:25px;
	font-weight:bold;
	letter-spacing:0.2px;
	}
.contactText{
	float:right;
	font-size:19px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#0f0f0f;
	font-weight:600;
	margin:34px 0 0 0;
	}
.contactText img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	width:20px;
	}

/*====mainSection====*/
.mainSection{
	float:left;
	width:100%;
	padding:50px 0 60px;
	overflow:hidden;
	}
.msec-left{
	float:left;
	width:48.5%;
	text-align:left;
	padding:20px 0 0;
	}
.toprevText{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	}
.toprevText span{ font-weight:bold;}
.toprevText img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 6px 0 6px;
	}
.mainHeading{
	float:left;
	width:100%;
	font-size:56px;
	line-height:60px;
	color:#000;
	font-weight:bold;
	font-family: 'DM Sans';
	margin-top:10px;
	}
.sub-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:25px;
	color:#000;
	margin-top:10px;
	letter-spacing:0.3px;
	}
.car-img{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	transform:translateX(500px);
	-webkit-transform:translateX(500px);
	opacity:0;
	transition:all ease 1s;
	}
.car-img.active{
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
	opacity:1;
	transition:all ease 2s;
	}
.featureBox{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:center;
	}
.feaut-head{
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	position:relative;
	}
.feaut-head:before, .feaut-head:after{
	content:'';
	position:absolute;
	top:15px;
	left:-85px;
	border-top:1px solid #bbbbbb;
	width:70px;
	}
.feaut-head:after{
	left:auto;
	right:-85px;
	}
ul.featureList{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.featureList li{
	float:left;
	width:50%;
	text-align:center;
	position:relative;
	padding:0 30px;
	margin-top:25px;
	}
ul.featureList li img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
ul.featureList li p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	margin-top:5px;
	}
/*====Right_Sec====*/
.msec-right{
	float:right;
	width:49.5%;
	position:relative;
	}
.formBox{
	float:left;
	width:100%;
	background:#fff;
	box-shadow:0 0 7px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 7px 4px rgba(0,0,0,0.1);
	border-radius:15px;
	overflow:hidden;
	}
.formHead{
	float:left;
	width:100%;
	background:#00445f;
	font-size:44px;
	line-height:48px;
	color:#fff;
	font-weight:600;
	padding:10px 25px;
	}
.formBox-Inner{
	float:left;
	width:100%;
	padding:10px 25px 30px;
	}
.formField{
	width:100%;
	margin-top:20px;
	text-align:left;
	}
.formField label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}
.formField.half{ width:48.5%;}
.formField .inputFld{
	float:left;
	width:100%;
	-webkit-appearance:none;
	border:1px solid #a1a1a1;
	margin-top:3px;
	height:50px;
	border-radius:5px;
	outline:none;
	font-family: 'Mont';
	font-size:17px;
	line-height:50px;
	color:#000000;
	padding:0 15px;
	text-align:left;
	background:#fff;
	}
.formField select.inputFld{
	background: #fff url(../images/select-arw.png) no-repeat center right 15px;
	-webkit-appearance: none;
	}
.formField select.inputFld option{ font-size:15px; line-height:20px;}
.frm-text{
	float:left;
	width:100%;
	margin-top:25px;
	font-size:13px;
	line-height:20px;
	color:#000000;
	font-weight:normal;
	text-align:left;
	}
.frm-text a{ text-decoration:underline;}
.quoteBtn{
	float:left;
	width:100%;
	margin-top:20px;
	background:rgba(11,154,55,0.1);
	background: linear-gradient(0deg, rgba(11,154,55,1) 0%, rgba(53,175,57,1) 45%, rgba(89,194,59,1) 100%);
	height:78px;
	line-height:78px;
	font-size:30px;
	color:#fff;
	font-family: 'Mont';
	font-weight:bold;
	border:none;
	outline:none;
	-webkit-appearance:none;
	cursor:pointer;
	box-shadow:0px 5px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 5px 5px 1px rgba(0,0,0,0.2);
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	}
.logoslist{
	float:left;
	width:100%;
	}
.logoslist li{
	display:inline-block;
	vertical-align:middle;
	width:19%;
	margin-top:25px;
	}
.logoslist li img{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	max-width:100%;
	}

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	background:#000000;
	}
.footer-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:300;
	margin:5px 0;
	}
.footer-text a{ padding:0 4px;}



/*=========thank-sec==========*/
.ty-header{
	float: left;
    width: 100%;
    padding: 12px 0;
	}
.ty-logo{
	display:block;
	margin:0 auto;
	width:250px;
	}
.thank-sec{
	float:left;
	width:100%;
	min-height:calc(100vh - 240px);
	padding:60px 0 80px;
	border-top:1px solid #ddd;
	}
.thanku-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:800px;
	padding:50px 50px;
    box-shadow: 0 0 9px 0 rgba(0 0 0 / 10%);
	}
.ty-heading{
	font-size: 45px;
    line-height: 50px;
    color: #000000;
    font-weight: 700;
	}
.ty-sub-hdng{
	font-size: 21px;
    line-height: 30px;
	letter-spacing:0.3px;
    color: #000000;
	margin-top:20px;
	}
.ty-text1{
	font-size:17px;
    line-height: 28px;
	letter-spacing:0.3px;
    color: #000000;
	margin-top:25px;
	}
.ty-text2{
	font-size:20px;
    line-height: 28px;
	letter-spacing:0.3px;
    color: #1087D5;
	margin-top:25px;
	font-weight:500;
	}
.ty-text2 a{ text-decoration:underline;}
.ty-btn{
	display:inline-block;
	vertical-align:top;
	max-width:420px;
	width:100%;
	margin-top:40px;
	background:rgba(11,154,55,0.1);
	background: linear-gradient(0deg, rgba(11,154,55,1) 0%, rgba(53,175,57,1) 45%, rgba(89,194,59,1) 100%);
	height:70px;
	line-height:70px;
	font-size:30px;
	color:#fff;
	font-family: 'Mont';
	font-weight:bold;
	border:none;
	outline:none;
	-webkit-appearance:none;
	cursor:pointer;
	box-shadow:0px 5px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 5px 5px 1px rgba(0,0,0,0.2);
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	}
	
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.9);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.9);
}
}
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.feaut-head{ font-size:22px; line-height:30px;}
.feaut-head:before, .feaut-head:after{ width:65px; left:-70px;}
.feaut-head:after{ right:-70px; left:auto;}
ul.featureList li{ padding:0 10px;}
.sub-text{ letter-spacing:0; font-size:16px;}

}

@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}

.mainHeading{ font-size:38px; line-height:42px;}
.car-img{ width:500px;}
.feaut-head{ font-size:20px; line-height:26px; letter-spacing:0;}
.feaut-head:before, .feaut-head:after{ width:30px; left:-35px;}
.feaut-head:after{ right:-35px; left:auto;}
ul.featureList li{ padding:0 0;}
ul.featureList li img{ width:90px;}
ul.featureList li p{ font-size:16px; line-height:24px; letter-spacing:0.5px;}

.formHead{ padding:10px 15px; font-size:35px; line-height:42px;}
.formBox-Inner{ padding:10px 15px 25px;}
.formField label{ font-size:14px; line-height:18px;}
.logoslist li img{ max-width:90%;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px;margin-top:-55px;top:55px;}
.logo{ width:140px; margin-top:14px;}
.contactText{ margin:19px 0 0 0; font-size:14px; line-height:18px;}
.contactText img{ width:17px; margin:-3px 3px 0 0;}

.mainSection{ padding:25px 0 25px;}
.msec-left{ float:left; width:100%; padding:0;}
.toprevText{ font-size:14px; line-height:20px; letter-spacing:0;}
.mainHeading{ font-size:32px; line-height:36px; margin-top:8px;}
.sub-text{ font-size:15px; line-height:22px; letter-spacing:0.5px; display:none;}
.car-img{ width:100%; margin:5px auto 0;}

.msec-right{ width:100%; margin-top:25px;}
.formBox{ border-radius:10px;}
.formHead{ font-size:28px; line-height:32px; padding:12px 15px 10px;}
.formBox-Inner{ padding:0 15px 20px;}
.formField{ margin-top:15px;}
.formField label{ font-size:17px; line-height:22px;}
.formField.half{ width:100%;}
.frm-text{ letter-spacing:0.3px; font-size:12px;}
.quoteBtn{ height:65px; line-height:65px; font-size:26px;}
.logoslist li{ width:18.5%; margin-top:15px;}

.feaut-head{ font-size:18px; line-height:26px;}
.feaut-head:before, .feaut-head:after{ top:12px; left:-40px;}
.feaut-head:after{ right:-40px; left:auto;}
ul.featureList{ float:none; display:inline-block; vertical-align:top; max-width:360px; padding:0 10px; margin-top:0;}
ul.featureList li{ width:100%;}

.footer{ padding:15px 0;}
.footer-text{ font-size:14px; line-height:20px; letter-spacing:0; margin:3px 0;}


/*=========thank-sec==========*/
.ty-logo{ width:190px;}
.thank-sec{ padding:30px 0 40px; min-height: calc(100vh - 165px);}
.thanku-row{ padding:0; box-shadow:none;}
.ty-heading{font-size: 35px;line-height: 36px;}
.ty-sub-hdng {font-size:18px;line-height: 26px;}
.ty-text1{font-size: 16px; line-height: 25px;}
.ty-btn{height: 65px; line-height: 64px;font-size: 25px;}

}