/*	Table OF Contents
==========================
 1.Banner area
 2.Advantage
 3.Video
 4.Service
 5.Offer
 6.Price
 7.Client
 8.Footer
=========================== */

/* ============================
	 1.Banner area
	 =========================== */
	
	
	#lp-pom-block-10 {
	width:100%;
	height: 820px;
/*	background-image:url("../images/banner.jpg");*/
/*	background-repeat: no-repeat;*/
/*	background-color:#000;*/
/*	background-attachment: fixed;*/
/*		background-position:top center;*/
/*background-size:cover;*/
	position:relative;
}

.header-container {
	padding:0px 0px 0px 0px;
}
.header-bg
{
	padding: 20px 0px 20px 0px;
	background-color:#ffffff;
}

.phone {
	float: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom:20px;
}	

.phone.phone-right {float:right;}



.phone span {display: inline-block;}
.phoneIcon {background: url("../images/phone.png") no-repeat center center;width: 44px;height: 46px;display: block;}
.phone span {padding-left: 10px;text-align: left;font-family: Arial, Helvetica, sans-serif;font-size: 18px;color: #000;}


.logo
{
	width:167px;
	height:52px;
	margin:0 auto;
	
}

.smo-icon {
	width: 168px;
	margin:0 auto;
	padding:20px 0 2px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:right;
}
.smo-icon span {
	display:inline-block;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.smo-icon a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.smo-icon a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.header-container h1
{font-size: 30px;text-align: center;color: #fff;font-family: open sans;margin-top: 1px;font-weight: 600;margin-bottom: 30px;}
.header-container h2
{
	font-size:18px;

text-align: center;
color: #ffffff;
font-family: open sans;
font-weight: 600;
}

.request-box
{
	height:auto;
	background-color: rgba(0, 0, 0, 0.72);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top:44px;
	padding:36px 44px 40px 44px;
}

.request-box-head

{
	width:100%;
	height:auto;
	float:left;
	font-size:24px;	
text-align:left;
margin-bottom:20px;
color: #ffffff;
font-family: open sans;
font-weight:normal;
}
.form-group
{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:4px;
	
}
.form-control {width: 100%;padding: 14px;font-family: Arial, Helvetica, sans-serif;border: 0px;margin-bottom: 0px;color:#333333 !important;font-size: 16px;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;background: rgba(255,255,255,0.8);-pie-background: rgba(255,255,255,0.8);}
.form-btn {
width: 100%;
display: block;
height: auto;
padding: 14px;
color: #fff;
background-color: #23c25f;
border: none;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 16px;
outline: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.form-control::-webkit-input-placeholder { color: #333333; }

`.form-control:-moz-placeholder { color: #333333; }

`.form-control::-moz-placeholder { color: #333333; }

.form-control:-ms-input-placeholder { color: #333333; }

{
	
}
/* ============================
	 2.Advantage
	 =========================== */
	
	.advantage-container {
	padding:65px 0px 45px 0px;
}
.main-head h1 {
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	color:#333333;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.main-head h2 {
	margin-top:0px;
	margin-bottom:35px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#666666;
}
.round1 {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	text-align: center;
	background-color:#3fcc37;
	margin:0 auto;
}
.round1 img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.round1 a {
	padding:25px;
	text-decoration: none;
	display: block;
	margin: 0px;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.round1 a:hover {
	padding:25px;
	opacity: .7;
	-webkit-transform: scale(.90, .90);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.80, .80);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	position: relative;
	z-index: 99;
}
.round1 img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.round2 {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	text-align: center;
	background-color:#f6c636;
	margin:0 auto;
}
.round2 img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.round2 a {
	padding:25px;
	text-decoration: none;
	display: block;
	margin: 0px;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.round2 a:hover {
	padding:25px;
	opacity: .7;
	-webkit-transform: scale(.90, .90);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.80, .80);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	position: relative;
	z-index: 99;
}
.round2 img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.round3 {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	text-align: center;
	background-color:#2fbbff;
	margin:0 auto;
}
.round3 img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.round3 a {
	padding:25px;
	text-decoration: none;
	display: block;
	margin: 0px;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.round3 a:hover {
	padding:25px;
	opacity: .7;
	-webkit-transform: scale(.90, .90);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.80, .80);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	position: relative;
	z-index: 99;
}
.round3 img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.round4 {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	text-align: center;
	background-color:#334d5c;
	margin:0 auto;
}
.round4 img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.round4 a {
	padding:25px;
	text-decoration: none;
	display: block;
	margin: 0px;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.round4 a:hover {
	padding:25px;
	opacity: .7;
	-webkit-transform: scale(.90, .90);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.80, .80);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	position: relative;
	z-index: 99;
}
.round4 img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.advantage h2 {
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	color:#333333;
	
	font-size:20px;
	font-weight:bold;
}
.advantage p {
	text-align:center;
	color:#666666;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:20px;
}

/* ============================
	 3.Video
	 =========================== */
	
	.video-container {
	padding: 65px 0px 65px 0px;
	background-color:#f5f5f5;
}



.video-head h1 {
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	color:#333333;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.video-head h2 {
	margin-top:0px;
	margin-bottom:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#666666;
}
.video-img-container
{
	width:100%;
	height:auto;
	margin:0 auto;


	position:relative;
	
}
.video-img-container img
{
	max-width:100%;
}

.video-iframe
{
position: absolute;
z-index: 10;
top: 21px;
left: 48px;
width: 176px;
height: 111px;
border:0px;

}
	

.video-container p {
	

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color:#666666;
	line-height: 24px;
	padding:0px 20px ;
	margin:0px;
}

/* ============================
	 4.Service
	 =========================== */
	
	.package-container {
	padding:65px 0px;
	background-color:#f5f5f5;
}
.package-container p {
	text-align:center;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:0px;
}
.package1 {
	margin-top: 35px;
}
.package {
	margin-top: 30px;
}
.package-text-area {
	margin-top: 20px;
}
.package1 img {
	width:100%;
}
.package span {
	float: left;
}
.package h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding-left: 40px;
}
.package p {
	padding-left: 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
}
.packageIcon {
	background:url("../images/tick.png") no-repeat center center;
	width: 23px;
	height:25px;
	display: block;
}


/* ============================
	 5.Offer
	 =========================== */
	 
	
	#lp-pom-block-11 {
	padding:65px 0px 45px 0px;
	height:auto;
	background-image:url("../images/resort-bg.jpg");
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-color:#000;
}
.offer-head h1 {
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	color:#fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.offer-head h2 {
	margin-top:0px;
	margin-bottom:35px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#999999;
}
.offer-box {
	width:100%;
	height:auto;
	float:left;
}
.offer-box img {
	width:100%;
	
}

.offer-boxhead {
	width:100%;
	padding:10px 10px;

	background-color:#334d5c;

	
        margin-bottom: 20px;
	float:left;

}
.offer-resort
{
	width:170px;
	height:auto;
	float:left;
	
}
.offer-resort p
{
	
	font-family:Arial, Helvetica, sans-serif;

	color:#ffcc33;
	font-weight:normal;
	font-size:14px;
	padding:0px;
	margin:0px;
	
}

.offer-resort span
{
	font-family:Arial, Helvetica, sans-serif;

	color:#fff;
	font-weight:normal;
	font-size:18px;
}

.offer-price
{
	width:70px;
	height:auto;
	padding-top:3px;
	float:right;
	
}
.offer-price p
{
	
	font-family:Arial, Helvetica, sans-serif;

	color:#ffcc33;
	font-weight:normal;
	font-size:12px;
	padding:0px;
	margin:0px;
	
}

.offer-price span
{
	font-family:Arial, Helvetica, sans-serif;

	color:#fff;
	font-weight:normal;
	font-size:18px;
}

/* ============================
   6.Price
   =========================== */
.price-container {
	padding: 65px 0px 45px 0px;
	background-color: #fff;
}
.main-table {
	width:100%;
	position: relative;
	border:1px solid #e0e0e0;
	margin-bottom:20px;

}
.price-table-top {
	width:100%;
	position: relative;
	height: auto;
	padding:0;
}
.price-table-top h3 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	z-index: 2;
	text-align: center;
	width: 100%;
	margin-top:18px;

}
.price-table-top .price-table-topbg {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background:#334d5c;
	overflow: hidden;
	min-height: 112px;
	text-decoration:none;
}

.price-table-top .price-circle-main {
	display: block;
	left:50%;
	width:120px;
	height: 120px;
	margin-left:-50px;
	text-align: center;
	background:#fff;
	border:10px solid #fff;
	border-radius: 200px;
	

	top:60px;
	text-decoration:none;
	position: absolute;
}
.price-table-top .price-circle {
	display: block;
	left:50%;
	width:100px;
	height: 100px;
	margin-left:-50px;
	text-align: center;
	background:#fff;
	border:2px solid #e1e1e1;
	border-radius: 200px;
	

	
	text-decoration:none;
	position: absolute;
}
.price-table-top .price-circle:hover {
border:2px solid #999999;	
}
.price-table-top .price-circle p.price {
	margin-top:24px;
	margin-bottom:0;
	padding-bottom:0;
	line-height: 30px;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
.price-table-top .price-circle p.month {
	margin-top:0;
	padding-top:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
.main-table ul.price-plans {
	margin:32px 0 0;
	padding:25px 0 0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
}
.main-table ul.price-plans li
 {
	  padding:15px;
 }
 .main-table ul.price-plans li:nth-child(odd) {
background-color:#fff;

}
 .main-table ul.price-plans li:nth-child(even) {
 background-color:#fbfbfb;
 
}


ol, ul {
	list-style: none;
	padding: 0;
}
#columns .fade   {
	
	opacity: 1;
	
}
#columns .fade:hover{
	
opacity: 1;
}
 

/* ============================
   7.Client
   =========================== */

.client-container {
	padding: 65px 0px;
	/*background-color: #fafcfb;*/
	background-color: #fff;
}
.client-text {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
	font-style:italic;
	line-height:36px;
}

 .testiimg {
	display: block;
width: 60px;
height: 60px;
position: relative;


padding: 10px 0px;
margin: 0 auto;
}
.testiimg img {
	width:60px;
	height:60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#fff;
	border:1px solid #eaeaea;
}
.testiinfo {
	width: 100%;

text-align:center;
display: block;
font-size: 14px;
padding-top: 20px;
}
.testiinfo h4 {
	margin-bottom:2px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

/*jagan*/

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 20px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    /*min-height: 290px;*/
    min-height: 100px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
/*	padding: 30px 0 10px;*/
	padding: 0px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    /*margin-top: -20px;*/
    margin-top: -10%;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40%;
	/*bottom: -40px;*/
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/* ============================
15.Footer
=========================== */


.footer-container {
    background-color: #323943;
    padding-top: 20px;
}
.footer-container h2 {
	margin-top:0px;
	margin-bottom:25px;
	text-align:left;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#dcdcdc;
}
.footer-container p {
	margin-top:0px;
	/*margin-bottom:25px;*/
	text-align:left;
	/*line-height: 30px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fafcfb;
	font-size:14px;
	text-align:center;
	
}
.footer-container a{
	color:#fafcfb;
}
.footer-container a:hover {
	color:#fff;
	text-decoration:none;
}


.loading
{
	font-size:24px;
	
}

	/* RESPONSIVE CSS
	-------------------------------------------------- */
	
	@media (min-width:360px) {
		
.video-iframe
{
top: 24px;
left: 55px;
width: 201px;
height: 127px;

}
	
	}
	
	
	@media (min-width:480px) {
		
#lp-pom-block-10 {
	
	height: 840px;
}

 .letter-container h1 a {
 line-height: 38px;
 font-size: 25px;
	min-height:25px;
	height:auto;
}
.request-box
	{
		padding: 33px 44px 40px 44px
	}
.request-box-head

{
	
	font-size:36px;	
}

.form-btn {

font-size: 20px;

}
 .main-head h1 {
 font-size:26px;
}

.video-head h1
{
 font-size:26px;	
}

.video-iframe
{

top: 34px;
left: 76px;
width: 279px;
height: 175px;

}

 .offer-head h1 {
 font-size:26px;
}

}

@media (min-width:540px) {
	.phone {

margin-bottom: 15px;
}
.smo-icon {

padding: 15px 0 2px 0;
}
	.header-container h1 {
font-size: 38px;
margin-top: 30px;
	}
	.header-container h2 {
font-size: 25px;
	}
	.request-box
	{
		margin-top: 37px;
	}
	.form-btn {

font-size: 30px;
padding: 9px;
}	
	
.video-iframe
{

top: 38px;
left: 86px;
width: 318px;
height: 200px;

}

	
}
 @media (min-width: 640px) {
	
	.header-container h1 {

margin-top: 37px;
}
 

 .request-box {
margin-top: 30px;
}
  .main-head h1 {
 font-size:36px;
}

.video-head h1
{
font-size:36px;	
}


.video-iframe
{
position: absolute;
z-index: 10;
top: 46px;
left: 104px;
width: 382px;
height: 240px;

}
 .offer-head h1 {
 font-size:36px;
}
 
}
@media (min-width:720px) {
	


.video-iframe
{

top: 52px;
left: 118px;
width: 434px;
height: 273px;

}
	
}

@media (min-width:750px) {
	
.video-iframe
{

top: 55px;
left: 124px;
width: 452px;
height: 285px;
}
	
}
 @media (min-width:768px) {
	
	
	/*.header-container h1{*/
	/*    font-size:21px;*/
	/*}*/
	/*.her-bg{*/
	/*    display:none !important;*/
	/*}*/
/*.header-bg {*/
/*padding: 35px 0px 35px 0px;*/
/*	}*/
	 .header-container h1
{/* font-size:48px; */color: #fff;}
.header-container h2
{
font-size:30px;
}
	

.smo-icon {
padding: 5px 0 2px 0;
float:right;
}
.phone
{
	float:left;
	margin-bottom:0px;
	
}

.request-box
{
	
margin-top: 30px;
	
padding: 0px 44px 50px 44px;
}



 .letter-container h1 a {
 font-size: 32px;
	min-height:40px;
	height:auto;
}


.video-iframe
{

top: 56px;
left: 127px;
width: 463px;
height: 292px;
}
 
}





 @media (min-width: 992px) {


 .letter-container h1 a {
 font-size: 40px;
	min-height:47px;
	height:auto;
	line-height: 43px;
}

.video-img-container
{
	width:846px;
	height:auto;
	margin:0 auto;
	
}
.video-iframe
{
position: absolute;
z-index: 10;
top: 66px;
left: 149px;
width: 544px;
height: 342px;	
}


}



 @media (min-width: 1200px) {
 .letter-container h1 a {
 font-size: 50px;
	min-height:53px;
	height:auto;
}



}
@media (max-width:640px) {
    .phone.phone-right {float:none;margin-top: 39px;} 
    .header-container h1 {font-size:24px;}

    input:checked + label {width:100%;}
    #lp-pom-block-10 {height:auto;}
    label {width:100%;}
    .request-box {padding:0px; padding-top:25px}
	  
	   #lp-pom-block-10
{
	  background-position: 50% 0px !important;
}

#lp-pom-block-11

{
	  background-position: 50% 0px !important;
}

  
  }

input[type="text"] {
    height: 50px;
    display: block;
}

input[type="date"] {
    height: 50px;
    display: block;
}

select {
    height: 50px;
    display: block;
}   

label.error{
    color:red;
    padding:0;
}

.hide-robot{
display:none !important;
}

.car-rentals a{
    padding-left: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    text-decoration:none;
}
.phone{
    display:flex;
}
.car-rentals{
    display: flex;
    flex-direction: column;
}
.header-bg{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.header-bg .her-bg{
    padding:25px 0px 35px 0px !important;
}
.book-packgess .form-group label{
    padding:20px 0 !important;
}
.advantage{
        font-size: 33px;
    text-align: center;
}
.header-container h1{
    font-size:30px;
}
.car-rentatal{
    padding: 1rem 0 7rem;
    overflow-x:clip;
}
.logo.newlogo{
    margin:0;
}

.header-container input:checked + label{
    background-color: #ec8026;
}
.new-big-round{
        display: flex;
    align-items: center;
    justify-content: center;
}
body {
  font-family: 'Poppins';
  font-style: normal;
  
}

.request-box {
    margin: 14rem 0;
    padding:4rem;
}
.center-block{
    background: #ec8026;
    font-size:15px;
}

.btn-success{
    border:none;
}
.car-rentatal .carousel-inner{
        background: #ec8026;
    padding: 3rem;
    border-radius: 20px;
}

.car-rentatal .carousel .testimonial{
    color:#fff;
}

.car-rentatal .carousel .carousel-control{
    margin:0;
    top:36%;
    font-size:20px;
    opacity:1;
}
.car-rentatal .carousel .carousel-control i{
    font-size: 30px;
    background: #398439;
    height: 40px;
    width: 40px;
    line-height: 37px;
    border-radius: 50px;
    color:#fff;
    text-shadow:unset;
}
.advantage-container img{
        filter: invert(100%) sepia(0%) saturate(7460%) hue-rotate(109deg) brightness(97%) contrast(113%);
}
.carousel .overview b{
    color:#fff;
}

.car-rentatal .carousel-control.right{
    right:3%;
}
.header-bg.her-bg{
    z-index: 999;
    width: 100%;
    position:fixed;
}

.nes-class-lfe{
        display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.nes-class-lfe .phone{
    margin:0;
}
@media (max-width:767px){
    .header-container h1{
        font-size:21px;
    }
    /*.header-bg.her-bg{*/
    /*    display:none;*/
    /*}*/
    .request-box{
            padding: 3rem;
    }
    .form-group label{
        padding: 0;
    text-align: left;
    margin-bottom: 5px;
    }
    .form-group input[type="text"]{
        height:35px;
        margin-bottom:15px;
    }
    .form-control{
        padding:6px 12px;
        margin-bottom:15px;
    }
    .form-group{
        margin:0;
    }
    input[type="date"]{
        height:35px;
        margin-bottom:15px;
    }
    .form-group select{
        height:35px;
        margin-bottom:15px;
    }
.request-box{
    margin-bottom:0;
}
.advantage{
    font-size:22px;
}
.advantage-container{
    padding:2rem 0;
}
.new-big-round{
    height:80px;
    width:80px;
            display: flex;
        align-items: center;
        justify-content: center;
}
.new-big-round a{
    padding:0;
            display: flex;
        justify-content: center;
}
.new-big-round img{
    height:40px;
    width:40px;
}
.main-head h4{
        margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #333333;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.carousel{
    padding:0;
}
.car-rentatal .carousel-control.left{
    left: -33px;
}
.car-rentatal .carousel .carousel-control i{
    height:30px;
    width:30px;
            font-size: 20px;
        line-height: 1.4;
}
.car-rentatal .carousel-control.right {
    right: -1%;
}
.new-width{
    width:50%;
}
.row.advantage{
    display: flex;
    flex-wrap: wrap;
}
.advantage p{
    font-size:13px;
}
.phone span{
        font-size: 12px;
}
.car-rentals a{
    font-size:13px;
}
.phoneIcon{
    height:25;
    width:25px;
        background-size: contain;
}
.header-bg.her-bg .row{
    display:flex;
}
.phone {
    display: flex;
    margin: 0;
    margin-bottom: 3px;
}
.phone.phone-right{
    margin:0;
    margin-top:10px;
}
.header-bg{
    padding:10px;
}
.new-big-round h4{
    font-size:13px !important;
}
.nes-class-lfe{
    gap: 0;
    flex-direction: column;
}
.homeclass{
    display:none;
}

}



.home-btn-class {
 background: #398439;
 color: #fff;
 border: none;
 border-radius: 0.625em;
 font-size: 14px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 display:inline-block;
 align-items:center;
 justify-content:center;
 padding:10px 20px;
 text-decoration:none;
}

.home-btn-class:hover {
 color: #fff;
}

.home-btn-class:after {
 content: "";
 background: white;
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
 border:1px solid #398439;
 background:#ec8026;
}

.home-btn-class:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 color:#fff;
}
