.header {
    border-bottom:none;
}
.searchWidget {
    margin-top: 15vw!important;
}
.homeBanner {
    position: relative;
}
.homeBanner .container{z-index: auto; position: relative;}
    .homeBanner h1 {
        font-size: 2rem;
        color: #171e52;
        font-weight: 500;
        text-align: center;
    }
.homeBanner .bannerDesc{padding: 2rem 0 2rem;}
    .homeBanner:before {
        background: var(--footerBg) url(../images/homeBanner.jpg) left top no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        content: "";
        display: block;
        height: 28VW;
        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%;
        text-align:center;
    }
        .services .servBox .icon img {
            max-height: 3.5vw;
        }
    .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 {
    text-align: center;
    padding: 6px !important;
    color: #00355f;
    font-size: 15px;
    background-color: #f1f5f8;
    margin-top: 20px;
    font-weight: 300;
    border: 1px solid #d3d3d370;
}
.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: left;
        font-weight: 400;
        position: relative;
    }
.topDestination h2 span {
    padding: 0 1.25rem 0 0;
    position: relative;
    background-color: #fff;
    z-index: 1;
}
        .topDestination h2::after {
            content: '';
            width: 100%;
            height: 0.125rem;
            background-color: #1e6fb75e;
            display: block;
            position: absolute;
            top: 50%;
        }

.cardWrap {
    margin-top: 0;
    gap: 2%;
    flex-wrap: wrap;
    width: 75%;
    justify-content: flex-start!important;
}
.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: 32%;
    margin-top: 0;
    border-radius: 0.125rem;
    border: 1px solid #c1c1c1;
}
                    .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;
    }
.descText .dFlex{
    position:relative;
    flex-direction:column;
}
.card .colL {
    min-width: 100%;
}
    .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;
                        position: absolute;
                        bottom: 0;
                        right: 0;
                    }


.adscardbanner {
    width: 100%;
    background-color: white;
    text-align: center;
    border: 1px solid #ddd;
    overflow:hidden;
}
.adscardheader {
    padding: 8px 15px;
}

.adscardlogo {
    font-size: 24px;
    font-weight: bold;
    color: #103058;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adscardlogo-circle {
    background-color: #fdb913;
    color: #103058;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-right: 5px;
    border: 2px solid #103058;
}

/* Top Blue Section */
.adscardblue-section {
    background-color: #103058;
    color: white;
    padding: 15px 10px;
}

    .adscardblue-section h1 {
        font-size: 17px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400;
        line-height: 21px;
    }

.adscardtoday {
    color: #fdb913;
    font-size: 32px;
    display: block;
    margin-top: 6px;
    font-weight: 600;
    line-height: 32px;
}

.adscardagent-text {
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0 4px;
}

.adscardsub-text {
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.9;
}

.adscarddeals {
    color: #fdb913;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

/* Bottom White Section */
.adscardwhite-section {
    padding: 8px 10px 0;
    color: #103058;
}

.adscardcall-now {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.adscardphone-number {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
    text-decoration: none;
    color: #103058;
    display: block;
}

.adscarddiscount-text {
    font-size: 14px;
    color: #103058;
    line-height: 1.4;
}

/* Support Agent Image */
.adscardagent-img {
    width: auto;
    max-width: 30%;
    display: block;
    margin: auto;
    position: relative;
    bottom: -26px;
    margin-top: -23px;
}

.carwrapMainBox {
    display: flex;
    justify-content: space-between;
    margin-top:1.5rem;
}
.cardwrapAddsBox{
    width:24%;
}

.adscardlogo img{
    width:130px;
}

.capchaImg img{
    width:100px;
    margin:auto;
}
.captchascannum .capchaDesc {
    font-size: 19px;
    text-decoration: underline;
    color: #103058;
    margin-top: -12px;
}

.orDiv {
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.orDiv::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: #868686;
    top: 10px;
    left: 5%;
}

.orDiv span {
    background: #fff;
    color: #595959;
    font-size: 14px;
    padding: 5px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

@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%;
    }
    .adscardagent-img {
        
        bottom: -26px;
        margin-top: -29px;
    }
}

