:root {
    --primary-orange: #f5821f;
    --color-white: #fff;
    --color-black: #000;
    --primary-blue: #007eff;
}

.ml-4 {
    margin-left: 10px;
}

.ml-0 {
    margin-left: 0px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

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

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

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

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

.mediic_nav_manu {
    transition: 0.5s;
    z-index: 2;
    position: relative;
    padding: 20px 10px 20px;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    background: var(--primary-color) !important;
    transition: 0.5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .mediic_menu>ul>li>a {
    color: var(--primary-color);
}

.sticky .header-button a {
    background: var(--primary-orange);
}

.sticky .header-button a i {
    color: #fff;
}

.style-2.sticky .mediic_menu>ul>li>a {
    color: #fff;
}

.style-2.sticky .search-box-btn i {
    border: 1px solid var(--secondary-color);
}

.style-2.sticky .search-box-btn i {
    color: var(--secondary-color);
}

/* mediic Menu Css*/
nav.mediic_menu {
    text-align: center;
    position: relative;
    z-index: 1;
}

ul.nav_scroll {
    padding: 0 24px 0 30px;
    background: #d4e5f9;
    border-radius: 30px;
}

.mediic-description {
    color: #000 !important;
}

.mediic_menu ul {
    list-style: none;
    display: inline-block;
}

.mediic_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.mediic_menu>ul>li>a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0px 15px;
    margin: 17px 2px;
    transition: 0.5s;
    color: #002570;
    font-weight: 600;
    font-family: var(--secondary-font);
}

.mediic_menu>ul>li>a:hover {
    color: var(--primary-orange);
    list-style: none;
}

a.mdy-hover {
    position: relative;
}

a.mdy-hover:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #007eff;
    opacity: 0;
    transition: 0.5s;
}

a.mdy-hover:hover:before {
    opacity: 1;
}

/*mediic Right Side*/

.mediic-right-side {
    display: flex;
    float: right;
    align-items: center;
}

.header-button a,
.header-button p {
    font-size: 15px;
    padding: 14px 30px;
    font-weight: 500;
    color: #fff;
    background: var(--primary-orange);
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin: 0 9px 0 14px;
    border: 1px solid var(--primary-orange);
}

.header-button:hover a,
.header-button:hover p {
    background-color: #fff;
    border: 1px solid var(--primary-orange);
    color: var(--primary-orange);
}

.header-button a img,
.header-button p img {
    padding-left: 5px;
    position: relative;
    top: -1px;
}

.header-button a:hover i,
.header-button p:hover i {
    color: #fff;
}

/* Style 2 */

.style-2 .nav_scroll {
    padding: 0;
    background: transparent;
    border-radius: 30px;
}

/*** Sub Menu Style 
==========================***/

.mediic_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    visibility: hidden;
    border-top: 2px solid #007eff;
    opacity: 0;
}

.mediic_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.mediic_menu ul .sub-menu li {
    position: relative;
}

.mediic_menu ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
    visibility: inherit !important;
    color: var(--primary-color) !important;
    position: relative;
    z-index: 1;
}

.mediic_menu ul .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: var(--secondary-color);
    z-index: -1;
    transition: 0.5s;
}

.mediic_menu ul .sub-menu li a:hover:before {
    height: 100%;
    top: 0;
}

.mediic_menu ul .sub-menu li:hover>a,
.mediic_menu ul .sub-menu .sub-menu li:hover>a,
.mediic_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.mediic_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #007eff;
    color: #fff !important;
}

/* sub menu 2 
=================*/

.mediic_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.mediic_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.mediic_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.mediic_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.mediic_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #ffde5d;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: "Fira Sans";
    border-radius: 2px;
    margin-left: 5px;
    transition: 0.5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 
====================*/

.mediic_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.mediic_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.mediic_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.mediic_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Hero Section -->
<!-- ============================================================== -->*/

.hero-section {
    background: url(../images/slider/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 790px;
    position: relative;
    margin-top: 100px;
}

.row.hero-bg {
    position: relative;
    z-index: 1;
}

.hero-content {
    padding: 45px 0 0;
}

.hero-content h1 {
    font-size: 110px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: 800;
    position: relative;
    z-index: -1;
}

h1.mediic-style {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

span.team-mbr {
    padding: 15px 30px;
    border-radius: 40px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    backdrop-filter: blur(17.5px);
    margin-right: 22px;
}

span.team-mbr img {
    padding: 0 15px 0 0;
}

.hero-btm-boxs {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
}

.mediic-hero-icon {
    float: left;
    margin-right: 20px;
}

.mediic-hero-content {
    overflow: hidden;
}

.mediic-hero-content h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin: 0;
}

.mediic-hero-content p {
    text-align: left;
    width: 62%;
    padding: 7px 0 0;
    font-family: var(--secondary-font);
}

/* mediic Btn */

a.mediic-btn {
    position: relative;
    padding: 17px 42px;
    overflow: hidden;
    display: inline-block;
    background-color: var(--primary-orange);
    color: var(--color-white);
    border: 1px solid var(--primary-orange);
    font-weight: 500;
    transition: 500ms;
    z-index: 1;
    border-radius: 30px;
}

.a.mediic-btn:hover {
    color: var(--color-white);
    background-color: var(--primary-orange);
    border: 1px solid var(--primary-orange);
}

.mediic-btn__hover:nth-child(2),
.mediic-btn__hover:nth-child(4),
.mediic-btn__hover:nth-child(6) {
    top: 0;
}

.mediic-btn__hover:nth-child(2) {
    left: 16.66%;
}

.mediic-btn__hover:nth-child(4) {
    left: 49.98%;
}

.mediic-btn__hover:nth-child(6) {
    left: 83.3%;
}

.mediic-btn__hover:nth-child(1),
.mediic-btn__hover:nth-child(3),
.mediic-btn__hover:nth-child(5) {
    bottom: 0;
}

.mediic-btn__hover:nth-child(1) {
    left: 0;
}

.mediic-btn__hover:nth-child(3) {
    left: 33.32%;
}

.mediic-btn__hover:nth-child(5) {
    left: 66.64%;
}

a.mediic-btn:hover .mediic-btn__hover {
    height: 100%;
}

a.mediic-btn i {
    padding-left: 7px;
    position: relative;
    top: 3px;
    transform: rotate(-45deg);
    display: inline-block;
}

a.mediic-btn:hover {
    color: #fff;
}

/* Btn End */

.hero-socail-icon {
    position: absolute;
    right: -230px;
    bottom: 206px;
    animation: 1s 1.5s fadeInDown both;
}

.hero-socail-icon a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0;
    transition: 0.3s;
}

.hero-socail-icon a:hover {
    color: var(--secondary-color);
}

.hero-cnct-nmbr {
    position: absolute;
    left: -256px;
    bottom: 160px;
}

.hero-cnct-nmbr h4 {
    position: relative;
    color: #fff;
    writing-mode: tb;
    font-size: 18px;
    font-weight: 500;
}

.hero-cnct-nmbr h4:before {
    position: absolute;
    content: "";
    left: 12px;
    top: -118px;
    width: 2px;
    height: 100px;
    background-image: linear-gradient(0deg,
            rgba(255, 255, 255, 0.9999999999999999) 0%,
            rgba(27, 31, 73, 0) 100%);
}

/* Shape */

.hero-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -95px;
    z-index: -1;
}

.hero-shape2 {
    position: absolute;
    left: -66px;
    top: 66px;
}

.hero-shape3 {
    position: absolute;
    right: -72px;
    bottom: -15px;
}

.hero-shape4 {
    position: absolute;
    right: 26px;
    bottom: 133px;
    animation: moveLeftBounce 3s linear infinite;
}

/* Hero 2 */

.hero2.hero-section {
    background: url(../img/slider/banner-bg-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 850px;
    position: relative;
    margin-top: 100px;
}

.content-inner {
    padding: 85px 100px 0;
    width: 833px;
    height: 447px;
    border-radius: 40px;
    background-color: #002570;
    position: absolute;
    top: 0;
    left: 22px;
}

.hero-content2 h2 {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.hero2.hero-section .mediic-btn a {
    margin-top: 34px;
}

.hero2.hero-section .mediic-service-bx {
    padding: 37px 37px 0;
    width: 383px;
    height: 180px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    position: absolute;
    right: 119px;
    top: 589px;
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.hero2.hero-section .mediic-hero-content h4 {
    color: var(--primary-color);
    font-weight: 600;
}

.hero2.hero-section .mediic-hero-content p {
    width: 100%;
    color: #000;
}

/* Wood Animation */

span.wood-animation img {
    animation: wooo 3.5s infinite;
}

/*wood animation*/
@keyframes wooo {
    0% {
        transform: rotate3d(0, 0, 0);
    }

    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 359deg);
    }
}

/* Left Animation */

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*
<!-- ============================================================== -->
<!-- mediic Start Brand Section-->
<!-- ============================================================== -->*/

.counter-serction {
    background: url(../images/slider/counter-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 50px;
    margin-top: -23px;
    position: relative;
}

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

.counter-left-side {
    display: flex;
}

.counter-title h2 {
    font-size: 34px;
    color: #fff;
    margin: 0;
    line-height: 42px;
    font-weight: 700;
    padding: 0 0 0 25px;
}

/* Right Side */

.counter-right-side {
    display: flex;
}

.counter-single-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.counter-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-box-title h1 {
    font-size: 60px;
    font-weight: 700;
    color: #002570;
    display: inline-block;
    margin-bottom: 10px;
}

.about-section .counter-box-title h1 {
    font-size: 44px !important;
}

.counter-desc p {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    font-family: var(--secondary-font);
    display: inline-block;
    padding: 14px 0 0;
}

/* Button Hover */

/* Box-hover */

.mediic-hover-btn {
    background-color: #007eff;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.hover-btn {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 30px 0 0px 30px;
}

.hover-btn2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-btn3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-btn4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 30px 30px 0;
}

.header-button a:hover .mediic-hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- mediic Start Feature Section-->
<!-- ============================================================== -->*/

.feature-serction {
    padding: 95px 0 60px;
    position: relative;
}

.feature-single-box {
    padding: 40px 40px 27px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    border-radius: 24px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.feature-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ffffff;
    padding: 0px 0 35px;
}

.head-title h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    transition: 0.5s;
}

.mediic-link i {
    font-size: 20px;
    color: #007eff;
    display: inline-block;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.mediic-icon img {
    padding: 40px 0 32px;
    transition: 0.5s;
}

.feature-content span {
    color: #007eff;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
}

.feature-content h3 {
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin: 0;
    transition: 0.5s;
}

span.mddle-pd {
    padding: 0 5px 0 2px;
    font-size: 30px;
    color: var(--primary-color);
}

.feature-content p {
    color: #65677a;
    font-family: var(--secondary-font);
    display: inline-block;
    padding: 10px 0 0;
    transition: 0.5s;
}

.feature-single-box:hover .head-title h2,
.feature-single-box:hover .feature-content h3,
.feature-single-box:hover .feature-content span,
.feature-single-box:hover .feature-content p,
.feature-single-box:hover .mediic-link i,
.feature-single-box:hover .feature-content h4 {
    color: #fff;
}

.feature-single-box:hover .feature-btn a {
    background: #fff;
    color: #007eff;
}

/* Box-2 */

.bx-2.feature-single-box {
    padding: 40px 40px 26px;
}

.feature-btn a {
    padding: 11px 29px;
    font-size: 14px;
    font-weight: 500;
    background: #007eff;
    color: #fff;
    border-radius: 20px;
}

.feature-content h4 {
    font-size: 22px;
    font-weight: 600;
    transition: 0.5s;
}

.bx-2 .feature-content p {
    padding: 12px 0 0;
}

/* bx-3 */

.bx-3 .feature-content p {
    padding: 15px 0 13px;
}

.bx-3.feature-single-box {
    padding: 40px 40px 45px;
}

.bx-3 .mediic-icon img {
    padding: 40px 0 8px;
}

.bx-3.feature-single-box:hover .mediic-icon img {
    filter: brightness(5);
}

/* Box-hover */

.mediic-hover-box {
    background-color: #007eff;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0 0px 20px;
}

.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 20px 20px 0;
}

.feature-single-box:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-single-box:hover {
    border: 2px solid #007eff;
}

/* Feature Box-2 */

.style-2.feature-serction {
    padding: 0px 0 60px;
    position: relative;
}

.feature-single-box-2 {
    padding: 30px 30px 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.feature-single-box-2 span i {
    font-size: 20px;
    margin-left: 4px;
}

.feature-single-box-2 a {
    z-index: 10;
    position: relative;
}

.feature-single-box-2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-top: 2px solid var(--secondary-color);
    border-left: 2px solid var(--secondary-color);
    transition: all linear 0.5s;
}

.feature-single-box-2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-bottom: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    transition: all linear 0.5s;
}

.feature-single-box-2:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.feature-single-box-2:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.feature-single-box-2 .feature-thumb img {
    border-radius: 30px;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.feature-single-box-2 .feature-content {
    padding-left: 40px;
}

.feature-title h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 37, 112, 0.2);
    position: relative;
    z-index: 1;
}

.feature-title h3:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: 0.5s;
}

.feature-single-box-2 .mediic-icon img {
    padding: 0 0 15px;
}

/* mediic btn-2 */

.mediic-btn2 {
    overflow: hidden;
}

.mediic-btn2 a {
    transition: 0.5s;
    position: relative;
    z-index: 11;
}

.mediic-btn2 a span {
    margin-left: -95px;
    opacity: 0;
    transition: 0.5s;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 16px;
}

.mediic-btn2 a i {
    display: inline-block;
    font-size: 20px;
    transform: rotate(-45deg);
    position: relative;
}

.feature-single-box-2:hover .mediic-btn2 a span {
    margin-left: 0px;
    opacity: 1;
}

.feature-single-box-2:hover .mediic-btn2 a i {
    padding-left: 0;
    transition: 0.5s;
    color: var(--secondary-color);
    left: 5px;
}

.feature-single-box-2:hover .feature-title h3:before {
    width: 100%;
}

/* ***********************
 mediic Start Section Title
************************* */

.mediic-section-title2 h4 {
    font-size: 22px;
    font-weight: 600;
    color: #002570;
    padding: 10px 0 9px;
    /* margin-bottom: 20px; */
}

.mediic-section-title2 h3 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}

.mediic-section-title h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    padding: 0 0 10px;
    text-transform: uppercase;
}

.mediic-section-title h3 {
    font-size: 46px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 20px;
}
.life-science-page .mediic-section-title h3 {
      margin: 0 0 25px;
}
.counter-box-title h2 {
    font-size: 60px !important;
    margin-top: 0px !important;
}

.mediic-section-title h1 span img {
    animation: rotateme 8s linear infinite;
    width: 40px;
}

.mediic-section-title p {
    padding: 10px 0 0px;
    font-family: var(--secondary-font);
}

.about-section .mediic-section-title p {
    padding: 4px 0px 0px !important;
}

.serv-detail-img {
    width: 550px;
    height: 678px;
}

.serv-about-sec {
    margin-top: 60px;
}

/*
<!-- ============================================================== -->
<!--  mediic Start About Section-->
<!-- ============================================================== -->*/

.about-serction {
    padding: 0 0 60px;
    position: relative;
    z-index: 1;
}

.mediic-top-section .top-mediic-section {
    align-items: center !important;
    border-bottom: 1px solid rgba(28, 32, 73, 0.10196078431372549);
    padding: 0 0 28px;
    margin-bottom: 60px;
    margin-top: 40px;
}

.top-mediic-section {
    align-items: center;
    border-bottom: 1px solid rgba(28, 32, 73, 0.10196078431372549);
    padding: 0 0 28px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.advisor-sec-title {
    border-bottom: 1px solid rgba(28, 32, 73, 0.10196078431372549);
    padding: 0 0 28px;
    margin-bottom: 60px;
}

.bx-2 .odometer-wrapper.counter-box-title {
    border-bottom: 0;
}

.bx-2 .odometer-wrapper.counter-box-title {
    justify-content: right;
}

.bx-2 .odometer-wrapper.counter-box-title h1 {
    color: var(--primary-color);
    font-size: 60px;
}

p.counter-desc {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    display: inline-block;
    margin: 0 0px 0 22px;
    width: 50%;
}

/* About Left Side */

.about-thumb {
    position: relative;
    z-index: 1;
}

.about-main-img {
    object-fit: cover;
}

.thumbs-bxs {
    position: absolute;
    top: 0;
    right: 114px;
    width: 200px;
    height: 200px;
    line-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    background-color: #007eff;
}

/* Abour Right Side */

.about-service-list h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 10px;
}

.about-service-list ul li {
    display: block;
    list-style: none;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    border-top: 1px dashed #00306c;
    padding: 16px 0 17px;
}

.about-service-list ul li i {
    font-size: 17px;
    color: var(--secondary-color);
    display: inline-block;
    padding-right: 6px;
}

li.border-style {
    border-bottom: 1px dashed #00306c;
}

span.list-pd {
    padding: 0 0 0 55px;
}

/* Rotate SVG Area /
/ -------------------------- */

.text-circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 46px;
    -webkit-animation: rotateme 9s linear infinite;
    animation: rotateme 9s linear infinite;
}

.text-circle svg {
    width: 110px;
    height: auto;
    overflow: visible;
    word-spacing: 36px;
    transform: rotate(0) scaleX(1) scaleY(1);
}

.text-circle path {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
    transition: 0.3s stroke, 0.3s fill;
}

.text-circle text {
    fill: #ffffff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/* shape */

.mediic-shape {
    position: absolute;
    right: 0px;
    text-align: right;
    z-index: -1;
    bottom: 0;
}

/* mediic btn */

.about-serction .mediic-btn a {
    margin-top: 5px;
}

.blog-section .mediic-btn a {
    padding: 10px 14px !important;
}

.mediic-btn a {
    padding: 16px 30px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    font-family: var(--secondary-font);
    border: 1px solid var(--primary-orange);
    border-radius: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid var(--primary-orange);
    background-color: var(--primary-orange);
    color: var(--color-white);
}

.mediic-btn a:after {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    position: absolute;
    content: attr(data-text);
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #007eff;
    background-image: url(../images/resource/mask-btn2.png);
    -webkit-mask: url(../images/resource/mask-btn2.png);
    mask: url(../images/resource/mask-btn2.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    animation: mask_animation_2 0.7s steps(22) forwards;
    z-index: -1;
}

.mediic-btn a i,
.mediic-btn p i {
    padding-left: 7px;
    position: relative;
    top: 3px;
    transform: rotate(-45deg);
    display: inline-block;
}

.mediic-btn a:hover,
.mediic-btn p:hover {
    border: 1px solid var(--primary-orange);
    background-color: var(--color-white);
    color: var(--primary-orange);
}

.mediic-btn a:hover {
    color: var(--primary-orange);
}

@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

/* About Style 2 */

.thumbs-bxs2 {
    position: absolute;
    bottom: 0;
}

.icon img {
    border-radius: 30px;
}

.mediic-service-box {
    padding: 35px 40px 28px;
    background: var(--secondary-color);
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.mediic-number h3 {
    font-size: 60px;
    color: #ffffff;
    opacity: 0.15;
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: 700;
}

.mediic-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 11px 0 0;
}

.mediic-service-box .mediic-hover-box {
    background-color: var(--primary-color);
}

.bx-1.mediic-service-box .mediic-hover-box {
    background-color: var(--secondary-color);
}

.mediic-service-box:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mediic-service-box.bx-1 {
    background: var(--primary-color);
}

.upp.mediic-btn a {
    background-color: var(--primary-color);
}

.upp.mediic-btn a:hover {
    color: #fff;
}

/* Style 2 */

.box-2.mediic-service-box {
    padding: 35px 30px 30px;
    background: var(--secondary-color);
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    transition: 0.5s;
    margin-bottom: 30px;
}

.box-2 .mediic-icon2 {
    float: left;
}

.mediic-icon2 img {
    transition: 0.5s;
}

.box-2 .mediic-title h4 {
    color: var(--primary-color);
    padding: 0 0 0 24px;
    margin: 0;
    display: -webkit-box;
    transition: 0.5s;
}

.box-2.mediic-service-box:hover .mediic-icon2 img {
    filter: brightness(0) invert(1);
}

.box-2.mediic-service-box:hover .mediic-title h4 {
    color: #fff;
}

.box-2.mediic-service-box:hover {
    border: 2px solid var(--secondary-color);
}

.box-2.mediic-service-box .mediic-hover-box {
    background-color: var(--secondary-color);
}

.box-2 .hover-bx {
    border-radius: 15px 0 0px 15px;
}

.box-2 .hover-bx4 {
    border-radius: 0 15px 15px 0;
}

/* mdy Contact */

.mdy-about-contact {
    display: flex;
    align-items: center;
    margin: 5px 0 0;
}

.mediic-contact {
    padding: 40px 0 0 30px;
}

.ctn-icon {
    display: inline-block;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* .serv-detail-icon{
    width: 50px;
    height: 50px;
    margin-top: 10px !important;
}
.serv-detail-hover-icon{
    width: 50px;
    height: 50px;
    margin-top: 70px !important;
} */
.ctn-icon:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 20px;
    left: 30px;
    right: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #007eff;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.contact-mobile {
    font-size: 15px;
}

.ctn-title {
    display: inline-block;
}

.ctn-title h3 {
    font-size: 24px;
    font-weight: 600;
    padding-left: 5px;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 4px;
    }

    40% {
        opacity: 0.5;
        border-width: 3px;
    }

    65% {
        border-width: 2px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

/* Shape */

.mdy-dots {
    position: absolute;
    right: 48px;
    bottom: -39px;
    z-index: -1;
}

.style-2 .mediic-shape {
    position: absolute;
    right: 0;
    bottom: 18px;
    text-align: right;
    z-index: -1;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Brnad Section-->
<!-- ============================================================== -->*/

.marquee-section {
    background: #cadff9;
    padding: 65px 65px;
}

.marquee {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}

.marquee-single-box {
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-content h2 {
    font-size: 64px;
    font-weight: 700;
    display: inline-block;
}

.marquee-content h2 span img {
    margin: -11px 30px 0 20px;
    display: inline-block;
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
}

/* Key Frames */

.scroll {
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 1rem));
    }
}

/* Style Two */

.style-2.mediic-top-section {
    padding: 40px 60px 0px 50px;
}

/* Style Two */

.style-2.marquee-section {
    background: var(--primary-color);
    padding: 26px 65px 35px;
}

.style-2 .marquee-content h2 {
    font-size: 40px;
    color: #fff;
}

.style-2 .marquee-content h2 span img {
    width: 8%;
    margin: -11px 16px 0 20px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start  Section -->
<!-- ============================================================== -->*/

.mediic-top-section {
    padding: 10px 50px 0px 50px;
    background: #002570;
    position: relative;
}

.mediic-top-section .top-mediic-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
}

.mediic-heading-sec {
    margin: auto;
    padding: 20px 0px;
    border-bottom: none !important;
}

.mediic-desc p {
    font-size: 18px;
    font-family: var(--secondary-font);
    color: var(--light);
}

.mediic-top-section.style-2 .mediic-shape {
    position: absolute;
    top: 0;
    right: -12px;
    text-align: right;
    z-index: 1;
}

/* Service Section */

.service-section {
    padding: 30px 50px 120px 50px;
    background: #002570;
}

.single-service-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: 0.5s;
    overflow: hidden;
}

.service-thumb {
    position: relative;
    background-image: linear-gradient(0deg,
            rgba(0, 37, 111, 0.9999999999999999) 0%,
            rgba(0, 37, 111, 0.7999999999999999) 20%,
            rgba(0, 37, 111, 0) 50%,
            rgba(0, 37, 111, 0) 100%);
    transition: 0.5s;
    border-radius: 18px;
}

.service-thumb:before {
    position: absolute;
    content: "";
    right: -294px;
    top: -40px;
    text-align: right;
    background: url(../images/resource/srvce-shp.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.5s;
}

.service-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg,
            rgba(0, 125, 255, 0.9999999999999999) 0%,
            rgba(0, 125, 255, 0.9999999999999999) 20%,
            rgba(0, 125, 255, 0) 50%,
            rgba(0, 125, 255, 0) 100%);
    width: 100%;
    height: 0%;
    transition: 0.5s;
    border-radius: 18px;
}

.service-thumb img {
    position: relative;
    z-index: -1;
    width: 100%;
    border-radius: 20px;
}

.service-content {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 40px;
}

.service-content h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.service-content h2 a {
    font-size: 28px;
    font-weight: 600;
    color: #ffff;
    display: inline-block;
    transition: 0.5s;
}

.service-content h2 a:hover {
    color: var(--primary-color);
}

.service-icon a i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    padding-top: 20px;
    text-align: center;
    background-color: #007eff;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 40px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
    transform: rotate(-45deg);
}

.single-service-box:hover .service-icon a i {
    opacity: 1;
    right: 30px;
    top: 20px;
}

.single-service-box:hover .service-icon .arrow-home-icon {
    position: absolute;
    right: 10px !;
    top: 20px;
}

.single-service-box:hover .service-thumb:before {
    opacity: 1;
    top: -0px;
}

.single-service-box:hover .service-thumb:after {
    height: 100%;
}

/* Swiper Slider
=========================== */

.service-section .swiper {
    width: 100%;
    height: 540px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.swiper-scrollbar {
    background: rgba(255, 255, 255, 0.14901960784313725) !important;
}

.swiper-scrollbar-drag {
    background: rgba(0, 125, 255, 0.5999999999999999) !important;
}

@media only screen and (min-width: 769px) {
    .swiper-slide:first-child {
        transition: transform 100ms;
    }

    .swiper-slide:first-child img {
        transition: box-shadow 500ms;
    }

    .swiper-slide:nth-child(2) {
        transition: transform 100ms;
    }

    .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
        transform: translateX(-50%);
    }

    .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
        transform: translateX(-55%);
    }

    .swiper-scrollbar-drag {
        background: var(--swiper-scrollbar-drag-bg-color,
                rgba(0, 125, 255, 0.3999999999999999));
    }
}

/* Style 2  */

.style-2.service-section {
    padding: 30px 60px 120px 200px;
}

.style-2 .service-thumb:before {
    right: -288px;
}

/* Owl Nav */
.owl-nav {
    position: absolute;
    left: -120px;
    top: 200px;
}

.owl-prev {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.owl-prev:before {
    position: absolute;
    content: "";
    left: 25px;
    top: -200px;
    width: 2px;
    height: 180px;
    background-image: linear-gradient(0deg,
            rgba(0, 125, 255, 0.9999999999999999) 0%,
            rgba(0, 125, 255, 0.9999999999999999) 10%,
            rgba(0, 125, 255, 0) 80%,
            rgba(0, 125, 255, 0) 100%);
}

.owl-prev i,
.owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    background-color: rgba(0, 103, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/*
<!-- ============================================================== -->
<!-- mediic Start Appoinment Section-->
<!-- ============================================================== -->*/

.appoinment-section {
    padding: 100px 0 48px;
    position: relative;
}

.style-2.appoinment-section {
    padding: 0px 0 48px;
}

.mediic-shape-cntr {
    position: absolute;
    top: -260px;
    z-index: -1;
}

.main-div {
    padding: 0 0 120px;
}

.mediic-appoinment {
    background-image: url(../img/resource/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 30px;
    border-radius: 30px;
    background-size: contain;
}

.row.appoinment {
    position: relative;
    z-index: 1;
}

.contact-form-box {
    padding: 60px 50px 50px !important;
}

.form-box input::placeholder {
    font-size: 17px;
    color: #002570;
}

.form-box input {
    width: 100%;
    height: 46px;
    margin-top: 20px;
    padding: 0 20px;
    outline: 0;
    display: inline-block;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 37, 112, 0.5);
    font-weight: 500;
    font-family: var(--secondary-font);
}

.form-box textarea {
    width: 100%;
    padding: 15px 22px;
    outline: 0;
    margin-top: 20px;
    outline: 0;
    display: inline-block;
    height: 150px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 37, 112, 0.5);
    font-weight: 500;
    font-family: var(--secondary-font);
}

.form-box textarea::placeholder {
    color: #002570;
    font-size: 17px;
}

.captcha-group .captcha-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height: 46px;
    margin-left: 16px;
    border-radius: 15px;
    border: 1px solid rgba(0, 37, 112, 0.5);
    background-color: rgba(255, 255, 255, 0);
    font-weight: 500;
    font-family: var(--secondary-font);
    background-color: #002570;
    color: #fff;
}

.form-box .refresh-captcha {
    height: 46px;
    width: 46px;
    margin-top: 26px !important;
    background-color: rgba(255, 255, 255, 0);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    height: 46px;
}

.captcha-group .refresh-captcha i {
    font-size: 16px;
}

.mediic-shape-2 {
    position: absolute;
    top: 0;
    left: 450px;
    animation: wooo 3.5s infinite;
}

/* Submit Button */

button.submit-btn {
    padding: 12px 30px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-family: var(--secondary-font);
    border-radius: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid #007eff;
    background-color: var(--primary-color);
}

button.submit-btn:after {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    position: absolute;
    content: attr(data-text);
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #007eff;
    background: url(../images/resource/mask-btn2.png);
    mask: url(../images/resource/mask-btn2.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    animation: mask_animation_2 0.7s steps(22) forwards;
    z-index: -1;
}

button.submit-btn i {
    padding-left: 5px;
    position: relative;
    top: 2px;
    transform: rotate(-45deg);
    display: inline-block;
}

button.submit-btn:hover:after {
    animation: mask_animation 0.7s steps(22) forwards;
}

.button.submit-btn:hover {
    color: var(--secondary-color);
}

/* Appointment Style 1 */

.style-1.mediic-appoinment {
    background-image: url(../img/resource/appointment2-bg.png);
    margin-bottom: 120px;
}

.style-1 .testi-single-box {
    padding: 60px 45px 60px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/resource/test2.png);
}

.clamp-paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.style-1.mediic-appoinment .mediic-shape-2 {
    top: -30px;
    right: 0;
    left: inherit;
}

/* Style 2 */

.mediic-appoinment.style-2 {
    margin: 60px 0 60px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Team Section -->
<!-- ============================================================== -->*/

.team-section {
    padding: 0px 0 60px;
    position: relative;
}

.team-section .top-mediic-section {
    margin-bottom: 0;
}

.team-section .mediic-shape {
    position: absolute;
    right: 350px;
    text-align: right;
    z-index: -1;
}

.team-single-box,
.home-event-box {
    padding: 30px 30px 32px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 500px;
}

.team-single-box::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-top: 2px solid var(--secondary-color);
    border-left: 2px solid var(--secondary-color);
    transition: all linear 0.5s;
}

.team-single-box::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-bottom: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    transition: all linear 0.5s;
}

.team-single-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.team-single-box:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.team-thumb {
    position: relative;
    z-index: 21;
}

.team-thumb img {
    border-radius: 25px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.team-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    transition: 0.5s;
    border-radius: 20px;
    background-image: linear-gradient(0deg,
            rgba(0, 125, 255, 0.8999999999999999) 0%,
            rgba(0, 125, 255, 0.9999999999999999) 20%,
            rgba(0, 125, 255, 0) 50%,
            rgba(0, 125, 255, 0) 100%);
}

.social-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.social-icon ul li {
    display: inline-block;
    padding-right: 9px;
    list-style: none;
}

.social-icon ul li i {
    width: 42px;
    line-height: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: #ffffff;
    color: var(--primary-color);
    transition: 0.5s;
}

.team-thumb img {
    border-radius: 25px;
}

.team-content h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 26px 0 0;
}

.team-content h2 {
    font-size: 24px;
    font-weight: 600;
}

.team-single-box:hover .social-icon {
    bottom: 35px;
    opacity: 1;
}

/* Swiper */

.team-section .swiper {
    padding-top: 50px;
    padding-bottom: 80px;
}

.style-2 .swiper-slide {
    background-position: center;
    background-size: cover;
}

.style-2 .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 11px)) !important;
    height: var(--swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 11px)) !important;
}

/* Swiper Active Hover */

.swiper-slide.swiper-slide-active .team-single-box::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.swiper-slide.swiper-slide-active .team-single-box::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.swiper-slide.swiper-slide-active .team-single-box .social-icon {
    bottom: 35px;
    opacity: 1;
}

/* Team Style 2 */

.upp.style-2 .team-single-box2 {
    margin-bottom: 30px;
}

.upp.style-2 .team-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient(127deg,
            rgba(0, 125, 255, 0.9999999999999999) 0%,
            rgba(0, 125, 255, 0.9999999999999999) 20%,
            rgba(0, 125, 255, 0) 50%,
            rgba(0, 125, 255, 0) 100%);
    width: 100%;
    height: 0;
    border-radius: 20px;
    transition: 0.5s;
}

.upp.style-2 .team-content {
    padding: 16px 0 65px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    border-radius: 20px;
    margin-bottom: -34px;
}

.upp.style-2 .team-content h2 {
    font-size: 22px;
    font-weight: 700;
}

.upp.style-2 .team-content h5 {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin-top: 6px;
}

/*thumb icon*/
.social-icon2 {
    position: absolute;
    top: 50px;
    left: 25px;
    right: 0;
    opacity: 0;
}

.social-icon2 ul li {
    display: block;
    margin-right: 3px;
    list-style: none;
}

.social-icon2 ul li:nth-child(1) a {
    transition-delay: 0.1s;
}

.social-icon2 ul li:nth-child(2) a {
    transition-delay: 0.3s;
}

.social-icon2 ul li:nth-child(3) a {
    transition-delay: 0.4s;
}

.social-icon2 ul li:nth-child(4) a {
    transition-delay: 0.6s;
}

.social-icon2 ul li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    text-align: center;
    display: inline-block;
    transition-delay: 0.5s;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    position: relative;
    z-index: 1;
    color: var(--primary-color);
}

.social-icon2 ul li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    transform: scale(0);
    transition: 0.5s;
}

.social-icon2 ul li a i {
    transition: 0.5s;
    color: #000;
}

/*all Team hover*/

.upp.style-2 .team-single-box2:hover .social-icon2 {
    top: 25px;
    opacity: 1;
}

.upp.style-2 .team-single-box2:hover .social-icon2 ul li a {
    opacity: 1;
    transform: translateY(0px);
    overflow: hidden;
    visibility: visible;
}

.social-icon2 ul li a:hover i {
    color: #fff;
}

.social-icon2 ul li a:hover:before {
    transform: scale(1);
}

.upp.style-2 .team-single-box2:hover .team-thumb:before {
    height: 100%;
}

.upp.style-2.team-section .mediic-shape {
    position: absolute;
    right: 0;
    text-align: right;
    z-index: -1;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Why Choose Us Section -->
<!-- ============================================================== -->*/

.why-choose-us-serction {
    padding: 60px 0 120px;
    background: url(../images/resource/why-choose.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.why-choose-us-serction .mediic-section-title p {
    padding: 21px 0 22px;
}

.why-choose-thumb {
    position: relative;
    z-index: 1;
    left: -224px;
}
.food-safety-page .mdy-shapae,
.quality-control .mdy-shapae,
.bioinformatics-page .mdy-shapae,
.molecular-biology .mdy-shapae {
    bottom: 28px !important ;
}
/* .bioinformatics-page .mdy-shapae{
    bottom: 20px !important ;
}
.molecular-biology .mdy-shapae{
    bottom: 20px !important ;
} */
.mdy-shapae {
    position: absolute;
    bottom: -2px;
    right: -128px;
}
  .medical-coding-page .mdy-shapae{
    bottom: 35px !important;
  }
  .quality-control .mdy-shapae{
    bottom: 30px !important;
    right: -46px !important;
  }
    .quality-control .mdy-shapae img{
        width: 80%;
    }
.mdy-shapae img {
    border-radius: 30px;
}

.thumbs-bxs3 {
    position: absolute;
    top: 30px;
    left: 30px;
    animation: wooo 3.5s infinite;
}

.contact-with-mediic p {
    padding: 18px 0 0;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    border-top: 2px solid rgba(0, 37, 112, 0.10196078431372549);
}

.contact-with-mediic p a {
    display: inline-block;
    color: var(--secondary-color);
    text-decoration-line: underline;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Testimonial Section -->
<!-- ============================================================== -->*/

.testimonial-section {
    padding: 60px 65px 120px;
    background: var(--primary-color);
}

.testi-thumb {
    position: relative;
    z-index: 1;
}

.testi-thumb img {
    border-radius: 30px;
    width: 100%;
}

.testi-content {
    padding: 25px 30px 35px;
    width: 314px;
    height: 183px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 2px solid #ffffff;
    backdrop-filter: blur(17.5px);
    position: absolute;
    top: 30px;
    left: 30px;
}

.testi-content h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 25px;
}

.testi-content .mediic-btn a {
    padding: 13px 35px;
    background-color: var(--primary-color);
    color: var(--light);
    transition: 0.5s;
}

.testi-content .mediic-btn p {
    padding: 13px 35px;
    background-color: var(--primary-orange);
    color: var(--light);
    border-radius: 20px;
    transition: 0.5s;
}

.testi-content .mediic-btn p:hover {
    background-color: #fff;
    color: var(--primary-orange);
    border: 1px solid var(--primary-orange);
}

.testi-content .mediic-btn a:hover {
    background-color: #fff;
    color: var(--primary-orange);
    border: 1px solid var(--primary-orange);
}

/* Testi Right Side */

.testi-single-box {
    padding: 60px 50px 60px;
    border-radius: 34px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: #17387b;
    background-image: url(../img/resource/test.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.testi-quote img {
    width: 50px;
}

ul.testi-rating li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    color: #ffba00;
    padding: 18px 0 18px;
}

.testi-desc p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.user-info {
    display: flex;
    align-items: center;
    padding: 123px 0 0;
}

.people-pic img {
    width: 60px;
    margin-right: 20px;
}

.user-name h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.user-name h6 {
    font-size: 17px;
    color: var(--light);
    font-weight: 400;
    font-family: var(--secondary-font);
}

/* Testimonial Style 2 */

.testimonial-section.style-2 {
    padding: 0px 0px 120px;
    background: transparent;
}

.testimonial-section.style-2 .mediic-section-title p {
    padding: 28px 0 25px;
    color: #65677a;
    font-family: var(--secondary-font);
}

.style-2 .testi-single-box {
    padding: 40px 40px 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    background-image: inherit;
}

.style-2 .testi-quote2 {
    position: absolute;
    right: 40px;
}

.style-2 .user-info {
    padding: 0px 0 0;
}

.style-2 .user-name h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.style-2 .user-name h6 {
    font-size: 15px;
    color: #65677a;
    text-transform: uppercase;
}

.style-2 .testi-desc p {
    font-size: 16px;
    color: #65677a;
    line-height: 24px;
    font-family: var(--secondary-font);
    font-style: italic;
    padding: 40px 0 0;
}

/* Owl Dots */

.owl-dots {
    text-align: center;
    padding: 30px 0 0;
}

.owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    display: inline-block;
    margin-right: 7px;
}

.owl-dot.active {
    position: relative;
    z-index: 1;
}

.active.owl-dot:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 10px;
}

/* Testimonial  Style = 3 */

/*Tab Items
=======================*/

/* Tap Style */

.tab {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs_item {
    display: none;
    padding: 30px 0;
}

.tabs_item:first-child {
    display: block;
}

/* Box Style */

.upp.style-2 .testi-single-box {
    padding: 58px 50px 38px;
}

.upp.style-2 .user-info {
    padding: 35px 50px 35px 35px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    background-image: inherit;
    margin: 30px 25px 0 0;
    border-radius: 15px;
}

.upp.style-2 .user-name h4 {
    font-size: 24px;
    font-weight: 600;
}

.upp.style-2 .user-name h6 {
    text-align: left;
    font-size: 17px;
    text-transform: capitalize;
}

.upp.style-2 .testi-desc p {
    font-size: 20px;
    color: #65677a;
    line-height: 32px;
    font-family: var(--secondary-font);
    font-style: inherit;
    padding: 5px 0 0;
}

.upp.style-2 ul.testi-rating li {
    font-size: 19px;
    letter-spacing: 5px;
}

/* Style Testi-bg */

.row.testi-bg {
    padding-top: 100px;
}

.upp.style-2 .testi-bg .user-info {
    padding: 12px 0 0;
    background-color: inherit;
    border: 0;
    background-image: inherit;
    margin: 30px 25px 0 0;
    border-radius: 15px;
}

.upp.style-2 .testi-bg .testi-single-box {
    padding: 5px 45px 40px;
}

/*********************************
    - mediic  Special Skill bar area -
**********************************/
.skill-serction {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.skill-serction .mediic-shape-cntr {
    top: 0;
}

.prossess-ber-plugin {
    padding: 40px 0 0;
}

.prossess-ber-plugin span {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
}

.barfiller {
    width: 100%;
    height: 3px;
    background: rgba(0, 37, 112, 0.2);
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
}

span.fill {
    background: var(--primary-color) !important;
    border-radius: 5px;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -37px;
    margin-left: 10px;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.barfiller.tip777:after {
    border: solid;
    border-color: rgba(255, 183, 77, 0.9) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 100%;
    z-index: 9;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Brand Section-->
<!-- ============================================================== -->*/

.brand-section {
    padding: 120px 0 120px;
    text-align: center;
}

.brand-section.newupper {
    padding-top: 0;
}

.brand-thumb img {
    width: auto;
}

.upp.brand-section {
    padding: 60px 0 120px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Blog Section -->
<!-- ============================================================== -->*/

.blog-section {
    padding: 110px 0 90px;
    background: #fff;
}

.style-0.blog-section {
    padding: 0px 0 90px;
    background: transparent;
}

.blog-single-box {
    margin-bottom: 30px;
}

.blog-thumb {
    position: relative;
    z-index: 1;
}

.blog-thumb .mediic-hover-box {
    background-color: rgba(0, 17, 112, 0.3);
    z-index: 1;
}

.blog-thumb img {
    border-radius: 30px;
    width: 100%;
}

.blog-content {
    padding: 6px 10px 0 0;
}


.blogs-category ul li {
    font-size: 16px;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    display: inline-block;
    margin: 0 20px 0 24px;
    position: relative;
    z-index: 1;
}

.blogs-category ul li:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -23px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(0, 126, 255, 0.2);
}

.blog-title h2 a {
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    padding: 4px 0 0;
    transition: 0.5s;
}

.blog-title h2 a:hover {
    color: var(--secondary-color);
}

.blog-single-box:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-thumb .hover-bx {
    border-radius: 30px 0 0px 30px;
}

.blog-thumb .hover-bx4 {
    border-radius: 0px 30px 30px 0px;
}

/* Blog Style 2 */

.blog-section.style-2 {
    padding: 110px 0 90px;
    background: transparent;
}

.style-2 .blog-single-box {
    padding: 25px 25px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    border-radius: 15px;
    height: 400px;
}

.style-2 .blog-thumb img {
    border-radius: 15px;
}

.style-2 .mediic-button a {
    padding: 10px 25px;
    font-size: 17px;
    border: 1px solid var(--primary-orange);
    color: var(--color-white);
    background-color: var(--primary-orange);
    border: 2px solid #ffffff;
    margin-top: 30px;
    transition: 0.5s;
}

.style-2 .mediic-button a:hover {
    border: 1px solid var(--primary-orange);
    background-color: var(--color-white);
    color: var(--primary-orange);
}

.style-2 .blog-thumb .hover-bx {
    border-radius: 15px 0 0px 15px;
}

.style-2 .blog-thumb .hover-bx4 {
    border-radius: 0px 15px 15px 0px;
}

.style-2 .blog-single-box:hover .mediic-btn .mediic-btn__hover {
    height: 100%;
}

/* Style upper */

.upper.blog-section.style-2 {
    padding: 0px 0 90px;
    background: transparent;
}

/* Blog Details */

.search-bx {
    position: relative;
    z-index: 1;
    padding: 0 0 10px;
}

.search-bx input {
    padding: 10px 30px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.search-bx button.subscribe-btn {
    height: 50px;
    width: 50px;
    border: 0;
    border-radius: 50%;
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    right: 8px;
    top: 5px;
}

/* Category Box */

.mediic-category-items {
    margin-bottom: 40px;
}

.category-content {
    padding-left: 20px;
}

.category-content h4 {
    margin: 0;
}

.category-content h4 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    transition: 0.5s;
}

.category-content h6 {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--secondary-font);
    margin: 9px 0 0;
}

.category-content h4 a:hover {
    color: var(--secondary-color);
}

.mediic-category-items.upp {
    margin: 0 0 15px;
}

.post-content.upp {
    border: 0;
}

/* Blog Post Comment */

.blog-post-comment {
    padding: 0px 0 0;
}

.post-comment {
    display: flex;
    padding: 10px 0 0;
}

.post-content {
    margin: 0px 0 0px 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}
.post-content h3{
margin-bottom: 10px;
}
.post-content h2{
margin-bottom: 10px;
font-size: 30px;
}
h4.post-title {
    font-size: 20px;
    font-weight: 600;
}

.post-content h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--secondary-font);
    margin: 6px 0 14px;
}

p.posts-reply {
    font-size: 16px;
    font-family: var(--secondary-font);
    color: #65677a;
}

.post-comment2 {
    display: flex;
    padding: 40px 0 0;
    margin-left: 80px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Subcribe Section-->
<!-- ============================================================== -->*/

.mediic-subscribe {
    background: url(../img/resource/sbcribe-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 60px;
}

.subscribe-content {
    display: flex;
    align-items: center;
}

.subscribe-icon {
    font-size: 51px;
    width: 120px;
    height: 120px;
    line-height: 110px;
    border-radius: 60px;
    text-align: center;
    background-color: #ffffff;
    display: flex;
    padding: 0 33px;
    align-items: center;
}

.subscribe-title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    padding-left: 30px;
    color: #fff;
    margin: 0;
}

.subscribe-title p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding-left: 30px;
    color: #fff;
    margin: 0;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Footer Section-->
<!-- ============================================================== -->*/

.footer-section {
    padding: 60px 0 90px;
    background: var(--primary-color);
    position: relative;
    z-index: 1;
}

.company-logo img {
    height: 100px;
}

.company-info-desc p {
    padding: 16px 0 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}

.subscribe_form {
    position: relative;
}

.subscribe_form input {
    width: 100%;
    height: 60px;
    padding: 0 0px;
    outline: 0;
    display: inline-block;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-family: var(--secondary-font);
    color: #fff;
    transition: 0.5s;
}

.subscribe_form input:hover {
    padding: 0 15px 0 15px;
    border-radius: 3px;
}

.subscribe_form input::placeholder {
    font-size: 18px;
    color: var(--body-color);
}

.subscribe_form button {
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
    display: inline-block;
    border: 0;
    background: transparent;
    transition: 0.5s;
}

.subscribe_form:hover button {
    right: 14px;
}

.subscribe_form input:focus,
button:focus {
    outline-color: var(--secondary-color);
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

/* widget */

h4.widget-title {
    font-size: 24px;
    color: var(--tertiary-color);
    font-weight: 600;
    padding: 0 0 22px;
}

/*footer menu*/
.menu-quick-link-content {
    padding: 10px 0 0;
}

ul.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 16px;
}

ul.footer-menu li a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
}

ul.footer-menu li a:hover {
    color: var(--secondary-color);
}

.place-location p {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0 0;
    color: var(--light);
}

.mediic-info h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--tertiary-color);
    padding: 6px 0 6px;
}

.mediic-info p {
    font-size: 16px;
    font-weight: 500;
    color: var(--light);
    margin-bottom: 0;
}

/* Footer Shape */

.footer-thumb {
    position: absolute;
    top: 0;
    left: -46px;
    z-index: -1;
}

.footer-thumb1 {
    position: absolute;
    bottom: 99px;
    right: -46px;
    text-align: right;
    z-index: -1;
}

/* Footer Bottom */

.row.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    padding: 28px 0 9px;
    margin-top: 20px;
}

/* Social Icon */

.mediic-social-icon a {
    color: #fff;
    font-size: 18px;
    padding-right: 35px;
    display: inline-block;
    transition: 0.5s;
}

.mediic-company-desc p {
    font-size: 16px;
    font-family: var(--secondary-font);
    color: var(--light);
}

.mediic-company-desc p a {
    font-size: 16px;
    font-family: var(--secondary-font);
    color: var(--light);
}

.mediic-company-desc .company-name {
    color: var(--primary-orange);
}

.mediic-social-icon a:hover {
    color: var(--secondary-color);
}

/* label */

label.widget-check {
    font-size: 16px;
    color: var(--body-color);
    font-family: var(--secondary-font);
    padding: 14px 0 0 25px;
    display: inline-block;
    position: relative;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 20px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.widget-check:hover input~.checkmark {
    background-color: #ccc;
}

.widget-check input:checked~.checkmark {
    background-color: var(--secondary-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.widget-check input:checked~.checkmark:after {
    display: block;
}

.widget-check .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
}

/* Style-0 */

.style-0.footer-section {
    padding: 120px 0 0px;
}

.style-0.footer-section .footer-thumb1 {
    bottom: 0;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Breatcome Secttion -->
<!-- ============================================================== -->*/

.breatcome-section {
    background: url(../img/resource/breatcome.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 380px;
    margin-top: 100px;
}

.breatcome-content h1 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}

ul.breatcome-item li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 16px;
    padding: 10px 0 0;
}

ul.breatcome-item li a {
    color: #fff;
    transition: 0.5s;
    padding: 0 26px 0 0;
    position: relative;
    z-index: 1;
}

ul.breatcome-item li a:before {
    position: absolute;
    content: "/";
    right: 7px;
    top: -3px;
}

ul.breatcome-item li a:hover {
    color: var(--secondary-color);
}

.blogs-category ul {
    display: flex;
    justify-content: space-between;
}

/*
<!-- ============================================================== -->
<!-- mediic Start About Inner Page Secttion -->
<!-- ============================================================== -->*/

.style-3.about-section {
    padding: 120px 0 120px;
    position: relative;
    z-index: 1;
}

.style-3 .about-thumb img {
    border-radius: 30px 30px 0px 0;
}

.style-3 .counter-right-side {
    display: flex;
    background: var(--secondary-color);
    justify-content: center;
    width: 525px;
    text-align: center;
    padding: 30px 40px 20px;
    border-radius: 0 0 30px 30px;
}

.style-3 .odometer-wrapper.counter-box-title {
    border-bottom: 0;
    padding: 0;
}

.style-3 .odometer-wrapper.counter-box-title h1 {
    font-size: 45px;
}

.style-3 .counter-desc p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 0 0;
}

/* About Services */

ul.about-mediic-services li {
    display: block;
    list-style: none;
    position: relative;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    padding: 0 0px 20px 25px;
    position: relative;
}

ul.about-mediic-services li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--secondary-color);
}

.style-3.about-section .mediic-btn {
    padding: 28px 0 0;
}

.style-3.about-section .mediic-shape {
    position: absolute;
    right: 10px;
    bottom: 154px;
    text-align: right;
    z-index: -1;
}

.mission-vission-section {
    padding: 0 0 30px;
}

.mission-vission-single-box {
    height: 300px;
    padding: 25px 30px 25px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.m_v-ssion {
    align-items: center;
}

.m_v-ssion-icon {
    margin-right: 15px;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    transition: 0.5s;
}

.m_v-ssion-title h3 {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
    transition: 0.5s;
}

.m_v-ssion-desc p {
    font-size: 17px;
    color: #65677a;
    font-family: var(--secondary-font);
    display: inline-block;
    padding: 14px 0 0;
    transition: 0.5s;
}

.mission-vission-single-box {
    border: 2px solid rgb(189, 189, 189);
}

.mission-vission-single-box:hover {
    border: 2px solid var(--primary-color);
}

.mission-vission-single-box:hover .m_v-ssion-title h3 {
    color: var(--secondary-color);
}

.mission-vission-single-box:hover .m_v-ssion-icon {
    background: var(--bs-primary-bg-subtle);
}

.mission-vission-single-box:hover .m_v-ssion-desc p {
    color: var(--body-color);
}

.mission-vission-single-box .mediic-hover-box {
    background-color: rgba(0, 37, 112, 0.3);
}

.mission-vission-single-box .hover-bx {
    border-radius: 16px 0 0px 16px;
}

.mission-vission-single-box .hover-bx4 {
    border-radius: 0 16px 16px 0;
}

.mission-vission-single-box:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- mediic Start Services Pages Section -->
<!-- ============================================================== -->*/

.services-section {
    padding: 0px 0 0px;
}

.single-services-box {
    padding: 38px 35px 32px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    height: 300px;
}

.services-icon {
    width: 90px;
    height: 70px;
    line-height: 57px;
    text-align: center;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}

.services-icon img {
    transition: all 0.5s ease-in-out;
    width: 50px;
    height: 45px;
    margin-top: 10px;
}

.services-icon span img {
    position: absolute;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    top: 15px;
    left: 16px;
    right: 0;
    margin-top: 10px auto;
}

.services-title h3,.services-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    transition: 0.5s;
}

.services-desc p {
    font-family: var(--secondary-font);
    color: #65677a;
    padding: 25px 0 32px 40px;
    display: inline-block;
    /* border-bottom: 1px solid #fff; */
}

.srvce-btn a {
    padding: 0 0 0;
    font-size: 15px;
    color: #65677a;
    font-family: var(--secondary-font);
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 10px 0 0;
}

.srvce-btn a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: var(--secondary-color);
    transition: 0.5s;
}

.srvce-btn a i {
    position: absolute;
    left: 0;
    transition: 0.5s;
    opacity: 0;
}

.single-services-box:hover .services-icon img {
    opacity: 0;
    transform: translateY(-200%);
}

.single-services-box:hover .services-icon span img {
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: translateY(-13px);
}

.upp.single-services-box:hover .services-icon span img {
    transform: translateY(-20px);
}

.single-services-box:hover .srvce-btn a:before {
    width: 100%;
}

.single-services-box:hover .srvce-btn a {
    color: var(--secondary-color);
}

.single-services-box:hover .srvce-btn a i {
    left: 84px;
    opacity: 1;
}

.single-services-box:hover .services-title h3,
.single-services-box:hover .services-title h2 {
    color: var(--secondary-color);
}

/*
<!-- ============================================================== -->
<!-- mediic Start mediic Section -->
<!-- ============================================================== -->*/

.mediic-section {
    padding: 120px 0 120px;
}

.mediic-thumb img {
    border-radius: 32px;
}

.mediic-title h2 {
    font-size: 28px;
    font-weight: 700;
    padding: 25px 0 21px;
}

p.mdy-pd {
    padding: 8px 0 30px;
}

/* mediic single box */

.mediic-single-box {
    padding: 35px 30px 20px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    border-radius: 15px;
    margin-bottom: 30px;
}

.mediic-icons {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 77px;
    text-align: center;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-right: 30px;
}

.mediic-content {
    overflow: hidden;
}

.mediic-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.mediic-content p {
    color: #65677a;
}

/* mediic  Blog */
.mediic-blog {
    background: var(--secondary-color);
    padding: 30px 40px 14px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.blog-icon {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
    margin-right: 30px;
    margin-top: -15px;
}

.blog-desc p {
    font-size: 23px;
    font-weight: 500;
    font-family: var(--secondary-font);
    line-height: 30px;
    font-style: italic;
    color: #fff;
    padding: 0 0 0 24px;
}

.mediic-blog .mediic-hover-box {
    background-color: var(--primary-color);
}

.mediic-blog .hover-bx {
    border-radius: 15px 0 0px 15px;
}

.mediic-blog .hover-bx4 {
    border-radius: 0 15px 15px 0;
}

.mediic-blog:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*****************************
 mediic Start Faq Accordion
*******************************/

.style-0.breatcome-section {
    margin-top: 0px;
}

.tab_container {
    overflow: hidden;
    padding: 105px 0 0;
}

.accordion-content h2 {
    font-size: 28px;
    font-weight: 700;
}

.accordion-content p {
    color: #002570;
    padding: 20px 0 32px;
}

.accordion li {
    list-style: none;
    padding: 0px 20px 25px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color) !important;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    padding: 16px 20px 16px 25px;
    border-radius: 15px;
    z-index: 1;
}

.accordion li a span {
    font-size: 20px;
    color: var(--secondary-color);
    padding: 0 15px 0 0px;
    position: relative;
    z-index: 1;
}

.accordion li a span:before {
    position: absolute;
    content: "";
    top: -8px;
    right: -765px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.accordion li p {
    display: none;
    padding: 24px 15px 10px 25px;
    margin: 0;
    background: transparent;
    overflow: hidden;
    font-family: var(--secondary-font);
}

.accordion a:before {
    width: 3px;
    height: 15px;
    background: var(--secondary-color);
    position: absolute;
    right: 18px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.microbiology-page .mediic-section-title ul li {
    margin-left: 30px;
}

.accordion a:after {
    width: 15px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    right: 12px;
    content: " ";
    top: 28px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

/* Active */

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

.accordion a.active {
    background: var(--primary-color);
    color: #fff !important;
    border: 2px solid var(--primary-color);
}

.accordion li a.active span {
    color: #fff;
}

.accordion li a.active span:before {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

/* STyle 2 */

.faq-section .tab_container {
    padding: 120px 0 120px;
}

.style-2.accordion li p {
    display: none;
    padding: 24px 15px 30px 25px;
    margin: 0;
    background: #eef5ff;
    overflow: hidden;
    font-size: 16px;
    font-family: var(--secondary-font);
    border-top: 0;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.style-2.accordion li a span {
    padding: 0 0px 0 0px;
}

.style-2.accordion li a span:before {
    right: -584px;
}

.style-2.accordion li a.active span:before {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}

/* Active */

.style-2.accordion a.active {
    background: #eef5ff;
    color: var(--primary-color) !important;
    border: 2px solid #fff;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #fff;
    padding: 18px 20px 22px 25px;
}

/* Accordion Style 2 */

.accordion2 li {
    list-style: none;
    padding: 0px 0px 25px;
}

.accordion2 li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color) !important;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    padding: 16px 20px 16px 25px;
    border-radius: 15px;
    z-index: 1;
}

.accordion2 li a span {
    font-size: 20px;
    color: var(--secondary-color);
    padding: 0 15px 0 0px;
    position: relative;
    z-index: 1;
}

.accordion2 li a span:before {
    position: absolute;
    content: "";
    top: -8px;
    right: -584px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.style-2.accordion2 li a span {
    padding: 0 0px 0 0px;
}

.accordion2 li p {
    display: none;
    padding: 24px 15px 30px 25px;
    margin: 0;
    background: #eef5ff;
    overflow: hidden;
    font-size: 16px;
    font-family: var(--secondary-font);
    border-top: 0;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.accordion2 a:before {
    width: 3px;
    height: 15px;
    background: var(--secondary-color);
    position: absolute;
    right: 41px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.accordion2 a:after {
    width: 15px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    right: 35px;
    content: " ";
    top: 28px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

/* Active */

.accordion2 a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    background: #fff;
}

.accordion2 a.active:before {
    display: none;
}

.accordion2 a.active {
    background: #eef5ff;
    color: var(--primary-color) !important;
    border: 2px solid #fff;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #fff;
    padding: 18px 20px 22px 25px;
}

.accordion2 li a.active span:before {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

/* Style upp */

.upp.faq-section .tab_container {
    padding: 0px 0 120px;
}

.upp.style-2.accordion li a {
    font-size: 18px;
}

.upp.style-2.accordion li a span:before {
    right: -1245px;
}

/* ======================
mediic Start Category box
========================= */

h3.category-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0px 0 14px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

h3.category-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #0c5adb;
    transition: 0.5s;
}

h3.category-title:hover:before {
    width: 100%;
}

/* box */

.mediic-category-box {
    padding: 20px 35px 24px;
    border-radius: 20px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
}

ul.mediic-service li {
    padding: 13px 24px 13px;
    height: 56px;
    display: block;
    list-style: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

ul.mediic-service li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: var(--primary-color);
    transition: 0.5s;
    border-radius: 5px;
}

ul.mediic-service li a {
    font-size: 15px;
    font-family: var(--secondary-font);
    color: #65677a;
    transition: 0.5s;
}

ul.mediic-service li a i {
    padding: 0 12px 0 0;
    font-size: 17px;
    display: inline-block;
    color: var(--secondary-color);
    transition: 0.5s;
}

ul.mediic-service li:hover:before {
    width: 100%;
    left: 0;
}

ul.mediic-service li:hover a {
    color: #fff;
}

ul.mediic-service li:hover a i {
    color: #fff;
}

/* Download Button */

.download-btn a {
    font-size: 15px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    display: inline-block;
    background: var(--primary-color);
    width: 100%;
    color: #fff;
    padding: 15px 23px;
    border-radius: 5px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.download-btn a i {
    font-size: 22px;
    position: relative;
    top: 2px;
    padding-right: 7px;
}

.download-btn a span i {
    float: right;
    display: inline-block;
    font-size: 17px;
    padding: 0;
    transition: 0.5s;
}

a.active-btn {
    background: var(--secondary-color);
}

span.dwnlod-hvr i {
    position: absolute;
    right: 22px;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(50px);
}

.download-btn a:hover span i {
    opacity: 0;
    transform: translateY(-200%);
}

.download-btn a:hover span.dwnlod-hvr i {
    opacity: 1;
    transform: translateY(15px);
}

/* Compani contact */
.call-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.call-icon:before {
    position: absolute;
    content: "";
    top: 35px;
    left: 35px;
    right: 0;
    margin: auto;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 3px solid #007eff;
    animation: zoomBig2 2.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mediic-category-content h6 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--secondary-font);
    padding: 28px 0 0;
}

.mediic-category-content h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--secondary-font);
    padding: 4px 0 20px;
}

.mediic-category-content p {
    font-size: 16px;
    font-family: var(--secondary-font);
}

.mediic-category-content p i {
    color: var(--secondary-color);
    padding: 0 8px 0 0;
    display: inline-block;
}

@keyframes zoomBig2 {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 7px;
    }

    40% {
        opacity: 0.5;
        border-width: 5px;
    }

    65% {
        border-width: 4px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
    }
}

/* Contact Button */

.mediic-contact-btn a {
    padding: 15px 30px;
    font-family: var(--secondary-font);
    background: var(--secondary-color);
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-top: 52px;
}

.mediic-contact-btn a i {
    padding-left: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.mediic-contact-btn a .mediic-hover-btn {
    background-color: var(--primary-color);
}

.mediic-contact-btn a .hover-btn {
    border-radius: 5px 0 0px 5px;
}

.mediic-contact-btn a .hover-btn4 {
    border-radius: 0 5px 5px 0;
}

.mediic-contact-btn a:hover .mediic-hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Custom Scroll  */

.custom-scroll {
    width: auto;
    width: 100%;
    height: 1240px;
    padding: 0 20px 0 0;
    text-align: left;
    background: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
}

.custom-scroll .accordion li a span:before {
    right: -728px;
}

.custom-scroll .mediic-content p {
    font-size: 16px;
}

.mediic-section.blg-list .custom-scroll {
    height: 1665px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Project Section-->
<!-- ============================================================== -->*/

.project-section {
    padding: 120px 0 0px;
}

.project-thumb {
    position: relative;
    z-index: 1;
}

.project-thumb img {
    width: 100%;
    border-radius: 18px;
}

.project-content {
    padding: 25px 30px 10px;
    position: relative;
    border-radius: 20px;
    background-image: linear-gradient(180deg,
            #007dff 0%,
            #e5f1ff 74%,
            #e5f1ff 100%);
    border: 2px solid #ffffff;
    bottom: 92px;
    width: 84%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.project-content h5 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.project-content h2 {
    font-size: 22px;
    padding: 0px 0 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.project-content p {
    font-size: 16px;
    color: #65677a;
    font-family: var(--secondary-font);
}

.project-icon a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border-radius: 20px;
    background-color: #002570;
    border: 2px solid #ffffff;
    color: #fff;
    position: absolute;
    top: 43px;
    right: 79px;
    opacity: 0;
    transition: 0.5s;
}

.single-project-box:hover .project-icon a {
    right: 20px;
    opacity: 1;
}

.single-project-box:hover .project-content {
    bottom: 130px;
}

/* Owl  Nav */

.project-list .owl-prev i,
.project-list .owl-next i {
    color: var(--primary-color);
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.project-section .mediic-shape {
    right: 0px;
}

.project-section .project-list .owl-dots {
    text-align: center;
    padding: 0px 0 40px;
    margin-top: -92px;
}

/* Owl Active */

.active.center .single-project-box .project-icon a {
    right: 20px;
    opacity: 1;
}

.active.center .single-project-box .project-content {
    bottom: 130px;
}

/* *********************
mediic Start Project Details
********************** */

.doctors-service {
    padding: 22px 25px 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    display: flex;
    margin-bottom: 25px;
}

.doctor-content {
    padding: 0 0 0 12px;
}

.doctor-content h5 {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--secondary-font);
    margin: 0;
}

.doctor-content h3 {
    font-size: 18px;
    margin-top: 8px;
}

.doctor-content h3 a {
    font-weight: 700;
    transition: 0.5s;
}

.doctor-content h3 a:hover {
    color: var(--secondary-color);
}

/****************************** 
mediic Start Contact Inner Page   
*******************************/

.contact-service-box {
    padding: 16px 16px 16px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    height: 340px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.icon-contact {
    position: absolute;
    top: 12px;
    left: 14px;
    width: 30px;
}

.contact-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact-title h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: #000;
}

.contact-icon {
    width: 60px;
    height: 60px;
    line-height: 63px;
    text-align: center;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    position: relative;
}

.contact-address h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.contact-address span {
    font-size: 15px;
    font-family: var(--secondary-font);
    color: #000;
    padding: 6px 0 0;
    display: inline-block;
}

/* Map Section */

/* Error Section */

.error-section {
    padding: 90px 170px 90px;
    position: relative;
    z-index: 1;
}

.error-service-content {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    height: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content {
    text-align: center;
}

.error-content h1 {
    font-size: 200px;
    color: #002570;
    font-weight: 700;
    font-family: var(--secondary-font);
    text-align: center;
    width: 596px;
    height: 280px;
    line-height: 280px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    display: inline-block;
}

.error-content h1 span {
    color: var(--secondary-color);
}

.error-content h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 35px 0 18px;
}

.error-content p {
    color: #65677a;
    font-family: var(--secondary-font);
}

.error-content .mediic-button.text-right {
    text-align: center !important;
    padding: 25px 0 0;
}

.error-content a.mediic-btn {
    background-color: var(--secondary-color);
    color: #fff;
}

.error-shape {
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: -1;
}

/*mediic  Team details Section 
==============================*/

.team-details-area {
    padding: 100px 0 100px;
}

.team-details {
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
}

.team-details-thumb img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
}

/* Team details content */

.team-details-content {
    padding: 0 0 0 35px;
}

.team-details-title h2 {
    color: #0e0e0e;
    font-size: 30px;
    font-weight: 700;
}

.team-details-title p {
    font-size: 16px;
    margin: 10px 0 0;
    color: var(--secondary-color);
    font-weight: 600;
}

.team-details-content-text ul li {
    margin-bottom: 17px;
    display: block;
    color: #65677a;
}

.team-details-content-text ul li span {
    font-weight: 500;
    margin-right: 15px;
    font-size: 17px;
    color: var(--primary-color);
}

.team-details-content-icon a {
    margin: 3px;
    background: var(--secondary-color);
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid var(--secondary-color);
}

.team-details-content-icon a:hover {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.skill-wrapper h6 {
    margin-bottom: 8px;
    margin-top: 20px;
}

.team-detail-title h2 {
    font-size: 35px;
    font-weight: 600;
}

.team-detail-title p {
    font-size: 16px;
    font-weight: 400;
    color: #63636b;
    margin-top: 40px;
}

/* Skill section */

.head-title h3 {
    font-size: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 800;
    padding: 0px 0 15px;
}

.form-box select {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    outline: 0;
    display: inline-block;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 37, 112, 0.5);
    font-weight: 500;
    font-family: var(--secondary-font);
    color: #002570;
    font-size: 17px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start nav button-->
<!-- ============================================================== -->*/

.nav-btn.navSidebar-button {
    display: inline-block;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.4;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 30px;
}

.close-side-widget i {
    color: var(--secondary-color);
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #cda274;
}

.row.padding-two {
    padding: 35px 0 11px 15px;
}

.contact-info h2 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
}

ul.list-style-one li {
    display: inline-flex;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    font-size: 15px;
}

ul.list-style-one li span {
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary-color);
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

ul.social-box li a:hover {
    color: #fff;
    background: var(--secondary-color);
}

.content-thumb-box {
    padding-bottom: 12px;
}

.content-thumb-box img {
    width: 92%;
    border-radius: 10px;
}

.nav-btn.navSidebar-button span i {
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #007eff;
    border-radius: 30px;
}

/*=============================================
  mediic Start Search Popup
===============================================
***/

.search-box-btn i {
    display: inline-block;
    color: var(--primary-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
    background: #d7e8fc;
}

.style-2 .search-box-btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(215, 231, 251, 0);
    border: 1px solid #002570;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--primary-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search:before {
    position: absolute;
    content: "";
    left: -6px;
    top: -5px;
    border-bottom: 5px solid #ffffff;
    border-top: 5px solid var(--secondary-color);
    border-right: 5px solid #fff;
    border-left: 5px solid var(--secondary-color);
    height: 74px;
    width: 76px;
    border-radius: 50%;
    animation: spin 10s infinite alternate linear,
        glow 5s infinite alternate linear;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 22px;
    color: var(--primary-color);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .style-two.close-search:before {
    position: inherit;
    border: 0;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: var(--secondary-color);
}

/* Spin Animation */

@keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*============================
/* mediic Start Scroll Up Css 
==============================*/

#progress {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: grid;
    place-items: center;
    z-index: 99999;
    cursor: pointer;
}

.progress.hide {
    display: none !important;
    transition: 0.5s !important;
}

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
}

#container {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/* Start  Curser pointer CSS */

.cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 2px solid #00ffff;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000;
}

.grow,
.grow-small {
    transform: scale(3);
    background: white;
    mix-blend-mode: difference;
    border: none;
}

.grow-small {
    transform: scale(1.7);
}

/* End curser point */

/*===========================
<-- mediic Start Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    transition: all 1s 1s ease;
    width: 48px;
    height: 48px;
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    border: 32px solid transparent;
    border-top-color: #00ffff;
    position: absolute;
    left: 0;
    top: 0;
    animation: weld-rotate 2s infinite ease-in;
}

.loader:before {
    border-color: transparent transparent transparent var(--secondary-color);
    animation-delay: 0.5s;
}

@keyframes weld-rotate {

    0%,
    25% {
        transform: rotate(0deg);
    }

    50%,
    75% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 100);
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

/* Responsive */

@media (min-width: 1300px) and (max-width: 1370px) {
    .service-section .swiper {
        height: 530px !important;
    }
}

/* large Desktop */
@media (min-width: 1601px) and (max-width: 1770px) {
    .service-section .swiper {
        height: 480px !important;
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

ul.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

ul.footer-menu li i {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    opacity: 0.6;
    position: relative;
    top: -2px;
    padding-right: 15px;
}

ul.footer-menu li a {
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

ul.footer-menu li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
    width: 0;
    height: 1px;
    background: var(--secondary-color);
    transition: 0.5s;
}

ul.footer-menu li a:hover {
    color: var(--secondary-color);
}

ul.footer-menu li a:hover:before {
    width: 100%;
}

.bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.about-section-left {
    position: sticky;
    top: 100px;
}

.mi-vi-icon {
    position: absolute;
    top: 40px;
    left: 45px;
}

/* -------------------- */
.our-department-home .services-section {
    padding: 90px 0 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.our-department-home .service-single-box {
    height: 590px;
    padding: 50px 35px 55px;
    margin-bottom: 30px;
    background: var(--secondary-color);
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.our-department-home .service-single-box:before {
    position: absolute;
    content: "";
    right: -68px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateX(180deg);
    z-index: -1;
    transition: 0.5s;
}

.our-department-home .service-single-box:hover:before {
    right: -6px;
    animation: moveLeftBounce 8s linear infinite;
}

.our-department-home .service-single-box:hover .mediic-button a .mediic-hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Service Head */

.our-department-home .our-department-home .service-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-department-home .serivce-icon {
    width: 90px;
    height: 90px;
    line-height: 77px;
    text-align: center;
    border-radius: 45px;
    background-color: #1c8cff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding: 10px;
}

.our-department-home .serivce-icon img {
    transition: 0.5s;
}

.our-department-home .service-category a {
    padding: 3px 22px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 17px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
    transition: 0.5s;
}

.our-department-home .service-category a:hover {
    border: 1px solid var(--primary-color);
    color: #002570;
}

/* Service Content */
.our-department-home .service-content {
    position: unset !important;
}

.our-department-home .service-content h4 {
    font-size: 20px;
    padding: 18px 0 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.our-department-home .service-content p {
    color: #fff;
    font-family: "DM Sans";
    height: 200px;
}

/* Service Button */

.our-department-home .service-single-box .mediic-button a {
    background-color: #1c8cff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 34px 0 0;
    padding: 13px 30px;
}

.our-department-home .service-single-box .mediic-hover-btn {
    background-color: var(--primary-color);
}

.our-department-home .service-single-box .mediic-button a:hover {
    border: 1px solid var(--primary-color);
}

.our-department-home .service-single-box:hover .serivce-icon img {
    transform: rotateY(180deg);
}

/* Left Animation */
.our-department-home .top-mediic-section.heading-part {
    justify-content: center;
    margin-bottom: 40px;
}

.our-department-home .mediic-section-title h2 {
    font-size: 50px;
    font-weight: 600;
    color: #002570;
}

.tick-icon {
    width: 14px !important;
    height: 14px !important;
    margin-right: 10px;
}

.tick-img {
    width: 14px !important;
    height: 14px !important;
}

.founder-content-wrapper ul li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.founder-content-wrapper span {
    font-size: 16px;
}

/* -----------gallery-section-------- */
.gallery-section .nav-section {
    background-color: #343a40;
    margin-bottom: 20px;
}

.gallery-section .navbar {
    padding: 15px;
}

.gallery-section .brand-part {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.gallery-section .nav-link {
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
}

.gallery-section .nav-link:hover,
.nav-link.active {
    color: rgb(7, 7, 134);
    background-color: rgba(255, 255, 255, 0.1);
}

.gallary-main-img {
    position: relative;
    z-index: 1;
}

.gallery-card-heading {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.gallery-card-img {
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-card-img span {
    display: block;
}

.gallery-card-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 0.77;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.gallery-card-img img {
    transform: scale(1.1);
}

.image-anime {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.image-anime::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.gallery-tabs {
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gallery-tabs .nav-link {
    color: #495057;
    font-weight: 600;
    padding: 15px 25px;
    border: none;
    border-radius: 0;
}

.gallery-tabs .nav-link.active {
    background-color: #011141;
    color: white;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 93%;
}

.video-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.video-card:hover .video-overlay {
    opacity: 1;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

/* -------event-page-section------ */
.swiper-event-container {
    overflow: hidden;
}

.swiper-event-container .event-home-slider {
    background-position: center;
    background-size: cover;
    width: 310px;
    height: 400px;
    background: #fff;
    -webkit-box-shadow: 4px 5px 12px -2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 5px 12px -2px rgba(0, 0, 0, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.swiper-event-container .event-home-slider .event-home-imgBox {
    overflow: hidden;
    cursor: pointer;
}

.swiper-event-container .event-home-slider .event-home-imgBox img {
    height: 400px;
    width: 320px;
    object-fit: cover;
}

.event-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 143px;
    width: 100%;
    height: 47%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 400px;
    overflow: auto !important;
}

.event-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.event-close:hover,
.event-close:focus {
    color: #bbb;
    text-decoration: none;
}

.swiper-event-container .modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.event-sec-container {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 800px;
    min-height: 650px;
    overflow: hidden;
}

.event-sec-container .event-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 2rem;
    background-color: var(--accent-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    min-height: 500px;
    will-change: transform;
    transform: translateX(var(--xVal)) scale(var(--sVal));
    z-index: var(--z-index);
    transition: transform 350ms ease;
    overflow: hidden;
    color: var(--dash-color);
    isolation: isolate;
    outline: 12px solid var(--dash-color);
}

.event-sec-container .event-card h3 {
    font-weight: 100;
}

.event-sec-container .event-card::before {
    mix-blend-mode: multiply;
    z-index: -1;
}

.event-sec-container .event-buttons {
    position: absolute;
    bottom: 10px;
    z-index: 1000;
}

.event-sec-container .event-button {
    padding: 0.6rem 1rem;
    border: 0;
    flex: 1;
    background-color: var(--accent-color);
    color: var(--dash-color);
    border-radius: 100vh;
    letter-spacing: 1px;
    transition: 350ms ease;
}

.event-sec-container .event-button:last-child {
    margin-left: 0.5rem;
}

.event-sec-container .event-button:hover {
    background-color: var(--accent-color-400);
    cursor: pointer;
}

.event-sec-container .swiper-button-next,
.event-sec-container .swiper-button-prev {
    font-size: 18px !important;
    color: rgb(161, 159, 159) !important;
}

.form-box input[type="file"] {
    padding: 6px;
    border: 1px solid rgba(0, 37, 112, 0.5);
    border-radius: 6px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
}

.refresh-captcha i {
    margin-bottom: 20px !important;
}

.form-box .input-group {
    flex-wrap: unset !important;
}

.input-filed-text {
    font-size: 14px;
    color: #000;
}

/* ----------career------- */
.xb-career {
    background-color: var(--color-white);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    padding: 00px 50px 30px;
    border-radius: 10px;
    justify-content: space-between;
    transition: 0.5s ease all;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.xb-career:hover {
    transform: translateY(-6px);
}

.career-location {
    width: 14px;
}

.career-sec-btn {
    margin-top: 20px !important;
}

.xb-career .xb-item--holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px !important;
}

.xb-career .xb-item--holder p span {
    color: var(--color-primary);
}

.xb-career .xb-item--holder p:not(:last-child) {
    margin-bottom: 20px;
}

.xb-career .xb-item--title {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: var(--font-body);
    margin-bottom: 4px;
    font-weight: 600;
}

/* -----career-details------- */
.career-single {
    font-weight: 500;
}

.career-single__content h2 {
    font-size: 30px;
    margin-bottom: 6px;
}

.career-single__list {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 10px;
}

.career-single__content h3 {
    margin: 10px 0px;
    font-size: 22px !important;
}

.career-single__list li:not(:last-child) {
    margin-bottom: 8px;
}

.career-single__list li span {
    color: #191b1e;
}

.career-single .job-apply {
    position: sticky;
    top: 30px;
}

.job-apply {
    padding: 20px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--color-white);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

.job-apply__holder h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.job-apply__holder p {
    margin-bottom: 30px;
}

.job-apply__form label {
    font-size: 16px;
    font-weight: 600;
    color: #191b1e;
    margin-bottom: 10px;
}

.job-apply__form input,
.job-apply__form textarea {
    height: 50px;
    background-color: #f7f5f2;
    font-size: 16px;
    border: 2px solid #eee5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.job-apply__form input:focus,
.job-apply__form textarea:focus {
    border-color: var(--color-primary);
}

.job-apply__form textarea {
    min-height: 154px;
}

.job-apply__form .xb-field {
    margin-bottom: 33px;
}

.job-apply__form input[type="file"] {
    border: 0;
    padding: 0;
    height: auto;
    cursor: pointer;
    background: transparent;
}

.job-apply__form .xb-btn {
    background-color: var(--color-primary);
}

.job-apply__form .xb-btn:hover {
    background-color: #191b1e;
}

.job-apply__form .xb-field {
    margin-bottom: 33px;
}

.career-single__content ul li {
    margin-top: 0px;
    /* list-style: none; */
    line-height: 32px;
    margin-left: 30px;
}

.career-single__list ul li {
    margin-left: unset !important;
}

.career-single__content p {
    line-height: 26px;
    /* margin-top: 6px; */
}

.mediic-description h3 {
    margin-bottom: 10px;
}

/* ---------magazine-viewport------ */
.magazine-section {
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magazine-section .magazine-viewport {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magazine-section .magazine-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magazine-section .magazine {
    width: 922px;
    height: 600px;
    position: relative;
}

.magazine-section .magazine .page {
    width: 461px;
    height: 600px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.magazine-section .magazine-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    max-width: 100%;
    height: auto;
}

.magazine-section .cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--color-white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease all;
}

.magazine-section .cover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: relative;
}

.magazine-section .content-page {
    width: 100%;
    height: 100%;
    position: relative;
}

.magazine-section .content-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.magazine-section .page-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #111;
}

.magazine-section .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.magazine-section .page-num-left {
    margin-left: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: var(--color-white);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 50%;
    padding: 6px 16px;
}

.magazine-section .page-num-right {
    margin-left: auto;
    margin-right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: var(--color-white);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 50%;
    padding: 6px 16px;
}

.magazine-section .back-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #c5d6f7;
    position: relative;
}

.magazine-section .back-cover p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: absolute;
    text-align: center;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 5px 50px;
    font-size: 12px;
}

.magazine-section .controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    gap: 20px;
}

.magazine-section .next-btn,
.magazine-section .prev-btn {
    background-color: #f1f1f1;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 21px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.magazine-section .next-btn:hover,
.magazine-section .prev-btn:hover {
    background-color: #ddd;
}

.magazine-section .next-btn:focus,
.magazine-section .prev-btn:focus {
    outline: none;
}

.magazine-section .page-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,
            transparent 75%,
            rgba(0, 0, 0, 0.05) 75%,
            rgba(0, 0, 0, 0.05) 85%,
            rgba(0, 0, 0, 0.1) 85%,
            rgba(0, 0, 0, 0.1) 95%,
            rgba(0, 0, 0, 0.2) 95%);
    z-index: 5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.magazine-section .page-corner:hover {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg,
            transparent 65%,
            rgba(0, 0, 0, 0.05) 65%,
            rgba(0, 0, 0, 0.05) 75%,
            rgba(0, 0, 0, 0.1) 75%,
            rgba(0, 0, 0, 0.1) 85%,
            rgba(0, 0, 0, 0.2) 85%);
}

.magazine-zoom-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.magazine-zoom-btn svg {
    width: 20px;
    height: 20px;
}

.magazine-zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.magazine-zoom-content {
    position: relative;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.magazine-zoom-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.magazine-zoom-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.blog-details-img {
    object-fit: cover;
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.details-main-img {
    width: 750px;
}

.blog-icon {
    position: absolute;
    top: 56px;
    left: 56px;
}

.swiper-3d .swiper-slide-shadow {
    background: none !important;
}

/* ---------department--- */

.dept-card-flip-container {
    perspective: 1000px;
    height: 350px;
    position: relative;
}

.dept-card-flip {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.dept-card-flip-container:hover .dept-card-flip {
    transform: rotateY(180deg);
}

.dept-card-front,
.dept-card-back {
    position: absolute;
    width: 100%;
    height: 320px;
    backface-visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dept-card-front {
    background-color: white;
    color: #333;
    z-index: 2;
    padding: 30px;
}

.dept-card-back {
    background-color: #5e5cfa;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dept-card-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.dept-icon-container {
    position: absolute;
    top: -20px;
    left: 50px;
    width: 65px;
    height: 65px;
    background-color: #5e5cfa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9) !important;
}

.dept-icon {
    color: white;
    font-size: 24px;
}

.dept-card-title {
    margin-top: 40px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-dept-icon {
    color: #bbb;
    font-size: 18px;
}

.dept-card-text {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.dept-back-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* -------founder---- */

.founder-container {
    display: flex;
    padding: 40px 0 40px;
    overflow: hidden;
}

.founder-container .founder-icon {
    width: 60px;
    height: 60px;
    background-color: #ffd700;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-container .founder-icon svg {
    width: 32px;
    height: 32px;
}

.founder-container .founder-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.founder-container .founder-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.founder-content-wrapper ul li {
    list-style: none;
}

.founder-container .founder-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.founder-container .founder-feature-icon {
    color: #0056b3;
    margin-right: 0.75rem;
}

.founder-container .founder-image {
    height: 380px;
    width: 360px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.founder-one {
    margin-right: 20px;
}

.founder-wrapper {
    margin-right: -20px;
}

/* Specific founder styles */
#founder-vision {
    background-color: #f9f9f9;
}

#founder-mission {
    background-color: #ffffff;
}

#founder-values {
    background-color: #f9f9f9;
}

#founder-skill {
    background-color: #ffffff;
}

#founder-innovation {
    background-color: #f9f9f9;
}

#founder-research {
    background-color: #ffffff;
}

#founder-achievement {
    background-color: #f9f9f9;
}

/* --------MOU--------- */
.xb-award {
    border-radius: 20px;
    background: var(--color-white);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    border: 1px solid #f2f6ff;
    overflow: hidden;
    margin-left: -70px;
    margin-right: -70px;
    padding: 100px 70px 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-award {
        padding: 100px 70px 140px !important;
    }

    .magazine-item-dots {
        left: 40px !important;
    }

    .founder-section-container .founder-left-section {
        height: 100vh !important;
    }
}

.xb-award .xb-shape .shape--one {
    position: absolute;
    top: -7px;
    right: -50px;
}

.xb-award .xb-shape .shape--two {
    position: absolute;
    bottom: 22px;
    right: -50px;
}

.award-left {
    padding: 60px 0;
}

.brand_award {
    justify-content: end;
    margin-top: -9px;
    margin-bottom: -40px;
    max-height: 550px;
    position: relative;
}

@media (max-width: 991px) {
    .brand_award {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.brand_award .xb-item--holder {
    position: relative;
}

.brand_award .xb-item--holder:not(:last-child) {
    margin-right: 30px;
}

.brand_award .xb-item--holder.change-holder {
    margin-top: -139px;
}

.brand_award .xb-item--item {
    border-radius: 10px;
    width: 150px;
    height: 200px;
    box-shadow: 0 8px 18px 0 #e4e4e4;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
}

.brand_award .xb-item--item:hover {
    transform: translateY(-6px);
}

.brand_award .xb-item--img img {
    width: 160px;
    height: 180px;
}

.mou-title {
    margin-bottom: 20px !important;
}

.mou-image-one {
    position: absolute;
    top: -250px;
    left: 20px;
}

.mou-image-two {
    position: absolute;
    top: -10px;
    left: 20px;
}

.mou-image-three {
    position: absolute;
    top: -130px;
    left: 220px;
}

.mou-image-four {
    position: absolute;
    top: 100px;
    left: 220px;
}

.mou-image-five {
    position: absolute;
    top: -250px;
    left: 420px;
}

.mou-image-six {
    position: absolute;
    top: -10px;
    left: 420px;
}

.mou-card-center {
    top: 40px;
    left: 100px;
}

/* ----services-------- */
.xb-service-two {
    border-radius: 20px;
    background: var(--color-white);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    padding: 20px 20px 30px;
    margin-top: 14px;
    height: 500px;
}

.xb-service-two:hover .xb-item--img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.xb-service-two .xb-item--title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 5px;
}

@media (max-width: 991px) {
    .xb-service-two .xb-item--title {
        font-size: 22px;
    }
}

.xb-service-two .xb-item--title a {
    color: currentColor;
}

.xb-service-two .xb-item--img {
    overflow: hidden;
    display: inline-block;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

.xb-service-two .xb-item--img img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 12px;
}

.xb-service-two .xb-item--img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: rgba(6, 8, 60, 0.7);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.xb-service-two .xb-item--srv-link {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f58220;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.xb-service-two:hover .xb-item--img::after {
    opacity: 1;
    height: 100%;
}

.xb-service-two:hover .xb-item--srv-link {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.xb-service-two .xb-item--holder {
    height: 160px;
}

/* -----E-book-sec- */
.event-gallery-sec .event-gallery {
    display: flex;
    justify-content: center;
    padding: 0rem;
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
    position: relative;
}

.event-gallery-sec .event-gallery::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.event-gallery-sec .event-gallery::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    border-radius: 10px;
}

.event-gallery-sec .event-gallery::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.event-gallery-sec .gallery-card {
    height: 350px;
    width: 250px;
    min-width: 250px;
    border-radius: 16px;
    transition: 1s;
    margin: 0;
    scroll-snap-align: start;
    clear: both;
    position: relative;
    overflow: hidden;
}

.event-gallery-sec .gallery-card:focus-within~.gallery-card,
.event-gallery-sec .gallery-card:hover~.gallery-card {
    transform: translateX(160px);
}

.event-gallery-sec .gallery-card:hover {
    transform: translateY(-1rem);
}

.event-gallery-sec .gallery-card:not(:first-child) {
    margin-left: -150px;
}

.event-gallery-sec .gallery-card img {
    width: 260px;
    height: 350px;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.event-gallery-sec .nav-buttons {
    display: none;
}

.event-gallery-sec .gallery-card:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .event-gallery-sec .event-gallery {
        flex-wrap: nowrap;
        overflow-x: hidden;
        position: relative;
        justify-content: center;
    }

    .event-gallery-sec .gallery-card {
        display: none;
        height: 350px;
        margin-left: 0 !important;
        transition: all 0.5s ease;
        transform: none !important;
    }

    .event-gallery-sec .gallery-card.active {
        display: block;
        transform: none !important;
    }

    .event-gallery-sec .gallery-card:hover {
        transform: none !important;
    }

    .event-gallery-sec .gallery-card:focus-within~.gallery-card,
    .event-gallery-sec .gallery-card:hover~.gallery-card {
        transform: none !important;
    }

    .event-gallery-sec .gallery-card:not(:first-child) {
        margin-left: 0;
    }

    /* Pagination styles */
    .event-gallery-sec .pagination-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .event-gallery-sec .pagination-dot {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #ccc;
        margin: 0 5px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .event-gallery-sec .pagination-dot.active {
        background-color: var(--primary-orange);
        transform: scale(1.2);
    }

    /* Navigation buttons */
    .event-gallery-sec .nav-buttons {
        display: block;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }

    .event-gallery-sec .nav-button {
        background-color: var(--primary-orange);
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .event-gallery-sec .nav-button:hover {
        opacity: 0.85;
    }

    .event-gallery-sec .nav-button:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .event-gallery-sec .mobile-controls {
        display: none;
    }
}

@media (max-width: 767px) {
    .event-gallery-sec .mobile-controls {
        display: block;
        margin-top: 20px;
    }
}

/* ------------- */

.publication-certi-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 40px;
}

.swiper-publication {
    width: 350px;
    height: 420px;
}

.publication-mySwiper .swiper-slide {
    background: #fff;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.publication-mySwiper .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.publication-mySwiper .swiper-slide .certificate-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.publication-mySwiper .swiper-slide:hover .certificate-bg {
    opacity: 0.2;
}

.publication-mySwiper .swiper-slide .user-img {
    width: 150px;
    height: 150px;
    border: 5px solid #fdfdfd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.certificate-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.publication-mySwiper .modal-content {
    max-width: 90%;
    max-height: 90%;
}

.publication-mySwiper .modal-content img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
}

.certi-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.certi-close-btn:hover {
    color: #bbb;
}

.publication-mySwiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.publication-mySwiper .swiper-slide img:hover {
    transform: scale(1.05);
}

.swiper-publication .sequence-info-overlay {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    text-align: center;
    border-radius: 0 0 18px 18px;
    background-color: #ffffff;
    pointer-events: auto;
    z-index: 10;
}

.swiper-publication .sequence-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.swiper-publication .sequence-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.swiper-publication .view-details-link {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    z-index: 20;
    cursor: pointer;
}

.view-details-link:hover,
.view-details-link:focus {
    color: #0056b3;
    text-decoration: underline;
}

.swiper-publication .view-details-link:hover {
    text-decoration: underline;
}

.main-menu ul li.menu-item-has-children>a h3::after {
    content: "+";
    display: inline-block;
    padding-left: 4px;
}

/* -----E-magazine section----------- */
.e-magazine-slider input {
    display: none;
}

.magazine-items {
    display: flex;
    justify-content: center;
    height: 380px;
    top: 50px;
    /* perspective: 1200px; */
    position: relative;
    transition: all 0.5s ease;
}

.magazine-card-sec {
    background-size: contain;
    height: 300px;
    width: 267px;
    padding: 30px;
    border-radius: 8px;
    background-color: rgb(245, 245, 245);
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 0;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.5s ease;
}

.magazine-card-sec a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.magazine-card-1 {
    background: url(../img/e-magazine/oct-20.jpg) center/cover no-repeat;
}

.magazine-card-2 {
    background: url(../img/e-magazine/jan-feb-21.webp) center/cover no-repeat;
}

.magazine-card-3 {
    background: url(../img/e-magazine/july-21.png) center/cover no-repeat;
}

.magazine-card-4 {
    background: url(../img/e-magazine/may-21.png) center/cover no-repeat;
}

.magazine-card-5 {
    background: url(../img/e-magazine/nov-20.png) center/cover no-repeat;
}

.magazine-card-6 {
    background: url(../img/e-magazine/sep-20.jpg) center/cover no-repeat;
}

.magazine-card-sec:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.magazine-item-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 100%;
}

.magazine-item-dots label {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(56, 54, 54, 0.3);
    margin: 0 8px;
    transition: all 0.3s ease;
}

.magazine-item-dots label:hover {
    background-color: var(--primary-orange);
}

#t-1:checked~.magazine-item-dots label[for="t-1"],
#t-2:checked~.magazine-item-dots label[for="t-2"],
#t-3:checked~.magazine-item-dots label[for="t-3"],
#t-4:checked~.magazine-item-dots label[for="t-4"],
#t-5:checked~.magazine-item-dots label[for="t-5"],
#t-6:checked~.magazine-item-dots label[for="t-6"] {
    transform: scale(1.5);
    background-color: #011141;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.publication-card-container {
    position: absolute;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease;
}

/* Desktop View Styles */
@media screen and (min-width: 768px) {

    #t-1:checked~.magazine-items .publication-card-container:nth-child(3),
    #t-2:checked~.magazine-items .publication-card-container:nth-child(4),
    #t-3:checked~.magazine-items .publication-card-container:nth-child(5),
    #t-4:checked~.magazine-items .publication-card-container:nth-child(6),
    #t-5:checked~.magazine-items .publication-card-container:nth-child(1),
    #t-6:checked~.magazine-items .publication-card-container:nth-child(2) {
        transform: translate3d(650px, 0, -180px) rotateY(-25deg);
        z-index: 2;
        opacity: 0.7;
    }

    #t-1:checked~.magazine-items .publication-card-container:nth-child(2),
    #t-2:checked~.magazine-items .publication-card-container:nth-child(3),
    #t-3:checked~.magazine-items .publication-card-container:nth-child(4),
    #t-4:checked~.magazine-items .publication-card-container:nth-child(5),
    #t-5:checked~.magazine-items .publication-card-container:nth-child(6),
    #t-6:checked~.magazine-items .publication-card-container:nth-child(1) {
        transform: translate3d(350px, 0, -90px) rotateY(-15deg);
        z-index: 3;
        opacity: 0.85;
    }

    #t-1:checked~.magazine-items .publication-card-container:nth-child(6),
    #t-2:checked~.magazine-items .publication-card-container:nth-child(1),
    #t-3:checked~.magazine-items .publication-card-container:nth-child(2),
    #t-4:checked~.magazine-items .publication-card-container:nth-child(3),
    #t-5:checked~.magazine-items .publication-card-container:nth-child(4),
    #t-6:checked~.magazine-items .publication-card-container:nth-child(5) {
        transform: translate3d(-350px, 0, -90px) rotateY(15deg);
        z-index: 3;
        opacity: 0.85;
    }

    #t-1:checked~.magazine-items .publication-card-container:nth-child(5),
    #t-2:checked~.magazine-items .publication-card-container:nth-child(6),
    #t-3:checked~.magazine-items .publication-card-container:nth-child(1),
    #t-4:checked~.magazine-items .publication-card-container:nth-child(2),
    #t-5:checked~.magazine-items .publication-card-container:nth-child(3),
    #t-6:checked~.magazine-items .publication-card-container:nth-child(4) {
        transform: translate3d(-650px, 0, -180px) rotateY(25deg);
        z-index: 2;
        opacity: 0.7;
    }

    #t-1:checked~.magazine-items .publication-card-container:nth-child(1),
    #t-2:checked~.magazine-items .publication-card-container:nth-child(2),
    #t-3:checked~.magazine-items .publication-card-container:nth-child(3),
    #t-4:checked~.magazine-items .publication-card-container:nth-child(4),
    #t-5:checked~.magazine-items .publication-card-container:nth-child(5),
    #t-6:checked~.magazine-items .publication-card-container:nth-child(6) {
        transform: translate3d(0, 0, 0);
        z-index: 5;
        opacity: 1;
    }
}

/* Mobile View Styles */
@media screen and (max-width: 767px) {
    .magazine-items {
        height: 360px;
        perspective: none;

    }

    .magazine-card-sec {
        height: 380px;
        width: 285px;
        perspective: none;
        left: -125px;
    }

    .publication-card-container {
        opacity: 0;
        transform: translateX(100%);
        pointer-events: none;
    }

    /* Hide all cards except the selected one */
    #t-1:checked~.magazine-items .publication-card-container:nth-child(1),
    #t-2:checked~.magazine-items .publication-card-container:nth-child(2),
    #t-3:checked~.magazine-items .publication-card-container:nth-child(3),
    #t-4:checked~.magazine-items .publication-card-container:nth-child(4),
    #t-5:checked~.magazine-items .publication-card-container:nth-child(5),
    #t-6:checked~.magazine-items .publication-card-container:nth-child(6) {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
        z-index: 5;
    }

    .magazine-item-dots {
        bottom: -110px;
        left: 10px !important;
    }
}

.mediic-section h4 {
    margin-bottom: 10px;
}

.mediic-section p {
    margin-bottom: 30px;
}

.mediic-section ul li {
    margin-left: 30px;
}

.view-more-abt {
    margin: 20px 0px;
    padding: 10px 6px !important;
}

.blog-detail-title {
    text-transform: capitalize !important;
}

.mediic-btn .contact-btn {
    padding: 10px 20px;
    margin-top: 16px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-family: var(--secondary-font);
    border: 1px solid var(--primary-orange);
    border-radius: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid var(--primary-orange);
    background-color: var(--primary-orange);
    color: var(--color-white);
}

.mediic-btn .career-btn-icon {
    margin-top: 4px;
}

/* -----home-event-sec---- */
.home-event-sec {
    padding: 0px 0 60px;
    position: relative;
}

.home-event-sec .top-mediic-section {
    margin-bottom: 0;
}

.home-event-sec .mediic-shape {
    position: absolute;
    right: 350px;
    text-align: right;
    z-index: -1;
}

.home-event-sec .swiper {
    padding-top: 50px;
    padding-bottom: 40px;
}

.upp.style-2.home-event-sec .mediic-shape {
    position: absolute;
    right: 0;
    text-align: right;
    z-index: -1;
}

.home-event-img {
    position: relative;
    z-index: 21;
}

.home-event-img img {
    width: 350px;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.home-event-box {
    width: 360px !important;
    height: 510px !important;
    padding: 0px !important;
}

.about-service-list h4 {
    margin-top: 0px !important;
}

.depart-icon {
    width: 50px;
    height: 50px;
}

.blog-section-title {
    border-bottom: 1px solid rgba(28, 32, 73, 0.10196078431372549);
    padding: 0 0 28px;
    margin-bottom: 60px;
}

/* -----new-mou--- */
.partnership-section {
    padding: 4rem 0;
}

.section-title {
    color: #1a3a6d;
    margin-bottom: 1.5rem;
}

.section-description {
    line-height: 1.6;
}

.partner-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 18px 10px;
    text-align: center;
    width: 220px;
    height: 240px;
    margin-bottom: 20px;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.partner-logo {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.xb-item--item h6 {
    font-size: 16px !important;
}

.partner-name {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.partner-location {
    font-size: 0.85rem;
    color: #666;
}

.mob-phone {
    display: none;
}

.web-phone {
    display: block;
}

.blog-section .top-mediic-section h3 {
    font-size: 32px !important;
}

.footer-mediic-contact h4 {
    font-size: 20px !important;
    padding: 0px 0 6px !important;
}

.partnership-section {
    padding: 30px 10px 30px 10px;
    border-radius: 16px;
}

.partnership-img-section {
    position: relative;
}

/* ------ */
.blog-single-box .blog-thumb img {
    height: 210px;
}

.blog-content .blog-title {
    height: 50px;
}

.captcha-text {
    color: #214182;
}

.admin-logo {
    height: 40px;
    object-fit: contain;
}

.brand-name {
    color: var(--primary-orange) !important;
}

/* ----whatsapp-icon--- */
.floating_btn {
    position: fixed;
    bottom: 120px;
    right: 30px;
    opacity: 1;
    transition: 0.3s;
    z-index: 100;
}

@media (max-width: 767px) {
    .floating_btn {
        right: 20px;
    }

    .floating_btn.floating_btn_show {
        bottom: 90px;
    }
}

.floating_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    transition: transform 0.3s;
    animation: 2s infinite pulse-animation;
}

.floating_btn a:hover {
    transform: translateY(-3px);
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 101, 0.6);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(37, 211, 101, 0.1);
    }
}

.mobile-google-sec {
    margin-top: 10px !important;
}

.mobile-google-map {
    font-size: 16px;
    font-weight: 600;
}

.mobile-google-map a {
    text-decoration: underline !important;

}

.gallery-card-album {
    margin-top: 40px;
}

.serv-card-sec {
    position: relative;
    z-index: 1;
}

.serv-card-sec .single-services-box {
    margin: 20px 10px;
    padding: 40px 20px;
}

.center-item {
    position: absolute;
    top: 48%;
    left: 45%;
    border-radius: 50%;
    background-color: #e6f1ff;
    border: 2px solid #ffffff;
    width: 130px;
    height: 130px;
    padding: 30px 20px 30px 30px;
    z-index: 2;
    animation-name: spin;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-1000deg);
    }
}

/* ------------service card sec------- */
.card-serv {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #007bff;
    color: #fff;
}

.card-img-serv {
    height: 240px;
    overflow: hidden;
}

.card-img-serv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-content-serv {
    padding: 20px;
    transition: background 0.4s ease;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 430px;
}
.publication-card .card-content-serv {
     height: 520px !important;
}

.card-content-serv-1{
 height: 388px !important;
}
.card-content-serv::before {
    position: absolute;
    content: "";
    right: -68px;
    top: 0;
    width: 80%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateX(180deg);
    z-index: -1;
    transition: 1s;
    background: url('../img/resource/dctr.png') center/cover no-repeat;
}

.card-content-serv h4 {
    color: #fff;
    margin: 0 0 10px;
}
.card-content-serv h2 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 24px;
}

.card-content-serv p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.list-desc li {
    font-size: 16px;
    color: #65677a;
    margin-left: 20px;
}

.card-content-serv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.title-sec {
    font-size: 48px;
    margin-bottom: 40px;
}
.course-page .title-sec{
    font-size: 40px !important;
}
.bio-technology-page .feature-serction .title-sec{
    font-size: 40px !important;
}
.course-card-container .title-sec{
 font-size: 40px !important;
}
.faq-sec .title-sec{
 font-size: 40px !important;
}
.title-heading {
    font-size: 48px;
}

.card-content-serv ul li {
    font-size: 16px;
    /* margin-bottom: 8px; */
    position: relative;
    margin-left: 18px;
    list-style: disc;
}

.card-content-serv:hover::before {
    right: -6px;
    animation: move-x 1s infinite;
}

@keyframes move-x {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-10px);
    }
}

.facility-title {
    font-size: 48px;
    margin-bottom: 10px;
}
.diagnostic-item {
    margin-top: 30px;
}
.services-icon-1
 {
    width: 90px !important;
    height: 70px !important;
    margin-right: 30px !important;
 }

.diagnostic-card-serv{
    background: white;
    border-radius:0px 10px 10px 0px ;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #007bff;
    color: #fff;
    margin-left: -12px;
}
.diagnostic-card-img{
    /* height: 240px; */
    overflow: hidden;
}
.diagnostic-item .card-content-serv ul li {
    margin-bottom: 16px;
}
.diagnostic-item .card-content-serv {
    height: unset;
}
.diagnostic-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px 0px 0px 10px;
}
.facility-img {
    border-radius: 16px;
}

.course-icon-1 {
    width: 40px;
}

.course-icon {
    width: 60px;
}

.course-img {
    margin-left: -20px;
}

/* ------------------------- */
.indus-card {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
    margin: 20px;
    height: 90px;
}

.indus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.indus-card-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.indus-card-left img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.indus-card-text {
    font-size: 18px;
    font-weight: bold;
    color: #002570;
}

.indus-card-text span {
    color: #0073ff;
}

.indus-card-right {
    background: #002570;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.3s ease;
}

.indus-card:hover .indus-card-right {
    background: #0073ff;
}

.icon-shadow {
    position: relative;
}

.icon-shadow::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    width: 50%;
    height: 6px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transform: translateX(-50%);
    filter: blur(2px);
}

/* ----------------- */
.course-image-container {
    position: relative;
}

.course-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px 0px 0px 16px;
}
.life-science-page .course-image-container img {
    height: 88% !important;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.play-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid #007eff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.course-text-container {
    padding: 40px 60px;
    background-color: #f2f7f3;
    border-radius: 0px 16px 16px 0px;
}

.course-text-container h5 {
    color: #7a7a7a;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}

.course-text-container h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.course-text-container h5 {
    color: #0073ff;
    font-weight: 600;
}

.course-text-container h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
}

.course-text-container ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.course-text-container ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #333;
    font-size: 15px;
}

.course-text-container ul li::before {
    content: "✔";
    color: #007eff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.bio-technology-page .feature-content p {
    font-size: 16px;
}

.bio-technology-page .faq-section .tab_container {
    padding: 0px;
}

.course-feat-icon {
    width: 50px;
}

.course-image {
    width: 360px;
    height: 240px;
    object-fit: contain;
    padding: 13px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #bcbcbc;
    /* height: 350px;
    object-fit: cover; */
}

.course-content-item {
    margin-top: 40px;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bio-technology-page table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
}

.bio-technology-page th {
    background-color: #007eff;
    color: white;
    padding: 20px 16px;
    text-align: center;
    font-size: 18px;
}

.bio-technology-page td {
    padding: 12px 20px;
    border: 1px solid #ddd;
    line-height: 34px;
    vertical-align: middle;
}

.bio-technology-page tr:nth-child(even) td {
    background-color: #f9fdf8;
}

.module-table {
    margin-bottom: 60px;
}

.food-safety-page h5 {
    margin-bottom: 10px;
}

.course-card {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 20px;
    background-color: #fff;
}

.molecular-page .mediic-section-title p {
    padding: 10px 0px 0px !important;
    /* padding: unset !important; */
}

.molecular-page .mediic-contact {
    padding: 10px 0 0 30px !important;
}

.domain-name {
    color: #0073ff !important;
    font-size: 16px !important;
}

.molecular-page .skill-serction h3 {
    font-size: 36px;
}

.course-card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
}
.biotechnology-training .course-card-content {
    height: 450px !important;
     justify-content: start;
     padding: 20px 30px !important;
}
.computation-page .course-card-content {
    height: 360px !important;
     justify-content: start;
     padding: 20px 30px !important;
}
.pharma-training .course-card-content {
    height: 485px !important;
     justify-content: start;
     padding: 20px 30px !important;
}
.course-card-content img.icon {
    width: 32px;
    margin-bottom: 10px;
}

.course-card-content h3 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: bold;
}

.course-card-content p {
    font-size: 16px;
    line-height: 1.4;
}

.course-card ul li {
    margin-left: 20px;
    font-size: 16px;
}

.course-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.domain-img {
    height: 500px;
    object-fit: contain;
    border-radius: 16px;
}
/* ------------training-page-faq----- */
.biotechnology-training .faq-item {
    width: 100%;
    height: 230px !important;
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 16px 20px 16px 25px;
    border-radius: 15px;
}
 .biotechnology-training .faq-section{
      max-width:unset !important;
      background: unset !important;
      border-radius: unset !important;
      box-shadow: unset !important;
      
 }
 .biotechnology-training .faq-answer {
    max-height: unset !important;
    margin-left: 30px;
 }
.faq-image {
    border-radius: 16px;
    width: 400px;
    height: 450px;
    object-fit: cover;
}
 .biotechnology-training .faq-question
 {
  justify-content: start !important;
  align-items: start !important;
 }
.faq-item {
    width: 100%;
    height: 150px;
    border-image: initial;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}
.faq-question{
     color: var(--primary-color) !important;
     font-size: 18px;
    padding: 6px 20px 8px;
    display: flex;
    gap: 6px;
    
}
.faq-question h6{
    line-height: 28px;
}
.faq-answer{
    color: rgb(101, 103, 122);
    font-size: 16px;
    padding: 20px;
}
/* --------------------------- */
.faq-container{
      padding: 50px;
      display: flex;
      justify-content: center;
    }
    .faq-section {
      max-width: 700px;
      width: 100%;
      background: #e6f1ff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .faq-title {
      text-align: center;
      padding: 20px;
      background: #002570;
    }
    .faq-title h2{
        color: #fff;
        font-size: 1.8rem;
      font-weight: 600;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 6px;
      cursor: pointer;
      transition: background 0.3s;
      font-weight: 600;
    }

    .faq-question span {
      font-size: 22px;
      transition: transform 0.3s;
    }

    .faq-item.active .faq-question span {
      transform: rotate(45deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 20px;
    }

    .faq-item.active .faq-answer {
      max-height: 100px;
      padding-bottom: 15px;
    }

    .faq-answer p {
      font-size: 0.95rem;
      line-height: 1.6;
      color: #65677a;
    }
    /* ----------- */
    .menu-dropdown-icon::before {
  content: "\25B6";
  font-size: 12px;
  margin-left: 60px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  background-color: none !important;
  color: #002570 !important;
}

li.open > a .menu-dropdown-icon:before {
  transform: rotate(90deg); 
}
.menu li:hover a,
.menu li:hover i,
.menu li.open a {
  color: white;
}
.menu-list li:hover  .menu-dropdown-icon::before {
     color: #fff !important;
}