/* custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0e4b91;
}

/* custom scrollbar end */


.carousel-control-next-icon,
.carousel-control-prev-icon {

  width: 2.5rem;
  height: 2.5rem;
  background-color: #0e4b91;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 1px 10px #999;
  background-size: 70%;
  display: none;
}

.carousel-control-next,
.carousel-control-prev {

  width: 8%;

}

.owl-theme .owl-nav {
  margin-top: 20px;
}

.carousel-indicators {
  display: block;
  margin-left: 5%;
}

.carousel-indicators [data-bs-target] {
  width: 25px;
  height: 5px;
  background-color: #0e4b91;
  float: left;

}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: 2.25rem;
  width: 2.25rem;
  font-size: 2rem !important;
  border-radius: 50%;
  border: 1px solid #999 !important;
  color: #999 !important;
  line-height: 1 !important;
  background: #fff !important;
  display: inline-grid;
  margin: 0 4px;
}



.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #0e4b91 !important;
  color: #fff !important;
}

.owl-nav {
  background: #fff;
  margin: auto;
  margin-top: auto;
  width: 110px;

  z-index: 999;
  position: relative;

}
.owl-theme .owl-nav.disabled + .owl-dots {display: none;}


/* tab */

.nav-tabs {
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  margin-bottom: 2rem;

}

.nav-link {
  color: #111;
  padding: 0.35rem 2.25rem;
  border: none !important;
  font-size: 1.1rem;
  font-weight: 400;
}

.nav-link:hover {
  color: #0e4b91
}

.nav-tabs .nav-link.active {

  color: #0e4b91;
  border-bottom: 3px solid #0e4b91 !important;
}


/* pagination */
.page-link {
  color: #0e4b91;
  font-size: 0.85rem;
}

.page-link:hover {
  color: #0e4b91;
}

.active>.page-link:hover {
  color: #fff;
}

.page-link.active,
.active>.page-link {

  background-color: #0e4b91;
  border-color: #0e4b91;
}

.search-field {position: absolute;right: 0;margin-top: -5.5rem; display: flex;}
.search-field .bi-search {position: absolute;z-index: 1; cursor: pointer;right: 1rem;top: 0.5rem;}
.advance-search {margin-top: 0.75rem; margin-left: 1rem; cursor: pointer;}

.search-wrap {display: none;}
.side-widget {margin-bottom: 2rem;}

/* Map Container Styles */
.map-container {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

/* Target iframe within map container */
.map-container iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 450px !important; /* Adjust height as needed */
    border: 0;
    display: block;
}


.owlservices .owl-item img  {
  height: 220px !important;
          object-fit: cover !important;
}

#mapContainer iframe {width: 100%;}
@media (max-width: 1200px) {

}


@media (max-width: 991px) {

}


@media (max-width: 767px) {
  .search-field {position: relative; margin-top: 0; margin-bottom: 1rem;}

  .advance-search {
  margin-top: 0 !important;
}

}