
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #4a4a4a;
	background: #fff;
	font: 14px/1.5em 'Open Sans', sans-serif; 
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

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 ; 
}


@font-face {
    font-family: 'chocolate_cavalcaderegular';
    src: url('fonts/chocolate_cavalcade.woff2') format('woff2'),
         url('fonts/chocolate_cavalcade.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#wrapper{
	overflow: hidden;
	position: relative;
	width: 100%;
}
#header:after{
	clear: both;
	content: "";
	display: block;
}
#header{
	padding:  0;
	background: #eaeaea;
	border-top: 3px solid #faa61a;
}
#header .container{
    max-width: 100% !important;
    padding: 0 30px;
}
#header .logo{
	float: left;
	margin: 12px 0 0;
}
#header .logo a{
	display: block;
}
#header .navbar{
	float: right;
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
}
#header .navbar-nav .nav-item{
	margin: 0;
	position: relative;
	display: inline-block;
}
#header .navbar-nav .nav-item .drop-down{
	left: 0;
	top: 100%;
	z-index: 99;
	width: 200px;
	display: none;
	padding: 0;
	background: transparent;
	position: absolute;
}
#header .navbar-nav .nav-item:hover .drop-down{
	display: block;
}
#header .navbar-nav .nav-item .drop-down ul{
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
}
#header .navbar-nav .nav-item .drop-down ul li{
	width: 100%;
	border-top: 1px solid #ccc;
}
#header .navbar-nav .nav-item .drop-down ul li a{
	color: #000;
	display: block;
	font-size: 16px;
	padding: 10px 20px 10px 36px;
	position: relative;
	text-transform: capitalize;
}
#header .navbar-nav .nav-item .drop-down ul li a:after{
    left: 8px;
    top: 11px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    content:"\f0e9";
    position: absolute;
    background: #faa61a;
    border-radius: 100%;
    font-family: "Fontawesome";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
#header .navbar-nav .nav-item .drop-down ul li a:hover:after{
    color:#faa61a;
    background: #fff;
}
#header .navbar-nav .nav-item .drop-down ul li a:hover{
	color: #fff;
	background: #faa61a;
}
#header .navbar-nav .nav-link{
	color: #000;
	padding: 30px 20px;
	font-size: 18px;
	position: relative;
	text-transform: capitalize;
	border-left: 1px solid #ccc;
}
#header .navbar-nav .nav-link:last-child{
    border-right: 1px solid #ccc;
}
#header .navbar-nav .nav-link:before{
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 3px;
	content: "";
	visibility: hidden;
	position: absolute;
	background: #faa61a;
}
#header .navbar-nav .nav-item.active .nav-link:before,
#header .navbar-nav .nav-item:hover .nav-link:before{
	opacity: 1;
	visibility: visible;
}

.main-banner{
	padding: 12px 0 0;
	min-height: 664px;
	overflow: hidden;
	position: relative;
	background: url(../images/img124.jpg) no-repeat;
	background-size: cover;
}

.main-banner .info-area{
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}
.main-banner .info-area ul{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-banner .info-area ul li{
	margin: 0 0 0 20px;
	display: inline-block;
}
.main-banner .info-area ul li img{
	margin: -7px 10px 0 0;
	display: inline-block;
}
.main-banner .info-area ul li a{
	color: #fff;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.main-banner .info-area ul li:last-child a{
	font-size: 16px;
	font-weight: normal;
}
.main-banner .info-area ul li a:hover{
	color: #faa61a;
}
.main-banner .banner-text{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.main-banner .banner-text h1{
	display: block;
	color: #faa61a;
	font-size: 68px;
	line-height: 64px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'chocolate_cavalcaderegular';
}
.main-banner .banner-text h1 span{
	color: #fff;
}
.main-banner .banner-text p{
	color: #fff;
	font-size: 16px;
	margin: 0 0 30px;
	text-align: left;
}
.main-banner .list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-banner .list li{
	margin: 0 2px 3px;
	display: inline-block;
	vertical-align:  top;
}
.main-banner .list li a{
	display: block;
}
.main-banner .list li a span{
	display: block;
	color: #fff;
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.main-banner .car-tabs{
	width: 100%;
}
.main-banner .car-tabs .nav-tabs{
	display: table;
}
.main-banner .car-tabs .nav-tabs .nav-link{
	text-align: center;
	min-height: 108px;
}
.main-banner .car-tabs .nav-tabs .nav-link img{
	display: inline-block;
	margin: 0 0 5px 0;
}
.main-banner .car-tabs .nav-tabs .nav-link{
	font-size: 16px;
	font-weight: 600;
}
.main-banner .car-tabs .nav-tabs .nav-link span{
	display: block;
}
.main-banner .car-tabs .nav-tabs .nav-item{
	height: auto;
	display: table-cell;
	vertical-align: top;
	margin: 0 2px 0px 0;
}
.main-banner .car-tabs .nav-tabs .nav-link{
	background: #7d828a;
}
.main-banner .car-tabs .nav-tabs .nav-item:first-child .nav-link{
	padding: 36px 10px 20px;
}

.companies{
	text-align: center;
	padding: 60px 0 0;
	overflow: hidden;
	margin: 0 0 -50px;
}
.companies h1{
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 50px;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.companies h1:after{
	left: 0;
	right: 0;
	bottom: -30px;
	width: 91px;
	height: 15px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.companies .companies-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.companies .companies-list li{
	width: 9%;
	margin: 0 10px 20px;
	display: inline-block;
	vertical-align:  middle;
}
.companies .companies-list li span{
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.choose{
	color: #fff;
	padding: 250px 0;
	background: url(../images/img22.png) no-repeat;
	background-size: 100% 100%
}
.choose .heading{
	display: block;
	color: #fff;
	font-size: 45px;
	line-height: 48px;
    font-family: 'chocolate_cavalcaderegular';
}
.choose .sub-heading{
	display: block;
	color: #faa61a;
	font-size: 68px;
	line-height: 70px;
	margin: 0 0 32px;
    font-family: 'chocolate_cavalcaderegular';
}
.choose p{
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 30px;
}
.choose strong{
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0 0 20px;
    font-family: 'chocolate_cavalcaderegular';
}
.choose .left-text{
	padding: 0 0 0 60px;
	position: relative;
}
.choose .left-text:after{
	top: 24px;
	left: -132px;
	width: 176px;
	height: 475px;
	content: "";
	position: absolute;
	background: url(../images/bg-left-border.png) no-repeat;
}
.choose .img-holder{
	float: right;
	position: relative;
}
.choose .img-holder:after{
	top: 0;
	right: 0;
	width: 250px;
	height: 556px;
	content: "";
	position: absolute;
	background: #faa61a;	
}
.choose .img-holder img{
	display: block;
	width: 100%;
	z-index: 99;
	margin: 50px 0 0 -30px;
	position: relative;
}

#slider {
	padding: 60px 0 80px;
	background: #fff;
}
#slider h2{
	display: block;
	font-size: 42px;
	color: #faa61a;
	width: 76%;
	margin: 0 0 50px;
    font-family: 'chocolate_cavalcaderegular';
}
#slider p{
	color: #000;
	line-height: 27px;
	font-size: 20px;
	font-weight: 300;
}
#slider .carousel-indicators{
	bottom: -60px;
}
#slider .carousel-indicators li{
	width: 66px;
	height: 6px;
	background-color: #cacaca;
}
#slider .carousel-indicators li.active,
#slider .carousel-indicators li:hover{
	background-color: #faa61a;
}

.get-insured{
	text-align: center;
	padding: 60px 0 ;
	overflow: hidden;
	background: #303030 url(../images/img24.jpg) no-repeat;
}
.get-insured .heading-area{
	width: 36%;
	margin: 0 auto 30px;
}
.get-insured .heading-area h1{
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 50px;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.get-insured .heading-area h1:after{
	left: 0;
	right: 0;
	bottom: -30px;
	width: 91px;
	height: 15px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.get-insured .heading-area p{
	color: #fff;
}
.get-insured .box{
	text-align: center;
}
.get-insured .box span{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 12px;
	background: #fff;
	border-radius: 50%;
}
.get-insured .box h3{
	font-size: 21px;
	color: #faa61a;
	font-weight: 500;
	font-family: 'Titillium Web', sans-serif;
}
.get-insured .box p{
	font-size: 15px;
	color: #fff;
	width: 81%;
	margin: 0 auto;
}
.get-insured .box.box-1{
	margin: 0 0 30px;
}
.get-insured img{
	bottom: -60px;
	position: relative;
}

.testimonials{
	padding: 60px 0;
}
.testimonials h1{
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 100px;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.testimonials h1:after{
	left: 0;
	right: 0;
	bottom: -30px;
	width: 91px;
	height: 15px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.testimonials .testimonial-holder{
	display: block;
	padding: 20px;
	position: relative;
	background: #f2f2f2;
	border: 1px solid #d7d7d7;
}
.testimonials .testimonial-holder:after{
	top: -42px;
	left: -1px;
	width: 47px;
	height: 44px;
	content: "";
	position: absolute;
	background:url(../images/border-top.png) no-repeat;
}
.testimonials .top-holder:after{
	clear: both;
	display: block;
	content: "";
}
.testimonials .top-holder{
	text-align: center;
	position: relative;
}
.testimonials .top-holder:before{
	left: 0;
	right: 0;
	bottom: -30px;
	width: 328px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/large-rectangle.png) no-repeat;
}
.testimonials .top-holder .cust-img{
	float: left;
}
.testimonials .top-holder h5{
	color: #000;
	margin: 40px 0 6px;
	font-size: 17px;
	display: inline-block;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.testimonials .top-holder .star{
	display: inline-block;
}
.testimonials .text-holder{
	padding: 40px 0;
}
.testimonials .text-holder p{
	font-size: 14px;
	color: #000;
	margin: 0 16px 0 28px;
	font-weight: 500;
	font-family: 'Titillium Web', sans-serif;

}
.testimonials .text-holder .right-quote{
	float: right;
}
.slick-list{
	padding: 42px 0 0 !important;
}

.news-letter{
	padding: 40px 0;
	text-align: center;
	background: #faa61a;
	border-bottom: 2px solid #fff;
}
.news-letter label{
	color: #000;
	font-size: 16px;
	margin: 0 10px 0 0;
	display: inline-block;
	text-transform: capitalize;
}
.news-letter .letter{
	display: inline-block;
}
.news-letter input[type="search"]{
	border: 0;
	width: 360px;
	height: 40px;
	padding: 5px 12px;
	border-radius: 8px;
	background: #fff;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
}
.news-letter input[type="submit"]{
	border: 0;
	width: 126px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	background: #262626;
	border-radius: 8px;
	margin: 0 0 0 -14px;
	font-family: 'Titillium Web', sans-serif;
}

.info-list{
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
	background: #faa61a;
}
.info-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.info-list ul li{
	width: 12%;
	display: inline-block;
}
.info-list ul li a{
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}


#footer{
	padding: 80px 0;
	background: #000;
}
#footer .footer-logo{
	width: 331px;
	margin:  0 auto 20px;
	display: block;
}
#footer p{
	color: #fff;
	font-size: 12px;
	margin: 0 0 50px;
	text-align: center;
}
#footer .social-icons{
	overflow: hidden;
	width: 100%;
	text-align: center;
}
#footer .social-icons p{
	margin: 0 0 20px;
	font-size: 12px;
}
#footer .social-icons .icons{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .social-icons .icons li{
	margin: 0 6px;
	display: inline-block;
}
#footer .social-icons .icons li a{
	display: block;
}
#footer h4{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
#footer h4:after{
	top: 0;
	left: -8px;
	width: 19px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/head-arrow.png) no-repeat;
}
#footer .footer-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footer-list li{
	display: block;
	margin: 0 0 5px;
}
#footer .footer-list li a{
	color: #adadad;
	font-size: 12px;
	padding: 0 0 0 16px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
#footer .footer-list li a:after{
	top: 4px;
    left: 0;
    width: 1px;
    height: 12px;
    content: "";
    position: absolute;
    background: #adadad;
}
#footer .footer-list li a:hover{
	color: #faa61a;
}
#footer .footer-list li a:hover:after{
	background: #faa61a;
}
#footer .footer-list li a.phone,
#footer .footer-list li a.email{
	font-size: 14px;
	color: #fff;
}
#footer .footer-list li a.phone:hover,
#footer .footer-list li a.email:hover{
	color: #faa61a;
}

.footer-bottom{
	overflow: hidden;
	padding: 30px 0;
	background: #c9c9c9;
}
.footer-bottom .copyrights{
	float: left;
	font-size: 12px;
	color: #000;
}
.footer-bottom .copyrights p{
	margin: 0;
}
.footer-bottom .footer-bottom-list ul{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-bottom .footer-bottom-list li{
	padding: 0 8px;
	position: relative;
	display: inline-block;
}
.footer-bottom .footer-bottom-list li:after{
	top: 4px;
	left: 0;
	width: 1px ;
	height: 12px;
	content: "";
	position: absolute;
	background: #000;
}

.footer-bottom .footer-bottom-list li a{
	display: block;
	color: #000;
	font-size: 12px;
}
.footer-bottom .footer-bottom-list li:first-child:after{
	display: none;
}
.footer-bottom .footer-bottom-list li a:hover{
	text-decoration: underline;
}


.main-banner.inner{
	padding: 0 0 100px;
	min-height: inherit;
}
.main-banner.inner:after{
	display: none;
}


.car-form{
	/*height: 420px;*/
	width: 100%;
	padding: 34px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	/*margin: 0 auto;*/
	/*background: #fff;*/
	/*border-radius: 8px;*/
}
.car-form .left-col{
    width: 50%;
    text-align: center;
}
/*.car-form:after{*/
/*	float: left;*/
/*	left: -159px;*/
/*	top: 50%;*/
/*	width: 318px;*/
/*	height: 318px;*/
/*	content: "";*/
/*	position: absolute;*/
/*	margin: -159px 0 0 0;*/
/*	background: url(../images/img33.png) no-repeat;*/
/*}*/
.car-form h1{
	display: block;
	color: #faa61a;
	font-size: 30px;
	padding: 0 0 10px;
	text-align: center;
	/*border-bottom: 1px solid #e1e1e1;*/
    font-family: 'chocolate_cavalcaderegular';
}
.car-form h1 span{
	display: block;
	color: #fff;
}

/* Style the form */
#regForm {
	/*width: 440px;*/
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	/*float: right;*/
  /*background-color: #ffffff;*/
}
#regForm .tabs-ul{
    width: 86px;
    height: 186px;
    text-align: center;
    padding: 26px 10px;
    border-radius: 24px;
    background-color: rgb(250, 166, 26);
}
#regForm select,
#regForm input[type="text"]{
	/*width: 344px;*/
	/*height: 36px;*/
	/*padding: 0 10px;*/
	/*border-radius: 5px;*/
	/*margin: 16px 0 0;*/
	/*font-size: 12px;*/
	/*line-height: 36px;*/
	/*background: #e1e1e1 url(../images/img34.png) no-repeat 96% 10px;*/
	padding: 10px;
    width: 100%;
    font-size: 15px;
    font-family: 'Open Sans';
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    text-align: left;
    font-weight: normal;
    color: #000;
    position: relative;
    font-family: 'Open Sans';
    background: #fff url(../images/down_arrow.png) no-repeat 97% 16px;
}
#regForm input[type="text"],
#regForm input[type="email"]{
	background: #fff;
	border-radius: 10px;
}
.iti.iti--allow-dropdown{
    width: 100%;
}
#phone{
    width: 100%;
    background: #fff;
    border-radius: 10px;
}
#prevBtn{
    width: 100%;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0;
    position: relative;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(255,0,0,0), #222);
}
#prevBtn:after {
    top: 50%;
    right: auto;
    width: 19px;
    height: 13px;
    content: "";
    margin: -5px 0 0 100px;
    position: absolute;
    background: url(../images/arrow-right.png) no-repeat;
    left: 0;
    transform: rotate(-180deg);
}
#regForm .btn-holder{
	text-align: center;
	overflow: hidden;
	margin: 30px 0 0;
}
#regForm .btn-holder button{
	width: 110px;
	padding: 10px 20px;
	border-radius: 6px;
	background: #e1e1e1;
	text-align: left;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	margin: 0 5px;
	font-family: 'Titillium Web', sans-serif;
}
#regForm .btn-holder button:after{
	top: 50%;
	right: 20px;
	width: 19px;
	height: 13px;
	content: "";
	margin: -6px 0 0;
	position: absolute;
	background: url(../images/arrow-right.png) no-repeat;
}
#regForm .btn-holder button:hover{
	background: #faa61a;
}
#regForm .btn-holder button.back{
	text-align: right;
}
#regForm .btn-holder button.back:after{
	left: 20px;
	right: auto;
	background: url(../images/arrow-left.png) no-repeat;
}
#regForm  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    /*line-height: 28px;*/
    font-size: 14px;
    text-align: left;
     height: 42px;
     line-height: 42px;
}
#regForm .select2-container--default .select2-selection--single{
    height: 42px;
}
#regForm .btn-next{
    display: block;
    width: 100%;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
  background-image: -moz-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
  background-image: -webkit-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
  background-image: -ms-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
}
#regForm .btn-next:after {
    top: 50%;
    width: 19px;
    height: 13px;
    content: "";
    margin: -6px 0 0 10px;
    position: absolute;
    background: url(../images/arrow-right.png) no-repeat;
}
#regForm .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}
/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: 'Open Sans';
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
  margin: 0 0 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  width: 80%;
	font-family: 'Titillium Web', sans-serif;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 40px;
  width: 40px;
  margin: 0 2px;
  color: #272727;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 50px;
  position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.step:last-child{
	margin: 0;
}
.step:last-child:after{
	display: none;
}
.step:after{
	top: 100%;
	left: 50%;
	width: 3px;
	height: 60px;
	content: "";
	margin: 0 0 0 -1px;
	position: absolute;
	background: #272727;
}

/* Mark the active step: */
.step.active,
.step.active:after {
    color: #faa61a;
	background-color: #272727;
}

/* Mark the steps that are finished and valid: */
.step.finish,
.step.finish:after {
    color: #faa61a;
  background-color: #222;
}


.car-type{
	text-align: center;
	padding: 60px 0;
	overflow: hidden;
	height: 815px;
	background: url(../images/img36.png) no-repeat;
	background-size: cover;
}
.car-type h1{
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 70px;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.car-type h1:after{
	left: 0;
	right: 0;
	bottom: -30px;
	width: 91px;
	height: 15px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.car-type .type-box{
	padding: 36px 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 30px 0 30px 30px;
	box-shadow: 6px 6px 5px 0 #e1e1e1;
	-webkit-box-shadow: 6px 6px 5px 0 #e1e1e1;
}
.car-type .type-box h2{
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 50px;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.car-type .type-box h2:after{
	left: 0;
	right: 0;
	bottom: -30px;
	width: 91px;
	height: 15px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.car-type .type-box p{
	font-size: 14px;
	color: #000;
}
.car-type .type-box.middle{
	background: #faa61a;
}
.car-type .type-box.middle h2:after{
	background: url(../images/img35.png) no-repeat;
}
.guide-holder.add-car{
	margin: 0;
}
.guide-holder{
	padding: 40px 0 80px;
	margin: -200px 0 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}
.guide-holder h2{
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
}
.guide-holder h2:after{
	left: 0;
	right: 0;
	bottom: -30px;
	width: 91px;
	height: 15px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}

.guide-holder .accordion-holder{
	width: 690px;
	margin: 0 auto;
}
.panel-group .panel {
	margin: 0 0 20px;
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
	margin: 0;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	border-top-color: #fff;
	background: #e1e1e1;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
.panel-title > a i{
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	padding: 8px 10px;
	margin: -7px 0 0;
	font-weight: normal;
	background: #faa61a;
	border-radius: 50%;
}
.panel-title > a.active,
.panel-title > a:hover,
.panel-title > a:focus{
	color: #fff;
	text-decoration: none;
	background: #faa61a;
}
.panel-title > a.active i,
.panel-title > a:hover i,
.panel-title > a:focus i{
	color: #faa61a;
	background: #fff;
}

.car-patner{
	padding: 50px 0;
}
.car-patner .heading-area{
	width: 36%;
	margin: 0 auto 30px;
	text-align: center;
}
.car-patner .heading-area h1{
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 50px;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.car-patner .heading-area h1:after{
	left: 0;
	right: 0;
	bottom: -30px;
	width: 91px;
	height: 15px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.car-patner .heading-area p{
	color: #000;
}
.car-patner .partner-list{
	padding: 0;
	margin: 40px 0 0;
	list-style: none;
	text-align: center;
}
.car-patner .partner-list li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.accordion-holder .panel-body{
	padding: 20px;
}


.main-banner.plan{
	padding: 12px 0;
	min-height: auto;
	background: url(../images/img43.jpg) no-repeat;
}
.main-banner.plan:after{
	display: none;
}
.main-banner.plan .info-area{
    margin: 0;
}

.plan-list{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.plan-list li{
	float: left;
	width: 199px;
	height: 86px;
	position: relative;
	margin: 0 0 0 20px;
	padding: 10px 5px;
	text-align: center;
	background: url(../images/img44.png) no-repeat;
	background-size: 100% 100%;
}
.plan-list li:after{
	top: 0;
	left: -22px;
	width: 22px;
	height: 85px;
	content: "";
	position: absolute;
	background: url(../images/img46.png) no-repeat;
}
.plan-list li:first-child:after{
	display: none;
}
.plan-list li .top{
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px;
	padding: 0 0 8px;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.plan-list li .top:after{
	left:0;
	right: 0;
	bottom: 0;
	width: 66px;
	height: 1px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img45.png) no-repeat;
}
.plan-list li .bottom{
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	position: relative;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}

.content-holder{
	overflow: hidden;
	padding: 0 0 100px;
}
.content-holder .left-bar{
	float: left;
	width: 300px;
	padding: 18px;
	background: #ececec;
}
.left-bar .radio-box{
	overflow: hidden;
	margin: 0 0 20px;
}
.left-bar .radio-box h2{
	color: #fff;
	margin: 0;
	padding: 16px 20px;
	font-size: 20px;
	font-weight: 600;
	background: #14b866;
	border-radius: 20px 20px 0 0;
	font-family: 'Titillium Web', sans-serif;
}

.radio-box [type="radio"]:checked,
.radio-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-box [type="radio"]:checked + label,
.radio-box [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
}
.radio-box [type="radio"]:checked + label:before,
.radio-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #515151;
    border-radius: 100%;
    background: #fff;
}
.radio-box [type="radio"]:checked + label:after,
.radio-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #14b866;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-box p{
	padding: 10px;
	margin: 0;
	background:#fff url(../images/img47.png) no-repeat 0 100%;
	background-size: 100% 100%;
}



.left-bar .check-box{
	overflow: hidden;
	margin: 0 0 20px;
}
.left-bar .check-box h2{
	color: #fff;
	margin: 0;
	padding: 16px 20px;
	font-size: 20px;
	font-weight: 600;
	background: #14b866;
	font-family: 'Titillium Web', sans-serif;
}
.left-bar .check-box p{
	padding: 10px;
	margin: 0;
	color: #000;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	background:#fff url(../images/img47.png) no-repeat 0 100%;
	background-size: 100% 100%;
}
.check-box [type="checkbox"]:not(:checked),
.check-box [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.check-box [type="checkbox"]:not(:checked) + label,
.check-box [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.check-box [type="checkbox"]:not(:checked) + label:before,
.check-box [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #959595;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.check-box [type="checkbox"]:checked + label:before {
	border-color: #09ad7e
}
/* checked mark aspect */
.check-box [type="checkbox"]:not(:checked) + label:after,
.check-box [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: -2px;
  left: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
	font-family: 'Titillium Web', sans-serif;
}
/* checked mark aspect changes */
.check-box [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.check-box [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* accessibility */
.check-box [type="checkbox"]:checked:focus + label:before,
.check-box [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #14b866;
}

.right-content{
	float: right;
	width: 72%;
	padding: 30px 0 0; 	
}
.right-content .heading-area{
	overflow: hidden;
	margin: 0 0 40px;
	padding: 16px 18px;
	background: #ececec;
	border: 1px solid #dfdfdf;
}
.right-content .heading-area h1{
	font-size: 32px;
	color: #000;
	float: left;
	font-weight: bold;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.right-content .heading-area h1:after{
	top: 50%;
	right: -56px;
	width: 37px;
	height: 11px;
	content: "";
	margin: -4px 0 0;
	position: absolute;
	background: url(../images/img48.png) no-repeat;
}
.right-content .heading-area .promo-form{
	float: right;
}
.right-content .heading-area .promo-form input[type="text"]{
	width: 160px;
	height: 34px;
	font-size: 14px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	padding: 5px 20px 5px 10px;
	font-family: 'Titillium Web', sans-serif;
}
.right-content .heading-area .promo-form  button{
	width: 76px;
	color: #fff;
	font-size: 16px;
	padding: 5px ;
	border-radius: 8px;
	text-align: center;
	background: #faa61a;
	margin: 0 0 0 -14px;
	font-family: 'Titillium Web', sans-serif;
}
.right-content .detail-box{
	overflow: hidden;
}
.right-content .detail-box h2{
	font-size: 25px;
	color: #000;
	display: inline-block;
	margin: 0 0 20px 8px;
	font-weight: bold;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.right-content .detail-box h2:after{
	top: 50%;
	right: -40px;
	width: 28px;
	height: 8px;
	content: "";
	margin: -3px 0 0;
	position: absolute;
	background: url(../images/img49.png) no-repeat;
}
.right-content .detail-box .download-quote img{
	float: left;
}
.right-content .detail-box .download-quote{
	float: right;
}
.right-content .detail-box .download-quote span{
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 14px;
	background: #14b866;
	border-radius: 0 5px 5px 0;
	font-family: 'Titillium Web', sans-serif;
}
.detail-box .plan-holder{
	padding: 0;
	margin: 0 0 0 10px;
}
.detail-box .plan-holder.active{
	height: auto;
  -moz-transition: height 5s ease;
  -webkit-transition: height 5s ease;
  -o-transition: height 5s ease;
  transition: height 5s ease;
}
.detail-box .plan-holder .best{
	width: 101px;
	height: 39px;
	color: #fff;
	float: left;
	position: absolute;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 18px;
	margin: -12px 0 0 -5px;
	font-family: 'Titillium Web', sans-serif;
	background: url(../images/img50.png) no-repeat;
}
.detail-box .plan-holder .holder-1{
	overflow: hidden;
	margin:  0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail-box .plan-holder .holder-1 .img-box{
	width: 150px;
	float: left;
	padding: 0 5px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.detail-box .plan-holder .holder-1 .img-box img{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.detail-box .plan-holder .holder-1 em{
	display: none;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.detail-box .plan-holder .holder-2{
    width: 78%;
}
.detail-box .plan-holder .holder-1 ul{
	padding: 0;
	margin: 0;
	width: 80%; 
	gap: 5px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	text-align: center;
}
.detail-box .plan-holder .holder-1 ul li{
	display: inline-block;
	background: #f1f1f1;
	padding: 20px 10px;
	vertical-align: top;
	min-height: 111px;
	width: 19%;
}
.detail-box .plan-holder .holder-1 ul li .top-btn{
	text-align: center;
	background: #d9d9d9;
	color: #000;
	display: block;
	font-size: 16px;
	padding: 2px 4px;
	border-radius: 5px;
	font-family: 'Titillium Web', sans-serif;
}
.detail-box .plan-holder .holder-1 ul li .price{
	color: #000;
	display: block;
	margin: 16px 0 0;
	font-size: 21px;
	font-weight: bold;
}
.detail-box .plan-holder .holder-1 ul li.last{
	background: #353535;
	padding: 5px 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.c-box [type="checkbox"]:not(:checked),
.c-box [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.c-box [type="checkbox"]:not(:checked) + label,
.c-box [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  margin: 0 0 5px;
}

/* checkbox aspect */
.c-box [type="checkbox"]:not(:checked) + label:before,
.c-box [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 1px solid #959595;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.c-box [type="checkbox"]:not(:checked) + label:after,
.c-box [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
	font-family: 'Titillium Web', sans-serif;
}
/* checked mark aspect changes */
.c-box [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.c-box [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* accessibility */
.c-box [type="checkbox"]:checked:focus + label:before,
.c-box [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #14b866;
}
.detail-box .plan-holder .holder-1 ul li.last .e-now{
	display: block;
	width: 108px;
	color: #fff;
	margin: 0 auto 1px;
	padding: 10px 6px;
	text-align: center;
	background: #14b866;
}
.detail-box .plan-holder .holder-1 ul li.last .e-now:after,
.detail-box .plan-holder .holder-1 ul li.last .e-now:before{
	display: none;
}
.detail-box .plan-holder .holder-1 ul li.last a{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.detail-box .plan-holder .holder-1 ul li.last a:after,
.detail-box .plan-holder .holder-1 ul li.last a:before{
	top: 4px;
	left: -17px;
	width: 13px;
	height: 13px;
	content: "";
	position: absolute;
	background: url(../images/img51.png) no-repeat;
}
.plan-holder .More-Detail{
	width: 96%;
	margin: 20px auto 0;
	overflow: hidden;
	border-top: 1px solid #dfdfdf;
}
.plan-holder .More-Detail .detail-box2{
	padding: 20px 0 ;
}
.plan-holder .More-Detail .nav-tabs{
	background: #14b866;
	padding: 10px;
}
.plan-holder .More-Detail .nav-tabs .nav-item.show .nav-link,
.plan-holder .More-Detail .nav-tabs .nav-link.active{
	color: #14b866;
	background: #fff;
	border-radius: 0;
}
.plan-holder .More-Detail .nav-tabs .nav-link{
	color: #fff;
	font-size: 14px;
	padding: 10px;
	font-family: 'Titillium Web', sans-serif;
}
.plan-holder .More-Detail .tab-content>.active{
	margin: 0;
	padding: 24px 32px;
	background: #f3f3f3;
}
.plan-holder .More-Detail .tab-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.plan-holder .More-Detail .tab-list li{
	width: 49%;
	color: #000;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	position: relative;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
}
.plan-holder .More-Detail .tab-list li:after{
	top: 0;
	left: 0;
	width: 11px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/img53.png) no-repeat;
}
.plan-holder .More-Detail .btn-frame.plan{
	overflow: hidden;
	text-align: center;
	padding: 34px 0;
}
.plan-holder .More-Detail .btn-frame.plan button{
	color: #fff;
	width: 160px;
	display: block;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto 10px;
	text-align: center;
	padding: 14px 10px;
	background: #14b866;
	font-family: 'Titillium Web', sans-serif;
}
.plan-holder .More-Detail .btn-frame.plan a{
	color: #000;
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
}
.plan-holder .More-Detail .btn-frame.plan a:hover{
	text-decoration: none;
}

.bottom-bar{
	left:0;
	right: 0;
	bottom: 0;
	display: none;
	padding: 20px;
	position: fixed;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 14px 1px #a4a2a2;
}
.bottom-bar.active{
	display: block;
}
.bottom-bar .bottom-logo{
	padding: 0;
	margin: 0;
	float: left;
	width: 86%;
	text-align: center;
	list-style: none;
}
.bottom-bar .bottom-logo li{
	width: 22%;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #dfdfdf;
}
.bottom-bar .bottom-logo li img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 90px;
}
.bottom-bar .bottom-logo li span{
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 13px;
	width: 115px;
	text-align: center;
	margin: 10px auto;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
.bottom-bar a{
	float: right;
	color: #fff;
	font-size: 14px;
	margin: 14px 0 0;
	padding: 12px 30px;
	background: #14b866;
	font-family: 'Titillium Web', sans-serif;
}

#compare-modal .modal-dialog{
	max-width: inherit;
	width: 90%;
	padding: 0 100px;
	background-color: #fff;
}
#compare-modal .modal-body{
	padding: 0;
}
#compare-modal button.close{
	width: 20px;
	height: 20px;
	opacity: 1;
	padding: 0;
	margin: 0;
	color: #fff;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	right: -108px;
	font-size: 18px;
	background-color: #ff0000;
}
#compare-modal button.close span{
	display: block;
	border-radius: 50%;
}
#compare-modal .modal-content{
	border: 0;
}
#compare-modal .modal-header{
	text-align: center;
	margin:  0 0 40px;	
	padding: 20px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	border: 0;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 8px 0 #000;
	-webkit-box-shadow: 0 0 8px 0 #000;
}
#compare-modal .modal-header .logo-list{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style:  none;
}
#compare-modal .modal-header .logo-list li{
	width: 232px;
	float: right;
	position: relative;
	display: inline-block;
}
#compare-modal .modal-header .logo-list li:after{
	top: 0;
	left: 0;
	width: 1px; 
	height: 96px;
	content: "";
	position: absolute;
	background: #ccc;
}
#compare-modal .modal-header .logo-list li:last-child:after{
	display: none;
}
#compare-modal .modal-header .logo-list li .left-box{
	width: 90px;
	margin: 10px 5px 0;
	display: inline-block;
	vertical-align: middle;
}
#compare-modal .modal-header .logo-list li .left-box span{
	display: block;
	color: #000;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;

}
#compare-modal .modal-header .logo-list li .right-box{
	width: 108px;
	height: 94px;
	color: #fff;
	margin: 0 4px;
	padding: 18px 8px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	background-color: #14b866;
	font-family: 'Titillium Web', sans-serif;
}
#compare-modal .modal-header .logo-list li .right-box .top,
#compare-modal .modal-header .logo-list li .right-box .bottom{
	display: block;
	margin: 0 0 10px;
}
#compare-modal .modal-body .point-list{
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #e0fff0;
}
#compare-modal .modal-body .point-list:nth-child(even){
	background-color: #fff;
}
#compare-modal .modal-body .point-list li{
	width: 25%;
	height: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#compare-modal .modal-body .point-list li:after{
	top: 0;
	right: 0;
	width: 1px ;
	height: 100%;
	content: "";
	position: absolute;
	background-color: #ccc;
}
#compare-modal .modal-body .point-list li a{
	padding: 20px;
	display: block;
	font-size: 12px;
	pointer-events: none;
}
#compare-modal .modal-body .point-list li:first-child{
	width: 200px;
}
#compare-modal .modal-body .point-list li:last-child:after{
	display: none;
}

#compare-modal h4{
	margin: 0 0 -4px;
}
#compare-modal .panel-title > a{
	border: 0;
	color: #fff;
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	background-color: transparent;
	font-family: 'Titillium Web', sans-serif;
}
#compare-modal .panel-title > a:after{
	top: 12px;
	right: 8px;
	width: 28px;
	height: 28px;
	content: "";
	display: none;
	position: absolute;
	background: url(../images/img86.png) no-repeat;
}
#compare-modal .panel-title > a:before{
	top: 12px;
	right: 8px;
	width: 28px;
	height: 28px;
	content: "";
	position: absolute;
	background: url(../images/img87.png) no-repeat;
}
#compare-modal .panel-default > .panel-heading a.collapsed:after{
	display: block;
}
#compare-modal .panel-default > .panel-heading{
	border-radius: 10px;
	background-color: #353535;
	color: #fff;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
#compare-modal .panel-group .panel{
	margin:  0 0 20px;
}
#compare-modal .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border: 1px solid #dfdfdf;
}
.bottom-text{
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 16px 24px;
    background: #14b866;
    font-family: 'Titillium Web', sans-serif;
}

.plan-holder .card{
	border: 0;
	position: relative;
	margin: 0 0 30px;
	border-radius: 0;
	border: 1px solid #dfdfdf;
}
.plan-holder .card-body{
	padding: 0;
}
.plan-holder .card-header{
	padding: 30px 0 10px;
	border: 0;
}
.plan-holder .card-header:first-child{
	border: 0;
	border-radius: 0;
	background: none;
	border: 1px solid #dfdfdf;
}


.main-banner.car-loan:after{
	display: none;
}
.main-banner.car-loan{
	background: url(../images/img64.jpg) no-repeat;
}
.car-block{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.car-block h1{
	display: block;
	color: #faa61a;
	font-size: 68px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.car-block p{
	font-size: 18px;
	color: #fff;
	margin: 0 0 60px;
}

.car-tabs{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.car-tabs .nav-tabs{
	border-bottom: 5px solid #faa61a;
}
.car-tabs .nav-tabs .nav-item.show .nav-link,
.car-tabs .nav-tabs .nav-link.active{
	color: #fff;
	border: 0;
	background-color: #faa61a;
}
.car-tabs .nav-tabs .nav-item{
	margin: 0 2px 1px 0;
	width: 195px;
	height: 60px;
}
.car-tabs .nav-tabs .nav-link{
	border-radius: 0;
	color: #fff;
	border: 0;
	padding: 20px 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: #494c52;
}
.car-tabs .nav-tabs .nav-link:hover{
	color: #fff;
	border: 0;
	background-color: #faa61a;
}
.car-tabs .tab-content{
	padding: 30px;
	text-align: left;
	background: #7d828a;
	background: rgba(125,130,138,.4);
}
.car-tabs .finance-form{
	overflow: hidden;
}
.car-tabs .form-holder{
	padding: 20px;
	displaY: flex;
	margin: 0 -10px;
	background-color: #fff;
}
.car-tabs .finance-form .row-holder{
	display: inline-block;
	width: 24%;
	padding: 0 10px;
}
.car-tabs .finance-form .row-holder .select2-container{
    width: 100% !important;
}
.car-tabs .finance-form .row-holder .select2-container--default .select2-selection--single{
    border-radius: 0;
    height: 44px;
}
.car-tabs .finance-form .row-holder .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 44px;
}
.car-tabs .finance-form .row-holder .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 44px;
}
.car-tabs .finance-form .row-holder  .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 7px 6px 0 6px !important;
    /*border-color: #000 !important;*/
    margin-left: -12px !important;
    margin-top: -3px !important;
}
.car-tabs .finance-form label{
	display: block;
	color: #000;
	font-size: 14px;
	min-height: 23px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
.car-tabs .finance-form label img{
	margin: 0 5px 0 0;
}
.car-tabs .finance-form select{
	width: 100%;
	height: 45px;
	color: #000;
	font-weight: 600;
	padding: 5px 10px;
	border: 1px solid #acacac;
	background: #fff url(../images/img56.png) no-repeat 96% 20px;
}
.car-tabs .finance-form .search-btn{
	width: 130px;
	color: #fff;
	padding: 14px;
	display: block;
	font-size: 22px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 0;
	background-color: #faa61a;
	font-family: 'Titillium Web', sans-serif;
}

.our-partners{
	margin: 0;
	background: #fff;
}


.partners-list{
	padding: 0;
	margin: 40px 0 0;
	list-style: none;
	text-align: center;
}
.partners-list li{
	margin: 0 20px;
	display: inline-block;
	vertical-align:  middle;
}
.partners-list li a{
	display: block;
}

.car-loans{
	padding: 188px 0;
	background: url(../images/img67.png) no-repeat;
	background-size: 100% 100%;
}
.car-loans .sub-heading{
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 18px;
}
.car-loans p{
	margin: 0 0 22px;
}
.detail-box.bank-plan .plan-holder .holder-1 ul{
	width: 100%;
}
.detail-box.bank-plan .plan-holder .holder-1 ul li{
	width: 27%;
	padding: 20px 10px;
}
.detail-box.bank-plan .plan-holder .holder-1 ul li:last-child{
	width: 20%;
	padding: 12px;
}
.detail-box.bank-plan .plan-holder .holder-1 ul li:first-child{
	width: 20%;
}

.detail-box.bank-plan .plan-holder .holder-1 ul li .top-btn{
	font-size: 14px;
}
.btn-link:hover{
	text-decoration: none;
}
.bank-plan .btn-link{
	width: 100%;
}
.bank-plan .bottom-text{
	width: 100%;
	color: #fff;
	font-size: 15px;
	padding: 16px 24px;
	background: #14b866;
	font-family: 'Titillium Web', sans-serif;
}

.feature-holder{
	padding: 5px;
	margin: 30px 0 0;
	background: #f3f3f3;
}
.feature-holder .top-heading{
	padding: 8px;
	min-height: 56px;
	overflow: hidden;
	background: #faa61a;
}
.feature-holder .top-heading img{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.feature-holder .top-heading span{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.feature-holder .text-holder{
	padding: 30px 20px;
	background: #fff;
}
.feature-holder .text-holder .f-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.feature-holder .text-holder .f-list li{
	width: 100%;
	color: #000;
	font-size: 16px;
	margin: 0 0 26px;
	position: relative;
	padding: 0 0 0 30px;
	font-family: 'Titillium Web', sans-serif;
}
.feature-holder.last .text-holder .f-list li{
	margin: 0 0 17px;
}
.feature-holder .text-holder .f-list li:after{
	top: 4px;
	left: 0;
	width: 17px;
	height: 17px;
	content: "";
	position: absolute;
	background: url(../images/img72.png) no-repeat;
}
.feature-holder.last .text-holder .f-list li:after{
	width: 19px;
	height: 11px;	
	background: url(../images/img73.png) no-repeat;	
}

.initial-payment{
	overflow: hidden;
	padding: 30px 20px;
	background: #c9e8d9;
}
.initial-payment .heading{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 26px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
.initial-payment ul{
	padding: 0;
	margin: 0 ;
	list-style: none;
}
.initial-payment ul li{
	width: 33%;
	text-align: center;
	margin:  0 0 20px -3px;
	display: inline-block;
	border-right: 1px solid #fff;
}
.initial-payment ul li:last-child{
	border: 0;
}
.initial-payment ul li span{
	display: block;
	font-size: 16px;
	color: #000;
	margin: 0 0 4px;
	font-family: 'Titillium Web', sans-serif;
}
.initial-payment ul li strong{
	color: #000;
	font-size: 21px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.initial-payment:nth-child(odd){
	background: #ebebeb;
}
.initial-payment.eligiblity{
	margin: 0 0 20px;
}
.initial-payment.eligiblity ul li{
	border: 0;
	width: 100%;
	color: #000;
	display: block;
	margin: 0 0 10px;
	text-align: left;
	position: relative;
	padding: 0 0 0 30px;
}
.initial-payment.eligiblity ul li:after{
	top: 4px;
	left: 0;
	width: 17px;
	height: 17px;
	content: "";
	position: absolute;
	background: url(../images/img72.png) no-repeat;
}
.plan-list.add li .bottom{
	font-size: 17px;
	margin: -6px 0 0;
}

.empty{
	height: 46px;
}

.padding-right{
	padding-right: 0;
}
.padding-left{
	padding-left: 0;
}

#enquire-modal .modal-body{
	padding: 30px 15px;
	border-top: 5px solid #faa61a;
}
#enquire-modal .modal-dialog{
	max-width: 950px;
}
#enquire-modal .modal-header{
	padding: 0;
	border: 0;
}
#enquire-modal button.close{
	width: 20px;
	height: 20px;
	opacity: 1;
	padding: 0;
	margin: 0;
	color: #fff;
	top: -10px;
	right: -8px;
	z-index: 99;
	display: block;
	font-size: 18px;
	border-radius: 50%;
	position: absolute;
	background-color: #ff0000;
}
#enquire-modal button.close span{
	display: block;
	border-radius: 50%;
}
#enquire-modal .bottom-text{
	width: 100%;
	color: #fff;
	font-size: 15px;
	padding: 16px 24px;
	background: #14b866;
	font-family: 'Titillium Web', sans-serif;
}

#enquire-modal .form-holder{
	overflow: hidden;
	padding: 30px 10px;
}
#enquire-modal .form-holder h1{
	color: #000;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
}
#enquire-modal .form-holder p{
	color: #000;
	font-size: 13px;
	margin: 0 0 30px;
	text-align: center;
}
#enquire-modal .form-holder label{
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 4px;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
#enquire-modal .form-holder .form-box{
	width: 100%;
	height: 46px;
	overflow: hidden;
	padding: 0 12px;
	margin: 0 0 18px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
}
#enquire-modal .form-holder .form-box img{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#enquire-modal .form-holder .form-box input[type="text"],
#enquire-modal .form-holder .form-box input[type="email"],
#enquire-modal .form-holder .form-box select{
	width: 90%;
	border: 0;
	height: 40px;
	font-size: 14px;
	height: inherit;
	display: inline-block;
	vertical-align:  middle;
	font-family: 'Titillium Web', sans-serif;
}
#enquire-modal .form-holder .form-box select{
	background: url(../images/img56.png) no-repeat 100% 20px;
}
#enquire-modal .apply-now{
	width: 140px;
	color: #fff;
	padding: 12px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	margin: 20px auto;
	text-align: center;
	border-radius: 6px;
	background: #009d4d;
	text-transform: capitalize;
}
#enquire-modal .apply-now:hover{
	background: #08532d;
}
.btn-link{
	width: 100%;
}


.plan-list.creditcard{
	display: none;
}
.search-result{
	float: left;
	color: #000;
	font-size: 15px;
	line-height: 32px;
}
.card-holder{
	padding: 20px;
	margin: 0 0 20px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
}
.card-holder .cardimg-box{
    display: flex;
    align-items: center;
	margin: 0;
}
.card-holder .cardimg-box img{
	float: left;
	width: 190px;
	padding: 0 10px 0 0;
	border-right: 1px solid #dfdfdf;
}
.card-holder .text-box{
	padding: 0 0 0 10px;
}
.card-holder .text-box em{
	display: block;
	font-size: 14px;
	color: #000;
	font-style: normal;
	font-family: 'Titillium Web', sans-serif;
}
.card-holder .text-box strong{
	color: #000;
	width: 100%;
	display: block;
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
}
.card-holder .credit-card{
	padding: 0;
	margin: 20px 0 0;
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.card-holder .credit-card li{
	width: 30%;
	display: inline-block;
	padding: 20px 10px;
}
.card-holder .credit-card li:last-child{
	padding: 12px;
}

.card-holder .credit-card li{
	background: #f1f1f1;
	padding: 20px 10px;
	min-height: 111px;
	text-align: center;
	margin: 0 5px 10px;
}
.card-holder .credit-card li .top-btn{
	text-align: center;
	background: #d9d9d9;
	color: #000;
	font-size: 14px;
	padding: 2px 14px;
	border-radius: 5px;
	font-family: 'Titillium Web', sans-serif;
}
.card-holder .credit-card li .price{
	color: #000;
	display: block;
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: bold;
}
.card-holder .credit-card li.last{
	background: #353535;
	padding: 5px 14px;
}

.card-holder .credit-card [type="checkbox"]:not(:checked),
.card-holder .credit-card [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.card-holder .credit-card [type="checkbox"]:not(:checked) + label,
.card-holder .credit-card [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  margin: 0 0 5px;
  text-align: left;
}

/* checkbox aspect */
.card-holder .credit-card [type="checkbox"]:not(:checked) + label:before,
.card-holder .credit-card [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 1px solid #959595;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.card-holder .credit-card [type="checkbox"]:not(:checked) + label:after,
.card-holder .credit-card [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
	font-family: 'Titillium Web', sans-serif;
}
/* checked mark aspect changes */
.card-holder .credit-card [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.card-holder .credit-card [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* accessibility */
.card-holder .credit-card [type="checkbox"]:checked:focus + label:before,
.card-holder .credit-card [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #14b866;
}
.card-holder .credit-card li.last .e-now{
	display: block;
	color: #fff;
	margin: 0 auto 1px;
	padding: 10px 6px;
	text-align: center;
	background: #14b866;
}
.card-holder .credit-card li.last .e-now:after,
.card-holder .credit-card li.last .e-now:before{
	display: none;
}
.card-holder .credit-card li.last a{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.card-holder .credit-card li.last a:after,
.card-holder .credit-card li.last a:before{
	top: 4px;
	left: -17px;
	width: 13px;
	height: 13px;
	content: "";
	position: absolute;
	background: url(../images/img51.png) no-repeat;
}
.card-holder .credit-card .More-Detail{
	width: 96%;
	margin: 20px auto 0;
	overflow: hidden;
	border-top: 1px solid #dfdfdf;
}



.detail-section{
	overflow: hidden;
	padding: 40px 0 120px;
}
.detail-section h2{
	font-size: 25px;
	color: #000;
	display: inline-block;
	margin: 0 0 20px;
	font-weight: bold;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.detail-section h2:after{
	top: 50%;
	right: -40px;
	width: 28px;
	height: 8px;
	content: "";
	margin: -3px 0 0;
	position: absolute;
	background: url(../images/img49.png) no-repeat;
}
.detail-section .left-content{
	float: left;
	width: 70%;
}
.left-content .card-holder{
	margin: 0;
}
.left-content .card-holder .credit-card li .top-btn{
	padding: 0 0 10px;
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #d9d9d9;
}
.left-content .heading-box{
	width: 100%;
	height: 114px;
	padding: 20px;
	text-align: center;
	background: #323232;
	margin: 0;
}
.left-content .heading-box img{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.left-content .heading-box span{
	color: #fff;
	font-size: 15px;
	display: inline-block;
	vertical-align:  middle;
	font-family: 'Titillium Web', sans-serif;
}
.left-content .heading-box .bottom-box{
	text-align: center;
	background: #fff;
	display: block;
	color: #000;
	margin:20px 0 0;
	padding: 20px 20px 0;
	border: 1px solid #dfdfdf;
}

.bottom-nav{
	padding: 3px;
	overflow: hidden;
	margin: 100px 0 0;
	position: relative;
	border: 1px solid #dfdfdf;
}
#navbar{
	background: #323232;
}
.navbar-nav{
	display: flex;
}
#navbar li{
	margin: 0 20px 0 0;
	display: inline-block;
}
#navbar li a{
	color: #fff;
	padding: 20px;
	display: block;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
#navbar li a:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	content: "";
	display: none;
	position: absolute;
	background: #14b866;
}
#navbar li a.active:after,
#navbar li a:hover:after{
	display: block;
}

.section-block{
	padding: 40px 0;
}
.section-block h3{
	color: #fff;
	float: left;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 12px 60px 15px 40px;
	font-family: 'Titillium Web', sans-serif;
	background: url(../images/img92.png) no-repeat;
	background-size: 100% 100%;
}
.section-block .list{
	width: 100%;
	margin: 50px 0 0;
	list-style: none;
	padding: 20px 30px;
}
.section-block .list li{
	overflow: hidden;
	padding: 14px 0;
	border-bottom: 1px solid #e1e1e1;
}
.section-block .list li .left,
.section-block .list li .right{
	float: left;
	color: #000;
	width: 48%;
	font-size: 16px;
}
.section-block .list li .right{
	float: right;
}
#section4{
	background: #faa61a;
	position: relative;
}

#section4:after{
	top: 50%;
	right: 40px;
	width: 179px;
	height: 244px;
	content: "";
	z-index: 99;
	margin: -122px 0 0;
	position: absolute;
	background: url(../images/img93.png) no-repeat;
}
#section4 ul{
	margin: 70px 0 0;
}
#section4 ul li{
	border: 0;
	color: #fff;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 0 40px;
}
#section4 ul li:after{
	top: 3px;
	left: 0;
	width: 27px;
	height: 14px;
	content: "";
	position: absolute;
	background: url(../images/img94.png) no-repeat;
}

.right-form{
	float: right;
	width: 300px;
	padding: 18px;
	margin: 50px 0 0;
	border-radius: 10px;
	background: #faa61a;
}
.right-form h4{
	color: #fff;
	padding: 20px;
	font-size: 20px;
	margin: 0 0 2px;
	text-align: center;
	background: #323232;
	border-radius: 10px 10px 0 0;
	font-family: 'Titillium Web', sans-serif;
}
.right-form input[type="text"],
.right-form input[type="tel"],
.right-form input[type="email"],
.right-form select{
	width: 100%;
	height: 34px;
	border: 0;
	font-size: 12px;
	margin: 0 0 2px;
	padding: 5px 15px;
	background: #fff;
	font-family: 'Titillium Web', sans-serif;
}
.right-form select{
	background: #fff url(../images/img95.png) no-repeat 100% 0;
}
.right-form button{
	color: #fff;	
	width: 170px;
	display: block;
	font-size: 17px;
	cursor: pointer;
	text-align: center;
	padding: 16px 10px;
	font-weight: bold;
	border-radius: 8px;
	background: #14b866;
	margin: 50px auto 20px;
	font-family: 'Titillium Web', sans-serif;
}


.car-inner{
	min-height: 670px;
	background: url(../images/img96.jpg) no-repeat;
	background-size: cover;
}
.car-inner:after{
	display: none;
}

.car-inner .car-holder{
	text-align: center;
	margin: 150px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.car-inner .car-holder .car-column{
    width: 50%;
}
.car-inner .car-holder h1{
	display: block;
	color: #faa61a;
	font-size: 60px;
	margin: 0 0 2px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.car-inner .car-holder p{
	color: #fff;
	font-size: 18px;
	margin: 0;
}
.car-inner .car-holder .form-holder.travel{
    width: 50%;
    display: flex;
    /*flex-wrap: wrap;*/
    
}
.car-inner .car-holder .form-holder.travel ul{
    width: 160px;
}
.car-inner .car-holder .form-holder.travel ul li{
    width: 105px;
    height: 105px;
}
.car-inner .car-holder .form-holder.travel ul li a{
    display: block;
    padding: 6px 2px;
    border-radius: 10px;
    background: #ececec;
    text-align: center;
}
.car-inner .car-holder .form-holder.travel ul li a img{
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto 6px;
    border-radius: 100%;
}
.car-inner .car-holder .form-holder.travel ul li a span{
    color: #5c5c5c;
    font-size: 14px;
    text-transform: uppercase;
}
.car-inner .car-holder .form-holder.travel ul li:hover a,
.car-inner .car-holder .form-holder.travel ul li.tab-active a{
    background: #faa61a;
}
.car-inner .car-holder .form-holder.travel ul li:hover a span,
.car-inner .car-holder .form-holder.travel ul li.tab-active a span{
    color: #fff;
}
.car-inner .car-holder .form-holder{
    width: 100%;
	padding: 20px 30px;
}
.car-inner .car-holder .form-holder .form-box{
    width: 100%;
}
.tabs-stage{
    width: 100%;
}
.car-inner .car-holder .form-holder .form-box .f-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.car-inner .car-holder .form-holder .form-box .f-row .row-holder{
    width: 49%;
}
.car-inner .car-holder .form-holder .form-box em{
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #09eb7e;
    padding: 8px 18px;
    border-radius: 22px;
    display: inline-block;
    font-family:'Open Sans';
    cursor: pointer;
    font-style: normal;
}
.car-inner .car-holder .form-holder .k-holder{
    display: flex;
    gap: 10px;
    flex-wrap:wrap;
    padding: 0 4px;
}
.car-inner .car-holder .form-holder .kid-holder{
    width: 31%;
    padding: 5px 5px;
    display: flex;
    color: #000;
    align-items: center;
    border: 2px dashed #000;
    position: relative;
}
.car-inner .car-holder .form-holder .kid-holder .text-holder{
    color: #000;
    font-size: 12px;
    text-align: center;
    width: 32px;
    position: relative;
}
.car-inner .car-holder .form-holder .kid-holder .text-holder:after{
    top: 17px;
    right: -3px;
    width: 1px;
    height: 20px;
    content:"";
    background: #000;
    position: absolute;
}
.car-inner .car-holder .form-holder .kid-holder .text-holder img{
    width: 26px;
    height: 24px;
}
.car-inner .car-holder .form-holder .kid-holder .t-holder label{
    font-size: 12px;
    color: #000;
}
.car-inner .car-holder .form-holder .kid-holder .t-holder select{
    height: 100%;
    font-size: 12px;
    border-radius: 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: right;
    background: transparent !important;
}
#fileUploadsContainer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}
.add-more{
    align-items: center !important;
    width: 40% !important;
    display: flex !important;
    background: #434343 !important;
    border-radius: 10px !important;
    font-weight: 400 !important;
    coloR: #fff !important;
    font-size: 14px !important;
    float: left;
    margin: 0 0 20px !important;
}
.add-more img{
    width: 26px;
    height: 24px;
    margin: 0 10px 0 0;
}
.add-more i{
    font-weight: normal;
    margin: 0 6px 0 0;
}
.car-inner .car-holder .form-holder.travel .row-holder.family{
    displaY: flex;
    flex-wrap: wrap;
}
.car-inner .car-holder .form-holder.travel .row-holder.family label{
    font-size: 12px;
    margin: 0 0 -20px;
    padding-left: 28px !important;
}
.row-holder.radio_box.family [type="radio"]:checked + label::before, .row-holder.radio_box.family [type="radio"]:not(:checked) + label::before{
    left: 4px;
}
.car-inner .car-holder form{
	padding: 30px 20px;
	background: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.car-inner .car-holder form .row-holder{
    width: 100%;
    text-align: left;
}

.drop_{
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in;
    -webkit-transition: height 0.5s ease-in;
}
.drop_.active{
    height: auto;
}


.row-holder.radio_box [type="radio"]:checked,
.row-holder.radio_box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.row-holder.radio_box [type="radio"]:checked + label,
.row-holder.radio_box [type="radio"]:not(:checked) + label
{
    position: relative !important;  
    padding-left: 28px !important;
    cursor: pointer !important;
    line-height: 20px !important;
    display: inline-block !important;
    color: #666 !important;
    border-radius: 10px !important;
    background: #fff  !important;
    /*margin:5px 0 10px ;*/
    width: 100% !important;
    margin: 0 !important;
    padding: 12px !important;
}
.row-holder.radio_box [type="radio"]:checked + label{
    border-color: #03eb7b;
}
.row-holder.radio_box [type="radio"]:checked + label:before,
.row-holder.radio_box [type="radio"]:not(:checked) + label:before {
    content: '\f046 ';
    position: absolute;
    left: 20px;
    top: 14px;
    color: #03eb7b;
    font-size: 20px;
    /*width: 18px;*/
    /*height: 18px;*/
    /*border: 1px solid #fff;*/
    /*border-radius: 100%;*/
    /*background: #fff;*/
    font-family: "FontAwesome";
    opacity:0;
    visibility: hidden;
}
.row-holder.radio_box [type="radio"]:checked + label:before{
    opacity: 1;
    visibility: visible;
}
.row-holder.radio_box [type="radio"]:checked + label:after,
.row-holder.radio_box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.row-holder.radio_box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.row-holder.radio_box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.row-holder.radio_box .radio-area label{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 13px;
    margin: 0 0 10px;
    text-align: center;
    border-color: rgb(236, 236, 236);
    box-shadow: 1.509px 1.312px 3.6px 1.4px rgba(64, 64, 64, 0.4);
    -webkit-box-shadow: 1.509px 1.312px 3.6px 1.4px rgba(64, 64, 64, 0.4);
}





/*.car-inner .car-holder .form-holder.travel input {*/
/*  position: absolute;*/
/*  opacity: 0;*/
/*  z-index: -1;*/
/*}*/

/*.car-inner .car-holder .form-holder.travel .row {*/
/*  display: flex;*/
/*}*/
/*.car-inner .car-holder .form-holder.travel .row .col {*/
/*  flex: 1;*/
/*}*/
/*.car-inner .car-holder .form-holder.travel .row .col:last-child {*/
/*  margin-left: 1em;*/
/*}*/

/* Accordion styles */
.car-inner .car-holder .form-holder.travel .tabs {
  /*border-radius: 8px;*/
  /*overflow: hidden;*/
  margin: 0 0 20px;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.car-inner .car-holder .form-holder.travel .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin: 0 ;
}
.car-inner .car-holder .form-holder.travel h2{
    color: #6f6c6c;
    font-size: 15px;
    margin: 0 0 -16px;
    text-align: left;
    float: left;
}
.car-inner .car-holder .form-holder.travel .tab-label {
    padding: 10px;
    width: 100%;
    font-size: 15px;
    font-family: 'Open Sans';
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    text-align: left;
    font-weight: normal;
    color: #000;
    margin: -10px 0 14px 0;
    position: relative;
    background: #fff url(../images/down_arrow.png) no-repeat 97% 16px;
  /* Icon */
}
/*.car-inner .car-holder .form-holder.travel .tab-label:hover {*/
/*  background: #1a252f;*/
/*}*/
.car-inner .car-holder .form-holder.travel .tab-label::after {
  /*content: "â‌¯";*/
  /*width: 1em;*/
  /*height: 1em;*/
  top: 0;
  right: 0;
  position: absolute;
  /*text-align: center;*/
  transition: all 0.35s;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #000;
}
.car-inner .car-holder .form-holder.travel .tab-content {
  max-height: 0;
  padding: 0;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
  background: #f0f0f0;
  border-radius: 0 0 20px 20px;
}
.car-inner .car-holder .form-holder.travel .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.car-inner .car-holder .form-holder.travel .tab-close:hover {
  background: #1a252f;
}

.car-inner .car-holder .form-holder.travel input:checked + .tab-label {
  /*background: #1a252f;*/
  background: transparent;
}
.car-inner .car-holder .form-holder.travel input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.car-inner .car-holder .form-holder.travel input:checked ~ .tab-content.one{
    padding: 1rem;
    margin: 0 0 14px;
}
.car-inner .car-holder .form-holder.travel input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em 1em 80px 1em;
}
.car-inner .car-holder .form-holder.travel .tab input[type="radio"]{
    border: 0;
    border-radius: 0;
}
.car-inner .car-holder .form-holder.travel .tab-content .row-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.car-inner .car-holder .form-holder.travel .tab-content .row-holder label{
    font-size: 14px;
    font-weight: normal;
}
.text-box-single-page{
    display: flex;
    /*left: 0;*/
    padding: 20px 10px;
    align-items: center;
    /*position: absolute;*/
    justify-content: space-between;
}
.text-box{
    display: flex;
    left: 0;
    padding: 20px 0;
    align-items: center;
    position: absolute;
    justify-content: space-between;
}
.form-tab-holder{
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}
.form-tab-holder select{
    display: none;
}
.form-tab-holder .tab-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.form-tab-holder label{
    text-align: left;
    color: #6f6c6c;
    font-size: 14px;
    margin: 0 0 -15px;
    background: #eaeaea;
    width: 80%;
    text-transform: capitalize;
    padding: 10px 20px 20px 10px;
    border-radius: 20px 30px 30px 30px;
}


.middle label{
    width: 49% !important;
}
.middle input[type=radio] {
  display: none;
}
.middle input[type=radio]:checked + .box {
  border-color: #0cec80;
}
.middle input[type=radio]:checked + .box span {
  color: #0cec80;
}
.middle input[type=radio]:checked + .box span:before {
  opacity: 1;
}
.middle .box {
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  color: #5c5c5c;
  justify-content: center;
  border: 2px solid transparent;
  box-shadow: 0 0 5px 0px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,.4);
}
.middle .box:active {
  border-color: #0cec80;
}
.middle .box:active span{
    color: #0cec80;
}
.middle .box span {
    font-size: 14px;
    color: #5c5c5c;
    width: 100%;
    display: flex;
    padding: 0 10px 0 20px ;
    font-weight: normal;
    align-items: center;
    font-family: 'Open Sans';
}
.middle .box span img{
    display: block !important;
    width: 33px;
    height: 33px;
}
.form-holder.travel .middle{
    position: relative;
}
.form-holder.travel .middle .row-holder select{
    background: #fff url(../images/down_arrow.png) no-repeat 97% 16px;
}

.form-holder.travel .middle .form-group{
    display: flex;
    padding: 20px 0;
    align-items: center;
    position: absolute;
    justify-content: space-between;
}
.form-holder.travel .middle .form-group.open{
    display: flex;
}
.form-holder.travel .middle .form-group{
    display: none;
}
.text-box.family-box{
    display: none;
}
.text-box.family-box.open1{
    display: flex;
}
.text-box.family-box p{
    color: #000;
}
.form-holder.travel .middle .form-group label{
    width: 50%;
    text-align: right;
    font-size: 14px;
    color: #5c5c5c;
    font-weight: normal;
    padding: 0 10px 0 0;
    font-family: 'Open Sans';
}
.form-holder.travel .middle .form-group .form-control{
    width: 50%;
}
.car-inner .car-holder .form-holder.travel .row-holder .radio-area{
    padding: 6px;
}
.car-inner .car-holder .form-holder.travel h2,
.car-inner .car-holder .form-holder.travel label{
    width: 80%;
    display: inline-block;
    background: #ddd;
    color: #6f6c6c;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 -15px;
    padding: 6px 10px 20px 20px;
    border-radius: 40px 40px 15px 15px;
}
.col-form-label{
    background: transparent !important;
}
.car-inner .car-holder .form-holder.travel label.label{
    background: transparent;
}
.car-inner .car-holder .form-holder.travel .tab-content .row-holder .label{
    background: transparent;
}
.car-inner .car-holder .form-holder.travel .row-holder{
    margin: 0 0 20px;
}
.car-inner .car-holder .form-holder.travel .row-holder .select2-container--default .select2-selection--single{
    height: 43px;
    border-radius: 10px;
}
.form-holder.travel .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
}
.form-holder.travel .select2-results__option--selectable{
    padding: 14px;
    border-bottom: 1px solid #ccc;
}
.form-holder.travel .select2-container--default .select2-results__option--selected{
    background-color: #faa61a !important;
    color: #fff !important;
}
.form-holder.travel .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 7px 6px 0 6px;
    border-color: #5e5e5e transparent transparent transparent; 
    margin-left: -12px;
    margin-top: 4px;
}
.form-holder.travel  input{
    background: #fff;
    border-radius: 10px;
}
.car-inner .car-holder form .row-holder label{
    width: 100%;
    display: block;
    margin: 0;
}
.car-inner .car-holder form .row-holder label img{
    margin: 0 8px 0 0;
    display: none;
}
.car-inner .car-holder form .row-holder select{
    padding: 10px;
    width: 100%;
    font-size: 15px;
    background: #fff;
    font-family: 'Open Sans';
    border-radius: 10px;
    border: 1px solid #aaaaaa;
}
.row-holder .datepicker{
    padding: 8px !important;
}
.car-inner .car-holder form .row-holder .datepicker td,
.car-inner .car-holder form .row-holder .datepicker th{
    font-size: 13px !important;
}
.car-inner .car-holder .select-holder{
	display: inline-block;
	width: 24%;
	vertical-align: top;
	border: 1px solid #acacac;
}
.car-inner .car-holder .select-holder img{
	float: left;
}
.car-inner .car-holder .select-holder select{
	width: 83%;
	height: 50px;
	color: #000;
	float: right;
	padding: 5px 20px 5px 5px;
	font-family: 'Titillium Web', sans-serif;
	background: url(../images/img56.png) no-repeat 97% 21px;
}
.gj-datepicker{
	width: 33%;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #acacac;
}
#datepicker,
#datepicker2{
	width: 25%;
	border: 0;
	color: #000;
	height: 52px;
	display: inline-block;
	border: 1px solid #acacac;
	font-family: 'Titillium Web', sans-serif;
}
#datepicker .form-control,
#datepicker2 .form-control{
	width: 83% !important;
	height: 48px;
	border-radius: 0;
	background: #fff;
	border: 0;
}
#datepicker img,
#datepicker2 img{
	float: left;
}

.car-inner .car-holder button{
	width: 100%;
	color: #fff;
	padding: 14px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	/*background: #faa61a;*/
	cursor: pointer;
	margin: 0 auto;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	background-image: -moz-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
  background-image: -webkit-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
  background-image: -ms-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
}
.partners-list.car-list li{
	margin: 0 8px;
	width: 22%;
}
.partners-list.car-list li span{
	display: block;
	color: #000;
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}

.info-columns{
	padding: 24px;
	min-height: 500px
	position: relative;
}
.info-columns:after{
	top: 0;
	right: 16px;
	width: 200px;
	height: 448px;
	content: "";
	position: absolute;
	background: #faa61a;
}
.info-columns .column-holder{
	background: #fff;
	padding: 30px;
	z-index: 99;
	position: relative;
	text-align: center;
}
.info-columns .column-holder img{
	display: inline-block;
	margin: 0 0 20px;
}
.info-columns .column-holder h2{
	color: #000;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
}
.info-columns .column-holder p{
	color: #000;
	font-size: 16px;
	margin: 0 0 36px;
	font-family: 'Titillium Web', sans-serif;
}
.info-columns .column-holder .learn-more{
	color: #fff;
	padding: 8px 20px;
	font-size: 18px;
	font-weight: 600;
	background: #faa61a;
	border-radius: 6px;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.info-columns .column-holder .learn-more:hover{
	background: #000;
}

.slick-dots{
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	text-align: center;
}

.slick-dots li{
	margin: 0 4px;
	display: inline-block;
}
.slick-dots li button{
	width: 14px;
	height: 14px;
	outline: none;
	display: block;
	border-radius: 50%;
	background: #b9b9b9;
	text-indent: -99999999px;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
	outline: none;
	background: #faa61a
}

.car-detail li{
	background: none;
}
.car-detail li .bottom{
	color: #faa61a
}
.car-detail li:after{
	top: 12px;
	left: 0;
	width: 1px;
	height: 56px;
	background: #faa61a;
}
.car-detail li .top::after{
	background: url(../images/img106.png) no-repeat;
}
.detail-box.car-plan .plan-holder .holder-1 ul li{
	background: none;
	padding: 0;
}
.detail-box.car-plan .plan-holder .holder-1 ul li .top-btn{
	background: #d9d9d9;
}
.detail-box.car-plan .plan-holder .holder-1 ul li .top-btn{
	font-size: 13px;
	padding: 6px 2px;
}
.detail-box.car-plan .plan-holder .holder-1 ul li:last-child{
	width: 22%;
	padding: 0;
}
.detail-box.car-plan .plan-holder .holder-1 ul li .price{
	background: #efefef;
	margin: 8px 0 0;
	padding: 20px 8px;
}
.detail-box.car-plan .b-text{
	display: block;
	margin: 4px 0 0;
	border-top: 2px solid #14b866;
}
.detail-box.car-plan .b-text em{
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	font-style: normal;
	font-family: 'Titillium Web', sans-serif;
}
.detail-box.car-plan .b-text{
	color: #000;
	width: 86%;
	margin: 4px auto;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.car-plan .three-columns{
	overflow: hidden;
	display: flex;
	width: 100%;
	margin: 20px 0 0;
	padding: inherit;
	background: none;
}
.car-plan .three-columns .column{
	width: 33%;
	color: #fff;
	margin: 0 2px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	background: #faa61a;
}
.car-plan .three-columns .column.c-2{
	background: #353535;
}
.car-plan .three-columns .column.c-3{
	background: #14b866;
}
.detail-box.car-plan .plan-holder .holder-1 ul{
	margin: 0 0 50px;
}
.detail-box.car-plan .c-box [type="checkbox"]:not(:checked) + label,
.detail-box.car-plan .c-box [type="checkbox"]:checked + label{
	font-size: 16px;
}
.detail-box.car-plan .c-box [type="checkbox"]:not(:checked) + label::before,
.detail-box.car-plan .c-box [type="checkbox"]:checked + label::before{
	width: 16px;
	height: 18px;
}
.detail-box.car-plan .toggle{
	color: #fff;
	position: relative;
}
.detail-box.car-plan .toggle img{
	display: inline-block;
	margin: 1px 6px 0 0;
}
.content-holder.booknow .left-bar{
	float: right;
	width: 270px;
}
.left-bar .google-holder{
	display: block;
	margin: 0 0 20px;
}
.content-holder.booknow .right-content{
	float: left;
	width: 76%;
}
.right-content .detail-box{
	padding: 10px 0 0;
}
.content-holder.booknow{
	background: #ececec;
}
.detail-box.booknow .plan-holder .holder-1 ul li,
.detail-box.booknow .plan-holder .holder-1 ul li:first-child{
	width: 30%;
	text-align: center;
}
.detail-box.booknow .plan-holder .holder-1 ul li:last-child{
	width: 32%;
	margin: 0 10px;
}
.detail-box.booknow .plan-holder .holder-1 ul{
	text-align: right;
}
.detail-box.booknow .plan-holder .holder-1 ul li:last-child span{

}
.detail-box.booknow .b-text em{
	font-size: 24px;
	padding: 10px 0 0;
}
.detail-box.booknow .b-text span{
	font-size: 40px;
}
.detail-box.booknow .plan-holder .holder-1{
	margin: 0;
}

.booknow .nav-tabs{
	padding: 0 0 10px;
	border-bottom: 3px solid #353535;
}
.booknow .nav-tabs li a{
	border: 0;
	color: #fff;
	border: 0;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 600;
	background: #353535;
	border-radius: 0;
	position: relative;
}
.booknow .nav-tabs li a:after{
	left: 0;
	right: 0;
	bottom: -13px;
	height: 3px;
	width: 100%;
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #faa61a;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.booknow .nav-tabs li a:before{
	right: -5px;
	bottom: -16px;
	height: 10px;
	width: 10px;
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #faa61a;
	border-radius: 50%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.booknow .nav-tabs li{
	margin: 0 1px;
	flex: 1 1 auto;
}
.booknow .nav-tabs li.active a{
	background: #faa61a
}
.booknow .nav-tabs li.active a:after,
.booknow .nav-tabs li.active a:before{
	opacity: 1;
	visibility: visible;
}
.booknow .tab-content{
	padding: 30px;
	width: 100%;
	background: #fff;
}

.tab-holder{
	width: 100%;
}
.tab-holder .book-form{
	padding: 60px 30px 30px;
}
.tab-holder .book-form label{
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 4px;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.tab-holder .form-box{
	width: 100%;
	height: 46px;
	overflow: hidden;
	padding: 0 12px;
	margin: 0 0 18px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
}
.tab-holder .form-box img{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.tab-holder .form-box input[type="text"],
.tab-holder .form-box input[type="email"],
.tab-holder  .form-box select,
#datepicker-2{
	width: 90%;
	border: 0;
	height: 40px;
	font-size: 14px;
	height: inherit;
	display: inline-block;
	vertical-align:  middle;
	font-family: 'Titillium Web', sans-serif;
}
.tab-holder  .form-box select{
	background: url(../images/img56.png) no-repeat 100% 20px;
}
#datepicker-2,
#datepicker-3{
	width: 100%;
	padding: 0 12px;
	margin: 0 0 18px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
}
#datepicker-2 img,
#datepicker-3 img{
	margin: 16px 0 0;
	width: 16px;
	height: 17px;
}
.form-control:disabled, .form-control[readonly]{
	height: 50px;
	border: 0;
	flex: auto;
	float: right;
	background: none !important;
	width: 89% !important;
	font-family: 'Titillium Web', sans-serif;
}
.tab-holder .form-box .apply-now{
	width: 140px;
	color: #fff;
	padding: 12px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	margin: 20px auto;
	text-align: center;
	border-radius: 6px;
	background: #009d4d;
	text-transform: capitalize;
}
.tab-holder .add-more{
	color: #fff !important;
	float: left;
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 50px;
	background: #faa61a;
	border-radius: 5px;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.tab-holder .heading{
	display: block;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 36px 0;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}

.tab-holder .btn-holder{
	text-align: center;
	margin: 60px 0;
}
.tab-holder .next-btn{
	display: inline-block;
	color: #fff;
	width: 140px;
	padding: 14px ;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	background: #009d4d;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.btn-circle{
	border: 0;
	color: #fff;
	display: block;
	margin: 0 2px;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 0;
	font-weight: 600;
	background: #353535;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.btn-circle:after{
	left: 0;
	right: -4px;
	bottom: -15px;
	width: 100%;
	height: 3px;
	content: "";
	position: absolute;
	background: #353535;
}
.btn-circle:before{
	right: -4px;
	width: 12px;
	height: 12px;
	content: "";
	bottom: -19px;
	display: none;
	z-index: 99;
	border-radius: 50%;
	position: absolute;
	background: #353535;
}
.btn-circle.btn-primary{
	background: #faa61a;
	border: 0;
}
.btn-circle.btn-primary:before{
	display: block;
	background: #faa61a;
}
.btn-circle.btn-primary:after{
	background: #faa61a;
}
.btn-circle:hover{
	color: #fff;
	background: #faa61a;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.tab-holder .h-area{
	overflow: hidden;=
}
.tab-holder .h-area h2{
	display: block;
	color: #000;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 6px;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.tab-holder .h-area p{
	color: #000;
	font-size: 14px;
	margin: 0 0 30px;
	font-family: 'Titillium Web', sans-serif;
}
.tab-holder .prev-btn{
	display: inline-block;
	color: #fff;
	width: 140px;
	padding: 14px;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	background: #faa61a;
	margin: 0 10px 0 0;
}

.content-holder.booknow.add{
	background: #fff;
}

.tab-holder .review-holder{
	padding: 12px;
	height: 95px;
	margin: 0 0 10px;
	background: #ededed;
}
.tab-holder .review-holder span{
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 4px;
	text-transform: capitalize;
}
.tab-holder .review-holder .text-box{
	overflow: hidden;
	padding: 0 30px;
}
.tab-holder .review-holder img{
	display: inline-block;
	margin: 6px 10px 0 0;
	vertical-align: top;
}
.tab-holder .review-holder em{
	color: #000;
	font-size: 14px;
	margin: 0 0 4px;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.tab-holder .padding-right{
	padding-right: 5px;
	padding-left: 0;
}
.tab-holder .padding-left{
	padding-left: 5px;
	padding-right: 0;
}
.tab-holder .h-area.add{
	margin: 0 0 30px;
}

.tab-holder .payment-holder{
	padding: 12px;
	overflow: hidden;
	background: #252525;
	border-radius: 20px;
	margin: 0 0 50px;
}
.tab-holder .payment-holder img{
	float: left;
	margin: 0 10px 0 0;
}
.tab-holder .payment-holder .text-box{
	float: left;
	overflow: hidden;
}
.tab-holder .payment-holder .text-box p{
	color: #fff;
	font-size: 15px;
	margin: 0 0 0 28px;
}
.tab-holder  [type="radio"]:checked,
.tab-holder  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.tab-holder  [type="radio"]:checked + label,
.tab-holder  [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #faa61a;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.tab-holder  [type="radio"]:checked + label:before,
.tab-holder  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #959595;
    border-radius: 100%;
    background: #fff;
}
.tab-holder  [type="radio"]:checked + label:after,
.tab-holder  [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #faa61a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tab-holder  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.tab-holder  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


#side-nav{
	top: 90px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 98px;
	content: "";
	z-index: 999;
	position: fixed;
	list-style: none;
	text-align: center;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}
#side-nav li{
	display: block;
	position: relative;
}
#side-nav li:after{
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	content: "";
	bottom: 0;
	position: absolute;
	background: url(../images/img132.png) no-repeat;
}
#side-nav li a{
	display: block;
	padding: 14px;
	background: #faa61a;
}
#side-nav li a img{
	margin: 0 0 10px;
	display: inline-block;
}
#side-nav li a span{
	display: block;
	color: #000;
	line-height: 14px;
	font-size: 14px;
	max-width: 78px;
	margin: 0 auto;
	font-weight: 600;
	text-transform: capitalize;
}


.main-banner.contact-us{
	min-height: 284px;
	background: url(../images/img133.jpg) no-repeat;
	background-size: cover;
}
.contact-heading{
	color: #fff;
	bottom: 0;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
}
.contact-heading em{
	color: #faa61a;
	font-style: normal;
}
.contact-heading:after{
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	content: "";
	position: absolute;
	background: #faa61a;
}
.contact-holder{
	padding: 70px 0;
	overflow: hidden;
}
.contact-holder .left-contact{
	float: left;
	width: 66%;
	position: relative;
	background: #eee;
	padding: 30px 50px;
	margin: 0 0 0 50px;
}
.contact-holder .left-contact:after{
	top: 0;
	left: -50px;
	bottom: 0;
	width: 43px;
	height: 100%;
	content: "";
	position: absolute;
	background: url(../images/img134.png) no-repeat;
	background-size: 100% 100%;
}
.contact-holder .left-contact h2{
	color: #000;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 30px;
	font-family: 'Titillium Web', sans-serif;
}
.contact-holder .contact-form{
	overflow: hidden;
}

.contact-holder .contact-form .form-row{
	overflow: hidden;
	margin: 0 0 20px;
}
.contact-holder .contact-form label{
	float: left; 
	width: 200px;
	color: #000;
	margin: 8px 0 0;
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
}

.contact-holder .contact-form input[type="text"],
.contact-holder .contact-form input[type="email"],
.contact-holder .contact-form textarea{
	border: 0;
	float: left;
	width: 69%;
	height: 40px;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
	font-family: 'Titillium Web', sans-serif;
}
.contact-holder .contact-form textarea{
	height: 100px;
	resize: none;
	padding: 10px;
}
.contact-holder .contact-form input[type="submit"]{
	border: 0;
	width: 145px;
	display: block;
	padding: 14px;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #faa61a;
	border-radius: 5px;
	margin: 10px auto 0;
	text-transform : capitalize;
	font-family:"Open Sans"
}
.contact-holder .contact-form input[type="submit"]:hover{
	color: #faa61a;
	background: #000;
}
.contact-holder .address-holder{
	float: right;
	width: 326px;
	padding: 30px 20px;
	background: #474747;
}
.contact-holder .address-holder .heading{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	display: inline-block;
	text-transform : capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.contact-holder .address-holder p{
	color: #fff;
}

.contact-holder .address-holder .phone,
.contact-holder .address-holder .email{
	padding: 14px;
	display: block;
	margin: 0 0 10px;
	background: #faa61a;
}
.contact-holder .address-holder .phone em,
.contact-holder .address-holder .email em{
	color: #fff;
	display: block;
	font-size: 20px;
	margin: 0 0 6px;
	font-weight: 600;
	font-style: normal;
}
.contact-holder .address-holder .phone em img,
.contact-holder .address-holder .email em img{
	margin: 0 10px 0 0;
}
.contact-holder .address-holder .phone a,
.contact-holder .address-holder .email a{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	font-family:"Open Sans";
}
.contact-holder .address-holder .map-holder{
	overflow: hidden;
	margin: 20px 0 0;
}

.three-columns{
	position: relative;
	background: #faa61a;
	padding: 100px 0 130px;
}

.three-columns:after{
	left: 0;
	right: 0;
	bottom: -265px;
	width: 100%;
	height: 265px;
	content: "";
	position: absolute;
	background: url(../images/img141.png) no-repeat;
	background-size: 100% 100%;
}
.three-columns .column{
	text-align: center;
}
.three-columns .column img{
	display: inline-block;
	margin: 0 0 40px;
}
.three-columns .column h2{
	display: block;
	color: #fff;
	margin: 0 0 16px;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.three-columns .column p{
	color: #000;
	width: 77%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	font-family:"Open Sans";
}

.block-holder{
	z-index: 99;
	padding: 90px 0 0;
	position: relative;
}
.block-holder .block:after{
	display: block;
	content: "";
	clear: both;
}
.block-holder .block{
	margin: -90px 0 0;
}
.block-holder .block img{
	margin: 0 20px 0 0;
	float: left;
}
.block-holder .block .block-text{
	float: left;
	width: 270px;
	margin: 90px 0 0;
}
.block-holder .block .block-text h3{
	color: #000;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	border-top: 5px solid #faa61a;
	font-family: 'Titillium Web', sans-serif;
}
.block-holder .block .block-text p{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	font-family:"Open Sans";
}
.block-holder .block.right{
	margin: -90px 0 0;
}
.block-holder .block.right img{
	float: right;
	margin: 0 0 0 20px;
}
.block-holder .block.right .block-text{
	margin: 50px 0 0;
	float: right;
}

.our-team{
	padding: 60px 0;
	background: #303030;
}
.our-team .heading-area{
	text-align: center;
	color: #fff;
	width: 100%;
	margin: 0 0 40px ;
}
.our-team .heading-area .heading{
	display: block;
	font-size: 32px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 15px;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.our-team .heading-area .heading:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 91px;
	height: 15px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.testimonial-reel .box {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-reel .box .image {
  margin: 0 auto -45px;
  text-align: center;
}
.testimonial-reel .box .image img {
  height: 130px;
  margin: 0 auto;
}
.testimonial-reel .box .test-component {
  padding: 1rem 2.5rem;
}
.testimonial-reel .box .test-title {
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin-top: 3.3rem;
  margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.testimonial-reel .box .test-content {
  text-align: center;
  color: #fff;
}
.testimonial-reel .slick-slide {
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}
.testimonial-reel .slick-slide.slick-cloned {
  opacity: 1;
}
.testimonial-reel .slick-slide.slick-current.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.testimonial-reel .social-list{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.testimonial-reel .social-list li{
	padding: 0 10px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.testimonial-reel .social-list li:after{
	top: 2px;
	left: 0;
	width: 1px;
	height: 15px;
	content: "";
	position: absolute;
	background: #fff;
}
.testimonial-reel .social-list li:first-child:after{
	display: none;
}



.get-insured.about{
	background: #fff;
}
.get-insured.about .heading-area h1{
	color: #000;
}
.get-insured.about .heading-area p{
	color: #000;
}
.get-insured.about .box p{
	color: #000;
}
.get-insured.about .box span.img-holder img{
	margin: 0 !important;
	bottom: 0 !important;
	display: block !important;
}


#quotemodal-first .modal-dialog,
#quotemodal .modal-dialog{
	max-width: 800px;
}
#quotemodal-first .modal-header,
#quotemodal .modal-header{
	text-align: center;
	color: #000;
	border-bottom: 0;
}
#quotemodal-first .modal-title,
#quotemodal .modal-title{
	width: 100%;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#quotemodal-first .modal-content,
#quotemodal .modal-content{
	background-color: #ebebeb;
}
#quotemodal-first .modal-header .close,
#quotemodal .modal-header .close{
	padding: 0;
	opacity: 1;
	width: 26px;
	height: 26px;
	color: #fff;
	border-radius: 50%;
	text-shadow: none;
	margin: -26px -26px 0 0;
	background-color: #f90326;
}
#quotemodal-first .modal-body,
#quotemodal .modal-body{
	padding: 0 20px 20px;
}
#quotemodal-first .modal-body p,
#quotemodal .modal-body p{
	text-align: center;
	color: #000;
	font-size: 14px;
	max-width: 90%;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d8d8d8;
}
#quotemodal-first .quote-form,
#quotemodal .quote-form{
	padding: 20px;
	background: #fff;
	border-top: 4px solid #faa61a;
}
#quotemodal-first .align-center,
#quotemodal .align-center{
	width: 247px;
	margin: 0 auto;
	display: block;
}
#quotemodal-first .t-holder,
#quotemodal .t-holder{
	width: 100%;
	height: 52px;
	padding: 16px;
	margin: 0 0 10px;
	overflow: hidden;
	background: #f1f1f1;
}
#quotemodal-first .t-holder img,
#quotemodal .t-holder img{
	margin: 0 10px 0 0;
	float: left;
}
#quotemodal-first .t-holder input[type="text"],
#quotemodal-first .t-holder input[type="tel"],
#quotemodal-first .t-holder input[type="email"],
#quotemodal .t-holder input[type="text"],
#quotemodal .t-holder input[type="tel"],
#quotemodal .t-holder input[type="email"]{
	border: 0;
	width: 83%;
	color: #666;
	float: left;
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
#quotemodal-first button,
#quotemodal button{
	width: 170px;
	color: #fff;
	padding: 14px;
	display: block;
	cursor: pointer;
	margin: 20px auto ;
	border-radius: 5px;
	background: #14b866;
}


.pagination{
	padding: 20px 0;
}
.pagination ul{
	padding: 0;
	margin: 0;
	list-style:  none;
}
.pagination ul li{
	color: #faa61a;
	position: relative;
	font-size: 15px;
	margin: 0 20px 0 0;
	display: inline-block;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}

.pagination ul li:after{
	top: 1px;
	left: -15px;
	font-size: 16px;
	content: ">";
	color: #000;
	position: absolute;
}
.pagination ul li:first-child:after{
	display: none;
}
.pagination ul li a{
	color: #000;
	font-size: 15px;
	display: inline-block;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
.pagination ul li a:hover{
	color: #faa61a;
}

.faq-banner{
	padding: 50px 0;
	overflow: hidden;
	margin: 0 0 10px;
	background: #faa61a;
}
.faq-banner .left-faq{
	float: left;
	width: 400px;
	text-align: center;
}
.faq-banner .left-faq h2{
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.faq-banner .left-faq p{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	font-family:"Open Sans";
}
.faq-banner .right-faq{
	float: left;
}
.faqs-tabs .nav-tabs .nav-link{
	color: #000;
	font-size: 17px;
	font-weight: bold;
	background: #ccc;
	border-radius: 0;
	margin: 0 1px;
	padding: 14px 20px;
	font-family:"Open Sans";
}
.faqs-tabs .nav-tabs{
	border: 0;
	margin: 0 0 50px;
}
.faqs-tabs .nav-tabs .nav-item.show .nav-link,
.faqs-tabs .nav-tabs .nav-link.active,
.faqs-tabs .nav-tabs .nav-link:hover{
	color: #faa61a;
	background: #363636;
}
.faqs-tabs h3{
	color: #000;
	display: block;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
}
.faqs-tabs .tab-content p{
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 50px;
	font-family:"Open Sans";
}
.faqs-tabs .card{
	margin: 0 0 30px;
}
.faqs-tabs .card-header{
	padding: 0;
	text-align: left;
}
.faqs-tabs .card-header .btn-link{
	color: #000;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	position: relative;
	font-family:"Open Sans";
	padding: 12px 64px 12px 20px;
}
.faqs-tabs .card-header .btn-link img{
	margin: 0 20px 0 0;
}
.faqs-tabs .card-header .btn-link img.align-right{
	top: -2px;
	right: -2px;
	width: 60px;
	height: 66px;
	content: "";
	margin: 0;
	position: absolute;
}

.terms-holder{
	overflow: hidden;
	padding: 0 0 100px;
}
.terms-holder h2{
	color: #000;
	display: block;
	padding: 30px 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 110px;
	font-family: 'Titillium Web', sans-serif;
}
.terms-holder .left-terms{
	float: left;
	width: 49%;
	border-right: 1px dashed #c0c0c0
}
.terms-holder .left-terms .heading{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.terms-holder .left-terms .block{
	max-width: 86%;
	margin: 0 0 30px;
	border-bottom: 1px solid #e9e9e9;
}
.terms-holder .left-terms .block:last-child,
.terms-holder .right-terms .block:last-child{
	border: 0;
}
.terms-holder .left-terms p{
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 30px;
	font-family:"Open Sans";
}

.terms-holder .right-terms{
	width: 49%;
	float: right;
}
.terms-holder .right-terms .heading{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.terms-holder .right-terms  .block{
	float: right;
	max-width: 86%;
	margin: 0 0 30px;
	border-bottom: 1px solid #e9e9e9;
}
.terms-holder .right-terms p{
	font-size: 15px;
	margin: 0 0 30px;
	line-height: 24px;
	font-family:"Open Sans";
}
.terms-holder .right-terms ul{
	padding: 0;
	list-style: none;
	margin: 0 0 34px;
}
.terms-holder .right-terms ul li{
	display: block;
	margin: 0 0 10px;
}

.help-expert{
	float: right;
	color: #fff;
	font-size: 13px;
	padding: 6px 10px;
	background: #faa61a;
	border-radius: 8px;
}
.help-expert:hover{
	color: #fff;
	background: #14b866;
}
.detail-box.health-insurance .plan-holder .holder-1 ul li .price{
	font-size: 18px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.detail-box.health-insurance .h-holder{
	width: 100%;
	padding: 10px 5px;
	background: #5b5a5a;
}
.detail-box.health-insurance .h-holder strong{
	color: #fff;
	display: block;
	font-size: 19px;
}
.detail-box.health-insurance .h-holder select{
	border: 0;
	color: #fff;
	font-size: 14px;
	background: transparent url(../images/img199.png) no-repeat 100%;
}
.detail-box.car-plan .plan-holder .holder-1 ul li.text-box{
	width: 100%;
}
.detail-box.car-plan .plan-holder .holder-1 ul li.text-box .top-btn{
	padding: 6px 10px;
	text-align: left;
	margin: 0 0 10px;
}
.detail-box.car-plan .plan-holder .holder-1 ul li.text-box .text-area{
	text-align: left;
	padding: 6px 10px;
	background: #efefef;
	overflow: scroll;
	height: 90px;
}
.detail-box.car-plan .plan-holder .holder-1 ul li.text-box .text-area strong{
	color: #000;
	font-size: 23px;
}
.detail-box.car-plan .plan-holder .holder-1 ul li.text-box .text-area p{
	color: #000;
	font-size: 13px;
}

#hospitalModal .modal-dialog{
	max-width: 50%;
}
#hospitalModal .modal-header{
	padding: 0;
	border: 0;
}
#hospitalModal .modal-body{
	padding: 20px 50px;
}
#hospitalModal .modal-body .top-header{
	overflow: hidden;
	width: 100%;
	padding: 0 0 30px;
	border-bottom: 5px solid #faa61a;
}
#hospitalModal .modal-body .top-header img{
	float: left;
	margin: 10px 10px 0 0;
}
#hospitalModal .modal-body .top-header .txt{
	float: left;
}
#hospitalModal .modal-body .top-header .txt span{
	display: block;
	color: #000;
	font-size: 13px;
}
#hospitalModal .modal-body .top-header .txt strong{
	display: block;
	font-size: 25px;
	color: #000;
}
#hospitalModal .modal-body .top-header .search-from{
	float: right;
	width: 250px;
	height: 38px;
	margin: 10px 0 0;
	border-radius: 5px;
	padding: 0 10px;
	border: 1px solid #959595;
}
#hospitalModal .modal-body .top-header .search-from input[type="search"]{
	border:0;
	float: left;
	width: 78%;
	height: 36px;
	padding: 0;
}
#hospitalModal .modal-body .top-header .search-from button{
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
}
#hospitalModal .modal-body .list{
	padding: 0;
	margin: 0;
	list-style: none;
}
#hospitalModal .modal-body .list li{
	overflow: hidden;
	padding: 10px 20px;
	background: #c9e8d9;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#hospitalModal .modal-body .list li .list-holder{
	float: left;
	width: 70%;
}
#hospitalModal .modal-body .list li strong{
	font-size: 24px;
	color: #000;
}
#hospitalModal .modal-body .list li p{
	font-size: 13px;
	color: #000;
	margin: 0;
}
#hospitalModal .modal-body .list li img{
	float: right;
	margin: 10px 5px 0;
}

.health-form:after{
	background: url(../images/img204.png) no-repeat;
}
.health-form em{
	display: block;
	font-style: normal;
}
.main-banner.health-banner{
	background: #272727 url(../images/img203.jpg) no-repeat 0 100%;
}
.mapouter{
	display: none;
}
#hospitalModal a:hover .mapouter{
	display: block;
}
.modal-header .close{
	margin: 0;
	opacity: 1;
	padding: 0;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 18px;
	border-radius: 50%;
	background: #f90426;
	margin: -10px -10px 0 0;
}


#labModal .modal-dialog{
	max-width: 800px;
	margin: 30px auto;
	background: #ebebeb;
}
#labModal .modal-body{
	padding: 50px 50px;	
	background: #ebebeb;
}
#labModal .modal-body strong{
	color: #000;
	display: block;
	font-size: 25px;
	margin: 0 0 20px;
	text-align: center;
}
#labModal .modal-header{
	padding: 0;
	border: 0;
	background: #ebebeb;
}
#labModal p{
	color: #000;
	font-size: 13px;
	padding: 0 0 20px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
}
#labModal .lab-holder{
	background: #fff;
	overflow: hidden;
	padding: 24px 30px;
	border-radius: 0 0 20px 20px;
	border-top: 5px solid #faa61a;
}
#labModal .lab-holder form{
	float: right;
	width: 330px;
}
#labModal .lab-holder form .lab-text{
	width: 100%;
	height: 52px;
	padding: 15px;
	margin: 0 0 6px;
	background: #f1f1f1
}
#labModal .lab-holder form .lab-text img{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#labModal .lab-holder form .lab-text input[type="text"]{
	border: 0;
	width: 80%;
	padding: 0;
	height: auto;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
}
#labModal .lab-holder form button{
	color: #fff;
	width: 170px;
	padding: 12px;
	display: block;
	font-size: 17px;
	cursor: pointer;
	margin: 20px auto;
	border-radius: 6px;
	background: #14b866;
}
#labModal .lab-holder form button:hover{
	background: #107744;	
}

#regForm .select-2 select{
	width: 40%;
	color: #a3a3a3;
	margin: 16px 5px 0;
	display: inline-block;
}

.detail-box .f-heading{
	width: 100%;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 22px;
	background: #faa61a;
	margin: -20px 0 26px -20px;
}
.detail-box .f-heading img{
	margin: 0 10px 0 0;
}
.detail-box .left-list{
	float: left;
	width: 60%;
}
.detail-box .right-box{
	float: right;
	width: 200px;
	padding: 26px 8px;
	text-align: center;
	border-left: 1px solid #000;
}
.detail-box .right-box span{
	color: #000;
	display: block;
	font-size: 15px;
	margin: 0 0 6px;
}
.detail-box .right-box a{
	color: #14b866;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
}
#compareModal-1 .modal-content{
	background: #333;
}
#compareModal-1 .panel-default > .panel-heading{
	border-color: transparent;
	background-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
	background: transparent;
	border: 0;
}
#compareModal-1 .modal-dialog{
	max-width: 98%;
}
#compareModal-1 .modal-header{
	border: 0;
}

#compareModal-1 .column-holder{
	display: flex;
}
#compareModal-1 .column-holder .column{
	display: inline-block;
	width: 25%;
	margin: 0 1px;
	padding: 10px;
	position: relative;
	border-radius: 10px;
	background: #e7e7e7;
}
#compareModal-1 .column-holder .column .fa-times-circle{
	top: -3px;
	right: 0;
	font-size: 16px;
	content: "";
	color: red;
	position: absolute;
}
#compareModal-1 .column-holder .column:first-child{
	background: none;
	border-radius: 0;
	background: #fbd089;
	border-radius: 10px;
	border: 1px solid #959595;
}
#compareModal-1 .column-holder .column:nth-child(3){
	background: #c7eafb;
}
#compareModal-1 .column-holder .column:nth-child(4){
	background: #e9e5c3;
}
#compareModal-1 .column .top-box{
	padding: 10px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #959595;
}
#compareModal-1 .column .top-box .left{
	float: left;
	width: 50%;
	text-align: center;
}
#compareModal-1 .column .top-box .left img{
	margin: 0 0 5px;
	display: inline-block;
}
#compareModal-1 .column .top-box .left span{
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#compareModal-1 .column .top-box .right{
	float: right;
	width: 50%;
	height: 92px;
	padding: 0 10px;
	text-align: center;
	background: #353535;
	border-radius: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#compareModal-1 .column .top-box .right span{
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#compareModal-1 .column .btn-box{
	overflow: hidden;
	text-align: center;
	padding: 16px 0 58px;
}
#compareModal-1 .column .btn-box button{
	color: #fff;
	margin: 0 3px;
	font-size: 13px;
	cursor: pointer;
	padding: 8px 20px;
	border-radius: 8px;
	vertical-align: top;
	background: #14b866;
	display: inline-block;
}
#compareModal-1 .column .btn-box button i{
	color: #353535;
	font-size: 16px;
	margin: 0 4px 0 0;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#compareModal-1 .column .btn-box button:hover{
	background: #353535;
}
#compareModal-1 .column .btn-box button:hover i{
	color: #14b866;
}
#compareModal-1 .column .btn-box button:nth-child(2){
	background: #353535;
}
#compareModal-1 .column .btn-box button:nth-child(2) i{
	color: #14b866;
}
#compareModal-1 .column .btn-box button:nth-child(2):hover{
	background: #14b866;
}
#compareModal-1 .column .btn-box button:nth-child(2):hover i{
	color: #353535;
}
#compareModal-1 .column .column-box{
	width: 100%;
	padding: 20px 10px;
	margin: 0 0 2px;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.5);
}
#compareModal-1 .column .column-box span{
	display: block;
	font-size: 16px;
	color: #000;
	width: 100%;
	margin: 0 0 16px;
	font-weight: bold;
}
#compareModal-1 .column .column-box p{
	margin: 0;
	color: #000;
	line-height: 1;
	display: block;
	max-width: 100%;
	font-size: 14px;
	overflow: hidden;
}
#compareModal-1 .column .box-frame{
	margin: 0 0 72px;
}

#compareModal-1 .panel-title>a{
	border: 0;
	height: 56px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 14px 0 0;
	position: relative;
	background: #14b866;
	color: #fff !important;
	border-radius: 20px 20px 0 0;
	font-family: 'Titillium Web', sans-serif;

}
#compareModal-1 .panel-title>a:active{
	display:block;
	padding:15px;
	text-decoration:none;
}
#compareModal-1 .panel-heading  a:before {
	top: 15px;
	right: 10px;
	width: 19px;
	height: 19px;
	content: "";
	float: right;
	position: absolute;
	transition: all 0.5s;
	background: url(../images/img107.png) no-repeat 98%;
}
#compareModal-1 .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
#compareModal-1 .c-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
#compareModal-1 .c-list li{
	width: 94%;
	color: #fff;
	height: 95px;
	display: flex;
	margin: 1px 0 0;
	font-size: 15px;
	padding: 10px 22px; 
	position: relative;
	background: #5b5b5b;
	align-items: center;
	justify-content: left;
	font-family: 'Titillium Web', sans-serif;
}
#compareModal-1 .c-list li:after{
	top: 0;
	right: -14px;
	width: 32px;
	height: 95px;
	content: "";
	position: absolute;
	background: url(../images/img209.png) no-repeat;
}

.coprate{
	background: url(../images/corporate/img1.jpg) no-repeat;
	background-size: cover;
}
.coprate .car-holder{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.coprate .left-text{
	width: 56%;
	text-align: center;
}
.coprate .left-text h1{
	font-size: 50px;
	color: #faa61a;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 40px;
	font-family: 'Titillium Web', sans-serif;
}
.coprate .left-text h1 span{
	font-size: 44px;
	color: #fff;
}
.coprate .left-text p{
	color: #fff;
	font-size: 14px;
}
.coprate .form-holder{
	width: 40%;
	padding: 50px;
}
.coprate .form-holder span{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 0 -20px;
	background: #faa61a;
	border-radius: 20px;
	padding: 10px 20px 40px;
}
.coprate .form-holder form{
	padding: 20px;
	background: #fff;
	position: relative;
	border-radius: 10px;
}
.coprate .form-holder form label {
  width: 80%;
  display: inline-block;
  background: #ddd;
  color: #5e5e5e;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 -15px;
  padding: 6px 10px 20px 20px;
  border-radius: 40px 40px 15px 15px;
}
.coprate .form-holder form .form-box{
	margin: 0 0 14px;
}
.coprate .form-holder form input[type="text"],
.coprate .form-holder form input[type="tel"],
.coprate .form-holder form input[type="number"],
.coprate .form-holder form input[type="email"],
.coprate .form-holder form select {
  padding: 10px;
  width: 100%;
  font-size: 15px;
  background: #fff;
  font-family: 'Open Sans';
  border-radius: 10px;
  border: 1px solid #aaaaaa;
}
.coprate .form-holder form select{
	background: #fff url(../images/img56.png) no-repeat 96% 18px;
}
.coprate .form-holder form input[type="number"]{
	background: #fff url(../images/img34.png) no-repeat 96% 13px;
}
.coprate .form-holder form input[type="number"]::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.coprate .form-holder form input[type="number"] {
  -moz-appearance: textfield;
}
.coprate .form-holder form button {
  width: 100%;
  color: #fff;
  padding: 14px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #faa61a;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 10px;
  font-family: 'Titillium Web', sans-serif;
  background-image: -moz-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
  background-image: -webkit-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
  background-image: -ms-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
}

.employee-section{
	padding: 70px 0;
	background: #fff;
}
.employee-section .employee-columns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.employee-section .employee-columns .column{
	width: 33.3%;
	margin: 0 0 30px;
	padding: 0 10px;
}
.employee-section .employee-columns .column img{
	display: block;
	margin: 0 auto 20px;
}
.employee-section .employee-columns .column span{
	width: 100%;
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.employee-section .free-quote{
	width: 250px;
	color: #fff;
	display: block;
	padding: 14px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #faa61a;
	cursor: pointer;
	margin: 20px auto 0;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	background-image: -moz-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
}

.why-section{
	padding: 60px 0;
	text-align: center;
	background: url(../images/img36.png) no-repeat;
	background-size: cover;
}
.why-section h1{
	color: #000;
	font-size: 32px;
	max-width: 440px;
	font-weight: 700;
	position: relative;
	text-align: center;
	margin: 0 auto 50px;
	font-family: 'Titillium Web', sans-serif;
}
.why-section h1:after{
	left: 0;
	right: 0;
	content: "";
	width: 91px;
	height: 15px;
	bottom: -30px;
	margin: 0 auto;
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.why-section p{
	color: #000;
	max-width: 66%;
	font-size: 15px;
	margin: 0 auto 40px;
}
.why-section .get-free{
	width: 250px;
	color: #fff;
	display: block;
	padding: 14px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #faa61a;
	cursor: pointer;
	margin: 20px auto 0;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	background-image: -moz-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(159,99,0) 0%, rgb(205,133,13) 42%, rgb(250,166,26) 100%);
}

.vehicles{
	background: url(../images/corporate/img8.jpg) no-repeat;
	background-size: cover;
}
.vehicles .left-text{
	text-align: left;
}
.vehicles .left-text p{
	margin: 0;
	max-width: 66%;
	font-size: 16px;
}
.vehicles .left-text h1{
	margin: 0 0 20px;
}

.type-secion{
	padding: 60px 0;
}
.type-secion h2{
	color: #000;
	font-size: 32px;
	max-width: 440px;
	font-weight: 700;
	position: relative;
	text-align: center;
	margin: 0 auto 60px;
	font-family: 'Titillium Web', sans-serif;
}
.type-secion h2:after{
	left: 0;
	right: 0;
	content: "";
	width: 91px;
	height: 15px;
	bottom: -30px;
	margin: 0 auto;
	position: absolute;
	background: url(../images/bg-border.png) no-repeat;
}
.type-secion .type-columns{
	padding: 60px 0;
	position: relative;
}
.type-secion .type-columns:after{
	right: 0;
	bottom: 0;
	top: 30px;
	width: 60%;
	content: "";
	position: absolute;
	background: #000;
}
.type-secion .type-columns .container{
	display: flex;
	flex-wrap: wrap;
}
.type-secion .type-columns .column{
	width: 50%;
	z-index: 9;
	position: relative;
}
.type-secion .type-columns .column:last-child{
	padding: 0 0 0 20px;
}
.type-secion .type-columns .column img{
	 display: block;
	 width: 100%;
}
.type-secion .type-columns .column strong{
	color: #fff;
	display: block;
	font-size: 21px;
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
}
.type-secion .type-columns .column p{
	color: #fff;
	display: block;
	max-width: 82%;
	font-size: 18px;
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
}

.iti__flag-box, .iti__country-name{
    font-size: 12px !important;
}
.iti__dial-code{
    font-size: 14px !important;
}



@media only screen and ( max-width: 1199px ){
	#header .navbar-nav .nav-item{
		margin: 0 !important;
	}
	.main-banner:after{
		width: 430px;
		height: 400px;
	}
	.choose .img-holder img {
		margin: 68px 0 0 -30px;
	}
	#slider h2{
		width: 100%;
	}
	#slider p{
		font-size: 18px;
		line-height: 24px;
	}
	.get-insured .heading-area{
		width: 45%;
	}
	.get-insured img{
		bottom: -174px;
	}
	.testimonials .top-holder h5{
		font-size: 15px;
	}
	.testimonials .top-holder .cust-img{
		width: 100px;
		height: 100px;
	}
	.testimonials .top-holder:before{
		width: 100%;
		background-size: 100% 100%;
	}
	.car-type .type-box h2 {
		font-size: 20px;
	}
	.content-holder .left-bar{
		width: 250px;
	}
	.plan-holder .More-Detail .tab-content>.active{
		padding: 20px 10px;
	}
	.detail-box .plan-holder .holder-1 ul li .price{
		font-size: 16px;
	}
	.detail-box .plan-holder .holder-1 ul li.last{
		padding: 2px 8px;
	}
	.detail-box .plan-holder .holder-1{
		padding: 0 10px;
	}
	.detail-box .plan-holder .holder-1 .img-box{
		width: 115px;
	}
	.detail-box .plan-holder .holder-1 ul{
		width: 81%;
		float: right;
	}
	.detail-box .plan-holder .holder-1 ul li{
		padding: 15px 10px;
	}
	.car-loans p{
		width: 96%;
	}
	.car-loans{
		background-size: 100% 100%;
	}
	#compare-modal .modal-dialog{
		padding: 0 46px;
	}
	#compare-modal button.close{
		right: -54px;
	}
	#compare-modal .modal-body .point-list li{
		width: 24%;
	}
	.detail-box.bank-plan .plan-holder .holder-1 ul li:last-child{
		width: 27%;
	}
	.detail-box.bank-plan .plan-holder .holder-1 ul li{
		width: 25%;
	}
	.detail-box.bank-plan .plan-holder .holder-1 ul li .top-btn{
		font-size: 13px;
	}
	.card-holder .text-box strong{
		font-size: 14px;
		width: 100px;
	}
	.card-holder .credit-card{
		width: 63%;
	}
	.card-holder .credit-card li{
		width: 32%;
	}
	.card-holder .credit-card li .top-btn{
		font-size: 13px;
	}
	.right-form{
		width: 260px;
	}
	.detail-box.car-plan .b-text{
		font-size: 22px;
	}
	.main-banner .car-tabs .nav-tabs .nav-link{
		font-size: 14px;
	}

	.contact-holder .left-contact{
		width: 57%;
	}
	.contact-holder .contact-form input[type="text"],
	.contact-holder .contact-form input[type="email"],
	.contact-holder .contact-form textarea,
	.contact-holder .contact-form label{
		float: none;
		width: 100%;
		display: block;
		margin: 0 0 8px;
	}
	.car-inner .car-holder .select-holder select{
		width: 79%;
		font-size: 12px;
	}
	#datepicker .form-control, #datepicker2 .form-control{
		width: 76% !important;
		font-size: 13px;
	}
	.faqs-tabs .nav-tabs .nav-link{
		font-size: 14px;
		padding: 14px 15px;
	}
	#hospitalModal .modal-dialog{
		max-width: 80%;
	}
	.detail-box.health-insurance .plan-holder .holder-1 ul li .top-btn{
		padding: 6px 15px;
	}
	.detail-box.health-insurance .h-holder strong{
		font-size: 18px;
	}
	.detail-box.health-insurance .h-holder{
		padding: 25px 5px;
	}
	.detail-box.car-plan .b-text em{
		font-size: 16px;
	}
	.detail-box.car-plan .plan-holder .holder-1 ul li.text-box{
		width: 100% !important;
	}
	#compareModal-1 .column .btn-box button{
		padding: 8px 10px;
	}
	#compareModal-1 .column .column-box p{
		font-size: 12px;
	}
	#compareModal-1 .column .top-box .right{
		width: 42%;
	}
	#compareModal-1 .column .top-box .right span{
		font-size: 12px;
	}
	#compareModal-1 .panel-title > a{
		font-size: 14px;
	}
	.coprate .form-holder{
		padding: 20px;
	}
	.coprate .left-text h1{
		font-size: 44px;
	}
	.tab{
	    widtH: 77%;
	}
	.car-inner .car-holder .car-column{
	    width: 38%;
	}
	.car-inner .car-holder .form-holder.travel{
	    width: 61%;
	}
	.car-inner .car-holder h1{
	    font-size: 56px;
	}
	.middle .box span{
	    padding: 0 10px;
	}
	.car-inner .car-holder.travel_{
	    margin: 0;
	}
}

@media only screen and ( max-width: 991px ){
    
	#header .logo{
		width: 210px;
	}
	#header .navbar-nav .nav-link{
		font-size: 16px;
		padding: 30px 10px;
	}
	#header .navbar-nav .nav-item{
		margin: 0 0 0 20px;
	}
	.main-banner:after{
		display: none;
	}
	.choose .img-holder{
		display: none;
	}
	#slider h2{
		font-size: 25px;
		margin: 0 0 30px;
	}
	#slider p{
		font-size: 14px;
		line-height: 18px;
	}
	.get-insured .heading-area{
		width: 60%;
	}
	.get-insured img{
		bottom: 0;
		display: none;
		margin: 0 0 30px;
	}
	.get-insured .box.box-1{
		margin: 0;
	}
	.get-insured .box{
		min-height: 190px;
		margin: 0 0 30px !important;;
	}
	.get-insured .center{
		display: none;
	}
	.footer-services{
		margin: 0 0 40px;
	}
	.footer-bottom{
		text-align: center;
	}
	.footer-bottom .copyrights{
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.footer-bottom .footer-bottom-list ul{
		float: none;
		width: 100%;
	}
	.info-list ul li{
		margin: 0 0 20px;
	}
	.info-list ul li a{
		font-size: 14px;
	}
	.info-list ul li{
		width: 17%;
	}
	.car-form{
		width: 100%;
	}
	.car-form .left-col{
	    width: 100%;
	    margin: 0 0 30px;
	}
	.car-form .left-col img{
	    width: 270px;
	}
	#regForm{
		width: 100%;
	}
	.car-form:after{
		display: none;
	}
	.guide-holder{
		margin: 0;
		padding: 40px 15px;
	}
	.car-type{
		height: auto;
	}
	.guide-holder .accordion-holder{
		width: 80%;
	}
	.car-type .type-box{
		margin: 0 0 20px;
	}
	.plan-list{
		width: 100%;
	}
	.plan-list {
		width: 100%;
	}
	.plan-list li{
		width: 22%;
	}
	.car-block h1{
		font-weight: 48px;
	}
	.car-block p{
		font-size: 16px;
	}
	.car-tabs{
		width: 100%;
	}
	.car-tabs .tab-content{
		padding: 30px 10px;
	}
	.car-tabs .finance-form select{
		font-size: 12px;
	}
	.content-holder .left-bar,
	.right-content{
		width: 100%;
	}
	.detail-box .plan-holder .holder-1{
		padding: 0;
	}
	.detail-box .plan-holder .holder-1 ul li .top-btn{
		font-size: 14px;
	}
	.detail-box .plan-holder .holder-1 ul li .price{
		font-size: 14px;
	}
	.detail-box .plan-holder .holder-1{
		display: flex;
	}
	.detail-box .plan-holder .holder-1 ul{
		width: 82%;
	}
	.card-header .btn-link{
		width: 100%;
	}
	.bottom-bar .bottom-logo li{
		width: 26%;
	}
	#compare-modal .modal-header .logo-list li{
		width: 24%;
	}
	#compare-modal .modal-header{
		padding: 20px 10px;
	}
	#compare-modal .modal-dialog{
		padding: 0 20px;
	}
	#compare-modal .modal-header .logo-list li:after{
		height: 100%;
	}
	#compare-modal .modal-header .logo-list li .left-box{
		margin: 0 0 10px;
	}
	#compare-modal .modal-body .point-list li a{
		padding: 10px;
	}
	#compare-modal .modal-body .point-list li{
		width: 21%;
	}
	#enquire-modal .detail-box .plan-holder .holder-1 ul{
		width: 100%;
	}
	#enquire-modal .detail-box .plan-holder .holder-1 ul li{
		width: 24%;
	}
	#enquire-modal .modal-dialog{
		width: 96%;
	}
	.detail-section .left-content{
		width: 66%;
	}
	.right-form{
		width: 220px;
	}
	.right-form input[type="text"],
	.right-form input[type="tel"],
	.right-form input[type="email"],
	.right-form select{
		padding: 5px 30px 5px 8px;
	}
	.card-holder .text-box strong{
		font-size: 16px;
		width: 150px;
	}
	.card-holder .cardimg-box{
		width: 100%;
		margin: 0 0 20px;
	}
	.card-holder .credit-card{
		width: 100%;
	}
	.left-content .heading-box .bottom-box p br{
		display: none;
	}
	#navbar li{
		margin: 0;
	}
	#navbar li a{
		padding: 20px 14px;
	}
	.section-block .list li .left,
	.section-block .list li .right{
		font-size: 14px;
	}
	#section4::after{
		width: 114px;
		height: 170px;
		top: auto;
		bottom: 22px;
		right: 12px;
		background-size: 100% 100%
	}
	.detail-box .plan-holder .holder-1{
		display: block;
		width: 100%;
	}
	.detail-box.car-plan .b-text{
		width: 50%;
	}
	.car-plan .three-columns .column{
		width: 30%;
		min-height: 53px;
	}
	.main-banner .car-tabs .nav-tabs .nav-link{
		min-height: 130px;
	}
	.car-tabs .finance-form select{
		padding: 5px 20px 5px 0;
	}
	#side-nav{
		top: 30px;
	}
	.contact-holder .address-holder .phone a, .contact-holder .address-holder .email a{
		font-size: 17px;
	}
	.contact-holder .address-holder{
		width: 290px;
	}
	.contact-holder .left-contact{
		width: 49%;
		padding: 20px;
	}
	.main-banner.contact-us{
		min-height: 170px;
	}
	.block-holder .block,
	.block-holder .block.right{
		margin: 20px 0;
	}
	.car-inner .car-holder .select-holder img{
		width: 26px;
		height: auto;
	}
	.car-inner .car-holder .select-holder select{
		width: 80%;
		height: 40px;
		background: url(../images/img56.png) no-repeat 96% 17px;
	}
	#datepicker img, #datepicker2 img{
		width: 26px;
		height: auto;
	}
	#datepicker, #datepicker2{
		height: 42px;
	}
	#datepicker .form-control, #datepicker2 .form-control{
		height: 40px;
	}
	.car-loans{
		padding: 220px 0 180px;
	}
	.faqs-tabs .nav-tabs .nav-link{
		font-size: 11px;
		padding: 9px;
	}
	.faqs-tabs .card-header .btn-link{
		font-size: 17px;
	}
	.detail-box.car-plan .b-text{
		font-size: 14px;
	}
	#labModal .modal-dialog{
		width: 90%;
	}
	#labModal .modal-body{
		padding: 50px 20px;
	}
	#labModal .lab-holder img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#labModal .lab-holder form{
		width: 100%;
	}
	.car-inner .car-holder form .row-holder{
	    width: 48.7%;
	}
	.why-section p{
		max-width: 100%;
	}
	.employee-section .employee-columns .column img{
		width: 100%;
		padding: 20px;
	}
	.coprate .left-text h1,
	.coprate .left-text h1 span{
		font-size: 36px;
	}
	.coprate .form-holder span{
		display: block;
		margin: 0 0 -30px;
	}
	.coprate .form-holder{
		padding: 0;
	}
	.coprate .car-holder{
		padding: 0 0 20px;
	}
	.car-inner .car-holder .car-column,
	.car-inner .car-holder .form-holder.travel{
	    width: 100%;
	}
	.car-inner .car-holder .form-holder.travel .row-holder{
	    width: 100%;
	}
}

@media only screen and ( max-width: 767px ){
    #header{
        padding: 10px 0;
    }
    #header .logo{
        margin: 0;
    }
	.main-banner .info-area{
		margin: 0 0 20px;
	}
	.main-banner .info-area ul li{
		margin:  0 0 0 10px;
	}
	.main-banner .info-area ul li a,
	.main-banner .info-area ul li:last-child a{
		font-size: 14px;
		line-height: 20px;
	}
	.main-banner .info-area ul li img{
		margin: -7px 4px 0 0;
	}
	.main-banner .banner-text{
		float: none;
		width: 100%;
	}
	.main-banner .banner-text h1{
		font-size: 38px;
		line-height: 40px;
	}
	.main-banner .banner-text p{
		font-size: 14px;
		margin: 0 0 36px;
	}
	.main-banner .banner-text h1 span{
		display: block;
	}
	.main-banner .list li{
		width: 22%;
	}
	.main-banner{
		min-height: inherit;
	}
	.companies h1{
		font-size: 20px;
	}
	.companies .companies-list li{
		width: 24px;
	}
	.companies .companies-list li span{
		font-size: 11px;
		line-height: 13px;
	}
	.companies .companies-list li{
		width: 25%;
	}
	.choose{
		padding: 40px 0;
		background: #414141;
	}
	.companies,
	.get-insured{
		padding: 40px 0;
		margin: 0;
	}
	.choose .left-text:after{
		display: none;
	}
	.choose .left-text{
		padding: 0;
	}
	.choose .heading{
		font-size: 30px;
	}
	.choose .sub-heading {
		font-size: 42px;
		line-height: 50px;
		margin: 0 0 20px;
	}
	.choose p{
		margin: 0 0 20px;

	}
	.get-insured .heading-area{
		width: 80%;
	}
	.get-insured .heading-area h1{
		font-size: 26px;
	}
	.news-letter{
		padding: 30px 0;
	}
	.news-letter input[type="search"]{
		width: 72%;
		font-size: 12px;
	}
	.news-letter input[type="submit"]{
		width: 78px;
	}
	.news-letter .letter{
		width: 100%;
	}
	.news-letter label{
		margin: 0 0 14px;
	}
	.info-list ul li{
		width: 22%;
	}
	.info-list ul li a{
		font-size: 15px;
	}
	#footer p{
		margin: 0 0 20px;
	}
	#footer .footer-list{
		margin:  0 0 16px;
	}
	#footer{
		padding: 40px 0;
	}
	.testimonials h1{
		font-size: 26px;
		margin:  0 0 60px;
	}
	#footer .footer-logo{
		width: 250px;
	}
	#header .navbar{
		float: none;
		width: 100%;
		padding: 0;
	}
	.navbar-toggler{
		top: -32px;
		right: 0;
		position: absolute;
	}
	#header .navbar-nav .nav-link:before{
		display: none;
	}
	#header .navbar-nav .nav-item{
		margin: 0 0 10px;
	}
	#header .navbar-nav{
		width: 100%;
		padding: 30px 0 0;
		text-align: center;
	}
	#header .navbar-nav .nav-link{
		padding: 10px;
	}
	#header .navbar-nav .nav-item.active .nav-link,
	#header .navbar-nav .nav-link:hover{
		color: #fff;
		border-radius: 6px;
		background: #14b866;
	}
	#header .navbar-nav .nav-item{
		margin: 0;
	}
	.main-banner.inner{
		padding: 20px 0 60px;
	}
	.car-form{
		width: 100%;
		height: auto;
		padding: 0;
		overflow: hidden;
	}
	.car-form h1{
		font-size: 21px;
	}
	.step{
		/*width: 30px;*/
		/*height: 30px;*/
		/*font-size: 14px;*/
		/*line-height: 28px;*/
		margin: 0 84px 0 0;
	}
	.step::after{
	    width: 100px;
	    height: 3px;
	    left; 100%;
	    top: 50%;
	    left: 100%;
	}
	.tab{
	    width: 97%;
	}
	#regForm .tabs-ul{
	    width: 180px;
	    height: 58px;
	    padding: 10px 0;
	    display: block;
	     margin: 0 auto 20px;
	    border-radius: 40px;
	}
	#regForm select, #regForm input[type="text"]{
		width: 100%;
	}
	.car-type{
		padding: 30px 0;
	}
	.car-type .type-box{
		margin: 0 0 20px;
	}
	.guide-holder .accordion-holder{
		width: 100%;
	}
	.car-patner .heading-area{
		width: 80%;
	}
	.car-patner .partner-list li{
		margin: 0 4px 10px;
	}
	.car-tabs .nav-tabs .nav-item{
		width: 130px;
		height: auto;
		margin: 0 2px 0 0;
	}
	.car-tabs .nav-tabs .nav-link{
		font-size: 16px;
		padding: 14px 10px;
	}
	.car-block h1{
		font-size: 32px;
	}
	.car-block p{
		margin: 0 0 30px;
	}
	.car-tabs .tab-content{
		padding: 20px 10px;
	}
	.car-tabs .finance-form .row-holder{
		width: 48%;
		margin: 0 6px 6px -1px;
	}
	.partners-list li{
		margin: 0 6px;
	}
	.main-banner.plan {
		padding: 12px 0;
	}
	.plan-list{
		text-align: center;
	}
	.plan-list li{
		width: 47%;
		float: none;
		height:auto;
		margin: 0 2px 10px;
		display: inline-block;
	}
	.plan-list li .top,
	.plan-list li .bottom{
		font-size: 16px;
	}
	.plan-list li:after{
		display: none;
	}
	.right-content .heading-area h1{
		font-size: 22px;
		float: none;
		display: block;
	}
	.right-content .heading-area .promo-form{
		float: none;
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	.plan-holder .card{
		width: 100%;
	}
	.right-content .detail-box .download-quote{
		margin: 0 0 20px;
	}
	.detail-box .plan-holder .holder-1{
		display: block;
	}
	.detail-box .plan-holder .holder-1 .img-box{
		width: 100%;
		margin: 0 0 14px;
	}
	.detail-box .plan-holder .holder-1 ul{
		width: 100%;
	}
	.detail-box .plan-holder .holder-1 ul li{
		padding: 20px;
		width: 45%;
		margin: 0 0 14px;
		border: 1px solid #dfdfdf;
	}
	.plan-holder .More-Detail .tab-list li{
		width: 100%;
	}
	.plan-holder .More-Detail .nav-tabs .nav-link{
		font-size: 12px;
		font-weight: bold;
	}
	.bottom-bar .bottom-logo{
		width: 100%;
	}
	.bottom-bar{
		padding: 20px 10px;
	}
	.bottom-bar .bottom-logo li{
		width: 32%;
		margin: 0 ;
		border: 0;
	}
	.bottom-bar .bottom-logo li img{
		margin: 0 0 10px;
	}
	.bottom-bar .bottom-logo li span{
		width: 100%;
		font-size: 13px;
	}
	#compare-modal .modal-dialog{
		padding: 0;
		width: 92%;
		margin: 20px auto;
	}
	#compare-modal .modal-header .logo-list li .right-box{
		width: 86%;
		margin: 0 auto;
	}
	#compare-modal .modal-header{
		margin: 0 0 20px;
	}
	#compare-modal .modal-body .point-list li:first-child{
		width: 90px;
	}
	.detail-box .plan-holder{
		margin: 0;
	}
	.detail-box.bank-plan .plan-holder .holder-1 ul{
		width: 100%;
	}
	.detail-box.bank-plan .plan-holder .holder-1 ul li:first-child,
	.detail-box.bank-plan .plan-holder .holder-1 ul li{
		width: 47%;
		min-height: 47px;
	}
	.detail-box.bank-plan .plan-holder .holder-1 ul li:last-child{
		width: 54%;
	}

	.padding-right{
		padding-right: auto;
	}
	.padding-left{
		padding-left: auto;
	}
	.initial-payment ul li strong{
		font-size: 16px;
	}
	.initial-payment ul li span{
		font-size: 13px;
	}
	#enquire-modal .detail-box .plan-holder .holder-1 ul li{
		padding: 20px 10px;
	}
	#enquire-modal .detail-box .plan-holder .holder-1 ul li{
		width: 48%;
	}
	#enquire-modal .form-holder .form-box input[type="text"],
	#enquire-modal .form-holder .form-box input[type="email"],
	#enquire-modal .form-holder .form-box select{
		width: 88%;
	}
	.card-holder .cardimg-box{
		width: 100%;
		margin: 0 0 20px;
	}
	.card-holder .text-box strong{
		font-size: 16px;
		width: 150px;
	}
	.card-holder .credit-card{
		width: 100%;
	}
	.card-holder .credit-card{
		text-align: center;
	}
	.card-holder .credit-card li{
		width: 49%;
		margin: 0 0 14px;
	}
	.right-form{
		margin: 0 0 20px;
		width: 100%;
	}
	.detail-section .left-content{
		width: 100%;
	}
	#navbar li a{
		padding: 10px;
		font-size: 12px;
	}
	.section-block .list{
		padding: 20px 10px;
	}
	.section-block .list li .left, .section-block .list li .right{
		font-size: 12px;
	}
	.section-block{
		padding: 20px 0 0;
	}
	#section4::after{
		display: none;
	}
	.detail-section{
		padding: 40px 0;
	}
	#header .navbar-nav .nav-item{
		display: block;
	}
	.navbar-light .navbar-toggler{
		background: transparent;
		border: 0;
	}
	.navbar-light .navbar-toggler-icon{
		background: url(../images/menu_icon.png) no-repeat;
		background-size: 100% 100%;
	}
	.navbar-toggler{
		padding: 0;
		top: -40px;
	}#header .navbar-nav .nav-link:last-child,
	#header .navbar-nav .nav-link{
	    border: 0;
	}
	.detail-box.bank-plan .plan-holder .holder-1 ul li:last-child{
		width: 47%;
	}
	.car-plan .three-columns .column{
		width: 50%;
		margin: 0 0 10px;
	}
	.car-plan .three-columns{
		display: block;
		width: 100%;
	}
	.contact-holder .left-contact{
		width: 100%;
		margin: 0 0 30px;
	}
	.contact-holder .address-holder{
		width: 100%;
		float: left;
	
	}
	.three-columns{
		padding: 60px 0 40px;
	}
	.three-columns .column{
		margin: 0 0 20px;
	}
	.slick-prev{
		left: 0 !important;
	}

	.slick-next{
		right: 0 !important;
	}
	.car-inner .car-holder{
		margin: 20px 0 0;
	}
	.car-inner .car-holder h1{
		font-size: 36px;
	}
	.car-inner .car-holder p{
		font-size: 15px;
		margin: 0 0 20px;
	}
	.car-inner .car-holder .form-holder{
		padding: 20px;
	}
	.car-inner .car-holder form{
		padding: 20px 10px;
	}
	.car-inner .car-holder .select-holder{
		width: 49%;
	}
	#datepicker, #datepicker2{
		width: 49%;
	}
	.partners-list.car-list li{
		width: 27%;
	}
	.partners-list.car-list li span{
		font-size: 15px;
	}
	#quotemodal .align-center{
		margin: 0 auto 20px;
	}
	.faq-banner .left-faq{
		width: 100%;
	}
	.faq-banner .left-faq h2{
		font-size: 32px;
	}
	.faq-banner .left-faq p{
		font-size: 14px;
	}
	.faqs-tabs .nav-tabs .nav-link{
		font-size: 12px;
	}
	.faqs-tabs .nav-tabs .nav-item{
		margin: 0 2px 5px;
	}
	.faqs-tabs .card-header .btn-link img{
		margin: 0 10px 0 0;
	}
	.terms-holder .left-terms,
	.terms-holder .right-terms,
	.terms-holder .left-terms .block,
	.terms-holder .right-terms .block{
		width: 100%;
		float: left;
		border-right: 0;
	}
	.contact-heading{
		font-size: 32px;
	}
	.terms-holder h2{
		font-size: 30px;
		margin: 0 0 30px;
	}
	.detail-box.car-plan .b-text{
		font-size: 22px;
	}
	#hospitalModal .modal-dialog{
		max-width: 90%;
		margin: 30px auto;
	}
	#hospitalModal .modal-body{
		padding: 20px 15px;
	}
	#hospitalModal .modal-body .list li .list-holder{
		width: 100%;
	}
	#hospitalModal .modal-body .list li strong{
		font-size: 16px;
	}
	#labModal .modal-body strong{
		line-height: 30px;
	}
	#labModal .lab-holder{
		padding: 20px 15px;
	}
	.detail-box .left-list{
		width: 100%;
	}

	.detail-box .left-list li{
		border: 0 !important;
	}
	.detail-box .right-box{
		float: none;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		border: 0;
	}
	#header .navbar-nav .nav-item .drop-down{
		position: static;
		width: 100%;
	}
	.coprate .left-text{
		width: 100%;
	}
	.coprate .form-holder{
		width: 100%;
	}
	.employee-section .employee-columns .column span{
		font-size: 16px;
	}
	.main-banner.car-inner .container{
	    max-width: 100% !important;
	}
}

@media (max-width: 575px){
	.employee-section .employee-columns .column{
		width: 50%;
	}
	.employee-section .employee-columns .column img{
		padding: 10px;
	}
	.car-inner .car-holder .form-holder.travel{
	    flex-wrap: wrap;
	}
	.car-inner .car-holder .form-holder.travel ul{
	    width: 100%;
	}
	.car-inner .car-holder .form-holder.travel ul li a img{
	    width: 45px;
	    height: 45px;
	}
	.car-inner .car-holder .form-holder.travel ul li{
	    width: 84px;
	}
	.car-inner .car-holder .form-holder.travel ul li a span{
	    font-size: 12px;
	}
	.car-inner .car-holder .form-holder.travel{
	    padding: 30px 0;
	}
	.car-inner .car-holder .form-holder .form-box .f-row .row-holder{
	    width: 100%;
	}
	#fileUploadsContainer{
	    justify-content: center;
	}
	.car-inner .car-holder .form-holder .kid-holder{
	    width: 120px;
	}
	.add-more{
	    width: 140px;
	    float: none;
	    margin: 0 auto 20px !important;
	}
}

@media only screen and ( max-width: 479px ){
	.choose .sub-heading{
		font-size: 38px;
	}
	.car-tabs .finance-form select{
		height: 36px;
		background: #fff url(../images/img56.png) no-repeat 96% 12px;
	}
	.car-tabs .finance-form .row-holder{
		width: 100%;
		margin: 0 0 10px;
	}
	.main-banner.car-loan{
		background-size: cover;
	}
	.our-partners p br{
		display: none;
	}
	.partners-list li{
		width: 49%;
		margin: 0 0 16px;
	}
	.initial-payment ul li{
		width: 100%;
		padding: 0 0 10px;
		margin: 0 0 10px;
		border-right: 0;
		border-bottom: 1px solid #fff;
	}
	.initial-payment:nth-child(2n+1) ul li{
		border-bottom: 1px solid #ccc;
	}
	.detail-box.bank-plan .plan-holder .holder-1 ul li:first-child,
	.detail-box.bank-plan .plan-holder .holder-1 ul li{
		min-height: 128px;
	}
	#footer .list{
		padding: 0 0 0 10px;
	}
	.content-holder{
		padding: 0;
	}
	.bank-plan .bottom-text{
		font-size: 14px;
	}
	.check-box [type="checkbox"]:checked + label::after{
		font-size: 22px;
		font-weight: bold;
		top: -3px;
		left: 4px;
	}
	.check-box [type="checkbox"]:not(:checked) + label::before, .check-box [type="checkbox"]:checked + label::before{
		border-color: #09ad7e;
	}
	.car-inner .car-holder form .row-holder{
	    width: 100%%;
	}
}