@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 
*{
    margin: 0;
   box-sizing: border-box;
}
body{
    font-family:poppins;
}
.mgt15 {
    padding-top: 8px;
}
img {
    max-width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
.innerWrap {
    width: 1200px;
    margin: 26px auto;
    padding: 0 15px;
}
.clr {
    clear: both;
}
.toprflcont {
   /* padding-bottom: 2px;*/
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow-x: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
}
.mpd15 img {
    max-width: 100%;
    display: block;
}
.excdeals {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    background: url(https://easemytrip.com/images/hotel-img/gldstrp.png);
    background-repeat: no-repeat;
    background-position: center;
}
.accordion__item {
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    background: #fff;
}
.accordion__item__header {
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 19px;
}
.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 #000;
    border-bottom: 2px solid #000;
}
.accordion__item__content {
    line-height: 25px;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
}
.accordion__item__content ul {
    margin-left: 19px;
}
.accordion__item__content ul li {
    list-style: disc;
}
.accordion__item__header.active {
    transition: .4s;
}
.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 23px;
}
.accordion__item__content li {
    font-size: 14px;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
    .mpd15 {
        margin: auto;
    }
    .accordion__item__header::before {
        height: 10px;
        width: 10px;
        content: "";
        position: absolute;
        right: 15px;
        top: 4px;
        transition: .5s all;
        transform: rotate(45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }
    .accordion__item__content ul {
        padding: 0 0px 0 20px;
        margin-bottom: 0;
    }
    .accordion__item__header {
        padding: 0;
        cursor: pointer;
        position: relative;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        padding-left: 10px;
    }
    .accordion__item__content li {
        font-size: 13px;
    }
}