.header {
    border-bottom:none;
}
.homeBanner {
    position: relative;
}
.homeBanner .container{z-index: auto; position: relative;}
.homeBanner h1 {
    font-size: 2rem; color:#fff; font-weight: 500;
}
.homeBanner .bannerDesc{padding: 2rem 0 2rem;}
    .homeBanner:before {
        background: var(--footerBg) url(../images/homeBanner.jpg) left top no-repeat;
        background-size:cover;
        position: absolute;
        content: "";
        display: block;
        height: 20rem;
        width: 100%;
    }
.services {
    margin-top: 2.813rem;
    margin-bottom: 10px;
}
    .services .dFlex {
        gap: 2%;
        align-items: normal;
    }
    .services .servBox {    
        border: solid 0.063rem #c6c6c6;
        padding: 1.188rem;
        width: 25%;
    }
.services .servBox .icon img{max-height:3.25rem;}
    .services .servBox h3 {
        color: var(--blueThree);
        font-size: 1.206rem;
        font-weight: 400;
        border-bottom: solid 0.063rem #c3c3c3;
        padding-bottom: 0.375rem;
    }
    .services .servBox p {
        color: var(--blueThree);
        font-size: 0.821rem;
        padding-top: 0.875rem;
    }
.pTextOne { 
    padding-top:1.5rem; 
}
.pText { 
    padding-top:1rem; 
}
.pargraphT{padding-top:1rem;  }
.pargraphT p{padding-top:1rem;  }
.topDestination{padding:3rem 0;}
    .topDestination h2 {
        color: var(--blueThree);
        font-size: 2.051rem;
        text-align: center;
        font-weight: 400;
        position: relative;
    }
.topDestination h2 span {
    padding: 0 1.25rem;
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.topDestination h2::after {
    content: '';
    width: 100%;
    height: 0.125rem;
    background-color: #ffb599;
    display: block;
    position: absolute;
    top: 50%;
}

.cardWrap{margin-top:0; gap:2%; flex-wrap: wrap;}
.topHotel .card {
    width: 32.33%;
    border-radius: 0.625rem;
    box-shadow: 0.063rem 0.063rem 0.188rem 0.125rem lightgray;
    margin-top: 0;
    margin-bottom: 1.313rem;
}
.topHotel .card-warpper {
    display:flex;
    justify-content:space-between;
}
    .topHotel .card-warpper ._left-card {
        width: 50%;
        padding-right: 0.938rem;
        font-size: 0.875rem;
    }
    .topHotel .card-warpper ._right-card{
        width:48%;
    }
        .topHotel .card-warpper ._right-card img {
            height: 9.375rem;
            object-fit: cover;
        }
._left-card ._hname {
    font-weight: 600;
    padding-bottom: 0.125rem;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._left-card ._hplace {
    padding-top: 0.063rem;
    text-transform: capitalize;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topHotel .cardWrap {
    margin-top: 2.5rem;
    gap: inherit;
}
._hdate {
    padding-top: 0.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._htime {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._htime span {
    font-weight: 600;
   
}
._btnhtl {
    color: #fff;
    background-color: #3662d8;
    padding: 0.375rem 1rem;
    margin-top: 1.625rem;
    display: inline-block;
    font-weight: 500;
    border-radius: 0.313rem;
}
._left-card ._hplace span {
    font-weight: 600;
    font-size: 0.875rem;
}
._left-card ._hstar {
    background-image: url(/images/htlstar.jpg);
    background-repeat: repeat-x;
    height: 1.188rem;
}
    ._left-card ._hstar.onestar {
        width: 1rem;
    }
    ._left-card ._hstar.twostar {
        width: 2.25rem;
    }
    ._left-card ._hstar.threestar {
        width: 3.313rem;
    }
    ._left-card ._hstar.fourstar {
        width: 4.375rem;
    }
    ._left-card ._hstar.fivestar {
        width: 5.5rem;
    }
                .card {
                    padding: 0.625rem;
                    background-color: #fff;
                    -webkit-box-shadow: 0rem 0rem 1rem 0rem rgb(217 217 217);
                    -moz-box-shadow: 0rem 0rem 1rem 0rem rgb(217 217 217);
                    box-shadow: 0rem 0rem 1rem 0rem rgb(217 217 217);
                    width: 23%;
                    margin-top: 2.5rem;
                    border-radius: 0.125rem;
                }
                    .card .imageThumb {
                        max-height: 10.25rem;
                        overflow: hidden;
                    }
                        .card .imageThumb img {
                            height:8.25rem;
                            width:100%;
                        }
    .card .descText {
        color: var(--blueOne);
        padding-top: 0.413rem;
    }
.card .colL{min-width: 50%;}
    .card .dstCityName {
        display: block;
        font-size: 1.048rem;
        font-weight: 600;
    }
    .card .cityCode {
        display: block;
        font-size: 0.775rem;
        font-weight: 300;
    }
    .card .dateText {
        display: block;
        font-size: 0.775rem;
        font-weight: 300;
    }
    .card .priceText {
        border-top: solid 0.063rem #dbe2e3;
        font-size: 0.866rem;
        font-weight: 600;
        display: block;
        padding-top: 0.625rem;
        margin-top: 0.375rem;
        line-height: 1.125rem;
    }
.card .priceText .roundTrip{display: block; font-weight:300;}
    .card .bookNow {
        border-radius: 0.188rem;
        color: #fff;
        font-size: 0.684rem;
        font-weight: 600;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 0.125rem 0.75rem;
        line-height: 1.375rem;
        letter-spacing: 0.125rem;
        min-width: 100px;
    }
    @media (max-width:1080px) {
        #TopFlightDealSection .cardWrap.dFlex{  justify-content: unset;}
        #TopFlightDealSection .card{width: 32%;}
    }
@media (max-width: 991px) {
    .homeBanner h1 {
        font-size: 1.3rem;
    }
    .cardWrap .card {
        width: 49%;
        margin-top: 1.1rem;
    }
    #TopFlightDealSection .card{width: 49%;}
    .pText {
        padding-bottom: 0.5rem;
    }
    .card .imageThumb img{
        width:100%;
    }
}

