
._caruspsection{
    margin:15px 0px;
}
._carusp{
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}
._carusp ._box{
    display: flex;
    width: 32%;
    align-items: center;
}
._carusp ._box ._txtusp h3{
padding-bottom: 5px;
}
._carusp ._box img{
    max-width: fit-content;
}
._carusp ._box ._uspimg{
    margin-right: 10px;
}

._cardeal {
    margin:0px 0px 30px 0px;
}
    ._cardeal h2 {
        text-align: center;
        font-size: 50px;
        font-weight: 400;
        color: #000;
        margin-bottom:20px;
    }
    ._cardeal .termsContent {
        padding: 15px 0px;
        font-size: 12px;
    }
    ._cardeal .termsContent a{
        color: var(--holdidayBlue);
        text-decoration: underline;
    }
._tabbox{
    display: flex;
    padding-top:20px;
}
.tab {
    display: flex;
    cursor: pointer;
    padding:6px 28px;
    background-color: #fff;
    margin-right: 8px; 
    font-size: 15px;
    border: 1px solid #0068dc;
    font-weight: 500;
}

.tab:hover {
    background-color: #0068dc;
    color: #fff;
}

.tab.active {
    background-color: #0068dc;
    color: #fff;
}

.tab-content { 
    padding: 25px 0;
    display:none;
}

.tab-content.active {
    display: block;
}

._domcar{
    display: flex;
    flex-wrap: wrap; 
    gap:1%;
}
._cardetail {
    position: relative;
   /* width: 24%;*/
    margin-bottom: 15px;
    overflow: hidden;
}
._cardetail::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 200%;
    height: 100%;
    box-shadow: 0px -90px 30px 9px rgba(15, 15, 15, 0.89) inset;
    -webkit-box-shadow: 0px -90px 30px 9px rgba(15, 15, 15, 0.89) inset;
    -moz-box-shadow: 0px -90px 30px 9px rgba(15, 15, 15, 0.89) inset;
}
._domcartxt{
    position: absolute;
    bottom:20px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index:1;
}
._domcartxt .pricePP {
    padding-bottom:12px;
    font-size:13px;
}
    ._domcartxt .pricePP strong{
        font-size:17px;
    }
    ._domcartxt .pricePP span{
        font-weight:600;
    }
    ._domcartxt h3 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 400;
    }
._domcartxt h3 + p{
    padding-bottom: 10px;
}
._domcartxt a {
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    background-color: #006ee3;
    font-weight: 500;
    border-radius: 0;
    margin-top: 5px;
    display: inline-block;
}
._cardetail img{
    filter: brightness(0.8); 
    min-height: 276px;
    object-fit: cover;
    display:block;
}

._callbanner{
    background-image: url(/images/car-call.jpg);
    background-size: cover;
    height: 247px;
    color:#fff;
    position: relative;
}

._callcar{
    margin-bottom: 30px;
}
._callat{
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 6px;
}
._callat::before{
    content: '';
    width: 67px;
    height: 1px;
    position: absolute;
    background-color: #e4e4e4;
    top: 10px;
    left: 36px;
}
._callat::after{
    content: '';
    width: 67px;
    height: 1px;
    position: absolute;
    background-color: #e4e4e4;
    top: 10px;
    right: 36px;
}
._callbanner img{
    max-width: fit-content;
    height: 24px;
    margin-right: 8px;
}
._callicon{
    display: flex;
    align-items: center;
    font-size: 31px;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    color:#fff;
}
._callboxsx{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 45%;
    text-align: center;
}
._callicon + p{
    font-size: 14px;
    padding-top: 3px;
} 
._plancar{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
    ._plancar h2 {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        color: rgb(20, 32, 37);
        line-height: 44px;
    }
    ._plancar h2 + p {
        text-align: center;
        font-size: 16px;
        padding-top: 13px;
        font-weight: 500;
    }
._planbox{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
._planbox ._subbox{
    width:49.2%;
}
    ._planbox ._fullbox {
        width:100%;
        margin-top:40px;
    }
._planimg{
    max-width: fit-content;
    margin-bottom: 15px;
    border-radius: 5px; 
}
._carhire{
    display: flex;
    justify-content: space-between;
}
._hirebox ._carheading {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 4px;
}
._hirebox p {
    font-size:15px;
}
._bookbtn {
    background-color: #006ee3;
    color: #fff;
    padding: 12px 18px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}
.faqSection {
    padding: 20px 0 40px 0;
}
   /* .faqSection h2 {
        color: rgb(0, 110, 227);
    }*/
    .faqSection h5 a {
        color: #000;
    }

.faqSection .collapseDiv  {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-top: 15px;
    display: none;
}
.faqSection h5.active+ .collapseDiv {
    display: block;
}

/**New page css**/
.car_modelbox{
    background-color:#f1f1f1;
    display:inline-block;
    width:100%;
    padding:60px 0;
}
.car_modelbox_header{
    text-align:center;
}
    .car_modelbox_header h2 {
        font-size: 50px;
        margin-bottom: 10px;
        color: #000;
    }
    .car_modelbox_header p {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 8px;
        text-transform: uppercase;
    }
.carmodel_imgdetails .carmodelarea_card {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px 20px ;
}
.carmodel_imgdetails .carimagesarea {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
}

.carmodel_imgdetails .carmodelarea_card .carimagesarea img {
    width: auto;
}

.carhire-carausal .carmodelarea_card .carmodel_Details .carmodel_btnarea img {
    width: auto;
}
.owl-item:hover .carmodel_btnarea img {
    transform: scale(1) !important;
}

.carmodel_Details .carmodel_Name {
    display: inline-block;
    width: 100%;
}
    .carmodel_Details .carmodel_Name h3 {
        color: #006ee3;
        font-size: 20px;
        font-weight: bold;
    }
    .carmodel_Details .carmodel_Name p {
        font-size: 12px;
        font-weight: 500;
        color:#000;
    }

.Bestsellerdeals {
    padding: 15px 0;
}
.carmodel_pricearea p:first-child {
    color: #006ee3;
    font-weight: 500;
}

.carmodel_pricearea p:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

    .carmodel_pricearea p:last-child span{
        font-size:12px;
        font-weight:500;
        margin-left:6px;
    }
.carmodel_btnarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
    .carmodel_btnarea button {
        border: 1px solid #0068dc;
        background: #fff;
        padding: 6px 20px;
        font-size: 12px;
        font-weight: 500;
        color: #0068dc;
        cursor:pointer;
    }
        .carmodel_btnarea button:hover {
            background: #0068dc;
            color:#fff;
        }

        .carmodel_imgdetails {
            display: flex;
            margin: 40px auto 0 auto;
            max-width: 1048px;
        }

.carhire-carausal .owl-nav span, .carhire-carausal .owl-nav span {
    display:none;
}
.TopCar_DestinationBox h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.TopCar_DestinationBox .topcar_termsContent {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}

.TopCar_DestinationBox {
    display: inline-block;
    width: 100%;
    padding: 40px 0
}

.linkallbox {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}



@media only screen and (max-width:1024px) {
    ._bookbtn {
        padding: 12px 12px;
        font-size: 14px;
        min-width: 100px;
        align-self: center;
    }   
}

@media only screen and (max-width:991px) {
    ._domcartxt .pricePP {
        font-size: 15px;
    }

    ._domcartxt h3 {
        font-size: 18px;
    }

        ._domcartxt h3 + p {
            font-size: 11px;
        }

    ._cardeal {
        margin: 0px 0px 0px 0px;
    }

    ._plancar h2 {
        font-size: 30px;
        line-height: 35px;
    }

    ._planimg {
        min-height: auto;
    }
}