@charset "UTF-8";

/*
Theme Name: Moristan - Hospital & Clinic HTML Template
Theme URI: http://zwin.io/html/moristan
Author: Zwin
Author URI: http://zwin.io/
Description: Moristan is a Hospital & Clinic HTML Template For the Crazy Design Lover build with Bootstrap 4 framework.
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Top Bar
    ## Info Bar
    ## Selectbox
    ## Header
    ## Navbar 
    ## Slider Area    
    ## Service Area
    ## Doctor Area
    ## Statistics Area
    ## Appointment Area
    ## Map Area
    ## Latest Stories Area
    ## Footer Area
    ## About Us Area
    ## About Our Doctor Area
    ## Why Choose Area
    ## About Our Mission Area
    ## Time Line Area
    ## Service Neurology Area
    ## Service Dental Area
    ## Service Ophtalmologue Area
    ## Service Teeth Canel Area
    ## Service Teeth Quality Area
    ## Service Canal Price Area
    ## Error 404

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
    ## Counter Item

# Pages 
    ##
    ##
    ##
    ##
--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
/* Google Fonts loaded asynchronously via <link> in HTML pages */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
    --main-color-one: #A554A1;
    --heading-color: #626262;
    --paragraph-color: #111111;
    --heading-color: #003367;
    --heading-font: 'Raleway', sans-serif;
    --body-font: 'Montserrat', sans-serif
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: var(--body-font);
    height: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased
        /* WebKit  */
}

body.modal-open {
    padding-right: 0 !important
}

body {
    margin: 0;
    padding: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    height: 100%
}

.container-fluid {
    width: 100%;
    max-width: 1920px;
    margin: auto
}

h1 {
    font-size: 48px;
    line-height: 1.0833333333333333
}

h2 {
    font-size: 36px;
    line-height: 1.4444444444444444
}

h3 {
    font-size: 24px;
    line-height: 1.0833333333333333
}

h4 {
    font-size: 20px;
    line-height: 1.2380952380952381
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--body-font)
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color)
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit
}

pre {
    word-break: break-word
}

a i {
    padding: 0 2px
}

img {
    max-width: 100%
}

ol {
    counter-reset: counter;
    padding-left: 0
}

ol li {
    list-style: none;
    margin-bottom: 1rem
}

/*input and button type focus outline disable*/
button,
input {
    border: none;
    background: transparent
}

button:focus {
    outline: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type="submit"]:focus {
    border: none !important
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style-type: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
        box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
        box-shadow: 0 0 0 15px rgba(165, 84, 161, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
        box-shadow: 0 0 0 0 rgba(165, 84, 161, 0)
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
        box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
        box-shadow: 0 0 0 15px rgba(165, 84, 161, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
        box-shadow: 0 0 0 0 rgba(165, 84, 161, 0)
    }
}

@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
        box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
        box-shadow: 0 0 0 15px rgba(165, 84, 161, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
        box-shadow: 0 0 0 0 rgba(165, 84, 161, 0)
    }
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75);
        box-shadow: 0 0 0 0 rgba(165, 84, 161, 0.75)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(165, 84, 161, 0);
        box-shadow: 0 0 0 15px rgba(165, 84, 161, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 84, 161, 0);
        box-shadow: 0 0 0 0 rgba(165, 84, 161, 0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0.75);
        box-shadow: 0 0 0 0 rgba(255, 134, 134, 0.75)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 134, 134, 0);
        box-shadow: 0 0 0 15px rgba(255, 134, 134, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
        box-shadow: 0 0 0 0 rgba(255, 134, 134, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0.75);
        box-shadow: 0 0 0 0 rgba(255, 134, 134, 0.75)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 134, 134, 0);
        box-shadow: 0 0 0 15px rgba(255, 134, 134, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
        box-shadow: 0 0 0 0 rgba(255, 134, 134, 0)
    }
}

/*-----------------------------------
            Horizontal Scroll Design
    -------------------------------------*/
.horizontal-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.horizontal-scroll .button-group {
    display: inline-block;
    border-bottom: 2px solid rgba(255, 134, 134, 0.3);
    padding: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.horizontal-scroll .button-group .button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #626262;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--heading-font);
    padding: 10px 30px
}

.horizontal-scroll .button-group .button.is-checked {
    border-bottom: 2px solid #A554A1;
    margin-bottom: -2px
}

/*-----------------------------------
            Blog Pagination Design
    -------------------------------------*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd
}

code {
    color: #faa603
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-top-20 {
    padding-top: 20px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-top-100 {
    padding-top: 100px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-35 {
    padding-bottom: 35px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-bottom-90 {
    padding-bottom: 90px
}

.padding-bottom-95 {
    padding-bottom: 95px
}

.padding-bottom-100 {
    padding-bottom: 100px
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

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

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

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after {
    clear: both
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.updated:not(.published) {
    display: none
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%
}

dl,
ol,
ul {
    padding-left: 15px
}

.footer-widget .table td,
.footer-widget .table th {
    padding: 0.50rem !important
}

/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-area {
    padding-left: 85px;
    padding-right: 85px
}

.breadcrumb-area.style-03 {
    min-height: 350px;
    position: relative
}

.breadcrumb-area.style-03 .breadcrumb-content {
    background: #FFFFFF;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 400px;
    text-align: center
}

.breadcrumb-area.style-03 .breadcrumb-content .page-title .heading-1 {
    font-size: 46px;
    line-height: 56px;
    text-transform: capitalize
}

.breadcrumb-area.style-02 {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important
}

.breadcrumb-area.style-02 .breadcrumb-content {
    padding-left: 40px
}

.breadcrumb-area .page-title .heading-1 {
    color: var(--heading-color);
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 15px;
    text-transform: uppercase
}

.breadcrumb-area .page-list {
    margin: 0;
    padding: 0
}

.breadcrumb-area .page-list li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #A7A7A7;
    font-size: 14px;
    line-height: 25px;
    font-family: var(--body-font);
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.breadcrumb-area .page-list li:first-child {
    padding-left: 0
}

.breadcrumb-area .page-list li:first-child a {
    color: var(--main-color-one)
}

.breadcrumb-area .page-list li:first-child a:hover {
    color: #A7A7A7
}

.breadcrumb-area .page-list li:first-child:after {
    display: none
}

.breadcrumb-area .page-list li:after {
    position: absolute;
    left: 10px;
    top: 0;
    content: "/";
    font-family: 'fontawesome'
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
    background-color: #F4F7FC;
    margin-bottom: 30px;
    padding: 25px 30px 30px 30px
}

.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px
}

.widget .widget-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 20px;
    position: relative
}

.widget:last-child {
    margin-bottom: 0px
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
    display: none
}

.widget.footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 30px
}

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

.widget ul li ul {
    margin-left: 20px
}

.widget ul li {
    display: block;
    -ms-word-wrap: break-word;
    word-break: break-word
}

.widget ul li:first-child {
    margin-top: 0px
}

.widget ul li:last-child {
    margin-bottom: 0px
}

.widget ul li a {
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.widget ul li a:hover {
    color: var(--main-color-one)
}

.footer-widget.widget_nav_menu ul li a {
    position: relative
}

.footer-widget.widget_nav_menu ul li a:after {
    position: absolute;
    left: 2px;
    bottom: -8px;
    content: "";
    font-family: "fontawesome";
    font-weight: 900;
    color: var(--main-color-one)
}

.widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget.widget_nav_menu ul li:last-child {
    margin-bottom: 0
}

.widget.widget_nav_menu ul li a {
    border: none
}

.widget.widget_nav_menu ul li>ul {
    margin-left: 15px
}

.widget.footer-widget .widget-title {
    color: white
}

.widget.footer-widget p {
    color: #707070
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li,
.widget.footer-widget tr {
    color: white
}

.widget.footer-widget ul li a:hover {
    color: var(--main-color-one)
}

.copyright-area {
    padding: 20px 0;
    text-align: center;
    color: #838282;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px
}

/*----------------------------
    Info Bar
----------------------------*/
.appointment-section.sergery-style .appointment-form-area .select-items div:hover {
    background: #A554A1
}

.appointment-form-area .custom-select {
    position: relative;
    padding: 0;
    border: none;
    height: 50px
}

.appointment-form-area .custom-select select {
    display: none
}

.appointment-form-area .select-selected {
    border-radius: 24px;
    background-color: #DEE5E9
}

.appointment-form-area .select-selected::after {
    content: '';
    clear: both;
    display: inline-block
}

.appointment-form-area .select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 18px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #626262 transparent transparent transparent
}

.appointment-form-area .select-selected.select-arrow-active:after {
    border-color: transparent transparent #626262 transparent;
    top: 11px
}

.appointment-form-area .select-items div,
.appointment-form-area .select-selected {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    padding: 17px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.appointment-form-area .select-items {
    position: absolute;
    background-color: #dee5e9;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 4px;
    box-shadow: 0 0 4px
}

.appointment-form-area .select-hide {
    display: none
}

.appointment-form-area .select-items div:first-child {
    border-radius: 24px 24px 0 0
}

.appointment-form-area .select-items div:last-child {
    border-radius: 0 0 24px 24px
}

.appointment-form-area .select-items div:hover,
.appointment-form-area .same-as-selected {
    background-color: var(--main-color-one);
    color: #FFFFFF
}

.appointment-form-area .margin-15 {
    margin: 0 0 15px 0;
    display: block
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
/* header {
  padding: 45px 0;
} */
header .social-icon {
    margin-right: 3%;
    float: right;
    height: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .social-icon a i {
    color: #626262;
    padding: 14px;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

header .social-icon a i:hover {
    color: #A554A1
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-area {
    padding: 0
        /*--------------------------
        Plastic Surgery Nav End
    ----------------------------*/
}

.menu-item-has-children {
    display: none
}

/*----------------------------------
            Mobile Cross Menu
------------------------------------*/
.cross-menu {
    padding: 5px 10px;
    display: block;
    border-radius: 4px
}

/*--------------------------------------
            Slider Scss Start Here
----------------------------------------*/
.home-slider {
    padding: 2vh 0 5.9vh 0;
    overflow: hidden
        /*---------Slick Arrow Start-------------*/
        /*---------Slick Arrow End-------------*/
        /*---------Home Slider 01, 05 Controller Start-------------*/
        /*---------Home Slider 01, 05 Controller End-------------*/
        /*-------------- Scroll Done Start Here ------------*/
        /*-------------- Scroll Done End Here ------------*/
}

.home-slider .slick-arrow .arrow-line {
    width: 0px;
    height: 10px;
    background-color: #A554A1;
    display: table;
    margin: auto
}

.home-slider .slick-arrow .arrow-down {
    position: relative;
    width: 11px;
    margin-right: 13px
}

.home-slider .slick-arrow .arrow-down .caret-down {
    position: absolute;
    top: 3px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #A554A1
}

.home-slider .slick-arrow .arrow-up {
    position: relative;
    width: 12px
}

.home-slider .slick-arrow .arrow-up .caret-up {
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #A554A1
}

.home-slider .controller-area {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0
}

.home-slider .controller-area.surgery-controller-style .surgery-controller {
    position: absolute;
    left: 11%;
    bottom: 20%
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper {
    margin: inherit
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .active-controller {
    color: #A554A1
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .total-controller {
    color: #A554A1
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .home-slider-progressbar .home-slider-progress {
    background-color: #A554A1
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .home-slider-progressbar .home-slider-progress-active {
    background-color: #A554A1
}

.home-slider .controller-area .controller-wrapper {
    position: relative;
    width: 200px;
    margin: auto
}

.home-slider .controller-area .controller-wrapper .active-controller {
    color: #A554A1;
    position: absolute;
    top: -10px;
    left: -25px
}

.home-slider .controller-area .controller-wrapper .total-controller {
    color: #A554A1;
    position: absolute;
    top: -10px;
    right: -25px
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar {
    position: relative;
    z-index: 0;
    width: 200px
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar .home-slider-progress {
    width: 200px;
    height: 1px;
    background-color: #A554A1;
    position: absolute
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar .home-slider-progress-active {
    position: absolute;
    top: -1px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #A554A1
}

.home-slider.slider-style-01 {
    position: relative;
    padding-top: 0
}

.home-slider.slider-style-01 .slick-prev.slick-arrow {
    cursor: pointer;
    position: absolute;
    right: 0%;
    z-index: 9;
    bottom: 45%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-box-shadow: 0 0 5px 3px rgba(165, 84, 161, 0.16);
    box-shadow: 0 0 5px 3px rgba(165, 84, 161, 0.16);
    border-radius: 50%;
    padding: 20px;
    background: rgba(165, 84, 161, 0.9);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    bottom: 30%
}

.home-slider.slider-style-01 .slick-next.slick-arrow {
    cursor: pointer;
    position: absolute;
    /* right:93%; */
    z-index: 9;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 45%;
    -webkit-box-shadow: 0 0 5px 3px rgba(165, 84, 161, 0.16);
    box-shadow: 0 0 5px 3px rgba(165, 84, 161, 0.16);
    border-radius: 50%;
    padding: 20px;
    background: rgba(165, 84, 161, 0.9);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    bottom: 30%
}

.home-slider.slider-style-01 .slick-arrow .arrow-line {
    background-color: #FFFFFF
}

.home-slider.slider-style-01 .slick-arrow .arrow-down {
    margin-right: 1px
}

.home-slider.slider-style-01 .slick-arrow .arrow-down .caret-down {
    border-top: 10px solid #FFFFFF
}

.home-slider.slider-style-01 .slick-arrow .arrow-up .caret-up {
    border-bottom: 10px solid #FFFFFF
}

.home-slider.slider-style-01 .surgery-slide-wrapper {
    width: 100%
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content .slider-heading,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content .slider-heading {
    -webkit-animation: fadeInDown 2s 0s both;
    animation: fadeInDown 2s 0s both
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content p,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content p {
    -webkit-animation: fadeInUp 2s 0s both;
    animation: fadeInUp 2s 0s both
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content .main-btn-wrap {
    -webkit-animation: fadeInUp 2s 0s both;
    animation: fadeInUp 2s 0s both
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area {
    width: 30%
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
    position: absolute;
    top: 44%;
    left: 8.5%;
    margin: 0;
    width: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-img-area {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(#f4f4f4), color-stop(#e8e8ea), color-stop(#dddddf), to(#d1d2d5));
    background-image: -webkit-linear-gradient(left, #ffffff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
    background-image: -o-linear-gradient(left, #ffffff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
    background-image: linear-gradient(to right, #ffffff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
    width: 100%;
    min-height: 500px;
    height: 80vh
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-img-area .slider-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    width: 100%;
    margin: auto
}

@media (max-width:500px) {
    .home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-img-area {
        min-height: 0px !important;
        height: 54vh
    }
}

.home-slider.slider-style-01 .surgery-controller-style {
    position: inherit;
    bottom: inherit;
    left: inherit
}

.home-slider.slider-style-01 .surgery-controller-style .surgery-controller {
    bottom: 16%
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon {
    width: 3%;
    position: fixed;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: inherit;
    height: inherit;
    background-color: #ae51a2ce;
    border-radius: 50px;
    padding: 10px
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon .icon {
    color: #FFFFFF;
    cursor: pointer
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon .icon:hover {
    color: #0a0a0a
}

.home-slider .scroll-down-area {
    width: 12%;
    position: relative
}

.home-slider .slider-content {
    padding-left: 5px
}

.home-slider .slider-content .slider-heading {
    color: var(--heading-color);
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
    font-family: var(--body-font);
    margin: 0
        /* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7), -2px -2px 4px rgba(255, 255, 255, 0.7), 2px -2px 4px rgba(255, 255, 255, 0.7), -2px 2px 4px rgba(255, 255, 255, 0.7); */
}

.home-slider .slider-content p {
    color: var(--paragraph-color);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font)
        /* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7), -2px -2px 4px rgba(255, 255, 255, 0.7), 2px -2px 4px rgba(255, 255, 255, 0.7), -2px 2px 4px rgba(255, 255, 255, 0.7); */
}

.home-slider .social-icon {
    width: 8%;
    min-height: 300px;
    height: 55vh;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home-slider .social-icon .icon {
    color: #626262;
    padding: 10px 0px 10px 0px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.home-slider .social-icon .icon:hover {
    color: #A554A1
}

@media (max-width: 1450px) {
    .home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
        width: 50%
    }
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 12px);
        transform: translate(0, 12px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.service {
    background-color: #F5F8F9
}

.service.sergery-style-02 {
    background-color: #FFFFFF
}

.service.style-02 {
    background-color: #FFFFFF
}

.service .common-title .heading {
    margin: auto;
    text-transform: capitalize
}

.service .service-left {
    /* padding-top: 110px; */
    padding-bottom: 50px
}

.service .service-left .heading-3 {
    color: var(--heading-color);
    font-size: 30px;
    line-height: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0
}

.service .service-left p {
    margin: 0
}

.service .service-right {
    padding-left: 55px
}

.service .service-right .service-item:nth-child(2) {
    margin-top: 40px
}

/* .service .service-right .right-column-two {
  margin-top: 80px;
  margin-left: -55px;
} */
.service-item {
    width: 250px;
    background: #FFFFFF;
    padding: 45px 40px;
    /* border-radius: 20px; */
    margin: 0 35px;
    text-align: center;
    border-bottom: 2px solid #ae51a2ce;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.service-item:hover {
    -webkit-box-shadow: 0 0 15px #CBC9C9;
    box-shadow: 0 0 15px #CBC9C9
}

.service-item img {
    height: 55px
}

.service-item p {
    line-height: 24px;
    margin-bottom: 0
}

.our-doctor {
    position: relative;
    background-color: #FFFFFF
}

.our-doctor .common-title .heading {
    text-transform: capitalize;
    margin: auto
}

.appointment-section {
    background-color: #FFFFFF;
    border-radius: 10px
}

.appointment-section.style-02 .common-title .heading {
    position: absolute;
    top: -15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFFFFF
}

.appointment-section.style-02 .appointment-content .appointment-form-area {
    padding-left: 5%;
    padding-right: 5%
}

.appointment-section .common-title .heading {
    margin: auto;
    padding: 25px;
    color: white
}

.appointment-section .appointment-content {
    /* border: 1px solid rgba(133, 150, 167, 0.36); */
    border-radius: 20px;
    width: 100%
        /* padding: 100px 0 95px 0; */
}

.appointment-section .appointment-content::after {
    content: "";
    display: table;
    clear: both
}

.appointment-section .appointment-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.appointment-section .appointment-content .appointment-form-area {
    width: 100%;
    margin: 0 auto
}

.appointment-section .appointment-content .appointment-form-area input::-webkit-input-placeholder {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic
}

.appointment-section .appointment-content .appointment-form-area input:-ms-input-placeholder {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic
}

.appointment-section .appointment-content .appointment-form-area input::-ms-input-placeholder {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic
}

.appointment-section .appointment-content .appointment-form-area input::placeholder {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic
}

.appointment-section .appointment-content .appointment-form-area .main-btn-wrap {
    display: block;
    margin: 20px auto 0
}

.appointment-section .appointment-content .appointment-form-area .form-control {
    border: none;
    border-radius: 24px;
    background-color: #DEE5E9;
    padding: 10px 30px;
    height: 50px
}

.calendar-icon {
    position: relative
}

.calendar-icon .icon,
.calendar-icon i {
    position: absolute;
    color: #626262;
    right: 9px;
    top: 50%;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.r .calendar-icon.style-02 .form-control {
    background-color: transparent;
    border: 1px solid #DEE5E9
}

.r .calendar-icon .form-control {
    border: none;
    border-radius: 24px;
    margin: 30px 0;
    background-color: #DEE5E9;
    padding: .375rem 30px
}

.r .calendar-icon input::-webkit-input-placeholder {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic
}

.r .calendar-icon input:-ms-input-placeholder {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic
}

.r .calendar-icon input::-ms-input-placeholder {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic
}

.r .calendar-icon input::placeholder {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: italic
}

/*=========================================
         Googel Map
============================================*/
.google-map-section iframe {
    width: 100%;
    min-height: 400px;
    height: 100%
}

.carousel-right-area {
    width: 79%;
    margin-right: 0;
    margin-left: 11%;
    max-width: 1500px
}

.carousel-right-area.style-02 {
    width: 80%;
    margin-left: 20%
}

.latest-stories {
    background-color: #FFFFFF;
    padding-top: 50px
}

.latest-stories .common-title .heading {
    margin: 0
}

.latest-stories .storiest-carousel {
    border-radius: 20px;
    overflow: hidden
}

.latest-stories .storiest-carousel.style-02 .slick-next:hover,
.latest-stories .storiest-carousel.style-02 .slick-prev:hover {
    background-color: #A554A1
}

.latest-stories .storiest-carousel .item {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 1;
    max-width: 335px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 95% !important
}

.latest-stories .storiest-carousel .slick-next,
.latest-stories .storiest-carousel .slick-prev {
    position: absolute;
    background: #FFFFFF;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 47%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.latest-stories .storiest-carousel .slick-next span,
.latest-stories .storiest-carousel .slick-prev span {
    font-size: 50px
}

.latest-stories .storiest-carousel .slick-next:hover,
.latest-stories .storiest-carousel .slick-prev:hover {
    color: #FFFFFF;
    background-color: #A554A1
}

.latest-stories .storiest-carousel .slick-next {
    left: 74%
}

.latest-stories .storiest-carousel .slick-prev {
    left: 24%
}

/* galler-carousel */
.latest-stories .gallery-carousel {
    border-radius: 20px;
    overflow: hidden
}

.latest-stories .gallery-carousel.style-02 .slick-next:hover,
.latest-stories .gallery-carousel.style-02 .slick-prev:hover {
    background-color: #A554A1
}

.latest-stories .gallery-carousel .item {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 95% !important
}

.latest-stories .gallery-carousel .slick-next,
.latest-stories .gallery-carousel .slick-prev {
    position: absolute;
    background: #FFFFFF;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 47%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.latest-stories .gallery-carousel .slick-next span,
.latest-stories .gallery-carousel .slick-prev span {
    font-size: 50px
}

.latest-stories .gallery-carousel .slick-next:hover,
.latest-stories .gallery-carousel .slick-prev:hover {
    color: #FFFFFF;
    background-color: #A554A1
}

.latest-stories .gallery-carousel .slick-next {
    left: 74%
}

.latest-stories .gallery-carousel .slick-prev {
    left: 24%
}

@media (max-width: 1700px) {
    .carousel-right-area {
        width: 83%;
        margin-left: 7%
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        width: 84%;
        margin-left: 16%
    }
}

@media (max-width: 1600px) {
    .carousel-right-area {
        width: 85%;
        margin-left: 15%
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        width: 86%;
        margin-left: 14%
    }
}

@media (max-width: 1550px) {
    .carousel-right-area {
        width: 87%;
        margin-left: 7%
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        width: 88%;
        margin-left: 12%
    }
}

@media (max-width: 1500px) {
    .carousel-right-area {
        width: 87%;
        margin-left: 13%
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        width: 88.5%;
        margin-left: 11.5%
    }
}

@media (max-width: 1450px) {
    .carousel-right-area {
        width: 89%;
        margin-left: 11%
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        width: 90%;
        margin-left: 10%
    }
}

@media (max-width: 1400px) {
    .carousel-right-area {
        width: 90%;
        margin-left: 10%
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        width: 91%;
        margin-left: 9%
    }
}

@media (max-width: 1350px) {
    .carousel-right-area {
        width: 92%;
        margin-left: 8%
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        width: 93%;
        margin-left: 7%
    }
}

@media (max-width: 1300px) {
    .carousel-right-area {
        width: 93%;
        margin-left: 7%
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        width: 94%;
        margin-left: 6%
    }
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-area {
    background-color: #F7F9FA
}

.footer-area.surgery-footer .logo-widget ul li .icon:hover {
    color: #A554A1
}

.footer-area.surgery-footer .widget-title::after {
    background-color: #A554A1
}

.footer-area.surgery-footer .footer-social-icon .icon:hover {
    color: #A554A1
}

.footer-area.surgery-footer .subscribe-area .input-group .form-control {
    border: 1px solid #A554A1
}

.footer-area.surgery-footer .subscribe-area .input-group .input-group-append .input-group-text {
    background-color: #A554A1
}

.footer-area .footer-top {
    padding: 60px 100px 30px 100px
}

.footer-area .logo-widget img {
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: #ffffff;
    padding: 5px;
    vertical-align: top
}

.footer-area .logo-widget ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: .86rem;
    line-height: 23px;
    margin-bottom: 10px
}

.footer-area .logo-widget ul li .icon {
    padding-right: 8px;
    font-size: 12px;
    color: white;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.footer-area .logo-widget ul li .icon:hover {
    color: #A554A1
}

.footer-area .logo-widget ul li,
.footer-area .logo-widget ul a {
    color: white
}

.footer-area .logo-widget ul a {
    padding-right: 10px
}

.footer-area .details {
    color: white;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px
}

.footer-area tr {
    color: #707070;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px
}

.footer-area td {
    border: 1px solid white;
    padding: 10px
}

.footer-area .footer-social-icon .icon {
    font-size: 12px;
    color: white;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.footer-area .footer-social-icon .icon:hover {
    color: #A554A1
}

.footer-area .widget-title::after {
    content: "";
    clear: both;
    display: table;
    height: 2px;
    width: 40px;
    background: #A554A1;
    margin-top: 10px;
    margin-bottom: 25px
}

.footer-area .widget-title.style-02::after {
    background: #71C1C7
}

.footer-area .widget_nav_menu ul li {
    font-size: 14px;
    line-height: 30px
}

.footer-area .widget_nav_menu ul li a {
    color: #A7A7A7;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-transform: capitalize
}

.footer-area .widget_nav_menu ul li a::after {
    content: '';
    clear: both;
    display: table;
    height: 2px;
    width: 0;
    background: #A7A7A7;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.footer-area .widget_nav_menu ul li a:hover::after {
    width: 15px
}

.subscribe-area p {
    color: #707070;
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 500;
    line-height: 26px
}

.subscribe-area .input-group .form-control {
    border: 1px solid var(--main-color-one);
    background-color: transparent;
    border-radius: 50px 0 0 50px
}

.subscribe-area .input-group .form-control::-webkit-input-placeholder {
    color: #585858;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
    font-style: italic;
    font-weight: 300;
    padding-left: 14px
}

.subscribe-area .input-group .form-control:-ms-input-placeholder {
    color: #585858;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
    font-style: italic;
    font-weight: 300;
    padding-left: 14px
}

.subscribe-area .input-group .form-control::-ms-input-placeholder {
    color: #585858;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
    font-style: italic;
    font-weight: 300;
    padding-left: 14px
}

.subscribe-area .input-group .form-control::placeholder {
    color: #585858;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
    font-style: italic;
    font-weight: 300;
    padding-left: 14px
}

.subscribe-area .input-group .input-group-append {
    margin-left: -20px
}

.subscribe-area .input-group .input-group-append .input-group-text {
    background-color: var(--main-color-one);
    border: none;
    border-radius: 50px;
    z-index: 3;
    font-size: 14px;
    padding: 0 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    cursor: pointer
}

.subscribe-area .input-group .input-group-append .input-group-text input[type="submit"] {
    color: #FFFFFF
}

.copyright-area.sergery-style .copyright-area-inner::before {
    background-color: #A554A1
}

.copyright-area.style-02 .copyright-area-inner::before {
    background-color: #71C1C7
}

.copyright-area-inner {
    color: white
}

.copyright-area.style-03 {
    color: #A7A7A7
}

/* 
.copyright-area .copyright-area-inner::before {
  content: "";
  clear: both;
  display: inline-block;
  height: 2px;
  width: 40px;
  background-color: #A554A1;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
} */
.about-us-section .about-img-area {
    padding-right: 120px
}

.about-us-section .about-img-area img {
    border-radius: 0 20px 20px 0
}

.about-us-section .about-content-area {
    width: 85%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
        /* padding-top: 100px; */
}

@media (max-width:768px) {
    .about-us-section .about-content-area {
        padding-top: 50px
    }
}

.about-us-section .about-content-area .heading-04 {
    color: var(--main-color-one);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--body-font);
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px
}

.about-us-section .about-content-area .common-title .heading {
    font-family: var(--body-font);
    font-weight: 600
}

.about-us-section .about-content-area .common-title .heading span {
    color: #A7A7A7
}

.check-box-area ul {
    padding: 0
}

.check-box-area li {
    padding: 0 0 20px 0;
    color: var(--paragraph-color);
    font-size: 14px;
    font-family: var(--body-font);
    line-height: 20px;
    font-weight: 400
}

.check-box li {
    position: relative;
    z-index: 0;
    padding-left: 50px
}

.check-box li::after {
    position: absolute;
    z-index: 1;
    content: '\f10f';
    clear: both;
    display: table;
    font-family: "Flaticon";
    left: 0;
    top: 0;
    color: #A554A1;
    font-size: 30px
}

.teeth-canel .container {
    /* max-width: 1520px; */
    margin-right: 0
        /* overflow-x: hidden; */
}

.teeth-canel .canel-content-area {
    padding: 0px 50px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

.teeth-canel .canel-content-area .common-title .heading {
    font-family: var(--body-font);
    font-weight: 500;
    text-transform: inherit
}

.teeth-canel .canel-content-area {
    margin: 50px 0
}

.teeth-canel .canel-img-area img {
    border-radius: 20px 0 0 20px
}

.common-title .heading {
    font-family: var(--body-font);
    font-size: 26px;
    line-height: 36px;
    font-weight: 500
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 20px;
    cursor: pointer;
    display: none;
    background-color: #ad64aa
}

.back-to-top i {
    color: white;
    font-size: 20px
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    /* background-color: rgba(2, 48, 71, 0.8); */
    background-color: #ffffffb4;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/Abirami-Logo.svg);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 1s ease;
    opacity: 1
}

.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.preloader-inner .cancel-preloader a {
    background-color: #FFFFFF;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--main-color-one);
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.preloader-inner .cancel-preloader a:hover {
    background-color: var(--secondary-color);
    color: #FFFFFF
}

.spinner {
    margin: 120px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

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

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

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

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

/*------------------------------------
     Overlay Close btn Design
 -------------------------------------*/
.overlay-content .closebtn {
    font-size: 40px;
    cursor: pointer;
    color: #000000;
    border-radius: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.searchOverlay {
    position: relative;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.searchOverlay .logo-area .logo {
    padding: 45px 0 0 85px
}

.searchOverlay .overlay-content {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.searchOverlay .overlay-content .closebtn {
    background: #FFFFFF;
    left: 100%;
    bottom: 100%
}

.searchOverlay .overlay-content .Search-section {
    position: relative
}

.searchOverlay .overlay-content .Search-section input[type="text"] {
    padding: 40px;
    font-size: 14px;
    width: 100%;
    background: transparent;
    border: 2px solid #A554A1;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #FFFFFF
}

.searchOverlay .overlay-content .Search-section input[type="text"]::-webkit-input-placeholder {
    color: #FFFFFF
}

.searchOverlay .overlay-content .Search-section input[type="text"]:-ms-input-placeholder {
    color: #FFFFFF
}

.searchOverlay .overlay-content .Search-section input[type="text"]::-ms-input-placeholder {
    color: #FFFFFF
}

.searchOverlay .overlay-content .Search-section input[type="text"]::placeholder {
    color: #FFFFFF
}

.searchOverlay .overlay-content .Search-section button[type="submit"] {
    padding: 15px;
    background: #A554A1;
    font-size: 15px;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    width: 55px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

/*-----------------------------
    Overlay Side Nav design
 ------------------------------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.sidenav .sidenav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.sidenav .sidenav-wrap .logo-area {
    width: 70%
}

.sidenav .sidenav-wrap .logo-area .logo {
    padding: 45px 0 0 85px
}

.sidenav .sidenav-wrap .overlay-content {
    width: 30%
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu {
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .logo img {
    height: 55px
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu {
    padding: 0
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu .items .itme-nav {
    color: #111;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    padding: 10px 30px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu .items .itme-nav:hover {
    background-color: var(--main-color-one);
    color: #FFFFFF
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon .icon {
    color: #FFFFFF;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon .icon:hover {
    background-color: var(--main-color-one)
}

.sidenav .sidenav-wrap .overlay-content .closebtn {
    top: 50px;
    right: 30px
}

.form-control {
    padding: .375rem 2.75rem
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.main-btn-wrap .main-btn {
    font-size: 15px;
    font-family: var(--body-font);
    line-height: 30px;
    border-radius: 40px;
    font-weight: 400;
    padding: 15px 20px;
    display: table;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
    min-width: 230px;
    text-align: center
}

.main-btn-wrap.surgery-btn .main-btn {
    background: rgba(165, 84, 161, 0.9);
    -webkit-box-shadow: 0px 6px 20px -8px rgba(165, 84, 161, 0.9);
    box-shadow: 0px 6px 20px -8px rgba(165, 84, 161, 0.9);
    margin-left: 45px
}

.main-btn-wrap.surgery-btn .main-btn:hover {
    -webkit-box-shadow: 0px 10px 20px -8px #A554A1;
    box-shadow: 0px 10px 20px -8px #A554A1;
    background: #A554A1
}

.main-btn-wrap .main-btn {
    color: #FFFFFF;
    background: var(--main-color-one);
    -webkit-box-shadow: 0px 6px 20px -8px var(--main-color-one);
    box-shadow: 0px 6px 20px -8px var(--main-color-one)
}

.main-btn-wrap .main-btn:hover {
    -webkit-box-shadow: 0px 10px 20px -8px #A554A1;
    box-shadow: 0px 10px 20px -8px #A554A1;
    background: #A554A1
}

/*----------------------------------------
  ## Section title
----------------------------------------*/
.common-title .heading {
    /* color:white; */
    font-size: 36px;
    line-height: 46px;
    font-family: var(--heading-font);
    font-weight: 600;
    display: table;
    letter-spacing: 2px
}

.common-title .heading::before {
    content: "";
    clear: both;
    display: table;
    height: 3px;
    width: 50px;
    background-color: #A554A1;
    margin: 0 auto 4px
}

.common-title .heading.line-left::before {
    margin: 0 0 4px 0
}

.common-title.style-02 .heading::before {
    background-color: #71C1C7
}

.common-title.sergery-heading .heading::before {
    background-color: #A554A1
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper.style-03 .card+.card {
    margin-top: 10px
}

.accordion-wrapper.style-03 .card .card-header a {
    background: none;
    border: 1px solid #8596A7;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.accordion-wrapper.style-03 .card .card-header a:hover {
    background: #E7ECEF
}

.accordion-wrapper.style-03 .card .card-header a:after {
    font-size: 20px
}

.accordion-wrapper.style-03 .card .card-header a[aria-expanded="false"]:after {
    font-size: 20px
}

.accordion-wrapper.style-02 {
    width: 100%;
    margin-left: 15px
}

.accordion-wrapper.style-02 .card+.card {
    margin-top: 30px
}

.accordion-wrapper.style-02 .card .card-header a {
    background: none;
    border: 1px solid #8596A7;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.accordion-wrapper.style-02 .card .card-header a:hover {
    background: #E7ECEF
}

.accordion-wrapper.style-02 .card .card-header a:after {
    font-size: 30px
}

.accordion-wrapper.style-02 .card .card-header a[aria-expanded="false"]:after {
    font-size: 30px
}

.accordion-wrapper .card {
    border: none;
    background-color: transparent
}

.accordion-wrapper .card+.card {
    margin-top: 10px
}

.accordion-wrapper .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none
}

.accordion-wrapper .card .card-header a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background-color: rgba(231, 236, 239, 0.6);
    padding: 12px 30px;
    cursor: pointer;
    position: relative;
    border-radius: 60px;
    color: #626262
}

.accordion-wrapper .card .card-header a:after {
    position: absolute;
    right: 30px;
    content: "-";
    font-family: "fontawesome"
}

.accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
    content: "+"
}

.accordion-wrapper .card .card-body {
    padding: 15px 30px 5px
}

.accordion-wrapper .card .card-body p,
.accordion-wrapper .card .card-body ul li {
    color: var(--paragraph-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 !important
}

/*---------------------------
        Counter Item 
-----------------------------*/
@keyframes countUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes imagePulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

/*--------------------------------------
            Testimonials Scss Start Here
----------------------------------------*/
.testimonial-section {
    background-color: #FFFFFF
}

.testimonial-section .common-title .heading {
    text-transform: capitalize;
    margin: auto
}

.testimonial-section.style-02 {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(227, 239, 244, 0.3)), to(rgba(130, 200, 206, 0.2)));
    background-image: -webkit-linear-gradient(left, rgba(227, 239, 244, 0.3), rgba(130, 200, 206, 0.2));
    background-image: -o-linear-gradient(left, rgba(227, 239, 244, 0.3), rgba(130, 200, 206, 0.2));
    background-image: linear-gradient(to right, rgba(227, 239, 244, 0.3), rgba(130, 200, 206, 0.2))
}

.testimonial-section.sergery-style {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(227, 233, 237, 0.3)), to(rgba(165, 84, 161, 0.4)));
    background-image: -webkit-linear-gradient(left, rgba(227, 233, 237, 0.3), rgba(165, 84, 161, 0.4));
    background-image: -o-linear-gradient(left, rgba(227, 233, 237, 0.3), rgba(165, 84, 161, 0.4));
    background-image: linear-gradient(to right, rgba(227, 233, 237, 0.3), rgba(165, 84, 161, 0.4))
}

/*===========================================================
                    Side form popup
============================================================*/
.appointment-section.style-02 {
    background-color: transparent
}

.logo-area {
    /* position: absolute; */
    top: 5%;
    left: 4.5%;
    z-index: 1
}

.appointment-section .container .appointment-content {
    border: none;
    padding: 50px 0
}

.appointment-section {
    width: 100%;
    border-radius: 20px
}

/*--------------------------------------
          Valid State Input
----------------------------------------*/
/*---------------------------------------
    ## Button
---------------------------------------*/
.main-btn-wrap .main-btn {
    font-size: 15px;
    font-family: var(--body-font);
    line-height: 30px;
    border-radius: 40px;
    font-weight: 400;
    padding: 15px 20px;
    display: table;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
    min-width: 230px;
    text-align: center
}

.main-btn-wrap.surgery-btn .main-btn {
    background: rgba(165, 84, 161, 0.9);
    -webkit-box-shadow: 0px 6px 20px -8px rgba(165, 84, 161, 0.9);
    box-shadow: 0px 6px 20px -8px rgba(165, 84, 161, 0.9)
}

.main-btn-wrap.surgery-btn .main-btn:hover {
    -webkit-box-shadow: 0px 10px 20px -8px #A554A1;
    box-shadow: 0px 10px 20px -8px #A554A1;
    background: #A554A1
}

.main-btn-wrap .main-btn {
    color: #FFFFFF;
    background: var(--main-color-one);
    -webkit-box-shadow: 0px 6px 20px -8px var(--main-color-one);
    box-shadow: 0px 6px 20px -8px var(--main-color-one)
}

.main-btn-wrap .main-btn:hover {
    -webkit-box-shadow: 0px 10px 20px -8px #A554A1;
    box-shadow: 0px 10px 20px -8px #A554A1;
    background: #A554A1
}

/*---------------------------------
       Basic Alert SCSS
-----------------------------------*/
/*----------------------------------------
            Custom Calender
------------------------------------------*/
.calendar {
    display: block
}

.calendar .form-control {
    font-size: 11px;
    color: #626262;
    font-style: italic;
    padding: 19px 30px !important
}

label {
    display: block;
    margin-bottom: 0
}

input:focus {
    outline: none
}

#ui-datepicker-div {
    display: none;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #626262
}

.ui-datepicker-calendar tbody td {
    width: 2rem;
    text-align: center;
    padding: 0
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    color: #626262;
    font-size: 0.875rem;
    text-decoration: none
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: rgba(255, 134, 134, 0.5)
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--main-color-one);
    color: #FFFFFF
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 10px;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%
}

.ui-datepicker-header a.ui-datepicker-prev::after {
    content: "\f108";
    font-family: Flaticon;
    font-size: 10px
}

.ui-datepicker-header a.ui-datepicker-next {
    right: -10px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%
}

.ui-datepicker-header a.ui-datepicker-next::after {
    content: "\f109";
    font-family: Flaticon;
    font-size: 10px
}

.ui-datepicker-header a>span {
    display: none
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem
}

/*--------------------------------
        Blog Page 01 Start
----------------------------------*/
/*--------------------------------
        Blog  Details Page
----------------------------------*/
/*-------------------------------
       Blog Commetn Section
---------------------------------*/
/*------------------------
    Custom Checkbox
--------------------------*/
.checkbox {
    position: absolute;
    left: -9999px
}

.checkbox+label {
    position: relative;
    display: inline-block;
    padding: 1px 24px
}

.checkbox+label:before,
.checkbox+label:after {
    position: absolute;
    top: 0;
    content: '';
    border-radius: 1px
}

.checkbox+label:before {
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid rgba(133, 150, 167, 0.4);
    border-radius: 4px
}

.checkbox+label:after {
    width: 0;
    height: 0
}

.checkbox:checked+label:before {
    border-color: #FFFFFF;
    background-color: var(--main-color-one)
}

.checkbox:checked+label:after {
    width: 6px;
    height: 13px;
    top: 3px;
    left: 5px;
    color: #FFFFFF;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg)
}

.roppup-modal .img-wrapper {
    border-radius: 20px;
    overflow: hidden
}

.roppup-modal .img-wrapper img {
    border-radius: 20px !important;
    width: 700px;
    height: 445px
}

.gallery-filter-images .gallery-grid {
    margin-bottom: 20px
}

/* .gallery-filter-images .gallery-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(98, 98, 98, 0.5)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(98, 98, 98, 0.5));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(98, 98, 98, 0.5));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(98, 98, 98, 0.5));
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
} */
.gallery-filter-images .gallery-grid img {
    border-radius: 20px
}

.gallery-filter-images .gallery-grid .plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    z-index: 2;
    font-size: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.gallery-filter-images .gallery-grid:hover .plus-icon,
.gallery-filter-images .gallery-grid:hover::after,
.gallery-filter-images .gallery-grid:hover .gallery-content {
    visibility: visible !important;
    opacity: 1 !important
}

.gallery-filter-images .gallery-grid .gallery-content {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 2;
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.gallery-filter-images .gallery-grid .gallery-content .date {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--heading-font)
}

.gallery-filter-images .gallery-grid .gallery-content .text {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    font-family: var(--body-font);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), -1px -1px 5px rgba(0, 0, 0, 0.4)
}

/*------------------------------------------
      Help Page Another Question Section
--------------------------------------------*/
.common-title {
    padding-bottom: 0px
}

/*---------------------------------
        Heading Font 
-----------------------------------*/
/*---------------------------------
        Heading Element 
-----------------------------------*/
mark {
    background-color: var(--main-color-one);
    color: #FFFFFF;
    border-radius: 4px
}

.common-title .center::after {
    margin: 10px auto
}

/* Doctors Box */
.doctorbox {
    background-color: #FFFFFF
}

.doctorbox .common-title .heading {
    margin: auto;
    text-transform: capitalize
}

/* Depatments Pages - Box */
.dep-box {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #999999
}

/* Video Content */
.video-styling {
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0
}

/* offer */
#offer-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffefca6;
    padding: 10px;
    text-align: center;
    opacity: 0;
    /* Start with 0 opacity */
    transition: opacity 0.5s ease-in-out;
    z-index: 30
}

#inner-offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.way {
    position: relative
}

.close-btn {
    position: absolute;
    top: 2%;
    right: 3%;
    cursor: pointer;
    background: transparent;
    border: none
}

.close-btn svg {
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.more-gallery {
    display: flex;
    justify-content: center;
    padding-bottom: 25px
}

.more-gallery button {
    background: rgba(165, 84, 161, 0.9);
    color: white;
    font-size: 15px;
    font-family: var(--body-font);
    line-height: 30px;
    border-radius: 40px;
    font-weight: 400;
    padding: 15px 20px;
    display: table;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
    min-width: 230px;
    text-align: center
}

.doctor-profile-section {
    background-color: #f0f4f8;
    /* Background color for the section */
    padding: 50px;
    /* Padding around the section */
    border-bottom: 3px solid transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease
}

.doctor-profile {
    display: flex;
    /* Flexbox for row-wise layout */
    align-items: center;
    /* Vertically centers the items */
    margin-bottom: 20px;
    /* Space between profiles */
    border: 1px solid #e0e0e0;
    /* Optional border */
    padding: 15px;
    /* Padding inside the profile block */
    border-radius: 8px;
    /* Rounded corners */
    background-color: white;
    /* Background color for profile block */
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18)
}

.profile-image {
    flex: 0 0 auto;
    /* Prevents the image from stretching */
    margin-right: 20px;
    /* Space between image and text */
    text-align: center
        /* Center the role heading under the image */
}

.profile-image h4.doctor-role {
    margin-top: 10px;
    /* Space above the role heading */
    font-size: 16px;
    /* Adjust font size for the role */
    color: #892c8f
        /* Color for the role */
}

.profile-content {
    flex: 1
        /* Text content takes the remaining space */
}

.doctor-name {
    margin: 0;
    /* Removes default margin */
    font-weight: bold;
    /* Makes the name bold */
    font-size: 18px
        /* Font size for doctor name */
}

.doctor-description {
    font-size: 14px;
    /* Font size for description */
    color: #666;
    /* Color for description */
    margin-top: 5px
        /* Space above the description */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .profile-inner {
        flex-direction: column;
        /* Stacks image on top of content on smaller screens */
        align-items: center
            /* Center align items */
    }

    .profile-image {
        margin-right: 0;
        /* Remove right margin for mobile */
        margin-bottom: 15px;
        /* Space below the image */
        text-align: center
            /* Center the image */
    }

    .doctor-role {
        margin-top: 10px
            /* Add space above the role text */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .profile-inner {
        flex-direction: row;
        /* Keep items in a row */
        justify-content: center
            /* Center content horizontally */
    }

    .profile-image {
        margin-right: 15px;
        /* Slightly reduce right margin */
        margin-bottom: 0
            /* Remove bottom margin */
    }

    .profile-content {
        text-align: left
            /* Align text to the left */
    }
}

.job-details {
    margin-top: 15px;
    /* Space above the list */
    padding-left: 20px;
    /* Indentation for list items */
    color: #666;
    /* Text color for details */
    font-size: 14px
        /* Font size for details */
}

.job-details li {
    margin-bottom: 5px
        /* Space between list items */
}

/* Floating Button with Tooltip Styles */
.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2196F3;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 999
}

/* Tooltip styles */
.floating-btn::before {
    content: "Kindly Enter your Details";
    position: absolute;
    right: 70px;
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

/* Arrow for tooltip */
.floating-btn::after {
    content: "";
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

/* Show tooltip on hover */
.floating-btn:hover::before,
.floating-btn:hover::after {
    opacity: 1;
    visibility: visible
}

/* Button hover effect */
.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3)
        /* background-color: #1976D2; */
}

/* Icon inside button */
.floating-btn i {
    font-size: 24px
}

/* Previous styles remain the same */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.popup-form {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    max-width: 100%;
    position: relative;
    margin: 20px;
    animation: formAppear 0.3s ease-out
}

@keyframes formAppear {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

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

.form-group label {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.6rem;
    display: block;
    color: #626262;
    font-weight: 500;
    letter-spacing: .5px;
    /* padding: 0 1.3rem; */
    font-family: var(--heading-font);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box
}

.location-icon {
    position: absolute;
    right: 10px;
    top: 45px;
    cursor: pointer;
    color: #2196F3
}

/* Rest of the previous styles */
.button-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
    align-items: center
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.submit-btn {
    background-color: rgba(165, 84, 161, 0.9);
    color: white
}

.cancel-btn {
    background-color: rgba(165, 84, 161, 0.9);
    color: white
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    padding: 5px
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 160px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(165, 84, 161, 0.9);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 999
}

.fa-map-marker-alt:before {
    color: rgba(165, 84, 161, 0.9)
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3)
}

.floating-btn i {
    font-size: 24px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

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

.spinner {
    animation: spin 1s linear infinite
}

.count {
    font-size: 50px;
    color: #626262;
    font-weight: 600
}

/* 
.main-btn {
  margin-left: 100px !important;
} */
.para {
    line-height: 40px !important
}

.b-h3 {
    margin-top: 20px
}

.b-ul {
    line-height: 40px
}

.table-responsive {
    width: 75%
}

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

.blog-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto
}

.blog-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    flex: 0 1 calc(50% - 15px);
    /* Accounts for gap */
    max-width: calc(110.333% - 25px);
    margin-top: 50px
}

.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(165, 84, 161, 0.15)
}

.blog-image {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.blog-card:hover .blog-image img {
    transform: scale(1.05)
}

.blog-content {
    padding: 15px
}

.blog-category {
    color: #A554A1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    padding: 3px 10px;
    background: rgba(165, 84, 161, 0.1);
    border-radius: 15px
}

.blog-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-card:hover .blog-title {
    color: #A554A1
}

.blog-excerpt {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #eee
}

.read-more {
    color: #A554A1;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px
}

.read-more i {
    font-size: 11px
}

.read-more:hover {
    text-decoration: underline
}

/* Media Queries */
@media (min-width: 768px) {
    .blog-card {
        flex: 0 1 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-card {
        max-width: calc(110% - 28px)
    }

    .blog-flex {
        gap: 40px
    }
}

@media (max-width: 767px) {
    .blog-card {
        flex: 0 0 100%;
        max-width: 100%
    }

    .blog-flex {
        gap: 30px;
        padding: 0 15px
    }

    .blog-image {
        height: 200px
    }
}

/* Additional responsive adjustments */
@media (max-width: 480px) {
    .blog-content {
        padding: 12px
    }

    .blog-title {
        font-size: 15px
    }

    .blog-excerpt {
        font-size: 12px
    }

    .blog-category {
        font-size: 11px
    }
}

/* Modal Styles */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* Background overlay */
    overflow-y: hidden !important
}

.modal-content {
    background-color: #fff;
    margin: 2% auto;
    padding: 5px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer
}

.footer-links {
    line-height: 35px
}

.modal-content .close {
    font-size: 30px;
    font-weight: 900
}

.way img {
    width: 400px
}

.color-h1 {
    color: white !important
}

.color-p p {
    color: white !important
}

.locationLoading {
    display: none
}

.check-box-area {
    padding: 10px 0
}

.common-title {
    text-align: center
}

.common-title-pad {
    padding-top: 3%
}

.cancel-area {
    display: flex;
    align-items: center
}

.why-p {
    max-width: 90%;
    margin: 3% 0 0 0
}

.why-row {
    display: flex;
    justify-content: center;
    margin-top: 4%
}

.vascular-align {
    display: flex;
    align-items: center
}

.para {
    line-height: 40px !important
}

.b-h3 {
    margin-top: 20px
}

.b-ul {
    line-height: 40px
}

.table-responsive {
    width: 75%
}

.blog-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px
}

.title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4
}

.para {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px
}

.b-h3 {
    font-size: 20px;
    color: #A554A1;
    margin: 25px 0 15px
}

.b-ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px
}

.b-ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6
}

/* .b-ul li::before { */
/* content: '•'; */
/* color: #A554A1;
        position: absolute;
        left: 0;
        font-size: 20px;
    } */
.table-responsive {
    margin: 20px 0
}

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

.table th {
    background: #A554A1;
    color: white;
    padding: 12px
}

.table td {
    padding: 10px;
    border: 1px solid #ddd
}

.title {
    font-size: 28px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 600
}

.para {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px
}

/* Image Container */
.b-img {
    padding: 15px;
    position: relative
}

.b-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease
}

.b-img img:hover {
    transform: translateY(-5px)
        /* box-shadow: 0 6px 20px rgba(165, 84, 161, 0.2); */
}

/* Strong Text Styling */
strong {
    color: #A554A1;
    font-weight: 600
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .col-lg-6 {
        margin-bottom: 30px
    }

    .title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .content-image-section {
        padding: 20px 0
    }

    .b-img {
        padding: 10px
    }
}

.para {
    line-height: 40px !important
}

.b-h3 {
    margin-top: 20px
}

.b-ul {
    line-height: 40px
}

.table-responsive {
    width: 75%
}

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

.blog-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center
}

.blog-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    flex: 0 0 calc(45.333% - 37px);
    /* Accounts for gap */
    max-width: calc(110.333% - 25px)
}

.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(165, 84, 161, 0.15)
}

.blog-image {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.blog-card:hover .blog-image img {
    transform: scale(1.05)
}

.blog-content {
    padding: 15px
}

.blog-category {
    color: #A554A1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    padding: 3px 10px;
    background: rgba(165, 84, 161, 0.1);
    border-radius: 15px
}

.blog-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-card:hover .blog-title {
    color: #A554A1
}

.blog-excerpt {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #eee
}

.read-more {
    color: #A554A1;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px
}

.read-more i {
    font-size: 11px
}

.read-more:hover {
    text-decoration: underline
}

/* Media Queries */
@media (min-width: 768px) and (max-width: 991px) {
    .blog-card {
        flex: 0 0 calc(50% - 28px);
        max-width: calc(110% - 28px)
    }

    .blog-flex {
        gap: 40px
    }
}

@media (max-width: 767px) {
    .blog-card {
        flex: 0 0 100%;
        max-width: 100%
    }

    .blog-flex {
        gap: 30px;
        padding: 0 15px
    }

    .blog-image {
        height: 200px
    }
}

/* Additional responsive adjustments */
@media (max-width: 480px) {
    .blog-content {
        padding: 12px
    }

    .blog-title {
        font-size: 15px
    }

    .blog-excerpt {
        font-size: 12px
    }

    .blog-category {
        font-size: 11px
    }
}

.para {
    line-height: 40px !important
}

.b-h3 {
    margin-top: 20px
}

.b-ul {
    line-height: 40px
}

.table-responsive {
    width: 75%
}

.blog-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px
}

.title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4
}

.para {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px
}

.b-h3 {
    font-size: 20px;
    color: #A554A1;
    margin: 25px 0 15px
}

.b-ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px
}

.b-ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6
}

/* .b-ul li::before {
        content: '•';
        color: #A554A1;
        position: absolute;
        left: 0;
        font-size: 20px;
    } */
.table-responsive {
    margin: 20px 0
}

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

.table th {
    background: #A554A1;
    color: white;
    padding: 12px
}

.table td {
    padding: 10px;
    border: 1px solid #ddd
}

.title {
    font-size: 28px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 600
}

.para {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px
}

/* Image Container */
.b-img {
    padding: 15px;
    position: relative
}

.b-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease
}

.b-img img:hover {
    transform: translateY(-5px)
        /* box-shadow: 0 6px 20px rgba(165, 84, 161, 0.2); */
}

/* Strong Text Styling */
strong {
    color: #A554A1;
    font-weight: 600
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .col-lg-6 {
        margin-bottom: 30px
    }

    .title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .content-image-section {
        padding: 20px 0
    }

    .b-img {
        padding: 10px
    }
}

/* Medium Layout: 1200px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .common-title.sergery-heading.padding-bottom-30 {
        padding-bottom: 10px
    }

    .teeth-canel.padding-100 {
        padding-bottom: 60px
    }

    .footer-area .footer-top {
        padding: 60px 30px 30px 30px
    }

    .breadcrumb-area {
        padding-left: 30px;
        padding-right: 30px
    }

    .about-us-section .about-content-area {
        width: 80%
    }

    .padding-90 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
    .subscribe-area .input-group .input-group-append .input-group-text {
        padding: 0 25px
    }

    .testimonial-section.padding-100.sergery-style {
        padding-bottom: 30px
    }

    .testimonial-section.padding-100.style-02 {
        padding-bottom: 25px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .latest-stories .storiest-carousel .slick-next {
        left: 66%
    }

    .latest-stories .storiest-carousel .slick-prev {
        left: 32%
    }
}

/* Medium Layout: 1025px. */
@media only screen and (max-width: 1025px) {
    .main-btn-wrap .main-btn {
        min-width: 180px;
        padding: 10px 20px
    }

    .about-us-section {
        padding-bottom: 40px
    }

    .teeth-canel .canel-content-area {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .input-group .input-group-append .input-group-text {
        padding: 0 25px
    }
}

/* Tablet Layout: 991px. */
@media only screen and (max-width: 991px) {
    .testimonial-section .common-title.sergery-heading.padding-bottom-30 {
        padding-bottom: 0px
    }

    .teeth-canel.padding-100 {
        padding-top: 90px
    }

    .service.padding-100 {
        padding-top: 91px
    }

    .latest-stories .storiest-carousel .slick-next {
        left: 67%
    }

    .latest-stories .storiest-carousel .slick-prev {
        left: 33%
    }

    header {
        padding: 20px 0
    }

    .teeth-canel .canel-img-area img {
        border-radius: 20px
    }

    .our-doctor,
    .latest-stories,
    .home-slider {
        overflow-x: hidden
    }

    .logo-area {
        display: none
    }

    .appointment-section .appointment-content .appointment-form-area {
        padding: 0 5%
    }

    .appointment-section.style-02 .container {
        padding: 0
    }

    .appointment-section.style-02 .appointment-content .appointment-form-area {
        width: 100%;
        padding: 0
    }

    .appointment-section.style-02 .row {
        margin: 0
    }

    .appointment-section.style-02 .col-md-6,
    .appointment-section.style-02 .col-md-12 {
        padding: 0;
        margin: 0
    }

    .appointment-section.style-02 .appointment-content .appointment-form-area .row .col-lg-6 {
        max-width: 50%
    }

    .appointment-section .container .appointment-content {
        padding: 70px 45px
    }

    /* Display None */
    .home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
        width: 70%
    }

    .appointment-section .appointment-content ul {
        justify-content: center
    }

    /* Padding */
    .blog-filter-section .content-item {
        padding: 50px 80px
    }

    .appointment-section .appointment-content {
        padding: 50px 0
    }

    .common-title,
    .appointment-section .appointment-content ul {
        padding: 0
    }

    .service .service-right {
        padding-left: 0px
    }

    .about-us-section .about-content-area {
        padding-top: 15px;
        padding-bottom: 40px
    }

    /*---Spacing Solved---*/
    .testimonial-section.padding-100 {
        padding-bottom: 55px
    }

    .appointment-section.padding-80 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .blog-filter-section .padding-bottom-100,
    .latest-stories.padding-top-20.padding-bottom-100 {
        padding-bottom: 80px
    }

    .padding-top-100.padding-bottom-90 {
        padding-bottom: 80px
    }

    /* .common-title {
    padding-bottom: 20px;
  } */
    .latest-stories .storiest-carousel .slick-next,
    .latest-stories .storiest-carousel .slick-prev {
        z-index: 1
    }

    .padding-100 {
        padding-top: 90px
    }

    .common-title.padding-bottom-90 {
        padding-bottom: 80px
    }

    .horizontal-scroll.padding-top-100.padding-bottom-50,
    .padding-top-100 {
        padding-top: 80px
    }

    .content-item.padding-bottom-100 {
        padding-bottom: 60px;
        margin: 0
    }

    .latest-stories .carousel-right-area {
        width: 100%;
        margin: auto;
        text-align: center
    }

    .service .service-left {
        padding-top: 0;
        padding-bottom: 50px
    }

    .padding-50 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .accordion-wrapper.style-02 .card .card-header a {
        padding: 15px
    }

    .breadcrumb-area.padding-90 {
        padding: 40px 20px
    }

    .accordion-page.padding-90,
    .latest-stories.padding-top-50 {
        padding-top: 0
    }

    .service-left .padding-top-30.padding-bottom-35 {
        padding-top: 15px;
        padding-bottom: 20px
    }

    .about-us-section .padding-top-20.padding-bottom-40 {
        padding-top: 5px;
        padding-bottom: 10px
    }

    .canel-content-area .common-title.padding-bottom-20 {
        padding-bottom: 10px
    }

    /*--------Font Size-------*/
    .home-slider .slider-content .slider-heading {
        font-size: 36px;
        line-height: 46px
    }

    .common-title .heading {
        font-size: 30px;
        line-height: 40px
    }

    /* Margin */
    .blog-filter-section .content-item {
        margin: 0 0
    }

    .teeth-canel .canel-content-area {
        margin-top: 30px
    }

    .our-doctor .common-title .heading,
    .common-title .heading,
    .latest-stories .common-title .heading {
        margin: auto
    }

    .about-us-section .about-content-area {
        position: inherit;
        transform: translate(0);
        top: 0;
        padding: 20px 0
    }

    .breadcrumb-area .page-title .heading-1 {
        font-size: 36px;
        line-height: 46px
    }

    .main-btn-wrap a,
    .main-btn-wrap input[type="submit"],
    .main-btn-wrap [type="button"] {
        padding: 10px 10px;
        min-width: 200px
    }

    .home-slider .controller-area {
        bottom: 10%
    }

    .latest-stories.padding-top-20.padding-bottom-100 .carousel-right-area {
        width: 96%;
        margin: auto
    }

    .heading-3 {
        margin: 0;
        font-size: 26px;
        line-height: 36px
    }

    .carousel-right-area {
        width: 95%;
        margin: auto
    }

    .latest-stories .common-title .heading.line-left::before {
        margin: auto
    }

    .footer-area .footer-top {
        padding: 60px 30px 30px 30px
    }

    .teeth-canel .container,
    .carousel-right-area.style-02 {
        margin: auto
    }

    .common-title .heading {
        margin: auto;
        padding-bottom: 20px
    }

    .appointment-section.style-02 .appointment-content .appointment-form-area .main-btn-wrap {
        padding-left: 15px
    }
}

/* Tablet Layout wide: 768px. */
@media only screen and (max-width: 768px) {

    /* width */
    .appointment-section .appointment-content .appointment-form-area {
        width: 100%
    }

    .appointment-section.style-02 .container {
        max-width: 100%
    }

    /* padding */
    .service .service-left {
        padding-top: 0
    }

    .blog-filter-section .content-item {
        padding: 40px
    }

    /*---Spacing Solution---*/
    /* Margin */
    .service-item,
    .font-family .heading,
    .subscribe-area .input-group {
        margin: auto
    }

    /* Dinsplay None */
    .home-slider .social-icon,
    .home-slider .controller-area {
        display: block !important
    }

    /* Text Center */
    .font-family .common-title {
        text-align: center
    }

    .latest-stories .storiest-carousel .slick-next,
    .latest-stories .storiest-carousel .slick-prev {
        display: none !important
    }

    .subscribe-area .input-group .form-control {
        border: 2px solid #A554A1
    }

    .latest-stories.padding-100 .container {
        max-width: inherit;
        width: 94%;
        margin: auto
    }

    .service.three.padding-100 .common-title {
        margin-top: 80px
    }

    .blog-filter-section .padding-bottom-100 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 740px) {

    .home-slider .slider-content .slider-heading,
    .breadcrumb-area .page-title .heading-1 {
        font-size: 30px;
        line-height: 40px
    }

    .common-title .heading {
        font-size: 28px;
        line-height: 38px
    }

    .service .service-left .heading-3,
    .heading-3,
    .common-title .heading {
        font-size: 24px;
        line-height: 34px
    }
}

/* medium tablet layout 599px */
@media only screen and (max-width: 599px) {
    .check-box li {
        padding-left: 40px
    }

    .faq-section.padding-100 {
        padding-left: 20px;
        padding-right: 20px
    }

    .home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
        left: 0;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .horizontal-scroll .button-group .button {
        padding: 10px 15px
    }

    .children {
        padding-left: 0
    }

    .service.three.padding-100 .common-title {
        margin-top: 40px
    }

    .appointment-section.style-02 .appointment-content .appointment-form-area .row .col-lg-6 {
        max-width: 100%
    }

    .appointment-section.style-02 .appointment-content .appointment-form-area {
        padding: 50px 30px
    }

    .appointment-section .container .appointment-content {
        margin-top: 0;
        padding: 0
    }

    /* Width   */
    /* Padding */
    .blog-filter-section .content-item {
        padding: 25px
    }

    .container {
        padding: 0 30px
    }

    .common-title .heading {
        padding: 0 20px
    }

    /* Margin */
    .common-title .center::after,
    .accordion-wrapper.style-02 {
        margin: 0
    }

    .home-slider .slider-content p {
        margin-bottom: 0px
    }

    /* Display None */
    .home-slider .scroll-down-area,
    .home-slider .social-icon {
        display: none
    }

    .latest-stories .storiest-carousel .slick-prev,
    .latest-stories .storiest-carousel .slick-next {
        display: none !important
    }

    /* Text align */
    .items {
        position: relative
    }

    .service .service-right {
        padding-left: 0px
    }

    .latest-stories .carousel-right-area {
        width: 100%;
        margin: auto;
        text-align: center
    }
}

@media screen and (max-height: 480px) {
    .service.three.padding-100.sergery-style-02 {
        padding-top: 50px
    }

    .appointment-section .appointment-content .appointment-form-area .main-btn-wrap {
        margin: 0 auto
    }
}

/* mobile tablet layout 450px */
@media only screen and (max-width: 450px) {
    .horizontal-scroll .button-group {
        border-bottom: 0
    }

    .home-slider .slider-content .slider-heading,
    .breadcrumb-area .page-title .heading-1 {
        font-size: 28px;
        line-height: 38px
    }

    .subscribe-area .input-group .input-group-append .input-group-text {
        padding: 0 20px
    }

    .main-btn-wrap .main-btn {
        min-width: 150px
    }

    .appointment-form-area .margin-15 {
        margin: 0 0 10px 0
    }

    .appointment-section.style-02 .appointment-content .appointment-form-area {
        padding: 40px 20px
    }

    .common-title .heading {
        padding-bottom: 0
    }

    /* .common-title.padding-bottom-65,
  .common-title {
    padding-bottom: 25px;
  } */
    .padding-bottom-100.sergery-style {
        padding-bottom: 50px
    }

    .appointment-section.padding-80 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .horizontal-scroll.padding-top-100.padding-bottom-50 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .content-item.padding-bottom-100 {
        padding-bottom: 20px
    }

    .blog-filter-section .content-item {
        padding: 10px 0 0 0
    }

    .latest-stories.padding-top-20.padding-bottom-100 .carousel-right-area {
        text-align: center
    }

    .horizontal-scroll.padding-top-100.padding-bottom-50,
    .padding-top-100 {
        padding-top: 50px
    }

    .latest-stories.padding-top-20.padding-bottom-100 {
        padding-bottom: 50px
    }

    /* width */
    /* Display None */
    /* Padding */
    .blog-filter-section .content-item {
        padding: 20px
    }

    /* Margin */
    .appointment-section .common-title .heading {
        margin: auto;
        text-align: center;
        color: white
    }

    .breadcrumb-area.style-03 .breadcrumb-content {
        min-width: 280px
    }
}

/* mobile tablet layout 414px */
@media only screen and (max-width: 414px) {
    .footer-area .footer-top {
        padding: 60px 0px 30px 0px
    }
}

/* mobile tablet layout 375px */
@media only screen and (max-width: 384px) {}

/* mobile tablet layout 360px */
@media only screen and (max-width: 360px) {}

.social-icon-a {
    width: 3%;
    position: fixed;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: inherit;
    height: inherit;
    background-color: #ae51a2ce;
    border-radius: 50px;
    padding: 10px;
    line-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9
}

@media(max-width:950px) {
    .social-icon-a {
        width: 4%
    }

    .home-slider.slider-style-01 .surgery-controller-style .social-icon {
        width: 4%
    }

    .about-us-section .about-img-area {
        padding: 18px !important
    }
}

@media(max-width:768px) {
    .social-icon-a {
        width: 6%
    }

    .home-slider.slider-style-01 .surgery-controller-style .social-icon {
        width: 6%
    }

    .table-responsive {
        width: 100%
    }
}

@media(max-width:600px) {
    .social-icon-a {
        width: 7%
    }

    .home-slider.slider-style-01 .surgery-controller-style .social-icon {
        width: 7%
    }
}

@media(max-width:500px) {
    .social-icon-a {
        width: 8%
    }

    .home-slider.slider-style-01 .surgery-controller-style .social-icon {
        width: 8%
    }
}

@media(max-width:450px) {
    .social-icon-a {
        width: 9%
    }
}

@media(max-width:400px) {
    .social-icon-a {
        width: 10%
    }

    .home-slider.slider-style-01 .surgery-controller-style .social-icon {
        width: 10%
    }
}

.social-icon-a .icon {
    color: #FFFFFF !important;
    cursor: pointer
}

.social-icon-a .icon:hover {
    color: #0a0a0a
}

@media (max-width:320px) {
    .popup-form {
        display: none !important
    }
}

@media(max-width:768px) {
    .main-btn-wrap.surgery-btn .main-btn {
        margin-left: 0
    }

    .main-btn {
        margin-left: 0px !important
    }
}

.home-content {
    position: absolute;
    top: 44% !important;
    left: 51.5% !important;
    margin: 0
}

@media only screen and (max-width: 991px) {
    .home-content {
        width: 50% !important
    }
}

@media only screen and (max-width: 599px) {
    .home-content {
        width: 73% !important;
        top: 50% !important;
        left: 29% !important
    }
}

@media only screen and (max-width: 500px) {
    .home-content {
        width: 74% !important;
        top: 40% !important;
        left: 29% !important
    }

    .home-heading {
        font-size: 30px !important;
        line-height: 41px !important
    }
}

.home-heading {
    background: #f9f9f96e
}

.home-content-1 {
    margin-top: 128px !important
}

.home-heading-1 {
    background: #f9f9f96e;
    padding: 20px
}

@media (max-width: 1450px) {
    .home-content-1 {
        width: 60% !important
    }
}

@media (max-width: 768px) {
    .home-content-1 {
        width: 80% !important
    }
}

@media (max-width: 500px) {
    .home-content-1 {
        margin-top: 100px !important;
        width: 100% !important;
        height: auto
    }

    .home-heading-1 {
        background: #f9f9f96e
    }
}

.doctor-card {
    background: #C5CAD3;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 30px
        /* Added margin bottom for each card */
}

.doctor-card:hover {
    transform: translateY(-5px)
}

.doctor-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.doctor-name {
    /* color: #fff; */
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase
}

.doctor-degree {
    color: #fff;
    font-size: 18px;
    margin: 5px 0
}

.doctor-specialty {
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 1.4
}

/* Responsive Grid */
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .doctor-name {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .doctor-name {
        font-size: 20px
    }

    .doctor-degree {
        font-size: 16px
    }

    .doctor-specialty {
        font-size: 14px
    }
}

.doctor-page {
    padding: 15px
}

.slider-content {
    padding: 20px
}

.heading-04 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px
}

.heading-06 {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6
}

.slider-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px
}

.slider-content ul {
    list-style: none;
    padding-left: 20px
}

.slider-content ul li {
    margin-bottom: 10px
}

.slider-content ul li p {
    margin: 0;
    padding: 0
}

.doctor-image {
    display: block;
    margin: auto;
    max-width: 80%;
    height: auto
}

@media (max-width: 768px) {
    .video-styling {
        width: 520px
    }
}

@media (max-width: 600px) {
    .video-styling {
        width: 500px
    }
}

@media (max-width: 500px) {
    .video-styling {
        width: 400px
    }
}

@media (max-width: 400px) {
    .video-styling {
        width: 350px
    }
}

@media (max-width: 330px) {
    .video-styling {
        width: 300px
    }
}

@media (max-width: 768px) {
    .gallery-01 video {
        width: 450px
    }
}

@media (max-width: 600px) {
    .gallery-01 video {
        width: 420px
    }
}

@media (max-width: 500px) {
    .gallery-01 video {
        width: 320px
    }
}

@media (max-width: 400px) {
    .gallery-01 video {
        width: 270px
    }
}

@media (max-width: 330px) {
    .gallery-01 video {
        width: 220px
    }
}

.thanks-banner {
    display: none;
    position: fixed;
    /* width: 100%; */
    max-width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    background-color: rgba(165, 84, 161, 0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}

.banner-content {
    position: relative
}

.banner-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.banner-image {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 80vh
}

.banner-content button {
    padding: 0px 10px
}

/* Container for the service section */
#service .service-right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

/* Adjusting the service items */
.service-item {
    /* display: flex; */
    align-items: flex-start;
    /* Align items to the start of the container */
    padding: 10px;
    background-color: #fff;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
    height: 200px
        /* Set a fixed height to make all items the same size */
}

/* Style for the icons */
.service-icon {
    width: 50px;
    /* Uniform icon size */
    height: 50px;
    margin-right: 20px
}

/* Service content */
/* Heading style */
/* Text style */
.service-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    flex-grow: 1;
    /* Allow text to fill remaining space */
    text-align: left
}

/* Adjust button styling */
.main-btn-wrap {
    text-align: center
}

.main-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ff0000;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    text-align: center
}

.main-btn:hover {
    background-color: #cc0000
}

.stats-section {
    padding: 50px 0;
    background: #bb55aece;
    background-image: url(/assets/img/chart.webp), linear-gradient(to right, #ae51a2ce, #ae51a2ce);
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 233px;
    display: flex;
    justify-content: center;
    align-items: center
}

.stats-text {
    color: white;
    padding: 15px 0px
}

.form-margin {
    margin-bottom: 0px !important
}

.scrollable-section {
    max-height: 90vh;
    /* 90% of viewport height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    overflow-x: hidden;
    /* Hide horizontal scrolling */
    padding-right: 5px
        /* Add some padding on the right for the scrollbar */
}

/* Custom scrollbar styling for better appearance */
.scrollable-section::-webkit-scrollbar {
    width: 6px
}

.scrollable-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.scrollable-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

.scrollable-section::-webkit-scrollbar-thumb:hover {
    background: #555
}

/* Responsive adjustments */
@media screen and (max-height: 700px) {
    .scrollable-section {
        max-height: 85vh
            /* Adjust for smaller screens */
    }
}

@media screen and (max-width: 768px) {
    .scrollable-section {
        max-height: 80vh;
        /* Further adjust for mobile */
        padding-right: 0
    }

    .count {
        font-size: 40px
    }
}

.footer-area {
    background-image: url(/assets/img/bg-footer.webp);
    background-size: cover
}

gmpx-store-locator {
    width: 100%;
    height: 100%;
    --gmpx-color-surface: #fff;
    --gmpx-color-on-surface: #212121;
    --gmpx-color-primary: #1967d2;
    --gmpx-font-family-base: "Roboto", sans-serif;
    --gmpx-font-size-base: 0.875rem
}

.more-gallery1 button {
    position: fixed;
    bottom: 23px;
    left: 77.5%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 12px 24px;
    background-color: #ac5696;
    /* Change to match your design */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease
}

.more-gallery1 button:hover {
    background-color: #ad64aa
        /* Darker shade for hover state */
}

@media(max-width:768px) {
    .more-gallery1 button {
        left: 30%;
        transform: translateX(-50%)
    }

    .more-gallery1 button {
        padding: 8px 8px;
        font-size: 12px
    }
}

.stats-section {
    position: relative;
    /* padding: 80px 0; */
    background-image: url('/assets/img/medical.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Makes background fixed when scrolling */
    color: white
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(172, 86, 150, 0.9);
    /* #ac5696 with opacity */
    z-index: 1
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2
}

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

.stats-box {
    width: 23%;
    padding: 30px 15px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.6s ease
}

.stats-box.active {
    transform: translateY(0);
    opacity: 1
}

.stat-icon {
    margin-bottom: 15px;
    text-align: center
}

.counter {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    /* Bright white for numbers */
    display: inline-block
}

.stats-text {
    font-size: 18px;
    font-weight: 500;
    color: #f4f9ff;
    /* Light blue-white for text */
    position: relative;
    padding-bottom: 15px
}

.stats-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: white;
    /* Orange accent from Abirami site */
    transition: width 1s ease
}

.stats-box.active .stats-text::after {
    width: 50px
}

.pulse {
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

/* Responsive styles */
@media (max-width: 991px) {
    .stats-box {
        width: 48%
    }
}

@media (max-width: 576px) {
    .stats-box {
        width: 100%
    }
}

.akc-departments-section {
    position: relative;
    background-image: url('/assets/img/dep.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
    color: #333
}

/* Overlay for better readability */
.akc-departments-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(54 54 54 / 60%);
    z-index: 1
}

.akc-dept-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.akc-dept-section-title {
    text-align: center;
    margin-bottom: 50px
}

.akc-dept-section-title h2 {
    color: white;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px
}

.akc-dept-section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: white
}

/* Carousel styling */
.akc-departments-carousel {
    margin: 0 auto;
    max-width: 1000px
}

.akc-dept-item {
    padding: 15px;
    text-align: center
}

.akc-dept-card {
    background: white;
    border-radius: 8px;
    padding: 25px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.akc-dept-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15)
}

.akc-dept-icon {
    margin-bottom: 15px
}

.akc-dept-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

.akc-dept-name {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0
}

/* Slick carousel custom styling */
.akc-departments-carousel .slick-prev,
.akc-departments-carousel .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px
}

.akc-departments-carousel .slick-prev {
    left: -50px
}

.akc-departments-carousel .slick-next {
    right: -50px
}

.akc-departments-carousel .slick-prev:before,
.akc-departments-carousel .slick-next:before {
    font-size: 40px;
    color: white
}

/* Responsive adjustments */
@media (max-width: 1100px) {
    .akc-departments-carousel .slick-prev {
        left: -30px
    }

    .akc-departments-carousel .slick-next {
        right: -30px
    }
}

@media (max-width: 768px) {
    .akc-dept-card {
        height: 150px
    }

    .akc-dept-icon img {
        width: 50px;
        height: 50px
    }

    .akc-dept-name {
        font-size: 16px
    }

    .akc-departments-carousel .slick-prev {
        left: -20px
    }

    .akc-departments-carousel .slick-next {
        right: -20px
    }
}

.home-slider.slider-style-01 .slick-prev.slick-arrow {
    display: none !important
}

.home-slider.slider-style-01 .slick-next.slick-arrow {
    display: none !important
}

.latest-stories .gallery-carousel .slick-prev,
.latest-stories .gallery-carousel .slick-next {
    display: none !important
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon {
    display: none !important
}

/* Main Section Styling */
.doctor-section {
    padding: 50px 0;
    background-color: #f5f9fc
}

.doctor-carousel {
    margin: 0 auto
}

.doctor-slide {
    padding: 0 15px;
    margin-bottom: 10px
}

.doctor-carousel .slick-track {
    display: flex;
    align-items: stretch
}

.doctor-carousel .slick-slide {
    height: auto
}

.doctor-carousel .slick-slide>div {
    height: 100%
}

.third-box {
    height: 100%;
    transition: transform 0.3s ease
}

.third-box-inner {
    background-color: #e8c1db;
    /* Lighter purple background matching the image */
    border-radius: 10px;
    padding: 30px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.3s ease
}

.blend-mode-multiply {
    background-blend-mode: multiply
}

/* Content Styling - Left side text */
.third-box-inner-data {
    flex: 1;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2
}

.third-box-inner-data h3 {
    color: #1f3c88;
    /* Dark blue color for doctor name */
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    word-wrap: break-word
}

.third-box-inner-data h3 span {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f3c88
}

.third-box-inner-data p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    word-wrap: break-word
}

/* Button Styling */
.circle-btn {
    /* Keep the button aligned with the doctor text block.
     Inline styles in the HTML set margin-top, so we override them here. */
    margin-top: auto !important;
    position: static;
    align-self: flex-start;
    width: fit-content
}

.common-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #ac5696;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #ac5696;
    white-space: nowrap
}

.common-btn:hover {
    background-color: #ac5696;
    color: white
}

.common-btn i {
    margin-left: 5px
}

/* Image Styling - Right side image */
.third-box-inner-pic {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.third-box-inner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: transform 0.3s ease
}

/* Card height standardization */
.doctor-section .doctor-slide {
    display: flex
}

.doctor-section .third-box {
    width: 100%
}

/* Enhanced Responsive Styling */
/* Large Desktops */
@media (min-width: 1200px) {
    .doctor-section .container-fluid {
        max-width: 1140px;
        margin: 0 auto
    }

    .third-box:hover {
        transform: translateY(-5px)
    }

    .third-box:hover .third-box-inner {
        box-shadow: 0 10px 20px rgba(172, 86, 150, 0.2)
    }

    .third-box:hover .third-box-inner-pic img {
        transform: scale(1.05)
    }

    .third-box-inner {
        height: 280px
            /* Fixed height for consistent card sizes */
    }
}

/* Desktop & Smaller */
@media (max-width: 1199px) {
    .doctor-section .container-fluid {
        padding: 0 25px
    }

    .third-box-inner-data h3 {
        font-size: 20px
    }

    .third-box-inner {
        height: 300px
            /* Fixed height for consistent card sizes */
    }
}

/* Tablets & Smaller */
@media (max-width: 991px) {
    .doctor-section {
        padding: 40px 0
    }

    .doctor-section h2 {
        margin-bottom: 25px
    }

    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px
    }

    .third-box {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .third-box-inner {
        min-height: 200px;
        height: auto;
        padding-bottom: 80px
            /* Space for the button */
    }

    .third-box-inner-pic {
        width: 40%
    }

    .circle-btn {
        bottom: 25px;
        left: 25px
    }
}

/* Medium Tablets */
@media (max-width: 768px) {
    .doctor-section {
        padding: 30px 0
    }

    .third-box-inner {
        flex-direction: row;
        padding: 25px;
        padding-bottom: 80px
            /* Space for the button */
    }

    .third-box-inner-data {
        max-width: 55%;
        justify-content: center;
        align-items: center
    }

    .third-box-inner-pic {
        position: absolute;
        right: 0;
        width: 45%;
        height: 100%
    }

    .third-box-inner-pic img {
        height: 100%;
        object-fit: cover
    }

    .circle-btn {
        position: static !important;
        bottom: auto;
        left: auto;
        display: block;
        width: auto
    }
}

/* Small Tablets & Large Phones */
@media (max-width: 640px) {
    .doctor-section h2 {
        font-size: 24px
    }

    .third-box-inner {
        padding: 20px;
        padding-bottom: 70px
            /* Space for the button */
    }

    .third-box-inner-data {
        max-width: 55%
    }

    .third-box-inner-data h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .third-box-inner-data p {
        font-size: 13px;
        margin-bottom: 15px
    }

    .common-btn {
        padding: 7px 16px;
        font-size: 13px
    }

    .circle-btn {
        bottom: 20px;
        left: 20px
    }
}

/* Mobile Phones */
@media (max-width: 480px) {
    .doctor-section {
        padding: 25px 0
    }

    .doctor-section h2 {
        font-size: 22px;
        padding: 5px !important
    }

    .third-box {
        margin-bottom: 20px
    }

    .third-box-inner {
        border-radius: 8px;
        padding: 15px;
        flex-direction: column;
        height: auto;
        padding-bottom: 60px
            /* Space for the button */
    }

    .third-box-inner-data {
        max-width: 100%;
        margin-bottom: 200px
    }

    .third-box-inner-data h3 {
        font-size: 18px;
        margin-bottom: 8px
    }

    .third-box-inner-data p {
        font-size: 13px;
        line-height: 1.4
    }

    .circle-btn {
        position: absolute;
        bottom: 15px;
        left: 15px;
        margin-top: 0 !important
    }

    .common-btn {
        padding: 6px 14px;
        font-size: 12px;
        border-radius: 18px
    }

    .third-box-inner-pic {
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        bottom: 70px;
        /* Position above the button */
        width: 100%;
        height: 180px;
        justify-content: center
    }

    .third-box-inner-pic img {
        width: auto;
        max-height: 180px;
        object-fit: contain
    }
}

/* Extra Small Mobile Phones */
@media (max-width: 360px) {
    .doctor-section h2 {
        font-size: 20px
    }

    .third-box-inner {
        padding: 12px;
        padding-bottom: 55px
            /* Space for the button */
    }

    .third-box-inner-data {
        margin-bottom: 170px
    }

    .third-box-inner-data h3 {
        font-size: 16px
    }

    .third-box-inner-data p {
        font-size: 12px;
        margin-bottom: 12px
    }

    .circle-btn {
        bottom: 12px;
        left: 12px
    }

    .common-btn {
        padding: 5px 12px;
        font-size: 11px
    }

    .third-box-inner-pic {
        height: 160px;
        bottom: 60px
            /* Position above the button */
    }

    .third-box-inner-pic img {
        max-height: 160px
    }
}

/* Orientation-specific styles */
@media (max-width: 768px) and (orientation: landscape) {
    .third-box-inner {
        flex-direction: row;
        min-height: 180px;
        padding-bottom: 25px
    }

    .third-box-inner-data {
        max-width: 60%;
        margin-bottom: 0;
        padding-bottom: 40px
            /* Space for the button */
    }

    .third-box-inner-pic {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40%;
        height: 100%
    }

    .third-box-inner-pic img {
        height: 100%;
        max-height: none
    }

    .circle-btn {
        bottom: 15px;
        left: 25px
    }
}

/* Font Awesome Icons */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-calendar:before {
    content: "\f073"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-angle-double-right:before {
    content: "\f101"
}

/* Top Bar Styles */
.top-bar {
    background-color: #ac5696;
    color: white;
    padding: 10px 0
}

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

.top-bar-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    align-items: center
}

.top-bar-links .dropdown {
    cursor: pointer;
    background: white;
    color: black;
    padding: 0 14px;
    border-radius: 5px;
    position: relative;
    z-index: 101
}

.top-bar-links li {
    margin-left: 20px;
    position: relative;
    padding: 5px 0
}

.top-bar-links li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 600
}

.top-bar-links li a:hover {
    color: #f0f0f0
}

.top-bar-links .emergency a {
    font-weight: bold;
    color: #ffea00
}

.top-bar-links .dropdown {
    cursor: pointer;
    background: white;
    color: black;
    padding: 0 14px;
    border-radius: 5px;
    position: relative
}

.top-bar-links .dropdown>span {
    display: block;
    padding: 5px 0
}

.top-bar-links .dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    list-style: none;
    padding: 10px 0;
    z-index: 100;
    display: none
}

.top-bar-links .dropdown:hover ul {
    display: block
}

.top-bar-links .dropdown ul li {
    margin: 0;
    padding: 0
}

.top-bar-links .dropdown ul li a {
    color: #333;
    padding: 8px 15px;
    display: block
}

.top-bar-links .dropdown ul li a:hover {
    background-color: #f5f5f5;
    color: #ac5696
}

/* Main Header Styles */
.main-header {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.logo {
    max-width: 180px
}

.logo img {
    width: 45%;
    height: auto;
    display: block
}

.main-menu {
    list-style: none;
    display: flex
}

.main-menu>li {
    margin-left: 30px;
    position: relative
}

.main-menu>li>a,
.main-menu>li>span {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.main-menu>li>a:hover,
.main-menu>li>span:hover {
    color: #ac5696
}

.main-menu .dropdown {
    position: relative
}

.main-menu .dropdown span::after {
    content: '▼';
    font-size: 9px;
    margin-left: 5px;
    position: relative;
    top: -2px
}

.main-menu .dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 100;
    display: none
}

.main-menu .dropdown:hover>ul {
    display: block
}

.main-menu .dropdown ul li {
    margin: 0;
    padding: 0
}

.main-menu .dropdown ul li a,
.main-menu .dropdown ul li span {
    color: #333;
    padding: 8px 15px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer
}

.main-menu .dropdown ul li a:hover,
.main-menu .dropdown ul li span:hover {
    background-color: #f5f5f5;
    color: #ac5696
}

.main-menu .dropdown ul .dropdown {
    position: relative
}

.main-menu .dropdown ul .dropdown span::after {
    content: '►';
    font-size: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.main-menu .dropdown ul .dropdown ul {
    left: 100%;
    top: 0
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer
}

.mobile-top-bar {
    display: none;
    background-color: #ac5696;
    padding: 10px 15px
}

.mobile-top-links {
    display: flex;
    justify-content: space-between
}

.mobile-top-links a {
    color: white;
    text-decoration: none;
    font-size: 10px
}

.mobile-top-links .emergency {
    font-weight: bold;
    color: #ffea00
}

.bk-appointment a:hover,
.model {
    background-color: #ac5696
}

.mobile-menu-close {
    display: none
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .main-menu>li {
        margin-left: 20px
    }
}

@media (max-width: 992px) {

    /* Top bar adjustments */
    .top-bar {
        display: none
            /* Hide desktop top bar */
    }

    .mobile-top-bar {
        display: block
    }

    /* Header adjustments */
    .mobile-menu-toggle {
        display: block
    }

    header {
        padding: 0px
    }

    nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 280px;
        height: 100vh;
        background: white;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        transition: right 0.3s ease;
        z-index: 1000
    }

    nav.active {
        right: 0
    }

    .main-menu {
        flex-direction: column;
        padding: 20px
    }

    .main-menu>li {
        margin: 0;
        border-bottom: 1px solid #eee
    }

    .main-menu>li>a,
    .main-menu>li>span {
        padding: 12px 0
    }

    .main-menu .dropdown ul {
        position: static;
        width: 100%;
        box-shadow: none;
        display: none;
        padding: 0 0 0 15px
    }

    .main-menu .dropdown.active>ul {
        display: block
    }

    .main-menu .dropdown span::after {
        float: right;
        content: '+';
        font-size: 18px;
        top: 0
    }

    .main-menu .dropdown.active>span::after {
        content: '-'
    }

    .main-menu .dropdown ul .dropdown ul {
        left: 0;
        padding-left: 15px
    }

    .main-menu .dropdown ul .dropdown span::after {
        right: 0;
        content: '+'
    }

    /* Overlay when menu is open */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        display: none
    }

    /* Close button in mobile menu */
    .mobile-menu-close {
        display: block;
        text-align: right;
        padding: 15px;
        font-size: 24px;
        color: #333;
        cursor: pointer
    }
}

@media (max-width: 576px) {
    .logo {
        max-width: 140px
    }
}

.top-bar .emergency {
    position: relative;
    width: 30%;
    overflow: hidden
}

.emergency-number {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    /* Adjust size if necessary */
    font-weight: bold;
    color: white
}

@keyframes scroll-left {
    0% {
        right: 100%
            /* Starts from the right */
    }

    100% {
        right: -100%
            /* Ends off the screen to the left */
    }
}

.top-social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid currentColor;
    transition: all 0.3s ease
}

.top-social:hover {
    background-color: white;
    color: #ac5696;
    transform: translateY(-3px)
}

.footer-area {
    position: relative;
    background-image: url(/assets/img/bg-footer.webp);
    background-size: cover
}

.footer-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65));
    pointer-events: none;
    z-index: 0
}

.footer-area .footer-top,
.footer-area .copyright-area {
    position: relative;
    z-index: 1
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li,
.widget.footer-widget tr {
    color: white
}

.widget.footer-widget .widget-title,
.copyright-area-inner,
.footer-area .footer-social-icon .icon,
.footer-area .logo-widget ul li .icon,
.footer-area .details,
.fa-map-marker-alt:before {
    color: white !important
}

.footer-area .logo-widget img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: #ffffff;
    padding: 5px;
    vertical-align: top
}

.footer-area td {
    border: 1px solid white
}

.service.sergery-style-02 {
    padding: 15px
}

.owl-controls {
    padding: 10px
}

.slick-dots {
    display: none !important
}

/* Background image and transparent overlay for Testimonial Section */
.testimonial-section {
    position: relative;
    background-image: url('/assets/img/bg/Docs sitting.webp');
    /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1
}

/* Transparent color overlay */
.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(173, 100, 170, 0.75);
    /* Purple overlay with 75% opacity */
    z-index: -1
}

/* Ensure content appears above the overlay */
.testimonial-section .auto-container {
    position: relative;
    z-index: 2
}

.appointment-section {
    background-image: url(/assets/img/contact/docs.webp);
    background-size: cover;
    border-radius: 0px
}

.appointment-section:after {
    height: 0px
}

.appointment-section::before {
    position: relative
}

.custom-select {
    background-color: #ffffff00
}

.social-media {
    display: flex
}

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

.main-header .logo {
    position: relative;
    z-index: 9;
    padding: 15px 0;
    -webkit-transition: .3s;
    transition: .3s
}

.location-contact-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.address-info {
    flex: 0 0 60%;
    text-align: left
}

.phone-info {
    flex: 0 0 35%;
    text-align: right
}

.info-title {
    font-weight: bold;
    margin-bottom: 8px
}

.info-content {
    line-height: 1.6
}

.location-card {
    margin-bottom: 30px
}

.card-inner {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
}

.card-header {
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0
}

.card-header h2 {
    margin: 0;
    color: #333;
    font-size: 22px
}

.card-body {
    padding: 20px
}

.map-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 4px
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .location-contact-info {
        flex-direction: column
    }

    .address-info,
    .phone-info {
        flex: 0 0 100%;
        text-align: left;
        margin-bottom: 15px
    }

    .phone-info {
        margin-top: 15px
    }
}

.page-title {
    text-align: center;
    margin-bottom: 30px
}

.page-title h1 {
    color: #512e86;
    font-size: 32px
}

.locations-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px
}

.location-card {
    width: 100%;
    padding: 15px
}

@media (min-width: 768px) {
    .location-card {
        width: 50%
    }
}

.card-inner {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%
}

.card-header {
    background: linear-gradient(to right, rgba(227, 233, 237, 0.5), rgba(165, 84, 161, 0.5));
    padding: 15px;
    border-bottom: 1px solid #eee
}

.card-header h2 {
    color: #512e86;
    font-size: 20px;
    margin: 0
}

.card-body {
    padding: 15px
}

.map-container {
    width: 100%;
    height: 250px;
    background-color: #eee;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

.info-title {
    font-weight: bold;
    color: #512e86;
    margin-bottom: 5px
}

.info-content {
    color: #555;
    line-height: 1.5
}

.whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 90px;
    z-index: 9999;
    background: #25D366;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    animation: pulse 2s infinite
}

.whatsapp-widget:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    animation: none
}

.whatsapp-widget a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    font-size: 28px
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .whatsapp-widget {
        bottom: 25px;
        right: 90px
    }

    .whatsapp-widget a {
        width: 50px;
        height: 50px;
        font-size: 24px
    }
}

.gallery-filter-images {
    margin-left: 100px
}

@media (max-width: 768px) {
    .gallery-filter-images {
        margin-left: 50px !important
    }
}

.dropdown {
    position: relative;
    list-style: none
}

.dropdown-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    max-width: 90vw;
    padding: 20px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    z-index: 1000
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown-container {
    display: flex;
    flex-wrap: wrap;
    width: 500px
}

.column {
    width: 50%
}

.column:first-child {
    padding-right: 10px
}

.column:last-child {
    padding-left: 10px
}

.column li {
    list-style: none;
    margin-bottom: 8px
}

.column a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 4px 0;
    transition: color 0.3s
}

.column a:hover {
    color: #0066cc
}

/* Mobile styles */
@media (max-width: 768px) {
    .dropdown {
        position: static
            /* Changed from relative to static */
    }

    .dropdown-menu {
        position: relative;
        /* Changed from absolute to relative */
        width: 100%;
        left: 0;
        transform: none;
        max-height: none;
        /* Removed height restriction */
        overflow-y: visible;
        /* Changed from auto to visible */
        margin-top: 10px;
        box-shadow: none;
        border: 1px solid #eee;
        border-radius: 5px
    }

    .dropdown-container {
        flex-direction: column;
        width: 200px
    }

    .column {
        width: 100%;
        padding: 0 !important
    }

    /* Optional: If you want to show/hide on click instead of hover on mobile */
    .dropdown:hover .dropdown-menu {
        display: none
    }

    .dropdown.active .dropdown-menu {
        display: block;
        width: 200px !important
    }
}