/*
@File: Medsev Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Header Top CSS
** - Navbar CSS
** - Home Slider CSS
** - Counter CSS
** - About CSS
** - Services CSS
** - Expertise CSS
** - Video CSS
** - Doctors CSS
** - Blog CSS
** - Newsletter CSS
** - Footer CSS
** - Copyright CSS
** - y CSS
** - Welcome CSS
** - Speciality CSS
** - Appointment CSS
** - Banner CSS
** - Review Slider CSS
** - Page Title CSS
** - Doctor Search CSS
** - Doctor CSS
** - Doctor Details CSS
** - Blog Details CSS
** - Location CSS
** - Drop CSS
** - Map CSS
** - Faq CSS
** - 404 CSS
** - Coming CSS
** - Testimonial CSS
** - Sign Up CSS
** - Login CSS
** - Privacy Policy CSS
** - Department CSS
** - Service Details CSS
** - Back to Top CSS
** - Home Four CSS
** - Home Five CSS
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*-- Default CSS --*/

:root {
    --gray-bg: #d8e0e8;
    --orange: #ff6a00;
    --white: #fff;
    --black: #111;
    --light-blue: #4a6f8a;
    --blue: #0072b6;
    --light-black: #282828;
    --fb: #3b5998;
    --twt: #1da1f2;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Raleway", sans-serif;
    color: var(--light-blue);
    background-color: var(--white);
    font-size: 15px;
    letter-spacing: .5px;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: "Raleway", sans-serif;
    letter-spacing: .5px;
}

p {
    line-height: 1.7;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
}

a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

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

.ptb-60 {
    padding: 60px 30px;
}

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

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

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

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

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

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

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

button:focus {
    outline: 0;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*-- End Default CSS --*/

/*-- Preloader CSS --*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #ff6a00;
}

.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*-- End Preloader CSS --*/

/*----- Home Page One -----*/

/*-- Header Top --*/

.header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ffffff;
    z-index: 1;
	margin-bottom: 4px;
}

.header-top-item .header-top-left ul {
    margin: 0;
    padding: 0;
}

.header-top-item .header-top-left ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    margin-right: 25px;
}

.header-top-item .header-top-left ul li i {
    color: #666;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.header-top-item .header-top-left ul li:last-child {
    margin-right: 0;
}

.header-top-item .header-top-left ul li a {
    display: inline-block;
    color: #666;
}

.header-top-item .header-top-left ul li a:hover {
    color: #ff6a00;
}

.header-top-item .header-top-left ul li i {
    color: #ff6a00;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.header-top-item .header-top-right .apt-btn a {
    background-color: var(--orange);
    color: var(--white);
    padding: 0px 8px;
    width: auto;
    height: 28px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--orange);
}

.header-top-item .header-top-right .apt-btn a:hover {
    background: transparent;
    color: var(--orange);
    transition: background 400ms ease-in, color 400ms ease-in;
    -webkit-transition: background 400ms ease-in, color 400ms ease-in;
    -moz-transition: background 400ms ease-in, color 400ms ease-in;
    -ms-transition: background 400ms ease-in, color 400ms ease-in;
    -o-transition: background 400ms ease-in, color 400ms ease-in;
}

.header-top-item .header-top-right {
    text-align: right;
}

.header-top-item .header-top-right ul {
    margin: 0;
    padding: 0;
}

.header-top-item .header-top-right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.facebook-ico a {
    color: #3b5998 !important;
    border: 0 !important;
}

.twitter-ico a {
    color: #55acee !important;
    border: 0 !important;
}

.insta-ico a img {
    /* background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    border: 0 !important; */
    width: 15px;
}

.header-top-item .header-top-right ul li:last-child {
    margin-right: 0;
}

.header-top-item .header-top-right ul li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    /* background-color: var(--gray-bg); */
}

.header-top-item .header-top-right ul li a:hover {
    /*color: #ccc; */
    /* background-color: var(--black);
    transition:   background-color 300ms ease-in  ;
    -webkit-transition:   background-color 300ms ease-in  ;
    -moz-transition:   background-color 300ms ease-in  ;
    -ms-transition:   background-color 300ms ease-in  ;
    -o-transition:   background-color 300ms ease-in  ; */
}

/*-- End Header Top --*/

/*-- Navbar --*/

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    width: 100px;
}

.main-nav {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.main-nav nav {
    /*  padding-top: 15px;
    padding-bottom: 15px;*/
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.main-nav nav .navbar-nav {
    margin-right: auto;
    margin-left: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #ff6a00;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
    border: 0;
    border-left: 3px solid #ff6a00;
    /* padding-top: 15px;
    padding-bottom: 15px;*/
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px dashed #0046c047;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #4a6f8a;
    font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ff6a00;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #ff6a00;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a.active {
    color: #ff6a00;
}

.main-nav nav .navbar-nav .nav-item a {
    font-size: 15px;
    color: #282828;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

/* .active {
    color: #ff6a00 !important;
} */

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
    color: #ff6a00 !important;
}

.search-icon {
    font-size: 16px;
    border: 0;
    outline: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: var(--white);
    background-color: #ff6a00;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
}

.search-icon:hover {
    background-color: #111111;
    color: var(--white);
}

.search-toggle .search-icon.icon-close {
    display: none;
}

.search-toggle.opened .search-icon.icon-search {
    display: none;
}

.search-toggle.opened .search-icon.icon-close {
    display: block;
}

.nav-srh {
    position: relative;
}

.nav-srh .search-area {
    position: absolute;
    right: 8px;
    bottom: -105px;
    z-index: 5;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff;
}

.nav-srh .search-area .search-icon {
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 22px;
    background-color: transparent;
    font-size: 20px;
    color: #ff6a00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.nav-srh .search-area .search-icon:hover {
    color: #111111;
}

.nav-srh .search-area .src-input {
    outline: none;
    padding-left: 20px;
    margin: 0;
    width: 300px;
    background-color: #dddddd80;
    border: 1px solid #ddd;
    font-size: 15px;
    height: 45px;
    border-radius: 0;
}

.nav-srh .search-area.opened {
    max-height: 100px;
    padding: 20px 25px;
    -webkit-box-shadow: 0px 0px 15px #dddddd80;
    box-shadow: 0px 0px 15px #dddddd80;
}

.menu-shrink {
    -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
}

.menu-shrink nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*-- End Navbar --*/

/*-- Home Slider --*/

.slider-item-img {
    background-image: url("../img/home-one/1.jpg");
}

.slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 730px;
    position: relative;
}

.slider-item .slider-shape img {
    position: absolute;
    top: -9px;
    right: -90px;
    max-width: 730px;
}

.slider-item .slider-shape-two img {
    position: absolute;
    top: 20px;
    right: -60px;
    max-width: 730px;
}

.slider-item .slider-shape-three img {
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 730px;
}

.slider-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ff6a00;
    opacity: 0.8;
}

.slider-item .slider-text {
    position: relative;
    margin-top: -450px;
}

.slider-item .slider-text h1 {
    font-weight: 500;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: 0;
    line-height: 1.4;
}

.slider-item .slider-text p {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
    max-width: 575px;
}

.common-btn a {
    display: inline-block;
    color: #ff6a00;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 5px;
    margin-right: 20px;
    border: 2px solid transparent;
}

.common-btn a:hover {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.common-btn a:last-child {
    margin-right: 0;
}

.common-btn .cmn-btn-right {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding-left: 25px;
    padding-right: 25px;
}

.common-btn .cmn-btn-right:hover {
    color: #ff6a00;
    background-color: #ffffff;
}

.home-slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px !important;
    font-size: 28px !important;
    border-radius: 50% !important;
    color: #dae9f1 !important;
    background-color: #2459b8 !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.home-slider .owl-prev:hover {
    color: #ffffff !important;
    background-color: #ff6a00 !important;
}

.home-slider .owl-next {
    position: absolute;
    top: 45%;
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px !important;
    font-size: 28px !important;
    border-radius: 50% !important;
    color: #dae9f1 !important;
    background-color: #2459b8 !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.home-slider .owl-next:hover {
    color: #ffffff !important;
    background-color: #ff6a00 !important;
}

.home-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    width: fit-content;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 4px;
    background-color: #9f9f9f;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.home-slider.owl-theme .owl-dots .owl-dot.active span,
.home-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    width: 30px;
}

/*-- End Home Slider --*/

/*-- Counter --*/

.counter-bg {
    background-image: url("../img/home-one/3.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 30px 0px #dddddda6;
    box-shadow: 0px 0px 30px 0px #dddddda6;
    /* margin-top: -140px; */
    position: relative;
    z-index: 1;
}

.counter-item {
    margin-bottom: 30px;
    text-align: center;
}

.counter-item i {
    display: block;
    color: #4a6f8a;
    font-size: 45px;
    margin-bottom: 20px;
}

.counter-item h3 {
    font-weight: 500;
    font-size: 42px;
    color: #ff6a00;
    margin-bottom: 8px;
}

.counter-item p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

/*-- End Counter --*/

/*-- About --*/

.about-item {
    margin-bottom: 30px;
}

.about-item h2,
.about-item h3,
.about-item h4 {
    font-weight: 500;
    margin-bottom: 15px;
}

.about-item h2 {
    font-size: 27px;
    position: relative;
    margin-bottom: 30px;
}

.about-item h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 69px;
    height: 3px;
    background-color: #ff6a00;
    border-radius: 5px;
}

.underlined-title h2 {
    position: relative;
    margin-bottom: 36px !important;
}

.underlined-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 69px;
    height: 3px;
    background-color: #ff6a00;
    border-radius: 5px;
}

/* .about-item h3 {
    font-size: 28px;
}

.about-item h4 {
    font-size: 20px;
} */

.about-item p {
    margin-bottom: 15px;
}

.about-item ol {
    margin: 0;
    padding: 0;
    margin: 0 0 15px 30px;
    list-style: decimal;
    font-weight: 500;
}

.about-item ul {
    margin: 0;
    padding: 0;
    margin: 0 0 15px 30px;
    list-style-type: none;
    font-weight: 500;
}

.background-about {
    background: rgb(218, 233, 241, .5);
}

.about-item ul li {
    display: flex;
    margin-bottom: 12px;
}

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

.about-item ul li i {
    display: inline-block;
    margin-right: 10px;
    color: #ff6a00;
    font-size: 23px;
    position: relative;
    top: 2px;
}

.about-item a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background-color: #ff6a00;
    font-weight: 500;
    padding: 20px 45px;
    border-radius: 5px;
	width: 100%;
	text-align: center;
}

.about-item a:hover {
    color: 15px;
    background-color: #111111;
}

.about-left {
    position: relative;
}

.about-left img {
    width: 100%;
    z-index: 1;
    object-fit: cover;
    overflow-clip-margin: unset;
    border-radius: 10px;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear;
    height: 450px;
}

.about-left:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 430px;
    height: 375px;
    border-radius: 10px;
    z-index: -1;
    -webkit-animation: a-one 5s infinite linear;
    animation: a-one 5s infinite linear;
    background-color: #dae9f1;
}

.about-left:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 430px;
    height: 375px;
    border-radius: 10px;
    z-index: -1;
    -webkit-animation: a-two 5s infinite linear;
    animation: a-two 5s infinite linear;
    background-color: #dae9f1;
}

@-webkit-keyframes a-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes a-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.about-right {
    /* padding-left: 40px; */
    position: relative;
}

.about-padding-left {
    padding-left: 40px;
    padding-right: 0px;
}

.about-padding-right {
    padding-left: 0px;
    padding-right: 40px;
}

.about-right img {
    position: absolute;
    top: -55px;
    right: 0;
    z-index: -1;
    width: 500px;
    -webkit-animation: a-three 5s infinite linear;
    animation: a-three 5s infinite linear;
}

@-webkit-keyframes a-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 35px);
        transform: translate(0, 35px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 35px);
        transform: translate(0, 35px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*-- End About --*/

/*-- Services --*/

.section-title {
    margin-bottom: 50px;
    margin-top: -7px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
}

.section-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #ff6a00;
    border-radius: 5px;
}

.service-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px 0px #ddddddbf;
    box-shadow: 0px 0px 25px 0px #ddddddbf;
    text-align: center;
    position: relative;
    padding-top: 75px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 315px;
    background-color: #fff;
}

.service-item:hover {
    background-color: transparent;
}

.service-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background-color: #ffffff;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.service-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-item:hover:before {
    background-color: #ff6a00;
    opacity: 1;
}

.service-item:hover .service-front {
    display: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.service-item:hover .service-end {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-item:hover .service-end p {
    margin-bottom: 24px;
    min-height: 77px;
}

.service-item .service-front {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    display: block;
}

.service-item .service-front i {
    display: block;
    color: #4d93e9;
    font-size: 65px;
    margin-bottom: 20px;
}

.service-item .service-front h3 {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 14px;
    line-height: 1.4;
    color: #282828;
    margin-top: 10px;
}

.service-item .service-front p {
    margin-bottom: 0;
}

.service-front img {
    max-width: 76px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff6a00;
}

.service-item .service-end {
    position: relative;
    display: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    padding-top: 25px;
    padding-bottom: 5px;
}

.service-item .service-end i {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    font-size: 170px;
    color: #fff;
    opacity: 0.1;
    z-index: -1;
}

.service-item .service-end h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    min-height: 53px;
}

.service-item .service-end p {
    margin-bottom: 0;
    color: #ffffff;
}

.service-item .service-end a {
    display: inline-block;
    color: #ff6a00;
    background-color: #ffffff;
    padding: 12px 15px;
}

.service-item .service-end a:hover {
    color: #ffffff;
    background-color: #111111;
}

/*-- End Services --*/

/*-- Expertise --*/

.expertise-item {
    text-align: center;
}

.expertise-item a {
    display: block;
}

.expertise-item .expertise-inner {
    background-color: #ff6a00;
    padding: 42px 25px 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.expertise-item .expertise-inner:hover i {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.expertise-item .expertise-inner i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    color: #ff6a00;
    font-size: 30px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 0px 7px #ffffffa6;
    box-shadow: 0px 0px 0px 7px #ffffffa6;
    background-color: #ffffff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    top: 8px;
}

.expertise-item .expertise-inner h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 14px;
}

.expertise-item .expertise-inner p {
    margin-bottom: 0;
    color: #ffffff;
}

.expertise-item .expertise-right {
    padding-left: 80px;
    position: relative;
}

.expertise-item .expertise-right:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 70px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    -webkit-animation: a-one 5s infinite linear;
    animation: a-one 5s infinite linear;
    background-color: #ff6a00;
}

.expertise-item .expertise-right:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    -webkit-animation: a-two 5s infinite linear;
    animation: a-two 5s infinite linear;
    background-color: #ff6a00;
}

.expertise-item .expertise-right img {
    width: 100%;
    z-index: 1;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear;
    height: 335px;
}

@-webkit-keyframes a-seven {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes a-seven {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*-- End Expertise --*/

/*-- Video --*/

.video-area {
    background-image: url("../img/home-one/7.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 560px;
    text-align: center;
}

.video-item a {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    color: #4d93e9;
    font-size: 35px;
    background-color: #ffffff;
    position: relative;
    top: 45px;
}

.video-item a:hover {
    color: #ffffff;
    background-color: #111111;
}

.video-item .video-content {
    margin-top: 90px;
    text-align: left;
    padding-left: 30px;
    position: relative;
    max-width: 745px;
    margin-left: 0;
}

.video-item .video-content:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 5px;
    height: 130px;
    background-color: #ffffff;
}

.video-item .video-content h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 25px;
}

.video-item .video-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.video-wrap .video-nav {
    margin-top: -42px;
    background-color: #ffffff;
    text-align: center;
    display: block;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
}

.video-wrap .video-nav .video-nav-item {
    display: inline-block;
}

.video-wrap .video-nav .video-nav-item a {
    color: #4d93e9;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    padding: 25px 49.4px 22px 49.3px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.video-wrap .nav-pills .nav-link,
.video-wrap .nav-pills .show > .nav-link {
    border-top: 4px solid transparent;
}

.video-wrap .nav-pills .nav-link.active,
.video-wrap .nav-pills .show > .nav-link {
    border-top: 4px solid #4d93e9;
}

/*-- End Video --*/

/*-- Doctors --*/

.doctor-item {
    margin-bottom: 30px;
    background-color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px #ddd;
    box-shadow: 0px 0px 20px 0px #ddd;
    border-radius: 10px;
}

.doctor-item:hover .doctor-top:before, .doctor-details-item:hover .doctor-top:before {
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.doctor-item:hover .doctor-top .anchor, .doctor-details-item:hover .doctor-top .anchor {
    opacity: 1;
    bottom: 80px;
}

.doctor-item:hover .doctor-top .view-profile-btn-1, .doctor-details-item:hover .doctor-top .view-profile-btn-1 {
    opacity: 1;
    bottom: 20px !important;
}

.doctor-item .doctor-top, .doctor-details-item .doctor-top {
    position: relative;
    border-radius: 10px;
}

.doctor-item:hover .doctor-top .anchor1, .doctor-details-item:hover .doctor-top .anchor1 {
    opacity: 1;
    bottom: 20px;
}

.doctor-item .doctor-top .anchor, .doctor-details-item .doctor-top .anchor {
    display: inline-block;
    color: #ff6a00;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    max-width: 163px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.doctor-item .doctor-top .anchor:hover, .doctor-details-item .doctor-top .anchor:hover {
    color: #ffffff;
    background-color: #111111;
}

.doctor-item .doctor-top .anchor1, .doctor-details-item .doctor-top .anchor1 {
    display: inline-block;
    color: #ff6a00;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    max-width: 163px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.doctor-item .doctor-top .anchor1:hover, .doctor-details-item .doctor-top .anchor1:hover {
    color: #ffffff;
    background-color: #111111;
}

.doctor-item .doctor-top img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    object-position: center top;
}

.doctor-details-item .doctor-top img {
    width: 100%;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}

.doctor-item .doctor-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
}

.doctor-item .doctor-bottom h3 a {
    display: block;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
    color: #232323;
}

.doctor-item .doctor-bottom h3 a:hover {
    color: #ff6a00;
}

.doctor-item .doctor-bottom span {
    display: block;
    color: #4a6f8a;
    font-size: 15px;
}

.doctor-btn {
    text-align: center;
}

.doctor-btn a {
    margin-top: 30px;
    display: inline-block;
    font-weight: 500;
    color: #232323;
    font-size: 18px;
    border: 2px solid #ff6a00;
    padding: 8px 65px;
    border-radius: 10px;
}

.doctor-btn a:hover {
    color: #ffffff;
    background-color: #ff6a00;
}

.doctor-details-biography h3 {
    color: #ff6a00 !important;
}

.doctor-details-work h3 {
    color: #ff6a00 !important;
}

.doctor-details-contact h3 {
    color: #ff6a00 !important;
}

/*-- End Doctors --*/

/*-- Blog --*/

.blog-area {
    background-color: #f8fbff;
    position: relative;
    padding-top: 200px;
}

.blog-item {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd6b;
    box-shadow: 0px 0px 20px 0px #dddddd6b;
    /* height: 570px; */
}

.blog-item:hover .blog-top {
    overflow: hidden;
}

.blog-item:hover .blog-top img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item .blog-top {
    overflow: hidden;
}

.blog-item .blog-top img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    height: 270px;
    object-fit: contain;
}

.blog-item .blog-top a {
    display: block;
}

.blog-item .blog-bottom {
    padding: 20px;
}

.blog-item .blog-bottom h3 {
    margin-bottom: 0;
    min-height: 70px;
}

.blog-item .blog-bottom h3 a {
    font-weight: 500;
    font-size: 20px;
    color: #232323;
    margin-bottom: 12px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    line-height: 1.4;
    display: block;
}

.blog-item .blog-bottom h3 a:hover {
    color: #ff6a00;
}

.blog-item .blog-bottom p {
    color: #232323;
    margin-bottom: 0;
    /* padding-bottom: 30px;
    height: 110px; */
    overflow-y: auto;
    min-height: 103px;
}

.blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    /* padding-top: 30px; */
    /* border-top: 1px solid #b1b8ed; */
}

.blog-item .blog-bottom ul li {
    display: inline-block;
    list-style-type: none;
    color: #ff6a00;
    font-weight: 500;
    font-size: 15px;
}

.blog-item .blog-bottom ul li i {
    color: #ff6a00;
}

.blog-item .blog-bottom ul li:last-child {
    float: right;
}

.blog-item .blog-bottom ul li:last-child i {
    font-size: 19px;
    top: 1px;
    margin-right: 3px;
}

.blog-item .blog-bottom ul li a {
    display: block;
    color: #ff6a00;
    font-weight: 500;
    font-size: 15px;
}

.blog-item .blog-bottom ul li a:hover {
    color: #111111;
}

.blog-item .blog-bottom ul li a:hover i {
    color: #111111;
}

.blog-item .blog-bottom ul li a i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/*-- End Blog --*/

/*-- Newsletter --*/

.newsletter-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-box-shadow: 0px 0px 20px 0px #ddddddab;
    box-shadow: 0px 0px 20px 0px #ddddddab;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-item h2 {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 15px;
}

.newsletter-item p {
    margin-bottom: 0;
    color: #676767;
    font-size: 15px;
    max-width: 550px;
    margin-left: 0;
}

.newsletter-item .newsletter-form {
    position: relative;
}

.newsletter-item .newsletter-form .form-control {
    height: 75px;
    border-radius: 10px;
    border: 1px solid #ff6a00;
    padding-left: 25px;
    font-size: 18px;
}

.newsletter-item .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #111111;
}

.newsletter-item .newsletter-form ::-webkit-input-placeholder {
    color: #333333;
}

.newsletter-item .newsletter-form :-ms-input-placeholder {
    color: #333333;
}

.newsletter-item .newsletter-form ::-ms-input-placeholder {
    color: #333333;
}

.newsletter-item .newsletter-form ::placeholder {
    color: #333333;
}

.newsletter-item .newsletter-form .newsletter-btn {
    border-radius: 10px;
    padding: 16px 30px;
    font-size: 18px;
    position: absolute;
    top: 7px;
    right: 7px;
    color: #ffffff;
    background-color: #ff6a00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 1;
}

.newsletter-item .newsletter-form .newsletter-btn:hover {
    background-color: #111111;
}

.newsletter-item .newsletter-form .validation-danger {
    color: #dc3545;
    margin-top: 10px;
}

/*-- End Newsletter --*/

/*-- Footer --*/

footer {
    /* background-image: url("../img/footer.png"); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--gray-bg);
    padding: 60px 0;
    position: relative;
}

.opt-hr {
    color: #fff;
}

.opt-hr td {
    color: var(--light-black);
    padding: 5px 0;
    border-bottom: 1px solid var(--light-black);
}

/* .footer-item {
    margin-bottom: 30px;
} */

.footer-item .footer-contact h3 {
    color: var(--light-black);
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 30px;
}

.footer-item .footer-contact ul {
    margin: 0;
    padding: 0;
}

.footer-item .footer-contact ul li {
    list-style-type: none;
    display: block;
    color: var(--light-black);
    font-weight: 500;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
}

/* .footer-item .footer-contact ul li:last-child {
    margin-bottom: 0;
    margin-left: 0;
} */

.footer-item .footer-contact ul li:last-child i {
    top: 0px;
}

.footer-item .footer-contact ul li a {
    display: block;
    color: var(--light-black);
    /* margin-bottom: 7px; */
}

/* .footer-item .footer-contact ul li a:last-child {
    margin-bottom: 0;
} */

.footer-item .footer-contact ul li a:hover {
    margin-left: 5px;
}

.footer-item .footer-contact ul li a:hover i {
    left: 5px;
}

.footer-item .footer-contact ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 24px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.footer-item .footer-quick h3 {
    color: var(--light-black);
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 30px;
}

.footer-item .footer-quick ul {
    margin: 0;
    padding: 0;
}

.footer-item .footer-quick ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
}

.footer-item .footer-quick ul li:last-child {
    margin-bottom: 0;
}

.footer-item .footer-quick ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: var(--light-black);
}

.footer-item .footer-quick ul li a:hover {
    margin-left: 5px;
}

.footer-item .footer-feedback h3 {
    color: var(--light-black);
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 30px;
}

.footer-item .footer-feedback .form-group {
    margin-bottom: 20px;
}

.footer-item .footer-feedback .form-group .form-control {
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffffc7;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
    color: #ffffff;
}

.footer-item .footer-feedback .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ffffffc7;
}

.footer-item .footer-feedback .form-group ::-webkit-input-placeholder {
    color: #ffffffc7;
}

.footer-item .footer-feedback .form-group :-ms-input-placeholder {
    color: #ffffffc7;
}

.footer-item .footer-feedback .form-group ::-ms-input-placeholder {
    color: #ffffffc7;
}

.footer-item .footer-feedback .form-group ::placeholder {
    color: #ffffffc7;
}

.footer-item .footer-feedback .feedback-btn {
    font-weight: 500;
    font-size: 14px;
    background-color: #ffffff;
    padding: 12px 35px;
    border-radius: 30px;
    color: #ff6a00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.footer-item .footer-feedback .feedback-btn:hover {
    color: #ffffff;
    background-color: #111111;
}

.social-icons i:hover, .text-orange {
    color: #ff6a00;
}

/*-- End Footer --*/

/*-- Copyright --*/

.copyright-area {
    /* background-color: #001230; */
    background-color: var(--white);
}

.copyright-area .copyright-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-area .copyright-item p {
    margin-bottom: 0;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.copyright-area .copyright-item p a {
    display: inline-block;
    /* color: #ffffff; */
}

.copyright-area .copyright-item p a:hover {
    color: #4a6f8a;
}

/*-- End Copyright --*/

/*----- End Home Page One -----*/

/*----- Home Page Two -----*/

/*-- Home Slider --*/

.home-slider-two.owl-theme .owl-dots .owl-dot.active span,
.home-slider-two.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6a00;
}

.slider-item-img-two {
    background-image: url("../img/home-two/slider/1.jpg");
}

.slider-item-img-three {
    background-image: url("../img/home-two/slider/2.jpg");
}

.slider-item-img-four {
    background-image: url("../img/home-two/slider/3.jpg");
}

.home-slider-two .owl-prev {
    background-color: #dae9f1 !important;
    color: #333 !important;
}

.home-slider-two .owl-next {
    background-color: #dae9f1 !important;
    color: #333 !important;
}

.home-slider-two .slider-item {
    height: 100vh;
}

.testimonial-area .slider-item {
    height: 90vh;
}

.home-slider-two .slider-item .slider-shape img {
    position: absolute;
    top: -160px;
    left: 0;
    width: 525px;
    -webkit-animation: a-three 5s infinite linear;
    animation: a-three 5s infinite linear;
}

.home-slider-two .slider-item:before {
    display: none;
}

.home-slider-two .slider-item .slider-text h1 {
    color: #232323;
}

.home-slider-two .slider-item .slider-text span {
	background: rgba(255,255,255,1);
    color: #414243;
	padding: 5px;
}

.home-slider-two .slider-item .slider-text .common-btn a {
    border: 2px solid #ff6a00;
    color: #ffffff;
    background-color: #ff6a00;
    position: relative;
}

.home-slider-two .slider-item .slider-text .common-btn a:hover {
    color: #ff6a00;
    background-color: transparent;
}

.home-slider-two .slider-item .slider-text .common-btn .cmn-btn-right {
    background-color: transparent;
    color: #ff6a00;
}

.home-slider-two .slider-item .slider-text .common-btn .cmn-btn-right:hover {
    color: #ffffff;
    background-color: #ff6a00;
}

/*-- End Home Slider --*/

/*-- Emergency --*/

.emergency-area {
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

.emergency-bg {
    background-image: url(../img/home-one/3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 30px 0px #dddddda6;
    box-shadow: 0px 0px 30px 0px #dddddda6;
    margin-top: -140px;
    position: relative;
    z-index: 1;
}

.emergency-item {
    margin-bottom: 30px;
    position: relative;
}

.emergency-item i {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #111111;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 0px 4px #ffffff9c;
    box-shadow: 0px 0px 0px 4px #ffffff9c;
    background-color: #ffffff;
}

.emergency-item .emergency-inner {
    padding-left: 90px;
}

.emergency-item .emergency-inner h3 {
    color: var(--orange);
    margin-bottom: 18px;
    font-size: 21px;
    font-weight: 500;
}

.emergency-item .emergency-inner p {
    /* color: #000; */
    margin-bottom: 0;
    font-size: 14px;
}

/*-- End Emergency --*/

/*-- Welcome --*/

.welcome-left {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

.welcome-left img {
	height: 100%;
    object-fit: cover;
}

.welcome-item ul {
    margin: 0 45px 0 10px;
    padding: 0;
    /* max-width: 430px; */
	/* text-align: justify; */
}

.welcome-item ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.welcome-item ul li .image-circle:hover {
    -webkit-box-shadow: 0px 0px 0px 10px #0072b6;
    box-shadow: 0px 0px 0px 10px #0072b6;
}

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

.welcome-item ul li .image-circle {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0px 0px 0px 10px #ff6a00;
    box-shadow: 0px 0px 0px 10px #ff6a00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 14px 10px 10px 10px;
    text-align: center;
}

.welcome-item ul li .image-circle img {
    width: 40px;
    height: 40px;
    border-radius: 0;
    object-fit: cover;
    vertical-align: middle;
}

.welcome-item ul li .welcome-inner {
    padding-left: 110px;
}

.welcome-item ul li .welcome-inner h3 {
    font-weight: 500;
    font-size: 21px;
    color: #4a6f8a;
    margin-bottom: 10px;
}

.welcome-item ul li .welcome-inner p {
    margin-bottom: 0;
}

.welcome-right {
    /* padding-left: 70px; */
    padding-left: 115px;
    padding-top: 0;
}

.section-title-two {
    /* max-width: 430px; */
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: -5px;
}

.section-title-two span {
    display: inline-block;
    color: #ff6a00;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.section-title-two h2 {
    font-size: 27px;
    font-weight: 500;
    color: #232323;
}

/*-- End Welcome --*/

/*-- Speciality --*/

.speciality-area .section-title-two {
    padding-top: 50px;
    padding-left: 15px;
}

.speciality-item .speciality-inner {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddda6;
    box-shadow: 0px 0px 20px 0px #dddddda6;
    padding: 30px;
    margin-bottom: 30px;
}

.speciality-item .speciality-inner:hover i {
    color: #ffffff;
    background-color: #6096fd;
}

.speciality-item .speciality-inner i {
    display: block;
    color: #6096fd;
    background-color: #e9eef5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 18px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.speciality-item .speciality-inner h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 12px;
}

.speciality-item .speciality-inner p {
    margin-bottom: 0;
}

.speciality-right {
    /* background-image: url("../img/about/abt2.jpg"); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.speciality-right img {
    /* display: none; */
}

.speciality-right .speciality-emergency {
    position: absolute;
    bottom: 0px;
    left: 100px;
    background-color: #ff6a00;
    padding: 30px;
    border-radius: 10px;
    min-width: 60%;
}

.speciality-right .speciality-emergency .speciality-icon {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
}

.speciality-right .speciality-emergency .speciality-icon i {
    display: inline-block;
    line-height: 45px;
    color: #ff6a00;
    text-align: center;
    font-size: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    left: 12px;
}

.speciality-right .speciality-emergency h3 {
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 8px;
}

.speciality-right .speciality-emergency p {
    margin-bottom: 0;
    color: #ffffff;
}

.speciality-left {
    padding-left: 55px;
    padding-right: 120px;
}

/*-- End Speciality --*/

/*-- Video --*/

.video-wrap-two .video-area {
    background-image: url("../img/home-two/7.jpg");
}

.video-wrap-two .video-nav .video-nav-item a {
    padding-left: 49.7px;
    padding-right: 49px;
}

.video-wrap-two .video-item a {
    color: #ff6a00;
}

.video-wrap-two .nav-pills .nav-link,
.video-wrap-two .nav-pills .show > .nav-link {
    border-top: 0;
}

.video-wrap-two .nav-pills .nav-link.active,
.video-wrap-two .nav-pills .show > .nav-link {
    border-top: 0;
    background-color: #ff6a00;
    color: #ffffff;
}

/*-- End Video --*/

/*-- Counter --*/

.counter-area-two .counter-bg {
    margin-top: 0;
    /* bottom: -125px !important; */
}

/*-- End Counter --*/

/*-- Appointment --*/

.appointment-area {
    background-image: url("../img/home-two/6.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 200px;
}

.appointment-item {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 80px 100px 80px;
    border-radius: 10px;
    background-image: url("../img/home-two/5.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.appointment-item h2 {
    color: #ff6a00;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}

/* .appointment-item span {
    display: block;
    color: #4a6f8a;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 50px;
} */

.appointment-item .appointment-form .form-group {
    padding-left: 70px;
    position: relative;
    margin-bottom: 60px;
}

.appointment-item .appointment-form .form-group i {
    display: inline-block;
    color: #ff6a00;
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 50px;
}

.appointment-item .appointment-form .form-group label {
    margin-bottom: 10px;
    color: #4a6f8a;
    font-size: 15px;
    font-weight: 500;
}

.appointment-item .appointment-form .form-group .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #0046c09e;
    font-size: 15px;
    padding-left: 0;
    padding-bottom: 8px;
    height: 40px;
    background-color: transparent;
}

.appointment-item .appointment-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #0046c09e;
}

.appointment-item .appointment-form .form-group ::-webkit-input-placeholder {
    color: #4a6f8a;
}

.appointment-item .appointment-form .form-group :-ms-input-placeholder {
    color: #4a6f8a;
}

.appointment-item .appointment-form .form-group ::-ms-input-placeholder {
    color: #4a6f8a;
}

.appointment-item .appointment-form .form-group ::placeholder {
    color: #4a6f8a;
}

.appointment-item .appointment-form .appointment-btn {
    color: #ffffff;
    background-color: #ff6a00;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    padding: 18px 45px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.appointment-item .appointment-form .appointment-btn:hover {
    color: #ffffff;
    background-color: #111111;
}

/*-- End Appointment --*/

/*----- End Home Page Two -----*/

/*----- Home Page Three -----*/

/*-- Banner --*/

.banner-area {
    height: 700px;
    position: relative;
}

.banner-area .heart-shape img {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: -1;
}

.banner-item {
    position: relative;
}

.banner-item h1 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 25px;
    max-width: 575px;
    margin-left: 0;
}

.banner-item p {
    color: #616263;
    margin-bottom: 35px;
    max-width: 575px;
    margin-left: 0;
}

.banner-item .common-btn-two a {
    display: inline-block;
    color: #ffffff;
    background-color: #ff6a00;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 5px;
    margin-right: 20px;
    border: 2px solid transparent;
}

.banner-item .common-btn-two a:hover {
    background-color: transparent;
    border: 2px solid #ff6a00;
    color: #ff6a00;
}

.banner-item .common-btn-two a:last-child {
    margin-right: 0;
}

.banner-item .common-btn-two .cmn-btn-right-two {
    background-color: transparent;
    color: #ff6a00;
    border: 2px solid #ff6a00;
    padding-left: 25px;
    padding-right: 25px;
}

.banner-item .common-btn-two .cmn-btn-right-two:hover {
    color: #ffffff;
    background-color: #ff6a00;
}

.banner-item .banner-right img {
    position: absolute;
}

.banner-item .banner-right img:nth-child(1) {
    top: -125px;
    right: 10px;
    max-width: 510px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.banner-item .banner-right img:nth-child(2) {
    top: -125px;
    right: 20px;
    max-width: 510px;
    -webkit-animation: a-four 5s infinite linear;
    animation: a-four 5s infinite linear;
    margin-left: auto;
    margin-right: auto;
}

.banner-item .banner-right img:nth-child(3) {
    top: -125px;
    right: 0px;
    max-width: 510px;
    -webkit-animation: a-five 5s infinite linear;
    animation: a-five 5s infinite linear;
    margin-left: auto;
    margin-right: auto;
}

.banner-item .banner-right img:nth-child(4) {
    bottom: 215px;
    left: 50px;
    max-width: 360px;
    z-index: -1;
    -webkit-animation: a-eight 20s infinite linear;
    animation: a-eight 20s infinite linear;
}

@-webkit-keyframes a-eight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(75px, 0);
        transform: translate(75px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-eight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(75px, 0);
        transform: translate(75px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes a-four {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-four {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes a-five {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-five {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*-- End Banner --*/

/*-- About --*/

.hospital-area {
    position: relative;
}

.hospital-area .hospital-shape img {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 290px;
    -webkit-animation: a-six 5s infinite linear;
    animation: a-six 5s infinite linear;
}

@-webkit-keyframes a-six {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-six {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.hospital-item {
    margin-bottom: 30px;
    position: relative;
}

.hospital-item .hospital-play-btn {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    color: #ff6a00;
    text-align: center;
    font-size: 32px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    top: 40%;
}

.hospital-item .hospital-play-btn:hover {
    color: #ffffff;
    background-color: #111111;
}

.hospital-item h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 15px;
}

.hospital-item p {
    margin-bottom: 40px;
}

.hospital-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.hospital-item ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    margin-bottom: 20px;
}

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

.hospital-item ul li i {
    color: #6096fd;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    bottom: -1px;
}

.hospital-item .hospital-btn {
    display: inline-block;
    color: #ffffff;
    background-color: #ff6a00;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    padding: 20px 42px;
}

.hospital-item .hospital-btn:hover {
    color: #ffffff;
    background-color: #111111;
}

.hospital-item .hospital-left-one {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.hospital-item .hospital-left-one:before {
    position: absolute;
    content: "";
    right: -17px;
    bottom: -15px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    background-color: #ff6a00;
}

.hospital-item .hospital-left-one img {
    width: 100%;
    z-index: 1;
}

.hospital-item .hospital-left-two {
    margin-left: 15px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.hospital-item .hospital-left-two:before {
    position: absolute;
    content: "";
    left: -17px;
    top: -15px;
    width: 295px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    background-color: #ff6a00;
}

.hospital-item .hospital-left-two img {
    width: 100%;
    z-index: 1;
}

.hospital-right {
    max-width: 525px;
    margin-left: 85px;
}

/*-- End About --*/

/*-- Speciality --*/

.speciality-right-two {
    position: relative;
}

/* .speciality-right-two:before {
    position: absolute;
    content: "";
    top: -25px;
    right: 0;
    width: 405px;
    height: 300px;
    z-index: -1;
    background-color: #ff6a00;
} */

/*-- End Speciality --*/

/*-- Welcome --*/

.welcome-left-two {
    position: relative;
    z-index: 1;
}

/*-- End Welcome --*/

/*-- Counter --*/

/* .counter-area-three .counter-bg {
    margin-top: 0;
    bottom: -100px;
} */

/*-- End Counter --*/

/*-- Review Slider --*/

.review-area {
    position: relative;
    background-image: url("../img/home-three/review-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 200px;
}

.main {
    max-width: 770px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}

.main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 330px;
    top: 65px;
    left: 0;
    right: 0;
    background-color: #ffffff;
}

.slick-dotted.slick-slider {
    margin-bottom: 25px;
}

.slider-nav {
    margin-bottom: 30px;
    position: relative;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.slider-nav .slick-dots {
    bottom: -145px;
}

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

.slider-nav .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #4a6f8a;
}

.slider-nav .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ff6a00;
}

.slider-nav .slick-track {
    padding-top: 2px;
}

.slider-nav div {
    text-align: center;
}

.slider-nav div .review-img {
    position: relative;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
}

.slider-nav div .review-img img {
    display: inline-block;
    margin-bottom: 45px;
    width: 90px;
    height: 90px;
    border: 3px solid #ff6a00;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-top: 2px;
    cursor: pointer;
}

.slider-nav div h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.slider-nav div span {
    display: block;
    color: #3776d0;
}

.slick-slide .review-details {
    opacity: 0;
}

.slick-slide:focus {
    outline: 0;
}

.slick-slide.slick-center .review-details {
    opacity: 1;
}

.slick-slide.slick-center .review-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.slider-for div p {
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
    text-align: center;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

/*-- End Review Slider --*/

/*----- End Home Page Three -----*/

/*----- Doctor Page -----*/

/*-- Page Title --*/

.page-title-one {
    background-image: url("../img/about/about.jpg");
}

.page-title-doc1 {
    background-image: url("../img/doctor/doc3.jpg");
    /* height: 400px; */
}

.page-title-doc2 {
    background-image: url("../img/team.jpg");
}

.page-title-area {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 350px;
    text-align: center;
    position: relative;
}

.page_title_area {
    height: 350px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page_title_area .page_title_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    z-index: -1;
}

.page-title-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: var(--light-blue);
}

.page_title_area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: var(--light-blue);
}

.page-title-item {
    position: relative;
    z-index: 1000;
    /* margin-top: -80px; */
}

.page-title-item h2 {
    color: #333333;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
}

.page-title-item ul {
    margin: 0;
    padding: 0;
}

.page-title-item ul li {
    list-style-type: none;
    display: inline-block;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    margin-right: 3px;
    margin-left: 3px;
}

.page-title-item ul li a {
    display: inline-block;
    color: #333333;
}

.page-title-item ul li a:hover {
    color: #dae9f1;
}

.page-title-item ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.page-title-team {
	position: relative;
	top: 40px;
}

/*-- End Page Title --*/

/*-- Doctor Search --*/

.doctor-search-wrap {
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px #ddd;
    box-shadow: 0px 0px 20px 0px #ddd;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
}

.doctor-search-item {
    margin-bottom: 30px;
    position: relative;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
}

.doctor-search-item .form-group {
    position: relative;
    padding-left: 60px;
    margin-bottom: 0;
}

.doctor-search-item .form-group i {
    display: inline-block;
    color: #ff6a00;
    font-size: 45px;
    position: absolute;
    top: 8px;
    left: 0;
}

.doctor-search-item .form-group label {
    color: #4a6f8a;
    font-size: 15px;
    margin-bottom: 5px;
}

.doctor-search-item .form-group .form-control {
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccd9f2;
}

.doctor-search-item .form-group .form-control:focus {
    border-bottom: 1px solid #111111;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.doctor-search-item .form-group ::-webkit-input-placeholder {
    color: #4a6f8a;
}

.doctor-search-item .form-group :-ms-input-placeholder {
    color: #4a6f8a;
}

.doctor-search-item .form-group ::-ms-input-placeholder {
    color: #4a6f8a;
}

.doctor-search-item .form-group ::placeholder {
    color: #4a6f8a;
}

.doctor-search-item .doctor-search-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #4a6f8a;
    font-size: 18px;
}

/*-- End Doctor Search --*/

/*-- Doctor --*/

.doctors-area-two {
    /* padding-bottom: 180px; */
    position: relative;
}

.doctors-area-two .doctor-shape {
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-animation: a-six 5s infinite linear;
    animation: a-six 5s infinite linear;
}

/*-- End Doctor --*/

/*----- End Doctor Page -----*/

/*----- Apoointment Page -----*/

/*-- Page Title --*/

.page-title-two {
    background-image: url("../img/appointment/appoint.jpg");
}

.page-title-two .page-title-item {
    margin-top: -100px;
}

/*-- End Page Title --*/

/*-- Appointment --*/

.appointment-area-two {
    padding-bottom: 180px;
}

.appointment-item-two {
    background-image: none;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #ddd;
    box-shadow: 0px 0px 20px 0px #ddd;
    padding: 80px 65px 80px;
    position: relative;
}

.appointment-item-two .appointment-shape {
    position: absolute;
    bottom: -65px;
    left: -74px;
    width: 310px;
    -webkit-animation: a-six 5s infinite linear;
    animation: a-six 5s infinite linear;
}

.appointment-item-two-right {
    background-image: url("../img/appointment/2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.appointment-item-two-right .appointment-item-content {
    background-color: #e7e7e7;
    padding: 95px 40px 100px;
    margin: 0 40px;
    border-radius: 10px;
}

.appointment-item-two-right .appointment-item-content h2 {
    color: #ff6a00;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}

.appointment-item-two-right .appointment-item-content .content-one {
    display: inline-block;
}

.appointment-item-two-right .appointment-item-content .content-one ul {
    margin: 0;
    padding: 0;
}

.appointment-item-two-right .appointment-item-content .content-one ul li {
    list-style-type: none;
    display: block;
    position: relative;
    color: #4a6f8a;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.appointment-item-two-right
    .appointment-item-content
    .content-one
    ul
    li:last-child {
    margin-bottom: 0;
}

.appointment-item-two-right
    .appointment-item-content
    .content-one
    ul
    li:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 10px;
    left: 95px;
    background-color: #b7b2b2;
}

.appointment-item-two-right .appointment-item-content .content-two {
    display: inline-block;
    margin-left: 70px;
}

.appointment-item-two-right .appointment-item-content .content-two ul {
    margin: 0;
    padding: 0;
}

.appointment-item-two-right .appointment-item-content .content-two ul li {
    list-style-type: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #4a6f8a;
    margin-bottom: 10px;
}

.appointment-item-two-right
    .appointment-item-content
    .content-two
    ul
    li:last-child {
    margin-bottom: 0;
}

.appointment-wrap-two {
    margin-top: -160px;
}

/*-- End Appointment --*/

/*----- End Apoointment Page -----*/

/*----- Doctor Details Page -----*/

/*-- Page Title --*/

.page-title-three {
    background-image: url("../img/services/serv2.jpg");
    /* height: 460px */
}

.page-title-three .page-title-item {
    position: relative;
    top: -100px;
}

.page-title-three .d-table-cell {
    vertical-align: bottom;
}

.page-title-item-two {
    position: relative;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
}

.page-title-item-two h2 {
    font-weight: 700;
    font-size: 48px;
    color: #333;
    margin-bottom: 14px;
    z-index: 1000;
    position: relative;
}

.page-title-item-two h3 {
    font-weight: 500;
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    z-index: 1000;
    position: relative;
}

.page-title-item-two h5 {
    color: #333;
    z-index: 1000;
    position: relative;
}

.page-title-item-two p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fefefe;
    padding-bottom: 55px;
}

/*-- End Page Title --*/

/*-- Doctor Details --*/

.doctor-details-left {
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    border-radius: 10px;
    margin-top: -225px;
    position: relative;
    z-index: 20;
    width: 400px;
    float: left;
    margin-right: 110px;
}

.doctor-details-item {
    margin-bottom: 60px;
}

.doctor-details-item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 60px;
}

.doctor-details-item .doctor-details-contact {
    padding-left: 65px;
    margin-bottom: 50px;
}

.doctor-details-item .doctor-details-contact h3 {
    font-weight: 500;
    font-size: 22px;
    color: #4a6f8a;
    margin-bottom: 30px;
}

.doctor-details-item .doctor-details-contact ul {
    margin: 0;
    padding: 0;
}

.doctor-details-item .doctor-details-contact ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #858585;
    margin-bottom: 25px;
}

.doctor-details-item .doctor-details-contact ul li:last-child {
    margin-bottom: 0;
}

.doctor-details-item .doctor-details-contact ul li i {
    display: inline-block;
    color: #ff6a00;
    margin-right: 8px;
    font-size: 23px;
    position: relative;
    top: 2px;
}

.doctor-details-item .doctor-details-work {
    padding-left: 65px;
    padding-bottom: 60px;
}

.doctor-details-item .doctor-details-work h3 {
    font-weight: 500;
    font-size: 22px;
    color: #4a6f8a;
    margin-bottom: 30px;
}

.doctor-details-item .doctor-details-work .appointment-item-two-right {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
}

.doctor-details-item
    .doctor-details-work
    .appointment-item-two-right
    .appointment-item-content {
    padding: 0;
    background-color: transparent;
    margin: 0;
}

.doctor-details-item .doctor-details-biography {
    /* padding-left: 63px; */
    padding-top: 70px;
}

.doctor-details-item .doctor-details-biography h3 {
    font-weight: 500;
    font-size: 24px;
    color: #2f60bd;
    margin-bottom: 25px;
}

.doctor-details-item .doctor-details-biography p {
    margin-bottom: 0;
}

.doctor-details-item .doctor-details-biography ul {
    margin: 0;
    padding: 0;
}

.doctor-details-item .doctor-details-biography ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
}

.doctor-details-item .doctor-details-biography ul li:last-child {
    margin-bottom: 0;
}

/*-- End Doctor Details --*/

/*-- Appointment --*/

.appointment-area-three {
    padding-bottom: 210px;
}

.appointment-area-three .appointment-item {
    max-width: 565px;
    margin-left: auto;
    margin-right: 80px;
    margin-top: 50px;
}

.appointment-area-three .appointment-item .appointment-shape {
    bottom: 0;
    top: -95px;
    left: -74px;
    width: 250px;
}

.appointment-area-three .speciality-right-three {
    background-image: url("../img/doctor/4.jpg");
}

/*-- End Appointment --*/

/*----- End Doctor Details Page -----*/

/*----- Blog Details Page -----*/

/*-- Page Title --*/

.page-title-four {
    background-image: url("../img/gallery/gallery.jpg");
}

.page-title-four .page-title-item {
    margin-top: 100px;
}

/*-- End Page Title --*/

/*-- Blog Details --*/

.blog-details-area {
    padding-bottom: 20px;
}

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

.blog-details-item .blog-details-img ul li span, .blog-details-item .blog-details-img p span {
    font-family: "Raleway", sans-serif !important;
    color: #333333;
}

.blog-details-item .blog-details-img img {
    width: 100%;
    margin-bottom: 30px;
    object-fit: contain;
}

.blog-details-item .blog-details-img h2 {
    color: #232323;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 16px;
}

.blog-details-item .blog-details-img ul.reviewed-by {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.blog-details-item .blog-details-img ul:not(.reviewed-by) li {
    list-style-type: disc;
    margin-left: 20px;
}

.blog-details-item .blog-details-img ul.reviewed-by li {
    list-style-type: none;
    display: inline-block;
    color: #3a5ed3;
    font-size: 16px;
    margin-right: 50px;
}

.blog-details-item .blog-details-img ul.reviewed-by li a {
    font-weight: 500;
    color: #ff6a00;
    display: inline-block;
}

.blog-details-item .blog-details-img ul.reviewed-by li a:hover {
    color: #111111;
}

.blog-details-item .blog-details-img ul.reviewed-by li:last-child {
    margin-right: 0;
}

.blog-details-item .blog-details-img ul li i {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}

.blog-details-item .blog-details-img p {
    font-size: 15px;
    margin-bottom: 22px;
}

.blog-details-item .blog-details-previous h3 {
    color: #232323;
    font-weight: 700;
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 25px;
}

.blog-details-item .blog-details-previous ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.blog-details-item .blog-details-previous ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 6px;
}

.blog-details-item .blog-details-previous ul li:last-child {
    margin-bottom: 0;
}

.blog-details-item .blog-details-previous .prev-next ul {
    margin: 0;
    padding: 0;
}

.blog-details-item .blog-details-previous .prev-next ul li {
    list-style-type: none;
    display: inline-block;
}

.blog-details-item .blog-details-previous .prev-next ul li:last-child {
    float: right;
}

.blog-details-item .blog-details-previous .prev-next ul li a {
    display: block;
    font-size: 15px;
    color: #0045be;
    border: 1px solid #0045be;
    padding: 10px 25px;
    border-radius: 6px;
}

.blog-details-item .blog-details-previous .prev-next ul li a:hover {
    color: #ffffff;
    border: 1px solid #4a6f8a;
    background-color: #4a6f8a;
}

.blog-details-item .blog-details-search {
    position: relative;
    margin-bottom: 40px;
}

.blog-details-item .blog-details-search .form-control {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #ff6a00;
    padding-left: 25px;
}

.blog-details-item .blog-details-search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-details-item .blog-details-search .blog-details-btn {
    color: #ffffff;
    background-color: #ff6a00;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    padding: 11px 20px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.blog-details-item .blog-details-search .blog-details-btn:hover {
    background-color: #4a6f8a;
}

.blog-details-item .blog-details-search ::-webkit-input-placeholder {
    color: #4a6f8a;
}

.blog-details-item .blog-details-search :-ms-input-placeholder {
    color: #4a6f8a;
}

.blog-details-item .blog-details-search ::-ms-input-placeholder {
    color: #4a6f8a;
}

.blog-details-item .blog-details-search ::placeholder {
    color: #4a6f8a;
}

.blog-details-item .blog-details-recent {
    margin-bottom: 40px;
}

.blog-details-item .blog-details-recent h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
}

.blog-details-item .blog-details-recent ul {
    margin: 0;
    padding: 0;
}

.blog-details-item .blog-details-recent ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 120px;
    padding-bottom: 25px;
}

.blog-details-item .blog-details-recent ul li:last-child {
    padding-bottom: 0;
}

.blog-details-item .blog-details-recent ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 95px;
    object-fit: cover;
}

.blog-details-item .blog-details-recent ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #232323;
    margin-bottom: 15px;
    padding-top: 4px;
}

.blog-details-item .blog-details-recent ul li a:hover {
    color: #ff6a00;
}

.blog-details-item .blog-details-recent ul li ul li {
    display: inline-block;
    padding-left: 0;
    color: #3a5ed3;
    font-size: 15px;
    margin-right: 25px;
    padding-bottom: 0;
}

.blog-details-item .blog-details-recent ul li ul li a {
    font-weight: 500;
    color: #ff6a00;
    display: inline-block;
}

.blog-details-item .blog-details-recent ul li ul li a:hover {
    color: #111111;
}

.blog-details-item .blog-details-recent ul li ul li i {
    font-size: 20px;
    margin-right: 2px;
    display: inline-block;
}

.blog-details-item .blog-details-recent ul li ul li:last-child {
    margin-right: 0;
}

.blog-details-item .blog-details-category {
    margin-bottom: 40px;
}

.blog-details-item .blog-details-category h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
}

.blog-details-item .blog-details-category ul {
    margin: 0;
    padding: 0;
}

.blog-details-item .blog-details-category ul li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #dee8f5;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog-details-item .blog-details-category ul li:hover a {
    color: #ffffff;
}

.blog-details-item .blog-details-category ul li:hover:before {
    width: 100%;
}

.blog-details-item .blog-details-category ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 3px;
    height: 30px;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #2362bc;
}

.blog-details-item .blog-details-category ul li:last-child {
    margin-bottom: 0;
}

.blog-details-item .blog-details-category ul li a {
    display: block;
    z-index: 1;
    color: #4a6f8a;
    font-weight: 500;
}

.blog-details-item .blog-details-tags h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
}

.blog-details-item .blog-details-tags ul {
    margin: 0;
    padding: 0;
}

.blog-details-item .blog-details-tags ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}

.blog-details-item .blog-details-tags ul li a {
    display: block;
    font-size: 15px;
    color: #4a6f8a;
    background-color: #e5e5e5;
    padding: 12px 25px;
    border-radius: 8px;
}

.blog-details-item .blog-details-tags ul li a:hover {
    color: #ffffff;
    background-color: #4a6f8a;
}

.blog-details-form {
    position: relative;
}

.blog-details-form .blog-details-shape {
    position: absolute;
    top: 130px;
    right: 0;
    width: 360px;
    -webkit-animation: a-six 5s infinite linear;
    animation: a-six 5s infinite linear;
}

/* .blog-details-form .blog-details-form-wrap {
    max-width: 770px;
} */

.blog-details-form .blog-details-form-wrap h2 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 40px;
}

.blog-details-form .blog-details-form-wrap .form-group {
    margin-bottom: 30px;
}

.blog-details-form .blog-details-form-wrap .form-group textarea {
    height: auto !important;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.blog-details-form .blog-details-form-wrap .form-group .form-control {
    height: 50px;
    padding-left: 20px;
    border-radius: 6px;
    border: 0;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 3px 8px 0px #ddddddb8;
    box-shadow: 0px 3px 8px 0px #ddddddb8;
}

.blog-details-form
    .blog-details-form-wrap
    .form-group
    ::-webkit-input-placeholder {
    color: #4a6f8a;
}

.blog-details-form .blog-details-form-wrap .form-group :-ms-input-placeholder {
    color: #4a6f8a;
}

.blog-details-form .blog-details-form-wrap .form-group ::-ms-input-placeholder {
    color: #4a6f8a;
}

.blog-details-form .blog-details-form-wrap .form-group ::placeholder {
    color: #4a6f8a;
}

.blog-details-form .blog-details-form-wrap .blog-details-form-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 34px;
    background-color: #ff6a00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.blog-details-form .blog-details-form-wrap .blog-details-form-btn:hover {
    color: #ffffff;
    background-color: #4a6f8a;
}

/*-- End Blog Details --*/

/*-- Blog --*/

.blog-area-two .section-title {
    margin-bottom: 0;
}

.blog-area-two .section-title h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.blog-area-two .section-title h2:before {
    display: none;
}

/*-- End Blog --*/

/*----- End Blog Details Page -----*/

/*----- Contact Page -----*/

/*-- Page Title --*/

.page-title-five {
    background-image: url("../img/blog/blog.jpg");
}

.page-title-five .page-title-item {
    margin-top: -60px;
}

.page-title-six {
    background-image: url(../img/contact/contact.jpg);
}

/*-- End Page Title --*/

/*-- Location --*/

.location-wrap {
    background-image: url("../img/home-one/3.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 170px;
    margin-top: -100px;
    position: relative;
    background-color: #ffffff;
}

.location-wrap .location-item {
    margin-bottom: 30px;
}

.location-wrap .location-item i {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
    background-color: #ff6a00;
}

.location-wrap .location-item h3 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
}

.location-wrap .location-item p {
    margin-bottom: 18px;
}

.location-wrap .location-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
}

.location-wrap .location-item ul li {
    list-style-type: none;
    display: block;
}

.location-wrap .location-item a {
    display: block;
    color: #1859c5;
}

.location-wrap .location-item a:hover {
    color: #4a6f8a;
}

/*-- End Location --*/

/*-- Drop --*/

.drop-img {
    /* background-image: url("../img/contact/2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.drop-img img {
    display: none;
}

.drop-area .speciality-right-three {
    display: flex;
    align-items: start;
    justify-content: center;
    background-color: #dae9f1;
    border-radius: 0;
}

.drop-item .drop-left {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.drop-item .drop-left h2 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 25px;
    padding-right: 50px;
}

/* .drop-item .drop-left .form-group {
    margin-bottom: 30px;
} */

.drop-item .drop-left .form-group .form-control {
    height: 50px;
    background-color: #ffffff;
    padding-left: 20px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px #dddddda3;
    box-shadow: 0px 0px 15px 0px #dddddda3;
}

.drop-item .drop-left .form-group textarea {
    padding-top: 20px;
    height: auto !important;
}

/* .drop-item .drop-left .drop-btn {
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    padding: 14px 35px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #ff6a00;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.drop-item .drop-left .drop-btn:hover {
    color: #ffffff;
    background-color: #4a6f8a;
} */

.drop-item .drop-left .list-unstyled {
    color: #dc3545;
    font-size: 13px;
    margin-top: 10px;
}

.drop-item .drop-left .text-danger {
    color: #dc3545;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 24px;
}

.drop-item .drop-left .text-success {
    color: #28a745;
    margin-top: 25px;
    font-size: 24px;
}

/*-- End Drop --*/

/*-- Map --*/

#map {
    height: 400px;
}

/*-- End Map --*/

/*----- End Contact Page -----*/

/*----- FAQ PAGE -----*/

/*-- Faq --*/

.faq-head h2 {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 25px;
}

.faq-wrap {
    margin-bottom: 50px;
}

.faq-wrap:last-child {
    margin-bottom: 30px;
}

.accordion {
    padding-left: 0;
    margin: 0;
    padding: 0;
}

.accordion p {
    font-size: 15px;
    display: none;
    padding: 20px 45px 15px 20px;
    margin-bottom: 0;
}

.accordion a {
    color: #232323;
    font-size: 17px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    padding: 15px 0 15px 18px;
    border: 1px solid #232323;
    border-radius: 8px 8px 0 0;
}

.accordion a:hover {
    color: #111111;
}

.accordion a:after {
    position: absolute;
    right: 20px;
    content: "+";
    top: 10px;
    color: #232323;
    font-size: 25px;
    font-weight: 700;
}

.accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 30px;
}

.accordion li:first-child {
    border-top: 0;
}

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

.accordion li a.active {
    color: #ffffff;
    background-color: #ff6a00;
    border: 1px solid #ff6a00;
}

.accordion li a.active:after {
    content: "-";
    font-size: 25px;
    color: #ffffff;
}

/*-- End Faq --*/

/*-- Footer --*/

.footer-two {
    padding-top: 100px;
}

/*-- End Footer --*/

/*----- END FAQ PAGE -----*/

/*----- ERROR PAGE -----*/

/*-- 404 --*/

.error-item {
    height: 700px;
    text-align: center;
    margin-top: -65px;
}

.error-item h1 {
    font-size: 130px;
    font-weight: 700;
    margin-bottom: 8px;
}

.error-item p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 35px;
}

.error-item span {
    display: block;
}

.error-item a {
    display: inline-block;
    color: #ffffff;
    background-color: #ff6a00;
    border-radius: 10px;
    padding: 20px 45px;
    margin-top: 70px;
    font-size: 18px;
}

.error-item a:hover {
    background-color: #111111;
}

/*-- End 404 --*/

/*----- END ERROR PAGE -----*/

/*----- COMING SOON PAGE -----*/

/*-- Coming --*/

.coming-item {
    height: 100vh;
    text-align: center;
}

.coming-item h1 {
    font-size: 75px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.coming-item p {
    margin-bottom: 40px;
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
}

.coming-item .coming-wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner {
    text-align: center;
    background-color: #efefef;
    padding-top: 15px;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner h3 {
    font-size: 40px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 5px;
}

.coming-item .coming-wrap .coming-inner p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0;
}

.coming-item ul {
    margin: 0;
    padding: 0;
}

.coming-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}

.coming-item ul li a {
    display: block;
    color: #ffffff;
    background-color: #232323;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 15px;
}

.coming-item ul li a:hover {
    background-color: #ff6a00;
}

/*-- End Coming --*/

/*----- END COMING SOON PAGE -----*/

/*----- TESTIMONIAL PAGE -----*/

/*-- Testimonial --*/

.testimonial-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.testimonial-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color: #ff6a00;
    opacity: .50;*/
}

.testimonial-area .owl-theme .owl-nav {
    margin-top: 25px;
}

.testimonial-area .testimonial-wrap {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    position: relative;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 25px 30px;
}

.testimonial-area .testimonial-wrap h2 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 30px;
    color: #ff6a00;
}

.testimonial-area .testimonial-wrap .testimonial-slider .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background-color: #232323 !important;
    font-size: 25px !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.testimonial-area .testimonial-wrap .testimonial-slider .owl-prev:hover {
    background-color: #ff6a00 !important;
}

.testimonial-area .testimonial-wrap .testimonial-slider .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background-color: #232323 !important;
    font-size: 25px !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.testimonial-area .testimonial-wrap .testimonial-slider .owl-next:hover {
    background-color: #ff6a00 !important;
}

.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item h3 {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 15px;
}

.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item p {
    margin-bottom: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    color: #4a6f8a;
}

.testimonial-item h3.testimonial-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonial-area.owl-theme .owl-dots {
    display: none;
}

/* .testimonial-area .slider-textt p {
    padding: 0 40px;
} */

/*-- End Testimonial --*/

/*----- END TESTIMONIAL PAGE -----*/

/*----- SIGN UP PAGE -----*/

/*-- Sign Up --*/

.signup-left {
    background-image: url("../img/signup-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.signup-left img {
    display: none;
}

.signup-item {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
}

.signup-item .signup-head {
    margin-bottom: 40px;
}

.signup-item .signup-head h2 {
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.signup-item .signup-head h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #ff6a00;
    border-radius: 5px;
}

.signup-item .signup-head p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.signup-item .signup-head p a {
    display: inline-block;
    color: #ff6a00;
}

.signup-item .signup-head p a:hover {
    color: #111111;
}

.signup-item .signup-form .form-group {
    margin-bottom: 30px;
}

.signup-item .signup-form .form-group .form-control {
    height: 45px;
    border: 1px solid #4a6f8a;
    padding-left: 20px;
    font-size: 15px;
}

.signup-item .signup-form .form-group .form-control:focus {
    border: 1px solid #ff6a00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.signup-item .signup-form .form-group .form-check .form-check-input {
    width: 15px !important;
    height: 15px !important;
    top: 3px;
    margin-top: 0;
}

.signup-item .signup-form .form-group .form-check label {
    color: #4a6f8a;
}

.signup-item .signup-form .form-group .form-check label a {
    display: inline-block;
    color: #ff6a00;
}

.signup-item .signup-form .form-group .form-check label a:hover {
    color: #111111;
}

.signup-item .signup-form .form-group ::-webkit-input-placeholder {
    color: #4a6f8a;
}

.signup-item .signup-form .form-group :-ms-input-placeholder {
    color: #4a6f8a;
}

.signup-item .signup-form .form-group ::-ms-input-placeholder {
    color: #4a6f8a;
}

.signup-item .signup-form .form-group ::placeholder {
    color: #4a6f8a;
}

.signup-item .signup-form .form-group .forgot-pass a {
    color: #4a6f8a;
    display: inline-block;
    border-bottom: 2px solid #ff6a00;
}

.signup-item .signup-form .form-group .forgot-pass a:hover {
    color: #ff6a00;
}

.signup-item .signup-form .signup-btn {
    color: #ffffff;
    background-color: #ff6a00;
    width: 100%;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.signup-item .signup-form .signup-btn:hover {
    background-color: #232323;
}

/*-- End Sign Up --*/

/*----- END SIGN UP PAGE -----*/

/*----- LOGIN PAGE -----*/

/*-- Login --*/

.login-left {
    background-image: url("../img/login-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.login-left img {
    display: none;
}

/*-- End Login --*/

/*----- END LOGIN PAGE -----*/

/*----- PRIVACY POLICY PAGE -----*/

/*-- Privacy --*/

.privacy-area {
    padding-bottom: 160px;
}

.privacy-item {
    margin-bottom: 50px;
}

.privacy-item h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 500;
}

.privacy-item p {
    margin-bottom: 0;
}

.privacy-item ul {
    margin: 0;
    padding: 0;
}

.privacy-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 18px;
}

.privacy-item ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    bottom: -2px;
}

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

/*-- End Privacy --*/

/*----- END PRIVACY POLICY PAGE -----*/

/*----- DEPARTMENTS PAGE -----*/

/*-- Department --*/

.departments-area {
    padding-bottom: 180px;
}

.department-item {
    text-align: center;
    border: 1px solid #ff6a00;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.department-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #ff6a00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.department-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #ff6a00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.department-item:hover:before {
    width: 51%;
}

.department-item:hover:after {
    width: 50%;
}

.department-item:hover i {
    color: #ffffff;
}

.department-item:hover h3 {
    color: #ffffff;
}

.department-item:hover p {
    color: #ffffff;
}

.department-item i {
    font-size: 45px;
    display: block;
    margin-bottom: 20px;
    color: #ff6a00;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.department-item h3 {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 500;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.department-item p {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

/*-- End Department --*/

/*----- END DEPARTMENTS PAGE -----*/

/*----- SERVICES DETAILS PAGE -----*/

/*-- Service Details --*/

.services-details-img {
    margin-bottom: 50px;
}

.services-details-img img {
    width: 100%;
    margin-bottom: 30px;
}

.services-details-img h2 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 16px;
}

.services-details-img P {
    margin-bottom: 20px;
}

.services-details-img blockquote {
    font-size: 15px;
    color: #4a6f8a;
    background-color: #0046c014;
    padding: 30px 75px;
    line-height: 26px;
    position: relative;
    margin-bottom: 20px;
}

.services-details-img blockquote i {
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 38px;
    font-size: 32px;
}

.service-details-inner-left {
    background-image: url("../img/signup-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.service-details-inner-left img {
    display: none;
}

.service-details-inner {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.service-details-inner h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
}

.service-details-inner p {
    margin-bottom: 0;
}

/*-- End Service Details --*/

/*----- END SERVICES DETAILS PAGE -----*/

/*----- ABOUT PAGE -----*/

/*-- Counter --*/

.counter-area-four {
    margin-top: 0;
    margin-bottom: 100px;
}

/*-- End Counter --*/

/*----- END ABOUT PAGE -----*/

/*-- Back To Top --*/

#toTop {
    position: fixed;
    bottom: 100px;
    right: 3px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-to-top-btn i {
    background-color: #ff6a00;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-right: 28px;
    -webkit-box-shadow: 0px 0px 14px 0px #ff6a00;
    box-shadow: 0px 0px 14px 0px #ff6a00;
}

.back-to-top-btn i:hover {
    background-color: #111111;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 14px 0px #111111;
    box-shadow: 0px 0px 14px 0px #111111;
}

/*-- End Back To Top --*/

/*----- Home Four CSS -----*/

.slider-item-two {
    overflow: hidden;
}

.slider-item-two:before {
    background-color: #000111;
}

.slider-item-two .slider-shape img {
    top: -75px;
    right: 0;
    -webkit-animation: item-two-ani 35s infinite linear;
    animation: item-two-ani 35s infinite linear;
}

.slider-item-two .slider-text h1 {
    margin-bottom: 25px;
    line-height: 60px;
}

@-webkit-keyframes item-two-ani {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes item-two-ani {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.about-area-two .about-item p {
    margin-bottom: 10px;
}

.about-area-two .about-item a {
    margin-top: 20px;
}

.service-area-two .section-title {
    max-width: 415px;
}

.symptoms-img {
    margin-bottom: 30px;
}

.symptoms-img img {
    border-radius: 10px;
    width: 100%;
}

.symptoms-content .section-title {
    margin-bottom: 30px;
}

.symptoms-content p {
    margin-bottom: 20px;
}

.symptoms-content ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.symptoms-content ul li {
    list-style-type: none;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
    position: relative;
}

.symptoms-content ul li span {
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
    box-shadow: 0px 0px 20px 0px #dddddd80;
    color: #111111;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 10px 14px 40px;
    border-radius: 5px;
    z-index: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.symptoms-content ul li span:hover {
    color: #ffffff;
}

.symptoms-content ul li span:hover i {
    color: #ffffff;
}

.symptoms-content ul li span:hover:before {
    height: 100%;
    border-radius: 5px;
}

.symptoms-content ul li span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6a00;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.symptoms-content ul li span i {
    display: inline-block;
    color: #ff6a00;
    font-size: 30px;
    position: absolute;
    top: 9px;
    left: 10px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.faq-area-two {
    background-color: #4f87fb;
    position: relative;
}

.faq-area-two .faq-shape img {
    position: absolute;
}

.faq-area-two .faq-shape img:nth-child(1) {
    top: 0;
    right: 0;
}

.faq-area-two .faq-shape img:nth-child(2) {
    left: 0;
    bottom: 0;
}

.faq-area-two .section-title {
    text-align: center;
}

.faq-area-two .section-title h2 {
    color: #ffffff;
    display: inline-block;
}

.faq-area-two .section-title h2:before {
    background-color: #fff;
}

.faq-area-two .faq-img {
    margin-bottom: 30px;
    background-image: url("../img/home-four/faq-main.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.faq-area-two .faq-img img {
    width: 100%;
    display: none;
}

.faq-area-two .faq-img a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: #fff;
    background-color: #4f87fb;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    z-index: 1;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.faq-area-two .faq-img a:hover {
    background-color: #232323;
}

.faq-area-two .faq-content .accordion a {
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
}

.faq-area-two .faq-content .accordion p {
    background-color: #fff;
    padding: 15px 45px 15px 20px;
}

.faq-area-two .faq-content .accordion li a.active {
    color: #232323;
    background-color: #fff;
    border: 1px solid #fff;
    border-left: 3px solid #232323;
    border-bottom: 1px solid #f1f1f1;
}

.faq-area-two .faq-content .accordion li a.active:after {
    color: #111111;
}

/*----- End Home Four CSS -----*/

/*----- Home Five CSS -----*/

.slider-item-three-img {
    background-image: url("../img/home-five/banner-main.jpg");
}

.slider-item-three-img-two {
    background-image: url("../img/home-five/banner-main2.jpg");
}

.home-slider-three .owl-dots {
    display: none !important;
}

.slider-item-three {
    overflow: hidden;
}

.slider-item-three:before {
    display: none;
}

.slider-item-three .slider-text {
    margin-top: -30px;
}

.slider-item-three .slider-text span {
    display: inline-block;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.slider-item-three .slider-text span:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    left: 0;
    bottom: 10px;
    background-color: #2459b8;
    border-radius: 10px;
}

.slider-item-three .slider-text h1 {
    font-size: 60px;
    margin-bottom: 25px;
    color: #111111;
}

.slider-item-three .slider-text p {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 22px;
    color: #111111;
}

.slider-item-three .slider-text .common-btn a {
    color: #fff;
    background-color: #ff6a00;
}

.slider-item-three .slider-text .common-btn a:hover {
    border: 2px solid #111111;
    background-color: #111111;
}

.slider-item-three .slider-text .common-btn .cmn-btn-right {
    background-color: transparent;
    color: #ff6a00;
    border: 2px solid #ff6a00;
}

.slider-item-three .slider-text .common-btn .cmn-btn-right:hover {
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #ff6a00;
}

.slider-item-three .slider-shape img {
    top: -65px;
    right: 0;
    -webkit-animation: item-two-ani 40s infinite linear;
    animation: item-two-ani 40s infinite linear;
}

.spread-area .spread-img {
    margin-bottom: 30px;
}

.spread-area .spread-img img {
    border-radius: 10px;
    width: 100%;
}

.spread-area .spread-content .section-title-two {
    margin-bottom: 25px;
}

.spread-area .spread-content p {
    margin-bottom: 25px;
}

.spread-area .spread-content ul {
    margin: 0;
    padding: 0;
}

.spread-area .spread-content ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 105px;
}

.spread-area .spread-content ul li:hover img {
    -webkit-animation: item-two-ani 5s infinite linear;
    animation: item-two-ani 5s infinite linear;
}

.spread-area .spread-content ul li img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: none;
    animation: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.spread-area .spread-content ul li h3 {
    font-weight: 500;
    font-size: 20px;
}

.spread-area .spread-content ul li p {
    margin-bottom: 0;
}

/*----- End Home Five CSS -----*/

/*# sourceMappingURL=style.css.map */

/**** CSS by me ***********/
.sub-heading {
    font-family: "Raleway", sans-serif;
}

/***************
    appointment
****************/
.appointment .appointment__left {
    /* background: url(../img/about.jpg) no-repeat center center / cover; */
    background-color: rgba(255, 106, 0, 0.8);
    padding: 60px 50px;
    color: #fff;
}

.appointment .appointment__left ul li i {
    font-size: 40px;
    color: #ff6a00;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px;
    text-align: center;
    margin-left: 20px;
}

.appointment .appointment__left ul li {
    margin-top: 50px;
}

.appointment .appointment__left span {
    font-size: 15px;
    margin-left: 20px;
    font-weight: 500;
}

.appointment__right {
    background: #f4f4f4;
    padding: 60px 10px;
}

.appointment__right .appointment__right-text {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.appointment__right .appointment__right-text p {
    font-weight: 500;
    color: #000;
    padding-left: 20px;
    /* letter-spacing: 1px; */
    word-spacing: 5px;
}

.appointment__right img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 80px;
    width: 80px;
}

.appointment__right .appointment__form form .icon {
    color: #ff6a00;
}

.submit-btn a.btn__submit {
    background-color: #ff6a00;
    color: #fff;
}

/***************
    gallery
****************/

.gallery-img img{
	width: 370px;
	height: 262.7px;
	cursor: pointer;
    object-fit: cover;
}

/* Modal stuff */

.gallery-img label{
	position: relative;
}

.gallery-img .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1021;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-img .modal-image {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.gallery-img .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1022;
    color: #fff;
}

.gallery-img .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 1022;
}

.gallery-img .prev-btn,
.gallery-img .next-btn {
    background-color: transparent;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}

.gallery-img .prev-btn {
    position: absolute;
    left: 20px;
}

.gallery-img .next-btn {
    position: absolute;
    right: 20px;
}

/* Modal stuff */

span.sub__heading {
    color: #ff6a00;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

h2.main__heading {
    /* font-size: 28px;
    font-weight: 500;
    color: #232323; */
}

/***************
    team
****************/

/* .team__content .team__content-left {
    align-items: center;
    height: 300px;
}

.team__content .team__content-right h2{
    font-weight: 500;
    font-size: 18px;
    position: relative;
    right: -75px;
    top: 10px;
}


.team__content .team__content-right span{
    color: #232323;
    position: relative;
    right: -140px;
    top: 14px;
}

.team__content-down h2 {
    font-size: 18px;
}

.team__down-text {
    color: #232323;
    position: relative;
    top: 10px;
    left: 130px;
} */

.team__down-right img {
}

/**** blog *****/
.page-title-seven {
    background-image: url(../img/blog/blog.jpg);
}

/** footer **/

.opt-hr {
    width: 88%;
}

.location i.location-icon {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
    background-color: #ff6a00;
}

/*********
.blog-area-two
***************/
.blog-area-two .section-title-two h3.search-heading {
    font-size: 18px;
    font-weight: 500;
    color: #70757a;
    margin-bottom: 25px;
}

.blog-area-two .section-title-two .sub-heading a.group {
    font-size: 15px;
    font-weight: 500;
    color: #70757a !important;
}

.blog-area-two .section-title-two .sub-heading h3.search-group a {
    color: #ff6a00;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.blog-area-two .section-title-two .sub-heading h3.search-group a:hover {
    text-decoration: underline;
    color: #ff6a00 !important;
}

.blog-area-two .section-title-two .sub-heading span.search-description {
    color: #70757a;
    line-height: 1.58;
    font-weight: 500;
}

/* My CSS */

/* .footer-item .margin-top{
    margin-top: 55px;
} */

.service-item .service-end img {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    font-size: 170px;
    color: #fff;
    opacity: 0.2;
    z-index: -1;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

/* My CSS */

/* Navbar scroll css */

.main-nav {
    position: absolute;
    width: 100%;
    background: none;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.main-nav.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Navbar scroll css end */

/* Slider overlay */

.slider-item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.slider-text {
    position: relative;
    z-index: 2;
    color: white;
}

.location-link {
    white-space: nowrap;
}

/* Slider overlay end */

/* Comment Section */

.comment-container {
    max-width: 600px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.comment-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.comment-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.toolbar {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}
.toolbar button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
}
.toolbar .submit {
    background-color: #ff6600;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.count {
    background: #ff6600;
    color: white;
    font-size: 14px;
    padding: 3px 7px;
    border-radius: 50%;
    margin-left: 5px;
}
.comment, .reply {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}
.reply {
    margin-left: 40px;
}
.user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.comment-content {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
    flex-grow: 1;
}
.username {
    font-weight: bold;
}
.time {
    color: gray;
    font-size: 12px;
    margin-left: 5px;
}
.verified {
    color: #ff6600;
}
.comment-actions {
    margin-top: 5px;
    display: flex;
    gap: 10px;
    font-size: 14px;
}

/* Comment Section End */

/* Mega menu */

.mega-menu {
    width: 100%;
    max-width: 900px;
    min-width: 300px;
    padding: 20px 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: .375rem;
    border-left: 3px solid #ff6a00;
    z-index: 1000;
}

.nav-item:hover .mega-menu {
    display: block;
}

.nav-item {
    position: relative;
}

.mega-menu h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
}

.mega-menu-list li a {
    color: #4a6f8a !important;
    font-size: 14px !important;
    text-decoration: none;
}

.mega-menu-list li a:hover {
    color: #ff6200;
}

/* Contact Info and Buttons */
.nav-right {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.contact-info {
    display: flex;
    /* margin-right: 1.5rem; */
}

.contact-info p {
    margin: 0;
    font-size: 12px;
    color: #282828;
}

.contact-info i {
    margin-right: 5px;
}

/* .consult-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.main-nav.scrolled .consult-btn {
    opacity: 1;
    visibility: visible;
} */

.toggle-icon {
    display: none;
}

/* .know-your-problem-area {
    background-color: #f9f9f9;
} */

.know-your-problem-area h2 {
    margin-bottom: 30px;
    text-align: left;
}

.problem-area {
    border-top: 1px solid #dae9f1;
}

.problem-sidebar {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    /* padding: 20px; */
    /* border-radius: 5px; */
}

.problem-sidebar .form-check {
    margin-bottom: 10px;
}

.problem-sidebar .form-check-label {
    font-size: 16px;
    color: #333;
}

.problem-content {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    padding: 25px;
    /* border-radius: 5px; */
    height: 500px;
    /* overflow-y: scroll; */
}

.problem-content-inner-div {
    height: 450px;
    overflow-y: auto;
    padding: 0 15px 0 0;
}

.blog-item1 {
    border-bottom: 1px solid #dae9f1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-item1:last-child {
    border-bottom: none;
}

.blog-item1 h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-meta {
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
}

.blog-meta span {
    margin-right: 15px;
}

.blog-meta i {
    margin-right: 5px;
}

.blog-item1 p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.share-problem-row {
    justify-content: center;
}

.testimonial-border {
    border-left: 1px solid #dee2e6;
}

/* .share-problem-btn {
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.share-problem-btn:hover {
    background-color: #333;
    color: #fff;
} */
/* Mega menu end */

/* How to choose ivf */
.welcome-item.welcome-left {
    position: relative;
    width: 100%;
    height: 100%; /* Ensure the container has a defined height */
}

.ivf-guide-video {
    width: 100%; /* Make the video take the full width of its container */
    height: auto; /* Maintain aspect ratio */
    max-height: 400px; /* Set a maximum height to prevent it from becoming too large */
    object-fit: cover; /* Ensure the video scales properly while filling the space */
    display: block; /* Remove any inline spacing issues */
}
/* How to choose ivf end */

/* New testimonial */
.testimonials-section {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials {
    flex: 1;
    /* margin-right: 20px; */
}

.testimonials-h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 50px 60px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avatar {
    width: 50px;
    height: 50px;
    background-color: #ccc;
    border-radius: 50%;
    /* margin-right: 15px; */
}

.testimonial-info {
    text-align: left;
}

.testimonial-info h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.testimonial-info p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.testimonial-content {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.image-placeholder {
    flex: 1;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
/* New testimonial end */

/* Map area */


/* Map area end */

/* Doctor carousel */

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

.doctor-carousel .slider-item {
    height: 425px;
}

.doctor-carousel .owl-prev {
    top: 35%;
    left: -85px;
}

.doctor-carousel .owl-next {
    top: 35%;
    right: -85px;
}

/* Doctor carousel end */

/* New blogs start */

.modal-content {
    border-radius: 8px;
}
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}
.modal-body {
    line-height: 1.6;
}
.blog-details-img ul li a {
    color: #007bff;
    text-decoration: none;
}
.blog-details-img ul li a:hover {
    text-decoration: underline;
}

/* New blogs end */

.map-image {
    width: 300px; 
    height: 400px; 
    position: absolute; 
    left: 100px;
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.custom-pill {
    background-color: #eee;
    color: #000 !important;
    padding: 8px 3px;
    border-radius: 9999px 0 0 9999px;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

/* Banner video */

.slider-item {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; 
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video covers the container without stretching */
}

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

.slider-text {
    position: relative;
    z-index: 2;
    color: #fff; /* Adjust text color as needed */
}

/* Banner video */

.btn-orange {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.banner-items {
    background: #fff;
    border-radius: .75rem;
    box-shadow: 0 .25rem 1.875rem rgba(0, 0, 0, .14);
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    /* margin-top: -490px; */
    width: 1110px;
    margin-left: -15px;
    /* border-right: 2px solid #ff6a00; */
}

.banner-item-singular {
    flex-grow: 1;
    z-index: 2;
}

.banner-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: .625rem .3125rem;
    position: relative;
    transition: all .2s linear;
}

.banner-card-wrapper {
    align-items: center;
    display: flex;
    gap: .3125rem 0;
    height: 100%;
    justify-content: center;
    margin: 0 20px;
}

.banner-card-wrapper-first {
    width: 605px;
}

.banner-card-icon {
    height: 1.75rem;
    width: 1.75rem;
}

.banner-card-title {
    color: #002d39;
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    /* overflow: hidden; */
    padding-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}

/* .banner-card-cta {
    display: none;
} */

.banner-card-cta-icon {
    align-items: center;
    background-color: #007c9d;
    border-radius: 50%;
    display: inline-flex;
    font-size: 0;
    justify-content: center;
    min-height: 2rem;
    min-width: 2rem;
}

/* KYP new */
.column-tab .react-tabs__tab-list li {
    padding: 1rem 1rem 0.75rem 0.5rem;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    gap: .5rem;
    cursor: pointer;
}

.react-tabs__tab-list {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.react-tabs__tab-list .react-tabs__tab {
    border-bottom: 1px solid #333;
}

.react-tabs__tab-list .react-tabs__tab--selected {
    background-color: #333;
    color: #fff;
    font-weight: 500;
}

.column-tab .react-tabs__tab-list .react-tabs__tab--selected {
    background-color: #dddddd;
    color: #102b7b;
    font-weight: 500;
}

.react-tabs__tab span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.tab-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4rem 3.25rem;
}

.tab-card__slogan {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 32px;
}

.mb-4x, .my-4x {
    margin-bottom: 1rem !important;
}

.mt-4x, .my-4x {
    margin-top: 1rem !important;
}

.link-btn--primary {
    background-color: #038e43;
    color: #fff;
}

.link-btn {
    font-size: .875rem;
    color: #102b7b;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    padding: .75rem .75rem .75rem 0;
}


.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #ccc;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000; /* Bootstrap's default blue */
}

input[type='radio'] {
    accent-color: #232323;
}

/* Tab-like Checkbox Styling */
.tab-checkbox-group {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    height: 400px;
    overflow: auto;
}

.tab-checkbox-item {
    position: relative;
    /* margin-bottom: 5px; */
}

.problem-radio {
    display: none; /* Hide the default checkbox */
}

.tab-checkbox-label {
    display: block;
    padding: 20px 15px;
    background-color: #dae9f1;
    border-bottom: 1px solid #fff;
    /* border-radius: 5px; */
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

.tab-checkbox-label:hover {
    background-color: #e9ecef;
}

.tab-checkbox-input:checked + .tab-checkbox-label {
    background-color: #fff;
    /* color: #fff; */
    border-color: #eee;
    font-weight: bold;
    border-left: 5px solid #ff6a00;
}

/* Optional: Add a subtle shadow for active tab */
/* .tab-checkbox-input:checked + .tab-checkbox-label {
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
} */

/* KYP new end */

/* Nav arrow */
.arrow-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 13px;
    margin-left: 5px;
}

.explore-nav-item .mega-menu.active + .nav-link .arrow-icon,
.explore-nav-item .nav-link[aria-expanded="true"] .arrow-icon {
    transform: rotate(90deg); /* Points up */
}
/* Nav arrow end */

.share-prob-tabs {
    display: block;
    z-index: 1;
    position: relative;
    /* box-shadow: 0px 0px 15px 0px #ddd; */
    /* margin-bottom: 20px; */
}

.share-prob-tabs .share-nav-item {
    display: inline-block;
    flex: 1;
}

.share-prob-tabs .share-nav-item a {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.share-prob-tabs .nav-link {
    border-top: 4px solid transparent;
}

.share-prob-tabs .nav-link.active {
    border-bottom: 4px solid #ff6a00;
    color: #ffffff;
    background-color: #4a6f8a;
}

.bold-design {
    font-weight: 700;
    color: #111111;
}

.form-submit-btn button {
    display: block;
    background-color: var(--orange);
    color: var(--white);
    padding: 0px 8px;
    width: fit-content;
    margin: 0 auto;
    /* height: 28px; */
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--orange);
}

.form-submit-btn button:hover{
    background: transparent;
    color: var(--orange);
}

.form-submit-btn a {
    display: block;
    background-color: var(--orange);
    color: var(--white);
    padding: 0px 8px;
    width: fit-content;
    /* height: 28px; */
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--orange);
}

.form-submit-btn a:hover{
    background-color: #d7a993;
    color: var(--white);
    border: 1px solid #d7a993;
}

.modal-body {
    padding: 1.75rem;
}

/* .banner-items .banner-item-singular:first-child {
    display: inline-block;
    max-width: 650px;
    overflow: hidden;
    white-space: nowrap;
}

.banner-items .banner-item-singular:first-child .banner-card-title {
    display: inline-block;
    vertical-align: middle;
} */

.banner-items .banner-item-singular:first-child .banner-card, .banner-items .banner-item-singular:first-child .banner-card-wrapper {
    /* display: inline-block; */
    /* vertical-align: middle; */
    display: inline-block;
    max-width: 655px;
    overflow: hidden;
    white-space: nowrap;
}

.banner-items .banner-item-singular:first-child .banner-card-title:not(:hover) {
    animation: marquee 15s linear infinite;
}

/* Keyframes for right-to-left marquee */
@keyframes marquee {
    0% {
        transform: translateX(0); /* Start from the right edge of the text */
    }
    100% {
        transform: translateX(-220%); /* Move to the left */
    }
}

/* Pause animation on hover */
.banner-items .banner-item-singular:first-child .banner-card-title:hover {
    animation-play-state: paused;
}

/* Ensure banner-card and wrapper maintain inline layout */
.banner-items .banner-item-singular:first-child .banner-card,
.banner-items .banner-item-singular:first-child .banner-card-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.nav-overlay {
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    display: none; /* Hidden by default */
}

.nav-overlay.visible {
    display: block; /* Show when the .visible class is added */
}

.card-orange {
    background: #ff6a00;
    color: #fff;
    border: 2px solid transparent;
    white-space: nowrap;
    padding: .325rem .3125rem;
}

.card-orange:hover {
    border: 2px solid transparent;
    background: #fff;
    color: #002d39;
    padding: .325rem .3125rem;
}

.card-orange:hover .banner-card-title {
    /* background: #fff; */
    color: #002d39;
}

.card-orange .banner-card-title {
    color: #fff;
}

.d-table-counter {
    height: 90px !important;
}

.form-problem-checkbox {
    /* margin-top: 30px; */
    top: 37%;
    left: 12%;
    border: 1px solid #111111;
}

.form-problem-checkbox-div {
    width: 35px;
    min-height: 61px;
    max-height: 100%;
    padding: 20px;
    background: rgb(218, 233, 241, .5);
    /* position: absolute;
    margin-left: -4.25rem; */
    top: 0%;
    left: 12%;
    /* border-radius: 9999px 0 0 9999px; */
}

.blog-top {
    position: relative;
}

.reading-time {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.problem-blogs {
    border-top: 1px solid #dae9f1;
    border-bottom: 1px solid #dae9f1;
}

.problem-blog-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin: 15px 15px 15px 10px;
    overflow-clip-margin: unset;
}

.logo-img {
    transition: opacity 0.15s ease-in-out, width 0.15s ease-in-out, height 0.15s ease-in-out, transform 0.15s ease-in-out; /* Reduced from 0.3s to 0.15s */
    width: 70px;
    height: auto;
}

.logo-img:hover {
    transform: scale(1.1);
}

.logo-img.fade {
    opacity: 0;
}

.logo-img.visible {
    opacity: 1;
}

.logo-img.large {
    width: 100px;
    height: auto;
}

.modal-header .close {
    padding: .75rem 1.75rem;
    margin: 0;
}

.desktop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

.tablet-and-mobile-only {
    display: none !important;
}

.kyp-blog-read-time {
    margin: 0px;
    padding: 15px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kyp-blog-read-time li {
    display: inline-block;
    list-style-type: none;
    color: rgb(255, 106, 0);
    font-weight: 500;
    font-size: 15px;
}

.kyp-blog-read-time li a {
    display: block;
    color: rgb(255, 106, 0);
    font-weight: 500;
    font-size: 15px;
}

.free-consultation-btn1 {
    background-color: var(--orange);
    color: var(--white);
    padding: 5px 8px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--orange);
}

.share-prob-tabs .nav-item .nav-link {
    padding: .5rem 1.75rem;
}

.contact-share-tabs {
    background-color: rgb(218, 233, 241, .5);
}

.contact-share-tabs .share-nav-item a {
    font-size: 14px !important;
}

.contact-share-tabs .nav-item .nav-link {
    padding: .5rem .75rem !important;
}

.blog-items-top {
    padding: 20px 20px 0px 20px;
}

.blog-items-top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-items-top ul li {
    color: #4a6f8a;
}

.blog-items-top ul li i {
    color: #4a6f8a;
}

.blog-items-top ul li {
    display: inline-block;
    position: relative;
    margin-right: 0px;
    font-size: 12px;
    white-space: nowrap;
}

.blog-item .blog-bottom ul li:last-child {
    float: right;
}

.blog-item .blog-bottom ul li:last-child i {
    font-size: 19px;
    top: 1px;
    margin-right: 3px;
}

.blog-item .blog-bottom ul li a {
    display: block;
    color: #ff6a00;
    font-weight: 500;
    font-size: 15px;
}

.blog-item .blog-bottom ul li a:hover {
    color: #111111;
}

.blog-item .blog-bottom ul li a:hover i {
    color: #111111;
}

.blog-item .blog-bottom ul li a i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.disclaimer-header .close {
    padding: 1rem 1rem !important;
    margin: -1rem -1rem -1rem auto !important;
}

/* New styles for .blog-meta */
.blog-meta span {
    display: inline-block;
    position: relative;
    margin-right: 15px; /* Adjust spacing between spans */
    font-size: 13px; /* Match .blog-items-top font size */
    color: #4a6f8a; /* Match color */
    white-space: nowrap; /* Prevent wrapping */
}

.blog-meta span i {
    color: #4a6f8a; /* Match icon color */
}

.blog-meta span:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -11px; /* Adjust position to center the pipe */
    color: #4a6f8a; /* Match color */
    font-size: 14px; /* Match pipe size */
    top: 50%;
    transform: translateY(-50%); /* Vertically center the pipe */
}

#exploreToggleIcon, #servicesToggleIcon, #healthToggleIcon, #mayaToggleIcon {
    font-size: 24px;
    margin-top: -7px;
}


/* Mobile Navbar Styles */
.mobile-nav {
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.mobile-nav-bar {
    transition: background-color 0.3s ease-in-out;
}

.mobile-nav.scrolled .mobile-nav-bar {
    background-color: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    padding: 10px !important;
}

.mobile-nav .logo-img {
    transition: opacity 0.15s ease-in-out;
}

.mobile-nav .logo-img.fade {
    opacity: 0;
}

.mobile-nav .logo-img.visible {
    opacity: 1;
}

.mobile-nav .logo-img.large {
    width: 50px !important; /* Adjust as needed */
}

/* Ensure mobile menu content is below fixed navbar */
.mobile-nav.scrolled + #content {
    padding-top: 60px; /* Adjust based on mobile navbar height */
}

/* Overlay for transparent navbar */
/* .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
} */

/* Media query to ensure mobile styles apply only on mobile */
@media (min-width: 769px) {
    .mobile-nav {
        display: none !important; /* Hide mobile nav on desktop */
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none !important; /* Hide desktop nav on mobile */
    }
}

.free-consult-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: 4px 8px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--orange);
}

.free-consult-btn:hover {
    background: #fff;
    color: var(--orange);
    transition: background 400ms ease-in, color 400ms ease-in;
}

.contact-forms .form-group .checkbox-group {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
}

#know-your-problems-form .form-group .checkbox-group .form-check {
    margin-bottom: 5px;
}

#know-your-problems-form .form-group .checkbox-group .form-check input {
    border-color: #333;
}

#know-your-problems-form .form-group .checkbox-group .form-check .form-check-label {
    font-size: 14px;
    color: #333333;
    padding-left: 3px;
}

.contact-forms .form-group .checkbox-group .form-check .form-check-label {
    padding-top: 2px;
}

.banner-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    z-index: 200;
}

.banner-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -60px;
}

.title-testimonial {
    text-align: start;
    position: absolute;
    left: 15px;
    z-index: 10;
    margin-top: -100px;
}

.progress-bar {
    background-color: #ff6a00;
}

/* Add transition to mobile-nav for smooth background and shadow changes */
.mobile-nav {
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.mobile-nav.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Ensure logo transition (already in your code, included for completeness) */
.logo-img.fade {
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.logo-img.visible {
    opacity: 1;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* or dark if dark theme */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#preloader img {
  width: 120px;
  height: auto;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.6; }
}

.services-details-img ul, .services-details-img ol {
    list-style: revert;
    margin-left: 15px;
}

.services-details-img ul li, .services-details-img ol li {
    margin-bottom: 15px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 1;
    background: rgb(37, 211, 102);
    border-radius: 50%;
    transition: transform 0.3s, width 0.3s, height 0.3s;
    padding-top: 8px;
}

.whatsapp-btn i {
    font-size: 35px;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

.google-pri-term {
    font-size: 9px;
}

.google-pri-term a {
    color: #007bff;
}

/* Ovulation calculator */
.ovulation-calculator {
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}
.calendar-section, .cycle-section {
    display: inline-block;
    vertical-align: top;
}
.calendar-section {
    margin-right: 20px;
    width: 100%;
}
.cycle-section p {
    text-align: justify;
}
.cycle-length {
    text-align: center;
}
.cycle-length input[type="range"] {
    width: 100%;
}
.cycle-length span {
    display: block;
    font-size: 1.2em;
    color: #d81b60;
}
/* Ovulation calculator */

/* Homepage colors */
/* .know-your-problem-area {
    background-color: #dae9f1;
}

.welcome-area {
    background-color: #dae9f1;
}

.doctors-area {
    background-color: #dae9f1;
}

.services-area {
    background-color: #d7a99e;
    position: relative;
    z-index: 0;
}

.section-title-two span {
    color: #333333;
}

.underlined-title h2::before {
    background-color: #333;
} */
/* Homepage colors */

.ivf-page-gap {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 100px;
}

.ivf-page-gap ul {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: transparent;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
    opacity: 0.5;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    opacity: 1.0;
}

/* Hide scrollbar until hover */
.tab-checkbox-group::-webkit-scrollbar {
    display: none;
}

.tab-checkbox-group:hover::-webkit-scrollbar {
    display: block;
}

.custom-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-header {
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.dropdown-item {
    padding: 5px 10px;
}

.dropdown-item input {
    margin-right: 5px;
}

.dropdown-label {
    width: 100%;
}

.banner-image, .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.banner-content {
    position: absolute;
    top: 0; 
    left: 0;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    z-index: 201;
    color: #fff;
}

.banner-text {
    max-width: 750px;
    position: relative;
}

.banner-title {
    font-size: 28px;
    /* font-weight: bold; */
    line-height: 1.3;
    /* margin-bottom: 20px; */
    color: #fff;
    /* text-shadow: 1px 1px 2px #00000080; */
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    text-align: left;
}

.flatpickr-day.last-period {
    background-color: #fadbd8 !important; /* light pink */
    color: #641e16 !important;
    border: 1px solid #fadbd8 !important;
}

.flatpickr-day.fertile {
    background-color: #d6eaf8 !important;
    color: #1b4f72 !important;
    border: 1px solid #d6eaf8 !important;
}

.flatpickr-day.ovulation {
    background-color: #a9dfbf !important;
    color: #145a32 !important;
    border: 1px solid #a9dfbf !important;
}

.flatpickr-day.next-period {
    background-color: #f5b7b1 !important;
    color: #7b241c !important;
    border: 1px solid #f5b7b1 !important;
}

.flatpickr-day.pregnancy-test {
    background-color: #fcf3cf !important;
    color: #7d6608 !important;
    border: 1px solid #fcf3cf !important;
}

.flatpickr-day.due-date {
    background-color: #d7bde2 !important;
    color: #512e5f !important;
    border: 1px solid #d7bde2 !important;
}

/* Optional: Adjust calendar container for better fit in modal */
#outputCalendar .flatpickr-calendar {
    width: 100%;
    box-shadow: none;
}

.result-fertile {
    background-color: #d6eaf8 !important;
    color: #1b4f72 !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 178px;
    padding-top: 25px;
}

.result-ovulation {
    background-color: #a9dfbf !important;
    color: #145a32 !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 178px;
    padding-top: 25px;
}

.result-next-period {
    background-color: #f5b7b1 !important;
    color: #7b241c !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 220px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.result-pregnancy-test {
    background-color: #fcf3cf !important;
    color: #7d6608 !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 178px;
    padding-top: 25px;
}

.result-due-date {
    background-color: #d7bde2 !important;
    color: #512e5f !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 178px;
    padding-top: 25px;
}

.service-item .d-table {
    height: auto !important;
}

.learn-more-text {
    color: var(--orange);
    white-space: nowrap;
    font-size: 16px;
}

.learn-more-text:hover {
    color: #4a6f8a;
    white-space: nowrap;
}

.flatpickr-calendar.inline {
    padding-bottom: 10px;
    margin: 0 auto;
}

.visually-hidden {  
    position: absolute !important;  
    width: 1px;  
    height: 1px;  
    padding: 0;  
    margin: -1px;  
    overflow: hidden;  
    clip: rect(0, 0, 0, 0);  
    white-space: nowrap; /* prevent line breaks */  
    border: 0;  
}

/* Powered by */

.powered-wrapper {
    position: relative;
    display: inline-block;
}

.powered-info {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    min-width: 220px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 999;
}

.powered-wrapper:hover .powered-info {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.powered-info a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.powered-info img {
    width: 25px;
    height: auto;
    margin: 0 5px;
    vertical-align: middle;
}

/* Navbar phone number */

.contact-info,
.phone-wrapper {
    position: relative;
    overflow: visible !important;
    display: inline-block;
    z-index: 2000;
    margin: 0;
    font-size: 12px;
    color: #282828;
}

.phone-popup {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: white;
    padding: 6px 0px;
    border-radius: 6px;
    white-space: nowrap;
    z-index: 3000 !important;
}

.phone-wrapper:hover .phone-popup {
    display: block;
}

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

.phone-popup a:hover {
    text-decoration: underline;
}

.main-phone {
    padding-bottom: 20px;
}

/* Navbar phone number */

/* Mobile navbar phone number */
.mobile-phone-wrapper {
    position: relative;
}

.mobile-phone-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #ff6a00;
}

.mobile-phone-menu {
    position: absolute;
    right: 0;
    top: 35px;
    background: #fff;
    padding: 6px 0px;
    border-radius: 8px;
    white-space: nowrap;
    display: none;
    z-index: 9999;
}

.mobile-phone-menu a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
}

.mobile-phone-menu a:last-child {
    margin-bottom: 0;
}
/* Mobile navbar phone number */

.phone-popup a,
.mobile-phone-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
    background: #fff;
    border: 1px solid #eee;
    margin: 4px 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.phone-popup a:hover,
.mobile-phone-menu a:hover {
    background: #fff8f2;
    border-color: #ff6a00;
    box-shadow: 0 4px 12px rgba(255,106,0,0.15);
    transform: translateY(-2px);
    color: #ff6a00;
}

.video-banner {
    position: relative;
}

.yt-player iframe {
    width: 100%;
    height: 380px;
}

.yt-controls {
    position: absolute;
    z-index: 9999;
    top: 82vh;
    left: 64%;
    background-color: #dae9f1;
    border-radius: 50px;
}

.single-banner-controls {
    left: 73% !important;
}

.yt-controls button {
    color: #333333;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50px;
}

.yt-controls button:hover {
    background: #ff6a00;
}

.yt-progress {
    width: 100%;
    height: 6px;
}

.banner-video-container iframe {
    pointer-events: none;
}