@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --Font-Oswald: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --Font-Roboto: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --primary-color: #003366;
    --secondary-color: #161922;
    --dark-gray: #252525;
    --sky-blue: #4D9BD9;
    --black: #000000;
    --white: #ffffff;
    --gray: #808080;
    --text-para:#262626;
    --orange:#FF7107;

    --footer-bg: #232022;
    --footer-bg-bottom: #1a1819;
    --footer-heading: #ffffff;
    --footer-link: #cccccc;
    --footer-link-hover: #ffffff;
    --footer-copyright: #a8a8a8;

    /* Site header (hero strip — matches reference layout) */
    --site-header-overlay: rgba(22, 22, 26, 0.82);
    --site-header-link: #ffffff;
    --site-header-link-hover: rgba(255, 255, 255, 0.85);
    --site-header-underline-duration: 0.35s;
    --site-header-underline-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --header-dd-glass-hero: linear-gradient(
        180deg,
        color-mix(in srgb, var(--secondary-color) 90%, transparent) 0%,
        color-mix(in srgb, var(--secondary-color) 82%, transparent) 100%
    );
    --header-dd-glass-scrolled: linear-gradient(
        180deg,
        color-mix(in srgb, var(--primary-color) 96%, transparent) 0%,
        color-mix(in srgb, var(--primary-color) 94%, transparent) 100%
    );
    --header-dd-border: color-mix(in srgb, var(--white) 12%, transparent);
    --header-dd-border-soft: color-mix(in srgb, var(--white) 10%, transparent);
    --header-dd-rule: color-mix(in srgb, var(--white) 20%, transparent);
    --header-dd-rule-mid: color-mix(in srgb, var(--white) 18%, transparent);
    --header-dd-rule-soft: color-mix(in srgb, var(--white) 15%, transparent);
    --header-dd-rule-muted: color-mix(in srgb, var(--white) 14%, transparent);
    --header-dd-shadow: 0 20px 48px color-mix(in srgb, var(--black) 35%, transparent);
    --header-dd-shadow-hero: 0 20px 50px color-mix(in srgb, var(--black) 55%, transparent);
    --header-dd-inset: 0 0 0 1px color-mix(in srgb, var(--black) 25%, transparent) inset;
    --header-dd-hover: color-mix(in srgb, var(--white) 8%, transparent);
    --header-dd-active: color-mix(in srgb, var(--white) 10%, transparent);
    --header-dd-chip: color-mix(in srgb, var(--white) 6%, transparent);
    --header-dd-text-dim: color-mix(in srgb, var(--white) 88%, transparent);
    --header-dd-text-body: color-mix(in srgb, var(--white) 92%, transparent);
    --header-dd-text-title: color-mix(in srgb, var(--white) 95%, transparent);
    --header-dd-backdrop: color-mix(in srgb, var(--black) 45%, transparent);
    --header-dd-drawer: color-mix(in srgb, var(--secondary-color) 96%, transparent);
    --header-dd-drawer-shadow: -12px 0 40px color-mix(in srgb, var(--black) 35%, transparent);
    --header-dd-accordion-bg: color-mix(in srgb, var(--black) 20%, transparent);
    --product-mega-bg: var(--white);
    --product-mega-border: color-mix(in srgb, var(--black) 6%, var(--white));
    --product-mega-shadow: 0 20px 50px color-mix(in srgb, var(--black) 16%, transparent),
        0 0 1px color-mix(in srgb, var(--black) 8%, transparent);
    --product-mega-desc: var(--gray);
    --product-mega-icon-bg: color-mix(in srgb, var(--gray) 15%, var(--white));
    --product-mega-icon-color: var(--gray);
    --product-mega-title: var(--secondary-color);
    --product-mega-see-all: var(--sky-blue);
    --locations-mega-shadow: var(--header-dd-shadow);
    --locations-mega-line: var(--header-dd-border-soft);
    --locations-mega-active: color-mix(in srgb, var(--white) 6%, transparent);
    --locations-mega-icon-well: color-mix(in srgb, var(--white) 8%, transparent);
    --surface-hover-light: color-mix(in srgb, var(--white) 96%, var(--gray));
}
.text-primary{
    color:var(--primary-color) !important;
}
.text-secondary{
  color:var(--secondary-color) !important;
}
.Font-Roboto{
    font-family:var(--Font-Roboto);
}
.site-header__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    border-bottom:1px solid #ffffff36;
}



.site-header__backdrop::before {
    content: '';
    position: absolute;
    inset: -1.5rem;
    background: var(--site-header-bg-image) center center / cover no-repeat;
    filter: blur(14px);
    transform: scale(1.08);
}

.site-header__backdrop::after {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5.2px);
}

.site-header__bar {
    position: relative;
    z-index: 2;
    padding-left: 0 !important;
     padding-right:6px !important;

}
.site-header__desktop {
    justify-content: flex-start;
    flex-wrap: nowrap;
}
/* Single nav group, right-aligned: logo stays left, all links pack to the right */
.site-header__desktop .site-header__col--left {
    flex: 0 0 auto;
    margin-left: auto;
}
.site-header__brand-center {
    min-width: 205px;
}
.site-header__logo {
    display: block;
    height: auto;
    width: auto;
    max-height: 60px;
    filter: brightness(0) invert(1);
    object-fit:contain;
    margin: auto;
}
.site-header.scrolled .site-header__logo {
    filter: none;
}

.site-header__link {
    position: relative;
    font-family: var(--Font-Roboto);
    font-size: 14px;
    font-weight: 400;
    line-height:21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white) !important;
    padding: 0 !important;
    border-bottom: none;
    transition: none !important;
}
.navbar-nav li{
padding: 3px 20px !important;

}
/* Underline uses ::before so .dropdown-toggle can keep ::after hidden (Bootstrap caret) */
.site-header__link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    border-top: none;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--site-header-underline-duration) var(--site-header-underline-ease);
    display:inline-block;
}

/* normal hover */
.site-header__link:hover::before {
    transform: scaleX(1);
}

/* Dropdown: hover on nav item still reveals underline (desktop mega menus) */
.nav-item.dropdown:hover .site-header__link::before {
    transform: scaleX(1);
}

/* Dropdown open (click / keyboard) */
.site-header__link.show::before {
    transform: scaleX(1);
}


header.site-header.scrolled .navbar-toggler {
    color: #000;
    border: 1px solid var(--primary-color);
}

header.site-header.scrolled .navbar-toggler-icon {
    filter: invert(1);
}
.site-header__link:hover::before,
.site-header__link:focus-visible::before,
.site-header__link.active::before {
    transform: scaleX(1);
}

/* Custom chevron (down = closed, up = open); hide Bootstrap default caret */
.site-header .site-header__link.dropdown-toggle::after {
    display: none !important;
    content: none !important;
    border: none !important;
    margin: 0 !important;
}

.site-header__dropdown-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    opacity: 0.9;
    transition: transform 0.25s var(--site-header-underline-ease);
    position: relative;
    top: -2px;
}

.site-header .dropdown.show > .dropdown-toggle .site-header__dropdown-chevron,
.site-header .dropdown-toggle[aria-expanded="true"] .site-header__dropdown-chevron {
    transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
    .site-header__link::before {
        transition-duration: 0.01ms;
    }

    .site-header__dropdown-chevron {
        transition-duration: 0.01ms;
    }
}
/*.site-header__cta {*/
/*    font-family: var(--Font-Roboto);*/
/*    font-size: 15px;*/
/*    letter-spacing: 0.10em;*/
/*    border: 1px solid var(--white);*/
/*    text-decoration: none;*/
/*    color: var(--white);*/
/*    background-color: rgba(255, 113, 7, 0);*/
/*    border-radius: 18px;*/
/*    font-weight: 400;*/
/*    transition: 0.5s;*/
/*    padding: 12px 35px;*/
/*}*/
.site-header__cta {
  font-family: var(--Font-Roboto);
  font-size: 15px;
  letter-spacing: 0.02em;
  border: 1px solid var(--white);
  text-decoration: none;
  color: var(--white);
  background-color: rgba(255, 113, 7, 0);
  border-radius: 18px;
  font-weight: 400;
  transition: 0.5s;
  padding: 10px 33px;
}
   .navbar-nav li {
    padding: 3px 21px !important;
}
.site-header.scrolled .site-header__cta {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.site-header__cta:hover,
.site-header__cta:focus {
    color: var(--primary-color);
    background-color: var(--white);
    border-color: var(--primary-color);
}

/* SCROLLED STATE (more specific) */
.site-header.scrolled .site-header__cta:hover,
.site-header.scrolled .site-header__cta:focus {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border-color: var(--primary-color) !important;
}


.site-header.scrolled .site-header__cta {
    color: var(--primary-color) !important;
    background-color: var(--white) !important;
    border-color: var(--primary-color) !important;
}

/* Header dropdown: outer ul is Popper target (transparent); inner panel slides up as a unit */
.site-header .site-header__dropdown-menu {
    margin-top: 3px !important;
    padding: 0;
    min-width: 17.5rem;
    border: none;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    left:0;
}

.site-header .site-header__dropdown-menu--locations {
    min-width: min(56rem, calc(100vw - 1.5rem));
    max-width: min(64rem, calc(100vw - 1rem));
}

.site-header .site-header__dropdown-menu--product-mega {
    min-width: 0;
    max-width: min(52rem, calc(100vw - 1.5rem));
}

/* Holistics-style product mega: Offerings | Features & capabilities */
.site-header__product-mega {
    display: grid;
    grid-template-columns: minmax(12rem, 31%) minmax(0, 1fr);
    gap: 0 1.75rem;
    padding: 1.75rem 1.85rem 1.65rem;
    background: var(--product-mega-bg);
    border-radius: 12px;
    border: 1px solid var(--product-mega-border);
    box-shadow: var(--product-mega-shadow);
    text-align: left;
}

.site-header__product-mega-offerings {
    padding-right: 1.5rem;
    border-right: 1px solid var(--product-mega-border);
}

.site-header__product-mega-label {
    font-family: var(--Font-Roboto);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--product-mega-desc);
    margin: 0 0 1rem;
}

.site-header__product-mega-label--lg {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    margin: 0;
}

.site-header__product-mega-tile {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.7rem 0.6rem;
    margin: 0 -0.6rem;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
}

.site-header__product-mega-tile:hover,
.site-header__product-mega-tile:focus {
    background-color: var(--surface-hover-light);
}

.site-header__product-mega-icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    background: var(--product-mega-icon-bg);
    color: var(--product-mega-icon-color);
    font-size: 1.1rem;
}

.site-header__product-mega-icon-wrap--sm {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.95rem;
    border-radius: 8px;
}

.site-header__product-mega-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.site-header__product-mega-title {
    font-family: var(--Font-Roboto);
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--product-mega-title);
}

.site-header__product-mega-desc {
    font-family: var(--Font-Roboto);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    color: var(--product-mega-desc);
}

.site-header__product-mega-features-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
    flex-wrap: wrap;
}

.site-header__product-mega-see-all {
    font-family: var(--Font-Roboto);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--product-mega-see-all);
    text-decoration: none;
    white-space: nowrap;
}

.site-header__product-mega-see-all:hover,
.site-header__product-mega-see-all:focus {
    color: var(--primary-color);
    text-decoration: underline;
}

.site-header__product-mega-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.55rem 0.5rem;
    margin: 0 -0.5rem;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: background-color 0.2s ease;
}

.site-header__product-mega-feature:hover,
.site-header__product-mega-feature:focus {
    background-color: var(--surface-hover-light);
}

.site-header__dropdown-menu.show .site-header__product-mega {
    animation: site-header-dropdown-panel-slide 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media (max-width: 1100px) {
    .site-header__product-mega {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 1.35rem;
    }

    .site-header__product-mega-offerings {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid var(--product-mega-border);
        padding-bottom: 1.25rem;
    }
}

.site-header__dropdown-mount {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.site-header__dropdown-panel {
    width: 100%;
    min-width: 100%;
    border-radius: 14px;
    overflow: hidden;
    padding: 6px 10px;
        background: var(--white);
    backdrop-filter: brightness(0.5);
    -webkit-backdrop-filter: blur(20px);
}

.site-header__dropdown-rule {
    height: 0;
    margin: 0 1.25rem;
    padding: 0;
    list-style: none;
    border: 0;
    border-top: 1px solid var(--header-dd-rule);
}

.site-header__dropdown-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--Font-Roboto);
    font-size: 14px;
    font-weight: 500;
    line-height:21px;
    /*letter-spacing: 0.12em;*/
    /*text-transform: uppercase;*/
    color: var(--primary-color) !important;
    background-color: transparent !important;
    white-space: normal;
    transition: background-color 0.2s ease, color 0.2s ease;
    /*border-bottom: 1px solid var(--header-dd-rule-mid) !important;*/
    padding: 9px 20px !important;
    border-radius:10px;
    margin:7px 0px;
}
.site-header__dropdown-item:last-child {
    border-bottom: none !important;

}

.site-header__dropdown-item:hover,
.site-header__dropdown-item:focus {
    background-color: #00336612 !important;
}

.site-header__dropdown-icon {
    display: flex;
    flex-shrink: 0;
    width: 1.5rem;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.site-header__dropdown-icon svg {
    display: block;
}

.site-header__dropdown-label {
    line-height: 1.25;
}

.site-header__dropdown-menu.show .site-header__dropdown-panel {
    animation: site-header-dropdown-panel-slide 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Locations mega: Bootstrap 5 vertical tabs (Holistics-style white panel) */
.site-header__dropdown-panel--mega {
    padding: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    overflow: visible;
}

.site-header__locations-mega--tabs {
    background: var(--white);
    border-radius: 14px;
    border: none;
    box-shadow: var(--locations-mega-shadow);
    padding: 1.75rem 1.85rem 1.75rem 1.75rem;
    text-align: left;
    width: 100%;
}

.site-header__dropdown-menu.show .site-header__locations-mega--tabs {
    animation: site-header-dropdown-panel-slide 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.site-header__locations-tab-sidebar {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 1.75rem;
    border-right: 1px solid var(--locations-mega-line);
}

@media (min-width: 992px) {
    .site-header__locations-tab-sidebar {
        border-right-width: 3px;
        border-right-color: var(--primary-color);
    }
}

.site-header__locations-tab-label {
    font-family: var(--Font-Roboto);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gray);
    margin: 0 0 1.15rem;
}

.site-header__locations-nav-pills {
    gap: 0.25rem;
}

.site-header__locations-nav-pills--rail {
    width: 100%;
}

.site-header__locations-tab-content--pane {
    min-height: 0;
}

@media (max-width: 991.98px) {
    .site-header__locations-tab-content--pane {
        border: 1px solid var(--locations-mega-line);
        border-radius: 0.75rem;
    }
}

.site-header__locations-flyout-link {
    font-family: var(--Font-Roboto);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--secondary-color);
    text-decoration: none;
    display: block;
    padding: 0.3rem 0;
    line-height: 1.35;
}

.site-header__locations-flyout-link:hover,
.site-header__locations-flyout-link:focus {
    color: var(--primary-color);
    text-decoration: underline;
}

.site-header__locations-flyout-placeholder {
    font-family: var(--Font-Roboto);
    font-size: 0.875rem;
}

.site-header__locations-nav-pills .nav-link.site-header__locations-tab-trigger {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    width: 100%;
    margin: 0;
    padding: 0.8rem 0.75rem;
    border: none !important;
    border-radius: 10px;
    background: transparent;
    color: var(--secondary-color);
    text-align: left;
    transition: background-color 0.18s ease;
    box-shadow: none !important;
}

.site-header__locations-nav-pills .nav-link.site-header__locations-tab-trigger:hover,
.site-header__locations-nav-pills .nav-link.site-header__locations-tab-trigger:focus {
    background-color: var(--surface-hover-light);
    color: var(--secondary-color);
}

.site-header__locations-nav-pills .nav-link.site-header__locations-tab-trigger.active {
    background-color: var(--locations-mega-active);
    color: var(--secondary-color);
}

.site-header__locations-nav-pills .nav-link.site-header__locations-tab-trigger:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.site-header__locations-tab-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    border: none;
    background: var(--locations-mega-icon-well);
    color: var(--gray);
}

.site-header__locations-tab-icon svg {
    display: block;
}

.site-header__locations-tab-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.site-header__locations-tab-title {
    font-family: var(--Font-Roboto);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--secondary-color);
}

.site-header__locations-tab-desc {
    font-family: var(--Font-Roboto);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--gray);
    margin-top: 0.15rem;
}

.site-header__locations-tab-content-wrap {
    min-width: 0;
    padding-left: 1.75rem;
}

.site-header__locations-tab-content {
    min-height: 11rem;
    max-height: min(26rem, 56vh);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 0.15rem;
}

.site-header__locations-pane-head {
    margin-bottom: 1.1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--locations-mega-line);
}

.site-header__locations-pane-title {
    display: block;
    font-family: var(--Font-Roboto);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.site-header__locations-pane-tile {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.35rem 0.4rem;
    margin: 0 -0.4rem;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.18s ease;
}

.site-header__locations-pane-tile:hover,
.site-header__locations-pane-tile:focus {
    background-color: var(--surface-hover-light);
}

.site-header__locations-pane-tile:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 1px;
}

.site-header__locations-pane-tile-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    border: none;
    background: var(--locations-mega-icon-well);
    color: var(--gray);
    font-size: 0.95rem;
}

.site-header__locations-pane-tile-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    padding-top: 0.1rem;
}

.site-header__locations-pane-tile-name {
    font-family: var(--Font-Roboto);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--secondary-color);
}

.site-header__locations-pane-tile-meta {
    font-family: var(--Font-Roboto);
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 400;
    color: var(--gray);
}

@media (max-width: 991.98px) {
    .site-header__locations-mega--tabs {
        padding: 1.35rem 1.25rem;
    }

    .site-header__locations-tab-sidebar {
        padding-right: 0;
        padding-bottom: 1.35rem;
        margin-bottom: 1.35rem;
        border-right: none;
        border-bottom: 1px solid var(--locations-mega-line);
    }

    .site-header__locations-tab-content-wrap {
        padding-left: 0;
    }
}
@media (min-width:991px){
/*    .site-header.scrolled .site-header__link {*/
/*    color: var(--primary-color) !important;*/
/*    font-weight:500;*/
/*}*/
.about_content_block {
    padding-right: 50px;
}
.main_space_custom {
    padding-right: 12px;
}
.services_offered_block{
    width: 348px;
    max-width: 348px;
    margin-left: auto;
}
.biography_block {
    width: 83.333%;
}
}
@media(min-width:991px) and (max-width:1199px) {
    .site-header__link {
    font-size: 12px;
    padding:3px 9px !important;
}
}
@media(min-width:1150px) and (max-width:1290px) {
.site-header__brand-center {
    min-width: 130px;
}
}
@keyframes site-header-dropdown-panel-slide {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-header.scrolled .site-header__dropdown-panel:not(.site-header__dropdown-panel--mega) {
    background: var(--header-dd-glass-scrolled);
    border: 1px solid var(--header-dd-border);
    box-shadow: var(--header-dd-shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.site-header.scrolled .site-header__dropdown-item {
    color: var(--white) !important;
}

.site-header.scrolled .site-header__dropdown-item:hover,
.site-header.scrolled .site-header__dropdown-item:focus {
    color: var(--white) !important;
    font-weight: 400;
    background-color:#1f5285 !important;
}

 Locations mega inner card: match About Us dropdown after scroll (mega panel is excluded from rule above)
/*.site-header.scrolled .location_dd_main {*/
/*    border: 1px solid var(--header-dd-border);*/
/*    box-shadow: var(--header-dd-shadow);*/
/*    background: #00000061;*/
/*    backdrop-filter: brightness(0.5);*/
/*}*/

 .site-header.scrolled .site-header__dropdown-menu--locations{
     background: var(--header-dd-glass-scrolled);
    border: 1px solid var(--header-dd-border);
    box-shadow: var(--header-dd-shadow);
    backdrop-filter: blur(18px);
 }
.site-header.scrolled .location_dd_main {
    /*box-shadow: var(--header-dd-shadow);*/
    /*backdrop-filter: blur(18px);*/
    background: var(--header-dd-glass-scrolled);
    border: 1px solid var(--header-dd-border);
     box-shadow: var(--header-dd-shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


.site-header.scrolled .site-header__locations-mega--tabs {
    box-shadow: var(--locations-mega-shadow);
}

@media (prefers-reduced-motion: reduce) {
    .site-header__dropdown-menu.show .site-header__dropdown-panel {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .site-header__dropdown-menu.show .site-header__locations-mega--tabs {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1199px) {
    /* Full-screen overlay; inner panel slides in from the right (not top-down collapse) */
    #siteHeaderNav.site-header__collapse.navbar-collapse {
        display: flex !important;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
        position: fixed !important;
        inset: 0;
        width: 100% !important;
        height: 100vh !important;
        max-height: none !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 1040;
        overflow: hidden !important;
        border: none;
        border-radius: 0;
        background: transparent !important;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    #siteHeaderNav.site-header__collapse:not(.show):not(.collapsing) {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    #siteHeaderNav.site-header__collapse.show,
    #siteHeaderNav.site-header__collapse.collapsing {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    /* Skip Bootstrap height animation so .show toggles quickly; drawer slide handles motion */
    #siteHeaderNav.site-header__collapse,
    #siteHeaderNav.site-header__collapse.collapsing {
        height: 100vh !important;
        transition: none !important;
    }

    .site-header__collapse-backdrop {
        flex: 1 1 auto;
        min-width: 0;
        align-self: stretch;
        border: 0;
        padding: 0;
        margin: 0;
        background: var(--header-dd-backdrop);
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .site-header__collapse-panel {
        flex: 1 0 min(24rem, 88vw);
        width: min(24rem, 88vw);
        max-width: 100%;
        align-self: stretch;
        background:#004da6;
        box-shadow: var(--header-dd-drawer-shadow);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
     padding:11px 20px 30px 10px;
    }

    #siteHeaderNav.site-header__collapse.show .site-header__collapse-panel {
        transform: translateX(0);
    }

    .site-header__bar {
        position: relative;
        z-index: 1050;

    }
    .site-header__link {
        padding: 6px 15px !important;
    font-size:20px;
    }
    .site-header__mobile-submenu-chevron {
        display: inline-flex;
        font-size: 20px;
        opacity: 0.85;
        transition: transform 0.25s var(--site-header-underline-ease);
    }

    .site-header__mobile-submenu-btn[aria-expanded="true"] .site-header__mobile-submenu-chevron {
        transform: rotate(180deg);
    }

    .site-header__mobile-submenu {
        padding: 0 0 0.5rem 0.5rem;
    }


    .site-header__mobile-submenu-link {
        display: block;
        font-family: var(--Font-Roboto);
        font-size: 18px;
        color: var(--header-dd-text-dim);
        text-decoration: none;
        padding: 0.4rem 0.5rem;
        letter-spacing: 0.06em;
    }

    .site-header__mobile-submenu-link:hover,
    .site-header__mobile-submenu-link:focus {
        color: var(--white);
        text-decoration: underline;
    }

    .site-header__mobile-loc-accordion.accordion-flush .accordion-item {
        background: transparent;
        border-color: var(--header-dd-border);
    }

    .site-header__mobile-acc-btn.accordion-button {
        font-family: var(--Font-Roboto);
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.06em;
        color: var(--header-dd-text-title) !important;
        background-color: var(--header-dd-chip) !important;
        box-shadow: none !important;
        padding: 0.65rem 0.85rem;
    }

    .site-header__mobile-acc-btn.accordion-button:not(.collapsed) {
        background-color: var(--header-dd-active) !important;
        color: var(--white) !important;
    }

    .site-header__mobile-acc-btn.accordion-button::after {
        filter: brightness(0) invert(1);
        opacity: 0.8;
    }

    .site-header__mobile-loc-accordion .accordion-body {
        padding: 0.5rem 0.75rem 0.85rem;
        background: var(--header-dd-accordion-bg);
    }

    .site-header__mobile-loc-list a {
        font-family: var(--Font-Roboto);
        font-size: 18px;
        color: var(--header-dd-text-dim);
        text-decoration: none;
        display: block;
        padding: 0.3rem 0;
        line-height: 1.35;
    }

    .site-header__mobile-loc-list a:hover,
    .site-header__mobile-loc-list a:focus {
        color: var(--white);
        text-decoration: underline;
    }
    .navbar-nav li {
    padding: 11px 20px !important;
    border-bottom: 1px solid #ffffff21;
}
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .site-header__collapse-panel {
        transition-duration: 0.01ms;
    }

    #siteHeaderNav.site-header__collapse:not(.show) .site-header__collapse-panel {
        transform: translateX(100%);
    }

    #siteHeaderNav.site-header__collapse.show .site-header__collapse-panel {
        transform: translateX(0);
    }
}

@media (min-width: 1199px) {
    .site-header__collapse-backdrop {
        display: none !important;
    }
       .site-header.scrolled .site-header__link {
    color: var(--primary-color) !important;
}
}
html,body{
    overflow-x: hidden;
    width: 100%;
}
body {
    overflow-x: hidden;
    padding-bottom:0px !important;
    font-family:var(--Font-Roboto);

}

.Font-Oswald {
    font-family: var(--Font-Oswald);
}

.Font-Roboto {
    font-family: var(--Font-Roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--Font-Oswald);
}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.f9{font-size: 9px;}
.f10{font-size: 10px;}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}

:focus-visible {
    outline: none;
}
h4{
    color:var(--secondary-color);
}

/* ——— start footer ——— */

.site-footer__main {
    background-color: #2F2F2F;
    background-image: linear-gradient(156deg, rgba(67, 67, 67, 0.86) 28%, #2B2B2B 53%);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 31px 78px;
}

.site-footer__heading {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0px;
    font-family: var(--Font-Roboto);
    padding-bottom: 6px;
    font-weight:500;
}

.site-footer__list li a {
    text-decoration: none;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
    font-family: var(--Font-Roboto);
    line-height: 5px;
}

.site-footer__list li a:hover{
    color: var(--sky-blue);
}

.site-footer__link:hover,
.site-footer__link:focus {
    color: var(--footer-link-hover);
}

.site-footer__link:focus-visible {
    outline: 2px solid var(--footer-link-hover);
    outline-offset: 2px;
}

.site-footer__bottom {
    background-color: var(--dark-gray);
    padding: 30px 78px;
}

.site-footer__copyright {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    color: #cccccc;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.site-footer__sep {
    margin: 0 0.35rem;
    opacity: 0.7;
}
.social-bar a {
    font-size: 22px;
}
/* footer end */

/* header */


.site-header__nav {
    /*background: #00000080;*/
    padding: 14.5px 0;
}

.site-header.scrolled .site-header__nav {
    background: var(--white);
}

/* Default (top pe transparent) */

/* Scroll ke baad visible */
.site-header.scrolled .site-header__backdrop {
    opacity: 1;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--white);
    z-index: 9999;
}

/*NEW CSS 24 JUNE START*/

@media(max-width:1199px){
    .site-header.scrolled .site-header__nav{
    background:var(--primary-color);
}
.site-header.scrolled .site-header__logo {
    filter: brightness(0) invert(1) !important;
}
/*.site-header__bar {*/
/*    background:var(--primary-color);*/
/*}*/
/*.site-header__cta {*/
/*    color: var(--primary-color);*/
/*    background-color: #fff;*/
/*}*/
}

/*NEW CSS 24 JUNE END*/

/* new dropdown
 */


.location_dd_main {
    text-align: left;
    border-radius: 14px;
     background: var(--white);
     color:var(--primary-color);
    backdrop-filter: brightness(0.5);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--header-dd-border-soft);
    box-shadow: var(--header-dd-shadow-hero), var(--header-dd-inset);
    overflow: hidden;
}


.location_dd_tab_content {
    color: var(--header-dd-text-body);
    min-height: 12rem;
    max-height: min(70vh, 28rem);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color:rgba(55,93,168,0.05);
}

.location_dd_region {
    border-radius: 0;
}

.location_dd_region-head {
    font-family: var(--Font-Roboto);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--header-dd-text-title);
    background-color: var(--header-dd-active);
    padding: 0.55rem 0.75rem;
    margin: 0;
}

.location_dd_region-list {
    padding: 20px 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        /*background: rgba(55,93,168,0.05);*/
    color: var(--primary-color);

}

.location_dd_pills {
    padding: 8px 0;
    margin: 0 12px 0 8px;
    border-right: 1px solid var(--header-dd-rule-soft);
}

.location_dd_region-list li {
    margin-bottom: 0.35rem;
    width: 50%;
    padding: 8px 10px !important;
    border-radius: 10px;
}
.location_dd_region-list li:hover {
    background-color:#00336612;
}

.site-header.scrolled .location_dd_region-list li:hover {
    background-color:#1f5285;
}
.location_dd_region-list a {
    font-family: var(--Font-Roboto);
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
    line-height: 23px;
}

.location_dd_region-list a:hover,
.location_dd_region-list a:focus {
    color: var(--primary-color);
}

.location_dd_pills .nav-item {
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--header-dd-rule-muted);
    padding:0px !important;
}

.location_dd_pills .nav-item:last-child {
    border-bottom: none;
}

.location_dd_item {
    font-family: var(--Font-Roboto);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color) !important;
    padding: 14px 18px !important;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
    box-shadow: none !important;
    line-height:21px;
    margin-bottom:9px;
}

/*.site-header.scrolled .location_dd_item:hover,*/
/*.site-header.scrolled .location_dd_pills .nav-link.location_dd_item.active,.location_dd_item:hover,.location_dd_pills .nav-link.location_dd_item.active, .site-header.scrolled .location_dd_item:focus {*/
/*    background-color: #999b9e1c !important;*/
/*    color:var(--white) !important;*/
/*            border-radius:4px;*/

/*}*/

.location_dd_item:hover, .location_dd_item.active, .location_dd_item:focus{
        background-color: #00336612 !important;
        border-radius:10px;
            color:var(--primary-color) !important;


}
.site-header.scrolled .location_dd_item,.site-header.scrolled .location_dd_region-list a {
    color:var(--white) !important;
}

.site-header.scrolled .location_dd_item:hover {
        background-color: #1f5285 !important;
}

/* Services mega dropdown — full-width 4-column grid */
.site-header .site-header__dropdown-menu--services {
    min-width: min(60rem, calc(100vw - 1.5rem));
    max-width: min(68rem, calc(100vw - 1rem));
}

.site-header__dropdown-panel--services {
    padding: 1.25rem 1.5rem;
}

.site-header__services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.site-header__services-grid-item {
    display: block;
    font-family: var(--Font-Roboto);
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color) !important;
    text-decoration: none;
    padding: 9px 21px;
    border-radius: 10px;
    transition: background-color 0.2s ease;
    line-height:21px;
}

.site-header__services-grid-item:hover,
.site-header__services-grid-item:focus {
    background-color: #00336612;
    color: var(--primary-color) !important;
    text-decoration: none;
}

.site-header.scrolled .site-header__dropdown-panel--services {
    background: var(--header-dd-glass-scrolled);
    border: 1px solid var(--header-dd-border);
    box-shadow: var(--header-dd-shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.site-header.scrolled .site-header__services-grid-item {
    color: var(--white) !important;

}
.site-header.scrolled .site-header__services-grid-item:hover, .site-header.scrolled .site-header__services-grid-item:focus {
        background-color: #1f5285;

}

@media (max-width: 1200px) {
    .site-header__services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .site-header__services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.about_content_block h1, .main_space_custom h1,.mainheading-block-center h1{
    color: var(--primary-color);
    font-weight: 600;
    font-family: var(--Font-Oswald);
    font-size: 48px;
    line-height:55px;
    margin-bottom:14px;
    text-transform: uppercase;
}
.about_content_block h2, .main_space_custom h2{
    color: var(--primary-color);
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 0px;
}
.about_content_block h3, .main_space_custom h3{
    color: var(--primary-color);
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0px;
    /*margin:51px 0 15px;*/
}
.about_content_block h4, .main_space_custom h4{
    color: var(--secondary-color);
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0px;
}
.about_content_block a {
    /*font-size: 24px;*/
    color: var(--primary-color);
}
.about_content_block p {
    color: var(--text-para) !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family:var(--Font-Roboto);
}
.services-inner-wrapper ul li{
       font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.main_space_custom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--text-para);
    margin-bottom:15px;
}
.services_block {
    background-color: rgba(55,93,168,0.05);
    border-radius: 12px;
    border:1px solid rgba(96,96,96,0.3);
    padding: 38px 9px 27px 17px;
}
.services_block ul {
    padding-left: 36px;
    margin-top: 26px;
}
.services_block li a {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--Font-Roboto);
    word-break: break-word;
    text-decoration: none;
    line-height:26px;
    border-radius:6px;
    padding: 5px 10px;
}
.services_block li a:hover {
    color: #474747;
    background-color: #e5eaf4;
    background-color: #e5eaf4;
    border-radius: 6px;
    opacity: 1;
    padding: 5px 10px;


}
.services_block li{
    margin-bottom:10px;
}
.services_block h3 {
    color: var(--primary-color);
    font-size: 48px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom:15px;
}
.forms_block {
    background-color: var(--primary-color);
    border-radius: 7px;
    padding: 3px 12px;
    margin-bottom: 12px;
}
.forms_block h2 a {
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
}
.about_inner_main {
    background: url("../new_img/bg_inner_about.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size:cover;
    height: 225px;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.about_inner_main h1 {
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000000;
    position:relative;
    z-index:1;
}
.bg-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.59) 100%);
    top: 0;
    left: 0;
}
div.homebutblock .homethreebthblock {
    padding: 12px 6px;
    width: 100%;
    background-color: #f9f9fb;
    border: 1px solid #cfcfcf;
    margin:auto;
}
.homebutblock .homethreebthblock .appointmentbtn > a {
    color: #535353;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 17px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #cfcfcf;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: auto;
    justify-content: center;
}
.bookappointmentbtn a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 17px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: auto;
    justify-content: center;
    background-color: var(--primary-color);
}
#fl_survey_button {
    display: none;
}
.contact_links_cus {
    font-size: 16px !important;
    line-height: 30px;
}
@media(max-width:991px){
    .site-header__nav{
        padding:0;
    }
    .about_inner_main h1 {
        font-size: 32px;
        text-align:left;
    }
      .about_inner_main h2 {
        font-size: 30px;
        text-align:left;
    }
    .services_block h3 {
        color: var(--primary-color);
        font-size: 28px;

    }
    .about_content_block h1, .mainheading-block-center h1  {
                font-size: 37px;
        line-height: 45px;
        text-align:center;

    }
   .mainheading-block-center h1 {
    margin-bottom: 30px !important;
}
    .about_content_block {
        text-align: left !important;
    }
    .about_content_block div{
        text-align: left !important;
    }
    .about_content_block h3{
        text-align:left !important;
        margin:0px 0px 10px;
        font-size: 24px;
        line-height: 33px;
    }
    .about_content_block p{
        text-align:left !important;
    }
    .about_mainblock {
    padding-top: 58px !important;

}
.paddingcms_custom{
        padding-left:25px;
    padding-right:25px;
}
}
.about_content_block > br {
    display: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 650px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 790px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 992px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}

@media (min-width:1350px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1350px
    }
}
@media (min-width:1420px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px
    }
}

.video_inner_wrapper:hover{
    background-color:rgba(55,93,168,0.15);
}
.video_inner_wrapper {
    padding: 24px 15px 40px;
    transition: 0.9s;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;

}
.video_inner_wrapper .vidtext {
    font-size: 16px;
    color: var(--text-para);
    font-weight: 400;
    margin: 27px 0 29px;
    font-family: var( --Font-Roboto);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: auto;

}

.blue_btn {
    background-color: #2196f3;
    text-decoration: none;
    color: #fff !important;
    padding: 8.8px 20px;
    font-size: 15px !important;
    margin-top: 13px;
    border-radius: 5px;
    font-family: var( --Font-Roboto);
    font-weight: 400;
    width: 100%;
    line-height: 18px;
}
.blue_btn:hover {
    background-color: var(--orange);
}
.back_video_btn a {
    font-weight: 400;
    font-family: var(--Font-Oswald);
    text-decoration: none;
}

.video_inner_wrapper .ux-thumb-wrap {
    display: block;
    overflow: hidden; /* important */
    border-radius:15px;
}

.video_inner_wrapper .ux-thumb-wrap img {
       height: 234px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius:15px;
}

.video_inner_wrapper .ux-thumb-wrap:hover img {
    transform: scale(1.1);
}
.custom-accordion .accordion-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.custom-accordion-btn {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 18px;
    font-family: var(--Font-Oswald);
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 #FFFFFF;
    background: #FFFFFF;
    padding: 14px 14px 14px 60px;
    border-color: rgba(148, 148, 148, 0.31) !important;;
    border-radius:5px !important;
    line-height:26px;
}


}
.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--orange) !important;
}
.custom-accordion .accordion-button::after {
    display: none;
}

/* + icon */
.custom-accordion-btn::before {
    content: "\f067";
    color: var(--orange);
    font-size: 15px;
    margin-right: 15px;
    width: 49px;
    height: 100%;
    border-right: 1px solid rgba(148,148,148,0.31);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome';

}

/* − icon when open */
.custom-accordion-btn:not(.collapsed)::before {
     content: "\f068";
       color: var(--orange);
    font-size: 15px;
    margin-right: 15px;
    margin-right: 15px;
    width: 49px;
    height: 100%;
    border-right: 1px solid rgba(148,148,148,0.31);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome';

}

.custom-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--orange);
    box-shadow: none !important;
    border-bottom: 1px solid;
    border-radius: 0 !important;
}

.custom-accordion .accordion-body {
    background: #fff;
    padding: 20px;
    border-top: 1px solid rgba(148, 148, 148, 0.31);
}
}
.accordion_body_a{
    font-size:16px !important;
    color: var(--text-para) !important;
    font-family:var(--Font-Roboto);
        text-decoration: none;
}

/* CARD DESIGN */
.team-card {
    padding: 10px 19.5px;
}

.team-img img {
    max-width: 100%;
    height: 201.2px;
    width:201.2px;
    object-fit: contain;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.btn-book {
    background-color: var(--primary-color);
    padding: 6px 30px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--white) !important;
    border: 1px solid var(--primary-color);
    font-size: 16px !important;

}
.btn-book:hover {
    background-color: var(--white);
    color: var(--primary-color) !important;
    border:1px solid var(--primary-color);
}

.team-name {
font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color:#000;
        font-family:var(--Font-Oswald);
        margin-top:14px;
        margin-bottom:10px;
            text-align:center;


}

.team-card .team-role {
    font-size: 16px !important;
    color: var(--text-para) !important;
    margin-bottom: 5px;
    font-weight:400 !important;
    line-height:25px !important;
    color:#5e5f60 !important;
text-align:center !important;

}


.view-bio {
    font-size: 16px !important;
    color: #2196f3 !important;
    font-weight: 500;
    text-decoration: none;
    line-height: 26px;
    background-color: transparent;
    padding: 5px 5px;
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align:center;
}
.view-bio:hover {
    background-color: #daecfe;
}
.btn-closed {
    position: absolute;
    right: -9px;
    top: -11px;
    background: #00000096;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.member_bio_inner_left {
border-radius: 12px;
    border: 2px solid rgba(152, 152, 152, 0.34);
    position: relative;
    height: 450px;
}
.member_bio_inner_left .media-object {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 45px;
}
.member_bio_inner_left a {
    position: absolute;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    height: 450px;
}
.lang_text_cus {
    font-size: 22px;
    font-weight: 600;
    color: #111111;
}
.found_dec_cus{
    font-size:20px;
}
.orange-btn {
    font-size: 18px;
    border-radius: 20px 20px 20px 20px;
    background-color:  var(--orange);
    color: #fff !important;
    padding: 16.5px 20px;
    text-decoration: none;
}
.orange-btn:hover {
background-color:#E36100;

}
.darkblue-btn {
    font-size: 18px;
    border-radius: 20px 20px 20px 20px;
    background-color:var(--primary-color);
    color: #fff !important;
    padding: 16.5px 30px;
    text-decoration: none;
}
.darkblue-btn:hover {
    background-color:#014E9A;
}
/*loaction page*/
.clinic-hours-grid {
  clear: both;
  width: 100%;
  text-align: left;
}
.clinic-hours-row > [class*="col-"] {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .clinic-hours-row > [class*="col-"] {
    margin-bottom: 0;
  }
}
.clinic-hours-title {
  color: #2f55aa;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
.clinic-hours-day-label {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 0.2rem;
}
/*.clinic-hours-time {*/
/*  color: #ed940c;*/
/*  font-size: 15px;*/
/*  line-height: 1.35;*/
/*}*/
/*.clinic-hours-grid h3{*/
/*    font-size: 32px;*/
/*}*/
.ac-location-band__title {
    font-size: 24px;
    font-family:var(--Font-Oswald);
    font-weight: 600;
    color: var(--primary-color);
    line-height:55px;
}

/*.park_list_custom{*/
/*    height:320px;*/
/*    overflow-y:scroll;*/
/*}*/
.video_inner_iframe iframe {
    max-width: 100%;
    width: 100%;
}
@media(max-width:991px){
    .biography_block{
        text-align: center;
    }
    .member_bio_inner_right {
        text-align: center;
    }
    .site-footer__main, .site-footer__bottom{
        padding:30px 29px;
    }
    .team-card {
    padding: 10px 55px;
}
}

.about_content_block h3 a {
    font-size: 21px;
}
.about_mainblock{
    padding-top: 73px;
}
.mainheading-block-center h1 {
    margin-bottom: 60px;
    text-transform: uppercase;
}

  .site-header__dropdown--hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }



/*location page*/
ac-location-page {
    overflow-x: hidden;
}

.ac-location-hero__title {
    text-align: center;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    line-height: 1.2;
    font-weight: 800;
    color: #111;
    margin: 0 auto 2.25rem;
    max-width: 56rem;
    font-family: var(--Font-Oswald), system-ui, sans-serif;
}
.ac-location-hero__address {
    text-align: left;
    margin-bottom: 1.25rem;
}
.ac-location-hero__address-line {
    font-size: 33px;
    color: #5a5a5a;
    line-height: 41px;
    font-family: var(--Font-Roboto);
    font-weight: 500;
}

.ac-location-hero__action-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.75rem;
    padding-top: 0.25rem;
    margin-bottom: 1.25rem;
}
.ac-location-hero__tab-triggers {
    flex-basis: auto;
}
.ac-location-hero__action-bar .orange-btn {
    background-color: var(--orange);
    color: #fff !important;
    padding: 11px 20px;
    text-decoration: none;
    font-size: 16px;
    border: 2.5px solid var(--orange);
    border-radius: 15px;
    line-height:19px;
}
.ac-location-hero__action-bar .orange-btn:hover {
    background-color: #E75100;
    border-color:#E75100;
}
.ac-location-hero__action-bar .darkblue-btn {
    color: #fff !important;
    padding: 11px 20px;
    text-decoration: none;
    background-color: var(--primary-color);
    font-size: 16px;
   border: 2.5px solid var(--primary-color);
border-radius: 15px;        line-height:19px;

}
.ac-location-hero__action-bar .darkblue-btn:hover {
    background-color: #014E9A;
     border-color: #014E9A;
}

.ac-location-hero__contact {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 26px;
    font-family: var(--Font-Roboto);
    display:flex;
}
.ac-location-hero__contact-link {
    color: inherit;
    text-decoration: none;
}
.ac-location-hero__contact-link:hover {
    color: var(--primary-color);
}
.ac-location-hero__contact-sep::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.85em;
    margin: 0 0.65rem;
    background: #ccc;
    vertical-align: middle;
}
.ac-location-hero__hours-heading {
    font-size: 32px;
    font-weight: 500;
    line-height:37px;
    color: var(--primary-color);
    margin-bottom: 33px;
    font-family: var(--Font-Oswald);
}
.ac-location-hero__hours .clinic-hours-day-label {
    font-weight: 500;
    color: var(--text-para);
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    line-height: 18px;
    font-family: var(--Font-Roboto);
    margin-bottom:14px;
}
.ac-location-hero__hours .clinic-hours-time {
    font-size: 16px;
    font-weight: 500;
    color: var(--orange);
    line-height: 22px;
}
.ac-location-hero__figure {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    background: #f0f0f0;
}
.ac-location-hero__img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.ac-location-band {
    background: #f4f7fa;
}
.ac-location-band__inner li {
    color: #474747;
    font-size: 18px;
    line-height:21px;
    font-weight:400;
    font-family: var(--Font-Roboto);
        margin-bottom: 10px;
    list-style-type: disc !important;
}

,.ac-location-band__inner li span,.ac-location-band__inner li p, .ac-location-band__inner p  {
    color: #474747;
    font-size: 16px;
    line-height:24px;
    font-weight:400;
    font-family: var(--Font-Roboto);
        margin-bottom: 10px;
}
.ac-location-map-wrap {
    margin-top: 1.5rem;
    overflow: hidden;
    position:relative;
    bottom:-50px;
}

.ac-location-team-outer {
    padding: 2.5rem 0 3rem;
    background: #fff;
}
/*.ac-location-team-container .custom-accordion-btn .title {*/
/*    font-weight: 700;*/
/*    color: #3a3a3a;*/
/*    letter-spacing: 0.04em;*/
/*}*/
.ac-location-page-heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #111;
    margin: 0 0 0.5rem;
    font-family: var(--Font-Oswald), system-ui, sans-serif;
    text-align: left;
}
/*.clinic-hours-separator {*/
/*    border: 0;*/
/*    border-top: 1px solid #e5e5e5;*/
/*    margin: 0.75rem 0 0.9rem;*/
/*    opacity: 1;*/
/*}*/
/* 1st column → Monday, Tuesday (2 items) */
.clinic-hours-row > div:nth-child(1) .clinic-hours-block:first-child {
    border-bottom: 1px dashed rgba(0,0,0,.08);
    padding-bottom: 15px;
    margin-bottom: 16px;
}

/* 2nd column → only first item (Wednesday = 3rd overall) */
.clinic-hours-row > div:nth-child(2) .clinic-hours-block:first-child {
    border-bottom: 1px dashed rgba(0,0,0,.08);
    padding-bottom: 15px;
    margin-bottom: 16px;
}
/* 2nd column → only first item (Wednesday = 3rd overall) */
.clinic-hours-row > div:nth-child(3) .clinic-hours-block:first-child {
    border-bottom: 1px dashed rgba(0,0,0,.08);
    padding-bottom: 15px;
    margin-bottom: 16px;
}
.video_inner_iframe iframe {
    max-width: 100%;
    width: 100%;
}
.img_block {
    /*max-width: 600px;*/
    width: 100%;
    height: 450px;
}
.img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px !important;
}
@media(max-width:991px){
    .biography_block{
        text-align: center;
    }
    .member_bio_inner_right {
        text-align: center;
    }
    .site-footer__main, .site-footer__bottom{
        padding:30px 29px;
    }
}

.about_content_block h3 a {
    font-size: 21px;
}

  /*.site-header__dropdown--hover:hover > .dropdown-menu {*/
  /*  display: block;*/
  /*  margin-top: 0;*/
  /*  opacity: 1;*/
  /*  visibility: visible;*/
  /*}*/

  .site-header__dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
.biography_block  p {
    color: var(--text-para);
    font-family:var(--Font-Roboto);
    line-height:26px;
}
.our-team-descri-cus p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-para) !important;
}
input#doctorSearch {
    height: 48px;
    font-size: 16px;
    font-family: var(--Font-Roboto);
    font-weight: 400;
    line-height: 26px;
    color: var(--text-para);
    margin: 29px 0 34px;
}
input#doctorSearch:focus{
    outline:0;
    box-shadow:unset;
    border-color:#ced4da;
}
.services-inner-wrapper h2, .services-inner-wrapper h4{
    margin-bottom: 15px;
}
.services-inner-wrapper img {
    margin: 23px 0;
}
.services-inner-wrapper h2 + a {
    display: inline-block;
    margin-bottom: 10px;
}
.services-inner-wrapper a {
    display:block;
}
.services-inner-box-design {
    display: flex;
    margin-bottom: 20px;
}

.services-inner-box-design-image img {
    border: 1px solid #ccc;
    margin: 5px 10px 5px 0;
}

.services-inner-box-design-text {
    flex: 1;
}
.services-inner-box-design-text a {
    margin-bottom: 10px;
    font-weight: 600;
    font-family: var(--Font-Family);
}
@media(max-width:768px){
    .services-inner-box-design {
    display: block;
}
.services-inner-box-design-image img {
    width:100%;
            margin: 0px !important;
}
}
.services-inner-wrapper ul li {
    font-family: var(--Font-Roboto);
    color: #474747;
}

.video_inner_wrapper .ux-thumb-wrap img {
    height: auto !important;
}

/* LEFT SLIDE ANIMATION */
.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeLeftAnim 0.8s ease forwards;
}

/* KEYFRAME */
@keyframes fadeLeftAnim {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* DELAY CLASSES (one by one effect) */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }
.delay-6 { animation-delay: 1.2s; }

.fade-top {
  opacity: 0;
  transform: translateY(-60px); /* upar se start hoga */
  transition: all 0.8s ease;
}

.fade-top.show {
  opacity: 1;
  transform: translateY(0);
}

/* delay (one by one) */
.delaytop-1 { transition-delay: 0.3s; }
.delaytop-2 { transition-delay: 0.5s; }
.delaytop-3 { transition-delay: 0.7s; }
.delaytop-4 { transition-delay: 0.9s; }



#owl-carousel-location .owl-stage-outer {
  position: relative;
}

#owl-carousel-location .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* important */
  opacity: 0;
  transition: 0.3s;
}

#owl-carousel-location:hover .owl-nav {
  opacity: 1;
}

/* buttons */
#owl-carousel-location .owl-nav button {
  pointer-events: all;
  background: var(--primary-color) !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
}

/* thoda andar spacing */
#owl-carousel-location .owl-prev {
  margin-left: -24px;
}

#owl-carousel-location .owl-next {
  margin-right: -24px;
}
/* disabled state */
#owl-carousel-location .owl-nav button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* initial hidden state */
.fade-right {
  opacity: 0;
  transform: translateX(80px); /* right se start */
  transition: all 0.8s ease;
}

/* jab visible ho */
.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

.abouts-insurance-logos img {
    max-height: 70px;
    object-fit: contain;
    width: 100%;
    max-width: 200px;
    margin: 0px 10px 24px;
}
.ac-location-team-container {
    font-size: 18px;
    line-height:25px;
    font-weight:400;
}
@media(max-width:768px){
    .clinic-hours-row > div:nth-child(1) .clinic-hours-block:first-child,.clinic-hours-row > div:nth-child(2) .clinic-hours-block:first-child,.clinic-hours-row > div:nth-child(3) .clinic-hours-block:first-child{
    border-bottom: 0 !important;
}
#owl-carousel-location .owl-prev {
    margin-left: -18px;
}
#owl-carousel-location .owl-next {
    margin-right: -18px;
}
.ac-location-hero__address-line {
    font-size: 27px;
        line-height: 35px;
}
.ac-location-hero__contact {
    font-size: 27px;
    line-height: 32px;
}
.ac-location-map-wrap {

    bottom: -43px;
}
.img_block {
    height: 350px;
}
}

.read-more-content {
    max-height: 270px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
    font-size:18px;
}



/* expanded */
.read-more-wrapper.active .read-more-content {
    max-height: 1000px;
}

.read-more-wrapper.active .read-more-content::after {
    display: none;
}

/* button */
.read-more-btn {
    border: none;
    background: none;
    cursor: pointer;
    margin-top: 10px;
text-decoration: underline;
    padding-left: 4px;
    transition: transform 0.3s ease;
        color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--Font-Roboto);
    box-shadow:none;
    text-transform:capitalize;
}

/* rotate icon */
.read-more-wrapper.active .read-more-btn .icon {
    transform: rotate(180deg);
    display: inline-block;
}
.ac-location-band ul li {
    list-style-type: disc !important;
}
.location-section {
  padding: 80px 0;
  background: #f5f5f5;
}

/* LEFT */
.location-icon {
  width: 70px;
  margin-right: 25px;
}

.location-content {
  max-width: 500px;
}

.location-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.location-text {
    font-size: 16px;
    line-height: 22px;
    color: #5c5c4c;
    font-weight: 400;
}
/* RIGHT BUTTONS */
.btn-find {
  display: block;
  width: 280px;
  margin: 0 auto 20px;
  padding: 14px;
  background: #0c3c6c;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.btn-book {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 14px;
  background: #f58220;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

/* HOVER */
.btn-find:hover {
  background: #082c4d;
}

.btn-book:hover {
  background: #d96d10;
}

/* RESPONSIVE */
@media(min-width:991px) and (max-width:1075px){
    .services_offered_block {
    width: 300px;
    max-width: 300px;
    margin-left: unset;
}
.services_block h3 {
    font-size: 39px;
}
}
@media (max-width: 768px) {
  .location-section {
    text-align: center;
  }

  .location-icon {
    margin: 0 auto 20px;
  }

  .location-title {
    font-size: 32px;
  }
     .homebanner-block.banner_bg2 {
        min-height: 400px;
    }
    .blue-banner-overlay {
        min-height: 400px !important;
    }
    .video-overlay-grid {
        height: 400px;
    }
    div.homebanner-block .bannerblock1 {
        min-height: 400px !important;
        padding-top: 0px !important;
        margin: 0;
    }
    .mainheading-block-center {
        margin: 0 !important;
text-align: left !important;
        display: flex;
    }
.clinic-lo-row .col-md-3 {
    width: unset !important;
}
.ac-location-hero__address {
    text-align: center;
    margin-bottom: 34px;
}
.ac-location-hero__action-bar a {
    width: 100%;
    text-align: center;
}
.ac-location-hero__contact {
    display:block;
    text-align:center;
    margin: 15px 0 46px;
}
.ac-location-hero__hours-heading {
    text-align: center;
}
.ac-location-band__title {
    text-align: center;
}
.site-header__bar {
    padding: 0px 19px !important;
}
.ac-location-hero__hours .clinic-hours-day-label {
    font-size: 22px;
}
.ac-location-page-heading {
    font-size: 28px;
}
.ac-location-hero__container {
    padding: 0;
}
.ac-location-hero {
    padding: 0px 25px;
}
.ac-location-team-outer {
    padding-left: 25px;
    padding-right: 25px;
}
.mainheading-location-page {
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-align:center !important;
            display: flex;
        align-items: center;
        justify-content: center;

}
/*font size change 29 may*/
.about_content_block h2, .main_space_custom h2 {
    font-size: 43px;
    line-height: 50px;
}
.about_content_block p {
    font-size: 21px;
}
.services-inner-wrapper ul li {
    font-size: 21px;
}
.site-header__backdrop::after {
    background-color: rgba(0,51,102,0.36);
}
}

/*loaction page css*/
.loc-input-group{
  font-family: var(--Font-Roboto);
    font-size: 19px;
    color: rgb(38, 38, 38);
    background: #ffffff;
    border: 1px solid #b4b4b4 !important;
    border-radius: 10px !important;
    padding: 10px 45px 10px 14px;
    outline: none;
    box-sizing: border-box;
    height: 50px;
    min-width: 1200px;
    width: 100%;
}
.search-icon-loc {
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.location-card h4 {
    font-size: 22px;
}

.location-card .btn {
    border-radius: 10px;
    padding: 10px;
}
.loc-img-hover-zoom {
    overflow: hidden;
    border-radius: 10px; /* optional for rounded look */
     width: 100%;
    height: 229px;
    object-fit:cover;
    margin-bottom: 40px;

}

.loc-img-hover-zoom img {
    width: 100%;
    transition: transform 0.4s ease;
       width:100%;
   height:100%;
    object-fit:cover;
}

.loc-img-hover-zoom:hover img {
    transform: scale(1.1);
}
.loca-accor-data-card h3 {
    font-size: 32px;
    font-weight: 400;
    color: var(--secondary-color);
    font-family: var(--Font-Oswald);
    line-height: 40px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 78px;
}
.address-loc-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #262626;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
      margin: 11px 0 13px;

}
.loc-btn {
    font-family: var(--Font-Roboto);
    font-weight: 400;
    width: 100%;
    display: block;
    color: #fff !important;
    background: #2096f3;
    border-radius: 12px;
    font-size: 20px;
    text-decoration: none;
    padding: 12px 32px;
}
.loc-btn:hover {
    background: #ff9605;
}
.loca-accor-data-card {
    padding: 0px 5.4px;
}
.view-clinic-loc{
    font-family: var(--Font-Roboto);
    color: var(--primary-color) !important;
    font-size:18px;
    font-weight: 500;
    line-height:26px;
    text-decoration:none;
    padding: 14px 0 20px !important;
    display: block;


}
.view-clinic-loc-image{
   height:229px;
}
.view-clinic-loc:hover{
    color:#2196F3 !important;
}
@media(max-width:768px){
    .loca-accor-data-card h3 {
    font-size: 26px;
    min-height: 100%;
}
.address-loc-text {
    font-size: 19px;
}
.loc-btn {
       font-size: 20px;
}

}
.location-card-new {
    margin: 0px 8px !important;
}

/* Accordion main */

.location-custom-accordion .accordion-item{
    border:none;
    background:transparent;
    border-bottom: 1px solid #b4b4b4 !important;
    border-radius:0;
}

/* remove bootstrap icon */

.location-custom-accordion .accordion-button::after{
display:none;
}

.location-custom-accordion-btn{
background:transparent !important;
padding:22px 0 !important;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:none !important;
border:none !important;
}
/* text */
.location-custom-accordion-btn .title {
    font-size: 52px;
    font-weight: 500;
    line-height: 60px;
    color: #3e3e3e;
    font-family: var(--Font-Roboto);;
}
/* remove blue background */

.location-custom-accordion-button:not(.collapsed),
.location-custom-accordion-btn:not(.collapsed){
background:transparent !important;
box-shadow:none !important;
}

/* icon */
.custom-arrow{
font-size:30px;
color:#003366;
transition:.4s ease;
}
/* rotate when open */
.location-custom-accordion-btn:not(.collapsed) .custom-arrow{
transform:rotate(180deg);
}


/* mobile */

@media(max-width:768px){
.location-custom-accordion-btn{
padding:8px 0 !important;
}
.location-custom-accordion-btn .title{
font-size:34px;
}
.custom-arrow{
font-size:18px;
}
.location-custom-accordion-btn .title {
    font-size: 36px;
    line-height: 44px;
}
.loc-input-group{
    font-size:16px;
}

}
