* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'MULISH',sans-serif;
    font-style: normal;
}
body:before{
    content: unset;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

hr {
    margin: 0;
    opacity: 1;
    background-color: rgb(133 133 133 / 34%);
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}
p{
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
}
section {
    position: relative;
}
.section-p {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-pb {
    padding-bottom: 80px;
}

.section-pt {
    padding-top: 80px;
}

.btn-page {
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16.64px;
    transition: all 0.3s ease-in;
}

.header-top {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #FFFFFF;
    border-bottom: 0.1px solid rgb(0 54 56 / 50%);
}

.header-top .left-side-bar {
    width: 50%;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
    background: #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 14px 25px 14px 8.2vw;
}

.header-top .left-side-bar ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

.header-top .left-side-bar ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-top .left-side-bar ul li:first-child {
    margin-right: 60px;
}

.header-top .left-side-bar ul li .icon {
    margin-right: 10px;
}

.header-top .left-side-bar ul li .icon i {
    color: #fff;
    font-size: 30px;
}

.header-top .left-side-bar ul li .inner-text h6 {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #F3F3F3;
    margin: 0;
}

.header-top .left-side-bar ul li .inner-text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;

    color: #F3F3F3;
    margin: 0;
}

.header-top .left-side-bar ul li .inner-text p a {
    color: #fff;
}


/***

  ====================================================================
      Sticky Header
  ====================================================================

  ***/

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

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    border-bottom: 2px solid #0C225E;
    padding: 15px 0;
}

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

.sticky-header .main-box {
    padding: 0;
    margin: 0;
}

.sticky-header .outer-box,
.sticky-header .main-box:before {
    display: none;
}

.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
    color: #0C225E;
}

.header-style-two .sticky-header .logo-box:before {
    display: none;
}
.main-menu .navigation>li {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li.dropdown a:after {
    position: absolute;
    right: 4px;
    top: 0;
    margin-top: 7px;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    line-height: 1.6;
    font-size: 14px;
    display: inline-block;
    font-weight: 900;
    color: #222;
    z-index: 5;
}
.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    opacity: 0;
    z-index: 999;
    min-width: 220px;
    -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.dropdown>ul>li>a {
    padding: 3px 14px !important;
    display:block;
    line-height: 25px !important;
    font-size: 13px !important;
    margin: 0 !important;
    font-weight: 600 !important;
}
.main-menu .navigation>li.dropdown>ul>li>a::after{
    content: unset;
}
.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom:1px inset rgb(0 54 56 / 50%);
}
.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0px inset rgb(0 54 56 / 50%);
}
.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    min-width: 220px;
    margin-top: -40px;
    opacity: 0;
    z-index: 999;
    -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 rgba(0, 0, 0, 0.2);
}
.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}
.main-menu .navigation li.dropdown>ul>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}

/***

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

  ***/

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

.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: 50px;
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
    margin-top: 5px;
}

.mobile-header .outer-box {
    position: relative;
    float: right;
}

.mobile-header .search-box {
    margin: 0;
}

.mobile-header .cart-btn {
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
}

.mobile-header .cart-btn {
    margin-left: 10px;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 32px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color: #000000;
    -webkit-box-ordinal-group: 4;
    order: 3;
    display: none;
}

.mm-panels .mm-counter {
    position: absolute;
    right: 45px;
    top: 50%;
    text-indent: 0;
    display: block;
    margin-top: -10px;
    background-color: #999999;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}

.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;
}

.mm-add-listing .theme-btn {
    width: auto;
    min-width: auto;
    flex: 0 0 auto;
    color: #25B15F !important;
    border-radius: 50px;
    line-height: 25px;
    font-weight: 400;
}

.mm-add-listing .theme-btn span {
    margin-left: 0;
    margin-right: 10px;
}
.right-side-bar {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 14px 8.52vw 14px 0;
}

.right-side-bar .contact-number {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 30px;
}

.right-side-bar .contact-number .icon {
    margin-right: 10px;
}

.right-side-bar .contact-number .icon i {
    color: #000000;
    font-size: 30px;
}

.right-side-bar .link-ph h6 {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

.right-side-bar .link-ph p {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;

    margin: 0;
}

.right-side-bar .link-ph p a {
    color: #000000;
}

.right-side-bar ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.right-side-bar ul li a{
    margin: 0 5px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-radius: 100px;
    color: #fff;
}


.right-side-bar ul li a i {
    vertical-align: middle;
}


/* header */

.header-sec {
    padding: 12px 0;
}

.header-sec .main-box {
    display: flex;
    justify-content: start;
    align-items: center;
}
.header-sec .logo{
    text-align: center;
}
.header-sec .logo a{
    display: block;
}
.header-sec  .logo a img{
    height: 60px;
}
.header-sec  .logo a h6{
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    transform: translateY(-8px);
}
.header-sec  .logo a h6 span{
    color: #f90412;
}
.header-sec .header-lower .container-fluid{
    padding: 0;
}
.header-sec .header-lower .main-box .nav-outer {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: auto;
}

.header-sec .main-box .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.header-sec .main-box .navbar-nav li{
    position: relative;
}
.header-sec .main-box .navbar-nav li a {
    padding: 5px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #464646;
    position: relative;
    margin-right: 30px;
    padding-left: 0;
}
.header-sec .main-box .navbar-nav li:last-child a {
    margin-right: 0;
}
.header-sec .main-box .navbar-nav li a.active, .header-sec .main-box .navbar-nav li a:hover {
    color: #000000;
}

.header-sec .btn-page {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    color: #fff;
    margin-left: 12px;
    font-size: 15px;
    transition: all 0.3s ease-in;
}
.header-sec .btn-page:hover{
    background-color: transparent;
    color: #000000;
}

/*--------------- End-------------- */

/* -------------- slider ------------- */
.slider .item{
    height: 600px;
}
.slider.owl-theme .owl-dots{
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.slider.owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    border: 2px solid #0C225E;
}
.slide-banner{
    position: relative;
}

.banner-section {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.banner-section .over-layer {
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 84%);
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 60px 0;
}
.banner-section .over-layer .container-banner{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}
.banner-section .info-doctor {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
    padding:0;
}
.info-doctor .left-doc-img img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    object-position: top;
}
.banner-section .info-doctor h5.top-text {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(50 50 71 / 8%), 0px 4px 8px rgb(50 50 71 / 6%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-inline-box;
    align-items: center;
    justify-content: center;
    color: #021C66;
    padding: 8px 20px;
    line-height: unset;
    margin: 0;
}
.banner-section .info-doctor h4 {
    font-weight: 800;
    font-size: 42px;
    line-height: 56px;
    color: #fff;
    margin: 0;
    /* background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.banner-section .info-doctor h4 span{
    color: #f90412;
}
.banner-section .info-doctor h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 25px;
}

.banner-section .info-doctor p {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.banner-section .info-doctor .btn-slide .btn-page {
    background: #0C225E;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 30px;
    border: 1px solid #0C225E;
}

.banner-section .info-doctor .btn-slide .btn-page:hover {
    background-color: transparent;
    color: #0C225E;
}

.slide-doctor-img {
    width: calc(40% - 2%);
    height: 100%;
}

.slide-doctor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.form-slider{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: end;
    width: calc(35% - 10%);
}
.slide-book-appointment {
    padding: 25px 15px;
    width: 100%;
}

.slide-book-appointment .inner-box {
    background: #FFFFFF;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.slide-book-appointment .inner-box .text-head {
    background: #000000;
    padding: 20px 0;
    text-align: center;
}

.slide-book-appointment .inner-box .text-head h4 {
    font-weight: 700;
    font-size: 20.4159px;
    line-height: 26px;
    color: #FFFFFF;
}

.slide-book-appointment .inner-box form {
    padding: 25px 15px;
}

.slide-book-appointment .inner-box form input,
.slide-book-appointment .inner-box form textarea {
    width: 100%;
    padding: 12px 12px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    margin-bottom: 0;
    outline: none;
}

.slide-book-appointment .inner-box form ::placeholder {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #6D6D6D;
}

.slide-book-appointment .inner-box form input[type="submit"] {
    width: auto;
    background: #000000;
    border-radius: 8px;
    margin: auto;
    display: block;
    padding: 12px 50px;
    font-weight: 600;
    font-size: 16.3446px;
    line-height: 21px;
    color: #FFFFFF;
    border: 1px solid #000000;
    transition: all 0.3s ease-in;
}

.slide-book-appointment .inner-box form input[type="submit"]:hover {
    background-color: #fff;
    color: #000000;
}

.slide-bottom-contact {
    padding: 40px 0;
    position: relative;
}

.slide-bottom-contact::after {
    content: " ";
    background: linear-gradient(90deg, rgba(12, 34, 94, 0) 3.78%, #0C225E 41.09%, #0C225E 51.67%, rgba(12, 34, 94, 0) 94.85%);
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide-bottom-contact .contact-box {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.slide-bottom-contact .contact-box .icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    border-radius: 10px;
    margin-right: 15px;
}

.slide-bottom-contact .contact-box .icon i {
    font-size: 24px;
}

/* .slide-bottom-contact .contact-box .inner-text {
    width: 70%;
} */

.slide-bottom-contact .contact-box .inner-text h6 {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    /* margin-bottom: 5px; */
}

.slide-bottom-contact .contact-box .inner-text p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #4A4B4A;
    margin: 0;
}

.slide-bottom-contact .contact-box .inner-text p a {
    color: #464646;
}

.slide-bottom-contact .contact-box .inner-text p strong {
    color: #000;
    font-weight: 700;
}

.about-section {
    margin-bottom: 50px;
    padding: 0 100px;
}

.outerbox-about {
    background-color: #F4F4F4;
}

.innerbox-about {
    padding: 36px 14px 70px;
    position: relative;
}

.innerbox-about .left-side-border {
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
}

.innerbox-about .header-profile {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}

.innerbox-about .header-profile .img-doctor {
    margin-right: 20px;
}
.innerbox-about .header-profile .img-doctor img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    object-position: top;
}
.innerbox-about .header-profile .text-doctor{
    width: calc(100% - 150px);
}
.innerbox-about .header-profile .text-doctor h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #161616;
}

.innerbox-about .header-profile .text-doctor p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #464646;
}
.innerbox-about .middle-section p strong{
    color: #000;
}
.innerbox-about .middle-section p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    margin-bottom: 14px;
}
.innerbox-about .middle-section .list-profile ul{
    column-count: 2;
}
.innerbox-about .middle-section .list-profile ul li {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #3b3b3b;
}

.innerbox-about .middle-section .list-profile ul li span:first-child::before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #021C66;
    font-size: 8px;
    padding: 2px;
    border: 0.5px solid #021C66;
    border-radius: 100px;
    margin-right: 5px;
}

.btn-about {
    margin-top: 15px;
    display: inline-block;
}

 .btn-about .btn-page {
    background: #17CBD7;
    border-radius: 100px;
    width: 170px;
    font-weight: 600;
    font-size: 15.8333px;
    line-height: 83.5%;
    color: #FFFFFF;
    padding: 15px 25px;
    text-align: center;
}

.btn-about .btn-page i {
    margin-left: 5px;
    transition: all 0.3s ease-in;
}

.btn-about .btn-page:hover i {
    margin-left: 9px;
}

.homepage-heading {
    text-align: center;
    margin-bottom: 25px;
}

.homepage-heading h6 {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #17CBD7;
}

.homepage-heading h3 {
    font-weight: 800;
    font-size: 35px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}
.homepage-heading h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}
.homepage-heading h5 {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    color: #17CBD7;
    margin-bottom: 10px;
}
.homepage-heading p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    margin: 0;
}

.Recommended-main-section {
    padding: 80px 0;
}

.Recommended-section {
    text-align: center;
    padding: 10px 15px;
}

.Recommended-section .icon {
    margin-bottom: 15px;
}

.Recommended-section h4 {
    font-weight: 800;
    font-size: 44px;
    line-height: 75px;
    text-align: center;
    color: #17CBD7;
}

.Recommended-section p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.middle-Experience-section {
    width: 100%;
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.middle-Experience-section .over-layer {
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 84%);
    padding: 90px 0;
}

.outer-box-experience {
    display: flex;
    justify-content: center;
    align-items: center;
}

.outer-box-experience .icon-box {
    margin-right: 30px;
}

.outer-box-experience .inner-text h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.outer-box-experience .inner-text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.service-section {
    padding: 80px 0;
}

.our-service-outer {
    padding: 15px 6px;
    height: 100%;
}

.our-service-outer .inner-box {
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #17CBD7;
    border-radius: 11px;
    padding: 20px 10px;
    text-align: center;
}

.our-service-outer .inner-box .icon-img {
    margin-bottom: 20px;
}

.our-service-outer .inner-box .text-service h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #0C225E;
    margin-bottom: 10px;
}

.our-service-outer .inner-box .text-service p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #3b3b3b;
    margin-bottom: 15px;
    height: 200px;
}
/* ----------- slider ----------- */
.general-phsician .item .our-service-outer .inner-box .text-service p{
    height: 116px;
    overflow: auto;
}
.general-phsician .item .our-service-outer .inner-box .text-service p::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
}

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

.btn-service a {
    border: 1px solid #17CBD7;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #3b3b3b;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.btn-service a:hover {
    background-color: #17CBD7;
    color: #fff;
}

.why-choose-section {
    background-color: #F4F4F4;
    padding: 74px 0;
}

.why-choose-section hr {
    height: 0.5;
    background-color: #000;
}

.why-choose-section .title-choose {
    padding-bottom: 48px;
}

.why-choose-section .title-choose h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 12px;
}

.why-choose-section .title-choose p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    margin: 0;
}

.why-choose-section .why-choose-innerbox {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding: 30px 10px;
    height: 100%;
}

.why-choose-section .why-choose-innerbox .icon {
    margin-right: 15px;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-section .why-choose-innerbox .text-inner{
    width: calc(100% - 60px);
}
.why-choose-section .why-choose-innerbox .text-inner h5 {
    font-weight: 700;
    font-size: 18.614px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 5px;
}

.why-choose-section .why-choose-innerbox .text-inner p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    margin: 0;
}

.why-choose-section .slide-book-appointment {
    padding: 0;
    padding-left: 50px;
    height: 100%;
}

.client-textimonial-section {
    padding: 80px 0;
}

#client-testimonial {
    margin-top: 30px;
}
.client-testimonial .item{
    padding-bottom: 10px;
}
.testimonial-box {
    background: #FFFFFF;
    border: 1.03173px solid #000000;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    padding: 25px 15px;
    margin: 0 6px;
}

.testimonial-box .name-section {
    display: flex;
    justify-content: start;
    align-items: center;
}

.testimonial-box .name-section .icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    display: none;
}

.testimonial-box .name-section img {
    width: 100%;
}

.testimonial-box .name-section h4 {
    font-weight: 700;
    font-size: 24px;
    line-height:30px;
    text-align: center;
    color: #000000;
    padding: 0 20px;
}

.testimonial-box p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    height: 115px;
    overflow: auto;
    padding:  0 10px;
}
.testimonial-box p::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
}
.middle-appointment-section {
    width: 100%;
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: drop-shadow(0px 4px 4px rgb(0 114 122 / 100%));
    padding: 50px 100px;
}

.box-outer-appointment {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px 45px;
}

.Specialist-Doctor-outer h6 {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #17CBD7;
    margin-bottom: 15px;
}

.Specialist-Doctor-outer h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 22px;
}

.Specialist-Doctor-outer p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    margin: 0;
}

/* .Specialist-Doctor-outer .info-list {
    margin: 25px 0;
} */
.Specialist-Doctor-outer .info-list ul{
    width: 100%;
}
.Specialist-Doctor-outer .info-list ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.Specialist-Doctor-outer .info-list ul li:first-child {
    margin-right: 20px;
}

.Specialist-Doctor-outer .info-list ul li span {
    margin-right: 15px;
}

.Specialist-Doctor-outer .info-list ul li span i {
    color: #17CBD7;
    vertical-align: middle;
    font-size: 18px;
}

.Specialist-Doctor-outer .info-list ul li a {
    color: #000;
}

.Specialist-Doctor-outer .info-list ul li a strong {
    font-weight: 700;
}

.Specialist-Doctor-outer .info-list ul li a span {
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
}

.second-appointment-section {
    padding-left: 35px;
    width: 100%;
    margin-left: auto;
}

.second-appointment-section h3 {
    font-weight: 700;
    font-size: 21.248px;
    line-height: 27px;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}

.second-appointment-section form {
    background: #FFFFFF;
    border: 0.4px solid #DBDBDB;
    border-radius: 14px;
    padding: 22px 20px;
}

.second-appointment-section form input,
.second-appointment-section form textarea {
    width: 100%;
    padding: 10px 12px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    margin-bottom: 0;
    outline: none;
}

.second-appointment-section form ::placeholder {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #6D6D6D;
}

.second-appointment-section form input[type="submit"] {
    width: auto;
    background: #00717A;
    border-radius: 8px;
    margin: auto;
    display: block;
    padding: 12px 50px;
    font-weight: 600;
    font-size: 16.3446px;
    line-height: 21px;
    color: #FFFFFF;
    border: 1px solid #00717A;
    transition: all 0.3s ease-in;
}

.second-appointment-section form input[type="submit"]:hover {
    background-color: #fff;
    color: #00717A;
}

.health-trips-section {
    padding: 80px 0;
}

.health-trips-section .homepage-heading h3 {
    color: #0C225E;
    font-weight: 800;
}

#Healthtrip-testimonial {
    margin-top: 30px;
}

.health-trips-box {
    background: #FFFFFF;
    border: 1px solid rgba(134, 134, 134, 0.37);
    border-radius: 11px;
    padding: 10px 12px;
    margin: 0 10px;
}

.health-trips-box .img-health {
    margin-bottom: 15px;
    position: relative;
}

.health-trips-box .img-health a::before {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    font-size: 30px;
}

.health-trips-box h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.health-trips-box p {
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
}

#Healthtrip-testimonial.owl-theme .owl-dots {
    margin-top: 20px;
}

#Healthtrip-testimonial.owl-theme .owl-dots .owl-dot.active span,
#Healthtrip-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0C225E;
}

.Recent-Health-section {
    padding: 80px 0;
}

.Recent-Health-box {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding: 16px 15px;
}

.Recent-Health-box .img-recent {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.Recent-Health-box .img-recent img {
    width: 100%;
}

.Recent-Health-box .img-recent span {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #0C225E;
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 100%);
    padding: 6px 30px 6px 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
}

.Recent-Health-box .inner-content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin: 10px 0;
}

.Recent-Health-box .inner-content p {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
}

.Recent-Health-box .inner-content .btn-recent {
    display: inline-block;
    margin-bottom: 10px;
}

.Recent-Health-box .inner-content .btn-recent a {
    background: #FFFFFF;
    border: 1px solid #17CBD7;
    border-radius: 4px;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #737373;
    transition: all 0.3s ease-in;
}

.Recent-Health-box .inner-content .btn-recent a:hover {
    background: #17CBD7;
    color: #fff;
}

.section-faq {
    padding: 80px 0;
}

.faq-tabs ul.nav.nav-tabs {
    border: 0;
}

.faq-tabs ul {
    display: flex;
    justify-content: start;
    align-items: stretch;
}

.faq-tabs ul li.nav-item {
    margin: 15px 8px;
    width: 116px;
}

.faq-tabs ul li.nav-item .faq-link {
    color: #0C225E;
    background: #fff;
    border: 1px solid #272727;
    padding: 12px 5px;
    display: inline-block;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.faq-tabs ul li.nav-item .faq-link.active,
.faq-tabs ul li.nav-item .faq-link:hover {
    background: #00717A;
    color: #fff;
    border: 1px solid #00717A;
}

.faq-tabs ul li.nav-item .faq-link .faq-box {
    text-align: center;
}
.faq-tabs ul li.nav-item .faq-link img {
    margin: 0 auto 15px;
    display: block;
}

.faq-tabs ul li.nav-item .faq-link.active img,
.faq-tabs ul li.nav-item .faq-link:hover img {
    filter: contrast(0) brightness(10);
}

.faq-tabs ul li.nav-item .faq-link h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
}

.accordion.accordion-faq-section .accordion-item {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: relative;
}

.accordion.accordion-faq-section .accordion-item::after {
    content: " ";
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(1, 1, 1, 0.6) 50%, rgba(3, 3, 3, 0) 100%);
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -1px;
}

.accordion.accordion-faq-section .accordion-item .accordion-button {
    font-weight: 400;
    font-size: 20px;
    line-height: 138%;
    color: #000000;
}

.accordion.accordion-faq-section .accordion-item .accordion-body {
    padding: 10px 25px;
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 400;
}

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

.accordion.accordion-faq-section .accordion-item .accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.accordion.accordion-faq-section .accordion-item .accordion-button:not(.collapsed)::after,
.accordion.accordion-faq-section .accordion-item .accordion-button::after {
    content: " ";
    display: none;
}

.accordion.accordion-faq-section .accordion-item .accordion-button::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000;
    font-size: 14px;
    margin-right: 15px;
    background-color: #0f1831;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
}

.accordion.accordion-faq-section .accordion-item .accordion-button:not(.collapsed)::before {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
}

.general-physician-section {
    padding: 80px 0;
}

.general-physician-section .homepage-heading h3 {
    color: #0C225E;
}

.card-general {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.general-physician-outer {
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
}

.general-physician-outer .img-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 20px;
}

.general-physician-outer h5 {
    font-weight: 600;
    font-size: 20.6954px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.general-physician-outer p {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #3b3b3b;
    margin: 0;
}


/* footer */

.footer-section {
    background: #000000;
    color: #fff;
    padding: 40px 0 0;
}

.contact-footer {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    position: relative;
    width: 100%;
    top:0;
    left: 0;
    padding: 20px 10px;
}

.contact-footer h4 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
    color: #fff;
}

.contact-footer ul {
    margin: 20px 0;
}

.contact-footer ul li {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.contact-footer ul li .icon {
    margin-right: 5px;
}

.contact-footer ul li .icon i {
    color: #fff;
}

.contact-footer ul li .text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    outline: none;
}

.contact-footer .contact-no ul {
    margin-bottom: 15px;
}

.contact-footer .contact-no ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.contact-footer .contact-no ul li .icon-sec i {
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 8px;
    font-size: 12px;
    color: #000000;
}

.contact-footer .contact-no ul li a {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
}

.contact-footer .btn-footer {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.contact-footer .btn-footer .btn-page {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16.64px;
    line-height: 21px;
    color: #fff;
    background: #ff0012;
    border: 1px solid #ff0012;
    margin-bottom: 10px;
    border-radius: 10.1689px;
    transition: all 0.3se ease-in;
}
.contact-footer .btn-footer .btn-page:hover{
    background-color: transparent;
    color: #ff0012;
}
.links-footer {
    padding-left: 20px;
}
.links-footer .footer-logo{
    background: #fff;
    padding: 10px 21px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.links-footer p{
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.links-footer .header-footer {
    margin-bottom: 20px;
}

.links-footer .header-footer h4 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}

.links-footer .header-footer:after {
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #AFAFAF;
    display: block;
}

.links-footer .content-footer ul li {
    font-family: 'Inter';
    color: #FFFFFF;
}

.links-footer .content-footer ul li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.links-footer .content-footer ul li a {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    transition: all 0.3s ease-in;
}

.links-footer .content-footer ul li a:hover {
    color: #ff0012;
}

.links-footer .content-footer .about-f h5 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.links-footer .content-footer .about-f p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height:20px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.links-footer .social-icon ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

.links-footer .social-icon ul li {
    margin-right: 20px;
}

.links-footer .social-icon ul li a {
    color: #FFFFFF;
    font-size: 20px;
}

.line-footer {
    height: 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.7) 71%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
}

.end-footer-text {
    text-align: center;
    padding: 15px 0;
}

.end-footer-text p {
    margin: 0;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #D9D9D9;
}
.end-footer-text p a{
    color:#17cbd7;
}
.sidebar-page-container {
    position: relative;
    padding: 50px 0 0;
}

/***

====================================================================
      Blog Single
====================================================================

***/

.blog-post {
    position: relative;
}

.blog-post .news-block {
    margin-bottom: 60px;
}

.blog-post .news-block .inner-box:hover {
    transform: none;
}

.blog-post .news-block .lower-content h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000000;
    text-transform: none;
    padding-bottom: 1rem;
    border-bottom: 3px solid #ff0012;
}

.blog-post .news-block .lower-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

h3 a {
    color: inherit;
}

.blog-post .news-block .lower-content p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 25px;
}

.blog-post .news-block .lower-content p a {
    color: #0C225E;
    display: inline-block;
}

.blog-post .news-block .lower-content p a:hover {
    text-decoration: underline;
}

.blog-post .news-block .lower-content img {
    border-radius: 10px;
    border: 1px solid #0C225E;
    width: 100%;
}

.blog-post .news-block .lower-content .post-info {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    margin-bottom: 20px;
    display: inline-flex;
}

.blog-post .news-block .lower-content .post-info li {
    margin-right: 20px;
}

.blog-post .news-block .lower-content .post-info li span {
    margin-right: 5px;
    color: #000000;
}

.blog-post .news-block .lower-content strong {
    color: #ff0012;
}

.blog-post .news-block .lower-content a {
    color: #ff0012;
}

.blog-post .news-block .two-column {
    position: relative;
}

.blog-post .news-block .two-column .image-column {
    margin-bottom: 20px;
}

.blog-post .news-block .two-column .image-column img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.blog-post blockquote {
    position: relative;
    border-left: 5px solid #0C225E;
    background-color: rgba(0, 0, 0, 0.02);
    font-size: 16px;
    line-height: 1.8em;
    padding: 25px 40px;
    font-family: 'Hind', sans-serif;
    margin: 35px 30px 35px;
}

.blog-post blockquote:before {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 50px;
    line-height: 1em;
    content: "\f10d";
    color: #dddddd;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: .30;
}

.blog-post blockquote cite {
    display: block;
    font-style: normal;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
}

.blog-post blockquote cite strong {
    font-weight: 400;
    color: #0C225E;
}

.media-player {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    overflow: hidden;
}

.media-player iframe {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 400px;
    border-radius: 0;
    overflow: hidden;
    border: 0;
}

.news-block .single-item-carousel {
    position: relative;
}

.news-block .image-box .slide-item a {
    position: relative;
    display: block;
}

.news-block .post-format-link {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 40px 60px 40px;
    background: #0C225E;
}

.news-block .post-format-link a {
    color: inherit;
    display: inline-block;
}

.news-block .post-format-link a:hover {
    text-decoration: underline;
}

.news-block .post-format-link .icon {
    font-size: 20px;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: #333333;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    z-index: 1;
}

.blog-post .post-format-quote {
    position: relative;
    display: block;
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 50px 62px 30px 70px;
    color: #222222;
    margin: 0;
    font-size: 28px;
    border: 0;
    line-height: 38px;
    font-weight: 500;
    background-color: #f5f5f5;
}

.blog-post .post-format-quote .icon {
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    background-color: #2C2F50;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 8px;
    position: absolute;
}

.blog-post .post-format-quote cite {
    display: block;
    font-style: normal;
    margin-top: 17px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
}


/*post share options*/

.blog-post .post-share-options {
    position: relative;
    margin-bottom: 20px;
}

.blog-post .post-share-options .tags {
    position: relative;
    margin-bottom: 20px;
}

.blog-post .post-share-options .tags li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.blog-post .post-share-options .tags a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 5px 15px;
    color: #777777;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-post .post-share-options .tags a:hover {
    color: #ffffff;
    background-color: #343a40;
}

.blog-post .post-share-options .social-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.blog-post .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
}

.blog-post .post-share-options .social-icon li a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #777777;
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 5PX;
    border: 1px solid #aaaaaa;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-post .post-share-options .social-icon li a:hover {
    color: #ffffff;
    background-color: #343a40;
}
.lower-content ul {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.lower-content ul li {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 5px;
}

.lower-content ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    height: 7px;
    width: 7px;
    background-color: #ff0012;
    border-radius: 50%;
    content: "";
}


.lower-content h2 {
    font-size: 22px;
    text-transform: none;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0;
}

.lower-content h3 {
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    line-height: 2;
    margin-bottom: 0;
}

.lower-content h4 {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: unset;
    position: relative;
    line-height: 2;
    margin-bottom: 0;
}

.lower-content h5 {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0;
}

.lower-content h6 {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0;
}
/* News BLock */

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    /* -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 10%);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 10%);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 10%); */
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.news-block .image-box {
    position: relative;
}

.news-block .image {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
}

.news-block .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 10px;
}

.news-block .inner-box:hover .image-box .image img {
    opacity: .75;
}

.news-block .image-box .date {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #0C225E;
    padding: 5px 20px;
    border-radius: 10px 0 0 0;
}

.news-block .image-box .date strong {
    color: #ffffff;
    font-size: 22px;
}

.news-block .lower-content {
    position: relative;
    background: #ffffff;
    padding: 10px 0 !important;
}

.news-block .lower-content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
}

.news-block .lower-content h4 a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .text {
    color: #4c4c4d;
    margin-top: 18px;
}

.news-block .lower-content .theme-btn {
    position: relative;
}

.news-block .lower-content .post-info {
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.news-block .post-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #222222;
}

.news-block .post-author a {
    display: inline-block;
    margin: 0 5px;
}

.news-block .post-author img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.news-block .post-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-option li {
    position: relative;
    margin-left: 15px;
}

.news-block .post-option li a {
    color: inherit;
    font-size: 16px;
}

.news-block .post-option li i {
    margin-right: 5px;
    font-size: 14px;
}


.sidebar-widget .contact-form-faq {
    margin: 30px auto;
    width: 90%;
}
.sidebar-title {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.sidebar-title h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0
}
.latest-news .post {
    position: relative;
    padding-left: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.latest-news .post:last-child {
    margin-bottom: 0
}

.latest-news .post-thumb {
    position: absolute;
    left: 0;
    width: 85px;
    background-color: rgba(0, 0, 0, .05)
}

.latest-news .post-thumb a:hover {
    opacity: 1;
}

.latest-news .post-thumb a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    content: "";
    background-color: #000000;
    z-index: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.latest-news .post:hover .post-thumb a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.latest-news .post-thumb a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    z-index: 9;
    color: #fff;
    font-weight: 900;
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.latest-news .post:hover .post-thumb a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.latest-news .post-thumb img {
    position: relative;
    display: block;
    width: 100%
}

.latest-news .post h5 {
    position: relative;
    font-size: 14px;
    line-height: 1.4em;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px
}

.latest-news .post h5 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.latest-news .post:hover h5 a {
    color: #000000
}

.latest-news .post .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #ff0012;
}
.sidebar .popular-tags {
    position: relative
}

.sidebar .popular-tags li {
    position: relative;
    display: inline-block;
    margin: 0 5px 8px 0
}

.sidebar .popular-tags a {
    position: relative;
    display: block;
    color: #555;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    padding: 5px 20px;
    background: 0 0;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    background-color: rgba(0, 0, 0, .02);
    text-transform: capitalize;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .popular-tags a:hover {
    border-color: #000000;
    background-color: #000000;
    color: #fff
}

/*Services Category*/

.services-categories {
    position: relative;
    margin-bottom: 50px;
    background-color: #fcfcfc;
    border: 10px solid #ffffff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
}

.services-categories li {
    position: relative;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    z-index: 9;
}

.services-categories li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.services-categories li a {
    font-size: 16px;
    font-weight: 600;
    color: #3b3b3b !important;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li.active a,
.services-categories li:hover a {
    color: #ffffff !important;
}

.services-categories li a:before {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 900;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #ffffff;
}

.services-categories li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #0C225E;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.services-categories li.active a:after,
.services-categories li:hover a:after {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*=== Brochures Box ===*/

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

.brochures-box .inner {
    position: relative;
    background-color: #fcfcfc;
    border: 10px solid #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    padding: 25px 20px 20px;
}

.brochures-box h4 {
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

.brochures-box .text {
    font-size: 15px;
    line-height: 23px;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.brochures-box .theme-btn {
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 20px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.brochures-box .theme-btn i {
    margin-right: 3px;
}

/*Help Box*/

.help-box {
    position: relative;
    background-size: cover;
    padding: 30px 20px;
    background-color: #fcfcfc;
    border: 10px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .10);
}

.help-box>span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #222222;
    margin-bottom: 10px;
}

.help-box h4 {
    position: relative;
    color: #222222;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.help-box p {
    position: relative;
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.help-box .theme-btn {
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 700;
}
.bttn-read a {
    background: #0CB8B6;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #0CB8B6;
    transition: all 0.3s ease-in;
    margin-right: 0;
}

.bttn-read a:hover {
    background: transparent;
    color: #0CB8B6;
}

/* ---------------  Video --------------------- */

.banner-page .img-page-banner {
    position: relative;
    height: 250px;
}

.banner-page .img-page-banner::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0c283c;
    background: linear-gradient(90deg,rgb(12 40 60 / 70%) 0%, rgb(0 204 170 / 66%) 50%, rgb(12 40 60 / 70%) 100%);
    z-index: 1;
}

.banner-page .img-page-banner .img-fluid {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.banner-page .contant-main-page {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px;
    background: rgb(0 0 0 / 74%);
}

.banner-page .contant-main-page h3 {
    display: block;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.banner-page .contant-main-page h3:after {
    content: " ";
    background: #fff;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    display: block;
    transform: translateX(0);
    transform-origin: left;
    animation: line 0.8s ease-in-out alternate infinite;
}

@keyframes line {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.banner-page .contant-main-page p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.banner-page .contant-main-page p span a {
    color: #fff;
}

.banner-page .contant-main-page p span {
    margin: 10px;
}

.banner-page .contant-main-page p span a:hover {
    color: #021C66;
}

/* ------------------video section-------------------- */
.page-section {
    padding: 50px 0;
}

.health-gallery-home {
    width: 100%;
    padding: 5px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.health-gallery-home .img-box {
    width: 100%;
    height: 200px;
    position: relative;
}

.health-gallery-home .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
}

.health-gallery-home .img-box .video-plyBtn {
    position: absolute;
    right: 15px;
    bottom: -25px;
    background: #0CB8B6;
    z-index: 9;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.health-gallery-home .img-box a i {
    border-radius: 100px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.health-gallery-home .text-health {
    padding: 20px 10px;
    width: 100%;
}

.health-gallery-home .text-health h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ff0012;
    margin-bottom: 10px;
}

.health-gallery-home .text-health h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.health-gallery-home .text-health p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    padding: 10px 0;
    margin: 0;
}

.health-gallery-home .img-box .date-artical {
    position: absolute;
    width: 85px;
    height: 80px;
    background:#000000;
    right: 15px;
    bottom: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
}

.health-gallery-home .img-box .date-artical span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.health-gallery-home .img-box .date-artical hr {
    width: 80%;
    margin: 4px 0;
    background: #fff;
    opacity: 1;
}

.health-gallery-home .footer-health {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    border-top: 1px solid #DBDBDB;
    width: 100%;
}

.health-gallery-home .footer-health p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #949494;
}

.health-gallery-home .footer-health a {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #949494;
    transition: all 0.3s ease-in;
}
.health-gallery-home .footer-health a:hover{
    color: #000000;
}
.health-gallery-home .footer-health a i {
    margin-left: 5px;
}
/* ------------------Images section--------------------- */

.portfolio-block {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.portfolio-block .image-box .image {
    margin-bottom: 0;
    height: 350px;
}

.portfolio-block .image-box .image img {
    display: block;
    width: 100%;
    transition: all 200ms ease;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.portfolio-block .image-box:hover .image img {
    transform: scale(1.2);
}
.gallery-layout2 .gallery-img{
    margin-bottom: 0 !important;
}
.portfolio-block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.portfolio-block .overlay .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: -1;
    flex-direction: column;
    padding: 10px 15px;
    transition: all 200ms ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.portfolio-block .image-box:hover .overlay .title-box {
    bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.portfolio-block .overlay .title-box:before {
    background-color: #000000;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .90;
    color: #ffffff;
    z-index: -1;
}

.portfolio-block .overlay .icon-box {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #0c225e;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    opacity: 0;
    text-align: center;
    transform: translateY(-25px) scale(0);
    transition: all 200ms ease;
}

.portfolio-block .image-box:hover .overlay .icon-box {
    opacity: 1;
    transform: translateY(-5px) scale(1);
}
.portfolio-block .overlay h5 {
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
}
.gallery-layout2 .gallery-img .popup-gallery-item{
    opacity: 0;
    color: #000000;
}
.gallery-layout2 .image-box:hover .gallery-img .popup-gallery-item{
    opacity: 1;
}
/* -------------------- blog ------------------- */
.blogs {
    padding: 50px 0;
}

/*-------------------- about-page --------------------*/
.about-doctor{
    padding: 80px 0;
}
/* .about-doctor .images-doctor{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;

}
.about-doctor .images-doctor img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
} */

.about-doctor-details {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.about-doctor-details .img-about {
    width: 100%;
    height: 100%;
}

.about-doctor-details .img-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.about-doctor-details .details-doctor {
    padding: 20px 50px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0C225E;
}

.about-doctor-details .details-doctor h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    margin-bottom: 15px;
}

.about-doctor-details .details-doctor h4 span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.about-doctor-details .details-doctor p {
    color: #ff8a00;
    font-weight: 600;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.about-doctor .doctor-info .meet-doctor{
    font-size: 16px;
    font-weight: 600;
    color: #0CB8B6;
    line-height: 30px;

}
.about-doctor .doctor-info h3{
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 6px;
}
.about-doctor .doctor-info h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.about-doctor .doctor-info h6{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}
.about-doctor .doctor-info p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3b3b3b;
    margin-bottom:15px;
}
.about-doctor .doctor-info p strong{
    color: #000;
}
.about-doctor .doctor-info .btn-page{
    background: #0C225E;
    border-radius: 6px;
    color: #fff;
    margin-top: 10px;
    border: 1px solid #0c225e;
}
.about-doctor .doctor-info .btn-page:hover{
    background-color: #fff;
    color: #0c225e;
}


/* ------------------- qualification ------------------- */

.qualification-section{
 padding: 80px 0;
}
.qualification-section .inner-box{
    display: flex;
    justify-content: start;
    align-items: flex-start;
}
.qualification-section .inner-box{
    padding: 30px 22px;
    border-radius: 9px;
}
.qualification-section .inner-box .left-sidebar{
    width:25%;
}
.qualification-section .inner-box .left-sidebar ul{
    display: flex;
    flex-direction: column;
    border: 0;
}
.qualification-section .inner-box .left-sidebar ul li{
    margin-bottom: 15px;
}
.qualification-section .inner-box .left-sidebar ul li a{
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    display: block;
    text-align: center;
    color: #0c225e;
    border: 1px solid #0C225E;
    transition: all 0.3s ease-in-out;
}
.qualification-section .inner-box .left-sidebar ul li a.active, .qualification-section .inner-box .left-sidebar ul li a:hover {
    background: #0C225E;
    color: #fff;
}
.qualification-section .inner-box .right-sidebox{
    width: 80%;
    margin-left: 30px;
    padding: 15px 30px;
    border: 1px solid rgb(192 192 192 / 67%);
    border-radius: 15px;
}
.qualification-section .inner-box .right-sidebox .content-qualification ul li{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.qualification-section .inner-box .right-sidebox .content-qualification ul li::before{
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-right: 10px;
    color: #0c225e;
    position: absolute;
    left: 0;
    top: 0;
}
.client-review{
    text-align: center;
    margin-top: 30px;
    display: block;
}
.client-review a{
    background: #FFFFFF;
    border: 0.496602px solid #17CBD7;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
    border: 3px;
    padding: 15px 12px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    border-radius: 10px;
}
/* ------------------- own-medical -------------------- */

.own-medical{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.own-medical .overlayer{
    /* background: url(/images/own-medical-overlayer.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
    padding: 66px 118px;
    text-align: center;
    background-color: rgb(3 85 122 / 80%);
}
.own-medical .overlayer .medical-inner-box h3{
    font-weight: 800;
    font-size: 35px;
    line-height: 44px;

    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.own-medical .overlayer .medical-inner-box p{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.own-medical .overlayer .btn-page{
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 23px;
}
.own-medical .overlayer .btn-page.call-us{
    width: 200px;
    padding: 15px 25px;
    font-size: 20px;
}
.own-medical .overlayer .btn-page:hover{
    background-color: #fff;
    color: #00717A;
}
.own-medical .overlayer
/* --------------------- banner Page ------------------------ */

.banner-page{
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner-page .overlayer{
    background: rgba(26, 131, 138, 0.81);
    /* filter: blur(233px); */
    padding: 60px 118px;
    position: relative;
}
.banner-page .overlayer .container-box{
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    width: calc(70% - 10%);
}
.banner-page .overlayer .slide-book-appointment{
    padding: 0 25px;
}
.banner-page .overlayer .slide-book-appointment .inner-box form {
    padding: 20px 20px;
}
.banner-page .overlayer .slide-book-appointment .inner-box form input, .banner-page .overlayer.slide-book-appointment .inner-box form textarea{
    margin-bottom: 0;
    padding: 10px 12px;
}
.banner-page .overlayer .container-box .inner-box{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;

}
.banner-page .overlayer .container-box .inner-box .img-doctor{
    margin-right: 20px;
}
.banner-page .overlayer .container-box .inner-box .img-doctor img{
width: 150px;
height: 150px;
border-radius: 100px;
overflow: hidden;
}
.banner-page .overlayer .container-box .inner-box .name-doctor h4{
    font-weight: 800;
    font-size: 55px;
    line-height: 110.5%;

    color: #FFFFFF;
    margin-bottom: 6px;
}
.banner-page .overlayer .container-box .inner-box .name-doctor h6{
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;

    color: #FFFFFF;
    margin-bottom: 6px;
}
.banner-page .overlayer .container-box .text{
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}
.banner-page .overlayer .container-box .service-list ul{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 23px;
}
.banner-page .overlayer .container-box .service-list ul li{
    margin-right:48px;
    text-align: center;
}
.banner-page .overlayer .container-box .service-list ul li .icon{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 15px;
}
.banner-page .overlayer .container-box .service-list ul li h6{
    font-weight: 400;
    font-size: 14.6061px;
    line-height: 18px;

    color: #FFFFFF;
}
.features-list{
    width: 100%;
    margin-bottom: 25px;
}
.features-list ul{
    display: flex;
    justify-content:start;
    align-items: flex-start;
    width: 100%;
}
.features-list ul li {
    text-align: center;
    margin-right: 50px;
}
.features-list ul li .icon{
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: #fff;
    padding: 15px;
    display: inline-block;
    margin: auto;
}
.features-list ul li .icon img{
    width: 100%;
}
.features-list ul li h5{
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
/* ---------------faq ------------ */

.accordion-item.container-faq {
    margin: 12px 0;
    box-shadow: 0px 0px 2px 1px #0C225E;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
}
.container-faq .question {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #0C225E;
}
.container-faq .question .accordion-button {
    font-size: 20px;
    color: #0C225E;
    font-weight: 600;
}
.container-faq .answer p {
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 25px;
}

.container-faq .question .accordion-button:not(.collapsed) {
    color: #0C225E;
    background: #fff;
    border-bottom: 1px solid rgb(190, 190, 190);
}

.container-faq .question .accordion-button:focus {
    box-shadow: none;
}
.contact-form-faq{
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(50 50 71 / 8%), 0px 0px 15px rgb(50 50 71 / 15%);
    width: 100%;
}
.contact-form-faq .heading-form{
    text-align: start;
    background: #000000;
    padding: 20px 15px;
}
.contact-form-faq .heading-form h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 0;
}
.contact-form-faq .heading-form p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.contact-form-faq form{
    padding: 20px 15px;
}
.contact-form-faq form input, .contact-form-faq form textarea{
    border: 1px solid #EAF4F4;
    background: #EAF4F4;
    font-size: 14px;
    color: #679BA6;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0;
    height: auto;
}
.contact-form-faq button{
    width: auto;
    margin: 10px auto;
    display: block;
    padding: 10px 40px;
    font-size: 16px;
    box-shadow: none;
    background: #000000;
    color: #fff;
    font-weight: 700;
    border: 1px solid #000000;
    transition: all 0.3s ease-in;
    border-radius: 10px;
}
.contact-form-faq button:hover{
    background-color: transparent;
    color: #000000;
}

/* ----------------- Contact Page ------------------- */
.general-phsician.owl-carousel .owl-item img{
    width: auto;
    margin: auto;
}


.best-physician-contact {
    background-color: #F4F4F4;
    padding: 74px 0;
}

.best-physician-contact hr {
    height: 0.5;
    background-color: #000;
}

.best-physician-contact .title-choose {
    padding-bottom: 10px;
}

.best-physician-contact .title-choose h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;

    text-transform: capitalize;
    color: #000000;
    margin-bottom: 12px;
}

.best-physician-contact .title-choose p {
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #000000;
}
.doctor-profile-section{
    background-color: #fff;
    margin: 50px 0;
    padding: 40px 0;
}
.doctor-profile-section .doctor-profile-heading h3{
    font-weight: 800;
    font-size: 35px;
    line-height: 44px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}
.doctor-profile-section .doctor-profile-heading h3:after{
    content: " ";
    display: block;
    background-color: #17CBD7;
    width: 100px;
    height: 4px;
    margin-top: 10px;
}
.doctor-profile-section .doctor-profile-heading p{
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 25px;
}
.what-does-section{
    background: #F8F8F8;
    padding: 40px 0;
}
.what-does-section .what-does-inner h3{
    font-weight: 800;
    font-size: 35px;
    line-height: 27px;

    color: #000000;
    margin-bottom: 25px;
}
.what-does-section .what-does-inner p{
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.what-does-section .what-does-inner ul{
    column-count: 2;
    margin-top: 25px;
}
.what-does-section .what-does-inner li{
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 25px;
    display:flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}
.what-does-section .what-does-inner li::before{
    content: "\f111";
    display: inline-block;
    color: #021C66;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    margin-right: 10px;
}
.physician-image{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 2.10374px 10px 0px rgb(158 158 158 / 22%);
}
.doctor-profile-box .header{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 25px;
}
.doctor-profile-box .header .icon-doctor::before{
    content: unset;
}
.doctor-profile-box .header .icon-doctor img{
width: 150px;
height: 150px;
border-radius: 100%;
overflow: hidden;
object-position: top;
}

.doctor-profile-box .header .inner-text {
    margin-left: 15px;
    width: calc(100% - 150px);
}
.doctor-profile-box .header .inner-text h3{
    font-weight: 800;
    font-size: 38.9104px;
    line-height: 110.5%;
    color: #0c225e;
    margin-bottom: 5px;
}
.doctor-profile-box .header .inner-text h6{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
}
.doctor-profile-box .middle-text p{
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.doctor-profile-box .middle-text {
    margin-bottom: 20px;
}
.list-footer ul{
    column-count: 2;
}
 .list-footer ul li{
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    display:flex;
    justify-content: start;
    align-items: center;
}
.list-footer ul li::before{
    content: "\f111";
    display: inline-block;
    color: #021C66;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    margin-right: 10px;
}
.list-footer ul.asthma-list li {
    background: rgb(12 34 94 / 10%);
    padding: 10px 10px;
}
/*------------ form ---------------*/
.contact-main-form{
    padding: 80px 80px;
}
.contact-main-form .outer-box-contact h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #0C225E;
    margin-bottom: 20px;
}
.contact-main-form .outer-box-contact{
    background: #FFFFFF;
    box-shadow: 0px 2.10374px 7.36308px 2.10374px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 30px 30px 48px;
}
.contact-main-form .outer-box-contact form .form-control{
    background: #FFFFFF;
    border: 0.81723px solid #DBDBDB;
    border-radius: 5px;
    margin: 0;
    height: auto;
    padding: 15px 15px;
}
.contact-main-form .outer-box-contact form .form-control::placeholder{
    font-size: 16px;
    font-weight: 600;
}
.contact-main-form .outer-box-contact form .form-control:focus{
    box-shadow: none;
}
.contact-main-form .outer-box-contact form button{
    background: #000000;
    border-radius: 69px;
    padding: 14px 15px;
    font-weight: 600;
    font-size: 16.3446px;
    line-height: 14px;
    color: #FFFFFF;
    border: 1px solid #00717A;
    width: 180px;
    text-align: center;
    transition: all 0.5s ease-in;
    margin-top: 10px;
}
.contact-main-form .outer-box-contact form button:hover{
    background-color: transparent;
    color: #000000;
}
.contact-main-form .outer-box-contact form button i{
    display: inline-block;
    transform: translateX(0);
    transition: all 0.5s ease-in;
    color: #FFFFFF;
}
.contact-main-form .outer-box-contact form button:hover i{
    transform: translateX(10px);
    color: #000000;
}
.contact-main-form .getin-touch{
    padding-left: 30px;
}
.contact-main-form .getin-touch h6{
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;

    color: #ff0012;
    margin-bottom: 10px;
}
.contact-main-form .getin-touch h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;

    color: #000000;
    margin-bottom: 12px;
}
.contact-main-form .getin-touch p{
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #3b3b3b;
    margin-bottom: 18px;
}
.contact-main-form .getin-touch ul li{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;

    color: #000000;
}
.contact-main-form .getin-touch ul li span i{
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}
.contact-main-form .getin-touch ul li a{
    display: inline-block;
    transition: all 0.3s ease-in;
}
.contact-main-form .getin-touch ul li a:hover{
    color: #021C66;
}
.contact-main-form .getin-touch ul li a.text{
    font-weight: 600;
    color:#515151;
}
.contact-main-form .getin-touch ul li a.text strong{
    font-weight: 700;
    color: #000;
}
.contact-main-form .getin-touch .timing{
    margin-top: 15px;
}
.contact-main-form .getin-touch .timing h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 15px;
}
.contact-main-form .getin-touch .timing .Hospital-timeing h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #00717a;
    margin-bottom: 15px;
}
.contact-main-form .getin-touch .timing .Hospital-timeing:first-child{
    margin-right:15px;
    border-right:3px solid #00717a;
    padding-right:15px
}
/* ----------------------- modal-appointment ------------------------------ */

.modal-appointment .modal-dialog{
    border-radius: 30px;
    overflow: hidden;
    max-width: 550px;
}
.modal-appointment .slide-book-appointment{
    padding:20px 20px;
}

.modal-appointment .modal-title{
    font-weight: 800;
    font-size: 30px;
    line-height: 44px;
    text-transform: capitalize;
    color: #021C66;
    padding: 0 15px;
}
.modal-appointment .slide-book-appointment .inner-box form{
    padding: 0;
}
.modal-appointment .slide-book-appointment .inner-box form input, .modal-appointment .slide-book-appointment .inner-box form textarea{
    width: 100%;
    padding: 15px 12px;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    background: #030a1d14;
    border-radius: 4px;
    margin-bottom: 0;
    outline: none;
}
.modal-appointment .slide-book-appointment .inner-box form input::placeholder, .modal-appointment .slide-book-appointment .inner-box form textarea::placeholder{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #6D6D6D;
}
.modal-appointment .slide-book-appointment .inner-box form input[type="submit"] {
    width: auto;
    background: #00717A;
    border-radius: 8px;
    margin: auto;
    display: block;
    padding: 18px 70px;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    border: 1px solid #00717A;
}
.Specialist-Doctor-outer .timing-appointment h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 15px;
}
.Specialist-Doctor-outer .timing-appointment .appointment-Clinic h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #00717a;
    margin-bottom: 15px;
}
.Specialist-Doctor-outer .timing-appointment .appointment-Clinic:first-child{
    margin-right: 15px;
    border-right: 3px solid #00717a;
    padding-right: 15px;
}
.Specialist-Doctor-outer .timing-appointment .appointment-Clinic ul li{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.faq-homepage {
    align-items: center;

    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: stretch;
}

.faq-homepage li {
    flex: 1 0 0%;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

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

.faq-homepage li .list-faqs h5 {
    color: #0c225e;
}

.faq-homepage li:hover .list-faqs {
    background-color: #0c225e;
}

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

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

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

.faq-homepage .list-faqs h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
}
.faq-heading h4{
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: #000;
    margin-bottom: 5px;
}
.patient-review {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    background:#fff;
    padding:0;
}
.patient-review h5{
    font-size: 18px;
    margin:auto 10px;
    color: #000;
}
.patient-review  ul{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right:10px
}
.patient-review  ul li i{
    margin-right:5px;
    color:#fba92d;
    font-size:14px;
}
.patient-review p a{
    color:#000;
    font-size:14px;
}

/* ---------------------------- */
.share {
    position: fixed;
    right: 25px;
    bottom: 90px;
    z-index: 9999;
}
.share__button .close-icon {
    display: none;
}

.share__toggle:checked~.share__button .share-icon {
    display: none;
}

.share__toggle:checked~.share__button .close-icon {
    display: block;
}

.share__toggle:checked~.share__icon--whatsapp {
    transform: translateX(-55px) rotate(0);
}

.share__toggle:checked~.share__icon--callus {
    transform: translateX(-110px) rotate(0);
}
.share__button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #17cbd7;
    background-color: #0f1831;
    border-radius: 50px;
    border: 2px solid #17cbd7;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 25px;
}

.share__icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transform: translateX(0) rotate(180deg);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.share__icon--whatsapp {
    background-color: #128C7E;
    color: #fff !important;
    font-size: 25px;
}

.share__icon--callus {
    background-color: #252525;
    color: #fff !important;
    font-size: 20px;
}


/* ----------- changes-13-07-2022 ----------- */
.consulting-box{
    border-radius: 5px;
    background: #ddd;
    overflow: hidden;
}
.consulting-box .consulting-title{
    display: flex;
    height: 100%;
    background: #00717a;
}
.consulting-box .consulting-title h4{
    writing-mode: tb-rl;
    margin: auto;
    text-align: center;
    color: #ffff;
    font-size: 26px;
    transform: rotate(180deg);
}
.consulting-address{
    margin: 10px 0;
}
.Specialist-Doctor-outer .consulting-address h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0c225e;
    margin-bottom: 10px;
}
.Specialist-Doctor-outer .consulting-address ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.Specialist-Doctor-outer .consulting-address ul li span {
    margin-right: 15px;
}
.Specialist-Doctor-outer .consulting-address ul li span i {
    color: #17CBD7;
    font-size: 14px;
}
.Specialist-Doctor-outer .consulting-address  ul li a {
    color: #000;
}
.clinic-timeing{
    border-radius: 5px;
    background: #ddd;
    overflow: hidden;
    padding-right: 10px;
}
.clinic-timeing .heading-clinic{
    display: flex;
    height: 100%;
    background: #00717a;
    padding: 15px 0;
}
.clinic-timeing .heading-clinic h4{
    writing-mode: tb-rl;
    margin: auto;
    text-align: center;
    color: #ffff;
    font-size: 16px;
    transform: rotate(180deg);
}
.clinic-timeing .box-clinic-timeing{
    display: flex;
    justify-content: start;
    align-items: center;
    background: #00717a;
    padding: 10px 10px;
    margin: 10px 10px 10px 0;
    border-radius: 10px;
}
.clinic-timeing .box-clinic-timeing h4{
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
    font-weight: 600;
}
.clinic-timeing .box-inner-timeing{
    background: #fff;
    border-radius: 5px;
    flex: 1 0 0%;
    margin: 0 10px;
    text-align: center;
}
.clinic-timeing .box-inner-timeing p{
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 5px;
}
.doctor-porfile-contact{
    padding: 20px;
    background-color: #F4F4F4;
    border-radius: 10px;
}


/*---------- marketing page css -------------*/

.doctor-details{
    text-align: center;
    background: #fff;
    padding: 40px 15px;
    border-radius: 10px;
    height: 100%;
}
.doctor-details .icon img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 15px;
}
.doctor-details .dr-details h5{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #000;

}
.doctor-details .dr-details p{
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #025d64;
    margin: 0;
}
.doctor-details .btn-page{
    background-color: #fff;
    color: #025D64;
    margin-top: 15px;
    border: 1px solid #025d64;
}
.Associate{
    background: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    width: 160px;
    height: 160px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .Associate img{
      width: 70px;
  }
.Associate p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.bg-bnaner{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-bnaner .overlayer{
    width: 100%;
    height: 100%;
    background: rgb(0 113 122 / 90%);
    padding: 50px 0;
}

.section-marketing-page{
    padding: 80px 0;
}
.section-marketing-page .service-image{
    width: 100%;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 25%);
}
.section-marketing-page .service-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-marketing-page .asthma-image{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}
.section-marketing-page .asthma-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-marketing-page .content-details h3{
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #161616;
    margin-bottom: 20px;
}
.section-marketing-page .content-details p{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    margin-bottom: 15px;
}
.section-marketing-page .content-details ul{
    column-count: 2;
    margin: 20px 0;
    text-align: left;
}
.section-marketing-page .content-details ul li{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    background: rgb(12 34 94 / 10%);
    padding: 12px 20px;
    border-radius: 5px;
}
.section-marketing-page .content-details ul  li::before {
    content: "\f111";
    display: inline-block;
    color: #021C66;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    margin-right: 10px;
}
.section-marketing-page blockquote{
    position: relative;
    border-left: 5px solid #0c225e;
    background-color: rgb(0 0 0 / 3%);
    font-size: 16px;
    line-height: 1.8em;
    padding: 25px 40px;
    margin: 35px 30px 35px;
    border-radius: 0 10px 10px 0;
}
.section-marketing-page blockquote h6{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 12px;
    color: #0c225e;
}
.section-marketing-page blockquote p{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    margin: 0;
}
.section-marketing-page blockquote::before {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 50px;
    line-height: 1em;
    content: "\f10d";
    color: #dddddd;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: .30;
}
.swasthya-clinic .item .service-image{
    height: 100%;
}
.outerbox-hospital-address {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
}

.outerbox-hospital-address .address-hospital {
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;

}
.outerbox-hospital-address .address-hospital:last-child {
    margin: 0;
}
.address-hospital .img-hospital{
    width: 40%;
}
.address-hospital .img-hospital img{

}
.address-hospital .inner-text{
    padding: 10px;
    width: 60%;
}
.address-hospital .inner-text h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.address-hospital .inner-text h6 {
    color: #00717a;
    font-size: 14px;
    font-weight: 600;
}
.address-hospital .inner-text ul{
    margin-top: 10px;
    text-align: start;
}
.address-hospital .inner-text ul li{
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.address-hospital .inner-text ul li a{
    color: inherit;
}
.address-hospital .inner-text ul li:last-child{
    margin: 0;
}
.address-hospital .inner-text ul li i{
    color: #00717a;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
/* ----------- asthma-specialist-in-jaipur ---------------- */
.asthma-section .asthma-banner{
    width: 100%;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.asthma-section .asthma-banner .content-asthma-treatment {
    background: #2bb9bc;
    border-radius: 15px;
    padding: 15px;
}
.asthma-section .asthma-banner .content-asthma-treatment>div img{
    width: 120px;
    height: 120px;
    border-radius: 100px;
}
.asthma-section .asthma-banner .content-asthma-treatment>div .info-test{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 0 25px;
}
.asthma-section .asthma-banner .content-asthma-treatment>div .info-test h4{
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0C225E;
}
.asthma-section .asthma-banner .content-asthma-treatment>div .info-test h3{
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.asthma-section .asthma-banner .content-asthma-treatment>div .info-test h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
.asthma-section .asthma-banner .content-asthma-treatment p{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    padding: 15px 0;
}
.asthma-section .asthma-banner .content-asthma-treatment .why-choose-swasthya h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.asthma-section .asthma-banner .content-asthma-treatment .why-choose-swasthya ul li{
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.asthma-section .asthma-banner .content-asthma-treatment .why-choose-swasthya ul li::before{
    content: "\f192";
    display: inline-block;
    color: #021C66;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    margin-right: 10px;
}
.Medical-Facilities-section {
    background-color:rgb(12 184 182 / 48%);
    padding: 30px 0;
    margin: 48px 0;
    display: inline-block;
    width: 100%;
}
.Medical-Facilities-section .sub-heading h3{
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: #000;
    margin-bottom: 15px;
}
.Medical-Facilities-points ul {
    column-count: 2;
}

.Medical-Facilities-points ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    color: #000;
}
.Medical-Facilities-points ul li::before {
    content: "\f138";
    font-size: 18px;
    color: #0C225E;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 8px;
}
.general-physician-outer span{
    color: #ff0012;
}
.pagination.cstm-pagination{
    margin-top: 25px;
}
.pagination.cstm-pagination li a:hover, .pagination.cstm-pagination li a.current{
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.pagination.cstm-pagination>.active>a{
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.pagination.cstm-pagination li a {
    color: #ff0012;
}
#scrollTopBtn{
    background-color: #000000;
    border: 1px solid #fff;
}