body {
    margin: 0;
    padding: 0;
    background: #fbffff;
font-family: 'Poppins', sans-serif;}
._top_bnnr {
    width: 94%;
    margin: 15px auto;
    display: flex;
}
._top_innr {
    width: 1260px;
    margin: auto;
}
._top_bnnr img {
    width: 100%;
    object-fit: cover;
    height: 230px;
    border-radius: 15px;
}
#toTop {
    display: block;
    position: fixed;
    top: 80%;
    right: 0;
}
#toTop div{
width: 50px;padding: 11px;height: 50px;float: right;margin-right: 15px;background: linear-gradient(to right,#2F80ED,#56CCF2);border-radius: 50%;
}
._top_menu, .divtags {
    width: 1240px;
    margin: auto;
    background: #F8F8F8;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    box-shadow: 7px 2px 30px rgb(72 73 121 / 14%);
    border: 1px solid #eee;
    margin-top: -35px;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}
._top_menu ul, .tabnew {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
._top_menu ul li, .tabnew a {
    font-size: 14px;
    display: flex;
    align-items: center;
    flex: 1;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    color: #000;
}
.tabnew a:hover {
    background: #00000014;
    border-radius: 6px;
    padding: 7px 0px;
    margin: auto;
}
._top_menu ul li a {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.ofr_para_nw{
    margin: 15px auto;
    font-size: 12px;
}

.actv_deal, .actvtabs  {
    background: #2196f3  !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 8px 6px !important;
    font-weight: 600 !important;
    margin:0 5px !important;
}

.actv_deal span, .actvtabs   span {
    filter: brightness(0) invert(1);
    font-size: 14px;
}
.spcl_d {
    background: url(https://www.easemytrip.com/offers/offer-img/spcl_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.flight_d{
    background: url(https://www.easemytrip.com/offers/offer-img/flight_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.hotel_d{
    background: url(https://www.easemytrip.com/offers/offer-img/hotel_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.bus_d {
    background: url(https://www.easemytrip.com/offers/offer-img/bus_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.cab_d {
    background: url(https://www.easemytrip.com/offers/offer-img/cab_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.train_d{
    background: url(https://www.easemytrip.com/offers/offer-img/train_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.bank_d{
    background: url(https://www.easemytrip.com/offers/offer-img/bank_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.hold_d{
    background: url(https://www.easemytrip.com/offers/offer-img/hol_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.hot_d{
    background: url(https://www.easemytrip.com/offers/offer-img/hot_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.exp_d{
    background: url(https://www.easemytrip.com/offers/offer-img/exp_d.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
}


._top_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
._heading {
    font-size: 22px;
    font-weight: 600;
}
._quicklink {
    display: flex;
    justify-content: space-between;
    width: 18%;
}
._blu{color:#2196f3;}

.bx1 {
    width: 100%;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    background: #FFFDF6;
    padding: 6px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #f0ecdb;
    text-decoration: none;
    color: #000;
}
._imgs {
    min-width: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}




._offrgrid {
    margin: 15px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    width: 100%;
    float: left;
}
._offrbx {
        width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #000;
}
._offrbx:hover {
    background: #f2fbff;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
}
._imgbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
._imgbox img{   width: 100%;    display: flex;border-radius: 10px;}
._dealType{margin: 5px 0;}
._dealType span {
    background: #8B4DF6;
    border-radius: 0px 50px 0px 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 50px 0px 0px;
    display: none;
}
._dealName {
    font-weight: 600;
    margin: 0px 0px;
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}
._dealDtl {
    margin-top: 2px;
    font-size: 13px;
    display: flex;
    width: 100%;
}
.promcolm {
    border: 1px dashed #A7A7A7;
    border-radius: 4px;
    display: inline-flex;
    position: relative;
    margin-top: 15px;
    height: 32px;
}
.promcde {
    background: #2196f3;
    border-radius: 20px;
    text-align: center;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -11px;
    left: 7px;
}
.coupncde {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 8px;
    display: flex;
    border-right: 1px dashed #A7A7A7;
}
.copycol {
    padding: 6px 5px;
    cursor: pointer;
}
._mflxp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
._bookng_prd {
    font-size: 10px;
    text-align: left;
    margin-right: auto;
    margin-top: 10px;
}
.main-holidsec {
    width: 1200px;
    margin: 0 auto;
}
#myBtnContainer {
    margin: 20px 0;
}
.copycol img{min-width: 15px;}
.btn-holidayd {
    border: none;
    outline: none;
    padding: 7px 16px;
    cursor: pointer;
    background: none;
    color: #1dade4;
    border-radius: 4px;
    border: 1px solid #1dade4;
}
.btn-holidayd.active-holidayd {
    background: #1dade4;
    color: #ffffff;
}
.column-holidayd {
    width: 24%;
    margin: 10px 8px 8px 0;
    display: inline-block;
    border: 2px solid #f7f7f7;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: pointer;
    border-radius: 10px;
}
.column-holidayd {
    display: none;
}
.show-holidayd {
    display: inline-block;
}
/* Create three equal columns that floats next to each other */
.column-holidayd {
 display:inline-block;
  width:23.33%;
  display: none; /* Hide all elements by default */
}
/* Clear floats after rows */ 
.row-holidayd:after {
  content: "";
  display: table;
  clear: both;
}

.up{display:none;}
/* The "show" class is added to the filtered elements */
.show-holidayd {
  display: block;
}


/* Style the buttons */
.btn-holidayd {border: none;outline: none;padding: 7px 16px;cursor: pointer;background: none; color:#1dade4; border-radius: 4px;border: 1px solid #1dade4;}

.btn-holidayd:hover {background-color: #1dade4;color: #ffffff;}

.btn-holidayd.active-holidayd {background: #1dade4;color:#ffffff;}


/*hover*/

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;background-color: rgba(38, 38, 38, 0.7);-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;

font-size:12px;
}


/* Create three equal columns that floats next to each other */
.column-holidayd {    width: 24%;
    margin: 10px 8px 8px 0;
  display:inline-block;
    border: 2px solid #dadada;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: pointer;}
.column-holidayd .mask,.view .content {width: 100%;position: absolute;border-radius: 10px;overflow: hidden;top: 0;left: 0;height: 321px;}
.column-holidayd img {
    display: block;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
}
.column-holidayd h2 {    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding: 10px;
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    margin: 12px 0 0 0;}

.column-holidayd p {    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 5px 10px 5px;
    text-align: center;}
.column-holidayd a.info {
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: linear-gradient(to right, #2F80ED, #56CCF2);
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: linear-gradient(to right, #2F80ED, #56CCF2);
}
.column-holidayd a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}






@media only screen and (max-width: 499px){
._top_menu ul::-webkit-scrollbar ,  .divtags::-webkit-scrollbar {
  display: none;
}
._top_innr,  .divtags {
    width: 92%;
    margin: auto;overflow: auto;margin-top:15px;
}
.tabnew{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
._bookng_prd {
    font-size: 12px;
    text-align: left;
    margin-right: auto;
    margin-top: 10px;
}
.coupncde {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 8px;
    display: flex;
    border-right: 1px dashed #A7A7A7;
}
._offrbx {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    flex-direction: row;
    display: flex;
    position: relative;
    height: 155px;
}
._deal{height: auto;
    position: relative;
    width: 65%;
    padding: 10px;
}
._dealType {
    margin: 0;
    display: flex;
}
._mflxp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    padding-top: 4px;
    border-top: 0;
}
.coupncde {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 15px;
    display: flex;
    border-right: 1px dashed #A7A7A7;
}
._dealName {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin-top: 0;
}
._imgbox {
    max-width: 35%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 5px;
}
.copycol {
    padding: 6px 8px;
    cursor: pointer;
}
.promcde {
    background: #2196f3;
    border-radius: 20px;
    text-align: center;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -11px;
    left: 12px;
}
._top_bnnr img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0;
}
._top_menu {
    width: 92%;
    margin: auto;
    background: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-top: auto;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}
._top_menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.actv_deal span{
    font-size: 12px;
}
.spcl_d, .flight_d, .exp_d, .hot_d, .hold_d, .train_d, .cab_d, .bus_d, .hotel_d, .bank_d {
min-width: 18px;
    background-size: 18px 18px;
}
._top_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
._top_menu ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    flex: 0 0 35%;
    justify-content: center;
    margin-right: 10px;
}
._quicklink {
    display: flex;
    justify-content: space-between;
    width: 100%;
    order: 1;
}
._heading {
    font-size: 18px;
    font-weight: 600;
    order: 2;
    margin-top: 15px;
    width: 100%;
}
._offrgrid {
    margin: 15px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 0 2px;
    width: 100%;
    float: left;
}
.actv_deal {
    background: #2196f3;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px;
    flex: 0 0 40% !important;
    font-weight: 600;
}
.bx1 {
    width: 100%;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    background: #FFFDF6;
    padding: 6px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #f0ecdb;
    text-decoration: none;
    color: #000;
}
._imgs {
    min-width: 30px;
    width: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._top_menu ul li a {
    font-size: 13px;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.arw_whte {
    width: 14px;
    height: 14px;
    float: left;
    background: url(https://www.easemytrip.com/images/mob-web/svg/left-arrow-white.svg) no-repeat 0 0;
    background-size: 14px 14px;
    margin: 7px 0 0 0;
}
._top_bnnr {
    width: 100%;
    margin: 15px auto;
    margin-top: -8px;
    display: flex;
}

}

.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}
.rddot {width:5px;height:5px;background:red;border-radius:15px;margin: 3px 0 0 4px;}
@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}