  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap');

*{
    box-sizing: border-box;
    font-family: poppins;
}
.container{
    width: 80%;
    margin: auto;
}
.mt-0{
    margin-top: 0!important;
}
.w-30{
    width: 30%;
}
.d-flex{
    display: flex;     align-items: flex-start;
}
.justify-content-between{
}
.flex-wrap{
    flex-wrap: wrap;
}
.gap-20{
    gap: 20px;
}
.item a {
    color: #000;
}
.brdcm{
   display: flex;
    gap: 5px;
    margin: 12px 0 3px;
}
.brdcm a{
    font-size: 15px;
    text-decoration: none;
    color: #858585;
}
.brdcm a:last-child{
    color: #0C8BFD;
}
#l-more{
display: none;
}
.htl-title{
font-size: 25px;
font-weight: 600;
    margin: 0px 0 30px 0;     text-align: center;
}
.lft-sidebar{
    width: 30%;
    border: 1px solid #E8E8E8;
    box-shadow: 0 3px 6px #ededed;
    border-radius: 10px;
    height: fit-content;
}
.sbr-tl {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 20px 10px;
}
.d-tl {
    display: flex;
    font-size: 14px;
    gap: 7px;
    margin: 0 0 10px;
}
.dod {
    border: 0.5px solid #2196F3;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 3px 6px #c0c0c05e;
    position: relative;
    margin: 0 20px;
}
.dod span{font-size: 13px;font-weight: 500;}
.dod small{
    font-size: 10px;
    color: #858585;
}
.cpn-cde {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #E1E7EB;
    font-size: 14px;
    display: flex;
}
.cpn-cde .offernwbx {
    display: flex;
    background: #fff;
    border: 0;
    align-items: center;
    color: #2196F3;
}
.lft-sidebar .owl-nav{
    display: none;
}
.cpn-cde .offernwbx ._coupncde{
    font-weight: 600;
} 
.dod img:nth-child(2){
    border-radius: 17px;
    width: 100%;
}
.htl-ch {
    padding: 0;
    margin-bottom: 0;
}
.htl-ch li{
    list-style: none;
    border-top: 1px  solid #E8E8E8;

}
.htl-ch li a{
    display: flex;
    padding: 15px 20px;
    gap: 10px;
    color: #0C8BFD;
    font-size: 14px;
    font-weight: 600;
}




.right-prt{
    width: 100%;
    flex-wrap: wrap;
}
.right-prt .card {
    border-radius: 17px;
    overflow: hidden;
    height: fit-content;
    position: relative;
    margin: 0px 25px 25px 0;
}

.card img{
width: 100%; height: 205px; 
}
.ov-cont {
    background: linear-gradient(2deg, black, #4c484852);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: auto;
    color: #fff;
    padding: 7px 12px 18px 20px;
    border-radius: 0 0 17px 17px;
    min-height: 89px;
}
.c-title{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;     margin-bottom: 2px;
}
.ov-cont span{
    font-size: 12px;     color: #f26b6b;
}
.bn::before {
content: '';
    background: url(https://www.easemytrip.com/images/hotel-img/placeholderloc.svg);
    width: 11px;
    height: 17px;
    float: left;
    background-size: 11px 17px;
    background-repeat: no-repeat;
    margin-right: 7px;
    margin-top: 1%;
}
.exp-itc{
   margin: 40px 0 40px 0;
    text-align: center;
    line-height: 2;
    font-size: 15px;
}
.exp-itc .ld-more{
    background: #0C8BFD;
    color: #fff;
    font-size: 18px;
    padding: 7px 20px;
    border-radius: 20px;
    outline: none;
    border: 0; margin-top: 14px;
    line-height: 1.5;
}

.faq-itc{
    margin-top: 90px;
    text-align: center;
    font-weight: 600;
}
.faq-itc .ft{
    color: #2196F3;
    font-size: 25px;

}

.accordion {
    width: 1100px;
    margin: auto;
    padding: 30px;
    text-align: start;
}
.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #7070701a;
}
.accordion__item__header.active {
    transition: .4s;
}
.accordion__item__header {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    padding-right: 30px;
}
.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 23px;
}

.accordion__item__header::before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #0E7EEF;
    border-bottom: 2px solid #0E7EEF;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #626262;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}

.bnr_cntfrst {
 position: absolute;
    top: 48%;
    left: 31%;
    transform: translate(-50%,-50%);
    margin: auto;
    z-index: 2;
}

.bnr_cntfrst h1 {
      font-size: 40px;
    color: #fff; line-height: 1.3;
}

.bnr_cntfrst p {
    color: #fff;
    margin: 20px 0 30px 0;
    font-size: 20px;
}
 .hasl-free{    background-color: #fff;
    width: 31%;
    border-radius: 26px;
    text-align: center;
    padding: 4px 2px;
    margin-bottom: 3%;
    font-weight: 500;}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(20deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }    
}









