<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;display=swap');
html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.acc-extend {
    display: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}
 
.amh-container {
    width: 100%;
    padding: 0 90px;
}

/* Header */

.amh-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.922) 12%, transparent); */
    padding-bottom: 8px;
}

.header-content {
    display: flex;
    justify-content: space-between;
}

.main-menu-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.main-menu-item {
    color: black;
    font-weight: 500;
    padding: 16px 23px;
    display: inline-block;
    border-radius: 2px;
    transition: .2s;
    font-size: 18px;
    text-transform: uppercase;
}

.main-logo-img {
   /* width: 390px;*/
   width: 550px;
}

.search-btn, .hamburget-btn {
    background: transparent;
    border: 0;
    outline: 0 !important;
    padding: 0;
}

.search-btn img, .hamburget-btn img {
    height: 35px;
}

.main-menu {
    display: flex;
    align-items: center;
}

.main-menu-item:hover {
    color: #4f4f4f;
    /* border: 1px solid #d7d7d7; */
    /* box-shadow: 0 0 0 1px #a7a7a7, 0 8px 4px rgba(0, 0, 0, 0.039); */
    /* background: #f1f1f1; */
    /* color: white; */
    text-shadow: 2px 2px rgba(0, 0, 0, 0.122);
}

.main-menu-item span {
    display: inline-block;
    position: relative;
}

.main-menu-item span:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background: #186f50;
    border-radius: 90px;
    /* margin: auto; */
    width: 0;
    transition: .4s;
    opacity: 0;
    margin-left: 10%;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.122);
}

.main-menu-item:hover span:before {
    width: 80%;
    opacity: 1;
}

.main-menu-list li {
    display: flex;
    align-items: center;
}

.main-logo {
    display: flex;
    align-items: center;
}

/* End Header */

.footer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-data {
    display: flex;
}

.social-media-links {
    display: flex;
    flex-wrap: wrap;
}

.s-link svg {
    height: 50px;
    width: 50px;
    /* background: #a2a3a7; */
    color: #24a376;
    /* border-radius: 100%; */
    padding: 14px;
    z-index: 2;
    transition: .4s;
}

.s-link {
    /* margin-left: 10px; */
    /* background: red; */
    border-radius: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 23px;
}

.app-link {
    margin-right: 15px;
}

.amh-footer {
    background: #24a376;
    /* padding: 30px 0; */
    /* height: 130px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    position: relative;
    overflow: hidden;
    color: white;
}

.copyright-section {
    font-weight: bold;
}

.copyright-section p {
    margin-bottom: 7px;
}

.site-container {
    /* height: 100%; */
    /* display: flex; */
    width: 100%;
    /* flex-direction: column; */
}

.amh-body {
    /* flex: 1 1 auto; */
    position: relative;
    min-height: calc(100vh - 130px);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    /* background-color: #ffffff; */
}

.amh-footer:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
    /* background: red; */
    box-shadow: 0 0 27px 3px #000000;
    border-radius: 100%;
}

.home-slider {
    height: 100vh;
}

.home-slider-item {
    height: 100vh;
}

.home-slider&gt;.home-slider-item:not(:first-child) {
    display: none;
}

.home-bg {
    height: 100%;
    background-size: cover;
    transform: scale(1.3);
    transition: .7s;
}

.home-slider-item {
    overflow: hidden;
}

.owl-item.active .home-bg {
    transform: inherit;
    filter: inherit;
}

.home-page-data {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 60px;
    right: 0;
    display: flex;
    z-index: 2;
    /* background: red; */
}

.home-page-box-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    height: 100%;
}

.home-page-boxes {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
    box-shadow: 8px 8px rgba(0, 0, 0, 0.1);
}

.home-box {
    background: rgba(27, 163, 118, 0.8);
    color: white !important;
    display: block;
    padding: 20px;
    text-align: center;
    transition: .2s;
    height: 100%;
    cursor: pointer;
}

.home-page-boxes .row&gt;div:nth-child(2) .home-box, .home-page-boxes .row&gt;div:nth-child(3) .home-box {
    background: rgba(41, 145, 109, 0.8);
}

.home-img {
    height: 60px;
}

.home-ttl {
    font-weight: 500;
    font-size: 23px;
    /* line-height: 25px; */
    margin-top: 15px;
}

.home-abstract {
    color: #fdfffc;
}

.home-page-boxes:hover .row&gt;div:nth-child(1) .home-box:not(:hover), .home-page-boxes:hover .row&gt;div:nth-child(4) .home-box:not(:hover) {
    background: rgba(128, 128, 128, 0.878) !important;
}

.home-page-boxes:hover .row&gt;div:nth-child(2) .home-box:not(:hover), .home-page-boxes:hover .row&gt;div:nth-child(3) .home-box:not(:hover) {
    background: rgba(80, 80, 80, 0.878) !important;
}

.home-abstract span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.home-abstract span:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    height: 9px;
    width: 9px;
    border: 1px solid transparent;
    border-top-color: white;
    border-right-color: white;
    transform: rotate(45deg);
}

.home-text {
    color: black;
    text-align: right;
    margin-top: 30px;
}

.home-text h4 {
    font-size: 29px;
    color: #da1e36;
}

.s-link.facebook {
    background: #3a5794;
}

.s-link.twitter {
    background: #52a8e7;
}

.s-link.linkedin {
    background: #005e8d;
}

.s-link.youtube {
    background: #f70000;
}

.s-link.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.s-link.whatsapp {
    background: linear-gradient(to bottom, #59ce64, #25b43c);
}

.s-link:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    transition: .4s;
}

.s-link:hover:before {
    transform: translateY(-100%);
}

.sticky-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.sticky-item {
    background: #da1e36;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    position: relative;
    transition: .3s;
}

.sticky-bg {
    height: 40px;
}

.sticky-item:not(:last-child) {
    margin-bottom: 15px;
}

.hover-info {
    position: absolute;
    left: -205px;
    background: rgba(255, 255, 255, 0.922);
    top: 0;
    bottom: 0;
    width: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 9px;
    /* border: 1px solid #da1e36; */
    color: #da1e36;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.341);
}

.hover-info:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: white;
    top: calc(50% - 6px);
    right: -4px;
    transform: rotate(45deg);
    /* border: 1px solid white; */
    /* border-top-color: #da1e36; */
    /* border-right-color: #da1e36; */
}

.hover-info {
    opacity: 0;
    transition: .3s;
    transform: scale(.8);
    transform-origin: right;
    visibility: hidden;
}

.sticky-item:hover .hover-info {
    opacity: 1;
    transform: inherit;
    visibility: visible;
}

.sticky-item:hover {
    background: #a7091d;
}

/* Side panel */

.side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.502);
    z-index: 11;
}

.side-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #1ea376;
    z-index: 12;
    max-width: 400px;
}

.side-top {
    background: #29916c;
    display: flex;
}

.close-btn {
    width: 60px;
    margin: 0;
    display: flex;
    height: 100%;
    cursor: pointer;
}

.close-btn-svg {
    color: white;
    height: 60px;
    width: 100%;
    padding: 15px;
}

.side-cats {
    display: flex;
    flex: 1 1 auto;
}

.side-cats-item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 3px;
}

.side-cats-img {
    height: 30px;
}

.side-cats-item:hover {
    background: #1f7657;
}

.close-btn:hover {
    background: #1f7657;
}

.side-panel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.side-body {
    flex: 1 1 auto;
    padding-top: 15%;
}

.side-footer {
    background: #28906b;
    padding: 50px 20px;
}

.side-item {
    display: block;
    color: white !important;
    padding: 12px 20px;
    border-bottom: 1px solid #74b595;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.acc-sub .side-item:before, .acc-sub&gt;.side-sub-item:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-top-color: white;
    border-right-color: white;
    top: calc(50% - 7px);
    right: 25px;
    transition: .3s;
}

.acc-sub.open .side-item:before, .acc-sub.open&gt;.side-sub-item:before {
    transform: rotate(135deg);
    margin-top: -4px;
}

.acc-sub .side-item, .acc-sub&gt;.side-sub-item {
    padding-right: 39px;
}

.side-item:hover {
    background: #29916c;
}

.side-overlay {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.side-panel {
    transform: translateX(100%);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.side-menu.opened .side-overlay, .side-menu.opened .side-panel {
    visibility: visible;
    transform: inherit;
    opacity: 1;
}

/* Home Slider dots */

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    /* background: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.owl-dot span {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 10px;
    border-radius: 100%;
    border: 2px solid #939598;
    transition: .2s;
}

.owl-dot {
    display: flex;
}

.owl-dot.active span {
    background: white;
    border-color: #da1e36;
}

/* Responsive Fixes - Header */

@media (max-width: 1575px) {
    .main-menu-item {
        font-size: 14px;
        padding: 9px;
    }
    .main-logo-img {
        /*width: 260px;*/
        width: 300px;
    }
    .search-btn img, .hamburget-btn img {
        height: 25px;
    }
    .sticky-bg {
        height: 28px;
    }
    .sticky-item {
        padding: 8px;
    }
    .amh-container {
        padding: 0 70px;
    }
    /* Footer */
    .s-link svg {
        height: 35px;
        width: 35px;
        padding: 9px;
    }
    .app-img {
        width: 119px;
    }
    .copyright-section {
        font-size: 14px;
    }
    .copyright-section p {
        margin-bottom: 3px;
    }
    .amh-footer {
        /* height: 90px; */
    }
    .amh-body {
        min-height: calc(100vh - 90px);
    }
    .home-slider {
        /* height: calc(100vh - 90px); */
    }
    .home-box {
        padding: 10px;
    }
    .home-page-boxes {
        max-width: 400px;
    }
    .home-img {
        height: 30px;
    }
    .home-ttl {
        font-size: 17px;
        margin-top: 5px;
    }
    .home-abstract {
        font-size: 14px;
    }
    .home-text h5 {
        font-size: 20px;
    }
    .home-text h4 {
        font-size: 28px;
    }
    .home-slider-item {
        /* height: calc(100vh - 90px); */
    }
}

.mobl {
    display: none;
}

@media (max-width: 991px) {
    body {
        margin-top: 75px;
    }
    .amh-header {
        display: none;
    }
    .mobl {
        display: block;
    }
    .mobl {
        position: fixed;
        top: 0;
        left: 0;
        /* bottom: 0; */
        right: 0;
        z-index: 10;
        background: white;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.31);
    }
    .mobl-logo {
        padding: 10px;
    }
    .top-mobl {
        display: flex;
        justify-content: space-between;
    }
    .mobl-logo-img {
        height: 55px;
    }
    .mobl-menu-btn {
        background: transparent;
        border: 0;
        outline: 0 !important;
        padding: 15px;
    }
    .mobl-menu-btn img {
        height: 24px;
    }
    .amh-container {
        padding: 0 15px;
    }
    .home-page-data {
        position: relative;
        background: linear-gradient(to top, #ffffff 83%, transparent);
        padding-top: 60px;
        margin-top: -66px;
        z-index: 3;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-bottom: 45px;
    }
    .sticky-menu {
        display: none;
    }
    .home-page-boxes {
        margin-top: 15px;
        order: 2;
    }
    .home-text {
        order: 1;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .owl-dots {
        bottom: 7px;
    }
    .home-page-box-container {
        align-items: center;
        margin-top: 17px;
    }
    .footer-section {
        flex-direction: column;
    }
    .copyright-section {
        order: 2;
        text-align: center;
    }
    .footer-data {
        order: 1;
        flex-direction: column;
    }
    .app-links {
        order: 2;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }
    .social-section {
        order: 1;
        margin-bottom: 20px;
    }
    footer.amh-footer {
        /* height: auto; */
        /* padding: 25px 0; */
        /* padding-top: 35px; */
    }
    .social-media-links {
        justify-content: center;
    }
    .s-link {
        margin: 0 10px;
    }
    .app-link:last-child {
        margin: 0 !important;
    }
    .home-abstract {
        font-size: 13px;
    }
    .home-bg {
        background-position: center;
    }
    .home-slider-item, .home-slider {
        height: 66vw;
    }
}

/* Sub Page */

.page-container {
    padding: 15px;
    padding-top: 150px;
    padding-left: 14%;
    padding-right: 95px;
}

.subpage-container {
    margin-left: 30%;
    color: black;
    background: white;
    padding: 13px 22px;
    border-radius: 7px;
}

.subpage-ttl {
    margin-bottom: 15px;
    font-size: 28px;
    text-transform: uppercase;
    /* text-shadow: 0px 0px 7px black; */
    position: relative;
    padding-bottom: 10px;
    color: #da1e36;
}

span.page-name {
    font-size: 30px;
}

.dark-overlay {
    background: #24a376;
    border-radius: 24px;
    display: flex;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 39px;
    color: white;
    position: relative;
}

.dark-overlay-icon {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.over-img {
    width: 100%;
    max-width: 170px;
}

.dark-ttl {
    color: #ffffff;
    font-size: 28px;
}

.dark-overlay-list, .info-add-plus ul, .info-add-plus ol {
    list-style: none;
    font-size: 20px;
    margin-top: 25px;
    padding: 0;
}

.dark-overlay-list&gt;li, .info-add-plus li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 8px;
}

.dark-overlay-list&gt;li:before, .info-add-plus li:before {
    content: "";
    position: absolute;
    height: 21px;
    width: 3px;
    top: 7px;
    left: 11px;
    background: #ffffff;
}

.dark-overlay-list&gt;li:after, .info-add-plus li:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 3px;
    top: 16px;
    left: 2px;
    background: #ffffff;
}

.person-box {
    /* display: flex; */
    /* margin-bottom: 30px; */
    text-align: center;
}

.person-img {
    width: 40%;
    margin: auto;
    margin-bottom: 15px;
}

.person-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 30px; */
    font-size: 18px;
    /* width: 70%; */
}

.person-bg {
    padding-bottom: 123%;
    background-size: cover;
    border-radius: 10px;
    background-position: center;
}

@media (max-width: 991px) {
    .page-container {
        padding: 9px;
        padding-top: 20px;
    }
    .subpage-container {
        margin: 0;
        padding: 15px;
    }
    .dark-ttl {
        font-size: 20px;
    }
    .dark-overlay-list {
        font-size: 16px;
    }
    .dark-overlay {
        padding: 15px;
    }
}

/* Gopan changes */

@media (min-width: 1650px) {
    .main-logo-img {
        /* width: 550px; */
    }
    .home-page-boxes {
        max-width: 650px;
    }
    img.home-img {
        height: 70px;
    }
    .home-ttl {
        font-size: 26px;
    }
    .home-abstract {
        font-size: 17px;
    }
    .home-text h5 {
        font-size: 36px;
    }
    .home-text h4 {
        font-size: 52px;
    }
    .home-box {
        PADDING: 40PX 20PX;
    }
}

/* Side Menu sub items */

.side-sub-menu {
    BACKGROUND: #28906b;
}

.side-sub-item {
    display: block;
    color: white !important;
    padding: 12px 20px;
    border-bottom: 1px solid #409c7b;
    position: relative;
}

.side-sub-item:hover {
    background: #228562;
}

.sub-sub-menu {
    background: #1c7b59;
}

.sub-sub-item {
    display: block;
    color: white !important;
    padding: 12px 20px;
}

.home-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Category Listing */

.listing-bg {
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
}

.listing-box {
    background: white;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 30px;
    display: block;
    color: #24a376 !important;
    transition: .3s;
    height: calc(100% - 30px);
    border: 1px solid #d0d0d0;
}

.listing-title {
    position: relative;
    padding: 15px 0;
    font-size: 21px;
    /* color: #24a376; */
    padding-right: 28px;
}

.listing-title svg {
    position: absolute;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    right: 0;
}

.listing-page {
    margin-top: 30px;
}

.listing-box:hover {
    background: #24a376;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.3);
    color: white !important;
}

.amh-body-subpage {
    padding-top: 120px;
    color: black;
    padding-bottom: 30px;
}

.amh-body-subpage .subpage-ttl {
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .amh-body-subpage {
        padding-top: 30px;
    }
}

.background-opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
}

.background-opacity+* {
    z-index: 2;
    position: relative;
}

.AM-hr {
    border-top: 1px solid #e2e2e2;
    margin: 15px 0;
}

.sub-tit {
    font-size: 26px;
    
    color: #1da376;
    margin-bottom: 20px;
}

/* Photo Gallery */

.center-ttl {
    text-align: center;
    font-size: 30px;
    color: #1da577;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 259px);
    /* background: red; */
    /* margin-bottom: 30px; */
}

.gallery-box {
    position: relative;
    /* height: 60%; */
    display: block;
    color: white !important;
}

.gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.439);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: .3s;
    cursor: pointer;
}

.gallery-box:last-child {
    height: 40%;
}

.plus-sign svg {
    background: #1fa477;
    height: 45px;
    width: 45px;
    padding: 9px;
    position: relative;
    z-index: 2;
}

.album-ttl {
    font-size: 20px;
    margin-top: 20px;
    display: block;
}

.gallery-box:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-container {
    transform: translateY(70px);
    transition: .3s;
}

.gallery-box:hover .gallery-overlay-container {
    transform: inherit;
}

/* TEMP */

.gallery-box, .gallery-box * {
    transition: 0s !important;
}

.gallery-box:first-child {
    height: calc(60% - 15px);
    margin-bottom: 15px;
}

.gallery-slider .owl-item:nth-child(even) .gallery-box:last-child {
    height: calc(60% - 15px);
    margin-top: 15px;
}

.gallery-slider .owl-item:nth-child(even) .gallery-box:first-child, .gallery-slider .owl-item:nth-child(even) .gallery-box:first-child:last-child {
    height: 40%;
    margin-bottom: 0;
    margin-top: 0;
}

.owl-dots2 {
    padding-bottom: 40px;
}

.owl-dots2 .owl-dots {
    bottom: -13px;
}

.h4 {
    font-size: 18px;
    color: #319d5f;
    text-transform: uppercase;
}

.h5 {
    font-size: 16px;
    color: #319d5f;
    font-weight: bold;
}

.subpage-ttl:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(to right, #24a376 100px, #24a376 100px, #bababa 100px);
    width: 100%;
    max-width: 150px;
    border-radius: 28px;
    animation: ttl 2s forwards;
}

/* Find a Doctor */

.doc-filter {
    max-width: 900px;
    margin: auto;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.06);
    padding: 15px;
    /* padding-bottom: 8px; */
}

.amh-control {
    display: block;
    width: 100%;
    padding: 9px 13px;
    border: 0;
    /* border-radius: 7px; */
    border: 1px solid #cccccc;
    box-shadow: 3px 3px 3px #e5e5e5;
    outline: 0 !important;
    background: white;
}

.doc-filter-container {
    display: flex;
}

.doc-filter-text {
    flex: auto;
    /* display: flex; */
    /* width: 100%; */
}

.amh-btn {
    background: #186f50;
    color: white;
    border: 0;
    padding: 9px 14px;
}

.filter-search {
    margin-left: 13px;
    background: transparent;
    border: 0;
    /* background: red; */
    padding: 0px 0;
    height: 100%;
    /* padding-top: 4px; */
}

.doc-pro-box {
    color: #241f20;
    display: block;
    position: relative;
    background: white;
    display: flex;
    padding: 21px;
    overflow: hidden;
    transition: .3s;
    height: 100%;
    border: 1px solid #6b6b6b;
    border-radius: 7px;
    border-bottom-right-radius: 0;
}

.doc-pro-box:hover {
    color: white;
    background: rgb(36 163 118);
    box-shadow: 0 7px 10px rgb(0, 0, 0, 0.3);
}

.doc-bg {
    padding-bottom: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 6px;
}

.doc-img {
    width: 30%;
    /* overflow: auto; */
}

.doc-info {
    width: 70%;
    padding-left: 20px;
}

.doc-plus {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
}

.doc-ttl {
    color: #000000;
    margin-bottom: 10px;
    font-size: 18px;
}

.doc-h1 {
    color: #2bb567;
}

.mb-30 {
    margin-bottom: 30px;
}

.filter-search svg {
    width: 31px;
    color: #da1e36;
    height: 100%;
}

/* */

.amh-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.922) 12%, transparent);
    /* padding-bottom: 135px; */
    z-index: 1;
    transition: .3s;
    /* padding-bottom: 65px; */
}

.am-header-container {
    position: relative;
    z-index: 2;
    /* padding-bottom: 90px; */
    /* transition: .3s; */
}

.amh-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.29);
    transform: translateY(-100%);
    visibility: hidden;
    transition: .3s;
}

body.scrolled .amh-header:before {
    opacity: 0;
    visibility: hidden;
}

body.scrolled .amh-header:after {
    visibility: visible;
    transform: inherit;
}

@keyframes ttl {
    from {
        max-width: 0;
    }
    to {
        width: 100%;
    }
}

/* Press releases */

.press-abstract {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 36px;
    height: 70px;
}

.press-date {
    color: #636363;
    /* font-weight: bold; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.press-date svg {
    height: 18px;
    margin-right: 10px;
}

.doc-sign-plus {
    position: relative;
    /* overflow: hidden; */
}

.doc-sign-plus span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -120px;
    width: 120px;
    background: #198f67;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px black;
    transition: .3s;
    overflow: hidden;
    white-space: nowrap;
    transform: translateX(100%);
    z-index: 1;
}

.doc-pro-box:hover .plus-sign span {
    transform: inherit;
}

.press-bg {
    padding-bottom: 40%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px 0;
}

/* BOD */

.bod-box {
    height: 100%;
    background: rgb(48 180 133);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.231);
    /* border: 1px solid #434343; */
    border-radius: 10px;
    overflow: hidden;
    color: white;
}

.bod-bg {
    padding-bottom: 87%;
    background-size: cover;
    background-position: center;
}

.bod-info {
    text-align: center;
}

.bod-name {
    font-size: 24px;
    /* color: #ffffff; */
}

.bod-desc {
    /* color: #24a376; */
    padding: 25px 10px;
}

.bod-op-body {
    padding: 15px 10px;
    background: rgb(36 163 118);
    /* color: white; */
}

.color-amh {
    color: #2cb567;
}

/* Contact Us */

.contact-iframe {
    width: 100%;
    height: 300px;
}

.icon-box-ic svg, .icon-box-ic img{
    height: 30px;
    width: 28px;
    /* margin: auto; */
    /* background: red; */
    /* border-radius: 100%; */
    /* padding: 6px; */
}

.icon-box {
    margin-top: 31px;
    position: relative;
    background: #24a376;
    margin-bottom: 48px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.22);
    color: white;
}

.icon-box-ic {
    text-align: center;
    background: #186f50;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    top: -25px;
    box-shadow: 0 0 0 5px rgba(71, 71, 71, 0.361);
    color: white;
}

.icon-box-data {
    padding: 15px;
    padding-top: 0;
}

.icon-box-data a {
    color: white !important;
    font-weight: bold;
}

.desc-bx {
    padding: 15px;
    background: rgba(255, 255, 255, 0.071);
}

.contact-us-page {
    background: #ffffff;
}

.contact-content {
    /* padding: 25px; */
    padding-bottom: 0;
    padding-top: 15px;
}

/* Side Menu Fix */

.menu-item-level1 {
    display: block;
    color: white !important;
    padding: 12px 20px;
    border-bottom: 1px solid #409c7b;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #2c916d;
}

.menu-item-level2 {
    display: block;
    color: white !important;
    padding: 12px 20px;
    background: #1c7b59;
    border-bottom: 1px solid #2c916d;
}

.side-body-links .acc-sub&gt;a:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    transform: rotate( 45deg);
    border: 1px solid transparent;
    border-top-color: white;
    border-right-color: white;
    top: calc(50% - 7px);
    right: 25px;
    transition: .3s;
}

.side-body-links .acc-sub.open&gt;a:before {
    transform: rotate( 135deg);
    margin-top: -4px;
}

.acc-sub&gt;a {
    position: relative;
}

.menu-item-level1:hover {
    background: #19936a;
}

.menu-item-level2:hover {
    background: #14684a;
}

.menu-item-level3 {
    display: block;
    color: white !important;
    padding: 12px 20px;
    background: #12724f;
    border-left: 6px solid #0d4732;
    border-bottom: 1px solid #2c916d;
}

.side-body-links {
    border-top: 1px solid #2c916d;
}

.menu-item-level3:hover {
    background: #0c5d40;
    border-left-color: #063222;
}

/* Department Listing */

.dept-bg {
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    transition: .3s;
}

.dept-box {
    display: block;
    color: black;
    text-align: center;
    padding: 25px 15px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    height: 100%;
    transition: .3s;
}

.dept-box:before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 58px;
    height: 2px;
    width: 120px;
    /* border-top: 2px solid #1da577; */
    /* border-left: 2px solid #1da577; */
    transform: translate(100%, 100%);
    background: #1da577;
}

.dept-box:after {
    position: absolute;
    content: "";
    bottom: -60px;
    right: 0;
    height: 120px;
    width: 2px;
    /* border-bottom: 2px solid #1da577; */
    /* border-left: 2px solid #1da577; */
    background: #1da577;
}

/* .dept-img:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    border-top: 1px solid #1da577;
    border-right: 1px solid #1da577;
}

.dept-img:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    border-bottom: 1px solid #1da577;
    border-right: 1px solid #1da577;
} */

.dept-listing {
    margin: -1px;
}

.dept-listing-container {
    overflow: hidden;
}

.dept-listing&gt;.row&gt;div:nth-child(4n) .dept-box:after, .dept-listing&gt;.row&gt;div:nth-child(4n) .dept-box:before {
    opacity: 0;
}

.dept-listing&gt;.row&gt;div:nth-child(4n) .dept-box:after, .dept-listing&gt;.row&gt;div:nth-child(4n) .dept-box:before {
    opacity: 0;
}

.dept-listing&gt;.row&gt;div:nth-child(4n+1):nth-last-child(1) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+1):nth-last-child(1) .dept-box:after, .dept-listing&gt;.row&gt;div:nth-child(4n+1):nth-last-child(2) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+1):nth-last-child(2) .dept-box:after, .dept-listing&gt;.row&gt;div:nth-child(4n+1):nth-last-child(3) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+1):nth-last-child(3) .dept-box:after, .dept-listing&gt;.row&gt;div:nth-child(4n+1):nth-last-child(4) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+1):nth-last-child(4) .dept-box:after {
    opacity: 0;
}

.dept-listing&gt;.row&gt;div:nth-child(4n+2):nth-last-child(1) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+2):nth-last-child(1) .dept-box:after, .dept-listing&gt;.row&gt;div:nth-child(4n+2):nth-last-child(2) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+2):nth-last-child(2) .dept-box:after, .dept-listing&gt;.row&gt;div:nth-child(4n+2):nth-last-child(3) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+2):nth-last-child(3) .dept-box:after {
    opacity: 0;
}

.dept-listing&gt;.row&gt;div:nth-child(4n+3):nth-last-child(1) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+3):nth-last-child(1) .dept-box:after, .dept-listing&gt;.row&gt;div:nth-child(4n+3):nth-last-child(2) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+3):nth-last-child(2) .dept-box:after {
    opacity: 0;
}

.dept-listing&gt;.row&gt;div:nth-child(4n+4):nth-last-child(1) .dept-box:before, .dept-listing&gt;.row&gt;div:nth-child(4n+4):nth-last-child(1) .dept-box:after {
    opacity: 0;
}

.dept-box:hover {
    background: rgb(36 163 118);
    /* box-shadow: inset 0px 0px 0 3px #1da577; */
    color: white;
}

@media (max-width: 991px) {
    .dept-box:before, .dept-box:after {
        display: none;
    }
}

.tick-list li {
    position: relative;
}

.tick-list li:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjay1jaXJjbGUiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrLWNpcmNsZSBmYS13LTE2IGZhLTN4Ij48cGF0aCBmaWxsPSIjMWRhMzc2IiBkPSJNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeiIgY2xhc3M9IiI+PC9wYXRoPjwvc3ZnPg==");
    position: absolute;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 3px;
    left: -28px;
}

.tick-list {
    list-style: none;
}

/* Search box */

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    padding: 25px;
}

.search-popup.open {
    opacity: 1;
    visibility: visible;
}

.search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #636363;
    width: 50px !important;
    height: 50px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid transparent;
}

.search-close:hover {
    border-color: #d7d7d7;
}

.search-box {
    width: 100%;
    max-width: 700px;
    margin: 15px;
    display: flex;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(200px);
    transition: 1s;
}

.search-bar {
    background: white;
    border: none;
    outline: none;
    padding: 12px 20px;
    font-size: 20px;
    width: 100%;
}

.search-bar:focus::placeholder {
    opacity: 0;
}

a#BtnSearch, #LnkDSearch {
    background: #186f50;
    display: flex;
    cursor: pointer;
}

a#BtnSearch svg, #LnkDSearch svg {
    color: white;
    padding: 15px;
    width: 55px;
    height: 54px;
}

.search-popup span {
    display: block;
    font-size: 25px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(200px);
    transition: 1s;
}

a#BtnSearch svg:hover {
    background: #c08509;
}

.search-popup.open .search-box, .search-popup.open span {
    transform: inherit;
    opacity: 1;
}

.search-box {
    transition-delay: .5s;
}

.dark-overlay-info {
    width: 70%;
}

.owl-dots3 {
    padding-bottom: 40px;
}

.owl-dots3 .owl-dots {
    bottom: 9px;
}

.icon-box-ic.fin-box-ic {
    width: 70px;
    height: 70px;
    top: -35px;
}

img.icon-box-img {
    width: 37px;
}

.icon-box.mb-30 {
    height: calc(100% - 66px);
}

.dark-panel {
    background: #24a376;
    padding: 25px;
    border-radius: 10px;
}

.chap-box {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.chap-info {
    margin-left: 20px;
}

@media (max-width: 992px) {
    .chap-box {
        display: block;
        text-align: center;
    }
    .chap-info {
        margin-left: 0;
        margin-top: 20px;
    }
}

.img-border-radius {
    border-radius: 6px;
}

.person-data-name {
    font-size: 20px;
    color: #24a376;
}

.person-data-location {
    font-size: 16px;
}

.social-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Home Box Overlay */

.home-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #21634c;
    /* opacity: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.open-overlay .home-box-overlay {
    opacity: 1;
    visibility: visible;
}

.home-box-overlay-header {
    text-align: center;
    color: white;
    /* position: relative; */
    padding: 10px;
    width: 100%;
}

.home-overlay-close svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    /* background: red; */
    width: 44px;
    padding: 10px;
    cursor: pointer;
}

.home-overlay-body {
    /* background: red; */
    height: calc(100% - 44px);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
    padding-right: 8px;
    max-height: 240px;
    /* height: 100%; */
    flex: 0 0 auto;
    width: 100%;
}

.home-overlay-item {
    height: calc(50% - 8px);
    width: calc(50% - 8px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    background: #2e8e6c;
    margin: 8px;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 5px;
    box-shadow: 0 3px rgba(0, 0, 0, 0.149);
    font-size: 21px;
}

.home-overlay-item:nth-child(2), .home-overlay-item:nth-child(3) {
    background: #2e8466;
}

.home-overlay-item:hover {
    background: #2ea97e;
}

.offer-bg {
    padding-bottom: 97%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.amh-link-nav&gt;a {
    color: black;
    display: inline-block;
    margin-right: 22px;
    position: relative;
    font-weight: bold;
    border-bottom: 2px dotted white;
}

.amh-link-nav&gt;a:not(:last-child):before {
    content: "";
    position: absolute;
    top: 9px;
    right: -16px;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 100%;
}

.amh-link-nav {
    margin-bottom: 30px;
}

/* AMH Table */

.amh-table-container {
    /* background: rgb(255 255 255); */
    /* padding: 15px; */
    /* box-shadow: 0 0 4px 1px #9e9e9e; */
    /* border-radius: 8px; */
}

.amh-table {
    width: 100%;
    border-collapse: separate;
}

.amh-table th {
    color: #da1e36;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}

.amh-table td {
    vertical-align: middle;
    padding: 10px;
    border: 3px solid white;
    color: #434343;
    font-size: 14px;
    transition: 300ms;
    position: relative;
    background: #f1f1f1;
}

.amh-table tr:nth-child(odd) td {
    background: #e2e2e2;
}

td.td-head {
    background: #24a376 !important;
    text-align: center;
    font-weight: bold;
    color: white;
}

.copyright-section a {
    color: black;
}

.s-link:hover svg {
    color: white;
}

/* New footer */

.new-footer-section {
    padding: 30px 0;
}

.foot-ttl {
    color: white !important;
    display: block;
    margin-bottom: 10px;
}

.foot-sub {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    display: block;
}

.new-foot-box:not(:first-child) {
    margin-top: 15px;
}

a.foot-sub:hover, a.foot-ttl:hover {
    text-decoration: underline;
}

.foot-images &gt; *:not(:first-child) 
{
    display: inline-block;
    margin-top: 20px;
}

.new-bottom-footer {
    text-align: center;
}

.new-bottom-footer a {
    color: white !important;
}

.new-bottom-footer span:last-child {
    margin-left: 41px;
}

.new-bottom-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .foot-images {
        text-align: center;
        margin-bottom: 25px;
    }
    .social-media-links {
        margin-bottom: 15px;
    }
    .foot-images &gt; *:not(:first-child) {
        margin-top: 0;
        margin-left: 15px;
        display: inline;
    }
    .new-foot-img {
        max-width: 46%;
    }
    .new-footer-icons .row &gt; *:first-child img {
        width: 29%;
    }
}

.holder.pagination.top-margin0 {
    color: black;
}

.dept-img {
    position: relative;
}

.dept-bg-alt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.dept-box:hover .dept-bg-alt {
    opacity: 1;
}

.dept-box:hover .dept-bg:not(:last-child) {
    opacity: 0;
}

.doc-pro-box:hover .doc-ttl, .doc-pro-box:hover .doc-h1, .doc-pro-box:hover .doc-ttl, .doc-pro-box:hover .doc-h2 {
    color: white;
}

.doc-info &gt; * {
    transition: .3s;
}

.info-add-plus {
    max-height: 405px;
    overflow: hidden;
    position: relative;
}

.overlay-minimized .info-add-plus:after 
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, #24a376, transparent);
}

.read-more-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background: #fbfbfb;
    color: #24a376;
    text-transform: uppercase;
    padding: 7px 18px;
    border-top-left-radius: 9px;
    padding-right: 58px;
    transition: .2s;
    outline: 0 !important;
}

.read-more-btn svg {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    padding: 10px;
    background: #efefef;
    transition: .2s;
}

.read-more-btn:hover {
    background: #efefef;
}

.read-more-btn:hover svg {
    color: white;
    background: #24a376;
}

.overlay-more .info-add-plus {
    max-height: inherit;
}

.overlay-more .info-add-plus:after {
    display: none;
}

.amh-control:hover, .amh-control:focus {
    background: #f6f6f6;
    border-color: #a3a3a3;
}

.chap-box &gt; .chap-info &gt; * {
    color: white;
}

.chap-image img {
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}

.con-img {
    border-radius: 10px;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #979797;
}

.icon-box .color-amh {
    color: white;
}

.subpage-container a:not([class]) {
    color: #1f986d;
    font-weight: 500;
    /*border-bottom: 2px dotted;*/
}

.subpage-container a:not([class]):hover {
    color: #186f50;
}

.offer-item-desc {
    margin-bottom: 15px;
}

.doc-pro-box:hover .press-date {
    color: white;
}

.dept-box.location-dept-box {
    font-size: 16px;
    padding: 20px 5px;
}
.Highlight {
    font-size: 22px;
    Color: #24a376;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid;
    border-color: #24a376;
}

.doc-detail-ttl {
    color: #1da577;
}

@media (max-width: 767px) 
{
    .doc-filter-container {
    display: block;
}

.doc-filter-container .amh-control {
    margin-bottom: 15px;
}

.filter-search:after {content: "Search";}

.filter-search {
    margin-left: 0;
    background: #1ea376;
    padding: 10px 20px;
    display: flex;
    color: white !important;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    border: 1px solid #48d5a5;
}

.filter-search svg {
    width: 25px;
    margin-right: 17px;
    color: white;
}
}

.subscrib-date {
    background: #da1e36;
    color: white;
    /* padding: 13px; */
    margin-bottom: 21px;
}

.subscrib-date &gt; div {
    padding: 9px 13px;
    display: flex;
    justify-content: space-between;
}

.subscrib-date &gt; div:first-child {
    border-bottom: 1px solid #ab1225;
}

@media (max-width: 991px) 
{
    .new-footer-icons {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.44);
    }
    .new-bottom-footer &gt; * {
        display: block;
        margin-left: 0 !important;
    }
    .amh-table th {
        text-align: left;
        padding: 10px;
    }
    .amh-body {
        min-height: inherit;
    }
}

.dots-below .owl-dots {
    position: static;
    margin-top: 10px;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

html body .owl-carousel .owl-nav button.owl-next, html body  .owl-carousel .owl-nav button.owl-prev, html body  .owl-carousel button.owl-dot2 {
    border-radius: 4px;
    border: 1px solid #dedede !important;
    padding: 9px 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8a8a8a;
    min-width: 84px;
}

.owl-nav svg {
    height: 15px;
}

.owl-prev svg {
    margin-right: 9px;
}

.owl-next svg {
    margin-left: 9px;
}

@media (max-width: 575px) 
{
    .dept-box {border-bottom: 1px solid #bababa;}  
    
    .subpage-ttl {
        font-size: 24px;
    }  
}

.mobl-image {
    margin-bottom: 20px;
    margin-top: 25px;
}

.mobl-image .listing-bg {
    border-radius: 7px;
    box-shadow: 6px 6px 3px #f4f4f4;
}

@media (min-width: 1450px) 
{
    .subpage-container {
        padding: 25px 35px;
    }    
}

.package-slider .offer-slider {
    display: flex !important;
    flex-direction: column;
}

.package-slider .offer-slider .owl-dots {
    position: static;
    order: 1;
    margin-bottom: 27px;
    padding-bottom: 20px;
    border-bottom: 2px solid #dfdfdf;
}

.package-slider .offer-slider .owl-stage-outer {
    order: 2;
}

.package-slider .offer-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
}

.package-slider .offer-slider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
}

.package-slider .offer-bg {
    padding-bottom: 60%;
}

.input-icon {
    position: relative;
    height: 100%;
}

.input-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    padding: 10px;
    color: #da1e36;
    width: 40px;
    z-index: 2;
}

.input-icon .amh-control {
    padding-left: 39px;
    height: 100%;
}

.doc-filter .row {
    margin-left: -6px;
    margin-right: -6px;
}

.doc-filter .row &gt; div {
    padding-left: 6px;
    padding-right: 6px;
}

.doc-filter-btn {
    display: flex;
}

.drop2 {
    user-select: none;
    position: relative;
}

.drop2:before 
{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 2px solid transparent;
    border-bottom-color: #949494;
    border-right-color: #949494;
    transform: rotate(45deg);
    top: calc(50% - 8px);
    right: 12px;
}

.drop2-init 
{
    color: #757575;    
}

.drop2-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: 999;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow: auto;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #737373;
    transition: .3s;
    transform: scale(.9);
    transform-origin: top left;
    opacity: 0;
    visibility: hidden;
}

.drop2-list label {
    margin: 0;
    padding: 9px 13px;
    border-bottom: 2px solid #e8e8e8;
}

.drop2-list label:hover {
    background: #f6f6f6;
    cursor: pointer;
    color: #da1e36;
}

.drop2-list::-webkit-scrollbar {
    width: 9px;
}

.drop2-list::-webkit-scrollbar-track {
    background: #e9e9e9;
}

.drop2-list::-webkit-scrollbar-thumb {
    background: #a4a4a4;
}

.drop2-list.opened {
    transform: inherit;
    opacity: 1;
    visibility: visible;
}

.input-icon select {
    display: none;
}
 
.search-mobl svg {
    width: 19px;
    margin-right: 12px;
}

.search-mobl {
    background: #29916c;
    display: flex;
    align-items: center;
}

/* Blog */

.subpage-ttl-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-ttl {
    width: 400px;
}

.category-input {
    position: relative;
    width: 280px;
}

.category-input svg {
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    /* width: 34px; */
    height: 100%;
    fill: black;
    padding: 9px;
}

.category-ddl {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #d0d0d0;
    color: #858585;
    padding-left: 51px;
    outline: 0 !important;
}

.blog-social-section {
    width: 255px;
}

.blog-social-section .st-btn {
    margin-right: 5px !important;
}

.listing-box.blog-listing-box {
    padding: 0;
}

.listing-box.blog-listing-box .listing-title {
    padding: 20px;
    padding-right: 50px;
    color: #8f8f8f;
    transition: .3s;
    line-height: 24px;
}

.listing-box.blog-listing-box .listing-title svg {
    right: 20px;
}

.listing-category {
    display: block;
    font-size: 16px;
    /* font-style: italic; */
}

.listing-box.blog-listing-box:hover .listing-title {
    color: white;
}

@media (max-width: 1199px) {
    .subpage-ttl-social {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .subpage-ttl-social &gt; div {
        width: 100%;
    }
    
    .blog-social-section {
        margin-top: 15px;
    }
}

/* BLOG Details */

.blog-banner {
    padding-top: 36%;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 200px;
    max-height: 400px;
}

.blog-banner-desc {
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    position: absolute;
    padding: 20px 30px;
    background: linear-gradient(to top, black, transparent);
    padding-top: 60px;
}

.blog-banner-name {
    font-size: 30px;
    font-weight: bolder;
}

.blog-details {
    overflow: hidden;
}

.blog-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;
    color: #24a376;
    font-weight: bold;
}

.blog-details-social .st-btn {
    margin-left: 10px;
}

.blog-author {
    background: #f1f1f1;
    color: #5a5a5a;
    display: flex;
    justify-content: space-around;
    padding: 13px;
}

.author-image {
    width: 85px;
}

.author-bg {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0 7px 10px #0000002e;
    /* max-width: 100px; */
}

.author-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-data .a-block:first-child {
    margin-right: 30px;
}

.a-block b {
    /* font-style: italic; */
}

.blog-body {
    padding: 30px;
}

.blog-author-info {
    background: #f1f1f1;
    padding: 30px;
}

.author-bg-container {
    max-width: 275px;
}

@media (max-width: 991px) {
    .author-bg-container {
        max-width: 275px;
    }
    
    .blog-top-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px;
    }
    
    .blog-details-social .st-btn {
        margin-left: 0;
        margin-right: 10px !important;
        margin-top: 10px;
    }
    
    .author-data {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 10px;
    }
    
    .blog-banner-desc {
        padding: 15px;
    }
    
    .blog-body {
        padding: 15px;
    }
    
    .blog-author-info {
        padding: 15px;
    }
    
    .blog-body h1, .blog-author-info h1 {
        font-size: 20px;
    }
    
    .blog-banner-name {
        font-size: 20px;
    }
}

.category-input.blog-category-input svg {
    color: #da1e36;
    padding: 15px;
}

.listing-title span:first-child {
    color: #24a376;
    transition: .3s;
}

.listing-box.blog-listing-box:hover .listing-title span:first-child {
       color: white; 
}

.author-data b {
    color: #24a376;
}

.blog-author-info h1 {
    color: #24a376;
}

.blog-body h1, .blog-body h2 {
    color: #24a376 !important;
}


.back-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    color: #24a376;
    width: 123px;
    background: rgba(255, 255, 255, 0.78);
    padding: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.back-btn svg {
    height: 30px;
    width: 30px;
    padding: 8px;
}

/* Tags */

.tags-list {
    display: flex;
    flex-wrap: wrap;
}

.tag-item {
    display: inline-block;
    background: #c3c3c3;
    color: white !important;
    padding: 6px 20px;
    border-radius: 90px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag-item:hover {
    background: #198861;
}

.listing-box:hover .listing-title span:first-child {
    color: white;
}

.blog-listing-box .listing-title span:first-child {
    color: inherit;
}

.blog-listing-box .listing-title span:nth-child(2) {
    color: #24a376;
    font-weight: normal;
    font-size: 18px;
}

.blog-listing-box:hover .listing-title span:nth-child(2) {
    color: white;
}

.mobl-menu-container {
    display: flex;
}

.mobl-header-extra-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.extra-bg {
    height: 100%;
    width: 100%;
}

.mobl-extra-item {
    height: 33px;
    width: 33px;
    background: #24a376;
    padding: 5px;
    border-radius: 5px;
}

@media (max-width:1740px) {
    .main-menu-item {
        font-size: 14px;
        padding: 9px;
    }
}

@media (max-width:1090px) {
    .main-menu-item {
        font-size: 11px;
        padding: 7px;

    }
}

/*Accordion styles start- FAQ*/

.page-container .acc-sub &gt; a {
    display: block;
    font-size: 19px;
    padding: 7px 15px;
    border-left: 1px solid #da1e36;
    cursor: pointer;
    position: relative;
    padding-right: 46px;
}

.page-container .acc-sub {
    margin-bottom: 20px;
}

.page-container .acc-sub &gt; .acc-extend {
    margin-top: 20px;
}

.page-container .acc-sub &gt; a:hover, .page-container .acc-sub.open &gt; a {
    border-left-color: #24333b;
}

.page-container .acc-sub &gt; a:before {
    content: "";
    position: absolute;
    height: 21px;
    width: 2px;
    background: #6a6a6a;
    right: 28px;
    transition: .15s;
    top: 50%;
    transform: translateY(-50%);
}    

.page-container .acc-sub &gt; a:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 2px;
    background: #6a6a6a;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.page-container .acc-sub.open &gt; a:before {
    height: 0;
}

.page-container .acc-sub:nth-child(odd) &gt; a {
    background: #f8f8f8;
}

.page-container .acc-sub:nth-child(even) &gt; a {
    background: #f0f0f0;
}

/*Accordion styles end- FAQ*/</pre></body></html>