/*
Theme Name: CAROD
Theme URI: https://wordpress.org/themes/carod/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: CAROD brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.1
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carod
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    outline: none;
}

body {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #787878;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    font-weight: 400;
}

.fw-extrabold {
    font-weight: 800;
}

.fw-semibold {
    font-weight: 600;
}

.fw-medium {
    font-weight: 500;
}

.fw-regular {
    font-weight: 400;
}

.fw-light {
    font-weight: 300;
}

.text-primary {
    color: #46aaff !important;
}

.btn-secondary {
    background-color: #aad94d;
    border-color: #aad94d;
}

.btn {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-primary {
    background-color: #46aaff;
    border-color: #46aaff;
}

.text-black {
    color: #000;
}

.site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 16px;
}

.site-header.fixed {
    position: fixed;
    background-color: #fff;
    padding-top: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .08);
}

.navbar-toggler {
    width: 40px;
    height: 30px;
    display: block;
    border: 0;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span {
    width: 100%;
    height: 1px;
    background-color: #000000;
    display: block;
}

.navbar-toggler span.middle {
    margin: 8px 0;
}

.navbar-toggler.open span.middle {
    display: none;
}

.navbar-toggler.open span.top {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.navbar-toggler.open span.bottom {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.navbar-nav .nav-item{
	position:relative;
}
.navbar-nav .nav-item.menu-item-has-children::after{
	content:"";
	position:absolute;
	right:0;
	top: 8px;
    width: 14px;
    height: 14px;
	background-image: url(assets/images/chevron-down.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-nav .nav-item.menu-item-has-children:hover::after{
	-webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.navbar-nav .nav-item .nav-link {
    padding: 0;
    margin: 0 20px;
    font-weight: 400;
    color: #787878;
    font-size: 14px;
	position:relative;
	z-index:1;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:hover {
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid;
}
.navbar-nav .nav-item > .sub-menu{
	list-style:none;
	position: absolute;
    top: 100%;
	width:184px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .16078);
	max-height: 0;
    opacity: 0;
    visibility: hidden;
	transition:all .4s ease;
}
.navbar-nav .nav-item > .sub-menu > li{
	display:block;
}
.navbar-nav .nav-item > .sub-menu > li .nav-link{
	margin:0;
	padding: 10px 20px;
	border-bottom:1px solid rgba(0, 0, 0, .16078);
}
.navbar-nav .nav-item > .sub-menu > li:last-child .nav-link{
	border-bottom:0;
}
.navbar-nav .nav-item:hover > .sub-menu{
	visibility:visible;
	opacity: 1;
	max-height:1000px;
}
@media(max-width:1399px){
	.navbar-nav .nav-item .nav-link {
		  margin: 0 12px;
	}
}
@media(max-width:1199px) {
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
    .navbar-nav .nav-item .nav-link {
        display: inline-block;
    }
	.navbar-nav .nav-item > .sub-menu{
		position: relative;
		top: 100%;
		width:100%;
		left: 0;
		z-index: 2;
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		
		box-shadow: none;
	}
	navbar-nav .nav-item:hover > .sub-menu{
		padding-top:10px;
	}
	.navbar-nav .nav-item > .sub-menu > li .nav-link{
		margin:0;
		padding: 0 20px;
		display:block;
		border-bottom:0;
	}
}
.search-button {
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #787878;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background-image: url(assets/images/search_icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    text-indent: 1000px;
}

.phone-button {
    background-image: url(assets/images/phone-call.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 12px center;
    padding-left: 40px;
    margin: 0 16px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.login-button {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #46aaff;
    display: flex;
    align-items: center;
}

.login-button .login-icon {
    margin-right: 6px;
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #787878;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background-image: url(assets/images/login_icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.intro {
    padding: 150px 0 50px;
    position: relative;
    overflow: hidden;
}

.intro-title .sub-heading {
    font-size: 40px;
}

.intro-title .main-heading {
    font-size: 60px;
    font-weight: bold;
}

.intro-title .sub-title {
    font-size: 20px;
    font-weight: bold;
}

.intro-bullets {
    list-style: none;
    padding: 0;
    margin: auto;
}

.intro-bullets li {
    margin-bottom: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 35px;
    background-image: url(assets/images/check_icon.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 4px;
}

.intro-slider .owl-dots {
    text-align: right;
    padding-right: 150px;
    margin-top: 10px;
}

.intro-slider .owl-dots .owl-dot {
    background: #787878;
    height: 14px;
    width: 14px;
    margin: 0 8px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.intro-slider .owl-dots .owl-dot.active {
    width: 32px;
    background: #46aaff;
}

.bg-circle {
    position: relative;
    overflow: hidden;
}

.bg-circle::after {
    content: "";
    position: absolute;
    width: 612px;
    height: 612px;
    background-image: url(assets/images/circle_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.intro.bg-circle::after {
    top: -200px;
    left: -130px;
}

.site-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.how-it-works {
    padding: 60px 0;
}

.how-it-works.bg-circle::after {
    bottom: -150px;
    right: -200px;
}

.icon-item,
.icon-item::after {
    width: 129px;
    height: 129px;
    margin: auto;
    position: relative;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: rgba(70, 170, 255, .3);
}

.icon-item::after {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.icon-item img {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.how-it-work-item h4 {
    margin: 24px 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.how-it-work-item p {
    line-height: 1.4;
}

.clients {
    padding: 120px 0;
}

.clients.bg-circle::after {
    top: 0;
    left: -212px;
    background-image: url(assets/images/circle_2.png);
}

.who-we-are,
.deals,
.contact-form-section{
    padding: 160px 0;
    background-image: url(assets/images/who_we_are_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.who-we-are,
.contact-form-section{
	padding:300px 0;
}
.contact-form-section::after{
	top:50%;
	transform:translatey(-50%);
	z-index:1;
}
.contact-form{
	background-color:rgba(255,255,255,.9);
	border-radius:24px;
	overflow:hidden;
	padding:2rem;
}
.contact-form .form-control{
	background-color:#daeeff;
	border-color:#daeeff;
	margin-bottom:1rem;
	min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
}
.contact-form p{
	margin-bottom:0;
}
.contact-form br{
	display:none;
}
.contact-map{
	border-radius:20px;
	overflow:hidden;
	width:100%;
}
@media(max-width:1399px){
	.who-we-are,
	.contact-form-section{
		padding:200px 0;
	}
}
.who-we-are.bg-circle::after {
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.who-we-are .container {
    position: relative;
    z-index: 3;
}

.who-we-are-tab {
    background-color: rgba(70, 170, 255,.1);
    border: 0;
    padding: .6rem 1rem;
    font-weight: 600;
    color: #000;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    width: 100%;
}

.who-we-are-tab.active,
.who-we-are-tab:hover {
    background-color: #fff;
    color: #000000;
}

.fleet {
    padding: 100px 0;
}

.fleet-item {
    background-color: #f9f9f9;
    padding: 18px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    height: 100%;
}

.fleet-item .title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
}

.fleet-item p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.price-tag {
    background-color: #46aaff;
    padding: 10px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}

.price-tag strong {
    font-size: 26px;
    font-weight: 600px;
}

.fleet-services span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
    margin-bottom: 10px;
}

.fleet-services span.seats {
    background-image: url(assets/images/seats_icon.png);
}

.fleet-services span.bags {
    background-image: url(assets/images/bag_icon.png);
}

.fleet-services span.doors {
    background-image: url(assets/images/door_icon.png);
}

.fleet-services span.ac {
    background-image: url(assets/images/ac_icon.png);
}
.fleet-colors span{
	display:block;
	width: 20px;
    height: 20px;
	border-radius:100%;
	margin:0 10px;
	box-shadow: -1px 2px 10px rgba(0,0,0,.15)!important;
	cursor:pointer;
}
.fleet-colors span.active{
	border:1px solid #46aaff
}

.what-included {
    padding: 150px 0;
}

.what-included.bg-circle::after {
    top: 0;
    right: -212px;
}

.six {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #46aaff;
    -webkit-text-stroke-width: .012em;
    font-size: 200px;
}

.why-choose {
    padding: 60px 0 100px;
}

.why-choose.bg-circle::after {
    background-image: url(assets/images/circle_2.png);
    left: -450px;
    top: 0;
}

.reasons {
    background-image: url(assets/images/why-choose-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -200px center;
}
.pco-process::after{
	right: -126px;
    top: 80px;
}
@media(max-width:1399px) {
    .reasons {
        background-position: -224px center;
    }
}

.reason-item {
	height:100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1)!important;
	transition:all .4s ease;
}
.reason-item:hover{
	transform:scale(1.1);
}
.reason-item .count {
    position: absolute;
    text-align: center;
    background-color: #46aaff;
    color: #fff;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-weight: bold;
    font-size: 20px;
    border: 4px solid #fff;
    box-shadow: 0 .5px 1rem rgba(0, 0, 0, .09)!important;
}
.reason-item img{
	height:50px;
}
.reason-item .title {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.reason-item p {
    margin: 0;
    font-size: 14px;
}

.documents {
    padding: 100px 0;
}

.documents.bg-circle::after {
    right: -350px;
    top: 0;
}

.doc-item {
    height: 100%;
    padding: 30px;
    background-color: #daeeff;
    border-radius: 40px 40px 0 40px;
    -webkit-border-radius: 40px 40px 0 40px;
    -moz-border-radius: 40px 40px 0 40px;
    -ms-border-radius: 40px 40px 0 40px;
    -o-border-radius: 40px 40px 0 40px;
}

.doc-item ul li {
    font-weight: 600;
    color: #000;
    line-height: 2.5;
}

.doc-item.condtion {
    border-radius: 40px 40px 40px 0;
    -webkit-border-radius: 40px 40px 40px 0;
    -moz-border-radius: 40px 40px 40px 0;
    -ms-border-radius: 40px 40px 40px 0;
    -o-border-radius: 40px 40px 40px 0;
}

.testimonials {
    padding: 60px 0;
}

.review-item {
    background-color: #f8f8f8;
    padding: 24px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.review-item strong {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}


/* FAQS */

.faqs {
    position: relative;
    z-index: 2;
    padding: 130px 0 20px;
}

.faqs.bg-circle::after {
    left: -350px;
    top: 0;
    background-image: url(assets/images/circle_2.png);
}

.faq-heading {
    color: #000000;
    font-size: 18px;
    padding: 0 24px 0 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}

.faq-heading.collapsed::after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.faq-heading::after {
    content: "+";
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.faq-item {
    padding: 24px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06) !important;
    margin-bottom: 30px;
    border-radius: 18px 18px 0 18px;
    -webkit-border-radius: 18px 18px 0 18px;
    -moz-border-radius: 18px 18px 0 18px;
    -ms-border-radius: 18px 18px 0 18px;
    -o-border-radius: 18px 18px 0 18px;
}

.faq-body {
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
}

.faq-page {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.faq-page .faq-item{
	border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -ms-border-radius: 18px 18px 18px 18px;
    -o-border-radius: 18px 18px 18px 18px;
	background-color:#eaf5ff;
}
.faq-page .faq-heading.collapsed::before {
	background-color:#656565;
}
.faq-page .faq-heading::before{
	content:"";
	position:absolute;
	right:0;
	width:30px;
	height:30px;
	background-color:#656565;
	color:#fff;
	border-radius:10px;	
	top: -8px;
    text-align: center;
    line-height: 30px;
	background-color:#46aaff;
}
.faq-page .faq-heading::after{
	top: -7px;
    right: 7px;
	color:#fff;
}

.faq-page .faq-body{
	color:#000;
	font-weight:400;
}
/* END FAQS */

.latest-news {
    padding: 200px 0 60px;
}

.latest-news.bg-circle::after {
    right: -360px;
    top: 0;
}

.blog-image {
    position: relative;
}

.blog-date {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 20px;
    padding: 16px 0;
    font-weight: 600;
    right: 16px;
    top: 16px;
    text-align: center;
    background-color: #46aaff;
    color: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.blog-image img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.blog-content {
    padding: 0 20px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    position: relative;
}

.blog-author {
    margin-top: -50px;
}

.blog-content .inner-content {
    background-color: #fff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06) !important;
}

.blog-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 18px;
    display: block;
}

.comments {
    border-top: 1px solid;
    padding: 6px 24px;
}

.comment-icon {
    display: inline-block;
    padding-left: 24px;
    background-image: url(assets/images/comments_icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}

.read-more {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding-left: 24px;
    background-image: url(assets/images/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}

.page-title {
    font-size: 60px;
    font-weight: bold;
    color: #000000;
}

.page-sub-heading {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.fleet.bg-circle::after {
    top: 0;
    right: -300px;
}

.switch-up {
    padding: 100px 0;
    position: relative;
}

.switch-up::after {
    content: "";
    position: absolute;
    width: 722px;
    height: 1000px;
    background-image: url(assets/images/half_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    z-index: -1;
    top: -100px;
    right: 0;
}

.deals {
    background-position: center;
    padding: 250px 0;
    background-size: cover;
}

.deal-item {
    position: relative;
    padding: 24px 24px 70px;
    background-color: #fff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    height: 100%;
}

.deal-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
}

.deal-heading {
    background-color: #daeeff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 16px;
    text-align: center;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.deal-includes {
    list-style: none;
    padding: 0;
    margin: auto;
}

.deal-includes li {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-left: 24px;
    background-image: url(assets/images/check_circle.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 7px;
}

.need-help {
    padding: 100px 0;
}

.register-now {
    padding: 100px 0;
}

.register-now.bg-circle::after {
    top: 0;
    right: -200px;
}

.terms-and-conditions {
    padding: 100px 0;
}

.terms-and-conditions.bg-circle::after {
    background-image: url(assets/images/circle_2.png);
    top: 60%;
    left: -200px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.manchester-banner {
    margin-top: -100px;
    position: relative;
    z-index: -1;
}

.manchester-banner.bg-circle::after {
    right: -200px;
    top: 150px;
}

.make-order {
    background-color: #daeeff;
    margin: 100px 0;
    z-index: 1;
    overflow: inherit !important;
}

.make-order.bg-circle::after {
    left: 50%;
    bottom: -100px;
    width: 500px;
    height: 500px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.make-order-image {
    margin-top: -84px;
    z-index: 2;
    position: relative;
}

.part-exchage {
    padding: 50px 0;
}

.testimonials.bg-circle::after {
    top: 0;
    right: -212px;
}

.left.bg-circle::after {
    right: auto;
    top: 0;
    left: -250px;
}

.pco-process-item .image {
    position: relative;
    margin-bottom: 20px;
    height: 287px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.process-col:nth-child(1) .image{
    background-image: url(assets/images/pco-process-img-1.png);
}
.process-col:nth-child(2) .image{
    background-image: url(assets/images/pco-process-img-2.png);
}
.process-col:nth-child(3) .image{
    background-image: url(assets/images/pco-process-img-3.png);
}
.pco-process-item h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.pco-process-item .content {
    padding: 0 30px;
}

.pco-process-item .image .icon {
    position: absolute;
	height:80px;
    top: 40%;
    left: 54%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.rent2buy-make-order {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 180px 0;
    margin-bottom: 50px;
}

.uber-plan-calculator {
    padding: 60px 0;
}

.calculator-box {
    background-color: #daeeff;
    padding: 3rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.uber-plan-vehicle-slider .item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.uber-plan-vehicle-slider .owl-dots,
.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.uber-plan-vehicle-slider .owl-dots .owl-dot,
.testimonial-slider .owl-dots .owl-dot {
    background: #787878;
    height: 14px;
    width: 14px;
    margin: 0 8px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.testimonial-slider .owl-dots .owl-dot {
    margin: 0 6px;
}

.uber-plan-vehicle-slider .owl-dots .owl-dot.active,
.testimonial-slider .owl-dots .owl-dot.active {
    width: 32px;
    background: #46aaff;
}

.part-exchage.bg-circle::after {
    bottom: -100px;
    left: -250px;
}

.clients-slider .item img{
    width: auto;
    margin: auto;
}
/* RANGE SLIDER */

.range-slider-heading {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.range-slider-price {
    font-weight: bold;
    color: #46aaff;
    font-size: 40px;
    display: inline-block;
}


/* END RANGE SLIDER */

.search-input {
    margin: auto;
    max-width: 450px;
    background-color: #daeeff;
    padding: 6px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    position: relative;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 0;
    height: 40px;
    width: 60px;
    background-image: url(assets/images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    background-color: transparent;
    border: 0;
    border-left: 2px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.search-input .form-control {
    border: 0;
    background-color: transparent;
    padding-right: 52px;
}

.blog-categories {
    list-style: none;
    padding: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.blog-categories li {
    display: inline-block;
    margin: 0 10px;
    flex: 1 0 0%;
}

.blog-categories li a {
    display: block;
    padding: 0.7rem 0.75rem;
    line-height: 1.5;
    font-size: 1rem;
    border: 1px solid transparent;
    font-size: 14px;
    background-color: #daeeff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: #5e5e5e;
}
.blogs .btn-dark{
	padding: 0.7rem 0.75rem;
	font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
	border:0;
	border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.blog-categories li.active a,
.blog-categories li .faq-category.active{
    background-color: #46aaff;
    color: #fff;
}
.FaqCategories{
	font-size:20px;
	font-weight:bold;
}
@media(max-width:899px){
	.blog-categories {
		display: none;
		flex-wrap: auto;
	}
	.blog-categories li{
		display:block;
		margin-bottom:6px;
	}
	.blog-categories li a{
		text-align:left;
	}
	.faq-heading {
		padding: 0 30px 0 0;
	}
}
.post-navigation h2{
    display: none;
}
.post-navigation .nav-links{
    display: flex;
    justify-content: center;
}
.post-navigation .nav-links div{
    margin: 0 6px;
}
.site-footer {
    padding-top: 50px;
}


/* Search section */
.search-box{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color: rgba(70, 170, 255, 0.9);
	z-index:999999;
	display:none;
}
.search-box-snniper{
	position: absolute;
    top: 14px;
    right: 14px;
    background: #fff;
}
.close-search-box{
    position: absolute;
    right:30px;
    top:30px;
    color: #fff;
    font-size: 50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	background:transparent;
	border:0;
	padding:0;
}
.close-search-box:hover{
	color: #fff;
}
.close-search-box:focus{
    outline: none;
    box-shadow: none;
}

.search-inner-box{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.header-search-form{
	position: relative;
}
.header-search-form .search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    height: 40px;
    width: 60px;
    background-image: url(assets/images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    background-color: transparent;
    border: 0;
    border-left: 2px solid #46aaff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.header-search-form .search-submit:focus,
.nav-search:focus{
	box-shadow:none;
	outline:none;
}
.header-search-form .search-field{
	border-color: rgb(70, 170, 255);
	border-width: 2px;
	height: 60px;
}
.header-search-form .list-group {
    position: absolute;
    z-index: 9;
    height: 250px;
    overflow: auto;
    width: 100%;
}
.header-search-form .list-group-item {
    font-size: 18px;
    padding: 5px 10px;
	cursor:pointer;
}
.header-search-form .list-group-item:hover{
	color:#455390;
}
.nav-search .fa-times{
	display:none;
}
.nav-search.open .fa-times{
	display:inline-block;
}
.nav-search.open .fa-search{
	display:none;
}

/* End search section */


.footer-logo {
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.footer-logo::after,
.footer-logo::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 50%;
    background-color: #000000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: .2;
}

.footer-logo::after {
    left: -120px;
}

.footer-logo::before {
    right: -120px;
}

.office-days,
.office-timing {
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    text-align: center;
    margin: 0 -10px;
	position:relative;
}

.office-days {
    background-color: #000000;
}
.office-days.active{
	  background-color: #46aaff;
	z-index:2;
}
.office-timing {
    background-color: #000000;
}
.office-timing.active{
	background-color: #46aaff;
	z-index:2;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000000;
    position: relative;
    padding-bottom: 6px;
}

.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #46aaff;
}

.site-footer a {
    text-decoration: none;
    color: inherit;
}

.footer-phone,
.footer-email,
.footer-address {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.footer-phone {
    background-image: url(assets/images/telephone-fill.svg);
}

.footer-email {
    background-image: url(assets/images/envelope-fill.svg);
}

.footer-address {
    background-image: url(assets/images/geo-alt.svg);
    background-position: left 5px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    display: block;
    padding: 0 16px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}
.uber-clean-banner{
	position:relative;
	margin-top:-88px;
}
/*
input[type=range] {
  height: 8px;
  -webkit-appearance: none;
  width: 100%;
	border-radius:10px;
	background-color:#e0e0e0;
	border-color: #e0e0e0;
}
input[type=range]::-webkit-slider-runnable-track {
	 -webkit-appearance: none;
	height: 8px;
  	cursor: pointer;
  	border-color: #46aaff;
	background-color:#46aaff;
	border-radius:10px;
}
input[type=range]::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #46aaff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
*/

input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#3399ff , #46aaff);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #46aaff;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #46aaff;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #46aaff;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #46aaff;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #46aaff;
}

input[type="range"]::-ms-thumb:hover {
  background: #46aaff;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.process-box{
	max-width: 900px;
}
/* NEWSLETTER POPUP */
#newsletterModal .modal-body {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  overflow: hidden;
  background: #e8e8e8;
}
#newsletterModal .form-control {
  background-color: #fff;
}
.popup-header {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#46aaff+0,46aaff+100&1+30,0.6+100 */
background: -moz-linear-gradient(top,  rgba(70,170,255,1) 0%, rgba(70,170,255,1) 30%, rgba(70,170,255,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(70,170,255,1) 0%,rgba(70,170,255,1) 30%,rgba(70,170,255,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(70,170,255,1) 0%,rgba(70,170,255,1) 30%,rgba(70,170,255,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46aaff', endColorstr='#9946aaff',GradientType=0 ); /* IE6-9 */
  position: relative;
}
.poup-close-button {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  z-index: 3;
  border: 0;
  font-size: 2.5rem;
  line-height: 1px;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 100%;
}
.newsletter-submit {
  border-color: #fff;
  border-width: 3px;
  font-weight: 600;
}
/* END NEWSLETTER POPUP */
@media(max-width:1199px) {
    .intro-title .main-heading {
        font-size: 50px;
    }
    intro-title .sub-title {
        font-size: 40px;
    }
    .site-title {
        font-size: 34px;
    }
    .make-order-image {
        margin-top: 0;
    }
	.uber-clean-banner{
		margin-top:-20px;
	}
}

@media(max-width:999px) {
	.uber-clean-banner{
		margin-top:0;
	}
    .how-it-work-item h4 {
        margin: 18px 0 6px;
    }
    .who-we-are-tab {
        font-size: 14px;
    }
    .blog-image img {
        width: 100%;
    }
    .page-title{
        font-size: 50px;
    }
}

@media(max-width:767px) {
    .page-title{
        font-size: 32px;
    }
    .phone-button {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    .phone-button span {
        display: none;
    }
    .login-button .text {
        display: none;
    }
    .intro-title .sub-heading {
        font-size: 28px;
    }
    .intro-title .main-heading {
        font-size: 40px;
    }
    .intro-title .sub-title {
        font-size: 34px;
    }
    .trustpilot-logo {
        width: 110px;
    }
    .intro {
        padding: 100px 0 50px;
    }
    .how-it-works {
        padding: 30px 0;
    }
    .icon-item,
    .icon-item::after {
        width: 100px;
        height: 100px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }
    .icon-item img {
        width: 50px;
    }
    .how-it-work-item h4 {
        font-size: 16px;
    }
    .how-it-work-item p br {
        display: none;
    }
    .site-title {
        font-size: 24px;
    }
    .clients {
        padding: 60px 0;
    }
    .what-included {
        padding: 60px 0;
    }
    .reason-item .count {
        right: 0;
        top: 0;
    }
    .documents {
        padding: 50px 0;
    }
    .faqs {
        padding: 60px 0 60px;
    }
    .latest-news {
        padding: 30px 0 60px;
    }
    .office-days,
    .office-timing {
        margin: 10px 0;
    }
    .pco-process-item .image{
        margin-bottom: 0;
    }
    .switch-up {
        padding: 60px 0;
    }
    .make-order{
        margin: 0;
        padding: 30px 0;
    }
    .make-order.bg-circle::after{
        width: 100%;
    }
    .fleet {
        padding: 60px 0;
    }
    .why-choose {
        padding: 60px 0 60px;
    }
    .range-slider-heading {
        font-size: 14px;
    }
    .range-slider-price {
        font-size: 20px;
    }
    .calculator-box p br{
        display: none;
    }
    .terms-and-conditions {
        padding: 50px 0;
    }
}
.filter-loader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	display:none;
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
	position:absolute;
	top:20%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:3;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #46aaff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

