@charset "UTF-8";
:root {
    --color-base: $color-base;
    --color-blue: $color-blue;
    --color-blue-dar: $color-blue-dark;
    --color-blue-darke: $color-blue-darker;
    --color-blue-ligh: $color-blue-light;
    --color-green: $color-green;
    --color-green-lighte: $color-green-lighten;
    --color-green-dar: $color-green-dark;
    --color-green-darke: $color-green-darken;
    --color-green-shad: $color-green-shade;
    --color-green-ligh: $color-green-light;
    --color-red-dar: $color-red-dark;
    --gray-100: $gray-100;
    --gray-900: $gray-900;
    --gray-800: $gray-800;
    --gray-400: $gray-400;
    --gray-300: $gray-300;
    --gray-500: $gray-500;
    --gray-600: $gray-600;
    --gray-200: $gray-200;
}
/*.container-white-card,*/
/*.search-form {*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*}*/
/*.c-radio-square > input {*/
/*    height: 0.1px;*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    width: 0.1px;*/
/*}*/
/*.announcement-section-panel,*/
/*.blue-lg-panel {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.enq-active {*/
/*    display: none;*/
/*}*/
/*.enq-active.show {*/
/*    display: block;*/
/*}*/
@media (min-width: 992px) {
    .announcement-section-panel:after,
    .blue-lg-panel:after {
        background-color: #16605f;
        border-radius: 10px;
        content: "";
        height: 100%;
        left: 0;
        max-width: 716px;
        position: absolute;
        top: 0;
        width: 90%;
        z-index: -1;
    }
}
.announcement-section-container:after {
    height: 238px;
}
@media (min-width: 992px) {
    .announcement-section-container:after {
        display: none;
    }
}
.announcement-section-content-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
/*.btn-with-icon {*/
/*    align-items: center;*/
/*    background: #0082a8;*/
/*    border-radius: 5px;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    font-size: 1rem;*/
/*    font-weight: 700;*/
/*    height: 48px;*/
/*    justify-content: center;*/
/*    max-width: 220px;*/
/*    overflow: hidden;*/
/*    padding: 11px 52px 11px 19px;*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0;*/
/*    position: relative;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .btn-with-icon {*/
/*        height: 58px;*/
/*        max-width: 289px;*/
/*        padding: 11px 52px 11px 38px;*/
/*    }*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .btn-with-icon.align-left-on-sm {*/
/*        justify-content: start !important;*/
/*        padding-left: 20px !important;*/
/*    }*/
/*}*/
/*.btn-with-icon:after {*/
/*    background: #00a5bf*/
/*        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMzY3Ljk1NCAyMTMuNTg4IDE2MC42NyA1Ljg3MmMtNy44MDQtNy44MTktMjAuNDY3LTcuODMxLTI4LjI4NC0uMDI5LTcuODE5IDcuODAyLTcuODMyIDIwLjQ2NS0uMDMgMjguMjg0bDIwNy4yOTkgMjA3LjczMWM3Ljc5OCA3Ljc5OCA3Ljc5OCAyMC40ODYtLjAxNSAyOC4yOTlMMTMyLjM1NiA0NzcuODczYy03LjgwMiA3LjgxOS03Ljc4OSAyMC40ODIuMDMgMjguMjg0QTE5LjkzNSAxOS45MzUgMCAwIDAgMTQ2LjUxMyA1MTJjNS4xMjUgMCAxMC4yNS0xLjk1OCAxNC4xNTctNS44NzNsMjA3LjI2OS0yMDcuNzAxYzIzLjM5NC0yMy4zOTQgMjMuMzk0LTYxLjQ1OS4wMTUtODQuODM4eiIgZmlsbD0iI2ZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIi8+PC9zdmc+)*/
/*        no-repeat 50%;*/
/*    background-size: 16px 16px;*/
/*    content: "";*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    transition: width 0.2s ease-in-out;*/
/*    width: 52px;*/
/*}*/
/*.btn-with-icon:focus,*/
/*.btn-with-icon:hover {*/
/*    background: #007294;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/
/*.btn-with-icon:focus:after,*/
/*.btn-with-icon:hover:after {*/
/*    width: 55px;*/
/*}*/
/*.disabled.btn-with-icon,*/
/*[disabled].btn-with-icon {*/
/*    cursor: default;*/
/*    opacity: 0.6;*/
/*    pointer-events: none;*/
/*}*/
/*.megadropdown {*/
/*    position: static !important;*/
/*}*/
/*.megadropdown-container {*/
/*    margin: 0 auto;*/
/*    max-width: 1220px;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    width: 100%;*/
/*}*/
/*.megadropdown-container,*/
/*.megadropdown-container > .row {*/
/*    height: 100%;*/
/*}*/
/*.nav-item:not(.megadropdown-item-solid).show .nav-link {*/
/*    background: #35b6b4;*/
/*    border-radius: 5px;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*}*/
/*.nav-item:not(.megadropdown-item-solid).show .button-target {*/
/*    background: #35b6b4 !important;*/
/*}*/
/*.nav-item:not(.megadropdown-item-solid).show .button-target > img {*/
/*    filter: invert(1);*/
/*}*/
/*.megadropdown-item-solid.nav-item.show .nav-link {*/
/*    font-weight: 700;*/
/*}*/
/*.megadropdown-item-solid.nav-item.show .nav-link:before {*/
/*    background: #fff;*/
/*    box-shadow: -1px -1px 2px rgba(0, 58, 112, 0.1);*/
/*    content: "";*/
/*    height: 10px;*/
/*    left: 50%;*/
/*    position: absolute;*/
/*    top: 47px;*/
/*    transform: translateX(-50%) rotate(45deg);*/
/*    width: 10px;*/
/*    z-index: 2;*/
/*}*/
/*.megadropdown .nav-link {*/
/*    transition: none;*/
/*}*/
/*.megadropdown-menu,*/
/*.megadropdown-menu-boxed,*/
/*.megadropdown-menu-boxed-md,*/
/*.megadropdown-menu-boxed-sm,*/
/*.megadropdown-menu-small {*/
/*    background: #fff;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    box-shadow: 0 2px 4px rgba(0, 58, 112, 0.09);*/
/*    margin: 0;*/
/*    padding: 10px 0;*/
/*    z-index: 1;*/
/*}*/
/*.megadropdown-menu {*/
/*    height: 100vh;*/
/*    left: -40px;*/
/*    right: -40px;*/
/*}*/
/*.megadropdown-menu:before {*/
/*    background: transparent;*/
/*    box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.08);*/
/*    content: "";*/
/*    height: 22px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    top: -22px;*/
/*    width: 100%;*/
/*}*/
/*.megadropdown-menu-link:hover {*/
/*    background: #f7f7f7;*/
/*    text-decoration: none;*/
/*}*/
/*.megadropdown-menu-link-o use {*/
/*    stroke: #616161 !important;*/
/*}*/
/*.megadropdown-menu-link-o:hover {*/
/*    background-color: #f7f7f7;*/
/*    color: #35b6b4 !important;*/
/*    text-decoration: none;*/
/*}*/
/*.megadropdown-menu-link-o:hover use {*/
/*    stroke: #35b6b4 !important;*/
/*}*/
/*.megadropdown-menu-small {*/
/*    border: none;*/
/*    min-width: 309px;*/
/*    top: 54px;*/
/*}*/
/*.megadropdown-menu-boxed {*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 0 4px rgba(0, 58, 112, 0.1);*/
/*    left: 0;*/
/*    margin-top: -1px;*/
/*    right: 0;*/
/*}*/
/*.megadropdown-menu-boxed-md,*/
/*.megadropdown-menu-boxed-sm {*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 0 4px rgba(0, 58, 112, 0.1);*/
/*    left: 50%;*/
/*    top: 53px;*/
/*    transform: translateX(-50%);*/
/*}*/
/*.megadropdown-menu-boxed-md {*/
/*    width: 900px;*/
/*}*/
/*.megadropdown-menu-boxed-sm {*/
/*    width: 570px;*/
/*}*/
/*.dropdown-menu-left {*/
/*    background: #fff;*/
/*    display: none;*/
/*    height: 100%;*/
/*    left: 100%;*/
/*    padding: 0 20px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    white-space: nowrap;*/
/*    width: 200%;*/
/*    z-index: 1;*/
/*}*/
/*.dropdown-menu-left:before {*/
/*    content: "";*/
/*    height: 100%;*/
/*    left: -20px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 20px;*/
/*}*/
/*.dropdown-left:hover:after {*/
/*    border: 10px solid transparent;*/
/*    border-left-color: #f7f7f7;*/
/*    content: "";*/
/*    margin-top: -27px;*/
/*    position: absolute;*/
/*    right: -15px;*/
/*    top: auto;*/
/*    z-index: 2;*/
/*}*/
/*.dropdown-left:hover .dropdown-menu-left {*/
/*    display: block;*/
/*}*/
/*.tabs-underline a {*/
/*    border-bottom: 2px solid transparent;*/
/*}*/
/*.tabs-underline a.active {*/
/*    border-bottom-color: #16605f;*/
/*}*/
/*.navigation-mobile {*/
/*    background: #fff;*/
/*    border-top: 1px solid #35b6b4;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    position: fixed;*/
/*    right: 0;*/
/*    z-index: 100;*/
/*}*/
/*.navigation-mobile-link {*/
/*    height: 66px;*/
/*}*/
/*.navigation-mobile-link:active {*/
/*    background: #f7f7f7;*/
/*}*/
/*.navigation-fullpage-mobile {*/
/*    bottom: 67px;*/
/*    display: none;*/
/*    left: 0;*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 66px;*/
/*    z-index: 120;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .navigation-fullpage-mobile {*/
/*        top: 122px;*/
/*    }*/
/*}*/
/*.navigation-fullpage-mobile-body {*/
/*    background: #fff;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*    padding: 0 20px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .navigation-fullpage-mobile {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*.navigation-fullpage-mobile-dropdown {*/
/*    display: none;*/
/*    height: 100%;*/
/*    left: -20px;*/
/*    overflow-y: auto;*/
/*    position: fixed;*/
/*    right: -20px;*/
/*    top: 0;*/
/*    transform: translateX(100%);*/
/*}*/
/*.navigation-fullpage-mobile-dropdown .navigation-fullpage-mobile-dropdown {*/
/*    left: 20px;*/
/*}*/
/*.navigation-fullpage-mobile-inner {*/
/*    position: relative;*/
/*    transition: transform 0.3s ease;*/
/*}*/
/*.navigation-fullpage-mobile-inner.is-open {*/
/*    transform: translateX(calc(-100% - 40px));*/
/*}*/
/*.navigation-fullpage-mobile-item.has-dropdown {*/
/*    position: relative;*/
/*}*/
/*.navigation-fullpage-mobile-item.has-dropdown > a:after {*/
/*    content: "\f054";*/
/*    font-family: Font Awesome\5 Free;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/
/*.has-dropdown .has-dropdown .navigation-fullpage-mobile-link:after {*/
/*    right: 10px;*/
/*}*/
/*.navigation-fullpage-mobile-item.has-dropdown .navigation-fullpage-mobile-link.active + .navigation-fullpage-mobile-dropdown {*/
/*    display: block;*/
/*    overflow-y: auto;*/
/*}*/
/*.navigation-fullpage-mobile-item:not(:last-of-type) {*/
/*    border-bottom: 1px dashed #c4c4c4;*/
/*}*/
/*.navigation-fullpage-mobile-col {*/
/*    border-bottom: 1px solid #002a51;*/
/*}*/
/*.navigation-fullpage-mobile-col:nth-child(odd) {*/
/*    border-right: 1px solid #002a51;*/
/*}*/
/*.stickyHeader + .navigation-fullpage-mobile {*/
/*    top: 66px;*/
/*}*/
/*.emergency-trigger {*/
/*    left: auto;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 66px;*/
/*    z-index: 20;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .emergency-trigger {*/
/*        left: 0;*/
/*        position: fixed;*/
/*        right: auto;*/
/*        top: 200px;*/
/*    }*/
/*}*/
/*.emergency-trigger-btn {*/
/*    background: #c13434;*/
/*    border: 1px solid #c13434;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    padding: 8px 6px;*/
/*    position: relative;*/
/*    text-transform: uppercase;*/
/*    z-index: 2;*/
/*}*/
/*.emergency-trigger-panel {*/
/*    background: #c13434;*/
/*    border-radius: 0 0 10px 10px;*/
/*    bottom: 0;*/
/*    display: none !important;*/
/*    left: 26px;*/
/*    padding: 20px;*/
/*    top: 0;*/
/*    width: 315px;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .emergency-trigger-panel {*/
/*        border-radius: 0 10px 10px 0;*/
/*        position: absolute;*/
/*    }*/
/*}*/
/*.emergency-trigger-close {*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));*/
/*    height: 32px;*/
/*    position: absolute;*/
/*    right: -13px;*/
/*    top: 0;*/
/*    width: 32px;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .emergency-trigger-close {*/
/*        height: 46px;*/
/*        right: -23px;*/
/*        top: 50%;*/
/*        transform: translateY(-50%);*/
/*        width: 46px;*/
/*    }*/
/*}*/
/*.emergency-trigger-close > img {*/
/*    display: block;*/
/*    height: 22px;*/
/*    margin: 0 auto;*/
/*    max-width: 22px;*/
/*    width: 89%;*/
/*}*/
/*.emergency-trigger.is-open .emergency-trigger-panel {*/
/*    display: flex !important;*/
/*}*/
/*.search-form {*/
/*    max-width: 1039px;*/
/*    padding: 20px 10px;*/
/*    width: 100%;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .search-form {*/
/*        padding: 30px 26px;*/
/*    }*/
/*}*/
/*.search-form > form {*/
/*    margin-bottom: 0 !important;*/
/*}*/
/*.search-form-title {*/
/*    color: #16605f;*/
/*    font-size: 1rem;*/
/*    margin: 0 0 7px;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .search-form-title {*/
/*        font-size: 19px;*/
/*    }*/
/*}*/
/*.search-form-group {*/
/*    flex: 1;*/
/*    margin-bottom: 20px;*/
/*}*/
/*@media (max-width: 991.98px) {*/
/*    .search-form-group {*/
/*        padding-right: 0 !important;*/
/*    }*/
/*}*/
/*.search-form-control {*/
/*    border-color: transparent;*/
/*    font-size: 14px;*/
/*    height: 49px;*/
/*    padding: 8px 15px 8px 50px !important;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .search-form-control {*/
/*        border-color: rgba(0, 58, 112, 0.7);*/
/*        font-size: 18px;*/
/*        height: 70px;*/
/*        padding: 17px 15px 17px 52px !important;*/
/*    }*/
/*}*/
/*.search-form-control-search {*/
/*    background: #f7f7f7*/
/*        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIxLjg2NiAyMC41Ny02LjM5MS02LjM5YTguNjY0IDguNjY0IDAgMCAwIDEuOTQyLTUuNDdDMTcuNDE3IDMuOTA2IDEzLjUxIDAgOC43MDggMCAzLjkwNyAwIDAgMy45MDggMCA4LjcxYzAgNC44IDMuOTA3IDguNzA3IDguNzA4IDguNzA3IDIuMDcyIDAgMy45NzQtLjczIDUuNDctMS45NDFsNi4zOTIgNi4zOWMuMTc5LjE4LjQ2OS4xOC42NDggMGwuNjQ4LS42NDhhLjQ1OC40NTggMCAwIDAgMC0uNjQ4Wk04LjcwOCAxNS41ODRBNi44ODMgNi44ODMgMCAwIDEgMS44MzMgOC43MWE2Ljg4MyA2Ljg4MyAwIDAgMSA2Ljg3NS02Ljg3NSA2Ljg4MyA2Ljg4MyAwIDAgMSA2Ljg3NSA2Ljg3NSA2Ljg4MyA2Ljg4MyAwIDAgMS02Ljg3NSA2Ljg3NVoiIGZpbGw9IiMwMDM5NzQiLz48L3N2Zz4=)*/
/*        no-repeat 15px;*/
/*}*/
/*.search-form-control-location {*/
/*    background: #f7f7f7*/
/*        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjMDAzOTc0Ij48cGF0aCBkPSJNMTEgMEM2LjczNSAwIDMuMjY2IDMuNDcgMy4yNjYgNy43MzZjMCAxLjQ0MS4zOTkgMi44NDcgMS4xNTQgNC4wNjdsNi4xNCA5Ljg5NGMuMTE3LjE5LjMyNC4zMDUuNTQ3LjMwNWguMDA2YS42NDQuNjQ0IDAgMCAwIC41NDctLjMxNGw1Ljk4My05Ljk5YTcuNzI0IDcuNzI0IDAgMCAwIDEuMDkxLTMuOTYyYzAtNC4yNjUtMy40Ny03LjczNC03LjczNC03LjczNFptNS41MzcgMTEuMDM2LTUuNDQgOS4wODItNS41ODEtOC45OTVhNi40MzcgNi40MzcgMCAwIDEtLjk3LTMuMzg4YzAtMy41NTQgMi45LTYuNDU0IDYuNDU0LTYuNDU0czYuNDUgMi45IDYuNDUgNi40NTRhNi40NCA2LjQ0IDAgMCAxLS45MTMgMy4zWiIvPjxwYXRoIGQ9Ik0xMSAzLjg2OGEzLjg3MiAzLjg3MiAwIDAgMC0zLjg2NyAzLjg2N0EzLjg2MiAzLjg2MiAwIDAgMCAxMSAxMS42MDJhMy44NiAzLjg2IDAgMCAwIDMuODY3LTMuODY3QTMuODcyIDMuODcyIDAgMCAwIDExIDMuODY4Wm0wIDYuNDU0YTIuNTg5IDIuNTg5IDAgMCAxLTIuNTg3LTIuNTg3QTIuNTk2IDIuNTk2IDAgMCAxIDExIDUuMTQ4YTIuNTkyIDIuNTkyIDAgMCAxIDIuNTgyIDIuNTg3QTIuNTg0IDIuNTg0IDAgMCAxIDExIDEwLjMyMloiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIydjIySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)*/
/*        no-repeat 15px;*/
/*    padding-right: 35px;*/
/*}*/
/*.search-form-control-sm {*/
/*    font-size: 1rem;*/
/*    font-weight: 400;*/
/*    padding-bottom: 22px;*/
/*    padding-top: 22px;*/
/*}*/
/*.search-form-btn {*/
/*    font-size: 1rem;*/
/*    font-weight: 700;*/
/*    padding: 17px 15px;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .search-form-btn {*/
/*        font-size: 20px;*/
/*        height: 70px;*/
/*        margin-left: 0 !important;*/
/*        margin-right: 0 !important;*/
/*        padding: 20px 15px;*/
/*    }*/
/*}*/
/*.search-form-btn-sm {*/
/*    padding-bottom: 19px;*/
/*    padding-top: 19px;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .search-form-btn-sm {*/
/*        max-width: 248px;*/
/*        padding-bottom: 16px;*/
/*        padding-top: 16px;*/
/*    }*/
/*}*/
/*.search-form-location-btn {*/
/*    margin-top: -3px;*/
/*    right: 24px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.search-form .error {*/
/*    color: #f94242;*/
/*    font-size: 13px;*/
/*    position: absolute;*/
/*}*/
/*.search-form .ng-select .ng-select-container {*/
/*    align-items: center;*/
/*}*/
/*.search-form .ng-select.ng-select-multiple .ng-select-container .ng-value-container {*/
/*    flex-wrap: nowrap !important;*/
/*}*/
/*.search-form .ng-select .ng-clear-wrapper {*/
/*    top: 7px;*/
/*}*/
/*.header-inner {*/
/*    margin: 0 auto;*/
/*    max-width: 1600px;*/
/*    width: 100%;*/
/*}*/
/*.headerMobControl .icon-search {*/
/*    width: 18px;*/
/*}*/
/*@media (max-width: 991.98px) {*/
/*    body {*/
/*        padding-bottom: 66px;*/
/*    }*/
/*}*/
/*.overlay-search {*/
/*    background: hsla(0, 0%, 100%, 0.97);*/
/*    bottom: 66px;*/
/*    display: none;*/
/*    left: 0;*/
/*    padding-top: 118px;*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 0;*/
/*    z-index: 9;*/
/*}*/
/*.overlay-search-close {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 85px;*/
/*}*/
/*@media (max-width: 991.98px) {*/
/*    .overlay-search.is-show {*/
/*        display: block;*/
/*    }*/
/*}*/
/*.headerPrimary-trigger.collapsed .fa-times,*/
/*.headerPrimary-trigger:not(.collapsed) .fa-chevron-down {*/
/*    display: none;*/
/*}*/
/*.headerSecondry .dropdown-toggle:after {*/
/*    margin-top: 2px;*/
/*    vertical-align: middle;*/
/*}*/
/*.quick-query-dropdown {*/
/*    background-color: #0082a8 !important;*/
/*    border-radius: 0 0 10px 10px;*/
/*    margin-top: 10px !important;*/
/*    min-width: 300px;*/
/*}*/
/*.quick-query-dropdown:before {*/
/*    border: 7px solid transparent;*/
/*    border-bottom-color: #0082a8;*/
/*    content: "";*/
/*    left: 35px;*/
/*    position: absolute;*/
/*    top: -13px;*/
/*}*/
/*.autosuggest-target-wrapper .twitter-typeahead {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/
/*.autosuggest-target-menu {*/
/*    background: #fff;*/
/*    border: 1px solid #f1f1f1;*/
/*    border-radius: 0 0 10px 10px;*/
/*    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/
/*    margin-left: 1px;*/
/*    margin-top: -6px;*/
/*    max-height: 325px;*/
/*    overflow-y: auto;*/
/*    right: 0;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .autosuggest-target-menu {*/
/*        max-height: 375px;*/
/*    }*/
/*}*/
/*.autosuggest-target-header {*/
/*    background: #cdcdcd;*/
/*    color: #383838;*/
/*    margin: 0;*/
/*}*/
/*.autosuggest-target-header,*/
/*.autosuggest-target-suggestion {*/
/*    font-size: 14px;*/
/*    padding: 12px;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .autosuggest-target-header,*/
/*    .autosuggest-target-suggestion {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/
/*.autosuggest-target-cursor,*/
/*.autosuggest-target-suggestion:hover {*/
/*    background-color: #f7f7f7;*/
/*}*/
/*.search-single {*/
/*    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));*/
/*    height: 70px;*/
/*    margin: auto;*/
/*    max-width: 764px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    z-index: 3;*/
/*}*/
/*.search-single-sm {*/
/*    height: 55px;*/
/*}*/
/*.search-single-group {*/
/*    flex: 1;*/
/*}*/
/*.search-single-form-control {*/
/*    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIxLjg2NiAyMC41Ny02LjM5MS02LjM5YTguNjY0IDguNjY0IDAgMCAwIDEuOTQyLTUuNDdDMTcuNDE3IDMuOTA2IDEzLjUxIDAgOC43MDggMCAzLjkwNyAwIDAgMy45MDggMCA4LjcxYzAgNC44IDMuOTA3IDguNzA3IDguNzA4IDguNzA3IDIuMDcyIDAgMy45NzQtLjczIDUuNDctMS45NDFsNi4zOTIgNi4zOWMuMTc5LjE4LjQ2OS4xOC42NDggMGwuNjQ4LS42NDhhLjQ1OC40NTggMCAwIDAgMC0uNjQ4Wk04LjcwOCAxNS41ODRBNi44ODMgNi44ODMgMCAwIDEgMS44MzMgOC43MWE2Ljg4MyA2Ljg4MyAwIDAgMSA2Ljg3NS02Ljg3NSA2Ljg4MyA2Ljg4MyAwIDAgMSA2Ljg3NSA2Ljg3NSA2Ljg4MyA2Ljg4MyAwIDAgMS02Ljg3NSA2Ljg3NVoiIGZpbGw9IiMwMDM5NzQiLz48L3N2Zz4=);*/
/*    background-position: 20px;*/
/*    background-repeat: no-repeat;*/
/*    border-radius: 10px 0 0 10px;*/
/*    border-right: none;*/
/*    color: #16605f;*/
/*    font-size: 18px;*/
/*    height: 100%;*/
/*    padding: 0 52px 0 62px;*/
/*}*/
/*.search-single-form-control::-webkit-input-placeholder {*/
/*    color: rgba(0, 58, 112, 0.6);*/
/*}*/
/*.search-single-form-control:-moz-placeholder,*/
/*.search-single-form-control::-moz-placeholder {*/
/*    color: rgba(0, 58, 112, 0.6);*/
/*}*/
/*.search-single-form-control:-ms-input-placeholder {*/
/*    color: rgba(0, 58, 112, 0.6);*/
/*}*/
/*.search-single-btn {*/
/*    border-radius: 0 10px 10px 0;*/
/*    font-size: 22px;*/
/*    min-width: 179px;*/
/*}*/
/*.search-single-overlap-btn {*/
/*    right: 22px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.footer {*/
/*    background: #16605f;*/
/*    padding: 45px 0 40px;*/
/*}*/
/*.footer a {*/
/*    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;*/
/*}*/
/*.footer a:not(.footer-bordered-link):focus,*/
/*.footer a:not(.footer-bordered-link):hover {*/
/*    color: #84d5ce !important;*/
/*    text-decoration: none;*/
/*    transform: translateX(10px);*/
/*}*/
/*.footer-inner {*/
/*    margin: 0 auto;*/
/*    max-width: 1600px;*/
/*    width: 100%;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .footer-inner {*/
/*        padding: 0 40px !important;*/
/*    }*/
/*}*/
/*.footer-social-link {*/
/*    align-items: center;*/
/*    border: 1px solid #fff;*/
/*    border-radius: 5px;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    font-size: 16px;*/
/*    height: 30px;*/
/*    justify-content: center;*/
/*    width: 30px;*/
/*}*/
/*.footer-social-link:hover {*/
/*    background: #fff;*/
/*    color: #16605f;*/
/*    text-decoration: none;*/
/*}*/
/*.footer-bordered-link {*/
/*    border: 1px dashed #fff;*/
/*    border-radius: 5px;*/
/*    color: #fff;*/
/*    display: inline-block;*/
/*    padding: 4px 9px;*/
/*}*/
/*.footer-bordered-link:hover {*/
/*    background: #fff;*/
/*    color: #16605f;*/
/*    text-decoration: none;*/
/*}*/
/*.footer-search .autosuggest-target-menu {*/
/*    bottom: 100% !important;*/
/*    top: auto !important;*/
/*}*/
@media (min-width: 768px) {
    .f-md-base {
        font-size: 1rem;
    }
    .f-md-18 {
        font-size: 18px;
    }
    .f-md-24 {
        font-size: 24px;
    }
    .f-md-26 {
        font-size: 26px;
    }
}
.site-heading-with-border {
    position: relative;
}
.site-heading-with-border:after {
    border-bottom: 1px solid #cfcfcf;
    content: "";
    display: block;
}
.site-heading-with-border > span {
    display: inline-block;
}
.site-heading-with-border > span:after {
    border-bottom: 3px solid #16605f;
    content: "";
    display: block;
    margin-bottom: -1px;
}
.site-heading-with-border.no-light-border:after {
    display: none;
}
.l-h-12 {
    line-height: 1.2;
}
@media (min-width: 992px) {
    .lh-lg-normal {
        line-height: normal;
    }
}
.lh-lg-normal {
    line-height: normal;
}
.font-weight-semi-bold {
    font-weight: 600;
}
@media (min-width: 992px) {
    .font-weight-lg-semi-bold {
        font-weight: 600;
    }
    .font-weight-lg-bold {
        font-weight: 700 !important;
    }
}
.site-content ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4 {
    font-size: 18px;
    font-weight: 600;
}
.site-content p:last-of-type {
    margin-bottom: 0;
}
.site-content ul li {
    padding-left: 1.5em;
    text-indent: -0.7em;
}
.site-content ul li:not(:last-child) {
    margin-bottom: 0.5em;
}
.site-content ul li:before {
    color: #cfcfcf;
    content: "●";
    font-size: 17px;
    left: -0.7em;
    position: relative;
}
.site-content-bullets ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-content-bullets ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.site-content-bullets ul li:before {
    content: "●";
    font-size: 0.65em;
    padding-right: 1em;
    position: relative;
    top: -2px;
}
.f-10 {
    font-size: 10px;
}
.f-11 {
    font-size: 11px;
}
.f-12 {
    font-size: 12px;
}
.f-13 {
    font-size: 13px;
}
.f-14 {
    font-size: 14px;
}
.f-15 {
    font-size: 15px;
}
.f-16 {
    font-size: 16px;
}
.f-17 {
    font-size: 17px;
}
.f-18 {
    font-size: 18px;
}
.f-19 {
    font-size: 19px;
}
.f-20 {
    font-size: 20px;
}
.f-21 {
    font-size: 21px;
}
.f-22 {
    font-size: 22px;
}
.f-23 {
    font-size: 23px;
}
.f-24 {
    font-size: 24px;
}
.f-25 {
    font-size: 25px;
}
.f-26 {
    font-size: 26px;
}
.f-27 {
    font-size: 27px;
}
.f-28 {
    font-size: 28px;
}
.f-29 {
    font-size: 29px;
}
.f-30 {
    font-size: 30px;
}
.f-31 {
    font-size: 31px;
}
.f-32 {
    font-size: 32px;
}
.f-base {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .f-lg-12 {
        font-size: 12px !important;
    }
    .f-lg-13 {
        font-size: 13px !important;
    }
    .f-lg-14 {
        font-size: 14px !important;
    }
    .f-lg-15 {
        font-size: 15px !important;
    }
    .f-lg-16 {
        font-size: 16px !important;
    }
    .f-lg-17 {
        font-size: 17px !important;
    }
    .f-lg-18 {
        font-size: 18px !important;
    }
    .f-lg-19 {
        font-size: 19px !important;
    }
    .f-lg-20 {
        font-size: 20px !important;
    }
    .f-lg-21 {
        font-size: 21px !important;
    }
    .f-lg-22 {
        font-size: 22px !important;
    }
    .f-lg-23 {
        font-size: 23px !important;
    }
    .f-lg-24 {
        font-size: 24px !important;
    }
    .f-lg-25 {
        font-size: 25px !important;
    }
    .f-lg-26 {
        font-size: 26px !important;
    }
    .f-lg-27 {
        font-size: 27px !important;
    }
    .f-lg-28 {
        font-size: 28px !important;
    }
    .f-lg-29 {
        font-size: 29px !important;
    }
    .f-lg-30 {
        font-size: 30px !important;
    }
    .f-lg-31 {
        font-size: 31px !important;
    }
    .f-lg-32 {
        font-size: 32px !important;
    }
    .f-lg-36 {
        font-size: 36px !important;
    }
    .f-lg-40 {
        font-size: 40px !important;
    }
    .f-lg-50 {
        font-size: 50px !important;
    }
    .font-weight-lg-normal {
        font-weight: 400 !important;
    }
}
b,
strong {
    font-weight: 600;
}
.btn-primary {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 88, 133, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 88, 133, 0.5);
}
.btn-green-darken {
    background-color: #0082a8;
    border-color: #0082a8;
    color: #fff;
}
.btn-green-darken.focus,
.btn-green-darken:focus,
.btn-green-darken:hover {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-green-darken.focus,
.btn-green-darken:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 149, 181, 0.5);
}
.btn-green-darken.disabled,
.btn-green-darken:disabled {
    background-color: #0082a8;
    border-color: #0082a8;
    color: #fff;
}
.btn-green-darken:not(:disabled):not(.disabled).active,
.btn-green-darken:not(:disabled):not(.disabled):active,
.show > .btn-green-darken.dropdown-toggle {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-green-darken:not(:disabled):not(.disabled).active:focus,
.btn-green-darken:not(:disabled):not(.disabled):active:focus,
.show > .btn-green-darken.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 149, 181, 0.5);
}
.btn-primary-shaded {
    background-color: #005e8c;
    border-color: #005e8c;
    color: #fff;
}
.btn-primary-shaded.focus,
.btn-primary-shaded:focus,
.btn-primary-shaded:hover {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary-shaded.focus,
.btn-primary-shaded:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 118, 157, 0.5);
}
.btn-primary-shaded.disabled,
.btn-primary-shaded:disabled {
    background-color: #005e8c;
    border-color: #005e8c;
    color: #fff;
}
.btn-primary-shaded:not(:disabled):not(.disabled).active,
.btn-primary-shaded:not(:disabled):not(.disabled):active,
.show > .btn-primary-shaded.dropdown-toggle {
    background-color: #003c59;
    border-color: #00334c;
    color: #fff;
}
.btn-primary-shaded:not(:disabled):not(.disabled).active:focus,
.btn-primary-shaded:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-shaded.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 118, 157, 0.5);
}
.btn-primary-outline {
    background-color: #fff;
    border-color: #16605f;
    color: #212529;
}
.btn-primary-outline.focus,
.btn-primary-outline:focus,
.btn-primary-outline:hover {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary-outline.focus,
.btn-primary-outline:focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 55, 101, 0.5);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    background-color: #fff;
    border-color: #16605f;
    color: #212529;
}
.btn-primary-outline:not(:disabled):not(.disabled).active,
.btn-primary-outline:not(:disabled):not(.disabled):active,
.show > .btn-primary-outline.dropdown-toggle {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.btn-primary-outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 55, 101, 0.5);
}
.btn-default {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    background-color: #2c9897;
    border-color: #298f8d;
    color: #fff;
}
.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 193, 191, 0.5);
}
.btn-default.disabled,
.btn-default:disabled {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #298f8d;
    border-color: #278583;
    color: #fff;
}
.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 193, 191, 0.5);
}
.btn-secondary-outline {
    border-color: #35b6b4;
    color: #35b6b4;
}
.btn-secondary-outline.green-lighten {
    background: #dbf0f0;
    border-color: #dbf0f0;
    color: #013a70;
}
.btn-secondary-outline:hover {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-secondary-outline.focus,
.btn-secondary-outline:focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 182, 180, 0.5);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    background-color: transparent;
    color: #35b6b4;
}
.btn-secondary-outline:not(:disabled):not(.disabled).active,
.btn-secondary-outline:not(:disabled):not(.disabled):active,
.show > .btn-secondary-outline.dropdown-toggle {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-secondary-outline:not(:disabled):not(.disabled).active:focus,
.btn-secondary-outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 182, 180, 0.5);
}
.btn-white-outline {
    border-color: #fff;
    color: #fff;
}
.btn-white-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #35b6b4;
}
.btn-white-outline.focus,
.btn-white-outline:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
    background-color: transparent;
    color: #fff;
}
.btn-white-outline:not(:disabled):not(.disabled).active,
.btn-white-outline:not(:disabled):not(.disabled):active,
.show > .btn-white-outline.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #212529;
}
.btn-white-outline:not(:disabled):not(.disabled).active:focus,
.btn-white-outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-white-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-border-light {
    border: 1px solid #fff;
}
.btn-xxs {
    font-size: 12px;
}
.btn-link {
    color: #0084ff;
}
.btn-link:hover {
    color: #16605f;
}
@media (max-width: 991.98px) {
    .btn-lg {
        font-size: 18px;
    }
}
.btn-as-select {
    padding: 14px 18px;
}
.btn-icon-box {
    width: 30px;
}
.btn-with-icon-shade {
    background-color: #005e8c !important;
}
.btn-with-icon-sm {
    max-width: 180px !important;
}
@media (min-width: 768px) {
    .btn-with-icon-sm {
        max-width: 200px !important;
    }
}
.btn-with-icon-md {
    max-width: 210px !important;
}
@media (min-width: 992px) {
    .btn-with-icon-md {
        max-width: 225px !important;
    }
}
.btn-with-icon-lg {
    max-width: 210px !important;
}
@media (min-width: 992px) {
    .btn-with-icon-lg {
        max-width: 245px !important;
    }
}
@media (max-width: 991.98px) {
    .btn-with-icon.sm-on-mob {
        max-width: 180px !important;
    }
}
.btn-with-icon-xs {
    max-width: 160px;
}
.btn-wide {
    max-width: 235px;
    width: 100%;
}
.btn-circle {
    border-radius: 40px;
}
.table-button {
    height: 25px;
    width: 25px;
}
.color-base {
    color: #383838;
}
@media (min-width: 992px) {
    .color-lg-base {
        color: #383838;
    }
}
.color-red {
    color: #f94242 !important;
}
.color-green {
    color: #35b6b4 !important;
}
.color-blue {
    color: #16605f !important;
}
.color-gray-600 {
    color: #616161 !important;
}
@media (min-width: 992px) {
    .color-lg-blue {
        color: #16605f !important;
    }
    .color-gray-lg-600 {
        color: #616161 !important;
    }
}
.color-gray-500 {
    color: #545454 !important;
}
.color-white {
    color: #fff;
}
.color-green-darken {
    color: #0082a8 !important;
}
.bg-blue {
    background-color: #16605f;
}
.bg-blue-lighten {
    background-color: #eaf3fb;
}
.bg-green {
    background-color: #35b6b4;
}
.bg-green-dark {
    background-color: #00a5bf;
}
.bg-green-lighten {
    background-color: #84d5ce;
}
.bg-green-darken {
    background-color: #0082a8;
}
@media (min-width: 992px) {
    .bg-lg-white {
        background-color: #fff !important;
    }
}
.bg-backdrop-white {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
}
.bg-gray-100 {
    background: #f7f7f7;
}
.bg-green-light {
    background: rgba(53, 182, 180, 0.2);
}
@media (min-width: 992px) {
    .bg-lg-green-light {
        background: rgba(53, 182, 180, 0.2);
    }
}
.link-gray-600 {
    color: #616161;
}
.link-gray-600:focus,
.link-gray-600:hover {
    color: #35b6b4;
}
.contact-us-banner,
.section-speciality-banner {
    background-color: #0082a8;
    background-repeat: no-repeat;
    min-height: 250px;
    overflow: hidden;
    position: relative;
}
.section-speciality-banner-bg {
    height: 90px;
    left: 82%;
    position: absolute;
    top: 98px;
    transform: translate(-50%, -50%);
    width: 90px;
}
@media (min-width: 992px) {
    .section-speciality-banner-bg {
        height: 211px;
        left: 75%;
        top: 50%;
        width: 211px;
    }
}
.section-speciality-banner-bg:before {
    background-color: #fe4004;
    border: 6px solid #fb5b29;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.section-speciality-banner-bg:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 22%, rgba(0, 0, 0, 0.075) 69%);
    content: "";
    height: 164px;
    left: 120%;
    position: absolute;
    top: 108%;
    transform: translate(-50%, -50%) rotate(130deg);
    width: 85px;
    z-index: -2;
}
@media (min-width: 992px) {
    .section-speciality-banner-bg:after {
        height: 490px;
        left: 129%;
        top: 116%;
        width: 200px;
    }
}
.section-speciality-banner-bg-icon {
    height: 40px;
    width: auto;
}
@media (min-width: 992px) {
    .section-speciality-banner-bg-icon {
        height: 100px;
    }
}
.section-speciality-banner-bg-icon.large-icon {
    height: 55px;
}
@media (min-width: 992px) {
    .section-speciality-banner-bg-icon.large-icon {
        height: 180px;
    }
}
@media (max-width: 991.98px) {
    .h-auto-on-mob.contact-us-banner,
    .section-speciality-banner.h-auto-on-mob {
        min-height: auto !important;
    }
}
.section-speciality-banner.to-right,
.to-right.contact-us-banner {
    background-position-x: 100%;
}
@media (min-width: 768px) {
    .contact-us-banner,
    .section-speciality-banner {
        background-position: 100% 100%;
        background-size: 315px;
    }
}
@media (min-width: 992px) {
    .contact-us-banner,
    .section-speciality-banner {
        background-size: 415px;
        min-height: 290px;
    }
}
.section-speciality-banner-title {
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .section-speciality-banner-title {
        margin-bottom: 50px;
    }
}
.mx-pagination-item:not(:last-child):after,
.mx-pagination-link,
.mx-pagination-text {
    color: #16605f;
    font-size: 12px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .mx-pagination-item:not(:last-child):after,
    .mx-pagination-link,
    .mx-pagination-text {
        font-size: 14px;
    }
}
.mx-pagination {
    align-items: flex-start;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.mx-pagination-item:not(:last-child):after {
    content: "–";
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    vertical-align: top;
}
.mx-pagination-item-white:after {
    color: #fff !important;
}
.mx-pagination-item-white .mx-pagination-link,
.mx-pagination-item-white .mx-pagination-text {
    color: #fff;
}
.mx-pagination-link,
.mx-pagination-text {
    display: inline-block;
    vertical-align: top;
}
.mx-pagination-link:focus,
.mx-pagination-link:hover {
    color: #35b6b4;
    text-decoration: none;
}
.announcement-section {
    position: relative;
}
@media (min-width: 992px) {
    .announcement-section {
        background: url(/images/leaf-bottom.svg?3e88720bc5dd2cdfb2afb26a0757830d) no-repeat 0 94%;
    }
}
@media (min-width: 1200px) {
    .announcement-section:after {
        background: url(/images/announce-img.png?73afd9ab1ec4362b6434329260e3c6b8) no-repeat 11% 100%;
        background-size: 200px;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 0;
    }
}
.announcement-section-panel:after {
    height: 70.9%;
}
.announcement-section-content {
    flex: 0 0 309px;
}
.announcement-section-content-img {
    height: 97px;
}
@media (min-width: 768px) {
    .announcement-section-content-img {
        height: 233px;
    }
}
@media (min-width: 1600px) {
    .announcement-section-content-img {
        height: 313px;
    }
}
@media (min-width: 992px) {
    .announcement-section-bottom {
        max-width: 300px;
        padding-top: 26px;
        position: relative;
        top: -202px;
        z-index: 1;
    }
}
.c-radio-square {
    display: inline-block;
}
.c-radio-square-text {
    background-color: #f3fffe;
    border: 1px solid #35b6b4;
    border-radius: 5px;
    color: #616161;
    cursor: pointer;
    display: block;
    font-size: 16px;
    min-width: 95px;
    padding: 11px 4px;
    text-align: center;
}
@media (min-width: 768px) {
    .c-radio-square-text {
        min-width: 108px;
        padding: 11px 4px;
    }
}
.c-radio-square-text:hover {
    opacity: 0.8;
}
.c-radio-square-text-bg-white {
    background-color: #fff;
    border-color: #cfcfcf;
    color: #16605f;
}
@media (max-width: 1199.98px) {
    .c-radio-square-text-min-w-sm {
        min-width: 73px;
    }
}
.c-radio-square-text-blue {
    background: #fff;
    border-color: #16605f;
    color: #16605f;
}
.c-radio-square > input:checked + .c-radio-square-text {
    background: #35b6b4;
    color: #fff;
    opacity: 1;
}
.c-radio-square > input:checked + .c-radio-square-text-bg-white {
    border-color: #35b6b4;
}
.c-radio-square > input:checked + .c-radio-square-text-blue {
    background: #16605f;
    color: #fff;
    font-weight: 600;
}
.form-control,
.form-control-select.selectbox + .select2 .select2-selection,
.form-control-select.selectbox + .select2 .selectbox.select2-selection + .select2 .select2-selection,
select.form-control.selectbox + .select2 .select2-selection {
    border-color: #cfcfcf;
    color: #16605f;
    font-size: 1rem;
    padding: 14px 18px;
}
.form-control-select.selectbox + .select2 .select2-selection::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
select.form-control.selectbox + .select2 .select2-selection::-webkit-input-placeholder {
    color: #616161;
}
.form-control-select.selectbox + .select2 .select2-selection:-moz-placeholder,
.form-control-select.selectbox + .select2 .select2-selection::-moz-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
select.form-control.selectbox + .select2 .select2-selection:-moz-placeholder,
select.form-control.selectbox + .select2 .select2-selection::-moz-placeholder {
    color: #616161;
}
.form-control-select.selectbox + .select2 .select2-selection:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
select.form-control.selectbox + .select2 .select2-selection:-ms-input-placeholder {
    color: #616161;
}
.form-control-select.selectbox + .select2 .select2-selection:focus,
.form-control:focus,
select.form-control.selectbox + .select2 .select2-selection:focus {
    border-color: #35b6b4;
}
.form-control-lead {
    font-size: 18px;
}
.form-control-select.selectbox + .select2 .placeholder-green-darken.select2-selection::-webkit-input-placeholder,
.form-control.placeholder-green-darken::-webkit-input-placeholder,
select.form-control.selectbox + .select2 .placeholder-green-darken.select2-selection::-webkit-input-placeholder {
    color: #0082a8;
}
.form-control-select.selectbox + .select2 .placeholder-green-darken.select2-selection:-moz-placeholder,
.form-control-select.selectbox + .select2 .placeholder-green-darken.select2-selection::-moz-placeholder,
.form-control.placeholder-green-darken:-moz-placeholder,
.form-control.placeholder-green-darken::-moz-placeholder,
select.form-control.selectbox + .select2 .placeholder-green-darken.select2-selection:-moz-placeholder,
select.form-control.selectbox + .select2 .placeholder-green-darken.select2-selection::-moz-placeholder {
    color: #0082a8;
}
.form-control-select.selectbox + .select2 .placeholder-green-darken.select2-selection:-ms-input-placeholder,
.form-control.placeholder-green-darken:-ms-input-placeholder,
select.form-control.selectbox + .select2 .placeholder-green-darken.select2-selection:-ms-input-placeholder {
    color: #0082a8;
}
.form-control-select,
.form-control-select.selectbox + .select2 .select2-selection,
.form-control-select.selectbox + .select2 .selectbox.select2-selection + .select2 .select2-selection,
.form-control-select.selectbox + .select2 select.select2-selection,
select.form-control,
select.form-control.selectbox + .select2 .select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMzYuNjc4IDM2LjY3OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI5LjY5NiAyMC4wNzZjLjA4OC4xNi4wOC4zNTQtLjAyMS41MWwtMTAuMjggMTUuODYzYS41MDIuNTAyIDAgMCAxLS40MDcuMjI5aC0uMDE1YS41LjUgMCAwIDEtLjQwMy0uMjA1TDYuOTk4IDIwLjYwOWEuNS41IDAgMCAxIC40MDMtLjc5M2gyMS44NTVhLjQ5LjQ5IDAgMCAxIC40NC4yNnpNNy40MDEgMTYuODY1aDIxLjg3NmEuNTAxLjUwMSAwIDAgMCAuMzE2LS44ODhMMTguMDg2LjIwNUEuNTM0LjUzNCAwIDAgMCAxNy42NjggMGEuNTAyLjUwMiAwIDAgMC0uNDA2LjIyOUw2Ljk4MiAxNi4wOTRhLjUwNy41MDcgMCAwIDAtLjAyMS41MTIuNTA1LjUwNSAwIDAgMCAuNDQuMjU5eiIgZmlsbD0iI2M0YzRjNCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIi8+PC9zdmc+);
    background-position: 98%;
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 16px;
}
.form-control-select-default,
select.form-control-default {
    background-image: url(/images/icon-chevron-down.svg?c2c8eb3657231c6703671e4a318e3faa);
    background-position: calc(100% - 15px);
    border-color: #35b6b4;
    color: #35b6b4;
}
.form-control-select-default:focus,
select.form-control-default:focus {
    color: #35b6b4;
}
.form-control-select.selectbox + .select2 .select2-selection,
.form-control-select.selectbox + .select2 .selectbox.select2-selection + .select2 .select2-selection,
select.form-control.selectbox + .select2 .select2-selection {
    height: auto;
}
.form-control-select.selectbox + .select2 .select2-selection__rendered,
.form-control-select.selectbox + .select2 .selectbox.select2-selection + .select2 .select2-selection__rendered,
select.form-control.selectbox + .select2 .select2-selection__rendered {
    color: #616161;
    line-height: normal;
    padding: 0;
}
.form-control-select.selectbox + .select2 .select2-selection__arrow,
.form-control-select.selectbox + .select2 .selectbox.select2-selection + .select2 .select2-selection__arrow,
select.form-control.selectbox + .select2 .select2-selection__arrow {
    display: none;
}
.help-text {
    font-size: 14px;
}
.select-control-green-darken,
.select-control-green-darken.selectbox + .select2 .select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0082a8
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS41MDggMS4yNzNhLjcyNi43MjYgMCAwIDAgMCAuMTU3Yy4wMzUuMTUuMDkzLjI5My4xNzIuNDI2IDAgLjA2Ny4xMDMuMTIzLjE0OC4xOGw2Ljg2NyA2LjczLjEyNi4xMDJBMS4xNjMgMS4xNjMgMCAwIDAgOSA4Ljk4YTEuMTUgMS4xNSAwIDAgMCAuMTk0LS4xMTJsLjEyNi0uMTAxIDYuODY2LTYuNzMxLjEwMy0uMTI0YTEuMTEgMS4xMSAwIDAgMCAuMjE3LS40ODIgMi4xMTMgMi4xMTMgMCAwIDAgMC0uMzgyIDEuMjU4IDEuMjU4IDAgMCAwLS4xMDMtLjI5MSAxLjEyOSAxLjEyOSAwIDAgMC0uMzc0LS40MzEgMS4xNTggMS4xNTggMCAwIDAtLjU0MS0uMTk4IDEuMDYyIDEuMDYyIDAgMCAwLS40NTggMCAuOTguOTggMCAwIDAtLjM0My4xNjlsLS4xMjYuMS02LjA1NCA1Ljk0NkwyLjQ1My4zOThoLS4wNTdMMi4yNy4yOTdBMS4zODkgMS4zODkgMCAwIDAgMS45MTYuMTVoLS4zMWExLjE2MSAxLjE2MSAwIDAgMC0uNTU3LjE2MmMtLjE2OC4xLS4zMDcuMjQyLS40MDQuNDFhMS4xMDggMS4xMDggMCAwIDAtLjEzNy4zNTkuNzI2LjcyNiAwIDAgMCAwIC4xNTd2LjAzNFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
        no-repeat;
    background-position: 98%;
    background-position: calc(100% - 25px);
    background-size: 16px;
    border: 1px solid #0082a8;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    min-width: 220px;
    padding: 14px 60px 14px 30px;
}
.select-control-green-darken.selectbox + .select2 .select2-selection:hover,
.select-control-green-darken:hover {
    background-color: #0096c2;
}
@media (max-width: 991.98px) {
    .select-control-green-darken-sm-on-mob,
    .select-control-green-darken.selectbox + .select2 .select2-selection {
        background-position: calc(100% - 10px);
        font-size: 16px;
        height: 46px;
        min-width: unset;
        padding: 11px 30px 11px 15px;
        width: 100%;
    }
}
@media (max-width: 413.98px) {
    .select-control-green-darken-sm-on-mob,
    .select-control-green-darken.selectbox + .select2 .select2-selection {
        font-size: 15px;
    }
}
.select-control-green-darken.selectbox + .select2 .select2-selection {
    align-items: center;
    display: flex;
    height: 46px;
}
@media (min-width: 992px) {
    .select-control-green-darken.selectbox + .select2 .select2-selection {
        height: 46px;
    }
}
.select-control-green-darken.selectbox + .select2 .select2-selection__rendered {
    color: #fff !important;
    line-height: normal;
    padding: 0;
}
.select-control-green-darken.selectbox + .select2 .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    border-color: #eee !important;
    z-index: 105 !important;
}
@media (max-width: 991.98px) {
    .select2-dropdown {
        min-width: 250px;
    }
}
.select2-dropdown .select2-results__option {
    border-top: 1px solid #eee;
    color: #4d759d;
    font-size: 15px;
    padding: 10px 19px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f7f7f7 !important;
    color: #4d759d !important;
}
.select2-container--default .select2-results__options .select2-results__option:first-of-type {
    font-weight: 600;
}
.select2-search--dropdown {
    padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-bottom: 1px solid #616161;
    border-left: none;
    border-right: none;
}
.select2-results__options::-webkit-scrollbar {
    background: #ededed;
    width: 10px;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background: #013a70;
    border-radius: 10px;
}
.select2-search__field {
    background: url(/images/icon-search.svg?f377cf293fe1dd5e628a8db78020562c) no-repeat;
    background-position: 15px;
    background-size: 17px;
    opacity: 0.5;
    padding-left: 45px !important;
}
.select2-container--open .select2-selection {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.select2-container {
    width: 100%;
}
.select2-container--open .select2-dropdown {
    left: auto !important;
}
@media (min-width: 992px) {
    .select2-container--open .select2-dropdown {
        right: 0;
    }
}
.selectbox-parent.right-no-mob .select2-container--open .select2-dropdown {
    right: 0;
}
.search-field-outlined {
    background: transparent
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIyLjQ0MyAyMC41MzYtNi4zOTUtNi4zOGE4LjYzNyA4LjYzNyAwIDAgMCAxLjk0My01LjQ2MkMxNy45OSAzLjkgMTQuMDggMCA5LjI3NyAwIDQuNDcgMCAuNTYyIDMuOS41NjIgOC42OTRjMCA0Ljc5NCAzLjkxIDguNjk0IDguNzE1IDguNjk0YTguNjgzIDguNjgzIDAgMCAwIDUuNDc0LTEuOTM5bDYuMzk1IDYuMzhhLjQ2LjQ2IDAgMCAwIC42NDkgMGwuNjQ4LS42NDZhLjQ1Ny40NTcgMCAwIDAgMC0uNjQ3Wk05LjI3NyAxNS41NThjLTMuNzk0IDAtNi44OC0zLjA4LTYuODgtNi44NjQgMC0zLjc4NSAzLjA4Ni02Ljg2NCA2Ljg4LTYuODY0IDMuNzkzIDAgNi44OCAzLjA4IDYuODggNi44NjQgMCAzLjc4NS0zLjA4NyA2Ljg2NC02Ljg4IDYuODY0WiIgZmlsbD0iIzAwODJBOCIvPjwvc3ZnPg==)
        no-repeat;
    background-position: 13px;
    background-size: 22px;
    border: 1px solid #0082a8;
    border-radius: 5px;
    color: #0082a8;
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 46px;
    padding: 8px 20px 8px 46px;
    width: 100%;
}
.search-field-outlined::-webkit-input-placeholder {
    color: #0082a8;
}
.search-field-outlined:-moz-placeholder,
.search-field-outlined::-moz-placeholder {
    color: #0082a8;
}
.search-field-outlined:-ms-input-placeholder {
    color: #0082a8;
}
.search-field-outlined-green {
    background: #fff
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNjEyLjAxIDYxMi4wMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTYwNi4yMDkgNTc4LjcxNCA0NDguMTk4IDQyMy4yMjhDNDg5LjU3NiAzNzguMjcyIDUxNSAzMTguODE3IDUxNSAyNTMuMzkzIDUxNC45OCAxMTMuNDM5IDM5OS43MDQgMCAyNTcuNDkzIDBTLjAwNiAxMTMuNDM5LjAwNiAyNTMuMzkzczExNS4yNzYgMjUzLjM5MyAyNTcuNDg3IDI1My4zOTNjNjEuNDQ1IDAgMTE3LjgwMS0yMS4yNTMgMTYyLjA2OC01Ni41ODZsMTU4LjYyNCAxNTYuMDk5YzcuNzI5IDcuNjE0IDIwLjI3NyA3LjYxNCAyOC4wMDYgMGExOS4yOTEgMTkuMjkxIDAgMCAwIC4wMTgtMjcuNTg1ek0yNTcuNDkzIDQ2Ny44Yy0xMjAuMzI2IDAtMjE3Ljg2OS05NS45OTMtMjE3Ljg2OS0yMTQuNDA3UzEzNy4xNjcgMzguOTg2IDI1Ny40OTMgMzguOTg2YzEyMC4zMjcgMCAyMTcuODY5IDk1Ljk5MyAyMTcuODY5IDIxNC40MDdTMzc3LjgyIDQ2Ny44IDI1Ny40OTMgNDY3Ljh6IiBmaWxsPSIjMzViNmI0IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz48L3N2Zz4=)
        no-repeat;
    border: 1px solid #35b6b4;
    color: #35b6b4;
    display: block;
    width: 100%;
}
.search-field-outlined-green::-webkit-input-placeholder {
    color: #35b6b4;
}
.search-field-outlined-green:-moz-placeholder,
.search-field-outlined-green::-moz-placeholder {
    color: #35b6b4;
}
.search-field-outlined-green:-ms-input-placeholder {
    color: #35b6b4;
}
.search-field-outlined-sm {
    background-position: 15px;
    background-size: 15px !important;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    padding: 3px 13px 3px 45px;
}
.select-control-outlined {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjAwNCAxLjA0MWEuNjE1LjYxNSAwIDAgMCAwIC4xNGMuMDMzLjEzMy4wODcuMjYxLjE2LjM4IDAgLjA2LjA5Ny4xMS4xNC4xNmw2LjQzMyA1Ljk5Mi4xMTguMDlhMS4xMzggMS4xMzggMCAwIDAgMS4xMDQuMWMuMDY0LS4wMjguMTI1LS4wNjEuMTgyLS4xbC4xMTgtLjA5IDYuNDMzLTUuOTkzLjA5Ni0uMTFhLjk2Ny45NjcgMCAwIDAgLjIwNC0uNDMgMS44IDEuOCAwIDAgMCAwLS4zMzkgMS4wODcgMS4wODcgMCAwIDAtLjA5Ny0uMjYgMS4wMiAxLjAyIDAgMCAwLS4zNS0uMzgzIDEuMTIxIDEuMTIxIDAgMCAwLS41MDctLjE3NiAxLjA0NSAxLjA0NSAwIDAgMC0uNDI5IDAgLjkzOC45MzggMCAwIDAtLjMyMi4xNWwtLjExOC4wOS01LjY3MSA1LjI5NEwxLjgyNy4yNjJoLS4wNTRsLS4xMTgtLjA5YTEuMzQgMS4zNCAwIDAgMC0uMzMyLS4xM2gtLjI5YTEuMTMgMS4xMyAwIDAgMC0uNTIyLjE0NUExLjAzNSAxLjAzNSAwIDAgMCAuMDA0Ljg3YS42MTUuNjE1IDAgMCAwIDAgLjE0di4wM1oiIGZpbGw9IiMwMDgyQTgiLz48L3N2Zz4=)
        no-repeat;
    background-position: 98%;
    background-position: calc(100% - 20px);
    background-size: 15px;
    border: 1px solid #0082a8;
    border-radius: 5px;
    color: #0082a8;
    display: block;
    width: 100%;
}
.select-control-green-darken-sm,
.select-control-outlined-sm {
    font-size: 18px;
    font-weight: 600;
    padding: 11px 15px;
}
.custom-control-label-outline-white {
    padding-left: 10px;
}
.custom-control-label-outline-white:before {
    border-color: #fff !important;
}
.custom-control-label-outline-white:after,
.custom-control-label-outline-white:before {
    background-color: transparent !important;
    height: 20px;
    top: 0 !important;
    width: 20px;
}
.custom-control-input:checked ~ .custom-control-label-outline-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTE1LjU1NiA1MTUuNTU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGQ9Im0wIDI3NC4yMjYgMTc2LjU0OSAxNzYuODg2TDUxNS41NTYgMTEyLjQ0bC00OC42Ny00Ny45OTctMjkwLjMzNyAyOTBMNDcuOTk2IDIyNS44OTF6IiBmaWxsPSIjZmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIi8+PC9zdmc+);
    background-size: 16px;
}
.main-container {
    padding: 15px 20px;
    z-index: 1;
}
@media (min-width: 768px) {
    .main-container {
        padding: 36px 20px;
    }
}
.main-container-sm {
    padding: 15px;
}
@media (min-width: 768px) {
    .main-container-sm {
        padding-bottom: 22px;
        padding-top: 22px;
    }
}
.main-container:after {
    background: #16605f;
    border-radius: 0 0 15px 15px;
    content: "";
    height: 192px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media (min-width: 768px) {
    .main-container:after {
        height: 137px;
    }
}
@media (max-width: 991.98px) {
    .main-container.large-blue-bar-on-mob:after {
        height: 324px;
    }
    .main-container.larger-blue-bar-on-mob:after {
        height: 364px;
    }
}
@media (max-width: 1199.98px) {
    .main-container.no-bg-on-sm:after {
        display: none;
    }
}
.main-container-rounded:after {
    border-radius: 10px;
}
.container-small,
.container-xsmall {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.container-md {
    max-width: 1040px;
}
.container-small {
    max-width: 992px;
}
.container-xsmall {
    max-width: 550px;
}
.container-white-card {
    padding: 20px 40px;
}
@media (max-width: 991.98px) {
    .container-white-card {
        background: transparent;
        box-shadow: none !important;
        padding: 0;
    }
}
.container-white-card-sm {
    padding: 15px 0 0;
}
@media (min-width: 992px) {
    .container-white-card-sm {
        padding: 18px 22px;
    }
}
.bg-illustration {
    background: url(/images/bg-illustration-d.svg?9afba6d25bc63c3b0c77039b8427269a) no-repeat 100% 100% / cover;
    display: block;
    height: 370px;
    margin-top: -100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
@media (min-width: 992px) {
    .bg-illustration {
        background-position: bottom;
        height: 500px;
        margin-top: -50px;
    }
}
.mx-nav-pills .nav-link {
    background: #fff;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    color: #16605f;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 21px 10px;
    position: relative;
}
.mx-nav-pills .nav-link:after {
    background: transparent;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin-bottom: -1px;
    position: absolute;
    width: 100%;
}
.mx-nav-pills .nav-link.active {
    background: #fff;
    color: #16605f;
    font-weight: 600;
}
.mx-nav-pills .nav-link.active:after {
    background-color: #35b6b4;
}
.mx-site-tabs .nav-item {
    padding-right: 30px;
}
@media (min-width: 992px) {
    .mx-site-tabs .nav-item:not(:last-child) {
        padding-right: 68px;
    }
    .mx-site-tabs .nav-item:last-child {
        padding-right: 0;
    }
}
.mx-site-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #616161;
    font-size: 16px;
    padding: 0 3px 8px;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .mx-site-tabs .nav-link {
        font-size: 24px;
    }
}
.mx-site-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #16605f;
    color: #16605f;
    font-weight: 700;
}
.mx-site-tabs.green-tabs .nav-link:focus,
.mx-site-tabs.green-tabs .nav-link:hover {
    color: #35b6b4;
}
.mx-site-tabs.green-tabs .nav-link.active {
    border-bottom-color: #35b6b4;
    color: #35b6b4;
}
@media (min-width: 992px) {
    .mx-site-tabs-small .nav-item:not(:last-child) {
        padding-right: 48px;
    }
}
.mx-site-tabs-small .nav-link {
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #616161;
    display: block;
    font-size: 24px;
    line-height: 1;
    padding: 0 1em 8px;
}
.mx-site-tabs-small .nav-link:focus,
.mx-site-tabs-small .nav-link:hover {
    color: #16605f;
}
.mx-site-tabs-small .nav-link.active {
    background: transparent;
    border-bottom-color: #16605f;
    color: #16605f;
    font-weight: 700;
}
.mx-site-tabs-small.green-tabs .nav-link:focus,
.mx-site-tabs-small.green-tabs .nav-link:hover {
    color: #35b6b4;
}
.mx-site-tabs-small.green-tabs .nav-link.active {
    border-bottom-color: #35b6b4;
    color: #35b6b4;
}
@media (max-width: 991.98px) {
    .contact-us-banner {
        background-position: 100% 100%;
        background-size: 150px;
        height: 240px;
    }
}
.enquery-section {
    background: none;
}
.enquery-section:after {
    display: none;
}
.enquery-section-panel:after {
    height: 46.9%;
}
.address-card {
    overflow: hidden;
    position: relative;
}
.address-card-img {
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 10px;
    flex: 0 0 106px;
    height: auto;
}
@media (min-width: 992px) {
    .address-card-img {
        flex: 0 0 268px;
    }
}
.address-card-leftpanel {
    width: 261px;
}
.address-card .divider {
    position: relative;
    top: 1px;
}
.address-card-indicator {
    position: absolute;
    right: 0;
    top: 2px;
    transition: transform 0.3s ease;
}
@media (min-width: 992px) {
    .address-card-indicator {
        right: calc(-15% + 20px);
    }
}
.address-card-trigger.collapsed + .address-card-indicator {
    transform: rotate(180deg);
}
.address-card-body {
    padding: 10px 10px 0;
}
@media (min-width: 992px) {
    .address-card-body {
        padding: 16px 20px 0;
    }
}
.map-embed {
    height: 464px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.map-embed-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.box-shadow-sm,
.container-white-card,
.search-form {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.box-shadow-darken {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
    .box-shadow-lg {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    }
    .box-shadow-lg-big {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
}
.header-sticked {
    padding-top: 80px;
}
@media (min-width: 992px) {
    .header-sticked {
        padding-top: 153px;
    }
}
.divider {
    border-color: #cfcfcf;
}
.opacity-50 {
    opacity: 0.5;
}
.right-60 {
    right: 60px;
}
.white-space-nowrap {
    white-space: nowrap;
}
.rounded {
    border-radius: 5px !important;
}
.rounded-lg {
    border-radius: 10px !important;
}
.rounded-top-lg {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.rounded-bottom-lg {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
@media (min-width: 992px) {
    .rounded-top-lg-lg {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
}
.hover-no-underline:hover {
    text-decoration: none;
}
.hover-underline:hover {
    text-decoration: underline;
}
.hover-color-green:hover,
.hover-color-green:hover .hover-target {
    color: #35b6b4 !important;
}
.hover-color-white:hover,
.hover-color-white:hover .hover-target {
    color: #fff !important;
}
.hover-filter-white:hover .hover-target {
    filter: brightness(0) invert(1);
}
.hover-bg-blue:hover {
    background-color: #16605f !important;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.text-truncate-line-2,
.text-truncate-line-3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.text-truncate-line-3 {
    -webkit-line-clamp: 3;
}
.text-truncate-line-5 {
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 5;
}
.text-truncate-line-5,
.text-truncate-line-7 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.text-truncate-line-7 {
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 7;
}
@media (min-width: 992px) {
    .text-truncate-lg-line-2 {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .text-truncate-lg-none {
        line-clamp: unset;
        display: block;
        overflow: visible;
    }
    .col-lg-none {
        flex: none;
        max-width: none;
        width: auto;
    }
}
.border-color-green {
    border-color: #35b6b4 !important;
}
.border-color-blue {
    border-color: #16605f !important;
}
.border-color-alpha-2 {
    border-color: rgba(0, 58, 112, 0.2) !important;
}
.border-bottom-color-alpha-white-2 {
    border-color: hsla(0, 0%, 100%, 0.2) !important;
}
.border-color-green-darken {
    border-color: #0082a8 !important;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.rounded-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.blue-lg-panel:after,
.blue-panel:after {
    width: 100%;
}
.blue-lg-panel.one-third:after,
.blue-panel.one-third:after {
    height: 70%;
}
.blue-lg-panel._35:after,
.blue-panel._35:after {
    height: 35%;
}
.blue-lg-panel._65:after,
.blue-panel._65:after {
    height: 65%;
}
.blue-lg-panel.bottom-rounded:after,
.blue-panel.bottom-rounded:after {
    border-radius: 0 0 10px 10px;
}
.blue-panel {
    position: relative;
    z-index: 1;
}
.blue-panel:after {
    background-color: #16605f;
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    max-width: 716px;
    position: absolute;
    top: 0;
    width: 90%;
    width: 100%;
    z-index: -1;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
@media (min-width: 992px) {
    .rounded-lg-lg {
        border-radius: 10px !important;
    }
}
.rounded-lg-top-left {
    border-top-left-radius: 10px;
}
.rounded-lg-top-right {
    border-top-right-radius: 10px;
}
.z-index-1 {
    z-index: 1;
}
.to-front {
    z-index: 100;
}
@media (min-width: 992px) {
    .leaf-lg-at-bottom {
        background: url(/images/leaf-up-down.svg?bc8dd66eb401da2c14d3eee9977ed2e0) no-repeat 114% 165%;
        background-size: 350px;
    }
    .d-lg-table-header-group {
        display: table-header-group !important;
    }
}
.font-style-normal {
    font-style: normal !important;
}
@media (min-width: 992px) {
    .rouned-lg-0 {
        border-radius: 0 !important;
    }
}
.hidden {
    display: none;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.visiblity-toggler.active .visiblity-toggler-toggled,
.visiblity-toggler:not(.active) .visiblity-toggler-initial {
    display: none;
}
@media (min-width: 992px) {
    .rounded-lg-0 {
        border-radius: 0 !important;
    }
}
.w-22 {
    width: 22px;
}
.h-22 {
    height: 22px;
}
.h-30 {
    height: 30px;
}
.w-30 {
    width: 30px;
}
.w-45 {
    width: 45px;
}
.h-45 {
    height: 45px;
}
.h-14 {
    height: 14px;
}
.h-18 {
    height: 18px;
}
.h-98 {
    height: 98px;
}
.w-98 {
    width: 98px;
}
.w-180 {
    width: 180px;
}
.w-25p {
    width: 25px;
}
.w-50p {
    width: 50px;
}
.h-25p {
    height: 25px;
}
.h-85 {
    height: 85px;
}
.h-65 {
    height: 65px;
}
.h-50p {
    height: 50px;
}
.h-160 {
    height: 160px;
}
.h-180 {
    height: 180px;
}
.h-280 {
    height: 280px;
}
.w-100-px {
    width: 100px;
}
.h-100p {
    height: 100px;
}
.w-10 {
    width: 10%;
}
.min-width-0 {
    min-width: 0;
}
.max-width-none {
    max-width: none !important;
}
.min-h-unset {
    min-height: unset !important;
}
.min-h-40 {
    min-height: 40px;
}
.min-h-45 {
    min-height: 45px;
}
.min-h-140 {
    min-height: 140px;
}
.min-h-60 {
    min-height: 60px;
}
@media (max-width: 991.98px) {
    .w-100-md-down {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .min-h-lg-66 {
        min-height: 66px;
    }
    .min-h-lg-60 {
        min-height: 60px;
    }
    .min-h-lg-55 {
        min-height: 55px;
    }
}
.h-20 {
    height: 20px;
}
.h-40 {
    height: 40px;
}
@media (min-width: 992px) {
    .w-lg-236 {
        width: 236px !important;
    }
    .w-lg-254 {
        width: 254px !important;
    }
    .w-lg-300 {
        width: 300px !important;
    }
    .w-lg-280 {
        width: 280px !important;
    }
    .h-lg-309 {
        height: 309px !important;
    }
    .h-lg-330 {
        height: 330px !important;
    }
    .h-lg-45 {
        height: 45px !important;
    }
    .h-lg-80 {
        height: 80px !important;
    }
}
@media (min-width: 768px) {
    .h-md-30 {
        height: 30px !important;
    }
    .h-md-23 {
        height: 23px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-150 {
        width: 150px !important;
    }
    .w-lg-180 {
        width: 180px !important;
    }
    .w-lg-80 {
        width: 80px !important;
    }
    .h-lg-160 {
        height: 160px !important;
    }
    .h-lg-130 {
        height: 130px !important;
    }
    .h-lg-100p {
        height: 100px !important;
    }
    .h-lg-180 {
        height: 180px !important;
    }
    .h-lg-211 {
        height: 211px !important;
    }
    .h-lg-240 {
        height: 240px !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-100p {
        width: 100px !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .min-h-lg-35 {
        min-height: 35px !important;
    }
    .min-h-lg-50 {
        min-height: 50px !important;
    }
    .min-h-lg-45 {
        min-height: 45px !important;
    }
}
@media (max-width: 991.98px) {
    .max-width-none-md-down {
        max-width: none !important;
    }
}
@media (min-width: 992px) {
    .max-width-lg-none {
        max-width: none !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
}
.floating-search-field {
    max-width: 160px;
    right: 75px;
}
.abs-search-btn {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.search-btn-right-sm {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.ml-n15,
.mx-n15 {
    margin-left: -15px;
}
.mr-n15,
.mx-n15 {
    margin-right: -15px;
}
.ml-15,
.mx-15 {
    margin-left: 15px;
}
.mr-15,
.mx-15 {
    margin-right: 15px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-80 {
    margin-bottom: 80px;
}
.ml-n10,
.mx-n10 {
    margin-left: -10px;
}
.mr-n10,
.mx-n10 {
    margin-right: -10px;
}
@media (min-width: 992px) {
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -10px !important;
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -10px !important;
    }
}
.ml-n05,
.mx-n05 {
    margin-left: -5px;
}
.mr-n05,
.mx-n05 {
    margin-right: -5px;
}
@media (min-width: 992px) {
    .ml-lg-n05,
    .mx-lg-n05 {
        margin-left: -5px;
    }
    .mr-lg-n05,
    .mx-lg-n05 {
        margin-right: -5px;
    }
}
.mx-n10 {
    margin-left: -10px;
    margin-right: -10px;
}
.mx-n20 {
    margin-left: -20px;
}
.mr-n20,
.mx-n20 {
    margin-right: -20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mr-20 {
    margin-right: 20px;
}
@media (min-width: 992px) {
    .mr-lg-20 {
        margin-right: 20px !important;
    }
    .mb-lg-35 {
        margin-bottom: 35px !important;
    }
}
@media (min-width: 1200px) {
    .mb-xl-35 {
        margin-bottom: 35px !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-30 {
        margin-top: 30px !important;
    }
    .mt-lg-40 {
        margin-top: 40px !important;
    }
    .mb-lg-50 {
        margin-bottom: 50px !important;
    }
    .mb-lg-70 {
        margin-bottom: 70px !important;
    }
    .mb-lg-55 {
        margin-bottom: 55px !important;
    }
    .mb-lg-20 {
        margin-bottom: 20px !important;
    }
    .mb-lg-40 {
        margin-bottom: 40px !important;
    }
}
@media (min-width: 768px) {
    .mb-md-30 {
        margin-bottom: 30px !important;
    }
}
@media (min-width: 992px) {
    .mb-lg-30 {
        margin-bottom: 30px !important;
    }
    .mt-lg-n40 {
        margin-top: -40px !important;
    }
    .mb-lg-10 {
        margin-bottom: 10px !important;
    }
    .mb-lg-15 {
        margin-bottom: 15px !important;
    }
}
.pl-20,
.px-20 {
    padding-left: 20px;
}
.pr-20,
.px-20 {
    padding-right: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.p-20 {
    padding: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.py-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.py-14 {
    padding-bottom: 14px;
    padding-top: 14px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-05,
.px-05 {
    padding-right: 5px !important;
}
.pl-05,
.px-05 {
    padding-left: 5px !important;
}
@media (min-width: 992px) {
    .pr-lg-05,
    .px-lg-05 {
        padding-right: 5px !important;
    }
    .pl-lg-05,
    .px-lg-05 {
        padding-left: 5px !important;
    }
}
.pr-10,
.px-10 {
    padding-right: 10px !important;
}
.pl-10,
.px-10 {
    padding-left: 10px !important;
}
.pb-10 {
    padding-bottom: 10px;
}
@media (min-width: 992px) {
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 20px !important;
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 20px !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10px !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10px !important;
    }
    .pt-lg-12 {
        padding-top: 12px !important;
    }
    .pl-lg-30 {
        padding-left: 30px !important;
    }
    .pr-lg-30 {
        padding-right: 30px !important;
    }
    .pl-lg-35 {
        padding-left: 35px !important;
    }
    .pr-lg-35 {
        padding-right: 35px !important;
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px !important;
    }
    .pb-lg-18,
    .py-lg-18 {
        padding-bottom: 18px !important;
    }
    .pb-lg-35 {
        padding-bottom: 35px !important;
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px !important;
    }
    .pt-lg-18,
    .py-lg-18 {
        padding-top: 18px !important;
    }
    .pt-lg-40 {
        padding-top: 40px !important;
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 30px !important;
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 30px !important;
    }
    .pl-lg-46,
    .px-lg-46 {
        padding-left: 46px !important;
    }
    .pr-lg-46,
    .px-lg-46 {
        padding-right: 46px !important;
    }
    .py-lg-40 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
    .pl-lg-40,
    .px-lg-40 {
        padding-left: 40px !important;
    }
    .pr-lg-40,
    .px-lg-40 {
        padding-right: 40px !important;
    }
    .pb-lg-40 {
        padding-bottom: 40px !important;
    }
}
@media (min-width: 1200px) {
    .pl-xl-40,
    .px-xl-40 {
        padding-left: 40px !important;
    }
    .pr-xl-40,
    .px-xl-40 {
        padding-right: 40px !important;
    }
}
@media (min-width: 992px) {
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10px !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10px !important;
    }
    .pl-lg-50,
    .px-lg-50 {
        padding-left: 50px !important;
    }
    .pr-lg-50,
    .px-lg-50 {
        padding-right: 50px !important;
    }
    .pl-lg-70 {
        padding-left: 70px !important;
    }
    .pr-lg-70 {
        padding-right: 70px !important;
    }
    .pt-lg-50,
    .py-lg-50 {
        padding-top: 50px !important;
    }
    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 50px !important;
    }
}

/*# sourceMappingURL=contact-us.css.map*/
