/*!
Theme Name: vedasyaclinic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vedasyaclinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vedasyaclinic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */


@charset "utf-8";
@import url('https://cdn-uicons.flaticon.com/2.5.1/uicons-regular-rounded/css/uicons-regular-rounded.css');
/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

/* From Uiverse.io by alexmaracinaru */
.animated-btn {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: #f39c12;
    color: #fff;
    border: 1px solid transparent;
    font-size: 15px;
}

.animated-btn:hover {
    background: #e08f10;
    color: #fff;
}

.animated-btn>i {
    width: 34px;
    margin-left: 0;
    transition: transform 0.3s ease-in-out;
}

.animated-btn:hover i {
    transform: translateX(5px);
}

.animated-btn:active {
    transform: scale(0.95);
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    /* font-weight: normal */
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

a {
    font-family: "DM Sans", sans-serif;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    line-height: normal !important;
    font-family: "Anek Latin", sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 44px;
    color: #454545;
    font-weight: 500;
    padding-top: 15px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

p span,
p strong {
    font-weight: 800;
}

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

a {
    text-decoration: none;
    color: #333;
}

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




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 50px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 50px;
}

.heading small {
    font-size: 18px;
    color: #b861a5;
}

.heading small a {
    color: inherit;
}

/* 
.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #d72a79;
    position: absolute;
    bottom: 0;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #b861a5;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}



.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;

    background-color: orangered;
    color: white;
}

.btn-primary {
    background: #008080 !important;
    color: #fff;
    border-color: transparent;
}

.mg-btn {
    background: #008080 !important;
    color: #fff;
    border: 0px solid #008080;
    border-color: transparent;
    padding: 10px 30px;
    border-radius: 4px;
}

.mg-btn:hover {
    background: transparent !important;
    color: #000;
    border: 1px solid #008080;
    /* border-color: transparent; */
    padding: 10px 30px;
    transition: 0.5s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 45px;
    z-index: 10;
}

.sticky {
    position: sticky;
}

.top-0 {
    top: 0px;
}

@keyframes bn13bouncy {
    0% {
        top: 0em;
    }

    40% {
        top: 0em;
    }

    43% {
        top: -0.9em;
    }

    46% {
        top: 0em;
    }

    48% {
        top: -0.4em;
    }

    50% {
        top: 0em;
    }

    100% {
        top: 0em;
    }
}

/* -----------------nav bar --------------------------- */




.navbar-nav>li>.dropdown-menu {
    min-width: 240px;
    margin-top: -4px;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: white;
    border: none;
    border-radius: 0;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #008080;
    border-radius: 0px;
    background-color: transparent;
}

.dropdown-menu li {
    width: 100%;
    padding: 0px !important;
    border-bottom: 1px solid #ccc;
}

/* .dropdown-menu li:nth-child(2){
    border-bottom: 0px;
} */
.dropdown-menu>li>a {
    padding: 10px 40px 10px 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #008080;
}




.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin: 0;
}



.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    position: absolute;
    padding: 11px;
    right: 0;
    top: -10px;
}

.navv {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0px 20px;
    width: 100%;
}


.navbar-brand {
    padding: 0;
    position: absolute;
    width: 20%;
    height: auto;
    top: -27px;
    text-align: left;
    left: 50px;
    z-index: 999;

}

.hide-before {
    top: 0px;
}

.main-logo {
    position: relative !important;
    filter: drop-shadow(0px -3px 6px #2a2a2a7a);
    top: 32px !important;
    border-radius: 10px;
    width: 146px !important;
}

.scroll-logo {
    position: relative !important;
    /* top: -15px !important;
left: -19px !important; */
}


.navbar-brand>img {
    margin: 0 !important;
    padding: 0 !important;
    width: 181px;
    position: absolute;
    top: 5px;
    border-radius: 10px;
    z-index: 999;
}


/* ------------------ */
.scroll-logo {
    display: none;
}

.sticky-nav.scrolled .main-logo {
    display: none;
}

.sticky-nav .scroll-logo {
    display: none;
}

.sticky-nav.scrolled .scroll-logo {
    display: inline;
}


.navbar-brand.hide-before::before {
    content: none;
}

.navbar-nav>li:last-child>a {
    background-color: #f39c12;
    color: #fff;
}

.navbar-nav>li:last-child>a:hover {
    background-color: #e67e22;
    color: #fff !important;
}

/* Remove the before effect only for last child */
.navbar-nav li:last-child::before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}


/* -------------------- */





.navbar-default {
    border: none;
    border-radius: 12px;
    padding: 5px 0px;
    backdrop-filter: blur(8px);
    background-color: #ffffff24;
    position: relative;
    width: 100%;
    z-index: 9999;
    top: 0;
    /* height: 100px; */
    height: 60px;
    /* box-shadow: 0px 3px 10px -9px #000; */
}

.scrolled .navbar-default {
    top: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0px 3px 10px -9px #000;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background: none;
    border-radius: 25px;
    padding: 14px 25px;
}

.scrolled .navbar-default .navbar-nav>.active>a {
    color: #000;
}

.scrolled .navbar-default .navbar-nav>li>a {
    color: #000;
}

.scrolled .navbar-nav>li:last-child>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #008080 !important;
    background-color: transparent !important;
    border-radius: 25px;
}

.scrolled .navbar-default .navbar-nav>li>a:hover {
    color: #008080 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    transition: 0.1s;
    border-radius: 25px;
    font-weight: 400;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent;
}

.scrolled .navbar-default .navbar-nav>li>a:hover,
.scrolled .navbar-default .navbar-nav>li>a:focus {
    color: #555;
    background-color: transparent;
}

.navbar-nav>li {
    float: left;
    padding: 0px 10px;
}

.navbar-nav {
    margin: 0;
    padding: 0px 20px;
}



.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 5px;
    background: #f68712;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}


.navbar-nav>li a {
    text-decoration: none;
    color: #333;
    line-height: 10px;
    font-size: 16px;
    position: relative;
}

.navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 10px 3px;
}

.navbar-nav li:hover:before,
.navbar-nav li.active:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-nav li::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    border-radius: 0px;
    left: 0;
    right: 0;
    height: 5px;
    background: #008080;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-default .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    /* Adjust as needed to align arrow */
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333 transparent;
    transform: translateY(50%) rotate(180deg);
    opacity: 0;
    /* Initially hide the arrow */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
}

.navbar-nav>li>a:hover>a::before {
    opacity: 1;
    /* Show the arrow on hover */
    border-color: transparent transparent #008080 transparent;
    /* Change color on hover */
    position: absolute;
}


.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #000;
    text-decoration: none;
}

.social-icons a:hover {
    color: #b861a5;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 16px;
}

.topnav-button a:hover {
    background-color: #000;
    transition: 0.5s;
}



.nav .navbar-nav li img {
    padding: -5px 4px;
    margin: -12px 0px;
    background: none;
}

.nav .navbar-nav li img:hover {
    background: none;
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease;
}


/* Media query for smaller screens */
@media (max-width: 768px) {
    .sticky-nav.no-translate {
        transform: none !important;
        /* Disable translation */
    }
}

.sticky-nav .top-nav {
    padding: 10px 0;
    text-align: center;
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sticky-nav .main-nav {
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 10px 15px 0 15px;
}

.scrolled .main-nav {
    margin: 0;
}

/* ------------------------------ */

.hero-section {
    height: 100vh;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    /* margin-top: 125px; */
}



.hero-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgb(0 86 179 / 68%), rgb(0 128 128 / 6%));
    z-index: 2;
}

.carousel-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 86, 179, 0.7), rgba(0, 128, 128, 0.7));
}

#bannerSlider {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.banner-image {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 65%;
    left: 0;
    right: 0;
    padding: 0 150px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.banner-txt .row {
    position: relative;
}


.hero-title {
    font-size: 55px;
    font-weight: bold;
    color: #000;
    line-height: 55px !important;
}

#bannerSlider {
    position: relative;
    /* z-index: 999; */
}

.highlight-text {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 0px 4px #00000070;
}

.banner-image {
    width: 100%;
}

.banner-image video {
    width: 100%;
}

.hero-subtitle {
    font-size: 22px;
    margin-top: 20px;
    color: #000;
    padding: 0 135px;
}


.button-group {
    margin-top: 30px;
}

.button-group .btn-1 {
    border-color: #ccc;
    color: #fff;
    background-color: #008080;
}

.button-group .btn-2 {
    border-color: #ccc;
    color: #fff;
    background-color: #008080;
}

.button-group .btn-2 i {
    padding-left: 5px;
}

.button-group .btn-1:hover {
    background-color: #fff;
    /* color: #000; */
}

.button-group .btn-2:hover {
    background-color: #008080;
    color: #fff;
}


/* sushants sevices  */
.doctor-section {
    padding: 90px 0 160px;
    background: #fdfdfd;
    /* background-color: rgb(46 204 128 / 0.3); */
    background: linear-gradient(rgb(0 86 179 / 25%), rgb(0 128 128 / 29%));
    position: relative;
    overflow: hidden;
    width: 100%;
}

#sushantSlider .owl-buttons {
    width: 100%;
    position: absolute;
    top: 40%;
}

#sushantSlider .owl-buttons .owl-prev {
    position: absolute;
    left: -1%;
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#sushantSlider .owl-buttons .owl-next {
    position: absolute;
    right: -1%;
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}


/* Services Grid */


.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    margin: 30px 0;
    position: relative;
    height: 245px;
}

.service-card i {
    font-size: 50px;
    background: linear-gradient(135deg, #ff6b6b, #ffb347);
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.service-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.service-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* Specialties List */
.specialities {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: -100px;
    z-index: 999;
}

.specialties {
    text-align: center;
    background-color: #008080;
    width: 75%;
    padding: 40px 0;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
}

.specialties .section-header .sub-title {
    color: #fff;
}

.specialties ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 40px;
}

.specialties li {
    font-size: 16px;
    background: #fff;
    color: #444;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.specialties li i {
    color: #f39c12;
    /* background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
    font-size: 20px;
}





/* --- About Doctors */

/* About Doctors Section */
.about-doctors-section {
    padding: 100px 0;
    position: relative;
}

.about-doctors-section::before {
    position: absolute;
    content: "";
    border-radius: 442.775px;
    opacity: .4;
    background: #fed15e;
    filter: blur(124.375px);
    width: 442.775px;
    height: 442.775px;
    right: -173px;
    top: 520px;
    z-index: -1;
}

.about-doctors-section::after {
    position: absolute;
    content: "";
    border-radius: 442.775px;
    opacity: .4;
    background: #a461d8;
    filter: blur(124.375px);
    width: 442.775px;
    height: 442.775px;
    left: -300px;
    top: -22px;
    z-index: -1;
}

.about-doctors-section .section-header {
    text-align: center;
}

.tabs-container {
    margin-top: 50px;
}

.nav-tab-100 {
    display: flex;
    position: relative;
    width: 100%;
}

.doctor-tabs {
    border: none;
    margin-bottom: 50px;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 5px;
    display: inline-flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
}

.doctor-tabs>li {
    flex: 1;
    text-align: center;
}

.doctor-tabs>li>a {
    background-color: transparent;
    color: #333333;
    border: none;
    border-radius: 8px;
    margin: 0 2px;
    padding: 15px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.doctor-tabs>li>a i {
    margin-right: 8px;
    font-size: 1.1rem;
}

.doctor-tabs>li.active>a,
.doctor-tabs>li.active>a:hover,
.doctor-tabs>li.active>a:focus {
    background-color: #008080;
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 86, 179, 0.3);
}

.doctor-tabs>li>a:hover {
    background-color: #008080;
    color: #fff;
    transform: translateY(-2px);
}

.doctor-profile {
    background-color: #f8f9fa;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.doctor-profile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0056b3, #008080);
}

.doctor-image {
    position: relative;
    margin-bottom: 30px;
}

.doctor-image img {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.doctor-image:hover img {
    transform: scale(1.05);
}

.doctor-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
}

.doctor-badge {
    background: linear-gradient(135deg, #0056b3, #008080);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}

.doctor-badge i {
    margin-right: 5px;
}

.doctor-info {
    padding-left: 20px;
}

.doctor-info h3 {
    color: #008080;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.doctor-info h4 {
    color: #008080;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.doctor-info h5 {
    color: #666666;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 500;
    font-style: italic;
}

.doctor-info p {
    margin-bottom: 1.5rem;
    color: #666666;
    line-height: 1.8;
}

.doctor-specialties {
    margin: 2rem 0;
}

.doctor-specialties h6 {
    color: #008080;
    font-weight: 600;
    margin-bottom: 1rem;
}

.doctor-specialties ul {
    list-style: none;
    padding: 0;
}

.doctor-specialties li {
    padding: 5px 0;
    color: #666666;
}

.doctor-specialties li:before {
    content: "✓";
    color: #008080;
    font-weight: bold;
    margin-right: 10px;
}

.btn-appointment {
    background: linear-gradient(135deg, #0056b3, #008080);
    border: none;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 86, 179, 0.3);
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.btn-appointment i {
    margin-right: 8px;
}

.btn-appointment:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 86, 179, 0.4);
    background: linear-gradient(135deg, #008080, #0056b3);
    color: #fff;
}




/* about-section  */


.about-section {
    position: relative;
    width: 100%;
    /* background-color: #f8f9fa; */
    /* background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%); */
    padding: 160px 0 50px;
    /* overflow: hidden; */
}

.about-section::before {
    position: absolute;
    content: "";
    border-radius: 442.775px;
    opacity: .4;
    background: #a461d8;
    filter: blur(124.375px);
    width: 442.775px;
    height: 442.775px;
    left: -300px;
    bottom: -22px;
    z-index: -1;
}

/* .about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(56, 119, 34, 0.05) 0%, rgba(0, 18, 25, 0.05) 100%);
    z-index: 1;
} */

.about-section .section-header h3 {
    width: 100%;
    margin: 0 0 15px 0;
}

.about-section-img {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.about-section-img img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 30px 30px 0px 0px rgba(56, 119, 34, 0.15);
    transition: all 0.3s ease;
}

.about-section-img:hover img {
    transform: translate(-5px, -5px);
    box-shadow: 35px 35px 0px 0px rgba(56, 119, 34, 0.2);
}


.about-section-txt {
    padding: 20px 0;
}

.about-section-txt p {
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.about-section-txt ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.about-section-txt li {
    line-height: 2.5;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about-section-txt li:hover {
    transform: translateX(10px);
    background: #fff;
    box-shadow: 0 5px 15px rgba(56, 119, 34, 0.1);
}

.about-section-txt li i {
    font-size: 24px;
    padding-right: 20px;
    color: #387722;
}




/* Responsive Styles */
@media (max-width: 991px) {
    .about-section {
        padding: 60px 0;
        overflow: hidden;
    }

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

    .about-section-box {
        width: 150px;
        height: 150px;
        bottom: -30px;
    }
}

@media (max-width: 768px) {
    .about-section-img img {
        box-shadow: 20px 20px 0px 0px rgba(56, 119, 34, 0.15);
    }

    .about-section-txt h2 {
        font-size: 24px;
    }

    .about-section-txt li {
        font-size: 14px;
        line-height: normal;
    }

    .about-section {
        padding: 20px 0;
        overflow: hidden;
    }
}





/* ============================== */

/* WHY CHOOSE US SECTION STYLES */
.why-section {
    padding: 90px 0 160px;
    /* background: url(../images/tour-background.jpg); */
    background: linear-gradient(rgb(0 86 179 / 25%), rgb(0 128 128 / 29%));
    position: relative;
    overflow: hidden;
    /* A light, clean background */
}

.why-section::before {
    position: absolute;
    content: "";
    border-radius: 442.775px;
    opacity: .4;
    background: #fed15e;
    filter: blur(124.375px);
    width: 442.775px;
    height: 442.775px;
    right: -173px;
    top: 520px;
    z-index: -1;
}

#vibhaSlider .owl-buttons {
    width: 100%;
    position: absolute;
    top: 40%;
}

#vibhaSlider .owl-buttons .owl-prev {
    position: absolute;
    left: -1%;
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#vibhaSlider .owl-buttons .owl-next {
    position: absolute;
    right: -1%;
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.why-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-section .section-header h3 {
    /* font-size: 32px; */
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

#whySlider .col-pad {
    padding: 0 15px;
}

.col-pad {
    padding: 0 15px;
}

.box-icon i {
    /* color: #ff6b6b; */
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    z-index: 2;
    position: relative;
}

/* Circle behind icon */
/* .box-icon::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    border-radius: 50%;
    top: 10px;
    left: 25px;
    z-index: 1;
    transition: all 0.3s ease;
} */


/* ------------------------------------------ */
.clients {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0;
}


.clients .section-header h3 {
    color: #000;
}

.clients .section-header {
    text-align: center;
}

.client-logo {
    border: 1px solid #ccc;
    text-align: center;
    margin: 10px;
}

.client-slide-box {
    margin: 0 30px;
}

.client-logo img {
    /* filter: grayscale(95%); */
    /* transition: filter 0.3s ease;
opacity: 0.6; */
}

.client-logo img:hover {
}

/* ----------------------------------- */

.why-choose-us {
    padding: 60px 0;
    background: linear-gradient(180deg, #fff9f9 0%, #fff 100%);
    position: relative;
    background: linear-gradient(rgb(0 86 179 / 25%), rgb(0 128 128 / 29%));
    overflow: hidden;
}

/* Cards */
.reason-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.reason-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

/* Circle Behind Icon */
.icon-circle {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #9feec9;
    border-radius: 50%;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.2;
    z-index: 0;
}

/* Icons */
.reason-card i {
    font-size: 42px;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* Headings */
.reason-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.reason-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 767px) {
    .reason-card {
        margin-bottom: 25px;
    }
}



/* ---------------------------------------------- */

.testimonials {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    clear: both;
    padding: 80px 0 60px;
    /* background: #008080; */
    /* background: url(../images/test-bg_2.jpg) center scroll no-repeat; */
    background-size: cover;
}

.testimonials::before {
    position: absolute;
    content: "";
    border-radius: 442.775px;
    opacity: .4;
    background: #a461d8;
    filter: blur(124.375px);
    width: 442.775px;
    height: 442.775px;
    left: -300px;
    bottom: -22px;
    z-index: -1;
}

/* .testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
} */
.shape-mockup {
    position: absolute;
    z-index: -1;
}


#testionial-slider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

#testionial-slider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #008080;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#testionial-slider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #008080;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.testimonials .section-header {
    text-align: center;
}

.testimonials .section-header h2 {
    color: #000;
}

.testimonials .section-header h3 {
    color: #000;
}

.section-header .sub-title {
    position: relative;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #008080;
    padding-top: 0px;
    margin-bottom: 12px;
    display: inline-block;
    padding-left: 30px;
}

.section-header .sub-title::before {
    content: "";
    background-image: url(assets/images/title_shape.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    left: 0px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.section-header h3 {
    width: 70%;
    margin: 0 auto;
    font-weight: 700;
    color: #333;
}

#testionial-slider .col-pad {
    padding: 0 15px;
}

.testi-card {
    position: relative;
    background-color: #F8F8F8;
    border-radius: 30px;
    padding: 40px 30px 40px 40px;
    height: 245px;
}

.testi-card .box-review {
    margin-top: -0.4rem;
    margin-bottom: 10px;
}

.testi-card .box-review i {
    color: #F3BA0E;
    font-size: 14px;
    margin-right: 3px;
}


.testi-card .box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.testi-card .box-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testi-card .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.testi-card .box-author {
    max-width: 50px;
    border-radius: 14px;
    overflow: hidden;
}

.testi-card .box-author img {
    border-radius: 14px;
}

.testi-card .box-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

/* -------------------------- */


/* ============ footer-section ============== */

.footer-section {
    background: url(assets/images/banner-02.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
}

.footer-section .containerWrapper {
    padding: 0 55px;
}

.footer-img {
    display: flex;
}

.footer-img img {
    width: 60%;
}

.footer-top {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
    position: relative;
    top: -15px;
    text-align: right;
}

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks li {
    display: inline-block;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.socialLinks ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    color: #008080;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.socialLinks ul li a .fa {
    border-radius: 50%;
    background: #fff;
}

.socialLinks ul li a:hover {
    border-radius: 50%;
    background: #008080;
    color: #fff;
}

.footer h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer p {
    text-align: left;
    float: left;
    margin: 0 0 2.6%;
    padding: 0 0px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.footer1 {
    width: 100%;
}



.footer1 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer1 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer-section a:hover {
    color: #008080;
    font-weight: 600;
}

.footer1 p {
    text-align: justify;
    border-bottom-left-radius: 0px 43px;
    padding: 0px 0px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.footer2 {
    position: relative;
    left: 0px;
    color: #fff;
}

.footer2 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer2 ul a {
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}



.footer3 {
    color: #fff;
}

.footer3 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer3 p {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

.footer3 a {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}


.footerstrip {
    position: relative;
    padding-top: 20px;
}

.strip-txt-1 h3 {
    float: left;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
}

.strip-txt-1 {
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    justify-items: start;
    text-align: right;
}

.strip-txt-2 {
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
    justify-items: end;
    text-align: right;
}

.strip-txt-2 p {
    float: left;
    text-align: right;
    color: #ffffff;
    font-size: 15px;
}

.strip-txt-2 a {
    color: #ffffff;
}

.strip-txt-2 a:hover {
    color: #008080;
}



/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 48px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 35px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #008080;
    z-index: 9999;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/* --------------side bar---------------/ */

.multi-contact-sidebar {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transition: all 0.4s ease;
}

/* Each tab layout */
.sidebar-tab {
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: all 0.4s ease;
}

/* Vertical tab label */
.tab-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #008080;
    color: #fff;
    padding: 10px 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.tab-label .fas {
    margin-bottom: 10px;
    font-size: 18px;
}

.tab-label .fab {
    margin-bottom: 10px;
    font-size: 18px;
}

.tab-label:hover {
    color: #ffffff;
    background: #000 !important;
}


/* Hidden sliding content box (form) */
.tab-content.contact-form {
    position: absolute;
    right: 40px;
    /* leave space for tab */
    top: 0;
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
    z-index: -1;
}

/* Slide-in effect when open */
.sidebar-tab.open .tab-content.contact-form {
    transform: translateX(0%);
    opacity: 1;
    z-index: 1;
}

/* Form styling */
.tab-content form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tab-content input,
.tab-content textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.tab-content button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}


/* ----------------------------- */


/*whatsapp-icon*/

#whatsapp-icon {
    position: fixed;
    bottom: 30px;
    left: 29px;
    z-index: 9999;
}

#whatsapp-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

#whatsapp-icon img:hover {
    transform: scale(1.1);
}

/* --------------------------------- */

/* =========================================== */
.bn13 {
    display: inline-block;
    padding: 0.65em 1.6em;
    border: 3px solid #ffffff;
    margin-left: 16px;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    animation: bn13bouncy 5s infinite linear;
    position: relative;
}

.bn13:hover {
    background-color: white;
    color: #000000;
}

/* ------------------------------------------------------- */

/*Media queries*/


@media (max-width: 768px) {

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-toggle .icon-bar {
        width: 24px;
        height: 4px;
    }

    #whatsapp-icon {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 9999;
    }
}


/* For Navbar  */
@media (max-width: 768px) {

    .heading-center {
        font-size: 40px;
    }

    .heading {
        font-size: 40px;
    }

    .tabs-container {
        margin-top: 10px;
    }



    .navbar-nav2::before {
        transform: skew(0deg);
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }

    .navbar-brand img {
        width: 185px;
    }

    .navbar-toggle {
        top: -8px;
    }

    .nav>li>a {
        padding: 9px 3px;
    }

    .nav-tabs>li>a {
        margin-right: 0px;
        font-size: 10px;
    }

    /* ------------------------------------------------------ */

    .sticky-nav.scrolled .main-logo {
        display: none !important;
    }

    .sticky-nav .scroll-logo {
        display: block;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #008080 !important;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #008080 !important;
    }

    .scroll-logo {
        position: absolute !important;
        top: 5px !important;
        left: 20px !important;
    }

    .main-logo {
        display: none !important;
    }

    /* ----------------------------------------------------------- */
    .circle-1 {
        width: 211px;
        height: 300px;
        top: -207px;
        right: -113px;
    }

    .site-footer img {
        padding: 20px 0px;
        padding: -7px;
        padding-bottom: 10px;
        width: 172px;
    }

    .navbar-brand {
        float: left;
        height: 7px;
        width: 250px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 31px;
        top: 4px;
        left: -10px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 17px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-brand>img {
        display: block;
        padding: 0px 0px;
        /* margin: -69px -15px; */
        /* background-color: #fefefe;
padding: 8px 24px; */
        /* border-radius: 33px; */
    }

    .scrolled .navbar-default {
        top: 0;
        background-color: #fff;
        box-shadow: 0px 3px 10px -9px #000;
    }


    .navbar-default {
        border: none;
        padding: 5px 0px 0;
        background: #fff;
        width: 100%;
        z-index: 0;
        top: 0px;
        border-radius: 0;
        /* position: relative; */
        height: auto;
    }

    .sticky-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 1000;
        transition: transform 0.3s ease;
    }

    .sticky-nav .main-nav {
        background-color: #333333;
        color: #ffffff;
        padding: 0px 0;
        margin: 0;
        text-align: center;
        position: relative;
    }


    .navbar-nav li {
        display: inline-block;
        position: relative;
        padding: 8px 3px;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .nav .navbar-nav li img {
        padding: -5px 4px;
        margin: 4px -5px;
        background: none;
        padding-top: 0px;
    }

    .navbar-nav {
        margin: 0;
        padding: 0px 0px;
        padding-bottom: 0;
        background-color: #fff;
        text-align: left;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
    }

    .navbar-nav li a {
        /* border-bottom: 2px solid white; */
        border-radius: 0px;
    }

    .dropdown-menu li {
        border: none;
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 17px;
        transition: 0.5s;
        border-radius: 0px;

    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #000;
        background: none;
        border-radius: 0px;
        padding: 2px 3px 12px 3px;
    }


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0066cc;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        position: relative;
        padding: 11px 11px 0;
        right: 0;
        top: 0px;
    }

    .navbar-nav li:hover:before,
    .navbar-nav li.active:before {
        top: 0;
        visibility: hidden;
        opacity: 0;
    }

}

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

/* Mobile view - max-width 768px */
@media (max-width: 768px) {
    .d-none {
        display: none !important;
    }


    /* Your mobile-specific styles here */
    .sticky {
        position: relative !important;
    }

    .navbar-nav>li:last-child>a {
        background-color: transparent;
        color: #000;
    }

    .containerWrapper {
        padding: 0 15px;
    }

    .d-flex {
        display: grid;
    }

    .hero-section {
        height: auto !important;
        display: block;
        margin-top: 65px;
        overflow: hidden;
    }

    .about-doctors-section {
        overflow: hidden;
        padding: 50px 0;
    }

    .doctor-profile {
        padding: 10px;
    }

    .testimonials {
        overflow: hidden;
    }

    .banner-image {
        height: auto;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    #bannerSlider .owl-controls .owl-page span {
        width: 15px !important;
        height: 15px !important;
        margin: 2px !important;
    }

    .banner-txt {
        width: 90%;
        top: 50%;
        left: 0;
        padding: 0;
        right: 0;
    }

    .hero-title {
        font-size: 16px;
        line-height: normal !important;
        margin: 0 0 8px 0;
    }

    #bannerSlider .owl-controls {
        right: 15px;
        bottom: 9% !important;
    }

    .hero-subtitle {
        font-size: 11px;
        margin-top: 00px;
        padding: 0 10px;
        /* display: none; */
        line-height: 14px;
    }

    .button-group {
        margin-top: 0;
        display: flex;
        justify-content: center;
        display: none;
    }

    /* -------------------- */

    .nav-pills {
        padding: 4px;
        margin: 10px 0;
        height: unset;
        display: flex;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tab-left {
        padding: 9px 16px !important;
    }

    .nav-pills::-webkit-scrollbar {
        width: 1px;
        height: 4px;
    }

    .tab-left img {
        width: 150px;
        border-radius: 5px;
        display: none;
    }

    .tab-panel-box {
        padding: 10px 5px;
        height: unset;
    }

    .nav-tabs {
        border-bottom: 1px solid #ddd;
        display: flex;
        width: 100%;
        text-align: center;
    }

    .doctor-section {
        padding: 50px 15px 140px;
    }

    .specialities {
        position: relative;
    }

    .specialties {
        width: 95%;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .footer-top {
        display: grid;
    }

    .footer-section {
        padding: 50px 0
    }

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

    .footer-img {
        justify-content: center;
        text-align: center;
    }

    .socialLinks {
        padding: 15px 0;
        top: 0;
        text-align: center;
    }

    .socialLinks li {
        margin-bottom: 10px;
    }

    .strip-txt-2 {
        display: block;
        text-align: center;
        justify-items: center;
    }

    .strip-txt-2 p {
        text-align: center;
        float: none;
    }

    .strip-txt-1 h3 {
        float: left;
        text-align: center;
    }


}

/* Tablet view - between 769px and 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Your tablet-specific styles here */

}




/* contact.php css  */
/* contact page */
.contactpage {
    position: relative;
    clear: both;
    width: 100%;
    padding: 80px 0px;
    background: white;
    /*   background:url(assets/images/Untitled-2.jpg) no-repeat;*/
    background-size: cover;
}


.contactpage .contactForm {
    background: transparent;
    display: block;
    padding: 30px 30px;
    text-align: center;
    border: none;
    border-radius: 5px;
    /*box-shadow: 0px 0px 32px -20px #000000;*/
    border: solid 1px #e9e9e9;
    color: #fff;
}

.contactForm h4 {
    font-weight: 600;
    font-size: 22px !important;
    color: #fdbc46;
}

.contactpage .contactForm p {
    height: 26px;
    color: red;
}

.officeAddress {
    padding: 25px 25px 25px 25px;
}

.officeAddress h3 {
    color: #000;
    font-weight: 600;
    text-transform: capitalize !important;
    font-size: 35px !important;
    margin-bottom: 20px;
}

.officeAddress i {
    /*color: #307755;*/
}

.officeAddress img {
    width: 50%;
    margin: 0 auto;
}

.preciantImg h4 {
    font-weight: 600;
    margin: 10px auto;
}

.officeAddress p {
    color: black;
    /*font-size: 15px;*/
}

.officeAddress p a {
    /*font-size: 15px;*/
    color: black;
}

.officeAddress p a:hover {
    color: #008080 !important;
}

.officeAddress p i {
    color: #fdbc46;
    padding: 0px 5px 0 0;

}

.aboutText p {
    font-size: 16px;
}

/*/contactblock/*/


/*.contactblock {
    background: #011f64;
    padding: 35px 10px 10px 10px;
    height: 568px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 45%);
}*/

.contactblock {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: left;
}

/* CONTACT US */

.enquiry-form {
    position: relative;
}

.enquiry-form label {
    display: none;
    color: #fff;
}

.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}


.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #008080;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.enquiry-form input,
.enquiry-form textarea {
    display: block;
    width: 100%;
    background: #fff;
    color: #222;
    text-indent: 45px;
    border: none;
}

.enquiry-form input {
    height: 40px;
    border-radius: 5px;
    border: solid 1px #bbbbbbbb;
    /*        /filter: drop-shadow(0px 0px 6px #dddddd);
        /*/
}

.enquiry-form textarea {
    height: auto;
    padding-top: 10px;
    border-radius: 5px;
    border: solid 1px #bbbbbbbb;
    filter: drop-shadow(0px 0px 6px #dddddd);
    position: relative;
    z-index: 99;

}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #eee;
}

.enquiry-form .textareabox i {
    top: 0;
    left: 0;
    border-radius: 0 5px 5px 0;
}



.footer-widget__title {
    margin-bottom: 10px;
    color: #000c;
    font-weight: 400;
}

.socialLinks ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
}

@media (max-width: 768px) {
    .contactblock {
        display: grid;
        justify-items: stretch;
    }

    .contactpage {
        padding: 50px 0px;
    }

    .officeAddress {
        padding: 5px;
    }

    .contactpage .contactForm {
        padding: 20px;
    }

    .officeAddress h3 {
        font-size: 26px !important;
    }

    .cta-section h2 {
        font-size: 28px;
    }

    .cta-section p {
        font-size: 16px;
    }

    .cta-section {
        padding: 15px;
    }

    .cta-section h2 {
        padding-bottom: 10px;
    }
}



@media (max-width: 767px) {

    .testi-card {
        height: unset;
    }

    .nav-tabs {
        border-bottom: 1px solid #ddd;
        margin: 10px 0;
    }

    .why-section {
        padding: 50px 15px 140px;
        overflow: hidden;
    }

    .section-header h3 {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
    }

    .service-card {
        margin: 10px 0 0 0;
        height: auto;
    }

    .section-header .sub-title {
        font-size: 24px;
        padding-left: 0;
        width: 100%;
    }

    .section-header .sub-title::before {
        top: 5px;
        display: none;
    }

    .faq .section-header .sub-title::before {
        top: 5px;
        left: 35px;
    }
}


/* ----  */



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffcc2a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */



