body {
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}

/*======================home-main================*/



.form-inline input {
	vertical-align: middle;
	margin: 5px 10px 5px 0;
	padding: 10px;
	color: #000;
	border: 1px solid #ddd;
	width: 200px;
}

.form-inline select {
	margin: 5px 10px 5px 0;
	padding: 12px 16px;
	padding: 16px;
	min-width: 160px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	width: 300px;

}

.form-inline button {
	margin: 5px 10px 5px 0;
	padding: 8px 25px;
	padding: 16px;
	min-width: 150px;
	font-size: 16px;
	color: #000000;
	background-color: #4ac6e8;
	border: 1px solid #4ac6e8;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
	transition: 0.3s ease;
}

.form-inline button:hover {

	background-color: #FFFFFF;
	color: #000000;
}

.home-header {
	display: flex;
	width: 100%;
	/* height: 474px; */
	/* background: url(../images/top-bg.png); */
	background-repeat: no-repeat;
	background-position: top right;
	align-items: center;
	justify-content: center;
	/* border: 1px solid; */
	border-bottom: 5px solid #1f5e8a;
}

.header-main .navbar {
	background: none;
	border-radius: 0;
	border: none;
	height: auto;
}

.header-main {
	position: fixed;
	background: #eeeeee;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0 6px;
}

.navbar-brand {
	height: auto;
}

.header-main .navbar-default .navbar-nav {
	margin: 0px 0 0 0px;
}

.header-main .navbar-default .navbar-nav>li {
	padding: 5px 8px;
}

.header-main .navbar-default .navbar-nav>li>a {
	font-size: 12px;
	color: #313538;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0;
}

.header-main .navbar-default .navbar-nav>li>a:hover,
.header-main .navbar-default .navbar-nav>li>a.active {
	color: #1f5e8a;
	border-bottom: 1px solid #4ac6e8;
}

.carousel-inner>.item {
	text-align: right;
}

.carousel-inner>.item>img {
	display: inline-block;
	margin: 20% 0 0;
}

.carousel-caption {
	text-align: left;
	left: 0;
	right: 0;
	bottom: auto;
	top: 10%;
}

.carousel-caption h1 {
	font-weight: 700;
	font-size: 60px;
	color: #2e5672;
	text-shadow: none;
}

.carousel-caption p {
	color: #686a6d;
	font-size: 15px;
	line-height: 30px;
	text-shadow: none;
	font-weight: 500;
	margin: 20px 0;
}

.carousel-caption a {
	background: #2e5672;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: none;
	display: inline-block;
	border-radius: 40px;
	font-weight: 600;
	text-decoration: none;
}

.carousel-indicators li {
	border: 1px solid #939fad;
	width: 50px;
	border-radius: 0;
	height: 6px;
}

.carousel-indicators .active {
	background: #1f5e8a;
	border: none;
	width: 50px;
	height: 6px;
}

.carousel-indicators {
	left: auto;
	right: 0;
	width: auto;
	bottom: 0;
}

.booking-main h1 {
	font-weight: 700;
	font-size: 50px;
	color: #2e5672;
	text-shadow: none;
	text-align: center;
	margin-top: 1em;
}

.booking-main p {
	color: #686a6d;
	font-size: 15px;
	line-height: 30px;
	text-shadow: none;
	font-weight: 500;
	margin: 20px 0;
	text-align: center;
}

.booking-main {
	padding: 11px 0;
}

.tab-link1 {
	width: 940px;
	max-width: 100%;
	margin: 0 auto;

}

.tab-link1 ul {
	border: 2px solid #1f5e8a;
	border-radius: 30px;
}

.tab-link1 ul li {
	margin: 0 !important;
	border: none;
	width: 100%;
	text-align: center;

}

.tab-link1 ul li a,
.tab-link1 ul li:hover a,
.tab-link1 ul li a:focus,
.tab-link1 ul li a:hover,
.tab-link1 ul li.active a:hover {
	border: none !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	color: #313538;
	letter-spacing: 2px;
	background: none;
	cursor: pointer;
}

.tab-link1 ul li.active a,
.tab-link1 ul li.active a:focus {
	background: #1f5e8a;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	border-radius: 30px;
	box-shadow: none;
	outline: none;
}

.tab-link {
	width: 940px;
	max-width: 100%;
	margin: 0 auto;
}

.tab-link ul {
	border: 2px solid #1f5e8a;
	border-radius: 30px;
}

.tab-link ul li {
	margin: 0 !important;
	border: none;
	width: 33%;
	text-align: center;
}

.tab-link ul li a,
.tab-link ul li:hover a,
.tab-link ul li a:focus,
.tab-link ul li a:hover,
.tab-link ul li.active a:hover {
	border: none !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	color: #313538;
	letter-spacing: 2px;
	background: none;
}

.tab-link ul li.active a,
.tab-link ul li.active a:focus {
	background: #1f5e8a;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	border-radius: 30px;
	box-shadow: none;
	outline: none;
}

.tab-con-main {
	margin: 40px 0 0;
	position: relative;
	margin-bottom: 20px;
}

.tab-con-main.rent_car_tab {
	background: #1f5e8a;
	margin-top: 17px;
}

.tab-con-main:after {
	content: '';
	position: absolute;
	background: #1f5e8a;
	left: 0;
	right: 0;
	height: 100%;
	top: 5%;
	z-index: -1;
}

.rent-car-form {
	display: inline-block;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
	padding: 35px 20px;
	border-radius: 4px;
}

.radio-btn {
	display: inline-block;
	width: 100%;
}

.radio-btn p {
	display: inline-block;
	margin: 10px 10px 0 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #939fad;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
}

[type="radio"]:checked+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #4ac6e8;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
}

.rent-car-form .form-group>label {
	font-weight: 600;
	font-size: 18px;
	color: #1f5e8a;
	margin: 0 0 10px;
}

.rent-car-form .input-group>label {
	font-weight: 600;
	font-size: 18px;
	color: #1f5e8a;
	margin: 0 0 10px;
}

.rent-car-form .form-group .form-control {
	height: 50px;
	border-radius: 30px;
	border: 2px solid #939fad;
	padding: 0 20px;
	color: #2e5672;
	font-size: 16px;
	font-weight: 500;
}

.rent-car-form .input-group .form-control {
	height: 50px;
	border-radius: 30px !important;
	border: 2px solid #939fad;
	padding: 0 20px;
	color: #2e5672;
	font-size: 16px;
	font-weight: 500;
}

.rent-car-form .form-group .form-control::placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #939fad;
}

.rent-car-form .input-group .form-control::placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #939fad;
}

.rent-car-form .input-group {
	margin: 0 0 15px;
}

.rent-car-form .btn {
	background: #2e5672;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: none;
	display: block;
	border-radius: 40px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	width: 50%;
	margin: 15px auto 0;
}

[type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #939fad;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #4ac6e8;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #f87da9;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:checked+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #4ac6e8;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.rent-car-detail {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 12% 0 0;
}

.rent-car-detail h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

.rent-car-detail h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}

.rent-car-detail p {
	font-size: 15px;
	color: #fff;
}

.rent-car-detail h2 small {
	font-size: 15px;
	color: #4ac6e8;
	margin: 0 0 0 5px;
}

select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/down.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.car-img {
	margin-bottom: 20px;
}

.why-main {
	display: inline-block;
	width: 100%;
	padding: 0 0 50px;
}

.why-main h1 {
	font-weight: 700;
	font-size: 50px;
	color: #2e5672;
	text-shadow: none;
	text-align: center;
}

.why-main p {
	color: #686a6d;
	font-size: 15px;
	line-height: 30px;
	text-shadow: none;
	font-weight: 500;
	margin: 20px 0;
	text-align: center;
}

.why-box {
	background: #fbfbfb;
	border: 1px solid #939fad;
	padding: 30px 15px;
	margin: 30px 0 0;
	overflow: hidden;
}

.why-box h3 {
	font-size: 22px;
	font-weight: 600;
	color: #1f5e8a;
}

.why-box p {
	text-align: left;
	font-size: 14px;
	color: #1f5e8a;
	margin: 15px 0 0;
	line-height: 24px;
	font-weight: 500;
	text-align: justify;
}

.why-box .dott {
	background: #4ac6e8;
	width: 45px;
	height: 45px;
	float: right;
	transform: rotate(45deg);
	margin: -52px -37px 0 0;
}

.key-services {
	display: inline-block;
	width: 100%;
	padding: 50px 0;
	background: #f8f8f8;
}

.key-services h1 {
	font-weight: 700;
	font-size: 50px;
	color: #2e5672;
	text-shadow: none;
	text-align: center;
	margin: 0;
}

.key-services p {
	color: #686a6d;
	font-size: 15px;
	line-height: 30px;
	text-shadow: none;
	font-weight: 500;
	margin: 20px 0 50px;
	text-align: center;
}

.plans {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(28, 31, 60, 0.15);
	border-radius: 6px;
	border-bottom: 4px solid #36393F;
	padding: 40px 40px 25px;
	margin: 0 14px;
}

.tabs-left {
	border: none;
}

.tabs-left li {
	width: 101%;
	margin: 0 0 30px;
	cursor: pointer;
}

.tabs-left>li>a {
	border: 1px solid #939fad;
	padding: 37px 30px;
	font-weight: 600;
	font-size: 24px;
	color: #2e5672;
	border-radius: 0;
	cursor: pointer;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li>a:hover {
	border: 1px solid #2e5672;
	background: #2e5672;
	color: #fff;
	border-radius: 0;
}

.testi {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #2e5672;
	padding: 0px 0 0px;
}

.testi .item h4 {
	font-size: 20px;
	color: #4ac6e8;
	text-shadow: none;
	font-weight: 500;
	line-height: 38px;
	margin: 70px 0 40px;
}

.testi .item p {
	font-size: 22px;
	color: #fff;
}

.testi .item {
	/* background: url(../images/cote.png); */
	background-repeat: no-repeat;
	background-position: left top;
}

.testi .d {
	width: 100% !important;
	height: auto !important;
	min-height: 286px !important;
}

.testi .d .item {
	width: 100% !important;
	height: auto !important;
	min-height: 400px !important;
	padding-right: 30px;
}

.our-partners {
	display: inline-block;
	width: 100%;
	background: #f6f6f6;
	padding: 60px 0;
}

.our-partners h2 {
	font-weight: 700;
	font-size: 50px;
	color: #2e5672;
	text-shadow: none;
	text-align: center;
	margin: 0 0 60px;
}

.footer {
	display: inline-block;
	width: 100%;
	background: #2e5672;
	padding: 30px 0;
	vertical-align: top;
}

.footer h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 15px;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	list-style: none;
	margin: 0 0 5px;
}

.footer ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer ul li a:hover {
	color: #4ac6e8;
}

.f-logo {
	margin: 0 0 50px;
}

.footer p {
	font-size: 18px;
	color: #fff;
}

.footer-midd {
	border-bottom: 1px solid #4ac6e8;
	border-top: 1px solid #4ac6e8;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	margin: 40px 0 20px;
}

.footer-midd .input-group .form-control {
	height: 60px;
	border-radius: 0;
	border: none;
}

.footer-midd .input-group .btn {
	height: 60px;
	background: #4ac6e8;
	color: #fff;
	border-radius: 0;
	border: none;
	font-size: 14px;
}

.footer-midd .input-group .form-control:placeholder {
	font-size: 14px;
	color: #939fad;
}

.copyright {
	color: #fff;
	font-size: 14px;
	margin: 15px 0 0;
}

.social ul li {
	display: inline-block;
	margin: 0 5px;
}

.social ul li a {
	background: #4ac6e8;
	width: 45px;
	height: 45px;
	font-size: 18px;
	color: #2e5672;
	display: inline-block;
	border-radius: 30px;
	text-align: center;
	line-height: 45px;
}

.social ul li a:hover {
	color: #fff;
}

.carCircle {
	left: auto !important;
	right: 0;
	top: 10px !important;
}

.carCircle .circle {
	width: 5px !important;
	height: 50px !important;
	border-radius: 0 !important;
	margin: 0 0 5px !important;
}

.inner-header {
	background: #fff;
	height: auto;
	position: relative;
	padding-top: 95px;
}

.about-con h1 {
	text-align: left;
}

.about-con p {
	text-align: left;
	margin: 0 0 0px;
	font-weight: 500;
	font-size: 15px;
}

.about-con .carousel-inner .item img {
	margin: 0;
	width: 100%;
}

.about-con .carousel-indicators {
	left: 51%;
	text-align: left;
	bottom: -60px;
}

.about-bott-con p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
	margin: 0px 0;
	font-weight: 500;
	text-align: justify;
}

.special-offers {
	background: none;
	background-color: #f4f4f4;
	height: auto;
	position: relative;
	padding-top: 100px;
}

.special-offers-header h1 {
	font-size: 60px;
	color: #2e5672;
	margin: 30px 0 20px;
	font-weight: 700;
}

.special-offers-header p {
	font-size: 15px;
	color: #7a8693;
	margin: 0 0 20px;
	font-weight: 500;
}

.special-offers-header .input-group .form-control {
	height: 60px;
	border-radius: 0;
	border: none;
}

.special-offers-header .input-group .btn {
	height: 60px;
	background: #4ac6e8;
	color: #fff;
	border-radius: 0;
	border: none;
	font-size: 14px;
}

#gallery-content-center img {
	width: 100%;
	margin: 0;
}

#gallery-content-center p {
	font-size: 18px;
	color: #4ac6e8;
	margin: 20px 0 15px;
	padding: 0 15px;
	text-align: left;
	font-weight: 500;
}

#gallery-content-center a {
	text-decoration: none;
}

#gallery-content-center h4 {
	font-size: 20px;
	color: #2e5672;
	margin: 0;
	padding: 0 15px;
	text-align: justify;
}

#gallery-content-center h4 small {
	font-size: 15px;
	color: #939fad;
}

#gallery-content-center hr {
	border-bottom: 1px solid #d8d8d8;
	width: auto;
	margin: 15px;
}

#gallery-content-center .col-md-6 .gallery-box {
	margin-bottom: 30px;
	box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
	padding: 0 0 15px;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	background: #fbfbfb;
}

#gallery-header-center {
	width: 100%;
}

#gallery-header-center-right {
	float: left;
	height: auto;
	margin: 50px 0 0;
}

.gallery-header-center-right-links {
	margin: 0 15px 0 0;
	font-size: 18px;
	color: #939fad;
	padding-bottom: 10px;
	height: auto;
}

.gallery-header-center-right-links-current,
.gallery-header-center-right-links:hover {
	background: none;
	border-bottom: 1px solid #1f5e8a;
	color: #1f5e8a;
	padding-bottom: 10px;
}

#gallery-header-center,
#gallery-header {
	height: auto;
}

.image-gallery {
	background: #fff;
}

.detail-car {
	display: inline-block;
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
}

.detail-car img {
	width: 100%;
}

.rent-detail {
	margin: 50px -15px 0;
}

.rent-detail-main p {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	margin: 20px 0 0;
	font-weight: 500;
}

.rent-detail-main h3 {
	font-size: 30px;
	color: #2e5672;
	margin: 0 0 20px;
}

.rent-detail-main label {
	font-size: 18px;
	color: #1f5e8a;
	margin: 0 0 5px;
}

.rent-detail-main .form-control {
	border: none;
	height: 50px;
	border-bottom: 2px solid #939fad;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.rent-detail-main .btn {
	border-radius: 35px;
	border: 2px solid #1f5e8a;
	font-size: 18px;
	color: #2e5672;
	text-transform: uppercase;
	padding: 15px 40px;
	display: block;
	margin: 10px auto 0;
	width: 60%;
}

.special-offers-header .tab-link {
	width: 560px;
	max-width: 100%;
	margin: 50px auto 40px;
}

.car-booking-form .input-group {
	width: 100%;
}

.booking-btn .btn {
	width: 200px;
	display: inline-block;
	margin: 0 10px;
}

.booking-btn .reset-btn {
	border-radius: 35px;
	border: 2px solid #1f5e8a;
	font-size: 18px;
	color: #2e5672;
	text-transform: uppercase;
	padding: 15px 40px;
	background: #fff;
}

.booking-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.car-booking-form .rent-car-form {
	background: #fbfbfb;
}

.car-booking-form {
	background: #fff;
}

.list-box .media-body h4 {
	font-size: 20px;
	color: #1f5e8a;
	font-weight: 600;
	margin: 0 0 10px;
}

.list-box .media-body p {
	font-size: 14px;
	color: #000;
	text-align: left;
	margin: 0 0 5px;
	font-weight: 600;
}

.list-box ul {
	margin: 0;
	padding: 0px 0 0;
	border-top: 0px solid #ddd;
}

.list-box ul li {
	list-style: none;
	display: block;
	vertical-align: top;
	padding: 0 0px;
	text-align: left;
	border-right: 0px solid #ddd;
}

.list-box ul li:first-child {
	padding-left: 0;
}

.list-box ul li:last-child {
	border-right: none;
}

.list-box .media-body ul li p {
	font-size: 15px;
	color: #1f5e8a;
	margin: 0 0 0px;
	text-align: left !important;
	font-weight: 500;
}

.list-box .media-body .per-day-price p {
	text-align: right;
}

.list-box ul li p img {
	width: 17px;
	margin: 0 5px 0 0;
}

.list-box .media-left img {
	height: auto;
}

.carlink {
	clear: both;
}

.list-box .media-body {
	padding: 70px 10px 10px 20px;
}

.per-day-price {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: 20px 0 0 0px;
	font-weight: bold;
	border-top: 1px solid #000;
	padding-bottom: -20px;
	display: block;
}

.per-day-price p {
	color: #000;
	text-align: right;
	margin: 0 0 5px;
	font-weight: 500;
}

.per-day-price h3 {
	color: #2e5672;
	text-align: right;
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 20px;
}

.per-day-price a {
	border-radius: 35px;
	background: #1f5e8a;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
}

.list-box {
	box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
	margin: 30px 0 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-radius: 4px;
}

.pagination-main {
	text-align: right;
	padding: 0 15px;
	box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
	vertical-align: top;
	border-radius: 4px;
}

.pagination>li>a {
	color: #2e5672;
	font-size: 18px;
}

.pagination>li>a:hover {
	color: #fff;
	font-size: 18px;
	background: #2e5672;
}

.facilities h4 {
	font-size: 20px;
	color: #2e5672;
	font-weight: 600;
	margin: 15px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;
}

.facilities ul {
	margin: 10px 0;
	padding: 0;
	border: none;
}

.facilities ul li {
	list-style: none;
	display: inline-block;
	width: 25%;
	margin: 0 0 10px -4px;
	text-align: left;
	border: none;
	padding: 0;
}

.facilities ul li p {
	text-align: left !important;
	margin: 0;
	font-weight: 500;
}

.facilities ul li img {
	height: 25px !important;
	margin: -2px 0 0;
	width: auto !important;
}

.facilities-price .per-day-price p {
	margin: 0 0 0;
	font-weight: 600;
}

.facilities-price .per-day-price h3 {
	margin: 0 0 0;
}

.facilities-price .per-day-price a {
	margin: 15px 0 0;
}

.facilities-price .per-day-price {
	margin: 0;
}

.contact-main h1 {
	margin: 19px 0 27px;
	text-align: left;
}

.contact-main iframe {
	height: 250px;
}

.contact-main h3 {
	font-weight: 600;
	font-size: 26px;
	color: #1f5e8a;
	margin: 0 0 20px;
}

.contact-main p {
	color: #686a6d;
	font-size: 15px;
	line-height: 26px;
	text-shadow: none;
	font-weight: 500;
	margin: 10px 0;
	text-align: left;
}

.contact-forms {
	padding: 50px 0 0;
	display: inline-block;
	width: 100%;
}

.contact-forms .rent-car-form .form-group textarea.form-control {
	height: auto;
	resize: none;
	padding: 10px 20px;
}

.contact-forms .booking-btn {
	margin: 15px 0 0;
}

.carArrow {
	display: none;
}

.checkout-car-form {
	display: inline-block;
	background: #fff;
	box-shadow: 0 2px 17px rgba(0, 0, 0, 0.2);
	padding: 35px 20px;
	border-radius: 4px;
}

.checkout-car-form .form-group>label {
	font-weight: 600;
	font-size: 18px;
	color: #1f5e8a;
	margin: 0 0 10px;
}

.checkout-car-form .input-group>label {
	font-weight: 600;
	font-size: 18px;
	color: #1f5e8a;
	margin: 0 0 10px;
}

.checkout-car-form .form-group .form-control {
	height: 50px;
	border-radius: 30px;
	border: 2px solid #939fad;
	padding: 0 20px;
	color: #2e5672;
	font-size: 16px;
	font-weight: 500;
}

.checkout-car-form .input-group .form-control {
	height: 50px;
	border-radius: 30px !important;
	border: 2px solid #939fad;
	padding: 0 20px;
	color: #2e5672;
	font-size: 16px;
	font-weight: 500;
}

.checkout-car-form .form-group .form-control::placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #939fad;
}

.checkout-car-form .input-group .form-control::placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #939fad;
}

.checkout-car-form .input-group {
	margin: 0 0 15px;
}

.checkout-car-form .btn {
	background: #2e5672;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: none;
	display: block;
	border-radius: 40px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	width: 50%;
	margin: 15px auto 0;
}

.contact-btn a,
.contact-btn a:hover {
	height: 41px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2e5672 !important;
	color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	border-radius: 30px;
	letter-spacing: 1px;
	padding: 10px 15px !important;
	border: none !important;
}

.view-btn,
.view-btn :hover {
	height: 41px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2e5672 !important;
	color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	border-radius: 30px;
	letter-spacing: 1px;
	padding: 10px 15px !important;
	border: none !important;
	margin-left: 103px;
	margin-bottom: 13px;
	margin-top: -32px;
}

.call-btn a,
.call-btn a:hover {
	height: 41px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2e5672 !important;
	color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	border-radius: 30px;
	letter-spacing: 1px;
	padding: 10px 14px !important;
	border: none !important;
}

.call-btn a i {
	-ms-transform: rotate(100deg);
	/* IE 9 */
	-webkit-transform: rotate(100deg);
	/* Safari */
	transform: rotate(100deg);
	/* Standard syntax */
}

.call-btn {
	padding: 5px 0 !important;
}

.modal-open #myModal-call {
	display: flex;
	height: 100vh;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}

#myModal-call .modal-dialog {
	width: 500px;
	margin: 30px auto;
}

#myModal-call .modal-content {
	border-radius: 5px !important;
	overflow: hidden;
}

.modal-content button.close {
	line-height: 1;
	margin: 0;
	position: absolute;
	right: -251px;
	top: -12px;
	/*background-color: #2E5672 !important;*/
	color: #fff;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	z-index: 5;
	opacity: 1;
	height: 45px;
	width: 45px;
	font-size: 40px;
}

#myModal-call .modal-dialog .modal-body {
	padding: 0;
}

.modal-body,
.modal-title {
	text-align: center !important;
}

.call-content h3 {
	color: #000;
	margin: 18px 0 10px;
	padding: 0;
	font-size: 20px;
}

.call-content ul {
	margin: 18px 0px 10px;
}

.call-content ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}

.modal-body ul li {
	color: #959595;
	text-align: left;
}

.call-content ul li img {
	margin: 0 10px 0 0;
}

.call-content ul li img,
.nav__btn .sandwich {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
}

.call-content ul li h4 {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	color: #000;
}

.navbar {
	margin-bottom: 0px !important;
}

.aboutinfo {
	padding: 1em;
}

.aboutinfo1 {
	padding: 1em;
}

.per-day-price p {
	text-align: left !important;
}

.float {
	position: relative;
	width: 50px;
	height: 50px;
	bottom: 0px;
	right: 0px;
	background-color: #25d366 !important;
	color: #fff;
	border-radius: 50px !important;
	text-align: center;
	font-size: 28px !important;
	/* box-shadow: 2px 2px 3px #999; */
	padding: 3px 8px !important;
	float: left;
}

.float_1 {
	position: relative;
	width: 50px;
	height: 50px;
	bottom: 0px;
	right: 0px;
	background-color: #25d366 !important;
	color: #fff;
	border-radius: 50px !important;
	text-align: center;
	font-size: 28px !important;
	/* box-shadow: 2px 2px 3px #999; */
	/*padding: 3px 8px !important;*/
	float: left;
}

.my-float {
	margin-top: 9px;
}

.fa-whatsapp {
	font-size: x-large !important;
}

.callnow {
	float: left;
	margin-left: 1em;
	margin-bottom: 1em;
}

.offer {
	margin-top: -3%;
	float: left;
	margin-left: 10px;
}

.offer-1 {
	margin-top: -3%;
	float: left;
}

.media-object {
	width: 400px;
	padding: 1em;
}

.glyphicon {
	color: #ce1432;
}

.ClsValidate {
	color: red;
	background: #f5f5f5;
	padding: 5px 14px;
	font-family: 'proxima_novalight';
	font-size: 13px;
	display: block;
	margin-bottom: 0;
}

.ClsReq {
	color: red;
}


/*=================responsive css==================*/

@media only screen and (max-width: 1440px) {
	.about-con .carousel-indicators {
		left: 41.5%;
		text-align: left;
		bottom: -40px;
	}
}

@media only screen and (max-width: 1024px) {
	.inner-header {
		padding-top: 89px;
	}

	.special-offers {
		padding-top: 130px;
	}

	.slider-responsive,
	.social_dreamz_mob {
		display: block;
	}

	#fancy,
	#magnific,
	.social_dreamz {
		display: none;
	}

	.media-body,
	.media-left,
	.media-right {
		display: block;
		width: auto;
	}

	.list-box .media-left img {
		height: auto;
		width: 100%;
	}

	#BMWli_730 .owl-nav {
		position: absolute !important;
		top: 175% !important;
		margin-left: 0px !important;
	}

	#Range-Rover-Vogue .owl-nav,
	#Audi .owl-nav,
	#Mercedes-C200 .owl-nav {
		position: absolute;
		margin-top: -1%;
		margin-left: 0px !important;
	}

	.owl-nav {
		margin-left: -41px;
	}

	.home-header {
		height: auto;
	}

	.navbar-collapse {
		padding: 0;
	}

	.header-main .navbar-default .navbar-nav>li {
		padding: 5px 5px;
	}

	.top-banner h2 {
		margin-top: 70px;
	}

	.header-main .navbar-default .navbar-nav {
		margin: 0;
	}
}

@media only screen and (max-width: 992px) {
	.navbar-header {
		width: 100%;
		text-align: center;
	}

	.navbar-brand {
		display: inline-block;
		float: none;
	}

	.testi .item h4 {
		font-size: 24px;
		color: #4ac6e8;
		text-shadow: none;
		font-weight: 500;
		line-height: 34px;
		margin: 30px 0 30px;
	}

	.testi .item p {
		font-size: 22px;
		color: #fff;
	}

	.testi .d {
		width: 100% !important;
		height: auto !important;
		min-height: 300px !important;
	}

	.testi .d .item {
		width: 100% !important;
		height: auto !important;
		min-height: 300px !important;
	}

	.tab-content img {
		width: 100%;
	}

	.facilities ul li img {
		width: auto;
	}

	.per-day-price h3 {
		font-size: 16px;
	}

	.rent-car-form .form-group>label,
	.rent-car-form .input-group>label {
		font-size: 18px;
	}

	.footer h4 {
		font-size: 22px;
	}

	.footer ul li a {
		font-size: 13px;
		word-wrap: break-word;
	}

	.footer p {
		font-size: 16px;
	}

	#gallery-content-center h4 {
		font-size: 18px;
	}

	#gallery-content-center p {
		font-size: 16px;
		text-align: left;
	}

	.image-gallery {
		margin: 30px 0 0;
	}

	.form-inline input {
		width: 100%;
	}

	.form-inline select {
		width: 99%;
	}

	.new_article_three1 {

		margin-top: 10px !important;
	}

	.form-inline button {

		width: 99%;
	}

}

@media screen and (min-width: 400px) and (max-width: 499px) {
	.da-slider {
		width: 350px !important;
		height: 600px !important;
	}

	.da-slide .da-img img {
		width: 300px;
		height: auto;
	}

	.da-slide .da-img {
		top: 60%;
		right: 8% !important;
	}

	.top-banner p {
		top: 130px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 399px) {
	.da-slider {
		width: 300px !important;
		height: 600px !important;
	}

	.da-slide .da-img img {
		width: 260px !important;
		height: auto;
	}

	.da-slide .da-img {
		top: 60%;
		right: 0% !important;
	}

	.top-banner p {
		top: 130px;
		width: 90%;
	}

	.top-banner h2 {
		font-size: 23px;
	}

	.top-banner .da-link {
		font-size: 11px;
		top: 53%;
		padding: 10px 25px;
	}

	.testi .item h4 {
		font-size: 13px !important;
	}

	.testi .d .item {
		min-height: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-header {
		width: auto;
		text-align: center;
	}

	.navbar-brand {
		display: inline-block;
		float: left;
	}

	.home-header {
		height: auto;
	}

	.da-slider {
		width: 550px;
		height: 600px;
	}

	.da-slide .da-img img {
		width: 300px;
		height: auto;
	}

	.da-slide .da-img {
		top: 60%;
		right: 18%;
	}

	.testi .item h4 {
		font-size: 24px;
		color: #4ac6e8;
		text-shadow: none;
		font-weight: 500;
		line-height: 34px;
		margin: 30px 0 20px;
	}

	.testi .item p {
		font-size: 20px;
		color: #fff;
	}

	.tab-content img {
		max-width: 100%;
	}

	.testi .d {
		width: 100% !important;
		height: auto !important;
		min-height: 450px !important;
	}

	.testi .d .item {
		width: 100% !important;
		height: auto !important;
		min-height: 450px !important;
	}

	.top-banner .carousel-caption {
		position: relative;
	}

	.top-banner .carousel-caption h1,
	.special-offers-header h1,
	.booking-main h1,
	.why-main h1,
	.key-services h1,
	.our-partners h2 {
		font-size: 30px;
	}

	.carousel-caption a {
		padding: 10px 20px;
		font-size: 16px;
	}

	.tab-link ul {
		border: none;
	}

	.tab-link ul li {
		width: 100%;
		margin: 0 0 10px !important;
	}


	.tab-link1 ul {
		border: none;
	}

	.tab-link1 ul li {
		width: 100%;
		margin: 0 0 10px !important;
	}

	.rent-car-detail {
		padding: 15% 0 0;
	}

	.tab-con-main {
		padding: 30px 0;
	}

	.tab-con-main::after {
		height: 100%;
		top: 0;
	}

	.tabs-left>li>a {
		padding: 15px 15px;
		font-size: 20px;
		color: #2e5672;
	}

	.tabs-left li {
		width: 101%;
		margin: 0 0 15px;
	}

	.our-partners .col-sm-2 {
		text-align: center;
		margin: 0 0 20px;
	}

	.footer ul {
		margin: 0 0 30px;
	}

	.footer h4 {
		font-size: 20px;
	}

	.footer-midd .input-group {
		margin: 0 0 30px;
	}

	.copyright {
		margin: 15px 0;
	}

	.social {
		text-align: center;
	}

	.social ul {
		margin: 0;
	}

	.rent-car-form .form-group .form-control,
	.rent-car-form .input-group .form-control {
		height: 50px;
	}

	.rent-car-form .btn {
		width: 100%;
	}

	.carousel-inner>.item>img {
		display: inline-block;
		margin: 5% 0 0;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		background: rgba(0, 0, 0, 0.5);
	}

	.header-main .navbar-default .navbar-nav>li>a {
		color: #fff;
		text-align: center;
	}

	.header-main .navbar-default .navbar-nav>li>a:hover,
	.header-main .navbar-default .navbar-nav>li>a.active {
		color: #4ac6e8;
	}

	.header-main .navbar-default .navbar-nav {
		margin: 0;
	}

	.rent-detail-main form {
		margin: 20px 0 0;
	}

	.rent-detail-main h3 {
		margin: 30px 0 20px;
	}

	.booking-main {
		padding-top: 0;
	}

	.navbar-default .navbar-toggle {
		border: none;
		background: none !important;
		margin: 30px 15px 0 0;
	}

	.navbar-brand>img {
		height: 60px;
	}

	.rent-car-form .btn {
		margin: 0 0 15px;
	}

	.media-body,
	.media-left,
	.media-right {
		width: auto;
		display: block;
	}

	.list-box .media-body h4 {
		width: 321px;
	}

	.owl-nav {
		/* margin-top: -62px; */
		position: absolute;
		text-align: center;
		top: 39%;
		display: flex !important;
		margin-left: -16px;
	}

	/*.list-box .media-left {

  display: none;

}*/
}

.DTClsGrd {
	width: 100%;
	background: #f6f6f6;
}

.DTClsGrd th {
	border-right: 1px solid #ddd;
	background-color: #0085cc;
	color: #fff;
	padding: 5px 5px;
	line-height: normal;
}

.DTClsGrd td {
	border: 1px solid #ddd;
	padding: 10px;
	vertical-align: middle !important;
	line-height: 22px !important;
}

.tagline {
	margin-top: 0px;
	font-size: 30px;
	margin-left: 0.5em;
}

.price-heading {
	color: #1f5e8a;
	font-weight: bold;
}

.vehiimage {
	width: 2%;
	margin-right: 1em;
}

@media only screen and (max-width: 640px) {
	.testi .d {
		width: 100% !important;
		height: auto !important;
		min-height: 500px !important;
	}

	.testi .d .item {
		width: 100% !important;
		height: auto !important;
		min-height: 500px !important;
	}
}

@media only screen and (max-width: 767px) {
	.header-main .navbar-default .navbar-nav>li {
		padding: 5px 7px !important;
		text-align: center;
		margin: 0px !important;
	}

	.call-btn a,
	.call-btn a:hover {
		display: inline-flex !important;
	}

	.contact-btn a,
	.contact-btn a:hover {
		display: inline-flex !important;
	}

	.call-btn {
		margin: 0px 0px 0px 127px;
	}

	.contact-btn {
		margin: 0px 0px 0px 90px;
	}

	.view-btn {
		margin: 0px 0px 0px 90px;
	}

	.FacilitiesLink {
		clear: both;
	}

	.icon img {
		float: left !important;
	}

	.img-box a img {
		width: 100%;
	}

	.table {
		width: 100%;
		overflow-x: scroll;
	}
}

/*****************************************************/

.navbar-brand {
	padding: 10px 15px 15px 15px;
}

.contact_info {
	float: right;
	text-align: right;
	height: 60px;
}

.contact_info ul.cinfo li {
	list-style: none;
	display: inline-block;
	padding: 10px 20px;
}

.contact_info ul.cinfo li a {
	text-decoration: none !important;
	font-size: 12px;
	color: #313538;
	font-weight: 600;
	text-transform: initial;
}

.contact_info ul.cinfo li a i {
	color: #2e5672;
	font-size: 20px;
	margin-right: 10px;
}

.dream_al {
	border-top: 1px solid #4ac6e8;
	display: inline-block;
	width: 100%;
	padding: 30px 0 0 0px;
	margin: 30px 0 0px 0px;
}

.soc_one {
	display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 5000px) {

	.slider-responsive,
	.social_dreamz_mob {
		display: none;
	}

	#fancy,
	#magnific,
	.social_dreamz,
	.owl-nav {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.slider-responsive,
	.social_dreamz_mob {
		display: block;
	}

	.social_dreamz_mob {
		width: 100%;
		height: 70px;
	}

	#fancy,
	#magnific,
	.social_dreamz,
	.owl-nav {
		display: none;
	}

	.list-box .media-body {
		padding: 10px 50px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.whatsapp_btn {
		position: fixed;
		right: 0;
		bottom: 0;
		background: green;
		border-radius: 50%;
		height: 50px !important;
		width: 51px !important;
		margin-bottom: 22px !important;
		margin-right: 7px !important;
	}

	.size {
		font-size: 3em !important;
	}

	i.fa.fa-whatsapp.size {
		color: white;
		margin-top: 2px;
		margin-left: 5px;
		border-radius: 67%;
	}

	.contact_info,
	.call-btn {
		display: none !important;
	}

	.soc_two {
		display: block;
		position: absolute;
		top: 18%;
		right: 24%;
		padding: 7px 10px;
		border-radius: 50%;
		color: white;
	}

	.soc_two a i {
		color: white !important;
		font-size: 14px;
	}

	.soc_one {
		display: block;
		position: absolute;
		top: 26%;
		right: 15%;
		transform: rotate(120deg);
		background: #2e5672;
		padding: 7px 10px;
		border-radius: 50%;
		color: white;
	}

	.soc_one a i {
		color: white !important;
		font-size: 14px;
	}

	.slider-responsive,
	.social_dreamz_mob {
		display: block;
	}

	#fancy,
	#magnific,
	.social_dreamz {
		display: none;
	}

	/* .owl-nav button span {

		display: none;

	} */
	.list-box .media-body {
		padding: 10px 15px;
	}

	.social_dreamz_mob {
		width: 100%;
		height: 70px;
	}

	.video-wrapper h1 {
		font-size: 33px !important;
	}

	.plan_section {
		margin-bottom: 19px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 399px) {
	.soc_one {
		top: 4%;
		right: 15%;
		position: fixed;
	}

	.car_bifurcation_block .container {
		margin-left: 13px !important;
	}

	.car_bifurcation_block .view_all,
	.car_bifurcation_block .economy.view_all {
		margin-left: 29% !important;
	}

	.car_bifurcation_block .economy.view_all {
		margin-left: 23% !important;
	}

	.soc_two {
		top: 3%;
		right: 24%;
		position: fixed;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1068px) {
	.contact_info {
		text-align: center;
		padding-top: 0px;
		height: 53px;
	}
}

/************************* video *****************************/

.owl-nav {
	margin-top: -284px;
	text-align: center;
}

.owl-nav button {
	opacity: 0.8;
	background: #fff;
	outline: none;
}

.owl-prev:before,
.owl-next:before {
	content: "\f053";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 50px;
	color: #1f487e;
	margin: 0 4px;
}

.owl-next:before {
	content: "\f054";
}

.video-wrapper {
	margin-top: 40px;
}

.video-wrapper h1 {
	font-size: 60px;
	color: #2e5672;
	margin: 30px 0 20px;
	font-weight: 700;
}

.video-wrapper .video_class {
	border: 2px solid #2e5672;
}

@media only screen and (min-width: 320px) and (max-width: 380px) {
	.video-wrapper .video_class {
		width: 250px !important;
		height: auto;
	}

	.video-wrapper h1 {
		font-size: 30px;
	}
}

button.view {
	color: white;
	background-color: transparent;
	font-weight: 900;
	font-size: 16px;
	border-radius: 30px;
	border-color: white;
	border-width: 1%;
	box-shadow: none;
	outline: none;
	text-align: center;
	position: absolute;
	top: 105%;
	left: -61%;
}

button.view:hover {
	border-color: black;
}

button.view-rent {
	color: white;
	background-color: transparent;
	font-weight: 900;
	font-size: 16px;
	border-radius: 30px;
	border-color: white;
	border-width: 1%;
	box-shadow: none;
	outline: none;
	text-align: center;
	position: absolute;
	top: 101%;
	left: 47%;
}

button.view-rent:hover {
	border-color: black;
}

span .owl-prev:before,
.owl-next:before {
	color: white;
}

span .owl-next:before,
.owl-prev:before {
	color: white;
}

#fancy,
#magnific,
.social_dreamz,
.owl-nav {
	display: block;
}

@media only screen and (max-width: 1024px) {

	img.xzoom4,
	img.xzoom5,
	img.xzoom-gallery4,
	img.xzoom-gallery5 {
		display: none;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 360px) {
	div .social_dreamz {
		display: none;
	}
}

h5 {
	color: white;
}

@media only screen and (max-width: 767px) {
	button.view {
		left: 40%;
	}

	button.view-rent {
		left: 40%;
		margin-top: -132px;
	}

	.tab-con-main {
		margin: 40px 0 0;
		position: relative;
		padding-bottom: 70px;
	}
}

button span {
	font-size: 73px;
}

#about-banner {
	height: 524px;
}

.item-1 {
	margin-left: 10%;
}

.form {
	border: 1px solid #000;
	padding: 10px 0 40px 10px;
	border-radius: 5px 5px;
	margin-top: 20px;
}

.form-text {
	border-right: 1px solid #000000;
	margin-top: 30px;
}

.form-text h1 {
	font-size: 40px;
	padding-top: 30px;
}

.form-text p {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product {
	margin-top: 30px;
}

.per-day-price-para {
	padding-top: 5px;
	padding-bottom: 30px;
	position: relative;
}

.per-day-price-para h1 {
	font-size: 25px;
	margin-right: 30%;
	font-weight: 700;
	position: absolute;
}

.per-day-price-para p strong {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

media-body {
	padding-bottom: 20%;
}

.car h1 {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 40px;
	padding-top: 40px;
}

.car h2 {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 34px;
	padding-top: 40px;
	text-align: center;
}

.car P {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #fff !important;
	font-size: 17px;
}

.car-img img {
	margin-top: -20px;
}

.fam-offer {
	margin-top: 20px;
}

.car-1 {
	margin-top: 20px;
}

.car-1 h2 {
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 40px;
	padding-top: 40px;
}

.tab-con-main {
	/*margin: 40px 0 0;*/
	position: relative;
	margin-bottom: 34px;
	/*padding-bottom: 55px;*/
	margin-top: 0px;
}

.per-day-price-para h5 {
	color: #000000;
}

.per-day-price-para h3 {
	color: #1f487e;
	font-size: 24px;
	font-weight: 700;
	padding-top: -20%;
	display: block;
}

/* .col-md-3 {
	width: 25%;
	margin-bottom: 31px;
} */

.TAG {
	text-align: center;
	margin-top: 20px;
}

.TAG a {
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20PX 20PX;
}

.TAG a:hover {
	background: #fff;
	color: #000;
	font-weight: 700;
	text-decoration: none !important;
}

.tab-con-main-1 {
	margin: 40px 0 0;
	position: relative;
	margin-bottom: 34px;
	padding-bottom: 55px;
}

mark {
	color: #fff;
	background: #0085cc;
}

.offer img {
	position: relative;
	margin-bottom: 10px;
	margin-left: -15%;
	margin-top: 10px;
}

.offer h5 {
	position: absolute;
	z-index: 1;
	top: 120%;
	left: 0;
}

.offer h1 {
	position: absolute;
	z-index: 1;
	top: 81%;
	left: 10%;
	color: #2e5672 !important;
	font-weight: BOLD;
	text-transform: uppercase;
	border-bottom: 2px dotted #000000;
	font-weight: bolder !important;
	font-size: 20px;
}

.offer h5 {
	position: absolute;
	z-index: 1;
	top: 120%;
	left: -4%;
	color: #1f487e !important;
	font-weight: 700;
	font-size: 15px !important;
	padding-top: -20% !important;
}

.offer h5 span {
	color: #f00;
	font-size: 15px;
}

.offer h4 {
	position: absolute;
	z-index: 1;
	top: 140%;
	left: -4%;
	color: #1f487e !important;
	font-size: 15px !important;
	padding-top: 10px;
	font-weight: 700 !important;
}

.offer h4 span {
	color: #f00;
	font-size: 15px;
}

.car-img-1 {
	margin-top: 10px;
}

#Mercedes-C200 {
	padding-top: 141px;
	/* width: 900px; */
	/* padding-left: 100px; */
	/* padding-right: 459px; */
}

#Audi,
#Range-Rover-Vogue,
#BMWli_730 {
	padding-top: 141px;
	/* width: 900px; */
	/* padding-left: 100px; */
	/* padding-right: 459px; */
}

.modal-dialog .modal-content {
	width: 613px;
}

.modal-body {
	padding: 0px;
}

.modal-content {
	background-color: none;
}

.container.model {
	width: 883px;
	padding-left: 0px;
	/* padding-bottom: ; */
	padding-top: 0px;
	margin-top: -78px;
	margin-bottom: -62px;
}

.glyphicon.glyphicon-chevron-left {
	color: white;
}

.glyphicon.glyphicon-chevron-right {
	color: white;
}

.modal-content {
	padding-right: 80px;
	right: 175px;
}

.carousel-bg .carousel-inner .item {
	background-size: cover;
	background-position: center;
	min-height: 500px;
}

.modal-header {
	padding: 0px;
}

.next {
	display: none;
}

.prev {
	display: none;
}

#query {
	margin-top: 50px;
}

@media only screen and (max-width:640px) {

	#Audi,
	#Range-Rover-Vogue,
	#BMWli_730 {
		padding-left: 158px !important;
		padding-top: 315px !important;
	}

	#Mercedes-C200 {
		padding-left: 158px !important;
		padding-top: 315px !important;
	}

	/*#BMWli_730 .owl-nav {*/
	/*	position: absolute;*/
	/*    top: 40%;*/
	/*}*/
	.owl-item {
		width: 398px;
	}

	.owl-prev {
		margin-right: 250px !important;
	}

	.owl-next {
		margin-right: -13px !important;
	}

	/*.owl-carousel .owl-item img {*/
	/*	width: 42% !important;*/
	/*}*/
	.owl-carousel .owl-item img {
		width: 42% !important;
	}

	.apartment-carousel .owl-item img {
		width: 100% !important;
	}

	.modal-content button.close {
		left: 322px !important;
		right: 0px !important;
		top: -82px !important;
	}

	/* .owl-prev {

		margin-left: -438px !important;

	} */
	h3,
	h5 {
		width: 279px;
	}

	.car-img {
		width: 299px;
	}

	.mark,
	mark {
		line-height: 2;
	}

	#apartment {
		width: 299px;
	}

	.source {
		margin-top: 123px;
	}

	.car h1 {
		font-size: 34px;
	}

	.car-img img {
		margin-top: 11px;
	}

	.media-object {
		width: 300px;
	}

	.media-body,
	.media-left,
	.media-right {
		display: block !important;
		vertical-align: top;
	}

	.navbar-header {
		height: 94px;
	}
}

@media only screen and (min-width:414px) {

	#Audi,
	#Range-Rover-Vogue,
	#BMWli_730 {
		padding-left: 158px !important;
		padding-top: 315px !important;
	}

	#Mercedes-C200 {
		padding-left: 158px !important;
		padding-top: 315px !important;
	}

	#BMWli_730 .owl-nav {
		position: absolute !important;
		top: 175% !important;
		margin-left: 0px !important;
	}

	#Range-Rover-Vogue .owl-nav,
	#Audi .owl-nav,
	#Mercedes-C200 .owl-nav {
		position: absolute;
		margin-top: -19%;
		margin-left: 0px !important;
	}

	.owl-carousel .owl-item img {
		width: 50% !important;
	}

	.modal-content button.close {
		left: 371px !important;
		right: 0px !important;
		top: -82px !important;
	}

	.owl-nav {
		margin-top: -154px !important;
		margin-right: 418px !important;
	}

	.owl-prev {
		margin-right: 318px !important;
	}

	.owl-next {
		margin-right: -13px !important;
	}

	.h5,
	h5 {
		font-size: 12px;
	}

	.car h1 {
		font-size: 34px;
	}

	/* .media-body,

	.media-left,

	.media-right {

		display: block !important;

		vertical-align: top;

	} */
	.navbar-header {
		height: 94px;
	}
}

@media only screen and (min-width:768px) {

	#Audi,
	#Range-Rover-Vogue,
	#BMWli_730 {
		padding-left: 158px !important;
		padding-top: 400px !important;
	}

	#Mercedes-C200 {
		padding-left: 158px !important;
		padding-top: 400px !important;
	}

	.owl-carousel .owl-item img {
		width: 91% !important;
	}

	.owl-item {
		width: 868px !important;
	}

	.owl-nav {
		margin-top: -310px !important;
		margin-right: 11px !important;
	}

	#BMWli_730 .owl-nav {
		position: absolute !important;
		top: 175% !important;
		margin-left: 0px !important;
	}

	#Range-Rover-Vogue .owl-nav,
	#Audi .owl-nav,
	#Mercedes-C200 .owl-nav {
		position: absolute;
		margin-top: -19%;
		margin-left: 0px !important;
	}

	.owl-prev {
		margin-right: 668px !important;
	}

	.owl-next {
		margin-right: 23px !important;
	}

	.modal-content button.close {
		left: 723px !important;
		right: 0px !important;
		top: -82px !important;
	}

	#audi-a3 {
		margin-bottom: 22px !important;
	}

	.h5,
	h5 {
		font-size: 12px;
	}

	.car h1 {
		font-size: 34px;
	}

	/* .media-body,

	.media-left,

	.media-right {

		display: block !important;

		vertical-align: top;

	} */
	.navbar-header {
		height: 94px;
	}
}

@media only screen and (max-width:992px) and (min-width:800px) {
	#sale {
		width: 248PX !important;
	}
}

@media only screen and (min-width:900px) {

	#Audi,
	#Range-Rover-Vogue,
	#BMWli_730 {
		padding-left: 57px !important;
		padding-top: 205px !important;
	}

	#Mercedes-C200 {
		padding-left: 57px !important;
		padding-top: 205px !important;
	}

	.owl-carousel .owl-item img {
		width: 100% !important;
	}

	.owl-item {
		width: 868px !important;
	}

	#BMWli_730 .owl-nav {
		position: absolute;
		top: 107% !important;
		display: flex;
	}

	#Range-Rover-Vogue .owl-nav,
	#Mercedes-C200 .owl-nav,
	#Audi .owl-nav {
		position: absolute;
		top: 90%;
		display: flex;
	}

	/*.owl-nav {*/
	/*	margin-top: -310px !important;*/
	/*	margin-right: -15px !important;*/
	/*}*/
	.owl-prev {
		margin-right: 730px !important;
	}

	.owl-next {
		margin-right: 23px !important;
	}

	.modal-content button.close {
		left: 818px !important;
		right: 0px !important;
		top: -82px !important;
	}

	.footer {
		/*width: 1440px;*/
		width: 100%;
	}

	#sale {
		width: 319PX;
	}
}

/* @media only screen and (min-width:1025px) {

	.owl-carousel .owl-item img {

		width: 100% !important;

	}

} */

.sub-heading {
	font-size: 28px;
	color: #2e5672;
}

.booking {
	margin-top: 52px !important;
}

.container.faq {
	padding-bottom: 50px;
}

.float.more_details {
	margin-left: 39%;
}

#myModal-call .modal-content {
	background: white;
	margin-left: 39%;
	width: 100%;
}

#myModal-call .modal-dialog .modal-body {
	background: white;
	width: 100%;
}

@media only screen and (max-width:768px) {
	.whatsapp-btn {
		display: none !important;
	}

	#myModal-call .modal-dialog .modal-body {
		background: white;
		width: 100%;
	}

	#myModal-call .modal-content {
		margin-left: 43%;
	}

	a#car {
		width: 39px !important;
		height: 39px !important;
		z-index: 99;
	}

	a.car {
		width: 39px !important;
		height: 39px !important;
	}

	.soc_two {
		display: block !important;
	}
}

.soc_two {
	display: none;
}

i.fa.fa-whatsapp.my-float {
	color: white;
	margin-top: 5px;
}

a#car {
	width: 41px;
	height: 41px;
}

a.car {
	width: 41px;
	height: 41px;
}

img.none_width {
	width: 39px !important;
	height: 39px !important;
}

@media only screen and (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
	margin-top: 2.8rem;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.latest_article {
	margin-bottom: 24px;
}

.para_rent_car {
	color: white;
}

.para_rent_car.first_para {
	margin-top: 48px;
}

/*.live_whatsapp{*/

/*    position:fixed;*/

/*}*/

.whatsapp_btn {
	position: fixed;
	right: 0;
	bottom: 0;
	background: green;
	border-radius: 48%;
	height: 70px;
	width: 68px;
	margin-bottom: 22px;
	margin-right: 7px;
}

i.fa.fa-whatsapp.size {
	color: white;
	margin-top: 3px;
	margin-left: 6px;
	border-radius: 67%;
}

.whatsapp_btn_1 {
	position: relative;
	left: 35%;
	bottom: 0;
	height: 70px;
	width: 68px;
	margin-bottom: 22px;
	margin-right: 7px;
}

i.fa.fa-whatsapp.size_1 {
	color: black;
	margin-top: 3px;
	margin-left: 6px;
	border-radius: 67%;
	font-size: 46px !important;
}

.key-services.about_us {
	background: none;
}

@media only screen and (min-width:1280px) {
	.size {
		font-size: 4em !important;
	}

	.size_1 {
		font-size: 4em !important;
	}
}

@media only screen and (min-width:1024px) {
	.size {
		font-size: 4em !important;
	}

	.size_1 {
		font-size: 4em !important;
	}
}

/***************************************************************/

.new_article .post-slide {
	border-left: 2px solid rgb(74, 198, 232);
	border-bottom: 2px solid rgb(74, 198, 232);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.new_article .post-slide .post-img {
	position: relative;
	overflow: hidden;
}

.new_article .post-slide .post-img:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(46, 35, 35, 0);
	transition: all 0.40s linear 0s;
}

.new_article .post-slide:hover .post-img:before {
	background: rgba(0, 0, 0, 0.6);
}

.new_article .post-slide .post-img img {
	width: 100%;
	height: auto;
}

.new_article .post-slide .post-info {
	width: 75%;
	position: absolute;
	bottom: -100%;
	left: 12.5%;
	background: #1dcfd1;
	text-align: center;
	line-height: 26px;
	padding: 15px;
	transition: bottom 0.40s ease-in-out 0s;
}

.new_article .post-slide:hover .post-info {
	bottom: 0;
}

.new_article .post-slide .category {
	padding: 0;
	margin: 0;
	list-style: none;
}

.new_article .post-slide .category li,
.new_article .post-slide .post-date {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
}

.new_article .post-slide .category li:after {
	content: " /";
}

.new_article .post-slide .category li:last-child:after {
	content: "";
}

.new_article .post-slide .category li a {
	color: #fff;
	transition: all 0.40s linear;
}

.new_article .post-slide .category li a:hover {
	color: #555;
	text-decoration: none;
}

.new_article .post-slide .post-review {
	padding: 35px 20px 25px;
	background: #fff;
	position: relative;
}

.new_article .post-slide .icons {
	width: 90px;
	height: 90px;
	border: 4px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -45px;
	right: 10px;
	overflow: hidden;
}

.new_article .post-slide .icons img {
	width: 100%;
	height: auto;
}

.new_article .post-slide .post-title {
	margin: 0 0 25px 0;
}

.new_article .post-slide .post-title a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #1dcfd1;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.30s linear 0s;
}

.new_article .post-slide .post-title a:hover {
	text-decoration: none;
	color: #555;
}

.new_article .post-slide .post-description {
	color: #555;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
}

.new_article .post-slide .read {
	font-size: 13px;
	color: #555;
	display: block;
	text-align: right;
	text-transform: uppercase;
}

.new_article .post-slide .read:hover {
	text-decoration: none;
	color: #1dcfd1;
}

.new_article_two .post-slide {
	background: #fff;
	margin: 0 15px;
}

.new_article_two .post-slide .post-img {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}

.new_article_two .post-slide .over-layer {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.30s ease 0s;
}

.new_article_two .post-slide .over-layer:after {
	color: #fff;
	content: "+";
	font-size: 52px;
	position: absolute;
	top: 31%;
	left: 42%;
}

.new_article_two .post-slide .post-img:hover .over-layer {
	opacity: 1;
}

.new_article_two .post-slide .post-img img {
	width: 100%;
	height: auto;
}

.new_article_two .post-slide .post-review {
	float: left;
	padding: 1px 20px;
	width: 50%;
}

.new_article_two .post-slide .post-title {
	margin: 15px 0 5px 0;
}

.new_article_two .post-slide .post-title a {
	color: #3498db;
	font-size: 20px;
	font-weight: 700;
	display: block;
	text-transform: capitalize;
	transition: color 0.30s ease;
}

.new_article_two .post-title>a:hover {
	text-decoration: none;
	color: #333;
}

.new_article_two .post-slide .post-date {
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

.new_article_two .post-description {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}

@media only screen and (max-width: 990px) {
	.new_article_two .post-slide .over-layer:after {
		top: 39%;
		left: 45%;
	}
}

@media only screen and (max-width: 640px) {
	.new_article_two .post-slide .post-img {
		width: 100%;
	}

	.new_article_two .post-slide .post-review {
		width: 100%;
		padding: 10px;
	}
}

.new_article_two .mr10 {
	margin: 25px 0;
}

.new_article_two .post-description-none {
	list-style: circle;
}

.new_article_two {
	padding-bottom: 40px;
}

.new_article_three {
	margin-top: 20px;
	padding: 10px 0;
	width: 100%;
	background: #2e5672;
	overflow: hidden;
}

.new_article_three1 {
	margin-top: 50px;
	padding: 10px 0;
	width: 100%;
	min-height: 130px;
	background: #2e5672;
	display: block;
}

form {

	padding-top: 1.8%;
}

.hey h2 {

	margin-top: -20px !important;

}

.satefy-block {
	display: flex;
	align-items: center;
	padding: 45px 0 65px;
	clear: both;
}

.satefy-block.one_satefy-block {
	display: flex;
	align-items: center;
	padding: 5px 0 05px;
	clear: both;
}

.satefy-block__img {
	display: block;
	margin-right: -70px;
	width: 55%;
	min-width: 55%;
}

.satefy-block__text {
	background: #ffffff;
	box-shadow: 0px 4px 25px rgba(28, 31, 60, 0.15);
	border-radius: 6px;
	padding: 20px 30px;
}

.satefy-block__text.one_block__text {
	background: #fbfbfb;
	box-shadow: 0px 4px 25px rgba(28, 31, 60, 0.15);
	border-radius: 0px;
	border: 1px solid #939fad;
	padding: 25px 30px;
}

.satefy-block__img.one_right_satefy-block__img {
	display: block;
	margin-left: -70px;
	width: 55%;
	min-width: 55%;
	z-index: -1;
}

.satefy-block__title {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 10px;
}

.section-rental-plans__head {
	background: #EB2D2D;
	padding: 145px 0 95px;
}

.section-rental-plans__head h2 {
	color: #FFFFFF;
	text-align: center;
}

.section-rental-plans__list {
	display: flex;
	margin: -60px -14px 0;
}

.section-rental-plans__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(28, 31, 60, 0.15);
	border-radius: 6px;
	border-bottom: 4px solid #36393F;
	padding: 40px 40px 25px;
	margin: 0 14px;
}

.section-rental-plans__item-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.section-rental-plans__item-title {
	font-size: 28px;
	line-height: 25px;
	color: #000000;
	font-weight: normal;
	margin-right: 20px;
}

.section-rental-plans__item-title span {
	display: block;
	font-size: 16px;
	color: #EB2D2D;
}

.satefy-block__text p {
	margin: 0 0 20px;
}

.satefy-block__text .btn-newColor {
	padding: 10px 20px;
	margin: 25px 0px;
	background: #2e5672;
	color: white;
	text-decoration: none;
	border-radius: 15px;
}

.new_article_two .img_one {
	display: flex;
	margin: 20px 0 0px 0;
}

.new_article_two .img_two_text {
	padding: 20px 20px;
}

.new_article_two .img_two_text_left {
	padding: 20px 20px 20px 0px;
}

.new_article_two .color_black {
	color: black;
	font-weight: 700;
	text-transform: uppercase;
}

.new_article_two .post-description-none::marker {
	color: #2e5672;
}

.new_article_two ul.bordre-right-one {
	padding-left: 20px !important;
}

.new_article_two p.bg-color_new {
	background: #2e5672;
	padding: 5px 10px;
	color: white;
}

.new_article_two p.mar10 {
	margin-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

	.satefy-block__img,
	.satefy-block__img.one_right_satefy-block__img {
		display: block;
		margin: 0px !important;
		width: 100%;
		min-width: 100%;
		height: auto;
		text-align: center;
	}

	.satefy-block,
	.satefy-block.one_satefy-block {
		display: block;
	}

	.satefy-block .satefy-block__text {
		margin: 10px 15px;
	}

	.new_article_two .img_one {
		display: block;
		margin: 20px 0 0px 0;
	}

	.img_two {
		text-align: center;
	}

	.satefy-block__img img,
	.new_article_two .img_one img {
		width: 94%;
		height: auto;
		margin: 2% 3%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.new_article_two .img_one {
		display: block;
		margin: 20px 0 0px 0;
	}

	.img_two {
		text-align: center;
	}

	.satefy-block {
		display: block;
	}
}

a {
	color: #1a354d;
	text-decoration: none;
}

.fleet_detials_p {
	font-size: 40px;
	margin-top: 30px;
	color: #2e5672;
	font-weight: 800;
}

.fleet_detials_p_sub {
	font-weight: 600;
	font-size: 45px;
	margin-top: 80px;
	color: #2e5672;
}

.car_bifurcation_block {
	background: #ffffff;
}

.car_bifurcation_block .tab-link {
	padding-top: 40px;
	padding-bottom: 20px;
}

.car_bifurcation_block .card {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 48px;
}

.car_bifurcation_block .container {
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	margin-bottom: 30px;
	/* padding-left: 67px; */
	margin-left: 48px;
	margin-right: 83px;
	width: 95%;
	padding-bottom: 44px;
	text-align: center;
	border: 1px solid #ddd;
	/* border-radius: 17px; */
}

.car_bifurcation_block .view_all {
	margin-left: 46%;
	margin-bottom: 27px;
	color: white;
	background: #1f5e8a;
	width: auto;
	height: 35px;
	border: none;
	border-radius: 6px;
}

.car_bifurcation_block .economy.view_all {
	margin-left: 44%;
}

.car_bifurcation_block .tab-link ul li.active a:hover {
	border: none !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	background: #1f5e8a;
}

.seprator {
	border-left: 1px solid #ddd;
}

.car_bifurcation_block h2 {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-size: 34px;
	padding-top: 1px;
	padding-bottom: 14px;
	text-align: center;
}

.car_bifurcation_block p {
	font-weight: 700;
	font-size: 18px;
}

.car_bifurcation_block .price {
	font-weight: 500;
	font-size: 17px;
}

.car_bifurcation_block i.fa.fa-whatsapp.size {
	color: white;
	margin-top: 1px;
	margin-left: 1px;
	border-radius: 67%;
}

.car_bifurcation_block .whatsapp {
	background: green;
	width: 16%;
	border-radius: 43px;
	text-align: center;
	margin-left: 43%;
	margin-top: 14px;
}

.car_bifurcation_block .whatsapp1 {
	background: green;
	width: 23%;
	border-radius: 43px;
	text-align: center;
	margin-left: 43%;
	margin-top: 14px;
}



/* .car_bifurcation_block .tab-link ul li {
    margin: 0 !important;
    border: none;
    width: 25%;
    text-align: center;
}
.car_bifurcation_block .tab-link {
    width: 84%;
    max-width: 100%;
    margin: 0 auto;
} */

.new_Top_margin .modal-dialog {
	top: 40%;
}

.new_Top_margin .owl-carousel .owl-item img {
	height: 450px;
	object-fit: cover;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.new_Top_margin .modal-dialog {
		top: 40%;
	}

	.new_Top_margin .owl-nav {
		margin-top: -310px !important;
		margin-right: 120px !important;
		margin-left: 145px !important;
	}
}

@media only screen and (min-width: 468px) and (max-width: 768px) {
	.new_Top_margin .owl-carousel .owl-item img {
		/*max-width: 300px !important;*/
		width: 60% !important;
		height: auto !important;
		margin: 0 15%;
		object-fit: cover;
	}

	/*.new_Top_margin .container.model {*/
	/*	width: 100%;*/
	/*}*/
	.new_Top_margin .owl-nav {
		margin-top: -135px !important;
		margin-right: 375px !important;
		margin-left: 187px !important;
	}

	.new_Top_margin .modal-content button.close {
		left: 437px !important;
		right: 0px !important;
		top: -82px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 467px) {
	.new_Top_margin .owl-carousel .owl-item img {
		/*max-width: 300px !important;*/
		width: 45% !important;
		height: auto !important;
		margin: 0 15%;
		height: 220px !important;
		object-fit: cover;
	}

	/*.new_Top_margin .container.model {*/
	/*	width: 100%;*/
	/*}*/
	.new_Top_margin .owl-nav {
		margin-top: -135px !important;
		margin-right: 375px !important;
		margin-left: 187px !important;
	}

	.new_Top_margin .modal-content button.close {
		left: 437px !important;
		right: 0px !important;
		top: -82px !important;
	}


}

.new_Top_margin .owl-prev {
	margin-right: 0px !important;
}

.new_Top_margin .owl-nav {
	position: relative;
}

.new_Top_margin .owl-nav .owl-prev:before {
	position: absolute;
	left: 10px;
}

.new_Top_margin .owl-nav .owl-next:before {
	position: absolute;
	right: 10px;
}

@media only screen and (min-width: 900px) {
	.new_Top_margin .owl-prev {
		margin-right: 0px !important;
	}
}


.modal_new .modal-box .show-modal {
	margin: 50px auto 0;
	border: none;
	outline: none;
	display: block;
	transition: all 0.3s ease 0s;
}

.modal_new .modal-box .show-modal:hover,
.modal-box .show-modal:focus {
	outline: none;
}

.modal_new .modal-backdrop.in {
	background-color: #000;
	opacity: 0.7;
}

.modal_new .modal-box .modal-dialog {
	width: 350px;
	margin: 70px auto 0;
	margin-top: 10%;
}

.modal_new .modal.fade .modal-dialog {
	transform: translateY(0px);
}

.modal_new .modal.in .modal-dialog {
	transform: translateY(0);
}

.modal_new .modal-content {
	padding-right: 0px !important;
	right: 125px !important;
}

.modal_new .modal-box .modal-dialog .modal-content .close {
	color: rgb(6 6 6);
	font-size: 40px;
	font-weight: 200;
	text-shadow: none;
	line-height: 25px;
	height: 25px;
	width: 25px;
	padding: 0 0 0 3px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	left: auto !important;
	right: 15px !important;
	top: 15px !important;
	z-index: 2;
	transition: all 0.3s ease 0s;
}

.modal_new .modal-box .modal-dialog .modal-content button.close span {
	font-size: 40px;
	font-weight: 700;
}

.modal_new .modal-box .modal-dialog .modal-content .close span {
	margin: -2px 0 0;
	display: block;
}

.modal_new .modal-box .modal-dialog .modal-content .close:hover {
	color: #fff;
}

.modal_new .modal-box .modal-dialog .modal-content .close:focus {
	outline: none;
}

.modal_new .modal-box .modal-dialog .modal-content {
	text-align: center;
	border-radius: 20px;
	box-shadow: none !important;
}

.modal_new .modal-box .modal-dialog .modal-content .modal-body {
	padding: 0px !important;
}

.modal_new .modal-box .modal-dialog .modal-content .modal-body .modal-icon {
	color: #FF3052;
	background-color: #fff;
	font-size: 80px;
	line-height: 150px;
	height: 150px;
	width: 150px;
	margin: 0 auto 30px;
	border-radius: 50%;
}



.modal_new .modal-box .modal-dialog .modal-content .modal-body img {
	max-width: 600px;
	width: 100%;
	height: 100%;
}

.modal_new .modal-box .modal-dialog .modal-content .modal-body .btn {
	color: #CD454C;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 30px;
	margin: 0 auto 10px;
	border-radius: 30px;
	border: none;
	display: block;
	transition: all 0.3s;
}



@media only screen and (max-width:600px) {
	.modal-dialog {
		width: 95% !important;
	}

	.modal_new .modal-dialog .modal-content {
		width: 100% !important;
		right: 0px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 468px) {
	.modal_new .modal-box .modal-dialog {
		margin-top: 40% !important;
	}
}

@media only screen and (min-width: 469px) and (max-width: 600px) {
	.modal_new .modal-box .modal-dialog {
		margin-top: 30% !important;
	}
}


.new-car-tabs .nav-tabs>li>a {
	padding: 10px;
	margin: 5px;
	border: 1px solid #1d2a35;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
}

.new-car-tabs .nav-tabs>li.active>a,
.new-car-tabs .nav-tabs>li:hover>a {
	background-color: #1d2a35;
	color: #fff;
}

.new-car-tabs .nav-tabs {
	padding-bottom: 30px;

}

img.img-top {
	width: auto;
	max-width: 100%;
}


