@charset 'utf-8';
/*
Theme Name: Travesia-Child
Theme URI:  http://travesia.axiomthemes.com/
Description: Travesia - Multipurpose and Multiskin Responsive Wordpress theme
Author: AxiomThemes
Author URI:  http://axiomthemes.com/
Template: travesia
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: travesia
*/


/*@import url("../travesia/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,600');

:root {
    --main-color: #d5ab77;
    --main-color2: #f88429;
    --gray-dark: #363636;
    --gray1: #ebebeb;
    --gray2: #e2e2e2;
    --text-color: #7c7c7c;
    --secondary: rgba(54, 54, 54, 0.6);
    --black: #323232;
    --black-light: #464646;
    --black-Vlight: #979797
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.scheme_default dt,
.scheme_default b,
.scheme_default strong,
.scheme_default i,
.scheme_default em,
.scheme_default mark,
.scheme_default ins {
    color: #7d7d7d;
}

.scheme_default .sc_layouts_menu_nav>li li.current-menu-item>a,
.scheme_default .sc_layouts_menu_nav>li li.current-menu-parent>a,
.scheme_default .sc_layouts_menu_nav>li li.current-menu-ancestor>a {
    color: var(--secondary) !important;
}

.padt-sm {
    padding-top: 5px !important;
}

.red {
    color: green;
}

.custom-faq {
    border: 1px solid #ddd;
    margin-top: 10px;
}

.custom-faq .vc_tta-panel-heading {
    background-color: red;

}

.custom-faq .vc_tta-controls-icon {
    background-color: pink;
}

.container-bg {
    background-color: #f0f0f0 !important;
    color: #7a7b7d;
}

.custom-bullet {
    color: white !important;
    padding: 4px 8px;
    margin: 0 10px 0 0;
    background-color: var(--main-color) !important;
    font-weight: 300;
    font-size: 11px;
}

.custom-list-style li {
    list-style: none;
    margin-top: 15px;
}

.mt-xlg {
    margin-top: 25px;
}

.mt-2xlg {
    margin-top: 50px;
}




/** Shortcodes Css **/


/** Shortcodes Css **/

/** Shortcode - Booking With US **/
.booking-with-us {
    text-align: center;
    padding: 60px 0;
}

.booking-with-us h2,
.booking-with-us h3,
.booking-with-us span,
.booking-with-us a {
    color: #fff;
    position: relative;
}

.booking-with-us .img-wrap {
    position: relative;
    width: 90%;
    height: 180px;
    margin: 0 auto;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.booking-with-us .img-wrap .img-wrap-mask {
    position: absolute;
    height: 100%;

    width: 100%;
}

.booking-with-us .img-wrap span {
    top: 15%;
    font-size: 54px;
    font-weight: bold;
    position: relative;
}

.booking-with-us .img-wrap hr {
    height: 3px;
    background: #757575;
    position: relative;
    vertical-align: middle;
    border: none;
    width: 100px;
    margin: 6px auto;
    top: 30%;
}

.booking-with-us h2 {
    background: rgba(255, 255, 255, 0.28);
    padding: 10px;
    width: 550px;
    margin: 15px auto;
}

.booking-with-us p {
    background: rgba(204, 199, 199, 0.5);
    padding: 10px;
    width: 300px;
    font-size: 22px;
    color: #fff;
    margin: 15px auto;
}

.booking-with-us a.book-btn {
    color: #ffffff;
    background-color: #396fe0;
    font-family: "Cabin", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    display: inline-block;
}

/** Shortcode - Client Feedback **/
.client-feedback {
    margin: 40px 0;
}

.client-feedback .client-feedback-carousel img {
    width: 170px;
    margin: 10px;
}

/*.client-feedback .client-feedback-carousel button{
    display: none !important;
}*/
.client-feedback .rating-star {
    background: #396fe0;
    text-align: center;
    padding: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: var(--main-color2) !important;
}

.client-feedback .rating-star span.fa {
    font-size: 18px;
    padding: 2px;
}

.single-carousel {
    padding: 0 10px;
}

.field-tip {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.field-tip .tip-content {
    position: absolute;
    top: 60px;
    /* - top padding */
    right: 9999px;
    width: 130px;
    margin-right: -170px;
    /* width + left/right padding */
    padding: 10px;
    color: #fff;
    background: #333;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

.field-tip:hover .tip-content {
    right: 0px;
    opacity: 1;
}

/** Shortcode - Why Choose Us **/
.why-choose-us {
    text-align: center;
    margin: 60px 0;
}

.why-choose-us h2 {
    margin: 50px auto;
}

.why-choose-us .big-icon {
    border-radius: 50px;
    color: #1e1e1e;
    display: block;
    height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    background: #396fe0;
}

.why-choose-us .big-icon i {
    font-size: 42px;
    color: #fff;
}

.big-icon i::before {
    font-size: 50px;
    line-height: 100px;
}

.why-choose-us h4.title {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: 0px;
}

.why-choose-us ul {
    padding: 0;
    margin: 0;
}

.why-choose-us ul li {
    list-style: none;
}

.why-choose-us ul li i {
    color: #6d6d6d;
    margin-right: 5px;
    display: none;
}

.blog-detail-below-wrap .vc_custom_heading {
    text-transform: uppercase;
    color: var(--black);
    text-align: center !important;
    border-bottom: 0;
    font-size: 30px;
}

/** Shortcode - FAQS **/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: left;
    margin-right: 15px;
    background: #396fe0;
    padding: 2px 10px;
}

.faqzz .active:after {
    content: "\2212";
}

.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    margin: 10px 0;
}

/** Shortcode - Who We Are **/

.who-we-are a.button {
    color: #ffffff;
    background-color: #396fe0;
    font-family: "Cabin", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    display: inline-block;
}

/** Testimonial **/
.sc_testimonials_item_content p,
.scheme_dark .sc_testimonials_item_author_subtitle {
    color: #fff;
}

.scheme_dark .sc_slider_controls .slider_controls_wrap>a,
.scheme_dark .slider_container.slider_controls_side .slider_controls_wrap>a,
.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a {
    background-color: #fff;
}

/** Intro Text Shortcode **/
.home-intro-text p,
.home-intro-text h2 {
    text-align: center;
}


/** CSS by Azhar  **/
.sublist ul {
    padding-left: 0;
    max-height: 410px;
    overflow: auto;
    padding-right: 8px;
    margin-bottom: 0;
}

.sublist ul li {
    list-style: none;
    cursor: pointer;
    line-height: 1.6;
    font-size: 16px;
    padding: 8px 15px 8px 30px;
    color: #3aa2d0;
    margin-bottom: 5px;
    background-color: #f1f1f1;
}

.modal-header {
    border: none;
    padding: 10px 15px 10px;
    background-color: #fff;
}

.modal-location .modal-body {
    background-color: #fff !important;
}

.sublist {
    background: #ebebeb;
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px #d6d6d6;
}

.modal-header {
    border: none;
    background-color: #fff !important;
    padding: 2rem 30px 10px !important;
}

.modal-header h4 {
    font-size: 22px;
    text-align: left;
    color: #363636 !important;
    letter-spacing: 2px;
    text-transform: capitalize;
    float: left;
}

.modal-header .close {
    margin-top: 1px;
    float: right;
    font-size: 18px;
    margin-right: 0;
    outline: none;
    background-color: #000;
    position: absolute;
    top: 0px;
    right: 1px;
    opacity: 1;
    height: 22px;
    width: 25px;
    border-radius: 0;
}

.modal-body {
    position: relative;
    padding: 15px !important;
}

.back-container .btn-back {
    background-color: var(--main-color);
    color: #fff;
    display: block;
    padding: 5px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 2px solid #B71C1C;
}

.back-container .btn-back::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: var(--main-color);
    transform: rotateZ(45deg);
    left: -15px;
    top: 3px;
    z-index: -1;
    border: 2px solid #B71C1C;
    border-right-width: 0;
    border-top-width: 0;
}




/*faqs*/
/* .custom-faq  h4{
    background-color: #e0e0e0;
}
[class*="active"].custom-faq  h4, [class*="active"].custom-faq  h4 a, .custom-faq  h4 a:hover, .custom-faq  h4:hover{
    background-color: var( --main-color);
    color: #fff !important;
}
.custom-faq  h4 a span{
    text-transform: initial !important;
    letter-spacing: normal !important;
}
.custom-faq  h4 a i{
    height: 25px !important;
    width: 25px !important;
    position: absolute !important;
    left: -20px !important;
    border: 5px solid #fff;
    border-radius: 50% !important;
    background-color: var(--main-color) !important;
} */
.custom-faq h4 a:hover i,
.custom-faq h4,
.custom-faq a,
[class*="active"].custom-faq h4,
[class*="active"].custom-faq h4 a,
.custom-faq h4 a:hover,
.custom-faq h4:hover {
    background-color: var(--gray1) !important;
    color: #fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text {
    font-family: 'Poppins', sans-serif;
    text-transform: initial;
    font-weight: 400;
    color: var(--text-color);
    font-size: 14px;
}

.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon {
    background-color: inherit;
}

.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,
.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: var(--text-color) !important;
}

[class*="active"].custom-faq h4 a i {
    background-color: var(--gray1) !important;
}

.custom-faq p {
    color: var(--gray-dark) !important;
    font-weight: 400;
    font-size: 12px;
}

.custom-faq h4 a {
    font-size: 16px;
    padding-left: 65px !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: normal !important;
}

.custom-faq h4 a::before {
    content: "\f1b2";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 55px;
    position: absolute;
    height: 100%;
    left: -1px;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
}

.custom-faq h4 a i {
    left: auto !important;
    right: 0 !important;
    border-radius: 0 !important;
    color: var(--main-color) !important;
    position: absolute;
    top: 0;
    height: 100% !important;
    width: 50px !important;
    font-size: 24px;
    text-align: center;
    border-left: 1px solid #fff;
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faqzz [data-vc-action="collapse"] {
    margin-bottom: 4rem !important;
}

.faqzz [data-vc-action="collapse"] h2 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: var(--main-color);
}

.page-template-page-login .page_wrap {
    background-color: var(--gray1) !important;
}

.inner-page-banner .rq-title {
    font-weight: 500;
    line-height: 36px;
    font-size: 40px;
    padding-left: 0;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center .vc_icon_element-inner {
    background-image: unset;
}

.quote-header {
    background-color: var(--gray2);
    float: left;
    width: 100%;
    padding: 15px 20px 25px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

.quote-title {
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
    color: var(--text-color) !important;
    font-weight: 500 !important;
    text-align: center;
    font-size: 25px;
    margin: 15px 0 25px;
    letter-spacing: 0px;
}

.inner-page-banner {
    height: 40vh;
    /* margin-top: -12rem; */
}

.rq-subtitle.breadcrumb,
.inner-page-banner .rq-title-container .breadcrumb.rq-subtitle li a {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
}

.inner-page-banner .rq-title-container .breadcrumb.rq-subtitle li a:hover,
.inner-page-banner .rq-title-container .breadcrumb.rq-subtitle li.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>li+li::after {
    content: '';
}

.inner-page-banner .rq-title-container .breadcrumb.rq-subtitle li a:hover,
.inner-page-banner .rq-title-container .breadcrumb.rq-subtitle li.active {
    background-color: transparent;
    color: #fff;
}

.rq-testimonial-content .rq-title,
.rq-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.bredcrumb-title {
    position: relative;
    top: 30%;
    text-transform: uppercase;
    text-align: center;
}

/* end faqs*/
.page-template-page-contact .page_wrap {
    background-color: var(--gray1) !important;
}

.contact-box h4,
.contact-heading {
    font-size: 22px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    border-bottom: 2px solid #bfbfbf !important;
    padding-bottom: 1rem !important;
    color: #1c1d20 !important;
}

label.required span.sc_form_field_title:after {
    margin: -0.3em 0 0 0.2em;
    font-size: 113%;
    color: var(--main-color2);
}

.contact-box .vc_empty_space {
    height: 0.5rem !important;
}

.contact-box p {
    font-size: 16px;
}

.contact-email-area {
    background-color: #fff;
    padding-top: 5rem;
}

.trx_addons_column-1_2 {
    float: left !important;
}

.wpcf7-submit {
    background-color: var(--main-color2) !important;
    font-family: 'Poppins', sans-serif !important;
    float: right;
    margin-bottom: 18px;
    padding: 10px 34px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-weight: 400 !important;
}

.pl-none,
.pl-0 {
    padding-left: 0 !important;
}

.contect-breadcrumb a,
.breadcrumb.contect-breadcrumb>.active {
    color: var(--main-color) !important;
    font-size: 20px;
    font-weight: 400;
    background-color: transparent;
    color: var(--main-color);
    text-transform: uppercase;
}

.breadcrumb.contect-breadcrumb>li+li:before {
    padding: 0 5px;
    color: var(--main-color);
    content: "/\00a0";
    font-size: 15px;
}

/*blog*/
.post_featured.hover_icon,
.post_featured.hover_icons {
    height: 130px !important;
}

.post_layout_classic .post_title {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.post_meta {
    font-size: 10px;
}

.masonry_wrap .post_content.entry-content {
    display: none;
}

.scheme_default .post_layout_classic {
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 3rem;
}

.scheme_default.sidebar .sidebar_inner {
    background-color: #fff;
}

.widget_search input {
    border: 1px solid var(--text-color);
}

.search-form {
    padding-left: 0 !important;
}

.search-form .search-submit[input='submit'] {
    position: absolute;
    color: var(--main-color) !important;
    height: 90%;
}

.search-form label {
    width: 100%;
}

.widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
    color: var(--main-color) !important;
}

.widget .widget_title,
.widget .widgettitle {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}

.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img {
    border-radius: 20%;
}

.widget .post_item+.post_item {
    margin-top: 10px !important;
}

.widget_area .post_item .post_title,
aside .post_item .post_title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.scheme_default.sidebar .widget_product_tag_cloud a,
.scheme_default.sidebar .widget_tag_cloud a {
    color: #fff;
    background-color: var(--main-color);
    border-radius: 10px;
}

/*home page*/
.custom-intro-container {
    background-color: var(--main-color);
    width: 100% !important;
    margin: 0 !important;
}

.home-intro-text {
    margin: 0 auto;
    float: initial !important;
}

.home-intro-car-left,
.home-intro-car-right {
    position: absolute;
    background: url(../travesia-child/img/asset/about-car.png)no-repeat center;
    background-size: contain;
    height: 400px;
    width: 345px;
    left: -74px;
    bottom: 0;
}

.home-intro-car-right {
    left: auto;
    right: -75px;
    transform: scaleX(-1);
}

.home .post_info {
    display: none !important;
}

.custom-intro-container>div {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 30;
    text-align: center;
    
    margin: 0 auto;
}

.custom-intro-container h2 {
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-weight: 300 !important;
    line-height: 1.6;
    font-size: 27px !important;
    display: inline-block;
    letter-spacing: 1px !important;
    border-bottom-color: #fff !important;
}

.custom-intro-container p {
    color: #fff;
    margin: 0;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.5px !important;
    font-family: Poppins, sans-serif;
    text-align: justify;
    font-size: 15px;
}

.custom-intro-container+div[data-vc-parallax] {
    margin-bottom: 0 !important;
}

.custom-intro-container+div[data-vc-parallax] .sc_layouts_column_icons_position_left {
    margin-bottom: 0;
    box-shadow: unset;
}

.index-phone,
.index-phone-container {
    background-color: var(--main-color) !important;
    background-image: none !important;
    text-transform: uppercase;
}

.index-phone h3 {
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 16px auto !important;
}

.custom-feature-post .swiper-button-next,
.custom-feature-post .swiper-button-prev,
.custom-feature-post a {
    top: 40%;
    text-decoration: none !important;
}

.custom-client-feedback-container>div {
    background-color: #fff;
    margin-bottom: 4rem;
}

.custom-feature-post {
    color: #000 !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

/* end of home */
.remove-text {
    position: absolute;
    right: 10px;
    top: 10px;
    text-transform: lowercase;
    text-decoration: none;
}

.remove-text.btn-circle i {
    left: 6px;
    top: 5px !important;
    position: absolute;
}

.remove-text:hover,
.remove-text:focus {
    color: #000 !important;
    text-decoration: unset;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 50px !important;
    }
}

.terms-container {
    background-color: #fff;
    padding: 5rem 3rem;
}

.rq-about-us-content-wrapper {
    margin-top: -84px;
}

button.search_submit {
    background-color: #fff !important;
}

/** END CSS by Azhar **/

body.page .content_wrap {
    width: initial !important;
}

.page_wrap {
    background-color: #fff !important;
}

.custom-slider,
.custom-slider .slotholder {
    height: 80vh !important;
}

.custom-slider .defaultimg {
    background-position: top center !important;
}

.nav-my-menu,
.nav-my-menu .vc_row-flex {
    background-color: var(--gray1) !important;
}

.input-rounded .input-group-btn {
    right: 72px !important;
    top: 3px !important;
}

/* Quote Page Start */
/* body header.top_panel.top_panel_custom {
    height: 25px !important;
} */

.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.rq-btn-primary,
.scheme_default button,
.scheme_default input[type="reset"],
.scheme_default input[type="submit"],
.scheme_default input[type="button"],
.scheme_default .post_item .more-link,
.scheme_default .comments_wrap .form-submit input[type="submit"],
.scheme_default #buddypress .comment-reply-link,
.scheme_default #buddypress .generic-button a,
.scheme_default #buddypress a.button,
.scheme_default #buddypress button,
.scheme_default #buddypress input[type="button"],
.scheme_default #buddypress input[type="reset"],
.scheme_default #buddypress input[type="submit"],
.scheme_default #buddypress ul.button-nav li a,
.scheme_default a.bp-title-button,
.scheme_default .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,
.scheme_default body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a,
.scheme_default body #booked-profile-page input[type="submit"],
.scheme_default body #booked-profile-page button,
.scheme_default body .booked-list-view input[type="submit"],
.scheme_default body .booked-list-view button,
.scheme_default body table.booked-calendar input[type="submit"],
.scheme_default body table.booked-calendar button,
.scheme_default body .booked-modal input[type="submit"],
.scheme_default body .booked-modal button,
.scheme_default .sc_button_default,
.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.scheme_default .socials_share:not(.socials_type_drop) .social_icon,
.scheme_default .trx-booking-tour-tour-search-wrap input.trx-booking-tour-tour-search-submit[type="submit"],
.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"],
.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"],
.scheme_default #tribe-bar-views li.tribe-bar-views-option a,
.scheme_default #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a,
.scheme_default #tribe-events .tribe-events-button,
.scheme_default .tribe-events-button,
.scheme_default .tribe-events-cal-links a,
.scheme_default .tribe-events-sub-nav li a,
.scheme_default .edd_download_purchase_form .button,
.scheme_default #edd-purchase-button,
.scheme_default .edd-submit.button,
.scheme_default .woocommerce #respond input#submit,
.scheme_default .woocommerce .button,
.scheme_default .woocommerce-page .button,
.scheme_default .woocommerce a.button,
.scheme_default .woocommerce-page a.button,
.scheme_default .woocommerce button.button,
.scheme_default .woocommerce-page button.button,
.scheme_default .woocommerce input.button,
.scheme_default .woocommerce-page input.button,
.scheme_default .woocommerce input[type="button"],
.scheme_default .woocommerce-page input[type="button"],
.scheme_default .woocommerce input[type="submit"],
.scheme_default .woocommerce-page input[type="submit"],
.scheme_default .woocommerce #respond input#submit.alt,
.scheme_default .woocommerce a.button.alt,
.scheme_default .woocommerce button.button.alt,
.scheme_default .woocommerce input.button.alt {
    background-color: var(--main-color);
    color: #fff !important;
    text-decoration: none !important;
}

.w-per100 {
    width: 100%;
}

.w-per20 {
    width: 20%;
}

.w-per80 {
    width: 80%;
}

.btn-primary i {
    color: #fff !important;
}

.inner-page-banner {
    height: 40vh;
    min-height: 289px;
    max-height: 350px;
}

.inner-page-banner .container {
    height: 100%;
}


/* .page-template-page-faqs .inner-page-banner .container{
    padding-top: 7%;
} */
.sticky-wrapper {
    overflow: hidden;
}

.h2,
h2 {
    font-size: 32px;
}

/** Header **/
.header .header-body {
    height: 100%;
}

/** Navigation **/
.navbar-right li.right-side-link:last-child a {
    border-right: none;
}

/** Home Page **/
#main-wrapper .related-posts .single-sub-title {
    text-transform: capitalize;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.rq-partners-section {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 5px;
}

.rq-partners-section .partner-single a img {
    filter: brightness(0) invert(1);
    opacity: 1;
    margin-bottom: 20px;
}

.rq-partners-section .partner-single a img:hover {
    filter: brightness(0) invert(0);
}

.rq-partners-section .partner-single .client-star-rating {
    margin: 15px 0;
}

.rq-partners-section .partner-single .client-star-rating .fa-star {
    color: #212020;
}

.rq-partners-section .partner-single .client-star-rating .fa-star.checked {
    color: #fff;
}

.k-sidebar {
    z-index: 30;
    position: relative;
}

/** About **/
.about-us-content-single .about-us-text {
    background: rgba(135, 135, 136, 0.2);
    padding: 25px;
}

.about-us-content-single .about-us-text p {
    font-size: 14px;
}

.about-us-content-single {
    margin-bottom: 40px;
}

.about-our-aim ul {
    margin: 0;
    padding: 0;
}

.list-type2 ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 4em;
}

.list-type2 ol li {
    margin: 15px 0;
}

.list-type2 ol ol {
    margin: 0 0 0 2em;
}

.list-type2 span {
    position: relative;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #EFA80F;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.list-type2 span:hover {
    background: #212020;
    text-decoration: none;
    transform: scale(1.1);
}

.list-type2 span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #efa80f;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}


/** Faqs **/
.faqs-content-single,
.default-content-single {
    position: relative;
    margin-bottom: 80px;
}

.rq-accordions .panel-heading h4 a {
    background: #212020;
    color: #fff;
}

.rq-accordions .panel-heading h4 a.collapsed::before {
    color: #fff;
}

.rq-accordions .panel-heading h4 a.collapsed {
    border-bottom: none;
}

.rq-accordions .panel-heading h4 a.collapsed i {
    background: #efa80f;
    color: #fefefe;
}

/** Terms and conditions **/
.terms-n-cond-wrap p {
    line-height: 28px;
}

.terms-n-cond-wrap h3 {
    text-decoration: underline;
    font-size: 32px;
    margin: 50px 0;
    text-transform: uppercase;
}

.terms-n-cond-wrap p strong {
    background: rgb(239, 168, 15);
    padding: 4px 15px;
    margin: 0 10px 0 0;
    color: #fff;
}

.single-term-wrap {
    background: #f3f3f3;
    padding: 40px;
}

.terms-n-cond-wrap .rq-title-container {
    padding: 40px 0;
}

/** Login Page **/
.rq-login-form {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(138, 131, 138, 1);
    -moz-box-shadow: 0px 0px 9px 1px rgba(138, 131, 138, 1);
    box-shadow: 0px 0px 9px 1px rgba(138, 131, 138, 1);
}

.login-wrap h4,
.login-wrap p {
    text-align: center;
}

.login-wrap h4 {
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: underline;
}

.login-wrap h5 {
    font-size: 18px;
    text-align: center;
}

.login-wrap h5 a {
    color: #fff;
    text-decoration: underline;
}

.login-wrap p.subtitle {
    margin: 8px 0;
}

.rq-login-form label,
.rq-registration-content-single .rq-login-form .remember-me .forgotpass a {
    color: #000;
}

.rq-registration-content-single .rq-login-form .remember-me .forgotpass {
    float: right;
}

.rq-registration-content-single .login-wrap .rq-login-form {
    background: #efa80f;
    padding: 0px 30px;
}

.remember-me {
    margin: 10px 0;
}

.rq-login-form .rq-btn-primary {
    background: #212020;
}

.login-wrap .social-login {
    position: relative;
    display: block;
    text-align: center;
    background: #2120204d;
}

.login-wrap .social-login ul {
    margin: 20px 0;
    padding: 10px 0;
}

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

/** Services **/

#services {
    padding: 80px 0;
    margin: 0;
    background: #f3f3f3;
}

.how-it-work-single {
    padding: 40px;
    min-height: 275px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.how-it-work-single:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.how-it-work-single h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.how-it-work-single img {
    height: auto;
    width: 80px;
}

.car-listing-on-detail .listing-single {
    height: auto !important;
}

.service-detail-c {
    padding-top: 5em;
    padding-bottom: 5em;
}

/** Contact us **/
.rq-content-block.contact-us-wrap {
    padding: 55px 0 90px;
}

.rq-contact-us-form-content form,
.rq-contact-us-map {
    margin: 0;
}

.rq-contact-us-grid-block {
    text-align: center;
    margin: 60px 0 0;
}

.rq-contact-us-grid-block>p {
    font-size: 22px;
    margin-bottom: 40px;
    background: #c6c6c6;
    color: #fff;
    padding: 20px;
}

.rq-contact-us-grid-block .grid-block-single i {
    font-size: 44px;
    color: #efa80f;
}

.contact-form-input:active,
.contact-form-input:focus {
    border: none;
    background: #efa80f;
    color: #fff;
}

.submit-btn .rq-btn {
    float: right;
}

/** Calulator Form **/
.pickup-list-location {
    /*    background: #000;*/
}


.pickup-list-location.active {
    background: #0a0909;
    text-align: center;
}

.sub-list h3 {
    padding: 0 40px;
    color: #0a0909;
    text-decoration: underline;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: bold;
}

.direction-section,
.toogle-section,
.search-btn {
    z-index: 30;
    position: relative;
}

.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 44px;
}

.switch input {
    display: none;
}

.booking-form {
    background: rgba(255, 255, 255, 0.18);
    padding: 30px 40px 20px 40px;
    border: 1px solid;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 5px;
}

.rq-search-single.route {
    padding: 8px 0;
    margin-bottom: 0px;

}

#via-route {
    background: #141313;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    width: 45px;
    cursor: pointer;
}

.toogle-section {
    margin: 20px 0;
}

.direction-section {
    /*margin: 30px 0;*/
}

.single-direction {
    margin: 20px 0;
}

.rq-search-single.search-btn {
    text-align: center;
    float: right;
}

.rq-search-single.search-btn a {
    vertical-align: middle;
    line-height: 45px;
}

.rq-search-single.search-btn .rq-search-content .rq-btn {
    border-radius: 4px;
}

.direction-section .single-direction .form-control,
.direction-section .single-direction .btn-md {
    display: inline-block;
    vertical-align: middle;
}

.direction-section .single-direction .btn-md {
    margin: 0 5px 0;
}

.direction-section .single-direction .form-control {
    width: 65%;
    margin: 5px 0;

}

.direction-section .rq-form-control {
    padding: 5px 8px 4px 40px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #efa80f;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 5px;
    bottom: 10px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2ab934;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}

.on {
    display: none;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.instant-quote-btn button {
    padding: 8px;
}

/** News Ticker **/
.TickerNews {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--main-color);
    border-radius: 2px;
}

.ti_wrapper {
    width: calc(100% - 70px);
    position: absolute;
    overflow: hidden;
    height: 50px;
    right: 0;
}

.ti_slide {
    position: relative;
}

.ti_content {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 50px;
    animation: newsAnimation 20s linear infinite;
    animation-delay: 3s;
}

.ti_content:hover {
    animation-play-state: paused;
}

/* animation */
@keyframes newsAnimation {
    from {
        margin-left: 0%;
    }

    to {
        margin-left: -100%;
    }
}

.ti_news {
    padding: 0 10px
}

.ti_news a {
    white-space: nowrap;
}



.TickerNews a {
    color: #000;
}

.TickerNews i {
    color: #fff !important;
}

.TickerNews .leftside h4 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 32px;
    margin: 0;
    padding: 8px;
}
.TickerNews .leftside {
    position: relative;
    left: 4px;
    float: left;
    background: var(--main-color) !important;
    line-height: 2px;
    padding: 3px 10px;
    z-index: 1;
    width: 70px;
    height: 42px;
    margin-top: 3px;
    border-radius: 2px;
}
.TickerNews {
    width: 100%;
    left: 2px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border: 1px solid var(--main-color);
    border-radius: 2px;
    background-color: rgba(240, 240, 240, 0.83);
    position: absolute;
    top: -290%;
}
.custom-calculator{
    position: relative;
}

.TickerNews mark {
    background: var(--main-color2);
    color: #fff;
    padding: 0px 4px 0px 8px;
}

.rq-car-listing-wrapper .rq-listing-list .listing-single {
    border: 1px solid #c3c3c3;
    background-color: #fff;
    position: relative;
    height: 130px;
}

.rq-car-listing-wrapper .listing-single:hover {
    box-shadow: unset;
    border-color: var(--main-color);
    cursor: pointer;
}

.listing-single {
    margin-bottom: 8px;
}

.rq-car-listing-wrapper .rq-listing-list .listing-single.active {
    border: 2px solid var(--main-color);
}

.listing-single .listing-details ul li {
    display: inline-block;
    font-size: 18px;
    position: relative;
}

/* .rq-car-listing-wrapper .rq-listing-list .listing-single .listing-img{
    width: 20%;   
    height: auto;
} */
.rq-car-listing-wrapper .rq-listing-list .listing-single .listing-img .car-brand {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #efa80f;
}

.rq-listing-list .listing-single .listing-details .car-brand {
    display: block;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--black-light) !important;
}

.listing-details p {
    margin-bottom: 0;
    margin-bottom: 0;
    height: 3em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    color: var(--gray-dark);
}

.listing-details .col-xs-8 {
    height: 100%;
}

.listing-details .icon-2nd {
    position: absolute;
    right: 8px;
    bottom: 0;
}

.rq-car-listing-wrapper .rq-listing-list .listing-single .listing-details {
    width: calc(100% - 188px);
    border: none;
    margin-left: 188px;
    min-height: 100px;
    padding: 20px 8px 8px 15px;
}

.listing-single .listing-details ul {
    margin-top: 8px;
}

.listing-notifi {
    background-color: #717171;
    border: 1px solid #f1f1f1;
    color: #ffffff !important;
    margin-left: 4px !important;
    padding: 1px 4px;
    min-width: 44px;
    height: 24px;
    border-radius: 2px;
    display: inline-block;
}

.listing-booking {
    height: 90px;
    background: transparent;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-right: -1px;
}

.listing-single .listing-details ul li span {
    color: inherit;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: -5px;
}

/* .rq-car-listing-wrapper .rq-listing-list .listing-single .listing-details ul.top-list{
    position: absolute;
    top: 50px;
} */
ul.bottom-list li input[type=number] {
    border: 1px solid #8e8e8e;
    width: 50px;
    background-color: #fff;
    color: #212020 !important;
    padding-right: 0;
    padding-left: 8px;
    font-size: 16px;
}

/* .rq-car-listing-wrapper .rq-listing-list .listing-single .listing-details ul.bottom-list{
    bottom: 55px;
    position: absolute;
} */
.rq-car-listing-wrapper .rq-listing-list .listing-single .listing-details ul li i {
    padding: 0 5px 0px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.rq-car-listing-wrapper .rq-listing-list .listing-single .listing-price-n-booking {
    text-align: center;
}

.listing-details header {
    position: relative;
}

.listing-details .icon-right {
    position: absolute;
    top: -16px;
    right: 8px;
    padding-top: 7px;
}

.rq-car-listing-wrapper .listing-single .listing-img {
    height: 72px;
    width: 188px;
    position: absolute;
    z-index: 2;
    top: 20%;
}

.rq-car-listing-wrapper .listing-single .listing-img img {
    width: 100%;


}

.listing-price-n-booking h3 {
    color: #212020;
    font-size: 24px;
    margin-bottom: 1rem !important;
    margin-top: 0;
}

.listing-price-n-booking button {
    text-transform: capitalize;
    font-size: 14px;
    padding: 6px 12px;
    background-color: var(--main-color2);
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.listing-price-n-booking button:hover {
    opacity: 0.8;
}

.listing-price-n-booking button i {
    top: 1px;
    font-size: 15px;
    color: #fff;
}

.pickup-list-location {
    background: #efa80f;
    display: inline-block;
    padding: 40px;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    width: 240px;
    text-align: center;
    cursor: pointer;
    margin: 2px 0px;
    height: 180px;
}

.pickup-list-location>p {
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 22 px;
    text-transform: uppercase;
}

.pickup-list-location.airpot {
    background: url('../img/airpot.jpg');
}

.pickup-list-location.seaport {
    background: url('../img/seaport.jpg');
}

.pickup-list-location.train {
    background: url('../img/train.jpg');
}

.pickup-list-location.postcode {
    background: url('../img/postcode.jpg');
}

.modal-header {
    border: none;
    padding: 10px 15px 10px;
}

#location-searh-box {
    /* background-image: url(../img/searchicon.png); */
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 6px 15px 4px 55px;
    border: 1px solid #efa80f;
    margin-bottom: 12px;
}

.locations-sub-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    padding-top: 2px;
    max-height: 200px;
}

.locations-sub-list li {
    background-image: url(../img/loc-marker.png);
    background-position: 97% 7px;
    background-repeat: no-repeat;
    border: 1px solid #f3c460;
    margin-top: -1px;
    background-color: #ffffff;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
}

.locations-sub-list li:hover:not(.header) {
    background-color: #211e1d;
    color: #fff;
    cursor: pointer;
}

.main-list-btn {
    margin: 0 auto;
    display: block;
}
.main-color{
    color:var(--main-color) !important;
}


.car-cal-sidebar {
    overflow: hidden;
    margin: 25px 0px;
}

/*** Car Detail Sidebar ***/
.calculation-section {
    background: #656565;
    padding: 30px;
    /* min-height: 665px; */
}

.btn-bookNow {
    width: 250px;
    height: 60px;
    display: inline-block;
    /* float: left; */
    background-color: var(--main-color);
    color: #fff !important;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
    /* margin-left: 17px; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sidebar__price {
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 40px;
    line-height: 43px;
    padding: 22px 0 20px 0;
    text-align: center;
    margin-top: 15px;
}

.sidebar__booking-info-section {
    margin-top: -10px;
    padding-left: 11px;
    position: relative;
}
.sidebar__booking-info-section .btn-bookNow{
    width: 100%;
}

.sidebar__status {
    border-left: 3px solid #898989;
    height: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
    width: 100%;
}
.sidebar__booking-info-section .sidebar__status
{
	height: auto !important;
}

.sidebar__status::before {
    background-color: #656565;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    height: 23px;
    left: 1px;
    position: absolute;
    top: 0;
    width: 23px;
}

.sidebar__booking-info-section.sidebar__booking-info-section--completed .sidebar__status::before {

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ctitle%3E88259780-B733-40E1-80A7-3E520AE0D05D%3C/title%3E%3Cdefs%3E%3Cfilter x='-50%25' y='-50%25' width='200%25' height='200%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='3' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0' in='shadowBlurOuter1' result='shadowMatrixOuter1'/%3E%3CfeMerge%3E%3CfeMergeNode in='shadowMatrixOuter1'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(6 4)' filter='url(%23a)' fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23d5ab77' cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath d='M15.371 7.033l1.576 1.254c.063.05.07.139.018.197l-6.424 7.266a.151.151 0 0 1-.127.05.153.153 0 0 1-.084-.033L6.053 12.36a.135.135 0 0 1-.018-.198l1.322-1.495a.153.153 0 0 1 .208-.017l2.59 2.063 5.008-5.664a.152.152 0 0 1 .208-.017' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") -6px -4.3px no-repeat;
    border: none;
    content: "";

}

.sidebar__label.sidebar__label--bronze {
    color: #fff !important;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 13px;
    text-transform: uppercase;
}

.sidebar__label {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 13px;
    text-transform: uppercase;
}

.sidebar__label.sidebar__label--bronze+.sidebar__value {
    padding-top: 5px;
}

.sidebar__value.sidebar__value--no-info {
    color: #979797;
}

.sidebar__value.sidebar__value--booking-info {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    overflow: hidden;
    /*text-transform: uppercase;*/
    text-overflow: ellipsis;
    /*    white-space: nowrap;*/
    width: 100%;
    padding-top: 10px;
}

.sidebar__booking-info-item {
    padding: 5px 0 15px 30px;
}

.sidebar__booking-info-item .listing-notifi {
    background-color: #f0f0f0;
    border: 1px solid #f1f1f1;
    color: #656565 !important;
    padding-top: 3px;
}

.sidebar__booking-info-item .customCounterCar {
    background-color: #f0f0f0;
    color: #656565 !important;
    border-radius: 14px;
}

.sidebar__booking-info-item .customCounterCar i {
    color: #656565 !important;
    font-size: 10px;
}

.no-bg {
    background-color: transparent !important;
}

.sidebar__booking-info-item .customCounterCar.no-bg i {
    color: #fff !important;
}

.sidebar__booking-info-item .customCounterCar.no-bg {
    border: 1px solid #fff;
    padding: 4px 7px;
}

.sidebar__booking-info-item .customCounterCar.no-bg.delete {
    border: 1px solid rgb(255, 0, 0);
    padding: 3px 7px;
}

.single-baby-seat li {
    list-style: none;
}

.baby-seat-list ul {
    padding: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 0 2px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.baby-seat-list .single-baby-seat ul li img {
    width: 100px;
    max-height: 100px;
    border-radius: 2px;
    /* border: 1px solid #efa80f; */
    height: 90px;
    padding: 0;
}

.baby-seat-list .single-baby-seat ul li span {
    color: #000000;
    font-size: 18px;
    padding: 0 18px;
}

.baby-seat-list .single-baby-seat ul li input[type=number] {
    border: 1px solid #efa80f;
    width: 170px;
    height: 38px;
    border-radius: 2px;
    padding-left: 12px;
    font-size: 16px;
    color: #000;
}

.babyAdd.rq-btn.rq-btn-primary.btn-seat-add,
.babyDel.rq-btn.rq-btn-primary.btn-seat-del {
    padding: 8px;
    background: #efa80f;
    border: 1px solid #efa80f;
    color: #ffffff;
    margin: -2px 0 0 15px;
    width: 47px;
    font-size: 16px;
    border-radius: 2px;
}

.passenger-details.card {
    padding: 8px 10px;
    margin-bottom: 2rem;
}

.passenger-options {
    padding: 15px 0;
    border-radius: 3px;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.passenger-options label {
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 24px;
    color: #fff;
}

.passenger-options label input.radio {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 8px solid #fff;
    /* border-top-color: #bbb; */
    /* border-left-color: #bbb; */
    background: var(--main-color);
    width: 100%;
    height: 42px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    position: absolute;
    left: 0;
    margin: 0;
    top: -3px;
    opacity: 0;
}

.passenger-options label input.radio:checked {
    border: 8px solid #000;
    background: #fff !important;
}

.passenger-options label input.radio:focus {
    outline: none;
}

.heading-controls {
    position: absolute;
    top: 10px;
    right: 8px;
}

.heading-controls .btn-rounded-icon {
    font-size: 14px !important;
}

.heading-controls .btn-rounded-icon i::before {
    top: 7px;
    left: 8px;
}

.heading-controls .btn-rounded-icon i {
    font-size: 11px;
    right: 0;
}

.heading-secondary {
    border-bottom: 1px solid var(--main-color);
    color: #4e4e4e;
    padding-bottom: 5px;
}

.heading-secondary mark,
.heading-secondary mark i {
    background: none;
    color: var(--main-color) !important;
}

.rq-form-control {
    padding: 8px 15px;
    border-radius: 1px;
    margin-bottom: 10px;
    width: 100%;
}

.passenger-details {
    margin: 0 1px;
    border-top-width: 0;
    background-color: var(--gray2);
}

.passenger-details .row {
    margin: 10px 0px;
}

.passenger-options label {
    color: var(--black-light) !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid var(--main-color);
    padding: 12px 10px 12px 30px !important;
    width: 250px;
    text-align: left;
    text-transform: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.passenger-options label.active {
    background-color: var(--main-color);
    color: #fff !important;
}

.passenger-options label.active::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    position: absolute;
    left: 12px;
    top: 12px;
}

.mr-3 {
    margin-right: 3rem;
}

.mr-1 {
    margin-right: 1rem;
}

.passenger-details h3 {
    margin: 0;
    padding: 10px 0px;
    color: #3a3a3a;
    font-size: 22px;
    /*    text-transform: uppercase;*/
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
}

.passenger-details .rq-btn {
    float: right;
}

/*az..*/
.rq-search-container {
    margin-top: 0;
}

/*modal */
.modal-header .close {
    margin-top: 1px;
    float: right;
    font-size: 30px;
    margin-right: -12px;
    outline: none;
}

.modal-header {
    border: none;
    padding: 10px 15px 10px;
    background-color: #efa80f;
}

.modal-header h4 {
    font-size: 22px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    float: left;
}

.modal-body {
    /* background-color: rgba(239, 168, 15, 0.58); */
    position: relative;
}

.strap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: url(../img/asset/taxi-texture.png) repeat-x;
    top: -7px;
    left: 0;
    border-bottom: 1px solid #efa80f;
}

.search-div {
    width: calc(100% - 50px);
    float: left;
    position: relative;
}

.back-btn {
    width: 50px;
    float: left;
}

.search-div:after {
    content: "\f002";
    font: normal normal normal 23px FontAwesome;
    color: #fff;
    background: #211e1d;
    width: 30px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 4px;
    font-size: 19px;
    padding: 3px 0 0 6px;
}

.back-btn button {
    background: #efa80f;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    margin: 3px;
}

.back-btn button:focus {
    outline: none;
}

.back-btn i {
    padding: 0px 4px 8px 0px;
    margin-top: -4px;
    margin-left: -4px;
}

.search-div input {
    border-radius: 4px;
}

.search-div input:focus {
    outline: none;
}

.p0 {
    padding: 0;
}

/*thumb*/
.pickup-list-location {
    background-size: cover !important;
    height: 190px;
    width: calc(50% - 12px);
    padding: 0;
    margin: .5rem;
    overflow: hidden;
}

/*switch*/
.switch-toggle {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 180px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-label {
    position: relative !important;
    z-index: 2;
    float: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 89px !important;
    line-height: 35px !important;
    font-size: 12px;
    font-weight: normal !important;
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45) !important;
    cursor: pointer;
}
.switch-label:active {
    font-weight: normal  !important;
}

.switch-label-off {
    padding-left: 0px !important;
}
.switch-label:before{display: none !important;}
.switch-label-on {
    padding-right: 0px  !important;
}
.switch-input {
    display: none  !important;
}
.switch-input:checked + .switch-label {
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 92px  !important;
}

.switch-selection {
    display: block  !important;
    position: absolute  !important;
    z-index: 1  !important;
    top: 2px !important;
    left: 2px !important;
    width: 85px !important;
    height: 33px !important;
    background: #efa80f !important;
    border-radius: 3px !important;
    background-image: linear-gradient(to bottom, #efa80f, #efa80f);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-blue .switch-selection {
    background: #3aa2d0;
    background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
    background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
    background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
    background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
}
.switch-yellow .switch-selection {
    background: #c4bb61;
    background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: linear-gradient(to bottom, #e0dd94, #c4bb61);
}
/*end of switch */

/*end of switch */
.header-body>.container {
    z-index: 22;
}

.spacer10 {
    width: 100%;
    height: 10px;
}

.bordert {
    border-top: 1px solid #e2e2e2;
}

.border {
    border: 1px solid #e2e2e2;
}

.pr2 {
    padding-right: 15px;
}

/*Search button */
.btn-search-custom {
    border-radius: 25px;
    text-align: left;
    text-transform: unset;
    padding: 5px 30px 5px 35px;
    position: relative;
    color: #000000;
}

.btn-search-custom::before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 3px;
    top: 2px;
    background-color: #000;
    color: #ffffff;
    border-radius: 50%;
    padding-top: 5px;
    padding-left: 7px;
}

/* search button */
.header .header-body h1 {
    font-size: 6rem;
    padding-top: 2.5rem;
    margin-bottom: 0.5rem;
}

.header .header-body p {
    margin-bottom: 2.5rem;
}

/*raiting slider */
.rating-slider {
    padding: 15px 30px;
    text-align: center;
}

.rating-slider .img-container {
    background-color: #ebebeb94;
    border: 1px solid #afafaf;
    height: 150px;
    width: 180px;
    padding: 15px;
    display: inline-block;
    border-radius: 3px;
}

.img {
    display: flex;
    height: 96px;
    max-width: 110px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.rating-star {
    color: #000;
}

/**slick arrow */
.slick-prev {
    left: -38px !important;
}

.slick-next {
    right: -38px !important;
}

.slick-arrow {
    position: absolute;
    z-index: 99;
    background-color: #fff !important;
    padding: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    font-size: 130%;
    text-align: center;
    top: 33px !important;
    /* box-shadow: 0 7px 15px rgba(0,0,0,.2) !important; */
    -webkit-transition: top .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: top .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    cursor: pointer;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #f2f2f2;
    outline: none;
}

.slick-arrow i {
    font-size: 222%;
    margin-left: -7px;
    margin-top: -2px;
    display: inline-block;
    color: var(--main-color) !important;
}

.slick-next i {
    margin-left: 7px;
}

.rq-call-to-action {
    padding: 36px 0;
}

.navbar .navbar-nav li {
    margin: 0 12px;
}

/**header */
.navbar-default {
    width: 100% !important;
    z-index: 23;
}

.rq-content-block {
    padding: 40px 0;
}

/*seat-container*/
.baby-seats {
    background-color: #fff;
    width: 100%;
    float: left;
}


.baby-seats-wrapper {
    transition: all 0.3s ease-out;
    height: 0 !important;

    overflow: hidden;
    background-color: #fff;
    display: block !important;
}

.baby-seats-wrapper.active {
    height: 100px !important;
    transition: all 0.3s ease-in;
    padding: 15px 8px;
}

.babySeatIconContainer .btn-rounded-icon i {
    left: 0px !important;
}

.babySeatIconContainer {
    /*position: absolute;*/
}

.bg-light {
    background-color: #f5f5f5;
}

.seat-container {
    width: 33.33333%;
    float: left;
}

.seat-container .image-thamb {
    border-right: 1px solid var(--text-color);
}

.seat-container .tab_space {
    width: 78%;
    margin-bottom: 3px;
}

.seat-container .tab_space {
    width: 78%;
    margin-bottom: 3px;
}

.border-r {
    border-right: 1px dashed #efa80f;
}

.image-thamb {
    float: left;
    width: 100px;
    height: 70px;
    padding: 0 8px;
}

.image-thamb img {
    height: 100%;
}

.seat-container .imgage-thamb:first-child {
    border-left: none;
}

.imgage-thamb img {
    width: 100%;
    max-height: 80px;
}

.seat-control {
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: calc(100% - 100px);
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.seat-control h3 {
    padding: 2px 0;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 0;
    color: var(--text-color);
}

.seat-control h3 label {
    font-weight: 500;
}

.seat-control button {
    display: inline-block;
    font-size: 11px;
    padding: 0;
    width: 22px !important;
    height: 22px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    padding-left: 1px;
}

.seat-control button i {
    font-size: inherit;
    left: 0;
    padding-left: 0;
    top: 2px;
}

.seat-control .form-control-rounded {
    width: 40px !important;
    height: 28px;
    display: inline-block;
    padding: 0px;
}

.form-control-rounded {
    border-radius: 25px;
    border: 1px solid var(--main-color) !important;
    color: #000000 !important;
    text-align: center;
}

.form-control-rounded:focus {
    outline: none;
}

.form-control-rounded[type=number] {
    padding: 1px 0 1px 15px;
}

.btn-rounded-icon {
    border-radius: 2px;
    padding: 3px 40px 1px 30px;
    /*    text-transform: capitalize;*/
    position: relative;
    /* height: 26px; */
    color: #717171 !important;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

.babySeatIconContainer {
    background-color: #fff !important;
    padding: 0 !important;
}

.btn-rounded-icon:focus {
    outline: none !important;
    color: var(--main-color);
}

.btn-rounded-icon i {
    /*    position: absolute;
        display: inline-block;
        height: 20px;
        width: 20px;
        border-radius: 12px;
        background-color: #fff;
        font-size: 11px;
        left: 2px;
        top:2px;
        color: #000d06 !important;*/

    position: absolute;
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-color: var(--main-color);
    font-size: 15px;
    right: -32px;
    top: -1px;
    color: #ffffff !important
}

.btn-rounded-icon i:before {
    top: 23px;
    position: absolute;
    left: 24px;
}

.btn-rounded-icon.btn-lg {
    height: 40px;
    font-size: 20px;
    line-height: 11px;
}

.btn-rounded-icon.btn-lg i {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    font-size: 20px;
    left: 7px;
    top: 4px;
}

.btn-rounded-icon.btn-lg i:before {
    top: 4px;
    left: 6px;
}

.babySeatIconContainer .btn-rounded-icon {
    display: flex;
    padding: 0;
}

.babySeatIconContainer .btn-rounded-icon i:first-child {
    float: left;
    border-radius: 0;
    height: 60px;
    width: 80px;
}

.babySeatIconContainer .btn-rounded-icon i:last-child {
    float: right;
    border-radius: 0;
    height: 60px;
    width: 80px;
    color: var(--text-color) !important;
    background-color: transparent;
    border-left: 1px solid var(--gray1);
}

.babySeatIconContainer .btn-rounded-icon span {
    padding: 0 15px;
    width: 100%;
    display: flex;
    align-items: center;
}

.babySeatIconContainer .btn-rounded-icon i {
    display: inline-block;
    position: relative;
}

.input-rounded {
    position: relative;
    width: 100%;
}

.input-rounded .rq-form-control {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-right: 92px;
}

.input-rounded .input-group-btn {
    position: absolute;
    right: 131px !important;
    top: 4px !important;
}

.input-rounded .input-group-btn .rq-btn {
    border-radius: 0px;
    width: 137px;
    height: 40px;
    color: #fff !important;
    font-size: 13px;
    background-color: var(--main-color2);
    padding: 5px 0px;
    letter-spacing: unset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.input-rounded .input-group-btn .rq-btn:focus {
    outline: none;
}

.input-group {
    margin-bottom: 10px;
}

.input-group input {
    margin-bottom: 0;
    border-left: 0;
    box-shadow: unset;
    padding-left: 6px;
}

.input-group-addon:first-child {
    padding: 3px 10px !important;
    background-color: #fff;
    border-radius: 1px;
    border-color: var(--gray2);
    color: var(--main-color);
}

.input-group-addon:first-child i {
    color: var(--main-color);
}

.addon-right-border::after {
    content: "";
    border-right: 1px solid var(--main-color);
    right: -8px;
    position: relative;
}

.quote-header .input-group input {
    height: 50px;
    padding-left: 15px;
}

.distance-opts {
    padding: 15px 0px;
    color: var(--text-color);
    font-size: 16px;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.distance-1 {
    padding-right: 8px;
}

.dataText {
    /* color: var(--text-color) !important; */
}

.dataValue p {
    margin-bottom: 0;
}

.distance-opts .dataValue {
    font-weight: 400 !important;
}

.input-group-sm.input-rounded .input-group-btn .rq-btn {
    width: 35px;
}

.input-group-sm.input-rounded .rq-form-control {
    padding-right: 40px;
}

.input-rounded .input-group-btn .rq-btn i {
    padding-left: 0;
    top: 1px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.w60 {
    width: 60px;
}

.mt2 {
    margin-top: 2rem;
}

.mx0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tab_space {
    display: inline-block;
    margin-right: 8px;
}

/**drop off form */
.drop-via {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0px 8px;
    background-color: #32323270;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.drop-off-list {
    display: none;
    max-height: 300px;
    overflow-y: auto;
    width: calc(100% - 85px);
    position: absolute;
    background-color: #fff;
    top: 43px;
    z-index: 11;
}

.drop-off-list ul {
    margin-bottom: 0;
    margin-top: 0;
}

.drop-off-list a {
    padding: 6px;
    display: block;
    border-bottom: 1px solid #ccc;
}

.drop-off-list ul {
    padding-left: 0;
}

.drop-off-list ul>li {
    list-style: none;
    text-align: left;
}

.drop-off-form .input-group {
    width: calc(100% - 55px);
    float: left;
    position: relative;
}

.drop-off-form .remove-btn {
    width: 50px;
    float: right;
    margin-top: -3px;
}

.drop-off-form .rq-btn-danger {
    background-color: #ff0000;
    color: #fff;
}

.back-btn .eq-btn:focus {
    outline: none !important;
}

.input-rounded .input-group-addon {
    position: absolute;
    width: 24px;
    height: 30px;
    border-radius: 25px;
    left: 5px;
    background-color: #211e1d;
    top: 1px;
    z-index: 2;
    color: #fff;
}

.input-rounded .input-group-addon.bg-none {
    background-color: transparent;
}

.input-rounded .input-group-addon i {
    font-size: 35px;
    color: #404040;
}

.input-rounded .input-group-addon+.rq-form-control {
    padding-left: 40px;
}

.drop-off-form [data-location-count]::before {
    content: attr(data-location-count);
    color: #000;
    position: absolute;
    z-index: 3;
    left: 13.5px;
    top: 1.5px;
    font-size: 9px;
    font-weight: 900;
}

.header-body h1 {
    font-family: 'Rajdhani', sans-serif;
}

.header-body p {
    font-family: 'Tajawal', sans-serif;
}

.rq-search-container {
    box-shadow: unset;
}

.navbar.navbar-default,
.navbar .navbar-nav .dropdown-menu {
    background: #ffffff;
}

.navbar .navbar-nav li a {
    color: #000000;
}

.r3 {
    border-radius: 3px !important;
}

.rq-copyright-section {
    background-color: #fff;
}

.rq-copyright-section .copyright-content {
    border-top-color: transparent;
}

.rq-call-to-action h2 {
    font-family: 'Rajdhani', sans-serif;
}

.rq-testimonial-content .rq-title,
.rq-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.inner-page-banner .rq-overlay {
    background: rgba(0, 0, 0, 0);
}

.font1 {
    font-family: 'Rajdhani', sans-serif;
}

.bg-secondary {
    background: #AE380D;
    color: #fff;
    transition: all 400ms ease !important;
}

.text-secondary {
    color: #AE380D !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background: #7f2909 !important;
    border-color: #7f2909 !important;
    transition: all 400ms ease !important;
}

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-hover:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.rq-form-control.reverse {
    background: #ffffff;
    border-color: #e4e4e4;
}

.themeColor {
    color: #efa80f;
}

.w-per90 {
    width: 90%;
}

.navbar {
    position: fixed;
}

.car-type-btn {
    /*position: absolute;*/
    right: 0;
    top: 24px;
}

.car-type-btn a.listing-notifi {
    color: #fff !important;
    padding: 1px 3px 0 7px;
}

.car-type-btn a.listing-notifi:hover {
    opacity: 0.8;
}

a.listing-notifi.green,
.bg-green {
    background-color: #4ee04ec7;
}

a.listing-notifi.red,
.bg-red {
    background-color: #ff0000;
    padding: 1px 6px 0px 5px;
}

a.listing-notifi.yellow {
    background-color: #efa80f;
}

.navbar-right .dropdown:nth-child(8).right-side-link {
    margin-left: 12px;
}

.navbar-right .dropdown:nth-child(7) {
    margin-left: 180px;
}

.navbar-right .dropdown:nth-child(7) a {
    padding-top: 13px;
    color: #efa80f;
}

/*button group*/
.btn-group .btn {
    display: inline-block;
    padding: 0px 8px 1px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-group .btn-primary {
    color: #fff !important;
    background-color: var(--main-color);
}

.btn-group .btn-primary:active:focus {
    box-shadow: unset;
    background-color: var(--main-color);
}

.btn-group .btn-primary:focus {
    box-shadow: unset;
    outline: none;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 1px;
}

.btn-group .btn i {
    padding-top: 5px;
}

.sidebar__booking-info .btn-group .btn-primary {
    background-color: #fedb00;
    color: #fff !important;
}

/**/
.direction-section .back-btn button {

    width: 35px;
    height: 35px;
    margin: 3px;
}

/**/
#someone-else-booking-form {
    transition: all 0.3s ease-out;
    height: 0;
    overflow: hidden;
    float: left;
    display: block !important;
    width: 100%;
}

#someone-else-booking-form.active {
    height: 160px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--main-color);
    transition: all 0.3s ease-in;
    overflow: visible;
}

hr,
.vc_separator {
    margin: 5px 0 !important;
}

.mr-0 {
    margin-right: 0px !important;
}

/*my header*/
.header-ar {
    background: url(../img/bg-head.jpg) no-repeat;
    background-size: cover;
    background-position: 0 62%;
    height: 75vh;
    width: 100%;
}

.navbar {
    position: relative;
}

.header-caption {
    position: absolute;
    top: 30%;
    left: 0;
    text-align: right;
}

.lead-heading {
    position: relative;
    background: rgba(213, 0, 0, 0.7);
}

.lead-heading .heading {
    color: #ffffff;
    margin: 0;
    padding: 1rem 2.5rem;
    font-family: 'Raleway', sans-serif;
    font-size: 5rem;
}

.header-caption .location-plates {
    padding: 1rem 0;
}

.card-plate {
    background-color: rgba(8, 8, 8, 0.34);
    box-shadow: 0px -2px 0 rgb(205, 46, 45) inset;
    color: #ffffff;
    display: inline-block;
    margin: 0.5rem;
    padding: 0.5rem 0.8rem;
    font-size: 1.5rem;
    font-weight: 600;

}

/*header widget*/
.header-content {
    padding: 5rem 0;
    /* background-color: #f3f3f3; */
}

.header-widget {
    position: relative;
    background: #ffffff;
    min-height: 117px;
    border-radius: 5px;
    width: 100%;
    margin-top: -13rem;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
    margin-bottom: 50px;
    padding: 2rem 2rem;

}

.widgit-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-controls {
    display: flex;
    margin-top: 1rem;
}

.pl4 {
    padding-left: 4rem;
}

.loc {
    position: relative;
    height: 42px;
    text-align: center;
}

.header-widget .form-control {
    border-radius: 0 !important;
    width: 400px;
    height: 42px;
}

.header-widget .form-control:focus,
.search-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.starting-point::before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #000000;
    right: -10px;
    top: 18px;
    z-index: 2;
    position: absolute;
}

.starting-point::after {
    content: "";
    border-top: 1px solid #a2a2a2;
    width: calc(75% - 16px);
    right: calc(-75% + 10px);
    top: 20px;
    position: absolute;
}

.end-point::before {
    content: "";
    height: 5px;
    width: 5px;
    background-color: #000000;
    left: -10px;
    top: 18px;
    position: absolute;
}

.btn-via {
    background-color: var(--main-color);
    color: #fff;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 2px;
    border: 2px solid #B71C1C;
}

.btn-via:hover {
    background-color: #D32F2F;
    color: #fff;

}

.header-widget .switch-input:checked+.switch-label {
    color: rgb(255, 255, 255);
}

.header-widget .switch-selection {
    background: var(--main-color);
    background-image: linear-gradient(to bottom, var(--main-color2), var(--main-color));
}

.header-widget .switch-toggle {
    height: 38px;
}

.search-ar {
    margin-left: auto;
}

.search-ar .btn-search {
    background-color: var(--main-color2);
    color: #ffffff;
    padding: 0.75rem 6rem;
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    border: 2px solid var(--main-color2);
}
.search-ar .btn-search:hover{
    opacity: 0.8;
    color: #fff !important;
}

/*via form*/
.via-form {
    display: none;
    position: relative;
    background: #ffffff;
    border: 6px solid #efefef;
    padding: 1rem;

    z-index: 4;
    transform: translateY(9px);
}

.via-form::before {
    content: "\f0d8";
    position: absolute;
    top: -25px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 27px;
    color: #efefef;
    left: calc(50% - 7px);
}

.via-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease-in;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-circle.btn-add {
    background-color: var(--main-color) !important;
    color: #fff;
    transition: all 0.3s ease-in;
}

.via-form-group .btn-circle {
    position: absolute;
    right: 4px;
    top: 10px;
}

.btn-circle.btn-remove {
    background-color: transparent;
    color: #e2e2e2 !important;
    right: 55px !important;
    transform: rotateZ(44deg);
    transition: all 0.3s ease-in;
    box-shadow: unset;
    border: 1px solid #eeeeee;
}

.btn-circle i {
    position: relative;
    left: -5px;
    top: -3px;
}

.via-form-group .form-control {
    width: 100%;
    border-bottom-color: #8c8c8c;
}

.via-form-group {
    position: relative;
    padding-right: 50px;
    width: 48%;
    margin: 5px 0px;
}

.connect-me::before {
    content: "";
    border-top: 1px solid #8c8c8c;
    position: absolute;
    width: 100%;
    top: 52%;
    left: -30%;
    z-index: -1;
}

.connect-me.end::after {
    content: "";
    height: 5px;
    width: 5px;
    background-color: #000000;
    left: -6px;
    top: 20px;
    position: absolute;
}

/*popup*/
.modal-location {
    width: 500px;
    margin-bottom: 0;
}

.modal-location .modal-body {
    background-color: #f0f8ff;
}

.main-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    margin: 0px 10px 35px !important;
}

.main-list .list-item {
    flex-grow: 1;
    min-height: 108px !important;
    padding: 20px 10px 10px;
    width: calc(100% * (1/6) - 64px) !important;
    border: 1px solid var(--main-color) !important;
    border-radius: 4px;
    margin: 0 8px !important;
}

.main-list .btn-list {
    font-size: 1.3rem !important;
    color: #363636 !important;
    font-weight: 400;
    display: block;

}

.main-list .list-item.active {
    border-color: var(--main-color) !important;
    background-color: var(--main-color) !important;
}

.main-list .list-item.active .btn-list,
.main-list .list-item.active .btn-list i {
    color: #ffffff !important;
}

.main-list .list-item:hover {
    border-color: var(--main-color);
}

.main-list .btn-list i {
    font-size: 2.2em;
    top: -5px;
    position: relative;
    color: var(--main-color);
}

.seagreen {
    color: #bfc000;
}

.red {
    color: #d50000;
}

.color1 {
    color: #792289;
}

.color2 {
    color: #007686;
}

.color3 {
    color: #ff7f10;
}

.color4 {
    color: #ea3f6b;
}

/*subitem*/
.sublist ul {
    padding-left: 0;
    max-height: 450px;
    overflow: auto;
    padding-right: 8px;
    margin-bottom: 0;
}

.sublist ul li {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 15px 8px 30px !important;
    color: #363636 !important;
    margin-bottom: 8px !important;
    background-color: transparent !important;
    border: 1px solid var(--main-color);
    box-shadow: 2px 2px 1px #d6d6d6;
    background-color: transparent;
}

.sublist ul li:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

.sublist li::before {
    display: none !important;
}

.sublist li:hover::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block !important;
    margin-left: -1.3em;
    width: 1.3em;
    color: #fff;
}

.recent-location {
    position: relative;
    padding: 15px 8px;
    font-weight: 300;

}

.recent-location .input-angle {
    border-right: 1px solid #cacaca;
}

.recent-location {
    position: relative;
    padding: 10px 35px 10px;
    float: left;
    width: 100%;
}

.sublist li:hover:before,
.sublist li::before {
    color: #fff !important;
}

.spacer10 {
    height: 10px;
    width: 100%;
    float: left;
}

/*back button*/
.search-form {
    float: left;
    width: calc(100% - 80px);
    padding-left: 8px;
}

.search-form .form-control {
    border-radius: 0;
    height: 45px;
    border-right: 0;
    box-shadow: unset;
}

.back-container {
    padding-left: 20px;
    float: left;
    width: 75px;
}

.back-container .btn-back {
    background-color: var(--main-color);
    color: #fff;
    display: block;
    padding: 3px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 2px solid #B71C1C;
}

.back-container .btn-back::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 23px;
    background-color: var(--main-color);
    transform: rotateZ(45deg);
    left: -14px;
    top: 3px;
    z-index: -1;
    border: 2px solid #B71C1C;
    border-right-width: 0;
    border-top-width: 0;
}

.back-container .btn-back:hover {
    opacity: 0.75;
}

/*carlist-main-container*/
.carlist-main-container {
    margin-top: 3rem;
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 15px;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.car-list {

    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.img-cont,
.content-area,
.button-area {
    float: left;
    position: relative;
}

.img-cont {
    width: 225px;
    padding-right: 35px;
}

.img-cont img {
    width: 100%;
    display: inline-block;
}

.content-area {
    width: calc(100% - 500px);

}

.button-area {
    width: 240px;
}

.car-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2.2rem;

    letter-spacing: normal;
}

.car-heading small {
    color: #737373;
    font-size: 80%;
    font-weight: 100;
    letter-spacing: normal;
}

.content-area .wd {
    float: left;
    display: inline-block;
    padding: 3px 15px;

}

.pl0 {
    padding-left: 0px !important;
}

.estimate h2,
.estimate h3 {
    margin: 5px 0;
    font-size: 24px;
}

.car-list h2,
.car-list h3 {
    display: block;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Tajawal', sans-serif;
    color: #495057;
    font-weight: normal;
}

.estimate,
.book-now {
    width: 50%;
    float: left;
    text-align: center;
    color: var(--main-color) !important;
}

.estimated-price,
.estimated-price i {
    color: var(--main-color) !important;
}

.btn-bookme {
    border-radius: 0;
    padding: 5px 10px;
    text-transform: capitalize;
    background-color: var(--main-color) !important;
    color: #fff !important;
    position: relative;
    top: 35px;
}

.widget-list {
    padding-left: 0px;
    margin-bottom: 0px;
}

.widget-list li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 3px;

}

.widget-list li i {
    color: #636363;
}

.listing-single .icon-right:before {
    display: none;
}

.rq-form-control {
    border-radius: 0px !important;
}

.custom-pageQuote .fill_inited {
    border-color: var(--gray2) !important;
    height: 40px;
    padding-right: 0;
    width: 100% !important;
}

.custom-pageQuote .loc .rq-form-control {
    padding-left: 40px;
}

.custom-pageQuote .loc .input-angle {
    left: 0;
}

.custom-pageQuote .select_container select {
    line-height: 14px !important;
    padding: 1px 8px 0 40px;
}

.position-relative {
    position: relative;
}

.custom-pageQuote .input-angle-right {
    position: absolute;
    right: 8px;
    z-index: 2;
    font-size: 18px;
    bottom: 8px;
    color: var(--main-color) !important;
}

.custom-pageQuote label {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-left: 5px;
    font-size: 13px;
}

.custom-pageQuote .select_container {
    margin-bottom: 10px;
}

.custom-pageQuote .input-angle-right i {
    color: inherit !important;
}

.custom-pageQuote .select_container:before {
    border-radius: 0;
    left: 1px;
    border-right: 1px solid #eeeeee;
    height: 25px;
    top: 8px;
    width: 30px;
}

.custom-pageQuote .select_container:after {
    left: 8px;
    color: var(--main-color) !important;
    font-size: 18px;
}

.seat-container .fill_inited {
    border-color: var(--main-color) !important;
    height: 22px;
    padding-right: 0;
    width: 40px !important;
}

.custom-pageQuote .select_container {
    border: 1px solid #ddd !important;
}

.btn-primary.custom-btn {
    background-color: var(--black-light) !important;
    margin-right: 5px;
}

.btn-rounded {
    border-radius: 50%;
    border-color: var(--main-color);
}

.baby-btn-group {
    display: inline-block;
    position: relative;
}

.seat-control button:last-child,
.seat-control button:last-child:hover {
    background-color: #fff;
    border: 1px solid var(--main-color) !important;
}

.seat-control button:last-child i {
    color: var(--text-color) !important;
}

/* Quote Page End */

/*login page*/
.loginContainer .input,
.registrationContainer .form-control {
    border-radius: 2px;
    width: 100%;
    height: 35px;
}

.loginContainer label,
.registrationContainer label {
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #8d8d8d;
}

.loginContainer h2,
.registrationContainer h2 {
    margin-top: 0;
    font-size: 20px;
    text-align: center;
    margin-bottom: 1.5em;
    color: var(--gray-dark);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.loginContainer .button-primary,
.registrationContainer .btn-primary {
    border-radius: 1px;
    display: inline-block;
    width: 100%;
    padding: 13px 15px;
    text-transform: capitalize;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.loginContainer,
.registrationContainer {
    width: 400px;
    background-color: #fff;
    padding: 3em;
    display: inline-block;
}

.registrationContainer .form-group {
    margin-bottom: 0;

}

/* end of login */
/* about page */
.card-custom {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 4px;
    padding: 1.5em;
    margin: 2em auto;
}

.about-container .card-custom {
    padding: 2.5em 6em;
}

.about-us-c {
    background-color: var(--gray1);
    padding-right: 0 !important;
    line-height: 1.7;
    padding: 3rem 0;
}

.about-us-c .card-custom {
    box-shadow: unset;
    border: 1px solid var(--gray2);
    border-right-width: 0;
}

.about-container .heading-primary,
.why-choose .heading-primary {
    color: var(--gray-dark);
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
}

.why-choose {
    padding-top: 30px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
}

.why-choose .heading-primary {
    margin-bottom: 40px;
}

.why-choose-c .img-responsive {
    display: inline-block !important;
    margin-bottom: 5px;
}

.why-choose-c p {
    font-weight: 500;
}

.div-img {
    min-height: 130px;
    margin-bottom: 15px;
}

.div-img img {
    display: inline-block !important;
}

.call-us-wdg {
    background-color: var(--main-color);
    float: left;
    width: 100%;
}

.call-us-wdg .heading-primary {
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.p-none {
    padding: 0px !important
}

.about-car-bg {
    background-size: contain !important;
    height: 276px;
    position: absolute !important;
    z-index: 2;
    margin-top: 3rem;
}

.about-container .list-type2 {
    padding-left: 20px;
}

.about-container .list-type2 span,
.about-container .list-type2 span:before {
    background: var(--main-color);
}

p {
    color: var(--black);
}

/*service page*/
.services-main-container {
    background-color: var(--gray1);
}

.servicesContainer .service-container {
    position: relative;
    min-height: 20em;
    background-color: #212020;
    width: 100%;
    float: left;
    margin: 1em auto;
}

.servicesContainer .service-container a {
    background-position: fixed;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 1em;
    text-align: center;
}

.servicesContainer .service-container a span {
    position: relative;
    top: 36%;
    display: inline-block;
    text-align: center;
    text-decoration: unset;
    background-color: rgba(213, 0, 0, 0.7);
    border: 1px solid var(--main-color);
    padding: 0.6em 1em;
    font-size: 18px;
    color: #fff;
}

.servicesContainer .heading-primary,
.serv-heading,
.ports-heading,
.ports-cap-c h2 {
    color: var(--black);
    text-align: center;
    font-weight: 400;
    margin: 2em;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
}

.serv-heading {
    margin: 1em 0 2em 0;
}

.ports-cap-c {
    padding-top: 0;
}

.img-center {
    margin: 0 auto;
}

.service-detail-c .modal {
    top: 50px;
}

.service-detail-c .modal-header .close {
    top: 2px;
    right: 12px;
    height: 27px;
    width: 36px;
}

.service-detail-c .modal-content {
    border-radius: 0;
}

.service-detail-c .modal-title {
    text-transform: uppercase;
}

.ports-heading {
    margin: 1em 0 3em 0;
}

.ports-cap-c h2 {
    margin: 0.25em 0;
    font-weight: 400 !important;
    color: var(--black) !important;
}

.ports-cap-c h2 strong {
    color: var(--black) !important;
}

.servicesContainer .service-container a::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 90%;
    border: 2px solid var(--main-color);
    display: block;
    background-color: rgba(167, 24, 28, 0.26);
}

.service-w-c {
    margin-bottom: 2em;
}

.servicesContainer .service-widget {
    text-align: center;
}

.servicesContainer .service-widget h3 {
    color: var(--black);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.servicesContainer.sv-container,
.sv-container {
    background-color: #fff !important;
    float: left;
    width: 100%;
    padding-bottom: 3em;
}

.servicesContainer .service-container-bottom {
    position: relative;
    min-height: 23em;
    background-color: #212020;
    width: 100%;
    float: left;
    margin: 1em auto;
}

.servicesContainer .service-container-bottom a {
    background-position: fixed;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    filter: sepia(100%);
}

.servicesContainer .service-container-bottom a:hover {
    filter: sepia(0);
}

.servicesContainer .service-container-bottom a span {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    text-decoration: unset;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1em;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: left;
}

.servicesContainer.sv-container h2 {
    color: var(--black);
}

.servicesContainer .service-container-bottom .heading-primary {
    color: #FFF;
    text-align: center;
    margin: 2em auto;
}

.servicesContainer .service-list h3,
.servicesContainer li>a {
    color: #fff !important;
}

.servicesContainer .service-list h3 {
    margin: 0;
    padding: 15px;
    font-size: 18px;
    background-color: #1e1e1e;
    letter-spacing: 4px;
}

.servicesContainer .service-list ul {
    margin-bottom: 0;
    padding-left: 0;
    max-height: 231px;
    overflow: auto;
}

.servicesContainer .service-list ul li {
    list-style: none;
}

.servicesContainer .service-list ul li a {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #9c9c9c;
    display: block;
    padding-left: 15px;
    text-decoration: unset;
}

.servicesContainer .service-list ul li a:hover {
    background-color: #464646;
}

.servicesContainer .service-container-bottom {
    background-color: #6b6b6b;
}

.servicesContainer .service-list h3 a {
    display: inline-block;
    position: absolute;
    right: 15px;
    color: #fff;
    width: initial;
}

.servicesContainer .service-list h3 a i {
    color: #fff;
}


.customCounterCar {
    background-color: var(--black-light);
    margin-left: 10px;
    width: 25px;
    float: left;
    height: 25px;
    padding-top: 4.5px;
    padding-left: 9px;
    color: white !important;
    border-radius: 3px;
    cursor: pointer;
}

.customCounterCar i {
    color: white !important;
}

.customCounterCar.delete {
    background-color: var(--main-color);
}

.client-feedback .rating-star {
    background: transparent !important;
    border-radius: 2px !important;
}

.scheme_default .trx_addons_scroll_to_top,
.scheme_default .trx_addons_cv .trx_addons_scroll_to_top,
.scheme_default .trx_addons_scroll_to_top:hover,
.scheme_default .trx_addons_cv .trx_addons_scroll_to_top:hover {
    color: #ffffff;
    border-color: #290000;
    background-color: var(--main-color);
}

.scheme_default .sc_layouts_menu_nav>li>a:hover,
.scheme_default .sc_layouts_menu_nav>li.sfHover>a,
.scheme_default .sc_layouts_menu_nav>li.current-menu-item>a,
.scheme_default .sc_layouts_menu_nav>li.current-menu-parent>a,
.scheme_default .sc_layouts_menu_nav>li.current-menu-ancestor>a {
    color: var(--main-color) !important;
}

.calculation-section.fixed {
    position: fixed;
    top: 75px;
    min-height: auto;
}

/**slick arrow */
.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-arrow {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 130%;
    text-align: center;
    top: 60px;
    -webkit-box-shadow: 0 0 19px -4px;
    box-shadow: 0 0 19px -4px;
    -webkit-transition: top .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: top .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    cursor: pointer;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #f2f2f2;
    outline: none;
}

.slick-arrow i {
    font-size: 222%;
    margin-left: -7px;
    margin-top: -2px;
    display: inline-block;
    color: #212020;
}

.slick-next i {
    margin-left: 7px;
}

/*slick end */
/*top button fix*/
.search_form_wrap .scheme_default button {
    background-color: transparent !important;
}

/** Sidebar **/
body.page .sidebar.right {
    display: none;
}

.pb-2 {
    padding-bottom: 2em;
}

.pb-3 {
    padding-bottom: 3em;
}

/**booking-page-bg */
/* .booking-page-bg::before {
    content: "" !important;
    width: 100vw;
    height: 60vh;
    max-height: 400px;
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    top: -120px;
} */

.mypage {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    background-color: #ffffff;
    position: relative;
}

/* .booking-grid .listing{
    background-color: #fff;
} */

.customerBookingContainer .form-control {
    border-radius: 2px;
    height: 40px;
    padding: 6px 15px;
}

.customerBookingContainer .form-control:focus {
    box-shadow: unset;
}

.customerBookingContainer h2,
.customerDashboardContainer .dashboard-header>h2,
.dashboard-header>h2 {
    color: #fff !important;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b50000;
    text-align: center;
    padding-bottom: 10px;
}

.customerBookingContainer .btn-primary {
    background-color: #fff !important;
    color: var(--main-color) !important;
    border: 2px solid #bbbbbb !important;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 18px;
}

.booking-grid {
    padding: 15px 0;
}

.pad-checkbox {
    padding-top: 30px;
}

.booking-grid>.listing:first-child {
    margin-top: 0 !important;
}

.booking-grid {
    padding: 8px !important;
}

.booking-grid .listing .b-container,
.booking-grid .listing .b-detail {
    padding-left: 35px;
}

.booking-grid .listing:last-child {
    margin-bottom: 0 !important;
}

.booking-grid .listing {
    /* border-bottom: 1px solid #c1c1c1; */
    display: flex;
    padding: 15px 0;
    background-color: #fff;
    margin: 15px 0;
}

.booking-grid .b-container {
    border-right: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
}

.booking-grid .listing h3 {
    /* color: var(--main-color); */
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.booking-grid .listing h3 span {
    color: rgb(103, 103, 103);
}

.booking-grid .img-cont,
.booking-grid .b-container,
.booking-grid .b-detail {
    width: 33.333333%;
    padding: 10px 15px;
}

.booking-grid .listing .img-cont {
    max-width: 130px;
}

.booking-grid .b-container {
    flex-grow: 2;
}

.booking-grid p {
    color: #444;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.booking-grid .b-text-light {
    color: #8c8c8c;
}

.booking-grid .listing .img-cont img {
    max-width: 100%;
}

/**customer dashboard */
.customerDashboardContainer {
    position: relative;
}

.customerDashboardContainer .btn-dashboard {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    background-color: #ffffff;
    color: var(--main-color) !important;
    border-radius: 2px;
    margin: auto 15px;
}

.customerDashboardContainer .btn-dashboard:hover {
    background-color: #ffffff;
}

.bg-light-1 {
    background-color: #f3f3f3;
}

.heading-light {
    color: #888888 !important;
}

.alert-booking {
    text-align: center;
    /* background-color: #f6f6f6; */
    /* padding: 1rem; */
    font-size: 16px;
    margin: 1.2em auto;
    color: var(--main-color);
    text-transform: uppercase;
}

.text-dark {
    color: #141313;
}

.body-pading {
    padding: 2rem;
}

.dashboard-header {
    margin-bottom: 2.5rem;
}

.address-header {
    display: block;
    width: 100%;
    float: left;
    padding: 2em 0em;
}

.address-header h2,
.address-header a {
    float: left;
    margin: 0;
}

.address-header a {
    float: right;
}

.customerDashboardContainer .btn-rounded-icon,
.my.btn-rounded-icon {
    font-size: 16px;
    padding-right: 0;
    font-weight: 700;
    color: #1e1e1e !important;
}

.customerDashboardContainer .btn-rounded-icon i,
.my.btn-rounded-icon i {
    height: 20px;
    width: 20px;
    font-size: 11px;
    left: 6px;
    top: 3px;
}

.pl1 {
    padding-left: 1em;
}

.customerDashboardContainer .listing,
.listing {
    list-style: none;
    padding-left: 0em;
}

.customerDashboardContainer .listing li,
.listing li {
    border-bottom: 1px solid var(--gray1);
    font-size: 14px;
    line-height: 40px;
    position: relative;
    background-color: #fff;
    padding-left: 60px;
}

.customerDashboardContainer .listing li>i,
.listing li>i {
    font-size: 25px;
    background-color: var(--main-color);
    color: #fff;
    height: 100%;
    width: 50px;
    margin-right: 11px;
    position: absolute;
    display: flex;
    left: 0;
    justify-content: center;
    align-items: center;
}

.my-card-gray .listing .btn-circle {
    border-radius: 50% !important;
    margin-right: 5px;
    box-shadow: unset !important;
    border: 1px solid var(--main-color);
}

.my-card-gray .listing .btn-circle i {
    color: var(--main-color) !important;
    left: -5px;
    top: -5px;
}

.customerDashboardContainer .personal-info,
.personal-info {
    margin-top: 4em;
}

.pr-2 {
    padding-right: 2rem;
}

.pr-1 {
    padding-right: 1rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

/** Mudasir **/
body.blog .page_wrap,
body.single .page_wrap {
    background-color: #fff !important;
}

body.page .content,
body.page .content {
    width: 100% !important;
}

.via-form-group:last-child:after {
    left: -6px !important;
    top: 20px !important;
}

.input-angle {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 10px;
    border-right: 1px solid #eeeeee;
    padding-right: 5px;
    padding-left: 10px;
}

.input-angle i {
    color: var(--main-color) !important;
    font-size: 20px;
}

.header-widget .form-control {
    padding-left: 35px;
}

.vc_icon_element-icon {
    color: var(--main-color) !important;
}

.mt-reset {
    margin-top: -80px !important;
}

/*contect-form*/
.contect-frm input[type="text"],
.contect-frm input[type="email"],
.contect-frm textarea,
input[type="submit"] {
    border-radius: 2px;
}

#fakeloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: var(--main-color);
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.cube1,
.cube2,
.dot1,
.dot2,
.double-bounce1,
.double-bounce2,
.spinner4,
.spinner6>div,
.spinner7>div {
    background-color: #fff;
}

.spinner5 {
    left: 47%;
    top: 45%;
}

.spinner5 {
    width: 32px;
    height: 32px;
    position: relative;
}

.cube1,
.cube2 {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

.position-r {
    position: relative;
}

/*blog*/
.blog .blog_mode_page .header-content,
.blog .vc_row-flex,
.blog .blog_mode_page .vc_row-fluid,
.single.single-post .blog_mode_page .header-content,
.single.single-post .vc_row-flex,
.single.single-post .blog_mode_page .vc_row-fluid {
    background-color: #fff;
    padding: 0 5em;
}

.vc_row-flex {
    padding: 1em 5em !important;
}

.common-main-menu-wrapper.vc_row-flex {
    padding: 0 !important;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
    align-items: flex-start;
}

.who-we-are .vc_row,
.what-we-offer .vc_row {
    margin: 0;
}

.why-choose-us .big-icon {
    background: #f2f2f2 !important;
    color: var(--main-color) !important;
}

.why-choose-us .big-icon i {
    color: inherit !important;
}

.vc_row h2 {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left !important;
    position: relative;
    margin: 0 0 12px 0;
    padding: 14px 0 10px;
    border-bottom: 1px solid #e1e1e1;
}

.sc_blogger .sc_blogger_item .sc_blogger_item_featured img {
    border-radius: 0 !important;
}

.sc_blogger .sc_blogger_item .sc_blogger_item_title {
    font-size: 18px;
    margin-bottom: 0em;
    font-weight: 600;
    text-transform: uppercase;
}

footer.scheme_dark .widget ul>li:before {
    display: none !important;
}

.footer_wrap .sc_layouts_row .widget ul>li a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 14px;
}

footer.scheme_dark .widget ul>li a {
    color: #ffffff;
    font-weight: 600;
    text-shadow: none !important;
}

footer .social_icon_gplus{
    display:none !important;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    border-top: 1px solid #ffffff !important;
}

.vc_row h2::before {
    display: none !important;
    background: #1e1e1e;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}

.booking-with-us h2 {
    text-align: center !important;
    border-bottom-width: 0 !important;
    font-size: 26px;
}

.booking-with-us>.vc_row>h2::before {
    content: unset;
}

.booking-with-us>.vc_row>h2::after {}

.booking-with-us p,
.booking-with-us h2 {
    background: rgba(0, 0, 0, 0.3) !important;
}

.who-we-are a.button,
.who-we-are a.button:hover,
.who-we-are a.button:focus {
    background-color: var(--main-color) !important;
    padding: 10px 15px !important;
    text-transform: capitalize !important;
    border-radius: 3px !important;
}

.booking-with-us a.book-btn {
    background-color: #009933 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    padding: 15px !important;
}

.booking-with-us a.book-btn:hover,
.booking-with-us a.book-btn:focus {
    background-color: var(--main-color) !important;
}

/**fixes */
.scheme_default .post_item .post_title a:hover,
.scheme_default .post_meta_item.post_categories,
.scheme_default .post_meta_item.post_categories a {
    color: var(--main-color);
}

.scheme_default .post_item_single .post_content .post_tags a {
    color: #ffffff;
    background-color: var(--main-color);
    margin: 2px;
}

.post-template-default.single .post_item_single {
    background-color: var(--gray1);
    padding: 5em 3em 5em 3em;
}

.single-post .post_meta_single .post_tags {
    display: none !important;
}

.single-post .related_wrap {
    border-top: none !important;
}

.single-post .related_wrap_title {
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 400 !important;
}
.single-post .client-feedback {
    padding-top: 60px;
}

.single-post .related_wrap .posts_container {
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--main-color);
}

.post_item_single .post_header .post_title {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 600;
}

.post_item_single .post_header .post_meta {
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
}

.post-template-default.single .post_item_single .post_featured {
    padding: 0 3rem;
}

.who-we-are h2,
.what-we-offer h2 {
    color: var(--black);
    text-transform: uppercase;
    font-size: 2rem;
    border-bottom-width: 2px;
    margin-bottom: 2.5rem;
}

.who-we-are p,
.what-we-offer p {
    color: #6d6d6d;
    text-align: justify;
}

.scheme_default .sc_blogger.sc_blogger_default .post_featured .post_info a,
.scheme_default .sc_slider_controls .slider_controls_wrap>a,
.scheme_default .slider_container.slider_controls_side .slider_controls_wrap>a,
.scheme_default .slider_outer_controls_side .slider_controls_wrap>a,

.scheme_default.sidebar .widget_product_tag_cloud a:hover,
.scheme_default.sidebar .widget_tag_cloud a:hover {
    background-color: var(--main-color);
}

.scheme_default .post_item_single .post_content .post_meta .post_share .social_item:hover .social_icon {
    color: var(--main-color) !important;
    border-color: var(--main-color);
}

.scheme_default .nav-links-single .nav-links a:hover .post-title,
.scheme_default .nav-links-single .nav-links .nav-previous .post_next,
.scheme_default .nav-links-single .nav-links .nav-next .post_prev {
    color: var(--main-color);
}

.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a:hover,
.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li.sfHover>a,
.scheme_default .sc_layouts_menu_nav>li li>a:hover,
.scheme_default .sc_layouts_menu_nav>li li.sfHover>a {
    color: var(--main-color) !important;
    background-color: #ffffff;
}

.scheme_dark .footer_wrap .socials_wrap .social_item:hover .social_icon,
.scheme_dark.footer_wrap .socials_wrap .social_item:hover .social_icon,
.scheme_default .sc_blogger_item_title a:hover,
.scheme_default .post_item_single .post_meta_item:hover,
.scheme_default .post_item_single .post_meta_item>a:hover,
.scheme_default .post_item_single .post_meta_item .socials_caption:hover,
.scheme_default .post_item_single .post_edit a:hover {
    color: var(--main-color);
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
select {
    border-radius: 2px;
}

.scheme_default .sc_button_default.color_style_link2,
.scheme_default .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.scheme_default button:hover,
.scheme_default button:focus,
.scheme_default input[type="submit"]:hover,
.scheme_default input[type="submit"]:focus,
.scheme_default input[type="reset"]:hover,
.scheme_default input[type="reset"]:focus,
.scheme_default input[type="button"]:hover,
.scheme_default input[type="button"]:focus,
.scheme_default .post_item .more-link:hover,
.scheme_default .comments_wrap .form-submit input[type="submit"]:hover,
.scheme_default .comments_wrap .form-submit input[type="submit"]:focus,
.scheme_default #buddypress .comment-reply-link:hover,
.scheme_default #buddypress .generic-button a:hover,
.scheme_default #buddypress a.button:hover,
.scheme_default #buddypress button:hover,
.scheme_default #buddypress input[type="button"]:hover,
.scheme_default #buddypress input[type="reset"]:hover,
.scheme_default #buddypress input[type="submit"]:hover,
.scheme_default #buddypress ul.button-nav li a:hover,
.scheme_default a.bp-title-button:hover,
.scheme_default .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,
.scheme_default body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a:hover,
.scheme_default body #booked-profile-page input[type="submit"]:hover,
.scheme_default body #booked-profile-page button:hover,
.scheme_default body .booked-list-view input[type="submit"]:hover,
.scheme_default body .booked-list-view button:hover,
.scheme_default body table.booked-calendar input[type="submit"]:hover,
.scheme_default body table.booked-calendar button:hover,
.scheme_default body .booked-modal input[type="submit"]:hover,
.scheme_default body .booked-modal button:hover,
.scheme_default .sc_button_default:hover,
.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.scheme_default .socials_share:not(.socials_type_drop) .social_icon:hover,
.scheme_default .trx-booking-tour-tour-search-wrap input.trx-booking-tour-tour-search-submit[type="submit"]:hover,
.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,
.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover,
.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:focus,
.scheme_default #tribe-bar-views li.tribe-bar-views-option a:hover,
.scheme_default #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
.scheme_default #tribe-events .tribe-events-button:hover,
.scheme_default .tribe-events-button:hover,
.scheme_default .tribe-events-cal-links a:hover,
.scheme_default .tribe-events-sub-nav li a:hover,
.scheme_default .edd_download_purchase_form .button:hover,
.scheme_default .edd_download_purchase_form .button:active,
.scheme_default .edd_download_purchase_form .button:focus,
.scheme_default #edd-purchase-button:hover,
.scheme_default #edd-purchase-button:active,
.scheme_default #edd-purchase-button:focus,
.scheme_default .edd-submit.button:hover,
.scheme_default .edd-submit.button:active,
.scheme_default .edd-submit.button:focus,
.scheme_default .woocommerce #respond input#submit:hover,
.scheme_default .woocommerce .button:hover,
.scheme_default .woocommerce-page .button:hover,
.scheme_default .woocommerce a.button:hover,
.scheme_default .woocommerce-page a.button:hover,
.scheme_default .woocommerce button.button:hover,
.scheme_default .woocommerce-page button.button:hover,
.scheme_default .woocommerce input.button:hover,
.scheme_default .woocommerce-page input.button:hover,
.scheme_default .woocommerce input[type="button"]:hover,
.scheme_default .woocommerce-page input[type="button"]:hover,
.scheme_default .woocommerce input[type="submit"]:hover,
.scheme_default .woocommerce-page input[type="submit"]:hover {
    background-color: var(--main-color) !important;
    border-color: #290000 !important;
    border-radius: 3px !important;
}

.scheme_default h1 a:hover,
.scheme_default h2 a:hover,
.scheme_default h3 a:hover,
.scheme_default h4 a:hover,
.scheme_default h5 a:hover,
.scheme_default h6 a:hover,
.scheme_default li a:hover {
    color: var(--main-color) !important;
}

.scheme_default button.search_submit:hover,
.scheme_default button.search_submit:focus,
.scheme_default .search_style_fullscreen.search_opened .search_submit {
    background-color: transparent !important;
}

.single-post .slick-arrow:hover i,
.single-post .slick-arrow:focus i {
    color: #fff !important;
}

.single-post .vc_row-flex {
    padding: 0 !important;
}

.what-we-offer .accordion {
    background-color: #ffffff !important;
    color: #151515 !important;
    padding: 14px 40px;
    text-transform: capitalize;
    position: relative;
    border-bottom-width: 0;
    font-size: 16px;
}

.what-we-offer .accordion.active::after {
    content: "-";
    background-color: var(--main-color);

}

.what-we-offer .accordion:hover {
    color: var(--main-color) !important;
}

.what-we-offer .accordion:after {
    right: -15px;
    width: 50px;
    text-align: center;
    position: absolute;
    padding: 14px;
    top: 0;
    background-color: transparent;
    color: #fff;
    border-left: 1px solid #f0f0f0;
}

.what-we-offer .accordion::before {
    content: "\f055";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    height: 100%;
    left: -1px;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #6b6b6b;
    font-size: 24px;
}

.what-we-offer .accordion.active::before {
    content: "\f056";

}

.what-we-offer .accordion::after {
    display: none;
}

.what-we-offer .panel {
    border-width: 0 !important;
    box-shadow: unset !important;
    margin-bottom: 0;
}

.btn-primary {
    border: 2px solid var(--main-color);
}

.border0 {
    border: none !important;
}

.scheme_default a,
.scheme_default a:hover {
    color: var(--main-color);
}

a,
.scheme_default a {
    text-decoration: unset !important;
}

.customButton {
    border-radius: 5px;
    padding: 11px;
    font-size: 14px;
    margin: 15px;
}

.dataText {
    color: var(--black-light);
}

.dataValue {
    color: var(--main-color);
    margin-left: 15px;
    font-weight: 600;
}

/*testimonial*/
div[data-vc-parallax] .sc_layouts_column_icons_position_left {
    background-color: #fff;
    /* box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 4px; */
    margin: 2em auto;
}

div[data-vc-parallax] .wpb_wrapper>h2 {
    color: #3a3a3a !important;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center !important;
    border-bottom: none;
    font-size: 30px !important;
}

.frontpage .normal-heading {
    font-size: 30px !important;
}

/* div[data-vc-parallax] {
    margin-bottom: -104px !important;
} */

.sc_testimonials_item_content p {
    color: #212529;
    position: relative;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: 400;
}

.sc_testimonials_item_content:before {
    content: unset;
}

.sc_testimonials_item_content p::before,
.sc_testimonials_item_content p::after {
    font-family: Arial, serif;
    line-height: 0;
    font-size: 19px;
}

.sc_testimonials_item_content p:before {
    /* top: 22px;
    left: -25px; */
    content: "\201C";
}

.sc_testimonials_item_content p:after {
    /* bottom: -6px;
    margin-left: .5rem; */
    content: "\201D";
}

.scheme_default .sc_testimonials .slider_container.slider_controls_side .slider_controls_wrap>a:before,
.scheme_default .sc_testimonials .slider_outer_controls_side .slider_controls_wrap>a:before {
    color: #fff !important;
}

.sc_testimonials_item_content p,
.scheme_dark .sc_testimonials_item_author_subtitle {
    color: #8a8a8a;
}

.sc_testimonials_slider .sc_testimonials_item {
    padding: 2em 0 !important;
}

.single.single-post .scheme_dark.footer_wrap,
.footer_wrap .scheme_dark.vc_row,
.blog .scheme_dark.footer_wrap,
.footer_wrap .scheme_dark.vc_row {
    margin-bottom: -11px !important;
}

.scheme_dark.footer_wrap,
.footer_wrap .scheme_dark.vc_row {
    margin-top: 0;
}

.listing .btn-circle.btn-remove,
.listing .btn-circle.btn-add {
    position: absolute;
    right: 0;
    border-radius: 50px;
    top: 5px;
}

.listing .btn-circle.btn-remove {
    transform: rotateZ(0deg);
}

.listing .btn-circle:hover,
.listing .btn-circle:focus {
    border-radius: 50px !important;
    outline: unset;
}

.listing .btn-circle.btn-add i,
.listing .btn-circle.btn-remove i {
    font-size: inherit;
    left: -4px;
    top: -4px;
}

.listing .btn-circle.btn-add i {
    color: #fff !important;
}

.listing .btn-circle.btn-remove:hover,
.listing .btn-circle.btn-remove:focus {
    background-color: #ddd !important;
    outline: unset;
}

/* Scroll bar */


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--main-color);
}

/* END Scroll bar */

.lblUserAddress {
    background-color: var(--main-color);
    color: white;
    text-align: center;
    padding: 10px;
    float: left;
}

.containerSearchBtnPostcode {
    float: left;
    width: 40px;
    padding-left: 0;
    position: relative;
    background-color: #fff;
    height: 45px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-left: 0;
    position: relative;
}

.containerSearchBtnPostcode::before {
    content: "";
    border-left: 1px solid #e5e5e5;
    height: 22px;
    position: absolute;
    left: 0;
    top: 11px;
}

.containerSearchBtnPostcode a i {
    color: var(--main-color);
}


/** TABS CSS  **/

/**/
/* font */
/**/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);


/**/
/* defaults */
/**/
.sky-tabs,
.sky-tabs * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

.sky-tabs {
    position: relative;
    font-family: inherit;
    font-size: 0;
    text-align: left;
    color: var(--text-color);
    border-bottom: 1px solid #717171;
}

.sky-tabs>input {
    position: absolute;
    display: none;
}

.sky-tabs>label {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 0;
    padding-left: 0;
    font-size: 13px !important;
    line-height: 45px !important;
    cursor: pointer;
}

.sky-tabs>label.inverse {
    float: right;
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs>label.disabled {
    cursor: default;
}

.sky-tabs>label span {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px 10px 0 0px;
}

.sky-tabs>label span span {
    padding: 0 20px;
    color: #fff;
    background: #717171;
    transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
}

.sky-tabs>label:hover span span {
    background: var(--main-color2);
    color: #fff;
}

.sky-tabs>label.disabled span span {
    background: transparent;
    color: inherit;
}

.sky-tabs>input:checked+label {
    cursor: default;
}

.sky-tabs>input:checked+label span span {
    background: var(--main-color);
    color: #fff;
}

.sky-tabs>.switcher {
    display: none;
}

.sky-tabs>.switcher a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    text-decoration: none;
    color: inherit;
}

.sky-tabs>ul {
    list-style: none;
    position: relative;
    display: block;
    font-size: 13px;
}

.sky-tabs>ul>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    padding: 20px 25px 25px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.sky-tabs>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
    position: relative;
    z-index: 1;
    opacity: 1;
}


/**/
/* positions */
/**/
.sky-tabs-pos-top-center {
    text-align: center;
}

.sky-tabs-pos-top-right {
    text-align: right;
}

.sky-tabs-pos-top-right>label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-justify>label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-2>label {
    width: 50%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-3>label {
    width: 33.33%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-4>label {
    width: 25%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-5>label {
    width: 20%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-6>label {
    width: 16.66%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-7>label {
    width: 14.28%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-8>label {
    width: 12.5%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-9>label {
    width: 11.11%;
}

.sky-tabs-pos-top-justify>input:first-child+label {
    padding-left: 0;
}

.sky-tabs-pos-left>label,
.sky-tabs-pos-right>label {
    display: block;
    width: 25%;
    float: left;
    clear: left;
    margin-right: 0;
}

.sky-tabs-pos-right>label {
    float: right;
    clear: right;
}

.sky-tabs-pos-left>ul {
    margin-left: 25%;
}

.sky-tabs-pos-right>ul {
    margin-right: 25%;
}

.sky-tabs-pos-right>label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-center>ul>li,
.sky-tabs-pos-top-justify>ul>li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

.sky-tabs-pos-right>ul>li,
.sky-tabs-pos-top-right>ul>li {
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}


/**/
/* animations */
/**/
.sky-tabs-anim-slide-up>ul>li {
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
}

.sky-tabs-anim-slide-right>ul>li {
    -o-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -webkit-transform: translateX(15%);
}

.sky-tabs-anim-slide-down>ul>li {
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -webkit-transform: translateY(15%);
}

.sky-tabs-anim-slide-left>ul>li {
    -o-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
}

.sky-tabs-anim-slide-up-left>ul>li {
    -o-transform: translate(-15%, -15%);
    -ms-transform: translate(-15%, -15%);
    -moz-transform: translate(-15%, -15%);
    -webkit-transform: translate(-15%, -15%);
}

.sky-tabs-anim-slide-up-right>ul>li {
    -o-transform: translate(15%, -15%);
    -ms-transform: translate(15%, -15%);
    -moz-transform: translate(15%, -15%);
    -webkit-transform: translate(15%, -15%);
}

.sky-tabs-anim-slide-down-right>ul>li {
    -o-transform: translate(15%, 15%);
    -ms-transform: translate(15%, 15%);
    -moz-transform: translate(15%, 15%);
    -webkit-transform: translate(15%, 15%);
}

.sky-tabs-anim-slide-down-left>ul>li {
    -o-transform: translate(-15%, 15%);
    -ms-transform: translate(-15%, 15%);
    -moz-transform: translate(-15%, 15%);
    -webkit-transform: translate(-15%, 15%);
}

.sky-tabs>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.sky-tabs-anim-scale>ul>li {
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
}

.sky-tabs-anim-scale>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs-anim-scale>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs-anim-scale>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs-anim-scale>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs-anim-scale>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs-anim-scale>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs-anim-scale>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs-anim-scale>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs-anim-scale>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.sky-tabs-anim-rotate>ul>li {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.sky-tabs-anim-rotate.sky-tabs-pos-right>ul>li,
.sky-tabs-anim-rotate.sky-tabs-pos-top-right>ul>li {
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.sky-tabs-anim-rotate>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs-anim-rotate>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs-anim-rotate>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs-anim-rotate>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs-anim-rotate>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs-anim-rotate>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs-anim-rotate>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs-anim-rotate>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs-anim-rotate>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.sky-tabs-anim-flip>ul {
    perspective: 2000px;
    -o-perspective: 2000px;
    -ms-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
}

.sky-tabs-anim-flip>ul>li {
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-left>ul>li {
    -o-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-right>ul>li {
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
}

.sky-tabs-anim-flip>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs-anim-flip>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs-anim-flip>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs-anim-flip>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs-anim-flip>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs-anim-flip>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs-anim-flip>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs-anim-flip>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs-anim-flip>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}


/**/
/* grid system */
/**/
.sky-tabs .grid-row {
    margin-top: 20px;
}

.sky-tabs .grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.sky-tabs .grid-row:first-child {
    margin-top: 0;
}

.sky-tabs .grid-col {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2%;
}

.sky-tabs .grid-col:first-child {
    margin-left: 0;
}

.sky-tabs .grid-col .inner {
    padding: 10px 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
}

.sky-tabs .grid-col-1 {
    width: 6.5%;
}

.sky-tabs .grid-col-2 {
    width: 15%;
}

.sky-tabs .grid-col-3 {
    width: 23.5%;
}

.sky-tabs .grid-col-4 {
    width: 32%;
}

.sky-tabs .grid-col-5 {
    width: 40.5%;
}

.sky-tabs .grid-col-6 {
    width: 49%;
}

.sky-tabs .grid-col-7 {
    width: 57.5%;
}

.sky-tabs .grid-col-8 {
    width: 66%;
}

.sky-tabs .grid-col-9 {
    width: 74.5%;
}

.sky-tabs .grid-col-10 {
    width: 83%;
}

.sky-tabs .grid-col-11 {
    width: 91.5%;
}

.sky-tabs .grid-col-offset-1,
.sky-tabs .grid-col-offset-1:first-child {
    margin-left: 8.5%;
}

.sky-tabs .grid-col-offset-2,
.sky-tabs .grid-col-offset-2:first-child {
    margin-left: 17%;
}

.sky-tabs .grid-col-offset-3,
.sky-tabs .grid-col-offset-3:first-child {
    margin-left: 25.5%;
}

.sky-tabs .grid-col-offset-4,
.sky-tabs .grid-col-offset-4:first-child {
    margin-left: 34%;
}

.sky-tabs .grid-col-offset-5,
.sky-tabs .grid-col-offset-5:first-child {
    margin-left: 42.5%;
}

.sky-tabs .grid-col-offset-6,
.sky-tabs .grid-col-offset-6:first-child {
    margin-left: 51%;
}

.sky-tabs .grid-col-offset-7,
.sky-tabs .grid-col-offset-7:first-child {
    margin-left: 59.5%;
}

.sky-tabs .grid-col-offset-8,
.sky-tabs .grid-col-offset-8:first-child {
    margin-left: 68%;
}

.sky-tabs .grid-col-offset-9,
.sky-tabs .grid-col-offset-9:first-child {
    margin-left: 76.5%;
}

.sky-tabs .grid-col-offset-10,
.sky-tabs .grid-col-offset-10:first-child {
    margin-left: 85%;
}

.sky-tabs .grid-col-offset-11,
.sky-tabs .grid-col-offset-11:first-child {
    margin-left: 93.5%;
}


/**/
/* typography */
/**/
.sky-tabs .typography h1,
.sky-tabs .typography h2,
.sky-tabs .typography h3,
.sky-tabs .typography h4,
.sky-tabs .typography h5,
.sky-tabs .typography h6 {
    margin: 40px 0 0 0;
    padding: 0;
    text-align: left;
    color: #333;
}

.sky-tabs .typography h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

.sky-tabs .typography h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
}

.sky-tabs .typography h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}

.sky-tabs .typography h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.sky-tabs .typography h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.sky-tabs .typography h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.sky-tabs .typography p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: left;
}

.sky-tabs .typography ul,
.sky-tabs .typography ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
}

.sky-tabs .typography li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

.sky-tabs .typography li ul,
.sky-tabs .typography li ol {
    margin-top: 5px;
}

.sky-tabs .typography ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #333;
}

.sky-tabs .typography ol {
    counter-reset: list1;
}

.sky-tabs .typography ol>li:before {
    counter-increment: list1;
    content: counter(list1)'.';
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
}

.sky-tabs .typography a {
    text-decoration: underline;
    color: #2da5da;
}

.sky-tabs .typography a:hover {
    text-decoration: none;
}

.sky-tabs .typography .pic {
    padding: 4px;
    border: 1px dotted #ccc;
}

.sky-tabs .typography .pic img {
    display: block;
}

.sky-tabs .typography .pic-right {
    float: right;
    margin: 0 0 10px 20px;
}

.sky-tabs .typography .link {
    text-decoration: underline;
    color: #2da5da;
    cursor: pointer;
}

.sky-tabs .typography .link:hover {
    text-decoration: none;
}

.sky-tabs .typography h1:first-child,
.sky-tabs .typography h2:first-child,
.sky-tabs .typography h3:first-child,
.sky-tabs .typography h4:first-child,
.sky-tabs .typography h5:first-child,
.sky-tabs .typography h6:first-child,
.sky-tabs .typography p:first-child {
    margin-top: 0;
}

.sky-tabs .typography .text-center {
    text-align: center;
}

.sky-tabs .typography .text-right {
    text-align: right;
}


/**/
/* icons */
/**/
.sky-tabs>label .fa {
    display: block;
    float: left;
    width: 18px;
    margin: 0 12px 0 -6px;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    color: inherit;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
    .sky-tabs>label span span {
        padding: 0 15px;
    }

    .sky-tabs>label .fa {
        margin-right: 10px;
        margin-left: -5px;
    }
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {

    .sky-tabs .grid-col,
    .sky-tabs .grid-col:first-child {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .sky-tabs-response-to-stack>label {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .sky-tabs-response-to-stack>ul {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .sky-tabs-response-to-stack>ul>li {
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
    }

    .sky-tabs-response-to-stack.sky-tabs-anim-flip>ul>li {
        -webkit-transform: rotateX(-90deg);
    }

    .sky-tabs-response-to-icons>label {
        font-size: 0;
    }

    .sky-tabs-response-to-icons>label .fa {
        width: 45px;
        margin: 0;
        font-size: 16px;
    }

    .sky-tabs-response-to-icons>label span span {
        padding: 0;
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left>label,
    .sky-tabs-response-to-icons.sky-tabs-pos-right>label {
        width: 56px;
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left>ul {
        margin-left: 56px;
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-right>ul {
        margin-right: 56px;
    }

    .sky-tabs-response-to-switcher>label {
        display: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .sky-tabs-response-to-switcher>.switcher {
        display: block;
    }

    .sky-tabs-response-to-switcher:hover>label {
        display: block;
    }

    .sky-tabs-response-to-switcher:hover>.switcher {
        display: none;
    }

    .sky-tabs-response-to-switcher>ul {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .sky-tabs-response-to-switcher>ul>li {
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
    }

    .sky-tabs-response-to-switcher.sky-tabs-anim-flip>ul>li {
        -webkit-transform: rotateX(-90deg);
    }
}

.sky-tabs input[type="radio"]:checked+label:before,
.sky-tabs input[type="radio"]:checked {
    content: ''
}

.sky-tabs input[type="radio"]+label {
    padding-left: 0;
    margin-right: 8px;
    font-weight: 500;
}

.mainContainerVehicle {
    padding: 8px 0px !important;
}

.sky-tabs input[type="radio"]+label:before {
    display: none;
}

/** END TABS CSS **/
.scheme_default input[type="submit"]:hover {
    background-color: transparent !important;
}

.post_item_single .related_wrap_title {
    text-transform: uppercase !important;
    text-align: center !important;
}

#glt-translate-trigger {
    background: var(--main-color) !important;
}

.page_wrap>header .vc_column_container>.wpb_wrapper {
    background-color: var(--gray1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

.sc_layouts_item_icon.sc_layouts_login_icon.is_user_logged:before {
    color: var(--main-color) !important;
}

.nav-my-menu .search_submit {
    display: none;
}

.nav-my-menu .sc_layouts_menu_nav>li a>span {
    font-family: 'Poppins', sans-serif font-weight: 400;
}

.nav-my-menu .sc_layouts_menu_nav>li>a>span::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--main-color);
    position: relative;
    padding-left: 5px;
    display: none;
}

.trx_addons_login_link span::after {
    display: none;
}

.scheme_default .sc_layouts_item_icon {
    color: var(--main-color) !important;
}

.frontpage .post_featured.hover_icon,
.frontpage .post_featured.hover_icons {
    height: 170px !important;
}

.sc_blogger_item_title.entry-title a,
.post_title.entry-title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post_layout_classic .post_title+.post_meta {
    margin-top: 0.5em;
    text-align: center;
}

.custom-feature-post,
.normal-heading {
    margin-bottom: 40px !important;
    letter-spacing: 1px !important;
    color: var(--black) !important;
    text-align: center !important;
    border-bottom: none !important;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
    font-size: 30px !important;
}

p:empty {
    display: none !important;
}

@media (max-width: 1439px) {
    .sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
        padding: 1em 1em 4em !important;
    }
}

.client-feedback.content_wrap,
.vc_row-fluid.content_wrap {
    margin: 0 auto;
}

.why-choose-us-container {
    background-color: var(--gray1);
    padding-top: 4em;
}

.custom-testimonials-container {
    text-align: center;
}

.custom-testimonials-container h2 {
    display: inline-block;
    border-bottom: 3px solid var(--gray2) !important;
    max-width: 400px;
    width: 35%;
    font-weight: 400 !important;
    letter-spacing: 2px;
    font-size: 24px !important;
    margin-bottom: 2em;
}

.sc_testimonials_item_author_avatar {
    margin: 0 0.8em 0 0.6em;
    width: inherit;
    height: inherit;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.sc_testimonials_item_author_avatar img {
    display: inline-block;
    border-radius: 50%;
}

.sc_testimonials_item_author_title {
    text-align: center;
    margin: 1.1em;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sc_testimonials_item_author_subtitle {
    text-transform: lowercase !important;
    font-size: 16px !important;
    text-align: center !important;
}

.sc_testimonials_item_author {
    padding-bottom: 5em;
}

.single-post .post_meta.post_meta_single {
    position: relative;
}

.scheme_default .post_meta_item .socials_share .social_items {
    background-color: transparent;
}

.social_items a,
.scheme_default .post_item_single .post_content .post_meta .post_share .social_item:hover .social_icon {
    background-color: transparent !important;
    border-color: transparent !important;
}

.single-post .post_meta.post_meta_single::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid var(--main-color);
    width: 70%;
    top: 50%;
}

.scheme_default .post_item_single .post_content .post_meta .post_share .social_item .social_icon {
    color: #929292 !important;
    font-size: 16px !important;
}

.post_item_single .post_content>.post_meta_single .post_share .social_item .social_icon {
    width: 1.8em !important;
}

/*login*/
.login-input-c .form-control,
.my-registration-con .form-control {
    padding-left: 50px;
    height: 40px;
    border-radius: 1px;
    border-bottom: 2px solid #ddd;
}

.login-input-c .input-angle,
.my-registration-con .input-angle {
    left: 0;
    width: 40px;
}

.login-submit #wp-submit:hover,
.my-registration-con input[type=submit]:hover {
    background-color: var(--main-color) !important;
    opacity: 0.8;
}

.login-submit #wp-submit,
.my-registration-con .btn-primary {
    font-family: 'Poppins', sans-serif !important;
}

.my-login-con,
.my-registration-con {
    background-size: cover !important;
    width: 100% !important;
    padding: 8em 0;
    margin-top: -120px;
}

.faqzz h2 {
    color: var(--secondary) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.price-breakdown-container {
    background-color: white;
    float: left;
    margin-top: 10px;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 15px;
}

.my-card-gray .address-header {
    background-color: var(--gray2);
    margin-top: -96px;
}

.my-card-gray .btn-rounded-icon i:before {
    top: 5px;
    position: absolute;
    left: 6px;
}

.my-card-gray .address-header a {
    float: unset !important;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 8px;
}

.my-card-gray .btn-rounded-icon i {
    left: 2px !important;
}

.my-card-gray {
    background-color: var(--gray1);
    float: left;
    width: 100%;
}

.my-card-gray .input-group {
    margin-bottom: 0;
}

.my-card-gray .input-group input,
.my-card-gray input.form-control {
    height: 50px !important;
    padding-left: 15px;
}

.address-header.pad-adj {
    padding: 1.65em 0em;
}

.my-card-gray .loc .input-angle {
    top: 15px;
}

.my-card-gray .loc {
    height: auto;
}

.my-card-gray .loc .form-control {
    padding-left: 38px !important;
    padding-top: 14px;
    padding-bottom: 14px;
}

.my-card-gray .input-group-btn {
    z-index: 4;
}

.my-card-gray .input-group-btn .rq-btn {
    z-index: 4;
    width: 131px;
}

.mb-none,
.mb-0 {
    margin-bottom: 0 !important;
}

.bg-white {
    background-color: white;
}

.my-login-text {
    float: right;
}

#glt-translate-trigger {
    background-color: transparent !important;
    box-shadow: unset;
    color: var(--main-color);
    text-shadow: unset;
    position: relative;
    padding: 0;
    margin: 0 0 0 12px;
}

#glt-translate-trigger .notranslate {
    background-color: transparent !important;
    color: #1c1d20 !important;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

#glt-translate-trigger .notranslate:before {
    content: "\f0ac";
    font: normal normal normal 20px/1 FontAwesome;
    color: var(--main-color);
    top: 3px;
    position: relative;

}

/*we need you*/
.need-a-ride-main-con {
    float: left;
    width: 100%;
}

.need-a-ride-container {
    border: 2px solid var(--main-color);
    text-align: center;
    padding: 1rem 0 2.5rem;
    margin-top: 2rem;
}

.need-a-ride-container .heading {
    text-transform: uppercase;
    color: var(--black);
    letter-spacing: 1px;
}

.btn-container .btn-booknow {
    border-radius: 0 !important;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px !important;
    padding: 1.5rem 3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    float: none;
    margin: 0;
}

.btn-container {
    text-align: center;
    width: 100%;
    float: left;
}

.posts_container.masonry_wrap {
    padding-top: 3rem;
}

input.email-form.fill_inited {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid var(--main-color);
    padding: 8px 20px 8px 0;
    font-size: 14px;
    width: 100%;
}

input.email-form.fill_inited:focus {
    box-shadow: unset;
    border-color: transparent;
    border-bottom: 2px solid;
}

.news-letter-input {
    position: relative;
}

.news-letter-input .input-angle-right {
    position: absolute;
    right: 6px;
    color: var(--main-color);
}

.footer-newsletter-section h4 {
    letter-spacing: 0px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
}

.news-letter-input .input-angle-right i,
.news-letter-input .input-angle-right a {
    color: inherit !important;
}

.footer_custom>div:first-child {
    padding-bottom: 0 !important;
}

.my-copyright-text p {
    color: #fff;
}

.posts_container.masonry_wrap>div:last-child {
    width: 100%;
    position: relative !important;
    left: 0 !important;
    margin-top: -20px;
}

.posts_container.masonry_wrap>div:last-child>article:first-child {
    border-bottom: none !important;
}

.posts_container.masonry_wrap>div:last-child .post_featured.hover_icon,
.posts_container.masonry_wrap>div:last-child .post_featured.hover_icons {
    height: 300px !important;
}

.posts_container.masonry_wrap>div:last-child .post_layout_classic .post_title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.breadcrumb {
    list-style: none;
}

.breadcrumb li {
    display: inline-block;
}

.phone-flag{
    position: relative;
}
.phone-flag > button i{
    font-size: 1.4em;
    color: var(--main-color);
    right: -6px;
    top: 1px;
    position: relative;
}
.phone-flag button{
    border-radius: 0 !important;
}
.phone-flag button:hover,.phone-flag button:focus{
    background-color: transparent !important;
}
.phone-flag > button{
    background-color: transparent;
    padding: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 30px;
    width: 52px;
    top: 5px;
    left: 5px;
    justify-content: center;
}
.phone-flag > button:hover{
    background-color: #e1dad1 !important;
}
.phone-flag .rq-form-control{
    padding-left: 60px;
}
.country-code{
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 111111;
    top: 86%;
    display: none;
}
.country-code.active{
    display: block;
}
.country-code ul{
    list-style: none;
    padding-left: 0;
    max-height: 250px;
    margin-bottom: 0;
    overflow: auto;
    border: 1px solid var(--main-color);
}
.country-code button{
    display: block;
    width: 100%;
    padding: 0px 1rem;
    text-align: left;
    background-color: transparent;
    color: var(--black) !important;
}
.country-code button:hover{
    background-color: rgba(184, 134, 11, 0.13) !important;;
}


@media only screen and (max-width: 768px) {
    .menu_mobile .sc_layouts_logo{
        margin-top: 15px !important;
        float: left;
        margin-left: 15px;
    }
    .scheme_dark .menu_side_inner, .scheme_dark .menu_mobile_inner {
        background-color: rgba(30, 29, 34, 0.95) !important;
    }
    .menu_mobile .menu_mobile_nav_area > ul > li > a{
        padding: 10px 1em !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        border-bottom: 1px solid rgba(246, 246, 246, 0.10980392156862745);
        border-left: 5px solid transparent;
        width: 100%;
    }
    .menu_mobile .menu_mobile_nav_area > ul > li > a:hover, .menu_mobile .menu_mobile_nav_area > ul > li.current-menu-item > a{
        border-left-color: var(--main-color);
    }
    .menu_mobile .menu_mobile_nav_area > ul > li:first-child > a{
        margin-top: 15px;
    }
    .menu_mobile .menu_mobile_nav_area > ul > li:last-child > a{
        border-bottom: none;
    }
    .menu_mobile .menu_mobile_nav_area li{
        text-align: left;
    }
    .main-list .list-item {
        width: calc(100% * (1/3) - 64px) !important;
        margin-bottom: 8px !important;
    }
}

.listing-price-n-booking .visible-670 {
    display: none !important;
}
a.trx_addons_login_link.sf-with-ul:active {
    outline: none !important;
}
@media only screen and (max-width: 670px) {
    .trx_addons_login_link.sf-with-ul {
        padding-right: 12px !important;
    }
    .listing-price-n-booking h3{
        font-size: 16px;
    }
    .booking-grid .listing {
        flex-direction: column;
    }

    .booking-grid .listing .img-cont {
        max-width: 168px;
        margin: 0 auto;
    }

    .booking-grid .b-container {
        border-top: 1px solid var(--gray1);
        border-bottom: 1px solid var(--gray1);
        border-left-width: 0;
        border-right-width: 0;
    }

    .booking-grid .img-cont,
    .booking-grid .b-container,
    .booking-grid .b-detail {
        width: 100%;
    }

    .post_item_single .post_content>.post_meta_single .post_share {
        margin-top: 4em !important;
        text-align: center;
    }

    .custom-testimonials-container h2,
    .sc_testimonials_item_author_data,
    .single-post .post_meta.post_meta_single::before {
        width: 100%;
        max-width: 100%;
    }

    .posts_container.masonry_wrap>div:last-child .post_featured.hover_icon,
    .posts_container.masonry_wrap>div:last-child .post_featured.hover_icons {
        height: auto !important;
    }

    .widget-controls {
        align-items: center;
        display: block !important;
    }

    .widget-controls .pl4 {
        text-align: right;
        padding: 0;
    }

    .search-ar {
        margin: 0 auto !important;
        display: block;
        float: left;
        width: 100%;
        text-align: center;
    }
    .search-ar a{
        width: 70%;
    }
    .btn-circle.btn-remove {
        right: 38px !important;
    }

    .via-form-group {
        width: 100% !important;
        padding-right: 35px !important;
    }

    .via-form-group .form-control {
        padding-right: 38px !important;
    }

    .header-widget {
        padding: 2rem 1rem !important;
    }

    .via-form-group:nth-child(2):before,
    .via-form-group:nth-child(4):before {
        display: none;
    }

    .vc_row-flex {
        padding: 0 !important;
    }

    .custom-intro-container h2,
    .index-phone h3 {
        font-size: 30px !important;
    }

    .main-list .list-item {
        width: calc(100% * (1/2) - 50px) !important;
        margin: 8px !important;
    }

    .inner-page-banner .rq-title {
        font-size: 30px;
        line-height: 1.4;
        margin: 0;
    }

    .about-container .card-custom {
        padding: 1em;
    }

    .content_wrap,
    .content_container {
        width: 100% !important;
    }

    /*quote page*/
    .rq-car-listing-wrapper .rq-listing-list .listing-single {
        height: auto;
        float: left;
        width: 100%;
    }

    .rq-car-listing-wrapper .listing-single .listing-img {
        position: relative;
        margin: 8px 0;
        /* width: 100%; */
        text-align: center;
    }

    .rq-car-listing-wrapper .listing-single .listing-img img {
        max-width: 90%;
    }

    .rq-car-listing-wrapper .rq-listing-list .listing-single .listing-details {
        width: 100%;
        min-height: auto;
        padding: 0px;
        margin-left: 0px;
    }

    .listing-price-n-booking .visible-670 {
        display: block !important;
    }

    .hidden-670 {
        display: none !important;
    }

    .rq-car-listing-wrapper .rq-listing-list .listing-single .listing-details p {
        display: none;
    }

    .listing-details .col-xs-8,
    .listing-details .col-xs-4 {
        padding: 0 !important;
    }

    .rq-listing-list .listing-single .listing-details .car-brand {
        font-size: 18px !important;
    }

    .listing-details .icon-right {
        position: relative;
        top: 0;
        padding-top: 0;
    }

    .listing-single .listing-details ul {
        margin-top: 0;
        margin-bottom: 0;
        height: 30px;
        padding-left: 10px;
    }

    .listing-details .col-xs-4 {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .baby-seats-wrapper.active {
        height: 200px !important;
        transition: all 0.3s ease-in;
        padding: 15px 8px;
    }

    .seat-container {
        width: 50%;
    }

    .quote-title {
        font-size: 18px;
    }

    .inner-page-banner {
        min-height: 200px;
        max-height: 200px;
    }

    /*end of max-width: 670px*/
}

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

    .dataValue p,
    .dataText,
    .dataValue {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }

    .dataValue {
        margin-left: 8px;
    }

    .loginContainer,
    .registrationContainer {
        width: 100%;
    }

    .heading-controls {
        position: relative;
        top: 0;
        right: 0;
    }

    .heading-controls .btn-rounded-icon {
        padding: 0;
    }

    .passenger-options label {
        width: 100%;
        margin: 5px 0;
    }

    div#map_canvas {
        width: 100% !important;
    }
}



@media only screen and (max-width: 479px) {
    .widget-controls .col-xs-6{
        width: 100% !important;
        text-align: center !important;
    }
    .search-ar a{
        width: auto;
    }
    .main-list .list-item {
        width: calc(100% * (1/2) - 50px) !important;
    }

    .distance-opts {
        flex-direction: column;
    }

    .content_wrap,
    .content_container {
        width: 100% !important;
    }

    .sky-tabs i {
        display: none !important;
    }

    .sky-tabs>label span span {
        padding: 0 8px;
    }

    .baby-seats-wrapper.active {
        height: 285px !important;
        transition: all 0.3s ease-in;
        padding: 15px 8px;
    }

    .seat-container {
        width: 100%;
    }
}
@media only screen and (max-width: 350px) {
    .main-list .list-item {
        width: calc(100% * (1/1) - 64px) !important;
    }
}
@media only screen and (max-width: 365px) {

    .listing-price-n-booking h3{
        font-size: 18px !important;
        font-weight: 500 !important;
    }
    .listing-price-n-booking h3{
        font-size: 16px !important;
    }
    .rq-car-listing-wrapper .listing-single .listing-img img {
        width: 90%;
    }
}

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

    .containerUserAddresses{
        padding: 0 !important;
    }
    .sublist ul{
        width: 100%;
    }
    .widget-controls{
        margin-top: 0 !important;
    }
    .btn-via {
        border-radius: 0 !important;
        width: 10em !important;
        height: 45px !important;
        padding: 13px !important;
    }

    .via.loc {
        order: 3;
    }

    .header-widget .end-point.loc {
        margin-top: 15px;
    }

    .via-form {
        transform: translateY(0px) !important;
    }

    .calculation-section {
        min-height: auto;
        position: fixed;
        z-index: 4;
        bottom: 0;
        margin: 0;
        width: 100%;
        left: 0;
        padding: 8px;
        /* height: 215px; */
    }
    .my-calc-fixed-sc{
        max-height: 110px;
        overflow: auto;
    }
    .page-template-page-quote .trx_addons_scroll_to_top{
        bottom: 6em;
    }
    .sidebar__price{
        padding: 0;
        padding-top: 8px;
        font-size: 2.5rem;
        margin-top: 0;
    }

    .my-card-gray .loc {
        margin-bottom: 5px;
    }

    #someone-else-booking-form.active {
        height: 230px;
    }

    hr,
    .vc_separator {
        margin: 5px 0 !important;
    }

    .sky-tabs>label span span {
        padding: 0 8px;
    }

    .top_panel_custom_header-home .sc_layouts_search {
        display: none;
    }


    .post-template-default.single .post_item_single {
        padding: 5em 2em;
    }

    /*widget home */
    .widgit-container {
        flex-direction: column;
    }

    .starting-point::after {
        display: none;
    }

    .via.loc {
        margin: 1.5rem 0;
    }

    .header-widget .form-control,
    .header-widget .loc {
        width: 100% !important;
    }

    .custom-slider,
    .custom-slider .slotholder {
        height: 30vh !important;
    }

    .modal-location {
        width: 98% !important;
        padding-right: 10px;
    }
    #tempContainerBiLanguage{
        top: -3px !important;
    }
    .containerFinalCounter{
        position: absolute;
        z-index: 5;
        right: 10%;
        bottom: 20px;
        font-size: 20px;
    }
    .sidebar__booking-info-section .btn-bookNow{
        margin-top: 8px;
        margin-left: -15px;
    }
}
@media only screen and (min-width: 992px) {
    .widget-controls .option-ar{
        width: auto !important;
    }
    .widget-controls .pl4{
        padding-left: 3.8rem !important;
    }
}
@media (max-width: 1439px) {
    .top_panel_custom_header-home .sc_content_width_1_1 {
        width: 98% !important;
    }
}
/*menu*/
#tempContainerBiLanguage{
    top: -1px;
    left: 2px;
    position: relative;
    padding-right: 8px;
	display: none;
}
.footer_wrap .widget_nav_menu{
    margin: 0 !important;
}
@media only screen and (max-width: 1280px) {
    /*menu*/
    .top_panel_custom_header-home .sc_content_width_1_1 {
        width: 100% !important;
    }
    .top_panel_custom_header-home .vc_column_container>.vc_column-inner{
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav-my-menu .vc_row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-my-menu .sc_layouts_column_align_right .sc_layouts_item{
        margin-left: 5px;
    }
    .nav-my-menu .vc_column-inner .wpb_wrapper > .sc_layouts_item:first-child{
        padding-left: 30px;
    }

    .nav-my-menu .vc_column-inner .wpb_wrapper > .sc_layouts_item, .nav-my-menu .vc_column-inner .wpb_wrapper > .sc_layouts_item a{
        margin-right: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .input-rounded .input-group-btn .rq-btn{
        width: 132px;
    }
    .TickerNews.slider-news {
        top: -154px;
    }
    .calculation-section{
        padding: 1rem;
    }
    .starting-point::after{
        right: calc(-62% + 10px) !important;
    }
    .custom-slider,
    .custom-slider .slotholder {
        height: 40vh !important;
    }
}

@media only screen and (min-width: 1200px) {
    .row .service-w-c:nth-child(4) {
        margin-left: 16.666666%;
    }

    .car-listing-on-detail {
        max-width: 80%;
        margin: 0 auto;
    }
}
body header.top_panel.top_panel_custom {
    height: auto !important;
    margin-bottom: -5px;
}
.sc_layouts_menu_nav>li>ul {
    top: calc(100% + 13px) !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: var(--main-color);
}
.padb-lg
{padding-bottom: 25px !important;}
.client-feedback .client-feedback-carousel img
{margin:0 auto !important;}
.toast-warning {
    background-color: var(--main-color) !important;
}
.single.single-post .who-we-are
{
    margin-top: 45px;
}
.single.single-post .what-we-offer
{
    margin-top: 45px;
}






.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog {
    width: 70%;
    margin: 100px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 3px;
    /* overflow: scroll; */
    margin-top: 10px;
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5
}
.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}
.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px    
}
.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}
.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px;
}
.dialog-ovelay .dialog .dialog-msg p{
    margin: 0;
    font-size: 15px;
    color: #333
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}
.dialog-ovelay .dialog footer .controls {
    direction: rtl
}
.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px
}
.button {
    cursor: pointer
}
.button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}
.button-danger {
    background-color: #f44336;
    border: 1px solid #d32f2f;
    color: #f5f5f5
}
.link {
    padding: 5px 10px;
    cursor: pointer
}


/*update*/
.my-update{
    font-size: 18px;
    color: #fff;
    background: var(--main-color);
    position: absolute;
    top: calc(-100% - 12px);
    width: 100%;
    padding: 4px 15px;
    border-radius: 4px;
}
.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;  
    animation: marquee 80s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.registrationContainer .registration-page-section .btn-danger strong
{
    white-space: normal;
    overflow: hidden;
    color: white !important;
    font-size: 14px;
}
#containerSecondSection .col-xs-12
{float: inherit !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
    border: 1px solid #fff !important;
    background: var(--main-color) !important;
}
@media (min-width: 1440px){
    .top_panel_custom_header-home .sc_content_width_1_1 {
        width: 1400px !important;
    }
}
.padding-xlg
{    padding: 25px;
}
.font-medium
{
    font-size: 14px !important;
}
.heading-profile
{
    text-align: center;
    color: var(--main-color) !important;
    border-bottom: 1px solid var(--main-color);
    padding: 0px 0px 15px 0px;
}

.customerProfileContainer .listing li
{
    margin-top: 1px !important;
}
.customerProfileContainer .sublist
{
        box-shadow: none !important;
}

.customerProfileContainer #txtCustomerSearchBox
{
    height: 45px !important;
}
.customerProfileContainer .sublist ul
{
        margin-top: 20px;
}
.customerProfileContainer .sublist ul li
{
    
}
/* Edit BY Mohsin */
.post_content
{
    text-align: justify;
}
/* Edit BY Mohsin */
.slick-slide
{
	height :auto !important;
}
/* Edit BY Mohsin */
.swiper-wrapper{
	height :auto !important;
}