@media(max-width: 768px){
  

}
@media(max-width: 480px){
    .hero-banner-section .hero-text-container {
        padding: 10px 15px;
    }
    .img-logo-intro {
        width: auto;
    }
    .hero-banner-section .hero-text-container .text-border .text-inner-bg {
        padding: 0px 20px;
    }
    #section-down {
      display: none;
    }
    .allhotels .hotel-intro-pattern .hotel-intro-inner h2 {
      font-size: 25px;
      margin: 0px 0 30px;
    }
    .more-hotels-content .col-md-6 {
      margin-bottom: 25px;
    }
    .more-hotels .more-hotels-content figure.HoverSnip span {
        top: 50%;
        transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        opacity: 1;
    }

    .ion-checkmark img{
		width: 70% !important;
	    height: auto;
	}

  .section-list-room .card {
    height: 488px;
}
    
}