.header-section .row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
.main-banner-content{
    background-color: #834c24b0;
    display: flex;
    flex-direction: column;
    justify-content: center ;
    align-items: center;
height: 100%;
}
@media (max-width:992px) {
    .navbar{
        position: relative !important;
    }
}

/*Booking Code Start*/

body .ui-autocomplete {
    z-index: 1000;
    position: absolute;
    border: 1px solid #000;
    top: 100%;
    width: 100px;
    height: auto;
    margin: 30px;
    padding: 0;
    list-style-type: none;
}
body .ui-autocomplete .ui-menu-item {
    background-color: #fff;
    border-bottom: 1px solid #000;
    list-style-type: none;
    width: 100%;
}
body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    background-color: #fff;
    padding: 5px;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.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*/


.top-icon{
    filter: brightness(0)  invert(1);
}

.top-section{
    background-color: #834C24;
    color: white;
}

.dropdown-menu{
    background-color: #000000 !important;
    color: white !important;
}
.dropdown-menu.show{
    display: flex !important;
}
.dropdown-menu .dropdown-menu-c{
    /* width: 50%;   */
}

/* 
.nav-link{
    border: 2px solid transparent;
    transition: all 0.5s ease-in-out;
}

.nav-link:hover{
    border-color: black;
} */

.nav-item{
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.5s ease-in-out;
}

.nav-item:hover{
    border-color: #834C24;

}

.dropdown-item{
    color: white;
    /* background-color: transparent !important; */
    border: 2px solid transparent;
    transition: all 0.5s ease-in-out;

}

.dropdown-item:hover{
    color: white;
    background-color: transparent;
    border-color: #834C24;
}

.dropdown-item.active{
    background-color: #834C24 !important;
    border: solid white 2px !important;
}

.navbar{
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.active{
    background-color: #834C24;
    border: solid white 2px ;
}

.nav-item{
    margin-right: 25px;
    padding-left: 10px !important;

}

.header-section{
    background: url(images/header-bg-main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.header-section-opasity{
    background-color: #00000098;
    padding-top: 8%;
    padding-bottom: 8%;
}
.header-row{
    
    border-radius: 10px;
}

.main-heading{
    font-weight: bold;
    font-size: 50px;
    color: white;
}
.main-heading-para{
    color: white;
    font-weight: bold;
    font-size: 35px;
}

.form-div{
    background-color: rgba(0, 0, 0, 0.719);
}


.form-div{
    position: relative;
    /* border: solid #834C24 2px ; */
    padding-top: 4px;
    padding-bottom: 4px;
}

.form-div::before{
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    border: solid #ffffff 4px;
    width: 106%;
    height: 109%;
    bottom: 0;
    margin: auto;
}

.booking-heading{
    color: white !important;
    font-weight: bold !important;
}

.input-group-text{
    background-color: transparent;
    border-left: 0px !important;
    border: solid #ffffff 2px ;

}
.location-img{
    filter: invert(0) brightness(1) ;
}

.form-control:focus{
    background-color: transparent;
    color: white;
    border: solid #ffffff 2px !important;
    border-right: 0px !important;
    outline: 2px solid #834C24;

}


.form-control{
    box-shadow: none !important;
    border: solid #834C24 2px !important;
    /* border-right: 0px !important; */
    /* outline: none; */
    background-color: transparent;
    color: black!important;
    

}
/* .form-control.active{
    border: solid #834C24 2px !important;

} */

.get-btn{
    font-weight: bold;
    color: white;
    box-shadow: none !important;
    border: solid #834C24 2px !important;
    /* border-right: 0px !important;
    border-left: 0px !important; */
    /* border-left: solid #ffffff 2px !important;
    border-right: solid #ffffff 2px !important; */
}

.get-btn:hover{
    font-weight: bold;
    color: white;
    background-color: #834C24;
    border: solid #ffffff 2px !important;

}







.side-div{
    padding: 12px;
    background-color: black;
    width: 50px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    display: flex;
    z-index: 99999;
}


.side-icon{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    filter: brightness(0)  invert(1);
    width: 25px;
    
}

@media only screen and (max-width: 1302px){
    
    .side-icon{
        /* margin-top: 0 !important;
        margin-bottom: 0 !important; */
        padding-top: 0%;
        padding-bottom: 0%;
        padding-left: 12px;
        padding-right: 6px;
        filter: brightness(0)  invert(1);
        justify-content: center;
        width: 50px;

    }
    .side-div{
        margin-left:  auto !important;
        margin-right:  auto !important;
        /* padding: 20px !important; */
        background-color: black;
        width: 245px;
        height: 60px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        position: fixed;
        display: flex;
        z-index: 99999;
        bottom: 0 !important;
        left:0 ;
        right: 0;
        
    }

}


.navbar-section{
    background-color: #000000;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    
}

.service-main-heading-div{
    background-color: #834C24;
}

.service-main-heading{
    font-size: 45px;
    font-weight: bold;

}

.service-section{
    margin-top: 35px;
    margin-bottom: 35px;
}
.service-card{
    margin-top: 35px;
    margin-bottom: 35px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-color: #834C24;
    transition: all 0.9s ease-in-out;
}

.service-card:hover{
    background-color: #221b15;
}

.service-imgs{
    width: 80px;
}

.service-heading{
    background-color: #834C24;
    color: white;
    font-weight: bold;
    font-size: 25px;
}



.about-div1{
    border: solid #834C24 5px ;
}


.about-div2{
    border: solid #834C24 5px ;
    /* padding-left: 10px; */
}

.about-inner-heading{
    font-size: 35px;
    font-weight: bold;
}

.about-inner-headings{
    font-size: 30px;
    font-weight: bold;
}

.fleet-section{
    margin-top: 35px;
    margin-bottom: 35px;
}

.fleet-main-heading{
    font-size: 45px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}


.fleet-card{
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-top: 0px !important;
    border: solid #834C24 2px;
    transition: all 1s ease-in-out;
}

.fleet-card::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    border: solid white 2px;
    width: 87%;
    height: 50%;
    bottom: 0;
    margin: auto;
    /* border-top-left-radius: 100px;
    border-top-right-radius: 100px; */
    border-top: 0px !important;
    border-bottom: 0px !important;

}



.fleet-card:hover{
    /* background-image: linear-gradient(#834C24, rgba(0, 0, 0, 0.678)); */
    background-color: #221b15;
}


.fleet-headings{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background-color: #834C24;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

.fleet-img{
    width: 200px;
}


.fleet-para{
    list-style: none;
    padding: 0%;
    margin: 0%;
    /* font-weight: bold; */


}

.fleet-overlay-inner-div{
    position: relative;
    border: solid #834C24 2px ;
    padding-top: 4px;
    padding-bottom: 4px;
}



.fleet-overlay-inner-div::before{
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    border: solid #834C24 2px;
    width: 98%;
    height: 120%;
    bottom: 0;
    margin: auto;
}

.fleet-icons{
    filter:  invert(1) brightness(0);
}



.airport-section{
    margin-top: 35px;
    margin-bottom: 35px;
}

.airport-main-heading{
    font-size: 45px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

.airport-card{
    height: 80%;
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border: solid #834C24 2px;
}

.airport-headings{
    font-size: 20px;
    background-color: #834C24;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: white;
    padding: 10px;
}

.airport-link{
    text-decoration:none !important;
}

.station-link{
    text-decoration:none !important;
}

.airport-div{
    position: relative;
    border: solid #834C24 2px ;
    padding: 10px;
    /* padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 1px; */
    /* padding-bottom: 1px; */
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transition: all 0.9s ease-in-out;
}

.airport-div:hover{
    background-color: #221b15;
    border: solid white 2px ;

}

.airport-div::before{
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    border: solid #834C24 2px;
    width: 95%;
    height: 112%;
    bottom: 0;
    margin: auto;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px

}




.station-section{
    margin-top: 40px;
    margin-bottom: 40px;
}

.station-main-heading{
    font-size: 45px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}



.station-card{
    border-radius: 0%;
    position: relative;
    border: solid #834C24 2px ;
    padding: 10px;
    /* padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 1px; */
    /* padding-bottom: 1px; */
    /* border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px */
    transition: all 0.9s ease-in-out;

}

.station-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    border: solid #834C24 2px;
    width: 96%;
    height: 123%;
    bottom: 0;
    margin: auto;
    /* border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px */

}

.station-card::after{
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    border: solid #834C24 2px;
    width: 89%;
    height: 139%;
    bottom: 0;
    margin: auto;
    /* border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px */
}

.station-card:hover{
    background-color: #834C24;
    color: white;
    border: white ;
}


.station-headings{
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 25px;
    margin: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.form-inner-div{
    background-color: #834c249d;
    padding-top: 5%;
    padding-bottom: 5%;
    
}

.form-div-inner{

    position: relative;
    /* border: solid #834C24 2px ; */
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #00000098;

}

.form-div-inner::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -4px;
    border: solid #ffffff 4px;
    width: 101%;
    height: 118%;
    bottom: 0;
    margin: auto;
}


.breadcrumb{
    background-color: #834c24af;
}

.contact-header-heading{
    font-weight: bold;
    color: white;
}

.breadcrumb-link{
    color: white;
    font-weight: bold;
}

.breadcrumb-link:hover{
    color: white;
    font-weight: bold;
}

.breadcrumb-item{
    color: white;
    font-weight: bold;
}

.inner-container{
    background-color: #00000098;

}


.contact-inputs{

    box-shadow: none !important;
    border: solid #834C24 2px !important;
    /* border-right: 0px !important; */
    /* outline: none; */
    background-color: transparent;

}

.contact-inputs:focus{
    background-color: transparent;
    color: white;
    border: solid #ffffff 2px !important;
    /* border-right: 0px !important; */

}

.get-quotes-btn-contact{
    font-weight: bold;
    color: white;
    box-shadow: none !important;
    border: solid #834C24 2px !important;
    /* background-color: #00000098; */
}


.get-quotes-btn-contact:hover{
    font-weight: bold;
    color: white;
    box-shadow: none !important;
    border: solid #834C24 2px !important;
    background-color: #834C24;
}



.inner-page-contact-section{
    background: url(images/contact-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 

}

.inner-form-div{
    background-color: #000000a1;
    /* padding: 10px; */
}

.contact-heading {
    color: white;
    font-weight: bold;
    font-size: 40px !important;
}












.footer-section1{
    /* border-color: #834C24; */
    border: solid black 5px ;

}
.footer-row1{
    /* border-color: black; */
    border: solid black 5px ;
    
}

.footer-section2{
    color: white;
    padding-top: 20px;
    background-color: #834C24;
}

.privacy{
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.privacy:hover{
    color: white;
}









/*404 page styling*/
.body-404{
    background-color: #c5cada;
}

.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
}

.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: #3E56AA;
}

.sub-heading-404{
    font-weight: 700;
    color: #333333;
}

.para-404{
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}

.link-404{
    text-decoration: none !important;
    color: #3E56AA;
    transition: all .4s ease-in-out;
}

.link-404:hover{
    color: #000000 !important;
}

/*404 page styling end*/


.label_chg {
    color: #fff !important;
    font-size: 20px;
    width: 100%;
    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: 17px;
        filter: brightness(5) !important;
        color: whitesmoke !important;
        /* display: block !important; */
    }
}

@media screen and (max-width:768px) {
    .header-section{
        background: none !important;
        background-color: #000 !important;
    }
}