.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/homebannerL1.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%;
        text-align:center;
        position:relative;
    }
        .services .servBox .icon {
            box-shadow: 0px 4px 6px 0px #0000001f;
            border-radius: 50%;
            height: 70px;
            width: 70px;
            object-fit: contain;
            padding: 0;
            margin: auto;
            line-height: 7.6;
            margin-bottom: 1rem;
            background: var(--webcolor);
        }
        .services .servBox .icon img {
            max-height: 3rem;
          /*  filter: brightness(0) saturate(100%) invert(20%) sepia(91%) saturate(420%) hue-rotate(152deg) brightness(95%) contrast(98%);*/
        }
    .services .servBox h3 {
        color: var(--webcolor);
        font-size: 1rem;
        font-weight: 600;
        /*border-bottom: solid 0.063rem #c3c3c3;
        padding-bottom: 0.375rem;*/
    }
        .services .servBox p {
            color: #333;
            font-size: 0.821rem;
            padding-top: 0.5rem;
            text-align: justify;
            text-align-last: center;
        }
        .services .servBox:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 111px;
            background: #0000003d;
            bottom: 20px;
            right: -10px;
        }
            .services .servBox:last-child::after{
                width:0;
            }
            .pTextOne {
                padding-top: 1.5rem;
                text-align:center;
            }
.pText { 
    padding-top:1rem; 
}
.pargraphT{padding-top:1rem;  }
.pargraphT p{padding-top:1rem;  }
.topDestination {
    padding: 3rem 0;
    background: #f8f8f8;
    margin: 2rem 0;
}
    .topDestination h2 {
        color: var(--webcolor);
        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:1%; 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 11px 1px rgb(217 217 217);
    width: 24%;
    margin-top: 1rem;
    border-radius: 0.125rem;
}
                    .card .imageThumb {
                        max-height: 15.25rem;
                        overflow: hidden;
                        position:relative;
                    }
                        .card .imageThumb img {
                       
                            width:100%;
                            filter:brightness(0.7);
                        }
    .card .descText {
        color: var(--blueOne);
        padding-top: 0.413rem;
        position:relative;
    }
.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: 1rem;
        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; font-size:.75rem;}
    .card .bookNow {
        border-radius: 0.188rem;
        color: #fff;
        font-size: 0.784rem;
        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;
        background-color: var(--webcolor);
        z-index: 1;
    }
    @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%;
    }
}


/**home new css**/

.homeimgareabanner img {
    /*  height: 70dvh;
    object-position: bottom;*/
    width: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    height: 67dvh;
}
.header {
    background-color: #ffffff00 !important;
    width: 100%;
    position: absolute !important;
    top: 8px;
    z-index: 2;
    
}
.headerboxmain {
   /* background: #2e276a73!important;*/
    padding: 0.625rem 0 0.75rem 0;
}
.header nav li a {
    padding: 8px 1.5rem!important;
}
.homeimgareabanner{
    position:relative;
}
    .homeimgareabanner .bannerDesc {
        position: absolute;
        top: 52%;
        text-align: center;
         width: 100%; 
        margin: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }
        .homeimgareabanner .bannerDesc h1 {
            font-size: 45px;
            font-weight: 600;
        }

        .tabopen {
            display: none;
        }
.homeBanner {
    margin-top: -54px;
}
.tabsWrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputField::placeholder{
    font-size:14.5px!important;
}
.countrytextmainbox {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
    .countrytextmainbox span {
        display: block;
        color: #fff;
       
    }
        .countrytextmainbox span:first-child {
            letter-spacing: 4px;
        }
.countrynametext {
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}
.viewDealsBtn {
    display: block;
    margin: 40px auto 0px;
    cursor: pointer;
    color: var(--webcolor);
    border: 1px solid var(--webcolor);
    padding: .4rem 1rem;
}
    .viewDealsBtn:hover {
        background: var(--webcolor);
        color: #fff;
        border: 1px solid var(--webcolor);
    }
@media (max-width: 1032px) {
    .header nav li a {
        padding: 8px .7rem !important;
    }
    #TopFlightDealSection .card {
        width: 24%;
    }
}

    @media (max-width: 991px) {
        .tabopen {
            display: block;
        }

        .tabclose {
            display: none;
        }
        .header .menu {
            top: 33px!important;
        }
        .homeimgareabanner .bannerDesc h1 {
            font-size: 34px;
        }
        .optionsFilter .searchBtn {
            width: 20%;
        }
        #formFlightSearchEngine .calendarFiled .searchSec {
           margin-right: 0rem!important;
        }
        #formFlightSearchEngine .searchWrap .calendarFiled {
            width: 50%!important;
        }
        #formFlightSearchEngine .searchWrap .travellerFiled {
            width: 50%!important;
        }
        .deptureBox {
            border-left: 0.063rem solid rgb(217 217 217);
        }
        .header {
            background-color: #ffffff00 !important;
            width: 100%;
            position: relative!important; 
            top: 0;
            z-index: 2;
            padding: 0!important;
        }
            .header.active {
                position: fixed !important ;
            }
        .headerboxmain {
            padding: 0.725rem 0 0.75rem 0;
        }
        #TopFlightDealSection .card {
            width: 32.65%;
        }
            
    }


@media (max-width: 768px) {

    #TopFlightDealSection .card {
        width: 32.65%;
    }
}