  .jacuzzi-icon {
         width: 4% !important;
      }
       .singal_rooms_details_Sec {
         margin-top: 0px;
      }
 .pageHero.-type-2 {
         position: relative;
         display: flex;
         align-items: center;
         height: 80vh;
         z-index: 0;
      }

      .singal_rooms_details_Sec {
         margin-top: 0px;
      }

      .head-desk {
         display: block !important;
         display: flex !important;
         align-items: center !important;
         justify-content: flex-start !important;
      }

      .head-mob {
         display: none !important;
      }


      @media screen and (max-width: 600px) {
         .media-row-icons {
            font-size: 11px !important;
         }

         .room-det {
            text-align: justify !important;
         }

         .head-desk {
            display: none !important;
         }

         .head-mob {
            display: block !important;
            display: flex !important;
            align-items: center !important;
            justify-content: space-evenly;
            flex-wrap: wrap !important;
            gap: 5px !important;
         }

      }