/*
@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
** - Emergency 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&amp;display=swap");

/*-- Default CSS --*/

body {
    font-family: "Poppins";
    color: #4a6f8a;
    background-color: #ffffff;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
}

p {
    line-height: 1.7;
}

a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
    color: #009ada;
}

a:hover {
    color: #111111;
}

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.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: #009ada;
}

.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 1.0s infinite ease-in-out;
    animation: sk-bounce 1.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-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: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ffffff;
    z-index: 1;
}

.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: 14px;
    color: #4a6f8a;
    margin-right: 25px;
}

.header-top-item .header-top-left ul li i {
    color: #009ada;
    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: #4a6f8a;
    font-size: 12px;
}

.header-top-item .header-top-left ul li a:hover {
    color: #009ada;
}

.header-top-item .header-top-left ul li a i {
    color: #009ada;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.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;
}

.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: #009ada;
}

.header-top-item .header-top-right ul li a:hover {
    color: #009ada;
    background-color: transparent;
    border: 1px solid #009ada;
}


/*-- End Header Top --*/


/*-- Navbar --*/

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    width: 250px;
}

.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: #009ada;
}

.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 #009ada;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px dashed #009ada47;
}

.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: #000;
    font-size: 15px !important;
}

.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: #009ada;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #009ada;
}

.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: #009ada;
}

.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}

.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: #009ada;
}

.search-icon {
    font-size: 16px;
    border: 0;
    outline: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #009ada;
    background-color: #d8e0e8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.search-icon:hover {
    background-color: #111111;
    color: #ffffff;
}

.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: #009ada;
    -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: 400px;
    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: #009ada;
    opacity: .80;
}

.search-btns {
    position: absolute;
    top: 21%;
    width: 70%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-text {
    background: #ffffffb3;
    margin: 0px 100px;
    padding: 50px 15px;
    border-radius: 10px;
}

.common-btn a {
    display: inline-block;
    color: #009ada;
    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: #009ada;
    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: #ffffff !important;
    background-color: #2459b8 !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 9;
}

.home-slider .owl-prev:hover {
    color: #ffffff !important;
    background-color: #111111 !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: #ffffff !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: #111111 !important;
}

.home-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.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: #009ada;
    -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: #009ada;
    font-size: 45px;
    margin-bottom: 20px;
}

.counter-item h3 {
    font-weight: 700;
    font-size: 48px;
    color: #009ada;
    margin-bottom: 8px;
}

.counter-item p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}


/*-- End Counter --*/


/*-- About --*/

.about-item {
    margin-bottom: 30px;
}

.about-item h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-item p {
    margin-bottom: 40px;
}

.about-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.about-item ul li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 12px;
}

.about-item ul li:last-child {
    margin-bottom: 0;
}

.about-item ul li i {
    display: inline-block;
    margin-right: 10px;
    color: #009ada;
    font-size: 23px;
    position: relative;
    top: 2px;
}

.about-item a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background-color: #009ada;
    font-weight: 500;
    padding: 20px 45px;
    border-radius: 5px;
}

.about-item a:hover {
    color: 15px;
    background-color: #111111;
}

.about-left {
    position: relative;
}

.about-left img {
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear;
}

.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: #009ada;
}

.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: #009ada;
}

@-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-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: 35px;
    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: #009ada;
    border-radius: 5px;
}

.service-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px 0px #ddddddbf;
    box-shadow: 0px 0px 12px 0px #ddddddbf;
    text-align: center;
    position: relative;
    padding-top: 25px;
    border: 2px solid #ff181826 !important;
    padding-bottom: 25px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    height: 180px;

}
.service-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .50;
    background-color: #009ada;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.service-frontr h3 {
    font-size: 16px;
}

.service-item .service-end p {
    margin-bottom: 24px;
}

.service-item .service-front {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    display: block;
}

.service-item .service-frontr i {
    display: block;
    color: #4d93e9;
    font-size: 65px;
    margin-bottom: 20px;
}

.service-item .service-front h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
}

.service-item .service-front p {
    margin-bottom: 0;
}

.service-item .service-end {
    position: relative;
    display: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    padding-top: 4px;
    padding-bottom: 5px;
}

.service-item .service-end i {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    font-size: 170px;
    color: #fff;
    opacity: .10;
    z-index: -1;
}

.service-item .service-end h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.service-item .service-end p {
    margin-bottom: 0;
    color: #ffffff;
}

.service-item .service-end a {
    display: inline-block;
    color: #009ada;
    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: #009ada;
    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: #009ada;
    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: 600;
    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: #009ada;
}

.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: #009ada;
}

.expertise-item .expertise-right img {
    width: 100%;
    z-index: 1;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear;
}

@-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;
}

.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: 600;
    font-size: 36px;
    margin-bottom: 25px;
}

.video-item .video-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.video-wrap .video-nav {
    margin-top: 10px;
    background-color: #ffffff;
    text-align: left;
    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: 14px;
    font-weight: 400;
    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: #7dd7ff42;
    text-align: center;
    -webkit-box-shadow: 3px 3px #f8f7f8;
    border-radius: 10px;
    border: 2px solid #ff181826 !important;
    box-shadow: 0px 0px 15px 0px rgb(84 84 84 / 10%);
    overflow: hidden;
}
.doctor-item:hover .doctor-top:before {
    opacity: .60;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.doctor-item:hover .doctor-top a {
    opacity: 1;
    bottom: 20px;
}

.doctor-item .doctor-top {
    position: relative;
    border-radius: 10px;
}

.doctor-item .doctor-top a {
    display: inline-block;
    color: #009ada;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.doctor-item .doctor-top a:hover {
    color: #ffffff;
    background-color: #111111;
}
.service-frontr img {
    width: 70px !important;
    margin: 0 auto;
    margin-bottom: 30px;
}
.doctor-item .doctor-bottom {
    padding-top: 5px;
    padding-bottom: 0px;
}
.doctor-item .doctor-bottom h3{
   line-height:1!important;
}
.doctor-item .doctor-bottom h3 {
    font-size: 22px;
}
.doctor-item .doctor-bottom h3 a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #232323;
}

.doctor-item .doctor-bottom h3 a:hover {
    color: #009ada;
}

.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: 600;
    color: #232323;
    font-size: 18px;
    border: 2px solid #386ae6;
    padding: 18px 55px;
    border-radius: 10px;
}

.doctor-btn a:hover {
    color: #ffffff;
    background-color: #386ae6;
}


/*-- End Doctors --*/


/*-- Blog --*/

.blog-area {
    background-color: #f8fbff;
    position: relative;
    padding-bottom: 180px;
}

.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;
}

.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;
}

.blog-item .blog-top a {
    display: block;
}

.blog-item .blog-bottom {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
}

.blog-item .blog-bottom h3 {
    /* margin-bottom: 0; */
}

.blog-item .blog-bottom h3 a {
    font-weight: 600;
    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: #009ada;
}

.blog-item .blog-bottom p {
    color: #232323;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.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: #009ada;
    font-weight: 500;
    font-size: 15px;
}

.blog-item .blog-bottom ul li i {
    color: #009ada;
}

.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: #009ada;
    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: .3s all ease;
    transition: .3s all ease;
}


/*-- End Blog --*/


/*-- Newsletter --*/

.newsletter-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 55px;
    padding-right: 55px;
    -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: 600;
    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 #009ada;
    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: #009ada;
    -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/home-one/14.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #009ada;
    padding-top: 50px;
    position: relative;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-item .footer-contact h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    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: #ffffff;
    font-weight: 500;
    /* font-size: 15px;
  padding-left: 60px;
  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: 2px;
}

.footer-item .footer-contact ul li a {
    display: block;
    color: #ffffff;
    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-quick h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-item .footer-quick ul {
    margin: 0;
    padding: 0;
}

.footer-item .footer-quick ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
}

.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: #ffffff;
}

.footer-item .footer-quick ul li a:hover {
    margin-left: 5px;
}

.footer-item .footer-feedback h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}
.footer-logos.text-center img.img-fluid {
    width: 200px;
    filter: brightness(1.5);
}

.footer-logos p {
    color: #f2f2f2;
    padding: 5px 0px 10px 0px;
    font-size: 14px;
}
.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: 600;
    font-size: 14px;
    background-color: #ffffff;
    padding: 12px 35px;
    border-radius: 30px;
    color: #009ada;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.footer-item .footer-feedback .feedback-btn:hover {
    color: #ffffff;
    background-color: #111111;
}


/*-- End Footer --*/


/*-- Copyright --*/

.copyright-area {
    background-color: #001230;
}

.copyright-area .copyright-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-area .copyright-item p {
    margin-bottom: 0;
    color: #ffffff;
    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: #009ada;
}


/*-- 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: #9dbdfc;
}

.slider-item-img-two {
    background-image: url("../img/home-two/slider/1_bannernew.png");
}

.slider-item-img-three {
    background-image: url("../img/home-two/slider/2_banner.png");
}

.slider-item-img-four {
    background-image: url("../img/home-two/slider/3_banner.png");
}

.home-slider-two .owl-prev {
    background-color: #bdcce2 !important;
}

.home-slider-two .owl-next {
    background-color: #bdcce2 !important;
}

.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 p {
    color: #616263;
}

.home-slider-two .slider-item .slider-text .common-btn a {
    border: 2px solid #009ada;
    color: #ffffff;
    background-color: #009ada;
    position: relative;
    width: 50%;
}

.home-slider-two .slider-item .slider-text .common-btn a:hover {
    color: #009ada;
    background-color: transparent;
}

.home-slider-two .slider-item .slider-text .common-btn .cmn-btn-right {
    background-color: transparent;
    color: #009ada;
}

.home-slider-two .slider-item .slider-text .common-btn .cmn-btn-right:hover {
    color: #ffffff;
    background-color: #009ada;
}


/*-- End Home Slider --*/


/*-- Emergency --*/

.emergency-area {
    margin-top: -125px;
    position: relative;
    z-index: 1;
}

.emergency-bg {
    background-image: url(../img/home-two/2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 45px 0 15px 110px;
    border-radius: 10px;
}

.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: 75px;
}

.emergency-item .emergency-inner h3 {
    color: #ffffff;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
}

.emergency-item .emergency-inner p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
}


/*-- End Emergency --*/


/*-- Welcome --*/

.welcome-left {
    background-image: url("../img/ptanhi.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}

.welcome-left img {
    display: none;
}

.welcome-item ul {
    margin: 0;
    padding: 0;
    max-width: 430px;
}
ul.docter_booked {
    margin-top: 60px;
}
.welcome-item ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 75px;
}

.welcome-item ul li:hover i {
    -webkit-box-shadow: 0px 0px 0px 10px #111111;
    box-shadow: 0px 0px 0px 10px #111111;
}

.welcome-item ul li:last-child {
    margin-bottom: 0;
}

.welcome-item ul li i {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    text-align: center;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #111111;
    -webkit-box-shadow: 0px 0px 0px 10px #009ada;
    box-shadow: 0px 0px 0px 10px #009ada;
    background-color: #f1f1f1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.welcome-item ul li .welcome-inner {
    padding-left: 110px;
}

.welcome-item ul li .welcome-inner h3 {
    font-weight: 600;
    font-size: 18px;
    color: #4a6f8a;
    margin-bottom: 8px;
}

.welcome-item ul li .welcome-inner p {
    margin-bottom: 0;
}

.welcome-right {
    padding-left: 70px;
    padding-top: 0;
}

.section-title-two {
    max-width: 430px;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: -5px;
}

.section-title-two span {
    display: inline-block;
    color: #009ada;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-title-two h2 {
    font-size: 38px;
    font-weight: 700;
    color: #232323;
}

.other-ser-box .service-frontr img {
    width: 100px !important;
    margin: 0 auto;
    margin-bottom: 15px;
}
.other-ser-box {
    height: 210px;
}
/*-- 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: 35px;
    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: 600;
    font-size: 22px;
    margin-bottom: 12px;
}

.speciality-item .speciality-inner p {
    margin-bottom: 0;
}

.speciality-right {
    background-image: url("../img/home-two/4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    position: relative;
    width: 100%;
    height: 100%;
}

.speciality-right img {
    display: none;
}

.speciality-right .speciality-emergency {
    position: absolute;
    bottom: 20px;
    left: -70px;
    background-color: #009ada;
    padding: 30px 295px 25px 40px;
    border-radius: 10px;
}

.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: #009ada;
    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;
    position: absolute;
    top: 23px;
    right: 70px;
}

.speciality-right .speciality-emergency p {
    margin-bottom: 0;
    color: #ffffff;
    position: absolute;
    right: 142px;
    top: 56px;
}

.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: 12px 25px;
    border-radius: 4px;
}

.video-wrap-two .video-item a {
    color: #009ada;
}

.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: #009ada;
    color: #ffffff;
}


/*-- End Video --*/


/*-- Counter --*/

.counter-area-two .counter-bg {
    margin-top: 0;
    bottom: -100px;
}


/*-- 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: #009ada;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.appointment-item span {
    display: block;
    color: #4a6f8a;
    font-size: 15px;
    font-weight: 600;
    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: #009ada;
    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 #009ada9e;
    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 #009ada9e;
}

.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: #009ada;
    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: #009ada;
    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 #009ada;
    color: #009ada;
}

.banner-item .common-btn-two a:last-child {
    margin-right: 0;
}

.banner-item .common-btn-two .cmn-btn-right-two {
    background-color: transparent;
    color: #009ada;
    border: 2px solid #009ada;
    padding-left: 25px;
    padding-right: 25px;
}

.banner-item .common-btn-two .cmn-btn-right-two:hover {
    color: #ffffff;
    background-color: #009ada;
}

.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: #009ada;
    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: #009ada;
    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: #009ada;
}

.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: #009ada;
}

.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: #009ada;
}


/*-- 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: #009ada;
}

.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 #009ada;
    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: 600;
    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/doctor/1.jpg");
}

.page-title-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    text-align: center;
    position: relative;
}

.page-title-area:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    background-color: #009ada;
}

.page-title-item {
    position: relative;
    margin-top: -80px;
}

.page-title-item h2 {
    color: #f8f8f8;
    font-weight: 6;
    font-size: 36px;
    margin-top: 15px;
}

.page-title-item ul {
    margin: 0;
    padding: 0;
    display: none;
}

.page-title-item ul li {
    list-style-type: none;
    display: inline-block;
    color: #f8f8f8;
    font-weight: 600;
    font-size: 18px;
    margin-right: 3px;
    margin-left: 3px;
}

.page-title-item ul li a {
    display: inline-block;
    color: #f8f8f8;
}

.page-title-item ul li a:hover {
    color: #111111;
}

.page-title-item ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 1px;
}


/*-- 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: 30px;
    top: 10px;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.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: #009ada;
    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: 600;
    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/1.jpg");
    height: 440px;
}

.page-title-two .page-title-item {
    margin-top: -135px;
}


/*-- 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;
    filter: brightness(1);
    width: 50px;
    -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;
    z-index: 1;
    position: relative;
}

.appointment-item-two-right .appointment-item-content {
    background-color: #e7e7e7;
    padding: 95px 30px 100px;
    margin: 0 40px;
    border-radius: 10px;
}

.appointment-item-two-right .appointment-item-content h2 {
    color: #009ada;
    font-weight: 600;
    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/doctor/1.jpg");
    height: 460px;
}

.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: #ffffff;
    margin-bottom: 14px;
}

.page-title-item-two h3 {
    font-weight: 600;
    font-size: 32px;
    color: #fefefe;
    margin-bottom: 15px;
}

.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;
}

.doctor-details-item {
    margin-bottom: 30px;
}

.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: 600;
    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: #009ada;
    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: 600;
    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: 600;
    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/blog/1.jpg");
}

/* .page-title-four .page-title-item {
    margin-top: 0;
} */


/*-- End Page Title --*/


/*-- Blog Details --*/

.blog-details-area {
    padding-bottom: 20px;
}

.blog-details-item {
    margin-bottom: 30px;
}

.blog-details-item .blog-details-img img {
    width: 100%;
    margin-bottom: 30px;
}

.blog-details-item .blog-details-img h2 {
    color: #232323;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
}

.blog-details-item .blog-details-img ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.blog-details-item .blog-details-img ul li {
    list-style-type: none;
    display: inline-block;
    color: #3a5ed3;
    font-size: 16px;
    margin-right: 50px;
}

.blog-details-item .blog-details-img ul li a {
    font-weight: 400;
    color: #009ada;
    display: inline-block;
}

.blog-details-item .blog-details-img ul li a:hover {
    color: #111111;
}

.blog-details-item .blog-details-img ul 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 #009ada;
    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: #009ada;
    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: 600;
    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;
}

.blog-details-item .blog-details-recent ul li a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #232323;
    margin-bottom: 15px;
    padding-top: 4px;
}

.blog-details-item .blog-details-recent ul li a:hover {
    color: #009ada;
}

.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: 400;
    color: #009ada;
    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: 600;
    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: 600;
    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: 600;
    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: 600;
    font-size: 15px;
    padding: 15px 34px;
    background-color: #009ada;
    -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 {
    padding-bottom: 180px;
}

.blog-area-two .section-title {
    margin-bottom: 0;
}

.blog-area-two .section-title h2 {
    font-weight: 600;
    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/contact/1.jpg");
}

.page-title-five .page-title-item {
    margin-top: -120px;
}


/*-- 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: -125px;
    position: relative;
    background-color: #ffffff;
}

.location-wrap .location-item {
    margin-bottom: 30px;
}

.location-wrap .location-item i {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
    background-color: #009ada;
}

.location-wrap .location-item h3 {
    font-weight: 600;
    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;
    width: 100%;
    height: 100%;
}

.drop-img img {
    display: none;
}

.drop-area .speciality-right-three {
    border-radius: 0;
}

.drop-item .drop-left {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.drop-item .drop-left h2 {
    font-weight: 600;
    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: 600;
    font-size: 15px;
    color: #ffffff;
    padding: 14px 35px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #009ada;
    -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: 600px;
    display: block;
    width: 100%;
    border: 0;
}


/*-- End Map --*/


/*----- End Contact Page -----*/


/*----- FAQ PAGE -----*/


/*-- Faq --*/

.faq-head h2 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 25px;
}

.faq-wrap {
    margin-bottom: 50px;
}

.faq-wrap:last-child {
    margin-bottom: 30px;
}

.accordion {
    padding-left: 0;
    margin: 0;
    padding: 0;
}

.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 .faq-head.active {
    color: #ffffff;
    background-color: #009ada;
    border: 1px solid #009ada;
}

.accordion li .faq-head.active:after {
    content: "-";
    font-size: 25px;
    color: #ffffff;
}

.accordion li .faq-head {
    color: #232323;
    font-size: 17px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 35px 15px 18px;
    border: 1px solid #232323;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.accordion li .faq-head:after {
    position: absolute;
    right: 20px;
    content: "+";
    top: 10px;
    color: #232323;
    font-size: 25px;
    font-weight: 700;
}

.accordion li .faq-content {
    display: none;
}

.accordion li .faq-content p {
    font-size: 15px;
    padding: 20px 45px 15px 20px;
    margin-bottom: 0;
}

.accordion li .faq-content p a {
    display: inline-block;
    color: #009ada;
}

.accordion li .faq-content p a:hover {
    color: #111111;
}


/*-- 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: 600;
    font-size: 35px;
}

.error-item span {
    display: block;
}

.error-item a {
    display: inline-block;
    color: #ffffff;
    background-color: #009ada;
    border-radius: 10px;
    padding: 20px 45px;
    margin-top: 70px;
    font-size: 18px;
}

.error-item a:hover {
    background-color: #111111;
}

/*-- End 404 --*/


/*----- END ERROR PAGE -----*/
.single-box .parant-search span.select2-selection.select2-selection--multiple { width: 100% !important; font-size: 13px; display: flex; align-items: center; color: #595757; border-color: #ced4da; border-radius: 4px; height: 50px; background-color: #ffffff; padding-left: 20px; -webkit-box-shadow: 0px 0px 15px 0px #dddddda3; box-shadow: 0px 0px 15px 0px #dddddda3; }
 .single-box .parant-search span.select2.select2-container.select2-container--default { width: 100% !important; }
 .single-box .parant-search { width: 100%; }
 .show_image{ overflow: hidden; transition: 0.3s; }
 .show_image:hover{ width: 50% !important; transition: 0.3s; }
 .show_image:hover img{ transform: scale(1.); transition: 0.3s; width: 100% !important; }

 .adhar_show_image{ overflow: hidden; transition: 0.3s; }
 .adhar_show_image:hover{ width: 50% !important; transition: 0.3s; }
 .adhar_show_image:hover img{ transform: scale(1.); transition: 0.3s; width: 100% !important; }

/*----- COMING SOON PAGE -----*/
.welcome-area-slider .owl-carousel .owl-nav button.owl-next, .welcome-area-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    line-height: 26px;
}
.welcome-area-slider .owl-carousel .owl-nav button.owl-next {
    right: -30px;
}
.welcome-area-slider .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}
.welcome-area-slider .owl-carousel .owl-nav button.owl-next span, .welcome-area-slider .owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
}

/*-- 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: 600;
    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: #009ada;
}


/*-- End Coming --*/


/*----- END COMING SOON PAGE -----*/


/*----- TESTIMONIAL PAGE -----*/


/*-- Testimonial --*/

.testimonial-area {
    /* background-image: url("../img/testimonial-bg.jpg");
    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: #009ada;
opacity: .50;
} */
section.bg-app-dow {
    background: #009ada42;
    padding: 100px 0px;
    text-align: center;
}
h3.title-dw-app {
    font-size: 44px;
    margin-bottom: 10px;
    font-weight: 700;
}
section.bg-app-dow p {
    font-size: 15px;
    margin-bottom: 30px;
}
.flex.social-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dow-icons-bo img {
    width: 32px;
}
.apple-btn .dow-icons-bo img {
    width: 32px;
    filter: invert(1);
}
a.market-btn {
    display: flex;
    width: 181px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 3px 10px 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background: #000;
    border-radius: 15px;
    margin: 0px 10px;
    transition: 0.5s;
}

a.market-btn:hover {
    background: #fdd;
    border-color: #000;
}
a.market-btn:hover .dow-icons-bo img {
    filter: invert(0);
}
.dow-icons-bo-co {
    padding-left: 16px;
    text-align: left;
}
.testimonial-area .owl-theme .owl-nav {
    margin-top: 25px;
}
.testimonial-area .testimonial-wrap {
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 50px 60px;
}

.testimonial-area .testimonial-wrap h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 50px;
}

.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: #009ada !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: #009ada !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: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item p {
    margin-bottom: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}


/*-- 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: #009ada;
    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: #009ada;
}

.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 #009ada;
    -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: #009ada;
}

.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 #009ada;
}

.signup-item .signup-form .form-group .forgot-pass a:hover {
    color: #009ada;
}

.signup-item .signup-form .signup-btn {
    color: #ffffff;
    background-color: #009ada;
    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: 600;
}

.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 #009ada;
    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: #009ada;
    -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: #009ada;
    -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: #009ada;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.department-item h3 {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 600;
    -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: 600;
    font-size: 28px;
    margin-bottom: 16px;
}

.services-details-img P {
    margin-bottom: 20px;
}

.services-details-img blockquote {
    font-size: 15px;
    color: #4a6f8a;
    background-color: #009ada14;
    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; */
    width: 100%;
    height: 350px;
}

.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: 30px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-to-top-btn i {
    background-color: #009ada;
    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 #009ada;
    box-shadow: 0px 0px 14px 0px #009ada;
}

.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: 600;
    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: #009ada;
    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: #009ada;
    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 .accordion li .faq-head {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.faq-area-two .accordion li .faq-head.active {
    border: 1px solid #009ada;
}

.faq-area-two .accordion li .faq-head:after {
    color: #ffffff;
}

.faq-area-two .accordion li .faq-content p {
    color: #ffffff;
}

.faq-area-two .accordion li .faq-content p a {
    color: #ffffff;
}

.faq-area-two .accordion li .faq-content p a:hover {
    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: #009ada;
}

.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: #009ada;
    border: 2px solid #009ada;
}

.slider-item-three .slider-text .common-btn .cmn-btn-right:hover {
    background-color: #009ada;
    color: #fff;
    border: 2px solid #009ada;
}

.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: 600;
    font-size: 20px;
}

.spread-area .spread-content ul li p {
    margin-bottom: 0;
}


/*----- End Home Five CSS -----*/


/*----- Buy Now Btn -----*/

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    color: #ffffff;
    background-color: #94be5d;
}


/*# sourceMappingURL=style.css.map */

.select-box {
    width: 200px;
    padding: 10px;
    outline: 0;
    position: relative;
}

.form-select:focus {
    border-color: #b5b5b5;
    box-shadow: none;
}

.search-toggle .src-input {
    padding: 10px 50px 10px 10px;
    border: 1px solid #d8e0e8;
    border-radius: 4px 0px 0px 4px;
    width: 100%;
    outline: 0;
}

.search-toggle .src-input:focus {
    outline: 0;
}

.search-icon {
    position: absolute;
    right: 0;
    border-radius: 0px 4px 4px 0px;
    height: 43px;
}

.log {
    color: #0043bf;
    border: 1px solid rgb(0 67 191);
    width: 100% !important;
    background: #fff;
    padding: 2px 12px;
    height: auto !important;
    border-radius: 4px;
    font-size: 15px !important;
}

.log:hover {
    background-color: #0043bf;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 15px !important;
}

.top-hone-search {
    width: 100%;
    border: 1px solid #ececec;
    background: #ffffff;
    color: #848484;
    height: 50px;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Hind', sans-serif;
    transition: all 500ms ease;
    margin-bottom: 30px;
}

.callto-action-area .inner-content .form-holder .single-box {
    width: 330px;
    float: left;
}

.callto-action-area .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    text-align: left;
    padding: 15px 15px 15px;
}

.callto-action-area .ui-selectmenu-button span.ui-icon {
    display: block;
    float: right;
    height: 45px;
    position: absolute;
    text-indent: 0;
    top: 7px;
    width: 45px;
    right: 0;
    bottom: 0;
    background-image: none;
}

.callto-action-area .inner-content .form-holder button {
    width: 50px;
    display: block;
    padding: 45px 0;
    height: 130px;
    margin: 0 auto;
    float: left;
    margin-left: 30px;
    border-radius: 10px;
}

.form-holder .drp_list dd,
.form-holder .drp_list dt {
    margin: 0px;
    padding: 0px;
}

.form-holder .drp_list ul {
    margin: -1px 0 0 0;
}

.form-holder .drp_list dd {
    position: relative;
}

.form-holder .drp_list a,
.form-holder .drp_list a:visited {
    color: #848484;
    text-decoration: none;
    outline: none;
}

.form-holder .drp_list dt a {
    background-color: #fff;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
}

h3.pri-ti {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    color: #009ada;
}

.form-holder .drp_list dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}

.containers button.btn.dropdown-toggle.btn-light {
    padding-left: 22px;
    font-size: 13px;
    color: #595757;
    border-radius: 0;
    border-right: 1px solid #ddd;
}

.search-location {
    z-index: 22;
    top: 10px;
    left: 5px;
    font-size: 14px;
    color: #009ada70;
}

.single-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.containers .dropdown-item.active,
.containers .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ffffff;
}

.containers .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    padding: 5px 10px;
    border-bottom: 1px solid #a0a0a030;
}

.containers .inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.containers .inner::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.containers .inner::-webkit-scrollbar-thumb {
    background-color: #61616165;
}

.parant-search-btn button.btn {
    background: #009ada;
    color: #fff;
    font-size: 14px;
    border-radius: 0px !important;
    padding: 14px 20px;
}

.parant-search .dropdown-menu {
    max-height: 250px !important;
}

.doctor-search-wrap .single-box {
    padding-bottom: 40px;
}

.doctor-item .doctor-bottom ul {
    margin: 0;
    padding: 0 15px;
    padding-top: 14px;
    list-style: none;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #b1b8ed;
}

.doctor-item .doctor-bottom ul li {
    display: inline-block;
    color: #009ada;
    font-weight: 500;
    font-size: 15px;
}

.dr-info span.dr-experience {
    padding: 5px 15px;
    color: #009ada;
}

.doctor-item .doctor-bottom span b {
    font-size: 14px;
    font-weight: 500;
    color: #009ada;
}

.doctor-item .doctor-top img {
    width: 160px;
    border-radius: 10px;
    height: 160px;
    border-radius: 50%;
}

.doctor-item .doctor-bottom ul li a.get-ap {
    font-size: 12px;
    background: #009ada;
    padding: 5px 10px;
    color: #fff;
}

.blog-item .blog-bottom ul li p {
    padding-bottom: 10px;
    font-size: 12px;
}

.blog-item .blog-bottom ul li .dr-img-con {
    text-align: center;
}

.blog-item .blog-bottom ul li .dr-img-con img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 auto;
}

ul.hospital-dr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px !important;
}

.blog-item .blog-bottom ul li .spec-dr {
    color: #222;
    font-size: 13px;
}

.blog-item .blog-bottom ul li a.fees-dr {
    color: #222;
    font-size: 14px;
    display: block;
    margin: 3px 0px;
}

.new-add-sectiion .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;
}

.new-add-sectiion .form-group {
    margin-bottom: 30px;
}

.new-add-sectiion .drop-btn {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    padding: 14px 35px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #0046c0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.menu-sidebar {
    width: 100%;
}

.menu-sidebar li {
    width: 100%;
    margin-bottom: 2px;
    border-bottom: 1px solid #efefef;
    padding: 10px 0px;
}

.menu-sidebar li i {
    font-size: 22px;
}

.table>:not(caption)>*>* {
    padding: 1rem 0.5rem;
}

.menu-sidebar li:last-child {
    border-bottom: none !important;
}

.menu-sidebar li a {
    font-weight: 500;
    font-size: 14px;
    color: #697a8d;
    text-transform: capitalize;
    padding: 5px 5px;
}

.menu-sidebar .submenu {
    padding-left: 10px;
}

.card-box {
    background-color: #ffffff;
    padding: 16px 20px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px #dddddda3;
    box-shadow: 0px 0px 15px 0px #dddddda3;
    margin-bottom: 30px;
}

.card-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #009ada;
    margin-bottom: 0px;
}

.doctor-ceckbox .form-check.form-check-inline {
    background: #e5edf2;
    padding: 16px 10px;
    width: 14%;
    margin: 10px 0px;
    text-align: center;
}

.doctor-ceckbox .form-check.form-check-inline .form-check-label {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.doctor-ceckbox .form-check.form-check-inline input.form-check-input.d-block {
    margin: 0 auto;
    float: none;
    margin-top: 8px;
    width: 25px;
    height: 25px;
}

.new-add-sectiion {
    background: #f5f6f7;
}

.form-check-input:checked {
    background-color: #009ada;
    border-color: #009ada;
}

.new-add-sectiion .dropdown.bootstrap-select.dropdown.bootstrap-select {
    height: 50px;
    background-color: #ffffff;
    /* border: none; */
    -webkit-box-shadow: 0px 0px 15px 0px #dddddda3;
    box-shadow: 0px 0px 15px 0px #dddddda3;
    width: 100% !important;
}

.new-add-sectiion button.btn.dropdown-toggle.bs-placeholder.btn-light,
.new-add-sectiion .containers button.btn.dropdown-toggle.btn-light {
    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;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.new-add-sectiion .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 10px;
}

.lab-aria .parant-search {
    min-width: 320px;
}

.single-box.multiple-box .parant-search {
    min-width: 560px;
}

.single-box.multiple-box .parant-search .dropdown.bootstrap-select,
.lab-aria .parant-search .dropdown.bootstrap-select {
    width: 100% !important;
}

.single-box.multiple-box .parant-search .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    border: 1px solid #333;
    padding: 3px 6px;
    font-size: 9px;
}

.containers button.btn.dropdown-toggle.btn-light {
    padding-left: 22px;
    font-size: 13px;
    color: #595757;
    border-radius: 0;
    border-right: 1px solid #ddd;
    height: 50px;
}

.containers button.btn.dropdown-toggle.btn-light .filter-option-inner {
    margin-top: 7px;
}

.parant-search .containers.position-relative .search-location {
    top: 17px;
}

.lab-aria .parant-search .containers.position-relative .search-location {
    top: 17px;
}

.lab-aria .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner,
.multiple-box .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    margin-top: 7px;
}

.multiple-box .parant-search-btn button.btn {
    padding: 14px 28px;
}

.new-table-design>:not(caption)>*>* {
    padding: 5px 10px !important;
}

span.price-info {
    font-weight: 500;
    font-size: 14px;
}

.page-title-four-new {
    height: 250px;
}

.lab-detals-add {
    margin-bottom: 30px;
}

.lab_nam_con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    /* margin-bottom: 5px; */
}
.lab_nam_con:first-child {
    border-bottom: 0px !important;
}
.lab_nam_con:nth-child(2){
    border-top: 0px !important;
}
.add-ress-lab {
    /* background: #009ada21; */
    border: 1px solid #ebebeb;
    /* padding: 15px 20px; */
    margin: 4px 0px;
}

.add-ress-lab address {
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.name-detal-lab span,
.name-detal-lab-last span {
    color: #666;
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
}

.name-detal-lab-last {
    width: 50%;
    /* border: 1px solid #ebebeb; */
    border-left: 0px;
    border-top: 0px;
    font-weight: 700;
    padding: 5px 15px;
    border-right: 0px;
    /* min-height: 60px; */
    border-bottom: 0px;
}
.add-ress-lab .name-detal-lab {
    width: 100%;
    border-right: 0px !important;
}
.name-detal-lab {
    width: 50%;
    /* background: #009ada21; */
    /* border: 1px solid #ebebeb; */
    /* border-right: 1px solid #ddd; */
    border-left: 0px;
    font-weight: 700;
    border-top: 0px;
    padding: 5px 15px;
}

.add-ress-lab address i {
    color: #009ada99;
    font-size: 18px;
}

.bgtables {
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px #ddd;
    box-shadow: 0px 0px 20px 0px #ddd;
    background-color: #ffffff;
}

span.or {
    padding: 6px;
    position: relative;
}

.lab-aria .parant-search .containers button.btn.dropdown-toggle.btn-light {
    border: 1px solid #29292912;
}

span.or::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    top: -7px;
    left: 50%;
    background: #34343445;
}

span.or::after {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    bottom: -8px;
    left: 50%;
    background: #34343445;
}

.book-now {
    text-align: right;
}

.book-now .get-ap {
    text-align: right;
    display: inline-block;
    background: #009ada;
    padding: 10px 20px;
    color: #fff;
    border: none;
}

.box-pro {
    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: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    border-radius: 20px;
    background: #009ada00;
    border-top: 4px solid #009ada;
}

.count_name {
    color: #009ada;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}

.count_num {
    margin-bottom: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}

.tabs_list-new .video-nav {
    margin-top: 0px;
    /* padding-top: 10px; */
}

.tabs_list-new .video-nav li.nav-item.video-nav-item {
    display: block;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.tabs_list-new .video-nav li.nav-item.video-nav-item .nav-link {
    color: #000;
}

.tabs_list-new .video-nav li.nav-item.video-nav-item .nav-link.active {
    border-radius: 0px;
    color: #fff;
}

.tab-content-new {
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px #dddddda3;
    box-shadow: 0px 0px 15px 0px #dddddda3;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
}

.tab-content-new table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none;
}

.dataTables_filter input.form-control,
.dataTables_length select.form-select {
    height: auto !important;
    border-left: 3px solid #009ada;
    border-radius: 0px;
}

td .test_names {
    height: 42px !important;
    background: #fff !important;
    padding: 15px;
    border: none;
    box-shadow: none !important;
}

td .test_names-bg-tr {
    height: 42px !important;
}

.tab-content-new table.dataTable.table-striped>tbody>tr.odd>* {
    vertical-align: middle;
    box-shadow: none;
    width: 50%;
}

.add-department-dr .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 5px;
}

.add-department-dr .containers button.btn.dropdown-toggle.btn-light .filter-option-inner {
    margin-top: 4px;
}

.dropdown.bootstrap-select.dropup .dropdown-menu {
    z-index: 99999;
}

.new_tabs-sec .tabs_list-new .video-nav li.nav-item.video-nav-item {
    display: inline-block;
    border: 1px solid #ddd !important;
}

.new_tabs-sec .tabs_list-new .video-nav {
    margin-bottom: 15px;
}

.new_tabs-sec .tab-content-new {
    box-shadow: none !important;
}
 
.bg-main {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px #ddd;

    border-radius: 10px;
    border: 2px solid #ff181826 !important;
}

.u-t-center {
    text-align: center;
}
.footer-item a.number-call {
    color: #fff !important;
    display: block;
    margin: 5px 0px 15px 0px;
    font-weight: 500;
    font-size: 15px;
}
.footer-item .footer-quick ul.footer_sol_links li{
        margin-right: 16px;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.u-valign--middle a {
    font-weight: 500;
    color: #222;
}

.u-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.centralized-lead-gen.form-modal .divided-section .image-section,
.flex-ai-flex-end,
.listing-doctor-card .footer_campaign_banner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.u-circle {
    border-radius: 50%;
}

.u-border--grey-20 {
    border: 1px solid #eaeaea;
}

.listing-doctor-card .info-section {
    padding: 0 20px;
    width: 86%;
}

.listing-doctor-card .doctor-name {
    font-size: 20px;
}

.listing-doctor-card .appointment-section,
.reach-v2-card .cta-section,
.uv2-spacer--lg-hz {
    margin: 0 16px;
}

.uv2-spacer--xs-top {
    margin: 6px 0px;
}

.u-grey_3-text {
    color: #787887;
    font-size: 13px;
}

.LazyLoad.is-visible {
    width: 170px;
    height: 170px !important;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.o-label--success {
    font-size: inherit;
    background: #00a500;
    color: #fff;
}

.u-t-center .get-ap {
    font-size: 12px;
    background: #009ada;
    padding: 5px 10px;
    color: #fff;
    border: none !important;
}

.o-label,
.o-label--default,
.o-label--success {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    max-width: 100%;
}

.u-xx-small-font {
    font-size: 11px;
}

.u-color--primary h2 {
    color: #009ada;
}

.uv2-spacer--md-bottom i,
.uv2-spacer--md-bottom span.u-color--green {
    color: #168703;
    font-weight: 500;
}

.u-color--green_2 {
    color: #02a401;
}

.c-btn--dark-medium {
    background: #009ada;
    border: none;
    margin: 5px;
    padding: 3px 15px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

.menu-sidebar .submenu {
    height: auto !important;
}
.col-lg-12.text-right button.btn.btn-primary.js-add--exam-row{
    margin-left: 15px;
}
.row.data_all_sub.card-body:first-child {
    padding-bottom: 15px;
}

.row.data_all_sub.card-body {
    background: #fff;
    /* margin-bottom: 30px; */
    padding-bottom: 0px !important;
    position: relative;
}

button.btn.btn-danger.js-remove--exam-row {
    display: block;
    width: 140px;
    position: absolute;
    bottom: 0px;
    right: 0;
    text-align: center;
    margin: 15px 30px;
}
/* 
a.btn.btn-danger.js-remove--exam-row {
    display: block;
    width: 140px;
    position: absolute;
    bottom: 0px;
    right: 0;
    text-align: center;
    margin: 15px 30px;
} */
a.btn.btn-danger.js-remove--exam-row {
    margin-top: 30px;
    padding: 10px 0px;
    height: 50px;
}
.cart-total {
    background: #eee;
    padding: 15px;
    padding-bottom: 30px;
}

.cart-total .sub-t {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.cart-total .sub-totl-price {
    font-size: 16px;
    font-weight: 600;
}

.modal .signup-form .btn-outline-info,
.cart-total .btn-outline-info {
    color: #ffffff;
    background-color: #009ada;
    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;
}

h1#exampleModalLabel {
    font-weight: 600;
    font-size: 24px;
}

.modal .signup-form .form-group .form-control {
    height: 45px;
    border: 1px solid #4a6f8a;
    padding-left: 20px;
    font-size: 15px;
}

.main-pay-section {
    background: #f7f7f7;
    padding: 6px 15px;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px #ddd;
    box-shadow: 0px 0px 20px 0px #ddd;
}

.main-pay-section .form-check {
    display: flex;
    align-items: center;
}

.main-pay-section label.form-check-label i {
    font-size: 38px;
    margin-right: 12px;
    color: #009ada;
}

.main-pay-section label.form-check-label {
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-weight: 600;
}
/* ==========10-june css start=============== */
form.main-search-boxs .parant-search .form-control {
    padding-left: 22px;
    font-size: 13px;
    color: #595757;
    border-radius: 0;
    border-right: 1px solid #ddd;
    height: 50px;
    background-color: #f8f9fa;
}

form.main-search-boxs .parant-search {
    width: 40%;
}

.doctor-search-wrap.hospital-search-wrap form.main-search-boxs .parant-search {
    width: 30%;
}
.doctor-search-wrap.hospital-search-wrap {
    top: 10px;
}
form.main-search-boxs .parant-search_half {
    width: 15% !important;
}
.package_item.package_item_box {
    
    box-shadow: 0px 0px 8px 0px #00000024;
    border-radius: 5px;
    margin-bottom: 32px;
    border: 2px solid #ff181826 !important;
    padding: 20px 10px;
}
.package_item_boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.package_item.package_item_box p {
    margin-bottom: 0px; font-size: 13px;
}
.btn-primary {
    color: #fff;
    background-color: #009ada !important;
    border-color: #009ada !important;
}
.package_item.package_item_box button.add_option {
    padding: 4px 7px;
    font-size: 12px;
}
/* form.main-search-boxs .parant-search-btn button.btn {
border: 0px;
} */

.doctor-search-wrap .single-box {
    padding-bottom: 15px;
}
/* .labs-search-wraps .single-box .parant-search {
    width: 70%;
} */
.doctor-search-wrap .single-box .parant-search span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.doctor-search-wrap .single-box .parant-search span.select2-selection.select2-selection--multiple {
    width: 100% !important;
    padding-left: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #595757;
    border-radius: 0;
    border-right: 1px solid #ddd;
    height: 50px;
    background-color: #f8f9fa;
}
.doctor-search-wrap .single-box .parant-search .select2-selection__choice {
    background-color: #aedff3; color: #444; 
}
.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #f8f9fa;
}


.ui-widget.ui-widget-content li.ui-menu-item {
    /* padding: 4px 0px; */
    border-bottom: 1px solid #ddd;
    background: transparent !important;
}
.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper {
    color: #444;
    font-size: 12px;
    padding: 4px 5px;
    border: none !important;
}
.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper:hover{
    background: #009ada !important;
    color: #fff !important;
}
.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #009ada !important;
    color: #fff !important;
}
.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper:before {
    content: "\ed1b";
    font-family: IcoFont!important;
    margin-right: 5px;
    border-radius: 50px;
    font-size: 10px;
    padding: 4px 4px 5px 5px;
    background: #ddd;
    font-weight: 500;
    color: #000000;
}
li.dropdown.profiledrop ul.dropdown-menu {
    z-index: 9999;
}
li.dropdown.profiledrop ul.dropdown-menu.show li {
    display: block;
    margin: 0px;
    text-align: left;
    border-bottom: 1px solid #ddd
    
}
li.dropdown.profiledrop ul.dropdown-menu.show li a.dropdown-item {
    width: auto;
    text-align: left;
    padding: 5px;
    height: auto;
    background: transparent;
    color: #444;
    font-size: 14px;
    border: none !important;
}
li.dropdown.profiledrop ul.dropdown-menu.show li a.dropdown-item:hover {
    background: #009ada;
    color: #ffffff;
}
table tr td .table-linkcls {
    margin-bottom: 2px;
}
table tr td .table-linkcls a {
    font-size: 12px;
    transition: 0.5s;
    background: #444;
    padding: 2px 5px;
    color: #ffffff;
    text-decoration: none;
}
table tr td .table-linkcls a:hover {
    background: #009ada;
    color: #fff;
    
}
div.dataTables_wrapper .row .col-sm-12.col-md-6{
    width: 39%;
}

.row.data_all_sub.card-body:first-child .btn.btn-danger.js-remove--exam-row.col-lg-2{
    display: none !important;
}

.dataTables_wrapper .dataTables_filter{
    text-align: left!important;
}
.test-lab-price .form-control{
    width: 30%;
}
.add_lab_package .form-control{
    width: 30%;
} 
.edit_lab_package .form-control{
    width: 30%;
}

.welcome-area-slider{
    padding-top: 30px;
    /* padding-bottom: 30px; */
}
.section-title-two a h2:hover{color:#009ada}
.our_services-area{
    padding-top: 30px;
}
.doctor-item .doctor-top-new img {
    width: 100%;
    border-radius: 0px;
    height: auto;
    margin: 0 auto;
}
.dropdown_mainmenu .dropdown-toggle_mainmenu {
    border: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #000 !important;
    text-transform: capitalize !important;
}
.dropdown_mainmenu ul.dropdown-menu{
    padding-top: 0px !important;
}
.dropdown_mainmenu ul.dropdown-menu li a.dropdown-item{
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #000 !important;
    text-transform: capitalize !important;
}
.dropdown_mainmenu .dropdown-toggle_mainmenu:hover{
    background-color: transparent !important;
    color: #009ada;
}
.service-item_ou-ser {
    padding-top: 0px;
    height: 200px;
    background: #7dd7ff42;
}

.footer-item .footer-quick ul.footer_sol_links li a img {
    filter: invert(1);
    width: 20px;
}
.d-flex.new-btn-section {
    align-items: center;
    justify-content: end;
}
.new-btn-section a.searc_btns_st {
    margin: 10px;
    padding: 10px 15px;
    color: #090909;
    border: 1px solid #029bda;
    transition: 0.5s;
}
.new-btn-section a.searc_btns_st.active{
    background: #029bda;
    color: #fff;
}
.hover_data_mains {
    display: inline-block;
}
.hoversdata {
    position: fixed;
    min-width: 520px;
    max-width: 300px;
    background: #fff;
    box-shadow: 0px 10px 15px #00000021;
    left: 49%;
    top: 30%;
    word-wrap: break-word;
    text-wrap: wrap;
    height: 420px;
    text-align: justify;
    overflow-y: auto;
    padding: 15px;
    border-top: 6px solid #009ada;
    border-radius: 5px;
    display: none;
}
.hover_data_mains:hover .hoversdata{
    display: block;
}
.lab-detals-add {
    margin-bottom: 30px;
    background: #e3e3e32e;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px -5px 13px 3px #edededd1;
}
h3.title_times {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #333333;
    font-weight: 600;
}
p.date_mo-ti {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
span.check_day {
    padding-left: 21px;
    font-weight: normal;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}
span.check_day input.form-check-input {
    margin: 0px !important;
    margin-right: 5px !important;
}
.extra_datas p {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    background: #f7f7f7;
    padding: 5px 0px;
}
.extra_datas {
    max-width: 70%;
    /* column-count: 1; */
    box-shadow: 0 0 6px 3px #ddd;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 999;
}
.extra_datas p.title_popup {
    text-align: center;
    display: block;
    background: #fff;
    color: #007bae;
    font-size: 24px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.overflow_extra_data {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.show_more + .extra_data {
    display: none;
    }
    .show_more.show + .extra_data {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0003;
    z-index: 99999;
}

.extra_datas p span {
    font-weight: 400;
    padding-left: 10px;
    font-size: 12px;
}
.extra_datas p {
    color: #000;
    font-weight: 600;
}
p.alert {
    color: red;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.list-group .list-group-item span {
    color: #000 !important;
    font-weight: 500;
}
.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
    width: 5%;
}
.header-top-item .header-top-right ul li:last-child a {
    height: 31px;
    line-height: 30px;
    border-radius: 5px;
    width: 40px;
}
.list-group .list-group-item span.text-info {
    width: 80%;
}
.list-group .list-group-item span.text-success {
    width: 10%;
    text-align: right;
}
.loading_container nav svg {
    width: 22px;
}
.loading_container .hidden div p.text-sm.text-gray-700.leading-5 {
    margin-top: 20px;
}
.my-table table.table{
    border: 1px solid #ddd;
}
.my-table table.table tr th {
    background: #000;
    color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 12%;
    padding: 10px 8px;
}
.my-table table.table tr th.adderss{
    width: 16%;
}
.my-table table.table tr td {
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 8px;
    color: #000;
    font-weight: 500;
}
h4#exampleModalLabel {
    font-size: 19px;
}
#viewpackagemodal .modal-header button.btn-close {
    font-size: 9px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 7px;
}
#viewpackagemodal form .form-group .form-control{
    height: 40px;
}
#returndetail h5 {
    font-size: 16px;
}
#returndetail ul {
    list-style: decimal;
} 
#returndetail ul li {
    font-size: 13px;
    margin: 6px 0px;
    color: #000;
}
.scs-btn svg {
    color: #00922a;
}
.title_test h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
}
#viewpackagemodal label.form-label {
    color: #000;
    font-weight: 600;
}
.popup-igs textarea {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    background: #7f000008;
    text-align: justify;
    border: 1px solid #dddddd57;
}
.tabs_list-package{
    margin-left: 15px;
    margin-right: 15px;
}

.tabs_list-package .video-nav {
    width: 100% !important;
}
.tabs_list-package .video-nav li.video-nav-item {
    text-align: center;
    width: 50%;
}
/* Responsive css Start */

@media only screen and (max-width: 580px) {
    .welcome-area-slider .owl-carousel .owl-nav button.owl-prev {
        left: -6px;
    }
    .welcome-area-slider .owl-carousel .owl-nav button.owl-next {
        right: -18px;
    }

    .top_test img{height: 150px !important}
    
    .profile-photo img {
        width: 45%!important;
    }
    
}


.main_box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h6.product_title {
    font-size: 22px;
    margin: 15px 0px;
}

span.price {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
span.name-pro {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    text-align: right;
    font-weight: 700;
    margin-right: 10px;
}

.product_main-pri {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 15px;
}
a.btn-fill-out-links {
    text-decoration: underline;
    color: #000;
}
a.btn.btn-fill-out.btn-buy {
    background: #009ada;
}
.product_info {
    padding: 0px 15px;
}
.product_box {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-details-item .main_box-title {
    display: block;
}
.blog-details-item .main_box-title span{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}
.blog-details-item .number-package {
    margin-bottom: 10px;
}
div#select_lab_list {
    min-height: 100px;
    overflow: auto;
    max-height: 100px;
    overflow-x: auto;
}
.button_ds_cls {
    display: none;
}
.header-top-item .header-top-right ul li:last-child a i.fa.fa-shopping-cart { line-height: 28px; }


#form_news .form-control, .about-area_form .form-control{
    height: 45px;
    border: 1px solid #4a6f8a;
    padding-left: 20px;
    font-size: 15px;
}
#form_news label.form-label, .about-area_form label.form-label {
    color: #009ada;
    font-weight: 600;
}
.about-area_form form {
    box-shadow: 0px 4px 17px 3px #59595917;
    padding: 15px 30px;
    border-radius: 19px;
}
.first_fild {
    width: 85%;
}
.new_d-flex {
    align-items: center;
    justify-content: space-around;
}
.new_d-flex svg {
    margin-top: 28px;
}
.form-group.mb-3.icon-svg-colr-red svg {
    color: #f00;
}
.form-group.mb-3.icon-svg-colr-gree svg {
    color: #0ac300;
}
.slot-day {
    display: flex;
    align-items: center;
}
.slot-day p {
    margin: 0px;
    margin-right: 10px;
}
.slot-day span {
    border: 1px solid #8080ff94;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 5px;
    color: #009ada;
    margin-right: 5px;
}
.u-d-flex span {
    margin-left: 3px;
}
.slot p {
    margin-bottom: 0px;
    margin-right: 5px;
}
.slot-time {
    margin-top: 0px;
    display: flex;
    align-items: center;
}
.name-detal-lab .slot-time p {
    margin: 0px;
}
.slot-time span.text-time {
    margin: 0px 5px;
}

.doctor_section {
    display: flex;
    align-items: center;
}
.dr-info {
    margin-left: 50px;
    width: 70%;
}

.dr-info p {
    margin: 0px;
}
.dr-info .dr-name {
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.dr-info .dr-name span {
    width: 130px;
}
.dr-info .slot-day p, .dr-info .slot-time p {
    width: 130px;
}



.slider-nav h3 {
    background: #979191;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    width: 225px;
    padding: 1%;
    position: relative;
    text-align: center;
}
  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px; 
    background:#f30;
    color:#fff;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }
  .dr-slot-sec-main .slider.slider-nav {
    width: 100% !important;
    max-width: 670px;
}
.btn_book{
padding: 10px 0 5px;
border: none;
border-bottom: 4px solid #f0f0f5;
text-align: center;
font-size: 16px;
cursor: pointer;
width: 225px;
background: #fff;
}
.c-day-label--selected {
    font-weight: 700;
    -webkit-transition: color .5s,font-weight .5s;
    transition: color .5s,font-weight .5s;
}
.u-t-capitalize {
    text-transform: capitalize;
}
.info_btn span {
    font-size: 12px;
    color: #737382;
    font-weight: 400;
}
.dr-slot-sec-main .owl-item.active.current .btn_book {
    border-bottom: 4px solid #199fd9;
}
.slot_new {
    width: 20%;
    margin: 0 auto;
}
button.c-apt-btn--dark-fitY {
    color: #fff;
    padding: 4px 0;
    width: 100%;
    background-color: #199fd9;
    border: 1px solid #199fd9;
}
.u-spacer--vertical {
    margin: 16px 0;
}
.c-apt-btn--light {
    color: #199fd9;
    padding: 4px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #199fd9;
}

.dr-slot-sec-main .slider-nav .slick-dots{
    display: none !important;
}

.dr-slot-sec-main .owl-dots{
    display: none !important;
}
.dr-slot-sec-main .slot-not-avlable-img img {
    display: block;
    width: 100px !important;
    height: 80px !important;
    margin: 10px auto !important;
}
.u-spacer--margin-less {
    margin-bottom: 10px;
}
.slot_maisection{
    text-rendering: optimizespeed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
button.day_slot_btn {
    width: 84px;
    border-radius: 3px;
    padding: 5px 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0 !important;
    background: #fff;
    color: #199fd9;
    border: 1px solid #199fd9;
}
.slot_maisection {
    border-bottom: 1px solid #f0f0f5;
    padding: 24px 0;
}
span.slot_header_sname {
    text-transform: capitalize;
}
span.slot_header_sname svg {
    margin-right: 6px;
}
.slot_header {
    width: 15%;
}
.margin_offset_slide {
    margin-left: 26%;
}
.dr-img {
    width: 30%;
}
.doctor_section {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
div#sync2 .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    top: 13px;
    width: 35px;
    height: 35px;
    border: 1px solid !important;
    font-size: 42px;
    line-height: 23px;
    color: #000;
    background: #fff;
    border-radius: 50px;
    font-weight: 200 !important;
}
div#sync2 button.owl-next {
    position: absolute;
    right: -60px;
    top: 13px;
    width: 35px;
    height: 35px;
    font-size: 42px;
    border: 1px solid !important;
    line-height: 23px;
    color: #000;
    background: #fff;
    border-radius: 50px;
    font-weight: 200 !important;
}
div#sync1 .owl-nav {
    display: none !important;
}
input.test_names-check-tr {
    width: 30px;
    height: 30px;
}
.labs-details-inner h2.doctor-name {
    font-size: 22px;
}

.labs-details-inner .u-d-flex {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 16px;
}
.labs-details-inner .u-d-flex span {
    margin-left: 10px;
}

.border_shadow{
    box-shadow: 0px 0px 8px 0px #00000024;
    border-radius: 5px;
    border: 2px solid #ff181826 !important;
}
.view_package_link a {
    margin-right: 15px;
    margin-top: 10px;
}
.view_package_link {
    margin-top: 5px;
}
.position_r{
    position: relative !important;
}
.linkup_dow {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 999;
}
.linkup_dow a i {
    margin-left: 7px;
}
.linkup_dow a {
    font-size: 18px;
    margin-right: 15px;
    margin-left: 15px;
}




  .upload-files-container {
	background-color: #f7fff7;
    max-width: 50%;
	padding: 30px 30px;
	border-radius: 40px;
	display: flex;
   	align-items: center;
   	justify-content: center;
	flex-direction: column;
    margin: 0 auto;
}
.drag-file-area {
	border: 2px dashed #7b2cbf;
	border-radius: 40px;
	margin: 10px 0 15px;
	padding: 30px 50px;
	text-align: center;
}
.drag-file-area .upload-icon {
	font-size: 42px;
}
.drag-file-area h3 {
	font-size: 26px;
	margin: 15px 0;
}
.drag-file-area label {
	font-size: 19px;
}
.drag-file-area label .browse-files-text {
	color: #7b2cbf;
	font-weight: bolder;
	cursor: pointer;
}
.browse-files span {
	position: relative;
	top: -25px;
}
.default-file-input {
	opacity: 0;
}
.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}
.cannot-upload-message span:last-child {
	padding-left: 20px;
	cursor: pointer;
}
.file-block {
	color: #f7fff7;
	background-color: #7b2cbf;
  	transition: all 1s;
	width: 390px;
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
}
.file-info {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.file-icon {
	margin-right: 10px;
}
.file-name, .file-size {
	padding: 0 3px;
}
.remove-file-icon {
	cursor: pointer;
}
.progress-bar {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 4.5%;
	width: 0;
	height: 5px;
	border-radius: 25px;
    background-color: #009ada;
}
.upload-button {
	background-color: #009ada;
	color: #f7fff7;
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	border-radius: 20px;
	margin: 10px;
	padding: 7.5px 50px;
	cursor: pointer;
}

.pay_bg-sec {
    background: #009ada1a;
    padding: 13px 15px 10px 15px;
}
.section_check_out .card {
    max-width: 500px;
    margin: auto;
    color: black;
    border-radius: 20px;
}

.section_check_out .h8 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
}
   
.section_check_out .form-control {
    background-color: #fff;
    height: 50px;
    padding-left: 20px;
    vertical-align: middle;
}

.section_check_out .text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.product_box.row .product_info {
    padding-left: 0;
}
.product_box.row {
    padding: 15px 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.product_box.row .slot-day span {
    padding: 2px 10px;
    margin-right: 5px;
}

.product_box.row .u-color--primary h2.doctor-name {
    font-size: 18px;
}

input.table_form-control {
    border: 1px solid #ddd;
    /* height: 22px; */
    outline: 0;
    box-shadow: none;
}
table.table.table-bordered.table_input_fild tr th, table.table.table-bordered.table_input_fild tr td {
    padding: 5px 10px;
    vertical-align: middle;
}

.upload_btn a {
    border: 1px solid #009ada6e;
    padding: 8px 22px;
    border-radius: 10px;
    color: #141414;
    background: #009ada6e;
    font-weight: 500;
    text-transform: capitalize;
}
.upload_btn a svg {
    color: black;
    margin-left: 5px;
}
span.selected_dt {
    background: #009ada14;
    display: block;
    margin: 5px 0px;
    font-size: 12px;
}
div#select_lab_list {
    min-height: 80px;
    overflow: auto;
    max-height: 80px;
    overflow-x: auto;
    width: 70%;
    left: 33%;
    position: relative;
    margin-bottom: 5px;
}
span.selected_dt div i.remove_in {
    margin-left: 15px;
}
.name-detal-lab a {
    color: #000;
}
.name-detal-lab span i {
    padding: 5px 14px;
    border: 1px solid #009ada6e;
    border-radius: 4px;
    line-height: 12px;
    background: #009ada6e;
    color: #fff;
}
.name-detal-hs span a i {
    padding: 5px 14px;
    border: 1px solid #009ada6e;
    border-radius: 4px;
    line-height: 12px;
    background: #009ada6e;
    color: #fff;
}
.listing-doctor-card .info-section_new {
    padding: 0 0px;
    width: 100%;
}

.listing-doctor-card .info-section_new .u-d-flex {
    margin-bottom: 5px;
}
.listing-doctor-card .info-section_new .u-d-flex b {
    margin-right: 10px;
}
table.table-bordered.table-striped tr td img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 50%;
}
.product_main-pri.text-end {
    justify-content: end !important;
}
.card_success.border_shadow {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 30px;
}
.card_success h2.success-ti {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 700;
}
/* ========2/6/2024========= */

.new-add-sectiion .new-form-section input#formFile { line-height: 26px; padding-left: 12px; }

.new-add-sectiion .new-form-section .form-control { height: 40px; }

.new-add-sectiion .new-form-section .form-control-new { height: auto !important; }

label.form-check-label.color-terms { color: #009ada; }

p.yoga_title { font-weight: 600; color: #009ada; margin-top: 20px; margin-bottom: 0px; }

.listing-doctor-card { margin-bottom: 30px; /*-webkit-box-shadow: 0px 0px 25px 0px #ddddddbf; box-shadow: 0px 0px 12px 0px #ddddddbf;*/ text-align: center; position: relative; padding: 15px; /*border: 2px solid #ff181826 !important; border-radius: 10px;*/ }

.main-detail-dr { display: flex; justify-content: start; }

p.name-ti { font-size: 14px; font-weight: 600; color: #009ada; margin-bottom: 8px; width: 150px; text-align: left; }

p.dr-name { margin-bottom: 8px; font-size: 14px; font-weight: 500; color: #787887; }

.dr-fee-charge { display: flex; justify-content: space-between; margin-bottom: 8px; padding: 5px 10px; border: 2px solid #ff181814 !important; }

span.charge-name { font-size: 12px; font-weight: 600; }

h5.dr-fee-titlee { color: #009ada; font-weight: 600; border-bottom: 2px solid #009ada; display: inline-block; margin-bottom: 15px; font-size: 18px; }

.name-detai-dr { margin-top: 43px; }

.book-now-btns { color: #fff; background-color: #009ada !important; border-color: #009ada !important; padding: 10px 22px; margin-top: 10px; display: inline-block; border-radius: 10px; }

div#exampleModal label.form-label { font-size: 14px; }

h5#exampleModalLabel { color: #009ada; font-weight: 600; font-size: 18px; }
.charge-price-rai{
    display: flex;
    align-items: center;
}
span.charge-price .radio_btns {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.LazyLoad img{width:100%}
.welcome-right ul li.wow {
    margin-bottom: 50px;
}
.welcome-right ul li.wow .welcome-inner {
    padding-top: 30px;
}

