.date {
   font-size: 20px;
   margin-top: -30px;
}

.whats-new {
   color: #FFF325;
   border-radius: 17px;
   background-color: #203864;
   font-family: arial, sans-serif;
   font-size: 33px;
   padding: 17px;
   pointer-events: none;
   position: absolute;
   /* margin-top:-48%;
    margin-left: -50%; */
   margin-top: -490px;
}

.contact-us {
   color: #FFF325;
   margin-top: 5px;
   margin-left: 0px;
   border-radius: 10px;
   background-color: #203864;
   font-size: 20px;
   padding: 8px;
   /* pointer-events: none; */
   font-weight: bolder;
   font-family: Tahoma;
}

.container-cover {
   position: relative;
   text-align: center;
   color: white;
}

.opa {
   opacity: 0.5;
}

.centered {
   position: absolute;
   top: 46%;
   left: 6%;
   width: 100%;
   transform: translate(1%, -6%);
}

/* .ht-cover-label{
     font-size: 55px;
     color: black;
     -webkit-text-stroke: 1.5px yellow;
     font-family: "Times New Roman", Times;
 } */


.stroke {
   position: absolute;
   -webkit-text-stroke: 7px yellow;
}

.no-stroke {
   color: rgb(0, 0, 0);
   position: absolute;
}

.ht-cover-label {
   font-size: 55px;
   color: black;
   font-family: "Times New Roman", Times;
   /* -webkit-text-stroke: 5px yellow; */
}

.ht-cover-location {
   font-size: 40px;
   text-align: center;
   color: black;
   font-family: "Times New Roman", Times;
   margin-top: 7%;
   margin-left: 28%;
   /* -webkit-text-stroke: 5px yellow; */
}

/* .fix-stroke {
    paint-order: stroke fill;
 } */

.text-property {
   font-size: 20px;
   color: #383995;
}

.text-description {
   font-size: 20px;
   color: #383995;
   font-family: Calibri !important;
}

.text-property-non-bold {
   font-size: 20px;
   color: #383995;
   text-align: center;
}

.text-property-bold {
   font-size: 20px;
   color: #383995;
   font-weight: 900;
   text-align: center;
}

.img-ht-location {
   border-radius: 3px;
   width: 96%;
   height: 350px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-container,
.w3-panel {
   padding: 0.01em 1px;
}

.image-chamber-pt {
   border-radius: 3px;
   width: 105%;
   /* height: 364px; */
   height: 325px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   margin-left: -10px;
}

.image-chamber-ld {
   border-radius: 3px;
   width: 140%;
   height: 275px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   margin-left: -10px;
}

.facilities-tb {
   margin-top: 4%;
}

.table-size {
   width: 545px;
}

table {
   font-family: arial, sans-serif;
   border-collapse: collapse;
   width: 100%;
}

td,
th {
   border: 3px solid #383995;
   text-align: center;
   padding: 3px;
}

.text-property-underline {
   margin-top: 10%;
   font-size: 22px;
   color: #383995;
   font-weight: 900;
   text-align: center;
   text-decoration-line: underline;
   font-family: "Times New Roman", Times;
}

.contact-number {
   font-size: 20px;
   color: #383995;
   text-align: left;
   line-height: 0.5;
   font-family: Tahoma;
}

.follow-us {
   font-size: 24px;
   color: #383995;
   font-weight: 900;
   text-align: center;
}

.text-justify {
   text-align: justify !important;
}

.img-shadow {
   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

line-space {
   line-height: 20px !important;
}

@media (min-width: 992px) {

   /* This targets medium screens and larger (desktop) */
   .custom-margin {
      margin-top: 5%;
   }

   .custom-margin-link {
      margin-top: 27%;
   }

   .custom-margin-left {
      margin-left: 70%;
      margin-top: 11%;
      position: absolute;
   }
}

@media (max-width: 667px) {
   .custom-margin-link {
      padding: 5%;
      /* Ensures text is centered */
   }

   .custom-margin {
      padding: 2% 5%;
      /* Ensures text is centered */
   }

   .custom-img-margin {
      margin: .5%;
   }

   .custom-img-margin-map {
      margin: 0 10%;
   }

   .line-height {
      padding: 10%;
   }

   .custom-margin-left {
      padding-left: 10%;
   }

   .table-container {
      display: flex;
      justify-content: center;
      align-items: center;
   }

   table {
      width: auto;
      margin: 0 auto;
   }

   .ht-cover-label {
      text-align: center;
      font-size: 30px;
      color: black;
      margin-left: 15%;
   }
}

@media (max-width: 665px) {

   .custom-margin-link {
      padding: 5%;
      /* Ensures text is centered */
   }

   .custom-margin {
      padding: 2% 5%;
      /* Ensures text is centered */
   }

   .custom-img-margin {
      margin: .5%;
   }

   .custom-img-margin-map {
      margin: 0 10%;
   }

   .line-height {
      padding: 10%;
   }

   .custom-margin-left {
      padding-left: 10%;
   }

   .table-container {
      display: flex;
      justify-content: center;
      align-items: center;
   }

   table {
      width: auto;
      margin: 0 auto;
   }

   .custom-stroke {
      position: absolute;
      -webkit-text-stroke: 7px yellow;
   }

   .ht-cover-label {
      /* text-align: center; */
      font-size: 15px;
      color: black;
      /* margin-left: 15%; */
   }

   .ht-cover-location {
      font-size: 15px;
      text-align: center;
      color: black;
      font-family: "Times New Roman", Times;
      margin-top: 7%;
      /* margin-left: 28%; */
      /* -webkit-text-stroke: 5px yellow; */
   }

}