.image-box{
  width: 90%;
  overflow:hidden;
  margin: auto;
  position: relative;
}
.image {
	width: 100%;
  height:260px;
  background-size: cover;
  background-repeat: no-repeat;
	background-position:center;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
   z-index: -1;
}
.image-description{
  color: white;
  padding: 20px;
  width:100%;
  margin: auto;
  background-color: rgba(0,0,0,.7);
  z-index: 1000;
  bottom: 0;
  position:absolute;
  /* margin-top: -60px; */
}
.image:hover {
  cursor: pointer;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.news-box{
  overflow:hidden !important;
  border: 1px solid #ececec;
  margin-bottom: 20px;
}

.news-outer-box{
  margin-bottom: 30px;
}

.newsCategory{
  background-color: #ad2b35;
  width: auto;
  padding: 15px 30px;
  color: white;
  display: inline-block;
  position: absolute;
  z-index: 2;
  opacity: .7;
}

.news-image-description{
  color: white;
  padding: 10px;
  width:100%;
  margin: auto;
  background-color: rgba(0,0,0,.7);
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.news-image-description:hover{
  cursor: pointer;
}

.image-news:hover {
  cursor: pointer;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.newsTreadImage{
    margin: 0 auto 50px auto;
    display: block;
 }

hr.newsHr {
  border-top: 2px solid #8c8b8b;
  text-align: center;
  margin: 80px 0;
}
hr.newsHr:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}

.newsBody{
  font-family: 'Lato';
}

.newsDate{
  font-family: 'Lato';
  font-size: 12px;
  text-transform: uppercase;
}

.homeIcon{
  display: block;
}

@media(min-width: 300px){
 .news-image-description{
    font-size: 12px;
 }
 .newsTreadImage{
    height: 150px;
 }
 .homeIcon{
    height: 90px !important;
    width: 90px !important;
    display: block;
    margin: 0 auto;
 }
}
@media(min-width: 700px){
  .news-image-description{
    font-size: 14px;
 }
 .newsTreadImage{
    height: 230px;
 }
 .homeIcon{
    height: 90px !important;
    width: 90px !important;
 }
}
@media(min-width: 900px){
 .homeIcon{
    height: 120px !important;
    width: 120px !important;
 }
}
@media(min-width: 1300px){
  .news-image-description{
    font-size: 15px;
 }
 .newsTreadImage{
    height: 280px;
 }
 .homeIcon{
    height: 145px !important;
    width: 145px !important;
 }
}

#cookieDiv {
  z-index: 1050;
}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: left;
  position: fixed;
  margin-right: -100 !important;
  bottom: 0;
  overflow: auto;
  width: 532px;
  max-width: 80%;
  max-height: 90%;
  z-index: 10;
  margin: 20px;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.cookie-button-div {
  flex-direction: row;
  margin-top: 10px;
  justify-content: center !important;
}

.cookie-button {
  width: 40%;
  height: 35px;
  background-color: #0E95FD !important;
  border-color: #0E95FD !important;
  margin: 10px 0 20px 20px !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

.countryPage[value="MYANMAR"]{
  display: none;
}

/* homepage banner */
.carousel-inner {
  margin-top: 6.3rem;
}

/* about us */
.col-lg-8.col-lg-offset-2.text-center.mx-auto {
  padding-right: 100px;
  padding-left: 100px;
}

/* Button styling */
.login-button {
  background-color: #19417e !important;
  color: white !important;
  border: none !important;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: opacity 0.3s !important;
  }

  .login-button:hover {
  opacity: 0.9 !important;
  }

  /* Modal styling */
  .modal-content {
  border-radius: 6px !important;
  overflow: hidden !important;
  }

  .modal-header {
  background-color: #19417e !important;
  color: white !important;
  border-bottom: 1px solid #0e2a56 !important;
  }

  .modal-header .modal-title {
  color: white !important;
  }

  .modal-header .close {
  color: white !important;
  opacity: 0.8 !important;
  }

  .modal-header .close:hover {
  opacity: 1 !important;
  }

  /* Select styling */
  select.form-control[multiple] {
  height: auto !important;
  min-height: 100px !important;
  }

  select.form-control option {
  padding: 8px !important;
  }

  select.form-control option:hover {
  background-color: #f8f9fa !important;
  }

  /* Select2 styling (if used) */
  .select2-container {
  width: 100% !important;
  z-index: 9999 !important;
  }

  .select2-container--default .select2-selection--multiple {
  border-color: #ced4da !important;
  }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #19417e !important;
  box-shadow: 0 0 0 0.2rem rgba(25, 65, 126, 0.25) !important;
  }

  .select2-dropdown {
  z-index: 9999 !important;
  }

  /* Map container styling */
  #map {
  width: 100% !important;
  height: 100% !important;
  min-height: 400px !important;
  }

  /* Location modal specific styling */
  #locationModal .modal-body {
  padding: 0 !important;
  }

  #locationModal .row {
  margin: 0 !important;
  }

  #locationModal h1 {
  color: #19417e !important;
  margin-bottom: 15px !important;
  }

  #locationModal hr.normal {
  border-top: 1px solid #19417e !important;
  margin: 15px 0 !important;
  }

  #locationModal #address {
  font-size: 14px !important;
  line-height: 1.5 !important;
  }

  /* Radio button styling */
  #withService {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  }

  #withService .col-sm-2 {
  display: flex !important;
  align-items: center !important;
  }

  .minimal {
  margin-right: 5px !important;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
  .modal-dialog {
      margin: 10px !important;
      width: auto !important;
  }
  
  #locationModal .col-md-6 {
      padding: 15px !important;
  }
  
  #map {
      min-height: 300px !important;
  }
  
  #withService .col-sm-8 {
      width: 100% !important;
      margin-bottom: 10px !important;
  }
  
  #withService .col-sm-2 {
      width: 50% !important;
  }
  }

  .xClose {
      display: inline-block;
      position: relative;
      top: -2px;
      font-size: 24px;
  }