body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

:root {
    --primary-color: #217ABF;
    --secoundery-color: #34A89B;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

a,
a:hover {
    text-decoration: none;
    color: #217ABF;
    transition: all 0.3s ease-in;
}

/*<-------------header-css-------------->*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transition: all 500ms ease;
}

.sticky .top-header {
    display: block;
    transition: all 500ms ease;
}

.sticky .top-header-inner {
    display: none;
}

.sticky .logo img {
    width: 70px;
    transition: all 500ms ease;
    padding: 6px 0;
}

.header-main.sticky .header-lower {
    padding: 0 60px 0 10px;
    transition: all 500ms ease;
    height: 100%;
}

.mobile-header {
    display: none;
}

/***

  ====================================================================
      Mobile Header
  ====================================================================

  ***/
.sticky-header .navbar-nav .treatment-menu>ul,
.sticky-header .main-menu .navigation>li.condition-menu>ul {
    position: absolute !important;
}

.sticky-header .main-menu .navigation>li>ul li ul {
    left: inherit;
    right: 100%;
}

.sticky-header .main-menu .navigation>li>ul {
    top: 100%;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.952941);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    border-bottom: 2px solid #253674;
}

.sticky-header .main-box {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding-left: 0 !important;
}

.sticky-header .main-box .logo-box {
    border: 0;
    max-width: 200px;
    padding: 10px;
}

.sticky-header .main-box .main-menu {
    margin-left: auto;
}

.sticky-header .main-menu ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.sticky-header .logo-box {
    order: 1;
}

.sticky-header .nav.main-menu {
    order: 2;
}

.sticky-header .btn-header {
    order: 3;
    margin: auto;
}

.mobile-header {
    position: relative;
    padding: 0px 15px;
    display: none;
    z-index: 99;
}

#nav-mobile {
    z-index: 2;
}

.mobile-header:after {
    display: table;
    clear: both;
    content: "";
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 !important;
    left: 0;
}

.mobile-header .logo img {
    max-height: 64px;
    padding: 5px;
}

.mobile-header .nav-outer .outer-box a span {
    font-size: 20px;
}

.mm-navbar__title>span {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 600;
}

.mm-listview .current {
    background-color: rgba(0, 0, 0, 0.10);
}

#toggle-user-sidebar {
    margin-left: 20px;
}

#toggle-user-sidebar .thumb {
    display: block;
    height: 30px;
    width: 30px;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.mm-add-listing {
    margin-top: 30px;
    padding: 0 10px;
    border: transparent;
    display: none;
}

/*.sticky .top-header {
    display: none;
}*/
/*.header-main.sticky  .header-lower {
    margin-top: 12px;
}*/

.top-header-inner {
    transition: all 300ms ease;
    display: flex;
    justify-content: space-between;
    padding: 10px 60px 10px 10px;
}

.contact-info {
    display: flex;
    column-gap: 15px;
    justify-content: flex-start;
    align-content: center;
    margin-left: auto;
    padding-right: 10px;
    margin-right: 80px;

}

.contact-info a {
    display: flex;
    align-items: center;
    color: #23262b;
    font-weight: 400;
    font-size: 12px;
    column-gap: 5px;
    position: relative;
}

.contact-info a strong {
    font-weight: 500;
}

.contact-info a i {
    font-size: 16px;
    color: #23262b;
}

.contact-info a:hover,
.contact-info a:hover i {
    color: #1F65A1 !important;
    transition: all 0.5s ease-in;
}

.social-media {
    display: flex;
    column-gap: 13px;
}

.social-media a {
    background-color: transparent;
    border: 1px solid;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #23262b;
}

.social-media a:hover {
    background-color: #217ABF;
    border-color: #217ABF;
    color: #fff;
}

/*<-----------header-css-------->*/
.header .col-md-10 {
    border-left: 1px solid #ddd;
    padding-left: 0;
}

.logo {
    width: 100%;
    z-index: 1;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 40px;
}

.logo img {
    width: 100px;
    object-fit: contain;
    padding: 0;
}

.header-main .header-lower {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 10px 60px 10px 10px;
    z-index: 1;
}

.header-main .header-lower::after {
    content: " ";
    background-color: #217ABF;
    position: absolute;
    left: 0;
    width: 101%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.nav-outer {
    padding-left: 60px;
}

.header-main .main-box .navbar-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

.header-main .main-menu ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
    padding: 10px 3px;
    margin-right: 5px;
}

.btn-header a {
    background-color: #ffffff;
    padding: 9px 20px;
    color: #007cbc;
    border-radius: 100px;
    border: 1px solid #ffffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 500;
    transition: all 0.4s linear;
    text-transform: capitalize;
    display: inline-block;
}

.btn-header a:hover {
    background-color: #23262b;
    color: #fff;
    border-color: #081020;
}

/*(------------------header-dropdown-css------------------)*/
.main-menu .navigation>.menu-item-has-children:after {
    position: absolute;
    right: -2px;
    top: 56%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #fff;
    z-index: 5;
    rotate: 90deg;
}

.main-menu .navigation>li.menu-item-has-children ul>.sub-dropdown::after {
    position: absolute;
    right: 20px;
    top: 60%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #fff;
    z-index: 5;
}

.main-header .header-lower {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 90px;
    justify-content: space-between;
}

.header-main .main-menu ul li {
    margin-right: 15px;
    position: relative;
}

.main-menu .navigation>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 56px;
    left: -15px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    opacity: 0;
    z-index: 999;
    width: max-content;
    min-width: 250px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0 / 20%);
    visibility: hidden;
}

.main-menu .navigation>li.menu-item-has-children ul>li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block;
}

.main-menu .navigation>li.menu-item-has-children ul>li>a {
    padding: 8px 14px !important;
    display: block;
    line-height: 25px !important;
    color: #454545;
    transition: all 500ms ease;
    margin: 0px !important;
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover {
    padding-left: 26px !important;
    background: #007cbc;
    color: #ffffff !important;
}

/* .main-menu .navigation>li.menu-item-has-children>ul>li>a::before {
    position: absolute;
    content:"\ea6c";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px !important;
    font-family: remixicon !important;
    font-style: normal;
    transition: .5s;
    opacity: 0;
    color: #fff;
    transition: all 500ms ease;
}
.main-menu .navigation>li.menu-item-has-children ul>li>a:hover::before {
    opacity: 1;
} */
.header-main {
    box-shadow: 0px 0px 8px 1px #dfdfdf;
    background-color: #fff;
}

/*<-----------header-dropdown-css------------->*/
/*<-----------header-css------------->*/

.slider-bg {
    padding: 40px 0 40px;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 640px;
    background-position: 30%;
}

.home-banner-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.user-title {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 0px;
}

.user-title img {
    max-width: 115px;
}

.user-title-inner {
    width: calc(100% - 115px);
}

.user-title-inner h6 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.user-title-inner h1 {
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

.user-title-inner h5 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.banner-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #23262b;
    line-height: 24px;
    margin-bottom: 5px;
}

.banner-content ul li {
    font-size: 14px;
    font-weight: 600;

}

.banner-content .listbanner {
    margin-top: 15px;
}

.banner-content .listbanner li {
    margin-bottom: 15px;
}

.banner-content .listbanner li i {
    padding: 5px;
    background: #007eb9;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.card-service-box {
    display: flex;
    column-gap: 30px;
    margin: 20px 0px 30px;
}

.card-service-box li {
    text-align: center;
}

.card-service-box li .slider-icon {
    width: 75px;
    height: 75px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #007cbc;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-service-box li img {
    width: 37px;
    object-fit: contain;
}

.card-service-box li h6 {
    font-size: 14px;
    font-weight: 600;
    color: #23262b;
    line-height: 24px;
    text-transform: capitalize;
}

.banner-content p {
    max-width: 95%;
}

.slider-btn a {
    background-color: #007cbc;
    padding: 10px 45px;
    color: #ffffff;
    border-radius: 100px;
    border: 1px solid #007cbc;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 500;
    transition: all 0.4s linear;
    text-transform: capitalize;
}

.slider-btn a:hover {
    background-color: #23262b;
    color: #fff;
    border-color: #23262b;
}

.ap-book-card {
    /* box-shadow: 0px 8px 24px 0px #959DA533;*/
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px 15px;
    height: 100%;
}

.heading-book h4 {
    font-size: 22px;
    color: #23262b;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 15px;
}

.Name-box {
    margin-bottom: 15px;
}

.Name-box label {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 10px;
}

.Name-box .input-box {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    width: 100%;
}

.Name-box .input-box p {
    display: block;
    justify-content: start;
    align-items: center;
    position: relative;
    width: 100%;
}

/* .appointment-from-outer .wpcf7-form-control-wrap {
    display: contents;
} */

.input-box i {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 99;
    left: 10px;
    top: 7px;
    bottom: 0;
    height: 45px;
}

.Name-box .input-box input,
.Name-box .input-box textarea {
    background: #F8FAFB;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2C3145;
    height: 45px;
    padding: 10px 10px 10px 35px;
}

.slider-form {
    max-width: 95%;
    margin: 0 0 0 auto;
}

.slider-sec {
    position: relative;
}

.book-an-btn input {
    background-color: #23262b;
    padding: 9px 50px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #23262b;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 500;
    width: max-content;
    transition: all 0.4s linear;
    margin: 5px 0px 0px;
}

.book-an-btn input:hover {
    background-color: #007cbc;
    border-color: #007cbc;
    color: #fff;
}

.book-an-btn {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #007cbc;
    width: 22px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 5px 2px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #081020;
    padding: 2px;
}

.owl-pagination {
    position: absolute;
    left: 50%;
    bottom: 58px;
}

.reviews-outer {
    box-shadow: 0px 0px 34px #b9b9b933;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

/* .reviews-outer:before {
    content: "";
    background-image: url(../img/revis-bg.svg);
    position: absolute;
    top: -4px;
    width: 100%;
    background-size: cover;
    height: 100px;
    background-repeat: no-repeat;
    overflow: hidden;
} */
.reviews-sec p {
    font-size: 14px;
    line-height: 16px;

    font-weight: 600;
}

.reviews-sec {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: -50px;
}

.reviews-outer li {
    display: flex;
    column-gap: 15px;
    align-items: center;
    position: relative;
}

.reviews-outer li.lin-outer::after {
    content: "";
    background-color: #3333335c;
    width: 1px;
    height: 53px;
    position: absolute;
    top: -3px;
    right: -110px;
}

.google-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.content-reviews span {
    font-size: 14px;
    display: block;
    color: #1F1F1F;
}

.content-reviews p {
    margin: 0;
}

.content-reviews h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 2px 0px 0px;
    color: #1F1F1F;
}

.padding-sec {
    padding: 60px 0px;
}

.symptoms-sec {
    background-color: #FCFCFC;
    padding: 100px 0px 80px;
}

.heading-content h6 {
    font-size: 14px;
    color: #217ABF;
    text-transform: capitalize;
    font-weight: 500;
}

.heading-content h2 {
    margin: 4px 0px 0px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

.symptoms-box {
    text-align: center;
    margin-top: 25px;
    border: 1px solid #ddd;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    transition: .5s;
    padding: 40px 5px 0px;
    border-radius: 10px;
    height: 100%;
}

.symptoms-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.heading-content p {
    max-width: 90%;
    margin: 5px auto 10px;
    line-height: 27px;
    margin-bottom: 0px;
}

.symptoms-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #007cbc;
    line-height: 24px;
    margin: 10px 0px 5px;
}

.symptoms-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: #217abf;
    /* box-shadow: 0px 0px 7px 0px #ddd; */
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symptoms-icon img {
    width: 55px;
    padding: 3px;
    filter: contrast(1.2) brightness(20);
}

.about-doctor-img img {
    max-width: 90%;
    border-radius: 5px;
}

.about-doctor-img {
    position: relative;
    z-index: 1;
}

.about-doctor-img:before {
    content: "";
    background: #C6E3FA;
    width: 70%;
    height: 90%;
    position: absolute;
    top: 17%;
    right: -70px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    z-index: -1;
}

.about-doctor-img:after {
    position: absolute;
    right: -54px;
    top: 50px;
    height: 100%;
    width: 70%;
    content: "";
    background-image: url(../img/about-atfer.png);
    z-index: -1;
    animation: opacitychange 2s linear infinite;
    background-repeat: no-repeat;
    background-size: 100%;
}

.year-box {
    background: #ffffff;
    padding: 22px;
    position: absolute;
    z-index: 9;
    display: flex;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    align-items: center;
    color: #2b2b2b;
    right: -8%;
    top: 72%;
    margin-top: -90px;
    justify-content: center;
}

.year-box h4 {
    color: #217ABF;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

.year-box span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 21px;
}

/*--opacitychange -webkit-keyframes--*/

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, .3), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

.heartBeat2 {
    animation: heartBeat 1.3s infinite running;
}

/*--blink--*/

.blinkblink {
    animation-name: blinkblink;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.ripple-ani {
    animation: ripple-white 1s linear infinite;
}

/*--opacitychange-and css--*/

.about-doctor-box {
    width: 88%;
    margin: 0 0 0 auto;
}

.about-doctor-sec {
    border-top: 1px solid #dfdfdf;
}

.about-doctor-box .heading-content h5 {
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px 10px;
}

.user-rating {
    margin: 20px 0px 10px;
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.user-rating img {
    max-width: 100px;
}

.user-rating p {
    font-weight: 500;
    margin: 0px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
}

.user-rating p::before {
    content: "";
    background-color: #1a1a1a21;
    height: 23px;
    width: 1px;
    position: absolute;
    left: -15px;
}

.user-rating p span.reviews {
    font-size: 20px;
    color: #0C0C0C;
    font-weight: 600;
}

.about-doctor-box .best-heart h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0C0C0C;
    line-height: 24px;
    margin: 0px 0px 10px;
}

hr:not([size]) {
    height: 1px;
    background-color: #00000059;
}

.about-doc-tre ul {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.about-doc-tre ul li {
    width: 46%;
    font-size: 14px;
    display: flex;
    column-gap: 3px;
    font-weight: 600;
    color: #0C0C0C;
    align-items: center;
    line-height: 30px;
}

.read-more-btn a {
    background-color: #081020;
    padding: 10px 40px;
    color: #ffffff;
    border-radius: 100px;
    border: 1px solid #081020;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 500;
    transition: all 0.4s linear;
    text-transform: capitalize;
}

.read-more-btn {
    margin: 30px 0px 0px;
}

.read-more-btn a:hover {
    background-color: #007cbc;
    color: #fff;
    border-color: #007cbc;
}

.heading-content.services-heading.text-start p {
    margin: 5px 0px 10px;
}

.services-card-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 10px;
}

.services-card-body {
    padding: 20px 15px;
}

.services-card-body h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0C0C0C;
    line-height: 24px;
    margin: 0px 0px 2px;
}

.services-img img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    transition: .7s;
}

.services-img:hover img {
    transform: scale(1.1);
}

.services-sec .owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: -13px;
    top: 39%;
}

.services-sec .owl-theme .owl-controls .owl-buttons div {
    color: #ffffff;
    border-radius: 50%;
    opacity: 1;
    background-color: #0C0C0C;
    padding: 0px 0px 0px !important;
    font-size: 20px;
    height: 32px;
    line-height: 32px !important;
    width: 32px !important;
}

.services-sec .owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: -13px;
    top: 39%;
}

.services-card-body p {
    line-height: 25px;
}

/* .services-sec {
    background: linear-gradient(175deg, #ffffff00 50%, #ededed 99%);
} */

.conditions-sec {
    background-color: #f6f6f6;
}

.conditions-sec .owl-item {
    margin-right: 10px;
    width: 250px !important;
}

.sexual-health-box {
    background-color: #F6F9FD;
    border: 1px solid #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 25px;
    margin: 25px 0px 10px;
    transition: .5s;
    height: 100%;
}

.sexual-health-box:hover {
    transform: scale(1.05);
    background-color: #fff;
}

.sexual-health-box img {
    max-width: 100%;
    height: 90px;
    object-fit: cover;
}

.sexual-health-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #217ABF;
    line-height: 24px;
    margin: 15px 0px 2px;
}

.sexual-health-box p {
    line-height: 25px;
    transition: .5s;
}

.about-doctor-box.about-clinc-box {
    width: 100%;
}

.Clinc-images img {
    border-radius: 40px;
    width: 100%;
    height: 550px;
    object-fit: cover;

}

.treatment-section {
    padding: 60px 0;
}

.conditions-sec .conditions-item ul {
    display: flex;
    justify-content: start;
    align-items: stretch;
    /* flex-wrap: wrap; */
    gap: 15px;
    width: 100%;
}

.conditions-sec .owl-controls {
    display: block !important;
}

.conditions-sec .owl-pagination {
    position: absolute;
    left: 50%;
    bottom: -42px;
}

.conditions-sec .conditions-item .card-item {
    position: relative;
    width: 100%;
    flex-grow: 1;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease-in;
}

.conditions-sec .conditions-item ul li .image {
    width: 100%;
    height: 100%;
}

.conditions-sec .conditions-item .card-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.conditions-sec .conditions-item .card-item::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #000000 -13.88%, rgba(0, 0, 0, 0) 59.62%);
    z-index: 9;
    transition: all 0.3s ease-in;
}

.conditions-sec .conditions-item .card-item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px;
    z-index: 99;
    transition: all 0.3s ease-in;
}

.conditions-sec .conditions-item .card-item .content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.conditions-sec .conditions-item .card-item .content .content-hide {
    display: none;
    transform: translateY(100%);
    transition: all 0.3s ease-in;
}

.conditions-sec .conditions-item .card-item .content p {
    color: #fff;
    text-align: center;
    line-height: 2;

}

.conditions-sec .conditions-item .card-item:hover::after {
    background: rgba(0, 0, 0, 0.7);
}

.conditions-sec .conditions-item .card-item:hover .content .content-hide {
    display: block;
    transform: translateY(0);
    justify-content: center;
}

.conditions-sec .conditions-item .card-item:hover .content h6 {
    opacity: 0;
}

.conditions-sec .conditions-item .card-item .btn-page {
    background-color: #fff;
    color: #217ABF;
    border-color: #fff;
    display: inline-flex;
    justify-items: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    padding: 12px 20px;

}

.conditions-sec .conditions-item .card-item .btn-page:hover {
    background-color: #fff;
    color: #217ABF;
}

.owl-demo3.services-slider {
    width: 95%;
    float: right;
}

.about-clinc-sec .owl-pagination {
    position: absolute;
    left: 45%;
    bottom: 35px;
}

.about-clinc-sec .Clinc-images img {
    height: 370px;
}

.clinc-servics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.choose-box {
    border-radius: 10px;
    padding: 12px 10px 10px 12px;
    display: flex;
    column-gap: 15px;
    margin: 10px 0px 10px;
    align-items: center;
    box-shadow: 0px 0px 0px 1px #ecf1f6;
    width: 48%;
    background-color: #F6F9FD;
}

.choose-icon {
    width: 30px;
    height: 40px;
}

.choose-box .choose-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.diagnostic-box {
    width: calc(100% - 40px);
}

.diagnostic-box h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin: 0px 0px 4px;
    text-transform: capitalize;
}

.diagnostic-box p {
    margin: 0px;
    font-weight: 400;
    line-height: 24px;
}

.contact-btn {
    margin: 25px 0px 0px;
}

.appo-book-sec {
    background-size: cover;
    padding: 90px 0px 60px;
}

.appo-book-sec .heading-content .user-title-inner {
    text-align: start;
}

.appo-book-sec .heading-content .user-title-inner P {
    margin: 0PX;
}

.appointment-card {
    box-shadow: 0px 0px 0px 0px #959DA533;
    border-radius: 10px;
    background-color: #fff;
    padding: 18px;
    height: auto;
    margin-top: 56px;
    height: 100%;
    border-left: 6px solid #007cbc;
    max-height: 80%;

}

.appointment-card .ap-book-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appointment-card .ap-book-img {
    width: 100%;
    height: 167px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
}

.appointment-card .content-body h4 {
    font-size: 18px;
    color: #0C0C0C;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 26px;
}

.appointment-card .content-body ul li {
    display: flex;
    column-gap: 7px;
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 23px;
}

.appointment-card .content-body ul li a {
    color: #444444;
}

.appointment-card .content-body ul li:hover a {
    color: #217ABF;
}

.appointment-form {
    background-color: #FFFFFF;
    padding: 20px 28px;
    height: auto;
    border-radius: 20px;
    height: 100%;
}

.appointment-form h6 {
    color: #217ABF;
}

.appointment-form h4 {
    font-size: 20px;
    color: #3F3F3F;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    margin: 10px 0px;
    text-align: start;
}

.appointment-input input.form-control,
.appointment-input textarea {
    border: 0px;
    border-bottom: 1px solid #b7b7b7;
    background-color: transparent;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 0px;
    color: #fff;
    width: 100%;
}

.appointment-input textarea {
    height: 90px;
    margin: 20px 0 0;
}

.appointment-input input::placeholder,
.appointment-input textarea::placeholder {
    color: #fff;
}

.appointment-input {
    margin: 10px 0px 10px;
}

.form-control:focus {
    color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0px #ffffff40;
}

.appointment-input input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

.confirm-appointment-btn {
    margin-top: 5px;
}

.confirm-appointment-btn p input {
    border-radius: 50px;
}

.confirm-appointment-btn input {
    background-color: #007cbc;
    padding: 10px 20px;

    color: #ffffff;
    border-radius: 0;
    border: 1px solid #007cbc;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 500;
    transition: all 0.4s linear;
    text-transform: capitalize;
}

.confirm-appointment-btn input:hover {
    background-color: #fff;
    color: #007cbc;
    border-color: #fff;
}

.wpcf7-response-output {
    color: #fff;
}

.appointment-from-outer form p {
    margin: 0;
    position: relative;
}

.appointment-from-outer form label {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #1B2336;
}

.appointment-from-outer form .input-group {
    border: 0;
    border-radius: 5px;
    position: relative;
    display: block;
}

.appointment-from-outer form p {
    margin: 0;
    position: relative;
    text-align: start;
    display: block;
}

.appointment-from-outer form .input-group br {
    display: none;
}

.appointment-from-outer form .input-group-text {
    background: 0 0;
    border: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    bottom: 0;
    height: 40px;
}

.appointment-from-outer {
    display: flex;
    align-items: center;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    border-radius: 0.25rem;
}

.appointment-from-outer form .form-control {
    width: 100%;
    background: #f8fafb;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(27, 35, 54, .75) !important;
    height: 40px;
    border: 1px solid #afb5c4;
    padding: 10px 10px 10px 45px;
}

.our-testimonial-content .heading-content p {
    text-align: left;
    max-width: 100%;
}

.reviews-box{
    margin-top: 20px;
}

.reviews-box a {
    display: flex;
    column-gap: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #444444;
    align-items: center;
    max-width: max-content;
    border: 1px solid #4444443d;
    background-color: transparent;
    padding: 9px 13px;
    border-radius: 5px;
}

.reviews-box a img {
    max-width: 85px;
}

.reviews-box a span {
    border-left: 1px solid #c7c7c7;
    padding-left: 15px;
    margin-left: 8px;
}

.testimonial-box {
	height: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #217ABF;
    padding: 20px 15px 15px;
    margin: 0px 6px;
}
.testimonial-box .ri-star-s-fill
{
	    color: #fcbf02;
}

.testimonial-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #217ABF;
    margin: 0px 0px 5px;
}

.testimonial-box p {
    line-height: 24px;
    margin: 0px;
}

.morecontent span {
    display: none;
}

.morecontent .morelink {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    padding: 0 5px;
    color: #DB2020;
}

.morecontent .morelink i {
    font-size: 12px;
    vertical-align: baseline;
}

/* width */
.testimonial-box p::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.testimonial-box p::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.testimonial-box p::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.our-testimonial-sec {
    background-color: #f6f6f6;
}

.our-testimonial-sec .owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    right: 42px;
    top: -25%;
}

.our-testimonial-sec .owl-theme .owl-controls .owl-buttons div {
    color: #0C0C0C;
    border-radius: 50%;
    opacity: 1;
    background-color: #ECF1F6;
    padding: 0px 0px 0px !important;
    font-size: 20px;
    height: 32px;
    line-height: 32px !important;
    width: 32px !important;
}

.our-testimonial-sec .owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0px;
    top: -25%;
}

.testimonial_row .owl-pagination {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 108%;
}

.testimonial_row {
    align-items: start;
}

.read-more-btn.all-review a img {
    max-width: 20px;
    margin-right: 7px;
}

.read-more-btn.all-review {
    margin: 40px auto 0px;
    text-align: center;
}

.read-more-btn.all-review a {
    padding: 10px 30px;
}

.videogallery .services-card-box {
    background-color: #f5f5f5;
    border-radius: 10px;
}

.videogallery .services-img img {
    width: 92%;
    margin: 0 auto;
    border-radius: 10px;
}

.videogallery .services-img {
    margin: 8px auto 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

.videogallery .services-img:hover img {
    transform: inherit;
}

.videogallery .services-card-body {
    padding: 15px 15px;
}

.video-play {
    position: absolute;
    left: 41%;
    top: 41%;
}

.video-play a i {
    font-size: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid red;
    padding: 10px;
    color: red;
}

.our-videos-outer .owl-pagination {
    position: absolute;
    left: 49%;
    bottom: -32px;
}

.blogs-slider .owl-pagination {
    display: none;
}

.services-card-body h4 a {
    color: #0C0C0C;
}

.date-box a {
    font-size: 12px;
    background-color: #23262b;
    padding: 6px 15px;
    color: #ffff;
    border-radius: 5px;
}

.services-img {
    position: relative;
}

.date-box {
    position: absolute;
    bottom: -11px;
    right: 10px;
}

.blogs-slider .services-card-box {
    background-color: #F5F5F5;
}

.faq-sec {
    background-color: #ffffff;
}

.tebs-outer-box .nav-tabs .nav-item.show .nav-link,
.tebs-outer-box .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #007cbc;
    border-color: #007cbc;
}

.tebs-outer-box .nav-tabs .nav-item.show .nav-link,
.tebs-outer-box .nav-tabs .nav-link.active .faq-icon {
    background-color: transparent;
    border-color: #fff;
    filter: contrast(0) brightness(10);
}

.tebs-outer-box .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    font-size: medium;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 30px;
    display: block;

}

.tebs-outer-box .nav-tabs li.nav-item {
    width: 100%;
    margin-bottom: 10px;
}

.tebs-outer-box .nav-tabs .nav-link {
    background: #fff;
    border: 0px solid #4444443b;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 15px;
    font-weight: 500;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: row;
    gap: 5px;
    color: #23262b;
    transition: all 0.4s linear;
    column-gap: 10px;

}

.faq-icon {
    /* background-color: #23262b; */
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #23262b;
}

.tebs-outer-box .nav-tabs .nav-link img {
    width: max-content;
    object-fit: cover;
    max-width: 30px;
    filter: contrast(0) brightness(0);
}

.faq-images-tre {
    width: 310px;
    height: 310px;
    object-fit: cover;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 2px dashed #a7a7a7cf;
    margin: 0 auto;
}

.faq-images-tre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.accordion-outer .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-outer .accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
    margin-bottom: 15px;
    border: 0px !important;
}

.accordion-outer .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    color: #23262b;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    border-radius: 5px;
    font-weight: 500;
}

.accordion-outer .accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 17px;
    transition: transform .2s ease-in-out;
    background-color: #adcae7;
    padding: 10px 10px;
    background-position: center;
}

.accordion-outer .accordion-body {
    padding: 10px 20px 0px;
}


.footer-sec {
    background-color: #217abf;

    position: relative;
    padding-top: 10px;
    margin-top: 120px;
}

.footer-bg {
    padding: 60px 40px;
    background-color: #333;
    margin-top: -120px;
    border-radius: 7px 7px 0px 0px;
    position: relative;
    z-index: 1;
}

.footer-bg::before {
    content: "";
    background-image: url(../img/footer-before.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: bo;
    background-size: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer-logo img {
    max-width: 120px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
}

.footer-logo p {
    color: #fff;
    width: 92%;
}

.social-media-icon a {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #a1a1a1;
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.4s linear;
}

.social-media-icon {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 20px 0px 0px;
}

.social-media-icon a:hover {
    background-color: #007cbc;
    color: #fff;
    border-color: #007cbc;
}

.usefull-links h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.usefull-links h4::before {
    content: "";
    position: absolute;
    background-color: #007cbc;
    width: 30px;
    height: 1px;
    bottom: -11px;
    left: 0;
    border-radius: 60px;
}

.usefull-links h4::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 9px;
    height: 1px;
    bottom: -11px;
    left: 36px;
    border-radius: 60px;
}

.usefull-links ul {
    margin: 30px 0px 0px;
}

.usefull-links ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 33px;
    position: relative;
    padding: 0px 0px 0px 0px;
    transition: all 500ms ease;
    display: flex;
    column-gap: 7px;
}

.usefull-links ul li a i {
    color: #007cbc;
    font-size: 12px;
}

.hospital-outer {
    margin: 40px 0px 0px 0px;
}

.hospital-time {
    margin-bottom: 10px;
}

.hospital-outer .hospital-time h6 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.hospital-outer .hospital-time a {
    font-size: 14apx;
    color: #fff;
    font-weight: 400;
    line-height: 33px;
    position: relative;
    padding: 0px 0px 0px 0px;
    transition: all 500ms ease;
}

.hospital-outer .hospital-time a i {
    color: #007cbc;
    font-size: 12px;
}

.contact-info-footer {
    margin: 40px 0px 0px 0px;
}

.contact-info-footer a {
    display: flex;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    column-gap: 8px;
    font-weight: 400;
    transition: all 500ms ease;
}

.usefull-links ul li:hover a,
.hospital-outer .hospital-time:hover a {
    padding-left: 10px;
    color: #007cbc;
}

.copyright-sec {
    background-color: #007cbc;
}

.copyright-box a {
    color: #fff;
}

.copyright-box p {
    color: #fff;
    text-align: center;
    padding: 13px 0px;
    margin: 0px;
}

.contact-info-footer a:hover {
    color: #007cbc;
}

.m-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #066897d6;
    width: 100%;
    z-index: 999;
    padding: 0;
    height: 50px;
    align-items: center;
    padding: 5px 0;
    border-top: 2px solid #fff;
}

.m-footer .hgf5d3 {
    border-right: 1px solid #ddd;
}

.m-footer a {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

/*<------------about-doctor-page---------------->*/
.about-doctor-profile.about-doctor-img:before,
.about-doctor-profile.about-doctor-img:after {
    display: none;
}

.about-doctor-box.about-doctor-info {
    width: 98%;
    margin: 0 0 0 auto;
}

.about-info-btn {
    display: flex;
    column-gap: 10px;
    margin: 20px 0px 0px;
}

.about-info-btn a {
    background-color: #007cbc;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 100px;
    border: 1px solid #007cbc;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 500;
    transition: all 0.4s linear;
    text-transform: capitalize;
}

.about-info-btn a:hover {
    background-color: #23262b;
    color: #fff;
    border-color: #23262b;
}

.about-info-btn a.about-call-btn {
    background-color: #23262b;
    border-color: #23262b;
}

.about-doctor-info-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-dec-icon a img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.about-dec-icon {
    display: flex;
    column-gap: 10px;
}

.about-doctor-profile.about-doctor-img img {
    width: 100%;
    border-radius: 5px;
    max-height: 340px;

    object-fit: cover;
}

.education-tab-sec {
    background-color: #F6F6F6;
}

.education-tab-box .nav-tabs .nav-item.show .nav-link,
.education-tab-box .nav-tabs .nav-link.active,
.education-tab-box .nav-tabs .nav-link:hover {
    background-color: #007cbc;
    border-color: #007cbc;
    color: #fff;
}

.education-tab-box .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    display: flex;
    column-gap: 0px;
    justify-content: space-between;
    margin: 0px 0px 25px;
}

.education-tab-box .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #23262b;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    background-color: transparent;
    font-size: 16px;
    border: 0px solid !important;
    border-radius: 0px;
    font-weight: 500;
    transition: all 0.4s linear;
    padding: 14px 2px;
    background-color: #fff;
    /* border-right: 1px solid #217ABF !important; */
    text-align: center;
}

.education-tab-box .nav-tabs li.nav-item {
    width: calc(100% - 81%);

}

.edu-content-box h2 {
    margin: 4px 0px 6px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

.edu-content-box ul {
    margin: 25px 0px 0px;
    column-count: 2;
}




.heading-content.expertise-heading {
    margin: 20px 0px 20px;
    text-align: center;
}

.edu-content-box ul li {
    display: flex;
    column-gap: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #23262b;
    margin-bottom: 10px;
    line-height: 19px;
    align-items: center;
    margin-bottom: 15px;
}

.edu-content-box ul li i {
    color: #217abf;
}

.education-tab-sec .edu-content-box ul li::before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;

}

.emergency-medical-sec {
    background-color: #007cbc;
    text-align: center;
}

.emergency-medical-box h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
}

.emergency-medical-box p {
    color: #ffffff;
}

.emergency-medical-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.emergency-medical-box a img {
    width: 45px;
}

.all-treatments-outer {
    padding: 80px;
}

.all-treatments-box {
    background-color: #fff;
    padding: 20px 15px 15px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    transition: all 500ms ease;
    height: 100%;
}

.all-treatments-box:hover {
    margin-top: -10px;
}

.all-treatments-box img {
    max-width: 75px;
    height: 75px;
    object-fit: contain;
    margin: 0px 0px 0px;
}

.all-treatments-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #217ABF;
    line-height: 24px;
    margin: 10px 0px 2px;
}

.all-treatments-box p {
    line-height: 25px;
}

/*<-------------kidney-transplant-css------------------------->*/
.advanced-kidney-sec {
    padding: 60px 0 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/slider-innter-1.jpg);
    height: 100%;
    min-height: 450px;
    display: table;
    width: 100%;
    margin: 0 auto;
}

.treatment-content h6 {
    font-size: 14px;
    font-weight: 500;
    color: #23262b;
    line-height: 24px;
    text-align: center;
}

.treatment-content {
    text-align: center;
}

.treatment-content h1 {
    margin: 0px 0px 0px 0px;
    font-size: 32px;
    font-weight: 700;
    color: #23262b;
    line-height: 45px;
    text-transform: capitalize;
}

.treatment-content h1 span {
    color: #217ABF;
}

.treatment-content p {
    width: 90%;
    margin: 0 auto;
}

.treatment-content .about-info-btn {
    justify-content: center;
}

.Kidney-images img {
    max-width: 100%;
    height: 287px;
    object-fit: cover;
    border-radius: 10px;
}

.kidney-content p {
    max-width: 100%;
    text-align: left;
}

.get-info {
    background-color: #23262b;
    padding: 20px 20px;
    border-radius: 10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: -50px;
}

.get-info li {
    width: 20%;
    display: flex;
    column-gap: 15px;
    align-items: center;
    position: relative;
}

.get-info li::before {
    content: "";
    background-color: #898989;
    height: 42px;
    width: 1px;
    position: absolute;
    right: -41px;
    top: 0;
}

.get-info li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.get-info li a span.heading-call {
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.get-info li a {
    display: block;
    font-size: 12px;
    color: #fff;
}

.get-info li a span.sub-heading-call span i {
    color: #FFD600;
}

.get-info li.lin-back::before {
    display: none;
}

.Kidney-transplant-sec.padding-sec {
    background-color: #FAF7F7;
    padding-bottom: 100px;
}

.get-info-sec {
    background-color: #ffffff;
    position: relative;
    padding: 10px 0px 10px;
}

.kidney-Treat-details .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    row-gap: 20px;
    flex-direction: column;
    text-align: center;
}

.kidney-Treat-details .nav-tabs .nav-item.show .nav-link,
.kidney-Treat-details .nav-tabs .nav-link.active,
.kidney-Treat-details .nav-tabs .nav-link:hover {
    background-color: #007cbc;
    border-color: #007cbc;
    color: #fff !important;
}

.kidney-Treat-details .nav-link {
    color: #23262b;
    background-color: #ECF1F6;
    font-size: 16px;
    border: 1px solid transparent !important;
    border-radius: 7px !important;
    font-weight: 500;
    transition: all 0.4s linear;
    padding: 18px 10px;
}

.treatment-content-box {
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
}

.treatment-content-box h2 {
    margin: 4px 0px 15px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

.opening-hus-box {
    background-color: #fff;
    padding: 20px 20px 25px;
    margin: 25px 0px 0px;
    max-width: 100%;
    border-radius: 20px;
}

.opening-hus-box h4 {
    font-size: 18px;
    font-weight: 500;
    color: #23262b;
    margin: 0px 0px 10px;
    text-transform: capitalize;
}

.Opening-hurs-service span {
    color: #1F65A1;
    font-size: 16px;
    font-weight: 500;
}

.Opening-hurs-service p {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 0px 0px;
}

.Opening-hurs-service hr:not([size]) {
    height: 1px;
    background-color: #6A6A6A;
    margin: 8px 0px 8px;
}

.why-Choose-treat {
    background-color: #EDEAE5;
}

.why-Choose-box {
    border-radius: 20px;
    padding: 18px 10px 18px 15px;
    display: flex;
    column-gap: 15px;
    margin: 25px 0px 0px;
    align-items: center;
    background-color: #fff;
}

.why-Choose-icon {
    width: 55px;
    height: 55px;
}

.why-Choose-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.faq-outer-box {
    background-color: #F8F8F8;
    padding: 30px 30px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    width: 70%;
    margin: 30px auto 0px;
}

.content-banner-sec {
    background-image: url(../img/content-banner.jpg);
    width: 100%;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.content-banner-sec::before {
    content: "";
    background-color: #e3f0f5c7;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content-bannr-box {
    text-align: center;
}

.content-bannr-box h1 {
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.content-bannr-box p {
    color: #333333;
}

.contact-info-box {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #ddd;
    margin: 30px 0px 0px;
}

.contact-info-box span {
    color: #0C0C0C;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

.contact-info-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #23262b;
    line-height: 35px;
}

.contact-info-box ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 10px 0px 0px;
}

.contact-info-box ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    column-gap: 6px;
}

.contact-info-box ul li a i {
    color: #217ABF;
}

.contact-info-box ul li a:hover {
    color: #217ABF;
}

.appointment-from-inner {
    display: flex;
    column-gap: 30px;
}

.contact-appointment {
    background-color: #333;
}

.contact-appointment h4 {
    color: #fff;
}

.appointment-form.contact-appointment {
    height: auto;
    padding: 40px 50px 50px;
}

.appointment-form.contact-appointment p {
    color: #fff;
}

.contact-appointment .confirm-appointment-btn button.btn {
    padding: 13px 60px;
    font-size: 14px;
}

.contact-appointment {
    margin-top: 160px;
}

.contact-appointment form p {
    margin-bottom: 0px;
}

.contact-appointment .appointment-from-outer form .form-control {
    border-radius: 5px;
    padding: 10px 10px 10px 36px;

}

.contact-appointment {
    padding: 30px 50px 30px !important;
}

.contact-appointment .appointment-input {
    margin: 0px;
}

.contact-appointment .appointment-input input::placeholder {
    color: rgba(27, 35, 54, .75) !important;

}

.contact-appointment .appointment-input textarea::placeholder {
    color: rgba(27, 35, 54, .75) !important;

}

.contact-appointment textarea {
    height: 90px !important;
}

.map-sec {
    background-color: #FBFBFB;
}

.map-box {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #ddd;
    margin: 0px 0px 0px;
}

.map-box iframe {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    height: 300px;
}

#menu-usefull-links .ri-play-fill {
    display: flex;
}

#menu-usefull-links li a:before {
    content: "\ef44";
    padding-top: 0px;
    padding-right: 0px;
    color: #0d6efd;
    font-family: 'remixicon' !important;
    font-size: 16px;
}

.for-phone {
    display: none;
}

.about-doctor-sec .owl-pagination {
    bottom: -40px;
}

/* .............about us page.......... */
.about-banner-sec {

    width: 100%;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.about-bannr-box {
    text-align: center;
}

.about-bannr-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-bannr-box h1 {
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.aboit-bannr-box p {
    color: #333333;
}

/* .......mission........  */
.our-mission {
    padding: 100px 0px;
    background-position: 50% !important;
    /* min-height: 400px; */
}

.our-mission h6 {
    font-size: 14px;
    color: #217ABF;
    text-transform: capitalize;
    font-weight: 500;
}

.our-mission h2 {
    margin: 4px 0px 0px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

/* ....stats...... */
.stats-section .stats-card .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.stats-section .stats-card h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.stats-section .stats-card p {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.stats-section {
    width: 100%;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #217abf;
}

/* popup */
.modal.modal-appointment {
    z-index: 9999;
}

.modal.modal-appointment .modal-dialog {
    max-width: 850px;
}

.modal.modal-appointment .modal-header {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    display: block;
    z-index: 9999;
}

.modal.modal-appointment .modal-header .btn-close {
    background-color: #fff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    opacity: 1;
    padding: 10px;
}

.modal.modal-appointment .modal-body {
    padding: 0;
}

.modal.modal-appointment .popup-header {
    background: rgba(6, 104, 151, 0.09);
    text-align: center;
    padding: 10px 10px 0;
}

.modal.modal-appointment .popup-header .logo-popup {
    display: inline-block;
    margin-bottom: 10px
}

.modal.modal-appointment .popup-header .logo-popup img {
    width: 100px;
    object-fit: contain;
}

.modal.modal-appointment .popup-header p {
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 12px;
}

.modal.modal-appointment .contact-popup {
    padding: 15px;
    background: rgba(6, 104, 151, 0.09);
}

.modal.modal-appointment .contact-popup .popup-card {
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
}

.modal.modal-appointment .contact-popup .popup-card .image {
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
}

.modal.modal-appointment .contact-popup .popup-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal.modal-appointment .contact-popup .popup-card .content-body {
    width: calc(100% - 30%);
    padding-left: 15px;
}

.modal.modal-appointment .contact-popup .popup-card .content-body h4 {
    color: #006a95;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
}

.modal.modal-appointment .contact-popup .popup-card .content-body h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.modal.modal-appointment .contact-popup .popup-card .content-body .btn-page {
    margin-top: 10px;
    padding: 8px 20px;
}

.modal.modal-appointment .contact-popup .popup-card .content-body ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    color: #1A1A1ACC;
    font-size: 14px;
    font-weight: 500;
}

.modal.modal-appointment .contact-popup .popup-card .content-body ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #1E6699;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.modal.modal-appointment .contact-popup .popup-card .content-body ul li a {
    color: #1A1A1ACC;
    font-size: 14px;
    font-weight: 500;

}

.modal.modal-appointment .modal-body .form-appointment {
    padding: 30px 10px 25px 0;
    box-shadow: none;
}

.modal.modal-appointment .modal-body .form-appointment h4 {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.modal.modal-appointment .modal-body .form-appointment form textarea.form-control {
    height: 100px;
}

.modal.modal-appointment .modal-body .form-appointment form .btn-page {
    margin-top: 20px;
}

.form-appointment form label {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #1B2336;
}

.form-appointment form .input-group {
    border: 0;
    border-radius: 5px;
    position: relative;
    display: block;
}

.form-appointment form p {
    margin: 0;
    position: relative;
}

.wpcf7-spinner {
    display: none !important;
}

.form-appointment form .wpcf7-spinner {
    position: absolute;
    top: 10px;
    right: 0;
}

.form-appointment form .input-group-text {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    bottom: 0;
    height: 40px;
}

.form-appointment form .form-control {
    width: 100%;
    background: #F8FAFB;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(27, 35, 54, 0.75);
    height: 40px;
    border: 1px solid #AFB5C4;
    padding: 10px 10px 10px 45px;
}

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

.form-appointment form .btn-page {
    padding: 14px 30px;
    width: 100%;
}

.appointment-area .form-appointment .main {
    min-height: auto;
}

.modal.modal-appointment .modal-body .stats-outerbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.modal.modal-appointment .modal-body .stats-outerbox .stats-card {
    width: 20%;
    text-align: center;
    flex-grow: 1;
    background: #066897;
    padding: 10px;
    border-radius: 10px;
}

.modal.modal-appointment .modal-body .stats-outerbox .stats-card img {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    object-fit: contain;
}

.modal.modal-appointment .modal-body .stats-outerbox .stats-card h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.modal.modal-appointment .modal-body .stats-outerbox .stats-card p {
    color: #fff;
    line-height: 20px;
    margin-bottom: 0;
}

/* treatment */
.banner-section.treatment-banner {
    min-height: 550px;
}

.banner-section.treatment-banner .btn-group {
    margin-top: 15px;
    gap: 15px;
}

.banner-section .banner-content h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #217ABF;
}

.banner-section .banner-content h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #2C3145;
}

.banner-content h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #2C3145;
    margin-bottom: 10px;
}

.banner-section .banner-content p {
    font-weight: 400;
    color: #5E6271;
}

.banner-section.treatment-banner .btn-group {
    margin-top: 15px;
    gap: 15px;
}

.theme-btn {
    background-color: #217ABF;
    border-color: #217ABF;
}

.btn-page {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: #333333;
    border: 1px solid #333333;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 12px 35px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #fff;
}

.banner-section.treatment-banner {
    min-height: 550px;
}

.banner-section {
    width: 100%;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding: 80px 0 60px;
    min-height: 450px;
    display: flex;
    align-items: center;
    text-align: center;
}

/* ........overview.......... */
.content-grid .content-body h6 {
    font-weight: 500;
    font-size: 14px;
    color: #217ABF;
    position: relative;
}

.content-grid .content-body h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #2C3145;
    margin-bottom: 15px;
}

.content-grid .content-body p {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
}

.about-grid .grid-image {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.grid-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-grid .grid-image .image-first {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    gap: 10px;
}

.about-grid .grid-image .image-first img {
    max-width: 70%;
    height: 240px;
    object-fit: cover;
}

.about-grid .grid-image .experience-card {
    background: #217ABF;
    box-shadow: 0px 8px 24px 0px #959DA533;
    padding: 25px 15px;
    border-radius: 10px;
    width: calc(100% - 70%);
}

.about-grid .grid-image .experience-card i {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.about-grid .grid-image .experience-card h6 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.about-grid .grid-image .experience-card p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0;
}

.about-grid .grid-image .image-sec {
    max-width: 70%;
    height: 240px;
    object-fit: cover;
    margin-left: auto;
}

.grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.content-grid {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 60px 0;
}

/* ............appointment....... */
.appointment-section {
    padding: 50px 0;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.appointment-section .banner-appointment {
    position: relative;
    bottom: 0;
}

.banner-appointment .title {
    background-color: #fff;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 5px 5px 0px 0px;
}

.banner-appointment .title h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.banner-appointment .outer-box {
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 0px 5px 5px 5px;
    background-color: #fff;
    padding: 20px 25px;
}

.banner-appointment .outer-box .input-group {
    background: #F8FAFB;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 15px;
    height: 45px;
}

.banner-appointment .outer-box .input-group .form-label {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2C3145;
}

.banner-appointment .outer-box .input-group .form-control {
    border: 0;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2C3145;
}

.banner-appointment .outer-box .input-group .input-group-text {
    border: 0;
    background: transparent;
}

.banner-appointment .outer-box .input-group .input-group-text i {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #2C3145;
}

.banner-appointment .outer-box .btn-page {
    width: 100%;
    height: 45px;
}

/* .............. .content-section.......... */
.content-section {
    padding: 80px 0 80px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.content-section .scroll-item {
    position: sticky;
    top: 15%;
}

.content-section .tab-nav .tab-link.active {
    background: #217ABF;
    border-color: #217ABF;
    color: #fff !important;
}

.content-section .tab-nav .tab-link {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #3E3E3E;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.4s ease;
    display: block;
    margin-bottom: 10px;
}

.content-section .rightside-content {
    padding-left: 70px;
}

.content-section .rightside-content .tab-content {
    padding-top: 20px;
}

.content-section .rightside-content .tab-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}

.content-section .rightside-content .tab-content p {
    line-height: 32px;
    margin-bottom: 15px;
    color: #5E6271;
}

.content-section .rightside-content .tab-content ul li {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    display: block;
    line-height: 32px;
    color: #5E6271;
}

.content-section .rightside-content .tab-content h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.content-section .rightside-content .tab-content ul li::before {
    content: "\ea68";
    font-family: remixicon !important;
    font-style: normal;
    position: absolute;
    left: 0;
    color: #217ABF;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    vertical-align: baseline;
    top: 5px;
}

/* ..............why choose......... */
.treatment-entraordinary-box {
    padding: 0px !important;
}

.treatment-entraordinary-box .item-content h4 {
    font-weight: 600;
    font-size: 16px;
}

/* ..................FAQ................ */
#faq {
    padding: 60px 0px;
}

#faq .section-title {
    margin-bottom: 40px;
    text-align: center;
}

.section-title .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
    color: #2C3145;
}

.section-title p {
    margin-bottom: 36px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}

.accordion-faq {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 20px;
    padding: 15px 25px;
    position: relative;
    z-index: 2;
}

.accordion-faq .accordion .accordion-item {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #0000000D;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
}

.accordion-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #fff;
    color: #217abf;
}

.accordion-faq .accordion .accordion-item .accordion-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
    padding: 10px 10px;
    background-color: #fff;
}

.accordion-faq .accordion .accordion-item .accordion-button::after {
    width: auto;
    height: auto;
    background-image: unset;
    content: "\ea4e";
    font-family: remixicon !important;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    font-size: 24px;
}

.accordion-faq .accordion .accordion-item .accordion-body {
    padding-top: 0;
}

.accordion-faq .accordion .accordion-item .accordion-body p {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: capitalize;
}

/* gallery */
.gallery-slider .owl-pagination {
    left: 48%;
    bottom: -5px;
}

.gallery-slider .owl-item {
    margin-right: 20px;
}

.imageGallery {
    padding: 60px 0;
    margin: 60px 0px;
}

.imageGallery h6 {
    font-size: 14px;
    color: #217ABF;
    text-transform: capitalize;
    font-weight: 500;
}

.imageGallery h2 {
    margin: 4px 0px 0px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

.imageGallery p {
    Max-width: 90%;
    margin: 5px auto 10px;
    line-height: 27px;
    margin-bottom: 0px;
    color: #333333;
}

.imageGallery .galleryCard {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
    overflow: hidden;
    height: 280px;
    position: relative
}

.imageGallery .galleryCard .galleryName {
    display: block;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9
}

.imageGallery .galleryCard img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imageGallery .galleryCard .overlayer {
    width: 100%;
    height: 100%;
    background-color: #23242498;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 15px;
    transform: scale(.5);
    transition: all .4s ease-in-out
}

.imageGallery .galleryCard .overlayer i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px
}

.imageGallery .galleryCard .overlayer .content {
    background: #222;
    padding: 12px;
    border-radius: 5px;
    display: none
}

.imageGallery .galleryCard .overlayer .content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.imageGallery .galleryCard .overlayer .content p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.imageGallery .galleryCard:hover .overlayer {
    opacity: 1;
    transform: scale(1)
}

/* blog */
.article-blogs .health-gallery-home ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.article-blogs .health-gallery-home ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

.article-blogs .health-gallery-home ul li i {
    margin-right: 8px;
    vertical-align: bottom;
}

.blog-details {
    padding: 80px 0 60px
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: #1e6699
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3f3f3f;
    position: relative;
    padding-left: 30px
}

.blog-single-post .text ul li:before {
    color: #1e6699;
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3f3f3f
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: #1e6699;
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3f3f3f;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: #1e6699
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3f3f3f
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: #1e6699
}

.stats-heading h5 {
    border-bottom: 2px solid #217ABF;
    width: 100%;
    margin: auto;
}

.stats-heading h5 {
    text-align: center;
}

.satas-content span {
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
}

.satas-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.main-menu .navigation>li>ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    opacity: 0;
    z-index: 999;
    width: max-content;
    min-width: 250px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0 / 20%);
    visibility: hidden;
}

.main-menu .sub-menu .sub-menu li a:hover {
    padding-left: 40px !important;
    background: #007cbc;
    color: #fff !important;
}

.main-menu .navigation>li>ul li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
    transition: all 0.4s ease-in-out;
}

.main-menu .navigation>li.menu-item-has-children ul li a {
    padding: 8px 30px !important;
    display: block;
    line-height: 25px !important;
    color: #454545;
    transition: all 500ms ease;
    margin: 0px !important;
    width: 100%;
}

/* ............doctor .............. */
.page-title .content-box {
    text-align: center;
}

.page-title .content-box .title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.page-title {
    background-color: #F6F6F6;
    width: 100%;
    min-height: 300px;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.socialmedia {
    position: relative;
    padding: 60px 0;
}

.socialmedia .social-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialmedia .social-btn .btn-smo {
    background: #FAFAFB;
    border: 2px solid #DDDDDD;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #666666;
    padding: 15px 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.socialmedia .social-btn .btn-smo img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    object-fit: contain;
}

.socialmedia .section-title h6 {
    font-size: 14px;
    color: #217ABF;
    text-transform: capitalize;
    font-weight: 500;
}

.socialmedia .section-title h2 {
    margin: 4px 0px 0px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

.socialmedia .section-title p {
    margin: 5px auto 10px;
    line-height: 27px;
    margin-bottom: 0px;
    color: #333333;
}

.socialmedia .card-social {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 15px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 50px rgb(37 37 37/5%);
}

.socialmedia .card-social a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.socialmedia .card-social .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: auto;
    border-radius: 10px;
}

.socialmedia .card-social img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.socialmedia .card-social .date {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    transition: .5s;
    color: #1f1f1f;
    display: inline-block;
    vertical-align: middle;
}

.socialmedia .card-social .date i {
    margin-right: 10px;
    color: #1e6699;
}

.socialmedia .card-social h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* ..................contact form............ */
.contact-form .inner-box .input-group .input-group-text {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    bottom: 0;
    height: 40px;
}

.contact-form .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.contact-form .inner-box .input-group .form-control {
    width: 100%;
    border: 0;
    outline: 0;
    height: 45px;
    padding: 10px 10px 10px 45px;
    border: 1px solid #E6E8EB;
}

.contact-appointment form p {
    display: flex;
}

.contact-appointment .btn-page {
    margin-top: 10px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: #007cbc;
    border: 1px solid #007cbc;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 12px 20px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #fff;

}

.contact-appointment .btn-page:hover {
    background: #fff;
    border: 1px solid #007cbc;
    color: #007cbc;
}

.contact-appointment label {
    color: #fff !important;
}

.contact-appointment .wpcf7-form-control-wrap {
    width: 100%;
}

.sticky-header {
    background-color: #217abe;
    display: none;
}

.surgery-homepage {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.surgery-homepage li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-top: var(--bs-gutter-y);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

.surgery-homepage li .list-surgery {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    text-align: center;
    padding: 15px 15px;
    display: block;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.surgery-homepage li .list-surgery img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0px auto 10px;
}

.surgery-homepage li .list-surgery h5 {
    color: #217abf;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
}

.key-surgery {
    padding: 60px 0px;
}

.key-surgery .tab-content .aboutClinc img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    filter: drop-shadow(0px 8px 24px rgba(149, 157, 165, 0.2));
}

.key-surgery .sec-title h6 {
    font-size: 14px;
    color: #217abf;
    text-transform: capitalize;
    font-weight: 500;
}

.key-surgery .sec-title h2 {
    margin: 4px 0px 0px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

.key-surgery .sec-title {
    margin-bottom: 30px;
}

.surgery-homepage li .list-surgery.active {
    background-color: #217abf;
}

.surgery-homepage li .list-surgery:hover {
    background-color: #217abf;

}

.surgery-homepage li .list-surgery:hover img {
    filter: contrast(0) brightness(10);

}

.surgery-homepage li .list-surgery.active img {
    -webkit-filter: contrast(0) brightness(10);
    filter: contrast(0) brightness(10);
}

.surgery-homepage li .list-surgery.active h5 {
    color: #fff;
}

.surgery-homepage li .list-surgery:hover h5 {
    color: #fff;
}

.aboutClinc .container {
    padding: 0px;
}

.aboutClinc .sec-title h4 {
    padding: 0px 0px 10px;
    font-weight: 500;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
}

.aboutClinc .sec-title .btn-page:hover {
    background-color: #fff;
    border: 2px solid #217abf;
    transition: all 0.3s ease-in-out;
}

.kidney-card ul {
    display: flex;
    margin: 20px 0px;

}

.kidney-card ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    text-align: start;
    margin-right: 40px;

}

.kidney-card ul li h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-right: 10px;
}

.kidney-card ul li p {
    margin: 0;
    text-align: start;
    line-height: 1.5;
}

.kidney-content p {
    margin-top: 10px;
    line-height: 2;
    color: #fff;
}

.kidney-treatment .kidney-content .user-title .user-title-inner h1 {
    color: #fff;
}

.kidney-treatment .kidney-content .user-title .user-title-inner h5 {
    color: #fff;
}

.kidney-treatment .kidney-content .user-title .user-title-inner h6 {
    color: #000000;
}

.kidney-treatment .kidney-content .user-title .user-title-inner h5 {
    color: #fff;
}

.kidney-treatment p {
    color: #fff;
    line-height: 2;
}

.user-title-inner p {
    margin-top: 0px !important;
}

.kidney-treatment .container {
    background-size: cover;
    padding: 60px;
    border-radius: 20px;
}

.kidney-treatment .contact-btn {
    margin: 40px 0px 0px;
}

.kidney-treatment .contact-btn a {
    background-color: #fff;
    color: #217abf;
    border: 2px solid #fff;

}

.kidney-treatment .contact-btn a:hover {
    background-color: #081020;
    border: 2px solid #081020;
    color: #fff;
}

.kidney-treatment .kidney-content h2 {
    /* margin: 0px 0px 14px 0px; */
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
}

.side-card {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 20px;
}

.side-card h2 {

    margin: 0px 0px 14px 0px;
    font-size: 28px;
    font-weight: 700;
    color: #23262b;
    line-height: 1;
    text-transform: capitalize;
    color: #000000;
}

.side-card h2:nth-child(1) {
    color: #1F94D6;
}

.side-card p {
    color: #555555;
    font-weight: 400;
}

.side-card a img {
    width: 70px;
    height: 70px;
}

.side-card a {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
}

.side-card {
    margin: 180px 0px 0px;
}

.kidney-treatment {
    padding: 20px 0px 60px;
}

/* ...................male treatment.............. */
.treatment-box {
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.treatment-box img {
    max-width: 115px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    /* box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2); */
}

.treatment-content {
    width: calc(100% - 115px);
}

.treatment-content h5 {
    margin-bottom: 10px;
}

.treatment-content h5 a {
    color: #000;
}

.male-treatment .heading-content {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 16px;

}

.male-treatment .treatment-content {
    text-align: left;
    padding-left: 10px;
}

.male-treatment .treatment-content p {
    margin: 0;
}

.male-treatment {
    padding: 40px 0px;
}

/* ..............surgeries-slider................ */
.advanced-surgeries {
    padding: 0px 0px 60px;
}

.surgeries-slider .services-card-box {
    border: 1px solid #ddd;
    padding: 16px 16px;
    border-radius: 5px;
    max-height: 300px;
    height: 200px;

}

.surgeries-slider .services-card-box {
    position: relative;
}

.surgeries-slider .services-card-box p {
    padding: 10px;
    background-color: #f1f1f1;
    margin-top: 20px;
    margin-bottom: 0px;
}

.surgeries-slider .services-card-box p::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #f1f1f1;
    border: 1px solid #efefef;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: 0;
    top: 52px;
    left: 60px;
    transform: rotateZ(-46deg);
}

.surgeries-slider {
    margin-top: 30px;
}

.surgeries-slider .owl-pagination {
    left: 48%;
    bottom: -30px;
}

.surgeries-slider .services-card-box h4 {
    font-size: 20px;
    font-weight: 600;
}

.submitting-section {
    text-align: center;
    padding: 80px 0
}

.submitting-section h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px
}

.submitting-section img {
    width: 300px;
    height: 300px;
    margin: auto
}

/* ............404 page......... */
.error-section {
    position: relative;
    padding: 110px 0;
}

.error-section .content {
    position: relative;
    text-align: center;
}

.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}

.error-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.error-section .btn-page {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: #ff6320;
    border: 1px solid #ff6320;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 12px 35px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #fff;
}

.submitting-section {
    text-align: center;
    padding: 80px 0;
}

.submitting-section img {
    width: 300px;
    height: 300px;
    margin: auto;
}

.submitting-section h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}

.btn-page {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: #333;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 12px 35px;
    overflow: hidden;
    transition: all .3s linear;
    color: #fff;
}

.faq-sec .accordion-body ul {
    padding-left: 14px;

}

.faq-sec .accordion-body ul li {
    padding-bottom: 10px;
    position: relative;

    & b {
        font-weight: 600;
    }
}

.faq-sec .accordion-body ul li::before {
    content: "\ea67";
    font-family: 'remixicon' !important;
    font-style: normal;
    position: absolute;
    left: -16px;
    color: #2a7ac1;
}

.simple-sitemap-container .post-type {
    margin-bottom: 20px;
    color: #217ABF;
    font-weight: 700;
}

.simple-sitemap-container .post-type .code-link {
    color: #217ABF;
}

.simple-sitemap-container .main li a {
    color: #333;
    font-weight: 700;
    font-size: 16px
}

.simple-sitemap-container .main {
    margin: 0;
}

.simple-sitemap-container .main li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 26px
}

.simple-sitemap-container .main li:before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0px;
    font-size: 18px;
    color: var(--orange);
    line-height: 1;
    top: 5px;
}



/* Kidney Stone Doctor in Jaipur */
.about-doctor-sec.kidney-stone-banner {
    /* background-image: url(../library/image/kidney-stone-doctor-banner.png) !important; */
    padding: 100px 0 40px;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: 30%;
}

.about-doctor-sec.kidney-stone-banner h1 {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-3);
    /* margin-bottom: 15px;  */
    font-size: 36px;
}

.about-doctor-sec.kidney-stone-banner h3 {
    font-size: 26px;
    font-weight: 600;
    color: #217ABF;
}

.kidney-stone-banner .heading-content h6 {
    font-size: 20px;
    font-weight: 600;
}

.condition-content {
    padding: 50px 0;
}

.condition-content h5 {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-3);
    margin-bottom: 15px;
    font-size: 36px;
}

.condition-content .container .row div:last-child {
    padding-left: 50px;
    border-left: 3px solid #217ABF;
}

.kidney-stone-meet .year-box {
    right: 15%;
    top: 72%;
}

.kidney-stone-meet .about-doctor-img:before {
    right: 16px;
}

.kidney-stone-meet img {
    max-width: 70%;
}

.kidney-stone-meet .about-doctor-box {
    width: 95%;
    padding-top: 40px;
}



.Why-Choose-section {

    padding: 100px 0;

}



.Why-Choose-section .condition-list {

    row-gap: 40px;
    padding-right: 50px;

}



.Why-Choose-section .condition-list .list {

    width: 100%;

}



.Why-Choose-section .condition-list .list .icon {
    width: 85px;
    height: 85px;
}



.Why-Choose-section .condition-list .list .content h5 {
    font-size: 20px;
    color: var(--heading-3);
    font-weight: 600;
}



.Why-Choose-section .condition-list .list .content span {

    font-size: 14px;

    color: var(--heading-5);

    font-weight: 400;

}



.Why-Choose-section .experinces {

    background: var(--bluedark);

    color: var(--white);

    padding: 20px 30px;

    border-radius: 10px;

    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);

    position: absolute;

    left: -100px;

    bottom: 60px;

}



.Why-Choose-section .experinces h3 {

    font-size: 50px;

    font-weight: 600;

    color: var(--white);

    margin-bottom: 0;

    line-height: 1.2;

}



.Why-Choose-section .experinces h4 {

    font-size: 16px;

    font-weight: 500;

    width: 170px;

    color: var(--white);

    margin-bottom: 0;

}



.Why-Choose-section .card-img {

    width: 100%;

    height: 100%;

}



.Why-Choose-section .card-img img {

    border-radius: 20px;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.Why-Choose-section .col-lg-4 {

    position: relative;

}



.condition-list {

    display: flex;

    flex-wrap: wrap;

    margin-right: calc(-.5* var(--bs-gutter-x));

    margin-left: calc(-.5* var(--bs-gutter-x));

    row-gap: 20px;

    column-gap: 30px;

}



.condition-list .list {

    flex: 0 0 auto;

    width: calc(50% - 15px);

    max-width: 100%;

    display: inline-flex;

    align-items: center;

    column-gap: 20px;

}



.condition-list .list .icon {

    background-color: #217abf;

    border-radius: 100px;

    width: 75px;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;


}



.condition-list .list .icon img {

    width: 60%;
    filter: contrast(0) brightness(10);

}






.condition-list .list .content h5 {

    font-size: 16px;

    font-weight: 700;

    color: var(--purple);

    margin-bottom: 0;

}



.condition-list .list .content span {

    font-size: 14px;

    color: var(--heading-3);

    font-weight: 500;

}




.vist-now {
    background-color: #c9eafd40;
    padding: 80px 0;
}

.vist-now>div {
    background-color: transparent;
    border: 0;
}

.vist-now h4 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.vist-now h5 {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}






.vist-now .contact-list {

    padding-top: 80px;

    display: flex;

    flex-wrap: wrap;

    padding-right: 10px;

    row-gap: 30px;

}



.vist-now .contact-list .list {

    width: 100%;

    display: flex;

    align-items: center;

    column-gap: 15px;

}



.vist-now .contact-list .list .icon {

    width: 50px;

    height: 50px;

    border-radius: 100%;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);

    color: var(--purple);

}



.vist-now .contact-list .list .icon i {

    font-size: 20px;

}



.vist-now .contact-list .list .info {

    width: calc(100% - 65px);

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

}



.vist-now .contact-list .list .info label {

    font-size: 14px;

    font-weight: 500;

}

.vist-now .contact-list .list .info a {

    font-size: 14px;

    font-weight: 700;

}

.vist-now .contact-list {
    padding-top: 0;
    row-gap: 25px;
}

.vist-now .contact-info .contact-list h4 {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #81219e;
    margin-bottom: 0;
}

.vist-now iframe {
    width: 100%;
    height: 100%;
}




.page-template-robotic-page .Banner-section {
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
}

.page-template-robotic-page .Banner-section .btn-header a{
    background: #23262b;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03rem;
}

.page-template-robotic-page .Banner-section h1,
.page-template-robotic-page .Banner-section h5,
.page-template-robotic-page .Banner-section p{
    color: #fff;
}

.content-box h1,
.content-box h2,
.content-box h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 14px;
    color: var(--primary-color);
}

.content-box h5 {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 16px;
}

.page-template-robotic-page p{
    font-weight: 400;
    font-size: 16px;
}

.page-template-robotic-page .social-info .social-box .content-box h6 {
    font-size: 14px;
}


.page-template-robotic-page .social-info .social-box .content-box {
    color: #fff;
}

.page-template-robotic-page .content-box ul {
    flex-wrap: wrap;
    row-gap: 0px;
    column-count: 2;
}

.page-template-robotic-page .content-box ul li {
    padding-left: 26px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page-template-robotic-page .content-box ul li::before {
    content: "\eb3b";
    color: var(--primary-color);
    font-family: remixicon !important;
    position: absolute;
    left: 0;
    top: -4px;
    bottom: 0;
    font-size: 20px;
    display: flex;
    align-items: start;
}
.page-template-robotic-page .content-box ol{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
}
.page-template-robotic-page .content-box ol li{
    margin-bottom: 10px;
    list-style: auto;
    color: #333;
}

.page-template-robotic-page .social-info .social-box {
    /* background: linear-gradient(149deg, rgba(0, 110, 98, 0.8) 0%, rgba(1, 76, 114, 0.8) 100%); */
    background: var(--primary-color);
    padding: 10px 6px;
    border-radius: 4px;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.page-template-robotic-page .social-info .social-box:hover {
    transform: scale(1.1);
}

.page-template-robotic-page .social-info .social-box:hover .content-box p{
    text-decoration: underline;
}

.page-template-robotic-page .social-info .social-box .icon {
    width: 40px;
}

.page-template-robotic-page .about-overview,
.page-template-robotic-page .whychoose,
.treated {
    padding: 80px 0;
}


.page-template-robotic-page .whychoose{
    background-attachment: fixed !important;
}

.page-template-robotic-page .about-overview .image{
    position: sticky;
    top: 120px;
}

.page-template-robotic-page .about-overview .content-box h6 {
    width: fit-content;
    padding: 6px 10px;
    margin-bottom: 20px;
    background: #EAEAEA;
    border-radius: 100px;
}

.page-template-robotic-page .about-overview .content-box h3 + p {
    margin: 10px 0 20px 0px;
}


.page-template-robotic-page .whychoose .content-box.head h6 {
    width: fit-content;
    padding: 6px 10px;
    background: #EAEAEA;
    border-radius: 100px;
    margin: 0 auto 10px auto;
    margin-bottom: 20px;
}

.content-box.head h6 {
    width: fit-content;
    padding: 6px 10px;
    background: #EAEAEA;
    border-radius: 100px;
    margin: 0 auto 10px auto;
}

.page-template-robotic-page .whychoose .whychosee-items .whychoose-box {
    text-align: center;
    position: relative;
}

.page-template-robotic-page .whychoose .whychosee-items .whychoose-box::after {
    height: 200px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    right: -30px;
    content: "";
    top: 0;
    margin: auto;
    opacity: 0.3;
}

.page-template-robotic-page .whychoose .whychosee-items .row .col-md-4:last-child .whychoose-box::after{
    display: none;
}

.page-template-robotic-page .whychoose .whychosee-items .whychoose-box h6 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.03rem;
}

.page-template-robotic-page .whychoose .whychosee-items .whychoose-box img {
    width: 65px;
    margin-bottom: 20px;
}

.page-template-robotic-page .treated .treat-items .treat-img {
    position: sticky;
    top: 120px;
    padding-right: 30px;
}

.page-template-robotic-page .treated .treat-items .treated-box .inner-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}



.page-template-robotic-page .treated .treat-items .treat-img .treat-content-box h6{
    position: absolute;
    top: 2px;
    font-size: 14px;
    left: 10px;
}

.page-template-robotic-page .treated .treat-items .treat-img .treat-content-box p {
    text-align: center;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 18px;
    background: #fff;
}

.page-template-robotic-page .treated .treat-items .heading-box {
    padding: 14px;
    text-align: center;
    background: #777;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
}

.page-template-robotic-page .treated .treat-items .heading-box .row .col-6:first-child {
    border-right: 1px solid #fff;
}

@media (max-width: 1600px) {
    .page-template-robotic-page .treated .treat-items .treat-img .treat-content-box h6{
        position: absolute;
        top: 6px;
        font-size: 16px;
        left: 10px;
    }

    .page-template-robotic-page .treated .treat-items .treat-img .treat-content-box p {
        padding: 6px 16px;

    }
}

.page-template-robotic-page .treated .treat-items .treated-box .inner-box .items-content{
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: 0.3s ease-in-out;
}

.page-template-robotic-page .treated .treat-items .treated-box .inner-box .items-content:hover{
    transform: scale(0.95);
    background: #fff;
    box-shadow: none;
}

.page-template-robotic-page .treated .treat-items .treated-box .inner-box .items-content .content-box h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}


.page-template-robotic-page .treated .treat-items .treated-box .inner-box .items-content .image {
    border-radius: 6px;
    overflow: hidden;
}

.page-template-robotic-page .treated .treat-items .treated-box .inner-box .tab-name h6 {
    padding: 10px;
    border-radius: 6px;
    /* background: linear-gradient(149deg, rgba(0, 110, 98, 1) 0%, rgba(1, 76, 114, 1) 100%); */
    background: var(--primary-color);
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01rem;
    text-align: center;

}

.page-template-robotic-page .treated .treat-items .treated-box .inner-box .tab-name {
    position: relative;
}


.page-template-robotic-page .treated .treat-items .treated-box .inner-box .tab-name:after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: "\f30b";
    right: -24px;
    z-index: 2;
    margin: auto;
    font-size: 26px;
    color: var(--primary-color);
    top: 1px;
    margin: auto;
}


.page-template-robotic-page .treated .treat-items .treated-box .row .col-12:last-child .inner-box{
    border-bottom: none;
}

.page-template-robotic-page .call-action-inner {
    padding: 60px;
    border-radius: 20px;
}

.page-template-robotic-page .call-action-inner .content-box p {
    font-size: 18px;
    line-height: 34px;
}

.page-template-robotic-page .call-action-inner .content-box p a{
    color: #fff;
}
.call-action-inner .btn-header a:hover{
    border-color: #fff;
    color: #fff;
}
.call-action-inner .btn-header a {
    color: #23262b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03rem;
}


.page-template-robotic-page .benefits .benefits-items .items-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.page-template-robotic-page .benefits .benefits-items .items-box h6 {
    margin-bottom: 8px;
    color: var(--primary-color);
    line-height: normal;
}

.page-template-robotic-page .benefits .benefits-items .items-box img {
    border-radius: 8px;
    width: 45px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(30%) hue-rotate(145deg) brightness(92%) contrast(89%);
}

.page-template-robotic-page .benefits .benefits-items .items-box:hover {
    border-color: var(--primary-color);
    transform: translateY(-10px);

}
.page-template-robotic-page .benefits .benefits-items .items-box .image{
    transition: 0.3s ease-in-out;
    width: fit-content;
}
.page-template-robotic-page .benefits .benefits-items .items-box:hover .image {
    transform: scale(-1,1);
    transition: 0.3s ease-in-out;
}


/* doctor sec start */

.meet-doctor {
    margin: 80px 0;
}
.meet-doctor .dr-image {
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.meet-doctor .dr-image img {
    width: 100%;
    object-position: top;
    object-fit: cover;
}

.meet-doctor .dr-image img {
    height: 100%;
    object-fit: cover;
}

.meet-doctor .experience {
    padding: 14px;
    border-radius: 6px;
    background: #4D4D4D;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: center;
    bottom: 20px;
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
}

.meet-doctor .experience h6 {
    margin-bottom: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}

.meet-doctor .experience h6 span {
    font-weight: 500;
    font-size: 26px;
}

.meet-doctor .stats-items {
    padding-top: 20px;
    border-top: 1px dashed var(--primary-color);
}

.meet-doctor .stats-items .stats-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.meet-doctor .stats-items .stats-box .icon {
    min-width: 50px;
    padding: 6px;
    background: #a2afa92e;
    border-radius: 50%;
    max-width: 40px;
}

.meet-doctor .stats-items .stats-box .icon img {
        filter: brightness(0) saturate(100%) invert(41%) sepia(100%) saturate(779%) hue-rotate(177deg) brightness(79%) contrast(86%);
}

.meet-doctor .head.content-box h6 {
    background: rgb(239 248 255);
    color: var(--primary-color);
    padding: 10px;
    margin-bottom: 10px;
    width: fit-content;
    border-radius: 4px;
    margin-left: 0;
}

.meet-doctor .head.content-box h5 {
    font-size: 16px;
}

.meet-doctor .content-box h6,
.meet-doctor .content-box p {
    margin-bottom: 0;
}

.meet-doctor .content-box h3 {
    color: var(--text-dark-blue);
}

.meet-doctor .meet-doctor-inner {
    padding: 50px 20px;
    border-radius: 20px;
    border-top: 2px solid var(--primary-color);
    position: relative;
    box-shadow: 0 0 10px 0 rgb(51 51 51 / 10%);
}

.social-icons .quick-contact li a img {
    width: 30px;
}

.meet-doctor .social-icons .quick-contact {
    position: absolute;
    top: 60px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.meet-doctor .social-icons .quick-contact:before {
    position: absolute;
    content: "";
    width: 2px;
    background: var(--primary-color);
    display: inline-block;
    height: 50px;
    top: -60px;
    left: 14px;
}

.meet-doctor .social-icons .quick-contact li a {
    color: #fff;
    background: var(--primary-color);
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50%;
}


.meet-doctor .btn-header a{
 background: #23262b;
 color: #fff;
}
.meet-doctor .content-box ul {
    margin: 20px 0 0 0;
    padding-top: 20px;
    border-top: 1px dashed var(--primary-color);
    display: flex;
    gap: 6px;
}
.meet-doctor .content-box ul li{
    font-size: 14px;
}
.meet-doctor .doctor-bottom-content.content-box{
    margin-top: 20px;
}

.page-template-robotic-page .mobile-slider .owl-wrapper{
    display: flex !important;
    align-items: stretch !important;
}

.page-template-robotic-page .Banner-section .content-box h5 {
    padding: 6px;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 4px;
    margin-bottom: 4px;
    background: rgb(255 255 255 / 6%);
}

.page-template-robotic-page .treated .treat-items .treated-box .inner-box .items-content p {
    margin-bottom: 0;
}


.page-template-robotic-page .contentWrapper {
    width: 350px;
    margin: 0 auto;
    position: relative;
}

.page-template-robotic-page .tabsWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 40px;
}

.page-template-robotic-page .tabs {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: -25px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: auto;
    display: flex;
    gap: 10px;
    height: 100%;
    width: 100%;
    border-radius: 4px;

}


.page-template-robotic-page .tabs li.active {
    background-color: #333;
}

.page-template-robotic-page .next,
.page-template-robotic-page .previous {
    position: absolute;
    padding: 2px 4px;
    top: 0;
    background-color: white;
}

.page-template-robotic-page .next {
    right: -5px;
    margin: auto;
    top: 4px;
    font-size: 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 hsl(0deg 0% 20% / 20%);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 9;
    vertical-align: middle;
    line-height: 1;
    padding-top: 1px;
    border: 1px solid #ddd;
}

.page-template-robotic-page .previous {
    left: -5px;
    margin: auto;
    top: 4px;
    font-size: 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 hsl(0deg 0% 20% / 20%);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 9;
    vertical-align: middle;
    line-height: 1;
    padding-top: 1px;
    border: 1px solid #ddd;
}

.page-template-robotic-page .tabContent {
    width: 100%;
    background-color: white;
    padding: 15px 0;
}

.page-template-robotic-page .tabContent .content-box-items .content-box h6{
    font-size: 18px;
    line-height: 26px;
}
.page-template-robotic-page .tabContent .content-box-items .content-box h6 + p {
    margin-bottom: 0;
}
.page-template-robotic-page .tabContent .content-box-items .items-content:first-child{
    margin-bottom: 10px;
}


.page-template-robotic-page .tabContent .content-box-items .items-content{
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0/10%);
    transition: .3s ease-in-out;
}

.page-template-robotic-page .tabs li {
    padding: 10px;
    border-radius: 6px;
    background: var(--primary-color);
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .01rem;
    text-align: center;
    height: fit-content;
}


/* doctor sec end */


.page-template-about-doctor .about-doctor-img{
	z-index: 0;
}
.hotel-slider .slide-owl-wrap:not(:first-child){
    display: none;    
}