.hotelsCard__title span {
    font-weight: bold;
}

.cardImage__content > img {
    border-radius: 5px;
}
.cardImage__content > img:hover {

    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.15);

}

.icons-img {
    height: 17px;
    margin-top: -3px;
    filter: invert(48%) sepia(13%) saturate(579%) hue-rotate(180deg) brightness(90%) contrast(88%);


}

.p-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .header-menu .menu__nav a {
    font-weight:bold ;
}

.header {
    background-color: #fff!important;
  }

  .inside-icons {
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
    filter: invert(35%) sepia(48%) saturate(7493%) hue-rotate(224deg) brightness(86%) contrast(89%);


  }

  .inside-spans {
    font-weight: bold;
  }

  .inside-iis {
    background-color: #139113; color: #fff; padding: 5px; border-radius: 50%;
  }


  @media only screen and (max-width: 600px) {
   .mrg-lft-for-mob {
    margin-left: -50px;
    margin-right: -40px;
   }
   .mobile-right-30 {
margin-right:30px;
   }
   main {
    overflow: inherit;
  }
  }