/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600&display=swap'); 
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Inter:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); :root {
    --site-color: #008080;
    --base-color: var(--site-color);
    --base-light: #00dddd;
    --primary-color: var(--base-color);
    --primary-dark: var(--site-color);
    --base-dark: #7cab87;
    --secondary-color: #12b3aa;
    --svg-color: #013c65;
    --svg-icon: #013c65;
    --color-3: var(--site-color);
    --font-1: 'Urbanist', sans-serif;
    --font-2: 'Roboto', sans-serif;
    --font-3: 'Inter', sans-serif;
    --search-show: block;
    --white-color: #FFFFFF;
}

footer {
    --footer-bg: #071630;
    --footer-bottom-bg: #101e33;
    --footer-title: #fff;
    --footer-text-label: #d9d9d9;
    --footer-text-link: #d9d9d9;
    --footer-text-icon: #d9d9d9;
    --footer-text-link-hover: var(--base-light);
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

body {
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: var(--font-2);
}

.f1 {
    font-family: var(--font-1);
}

.f2 {
    font-family: var(--font-1);
}

.f3 {
    font-family: var(--font-1);
}

.text-highlight {
    color: transparent !important;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #0b8080 0%, #0b8080 20%, #057272 20%, #0db5b5 35%);
}

.text-primary {
    color: var(--secondary-color) !important;
}

.text-primary-dark {
    color: var(--base-dark) !important;
}

.text--primary {
    color: var(--primary-color);
}

.text--primary-dark {
    color: var(--primary-dark);
}

.text--secondary {
    color: var(--secondary-color) !important;
}

.pos-rel {
    position: relative;
}

a {
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 600;
    line-height: 1.2em;
    font-family: var(--font-3);
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 17px;
}

section {
    position: relative;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    min-width: auto;
}

p, .text {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    margin: 0;
    font-family: var(--font-2);
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.odic-btn {
    display: inline-block;
    background: linear-gradient(to right, #a6dab3, #dfffe7, #a6dab3);
    background-size: 300% 100%;
    color: #000000;
    padding: 14px 21px;
    letter-spacing: 0.25px;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-3);
    line-height: 30px;
    transition: .4s ease-in-out;
    border-radius: 65px;
}

.odic-btn:not(.btn-cp) {
    text-transform: uppercase;
}

.odic-btn:not(:disabled):hover {
    background-position: 100% 0;
    color: #103c3c;
}

.odic-btn--white {
    background-color: #fff;
    color: var(--secondary-color)
}

.odic-btn--white:not(:disabled):hover {
    background-color: var(--primary-dark);
    color: #fff;
}

.odic-btn--secondary {
    background: var(--secondary-color);
    color: #fff;
}

.odic-btn--secondary:not(:disabled):hover {
    background-color: var(--primary-dark);
    color: #ffffff;
}

.btn-small {
    padding: 9px 25px;
    letter-spacing: 0.25px;
    font-weight: 600;
    font-size: 13px;
}

.btns-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--btn-gap, 15px);
}

.text-bold {
    font-weight: 600;
    color: #333;
    font-family: var(--font-3);
    font-size: 18px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: 900px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.section {
    padding: 60px 0 30px;
}

.bg_alice {
    background-color: #f9fafc;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fancybox-can-drag .fancybox-image-wrap {
    border: 10px solid #ffffff;
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-one li {
    position: relative;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 5px;
}

.list-style-one li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: var(--primary-color);
    font-weight: 900;
    font-size: 14px;
}

.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.social-icon-one li {
    position: relative;
    margin-right: 10px;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #e5e5e5;
    height: 30px;
    width: 30px;
    border: 1px solid t;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-one li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.social-icon-one.light li a {
    color: #ffffff;
}

.social-icon-one.light li a:hover {
    color: #000000;
}

.social-icon-two {
    position: relative;
    display: flex;
}

.social-icon-two li {
    position: relative;
    margin-right: 15px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #dddde1;
    height: 35px;
    width: 35px;
    border: 1px solid #ffffff;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.social-icon-three {
    position: relative;
    display: flex;
}

.social-icon-three li {
    position: relative;
    margin-right: 15px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 19px;
    color: #ffffff;
    height: 45px;
    width: 45px;
    border: 1px solid #ffffff;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--primary-color);
}

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    padding: 15px 20px;
    padding-left: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active {
    background: var(--primary-color);
    color: #ffffff;
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #222;
    font-size: 12px;
    border-radius: 50px;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    color: #ffffff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding: 30px 25px 15px;
}

.accordion-box .block .content p {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #5c6770;
    font-weight: 400;
    margin-bottom: 26px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}

.default-table {
    position: relative;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    min-width: 600px;
}

.default-table thead {
    background: var(--primary-color);
    color: #ffffff;
}

.default-table thead th {
    position: relative;
    padding: 20px 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
}

.default-table tbody tr {
    position: relative;
    border-bottom: 1px solid #ededed;
}

.default-table tr td {
    position: relative;
    padding: 26px 30px;
    font-size: 16px;
    color: #5c6770;
    font-weight: 400;
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    background: var(--primary-color);
    overflow: hidden;
    min-width: 150px;
}

.btn-style-one:hover {
    color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.owl-carousel.no-arrows .owl-nav {
    display: none;
}

.default-arrows .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    margin-top: -22px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows:hover .owl-nav {
    opacity: 1;
}

.default-arrows .owl-next, .default-arrows .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    height: 45px;
    width: 45px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    line-height: 45px;
    border-radius: 7px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows .owl-next {
    left: auto;
    right: -50px;
}

.default-arrows:hover .owl-next {
    right: 30px;
}

.default-arrows:hover .owl-prev {
    left: 30px;
}

.default-arrows .owl-next:hover, .default-arrows .owl-prev:hover {
    background: #ffffff;
    color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}

.default-arrows.dark .owl-next, .default-arrows.dark .owl-prev {
    background-color: rgba(0, 0, 0, 0.20);
}

.default-arrows.dark .owl-next:hover, .default-arrows.dark .owl-prev:hover {
    background-color: #ffffff;
}

.owl-carousel.disable-arrow .owl-nav {
    display: none;
}

.owl-carousel.disable-dots .owl-dots {
    display: none;
}

.default-dots .owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-dots .owl-dot {
    position: relative;
    height: 8px;
    width: 8px;
    background-color: #000000;
    margin: 0 4px;
    border-radius: 10px;
    transition: all 300ms ease;
}

.default-dots .owl-dot.active {
    width: 32px;
    background-color: var(--primary-color);
}

.default-dots.light .owl-dot {
    background-color: #ffffff !important;
}

.theme_color {
    color: var(--primary-color);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    z-index: 9999;
    background-image: url(../images/bg/page-loader.gif);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    color: var(--primary-color);
    font-size: 1.2em;
    opacity: .30;
    font-weight: 700;
    letter-spacing: 1px;
    content: "Loading";
    text-transform: uppercase;
    transition: none;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

hr {
    -webkit-appearance: none;
    position: relative;
    height: 1px;
    margin: 30px auto;
    background: #e6e8ed;
    border-style: none;
    outline-style: none;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.default-form .form-group:last-child {
    margin-bottom: 0;
}

.default-form .form-group input[type="text"], .default-form .form-group input[type="password"], .default-form .form-group input[type="number"], .default-form .form-group input[type="email"], .default-form .form-group input[type="url"], .default-form .form-group textarea, .default-form .form-group select {
    position: relative;
    width: 100%;
    display: block;
    color: #5c6770;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 20px;
    height: 52px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus, .default-form .form-group input[type="email"]:focus, .default-form .form-group input[type="url"]:focus, .default-form .form-group select:focus, .default-form .form-group textarea:focus {
    border-color: var(--primary-color);
}

.default-form .form-group textarea {
    height: 184px;
    resize: none;
    padding-top: 15px;
}

.default-form .form-group input[type="submit"], .default-form .form-group button {
    position: relative;
    display: inline-block;
    min-width: 160px;
}

.default-form input.error:focus, .default-form select.error:focus, .default-form textarea.error:focus {
    border-color: #ff0000;
}

.default-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.default-form .form-group .icon {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #9fa9b8;
    font-size: 14px;
    line-height: 54px;
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    border-top: 0px solid var(--primary-dark);
}

.main-header .main-box {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-left: 0;
    justify-content: space-between;
    margin-bottom: 0px;
}

.header-top {
    position: relative;
}

.header-top .inner-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top .top-left {
    position: relative;
}

.header-top .top-left .contact-list {
    position: relative;
    padding: 15px 0;
}

.header-top .top-left .contact-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    margin-left: 40px;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.header-top .top-left .contact-list li:last-child {
    margin-right: 0;
}

.header-top .top-left .contact-list li i {
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-right: 8px;
    color: var(--primary-color);
}

.header-top .top-left .contact-list li a {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-lower {
    padding: 20px 0;
}

.site-header__top {
    background-color: #319fa9;
    z-index: 1;
    position: relative;
    /* background-color: #226447; */
    background-color: #fff;
    border-bottom: 1px solid #319fa975;
}

.middle-top__search {
    color: #7F7F7F;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 50px;
    display: block;
    margin: 12px 0;
    overflow: hidden;
    padding-right: 0px;
    background: #fff;
    margin: 9px 20px;
    min-width: 330px;
    padding: 0px 0 0px 24px;
}

.middle-top__ul li {
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
}

.middle-top__btn {
    display: inline-flex;
    margin-right: 0px;
    height: 100%;
    background: transparent;
    padding: 10px 20px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.middle-top__btn:hover {
    color: #fff;
}

.search-button {
    display: block;
    padding: 6px 14px;
    font-size: 18px;
    color: teal;
    border-left: 1px solid #eee;
}

.site-header__middle-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.site-header__logo img {
    width: 100%;
    max-width: 340px;
}

.site-header__nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.site-header__middle-top {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.middle-top__search form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.middle-top__search {
}

.middle-top__search input[type="text"] {
    display: block;
    width: 100%;
    font-family: var(--font-1);
    font-weight: 500;
    letter-spacing: 0.25px;
    font-size: 14px;
}

.middle-top__search input[type="text"]::placeholder {
    color: #a4a4a4;
}

.middle-top__ul {
    display: flex;
}

.middle-top__ul li {
}

.main-menu {
    position: static;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: static;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 30px;
}

.main-menu .navigation>li {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 30px 0;
}

.main-menu .navigation>li>span, .main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #303030;
    font-family: var(--font-3);
    border-bottom: 1px solid transparent;
    letter-spacing: 0.25px;
}

.main-menu .navigation>li>a:hover, .main-menu .navigation>li.current span.current, .main-menu .navigation>li.current>a, .main-menu .navigation>li.current>span {
    color: var(--primary-color);
}

.main-menu .navigation>li.current>a {
    border-bottom-color: #008080;
}

.main-menu .navigation>li.dropdown>span {
    padding-right: 10px;
}

.main-menu .navigation>li.dropdown>span:after {
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -10px;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: 900;
    color: #222222;
    z-index: 5;
}

.main-menu .navigation>li>a>span {
    position: relative;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    opacity: 0;
    z-index: 1;
    min-width: 200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    left: 20px;
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    content: "";
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation>li>ul .from-right {
    left: auto;
    right: 100%;
    margin-right: 2px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>span, .main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 9px 30px;
    z-index: 1;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 20px;
    color: #363636;
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .navigation>li.current.dropdown>span:after, .main-menu .navigation>li li>a:hover, .main-menu .navigation>li>ul>li>ul>li.current>a, .main-menu .navigation>li>ul>li.current>a {
    color: var(--primary-color);
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    min-width: 200px;
    margin-top: -40px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #363636;
    white-space: nowrap;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .navigation>li>ul>li>ul>li>span:hover {
    color: #5c6770;
}

.main-menu .navigation>li>ul>li.dropdown>span:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: block;
    color: inherit;
    line-height: 20px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.site-header__search-btn {
    line-height: 30px;
    background: var(--base-color);
    padding: 7px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms ease all;
}

.site-header__search-btn:hover {
    background-color: var(--secondary-color) !important;
}

.search-hidden {
    display: var(--search-show) !important;
}

.model {
    padding: 0;
    border-radius: 0;
    overflow: unset;
    max-width: 1000px;
    height: auto;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgb(254 255 255);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

.sticky-header .main-box {
    padding: 0;
    margin: 0;
}

.sticky-header .outer-box, .sticky-header .main-box:before {
    display: none;
}

.main-header .sticky-header .main-menu .navigation>li.current>a {
    color: var(--primary-color);
}

.header-main .sticky-header .logo-box:before {
    display: none;
}

.mobile-header {
    position: relative;
    padding: 13px 15px;
    display: none;
    z-index: 99;
}

.mobile-header:after {
    display: table;
    clear: both;
    content: "";
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 !important;
    left: 0;
}

.mobile-header .logo img {
    max-height: 50px;
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
    margin-top: 5px;
}

.mobile-header .outer-box {
    position: relative;
    float: right;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 32px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color: var(--color-3);
    -webkit-box-ordinal-group: 4;
    order: 3;
    display: none;
}

.mm-panels .mm-counter {
    position: absolute;
    right: 45px;
    top: 50%;
    text-indent: 0;
    display: block;
    margin-top: -10px;
    background-color: #999999;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}

.mm-navbar__title>span {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
}

.mm-listview .current {
    background-color: rgba(0, 0, 0, 0.10);
}

#toggle-user-sidebar {
    margin-left: 20px;
}

#toggle-user-sidebar .thumb {
    display: block;
    height: 30px;
    width: 30px;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.mm-add-listing {
    margin-top: 30px;
    padding: 0 10px;
    border: transparent;
    display: none;
}

.mid-header-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title {
    position: relative;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: right;
    z-index: 2;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .50;
}

.page-title .title-outer {
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.page-title h1 {
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0px;
    word-break: break-word;
}

.page-title .title_divider {
    display: inline-block;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #cbcfd4;
}

.page-breadcrumb {
    font-size: 15px;
    line-height: initial;
    margin: 5px -15px 10px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    font-weight: 500;
    padding: 0 18px;
    line-height: 24px;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    top: 0;
    right: -10px;
    content: "\f179";
    font-family: 'flaticon';
    display: inline-block;
    font-size: 18px;
    color: #000;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: rgba(0, 0, 0, 0.75);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    opacity: .9;
    color: var(--primary-color);
}

.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title-sm {
    margin-bottom: 30px;
}

.sec-title .sub-title {
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
}

.sec-title .title {
    font-size: 16px;
    color: #666666;
}

.sec-title h2 {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
}

.sec-title h2.primary {
    color: var(--primary-color);
}

.sec-title h2.secondary {
    color: var(--secondary-color);
}

.sec-title .text, .sec-title p {
    position: relative;
    margin-top: 30px;
}

.sec-title .divider {
    position: relative;
    display: block;
    width: 60px;
    height: 20px;
    margin-top: 30px;
}

.sec-title .divider svg {
    display: block;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    fill: var(--primary-color);
}

.sec-title.text-center .divider {
    margin: 30px auto 0;
}

.sec-bottom-text {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: 666666;
    line-height: 24px;
    margin-top: 15px;
}

.sec-bottom-text a {
    color: var(--primary-color);
}

.sec-title.light .title, .sec-title.light h2, .sec-title.light p, .sec-title.light .text, .sec-title.light .sub-title {
    color: #ffffff;
}

.sec-title.light .divider svg {
    fill: #ffffff;
}

.main-slider {
    position: relative;
}

.main-slider .tp-dottedoverlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.main-slider .title {
    position: relative;
    display: inline-block;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    border-radius: 5px;
}

.main-slider h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #25304c;
    font-weight: 700;
    text-transform: capitalize;
}

.main-slider .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #25304c;
    font-weight: 600;
}

.main-slider .btn-box {
    position: relative;
}

.main-slider .btn-box a {
    display: inline-block;
    text-align: center !important;
    margin-right: 20px !important;
    min-width: 180px !important;
}

.main-slider .btn-box a:last-child {
    margin-right: 0px !important;
}

.top-features {
    background-color: var(--primary-dark);
    padding: 45px 0px;
}

.inner-box {
    padding: 30px;
}

.about-section {
    position: relative;
    padding: 80px 0 50px;
}

.about-bg {
    background-image: url(../images/bg/pattern-8.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-section:not(.about-bg):before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-image: url(../images/bg/pattern-2.png);*/
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
    opacity: .50;
    content: none;
    z-index: 0;
}

.about-section .sec-title {
    margin-bottom: 0;
}

.about-content .sub-title {
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 5px;
}

.about-content h2 {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-content h3 {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-content {
    margin-bottom: 50px;
}

.about-content p {
    margin-top: 10px;
    font-size: 16.3px;
    color: #1f1f1f;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.35px;
    text-align: justify;
    font-family: var(--font-2);
}

.about-content p:first-child {
    margin-top: 20px;
}

.about-content .about-p-last {
    margin-top: 10px;
}

.about-content .inner-column {
    position: relative;
}

.divider-icon {
    position: relative;
    display: block;
    width: 60px;
    /* height: 20px; */
    margin-top: 9px;
}

.divider-icon svg {
    display: block;
    width: 100%;
    /* transform: translateY(-50%); */
    /* top: 50%; */
    position: relative;
    fill: var(--svg-icon);
    width: 36px;
    height: 36px;
}

.divider-icon.light svg {
    fill: var(--primary-color);
}

.about-content .link-box {
    position: relative;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-content .link-box .signature {
    margin-right: 30px;
}

.about-section .images-column {
    /* margin-bottom: 50px; */
}

.about-section .images-column .inner-column {
    position: relative;
    /* text-align: right; */
    /* margin-right: -15px; */
}

.about-section .image-1 {
    /* right: 50px; */
    position: relative;
    max-width: 90%;
}

.about-section .image-1 img {
    border-radius: 8px;
}

.about-section .image-2 {
    position: absolute;
    right: 300px;
    top: 200px;
    left: -70px;
}

.about-section .image-3 {
    position: absolute;
    display: inline-block;
    margin-top: 0;
    right: 20px;
    z-index: 3;
    bottom: -70px;
}

.about-section .image-3 .hex {
    position: absolute;
    left: -45px;
    right: -45px;
    top: -55px;
    bottom: -55px;
    background-image: url(../images/icons/hex.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}

.section-features {
    display: flex;
}

.features-left {
    width: 50%;
    flex: 1;
    display: flex;
    position: relative;
}

.features-left img {
    object-fit: cover
}

.features-left:before {
    background: #0e365a94;
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.features-right {
    width: 50%;
    background-color: #303030;
    padding: 80px 80px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-content__label {
}

.features-content__title {
    font-size: 50px;
    line-height: 90px;
    margin-bottom: 35px;
    font-family: var(--font-1);
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.features-list li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: 49%;
    flex-direction: column;
}

.features-list li:not(:last-child) {
    margin-bottom: 25px;
}

.features-list h2 {
    color: #e7e7e7;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.35px;
}

.features-list p {
    color: #ffffffcc;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.35px;
}

.features-list__icon-wrap {
    color: #ffffff;
    width: 25px;
    height: 25px;
    background-color: #4165b1;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-form-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 70px;
    z-index: 1;
}

.appointment-form-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-dark);
    content: "";
    opacity: .80;
}

.appointment-form-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.appointment-form-section .content-column .inner-column {
    padding-top: 50px;
}

.appointment-form-section .content-column .content {
    position: relative;
}

.appointment-form-section .content-column .title {
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.appointment-form-section .content-column h3 {
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.appointment-form-section .content-column .content .text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.appointment-form-section .content-column .content .text strong {
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.appointment-form__mb {
    margin-bottom: -170px;
}

.appointment-form {
    position: relative;
    background-color: #ffffff;
    padding: 50px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.appointment-form .sec-title {
    margin-bottom: 40px;
}

.testimonial-section {
    position: relative;
    padding: 80px 0 40px;
    overflow: hidden;
}

.testimonial-innersection {
    position: relative;
    padding: 80px 0 40px;
}

.testimonial-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(../images/bg/testimonial-bg.webp); */
    opacity: 1;
    background-attachment: fixed;
    background-size: cover;
    pointer-events: none;
    background-color: #d4eeff33;
}

.testimonial-section .testimonial-outer {
    position: relative;
}

.testimonial-author__info {
    position: relative;
    max-width: 400px;
    overflow: hidden;
    margin: 0 auto 30px;
}

.testimonial-author__info .thumb-box {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.6;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-author__info .author-info .icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #000000;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    margin-bottom: 5px;
}

.testimonial-author__info .rating {
    color: #f9bd0c;
    display: flex;
    justify-content: center;
    gap: 10px 1px;
}

.testimonial-author__info .rating-star:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-opacity='0' d='M12 3l2.35 5.76l6.21 0.46l-4.76 4.02l1.49 6.04l-5.29 -3.28l-5.29 3.28l1.49 -6.04l-4.76 -4.02l6.21 -0.46Z'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='0.5s' dur='0.5s' values='0;1'/%3E%3C/path%3E%3Cpath fill='none' stroke='%23000' stroke-dasharray='36' stroke-dashoffset='36' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3l-2.35 5.76l-6.21 0.46l4.76 4.02l-1.49 6.04l5.29 -3.28M12 3l2.35 5.76l6.21 0.46l-4.76 4.02l1.49 6.04l-5.29 -3.28'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.5s' values='36;0'/%3E%3C/path%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.testimonial-author__info .author-info {
    position: relative;
    /* margin-top: -18px; */
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-author__info .author-name {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-dark);
    white-space: nowrap;
    letter-spacing: 0.25px;
    font-family: var(--font-1);
}

.testimonial-author__info .designation {
    position: relative;
    color: #777777;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.2em;
}

.testimonial-section .testimonial-owl {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-block {
    position: relative;
    margin-bottom: 50px;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .inner-box .text {
    position: relative;
    font-size: 18px;
    line-height: 2em;
    color: #2d2d2d;
}

.testimonial-section .client-thumbs-carousel .owl-nav, .testimonial-section .owl-dots {
    display: none;
}

.testimonial-section .clients-outer {
    position: relative;
    padding-top: 50px;
}

.clients-outer .clients-carousel {
    position: relative;
    text-align: center;
}

.clients-outer .clients-carousel .image {
    position: relative;
    margin-bottom: 0;
}

.clients-outer .clients-carousel .image a {
    display: inline-block;
}

.clients-outer .clients-carousel .image img {
    width: auto;
    height: auto;
}

.testimonial-owl .owl-nav {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
}

.testimonial-owl .owl-prev, .testimonial-owl .owl-next {
    position: absolute;
    left: -120px;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 46px;
    font-size: 24px;
    color: var(--primary-dark);
    border: 2px solid var(--primary-dark);
    text-align: center;
    border-radius: 50%;
}

.testimonial-owl .owl-next {
    left: auto;
    right: -120px;
}

.testimonial-section.alternate .outer-box {
    margin: 0 -30px;
}

.no-testimonial {
}

.department-slider__nav-content h2 {
    font-size: 17px;
    text-align: center;
}

.department-slider__nav-icon {
    width: 60px;
    background-color: red;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -28px;
    z-index: 2;
}

.department-slider__nav-icon {
    width: 60px;
    background-color: white;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -28px;
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border: 2px solid var(--primary-dark);
}

.department-slider__nav-img {
    position: relative;
}

.department-slider__nav-content {
    padding-top: 27px;
    padding-bottom: 27px;
    position: relative;
}

.department-slider__nav.slick-center {
    background-color: var(--primary-dark);
}

.department-slider__nav.slick-center .department-slider__nav-title {
    color: #fff;
}

.department-slider__main {
}

.section-department {
    position: relative;
    padding: 50px 0 80px;
}

.slider-nav {
    border-bottom: 1px solid #dfdfdf;
}

.slider-department {
    margin-top: 40px;
}

.department-slider__main {
    min-height: 480px;
    padding: 40px 40px;
    background-color: var(--secondary-color);
    color: #fff;
}

.department-slider__main p {
    color: #dbdbdb;
}

.department-slider__title {
    color: #fff;
    margin-bottom: 30px;
}

.department-ul li {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 30px;
}

.department-ul h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.department-ul h3 {
    font-size: 18px;
}

.department-ul__icon {
}

.department-ul__icon img {
    width: 50px;
}

.department-large__img img {
    max-width: 350px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.slider-nav .slick-arrow {
    background-color: transparent;
    color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    background-color: var(--primary-dark);
    text-align: center;
    opacity: 1;
    font-size: 0px;
    height: 45px;
    width: 45px;
    line-height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.department-doctor__owl .slick-prev {
    left: -45px !important;
}

.department-doctor__owl .slick-next {
    right: -45px !important;
}

.slider-nav .slick-prev:before, .slider-nav .slick-next:before {
    background: transparent !important;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 23px;
    opacity: 1;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.slider-nav .slick-prev {
    left: -45px;
}

.slider-nav .slick-next {
    right: -45px;
}

.slider-nav .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slider-nav .slick-dots li {
    margin: 0 0.25rem;
}

.slider-nav .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: orange;
    text-indent: -9999px;
}

.slider-nav .slick-dots li.slick-active button {
    background-color: red;
}

.section-innerbanner {
    padding: 20px 0 20px;
    border-top: 1px solid #e9e9e9;
    background: #a7d9b51c;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.innerbanner-content h2 {
    color: #edecec;
}

.innerbanner-ul {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.innerbanner-ul li a, .innerbanner-ul li span {
    color: #686868;
    font-size: 14px;
    letter-spacing: 0.55px;
    font-weight: 600;
    padding-right: 7px;
}

.innerbanner-ul li:not(:last-child):after {
    content: "\f054";
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
}

.innerbanner__img {
    max-width: 300px;
}

.section-depbanner {
    padding: 50px 0 20px;
    border-top: 1px solid #e9e9e9;
    background: #a7d9b51c;
    background: #fff;
}

.depbanner-content h2 {
    color: #edecec;
    margin-bottom: 20px;
}

.depbanner__img {
    max-width: 300px;
}

.section-content {
    background-color: #fff;
}

.section-department__sub {
    padding: 10px 0px 20px;
}

.section-department__main {
    padding: 80px 0px 20px;
}

.department-img {
    width: 100%;
    max-width: 750px;
}

.department-content {
    padding-bottom: 1rem;
}

.department-content p {
    color: #656565;
    margin-bottom: 16px;
    font-family: var(--bs-font-sans-serif);
    font-size: 96%;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.department-title__tag {
    font-weight: 500;
    letter-spacing: 0.25px;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: inline-block;
}

@media only screen and (max-width: 568px) {
    .depbanner__img {
        max-width: 200px;
    }
}

.department-sec__title {
    color: #fff;
    margin-bottom: 40px;
    max-width: 720px;
}

.department-sec__title--dark {
    color: #4e4e4e;
}

.department-sec__title-sub {
    color: #ccc;
    margin-top: 20px;
}

.department-sec__title--dark .department-sec__title-sub {
    color: #4e4e4e;
}

.section-department__doctors {
    background-color: #1f4756;
    background-color: #103c3c;
    padding: 50px;
}

.section-department__doctors {
}

.department-doctor__owl-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.department-doctor__owl-label {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 600;
}

.department-doctor__owl-title {
    font-size: 18px;
    text-align: center;
}

.department-doctor__owl-content {
    color: #424242;
    text-align: center;
    padding: 10px 10px 20px;
    background-color: #fff;
}

.department-doctor__owl-img img {
    width: 100%;
}

.department-doctor__owl .slick-slide {
    margin: 0 5px;
}

.department-doctor__owl .slick-list {
    margin: 0 -5px;
}

.department-doctor__owl .slick-arrow {
    background-color: transparent;
    color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    background-color: var(--primary-dark);
    text-align: center;
    opacity: 1;
    font-size: 0px;
    height: 45px;
    width: 45px;
    line-height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.department-doctor__owl .slick-prev:before, .department-doctor__owl .slick-next:before {
    background: transparent !important;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 23px;
    opacity: 1;
}

.section-facilities {
    background-color: #f2f2f2;
    background-color: #fcfcfc;
    padding: 50px 0 40px;
}

.facilities-list {
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

.facilities-list:before {
    content: "\f35a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 20px;
    color: var(--base-color);
}

.facilities-list h2 {
    color: #0a2a6c;
    font-size: 20px;
    margin-bottom: 8px;
}

.facilities-list p {
}

.section-treatments {
    background-color: #f2f2f2;
    background-color: #103c3c;
    padding: 50px 0 40px;
}

.treatments-wrap {
    display: flex;
    flex-wrap: wrap;
}

.treatments-row__item {
    padding: 17px 17px 29px;
    background-color: #fff;
    background-color: #42a895;
    border-radius: 7px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

.treatments-row__item:hover {
    background-color: #42a895;
}

.treatments-row__item:hover h2 {
    color: #fff;
}

.treatments-row__item h2 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.treatments-row__item:hover .treatments-row__icon svg {
    color: #fff;
}

.treatments-row__item:hover p {
    color: #fff;
}

.treatments-row__icon {
    color: #818181;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 20px;
}

.treatments-row__item:hover .treatments-row__icon svg {
    transform: translateY(-8px);
}

.treatments-row__icon svg {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.treatments-row__item p {
    white-space: break-spaces;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
}

.department-content ul {
    max-width: 800px;
}

.department-content ul li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #5c5c5c;
    font-family: var(--font-1);
    list-style: disc;
    margin-left: 19px;
}

.header-search__left {
    margin-right: 30px;
}

.header-search__btn {
    cursor: pointer;
    display: flex;
    gap: 10px;
    border-radius: 55px;
    border: 1px solid var(--secondary-color);
    overflow: hidden;
    padding: 9px 20px 9px 34px;
}

.header-search__input {
    border: none;
    width: 100%;
    display: block;
}

.gallery-section {
    position: relative;
    padding: 120px 0 90px;
}

.gallery-section .sec-title {
    z-index: 1;
    margin-bottom: 50px;
}

.gallery-section .btns-outer {
    position: relative;
    margin-top: -130px;
    top: -40px;
    text-align: right;
}

.gallery-section .btns-outer .theme-btn {
    position: relative;
    margin-bottom: 35px;
}

.mixitup-gallery .filter-tabs {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.mixitup-gallery .filter-tabs li {
    position: relative;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    transition: all 300ms ease;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    user-select: none;
    border: 1px solid #d3d3d3;
    padding: 4px 20px;
    letter-spacing: 0.35px;
    line-height: 34px;
}

.mixitup-gallery .filter-tabs li.active {
    color: #f0f7fb;
    border-color: #1370b5;
    background-color: #1370b5;
}

.mixitup-gallery .mix {
    display: none;
}

.btn-gallery__toggle {
    display: none;
}

.gallery-block {
    position: relative;
    margin-bottom: 30px;
}

.gallery-block .image-box {
    position: relative;
    overflow: hidden;
}

.gallery-block .image-box .image {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-block .image-box .image img {
    display: block;
    width: 100%;
    transition: all 200ms ease;
    object-fit: cover;
    aspect-ratio: 2/1.5;
    border-radius: 18px;
}

.gallery-block .image-box:hover .image img {
    transform: scale(1.2);
}

.gallery-block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.gallery-block .overlay .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: -1;
    flex-direction: column;
    padding: 20px 15px;
    transition: all 200ms ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-block .image-box:hover .overlay .title-box {
    bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-block .overlay .title-box:before {
    background-color: #1370b5;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .90;
    color: #ffffff;
}

.gallery-block .overlay .icon-box {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #1370b5;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    opacity: 0;
    text-align: center;
    transform: translateY(-25px) scale(0);
    transition: all 200ms ease;
}

.gallery-block .image-box:hover .overlay .icon-box {
    opacity: 1;
    transform: translateY(-25px) scale(1);
}

.gallery-block .overlay h5 {
    font-size: 15px;
    line-height: 1.5em;
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
}

.gallery-block .cat {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-block .cat a {
    color: #ffffff;
    font-size: 14px;
}

.gallery-section.alternate {
    position: relative;
    padding: 80px 0;
}

.gallery-section.alternate .btn-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.gallery-section.alternate .btns-outer {
    margin: 0 0 20px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-gallery {
    position: relative;
    margin-bottom: 30px;
}

.video-gallery_iframe {
}

.video-gallery_content h2 {
    font-size: 17px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 12px;
}

.section-contact {
    padding: 50px 0px;
}

.contact-form__col {
    background-color: #ececec82;
}

.contact-form__wrap {
    padding: 45px;
}

.contact-form__wrap-header {
    margin-bottom: 20px;
}

.contact-form__group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form__group-icon {
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    color: #54855e;
}

.icon-top {
    top: 23%;
}

.contact-form__input {
    font-size: 15px;
    padding: 10px 10px 10px 40px;
    width: 100%;
}

.contact-form__input--large {
    height: 100px;
}

.contact-info__col {
    background-color: #b6b6b621;
}

.contact-info__wrap {
    padding: 35px;
    color: #f9f9f9;
}

.contact-info__wrap-header {
    margin-bottom: 20px;
}

.contact-info__wrap-header h2 {
    color: #363636;
}

.contact-info__wrap-header p {
    color: #363636;
}

.contact-info__item {
    display: flex;
    gap: 13px;
    padding: 20px 0 15px;
}

.contact-info__icon {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--base-color);
    border-radius: 8px;
}

.contact-info__content {
}

.contact-info__content h2 {
    font-size: 15px;
    letter-spacing: 0.25px;
    margin-bottom: 7px;
    color: #212211;
}

.contact-info__content h3 {
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 26px;
    color: #121212;
}

.contact-info__content h3 a {
    color: #161616;
    /* letter-spacing: 0.55px; */
    font-family: var(--font-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 168%;
    white-space: break-spaces;
}

.contact-info__content h3 a:hover {
    color: var(--base-color);
}

.contact-info__social-ul {
}

.section-news {
}

.section-service {
    background-color: #f7f7f7;
    background-color: #fff;
    padding: 50px 0 70px;
    /*background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 1) 0%, hsla(152, 100%, 97%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(0, 0%, 100%, 1) 0%, hsla(152, 100%, 97%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 1) 0%, hsla(152, 100%, 97%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#EEFFF7", GradientType=1 );*/
    /* background: rgb(74 124 210 / 10%); */
}

.section-service .sub-title {
    display: block;
    font-size: 18px;
    color: #d4d4d4;
    margin-bottom: 15px;
}

.section-service .sub-title.dark {
    color: #5a411f;
}

.sec-title h2 {
    color: #02395f;
}

.sec-title h2.light {
    color: var(--primary-color);
}

.service-card {
    overflow: hidden;
    margin-bottom: 35px;
    padding: 15px 0px;
    text-align: center;
}

.service-card__img-wrap {
    position: relative;
}

.service-card__img-wrap img {
    filter: drop-shadow(0px 0px 10px rgb(0, 0, 0, 0.2));
}

.service-card h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    background: radial-gradient(#333333, transparent);
    padding: 22px 50px;
    line-height: 35px;
}

.service-card__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    transition: all 0.2s;
    padding-bottom: 27%;
}

.service-card__img-wrap:hover .service-card__content {
    opacity: 1;
}

.service-card__btn {
}

.main-footer {
    position: relative;
}

.main-footer .widgets-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 40px;
}

.main-footer .widgets-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--footer-bg);
    opacity: .95;
    content: "";
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    position: relative;
}

.footer-widget__title {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.footer-widget__title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primary-dark);
    content: '';
}

.footer-widget__title:after {
    position: absolute;
    left: 65px;
    bottom: -2px;
    height: 6px;
    width: 6px;
    content: "";
    border-radius: 50%;
    background-color: var(--primary-dark);
}

.footer-column .footer-widget__title:after, .footer-column .footer-widget__title:before {
    background-color: #ffffff !important;
}

.main-footer .about-widget {
    position: relative;
}

.footer-link__ul {
    margin-top: 30px;
}

.footer-link__ul li {
    position: relative;
    display: block;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer-link__ul li a {
    position: relative;
    padding-left: 0px;
    display: inline-block;
    color: #d9d9d9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 15.5px;
    letter-spacing: 0.35px;
    font-family: var(--font-2);
    font-weight: 400;
}

.footer-link__ul li a:hover {
    color: var(--secondary-color) !important;
}

.main-footer .logo {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-logo figure {
    margin: 0;
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .about-widget .text p {
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 16px;
    font-family: var(--font-2);
    letter-spacing: 0.45px;
    line-height: 1.9;
}

.user-links {
    position: relative;
    margin-top: 30px;
}

.user-links li {
    position: relative;
    display: block;
    font-weight: 400;
    margin-bottom: 18px;
}

.user-links li a:before {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 10px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: none;
}

.user-links li a:hover:before {
    color: #ffffff;
}

.user-links li a {
    position: relative;
    padding-left: 0px;
    display: block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-contact__ul {
    position: relative;
}

.footer-contact__ul li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 22px;
}

.footer-contact__ul li:last-child {
    margin-bottom: 0;
}

.footer-contact__ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1em;
    color: var(--footer-text-icon);
}

.footer-contact__ul li strong {
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    font-weight: 600;
    font-family: var(--font-2);
    letter-spacing: 0.45px;
}

.footer-contact__ul li .text {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #d0d0d0;
    font-weight: 400;
    white-space: normal;
}

.footer-contact__ul li .text a {
    display: block;
    color: #d0d0d0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-contact__ul li .text a:hover {
    color: var(--footer-text-link-hover);
}

.main-footer .footer-bottom {
    background-color: var(--footer-bottom-bg);
}

.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .20;
    content: "";
    content: none;
    background-color: #000000;
}

.main-footer .footer-bottom .inner-container {
    position: relative;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 20px 0;
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
    color: #ffffff;
}

a.activesub {
    color: var(--primary-dark) !important;
}

.section--banner {
    background: url('../images/banner-bg.webp');
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.banner-content__left, .banner-content__right {
    width: 100%
}

.banner-content__left {
    align-self: center;
    padding: 70px;
    position: relative;
    z-index: 0;
    background: transparent !important;
}

.banner-content__right {
    padding: 100px 100px;
    background-blend-mode: multiply;
    background-size: cover;
}

.banner-content__right {
    display: none;
}

.banner-left__wrap {
    display: flex;
    gap: 35px;
    margin-top: 35px;
}

.banner-left__btn {
    display: inline-block;
    background-color: var(--secondary-color);
    color: #013c65;
    padding: 14px 30px;
    letter-spacing: 0.25px;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.banner-left__btn--left {
    background-color: var(--site-color);
    background: linear-gradient(to right, #a6dab3, #dfffe7, #a6dab3);
}

.banner-left__btn:hover {
    color: #fff;
    background-color: var(--secondary-color);
}

.banner-left__btn--left:hover {
    color: #013c65;
    background-color: var(--site-color);
}

.btn-primary-gradient {
    color: #fff;
    background-image: linear-gradient(to right, #e1b248, #bb9038, #ffbd4a, #ffad22);
    moz-transition: all .4s ease-in-out;
    transition: .4s ease-in-out;
    background-size: 300% 100%;
}

.btn-primary-gradient:hover {
    background-position: 100% 0;
    color: #fff;
    moz-transition: all .4s ease-in-out;
    transition: .4s ease-in-out;
}

.banner-content__title {
    font-size: 29px;
    line-height: 40px;
}

.banner-content__title-sub {
    font-size: 16px;
    margin-top: 11px;
    color: #525252;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: var(--font-1);
}

.banner-subtitle {
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: 0.55px;
}

.banner-subtitle {
    color: var(--color-3);
    font-weight: 500;
    letter-spacing: 0.55px;
    font-size: 24px;
    font-family: var(--font-3);
}

.banner-specs {
}

.banner-specs li {
}

.banner-specs {
    margin-top: 25px;
}

.banner-specs__list {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
}

.banner-specs__list {
    width: 50%;
}

.banner-specs__list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid var(--secondary-color);
}

.ab-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.ab-img img {
    opacity: 0.2;
}

.ab-img {
    bottom: 0;
    top: auto;
    left: 0;
}

.header-top__contact {
}

.header-top__li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-top__icon-wrap {
    background-color: var(--primary-dark);
    color: #fff;
    aspect-ratio: 1;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top__icon-label {
    font-size: 15px;
    color: #6a6a6a;
    font-weight: 500;
    margin-bottom: 6px;
    font-family: var(--font-3);
}

.header-top__icon-value {
    color: #3e3c3c;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.55px;
}

.header-link-text {
    color: #3e3c3c;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.55px;
}

.header-bar {
    background-image: linear-gradient(to right, #009413, #019915, #029f16, #04a418, #05aa1a);
    letter-spacing: 0.35px;
    padding: 6px 0px;
    padding: 9px 0px;
    background: var(--site-color);
    background-color: #d1a73b;
    background: hsl(0deg 0% 24.01%);
    background: #008080;
}

.header-bar__ul {
    display: flex;
    gap: 30px;
}

.header-bar__ul li {
    white-space: nowrap;
}

.header-bar__ul li :is(a,.a-tag) {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-2);
    color: #0d8d9a;
    letter-spacing: 0.15px;
    margin: 9px 0;
    display: inline-flex;
    align-items: center;
}

.header-bar__ul li :is(a,.a-tag) .linktext {
    font-weight: 500;
    color: #000;
    margin-left: 10px;
}

.header-bar__ul li :is(a,.a-tag) svg {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}

.texta {
    color: #2f2f2f;
    font-weight: 400;
}

.mobile-menu {
    width: 85%;
    background: #fff;
    z-index: 99;
    padding: .5rem 1rem 2rem;
    transition: .3s;
    transform: translateX(-380px)
}

.mobile-menu, .mobile__backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.mobile-menu-active {
    overflow: hidden;
}

body.mobile-menu-active .mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

body.mobile-menu-active .mobile__backdrop {
    opacity: 1;
    visibility: visible
}

.mobile__backdrop {
    width: 100%;
    background: #222222db;
    z-index: 99;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mobile__menu-logo {
    max-width: 210px
}

.mobile__menu li a {
    display: block;
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0
}

.mobile__menu__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    background: #d7d7d7;
    color: #4c4c4c;
    text-align: center;
    line-height: 37px
}

.mobile__social-links {
    column-gap: 20px;
    margin-top: 1rem;
    font-size: 24px
}

.mobile__social-links a {
    display: inline-block;
    color: #464646
}

.mobile__contact-info {
    font-family: var(--font-2);
}

.mobile__contact-info li {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    padding: 6px 0
}

.mobile__contact-info li a {
    display: inline-block;
    color: #061f2e
}

.float-whatsapp__wrap {
    position: fixed;
    right: 28px;
    bottom: 18px;
    z-index: 99999999;
    display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.float-whatsapp__icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #1e821b, #146c11);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 15px 0 rgb(98 212 115);
    box-shadow: 0 4px 15px 0 rgb(98 212 115)
}

.float-whatsapp__icon {
    font-size: 27px
}

.search_wrapper_overlay {
    background: #ffffffb8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search_wrapper_overlay.active {
    visibility: visible;
    opacity: 1;
}

.search_wrapper {
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 6em 0 5em;
    z-index: 9999;
    visibility: hidden;
    top: -155px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.search_wrapper.show {
    visibility: visible;
    top: 0;
}

.search_wrapper .serach_input_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0rem 0rem;
    border: 1px solid #e3e3e3;
    color: #181818;
    box-shadow: 0 4px 20px rgba(34, 34, 34, .2);
}

.search_wrapper .serach_input_wrapper i.search {
    position: absolute;
    left: 14px;
    top: 14px;
    color: #a3a3a3;
    font-size: 17px;
    border-right: 1px solid #b5b5b5;
    padding-right: 11px;
}

.search-input__text {
    width: 100%;
    padding: 15px 10px;
    padding-left: 2rem;
    flex: 1;
    border: none;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.35px;
}

.search_wrapper input[type="text"]:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.search_wrapper .serach_input_wrapper button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 22px;
}

.search-res-wrap {
    clear: both;
    position: absolute;
    width: auto;
    z-index: 999999;
    left: 0%;
    top: 48px;
}

.search-res-wrap a {
    font-family: var(--font-4);
}

.search-close__wrap {
    position: absolute;
    top: 25px;
    right: 30px;
}

.search-close__wrap button {
    width: 35px;
    background-color: transparent;
    height: 35px;
    color: #212121;
}

.search-input__btn {
    width: 2em;
    background-color: var(--base-color) !important;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 9px;
    color: #115351;
    transition: 300ms ease all;
    transform: scale(0.9);
}

.search-input__btn:hover {
    transform: scale(1);
    color: #fff;
    background-color: var(--secondary-color) !important;
}

.search-input__btn {
}

@media only screen and (max-width: 1023px) {
    .mobile__menu ul {
        display: block !important;
    }

    .mobile__menu ul .dropdown ul {
        visibility: hidden;
    }

    .mobile__menu ul li {
        margin-right: 30px;
        padding: 6px 0 !important;
        line-height: 15px !important;
    }

    .mobile__menu ul li a {
        text-align: left !important;
        line-height: 21px !important;
        padding: 0 !important;
    }

    .mobile__menu .navigation>li>span, .mobile__menu .navigation>li>a {
        text-align: left !important;
    }

    .mobile__menu .navigation>li>ul {
        left: 0px !important;
        z-index: 999 !important;
        padding: 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    .section--banner {
        display: flex;
    }

    .banner-content__left, .banner-content__right {
        width: 100%
    }

    .banner-content__right {
        display: none;
    }

    .banner-content__title {
        font-size: 40px;
        line-height: 60px;
        font-size: 70px;
        line-height: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-menu .navigation {
        gap: 40px;
    }
}

@media only screen and (min-width: 1350px) {
    .header-main .logo-box {
        left: -55px;
        width: 265px;
    }

    .sticky-header .logo-box {
        left: -55px;
        width: 205px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-top .inner-container {
        padding-left: 0px;
        justify-content: end;
    }

    .main-menu .navigation>li>span, .main-menu .navigation>li>a {
        font-size: 13px;
    }

    .site-header__logo img {
        width: 195px;
    }
}

@media only screen and (max-width: 1023px) {
    .header-top .inner-container {
        justify-content: start;
    }

    .header-top-two .inner-container {
        min-height: 65px;
    }
}

@media only screen and (min-width: 991px) {
    .btn-gallery__toggle {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-top .top-left .contact-list li {
        padding-left: 0px;
        margin-left: 15px;
    }

    .section--banner {
        min-height: auto;
    }

    .banner-content__left {
        padding: 30px;
        background-color: #f1f1f1;
    }

    .department-large__img img {
        max-width: 250px;
        margin: 60px auto 0;
    }

    .section-features {
        display: block;
    }

    .features-left {
        width: 100%;
    }

    .features-right {
        justify-content: flex-start;
    }

    .features-right {
        width: 100%;
        padding: 40px 30px 40px;
    }

    .features-list h2 {
        font-size: 15px;
        letter-spacing: 0.35px;
        line-height: 28px;
    }

    .testimonial-section {
        padding: 80px 0 20px !important;
    }

    .testimonial-author__info {
        margin: 0 auto 2px;
    }

    .testimonial-block .inner-box {
        padding: 15px 6px;
    }

    .testimonial-block {
        margin-bottom: 10px;
    }

    .about-section {
        padding: 30px 0 40px;
    }
}

@media only screen and (max-width: 470px) {
    .banner-content__left {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 576px) {
    .mixitup-gallery .filter-tabs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .header-bar__ul {
        display: block;
    }

    .ab-img img {
        opacity: 0.1;
    }

    .mid-header-right {
        display: none;
    }

    .header-search__left {
        margin-right: 0px;
        width: 100%
    }

    .banner-left__wrap {
        display: flex;
        gap: 25px;
        margin-top: 20px;
    }

    .mobile__menu-logo {
        max-width: 180px;
    }

    .section-department__doctors {
        padding: 40px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    .section-department__main {
        padding: 40px 0px 30px;
    }

    .department-content p {
        font-size: 14px;
    }

    .section-facilities {
        padding: 40px 0 30px;
    }

    .banner-content__title-sub {
        font-size: 14px;
    }

    .department-slider__nav-content h2 {
        font-size: 14px;
    }

    .department-slider__nav-content {
        padding-top: 15px;
        padding-bottom: 13px;
    }

    .section-innerbanner {
        padding: 20px 0 20px;
    }

    .innerbanner-content h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }

    .innerbanner-ul {
        justify-content: center;
    }

    .gallery-tab__wrap {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .btn-gallery__toggle {
        display: flex;
        gap: 10px;
        border: 1px solid #b5b5b5;
        padding: 10px 11px;
        margin-bottom: 30px;
        border-radius: 5px;
        font-weight: 600;
        position: relative;
        align-items: center;
        width: 100%;
        max-width: 390px;
        margin: 0 auto 30px;
    }

    .btn-gallery__toggle span.text {
        flex: 1;
    }

    .gallery-toggle__icon:before {
        content: "\f078";
    }

    .btn-gallery__toggle.active .gallery-toggle__icon:before {
        content: "\f077";
    }

    .btn-gallery__toggle {
        display: flex;
    }

    .site-header__logo img {
        width: 175px;
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .header-bar__ul li {
        white-space: nowrap;
        text-align: center;
    }

    .header-top-two .top-left .contact-list li {
        display: none;
    }

    .banner-left__btn {
        padding: 8px 17px;
        font-size: 13px;
    }

    .header-top {
        display: none;
    }

    .banner-content__right {
        padding: 40px 10px;
    }

    .banner-right__img {
        max-width: 400px;
        width: 100%;
    }

    .department-slider__main {
        padding: 20px 20px;
    }

    .department-slider__title {
        font-size: 25px;
    }

    .features-content__title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 11px;
    }

    .features-list {
        display: block;
    }

    .features-list li {
        width: 100%;
    }

    .mobile__contact-info li {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .2px;
        padding: 2px 0;
        line-height: 26px;
    }

    .header-search__btn {
        padding: 5px 10px 5px 14px;
    }

    .about-section .images-column {
        margin-bottom: 5px;
    }

    .about-section .image-2, .about-section .image-3 {
        display: none;
    }
}

.anim-shape {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

.site-nav-toggler {
    position: relative;
    font-size: 32px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color: #ffffff;
    -webkit-box-ordinal-group: 4;
    order: 3;
    display: none;
    background-color: var(--color-3);
    border-radius: 5px;
    padding: 0 4px;
}

.site-nav-toggler svg {
    width: 39px;
    height: 39px;
}

.site-search-toggler {
    display: none;
}

.contact-alert {
    background: #e34444;
}

.contact-alert p {
    color: rgb(255, 255, 255);
}

.captcha__input {
    padding-left: 100px !important;
}

.captcha__text {
    color: rgb(33, 37, 41);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
    font-family: inherit;
    position: absolute;
    width: 60px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    border-right: 1px solid #bfbfbf;
}

.captcha__input::-webkit-outer-spin-button, .captcha__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.captcha__input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    color: #8d8d8d;
}

:-ms-input-placeholder {
    color: #8d8d8d;
}

::placeholder {
    color: #8d8d8d;
}

.section-careers {
    display: flex;
    background: url(../images/bg/careers.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

.careers-left {
    width: 55%;
    flex: 1;
    display: flex;
    position: relative;
}

.careers-left:before {
    background: #0e365a94;
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.careers-right {
    width: 45%;
    background-color: #ffffff99;
    padding: 80px 0px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.career-section h2 {
    font-size: 35px;
    margin-bottom: 10px;
    color: var(--base-dark);
}

.careers-bgdark .career-section h2 {
    color: #323232;
}

.career-section p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #353535;
}

.careers-left__content {
}

.careers-left__content {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 86%);
    backdrop-filter: blur(14.2px);
    -webkit-backdrop-filter: blur(14.2px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.careers-bgdark .careers-left__content {
    background: #7cab87e6;
}

.careers-bgdark .career-desc__sub p {
    color: #222222;
    font-size: 15.0px;
    font-weight: 400;
}

.career-desc__sub p {
    margin-bottom: 15px;
    font-family: var(--font-1);
    color: #696969;
    font-size: 15.0px;
    font-weight: 500;
    text-align: justify;
}

.text-justify {
    text-align: justify;
}

.career-desc__sub p .b {
    font-weight: 600;
    color: #212121;
    font-family: var(--font-3);
}

.career-desc__sub-list {
    position: relative;
    display: flex;
}

.career-desc__sub-list:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--secondary-color);
    margin-right: 7px;
}

.careers-form {
    width: 80%;
    background: rgb(255 255 255);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 45px 40px;
}

.careers-form__title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: var(--base-dark);
    margin-bottom: 18px;
}

.careers-form__group {
    position: relative;
    margin-bottom: 10px;
}

.careers-form__label label {
    font-size: 13px;
    font-weight: 500;
    color: #607D8B;
}

.careers-form__group-icon {
    position: absolute;
    width: 20px;
    top: 50px;
    transform: translateY(-50%);
    left: 12px;
    color: #b5b5b5;
}

.careers-form__group-icon-large-text {
    top: 25%;
}

.careers-form__input {
    font-size: 15px;
    padding: 6px 10px 6px 40px;
    width: 100%;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    transition: all 0.2s ease;
    border-radius: 5px;
}

.careers-form__input:focus {
    border-color: var(--base-dark);
}

.careers-form__group label.error {
    color: #b00020 !important;
}

.careers-form__group label.error {
    font-size: 14px;
    font-family: var(--font-3);
    color: #595959;
    font-weight: normal;
    letter-spacing: 0.25px;
}

@media only screen and (min-width: 1200px) {
    .careers-left__content {
        padding: 40px 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .careers-right {
        padding: 80px 80px 70px;
    }

    .careers-left__content {
        padding: 70px 70px;
    }
}

@media only screen and (max-width: 1200px) {
    .careers-form {
        width: 90%;
        padding: 25px 20px;
    }

    .section-careers {
        display: block;
    }

    .careers-left, .careers-right {
        width: 100%;
    }
}

.news-section {
    position: relative;
    padding: 80px 0 70px;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 10px;
}

.news-block .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.news-block .image-box {
    position: relative;
}

.news-block .image {
    position: relative;
    margin-bottom: 0;
}

.news-block .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image img {
    opacity: .75;
}

.news-block .image-box .date {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #1370b5;
    padding: 5px 20px;
    border-radius: 10px 0 0 0;
}

.news-block .image-box .date strong {
    color: #ffffff;
    font-size: 22px;
}

.news-block .lower-content {
    position: relative;
    background: #ffffff;
    padding: 30px 30px 20px;
}

.news-block .lower-content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
}

.news-block .lower-content h4 a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .text {
    color: #4c4c4d;
    margin-top: 18px;
}

.news-block .lower-content .theme-btn {
    position: relative;
}

.news-block .lower-content .post-info {
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.news-block .post-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #222222;
}

.news-block .post-author a {
    display: inline-block;
    margin: 0 5px;
}

.news-block .post-author img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.news-block .post-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-option li {
    position: relative;
    margin-left: 15px;
}

.news-block .post-option li a {
    color: inherit;
    font-size: 16px;
}

.news-block .post-option li i {
    margin-right: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 1023px) {
    .search-close__wrap {
        top: 20px;
        right: 20px;
    }

    .float-whatsapp__wrap {
        right: 18px;
        bottom: 23px;
    }

    .site-search-toggler {
        display: var(--search-show);
    }

    .site-nav-toggler {
        display: block;
    }

    .site-header__nav {
        display: none;
    }

    .mobile__menu .site-header__nav {
        display: block !important;
    }

    .mobile-nav-right {
        display: flex;
        margin: 9px 0px;
    }
}

@media (min-width: 567px) and (max-width: 991px) {
}

.section-error {
    background-color: #fff;
    padding: 100px 0px;
    min-height: 50vh;
}

.error-title {
    font-size: 140px;
    font-family: var(--font-2);
    font-weight: 100;
    color: #895f50;
    text-align: center;
}

.error-btn {
    background-color: var(--base-color);
    color: #fff;
    display: inline-flex;
    gap: 10px;
    padding: 9px 25px;
    border-radius: 60px;
    align-items: center;
    white-space: nowrap;
}

.error-btn:hover {
    color: #fff;
    background-color: #333;
}

.move-animation {
    -webkit-animation: mover 1.8s infinite alternate;
    animation: mover 1.8s infinite alternate;
}

.move-animation-2 {
    -webkit-animation: mover2 3s infinite alternate 1s;
    animation: mover2 3s infinite alternate 1s;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@-webkit-keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    top: 0;
}

.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    top: 0;
}

.confetti-piece {
    position: absolute;
    width: 10px;
    height: 30px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}

.confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 182ms;
    -webkit-animation-duration: 1116ms;
}

.confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 161ms;
    -webkit-animation-duration: 1076ms;
}

.confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 481ms;
    -webkit-animation-duration: 1103ms;
}

.confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 334ms;
    -webkit-animation-duration: 708ms;
}

.confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 302ms;
    -webkit-animation-duration: 776ms;
}

.confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 180ms;
    -webkit-animation-duration: 1168ms;
}

.confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 395ms;
    -webkit-animation-duration: 1200ms;
}

.confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 14ms;
    -webkit-animation-duration: 887ms;
}

.confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 149ms;
    -webkit-animation-duration: 805ms;
}

.confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 351ms;
    -webkit-animation-duration: 1059ms;
}

.confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 307ms;
    -webkit-animation-duration: 1132ms;
}

.confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 464ms;
    -webkit-animation-duration: 776ms;
}

.confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confetti-piece:nth-child(odd) {
    background: #7431e8;
}

.confetti-piece:nth-child(even) {
    z-index: 1;
}

.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
}

.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
}

.confetti-piece:nth-child(4n-7) {
    background: red;
}

@-webkit-keyframes makeItRain {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(350px);
    }
}

@media only screen and (min-width: 1200px) {
    .auto-container {
        max-width: 1250px;
    }
}

@media only screen and (min-width: 1500px) {
    .auto-container {
        max-width: 1350px;
    }
}

@media only screen and (max-width: 1139px) {
    .main-slider h2 {
        font-size: 42px;
    }

    .doctor-detail-section .sidebar-side .sidebar, .info-section .image-column .inner-column, .about-section .images-column .inner-column {
        padding-right: 0;
    }

    .appointment-section h2 {
        font-size: 38px;
    }

    .appointment-section .number strong {
        font-size: 22px;
    }

    .news-block .lower-content h4 br, .client-testimonial-carousel .owl-nav {
        display: none;
    }

    .appointment-section-three .content-column .inner-column, .about-section-two .image-box {
        padding-left: 0;
    }

    .about-section-three .image-box {
        padding-right: 0;
    }

    .about-section-three .sec-title {
        margin-bottom: 30px;
    }

    .news-block .post-author {
        font-size: 14px;
    }

    .about-section-four .sec-title {
        margin-bottom: 30px;
    }

    .time-table-section .table-outer {
        overflow-y: visible;
        overflow-x: auto;
    }

    .table-outer {
        position: relative;
        overflow-x: scroll;
    }

    .default-table {
        min-width: 1000px;
    }

    .coming-soon .content-column {
        margin-left: 44%;
    }
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation>li>ul, .main-menu .navigation>li>ul>li>ul, .main-menu .navigation>li>.mega-menu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .hide-sm, .main-header .main-box, .sticky-header {
        display: none !important;
    }

    .mobile-header, .mm-add-listing, .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .header-main .header-top-two, .main-header .nav-outer .main-menu {
        display: none;
    }

    .header-span {
        height: 65px;
    }

    .mobile-header {
        padding: 12px 15px;
    }

    .about-section .content-column {
        order: 0;
    }

    .top-features {
        margin: 0;
        padding: 100px 0 70px;
    }

    .top-features:before {
        display: block;
    }

    .appointment-section .content-column .inner-column {
        padding-top: 120px;
        text-align: center;
    }

    .about-section .content-column .inner-column {
        padding-top: 0;
    }

    .appointment-section:before, .appointment-section:after {
        display: none;
    }

    .appointment-section .image-column .image {
        max-width: 70%;
        margin: 20px auto 0;
    }

    .header-main .nav-outer {
        padding-left: 0;
        width: auto;
    }

    .banner-section .content-box {
        margin-left: 40%;
        width: 60%;
    }

    .banner-section .content-box h2 {
        font-size: 36px;
    }

    .banner-section .content-box .text {
        font-size: 16px;
    }

    .about-section-two:before {
        display: none;
    }

    .mixitup-gallery .filter-tabs {
        top: 0;
        margin-top: 0;
        justify-content: flex-start;
    }

    .mixitup-gallery .filter-tabs {
        margin-bottom: 15px;
    }

    .fun-fact-section-three .background-layer {
        border-radius: 20px;
        right: 15px;
        left: 15px;
        width: auto;
    }

    .why-choose-us .appointment-box .form-column, .features-section .content-column, .about-section-three .content-column {
        order: 0;
    }

    .about-section-three {
        background: none;
    }

    .about-section-four .content-column {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .about-section-four .image-box {
        padding-right: 0;
        text-align: center;
    }

    .why-choose-us .appointment-box .image img {
        position: relative;
    }

    .service-detail, .info-section .image-column .inner-column, .appointment-section-two .form-column .inner-column {
        padding-left: 0;
    }

    .appointment-section-three .content-column, .info-section .content-column {
        order: 0;
    }

    .coming-soon .content-column {
        position: relative;
        margin-left: 0%;
        text-align: center;
        height: 100vh;
        overflow-y: auto;
    }

    .coming-soon .social-icon-one, .time-counter .time-countdown {
        justify-content: center;
        flex-wrap: wrap;
    }

    .time-counter .time-countdown .counter-column {
        margin: 0px 15px 30px;
    }

    .docter-availability, .news-block-three .content-box h4 br, .coming-soon .image-column {
        display: none;
    }

    .coming-soon .emailed-form .form-group {
        margin: 0 auto;
    }

    .doctor-detail-section .team-block .inner-box {
        margin: 0;
    }

    .news-block-three.even .image-box .date {
        right: auto;
        left: 0;
        border-radius: 0 10px 0px 0;
    }

    .gallery-section .btns-outer {
        top: 0;
        margin-top: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 1023px) {
}

@media only screen and (max-width: 347px) {
    .banner-left__wrap .odic-btn {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-service {
        padding: 30px 0;
    }

    .service-card {
        margin-bottom: 5px;
    }

    .service-card h2 {
        font-size: 17px;
        padding: 17px 22px;
        letter-spacing: 0.55px;
    }

    .main-footer .footer-bottom .footer-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-footer .footer-bottom .copyright-text, .main-footer .footer-bottom .footer-nav {
        width: 100%;
        text-align: center;
    }

    .banner-section .content-box {
        margin-left: 30%;
        width: 70%;
        padding: 40px 30px;
    }

    .banner-section .content-box h2 {
        font-size: 36px;
    }

    .banner-section .content-box .text {
        font-size: 16px;
    }

    .mixitup-gallery .filter-tabs li {
        font-size: 14px;
    }

    .appointment-form-section .content-column .inner-column {
        padding-top: 0;
        text-align: center;
    }

    .mixitup-gallery .filter-tabs {
        flex-wrap: wrap;
    }

    .about-section-three .content-column {
        margin-bottom: 70px;
    }

    .fun-fact-section-three .count-box .count-text {
        font-size: 52px;
    }

    .testimonial-block .inner-box .text {
        font-size: 16px;
        line-height: 1.6em;
    }

    .why-choose-us .content-box .inner {
        text-align: center;
    }

    .why-choose-us .content-box .icon-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .why-choose-us .content-box .icon-box .title {
        margin-left: 0;
        margin-top: 40px;
        display: inline-block;
    }

    .main-slider h2 {
        font-size: 32px;
    }

    .main-slider .text {
        font-size: 14px;
        line-height: 26px;
    }

    .news-section-two, .appointment-section-two, .appointment-section .content-column .inner-column {
        padding: 70px 0 0;
    }

    .services-section-five, .pricing-section, .terms-and-condition, .doctor-detail-section, .team-section-two, .services-section-two, .map-section, .services-section-four, .about-section-two, .team-section {
        padding: 70px 0;
    }

    .gallery-section.alternate {
        padding: 40px 0;
    }

    .info-section, .contact-section, .appointment-section-two .testimonial-column .inner-column, .features-section {
        padding: 70px 0 20px;
    }

    .news-section, .gallery-section, .about-section-three, .services-section-three, .news-section-two.alternate, .welcome-section, .main-footer .widgets-section, .news-section-three, .appointment-form-section, .testimonial-section, .services-section, .top-features {
        padding: 70px 0 40px;
    }

    .appointment-section {
        padding-bottom: 70px;
    }

    .info-block .inner {
        padding-left: 0;
    }

    .info-block .icon {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }

    .appointment-section-two:before, .appointment-section-two:after {
        display: none;
    }

    .appointment-section-two .testimonial-column {
        order: 2;
    }

    .coming-soon .content .content-inner h2 {
        font-size: 38px;
    }

    .coming-soon .content .content-inner h4 {
        font-size: 20px;
    }

    .doctor-info-list li {
        padding-left: 150px;
    }

    .author-box .thumb {
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        position: relative;
        height: 100px;
        width: 100px;
        border: 5px solid #ffffff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    }

    .author-box .inner-box {
        padding: 30px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 599px) {
    .main-slider h2 {
        font-size: 24px;
        line-height: 1.2em;
    }

    .main-slider .text {
        font-size: 12px;
        line-height: 1.8em;
    }

    .main-slider .text br {
        display: none;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .testimonial-block .inner-box .text {
        font-size: 20px;
        line-height: 1.4em;
    }

    .testimonial-section .client-thumb-outer {
        max-width: 150px;
    }

    .banner-section .content-box {
        margin-left: 10%;
        width: 90%;
        padding: 40px 30px;
        border-left-width: 5px;
    }

    .banner-section .content-box h2 {
        font-size: 26px;
    }

    .banner-section .content-box .text {
        font-size: 14px;
    }

    .banner-section .content-outer {
        min-height: 500px;
    }

    .news-block .lower-content h4 {
        font-size: 20px;
    }

    .appointment-form-section .content-column h3 {
        font-size: 32px;
    }

    .appointment-form-section .content-column .content .text strong {
        font-size: 24px;
        display: block;
    }

    .appointment-form-section .appointment-form {
        padding: 30px;
    }

    .about-section-four .about-owner, .about-section-three .about-owner {
        padding-left: 0;
    }

    .about-section-four .about-owner .sign-img, .about-section-three .about-owner .sign-img {
        position: relative;
        margin-bottom: 20px;
    }

    .appointment-form {
        padding: 50px 20px 50px;
    }

    .fun-fact-section-four .count-box .count-text {
        font-size: 48px;
    }

    .sec-title {
        margin-bottom: 40px;
    }

    .main-slider .btn-box a {
        min-width: 140px !important;
        margin-bottom: 10px;
    }

    .main-slider .title {
        font-size: 14px;
    }

    .search-popup .search-inner {
        border-radius: 0;
        background-color: transparent;
    }

    .search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 30px;
        height: 50px;
        width: 100%;
    }

    .search-popup .form-group input[type="submit"], .search-popup .form-group button {
        position: relative;
        height: 40px;
        width: 100%;
        line-height: 40px;
        font-size: 18px;
        margin-top: 15px;
    }

    .why-choose-us .appointment-box .image-column {
        padding-left: 30px;
        padding-right: 30px;
    }

    .appointment-section-three .content-column h3 {
        font-size: 28px;
    }

    .appointment-section-three .content-column .text strong {
        font-size: 24px;
    }

    .page-title {
        padding: 40px 0;
    }

    .page-title h1 {
        font-size: 38px;
    }

    .error-section:after, .error-section:before {
        display: none;
    }

    .doctor-info-list li {
        padding-left: 0;
    }

    .doctor-info-list li strong {
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
    }

    .service-detail .content-box h2 {
        font-size: 26px;
    }

    .news-block .lower-content {
        padding: 30px 20px 20px;
    }

    .news-block .post-format-link .icon {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .news-block .post-format-link {
        padding: 30px 20px;
    }

    .news-block .post-format-link .icon {
        margin: 0 auto 10px;
    }

    .shipping-form button {
        width: 100%;
    }

    .appointment-section .number strong {
        display: block;
        width: 100%;
    }

    .sec-title {
        margin-bottom: 40px;
    }

    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .contact-form-two {
        border: 0;
        padding: 30px 15px;
    }

    .contact-form-two .title-box h4 {
        font-size: 24px;
    }

    .contact-form-two .title-box .text {
        font-size: 14px;
        line-height: 24px;
    }

    .about-section-four .image-box .image:before {
        border: 10px solid inherit;
        right: 0;
        width: 100%;
    }

    .why-choose-us .content-box .title-box h3 {
        font-size: 26px;
    }

    .why-choose-us .appointment-box .image img {
        width: 100%;
    }

    .sec-title .text br, .sec-title p br, .sec-title h2 br, .header-main .mobile-header .search-btn {
        display: none;
    }

    .feature-block .inner-box {
        padding: 40px 30px;
    }

    .appointment-section h2 {
        font-size: 24px;
    }

    .banner-section .content-box h2 {
        font-size: 20px;
    }

    .banner-section .content-box .title {
        font-size: 14px;
    }

    .banner-section .content-box .text {
        font-size: 12px;
        line-height: 1.4em;
    }

    .banner-section .active .content-box .btn-box a {
        padding: 5px 30px;
        font-size: 14px;
    }

    .testimonial-block .inner-box .text {
        font-size: 16px;
    }

    .news-block .post-author {
        font-size: 12px;
    }

    .fun-fact-section-three .count-box .count-text {
        font-size: 42px;
    }

    .why-choose-us .content-box .title-box h4 {
        font-size: 26px;
    }

    .testimonial-block-two {
        padding: 15px;
    }

    .testimonial-block-two .inner-box {
        padding: 30px;
    }

    .testimonial-block-two .info-box .thumb {
        position: relative;
        margin-bottom: 20px;
        left: 0;
        top: 0;
    }

    .testimonial-block-two .info-box {
        padding-left: 0;
    }

    .nav-outer .mobile-nav-toggler {
        margin-left: 15px;
    }

    .default-form .form-group input[type="submit"], .default-form .form-group button {
        width: 100%;
    }

    .testimonial-block-three .info-box {
        padding-left: 90px;
        padding-top: 5px;
        min-height: 70px;
        height: auto;
    }

    .testimonial-block-three .info-box .image {
        height: 70px;
        width: 70px;
    }

    .news-block-two .image img, .news-block-two .inner-box {
        min-height: 300px;
        object-fit: cover;
    }

    .news-block-two .inner-box h4 {
        font-size: 22px;
    }

    .news-block-two .inner-box br {
        display: none;
    }

    .error-section h2 {
        font-size: 34px;
    }

    .coming-soon .content .content-inner h2 {
        font-size: 24px;
    }

    .accordion-box .block .acc-btn {
        font-size: 14px;
        line-height: 24px;
        padding-right: 40px;
    }

    .news-block-three .content-box {
        padding: 20px 15px;
    }

    .news-block-three .content-box h4 {
        font-size: 22px;
    }

    .error-section .text {
        font-size: 16px;
    }

    .coming-soon .content .content-inner h4 {
        font-size: 15px;
    }

    .docter-detail .designation {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .service-detail .prod-tabs .tab-btns .tab-btn {
        width: 100%;
        text-align: center;
    }

    .contact-form .form-group button {
        width: 100%;
    }

    .about-section .images-column .inner-column {
        margin: 0;
    }

    .about-section .image-3, .about-section .image-2, .about-section .image-1 {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 0;
        top: auto;
        width: 100%;
        text-align: center;
    }

    .about-section .image-2 {
        margin: -50px 0;
    }
}

.service-single {
    margin-bottom: 28px;
    /* border: 1px solid #e2e2e2; */
    border-radius: 11px;
    padding: 21px 20px;
    background: #ffffff;
    transition: border .3s;
    background-color: rgb(74 193 210 / 5%);
}

.service-single__wrap {
    display: flex;
    /* align-items: center; */
    flex-direction: column
}

.service-single__img {
    width: 90px;
    transition: .3s;
    margin-bottom: 16px
}

.service-single__content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0
}

.service-single__content h2 {
    font-size: 20px;
    color: #373737;
    margin-top: 2px;
    white-space: normal;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: var(--font-3);
    margin-bottom: 9px;
}

.service-single__img img {
    width: 90px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .0)) hue-rotate( 316deg);
}

.service-single__wrap:hover .service-single__img img {
    filter: hue-rotate(125deg);
}

.service-single__content-more {
    color: hsl(137 40% 55% / 1);
    font-weight: 500;
    font-size: 17px
}

.service-single__content-more i {
    font-size: 14px;
    margin-left: 4px
}

.service-single:hover {
    border-color: #acdbb9
}

.home-slideitem {
    position: relative;
}

.home-slideitem img {
    object-fit: cover
}

.home-slideitem__content {
    position: absolute;
    top: 50%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-slideitem__content::before {
    content: "";
    background-color: transparent;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* right: 0;
    bottom: 0; */
    z-index: 0;
    width: 0%;
    height: 100%;
    transition: all 0.8s linear;
}

.active .home-slideitem__content::before {
    width: 80%;
    /* background-position: 100% 0%; */
}

.home-slideitem__content h2 {
    font-size: clamp(30px,5vw,65px);
    color: #055860;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 2200ms ease 0.5s;
    margin-bottom: 20px;
    text-shadow: 0 0 3em #ffffff, 0 0 3em #ffffff, 0 0 3em #ffffff;
}

.home-slideitem__content p {
    font-size: 24px;
    color: #055860;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 2200ms ease 0.5s;
    max-width: 400px;
    line-height: 1.5;
}

.home-slideitem__content a {
}

.home-slideitem__content .container {
    position: relative
}

.home-slideitem__content .action {
    margin-top: 15px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1400ms ease
}

.owl-item.active .home-slideitem__content .action {
    transform: translateY(0px);
    opacity: 1
}

.owl-item.active .home-slideitem__content :is(h2,p) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.owl-item.active .home-slideitem__content p {
}

.owl-item.active .home-slideitem__content a {
}

.odic-homeslider .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #333!important;
    margin: 0;
    font-size: 30px !important;
    line-height: 25px !important;
    padding: 4px 7px;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 53px;
    background-color: #ffffffc7 !important;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 38px !important;
}

.odic-homeslider .owl-nav .owl-prev {
    left: 1vw
}

.odic-homeslider .owl-nav .owl-next {
    right: 1vw
}

.iconlabel {
    display: flex;
    font-weight: 500;
    color: #a93b31;
    font-size: 18px;
    /* align-items: center; */
}

.iconlabel.light {
    color: #fff;
}

.iconlabel.center {
    justify-content: center;
}

.iconlabel:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14 5c-.5.5-1.503.412-3-.824m0 0q.332-.272.689-.626c2.306-2.284 5.446-1.837 6.917 0c.626.782 1.853 2.281 1.215 5.95M11 4.176q-.332-.272-.689-.626c-2.306-2.284-5.446-1.837-6.917 0C2.378 4.82-.222 7.98 6.142 19.24c.264.466.789.76 1.354.76c.902 0 1.607-.72 1.636-1.56c.046-1.303.298-2.755 1.001-3.44M16 17l.684.684c.147.147.221.221.31.216c.09-.005.155-.086.285-.249L19 15.5m-6-.046v.386c0 1.202 0 1.803.148 2.353a4.36 4.36 0 0 0 1.014 1.827c.39.422.906.75 1.937 1.407c.461.294.692.441.938.51c.303.084.624.084.927 0c.245-.069.476-.216.937-.51c1.031-.657 1.547-.985 1.937-1.407a4.36 4.36 0 0 0 1.014-1.827c.148-.55.148-1.15.148-2.353v-.386c0-.748 0-1.122-.142-1.438a1.7 1.7 0 0 0-.369-.52c-.253-.24-.612-.372-1.33-.635l-1.474-.54c-.586-.214-.879-.321-1.185-.321s-.599.107-1.185.322l-1.474.54c-.718.262-1.077.393-1.33.634a1.7 1.7 0 0 0-.37.52c-.141.316-.141.69-.141 1.438'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-right: 10px;
}

.icon-user:before {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='6' r='4' fill='%23000'/%3E%3Cellipse cx='12' cy='17' fill='%23000' rx='7' ry='4'/%3E%3C/svg%3E");
}

.abimg-year {
    position: absolute;
    width: max-content;
    background-color: var(--base-color);
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.25px;
    font-family: var(--font-2);
    padding: 10px 10px;
    top: -20px;
    right: -30px;
    line-height: 1.3;
    font-weight: 600;
    border-radius: 11px;
    text-align: center;
}

.abimg-year .large {
    font-size: 68px;
    line-height: normal;
    font-family: var(--font-2);
}

.section-absub {
    /* background-color: #f4fcfa; */
    padding: 60px 0px 60px;
    background: radial-gradient(#14303c, #0f394b);
}

.section-absub:before {
    content: '';
    position: absolute;
    inset: 0px;
    background-color: #99ffee;
    background-image: radial-gradient(at 71% 10%, hsla(105,100%,100%,1) 0px, transparent 50%), radial-gradient(at 44% 46%, hsla(164,100%,53%,1) 0px, transparent 50%);
    z-index: 0;
    opacity: 8%;
}

.section-absub .container {
    position: relative
}

.ab-sub ul {
    margin-top: 35px;
}

.ab-sub li {
    font-size: 17px;
    font-family: var(--font-3);
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    gap: 10px 12px;
    color: #fff;
}

.ab-sub li:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    color: #d3d3d3;
    /* --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23000' stroke-width='4'%3E%3Cpath d='M13.117 5h.886c4.666.69 5.931 3.338 9.997 3.338S29.331 5.69 33.998 5h.502a9.5 9.5 0 0 1 9.5 9.5v.626c0 2.903-3.09 6.217-4 9.357c-.965 3.334-1.626 6.06-1.82 8.911C37.725 40.075 35.447 43 33 43c-3.654 0-6.898-14.975-8.937-14.975C22.023 28.025 17.978 43 15 43c-1.817 0-4.17-1.075-5.054-9.606C9.594 30 9 27.941 8 24.483c-.88-3.04-3.848-6.672-4-9.932A9.127 9.127 0 0 1 13.117 5Z' clip-rule='evenodd'/%3E%3Cpath stroke-linecap='round' d='m15.482 12.463l16.519 5.326m-16.519 0l16.519-5.326'/%3E%3C/g%3E%3C/svg%3E"); */
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14 5c-.5.5-1.503.412-3-.824m0 0q.332-.272.689-.626c2.306-2.284 5.446-1.837 6.917 0c.626.782 1.853 2.281 1.215 5.95M11 4.176q-.332-.272-.689-.626c-2.306-2.284-5.446-1.837-6.917 0C2.378 4.82-.222 7.98 6.142 19.24c.264.466.789.76 1.354.76c.902 0 1.607-.72 1.636-1.56c.046-1.303.298-2.755 1.001-3.44M16 17l.684.684c.147.147.221.221.31.216c.09-.005.155-.086.285-.249L19 15.5m-6-.046v.386c0 1.202 0 1.803.148 2.353a4.36 4.36 0 0 0 1.014 1.827c.39.422.906.75 1.937 1.407c.461.294.692.441.938.51c.303.084.624.084.927 0c.245-.069.476-.216.937-.51c1.031-.657 1.547-.985 1.937-1.407a4.36 4.36 0 0 0 1.014-1.827c.148-.55.148-1.15.148-2.353v-.386c0-.748 0-1.122-.142-1.438a1.7 1.7 0 0 0-.369-.52c-.253-.24-.612-.372-1.33-.635l-1.474-.54c-.586-.214-.879-.321-1.185-.321s-.599.107-1.185.322l-1.474.54c-.718.262-1.077.393-1.33.634a1.7 1.7 0 0 0-.37.52c-.141.316-.141.69-.141 1.438'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.abimg-bottom img {
    border-radius: 8px;
}

.cta-box {
    background-color: #0E384C;
    padding: 50px 0;
}

.cta-box-item {
    display: flex;
    align-items: center;
    border-right: 1px solid #eeeeee59;
    margin-right: 15px;
    padding-right: 15px;
}

.cta-box .col-lg-4:nth-child(2) .cta-box-item {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.cta-box-item .icon-box {
    margin-right: 20px;
}

.cta-box-item .icon-box svg {
    --c: #0E384C;
    width: 58px;
    height: 58px;
    color: #fff;
}

.cta-box-item .icon-box img {
    max-width: 40px;
}

.cta-box-content {
    width: calc(100% - 60px);
}

.cta-box-content h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 10px;
    letter-spacing: 0.35px;
    font-family: var(--font-1);
}

.cta-box-content p {
    color: #ffffffeb;
    margin: 0;
    font-size: 17px;
}

.cta-box-btn {
}

.section-title h2 {
    font-size: 50px;
}

.section-title h2.light {
    color: #fff;
}

.section-gallery {
    padding: 60px 0 60px;
}

.album-card {
    border: 1px solid #f4f4f4;
    text-align: center;
    border-radius: 15px;
    background: rgb(74 124 210 / 10%);
}

.album-card__img {
    margin: 7px;
    border-radius: 15px;
    overflow: hidden;
}

.album-card__img img {
    aspect-ratio: 984/656;
    object-fit: cover;
}

.album-card h2 {
    font-size: 18px;
    font-weight: 400;
    color: var(--base-color);
    padding: 10px 0;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/* xx */
.section-title {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.hero {
    background: #e9f2ff;
    padding: 60px 0;
}

.icon-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.icon-box i {
    font-size: 1.5rem;
    color: #0d6efd;
}

.hero-inner__title {
    color: var(--secondary-color);
    font-size: 35px;
}

.hero-inner__lead {
    font-size: 18px;
    color: #212121;
    font-weight: 400;
    margin-top: 12px;
}

.sec-content p {
    font-size: 16.56px;
    line-height: 170%;
    margin-bottom: 18px;
    max-width: 750px;
    color: #111111bf;
}

.sec-content p strong {
    font-weight: 600;
    color: var(--base-color);
}

.contact-section {
    max-width: 1100px;
    margin: 50px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.contact-left, .contact-right {
    flex: 1;
}

.contact-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--base-color);
    margin-bottom: 15px;
    position: relative;
}

.contact-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: var(--base-color);
    display: block;
    margin-top: 8px;
    border-radius: 3px;
}

.contact-item {
    margin-bottom: 20px;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: flex-start;
}

.contact-item i {
    color: var(--svg-icon);
    margin-right: 10px;
    font-size: 20px;
    line-height: 1.5;
}

.contact-item a {
    text-decoration: none;
    color: #353535;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #0056b3;
}

.highlight {
    font-weight: 600;
    color: #333;
}
.gallery-hover:hover{cursor: zoom-in}
/* Responsive */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
    }

    .home-slideitem img {
        aspect-ratio: 1/1.3;
    }

    .cta-box-item {
        border-right: 1px solid transparent;
    }

    .service-single__img img {
        width: 40px;
    }

    .hero {
        background: #e9f2ff;
        padding: 20px 0;
    }

    .hero-inner__title {
        font-size: 25px;
    }

    .contact-info__wrap {
        padding: 5px;
        color: #f9f9f9;
    }

    .contact-form__wrap {
        padding: 25px 5px 5px;
    }
    .cta-box-content h3 {
        font-size: 15px;
    }
    .cta-box-content p {
        font-size: 16px;
    }
    h1 {
    font-size: 30px;
}
    .footer-contact__ul li {
        padding-left: 40px;
    }
    .footer-contact__ul li .icon svg{
        width: 25px
    }
}

/* zz */
