﻿/*css form search dropdown start*/
.ac_results {
    position: relative;
    z-index: 9;
}

.ac_results ul {
   list-style: none;
   padding: 0px;
   margin: 0px;
 }

 .ac_results ul li {
     display: block;
     font-size: 14px;
     background: #fff;
     border-bottom: solid 1px #ddd;
     padding: 10px 5px 10px 10px;
 }


.dating_dsdr ul li h6{ 
   text-align:center;
}

.dating_dsdr ul li {
    width: 50.3%;
    text-align: center;
}
    .dating_dsdr ul li img {
        width: 35px!important;
      
    }

.sizevalidation {
    font-size: 12px !important;
}

.error_outline {
    border: 1px solid red;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader1 {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #014d9d;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}
.hide {
    display: none;
    position:absolute;  
    font-size:small;
    border-radius:5px;
    background-color:beige;
    padding:3px 10px; 
    text-align:center;
    width:94%;
    border:1px solid yellow;
}
.hide_itinerary {
    display: none;
    position: absolute;
    font-size: small;
    border-radius: 5px;
    background-color: beige;
    padding: 3px 10px;
    text-align: center;
    width: 80%;
    border: 1px solid yellow;
}
.icons_container {
    position: relative;
    cursor: pointer;
}

.pass_li:hover + .hide {
    display: block;
    color: orangered;
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}


.luggage_li:hover + .hide {
    display: block;
    color: orangered;  
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}

.noOfdoor_li:hover + .hide {
    display: block;
    color: orangered;  
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}

.transmission_li:hover + .hide {
    display: block;
    color: orangered;  
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}

.ac_li:hover + .hide {
    display: block;
    color: orangered;
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}
.Box_scn9h3nv ul li {
    color: white !important;
    padding: 3px 6px !important;
    background-color: black;
    font-size: 13px;
    border-radius: 5px;
}
.vendor_logoImg {
    height: 36px;
    width: 100px !important;
    margin-top: 10% !important;
    margin-left: 10% !important;
}
.taxicon_1 img{
    padding-top:20px !important;
}
.hide2 {
    display: none;
    position: absolute;
    font-size: small;
    border-radius: 5px;
    background-color: beige;
    padding: 3px 10px;
    text-align: center;
    width: 70%;
    border: 1px solid yellow;
}

.pass_li:hover + .hide2 {
    display: block;
    color: orangered;
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}


.luggage_li:hover + .hide2 {
    display: block;
    color: orangered;
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}

.noOfdoor_li:hover + .hide2 {
    display: block;
    color: orangered;
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}

.transmission_li:hover + .hide2 {
    display: block;
    color: orangered;
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}

.ac_li:hover + .hide2 {
    display: block;
    color: orangered;
    margin-top: 5px;
    cursor: pointer;
    z-index: 100;
}
.Box_sc_n9h3nv_a {
    /* position: absolute; */
    bottom: 8px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    left: 0;
    color: #014d9d !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
    margin-top: 10px;
}
.equipmet_div h4 {
    padding: 14px 12px 14px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #014d9d;
    border-bottom: solid 2px #ccc;
    margin: 0;
}

.ABq_equip_payment p {
    padding: 12px 12px 0px 13px;
    font-size: 14px;
    font-weight: 400;
    color: #014d9d;
    margin: 0;
    white-space:normal;
}
#ui-datepicker-div{
    display:none ;
}
.pagination_nav{
    display:flex; justify-content:end;
}
.SearchBoxStyle {
    background: wheat;
    height: auto;
    opacity:1!important;
    width: 100%;
    text-align: center;
    align-items: center;
    margin-top: 90px;
    border-radius: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.loading {
    overflow: hidden;
}

.Box_scn9h3nv ul li {
    color: white !important;
    padding: 3px 3px !important;
    background-color: black;
    font-size: 13px;
    border-radius: 5px;
}
@media(max-width:400px){
    .Box_scn9h3nv ul li {
        padding: 3px 3px !important;
    }
}