/*Booking Code Start*/

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
}

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*Booking Code End*/

html{
    scroll-behavior: smooth;
}

body{
    background-color: #ffffff;
    /*position: relative;*/
}

.top-div{
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.navbar-btns-div{
    display: inline-block;
    background-color: #490b3d;
    padding: 10px 30px 30px 10px;
    border-bottom-right-radius: 100%;
    border-right: 2px solid #bd1e51;
}

.nav-btns-inner-div{
    position: relative;
}

.nav-div-btn{
    box-shadow: none !important;
    border: none !important;
    transition: all .4s ease-in-out !important;
}

.nav-div-btn:hover{
    filter: brightness(0) invert(1);
}

#nav-div-cross{
    /*width: 0;*/
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transform: rotate(360deg) scale(0);
}

.nav-div{
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999999;
    border-radius: 100%;
    overflow-y: auto;
    transition: all .3s ease-in-out;
}

.nav-links-div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-list > li:not(:last-child){
    margin-bottom: 10px;
}

.nav-links{
    text-decoration: none !important;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #f1b814 !important;
    position: relative;
}

.nav-links::before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: all .3s ease-in-out;
}

.nav-links:hover::before{
    width: 100%;
    right: 0;
    left: auto;
}

.nav-links.active{
    color: #ffffff !important;
}

.dropdown-menu{
    background-color: #bd1e51 !important;
    border: 2px solid #ffffff !important;
}

.dropdown-menu.show{
    /* height: 200px; */
    height: 145px;
    overflow-y: scroll;
}

.dropdown-item{
    background-color: transparent !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    transition: all .3s ease-in-out !important;
}

.dropdown-item:hover{
    background-color: #490b3d !important;
}

/* width */
.dropdown-menu::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.dropdown-menu::-webkit-scrollbar-track {
    background: #bd1e51;
}

/* Handle */
.dropdown-menu::-webkit-scrollbar-thumb {
    background: #490b3d;
    border: 5px solid #bd1e51;
    border-radius: 20px;
}

/* Handle on hover */
.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #595959;
}

.logo-div{
    display: inline-block;
    background-color: #ffffff;
    padding: 2px 10px 50px 44px;
    border-bottom-left-radius: 100%;
    border-left: 2px solid #bd1e51;
}

.logo-link{
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}

.logo{
    display: inline-block;
}

.call-icon-div{
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #490b3d;
    padding: 30px 30px 10px 10px;
    border-top-right-radius: 100%;
    border-right: 2px solid #bd1e51;
    z-index: 999999999;
}

.call-icon-link{
    display: inline-block;
    text-decoration: none !important;
}

.call-icon{
    transition: all .3s ease-in-out;
}

.header-section{
    /*padding: 130px 0 100px;*/
    background-color: #ffffff;
}

.header-heading-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px){
    .header-section{
        padding: 120px 0 50px;
    }

    .header-heading-div{
        position: static;
        transform: none;
    }

    .booking-div{
        padding-top: 50px !important;
        padding-bottom: 60px !important;
        border-bottom-left-radius: 130px !important;
    }
}

.header-heading{
    font-size: 63px;
    font-weight: 700;
    color: #490b3d;
    position: relative;
    transition: all .4s ease-in-out;
}

.header-small-heading{
    font-size: 30px;
    font-weight: 600;
    color: #bd1e51;
    letter-spacing: 7px;
    margin-bottom: 10px;
    position: relative;
    transition: all .5s ease-in-out;
}

.store-icons{
    display: inline-block;
}

@media only screen and (max-width: 1199px){
    .header-heading{
        font-size: 50px;
    }
}

@media only screen and (max-width: 375px){
    .header-heading{
        font-size: 45px;
    }

    .header-small-heading{
        font-size: 30px;
    }
}

@media only screen and (max-width: 280px){
    .header-heading{
        font-size: 38px;
    }

    .store-icons > img{
        width: 90px;
    }

    /*.logo{
        width: 90px;
    }*/
}

.booking-div{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #490b3d;
    border-bottom-left-radius: 200px;
}

.booking-heading{
    display: block;
    font-size: 33px;
    font-weight: 700;
    color: #f1b814;
    background-color: #490b3d;
    text-align: center;
}

.input-group-text{
    background-color: #ffffff !important;
    border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-right: none !important;
    border: none !important;
}

.modal-header button {
	background-color: #490B3D !important;
}

.custom-inputs::placeholder{
    color: #b7b7b7 !important;
}

.custom-btn-1{
    padding: 15px 50px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #f1b814 !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 100px !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .4s ease-in-out !important;
}

.custom-btn-1:hover{
    background-color: #f1b814 !important;
    color: #490b3d !important
}

@media only screen and (max-width: 1004px){
    .about-section{
        padding-bottom: 40px;
    }
}

.about-section-img-div{
    border-top-right-radius: 200px;
    overflow: hidden;
}

.about-content-div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

@media only screen and (max-width: 1040px){
    .about-content-div{
        position: static;
        width: auto;
        padding-top: 20px;
        transform: none;
    }
}

.main-purple-headings{
    font-size: 33px;
    font-weight: 700;
    color: #490b3d;
}

.about-paras{
    font-size: 16px;
    font-weight: 500;
    color: #595959;
    text-align: justify;
}

.custom-btn-2{
    padding: 15px 50px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #bd1e51 !important;
    border-radius: 10px !important;
    border-bottom-right-radius: 100px !important;
    background-color: transparent !important;
    color: #bd1e51 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .4s ease-in-out !important;
}

.custom-btn-2:hover{
    border-color: #490b3d !important;
    background-color: #490b3d !important;
    color: #ffffff !important
}

.close{
    outline: none !important;
    color: #ffffff !important;
    opacity: .8 !important;
    transition: all .3s ease-in-out !important;
}

.close:hover{
    opacity: 1 !important;
}

.sub-headings{
    font-size: 24px;
    font-weight: 700;
    color: #bd1e51;
}

.service-section{
    background: url('images/service-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-section-opacity{
    background-color: rgba(0, 0, 0, .7);
    padding: 80px 0;
}

.main-yellow-headings{
    font-size: 33px;
    font-weight: 700;
    color: #f1b814;
}

.main-service-div{
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.main-service-div::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f1b814;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    transition: all .3s ease-in-out;
}

.main-service-div:hover::before{
    animation-name: service_anim;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    height: 100%;
}

@keyframes service_anim{
    0%{
        height: 0;
    }
    30%{
        height: 100%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    50%{
        height: 80%;
    }
    100%{
        height: 100%;
    }
}

.bottom-right-border{
    padding: 20px;
    border-radius: 10px;
    border-bottom-right-radius: 100px;
    border-right: 2px solid #bd1e51;
}

.bottom-left-border{
    padding: 20px;
    border-radius: 10px;
    border-bottom-left-radius: 100px;
    border-left: 2px solid #bd1e51;
}

.top-right-border{
    padding: 20px;
    border-radius: 10px;
    border-top-right-radius: 100px;
    border-right: 2px solid #bd1e51;
}

.top-left-border{
    padding: 20px;
    border-radius: 10px;
    border-top-left-radius: 100px;
    border-left: 2px solid #bd1e51;
}

.service-headings{
    font-size: 23px;
    font-weight: 700;
    color: #490b3d;
}

.service-paras{
    font-size: 16px;
    font-weight: 500;
    color: #595959;
    margin-bottom: 0;
}

.airport-section{
    background: url('images/airport-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.airport-section-opacity{
    background-color: rgba(255, 255, 255, .6);
    padding: 80px 0;
}

.main-airport-div{
    box-shadow: inset 0 0 15px 2px #bd1e51;
    border-radius: 10px;
    position: relative;
}

.airport-links{
    display: block;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(189, 30, 81, .4);
    transform: scale(0) translate(-100%, -100%);
    border-radius: 10px;
    transition: all .4s ease-in-out;
}

.station-section{
    background-color: #ffffff;
    padding: 80px 0;
}

.main-pink-headings{
    font-size: 33px;
    font-weight: 700;
    color: #bd1e51;
}

.main-station-div{
    background-color: #490b3d;
    padding: 50px 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.station-headings{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}

.station-links{
    display: block;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff !important;
    padding: 47px 10px;
    transform: translate(100%, -100%);
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    transition: all .3s ease-in-out;
}

@keyframes station_anim{
    0%{
        transform: translate(100%, -100%);
    }
    30%{
        transform: none;
    }
    50%{
        transform: translate(-15%, 15%);
    }
    100%{
        transform: none;
    }
}

.fleet-section{
    background: url('images/fleet-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fleet-section-opacity{
    background-color: rgba(0, 0, 0, .7);
    padding: 80px 0;
}

.fleet-section-opacity p{
    color: #fff;
    margin-top: 20px;
}

.fleet-headings-div{
    background-color: #490b3d;
    padding: 10px 0 15px;
    border-radius: 10px;
    border-bottom-right-radius: 100%;
    border-right: 2px solid #ffffff;
    overflow: hidden;
}

.fleet-headings{
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.fleet-imgs-div{
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-right: 2px solid #bd1e51;
    position: relative;
    overflow: hidden;
}

.fleet-imgs{
    position: relative;
    z-index: 1;
}

.fleet-back-div{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #f1b814;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    animation-duration: .6s;
    animation-timing-function: ease-in-out;
    transition: all .3s ease-in-out;
}

@keyframes fleet_anim{
    0%{
        width: 0;
    }
    30%{
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    50%{
        width: 40%;
    }
    100%{
        width: 60%;
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
    }
}

.fleet-list-div{
    background-color: #bd1e51;
    padding: 15px 0 10px;
    border-radius: 10px;
    border-top-right-radius: 100%;
    border-right: 2px solid #ffffff;
    overflow: hidden;
    padding-left: 10px;
}

.fleet-spans{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
}

.accordion{
    margin-top: 30px;
}

.faqsSection{
    margin-top: 50px;
}

.faqsSection .sub-headings{
    font-size: 40px;
    text-align: center;
}

.faqsSection .card{
    background-color: #ebebeb;
    margin: 10px 0;
    border-radius: 4px !important;
}

.faqsSection .card .btn-block{
    color: #bd1e51;
    box-shadow: none;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}


.faqsSection .card .btn-block.collapsed::after{
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    background: url(../contents/images/right-chevron.webp) right center no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
}

.faqsSection .card .btn-block::after{
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    background: url(../contents/images/right-chevron.webp) right center no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
}

.faqsSection .card-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    color: #000;
    padding: 20px 33px;
    border-top: 1px solid #fff;
}

/* FAQ's Start */

.faqsSectionInner{
    padding-bottom: 80px;
}

.faqsSectionInner .card{
    margin: 10px 0;
    background: #ebebeb;
    border-radius: 5px !important;
}

.faqsSectionInner .card button{
    background-color: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    color: #bd1e51;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

.faqsSectionInner .card button svg{
    display: block;
    margin-left: auto;
}

.faqsSectionInner .card-header{
    /* border-bottom: 1px solid #fff; */
    padding: 4px;
}

.faqsPara{
    border-top: 1px solid #fff;
}

.faqsSectionInner .card-body{
    color: #565656;
    font-weight: 500;
}

.faqsPlusIcon{
    display: block;
    margin-left: auto;
    background-color: #fff;
    border: none;
}

.plus rect{
    transition: all 800ms;
    transform: scaleY(1);
    transform-origin: 50% 50%;
}

.plus .vertical-line{
    transform: scaleY(0);
}
 
.faqsPlusIcon.collapsed .plus .vertical-line{
    transform: scaleY(1);
}

/* FAQ's End */

.footer-section{
    background-color: #490b3d;
    padding: 30px 0;
}

.footer-para{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.privacy{
    text-decoration: none !important;
    color: #f1b814;
    transition: all .3s ease-in-out;
}

.privacy:hover{
    color: #ffffff;
}

.social-links{
    display: block;
    background-color: rgba(189, 30, 81, .5);
    border-radius: 5px;
    border-top-right-radius: 50%;
    transition: all .3s ease-in-out;
}

.social-links:hover{
    background-color: rgba(189, 30, 81, 1);
}

/*inner pages styling*/
.inner-pages-header-img-div{
    border-bottom-left-radius: 200px;
    overflow: hidden;
    border-left: 2px solid #bd1e51;
}

.inner-pages-content-section{
    background-color: #ffffff;
    padding: 80px 0;
    border-top: 2px solid #bd1e51;
}

.contact-spans, .contact-links{
    font-size: 16px;
    font-weight: 500;
    color: #595959;
    vertical-align: middle;
    margin-left: 5px;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.contact-links:hover{
    color: #490b3d;
}

.contact-form{
    background-color: #490b3d;
    padding: 20px 15px;
    border-radius: 10px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

/*404 page styling*/
.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.inner-404-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-404{
    font-size: 100px;
    font-weight: 700;
    color: #bd1e51;
}

.sub-heading-404{
    font-weight: 700;
    color: #490b3d;
}

.para-404{
    font-size: 21px;
    font-weight: 500;
    color: #490b3d;
}

.link-404{
    text-decoration: none !important;
    text-decoration-color: #f4decb;
    color: #bd1e51;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #490b3d !important;
}



.label_chg {
    color: #000000 !important;
    font-size: 19px;
    width: 85%;
    /* text-align: center; */
    /* margin: auto !important; */
    /* padding-bottom: 20px !important; */
}
@media screen and (min-width: 250px) and (max-width: 767px) {
    .label_chg {
        width: 100%;
        font-size: 14px;
        filter: brightness(5) !important;
        color: rgb(0, 0, 0) !important;
        /* display: block !important; */
    }
}


@media screen and (max-width:767px) {
    .booking-div{
        padding: 0px !important;
    }
    .logo-div {
    
        padding: 2px 10px 50px 29px;

    }
}

#moreModalitem .card-header button {
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    padding: 10px 5px;
}

#moreModalitem .modal-content {
    padding-bottom: 15px;
    margin-top: 120px !important;
}

/* body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    font-size: 11px;
    padding: 4px 22px;
    background-image: url(https://book.barnetairporttransfers.co.uk/images/pin.png);
    background-position: 5px center;
    background-size: 14px;
    background-repeat: no-repeat;
    color: #fff;
    border-bottom: 1px solid #d1d9e6;
} */

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}