/* .main-header .main-logo img {
    height: 100px !important;
} */
/* 
.title-1-front {
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #2c241b !important;
    line-height: 1.1 !important;
} */

/* .product-para {
   font-family: "Mulish", sans-serif;
    color: #808080 !important;
    font-size: 18px;
    line-height: 1.5;
} */

/* .main-header.main-header-front {
    background: #392547;
} */

/* .green-banner .banner-content h2.section-title-1,
h4.sub-title-1 {
    color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #785691 !important;
}

.pb-100{
    padding: 100px;
}

.footer-bottom p{
    padding-top: 50px;
}

span.field.field--name-title.field--type-string.field--label-hidden {
    display: none;
}

.site-footer{
    background: none !important;
    font-family: 'Roboto', sans-serif !important;
}

.breadcrumb{
    font-size: 20px !important;
    background: none !important;
}
.site-footer h2{
    color: #525252 !important;
}

.datetime{
    color: #9f9f9f !important;
}

.primary-navbar-1>li a{
    color: #000 !important;
}

.page-footer .main-logo img {
    height: 80px;
    margin-bottom: 15px;
} */

/* additional css */


.site-footer {
  font-family: "Inter", Helvetica, Arial, sans-serif;;
  padding: 0 0 0 0 !important;
  background: transparent;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}
.whatsapp-icon img {
  height: 60px;
}

.contact-details a{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

#views-bootstrap-services-block-1 {
    height: auto !important;
    margin: 80px 0;
}

.services-oc {
    margin-bottom: 20px;
}

.services-oc h4 a{
    font-size: 22px;
    font-weight: 600;
    color: #00224F;
}

.service-details img {
    border-radius: 20px;
}

.widget-post-other-services {
  background: rgba(var(--primary-color-rgb), .1);
  padding: 25px 30px;
  border-radius: var(--rounded-1);
}

.widget-post-other-services h4 {
  color: #00224F;
  font-weight: 700;
  margin-bottom: 15px;
}

.widget-post-other-services .view,
.widget-post-other-services .view-content {
  margin: 0;
  padding: 0;
}

.widget-post-other-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-post-other-services ul li {
  margin: 0;
  padding: 12px 10px 12px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  position: relative;
  border-radius: var(--rounded-1);
  transition: background 0.25s ease, padding-left 0.25s ease;
}

.widget-post-other-services ul li:last-child {
  border-bottom: none;
}

.widget-post-other-services ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  transition: transform 0.25s ease, background 0.25s ease;
}

.widget-post-other-services ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #606060;
  text-decoration: none;
  padding: 0;
  transition: color 0.25s ease;
}

.widget-post-other-services ul li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: 300;
  color: #999;
  transition: color 0.25s ease, transform 0.25s ease;
}

.widget-post-other-services ul li:hover {
  background: rgba(var(--primary-color-rgb), .15);
  padding-left: 24px;
}

.widget-post-other-services ul li:hover:before {
  transform: translateY(-50%) scale(1.2);
  background: var(--secondary-color, var(--primary-color));
}

.widget-post-other-services ul li:hover a {
  color: var(--primary-color);
}

.widget-post-other-services ul li:hover a:after {
  color: var(--primary-color);
  transform: translateX(4px);
}

.shadow-1, #mainmenu ul{
    box-shadow: none !important;
}

/* Nav dropdown overlaps the page title/breadcrumb band; hide it while the cursor is on the breadcrumb */
body:has(.breadcrumb-wrapper:hover) header:not(.header-mobile) #mainmenu li > ul,
body:has(.breadcrumb:hover) header:not(.header-mobile) #mainmenu li > ul {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}

#views-bootstrap-specialties-team-view-block-1 {
  height: auto !important;
  margin: 80px 0px;
}

.breadcrumb{
  justify-content: center !important;
}