/*
Theme Name: Dash
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 4 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: dash
*/
@font-face {
    font-family: 'livvicregular';
    src: url('dist/fonts/livvic-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'livvicmedium';
    src: url('dist/fonts/livvic-medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;    
}
@font-face {
    font-family: 'livvicsemibold';
    src: url('dist/fonts/livvic-semibold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'livvicbold';
    src: url('dist/fonts/livvic-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'livvicblack';
    src: url('dist/fonts/livvic-black-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html{
    overflow-x: hidden; 
}
body{
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'livvicregular', sans-serif;
    position: relative;
}


.section h2{
    font-family: 'livvicregular', sans-serif;
    font-size: 44px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
}

h2,h3,h1,h4{
    font-family: 'livvicsemibold', sans-serif;
    font-weight: 600;
    color: #000;
}
.full-h{
    height: 100%;
}
.full{
    width:100%;

}

img {
    max-width: 100%;
    height: auto;
}
.commonpadding {
    padding: 90px 0px;
}
.commonmargin {
    margin: 90px 0px;
}

/**************** Header Css *************/

a{
    color: #ec1c21;
}
a,.btn,input{
    outline: none;
    box-shadow: none;  
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}
ul{
    margin-bottom: 0px;
    padding-left: 0px;
}
div p:last-of-type{
    margin-bottom: 0px;
}
.logo-outer img {
    width: 190px;
}
ul#menu-header-menu {
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
}
.thememenu-main{
    display: flex;
    align-items: center;
}
a.btn.getstartedbtn {
    background: url(/wp-content/uploads/2021/08/quotebg.png);
    color: #fff;
    width: 220px;
    border-radius: 0px;
    border: none;
    margin-left: 20px;
    padding: 15px 0px;
}
.getstartedbtn span{
    display: block;
}
.btn.themebtn {
    background: #e2161b;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    /*    box-shadow: 1px 4px 10px #bbb !important;*/

}
.header-outer-main-top {
    padding: 12px 0px;
    font-family: 'livvicsemibold', sans-serif; 
}
#menu-header-menu li a{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
span.phnnumber-header {
    font-size: 24px;
    font-weight: 600;
}
.menu-header-menu-container{
    width: calc(100%);
}
.header-outer-main-topbar {
    background: #111111;
    color: #fff;
}
.headertopbar a {
    color: #fff !important;
    padding: 8px 15px;
    display: inline-block;
    border-right:1px solid rgba(255,255,255,.25);
}
.headertopbar a > span{
    display: inline-block;
    margin-right: 7px;
}

.headertopbar.headertopbarleft a:first-of-type{
    padding-left: 0px;
}
a.btn.memberbtn {
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    border: none !important;
    border-radius: 30px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    display: flex;
    max-width: 145px;
    justify-content: center;
    font-size: 12px;
    align-items: center;
}
a.btn.memberbtn > span{
    margin-left: 5px;
}
.headertopbar.headertopbarright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headermemberbtn {
    margin-left: 20px;
}
#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 20%);
    -webkit-transition: margin-top .3s ease, opacity 0.3s ease;
    -o-transition: margin-top .3s ease, opacity 0.3s ease;
    transition: margin-top .3s ease, opacity 0.3s ease;
    padding: 1rem;
}
#menu-header-menu li a:hover,
#menu-header-menu li.current-menu-ancestor>a,
#menu-header-menu>li.current_page_item>a, 
#menu-header-menu li.current_page_item>a, 
#menu-header-menu li.menu-item-has-children ul.sub-menu li a:hover {
    color: #ec1c21;
}
#menu-header-menu li ul.sub-menu{
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
#menu-header-menu li ul.sub-menu li {
    padding: 10px 10px 10px 0;
    border-bottom: 1px dashed #e0e0e0;
}
#menu-header-menu li.menu-item-has-children ul.sub-menu li a {
    width: 100%;
    display: block;
}
#menu-header-menu li.custom-btn-style-css a {
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    border: none !important;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .mobmenu-content #mobmenuright li.custom-btn-style-css a {
        background-color: #fff;
        color: #ec1c21 !important;
        border: none !important;
        border-radius: 30px;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 200px;
    }
    /*#menu-header-menu li.menu-item-has-children>a:after {
        content: '\f004';
        font-family: "mobmenu";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: 0.2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: 0.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }*/
}
/*********** Footer area Css ****************/


div#footer-bottom {
    background: #222;
    color: #fff;
    font-size: 14px;
    padding: 15px 0px;
}
.footerlink.text-cright {
    text-align: right;
}
.footerlink.text-cright a{
    color: #fff;
}
.footer-top1{
    margin-bottom: 70px;
}
.footer-top {
    background: #222;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    font-weight: 400;
    color: #fff;
}
h3.footer-title {
    font-size: 20px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 15px;
}
.footerlogo-inner {
    background: #fff;
    display: flex;
    width: 130px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 36px 0px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.header-row{
    display: flex;
    justify-content: space-between
    
}


.footercol-outer {
    display: flex;
    justify-content: center;
}
img.footerlogo {
    width: 90px;
}
.headertopbar.footerinfobox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footerinfobox a {
    border: none !important;
}
.footerinfobox a span img {
    width: 16px;
}
ul#menu-footer-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 40px;
}
ul#menu-footer-menu li {
    padding: 0px 25px;
}
ul#menu-footer-menu li a{
    color: #fff !important;
}
.footermenubox {
    border-bottom: 1px solid #aaa;
}
.footersocial a{
    margin: 0px 10px;
}

/******************* Home Page Css *****************/

.homebanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    align-items: center;
    height: 700px;
}
.homebanner > img{
  width: 100%;
height: 100%;
object-fit: cover;
object-position: center
}
.homebanner:after {
    content: "";
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
}
.bannerenquiry {
    position: absolute;
    background: rgba(0,0,0,.7);
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    width: 400px;
    max-width: 90%;
    z-index: 2
}
.formheading{
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    padding: 20px 10px;
    color: #fff;
}
.bannerenquiry div.wpcf7 {
    padding: 25px 35px;
}
.homebanner .form-control, .contact-enquirybox-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff42;
    border-radius: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
    color: #fff;
    height: 50px;
}
.homebanner .form-control.wpcf7-textarea,.contact-enquirybox-form  .form-control.wpcf7-textarea{
    resize: none;
    height: 110px !important;
}

.homebanner .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.homebanner .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.homebanner .form-control::placeholder {
    color: #fff;
}
.wpcf7-form-control.wpcf7-submit.btn.sbtbtn {
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 0px;
    margin-top: 5px;
    height: 45px;
}

.homebanner span.wpcf7-spinner,.contact-enquirybox-form span.wpcf7-spinner{
    position: absolute;
    margin: 0px;
    right: 6px;
    top: 14px;
}
.formrow{
    position: relative;
}
.homebanner .wpcf7-response-output,.contact-enquirybox-form .wpcf7-response-output {
    text-align: center;
    color: #fff;
    font-size: 10px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    font-size: 12px;
    bottom: 3px;
}
.themeheading-box{
    position: relative;
}
.themeheading-box h2 {
    font-family: Arial, sans-serif;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ccc;
    font-size: 75px;
    letter-spacing: 20px;
    margin-bottom: -67px;
    z-index: -1;
}
.themeheading-box h3{
    font-size: 42px;
}

.themeheading-box h3 {
    font-size: 36px;
    margin: 0 0 25px;
}

.themeheading-box h3:after{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 125px;
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    height: 2px;
    left: 0;
}
.centertitle .themeheading-box h3{
    left: 0;
    right: 0;
}
.centertitle .themeheading-box h3:after{
    left: 0px;
    right: 0px;
    margin: auto;
}
.homeaboutinfo{
    margin-top: 10px;
}

.aboutfeature-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.aboutfeature-icon{
    width: 90px;
}
.aboutfeature-info{
    width: calc(100% - 90px);
    padding-left: 10px;
}
.aboutfeature-info h4{
    font-size: 19px;
    margin-bottom: 0px;
}
.aboutfeature{
    margin-top: 10px;
}
.aboutfeature-row{
    margin-top: 15px;
}
.aboutfeature-icon img{
    width: 75px;
}
.section.home-feature{
    display: flex; 
    flex-wrap: wrap;
}
.home-feature-box-outer{
    width: 33.33%;
    text-align: center;
    padding: 0px 15px;
    padding: 50px 20px 60px;
}

.home-feature-box-outer-1 {
    background-color: #222222;
    color: #fff;
    background-image: url('/wp-content/uploads/2023/05/airport-transfer-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: bottom 30px right 30px;
}
.home-feature-box-outer-1 h3,
.home-feature-box-outer-3 h3{
    color: #fff;
}
.home-feature-box-outer-2{
    background-image: url('/wp-content/uploads/2023/05/taxi-4-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: bottom 25px right 25px;
}
.home-feature-box-outer h3{
    font-size: 26px;
}
.feature-box-icon {
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-box-icon > img{
    max-width: 85px;
}
.home-feature-box-outer-3{
    background: transparent linear-gradient(0deg, #F14922 0%, #F6841F 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    position: relative;
}
.home-feature-box-outer-3:after{
    content: "";
    position: absolute;
    background-image:url('/wp-content/uploads/2023/05/delivery-parcel-svgrepo-com.svg');
    height: 115px;
    width: 115px;
    bottom: 20px;
    right: 18px;
    background-size: cover;
}
.home-footersection-right img {
    max-width: 500px;
}
.home-footersection-right {
    text-align: center;
}
/**** how it work section *****/

.home-howitworks-main {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}
.home-howitworks-imgbox {
    width: 420px;
}
.home-howitworks-imgbox > img{
   width: 100%;
}

.home-howitworks-steps{
  width: 450px;
}
.home-howitworks-steps-inner {
    display: flex;

}
.step-box-icon {
    width: 60px;
    padding-right: 15px;
    margin-top: 12px;
}
.stepinfo {
    width: calc(100% - 60px);
}
.step-box-heading h4{
    font-size: 24px;
}

.home-howitworks-halfcircle {
    border: 3px solid #F6841F;
    width: 230px;
    height: 460px;
    border-radius: 0rem 230px 230px 0;
    border-left: 0px;
    position: relative;
    left: -35px;
}

.home-howitworks-halfcircle:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    top: -6px;
    left: 0px;
}
.home-howitworks-halfcircle:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    bottom: -6px;
    left: 0px;
}

.howitwork-line{
    background: #F6841F; 
    height: 3px;
    width: 100px;
    margin: 2px 0px;
}
.howitwork-line:before{
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -6px;
    top: -5px;
}
.howitwork-line.howitwork-line1 {
    position: absolute;
    top: -5px;
    right: 98px;
    width: 124px;
}
.howitwork-line.howitwork-line2 {
    position: absolute;
    top: 152px;
    right: -85px;
    width: 95px;
}
.howitwork-line.howitwork-line3 {
    position: absolute;
    top: 336px;
    right: -67px;
    width: 95px;
}
.howitwork-line.howitwork-line4 {
    position: absolute;
    bottom: 15px;
    right: 6px;
    width: 128px;
}
.home-howitworks-steps-outer.home-howitworks-steps-outer-2 {
    position: relative;
    left: 80px;
    margin: 25px 0px;
}

.home-howitworks-steps-outer.home-howitworks-steps-outer-3{
    left: 80px;
    margin-bottom: 25px;
    position: relative;
}

.home-testimonial-top{
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    padding: 80px 0px 180px;
}
.home-testimonial-top .themeheading-box h3,.whitetitlebox.themeheading-box h3 {
    color: #fff;
}

.home-testimonial-top .themeheading-box h2,.whitetitlebox.themeheading-box h2{
    -webkit-text-stroke-color: #fff;
    opacity: .3;
}

.home-testimonial-main{
    background-image: url('/wp-content/uploads/2023/04/javygo-mnItwT1ogBM-unsplash.jpg');
    min-height: 300px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 75px;
}

.home-testimonial-main:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #222;
    opacity: 1;

}
.testimonial-icon{
    background: #fff;
    width: 60px;
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    border-radius: 50%;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
}
.testimonial-icon img{
    width: 40px;
}
.testiomialinfo-box{
    text-align: center;
}
.testiomialinfo-box > img{
    width: 100px !important;
    display: inline-block !important;
}
.testiomial-outer {
    max-width: 900px;
    margin: auto;
}
.testiomialinfo-box {
    text-align: center;
    margin: 20px 0px 10px;

}
.testiomial-inner{
    color: #fff;  
}
.testiomial-outer h3{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4.68px;
    font-size: 24px;
}


.home-testimonial-bottom.text-center {
    position: relative;
    margin-top: -100px;
    position: relative;
}
.home-testimonial-bottom:before{
    content: "";
    background: url(/wp-content/uploads/2023/04/Group-87.svg);
    position: absolute;
    width: 75%;
    height: 90%;
    left: 0;
    top: 100px;
    background-size: cover;
}
.section.home-footersection{
    padding-top: 130px;
}
.home-about-right-inner{
    text-align: center;
}
.home-about-right-inner > img{
    width: 550px;
}
.section.home-testimonial.centertitle {
    padding-bottom: 150px;
}
.section.about-info.infosection .aboutfeature {
    margin-bottom: 35px;
    padding: 12px;
}
.section.about-info.infosection .aboutfeature-info h4 {
    margin: 20px 0 10px 0;
}
.section.about-info.infosection .aboutfeature-info {
    width: 100%;
    padding-left: 0;
}
/***APP SECTION CSS****/
.section.home-download-app .appbtn-box,
.section.home-download-app .appheading-box {
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
}
.section.home-download-app .appheading-box h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 37px;
}
.section.meet-our-driver, .section.home-download-app {
    background-color: #030708;
    color: #fff;
}
.app-thumbnails-title {
    text-align: center;
    padding: 1rem 0;
}
.section.home-download-app .appbtn-box a.appbtn-link {
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    border: none !important;
    padding: 15px 26px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0;
}
.section.home-download-app .appbtn-box p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    margin: 20px 0 10px 0;
    letter-spacing: 2px;
}
.app-thumbnails .app-thumbnails-title {
    text-align: center;
    padding: 1rem 0;
}
/*************** Contact Us Page Css *************/

.bannertitle{
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%,-50%);
    padding: 15px 20px;
    min-width: 150px;
    text-align: center;
}
.bannertitle h1,.bannertitle h2{
    margin-bottom: 0px;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}
#page-banner{
    position: relative;
    min-height: 400px;
}
#page-banner .bannerslides > img{
    height: 475px;
    object-fit: cover
}
#page-banner.blankbanner {

    background: #555;
}

#page-banner.blankbanner {
    background: #555;
    min-height: 1px;
}
#page-banner.blankbanner .bannertitle {
    position: static;
    transform: none;
    text-align: left;
}


.contact-helpboxs{
    margin-top: 60px;
}
.contact-helpboxs-inner{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 0px #F6841F;
    border-radius: 29px;
    max-width: 300px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #eee;
    /*    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;*/
}
.contact-helpboxs-outer{
    display: flex;
    justify-content: center;
}
.contact-helpboxs-info,.contact-helpboxs-info a{
    color: #000 !important;
}
.contact-helpboxs-icon {
    margin-bottom: 10px;
}
.pagebootom-map{
    display: flex;
}

.contact-enquirybox-top{
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    padding: 40px 0px;
}

.contact-enquirybox-form {
    background: #191919;
    padding: 40px;
}
.contact-enquirybox-picbox{
    padding: 0px;
}
.contact-enquirybox-picbox > img{
    height: 100%;
    object-fit: cover
}

.contact-enquirybox{
    padding-bottom: 150px;
}

.container.mincontainer {
    max-width: 1150px;
}
.container.mincontainer2 {
    max-width: 1050px;
}
.contact-enquirybox{
    position: relative;
}
.contact-enquirybox:before {
    content: "";
    background: url(/wp-content/uploads/2023/04/Group-87.svg);
    position: absolute;
    width: 75%;
    height: 65%;
    left: 0;
    top: 170px;
    background-size: cover;
    z-index: -1;
}

/*************** About Us Page *****************/

.about-info-left{
    padding: 0px 40px; 
}
.infosection ul{
    list-style: none;
}
.infosection ul li{
    position: relative;
    padding-left: 37px;
    margin: 7px 0px;
}
.infosection ul li:before{
    content: "";
    background-image: url(/wp-content/uploads/2023/05/tick.png);
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 20px;
    background-size: cover;
}

.btn.themebtn2 {
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    border: none !important;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    min-width: 145px;
    font-size: 14px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.btn.themebtn2:after{
    content: "";
    background-image: url('/wp-content/uploads/2023/04/Polygon-3.svg');
    position: relative;
    margin-left: 8px;
    width: 8px;
    height: 8px;
    background-size: cover;
    display: inline-block;
}
.full.about-readmorelinkbox {
    margin-top: 20px;
    text-align: right;
}

.about-whatweoffer{
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    color: #fff;  
}
.about-whatweoffer-main{
    margin-top: 50px;
}
.about-whatweoffer-inner{
    text-align: center;
}
.about-whatweoffer-icon {
    min-height: 95px;
    display: flex;
    justify-content: center;
}
.step-box-heading h4{
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-whatweofferinfo .step-box-heading h4{
    color: #fff;
}
.abouttestimonial{
    padding-bottom: 120px;
}

.mt-40{
    margin-top: 40px;
}
.teambox-info{
    padding-top: 15px;
}

/****************** Taxi Page Css **************/

.taxi-services-icon {
    min-height: 95px;
    display: flex;
    justify-content: center;
}
.taxi-services-heading h4{
    margin-top: 10px;
    margin-bottom: 10px;
}
.taxi-services-outer{

}
.taxi-services-inner {
    max-width: 280px;
    margin: auto;
}

.taxi-features-top{
    background-color: #000;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
    color: #fff;
}
.taxi-features-top:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7
}
.taxi-features-outer {
    position: relative;
}
.taxi-features-top .container{
    position: relative;
    z-index: 1
}
.taxi-features-main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px !important;
    margin-top: -140px;
}
.taxi-feature-inner{
    background: #FEF8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    height: 100%;
    padding: 70px 20px;
    cursor: pointer;
}
.taxi-features-icon {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.taxifeatureicon {
    max-width: 95px;
    max-height: 60px;
}
.taxifeatureicon path{
    fill:#F14922 !important;
}
.taxifeatureicon circle{
    stroke: #F14922 !important;
}
.taxi-feature-inner {

}

.taxi-features-price{
    margin-top: 15px;
    color: #F25222;
}

.taxi-feature-inner:hover{
    background: #F25222 0% 0% no-repeat padding-box;
    color: #fff;
}
.taxi-feature-inner:hover .taxifeatureicon path{
    fill:#fff !important;
}
.taxi-feature-inner:hover .taxifeatureicon circle{
    stroke: #fff !important;
}
.taxi-feature-inner:hover .taxi-features-heading h4,
.taxi-feature-inner:hover .taxi-features-price{
    color: #fff !important;
}

.taxiform-outer{
    background: #FEF8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;  
    padding: 40px;
    position: relative;
}

.forminputbox .wpcf7-text,.forminputbox .wpcf7-select{
    border: none;
    border-bottom: 2px solid #777;
    border-radius: 0px;
    background: transparent !important;
}

.taxiform-outer .formrow{
    /*    margin-bottom: 25px;*/
}

.taxiform-outer .formrow .wpcf7-checkbox {
    background: none;
    border: none;
    text-align: left;
    padding-left: 0;
}
.taxiform-outer .formrow .wpcf7-checkbox .wpcf7-list-item{
    margin-left: 0px;
}

.forminputbox .wpcf7-submit.btn{
    background-color: #F14922;
    border: none !important;
    border-radius: 30px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    display: flex;
    max-width: 145px;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    color: #fff !important;
    background-image: url(/wp-content/uploads/2023/04/Polygon-3.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 30px;
}

.forminputbox .wpcf7-text.destinationinput{
    padding-left: 20px;
    background-image: url(/wp-content/uploads/2023/04/location-sharp.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    background-position: left bottom 8px !important;
}

.forminputbox .wpcf7-text.datendtime{
    padding-left: 20px;
    background-image: url(/wp-content/uploads/2023/05/calendar-1-svgrepo-com.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: left bottom 10px !important;
}
.forminputbox .wpcf7-select.carclass{
    padding-left: 42px;
    background-image: url(/wp-content/uploads/2023/05/taxi-svgrepo-com-2.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 32px !important;
    background-position: left bottom 10px !important;
}

.forminputbox .wpcf7-text.emailinput{
    padding-left: 25px;
    background-image: url(/wp-content/uploads/2023/05/Icon-zocial-email.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    background-position: left bottom 11px !important;
}
.forminputbox .wpcf7-text.phninput{
    padding-left: 25px;
    background-image: url(/wp-content/uploads/2023/04/Icon-awesome-phone-alt.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: left bottom 11px !important;  
}

.forminputbox .wpcf7-spinner{

}
.btnrowbox .forminputbox > p{
    display: flex;
}
.taxiform-outer .wpcf7-response-output {
    position: absolute;
    font-size: 11px;
    bottom: 7px;
    z-index: 1;
    margin: 0 !important;
}

.forminputbox{
    margin-bottom: 25px;
}
.btnrowbox .forminputbox{
    margin-bottom: 0px;
}
.loginform-outer {
    width: 400px;
    background: #222;
    padding: 0;
    margin: auto;
}

.loginform-outer h3{
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    padding: 12px 10px;
    color: #fff; 
}
.loginform-inner {
    padding: 25px;
}

.loginformrow > label {
    width: 100%;
    color: #fff;
    margin-bottom: 5px;
}
.loginformrow > input {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
}
.loginformrow {
    margin-bottom: 20px;
}

.login-submit #wp-submit {
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border: none !important;
}
.loginform-errorbox{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.nodatavailbel {
    background: #ff3b006b;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 40px;
}
.driver-videoouter{
    margin-top: 20px;
}
/*.driver-videoouter-heading{
    margin-top: 30px;
}*/


.service-whatweoffer{
    position: relative;
    padding-bottom: 0px;
}
.service-whatweoffer:before{
    content: "";
    background: #FEF8F8 0% 0% no-repeat padding-box;
    height: 60%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}
.about-whatweoffer-main{
    text-align: center;
}
.service-whatweoffer-outer-1 .service-whatweoffer-inner .step-box-heading h4,
.service-whatweoffer-outer-3 .service-whatweoffer-inner .step-box-heading h4{
    color: #fff;
}
.service-whatweoffer-outer-1 .service-whatweoffer-inner {
    text-align: center;
    color: #fff;
    background-color: #222222;
    background-image: url('/wp-content/uploads/2023/05/airport-transfer-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: bottom 10px right 10px;
}

.service-whatweoffer-outer-3 .service-whatweoffer-inner{
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #F14922 0%, #F6841F 100%);

    background-repeat: no-repeat;
    position: relative;
}
.service-whatweoffer-outer-3 .service-whatweoffer-inner:after{
    content: "";
    position: absolute;
    background-image:url('/wp-content/uploads/2023/05/delivery-parcel-svgrepo-com.svg');
    height: 100px;
    width: 100px;
    bottom: 0px;
    right: 17px;
    background-size: cover;
}
.service-whatweoffer-inner {
    height: 100%;
    padding: 50px;
}
.service-info-readmore{
    margin-top: 20px;
}
.service-whatweoffer-icon{
    margin-bottom: 20px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-whatweoffer-icon > img{
    width: 60px;
}
.service-whatweofferinfo .step-box-heading{

}
.service-whatweoffer-outer-2 .service-whatweoffer-inner{
    background-color: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    background-image: url('/wp-content/uploads/2023/05/taxi-4-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: bottom 10px right 10px;
}
.service-whatweoffer-main {
    margin-top: 40px;
    padding: 30px;
    background: #fff;
}

.service-contact-main{
    margin-top: 40px;
}

.service-contact-main .contact-enquirybox-form{
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.service-contact-main .contact-enquirybox-form .form-control{
    border-bottom: 2px solid #ccc;
    height: 45px;
    color: #000
}
.service-contact-main .contact-enquirybox-form .form-control.wpcf7-textare{
    height: 110px;
}

.service-contact-main .btn.themebtn2{
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    height: 45px;
}
.service-contact-main .wpcf7-response-output{
    color: #000 !important;
}

.driver-sidebar-inner{
    min-height: 100%;
    background: #222;
}
.driver-sidebar-inner h3{
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 8px 15px;
    font-size: 22px;
    margin-bottom: 0px;
}

.driversidebar-link {
    padding: 20px;
    color: #fff;
}

.driversidebar-link a{
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    cursor: pointer;
    display: block;
}
.driversidebar-link a:last-of-type{
    margin-bottom: 0px;
}

.driversidebar-link a:hover,.driversidebar-link a.active{
    color: #F6841F;
}
.drivertab h2{
    margin-top: 0px;
}
.driver-mainbox{
    padding-left: 50px;
}
.memberbnmenu-outer {
    position: relative;
    padding: 5px 0;
}
.membermenu {
    position: absolute;
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    right: 0;
    border-radius: 35px;
    display: none;
}
.headertopbar .membermenu a{
    padding: 8px 20px;
    border: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;

}
.memberbnmenu-outer:hover > .membermenu{
    display: block;
}

.affilatelink {
    margin-top: 20px;
}
.driver-affilatelink-outer{
    margin-bottom: 20px;
}
.owl-left{
    transform: rotate(-180deg);
}
.owl-left,.owl-right{
    width: 50px;
    cursor: pointer;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: none !important;
    padding: 0;
}
.owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    width: 100%;
    display: flex;
}
.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.informationsection{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.airport-car-list-imgbox{
    margin-top: 40px;
}

.airport-car-list-imgbox {
    padding-top: 30px;
}
.airport-car-img {
    position: relative;
    cursor:pointer;
    padding: 60px 20px 60px 20px;
    background-color: #eee;
    height: 380px;
    display:flex;
    align-items:center
}
.airport-car-img img{
    width: 100%;
    height: 100%;
    object-fit: contain
}
.airport-car-title strong {
    border-bottom: 3px solid #F6841F;
}
.airport-car-content {
    color: #fff;
}
.airport-car-people-luggage-size {
    padding-bottom: 15px;
    padding-top: 15px;
}
.airport-car-book-now {
    margin-top: 25px;
}
.airport-car-book-now a:hover{
    color: #E80F2C;
}
.airport-car-book-now a {
    background-color: #fff;
    padding: 8px 24px;
    font-weight: 400;
    border-radius: 2px;
}
.airport-car-people-luggage-size img {
    width: 22px;
}
.airport-car-hover-content {
    position: absolute;
    width: 90%;
    height: 87%;
    left: 5%;
    top: 6%;
    right: 0;
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: all .2s ease-in-out;
    -webkit-transform: scale(.95);
    -ms-transition: all .2s ease-in-out;
    -ms-transform: scale(.95);
    -moz-transition: all .2s ease-in-out;
    -moz-transform: scale(.95);
    transition: all .2s ease-in-out;
    transform: scale(.95);
    padding: 40px 15px;
    opacity: 0;
    visibility: hidden;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.airport-car-img:hover .airport-car-hover-content{
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transition: all 0.5s ease-in-out;
    -ms-transform: scale(1);
    -moz-transition: all 0.5s ease-in-out;
    -moz-transform: scale(1);
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.section.service-airport-popular-destinations .row {
    background-color: #E80F2C;
    padding: 25px 50px 45px 50px;
    color: #fff;
}
.section.service-airport-popular-destinations .row table.table.table-bordered {
    color: #fff;
    font-weight: 400;
}
@media only screen and (min-width: 767px) and (max-width: 992px){
    .airport-car-img {
        padding: 80px 20px 80px 20px;
    }
}
@media only screen and (max-width: 411px){
    .airport-car-img {
        padding: 80px 20px 80px 20px;
    }
}

.airportgallery{
    background: #f9f9f9;
}


.page-id-405 .mainheader,.page-id-408 .mainheader{
    box-shadow: 0px 2px 8px #eee;
}

/**** HIRE PRIVATE DRIVER CSS START***/
    .faq-heading-title h3,
    .hire-car-widget-heading-box h3 {
    padding-bottom: 50px;
    font-weight: 400;
}
.hire-private-car-box {
    display: flex;
    padding: 10px 20px;
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    align-items: center;
}
.hire-private-car-box img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.full.button_text_link {
    margin-top: 35px;
}
.featured-columns-img {
    height: 330px;
    overflow: hidden;
}
.featured-columns-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section.featured-columns-section .featured-column h3 {
    font-weight: 400;
    padding: 35px 0 5px 0;
    text-transform: uppercase;
}
.section.featured-columns-section .featured-column .featured-column-content-inner {
    padding: 0px 40px 20px 40px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
.meet-our-driver-left iframe {
    width: 100%;
}
.meet-our-driver-right {
    padding-left: 50px;
}
.meet-our-driver-right h3 {
    color: #fff;
    font-weight: 400;
}
.hire-driver-app-content-inner {
    padding: 20px 0px;
}
.hire-driver-app-content-inner h3 {
    font-weight: 400;
}
.hire-driver-app-information-list-content {
    padding: 5px;
}
.business-inner-container ul li,
body.page-template-hire-private-driver-template .hire-private-car-inner-container ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.business-inner-container ul li:before,
body.page-template-hire-private-driver-template .hire-private-car-inner-container ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 3px;
}
.section.faqs-section {
    padding-bottom: 90px;
}
#accordionFaqs .accordion-item button.accordion-button.collapsed {
    font-weight: 400;
}
#accordionFaqs .accordion-item button.accordion-button {
    color: #000;
    background-color: #eee;
    font-weight: 500;
}
#accordionFaqs .accordion-item button.accordion-button:focus,    
#accordionFaqs .accordion-item button.accordion-button:active {    
    border: none;
    box-shadow: none;
}
.section.faqs-section #accordionFaqs .accordion-item  .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")  !important;
}
@media screen and (max-width: 767px){
    .hire-driver-app-information-right-img {
        padding-top: 35px;
    }
    .hire-driver-app-information-right-img img {
        height: auto;
    }
}
/**** HIRE PRIVATE DRIVER CSS END***/

/**** APPLY NOW CSS START***/
.apply-now-inner-container{
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.support-form-container,
.apply-now-form-container {
    max-width: 80%;
    margin: 50px auto;
    text-align: left;
    background: #FEF8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 80px;
    position: relative;
}
.support-form-container .formrow,
.apply-now-form-container .formrow {
    margin: 30px 0px;
}
.support-form-container .formrow .form-control,
.apply-now-form-container .formrow .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0 15px;
    border-radius: 0;
    min-height: 45px;
}
.support-form-container .formrow  .wpcf7-radio.form-control,
.apply-now-form-container .formrow .wpcf7-radio.form-control {
    border-bottom: none;
    background-color: transparent;
    padding: 0;
}
.support-form-container .formrow label.support-custom-label,
.apply-now-form-container .formrow label.apply-now-custom-label,
.support-form-container .formrow .form-control::placeholder,
.apply-now-form-container .formrow .form-control::placeholder{
    text-transform: uppercase;
}
.apply-now-form-container span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item,
.apply-now-form-container .formrow .wpcf7-radio.form-control .wpcf7-list-item.first {
    margin-left: 0;
}
.support-form-container .formrow select.wpcf7-form-control.wpcf7-select,
.apply-now-form-container .formrow select.wpcf7-form-control.wpcf7-select {
    color: #666;
    text-transform: uppercase;
}
.support-form-container h4 {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #444;
}
@media screen and (max-width: 767px){
    .apply-now-inner-container {
        max-width: 94%;
    }
    .support-form-container,
    .apply-now-form-container {
        max-width: 100%;
        padding: 20px;
    }
}
/**** APPLY NOW CSS END***/

/**** BOOK BUSINESS CSS START***/
.section.book-business-main,
.section.book-business-newsletter,
.section.book-business-know-more {
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
}
.book-business-list-box {
    padding: 25px 0;
}
.book-business-img-title img {
    margin-bottom: 15px;
}
.book-business-img-title {
    position: relative;
    min-height: 230px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.09);
    margin: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.book-business-main-left {
    padding-left: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(min-width:768px){
.book-business-main-right {
    padding-right: 0;
}
}
.book-business-img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: all .2s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in-out;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in-out;
    -moz-transform: scale(1);
    transition: all .2s ease-in-out;
    transform: scale(1);
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.book-business-img-title:hover .book-business-img-content {
    opacity: 1;
    visibility: visible;
}
.section.book-business-platform-icons {
    max-width: 850px;
    margin: 0 auto;
}
.section.book-business-platform-icons h3 {
    margin-bottom: 35px;
}
.book-business-platform-icon a {
    display: block;
    margin-bottom: 15px;
}
.book-business-newsletter .newsletter-title {
    margin-bottom: 20px;
}
.book-business-newsletter .newsletter-form {
    padding: 0 20px;
}
.book-business-newsletter .newsletter-form input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 35px;
    max-width: 350px;
    height: 45px;
    border-radius: 15px;
    border-color: #eee;
}
@media screen and (max-width: 992px){
    .book-business-newsletter .newsletter-form {
        padding: 0;
    }
}
/**** BOOK BUSINESS CSS END***/

/***FAQ CSS**/
.faq-category-column-container {
    display: flex;
    padding: 20px;
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin: 20px 10px;
    flex-direction: column;
    height: 100%
}
.faq-cat-inner-container {
    margin-bottom: 15px;
}
.faq-category-column-container i.fa.fa-folder-open-o {
    margin-right: 10px;
}
.faq-subcat-inner-container ul li {
    list-style: none;
    margin-bottom: 5px;
}
.faq-subcat-inner-container {
    padding-left: 30px;
}
.faq-view-all-link {
    margin-top: 26px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #FFF;
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 8px;
    margin-left: auto;
}
.faq-single-post-header,
.faq-cat-header{
    padding: 50px 0;
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box;
}
.faq-cat-title {
    font-size: 40px;
    font-weight: 600;
}
.faq-cat-title h1,
.faq-single-post-title h1 {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.faq-modified-time {
    padding-left: 60px;
}
.faq-cat-back-url {
    margin-bottom: 20px;
}
.faq-sidebar-container .faq-category-column-container {
    margin-top: 15px;
}
.faq-sidebar-container ul li {
    list-style: none;
}
.faq-category-column #accordionFaqs {
    padding-left: 6%;
}
.faq-category-column #accordionFaqs .accordion-item .accordion-header{
    margin: 0;
}
.faq-category-column #accordionFaqs .accordion-item .accordion-header .accordion-body {
    padding: 1rem 0;
}
.faq-category-column #accordionFaqs .accordion-item {
    background-color: transparent;
    border: none;
}
.faq-category-column #accordionFaqs .accordion-item button.accordion-button.collapsed {
    border: none;
}
.faq-category-column #accordionFaqs .accordion-item button.accordion-button{
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}
.faq-category-column #accordionFaqs .accordion-item button.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }
@media screen and (max-width: 767px){
    .faq-modified-time {
        padding-left: 42px;
    }
}
/***FAQ CSS END**/

/***BUSINESS CSS START**/
.built-business-main-title {
    margin-bottom: 35px;
    text-transform: uppercase;
}
.built-business-main-title h2 {
    font-size: 36px;
    font-weight: 500;
}
.built-business-column-left h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.business-txt-link a.bussiness-text {
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px dashed;
}
.business-btn-link {
    margin-top: 35px;
}
.section.latest-announcements-section {
    margin-bottom: 50px;
    padding: 60px 0px;
    background: transparent linear-gradient(180deg, #F6841F 0%, #F14922 100%) 0% 0% no-repeat padding-box !important;
}
.business-inner-container .section.service-airport-car-boxes {
    margin-bottom: 50px;
}
.latest-announcements-btn-link {
    margin-top: 35px;
}
.section.built-business-form-section {
    background-color: #222;
}
.business-inner-container .themeheading-box h3 {
    position: relative;
}
.latest-announcements-slide p {
    max-width: 700px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .latest-announcements-slide {
        padding: 0 40px;
    }
    .built-business-column-left h3,
    .business-btn-link {
        margin-top: 15px;
    }
    .section.featured-columns-section .featured-column .featured-column-content-inner {
        padding: 0px 40px 40px 40px;
    }
    .built-business-column-right {
        padding-top: 50px;
    }
    .built-business-main-title .themeheading-box h3 {
        transform: translateY(-15%);
    }
}
/***BUSINESS CSS END**/

.has-featured-image {
    height: 475px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center!important;
    background-size: cover!important
}
.footer__layout {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.logo__1 {
    width: 25%;
}
.logo__2 {
    width: 25%;
}
.cancellation-policy-table table {
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    background-color: #222222;
    color: #FFF;
}
.cancellation-policy-table table thead{
    background: #666
} 
.cancellation-policy-table table thead th{
    border: none
}
.cancellation-policy-table table thead tr>th:nth-child(2){
    width: 33.33%
}
.cancellation-policy-table table tbody>tr:nth-child(odd){
    
}
.cancellation-policy-table table tbody>tr:nth-child(even){
  
}
.cancellation-policy-table .table>tbody td {
    border: 1px solid #f3f3f333;
}
.v2-layout-hire{
    background-color: #F0F0F0;
    padding-top: 100px;
    padding-bottom: 75px
}
.featured-column-content-inner{
    background-color: #FFF
}
.iframe-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-box > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.book-business-main-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.book-business-main h2{
    font-size: 36px
}
.headersocialbox img {
    width: 18px;
    max-height: 18px;
    object-fit: contain;
}
.footersocial img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
img.messenger-icon {
    transform: scale(1.275);
}
 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
.pagespeedninja{
    display: none!important
}
span[data-name="hcap-cf7"]{
    display: block
}
span[data-name="hcap-cf7"] .wpcf7-not-valid-tip, .hcaptcha-field .wpcf7-not-valid-tip{
    position: static
}