/* Theme Name: VIP Transfer */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Roboto', sans-serif; 
font-family: 'Montserrat', sans-serif;
*/

body,
html {
    overflow-x: hidden;
}

/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.hOne-tittle,
.home-banner-tittletxt {
    font-weight: 300;
    font-size: 78px;
    line-height: 1;
}

h2,
.hTwo-tittle {
    font-weight: 300;
    font-size: 48px;
    line-height: 1.1;
}

h3,
.hThree-tittle {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
}

h4,
.hFour-tittle {
    font-size: 28px;
    line-height: 1.2;

}

h5 {
    font-size: 24px;
    line-height: 1.2;

}




a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #CDB27B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #000000;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #BBA271;
    color: #000000;
    height: 48px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #BBA271;
}

::-webkit-input-placeholder {
    color: #000;
}

:-ms-input-placeholder {

    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.distance-form label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;

    color: #000000;

}

.distance-form label span {
    margin: 0;
    padding: 0;
}

.distance-form label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.distance-form label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #C9C6C1;
}

.distance-form label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 10px;
}

.distance-form label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.distance-form label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

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


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

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


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #CDB27B;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    /* opacity: 0; */
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.current-menu-item a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #CDB27B !important;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 48px;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/






/* custom-css-start */
.main-head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 27px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-head.fixed {
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.55);
}

.main-head.fixed .navbar-brand {
    width: 90px;
}

.navbar-brand {
    width: 104px;
}

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

.navbar-nav li:last-child {
    padding: 0;
}

.navbar-nav li a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.lang-change-dropdwn {
    position: relative;
    padding-left: 30px;
}

.lang-change-dropdwn select {
    border: 1px solid #CDB27B;
    background: url('images/arrow01.svg') no-repeat;
    background-size: 6px;
    background-position: 90%;
    color: #CDB27B;
    font-weight: 400;
    font-size: 16px;
    height: 34px;
    padding: 0 25px 0 15px;
}

.home-slider-wrap {
    max-width: 1920px;
    margin: 0 auto;
}

.home-banner-sec {
    position: relative;
    width: 100%;
    min-height: 800px;
    padding: 128px 0 34px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home-banner-sec>* {
    width: 100%;
}

.home-banner-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 415px;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, 0) 102.17%);
    opacity: 0.85;
}

.home-banner-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(32.25% 94.64% at 63.75% 48.02%, rgba(5, 5, 5, 0) 0%, #050505 99.13%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    opacity: 0.27;
}

.home-sliderInner-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.home-banner-txtWrap {
    position: relative;
    z-index: 1;
    width: 60%;
}

.home-banner-img-wrap {
    width: 40%;
}

.home-banner-img-wrap figure {
    margin: 0;
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    margin-left: -260px;
    margin-top: 50px;
}

.home-banner-img-wrap figure img {
    width: 100%;
}

.home-banner-txtWrap span {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 36px;
    position: relative;
    margin-bottom: 24px;
    line-height: 1;
    padding-right: 110px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    letter-spacing: 2px;
}

.home-banner-txtWrap span::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #CDB27B;
    width: 88px;
    height: 2px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.home-banner-txtWrap .home-banner-tittletxt {
    color: #CDB27B;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    letter-spacing: 2px;

}

.home-sliderInner-wrap.show .home-banner-tittletxt {
    opacity: 1;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-sliderInner-wrap .common-btn {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: translateX(-100%);
}

.home-sliderInner-wrap.show .common-btn {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: translateX(0);
}

.home-sliderInner-wrap.show figure {
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.home-sliderInner-wrap.show span {
    opacity: 1;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.common-btn {
    display: inline-block;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    padding: 18px 26px;
    line-height: 1;
    border: 1px solid #CDB27B;
}

.common-btn:hover {
    background: #CDB27B;
    color: #ffffff;
}

.home-banner-form-sec {
    position: relative;
    z-index: 1;
    background: rgba(241, 241, 241, 0.04);
    border: 1px solid rgba(109, 109, 109, 0.3);
    box-shadow: 0px 14px 24px 5px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(4.5px);
    padding: 20px 30px;
    -webkit-backdrop-filter: blur(4.5px);
}

.home-banner-form-tittle {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-manSlider-wrap {

    width: 100%;

}

.home-manSlider-wrap .container {
    position: relative;
    z-index: 1;
}

.home-banner-slider-sec {
    z-index: 3;
}


.sld-pro-count {
    position: absolute;
    bottom: 25px;
    left: -75px;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sld-pro-wpr {
    width: 2px;
    /* transform: rotate(-90deg); */
    height: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.sld-circle-wrap {
    height: 30px;
    width: 30px;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #5A5A5A;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.sld-circle {
    height: 11px;
    width: 11px;
    background-color: #5A5A5A;
    position: relative;
    z-index: 5;
    display: inline-block;
    border-radius: 50%;
}

.slider-progress {
    width: 1px;
    /* position: relative; */
}

.sld-pro-wpr .slider-progress span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0px;
    background-color: #CDB27B;
    transition: all 0s linear;
}

.slider-progress span.active {
    height: 100%;
}

.sld-count-wpr {
    font-weight: 600;
    color: #fff;
}

/* .home-manSlider-wrap .container{
    width: calc(100% - (50% - 1164px / 2));
    margin-right: 0;
    margin-left: auto;
    max-width: 100%;
    padding-right: 0;
} */
.slick-counter {
    display: flex;
    color: #5A5A5A;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
}

.slick-counter p {
    color: #5A5A5A;
    font-weight: 300;
    font-size: 15px;
    padding: 0 5px;
}

.home-banner-form-tittle {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home-banner-form-tittle span {
    display: inline-block;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
}

.home-banner-form-tittle ul.resp-tabs-list {
    display: flex;
    align-items: center;
}

.home-banner-form-tittle .resp-tabs-list li {
    padding: 0 15px !important;
    background: transparent !important;
    border: none !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    line-height: 1;
    margin: 0 !important;
}

.home-banner-form-tittle .resp-tabs-list li:last-child::before {
    display: none;
}

.home-banner-form-tittle .resp-tabs-list li::before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}

.home-banner-form-tittle .resp-tabs-list li.resp-tab-active {
    color: #CDB27B;
    font-weight: 400;
}

.home-banner-form-sec .resp-tabs-container {
    background: transparent !important;
    border: none !important;
}

.home-banner-form-sec .resp-tab-content {
    background: transparent !important;
    border: none !important;
}

.home-banner-form-wrap-man {
    position: relative;
}

.home-banner-form-wrap-man form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.single-frm-wrap-inpt {
    width: 20%;
    padding: 0 8px;
}

.single-frm-wrap-inpt label {
    font-weight: 400;
    font-size: 16px;
    color: #CDB27B;
    display: inline-block;
    margin-bottom: 7px;
}

.single-frm-wrap-inpt input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 20px 12px 0;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    height: auto;
}

.banner-slider-full-wrap {
    max-width: 1920px;
    margin: 0 auto;
}


.single-frm-wrap-inpt.address input[type=text] {
    background: url('images/locc01.svg') no-repeat;
    background-size: 12px;
    background-position: 98%;
}

.single-frm-wrap-inpt.date input[type=text] {
    background: url('images/datees01.svg') no-repeat;
    background-size: 12px;
    background-position: 98%;
}

.single-frm-wrap-inpt.time input[type=text] {
    background: url('images/timess01.svg') no-repeat;
    background-size: 12px;
    background-position: 98%;
}

.single-frm-wrap-inpt input[type=text]:focus {
    border-bottom-color: #CDB27B;
}

.single-frm-wrap-inpt input[type=text]::-webkit-input-placeholder {
    opacity: 1;
    color: #7A7A7A;
}

.single-frm-wrap-inpt input[type=text]:-ms-input-placeholder {
    opacity: 1;
    color: #7A7A7A;
}

.single-frm-wrap-inpt input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #7A7A7A;
}

.single-frm-wrap-inpt input[type=text]:-moz-placeholder {
    opacity: 1;
    color: #7A7A7A;
}

.single-frm-wrap-inpt input[type=submit] {
    width: 100%;
    font-weight: 300;
    font-size: 15px;
}

.single-frm-wrap-inpt input[type=submit]:hover {
    background: #ffffff;
}

.home-banner-slider-sec {
    padding-right: 30px;
}



/* home-secnd-section */
.common-gap {
    padding: 85px 0;
}

.home-secnd-sec {
    position: relative;
    background: #F7F7F7;
}

.home-secnd-sec::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: url('images/bgimgonsj01.png') no-repeat;
    background-size: cover;
    background-position: right;
	z-index: -1;
}

.home-secnd-clm h2 {
    padding-right: 95px;
    position: relative;
}

.home-secnd-clm p {
    font-weight: 300;
    font-size: 20px;
    position: relative;
}

.home-secnd-clm h2::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 30px;
    background: #CDB27B;
    width: 88px;
    height: 2px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.home-secnd-rw {
    --bs-gutter-x: 90px;
    align-items: center;
}

/* home-our-fleet-section */
.home-our-fleet-sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home-our-fleet-sec::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #F4F4F4;
    width: 100%;
    height: 300px;
}

.section-tittle {
    position: relative;
    z-index: 1;
    text-align: center;
}

.center-txtTittle {
    text-align: center;
}

.section-tittle h2 {
    position: relative;
    padding-bottom: 20px;
}

.section-tittle h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #CDB27B;
    width: 88px;
    height: 2px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.center-txtTittle h2::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    background: #CDB27B;
    width: 88px;
    height: 2px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.home-our-fleet-sec .section-tittle {
    margin-bottom: 80px;
}

.home-our-fleet-main-slider {
    position: relative;
    z-index: 1;
    margin: 0 -60px;
}

.home-our-fleetSld-wrap {
    position: relative;
    text-align: center;
}

.home-our-fleetSld-wrap h3 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 300;
}

.single-home-our-fleetSld {
    padding: 0 60px;
}

.home-our-fleetSld-wrap figure {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.home-our-fleetSld-wrap p {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    padding: 0 45px;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.common-btn.common-btnTwo {
    color: #000;
    font-size: 15px;
    padding: 12px 26px;
    background-color: transparent;
    border: 1px solid #CDB27B;
}

.common-btn.common-btnTwo:hover {
    background-color: #CDB27B;
    color: #fff;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-prev {
    top: 200px;
    left: 23%;
    z-index: 5;
    background: url(images/slider-prev-arrow.svg) no-repeat center;
    background-size: 100%;
    width: 14px;
}

.slick-prev:hover,
.slick-prev:focus {
    background: url(images/slider-prev-arrow.svg) no-repeat center;
    background-size: 100%;
    top: 200px;
    left: 23%;
    z-index: 5;
}

.slick-next {
    top: 200px;
    right: 23%;
    z-index: 5;
    background: url(images/slider-nxt-arrow.svg) no-repeat center;
    background-size: 100%;
    width: 14px;
}

.slick-next:hover,
.slick-next:focus {
    background: url(images/slider-nxt-arrow.svg) no-repeat center;
    background-size: 100%;
    top: 200px;
    right: 23%;
    z-index: 5;
}

.common-hdr.cmn-hdr2 {
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}

.service-sec {
    position: relative;
    z-index: 1;
}

.common-hdr.cmn-hdr2::after {
    content: "";
    height: 2px;
    width: 88px;
    top: auto;
    bottom: 0;
    left: 0;
    background: #CDB27B;
    position: absolute;
    z-index: -1;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.service-lft figure {
    margin-bottom: 0;
    width: 100%;
}

.service-lft figure img {
    width: 100%;
}

.service-rgt-txt h3 {
    font-weight: 300;
    font-size: 32px;

    position: relative;
    z-index: 1;

    padding-bottom: 22px;

}

.service-rgt-txt h3::after {
    content: "";
    height: 2px;
    width: 88px;
    top: auto;
    bottom: 0;
    left: 0;
    background: #CDB27B;
    position: absolute;
    z-index: -1;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    z-index: 1;
}

.service-rgt-txt {
    max-width: 488px;
    background-color: #FFFFFF;
    padding: 30px 28px;
    margin-top: -102px;
    position: relative;
    z-index: 5;
    margin-left: -80px;
}

.service-rgt-txt p {
    font-weight: 300;
    font-size: 18px;
}

.service-rgt-innr figure {
    width: 100%;
    margin-bottom: 0;
    max-width: 633px;
    margin-left: auto;
}

.service-rgt-innr figure img {
    width: 100%;
}

.service-sec::after {
    content: "";
    height: 105%;
    width: 40%;
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
    bottom: 0;
    right: 0;
    position: absolute;
    background: #CDB27B;
    opacity: 0.54;
    z-index: -2;

}

.service-wrap>* {
    padding: 0 92px;
}

.service-wrap {
    margin: 0 -92px;
}

.section-tittle.sec-title2 h2 {
    position: relative;
}

.section-tittle.sec-title2 h2::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    background: #CDB27B;
    width: 88px;
    height: 2px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.section-tittle.sec-title2 {
    margin-bottom: 45px;
}

i {
    display: inline-block;
}

.small-cmn-hdr {
    font-weight: 300;
    font-size: 32px;
    position: relative;
    z-index: 1;
    padding-bottom: 16px;
    line-height: 1.2;

}

.small-cmn-hdr::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #CDB27B;
    width: 88px;
    height: 2px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.choose-rgt-innr i {
    margin-bottom: 30px;
}

.choose-rgt-innr p {
    font-weight: 300;
    line-height: 1.7;

}

.choose-rgt-innr p span {
    font-weight: 400;
}

.choose-wrap>* {
    padding: 0 30px;
}

.choose-wrap {
    margin: 0 -30px;
    align-items: center;
}

.choose-lft figure {
    margin-bottom: 0;
    width: 100%;
}

.choose-lft figure img {
    width: 100%;
}

.choose-back-design {
    height: 198px;
    max-width: 40%;
    background-color: #CDB27B;
    margin-top: -95px;
}

.choose-wrap-innr {
    padding: 0 33px;
    background:
        #F4F4F4;
    align-items: center;
    position: relative;
}

.choose-wrap2 {
    position: relative;
    z-index: 1;

}

.choose-wrap-innr.choose-wrap-innr2 {
    flex-direction: row-reverse;
}

.choose-wrap2-rgt figure {
    width: 100%;
    margin-bottom: 0;
    margin-left: 265px;
    min-height: 523px;
}

.choose-wrap2-rgt figure img {
    width: 100%;
    height: 100%;
}

.choose-wrap-innr.choose-wrap-innr2 .choose-wrap2-rgt.choose-wrap2-rgt2 figure {
    margin-left: -266px;
    min-height: 500px;
    width: 718px;
}

.choose-wrap-innr.choose-wrap-innr2 .choose-wrap2-rgt.choose-wrap2-rgt2 figure img {
    width: 100%;
    height: 100%;
}

.top-fig {
    margin-top: -150px;
}

.choose-rgt-innr {
    max-width: 500px;
    padding: 34px 0 30px 34px;
}

.choose-wrap2.choose-wrap3.choose-wrap4.common-gap {
    padding-top: 120px;
}

.slider-back {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.choose-mid {
    max-width: 594px;
    position: absolute;
    top: -87px;
    right: -10px;
    margin-bottom: 0;
}

.choose-sec.common-gap {
    padding-bottom: 200px;
}

.choose-rgt-innr.choose-rgt-innr2 .choose-wrap2-rgt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.choose-wrap2-rgt.choose-wrap2-rgt2 {
    left: 0;
    right: auto;
}

.choose-rgt-innr.choose-rgt-innr2 {
    margin: auto;
}

.choose-wrap-innr.choose-wrap-innr2 {
    justify-content: flex-end;
    background-color: #fff;
}

.big-hdr {
    font-weight: 300;
    font-size: 48px;
    display: block;


    color: #000000;
}

.car-lft .choose-rgt-innr.choose-rgt-innr2.choose-rgt3 {
    max-width: 100%;
}

.car-sec.common-gap {
    padding: 65px 0;
}


.car-sec {
    background: #F7F7F7;
    position: relative;
    z-index: 5;
}

.choose-rgt-innr.choose-rgt-innr2.choose-rgt3 {
    max-width: 530px;
}

.back-design {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.car-rgt {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.car-rgt figure {
    margin-bottom: 0;
    width: 100%;
    height: 446px;
    width: 800px;
}

.car-rgt figure img {
    width: 100%;
    height: 100%;
}

.footer-sec {
    padding-top: 80px;
    position: relative;
    z-index: 1;
}

.footer-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, #333333 -33.74%, rgba(0, 0, 0, 0) 63.09%);
    z-index: -1;
}

.small-cmn-hdr.small-cmn2 {
    color: #fff;
}

.footer-uppr>* {
    padding: 0 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-uppr {
    margin: 0 -40px;
}

.footer-uppr>*:last-child {
    border-right: 0;
}

.common-btn.cmn-submit {
    background: #BBA271;
    color: #000000;
    height: 48px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 85px;
    padding-right: 85px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 300;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.common-btn.cmn-submit:hover {
    color: #BBA271;
    background-color: #fff;
}


.footer-uppr-rgt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-uppr-lft p {
    color: #fff;
    font-weight: 300;
}

.footer-uppr {
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-mid {
    padding: 60px 0;
    margin: 0 -37px;
}

.footer-mid p {
    color: #fff;
}

.footer-mid-lft .sub-hdr {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 12px;
}

.sub-hdr {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 12px;
}

.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.social-list li {
    padding: 0 11px;
}

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

.social-list li:last-child {
    padding-right: 0;
}

.social-list li a:hover img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(43%) saturate(303%) hue-rotate(1deg) brightness(93%) contrast(91%);
}

.footer-mid-lft p {
    font-weight: 300;
    font-size: 16px;


    color: #FFFFFF;

}

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

.footer-list li a {
    font-weight: 400;
    font-size: 16px;

    color: #FFFFFF;

}

.footer-list li a:hover {
    color: #BBA271;
}

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

.contact-list li {
    margin-bottom: 2px;
}

.contact-list li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;


    color: #FFFFFF;
}

.contact-list li a:hover {
    color: #BBA271;
}

.footer-mid>* {
    padding: 0 37px;
}


.contact-list li i {
    margin-right: 9px;
}

.footer-logo {
    width: 138px;

}

.footer-logo-wrap {
    padding: 0 25px;
    text-align: center;
}

.footer-lwr {
    position: relative;
    z-index: 1;
}

.footer-lwr::after {
    content: "";
    height: 8px;
    width: 100%;
    top: 43px;
    left: 0;
    position: absolute;
    background: url(images/footer-lwr-back.svg) no-repeat center;
    background-size: 100%;
    z-index: -1;
}

.footer-logo-wrap p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin-top: 25px;
    padding-bottom: 28px;
}

.footer-logo-wrap p a {
    color: inherit;
}

.footer-logo-wrap p a:hover {
    color: #BBA271;
}

.service-rgt-innr {
    margin-right: -170px;
}

.choose-design {
    position: absolute;
    bottom: 0;
    width: 100%;
	z-index: -1;
}

.innr-banner {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 130px 0 50px 0;
    position: relative;
    z-index: 1;
}

.innr-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: radial-gradient(32.25% 94.64% at 63.75% 48.02%, rgba(5, 5, 5, 0) 0%, #050505 99.13%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    opacity: 0.27;
    z-index: -1;
}





.innr-banner-wrap p {
    font-weight: 300;
    font-size: 36px;
    display: inline-block;
    padding-right: 104px;
    margin-bottom: 0;
    position: relative;
    color: #FFFFFF;

}

.innr-banner-wrap p::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #CDB27B;
    width: 88px;
    height: 4px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.innr-banner-wrap .home-banner-tittletxt {
    color: #CDB27B;
}

.innr-banner-wrap {
    max-width: 790px;
    margin-right: auto;
}

.premium-rgt h2 {
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
    line-height: 1.4;

}

.premium-rgt h2::after {
    content: "";
    height: 2px;
    width: 88px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    z-index: -1;
}



.premium-rgt p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.8;

}

.premium-wrap figure {
    margin-bottom: 0;
    width: 100%;
}

.premium-wrap figure img {
    width: 100%;
}

.prem1 {
    margin-left: -235px;
}

.prem2 {
    margin-left: 100px;
    margin-top: -116px;
    width: 388px !important;
}

.city-sec.common-gap {
    padding-bottom: 206px;
}

.premium-sec.common-gap {
    padding-bottom: 210px;
}

.premium-sec {
    position: relative;
    z-index: 1;
}

.prem-design {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.premium-sec::after {
    content: "";
    height: 100%;
    width: 61%;
    top: 0;
    right: 0;
    position: absolute;
    background: rgba(252, 247, 237, 0.57);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 79% 100%);
    z-index: -2;
}

.city-slider-innr figure {
    width: 100%;
}

.city-slider-innr figure img {
    width: 100%;
}

.city-slider-each {
    padding: 0 15px;
}

.city-slider-wrap {
    margin: 0 -15px;
}

.city-slider-innr p {
    font-weight: 300;
    font-size: 32px;
    text-align: center;

    color: #000000;

}

.city-slider-wrap .slick-prev {
    top: 50%;
    transform: translateX(-50%);
    left: -25px;
}

.city-slider-wrap .slick-next {
    top: 50%;
    transform: translateX(-50%);
    right: -25px;
}

.slider-btm-design {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.city-sec {
    position: relative;
    z-index: 1;
}

.innr-banner-wrap.banner-wrap2 .home-banner-tittletxt {
    color: #fff;
}

.card-innr i {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-bottom: 25px;
}

.card-innr {
    text-align: center;
}

.card-innr h3 {
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    min-height: 64px;
}

.card-innr p {
    font-weight: 300;
    font-size: 18px;
    text-align: center;

    color: #000000;
}

.book-hdr h2 {
    text-transform: capitalize;
}


.choose-wrap2-rgt.choose-wrap2-rgt2.wrap-rgt3 {
    top: -185px;
}

.book-hdr p {
    font-weight: 300;
}

.book-hdr p a {
    color: inherit;
    font-weight: 300;
    position: relative;
}

.book-hdr p a::after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 6px;
    left: 0;
    position: absolute;
    background-color: #000;
}

.book-hdr p a:hover {
    color: #BBA271;
}

.list-all {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;

}

.list-all::after {
    content: "";
    height: 1px;
    width: 75%;
    top: 25%;
    left: 125px;
    right: 0;
    position: absolute;
    z-index: -2;
    border: 1px dashed #AAA9A7;
}

.list-all li {
    width: 25%;
    text-align: center;


}

.list-all li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    height: 83px;
    width: 83px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.13);
    color: #AAA9A7;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    margin-bottom: 36px;


}

.list-all li a::after {
    content: "";
    height: 113px;
    width: 113px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 1px dashed #AAA9A7;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.3s ease;
}


.list-all li a:hover {
    background-color: #CDB27B;
    color: #fff;
}

.list-all li a:hover::after {
    border: 1px dashed #CDB27B;
}

.list-all li p {
    max-width: 240px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
}

.tab-wrap .nav-tabs {
    border-bottom: 0;
}

.tab-wrap .nav-tabs .nav-link {
    color: #495057;
    background-color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #C9C6C1;
    color: #C9C6C1;
    padding: 17px 83px;
    border-radius: 0;
}

.tab-wrap .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #CDB27B;
    border-color: #CDB27B;
}

.form-each {
    position: relative;
    margin-bottom: 30px;
}

.form-each:last-child {
    margin-bottom: 0;
}

.form-each a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 5;
}

.distance-form input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #C9C6C1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: auto;
    padding: 16px 36px 16px 16px;
    outline: none !important;
    font-weight: 300;
    font-size: 18px;

    color: #000000;
}

.distance-form .form-select {
    display: block;
    width: 100%;
    padding: 18px 36px 18px 16px;
    -moz-padding-start: calc(0.75rem - 3px);
    line-height: 1.5;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-bottom: 1px solid #C9C6C1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    appearance: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;

    color: #000000;

}

.distance-form .form-select:focus {
    outline: 0;
    box-shadow: none;
}

.distance-rgt figure {
    margin-bottom: 0;
    width: 100%;
}

.distance-rgt figure img {
    width: 100%;
}

.distance-lft-innr {
    padding: 30px 30px 80px 30px;
    /* box-shadow: 6px 13px 34px rgba(0, 0, 0, 0.16); */

}

.distance-lft {
    padding-right: 0;
}

.distance-rgt {
    padding-left: 0;
    padding-right: 0;
    /* box-shadow: 6px 13px 34px rgba(0, 0, 0, 0.16); */
}

.tab-sec.common-gap {
    padding-bottom: 215px;
}

.tab-sec {
    position: relative;
    z-index: 1;
}

.transfer-hdr h2 {
    font-weight: 300;
    font-size: 48px;
    text-transform: capitalize;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;

}

.transfer-hdr {
    text-align: center;
}

.transfer-hdr p {

    font-weight: 300;

    color: #000000;
}

.transfer-hdr p span {
    font-weight: 400;
}

.booking-hdr h2 {
    font-weight: 300;
    font-size: 48px;
    text-transform: capitalize;
    text-align: center;
    color: #000000;
}

.booking-hdr {
    margin-bottom: 70px;
}

.distance-btn {
    text-align: end;
    margin-top: 32px;
}

.tab-sec.tab-sec2.common-gap {
    padding-bottom: 96px;
}

.driver-rgt figure {

    margin-bottom: 0;
    height: 578px;
    width: 718px;
    margin-left: 95px;
}

.driver-wrap {
    align-items: center;
}

.driver-rgt figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.driver-rgt {
    position: relative;
    width: 52%;
}

.driver-lft {
    width: 48%;
}

.driver-lft h2 {
    font-weight: 300;
    font-size: 32px;
    color: #000000;
    position: relative;
    z-index: 1;
    padding-bottom: 16px;

}

.driver-lft p {
    font-weight: 300;
}

.driver-lft h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #CDB27B;
    width: 88px;
    height: 2px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.driver-sec.common-gap {
    padding-top: 45px;
}

.choose-back-design.choose-back-design2 {
    margin-top: -540px;
	visibility: hidden;
}

.choose-wrap.choose-wrap5 {
    align-items: flex-start;
}

.choose-sec.choose-sec5.common-gap {
    padding-bottom: 400px;
}

.choose-sec.choose-sec5 {
    position: relative;
    z-index: 1;
}

.home-secnd-clm.hm-sec-2 h2 {
    position: relative;
    padding-bottom: 16px;
    z-index: 1;
    padding-right: 0;
}

.home-secnd-clm.hm-sec-2 h2::before {
    display: none;
}

.home-secnd-clm.hm-sec-2 h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #CDB27B;
    width: 88px;
    height: 2px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    z-index: -1;
}

.book-hdr.book-hdr2 a::after {
    display: none;
}

.distance-form textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #C9C6C1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    resize: none;
    color: #000000;
}

.distance-btn.distance-btn2 {
    text-align: start;
    margin-top: 15px;
}

.distance-lft-innr.distance-lft-innr2 h2 {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 20px;
    color: #000000;

}

.single-home-our-fleetSld.slick-slide img {
    opacity: 0.5;
    filter: grayscale(1);
}

.single-home-our-fleetSld.slick-slide.slick-current.slick-active.slick-center img {
    filter: none;
    opacity: 1;
}

.home-our-fleet-main-slider * {
    outline: none !important;
    box-shadow: none !important;
}

.home-banner-sec {
    position: relative;
    z-index: 1;
}

.slider-back {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

figure.map-fig svg g {
    position: relative;
    z-index: 1;
}

figure.map-fig svg g a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;

}

.hover_group circle:nth-child(1) {
    fill: transparent;
}

.hover_group:hover circle:nth-child(1) {
    fill: #CDB27B;
}

.hover_group:hover {
    cursor: pointer;
}

.map-fig svg {
    width: 100%;
}

.map-fig a:hover path {
    fill: #393636;
}

.home-secnd-rw.home-row1 {
    --bs-gutter-x: 12px !important;
}

.home-secnd-rw.home-row1 .home-secnd-clm h2 {
    padding-right: 65px;
}

.home-secnd-rw.home-row1 .home-secnd-clm h2::before {
    right: 30px;

}

.home-secnd-rw.home-row1 .home-secnd-clm p {
    margin-bottom: 0;
}

.home-secnd-rw.home-row1 .home-secnd-clm p a {
    color: inherit;
}

.home-secnd-rw.home-row1 .home-secnd-clm p a:hover {
    color: #BBA271;
}


/* ============ 02/05/2023 ============ */
.navbar-nav li {
    padding: 0 30px 0 0;
}

.navbar-nav li>ul.sub-menu {
    padding: 8px 0;
    margin: 0;
    background-color: rgb(0 0 0 / 80%);
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    width: 250px;
}

.navbar-nav li>ul.sub-menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar-nav li>ul.sub-menu>li {
    padding: 0;
    margin: 0;
}

.navbar-nav li>ul.sub-menu>li>a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.3;
}

.navbar-nav li>ul.sub-menu>li>a:hover,
.navbar-nav li>ul.sub-menu>li.current-menu-item>a {
    background-color: transparent;
    color: #CDB27B;
}

.navbar-nav .menu-item.wpml-ls-current-language>a {
    background-color: transparent;
    border: 1px solid #CDB27B;
    padding: 7px 30px 7px 10px;
    color: #CDB27B;
    background-image: url(images/down-angle-white.png);
    background-size: 10px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .menu-item.wpml-ls-current-language>a::after {
    display: none;
}

.navbar-nav .menu-item.wpml-ls-current-language>a>img {
    margin-right: 8px;
}

.navbar-nav .menu-item.wpml-ls-current-language>ul.sub-menu {
    min-width: 100%;
    width: auto;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.navbar-nav .menu-item.wpml-ls-current-language>ul.sub-menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .menu-item.wpml-ls-current-language>ul.sub-menu>li>a>img {
    margin-right: 8px;
}

.bannerFormWrap>h3 {
    display: inline-block;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.bannerFormWrap .chbs-main-content {
    margin-top: 0 !important;
}

.bannerFormWrap .chbs-layout-100.chbs-clear-fix {
    margin-top: -20px !important;
}

.bannerFormWrap .chbs-tab>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 25px;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li>a,
.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li>a {
    padding: 0;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    line-height: 1;
    margin: 0;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-state-active>a {
    color: #CDB27B;
    font-weight: 400;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 25px;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li {
    margin-right: 30px;
    margin-bottom: 20px;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li::after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 1px;
    height: 100%;
    right: -15px;
    top: 0;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li:last-child:after {
    display: none;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .ui-tabs-panel.ui-widget-content {
    background-color: transparent;
    border: 0 !important;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field {
    background-color: transparent;
    border: 0;
    padding: 0 8px;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-clear-fix {
    background-color: transparent !important;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-clear-fix>a.chbs-button.chbs-button-widget-submit {
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    background: #BBA271;
    color: #000000;
    border: none;
    border-radius: 0;
    line-height: 1;
    text-align: center;
}

.bannerFormWrap .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-clear-fix>a.chbs-button.chbs-button-widget-submit:hover {
    background: #fff;
    color: #BBA271;
}

.bannerFormWrap form label {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #CDB27B !important;
    display: block !important;
    margin-bottom: 7px !important;
    text-transform: none !important;
    font-family: 'Montserrat', sans-serif;
    margin-left: 0 !important;
}

.bannerFormWrap form input[type=text].chbs-datepicker.hasDatepicker {
    background: url(images/datees01.svg) no-repeat;
    background-size: 12px;
    background-position: 98%;
    height: 31px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 20px 12px 0;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    height: auto;
}

.bannerFormWrap form input[type=text].chbs-timepicker {
    background: url(images/timess01.svg) no-repeat;
    background-size: 12px;
    background-position: 98%;
    height: 31px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 20px 12px 0;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    height: auto;
}

.bannerFormWrap form input[type=text].pac-target-input {
    background: url(images/locc01.svg) no-repeat;
    background-size: 12px;
    background-position: 98%;
    height: 31px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 20px 12px 0;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    height: auto;
}

.bannerFormWrap form select+span {
    background-size: 12px !important;
    background-position: 98% !important;
    height: 33px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding: 0 20px 12px 0 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.bannerFormWrap form select+span .ui-selectmenu-text {
    color: #fff !important;
}


.bannerFormWrap ::-webkit-input-placeholder {
    color: #7A7A7A;
}

.bannerFormWrap :-ms-input-placeholder {

    color: #7A7A7A;
}

.bannerFormWrap ::-moz-placeholder {
    color: #7A7A7A;
}

.bannerFormWrap :-moz-placeholder {
    color: #7A7A7A;
}

.book-sec form[name="chbs-form"] .ui-tabs-panel.ui-widget-content {
    padding: 30px 30px 80px 30px;
    -webkit-box-shadow: 6px 13px 34px rgba(0, 0, 0, 0.16);
    box-shadow: 6px 13px 34px rgba(0, 0, 0, 0.16);
}

.book-sec form[name="chbs-form"] .ui-tabs-panel.ui-widget-content .chbs-form-label-group {
    background-color: transparent;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    padding: 0;
    margin-bottom: 25px;
}

.book-sec form[name="chbs-form"] .ui-tabs-panel.ui-widget-content .chbs-form-field {
    padding: 0;
    margin-bottom: 25px;
    border: 0;
}

.book-sec form[name="chbs-form"] .ui-tabs-panel.ui-widget-content label {
    font-size: 14px;
    color: #000;
    margin-left: 0;
}

.book-sec form[name="chbs-form"] .ui-tabs-panel.ui-widget-content input[type=text] {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #C9C6C1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: auto;
    outline: none !important;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    padding: 0 16px;
    height: 60px;
}

.book-sec form[name="chbs-form"] .ui-tabs-panel.ui-widget-content select+span {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #C9C6C1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: auto;
    padding: 16px 36px 16px 16px;
    outline: none !important;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    height: 60px;
}

.book-sec form[name="chbs-form"] .ui-tabs-panel.ui-widget-content .chbs-location-add.chbs-meta-icon-plus {
    border: 0;
    color: #000;
    bottom: 10px;
    top: auto
}

.book-sec form[name="chbs-form"] .ui-tabs-nav.ui-widget-header>li>a {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    padding: 17px 15px;
}

/* ============ 02/05/2023 END ============ */


/* 02/05/2023 dm */



.service-lft .map-fig svg path {
    fill: rgba(39, 39, 39);
}

.service-lft .map-fig path:hover {
    fill: #393636;
}

/* .service-lft .map-fig .hover_group .city:first-child{ 
    fill: #FFFFFF;
}

.service-lft .map-fig .hover_group .city:last-child{ 
  fill: red;
}  */


.hover_group text {
    padding: 5px;
    background: #000;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.25em;
}



/* 02/05/2023 dm */

/* 3/5/23 work start */
.service-wrap .service-lft {
    padding: 0px 30px;
}

.mapContainer .city1 {
    stroke: rgb(205, 178, 123);
    fill: transparent;
    stroke-width: 2px;
}

.mapContainer .city {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px;
}

.mapContainer .hover_group text {
    stroke: #fff;
    stroke-width: 2px;
}

.carDetailsWrap {
    text-align: center;
}

.fancybox__container {
    z-index: 9999 !important;
}

.carDtlsGalSec .item {
    margin: 10px;
}

.carDtlsGalSec .item a img {
    width: 100%;
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.carDtlsGalSec .item a {
    width: 100%;
    cursor: pointer;
}

.carDtlsGalSec .slick-center a {
    border-color: #CDB27B;
}

.carDtlsGalSec .item a:hover {
    border-color: #CDB27B;
}

.carDtlsGalSec {
    margin-bottom: 50px;
}

.touch-sec .touch-wrap {
    box-shadow: 6px 13px 34px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.distance-form .wpcf7 form .wpcf7-response-output {
    padding: 0px;
    border: 0px;
    margin: 15px 0px;
    font-size: 14px;
}

.distance-form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: -21px;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

.carDtlsGalSec .slider-for .slick-slide img {
    margin: 0 auto;
    object-fit: contain;
    height: 500px;
    width: 100%;
}

.carDtlsGalSec .slider-nav .slick-arrow {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
    width: 30px;
    height: 40px;
    background-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carDtlsGalSec .slider-nav .slick-prev {
    left: 10px;
}

.carDtlsGalSec .slider-nav .slick-next {
    right: 10px;
}

input.wpcf7-form-control.wpcf7-validates-as-required {
    margin-bottom: 21px;
}

/* 3/5/23 work end */


/* support start 9.5.23 */
/* .chs-fig1 {
    margin-right: 43px;
    max-width: 477px;
    float: left;
    margin-bottom: 0;
    width: 100%;
} */
.chs-fig1 {
    margin-right: 49px;
    max-width: 495px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.chs-rgt-blk {
    max-width: inherit;
}

.arprt-chs .choose-back-design.choose-back-design2 {
    /* margin-top: -30px; */
    display: none;
}

.choose-sec.choose-sec5.common-gap.arprt-chs {
    padding-bottom: 260px;
}

.chs-fig2 {
    position: relative;
}

.chs-fig2::before {
    content: '';
    left: -1px;
    bottom: -130px;
    height: 198px;
    width: calc(100% - 100px);
    background-color: #CDB27B;
    position: absolute;
    z-index: -1;
}

.chs-fig2::after {
    content: '';
    left: -3000px;
    bottom: -130px;
    height: 198px;
    width: 3000px;
    background-color: #CDB27B;
    position: absolute;
    z-index: -1;
}

.chs-fig2 {
    margin-bottom: 136px;
}

/* support end 9.5.23 */

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

@media(min-width:1200px) {
    .container {
        max-width: 1164px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(min-width:992px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none !important;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block !important;
    }
}



@media(max-width:1199px) {

    .navbar-nav li {
        padding: 0 20px 0 0;
    }

    .home-banner-sec {
        min-height: 700px;
    }

    h1,
    .hOne-tittle,
    .home-banner-tittletxt {
        font-size: 56px;
    }

    .home-banner-txtWrap span {

        margin-bottom: 10px;
    }

    h2,
    .hTwo-tittle {
        font-size: 35px;
    }

    .home-secnd-rw {
        --bs-gutter-x: 35px;
    }

    .single-home-our-fleetSld {
        padding: 0 12px;
    }

    .home-our-fleet-main-slider {
        margin: 0 -12px;
    }

    h3,
    .hThree-tittle {

        font-size: 28px;

    }

    .home-our-fleetSld-wrap p {
        font-size: 16px;
    }

    .common-gap {
        padding: 75px 0;
    }

    .section-tittle.sec-title2 {
        margin-bottom: 20px;
    }

    .choose-wrap>* {
        padding: 0 12px;
    }

    .choose-wrap {
        margin: 0 -12px;
    }

    body {
        font-size: 18px;

    }

    .home-our-fleet-sec .section-tittle {
        margin-bottom: 30px;
    }

    .slick-prev,
    .slick-next {
        top: 256px;
    }

    .slick-prev {
        left: 15%;
    }

    .slick-next {
        right: 15%;
    }

    .service-wrap>* {
        padding: 0 12px;
    }

    .service-wrap {
        margin: 0 -12px;
    }

    .slick-prev:hover,
    .slick-prev:focus {

        top: 256px;
        left: 15%;

    }

    .slick-next:hover,
    .slick-next:focus {
        top: 256px;
        right: 15%;
    }

    .service-rgt-txt {
        max-width: 420px;

        margin-left: 0;
    }

    .service-rgt-txt h3 {
        font-size: 28px;
    }

    .service-sec::after {

        bottom: 6px;

    }

    .small-cmn-hdr {
        font-size: 28px;
    }

    .choose-sec.common-gap {
        padding-bottom: 150px;
    }

    .choose-mid {
        max-width: 454px;
        right: 51px;
    }

    .choose-wrap2-rgt figure {

        margin-left: 45px;
        min-height: 423px;
    }

    .choose-wrap-innr.choose-wrap-innr2 .choose-wrap2-rgt.choose-wrap2-rgt2 figure {
        margin-left: auto;
        min-height: auto;
        width: 100%;
    }

    .big-hdr {
        font-size: 38px;

    }

    .car-rgt figure {

        height: auto;
        width: 100%;
    }

    .choose-rgt-innr {
        max-width: 100%;
        padding: 0;
    }

    .car-wrap>* {
        width: 50%;
    }

    .prem1 {
        margin-left: auto;
    }

    .prem2 {
        margin-left: auto;

        width: 400px !important;
    }

    .city-slider-wrap .slick-next {
        top: auto;
        transform: translateX(0);
        right: 45%;
        bottom: 0;
    }

    .city-slider-wrap .slick-next:hover,
    .city-slider-wrap .slick-next:focus {
        top: auto;
        transform: translateX(0);
        right: 45%;
        bottom: 0;
    }

    .city-slider-wrap .slick-prev {
        top: auto;
        transform: translateX(0);
        left: 45%;
        bottom: 0;
    }

    .city-slider-wrap .slick-prev:hover,
    .city-slider-wrap .slick-prev:focus {
        top: auto;
        transform: translateX(0);
        left: 45%;
        bottom: 0;
    }

    .city-slider-wrap {
        padding-bottom: 50px;
    }

    .tab-sec.common-gap {
        padding-bottom: 75px;
    }

    .city-sec.common-gap {
        padding-bottom: 75px;
    }


    .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>* {
        flex-basis: auto !important;
    }

    /* support start 9.5.23 */
    .choose-sec.choose-sec5.common-gap.arprt-chs {
        padding-bottom: 150px;
    }

    .chs-fig2 {
        margin-bottom: 140px;
    }

    .chs-fig2::after {
        bottom: 12px;
    }

    .chs-fig2::before {
        bottom: 12px;
    }

    .chs-fig2 {
        margin-bottom: 20px;
    }

    /* support end 9.5.23 */


}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #CDB27B;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
        color: #CDB27B;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #000;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */
    .home-sliderInner-wrap>* {
        width: 100%;
    }

    .home-banner-img-wrap figure {

        margin-left: auto;
        margin-top: 0;
    }

    .resp-tab-active {
        border: 0 !important;
        margin-bottom: -1px !important;
        padding: 12px 14px 14px 14px !important;
        border-top: 1px solid #fff !important;
        border-bottom: 0px #fff transparent !important;
    }

    .resp-accordion.hor_1 {
        background: transparent !important;
        color: #fff;
    }

    h2.resp-accordion {
        font-size: 13px;
        border: 1px solid #CDB27B !important;
        border-top: 1px solid #c1c1c1;
        margin: 0px;
        padding: 10px 15px;
    }

    .resp-arrow {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #CDB27B;
    }

    .resp-tabs-container h2 {
        display: none !important;
    }

    .slick-prev,
    .slick-next {
        top: 252px;
    }

    .slick-prev:hover,
    .slick-prev:focus {
        top: 252px;
        left: 20%;
    }

    .slick-next:hover,
    .slick-next:focus {
        top: 252px;
        right: 20%;
    }

    .slick-prev {
        left: 20%;
    }

    .slick-next {
        right: 20%;
    }

    .service-wrap>* {
        width: 100%;
    }

    .service-rgt {
        margin-top: 20px;
    }

    .choose-wrap-innr>* {
        width: 100%;
    }

    .choose-mid {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .choose-mid img {
        width: 100%;
    }

    .choose-wrap2-rgt figure {
        margin-left: auto;
        min-height: 423px;
    }

    .choose-wrap2-rgt {
        margin-top: 20px;
    }

    .car-wrap>* {
        width: 100%;
    }

    .car-rgt {
        position: static;
        margin-top: 20px;
        transform: translateY(0);
    }

    .choose-back-design {
        height: 100px;
        margin-top: -100px;
    }

    .choose-wrap {
        align-items: center;
    }

    .choose-back-design.choose-back-design3 {
        margin-top: -158px;
    }

    .choose-sec.common-gap {
        padding-bottom: 80px;
    }

    .footer-uppr>* {
        width: 100%;
        padding: 0 12px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .footer-uppr {
        margin: 0 -12px;
    }

    .footer-uppr-rgt {
        margin-top: 20px;
    }

    .footer-sec {
        padding-top: 65px;
    }

    .footer-mid>* {
        width: 50%;
        padding: 0 12px;
    }

    .footer-mid {
        margin: 0 -12px;
    }

    .footer-mid-rgt {
        margin-top: 30px;
    }

    .innr-banner {
        min-height: 400px;
    }

    .transfer-hdr h2 {
        font-size: 40px;
    }

    .card-innr h3 {
        min-height: auto;
        font-size: 25px;

    }

    .list-all li p {
        font-size: 21px;

    }

    .tab-wrap .nav-tabs .nav-link {
        padding: 10px 40px;
    }

    .booking-hdr h2 {

        font-size: 36px;
    }

    .card-wrap>* {
        width: 50%;
        padding-bottom: 20px;
    }

    .card-wrap {
        justify-content: center;
        margin-bottom: -20px;
    }

    .distance-innr>* {
        width: 100%;
    }

    .distance-lft {
        padding: 0;
    }

    .driver-wrap>* {
        width: 100%;
    }

    .driver-rgt figure {
        margin-bottom: 0;
        height: auto;
        width: auto;
        margin-left: auto;
        margin-top: 20px;
    }

    .home-secnd-clm {
        margin-top: 20px;
    }

    .choose-wrap.choose-wrap5>* {
        width: 100%;
    }

    .choose-back-design.choose-back-design2 {
        display: none;
    }

    .choose-lft {
        margin-bottom: 5px;
    }

    .common-gap {
        padding: 50px 0;
    }

    h2,
    .hTwo-tittle {
        font-size: 30px;
    }

    h3,
    .hThree-tittle {
        font-size: 25px;
    }

    .small-cmn-hdr {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .choose-rgt-innr i {
        margin-bottom: 15px;
    }

    .choose-wrap-innr {
        padding: 25px 25px;
    }

    .choose-lft figure {
        margin-bottom: 15px;
    }

    .choose-sec.choose-sec5.common-gap {
        padding-bottom: 50px;
    }

    .premium-wrap>* {
        width: 100%;
    }

    .premium-lft {
        margin-bottom: 20px;
    }

    .premium-rgt h2 {
        font-size: 30px;
    }

    .premium-sec.common-gap {
        padding-bottom: 40px;
    }

    .city-slider-innr p {
        font-size: 25px;
    }

    .top-fig {
        margin-top: auto;
    }

    .service-sec::after {
        display: none;
    }

    .service-rgt-innr {
        margin-right: 0;
    }

    .tab-sec.common-gap {
        padding-bottom: 75px;
        padding-top: 0;
    }

    .list-wrap {
        margin-bottom: 30px;
    }

    .booking-hdr {
        margin-bottom: 40px;
    }

    .tab-sec.tab-sec2.common-gap {
        padding-bottom: 0;
    }

    .premium-wrap {
        flex-direction: column-reverse;
    }

    .distance-lft {
        padding: 0 12px;
    }

    .home-banner-slider-sec {
        padding-right: 0;
    }

    .chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
    .chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field {
        border-bottom: 0 !important;
        margin-bottom: 20px !important;
    }


    /* 3/5/23 work start */
    .navbar-nav .menu-item.wpml-ls-current-language>a {
        background-image: none;
    }

    .navbar-nav .clickD {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .navbar-nav li>ul.sub-menu {
        width: 100%;
        padding: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /* 3/5/23 work end */
    /* support start 9.5.23 */
    .chs-fig1 {
        margin-right: 0;
        max-width: inherit;
        float: none;
        margin-bottom: 22px;
    }

    .choose-sec.choose-sec5.common-gap.arprt-chs {
        padding-bottom: 50px;
    }

    .chs-fig2::after,
    .chs-fig2::before {
        display: none;
    }

    /* support end 9.5.23 */

}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .home-banner-txtWrap span {
        font-size: 30px;
    }

    h1,
    .hOne-tittle,
    .home-banner-tittletxt {
        font-size: 40px;
    }

    .common-btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    .home-banner-form-wrap-man form>* {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-banner-form-wrap-man form>*:last-child {
        margin-bottom: 0;
    }

    .common-gap {
        padding: 40px 0;
    }

    .home-secnd-clm {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .home-secnd-clm p {
        font-size: 16px;
    }

    .single-home-our-fleetSld.slick-slide.slick-current.slick-active img {
        filter: none;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .slick-prev,
    .slick-next {
        top: 310px;
    }

    .slick-prev:hover,
    .slick-prev:focus {
        top: 310px;
    }

    .slick-next:hover,
    .slick-next:focus {
        top: 310px;
    }

    .slick-prev:hover,
    .slick-prev:focus {

        left: 45%;
    }

    .slick-next:hover,
    .slick-next:focus {
        right: 45%;
    }

    .home-our-fleet-sec .section-tittle {
        margin-bottom: 20px;
    }

    .car-sec.common-gap {
        padding: 50px 0;
    }

    .slick-prev {
        left: 45%;
    }

    .slick-next {
        right: 45%;
    }

    .choose-lft {
        margin-bottom: 20px;
    }

    .choose-rgt-innr i {
        margin-bottom: 13px;
    }

    .choose-back-design {
        display: none;
    }

    .choose-wrap-innr {
        padding: 20px 0;
    }

    .choose-sec.common-gap {
        padding-bottom: 50px;
    }

    .service-rgt-txt p {

        font-size: 16px;
    }

    .service-rgt-txt h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    body {
        font-size: 16px;
    }

    .innr-banner {
        min-height: 300px;
    }

    .card-wrap>* {
        width: 100%;
    }

    .transfer-hdr h2 {
        font-size: 35px;
    }

    .booking-hdr h2 {
        font-size: 34px;
    }

    .list-all li a {
        height: 50px;
        width: 50px;
    }

    .list-all li a::after {
        height: 70px;
        width: 70px;
    }

    .list-all::after {
        top: 16%;
        left: 73px;
    }

    .list-all li p {
        font-size: 18px;
    }

    .tab-sec.tab-sec2.common-gap {
        padding-bottom: 0;
    }

    .choose-sec.choose-sec5.common-gap {
        padding-bottom: 50px;
    }

    .footer-mid-rgt {
        width: 100%;
    }

    .footer-logo {
        width: 100px;
    }

    .footer-lwr::after {
        top: 30px;
    }

    .premium-rgt h2 {
        font-size: 26px;
    }

    .choose-wrap2.choose-wrap3.choose-wrap4.common-gap {
        padding-top: 40px;
    }

    .bannerFormWrap .chbs-layout-100.chbs-clear-fix {
        margin-top: 20px !important;
    }

    .chbs-main.chbs-width-300 .chbs-tab.ui-tabs .ui-tabs-nav>li,
    .chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-1 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li,
    .chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li,
    .chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li {
        padding-bottom: 10px !important;
    }


    .carDtlsGalSec .slider-for .slick-slide img {
        height: 260px;
    }

    .carDtlsGalSec .item a img {
        height: 135px;
    }



}

@media (max-width: 575px) {
    .home-banner-form-tittle span {

        font-size: 18px;

    }

    h2,
    .hTwo-tittle {
        font-size: 30px;
    }

    .footer-mid>* {
        width: 100%;
    }

    .footer-mid-lft {
        margin-bottom: 20px;
    }

    .footer-sec {
        padding-top: 40px;
    }

    .footer-uppr {
        padding-bottom: 40px;
    }

    .footer-mid {
        padding: 40px 0;
    }

    .footer-logo {
        width: 100px;
    }

    .footer-lwr::after {
        top: 30px;
    }

    .footer-logo-wrap p {
        font-size: 14px;
    }

    .transfer-hdr h2 {
        font-size: 25px;
    }

    .booking-hdr h2 {
        font-size: 30px;
    }

    .list-all li p {
        font-size: 16px;
    }

    .list-all::after {
        top: 22%;
    }

    .distance-rgt {
        padding: 0 12px;
    }

    .driver-lft h2 {
        font-size: 25px;
    }

    .distance-form input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {

        font-size: 14px;

    }

    .distance-form .form-select {
        font-size: 14px;

    }

    .distance-lft-innr {
        padding: 30px 30px 50px 30px;
    }

    .distance-form textarea {
        font-size: 15px;
    }

    .home-banner-form-sec {
        padding: 20px 20px;
    }

    .sub-hdr {
        font-size: 22px !important;
    }

    .footer-mid-rgt {
        margin-top: 15px;
    }

    .premium-rgt h2 {
        font-size: 23px;
    }

    .premium-rgt p {
        font-size: 16px;
    }

    .tab-sec.common-gap {
        padding-bottom: 40px;

    }

    .card-innr i {
        margin-bottom: 15px;
    }

    .card-innr h3 {

        margin-bottom: 15px;

    }

    .card-innr p {
        font-size: 16px;
    }

    .card-wrap>* {

        padding-bottom: 30px;
    }

    .card-innr h3 {

        font-size: 22px;
    }

    .booking-hdr h2 {
        font-size: 25px;
    }

    .home-our-fleetSld-wrap p {

        padding: 0 12px;
    }

    .slick-prev {
        left: 40%;
    }

    .slick-next {
        right: 40%;
    }

    .slick-prev:hover,
    .slick-prev:focus {

        left: 40%;
    }

    .slick-next:hover,
    .slick-next:focus {
        right: 40%;
    }

    /* 3/5/23 work start */
    .carDtlsGalSec .item a img {
        height: 100px;
    }

    /* 3/5/23 work end */
}

@media (max-width: 479px) {
    .big-hdr {
        font-size: 30px;
    }

    .choose-wrap2-rgt figure {
        min-height: auto;
    }

    .service-rgt-txt h3 {
        font-size: 22px;
    }

    .service-rgt-txt p {
        font-size: 14px;
    }

    .service-rgt-txt {
        max-width: 350px;
        margin-top: 13px;
    }

    .list-all::after {
        top: 20%;
    }

    .list-all::after {
        width: 70%;
    }

    .list-all li p {
        font-size: 12px;
    }

    .distance-lft-innr {
        padding: 30px 12px 50px 12px;
    }

    .distance-form label {

        font-size: 14px;

    }

    .prem2 {
        margin-left: auto;
        width: 100% !important;
        margin-top: auto;
    }

    .premium-rgt h2 {
        font-size: 22px;
    }

    .premium-rgt p {
        font-size: 16px;
    }

    .prem1 {
        margin-bottom: 15px !important;
    }

    h1,
    .hOne-tittle,
    .home-banner-tittletxt {
        font-size: 30px;
    }

    h2,
    .hTwo-tittle {
        font-size: 25px;
    }

    .slider-back {
        top: 20%;
    }

    .home-banner-form-tittle>* {
        width: 100%;
    }

    .resp-tabs-list.hor_1 li:first-child {
        padding-left: 0 !important;
    }

    .resp-tabs-list.hor_1 li:last-child {
        padding-right: 0 !important;
    }

    .resp-tabs-list.hor_1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home-banner-form-sec {
        padding: 20px 10px;
    }

    .home-banner-form-tittle {
        padding-left: 12px;
    }

    .list-all li a {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }

    .list-all li a::after {
        height: 55px;
        width: 55px;
    }

    .list-all li a {
        margin-bottom: 20px;
    }

    .list-all::after {

        left: 55px;
    }

    .distance-btn.distance-btn2 {
        margin-top: 0;
    }
}