﻿/* ----------------------------------

Template Name: Healdi - Medical & Health Template
Author: validtheme
Description:
Version: 1.2

Main Font    : Inter
Main Color   : var(--color-primary)

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Zoom Effect
        - Slide Effect
    04. Features
        - Version One
        - Version Two
    05. About Area
    06. Departments
        - Slider Version With Icon
        - Grid Version
        - Grid Carousel Version
    07. Consultation Process
    08. Why Choose Us
    09. Doctors
        - Tab Version
        - Grid Version
    10. Testimonials
    11. Appoinment Form
    12. Fun Factor
    13. Health Tips
    14. Gallery
    15. Opening Hours
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    17. Concat Area
    18. Error 404
    19. Footer
    20. PHP Contact Form
    21. Others

*/


/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Varialbes */
:root {
    --font-default: "Inter", sans-serif;
    --fontawesome: "Font Awesome 7 Free";
    --black: #000000;
    --dark: #1d2024;
    --dark-secondary: #0e0e0e;
    --white: #ffffff;
    --white-secondary: #e7e7e7;
    --color-primary: #1ebeb6;
    --color-secondary: #001d4c;
    --color-heading: #232323;
    --color-paragraph: #666666;
    --box-shadow-primary: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    --box-shadow-secondary: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    --box-shadow-regular: 0 0 10px #e7e7e7;
    --bg-gray: #f7f7f7;
    --bg-gradient: linear-gradient(45deg, var(--color-primary) 0%, var(--color-secondary) 50%);
    --bg-gradient-seven: linear-gradient(45deg, var(--color-style-seven) 0%, #FA9C43 100%);
}


* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--color-paragraph);
}

html, body, .wrapper {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: Inter, sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

h4 {
    font-size: 22px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a, .btn, button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

    a img, iframe {
        border: none;
    }

p {
    color: #403e3e;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus, textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

    a:hover {
        color: var(--color-heading);
    }

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

b, strong {
    font-weight: 700;
}

.btn.active, .btn:active {
    background-image: inherit !important;
}

    .btn.focus,
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:hover {
        outline: 0;
    }

.btn.circle {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}
/* Default CSS */
.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

@media (min-width:576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%;
    }
}

@media (min-width:576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

.fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-bottom-center {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.bg-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.title-mini h2 {
    font-size: 45px;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: var(--bg-gray);
}

.bg-gray-hard {
    background-color: #d1eeec;
}

.bg-theme-small {
    background-color: #edf5ff;
}

.bg-light {
    background-color: var(--white);
}

.bg-theme {
    background-color: var(--color-primary);
}

.bg-light-gradient {
    background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
    background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
    background-color: var(--color-primary);
}

.container-md {
    width: 90%;
    margin: auto;
    position: relative;
}

.text-italic {
    font-style: italic;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: var(--white);
}

.shadow {
    position: relative;
    z-index: 1;
}

    .shadow.dark::after {
        background: var(--black) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        /* background: linear-gradient(90deg, rgba(0, 180, 150, 0.75) 0%, rgb(0 150 100 / 43%) 100%); */
    }

    .shadow.dark-hard::after {
        background: var(--black) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.75;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.light::after {
        background: var(--white) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme::after {
        background: var(--color-primary) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme-hard::after {
        background: var(--color-primary) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.mixed::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;
        z-index: -1;
        opacity: .7;
    }

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.default-padding-mx {
    padding-top: 150px;
    padding-bottom: 150px;
}

.default-padding-top {
    padding-top: 120px;
}

.default-padding-bottom {
    padding-bottom: 120px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px;
}

.default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px;
}

.padding-xl {
    padding-top: 180px;
    padding-bottom: 180px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

.align-center {
    /* align-items: center; */
}

.btn {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 30px;
    font-size: 17px;
}

    .btn.btn-icon i {
        font-size: 50px;
        align-items: center;
        float: left;
        margin-right: 10px;
    }

    .btn.btn-icon {
        padding: 0;
        line-height: 50px;
    }

        .btn.btn-icon:hover {
            color: var(--white);
        }

.btn-md {
    padding: 12px 25px;
}

.btn-sm {
    padding: 10px 25px;
    font-size: 14px;
}

.btn i {
    height: 30px;
    background: var(--white);
    color: var(--color-primary);
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 8px;
}

.btn.btn-light.effect i {
    background: var(--color-primary);
    color: var(--white);
}

.btn-theme.border i {
    background: var(--color-primary);
    color: var(--white);
    transition: all 0.35s ease-in-out;
}

.btn-theme.border:hover i {
    background: var(--white);
    color: var(--color-primary);
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid var(--white);
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: var(--white);
    color: var(--color-heading);
    border: 2px solid var(--white);
}

.btn-dark {
    background-color: var(--color-heading);
    color: var(--white);
    border: 2px solid var(--color-heading);
}

    .btn-dark.border {
        background-color: transparent;
        color: var(--color-heading);
        border: 2px solid var(--color-heading) !important;
    }

        .btn-dark.border:hover {
            background-color: var(--color-heading);
            color: var(--white) !important;
            border: 2px solid var(--color-heading) !important;
        }

.btn-gray.border {
    background-color: transparent;
    color: var(--color-primary);
    border: 2px solid #e7e7e7 !important;
}

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

.btn-gray.effect {
    background: #fafafa;
    border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
    background: var(--white) none repeat scroll 0 0;
    border: 2px solid var(--white);
    color: var(--color-heading);
}

    .btn.btn-light.border {
        background: transparent;
        border: 2px solid var(--white) !important;
        color: var(--white);
    }

        .btn.btn-light.border:hover {
            background: var(--white) none repeat scroll 0 0 !important;
            border: 2px solid var(--white) !important;
            color: var(--color-heading) !important;
        }

.btn-standard {
    display: inline-block;
    text-align: center;
    color: var(--color-primary);
    position: relative;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    padding: 10px 30px;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 800;
}

    .btn-standard.md {
        padding: 13px 45px;
    }

    .btn-standard i {
        display: inline-block;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--color-primary);
        font-size: 15px;
        border-radius: 50%;
        position: relative;
        box-shadow: 0 0 10px #96aac1;
        z-index: 1;
        margin-right: 5px;
        background: var(--white);
    }

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
    background: var(--white);
    color: var(--color-primary);
}

.btn-dark:hover,
.btn-dark:focus {
    color: var(--color-heading) !important;
    background: transparent;
}

.bg-dark {
    background: #00837d !important;
}

.bg-dark-hard {
    background: #08111e;
}

.bg-gradient {
    background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%) !important;
}

.bg-gradient-light {
    background-image: linear-gradient(90deg, rgba(244,247,252,1) 0%, rgba(255,255,255,1) 100%);
}

.btn-theme {
    background-color: #1aa179;
    color: var(--white) !important;
    border: 2px solid #1aa179;
}

    .btn-theme.border {
        background-color: transparent;
        color: #1aa179 !important;
        border: 2px solid #1aa179 !important;
        background: var(--white);
    }

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

    .btn-theme.effect:hover,
    .btn-theme.effect:focus {
        background: var(--color-primary) none repeat scroll 0 0;
        border: 2px solid var(--color-primary);
        color: var(--white);
    }

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid var(--white);
    color: var(--white);
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
    position: relative;
    z-index: 1;
    color: var(--white) !important;
}

    .btn-gradient:hover {
        color: var(--white);
    }

    .btn-gradient::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
        transition: all 0.35s ease-in-out;
        z-index: -1;
        box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px var(--color-primary);
    }

.btn i {
    font-size: 14px;
}

.btn-gradient.icon-normal i {
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: inherit;
    position: relative;
    top: 2px;
    margin-right: 0;
    height: auto;
    width: auto;
}

.btn-gradient.icon-left i {
    margin-left: 0;
    margin-right: 5px;
}

.inc-icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-size: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

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

.btn-simple.md {
    padding: 15px 60px;
}

.btn-simple.light {
    background: var(--white);
}

.btn-simple {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 10px 40px;
    border-radius: 30px;
    color: var(--color-primary);
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.btn-simple.md.light {
    color: var(--color-primary);
}

    a.btn-simple.md.light:hover {
        color: var(--white);
    }

.btn-simple:after {
    background: linear-gradient(90deg, rgba(65,84,241,1) 0%, rgba(14,32,173,1) 75%);
    color: var(--white);
    border-color: transparent;
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
    color: var(--white);
}

    .btn-simple:hover::after {
        left: 0;
    }

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.overflow-hidden {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}

button, button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}

header {
    position: relative;
}

    header nav.navbar.border.bootsnav.navbar-fixed.no-background {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
            position: relative;
            z-index: 1;
            margin-left: 3px;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
            border: medium none;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
            background: var(--white) none repeat scroll 0 0;
            bottom: -2px;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 0;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
            width: 100%;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
            width: 0;
        }

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
    background: var(--color-primary) none repeat scroll 0 0;
    border: 2px solid var(--color-primary);
    color: var(--white) !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .attr-nav.social li a {
        border: 1px solid #f4f4f4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: var(--color-primary);
        display: inline-block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        padding: 0 !important;
        text-align: center;
        width: 40px;
    }

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 42px;
}

    .site-heading h2 span {
        color: #1aa179;
    }

.site-heading.less-info h2 {
    margin-bottom: 0;
}

.site-heading h4 {
    color: #1aa179;
    font-weight: 600;
    text-transform: uppercase;
}

.site-heading.clean h2 {
    padding-bottom: 0;
}

    .site-heading.clean h2 span {
        color: var(--color-primary);
    }

.site-heading h2 span {
    color: #1aa179;
}

.site-heading.barber h2 span {
    color: #bc9355;
}

.site-heading p {
    margin: 0;
    margin-top: 20px;
    padding: 0 7%;
}

.site-heading h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #1aa179;
    width: 90px;
    overflow: hidden;
    bottom: 0px;
    left: 41%;
}

@keyframes infinite-move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(85px);
    }
}

.site-heading h2::after {
    content: '';
    position: absolute;
    height: 6px;
    width: 8px;
    background-color: white;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: infinite-move;
    animation-name: infinite-move;
    bottom: -1px;
    left: 41%;
}

.site-heading.text-left h2::before {
    left: 0;
    margin-left: 0;
}

.site-heading.text-left h2::after {
    left: 45px;
    margin-left: 0;
}

.shadow .site-heading h2,
.shadow .site-heading p {
    color: var(--white);
}

    .bg-theme .site-heading h2::before,
    .shadow .site-heading h2::before,
    .half-bg .site-heading h2::before {
        background: var(--white) none repeat scroll 0 0;
    }

.site-heading h2 span {
    color: #1aa179;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px;
}

/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area.inc-border {
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

    .top-bar-area li:first-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.top-bar-area p {
    margin: 0;
    font-weight: 500;
}

    .top-bar-area p a {
        text-decoration: underline;
        font-weight: 600;
    }

.top-bar-area.inc-border {
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
    display: inline-block;
    padding: 6px 25px;
    color: var(--white);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    height: 19px;
    width: 1px;
    border-left: 1px solid #dddddd;
}

.top-bar-area li:first-child::after {
    display: none;
}

.top-bar-area .item-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-area .social ul {
    margin-left: 30px;
}

    .top-bar-area .social ul li::after {
        display: none;
    }

.top-bar-area .social li {
    margin-left: 10px;
}

.top-bar-area.inc-pad {
    padding: 4px 0;
    background: linear-gradient( 269deg, rgba(30, 190, 182, 1) 0%, rgba(0, 130, 124, 1) 100%) !important;
}

.top-bar-area.inc-padding {
    padding: 10px 0;
}

.top-bar-area .button i {
    margin-right: 5px;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
    padding: 110px 0;
    position: relative;
    background-color: #000000e3;
}

    .breadcrumb-area .fixed-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center left;
        opacity: 0.5;
    }

    .breadcrumb-area .col-lg-8.offset-lg-2 {
        z-index: 9;
    }

    .breadcrumb-area h1 {
        font-weight: 700;
        color: var(--white);
        text-transform: capitalize;
        font-size: 45px;
    }

    .breadcrumb-area .breadcrumb {
        background: transparent none repeat scroll 0 0;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

.page-title-area {
    padding: 150px 0;
}

    .page-title-area h1 {
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 40px;
        margin-top: -10px;
        margin-bottom: 0;
    }

.breadcrumb-area .breadcrumb li::after {
    content: "";
    font-family: 'themify';
    font-weight: 600;
    color: var(--white);
    position: absolute;
    right: -13px;
    height: 8px;
    width: 8px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    top: 10px;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0 7px;
    padding: 0 7px;
}

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

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-family: Inter, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: var(--white);
}

    .breadcrumb-area .breadcrumb li.active {
        color: #ffc107;
        /* text-decoration: underline; */
    }

/* Shape */
.banner-area .fixed-shape-left-top {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.shape-left-top {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

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

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

.shape-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

    .shape-bottom img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

.shape-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

    .shape-top img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

.form-group {
    margin-bottom: 15px;
}

.title h2 {
    font-size: 52px;
}



/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
    height: 100%;
}

    .banner-area.auto-height,
    .banner-area.auto-height div {
        height: auto;
    }

        .banner-area.auto-height .content {
            padding: 150px 0;
        }

    .banner-area .box-cell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .banner-area .box-table {
        display: table;
        width: 100%;
    }

    .banner-area .box-cell,
    .banner-area .box-cell div {
        height: auto;
        text-align: left;
    }

.banner-area {
    position: relative;
    overflow: hidden;
}

    .banner-area .wavesshape {
        bottom: -2px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
    }

        .banner-area .wavesshape.shape {
            bottom: -50px;
            height: auto;
        }

    .banner-area .content {
        position: relative;
        z-index: 9;
    }

    .banner-area.wavesshape {
        position: relative;
        z-index: 1;
    }

    .banner-area.triangle-shadow {
        position: relative;
        z-index: 1;
    }

        .banner-area.triangle-shadow::before {
            border-bottom: 0 solid transparent;
            border-right: 100vw solid #fff;
            border-top: 80px solid transparent;
            bottom: 0;
            content: "";
            height: 0;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 101;
        }

    .banner-area.shadow-inner .content {
        padding: 30px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .banner-area.content-double .double-items {
        align-items: center;
        align-self: center;
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }

    .banner-area .banner-carousel .owl-item.center img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .banner-area .banner-carousel .owl-item img {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    /* Animation delays */
    .banner-area .item h1:first-child,
    .banner-area .item h2:first-child,
    .banner-area .item h3:first-child,
    .banner-area .item h4:first-child,
    .banner-area .item h5:first-child,
    .banner-area .item h6:first-child {
        animation-delay: .5s;
    }

    .banner-area .item h1:nth-child(2),
    .banner-area .item h2:nth-child(2),
    .banner-area .item h3:nth-child(2),
    .banner-area .item h4:nth-child(2),
    .banner-area .item h5:nth-child(2),
    .banner-area .item h6:nth-child(2) {
        animation-delay: .7s;
    }

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .item p {
    animation-delay: .5s;
}

.banner-area .item ul {
    animation-delay: .6s;
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }

    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }

    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .carousel-item .slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
    color: var(--color-heading);
}

    .banner-area .carousel-control.light {
        color: var(--white);
    }

    .banner-area .carousel-control.shadow {
        background: transparent none repeat scroll 0 0;
        color: var(--white);
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        opacity: 1;
        padding: 0;
        position: absolute;
        text-shadow: inherit;
        top: 50%;
        width: 50px;
        z-index: 1;
    }

        .banner-area .carousel-control.shadow::after {
            background: #1e2726 none repeat scroll 0 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0.5;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

.banner-area .carousel-control-prev {
    left: 20px;
    transition: all 0.35s ease-in-out;
}

.banner-area:hover .carousel-control-prev {
    /* left: -50px; */
}

.banner-area .carousel-control-next {
    right: 30px;
    transition: all 0.35s ease-in-out;
}

.banner-area:hover .carousel-control-next {
    /*right: -50px;*/
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
}

.banner-area .carousel-indicators {
    position: absolute;
    right: auto;
    left: 0;
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 30px 0;
}

    .banner-area .carousel-indicators li {
        display: block;
        height: 20px;
        width: 20px;
        margin: 10px 5px;
        border: 2px solid rgba(255, 255, 255, 0.7);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: transparent;
        position: relative;
        z-index: 1;
    }

        .banner-area .carousel-indicators li.active {
            border: 2px solid var(--white);
        }

        .banner-area .carousel-indicators li::after {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            height: 5px;
            width: 5px;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            background: var(--white);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important;
}

.double-items > .row div {
    height: auto;
}

/* Shape */
.banner-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

    .banner-area .shape img {
        width: 100%;
    }

.banner-area.inc-shape .content {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .banner-area.inc-shape .content::after {
        position: absolute;
        left: -50px;
        top: 0;
        content: "\f21e";
        font-family: "Font Awesome 5 Free";
        height: 100%;
        width: 350px;
        color: var(--white);
        z-index: -1;
        opacity: 0.2;
        font-weight: 600;
        font-size: 150px;
    }

.banner-area.auto-height .fixed-shape-left-top {
    opacity: 0.06;
}

/* Content */

.banner-area.bg-fixed .carousel-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

    .banner-area.bg-fixed .carousel-inner div {
        height: 100%;
        width: 100%;
    }

.banner-area.top-pad-70 .content {
    padding-top: 70px;
}

.banner-area h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
}

.banner-area h2 {
    font-weight: 300;
    font-size: 90px;
    line-height: 1;
    margin-bottom: 25px;
}

.banner-area.heading-double h2 {
    margin-bottom: 30px;
}

.banner-area h2 strong {
    display: block;
}

.banner-area p {
    padding-right: 20%;
    font-size: 18px;
    line-height: 34px;
}

.banner-area a {
    margin-top: 15px;
    margin-right: 5px;
}

.banner-area.text-medium h2 {
    font-size: 60px;
    line-height: 1.1;
}

.banner-area.text-default h2 {
    font-size: 64px;
    line-height: 1.2;
}

/* Appoinment form */
.banner-area .appoinment-box {
    padding: 80px 50px;
    position: relative;
    z-index: 1;
}

    .banner-area .appoinment-box::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--white);
        z-index: -1;
        opacity: 0.6;
        border-radius: 5px;
    }

    .banner-area .appoinment-box h2,
    .banner-area .appoinment-box h3,
    .banner-area .appoinment-box h4 {
        color: var(--color-heading);
        font-weight: 600;
        margin-bottom: 30px;
    }

    .banner-area .appoinment-box form {
        color: var(--color-heading);
    }

        .banner-area .appoinment-box form input,
        .banner-area .appoinment-box form .nice-select {
            background: transparent;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 30px;
            border: 1px solid rgba(255, 255, 255, 0.7);
            padding: 0 25px;
        }

            .banner-area .appoinment-box form input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: var(--color-heading);
            }

            .banner-area .appoinment-box form input::-moz-placeholder {
                /* Firefox 19+ */
                color: var(--color-heading);
            }

            .banner-area .appoinment-box form input:-ms-input-placeholder {
                /* IE 10+ */
                color: var(--color-heading);
            }

            .banner-area .appoinment-box form input:-moz-placeholder {
                /* Firefox 18- */
                color: var(--color-heading);
            }

    .banner-area .appoinment-box button {
        padding: 12px 40px;
        background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
        box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px var(--color-primary);
        color: var(--white);
        text-transform: capitalize;
        font-weight: 600;
        width: 100%;
        border: none;
        border-radius: 30px;
    }

        .banner-area .appoinment-box button i {
            margin-left: 5px;
        }

.banner-area ul li {
    display: inline-block;
    padding-right: 30px;
    margin-top: 20px;
}

    .banner-area ul li i {
        display: inline-block;
        font-size: 50px;
        margin-bottom: 25px;
    }

    .banner-area ul li h5 {
        text-transform: capitalize;
        font-weight: 600;
        font-size: 16px;
    }

.banner-area.auto-height.fixed-thumb .double-items .info {
    padding: 150px 0;
}

.banner-area.auto-height.fixed-thumb .thumb {
    transform: translateY(60px);
}

    .banner-area.auto-height.fixed-thumb .thumb img {
        max-width: 120%;
    }

.banner-area .video-play-button {
    top: 50px !important;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
    color: var(--color-primary);
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: var(--white) repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button.theme:before,
    .video-play-button.theme:after {
        background: var(--color-primary) repeat scroll 0 0;
    }

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
    background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    position: relative;
    z-index: 3;
    color: var(--color-primary);
    position: relative;
    left: -2px;
}

.video-play-button.theme i {
    color: var(--white);
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    left: 30px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    margin-top: 0 !important;
    top: 35px;
    margin-left: 10px;
}

    .video-play-button.relative::before,
    .video-play-button.relative::after {
        height: 68px;
        width: 68px;
        line-height: 68px;
    }

    .video-play-button.relative i {
        line-height: 70px;
        font-size: 25px;
    }

/* Nice Select CSS */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    /* line-height: 50px; */
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active,
    .nice-select.open,
    .nice-select:focus {
        border-color: #999;
    }

        /*.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}*/

        .nice-select.open:after {
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .nice-select.open .list {
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
        }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        display: block;
        margin: 0;
    }

        .nice-select .option:hover,
        .nice-select .option.focus,
        .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ============================================================== 
     # About
=================================================================== */

.about-area .shape {
    opacity: 0.1;
}

.about-area .thumb-box {
    position: relative;
    z-index: 1;
    padding-right: 50px;
    /* margin-bottom: 50px; */
}

    .about-area .thumb-box img {
        /* clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); */
        border-radius: 10px 10px 0px 0px;
        border-bottom: 2px solid #ffffff;
    }

    .about-area .thumb-box img {
        transition: transform 0.5s ease;
    }

        .about-area .thumb-box img:hover {
            transform: translateY(-15px);
        }

    .about-area .thumb-box .intro-video {
        position: absolute;
        right: 0;
        bottom: -50px;
        background: var(--white);
        padding: 50px 30px;
        left: 120px;
        box-shadow: var(--box-shadow-primary);
        display: flex;
        align-items: center;
    }

        .about-area .thumb-box .intro-video .video {
            padding-right: 30px;
        }

        .about-area .thumb-box .intro-video h5 {
            text-transform: capitalize;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .about-area .thumb-box .intro-video p {
            margin: 0;
        }

.about-area ul {
    margin: 0 -15px;
}

    .about-area ul li {
        float: left;
        width: 50%;
        padding: 0 15px;
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

        .about-area ul li i {
            font-size: 50px;
            margin-right: 20px;
            color: var(--color-primary);
        }

        .about-area ul li h5 {
            text-transform: capitalize;
            font-weight: 600;
            font-size: 18px;
        }

.about-area .info {
    padding-left: 35px;
}

.about-area.reverse .info {
    padding-left: 15px;
    padding-right: 35px;
}

.about-area .info > h5 {
    text-transform: uppercase;
    color: #1aa179;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.about-area .info > a {
    margin-top: 10px;
}

.about-area .info h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.about-area blockquote {
    border-left: 3px solid var(--color-primary);
    padding-left: 15px;
    background: rgba(226, 36, 84, 0.06);
    padding: 30px;
}

.about-area .devider {
    margin-bottom: 25px;
}

.about-area .icon img {
    height: 50px;
    margin-right: 15px;
}

.about-area .content h5 {
    margin: 0;
}

.about-area ul.icon-less h5 {
    margin: 0;
}

.about-area ul.icon-less li {
    margin-top: 20px;
}

.about-area ul.icon-less {
    margin-top: -10px;
    margin-bottom: 8px;
    overflow: hidden;
}

.about-area table {
    background: var(--white);
}

    .about-area table tbody tr td {
        padding: 12px 20px;
    }

    .about-area table thead {
        background: var(--color-primary);
    }

        .about-area table thead tr td {
            border: none;
        }

        .about-area table thead tr th {
            border-bottom: none;
            color: var(--white);
            padding: 10px 20px;
        }

.em-services-items tbody {
    border-top: none !important;
}

.about-area .shape {
    bottom: -50px;
}


.about-features-area .shape {
    text-align: right;
}

    .about-features-area .shape img {
        width: 50%;
    }

/* ============================================================== 
     # Top Entry
=================================================================== */

.top-entry-area .item i {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 40px;
    color: var(--color-primary);
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.top-entry-area .item .icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin-bottom: 40px;
}

    .top-entry-area .item .icon img {
        height: 50px;
    }

    .top-entry-area .item i::after,
    .top-entry-area .item .icon::after {
        position: absolute;
        left: -10px;
        top: -10px;
        content: "";
        height: 120px;
        width: 120px;
        background: url(assets/img/shape/3.svg);
        background-size: contain;
        z-index: -2;
        background-position: center;
        background-repeat: no-repeat;
    }

.top-entry-area .item ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px dashed #cccccc;
    margin-top: 10px;
    padding-top: 15px;
}

    .top-entry-area .item ul li p {
        margin: 0;
        font-weight: 600;
    }

.top-entry-area .single-item .thumb {
    position: relative;
    z-index: 1;
}

    .top-entry-area .single-item .thumb::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 300px;
        width: 300px;
        background: var(--color-primary);
        z-index: -1;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }

    .top-entry-area .single-item .thumb::before {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 350px;
        width: 350px;
        background: var(--color-primary);
        z-index: -1;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 0.1;
    }

.top-entry-area .single-item:first-child .item {
    padding-right: 30px;
}

.top-entry-area .single-item:last-child .item {
    padding-left: 30px;
}

.top-entry-area .item h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
}

/* ============================================================== 
     # Facilities
=================================================================== */
.facilites-area .facilites-box {
    background: var(--white);
    box-shadow: var(--box-shadow-primary);
    position: relative;
    /* top: -80px; */
    z-index: 1;
    /* margin-bottom: -80px; */
    overflow: hidden;
    border-radius: 8px;
}

    .facilites-area .facilites-box .single-item {
        padding: 0;
    }

    .facilites-area .facilites-box .item {
        display: flex;
        padding: 40px 20px;
        position: relative;
        z-index: 1;
    }

    .facilites-area .facilites-box i {
        display: inline-block;
        font-size: 50px;
        margin-right: 25px;
        color: #1aa179;
    }

    .facilites-area .facilites-box h4 {
        font-weight: 600;
    }

    /*.facilites-area .facilites-box .single-item:last-child .item {
    display: block;
    color: var(--white);
    padding-right: 45px;
}*/

    /*.facilites-area .facilites-box .single-item:last-child .item::after {
    position: absolute;
    left: 0;
    top: -50%;
    content: "";
    height: 200%;
    width: 100%;
    z-index: -1;
    background: var(--color-primary);
}*/

    .facilites-area .facilites-box .single-item:last-child h4 {
        /* color: var(--white); */
    }

    .facilites-area .facilites-box .single-item:first-child {
        border-right: 1px solid #e7e7e7;
    }

        .facilites-area .facilites-box .single-item:first-child .item {
            padding-left: 45px;
        }

    .facilites-area .facilites-box .single-item .item ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
        font-weight: 500;
    }

        .facilites-area .facilites-box .single-item .item ul li:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

    .facilites-area .facilites-box .single-item .item .btn {
        margin-top: 5px;
    }

.facilites-box .info ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

/* ============================================================== 
     # Features
=================================================================== */

.features-area.half-bg {
    position: relative;
    z-index: 1;
}

    .features-area.half-bg::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 50%;
        width: 100%;
        background: var(--white);
        z-index: -1;
    }

.features-area .single-item {
    margin-bottom: 30px;
}

    .features-area .single-item:nth-child(2n) img {
        margin-bottom: 0;
        margin-top: 30px;
    }

.features-area .single-item {
    margin-bottom: 30px;
}

.features-area .item .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 95px;
    background: #fdeee7;
    border-radius: 50%;
    margin-bottom: 30px;
}

.features-area .single-item:nth-child(2n) .item .icon {
    background: #e9f6eb;
}

.features-area .single-item:nth-child(3n) .item .icon {
    background: #fbe8f1;
}

.features-area .single-item:nth-child(4n) .item .icon {
    background: #eaecf1;
}

.features-area .item .icon img {
    margin: 0;
}

.features-area .item .icon i {
    display: inline-block;
    font-size: 80px;
    margin-bottom: 30px;
    color: var(--color-primary);
}

.features-area .item img {
    height: 50px;
    width: 50px;
}

.features-area .item h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
}

.features-area .item a {
    display: block;
    padding: 50px 30px;
    box-shadow: var(--box-shadow-regular);
    background: var(--white);
}

.features-area .item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .features-area .item ul li p {
        margin: 0;
    }

/* ============================================================== 
     # Department
=================================================================== */

.department-area {
    position: relative;
    z-index: 1;
}

    .department-area .department-items .single-item {
        margin-bottom: 30px;
    }

    .department-area .shape-bottom {
        margin-bottom: -120px;
        opacity: 0.08;
    }

    .department-area .shape-left-bottom.shape {
        bottom: -250px;
        left: -100px;
        transform: rotate(15deg);
    }

.department-items .item {
    box-shadow: var(--box-shadow-regular);
    background: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.department-items .head-of {
    margin-top: 10px;
}

.department-items .thumb {
    position: relative;
    z-index: 1;
    margin: 10px;
    margin-bottom: 0;
    border-radius: 8px;
}

.solid-thumb .department-items .thumb {
    margin: 0;
}

    .solid-thumb .department-items .thumb img {
        transition: transform 0.5s ease;
        border-radius: 4px;
    }

        .solid-thumb .department-items .thumb img:hover {
            transform: translateY(-15px);
        }


.department-items .item .info {
    padding: 10px 30px 30px 30px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    top: -55px;
    margin: 0px 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 46px rgb(0 0 0 / 22%);
}

.thumb-less .department-items .item .info {
    padding: 60px 37px;
}

.department-items .item .info .bottom > i {
    font-size: 60px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
}


.department-items .item .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

    .department-items .item .info .bottom a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
        color: var(--white);
        border-radius: 50%;
        position: relative;
        z-index: 1;
        font-size: 14px;
    }

        .department-items .item .info .bottom a::after {
            position: absolute;
            left: -10%;
            top: -10%;
            content: "";
            height: 120%;
            width: 120%;
            background: var(--color-primary);
            z-index: -1;
            border-radius: 50%;
            opacity: 0.5;
        }

.department-items .item .info::after {
    position: absolute;
    right: -50px;
    bottom: -80px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(assets/img/shape/4.png);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    opacity: 0.3;
}

.department-items .item .info .title {
    position: relative;
    /* left: 0; */
    /* right: 30px; */
    /* top: -55px; */
    /* background: var(--white); */
    /* box-shadow: var(--box-shadow-primary); */
    padding: 20px 20px;
    /* z-index: 9; */
    /* margin-bottom: -35px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

    .department-items .item .info .title h4,
    .department-items .item .info .title h5 {
        margin: 0;
        font-weight: 600;
    }

    .department-items .item .info .title i {
        display: inline-block;
        font-size: 40px;
        color: var(--color-primary);
        margin-right: 15px;
    }

    .department-items .item .info .title h4,
    .department-items .item .info .title h5 {
        margin: 0;
        font-weight: 600;
    }

.department-items .item .info .bottom > i {
    font-size: 60px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
}

.department-items .item .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

    .department-items .item .info .bottom a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
        color: var(--white);
        border-radius: 50%;
        position: relative;
        z-index: 1;
        font-size: 14px;
    }

        .department-items .item .info .bottom a::after {
            position: absolute;
            left: -10%;
            top: -10%;
            content: "";
            height: 120%;
            width: 120%;
            background: var(--color-primary);
            z-index: -1;
            border-radius: 50%;
            opacity: 0.5;
        }

.department-items .item .info ul {
    overflow: hidden;
}

    .department-items .item .info ul li {
        float: left;
        width: 100%;
        padding: 0 15px;
        position: relative;
        z-index: 1;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .department-items .item .info ul li::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            color: var(--color-primary);
            font-weight: 600;
        }

.department-items .item .info h4 a {
    font-weight: 700;
}

.department-items .item .info > a {
    margin-top: 25px;
}

.solid-thumb .department-items .item .info > a {
    margin-top: 5px;
}

.department-items .item .info > a.btn-effect {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 10px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    font-weight: 600;
}

    .department-items .item .info > a.btn-effect::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        border-bottom: 1px dashed var(--color-primary);
        width: 50%;
        transition: all 0.35s ease-in-out;
    }

.department-items .item .info .head-of p {
    margin: 0;
    color: var(--color-heading);
    text-transform: capitalize;
}

    .department-items .item .info .head-of p strong {
        font-weight: 600;
    }

.department-items.department-carousel.owl-carousel .owl-dots {
}

    .department-items.department-carousel.owl-carousel .owl-dots .owl-dot {
        margin-bottom: -10px;
        margin-top: 20px;
    }

        .department-items.department-carousel.owl-carousel .owl-dots .owl-dot span {
            display: block;
            height: 20px;
            width: 20px;
            margin: 0 5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: var(--white);
            position: relative;
            z-index: 1;
            border: 2px solid #cccccc;
        }

        .department-items.department-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            height: 5px;
            width: 5px;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            background: var(--color-primary);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }


/* ============================================================== 
     # Feature Entry
=================================================================== */

.feature-entry-area .single-item {
    margin-bottom: 30px;
}

.feature-entry-area .item {
    padding: 80px 30px;
    box-shadow: var(--box-shadow-regular);
}

.feature-entry-area .single-item:nth-child(2n) .item {
    background: var(--color-primary);
}

.feature-entry-area .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

    .feature-entry-area .item i::after {
        position: absolute;
        left: -10%;
        top: -15%;
        content: "";
        height: 120%;
        width: 120%;
        background: url(assets/img/shape/3.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.5;
        z-index: -1;
    }

.feature-entry-area .single-item:nth-child(2n) .item i,
.feature-entry-area .single-item:nth-child(2n) .item h4,
.feature-entry-area .single-item:nth-child(2n) .item {
    color: var(--white);
}

    .feature-entry-area .single-item:nth-child(2n) .item i::after {
        background: url(assets/img/shape/10-light.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.2;
    }

.feature-entry-items .item li {
    text-align: left;
    margin-top: 9px;
}

    .feature-entry-items .item li .closed {
        background: var(--white);
        color: #0cb8b6;
        padding: 0 15px;
        border-radius: 5px;
        font-weight: 600;
    }

    .feature-entry-items .item li span {
        font-weight: 600;
    }

.feature-entry-area .item h4 {
    font-weight: 600;
}

.feature-entry-area .item a {
    margin-top: 10px;
}

.feature-entry-area .item .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-heading);
    font-weight: 700;
}

    .feature-entry-area .item .contact p {
        margin-left: 15px;
        margin-bottom: 0;
    }

/* ============================================================== 
     # Department Icon Version
=================================================================== */

.department-area.icon-only .single-item {
    margin-bottom: 30px;
}

.department-area .item-box .item {
    padding: 50px 30px 50px;
    background: var(--white);
    box-shadow: var(--box-shadow-regular);
    position: relative;
    z-index: 1;
}

    .department-area .item-box .item .icon {
        display: inline-block;
        font-size: 45px;
        margin-bottom: 35px;
        position: relative;
        z-index: 1;
        color: var(--white);
        height: 90px;
        width: 90px;
        line-height: 90px;
    }

        .department-area .item-box .item .icon::after {
            position: absolute;
            left: 3%;
            top: 2%;
            content: "";
            height: 95%;
            width: 95%;
            background: var(--color-primary);
            z-index: -1;
            border-radius: 50%;
        }

        .department-area .item-box .item .icon::before {
            position: absolute;
            left: -10%;
            top: -10%;
            content: "";
            height: 120%;
            width: 120%;
            background: url(assets/img/shape/7.png);
            z-index: -1;
            border-radius: 50%;
            opacity: 0.3;
            background-size: contain;
            background-repeat: no-repeat;
            transition: all 0.35s ease-in-out;
        }

    .department-area .item-box .item:hover .icon::before {
        animation: rotate-animation 10s infinite linear;
        opacity: 1;
    }

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

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

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

.department-area .item-box .item h4 {
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-size: 22px;
}

.department-area .item-box .item a {
    margin-top: 15px;
}

.department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px;
}

    .department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot span {
        display: block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: var(--white);
        position: relative;
        z-index: 1;
        border: 2px solid #cccccc;
    }

    .department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 5px;
        width: 5px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background: var(--color-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


/* ============================================================== 
     # Department tabs
=================================================================== */
.department-area-tabs li.nav-item {
    display: inline-block;
    margin: 0 6px;
    margin-bottom: 15px;
    flex: 1;
}

.departments-area .department-area-tabs .nav-pills {
    margin-bottom: 50px;
    text-align: center;
    border: none;
}

.departments-area .departments-tabs .info > ul {
    display: inline-block;
}

    .departments-area .departments-tabs .info > ul .float-right {
        padding-left: 50px;
    }

.departments-area .department-area-tabs {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.departments-area .departments-tabs .info > ul li {
    margin-top: 10px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

    .departments-area .departments-tabs .info > ul li::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f123";
        font-family: 'Flaticon';
        color: var(--color-primary);
    }

.departments-area.bg-gray .department-area-tabs li.nav-item button {
    background: var(--white);
}

.departments-area .department-area-tabs li.nav-item button {
    border: none;
    background: #f4f7fc;
    padding: 30px;
    position: relative;
    z-index: 1;
    width: 100%;
    font-weight: 700;
}

    .departments-area .department-area-tabs li.nav-item button span {
        color: var(--black);
    }

    .departments-area .department-area-tabs li.nav-item button i {
        display: block;
        font-size: 50px;
        margin-bottom: 15px;
        color: var(--black);
    }

    .departments-area .department-area-tabs li.nav-item button.active i,
    .departments-area .department-area-tabs li.nav-item button.active span {
        color: #0cb8b6 !important;
    }

    .departments-area .department-area-tabs li.nav-item button.active::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        content: "";
        border-bottom: 2px solid #0cb8b6;
    }

.departments-area .center-tabs .info ul {
    display: block;
}

.departments-area .center-tabs .info a {
    margin-top: 25px;
}

.departments-area .center-tabs .info h2 {
    font-weight: 600;
}

.departments-area .center-tabs .thumb {
    padding-right: 35px;
}

/* ============================================================== 
     # Department Single
=================================================================== */
.department-single-area .sidebar .widget {
    padding: 30px;
    background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
    margin-bottom: 30px;
    border-bottom: 3px solid var(--color-primary);
    border-radius: 10px;
}

.sidebar {
    z-index: 2;
}

.department-single-area .sidebar .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1020;
}

.department-single-area .sidebar .widget:last-child {
    margin-bottom: 0;
}

.department-single-area .sidebar .widget .title h4 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #ffffff70;
    padding-bottom: 12px;
}

.department-single-area .sidebar .widget.link a {
    /* background: var(--white); */
    display: block;
    padding: 10px;
    /* padding-left: 25px; */
    color: #fff;
}

.department-single-area .sidebar .widget.link li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ffffff57;
}

    .department-single-area .sidebar .widget.link li.active a {
        color: #f8cb47;
    }

.department-single-area .sidebar .widget.link a i {
    margin-right: 5px;
}

.department-single-area .sidebar .widget.link li:last-child {
    margin-bottom: 0;
}

.department-single-area .sidebar .widget.appoinment form input,
.department-single-area .sidebar .widget.appoinment form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
}

.department-single-area .sidebar .widget.appoinment form textarea {
    min-height: 130px;
    padding-top: 15px;
}

.department-single-area .sidebar .widget.appoinment form button[type="submit"] {
    /* background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%); */
    color: #038781;
    font-weight: 600;
    padding: 10px 35px;
    width: 100%;
    border-radius: 30px;
    font-size: 18px;
}

.department-single-area .sidebar .widget.doctor h4 {
    font-weight: 600;
}

.department-single-area .sidebar .widget.doctor .overlay {
    margin-top: 25px;
}

.department-single-area .sidebar .widget.doctor h5 {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department-single-area .sidebar .widget.opening-hours li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .department-single-area .sidebar .widget.opening-hours li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.department-single-area .info .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}

    .department-single-area .info .thumb img {
        border-radius: 8px;
    }

    .department-single-area .info .thumb .title {
        /* position: absolute; */
        left: 0;
        bottom: 0;
        /* padding: 30px; */
        z-index: 1;
        margin-top: 20px;
    }

        .department-single-area .info .thumb .title h3 {
            font-weight: 600;
            margin-bottom: 10px;
            color: rgba(30,190,182,1);
            font-size: 30px;
        }

    .department-single-area .info .thumb::after {
        /* position: absolute; */
        left: 0;
        bottom: 0;
        content: "";
        height: 50%;
        width: 100%;
        /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%) repeat scroll 0 0; */
    }

    .department-single-area .info .thumb .title span {
        color: #212529;
        text-transform: capitalize;
        font-weight: 600;
    }

.department-single-area .info h1,
.department-single-area .info h2,
.department-single-area .info h3,
.department-single-area .info h4,
.department-single-area .info h5 {
    font-weight: 600;
}

.department-single-area .info h4 {
    margin-top: 25px;
}

.department-single-area .info ul {
    margin-bottom: 20px;
    overflow: hidden;
}

    .department-single-area .info ul li {
        margin-top: 10px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        float: left;
        width: 50%;
        padding: 0 15px;
        padding-left: 30px;
    }

        .department-single-area .info ul li::after {
            position: absolute;
            left: 0;
            top: 2px;
            content: "\f058";
            font-family: "Font Awesome 7 Free";
            font-weight: 900;
            color: var(--color-primary);
        }

/* ============================================================== 
     # Consultation
=================================================================== */

.consultation-area .process {
    padding-right: 65px;
}

    .consultation-area .process .item {
        padding: 35px 40px;
        background: var(--white);
        text-align: center;
        border: 2px solid rgba(30, 190, 182, 1);
        min-height: 212px;
    }

        .consultation-area .process .item i {
            display: inline-block;
            font-size: 55px;
            margin-bottom: 25px;
            color: var(--color-primary);
        }

        .consultation-area .process .item h5 {
            font-size: 18px;
            font-weight: 600;
        }

    .consultation-area .process .single-item {
        margin-top: 30px;
    }

    .consultation-area .process h2 {
        font-weight: 600;
        margin-bottom: 25px;
    }

    .consultation-area .process .row {
        margin-top: -5px;
    }

.consultation-area .form .appoinment-box {
    background: var(--color-primary);
    padding: 60px 37px;
    position: relative;
    z-index: 1;
}

    .consultation-area .form .appoinment-box::after {
        position: absolute;
        left: -30px;
        top: -30px;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--color-primary);
        z-index: -1;
        opacity: 0.2;
    }

.consultation-area .appoinment-box h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white);
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

    .consultation-area .appoinment-box h4::after {
        position: absolute;
        left: 50%;
        bottom: -60px;
        content: "";
        height: 100%;
        width: 30%;
        background: url(assets/img/shape/devider-light.png);
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
        background-position: center;
    }

.consultation-area .form .appoinment-box form input,
.consultation-area .form .appoinment-box form .nice-select {
    background: transparent;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 25px;
    color: var(--white);
}

    .consultation-area .form .appoinment-box form .nice-select .current {
        color: var(--white);
    }

.consultation-area .form .appoinment-box form .nice-select {
    color: var(--color-heading);
}

    .consultation-area .form .appoinment-box form .nice-select:after {
        border-color: var(--white) !important;
    }

.consultation-area .form .appoinment-box form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--white);
}

.consultation-area .form .appoinment-box form input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white);
}

.consultation-area .form .appoinment-box form input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white);
}

.consultation-area .form .appoinment-box form input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--white);
}

.consultation-area .form .appoinment-box form button {
    padding: 12px 40px;
    background: var(--white);
    color: var(--color-primary);
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    border: none;
    border-radius: 30px;
}

/* ============================================================== 
     # Choose Us
=================================================================== */
.choose-us-area .info {
    max-width: 900px;
    /* padding-top: 80px; */
    /* padding-bottom: 80px; */
    /* padding-left: 0; */
}

    .choose-us-area .info .info-box {
        padding: 40px 0px;
        background: var(--white);
        box-shadow: var(--box-shadow-primary);
        position: relative;
        /* left: -90px; */
        border-bottom: 3px solid var(--color-primary);
        width: 100%;
        text-align: justify;
    }

        .choose-us-area .info .info-box::after {
            position: absolute;
            right: -120px;
            top: -120px;
            content: "";
            height: 300px;
            width: 300px;
            background: url(assets/img/shape/dotted-shape.png);
            z-index: -1;
            background-repeat: no-repeat;
            opacity: 0.2;
        }

.choose-us-area.shape-less .info .info-box::after {
    display: none;
}

.choose-us-area.shape-less .info .info-box::after {
    display: none;
}

.choose-us-area .fun-fact {
    display: flex;
    align-items: center;
}

.choose-us-area ul li {
    float: left;
    padding: 0 15px;
    width: 50%;
    margin-top: 20px;
    padding-left: 45px;
    position: relative;
    z-index: 1;
}

    .choose-us-area ul li::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        color: var(--color-primary);
        font-weight: 600;
        height: 30px;
        width: 30px;
        border: 1px solid #b2e0dd;
        text-align: center;
        line-height: 28px;
        border-radius: 50%;
        font-size: 13px;
    }

    .choose-us-area ul li p {
        margin: 0;
    }

    .choose-us-area ul li h5 {
        font-weight: 600;
    }

        .choose-us-area ul li h5 strong {
            color: var(--color-primary);
        }

.choose-us-area .fun-fact i {
    font-size: 60px;
    margin-right: 20px;
    color: var(--color-primary);
}

.choose-us-area .fun-fact .timer {
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    color: var(--color-heading);
}

.choose-us-area .fun-fact .medium {
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.choose-us-area .info .info-box > h5 {
    color: var(--color-primary);
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.choose-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.choose-us-area.inc-list .info h2 {
    margin-bottom: 10px;
}

.choose-us-area .info a {
    margin-top: 15px;
    display: inline-block;
}

.choose-us-area.inc-list .info a {
    margin-top: 16px;
}

.choose-us-area blockquote {
    border-left: 5px solid var(--color-primary);
    padding-left: 25px;
    padding: 30px;
    background: var(--white);
    box-shadow: var(--box-shadow-primary);
}

/* ============================================================== 
     # Choose Us Version Two
=================================================================== */
.chooseus-area .info {
    padding-right: 35px;
}

    .chooseus-area .info h2 {
        font-weight: 600;
        margin-bottom: 25px;
    }

        .chooseus-area .info h2 strong {
            color: var(--color-primary);
        }

    .chooseus-area .info ul {
        margin-top: 30px;
    }

        .chooseus-area .info ul li {
            padding-left: 50px;
            position: relative;
            z-index: 1;
            margin-bottom: 30px;
        }

            .chooseus-area .info ul li::after {
                position: absolute;
                left: 0;
                top: 0;
                content: "\f120";
                font-family: "Flaticon";
                font-size: 30px;
                color: var(--color-primary);
            }

            .chooseus-area .info ul li h5 {
                font-weight: 600;
            }

            .chooseus-area .info ul li:last-child {
                margin-bottom: 0;
            }

            .chooseus-area .info ul li p {
                margin: 0;
            }

    .chooseus-area .info a {
        margin-top: 30px;
    }

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

    .chooseus-area .thumb::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        content: "";
        height: 450px;
        width: 450px;
        background: var(--color-primary);
        z-index: -1;
        border-radius: 30px;
        transform: rotate(45deg);
        margin-left: -225px;
    }

.chooseus-area .thumb {
    text-align: center;
}

/* ============================================================== 
     # Doctors
=================================================================== */

.doctors-area .doctor-items .info {
    padding: 30px 40px;
    background: var(--white);
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.doctors-area .doctor-items .btn {
    max-width: max-content;
}

.doctors-area .nav-pills li button {
    width: 100%;
}

.doctors-area .nav-pills li {
    width: 100%;
    border-bottom: 1px solid #9edcd9;
}

    .doctors-area .nav-pills li:last-child {
        border: none;
    }

.doctors-area .doctor-items .info::after {
    position: absolute;
    left: -15px;
    top: 30px;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid var(--white);
}

.doctors-area .doctor-items .info h4 {
    font-weight: 600;
}

.doctors-area .doctor-items .info span {
    display: block;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.doctors-area .doctor-items .info button {
    margin-top: 5px;
}

.doctors-area .nav-pills {
    border: none;
    margin-right: 20px;
}

    .doctors-area .nav-pills li button {
        display: flex;
        border: none;
        padding: 20px 15px;
        background: rgba(30, 190, 182, 0.1);
        border-radius: inherit;
        align-items: center;
    }

        .doctors-area .nav-pills li button.active {
            background-color: rgba(30, 190, 182, 1);
        }

            .doctors-area .nav-pills li button.active span {
                color: var(--white);
            }

            .doctors-area .nav-pills li button.active i {
                color: var(--white);
            }

        .doctors-area .nav-pills li button i {
            font-size: 45px;
            min-width: 50px;
            margin-right: 15px;
            color: var(--black);
        }

.doctors-area .doctor-items .tab-pane .item {
    margin-top: 30px;
}

.doctors-area .doctor-items .tab-pane {
    margin-top: -30px;
}

.doctors-area .nav-pills li button span {
    color: var(--black);
    font-weight: 700;
}


/* ============================================================== 
     # Doctors Version Two
=================================================================== */

.team-default-area .single-item {
    margin-bottom: 30px;
}

.team-default-area .item .thumb {
    position: relative;
    z-index: 1;
}

    .team-default-area .item .thumb .contact ul li {
        display: inline-flex;
        margin: 0 5px;
        position: relative;
        z-index: 1;
        padding: 0 5px;
    }

        .team-default-area .item .thumb .contact ul li a {
            display: inline-block;
            color: var(--white);
        }

        .team-default-area .item .thumb .contact ul li::after {
            position: absolute;
            right: -7px;
            top: 5px;
            content: "";
            height: 18px;
            width: 1px;
            background: rgba(255, 255, 255, 0.7);
        }

        .team-default-area .item .thumb .contact ul li:last-child::after {
            display: none;
        }

    .team-default-area .item .thumb .contact {
        background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
        position: absolute;
        left: 50%;
        bottom: -25px;
        transform: translate(-50%, 0);
        padding: 10px 25px;
        border-radius: 30px;
    }

.team-default-area .item {
    background: var(--white);
}

    .team-default-area .item .info {
        padding: 30px;
        padding-top: 50px;
    }

        .team-default-area .item .info h5 {
            font-weight: 600;
            margin-bottom: 10px;
        }

        .team-default-area .item .info span {
            color: var(--color-primary);
            text-transform: capitalize;
            font-weight: 600;
        }


/* ============================================================== 
     # Testimonials
=================================================================== */

@media only screen and (min-width: 1367px) {
    .testimonials-area .container {
        margin-left: calc((100% - 1140px)/ 2);
        padding: 0;
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

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

    .testimonials-area .testimonials-carousel.owl-carousel .owl-stage {
        left: -100px;
    }
}

.testimonials-area .heading {
    position: relative;
    z-index: 1;
}

    .testimonials-area .heading::after {
        position: absolute;
        right: 0;
        top: -200%;
        height: 500%;
        width: 500%;
        background: var(--color-primary);
        z-index: -1;
        content: "";
    }

    .testimonials-area .heading::before {
        position: absolute;
        left: 0;
        top: -30px;
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 120px;
        opacity: 0.2;
        color: var(--white);
    }

    .testimonials-area .heading h5 {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .testimonials-area .heading h2 {
        text-transform: capitalize;
        font-weight: 600;
    }

    .testimonials-area .heading a {
        margin-top: 15px;
    }

.testimonials-area .testimonials-carousel {
    padding-left: 35px;
}

.testimonials-area .item {
    box-shadow: var(--box-shadow-regular);
    padding: 50px 30px;
    background: var(--white);
}

    .testimonials-area .item .provider {
        align-items: center;
        margin-bottom: 15px;
    }

        .testimonials-area .item .provider img {
            border-radius: 50%;
            height: 80px;
            width: 80px;
            margin-right: 15px;
            margin: auto auto 30px;
        }

        .testimonials-area .item .provider h5 {
            text-transform: capitalize;
            font-weight: 600;
            margin-bottom: 5px;
        }

    .testimonials-area .item p {
        margin: 0;
    }

    .testimonials-area .item .provider span {
        text-transform: uppercase;
        font-size: 12px;
    }

        .testimonials-area .item .provider span strong {
            color: var(--color-primary);
        }

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots {
}

    .testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot {
        margin-bottom: -10px;
        margin-top: 20px;
    }

        .testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot span {
            display: block;
            height: 20px;
            width: 20px;
            margin: 0 5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: var(--white);
            position: relative;
            z-index: 1;
            border: 2px solid #cccccc;
        }

        .testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            height: 5px;
            width: 5px;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            background: var(--color-primary);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

/* ============================================================== 
     # Fun Factor
=================================================================== */
.fun-factor-area .fun-fact-items {
    position: relative;
    z-index: 1;
    /* padding: 120px 50px; */
}

    .fun-factor-area .fun-fact-items::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: url(assets/img/shape/9.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: -1;
        opacity: 0.3;
    }

.half-bg-light-bottom {
    position: relative;
    z-index: 1;
}

    .half-bg-light-bottom::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 50%;
        width: 100%;
        background: var(--white);
        z-index: -1;
    }

.fun-factor-area .fun-fact-items .timer {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    /* margin-left: -20px; */
}

    .fun-factor-area .fun-fact-items .timer::after {
        position: absolute;
        right: -34px;
        top: 0;
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 30px;
    }

.fun-factor-area .fun-fact-items .medium {
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 19px;
}


/* ============================================================== 
     # Health Tips
=================================================================== */
.health-tips-area .heading h5 {
    color: var(--color-primary);
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

    .health-tips-area .heading h5::after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        height: 1px;
        width: 50%;
        background: var(--color-primary);
    }

.health-tips-area .heading h2 {
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
    font-size: 52px;
}

.health-tips-area .thumb-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-right: 20px;
}

    .health-tips-area .thumb-box::after {
        position: absolute;
        top: 50%;
        right: 0;
        content: "";
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid var(--white);
        margin-top: -7px;
    }

    .health-tips-area .thumb-box .overlay {
        background: var(--white);
        position: absolute;
        right: -30px;
        bottom: -30px;
        padding: 30px;
        box-shadow: var(--box-shadow-regular);
    }

        .health-tips-area .thumb-box .overlay i {
            position: absolute;
            display: none;
        }

        .health-tips-area .thumb-box .overlay h4 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .health-tips-area .thumb-box .overlay span {
            color: var(--color-primary);
            font-size: 14px;
        }

.health-tips-area .info h4 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 29px;
}

.health-tips-area .info .doctor {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    padding-top: 25px;
}

    .health-tips-area .info .doctor h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .health-tips-area .info .doctor h5 {
        font-size: 14px;
        color: var(--color-primary);
    }

.health-tips-area .info ul li {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

    .health-tips-area .info ul li::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

.health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px;
}

    .health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot span {
        display: block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: var(--white);
        position: relative;
        z-index: 1;
        border: 2px solid #cccccc;
    }

    .health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot.active span::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 5px;
        width: 5px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background: var(--color-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

/* ============================================================== 
     # Gallery
=================================================================== */

.gallery-area {
    padding-bottom: 105px;
}

    .gallery-area .magnific-mix-gallery {
        margin: 0 -15px;
    }

.mix-item-menu button {
    border: none;
    background: transparent;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

.mix-item-menu {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 15px 30px;
    margin-bottom: 30px;
    border-radius: 30px;
}

    .mix-item-menu button.active {
        color: #0cb8b6;
    }

.gallery-area.inc-colum {
    padding-bottom: 105px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
    float: left;
    padding: 15px;
    width: 16.6666%;
}

.gallery-area .effect-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .gallery-area .effect-box img {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .gallery-area .effect-box:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .gallery-area .effect-box .info {
        text-align: left;
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        background: var(--white);
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.35s ease-in-out;
        opacity: 0;
    }

    .gallery-area .effect-box:hover .info {
        bottom: 0;
        opacity: 1;
    }

    .gallery-area .effect-box .info h4 {
        margin: 0;
        font-size: 18px;
        padding-left: 20px;
    }

    .gallery-area .effect-box .info > a {
        display: inline-block;
        padding: 15px 25px;
        background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
        color: var(--white);
    }


/* ============================================================== 
     # Blog
=================================================================== */

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

.blog-area.single .single-item {
    margin-bottom: 0;
}

.blog-area .single-item .item {
    box-shadow: var(--box-shadow-regular);
}

.blog-area.full-blog .info .tags {
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

    .blog-area.full-blog .info .tags::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f02c";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: var(--color-primary);
    }

.blog-area .item .info {
    background: var(--white);
    padding: 30px;
}

.blog-area .single-item .info h4 {
    line-height: 1.4;
    font-weight: 600;
    font-size: 24px;
}

    .blog-area .single-item .info h4 a {
        font-weight: 600;
    }

.blog-area .item .info .meta {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

.blog-area.single .item .info .meta {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

.blog-area .item .info .meta ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-area.single .info .tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-area.single .item .info .tags ul.meta {
    margin: 0;
    padding: 0;
    border: none;
}

.blog-area .meta li a {
    font-weight: 600;
    color: var(--color-paragraph);
}

    .blog-area .meta li a i {
        color: var(--color-primary);
    }

.blog-area .item .info .meta ul li img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 6px;
}

.blog-area .item .info .meta ul li a:hover,
.blog-area .item .info h4 a:hover {
    color: var(--color-primary);
}

.blog-area .item .info .date span {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.blog-area .blog-items .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .blog-area .blog-items .thumb .post-date {
        position: absolute;
        left: 30px;
        bottom: 30px;
        height: 70px;
        width: 80px;
        background: var(--color-primary);
        text-align: center;
        color: var(--white);
        font-size: 16px;
        padding: 0 20px;
        line-height: 1.3;
        font-weight: 600;
        padding-top: 15px;
        border-radius: 5px 5px 0 5px;
        text-transform: uppercase;
    }

        .blog-area .blog-items .thumb .post-date::after {
            position: absolute;
            right: 0;
            bottom: -10px;
            content: "";
            border-right: 15px solid var(--color-primary);
            border-top: 0;
            border-bottom: 15px solid transparent;
        }

.blog-area .info .tags ul li {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    padding-right: 5px;
}

.blog-area .info .tags {
    margin-bottom: 10px;
}

    .blog-area .info .tags ul li::after {
        position: absolute;
        right: -1px;
        bottom: 0;
        content: ",";
        font-weight: 600;
    }

    .blog-area .info .tags ul li:last-child::after {
        display: none;
    }

    .blog-area .info .tags ul li a {
        color: var(--color-paragraph);
        font-weight: 400;
        text-transform: uppercase;
    }

.blog-area.full-blog .blog-items .single-item:last-child {
    margin-bottom: 0;
}

/* Pagination */

.blog-area .pagi-area .pagination {
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

    .blog-area .pagi-area .pagination li a {
        display: inline-block;
        padding: 15px 20px;
        margin: 5px;
        margin-bottom: 0;
        border-radius: 10px;
        color: var(--color-primary);
    }

    .blog-area .pagi-area .pagination li.active a {
        background: var(--color-primary);
        color: var(--white);
        border-color: transparent;
    }

/* Sidebar */

.blog-area.left-sidebar .blog-content {
    float: right;
}

.blog-area.left-sidebar .sidebar {
    padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
    padding-left: 35px;
}

.blog-area .sidebar .title {
    display: block;
}

    .blog-area .sidebar .title h4 {
        font-weight: 800;
        margin-bottom: 30px;
        margin-top: -5px;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        font-size: 20px;
        display: inline-block;
        padding-left: 15px;
    }

        .blog-area .sidebar .title h4::after {
            position: absolute;
            left: 0;
            top: 4px;
            content: "";
            height: 18px;
            width: 2px;
            border-left: 3px solid var(--color-primary);
        }

.blog-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px;
}

.blog-area .sidebar form {
    position: relative;
}

.blog-area .sidebar button[type="submit"] {
    background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
    border: medium none;
    color: var(--white);
    font-family: Inter, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
    background: var(--color-primary) none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    background: var(--white);
}

    .blog-area .sidebar .sidebar-item:last-child {
        margin-bottom: 0;
    }

    .blog-area .sidebar .sidebar-item.category .sidebar-info,
    .blog-area .sidebar .sidebar-item.archives .sidebar-info {
        margin-top: -5px;
    }

    .blog-area .sidebar .sidebar-item.category li {
        display: block;
        padding: 10px 0;
        position: relative;
        margin: 3px 0;
    }

        .blog-area .sidebar .sidebar-item.category li a {
            display: inline-block;
            text-transform: capitalize;
            font-weight: 700;
            color: var(--color-paragraph);
        }

    .blog-area .sidebar .sidebar-item li a:hover {
        color: var(--color-primary);
    }

    .blog-area .sidebar .sidebar-item.category li a span {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 0 10px;
        position: absolute;
        right: 0;
        background: #f1f1f1;
        top: 10px;
        color: var(--color-heading);
        font-size: 14px;
    }

    .blog-area .sidebar .sidebar-item.category li:first-child a span {
        top: 0;
    }

    .blog-area .sidebar .sidebar-item.category li:first-child {
        margin-top: 0;
        padding-top: 0;
    }

        .blog-area .sidebar .sidebar-item.category li:first-child a::after {
            top: 0;
        }

    .blog-area .sidebar .sidebar-item.category li:last-child {
        border: medium none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.sidebar-item.recent-post li a {
    color: #333333;
    display: block;
    font-weight: 600;
}

    .sidebar-item.recent-post li a:last-child {
        display: inline-block;
    }

.sidebar-item.recent-post .meta-title {
    font-family: Inter, sans-serif;
    margin-top: 5px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}

    .sidebar-item.recent-post .meta-title i {
        margin-right: 3px;
        font-weight: 500;
        color: var(--color-primary);
    }

.sidebar-item.recent-post li a:hover {
    color: var(--color-primary);
}

.color-yellow .sidebar-item.recent-post li a:hover {
    color: #ff9800;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.sidebar-item.recent-post .meta-title a {
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .sidebar-item.recent-post li:last-child {
        border: medium none;
        margin: 0;
        padding: 0;
    }

    .sidebar-item.recent-post li:last-child {
        margin: 0;
    }

    .sidebar-item.recent-post li .thumb {
        display: table-cell;
        padding-top: 5px;
        vertical-align: top;
        width: 80px;
    }

.sidebar-item.recent-post .thumb img {
    width: 100%;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top;
}

    .sidebar-item.recent-post li .info a {
        text-decoration: inherit;
        font-weight: 600;
    }

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;
}

    .sidebar-item.gallery ul li img {
        min-height: 70px;
        width: 100%;
    }

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

    .sidebar-item.archives ul li:last-child {
        margin-bottom: 0;
    }

    .sidebar-item.archives ul li a {
        display: inline-block;
        font-weight: 800;
        text-transform: capitalize;
        z-index: 1;
        padding-left: 25px;
        font-size: 14px;
        color: var(--color-paragraph);
    }

        .sidebar-item.archives ul li a::after {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "\f07b";
            font-family: "Font Awesome 5 Free";
            height: 8px;
            left: 0;
            position: absolute;
            width: 8px;
            font-weight: 500;
        }

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .sidebar-item.social-sidebar li a {
        background: #002359 none repeat scroll 0 0;
        border: medium none;
        color: var(--white);
        display: inline-block;
        height: 50px;
        line-height: 54px;
        margin-bottom: 5px;
        text-align: center;
        width: 50px;
        font-size: 14px;
    }

        .sidebar-item.social-sidebar li a:hover {
            color: var(--white) !important;
        }

    .sidebar-item.social-sidebar li.facebook a {
        background: #3B5998 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.twitter a {
        background: #1DA1F2 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.pinterest a {
        background: #BD081C none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.g-plus a {
        background: #DB4437 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.linkedin a {
        background: #0077B5 none repeat scroll 0 0;
    }

.sidebar-item.tags ul {
    margin-top: -8px;
}

    .sidebar-item.tags ul li {
        display: inline-block;
    }

        .sidebar-item.tags ul li a {
            border: 1px solid #e7e7e7;
            display: inline-block;
            font-weight: 800;
            margin-top: 8px;
            margin-right: 5px;
            padding: 5px 25px;
            text-transform: capitalize;
            font-size: 13px;
            border-radius: 30px;
            color: var(--color-paragraph);
            background: #fafafa;
        }

            .sidebar-item.tags ul li a:hover {
                color: var(--color-primary);
            }


/* Blog Single */
.blog-area.single .item .content-box span {
    background: var(--color-primary) none repeat scroll 0 0;
    color: var(--white);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500;
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
    float: right;
    font-family: Inter, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area .blog-items .info > ul li {
    margin-bottom: 15px;
    color: var(--color-heading);
    position: relative;
    z-index: 1;
    padding-left: 18px;
}

.blog-area .blog-items .info > ul {
    margin-bottom: 25px;
    margin-top: 25px;
}

    .blog-area .blog-items .info > ul li::after {
        position: absolute;
        left: 0;
        top: 11px;
        content: "";
        background: var(--color-paragraph);
        height: 7px;
        width: 7px;
        border-radius: 50%;
    }

.blog-area.single .content-box .cats a:last-child::after {
    display: none;
}

.blog-area.single .item {
    margin-bottom: 0;
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: var(--bg-gray);
    padding: 50px 30px;
    border-left: 3px solid var(--color-primary);
    font-style: italic;
    padding-top: 100px;
}

    .blog-area .item blockquote::after {
        position: absolute;
        left: 30px;
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        color: var(--color-primary);
        font-size: 40px;
        top: 50px;
        font-weight: 600;
    }

    .blog-area .item blockquote p {
        margin: 0;
        position: relative;
        z-index: 1;
        line-height: 34px;
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
    }

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .blog-area .blog-content .share li {
        display: inline-block;
        margin-left: 15px;
    }

        .blog-area .blog-content .share li a {
            display: inline-block;
            color: var(--color-primary);
        }

        .blog-area .blog-content .share li.facebook a {
            color: #3B5998;
        }

        .blog-area .blog-content .share li.twitter a {
            color: #1DA1F2;
        }

        .blog-area .blog-content .share li.pinterest a {
            color: #BD081C;
        }

        .blog-area .blog-content .share li.g-plus a {
            color: #DB4437;
        }

        .blog-area .blog-content .share li.linkedin a {
            color: #0077B5;
        }

    .blog-area .blog-content .post-tags .tags a {
        background: var(--bg-gray);
        padding: 10px 15px;
        font-size: 14px;
        margin-right: 3px;
        margin-bottom: 5px;
        display: inline-block;
    }

.blog-area.single .post-pagi-area {
    margin-top: 15px;
    overflow: hidden;
}

    .blog-area.single .post-pagi-area a {
        display: inline-block;
        font-weight: 800;
        text-transform: capitalize;
        color: var(--color-primary);
        padding: 8px 30px;
        border: 2px solid;
        border-radius: 30px;
    }

        .blog-area.single .post-pagi-area a:hover {
            color: var(--color-primary);
        }

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
    float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Comments */

.blog-area .comments-form {
    margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
    margin-bottom: 50px;
}

    .blog-area .blog-comments .comments-list:last-child {
        margin-bottom: 0;
    }

.comments-list .commen-item .avatar {
    float: left;
    height: 105px;
    width: 105px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
}

.comments-list .commen-item {
    margin-bottom: 50px;
}

    .comments-list .commen-item:last-child {
        margin-bottom: 0;
    }

    .comments-list .commen-item.reply {
        padding-left: 80px;
    }

.comments-area {
    margin-top: 40px;
}

    .comments-area .comments-title h2,
    .comments-area .comments-title h3,
    .comments-area .comments-title h4 {
        border-bottom: 1px solid #e2e2e2;
        font-weight: 700;
        margin-bottom: 30px;
        padding-bottom: 25px;
        text-transform: capitalize;
    }

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
}

    .comments-list .commen-item .content .title span {
        border-left: 1px solid #e7e7e7;
        padding-left: 15px;
        margin-left: 15px;
    }

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

    .comments-info a:hover {
        color: var(--color-primary);
    }

.color-yellow .comments-info a:hover {
    color: #ff9800;
}

.comments-info a i {
    margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button {
    background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
    border: 1px solid transparent;
    color: var(--white);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    padding: 15px 45px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    border-radius: 30px;
}

    .comments-form button:hover {
        color: var(--white);
        background-color: var(--color-primary);
        border: 1px solid transparent;
    }

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}


/* ============================================================== 
     # Subscribe
=================================================================== */
.subscribe-area .subscribe-items {
    padding: 120px 50px;
    box-shadow: none;
}

    .subscribe-area .subscribe-items::after {
        background: var(--color-primary);
        mix-blend-mode: multiply;
        opacity: 1;
    }

    .subscribe-area .subscribe-items form {
        max-width: 400px;
        margin: 30px auto auto;
        background: var(--white);
        position: relative;
        border-radius: 30px;
    }

        .subscribe-area .subscribe-items form input {
            background: transparent;
            border: none;
            box-shadow: inherit;
            padding: 0 20px;
            border-radius: 30px;
            min-height: 60px;
        }

        .subscribe-area .subscribe-items form button {
            position: absolute;
            right: 5px;
            top: 5px;
            height: 50px;
            width: 50px;
            border-radius: 50%;
            background: var(--color-primary);
            color: var(--white);
        }

.subscribe-area h5 {
    text-transform: capitalize;
}

.subscribe-area h2 {
    font-weight: 600;
}

/* ============================================================== 
     # Contact
=================================================================== */

.contact-us-area .contact-items > .row {
    margin-left: 0;
}

.contact-us-area .contact-items .address-box {
    position: relative;
    z-index: 1;
}

    .contact-us-area .contact-items .address-box ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-us-area .contact-items .address-box ul li {
            margin: 0 30px;
        }

    .contact-us-area .contact-items .address-box .address-info {
        position: absolute;
        left: 30px;
        bottom: -30px;
        padding: 30px;
        background: var(--bg-gray);
        right: 30px;
    }

    .contact-us-area .contact-items .address-box ul li h5 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .contact-us-area .contact-items .address-box ul li h5 i {
            margin-right: 5px;
            color: var(--color-primary);
            font-size: 30px;
            position: relative;
            top: 5px;
        }

.contact-us-area .address-items {
    padding: 50px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

    .contact-us-area .address-items::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--color-secondary);
        z-index: -1;
        opacity: 0.7;
    }

    .contact-us-area .address-items .item {
        margin-bottom: 30px;
    }

        .contact-us-area .address-items .item:last-child {
            margin-bottom: 0;
        }

        .contact-us-area .address-items .item h4 {
            text-transform: capitalize;
            font-weight: 600;
            font-size: 22px;
        }

.contact-us-area .contact-form-box {
    padding-left: 50px;
}

    .contact-us-area .contact-form-box h2 {
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 43px;
    }

        .contact-us-area .contact-form-box h2 strong {
            display: block;
            color: var(--color-primary);
            margin-top: 5px;
            font-weight: 700;
        }

    .contact-us-area .contact-form-box input,
    .contact-us-area .contact-form-box textarea {
        border: none;
        border-bottom: 1px solid #d0cece;
        padding: 0;
        border-radius: inherit;
    }

        .contact-us-area .contact-form-box input:focus,
        .contact-us-area .contact-form-box textarea:focus {
            box-shadow: inherit;
        }

    .contact-us-area .contact-form-box textarea {
        min-height: 150px;
    }

.contact-us-area form button {
    background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
    padding: 12px 35px;
    border-radius: 30px;
    color: var(--white);
    font-weight: 700;
    margin-top: 15px;
}

.contact-us-area .address-items .item li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .contact-us-area .address-items .item li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.contact-us-area .address-items .item:last-child li {
    border: none;
    padding: 0;
}

form img.loader {
    margin-left: 10px;
}

/* Google Maps */

.google-maps iframe {
    border: medium none;
    height: 550px;
    margin-bottom: -10px;
    width: 100%;
}

.maps-area {
    overflow: hidden;
}


/* ============================================================== 
     # 404
=================================================================== */
.error-page-area .error-box {
    position: relative;
    z-index: 1;
}

    .error-page-area .error-box h1 i {
        color: var(--color-primary);
        font-size: 120px;
        position: relative;
        top: -12px;
        margin: 0 5px;
    }

    .error-page-area .error-box h1 {
        font-size: 160px;
        line-height: 120px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .error-page-area .error-box h2 {
        font-weight: 600;
        margin-bottom: 25px;
    }

    .error-page-area .error-box a {
        margin-top: 15px;
    }

.error-box .search {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}

    .error-box .search form {
        width: 400px;
        margin: auto;
        position: relative;
        z-index: 1;
    }

    .error-box .search .input-group {
        margin: auto;
    }

    .error-box .search form input {
        box-shadow: inherit;
        border-radius: inherit;
        min-height: 60px;
    }

    .error-box .search form button {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        min-height: 60px;
        background: #0cb8b6;
        border: none;
        padding: 0 30px;
        color: var(--white);
    }


/* ============================================================== 
     # Footer
=================================================================== */

footer .f-items.default-padding {
    padding-top: 30px;
    padding-bottom: 100px;
}

footer .item {
    margin-top: 50px;
}

footer .f-item p {
    color: #ffffff;
    margin-bottom: 30px;
}

footer .f-item.branches {
    background: rgba(255, 255, 255, 0.05);
    padding: 37px;
    border-bottom: 2px solid var(--color-primary);
}

footer .widget-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}

.widget-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 10px;
}

    .widget-title::after {
        content: "";
        position: absolute;
        left: 0;
        /* transform: translateX(-50%); */
        bottom: -5px;
        width: 80px;
        height: 3px;
        background: #ffffff;
        border-radius: 5px;
    }

footer img {
    margin-bottom: 30px;
    width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
}

footer .branches li strong {
    display: block;
    margin-bottom: 5px;
    color: var(--white);
}

footer .branches li {
    margin-bottom: 20px;
    color: #96aac1;
}

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

footer .f-item.link li {
    /* margin-bottom: 10px; */
    position: relative;
    z-index: 1;
    padding-left: 20px;
    border-bottom: 1px solid #ffffff61;
    /* padding: 15px; */
    padding-bottom: 8px;
    padding-top: 8px;
}

    footer .f-item.link li:last-child {
        margin-bottom: 0;
    }

footer .f-item a {
    font-weight: 600;
    color: #ffffff;
}

    footer .f-item a:hover {
        color: var(--white);
    }

/*footer .f-item.link li::after {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  height: 6px;
  width: 6px;
  background: rgb(255 255 255 / 86%);
  z-index: -1;
  border-radius: 50%;
}*/

footer .address h5 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

footer .address span {
    color: #ffffff;
}

    footer .address span i {
        margin-right: 5px;
        font-size: 20px;
        position: relative;
        top: 2px;
        color: var(--white);
    }

footer .address li {
    display: flex;
    margin-top: 30px;
}

    footer .address li i {
        font-size: 20px;
        min-width: 50px;
        display: inline-block;
    }


/* Footer Bottom */
footer .footer-bottom li {
    display: inline-block;
    margin-left: 20px;
}

footer .footer-bottom {
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

    footer .footer-bottom p {
        margin: 0;
    }

.footer-bottom i {
    margin-right: 5px;
}

.footer-bottom a {
    font-weight: 600;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/img/preloader.gif) center no-repeat #fff;
    text-align: center;
}

/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area.demo-conten.default-padding {
    padding-bottom: 30px;
}

.demo-area .single-item {
    position: relative;
    z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    padding: 15px 10px;
    text-align: center;
}

    .demo-area .single-item .info h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        margin-top: 15px;
    }

.banner-area .demo-banner h1 {
    font-weight: 600;
    margin-bottom: 30px;
}

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 30px;
    max-height: 80px;
}

.demo-area .def-heading h2 {
    font-weight: 600;
    margin: 25px 0;
    text-transform: uppercase;
    color: #333333;
}

.demo-footer {
    padding-bottom: 80px;
}

.introduction-area h2 span {
    color: #fd0060;
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px;
}

.introduction-area h2 {
    color: var(--white);
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    .introduction-area h2::before {
        background: #fd0060 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        width: 50px;
    }

    .introduction-area h2::after {
        background: var(--white) none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        width: 25px;
    }

footer.demo .copyright {
    margin-top: 15px;
}

.demo-area .comming-soon.item img {
    opacity: 0.3;
}

.banner-area.demo-banner {
    padding: 50px 0;
}

.demo-area .site-heading {
    margin-bottom: 30px;
}

.demo-area img {
    background: var(--white) none repeat scroll 0 0;
    padding: 10px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block;
}

    .demo-area.demo-conten .single-item a span {
        position: absolute;
        right: 15px;
        top: -14px;
        background: var(--color-primary);
        color: var(--white);
        padding: 1px 35px;
        border-radius: 30px;
        box-shadow: 0 0 10px #cccccc;
    }


.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 1L3 8l8 7' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l8 7-8 7' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    /* background: rgba(0,0,0,0.5); */
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        /* background: #000; */
    }



.banner-5 .carousel-control-prev-icon {
    background-image: url(../assets/img/right-arrow-2.png);
    transform: rotate(180deg);
}

.doctors-area .doctor-items .tab-pane .item .thumb img {
    width: 100%;
    object-fit: contain;
}





#services {
    position: relative;
}


    #services .owl-nav {
        position: absolute;
        top: 38%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
    }


        #services .owl-nav button {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #000 !important;
            color: #fff !important;
            border: none;
            font-size: 18px;
            transition: 0.3s;
            cursor: pointer !important;
        }


            #services .owl-nav button:hover {
                background: #ff5e14 !important;
            }


            #services .owl-nav button:focus {
                outline: none;
                box-shadow: none;
            }

.owl-theme .owl-nav [class*=owl-] {
    color: #2c2525;
    font-size: 14px;
    margin: 5px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 18%);
    border: 1px solid #ddd;
    height: 45px;
    width: 45px;
    line-height: 35px;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #198754;
        color: #FFF;
        text-decoration: none;
    }


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


.fun-factor-area {
    padding: 100px 0px;
    background-image: url('../img/banner/4.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 80px 0px 0px;
}

    .fun-factor-area:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #17bebb;
        /* opacity: 0.75; */
        z-index: -1;
        background: linear-gradient(90deg, rgba(0, 180, 150, 0.75) 0%, rgba(0, 150, 100, 0.85) 100% );
    }



.social-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

    .social-widget ul li {
        display: inline-block;
    }

        .social-widget ul li a {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f1f5f9;
            border-radius: 50%;
            color: #1d3557;
            font-size: 16px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

            .social-widget ul li a:hover {
                background: #15ada6;
                color: #fff;
                transform: translateY(-4px);
                box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            }

.f-item.link li {
    position: relative;
    padding-left: 22px;
}

    .f-item.link li::before {
        content: "\f054";
        font-family: "Font Awesome 7 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 8px;
        font-size: 12px;
        color: rgba(255,255,255,0.85);
    }


.about-area {
    position: relative;
    padding: 100px 0px 0px;
}

.choose-us-area {
    position: relative;
    padding: 100px 0px 0px;
}

.department-area {
    position: relative;
    padding: 100px 0px 0px;
    overflow: hidden;
}

.consultation-area {
    position: relative;
    padding: 130px 0px;
}



.aon-med-appoint-area2 {
    padding: 10px 0px 0px 0px;
    background-image: url('../img/banner/bg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 100px 0px 0px;
}

    .aon-med-appoint-area2 .row {
        display: flex;
        align-items: center;
    }

    .aon-med-appoint-area2 .section-head {
        margin-bottom: 0px;
    }

        .aon-med-appoint-area2 .section-head.white .aon-title {
            margin-bottom: 30px;
        }

        .aon-med-appoint-area2 .section-head.white p {
            margin-bottom: 30px;
            color: #fff;
        }

    .aon-med-appoint-area2 .media img {
        width: auto;
    }

.aon-med-appoint-area2-content {
    text-align: center;
}

@media only screen and (max-width:991px) {
    .aon-med-appoint-area2 {
        padding-top: 30px;
    }

        .aon-med-appoint-area2 .section-head.white .aon-title {
            font-size: 30px;
        }

        .aon-med-appoint-area2 .row {
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
            text-align: center;
        }
}

@media only screen and (max-width:991px) {
    .aon-med-appoint-area2 .section-head.white .aon-title {
        font-size: 26px;
    }
}

.aon-med-future-area {
    padding: 80px 0px 0px;
}

@media only screen and (max-width:991px) {
    .aon-med-future-area {
        padding: 30px 0px;
    }
}

.aon-med-future-section .row {
    align-items: center;
}

.aon-med-appoint-area2 .section-head.white .aon-title {
    margin-bottom: 30px;
}

.section-head.white .aon-title {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.bg-orange {
    background-color: #ff8a00;
}

.site-button {
    outline: none;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #ff8a00;
    border: none;
    font-size: 15px;
    transition: 0.5s all ease;
    border-radius: 30px;
}

.section-head span {
    color: #ffffff;
}

.aon-sub-title {
    color: #ff8a00;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 600;
}


.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}


.top-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-contact li {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

    .top-contact li i {
        margin-right: 6px;
        color: #ffb700;
    }

    .top-contact li a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
    }

.top-social li {
    margin-left: 12px;
}

    .top-social li a {
        color: #fff;
        font-size: 14px;
        transition: 0.3s;
    }

        .top-social li a:hover {
            color: #ff6f00;
        }

/*Service categories*/
.aon-med-srv-cat-area {
    padding: 100px 0px 0px;
    position: relative;
}

@media only screen and (max-width:991px) {
    .aon-med-srv-cat-area {
        padding: 30px 0px;
    }
}

.aon-med-srv-cat-section {
    margin-bottom: 30px;
}

    .aon-med-srv-cat-section ul {
        margin-bottom: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        /* border-top: 1px solid #ebebeb; */
        /* border-right: 1px solid #ebebeb; */
        gap: 10px;
    }

        .aon-med-srv-cat-section ul li {
            width: 19%;
            /* border-left: 1px solid #ebebeb; */
            /* border-bottom: 1px solid #ebebeb; */
            gap: 10px;
            /* margin-right: 8px; */
            position: relative;
        }

.aon-med-sevices-cat {
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: flex;
    align-items: center;
    gap: 5px;
    /* border: 1px solid #e3e3e3; */
    border-radius: 10px;
    box-shadow: 0 0 5px #9d9d9d6e;
}

    .aon-med-sevices-cat p {
        margin-bottom: 0px;
    }

    .aon-med-sevices-cat .media {
        height: 50px;
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 50%;
        width: auto;
        /* padding: 5px 5px; */
    }

        .aon-med-sevices-cat .media img {
            height: 50px;
            /* width: auto; */
        }

        .aon-med-sevices-cat .media:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            width: 100px;
            height: 100px;
            border-radius: 100%;
            z-index: -1;
            opacity: 0;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
            /* filter: invert(1); */
            padding: 10px;
        }

.aon-med-serices-cat-info a {
    color: #100c08;
    font-size: 16px;
    font-weight: 500;
}

.aon-med-serices-cat-info h4 {
    margin-bottom: 5px;
}

.aon-med-sevices-cat:hover {
    background-color: #ff8a00;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.1);
    background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
}

    .aon-med-sevices-cat:hover .aon-med-serices-cat-info a,
    .aon-med-sevices-cat:hover .aon-med-serices-cat-info p {
        color: #fff;
    }

    .aon-med-sevices-cat:hover .media:after {
        opacity: 1;
    }





@media only screen and (max-width:1200px) {
    .aon-med-srv-cat-section ul li {
        width: 25%;
    }

        .aon-med-srv-cat-section ul li:last-child {
            border-right: 1px solid #ebebeb;
        }
}

@media only screen and (max-width:991px) {
    .aon-med-srv-cat-section ul li {
        width: 33.333%;
    }
}

@media only screen and (max-width:767px) {
    .aon-med-srv-cat-section ul li {
        width: 48%;
    }
}

@media only screen and (max-width:575px) {
    .aon-med-sevices-cat {
        padding: 0px 10px;
    }

        .aon-med-sevices-cat .media {
            height: 60px;
        }
}

/* Icon Verticle Animation */
.aon-icon {
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    margin: auto;
    background: linear-gradient(90deg,#f1f0ff 1.18%,#fff 96.58%);
}



.aon-icon-effect:hover .aon-icon {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}



@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.aon-title {
    font-size: 38px;
    font-weight: 600;
}

.whatsapp {
    display: inline-block;
    position: fixed;
    right: 24px;
    bottom: 120px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 65px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 35px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}



#backToTop {
    position: fixed;
    right: 24px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    background: #ffa307; /* aapka theme color */
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: 0.3s ease;
    z-index: 9999;
}

    #backToTop:hover {
        background: #1f5c52;
        transform: translateY(-4px);
    }



.img-shine {
    position: relative;
    overflow: hidden;
}

    .img-shine:after {
        position: absolute;
        top: 0;
        left: -75%;
        /* z-index: 2; */
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

    .img-shine:hover:after {
        -webkit-animation: imgShine 1s;
        animation: imgShine 1s;
    }

@-webkit-keyframes imgShine {
    100% {
        left: 125%;
    }
}

@keyframes imgShine {
    100% {
        left: 125%;
    }
}




.team-section {
    /* background: #f4f4f4; */
    padding: 0px 0px 0px;
}


.team-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 42px;
}

    .team-heading h2::before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 5px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #1aa179;
        width: 90px;
        overflow: hidden;
        bottom: 0px;
        left: 41%;
    }

    .team-heading h2::after {
        content: '';
        position: absolute;
        height: 6px;
        width: 8px;
        background-color: white;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: infinite-move;
        animation-name: infinite-move;
        bottom: -1px;
        left: 41%;
    }

    .team-heading h2 span {
        color: #1aa179;
    }

.team-heading p {
    max-width: 750px;
    margin: 15px auto 50px;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.team-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    /* text-align: center; */
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    transition: 0.3s ease;
}

    .team-card:hover {
        transform: translateY(-8px);
    }

.team-img {
    /* height: 260px; */
    overflow: hidden;
}

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


.team-info {
    padding: 20px;
}

    .team-info h5 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .team-info .degree {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #1aa179;
        margin-bottom: 8px;
    }

    .team-info p {
        font-size: 16px;
        color: #555;
        /* margin: 0; */
    }

.designation {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

    .info-item i {
        font-size: 18px;
        color: #1aa179;
        margin-top: 0px;
        min-width: 22px;
    }

.degree i {
    font-size: 16px;
    color: #1aa179;
    margin-right: 8px;
}

.info-item h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1aa179;
    margin-bottom: 10px;
}



.facilites-area {
    position: relative;
    padding: 50px 0px;
}

.contact-us-area {
    position: relative;
    padding: 100px 0px;
}



/*------------------------------------------career----------------------------------------*/

.career-hero {
    background: linear-gradient(rgba(0,91,65,0.8), rgba(0,91,65,0.8)), url('https://images.unsplash.com/photo-1586773860418-d37222d8fce3') center/cover;
    color: #fff;
    padding: 120px 20px;
}

    .career-hero h1 {
        font-size: 48px;
        font-weight: 700;
    }

    .career-hero p {
        max-width: 700px;
        margin: 20px auto;
    }

.btn-career {
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #005b41;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}


.section-title h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 42px;
}

.section-title p {
    color: #666;
}


.career-benefits {
    padding: 80px 0px 0px;
    background: #f8f9fa;
}

.benefit-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 16%);
    transition: 0.3s;
    border: 1px solid #ddd;
}

    .benefit-card:hover {
        transform: translateY(-8px);
    }

    .benefit-card i {
        font-size: 32px;
        color: #ffffff;
        margin-bottom: 15px;
        height: 65px;
        width: 65px;
        background-color: #007b5e;
        border-radius: 50%;
        line-height: 65px;
    }

.job-openings {
    padding: 80px 0px 0px;
}

.job-card {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 16%);
    border: 1px solid #ddd;
}

.btn-apply {
    background: #007b5e;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
}

    .btn-apply:hover {
        background: #005b41;
    }


.career-form {
    padding: 80px 0px;
    background: #f8f9fa;
}

.application-form .form-control,
.application-form .form-select {
    padding: 12px;
    border-radius: 6px;
    min-height: 50px;
    /* line-height: 50px; */
}

.btn-submit {
    background: #007b5e;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    border: none;
}

    .btn-submit:hover {
        background: #005b41;
    }

.upload-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.btn-email {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.3s;
}

    .btn-email:hover {
        background: #0b5ed7;
    }

.btn-whatsapp {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.3s;
}

    .btn-whatsapp:hover {
        background: #1ebe5d;
    }

.job-card h5 {
    font-weight: 600;
    font-size: 24px;
}

.job-card p i {
    color: #ffa307;
    margin-right: 8px;
    font-size: 18px;
}
/*------------------------------------------end-------------------------------------------*/


/*------------------------------------------Book an Appointment---------------------------*/

.appointment-hero {
    position: relative;
    padding: 100px 0px;
}

    .appointment-hero h1 {
        font-size: 48px;
        font-weight: 700;
    }

    .appointment-hero p {
        margin-top: 15px;
        font-size: 18px;
    }


.appointment-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.appointment-info {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

    .appointment-info h3 {
        margin-bottom: 20px;
        font-weight: 700;
    }

    .appointment-info ul {
        list-style: none;
        padding: 0;
    }

        .appointment-info ul li {
            margin-bottom: 12px;
            font-size: 15px;
        }

            .appointment-info ul li i {
                color: #007b5e;
                margin-right: 8px;
            }

.contact-box {
    margin-top: 30px;
    padding: 20px;
    background: #007b5e;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
}

    .contact-box h5 {
        margin-bottom: 5px;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }

    .contact-box p {
        color: #fff;
        font-size: 18px;
    }

.appointment-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

    .appointment-form-box h3 {
        margin-bottom: 25px;
        font-weight: 700;
    }

.form-control,
.form-select {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #007b5e;
        box-shadow: none;
    }

.btn-appointment {
    background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
    /* background: #007b5e; */
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    transition: 0.3s;
    font-size: 17px;
}

    .btn-appointment:hover {
        background: #005b41;
    }



/*--------------------------------------------end-----------------------------------------*/


/*-------------------------------------------mission vision-------------------------------*/

.mv-hero {
    position: relative;
    padding: 100px 20px;
}

    .mv-hero h1 {
        font-size: 46px;
        font-weight: 700;
    }

    .mv-hero p {
        margin-top: 15px;
        font-size: 18px;
    }

.mission-vision-section {
    padding: 80px 0px 0px;
    background: #f8f9fa;
}


.mv-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 20px rgb(0 0 0 / 12%);
    transition: 0.4s;
    border: 1px solid #ddd;
}

    .mv-card:hover {
        transform: translateY(-10px);
    }

.mv-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #007b5e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mv-icon i {
        font-size: 30px;
        color: #fff;
    }

.mv-card h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.mv-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}


.core-values {
    padding: 80px 0;
}

    .core-values h2 {
        font-weight: 700;
        font-size: 38px;
    }

.value-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 19%);
    transition: 0.3s;
    border: 1px solid #ddd;
}

    .value-card:hover {
        background: #007b5e;
        color: #fff;
        background: linear-gradient(90deg, rgba(30,190,182,1) 0%, rgba(0,130,124,1) 100%);
    }

        .value-card:hover h5 {
            color: #fff;
        }

    .value-card h5 {
        color: #232323;
        font-weight: 500;
        font-size: 22px;
    }

    .value-card i {
        font-size: 40px;
        margin-bottom: 20px;
        color: #007b5e;
    }

    .value-card:hover i {
        color: #fff;
    }

/*---------------------------------------------end----------------------------------------*/


/*--------------------------------------------why choose us-------------------------------*/

.why-choose-section {
    padding: 90px 0;
    background: #f8f9fa;
}

.why-image {
    overflow: hidden;
    border-radius: 12px;
}

    .why-image img {
        width: 100%;
        border-radius: 12px;
        transition: 0.5s;
    }

    .why-image:hover img {
        transform: scale(1.05);
    }


.why-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.why-content p {
    color: #555;
    margin-bottom: 30px;
    line-height: 1.7;
}


.why-feature {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

    .why-feature i {
        border: 1px solid #007b5e;
        font-size: 24px;
        color: #007b5e;
        margin-right: 20px;
        margin-top: 5px;
        height: 55px;
        width: 55px;
        border-radius: 50%;
        line-height: 55px;
    }

    .why-feature h5 {
        margin-bottom: 5px;
        font-weight: 600;
    }

    .why-feature p {
        margin: 0;
        font-size: 14px;
    }


.btn-why {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #007b5e;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

    .btn-why:hover {
        background: #005b41;
    }


.department-single-area {
    position: relative;
    padding: 100px 0px;
}
/*---------------------------------------------end----------------------------------------*/


/*----------------------------------------------our--------------------------------------*/
.our-speciality {
    position: relative;
    padding: 20px 0px 60px;
}

.section-head .aon-title {
    font-weight: 700;
    font-size: 32px;
    color: #222;
}

    .section-head .aon-title span {
        color: #1aa179;
    }

.section-head p {
    color: #555;
    font-size: 15px;
}

.dept-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 23%);
    height: 100%;
    border: 1px solid #ddd;
}

    .dept-box h3 {
        font-weight: 600;
        margin-bottom: 12px;
        font-size: 22px;
    }

.hospital-name {
    color: #1aa179;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-block {
    margin-bottom: 20px;
}

.service-title {
    color: #1aa179;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.check-list {
    list-style: none;
    padding-left: 0;
}

    .check-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 5px;
        font-size: 14px;
    }

        .check-list li::before {
            content: "\f058";
            font-family: "Font Awesome 7 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0px;
            color: #1aa179;
            font-size: 14px;
        }

/*-----------------------------------------------end------------------------------------*/

/*------------------------------------------google translate----------------------------*/


.right-frame {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex-wrap: wrap;
}

.language-switcher {
    display: flex;
    align-items: center;
    position: relative;
}


.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    height: 28px;
    margin-top: 0px;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-combo {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 2px 10px 2px 10px;
    border-radius: 6px;
    border: 2px solid #ffffff;
    background: #ffffff;
    font-size: 11px !important;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    line-height: 1.2;
    transition: .25s;
}


    .goog-te-combo:hover {
        background: #2563eb;
        color: #fff;
    }

        .goog-te-combo:hover + .language-switcher::after {
            color: #fff;
        }

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}





/*------------------------------------------------end-----------------------------------*/


.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 8px 32px 8px 16px;
    border-radius: 50px;
    background: linear-gradient(135deg,#2ec4b6,#0f8f83);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: .35s ease;
}


    .read-more-btn .icon {
        width: 30px;
        height: 30px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0f8f83;
        font-size: 18px;
        transition: .35s ease;
        line-height: 34px;
    }


    .read-more-btn .text {
        letter-spacing: .3px;
    }


    .read-more-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(0,0,0,.18);
    }


        .read-more-btn:hover .icon {
            transform: translateX(6px);
            background: #eafffb;
        }

        .read-more-btn:hover .text {
            color: #fff;
        }

    .read-more-btn:active {
        transform: scale(.96);
    }


.team-details {
    padding: 80px 0px 0px;
}

@media (min-width: 1200px) and (max-width: 1399.8px) {
    .navbar-brand > img {
        display: block;
        height: 90px;
        padding: 0px 0px;
    }

    .banner-area h2 {
        font-size: 65px;
    }

    .banner-area .carousel-control-prev {
        left: 20px;
    }

    .banner-area h4 {
        font-size: 18px;
    }

    .facilites-area .facilites-box .single-item:last-child .item::after {
        height: 160%;
    }

    .facilites-area .facilites-box i {
        font-size: 38px;
    }

    .aon-med-serices-cat-info a {
        font-size: 14px;
    }

    .department-items .item .info {
        /* padding: 10px 20px; */
    }

    .breadcrumb-area {
        padding: 90px 0;
    }

        .breadcrumb-area h1 {
            font-size: 35px;
        }

        .breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
            font-size: 12px;
        }

    .check-list li {
        font-size: 12px;
        line-height: 24px;
    }

    .service-title {
        font-size: 16px;
    }
}


@media (max-width: 767px) {
    .navbar {
        padding: 12px 0px;
    }

    .navbar-brand > img {
        height: auto;
        max-height: 75px;
    }

    .banner-area .carousel-control-prev {
        left: 20px;
    }

    .carousel-control-prev, .carousel-control-next {
        top: 85%;
    }

    .about-area {
        padding: 40px 0px 0px;
    }

    .aon-med-sevices-cat .media img {
        height: 40px;
    }

    .aon-med-serices-cat-info h4 a {
        font-size: 13px;
    }

    .aon-title {
        font-size: 26px;
    }

    .aon-med-appoint-area2 {
        margin: 30px 0px 0px;
    }

    .department-area {
        padding: 40px 0px 0px;
    }

    .department-items .item .info .title {
        top: -50px;
    }

    .fun-factor-area {
        margin: 40px 0px 0px;
    }

    .consultation-area {
        padding: 40px 0px;
    }

    footer .f-items.default-padding {
        padding-bottom: 60px;
    }

    footer img {
        width: 140px;
    }

    .department-single-area {
        padding: 40px 0px;
    }

        .department-single-area .info .thumb .title h3 {
            color: rgba(30,190,182,1);
            font-size: 24px;
        }

    .appointment-info {
        padding: 10px;
    }

    .appointment-section {
        padding: 40px 0;
    }

    .appointment-form-box {
        padding: 10px;
    }

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

    .career-benefits {
        padding: 40px 0px 0px;
    }

    .job-openings {
        padding: 40px 0px 0px;
    }

    .career-form {
        padding: 40px 0px;
    }

    .btn-submit {
        margin-bottom: 15px;
    }

    .contact-us-area {
        padding: 40px 0px;
    }

    .team-section {
        padding: 40px 0px 0px;
    }

    .team-heading h2 {
        font-size: 35px;
    }

    .site-heading p {
        padding: 0 2%;
    }

    .team-details {
        padding: 40px 0px 0px;
    }
}



.profile-name {
    text-align: center;
    padding: 14px;
    background: #ededed;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}


@media (max-width: 767px) {
    .orders1 {
        order: 2;
    }

    .orders2 {
        order: 1;
    }
}
