/*

Default Style
============================*/
@import url("../font/Raleway/style.css");
:root {
    --red: #BF0311;
    --darkred: #720008;
    --orange: #EC691F;
    --black01: #111111;
    --black02: #222222;
    --black03: #333333;
    --black04: #444444;
    --black05: #555555;
    --black06: #666666;
    --subheading: #5E6271;
    --white: #ffffff;
}
html {
    font-size: 14px;
}
body {
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    color: #333;
}
.py{
    padding: 60px 0px;
    
}
.ptop{
    padding: 60px 0px 0px 0px !important;
}
a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #BF0311;
}
a:focus {
    text-decoration: none;
}
button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5
h6 {
    color: #1b2336;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
h3 {
    font-weight: 600;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
p {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.7;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.theme-btn {
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    line-height: 1.5;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    transition: 0.3s;
}
.btn-rounded {
    border-radius: 100px;
}
.btn-red {
    background-color: var(--red);
    color: #fff;
}
.btn-red:hover {
    background-color: var(--darkred);
    color: #fff;
}
.btn-orange {
    background-color: var(--orange);
    color: #fff;
}
.btn-orange:hover {
    background-color: #fff;
    color: var(--orange);
}
.btn-white {
    background-color: var(--white);
    color: var(--red);
}
.btn-white:hover {
    background-color: #d6d6d6;
    color: var(--red);
}
.text-red {
    color: var(--red);
}
.text-orange {
    color: var(--orange);
}
.form-control {
    height: 55px;
    color: #1b2336;
    border: 1px solid #ffffff;
    background-color: #e5e5e5;
    font-size: 1.1429rem;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 5px;
}
.form-control::-webkit-input-placeholder {
    color: rgba(27, 35, 54, 0.75);
}
.form-control:-ms-input-placeholder {
    color: rgba(27, 35, 54, 0.75);
}
.form-control::-ms-input-placeholder {
    color: rgba(27, 35, 54, 0.75);
}
.form-control::placeholder {
    color: rgba(27, 35, 54, 0.75);
}
.form-control:focus {
    color: #000000;
    background-color: #e5e5e5;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #333 !important;
}
.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
textarea.form-control {
    height: auto;
}
.preloader {
    display: none;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    width: 30px;
    border-radius: 100px;
    background-color: var(--black01);
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}
/* Start Heading */
.heading {
    margin-bottom: 50px;
    text-align: center;
}
.heading span.top-title {
    color: var(--orange);
    font-weight: 800;
}
.heading h1,
.heading h2,
.heading h3 {
    font-size: 2.7143rem;
    color: var(--black03);
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
}
.heading p {
    line-height: 2;
    color: var(--black01);
    text-align: center;
    font-weight: 500;
}
/* End Heading */
/* Start Navbar */
.main-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.40);
    display: inline-flex;
    z-index: 999999;
}
.main-header .logo {
    background-color: #fff;
    width: 250px;
    padding: 10px;
}
.main-header .logo a {
    display: block;
    text-align: center;
}
.main-header .logo a img {
    height: 70px;
    width: auto;
}
.main-header .left-menu {
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.main-header .left-menu .top-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FBFBFB;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    height: 50px;
}
.main-header .left-menu .top-header ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 0;
}
.main-header .left-menu .top-header ul.contact-menu {
    font-family: sans-serif;
    font-weight: 500;
}
.main-header .left-menu .top-header ul.contact-menu a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--black05);
}
.main-header .left-menu .top-header ul.contact-menu i {
    color: var(--red);
    font-weight: bold;
    font-size: 1.1429rem;
}
.main-header .left-menu .top-header ul.social-menu {
    column-gap: 5px;
}
.main-header .left-menu .top-header ul.social-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    background-color: #f2f2f2;
    color: var(--black04);
    border-radius: 100px;
    padding: 5px;
}
.main-header .left-menu .bottom-header {
    width: 100%;
    padding: 0 0 0 40px;
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.10);
    height: calc(100% - 50px);
}
.main-header .left-menu .bottom-header .navbar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.main-header .left-menu .bottom-header .navbar-menu ul {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    column-gap: 35px;
    height: 100%;
    align-items: center;
    flex-direction: row;
}



.main-header .left-menu .bottom-header .navbar-menu ul li {

    height: 100%;

    align-items: center;

    display: flex;

    position: relative;

}



.main-header .left-menu .bottom-header .navbar-menu ul li.active a {

    color: var(--red);

    font-weight: 700;

}



.main-header .left-menu .bottom-header .navbar-menu ul li a {

    display: flex;

    height: 100%;

    align-items: center;

    font-weight: 600;

    color: var(--black06);

}



.main-header .left-menu .bottom-header .navbar-menu ul li:hover a {

    color: var(--red);

}



.main-header .left-menu .bottom-header .navbar-menu ul li .sub-menu {

    border-radius: 5px;

    padding: 10px;

    transition: .3s ease-in-out;

    background: #fff;

    position: absolute;

    visibility: hidden;

    display: block;

    width: 250px;

    border: none;

    z-index: 99;

    opacity: 0;

    top: 80px;

    left: 0;

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

    border-top: 3px solid var(--red);

    row-gap: 2px;

    display: flex;

    flex-wrap: wrap;

    height: auto;



}



.main-header .left-menu .bottom-header .navbar-menu ul li .sub-menu li {

    width: 100%;

}



.main-header .left-menu .bottom-header .navbar-menu ul li .sub-menu li a {

    color: var(--black05);

    padding: 10px;

    margin: 0;

    font-size: 1rem;

    font-weight: 600;

    line-height: 1.2;

    display: block;

    position: relative;

    border-radius: 5px;

    width: 100%;

    transition: .3s ease-in-out;

}



.main-header .left-menu .bottom-header .navbar-menu ul li .sub-menu li a:hover {

    color: #fff;

    background-color: var(--red);

    transition: .3s ease-in-out;

}



.main-header .left-menu .bottom-header .navbar-menu ul li:hover a+.sub-menu {

    top: 100%;

    opacity: 1;

    margin-top: 0;

    visibility: visible;

}



.main-header .left-menu .bottom-header .navbar-menu .rightSide-btn {

    height: 100%;

    display: flex;

}



.main-header .left-menu .bottom-header .navbar-menu .rightSide-btn .slideMnnu-btn {

    background: transparent;

    font-size: 2.7143rem;

    color: var(--black05);

    padding: 0 10px;

}



.main-header .left-menu .bottom-header .navbar-menu .rightSide-btn .slideMnnu-btn:hover {

    color: #000;

}



.main-header .left-menu .bottom-header .navbar-menu .rightSide-btn .appointment-btn {

    border-radius: 0;

    box-shadow: none;

    position: relative;

    background: transparent;

    color: #fff;

    font-weight: 700;

}



.main-header .left-menu .bottom-header .navbar-menu .rightSide-btn .appointment-btn::before {

    content: "";

    left: 1.6rem;

    transform: skew(-35deg);

    position: absolute;

    top: 0;

    bottom: 0;

    right: -2rem;

    height: 100%;

    background-color: var(--red);

    z-index: -1;

    transition: 0.3s;

}



.main-header .left-menu .bottom-header .navbar-menu .rightSide-btn .appointment-btn:hover::before {

    background: var(--darkred);

}



.main-header+* {

    margin-top: 78px;

}

.navbar-menu .navigation>li.menu-item-has-children a:after {
    content: "\F229";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: var(--black06);
    margin: 3px 0px 0 5px;
}

.navbar-menu .navigation>li.menu-item-has-children .sub-menu li a:after {
    display: none;

}

/* ...............sticky header......... */

/* ..........mobile-header...... */
.mobile-header {
    display: none;
}

/* End Navbar */

/* ..................start footer.................. */

.footer-section {

    background: #fff;

    padding: 60px 0;

}



.footer-section .border-dotss {

    border-bottom: 3px dashed #BF0311;

}



.footer-section .f-social-media {

    display: flex;

    justify-content: end;

    align-items: center;

}



.footer-section .f-social-media h4 {

    font-weight: 500;

    font-size: 18px;

    line-height: 32px;

    color: #2C3145;

    margin-right: 16px;

    text-align: start;

}



.footer-section .f-social-media ul {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

}



.footer-section ul li {

    list-style: none;

}



.footer-section .f-social-media ul li a {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    background-color: #f2f2f2;
    color: var(--black04);
    border-radius: 100px;
    padding: 5px;
}



.footer-section .footer-heading {

    font-weight: 700;

    font-size: 20px;

    line-height: 35px;

    color: #000000;

    margin-bottom: 10px;

}



.footer-section .contact-info h5 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 10px;

}



.footer-section .contact-info ul {

    padding: 0px;

}



.footer-section .contact-info ul li {

    padding-left: 30px;

    position: relative;

    margin-bottom: 15px;

    list-style: none;

}



.footer-section .contact-info ul li i {

    position: absolute;

    left: 0;

    top: 0;

    color: #BF0311;

    font-size: 18px;

}



.footer-section .contact-info ul li a {

    font-size: 14px;

    color: #555;

    font-weight: 500;

}



.footer-section .contact-info ul li span {

    color: #555555;

    font-weight: 600;

    font-size: 14px;

    line-height: 30px;

}



.footer-section .Explore ul {

    column-count: 2;

}



.footer-section .Explore ul li {

    padding-left: 0px;

}



.footer-section .quick-links ul {

    padding: 0px;

}



.footer-section .quick-links ul li {

    padding-left: 0px;

    position: relative;

    margin-bottom: 15px;

    list-style: none;

}



.footer-section .quick-links ul li a {

    font-size: 14px;

    color: #555;

    font-weight: 400;

}
.footer-section .disclaimer
{
    margin-bottom: 6px;
}
.footer-section .disclaimer li img
{
    width: 30px;
    height: 30px;
}
.footer-section .disclaimer li{
    display: flex;
    align-items: center;
}
.footer-section .disclaimer li a{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #2C3145;
    margin-right: 4px;
    text-align: start;
}

.footer-bottom {

    text-align: center;

    background: #BF0311;

    padding: 12px 0;

}



.footer-bottom .copyright {

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    line-height: 24px;

}



.footer-bottom .copyright a {

    color: #000000;

    font-weight: 600;

}

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

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

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

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

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

.modal.modal-appointment .popup-header {
    background: #f4f9ff;
    text-align: center;
    padding: 10px 10px 0;
}

.modal.modal-appointment .contact-popup {
    padding: 15px;
    background: #f4f9ff;
}

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

.modal .form-appointment {
    background: #fff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 40px 25px;
    max-width: 100%;
    margin: auto;

}

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

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

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

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

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

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

.wpcf7-form-control-wrap {
    position: relative;
}

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

}

.modal.modal-appointment .form-appointment textarea {
    height: 70px;
}

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

.modal.modal-appointment .theme-btn {
    background-color: var(--red);
    color: #fff;
    border-color: transparent;
    font-weight: 600;

}

.modal.modal-appointment .stats-outerbox {
    text-align: center;
    padding: 50px 0px 6px;
}
.modal.modal-appointment .stats-outerbox ul li{
    list-style:none;
}
.modal.modal-appointment .popup-slider {
    padding: 30px 0px;
    text-align: center;
}

.modal.modal-appointment .popup-slider i {
    font-size: 50px;
    color: var(--black06);
}

.modal.modal-appointment .popup-slider h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black06);
}

.modal.modal-appointment .popup-slider p {
    color: var(--black06);
}

.modal.modal-appointment .contact-popup .contact-info li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black06);
}

.modal .contact-info li a i {
    padding-right: 10px;
    color: var(--black06);
}

.modal .logo-popup {
    width: 30%;
    margin: 20px auto 0px;
}

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

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

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

/* Start Banner */
.homeBannerSlider {
    margin-top: 110px;
}
.page-title{
    padding: 80px 0px;
    background-color: #faebd7 !important;
}
.banner-section{
    padding: 80px 0px;
    background-color: #faebd7 !important;
}
.homeBannerSlider .swiper-slide {
    flex-shrink: 0;

}



.banner-area {

    position: relative;

    background-size: cover !important;

    background-position: center center !important;

    background-repeat: no-repeat !important;

    z-index: 1;

    height: 600px;

    display: flex;

    align-items: center;

}



.banner-area .banner-content {}



.top-title {

    display: inline-flex;

    align-items: center;

    column-gap: 10px;

    font-size: 1rem;

    font-weight: 700;

    color: var(--orange);

}



.top-title span {

    display: block;

    width: 45px;

    height: 2px;

    background-color: var(--red);

}



.banner-area .banner-content .top-title {

    /* margin-bottom: 0; */

}



.banner-area .banner-content .d-flex {

    column-gap: 20px;

    align-items: center;

    margin-bottom: 20px;

}



.banner-area .banner-content .d-flex .img {

    width: 80px;

    height: 80px;

    border-radius: 100px;

    overflow: hidden;

    background: linear-gradient(180deg, #CFE2FF 0%, #C9D8EF 100%);

    border: 1px solid #ddd;

}



.banner-area .banner-content .d-flex .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.banner-area .banner-content .content {}



.banner-area .banner-content .content h2 {

    color: var(--black02);

    font-weight: 800;

    margin-bottom: 0;

    font-size: 3rem;

}



.banner-area .banner-content .content h3 {

    font-size: 1.1429rem;

    font-weight: 700;

    color: var(--black03);

    line-height: 2;

    margin-bottom: 0;

}



.banner-area .banner-content p:not(.top-title) {

    line-height: 2.2;

    color: var(--black05);

    font-weight: 500;

}



.banner-area .banner-content .service-list {

    font-weight: 700;

    margin-bottom: 25px;

    color: var(--black05);

}



.banner-area .banner-content .service-list li::before {

    color: var(--red);

}



.banner-area .banner-content .btn-group {

    display: flex;

    align-items: center;

    column-gap: 25px;

}



.banner-area .banner-content .btn-group .theme-btn {

    padding: 10px 40px;

    font-size: 1rem;

    font-weight: 600;

}



.banner-area .banner-content .btn-group .call-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    column-gap: 15px;

    font-weight: 600;

    color: #000;

    font-family: sans-serif;

}



.banner-area .banner-content .btn-group .call-btn span {

    padding: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--orange);

    border-radius: 100px;

    height: 40px;

    width: 40px;

    color: #fff;

    font-size: 1.2857rem;

}



/* End Banner */



/* Start Symptoms */

.symptoms {

    padding: 80px 0;

    background-image: url(../img/bg-img/1.jpg);

    background-color: #f9f9fb;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}



.symptoms .card {

    border: 0;

    border-radius: 10px;

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

    position: relative;

    padding: 20px 20px 20px 100px;

}



.symptoms .card .bg-img {

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    height: 100%;

    opacity: 0.5;

    z-index: 0;

    pointer-events: none;

}



.symptoms .card .bg-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.symptoms .card .icon-img {

    background: #333;

    padding: 15px;

    border-radius: 0px 20px 20px 0;

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    left: 0;

    z-index: 1;

}



.symptoms .card .icon-img img {

    width: 50px;

    height: 50px;

}



.symptoms .card .card-content {

    z-index: 1;

    position: relative;

}



.symptoms .card .card-content h3 {

    color: var(--orange);

    font-weight: 700;

    font-size: 1.2857rem;

}



.symptoms .card .card-content p {

    font-weight: 500;

    line-height: 1.8;

    color: var(--black04);

    font-size: 1rem;

}



/* End Symptoms */



/* Start Get in Touch */

.get-in-touch {

    background-image: url(../img/png/2.png);

    background-color: #111821;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 25px 0;

}



.get-in-touch .get-in-touch-list {

    --bs-gutter-x: 1.5rem;

    --bs-gutter-y: 0;

    display: flex;

    flex-wrap: wrap;

    margin-top: calc(-1 * var(--bs-gutter-y));

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

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

    align-items: center;

    margin-bottom: 0;

    padding: 0;

    list-style: none;

}



.get-in-touch .get-in-touch-list li {

    flex: 1 0 0%;

    width: 100%;

    max-width: 100%;

    border-right: 1px solid #ddd;

    padding-left: 20px;

    padding-right: 20px;

    display: flex;

    justify-content: center;

}



.get-in-touch .get-in-touch-list li:first-child {

    padding-left: 0;

}



.get-in-touch .get-in-touch-list li:last-child {

    padding-right: 0;

    border-right: 0;

}



.get-in-touch .get-in-touch-list li .listBody {

    display: inline-flex;

    align-items: center;

    column-gap: 15px;

}



.get-in-touch .get-in-touch-list li .listBody .img {

    width: 40px;

    height: 40px;

}



.get-in-touch .get-in-touch-list li .listBody .img img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.get-in-touch .get-in-touch-list li .listBody .content {

    display: grid;

    align-items: center;

    align-content: center;

    width: calc(100% - 55px);

}



.get-in-touch .get-in-touch-list li .listBody .content>span {

    color: #fff;

    font-weight: 600;

}



.get-in-touch .get-in-touch-list li .listBody .content a {

    color: #f2f2f2;

    font-size: 1rem;

    font-family: sans-serif;

}



.get-in-touch .get-in-touch-list li .listBody .content a span {

    display: inline-flex;

    align-items: center;

    column-gap: 3px;

    color: #FFD600;

}



/* End Get in Touch */



/* Start Treatment Page */

.treatment {

    padding: 80px 0;

    position: relative;

    border: 1px solid #ddd;

}



.treatment .heading {

    margin-bottom: 40px;

}



.treatment .card {

    border: 1px solid #DDD;

    /* box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.20); */

    border-radius: 10px;

    overflow: hidden;
    max-height: 400px;
    height: 380px;

}



.treatment .card .content {

    padding: 25px 20px 5px;

    text-align: center;

}



.treatment .card .content .card-heading {

    color: var(--red);

    font-weight: 800;

    margin-bottom: 10px;

    font-size: 1.2857rem;

}
.treatment .card .content a {
    color: var(--orange);
font-weight: 600;
}


.treatment .card .content p {

    color: var(--black06);
    margin-bottom: 4px;

}



.treatment .card .img {

    overflow: hidden;

    clip-path: circle(150% at 50% -100%);

    transform: rotate(180deg);

    height: 230px;

}



.treatment .card .img img {

    transform: rotate(180deg);

    height: 100%;

    width: 100%;

    object-fit: cover;

}

/* ..............treatment page............ */
.banner-btn-box .btn-row {
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid #ddd;

}

.banner-btn-box .btn-row a {
    font-size: 16px;
    font-weight: 600;
    color: var(--red);
}

.banner-btn-box .btn-row a:hover {
    color: #000;
}

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

.section-1 img {
    width: 100%;
}

/* End Treatment Page */



/* Start Doctor Profile */

.doctor-profile {

    position: relative;

    background-image: url(../img/bg-img/2.jpg);

    background-position: bottom !important;

    background-size: cover !important;

    background-repeat: no-repeat !important;

}



.doctor-profile .doctor-intro {

    padding: 80px 0 60px;

}



.doctor-profile .doctor-intro .top-doctor-name {

    display: inline-flex;

    align-items: center;

    column-gap: 45px;

    margin-bottom:30px;

}



.doctor-profile .doctor-intro .top-doctor-name .logo {

    width: 120px;

}



.doctor-profile .doctor-intro .top-doctor-name .doctor-name .top-title {

    margin-bottom: 0;

    line-height: 1.2;

}



.doctor-profile .doctor-intro .top-doctor-name .doctor-name h3 {

    margin-bottom: 0;

    font-size: 2.2857rem;

    font-weight: 800;

    color: var(--black03);

}



.doctor-profile .doctor-intro .top-doctor-name .doctor-name p:not(.top-title) {

    color: var(--red);

    font-weight: 700;

    margin-bottom: 0;

    font-size: 1.1429rem;

}



.doctor-profile .doctor-intro .text h4 {

    font-size: 1.4286rem;

    color: var(--black03);

    margin-bottom: 15px;

}



.doctor-profile .doctor-intro .text p {

    line-height: 2.2;

    color: var(--subheading);

    font-weight: 500;

}



.service-list {

    padding: 0;

    list-style: none;

    column-count: 2;

    line-height: 3;

    font-weight: 700;

    margin-bottom: 25px;

    color: var(--black05);

}



.service-list li {
    padding-left: 2rem;
    position: relative;
    line-height: 2.2;
    color: var(--subheading);
    font-weight: 500 !important;
}



.service-list li::before {

    content: "\F138";

    position: absolute;

    font-family: bootstrap-icons !important;

    font-style: normal;

    font-weight: 400 !important;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    vertical-align: -0.125em;

    -webkit-font-smoothing: antialiased;

    font-size: 1.4286rem;

    color: var(--orange);

    left: 0;

    bottom: 0;

    top: 3px;

    margin: auto;

  

}



.doctor-profile .doctor-intro .theme-btn {

    padding: 15px 35px;

    font-weight: 700;

}



.doctor-profile .doctor-intro hr {

    margin: 1.5rem 0;

    color: #949494;

}



.doctor-profile .container .row .col-lg-5 {

    align-items: flex-end;

    display: flex;

    position: relative;

}



.doctor-profile .doctor-img {

    width: 95%;


}



.doctor-profile .doctor-img img {}



.doctor-profile .doctor-img .experience {

    background: var(--orange);

    color: #fff;

    border-radius: 10px;

    padding: 10px 30px;

    margin: auto;

    position: absolute;

    right: 0;

    left: 0;

    bottom: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    column-gap: 15px;

    width: max-content;

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

}



.doctor-profile .doctor-img .experience h3 {

    font-size: 3rem;

    font-weight: 800;

    color: #fff;

}



.doctor-profile .doctor-img .experience p {

    max-width: 140px;

    font-weight: 600;

    line-height: 1.5;

}



/* End Doctor Profile */



/* Start Calling Info */

.calling-details {

    background-color: #111821;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 60px 0;

    background-image: url(../img/png/3.png);

}



.calling-details h3 {

    font-size: 2.1429rem;

    font-weight: 800;

    color: #FF833D;

    margin-bottom: 30px;

    line-height: 1.3;

}



.calling-details .contact-menu {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    list-style: none;

    width: 100%;

    margin-bottom: 30px;

    column-gap: 50px;

    padding: 0;

}



.calling-details .contact-menu li {}



.calling-details .contact-menu li a {

    display: inline-flex;

    align-items: center;

    column-gap: 15px;

    color: #fff;

    font-weight: 700;

    font-size: 1.5714rem;

}



.calling-details .contact-menu li a i {

    color: var(--orange);

}



.calling-details .btn-group {

    column-gap: 20px;

}



.calling-details .btn-group .theme-btn {

    box-shadow: none;

    font-weight: 700;

}



/* End Calling Info */



/* Start About CKS Hospital */

.about-hospital {

    padding: 100px 0;

}



.about-hospital .hospital-img {

    position: relative;

    display: inline-flex;

    align-items: flex-end;

    column-gap: 15px;

    height: 100%;

}



.about-hospital .hospital-img .safty-logo {

    position: absolute;

    width: 120px;

    height: 120px;

    background: #fff;

    border-radius: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

    border: 2px dashed #17693A;

    left: -50px;

    top: -40px;

}



.about-hospital .hospital-img .img-1 {

    width: calc(45% - 10px);

    position: relative;

    height: 85%;

}



.about-hospital .hospital-img .img-1>img {

    border-radius: 10px;

    height: 100%;

    object-fit: cover;

}



.about-hospital .hospital-img .img-2 {

    width: calc(55% - 5px);

    position: relative;

    height: 100%;

}



.about-hospital .hospital-img .img-2>img {

    border-radius: 10px;

    height: 100%;

    object-fit: cover;

}



.about-hospital .content {

    padding-left: 50px;

}



.about-hospital .content p.top-title {

    margin-bottom: 0;

}



.about-hospital .content h3 {

    font-size: 2.7143rem;

    color: var(--black03);

    font-weight: 800;

    line-height: 1.2;

    text-transform: capitalize;

    margin-bottom: 20px;

}



.about-hospital .content p:not(.top-title) {

    line-height: 2.2;
    color: var(--subheading);
    font-weight: 500;


}



.about-hospital .btn-group .text-red {

    font-size: 18px;

    font-weight: 800 !important;

}



/* End About CKS Hospital */



/* Start Procedures */

.procedures {

    background: radial-gradient(297.14% 121.72% at 0% 50%, #F2F3F6 50.52%, #DBDAE2 100%);

}



.procedures .content {

    padding: 50px 0;

}



.procedures .content ul {

    margin-bottom: 0;

}



.procedures .content h3 {

    font-size: 2.7143rem;

    color: var(--black03);

    font-weight: 800;

    line-height: 1.2;

    text-transform: capitalize;

    margin-bottom: 20px;

}



.procedures .content p:not(.top-title) {
    line-height: 2.2;
    color: var(--subheading);
    font-weight: 500;

}



.procedures .col-lg-4 {

    position: relative;

}



.procedures img {

    height: 100%;

    width: 100%;

    object-fit: contain;

    object-position: center;

    position: absolute;

    right: -50px;

    top: 0;

    bottom: 0;

}



/* End Procedures */



/* Start Fun Fact */

.fun-fact {

    margin: 80px 0;

    overflow: hidden;

}



.funFact-list {

    --bs-gutter-x: 1.5rem;

    --bs-gutter-y: 0;

    display: flex;

    flex-wrap: wrap;

    margin-top: calc(-1 * var(--bs-gutter-y));

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

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

    row-gap: 50px;

    column-gap: 50px;

    padding: 0 80px 0 0;

}



.funFact-list .list {

    flex: 0 0 auto;

    width: calc(50% - 25px);

    justify-content: center;

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    align-items: center;

    align-content: center;

}



.funFact-list .list .icon {

    border: 1px solid #DDD;

    background: #FFF;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px;

    margin-bottom: 10px;

    padding: 20px;

}



.funFact-list .list .icon img {

    width: 50px;

    height: 50px;

}



.funFact-list .list .content {

    text-align: center;

}



.funFact-list .list .content h4 {

    font-family: sans-serif;

    font-weight: 800;

    color: var(--black03);

    margin-bottom: 0;

    font-size: 1.8571rem
}



.funFact-list .list .content span {

    font-size: 0.8571rem;

    font-weight: 600;

}



.fun-fact .mid-section {

    position: relative;

}



.fun-fact .mid-section>img {

    position: absolute;

    right: -20px;

    bottom: -20px;

    z-index: 2;

    width: 50%;

}



.fun-fact .mid-section .profile-bg-img {

    padding: 35px;

}



.fun-fact .mid-section .profile-bg-img::before {

    content: "";

    width: 95%;

    height: 100%;

    background: #F2F4F5;

    position: absolute;

    margin: auto;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    border-radius: 100%;

}



.fun-fact .mid-section .profile-bg-img img {

    background: linear-gradient(180deg, #B9CAE4 0%, #C9D8EF 100%);

    border-radius: 100%;

    overflow: hidden;

    position: relative;

    z-index: 5;

}



.fun-fact .last-section {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}



.fun-fact .last-section::before {

    content: "";

    background-image: url(../img/bg-img/3.jpg);

    background-size: cover;

    background-position: right;

    background-repeat: no-repeat;

    height: 100%;

    z-index: -1;

    position: absolute;

    right: -30%;

    top: 0;

    bottom: 0;

    left: -50%;

}



.fun-fact .last-section .content {

    text-align: center;

}



.fun-fact .last-section .content img {

    width: 100px;

    margin-bottom: 20px;

}



.fun-fact .last-section .content h3 {

    font-weight: 800;

    font-size: 34px;

    margin-bottom: 0;

}



.fun-fact .last-section .content h4 {

    font-size: 16px;

    color: #5E6271;

    margin-bottom: 15px;

}



.fun-fact .last-section .content h5 {

    color: var(--red);

    margin-bottom: 20px;

    font-weight: 800;

}



.fun-fact .last-section .content .theme-btn {}



/* End Fun Fact */



/* Start Appointment Form */

.appointment {

    padding-bottom: 100px;

}



.appointment .calling-details {

    padding-bottom: 150px;

}



.appointment .calling-details h3,

.appointment .calling-details .contact-menu li a i {

    color: #fff;

}



.appointment .calling-details .contact-menu li a {

    color: #FF8C22;

}



.appointment .appointment-area {

    margin-top: -130px;

}



.appointment .appointment-area .form-Details {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    column-gap: 30px;

}



.appointment .appointment-area .form-Details .form-appointment {

    width: 31%;

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

    border-radius: 20px;

    overflow: hidden;

}



.appointment .appointment-area .form-Details .form-appointment .form-heading {

    padding: 30px 30px 40px;

    text-align: center;

    background-color: #2E343C;

}



.appointment .appointment-area .form-Details .form-appointment .form-heading h4 {

    color: #fff;

    font-size: 26px;

    margin-bottom: 5px;

}



.appointment .appointment-area .form-Details .form-appointment .form-heading p {

    color: #FF8C22;

    font-weight: 600;

}



.appointment .appointment-area .form-Details .form-appointment .appointment-form {

    padding: 20px;

    background-color: #fff;

}



.appointment .appointment-area .form-Details .map-details {

    width: calc(69% - 30px);

    border: 5px solid #fff;

    background-color: #FAFAFA;

    border-radius: 20px;

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

}



.appointment .appointment-area .form-Details .map-details iframe {

    width: 100%;

    height: 290px;
    border-radius: 20px;

}



.appointment .appointment-area .form-Details .map-details .work-shedule .sub-heading span {

    font-weight: 800;

    color: var(--orange);

}



.appointment .appointment-area .form-Details .map-details .work-shedule .sub-heading h5 {

    font-size: 26px;

    font-weight: 800;

}



.appointment .appointment-area .form-Details .map-details .work-shedule {

    padding: 20px 20px 10px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    flex-wrap: wrap;

}



.appointment .appointment-area .form-Details .map-details .work-shedule .time-date {

    width: 60%;

}



.appointment .appointment-area .form-Details .map-details .work-shedule ul {

    list-style: none;

    padding: 0;

    margin-bottom: 0;

}



.appointment .appointment-area .form-Details .map-details .work-shedule li {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 10px;

    background: #FEF0E9;

    border-radius: 5px;

    padding: 10px 20px;

}



.appointment .appointment-area .form-Details .map-details .work-shedule li:last-child {

    margin-bottom: 0;

}



.appointment .appointment-area .form-Details .map-details .work-shedule li span {

    font-weight: 700;

    font-size: 14px;

    line-height: 24px;

    color: var(--black02);

}



.appointment-area .form-appointment form label {

    font-weight: 600;

    font-size: 12px;

    line-height: 30px;

    color: #1B2336;

}



.appointment-area .form-appointment form .input-group {

    border: 0;

    border-radius: 5px;

    position: relative;

    display: block;

}



.appointment-area .form-appointment form .input-group-text {

    background: transparent;

    border: 0;

    position: absolute;

    z-index: 99;

    left: 0;

    top: 0;

    bottom: 0;

    height: 45px;

    color: var(--red);

    font-size: 18px;

}



.appointment-area .form-appointment form .form-control {

    width: 100%;

    background: #F8FAFB;

    font-weight: 500;

    font-size: 14px;

    line-height: 24px;

    color: #333;

    height: 45px;

    border: 1px solid #ddd;

    padding: 10px 10px 10px 45px;

    margin: 0 !important;

    border-radius: 0.35rem !important;

}



.appointment-area .form-appointment form .theme-btn.btn-red {

    padding: 12px 15px;

    width: 100%;

    border: 0;

}



/* Start Appointment Form */



/* Start Testimonial */
.swiper-pagination-lock {
    display: block;
}
.testimonials {

    background: url(../img/bg-img/4.jpg);

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover;

    padding: 70px 0;

}



.testimonials .btn-group {

    column-gap: 15px;

}



.googleViewbtn {

    display: inline-flex;

    column-gap: 10px;

    background-color: #fff;

    padding: 10px 25px;

    font-size: 14px;

    font-weight: 700;

    color: #5E6271;

    border: 1px solid #DDDDDD;

    margin: auto;

    align-self: center;

    align-items: center;

    justify-content: center;

    align-content: center;

    line-height: 1.5;

    border-radius: 5px;

}



.googleViewbtn img {

    width: 20px;

}



.googleViewbtn:hover {

    background-color: var(--darkred);

    color: #fff;

}



.countGoogle {

    border-radius: 6px;

    padding: 7px 15px;

    background: #fff;

    border: 1px solid #DDDDDD;

    display: inline-flex;

    align-items: center;

}



.countGoogle img {

    height: 26px;

    margin-right: 10px;

}



.testimonials .countGoogle h4 {

    padding-left: 10px;

    border-left: 1px solid #ddd;

    color: #333;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 0;

}



.testimonial-card {

    margin: 20px;

}



.testimonial-items {

    background: #fff;

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

    border-radius: 10px;

    padding: 30px 20px;

    position: relative;

}



.testimonial-items h3 {

    color: #133240;

    font-size: 20px;

    line-height: 35px;

    font-weight: 700;

}



.testimonial-items ul {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 6px;

    list-style: none;

    padding: 0;

    margin: 0;

}



.testimonial-items ul li i {

    font-size: 18px;

    color: #D9D9D9;

}



.testimonial-items ul li i.bi-star-fill {

    color: #FBB204;

}



.testimonial-items .rating {

    background: #fff;

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

    padding: 5px 20px;

    position: absolute;

    right: 30px;

    top: -20px;

    border-radius: 100px;

}



.testimonial-items .rating {}



.testimonials .testimonial-carousel .swiper-pagination {

    position: unset;

    margin: 10px auto 30px;

}



/* End Testimonial */

/* Start Video */





.video-section {

    position: relative;

    padding: 60px 0;

}



.video-section .card-video {

    background: #fff;

    border: 1px solid #fff;

    border-radius: 10px;

    height: 100%;

    overflow: hidden;

    padding: 10px;

    box-shadow: 0px 4px 10px 0px rgba(149, 157, 165, 0.2);





}



.video-section .card-video .videoThumb {

    display: block;

    position: relative;

    height: 180px;

    overflow: hidden;

}



.video-section .heading {

    margin-bottom: 0px;

}



.video-section .card-video .videoThumb a {

    position: relative;

    display: block;

    height: 100%;

    width: 100%;

}



.video-section .card-video .videoThumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 10px;

}



.video-section .card-video .videoThumb a i {

    font-size: 30px;

    position: absolute;

    right: 0;

    left: 0;

    top: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    z-index: 9;

    width: 50px;

    height: 50px;

    border-radius: 100px;

    border: 2px solid #fff;

    margin: auto;

    transform: scale(1);

    transition: .5s;

}



.video-section .card-video .content-card {

    padding: 15px 10px 10px;

}



.video-section .videoThumb:hover .overlayer {

    opacity: 1;

    transform: scale(1);

}



.video-section .videoThumb .overlayer {

    width: 100%;

    height: 100%;

    background-color: #23242442;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    opacity: 0;

    padding: 15px;

    transform: scale(.5);

    transition: all .4s ease-in-out;

}



.video-section .video-slider .swiper-pagination {

    position: unset;

    margin: 30px auto 6px;

}



/* End Video */

/* Start Image */



.imageGallery {

    padding: 60px 0;

}



.imageGallery .galleryCard {

    border-radius: 10px;
    /* box-shadow: 0 2px 16px rgba(0,0,0,.05); */

    overflow: hidden;

    height: 300px;

    position: relative;

}

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

.imageGallery .heading {

    margin-bottom: 20px;

}



.imageGallery .galleryCard:hover .overlayer {

    opacity: 1;

    transform: scale(1);

}



.imageGallery .galleryCard .overlayer {

    width: 100%;

    height: 100%;

    background-color: #23242442;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    opacity: 0;

    padding: 15px;

    transform: scale(.5);

    transition: all .4s ease-in-out;

}



.imageGallery .galleryCard .galleryName {

    display: block;

    color: #fff;

    bottom: 0;

    right: 0;

    left: 0;

    position: absolute;

    top: 0;

    z-index: 9;

}



.imageGallery .galleryCard .overlayer i {

    font-size: 30px;

    color: #fff;

    rotate: 45deg;

    margin-bottom: 10px;

}



.imageGallery .gallery-slider .swiper-pagination {

    position: unset;

    margin: 30px auto 6px;

}



.imageGallery .swiper-pagination-lock {

    display: block;

}



/* End Image */

/* Start Why Choose */

.whychoose-section {

    padding: 60px 0px;

}



.whychoose-section .whychoose-card {

    padding: 20px;

    border: 1.5px solid #ddd;

    border-radius: 5px;

    height: 100%;

    padding: 15px;

}



.whychoose-card .content p {

    line-height: 2;

    color: #555555;

    text-align: center;

    font-weight: 500;

}



.whychoose-section .whychoose-card h4 {

    font-size: 18px;

    color: #333333;

    font-weight: 700;

}



.whychoose-section .heading h2 {



    padding-bottom: 0px;

}



.whychoose-section .whychoose-card .icon {

    width: 100%;

    text-align: center;

    margin-bottom: 10px;

}



.whychoose-section .whychoose-card .icon img {

    height: 60px;

    text-align: center;

}



.whychoose-section .whychoose-card .content {

    text-align: center;

}



/* End Why Choose */

/* Start blog */

.article-blogs {

    padding: 60px 0px;

}



.article-blogs .blogs-card .body-content{
    width: 100%;
    padding: 5px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-blogs  .img-box {
    width: 100%;
    position: relative;
}

.article-blogs  .text-health {
    padding: 20px 10px;
    width: 100%;
}
.article-blogs .img-box img {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.health-gallery-home {
    width: 100%;
    padding: 5px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.health-gallery-home .img-box {
    width: 100%;
    position: relative;
}
.health-gallery-home .img-box img {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.health-gallery-home .img-box .date-artical {
    position: absolute;
    width: max-content;
    height: auto;
    padding: 6px 12px;
    background: #f58634;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px 0;
}
.health-gallery-home .img-box .date-artical span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}
.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: #f58634;
    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: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 10px 0;
    margin: 0;
}
.health-gallery-home .footer-health {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 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: var(--black05);
}
.health-gallery-home .footer-health a {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--black05);
}
.health-gallery-home .footer-health a i {
    margin-left: 5px;
}



.article-blogs .blogs-card .body-content .ft-content {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    padding: 0px 15px;

}



.article-blogs .blogs-card .body-content .ft-content h4 {

    font-weight: 600;

    font-size: 20px;

    line-height: 28px;

    text-transform: capitalize;

    color: #FFFFFF;

}



.article-blogs .blogs-card .body-content .ft-content ul {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 15px;

    padding: 0px;

}



.article-blogs .blogs-card .body-content .ft-content ul li {

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    line-height: 25px;

    list-style: none;

}



.article-blogs .blogs-card .body-content .ft-content ul li i {

    margin-right: 8px;

    vertical-align: bottom;

}



.article-blogs .blog-slider .swiper-pagination {

    position: unset;

    margin: 30px auto 6px;

}



.article-blogs .swiper-pagination-lock {

    display: block;

}



/* End blog */

/* ..........start scheme.............. */

.scheme {

    padding: 60px 0px;

    background-color: #E1EDF3;

}



.scheme .sceme-box ul {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.scheme .sceme-box ul li {

    list-style: none;

    width: 150px;

    height: 110px;

    background-color: #fff;

    border-radius: 5px;

    display: flex;

    align-items: center;

    justify-content: center;



}



/* ..............about page............ */

.doctor-section {

    background-repeat: no-repeat;

    padding: 60px 0px;

}



.doctor-section .doctor-image {

    width: 100%;

    height: 100%;

    position: relative;

    margin-left: 30px;



}



.doctor-section .doctor-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 10px;

}



.doctor-section .doctor-image .experience-card.custm-card {

    bottom: 20px;

    left: -150px;

    right: 0px;

}



.doctor-section .doctor-image .experience-card {

    width: 100%;

    max-width: 250px;

    padding: 30px 20px;

    position: absolute;

    left: -40px;

    bottom: 55px;

    right: 0;

    background: #BF0311;

    box-shadow: 0px 8px 24px rgb(149 157 165 / 20%);

    border-radius: 30px 10px;

}



.about-doctor-image {

    display: flex;

    justify-content: space-between;

}



.about-doctor-image .logo {

    margin-top: 80px;



}



.doctor-section .doctor-image .experience-card ul {

    padding-left: 0px;

    margin-bottom: 0px;

}



.doctor-section .doctor-image .experience-card ul li {

    list-style: none;

    display: flex;

    align-items: center;

    margin-bottom: 20px;

}



.doctor-section .doctor-image .experience-card ul li:last-child {

    margin-bottom: 0px;

}



.doctor-section .doctor-image .experience-card ul li i {

    padding: 10px 15px;

    background-color: #FFFFFF;

    border-radius: 50px;

    font-size: 16px;

    color: #BF0311;

}



.doctor-section .doctor-image .experience-card ul li .contact-number {

    padding-left: 14px;

}



.doctor-section .doctor-image .experience-card ul li .contact-number span {

    font-size: 12px;

    color: #fff;

}



.doctor-section .doctor-image .experience-card ul li .contact-number p {

    color: #fff;

    font-size: 16px;

    font-weight: 700;

}



.doctor-section .doctor-information ul {

    column-count: 2;
    padding: 0px;

}

.doctor-section .doctor-information ul li {
    margin-bottom: 14px;
    line-height: 2.2;
    font-weight: 500;
    color: #444444;
    margin-left: 20px;
    position: relative;
}



.doctor-section .doctor-information h5 {

    background-color: #333333;

    padding: 10px 28px;

    border-radius: 50px;

    width: 56%;

    color: #fff;

    margin: 26px 0px;



}



.doctor-section .doctor-information h3 {

    font-weight: 800;

    font-size: 34px;

    margin-bottom: 0;

}



.doctor-section .doctor-information h4 {

    font-size: 16px;

    color: #444444;

    margin-bottom: 15px;

}



.doctor-section .doctor-information .top-title {

    margin-bottom: 4px;

    color: #EC691F;

}



.doctor-section .doctor-information p {

    line-height: 2.2;

    font-weight: 500;

    color: #444444;



}



.doctor-information ul li {

    list-style: none;

}



.doctor-information ul li::before {

    content: "\F138";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: var(--orange);
    margin: 0 10px 0 0px;
    position: absolute;
    top: 8px;
    bottom: 0;
    left: -19px;
    right: 0;

}
.doctorsalah-slider{
    padding-bottom: 50px;
}
.doctorsalah-slider .swiper-pagination{
    position: relative;
    bottom: -20px;
}


/* .................about doctor content................. */

.service-section {

    padding: 60px 0px;

}



.service-section .service-tab .nav-tab {

    gap: 15px;

    align-items: stretch;

    flex-wrap: nowrap;

    background-color: #EC691F;

    padding: 10px;

    border-radius: 5px;

}



.service-section .service-tab .nav-tab .nav-link {

    display: flex;

    justify-content: start;

    align-items: center;

    flex-direction: column;

    gap: 10px;

    border-radius: 5px;

    background: rgba(255, 255, 255, 0.15);

    box-shadow: 0px 1px 9px 0px #0D0D0D14;

    padding: 15px 12px;

    color: #fff;

    flex-grow: 1;

}



.service-section .service-tab .nav-tab .nav-link span {

    font-size: 18px;

    line-height: 20px;

    font-weight: 600;

    color: inherit;

}



.service-section .service-tab .nav-tab .nav-link.active {

    background-color: #fff;

    border-color: #fff;

    color: #000;

}



.service-section .tab-content {

    padding-top: 30px;

}
.service-section .tab-content ul{
    padding: 0;
}
.service-section .tab-content ul li{
    line-height: 2.2;
    font-weight: 500 !important;
    color: #444444;
    padding-left: 25px;
    position: relative;
}
.service-section .tab-content ul li::before {
    content: "\F138";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: var(--orange);
    margin: 0 10px 0 0px;
    position: absolute;
    top: 8px;
    bottom: 0;
    left:0;
    right: 0;
}
/* ..........faq page............. */

.faq-banner {

    background-repeat: no-repeat !important;

    padding: 200px 100px;

    background-size: cover !important;

    position: relative;

}



.accordion-faq .accordion .accordion-item {

    margin-bottom: 25px;

    background: #fff;

    border: 1px solid #dddddd;

    border-radius: 5px;

    overflow: hidden;

    padding: 0;

}



.accordion-faq .accordion .accordion-item .accordion-body {

    padding-top: 0;

}



.accordion-faq .accordion .accordion-item .accordion-body p {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;    
}
.accordion-faq .accordion .accordion-item .accordion-body ul{
    padding: 0;
}
.accordion-faq .accordion .accordion-item .accordion-body ul li{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 25px;
}
.accordion-faq .accordion .accordion-item .accordion-body ul li::before {
    content: "\F138";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: var(--orange);
    margin: 0 10px 0 0px;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
}
.accordion-faq .accordion .accordion-item .accordion-button:not(.collapsed) {

    box-shadow: none;

    background: #fff;

    color: var(--darkred);

    border-top: 3px solid var(--darkred);



}



.accordion-faq .accordion .accordion-item .accordion-button {

    font-weight: 600;

    font-size: 16px;

    line-height: 30px;

    text-transform: capitalize;

    color: #333;

    padding: 15px 25px;

    background-color: #fff;

    border-top: 3px solid #fff;

}



.accordion-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {

    content: "\F2EA";

    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;

}



.accordion-faq .accordion .accordion-item .accordion-button::after {

    width: auto;

    height: auto;

    background-image: unset;

    content: "\2b";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    vertical-align: middle;

    text-align: center;

    background: #fff;

    font-size: 20px;

}



/* ................contact page........... */

.contact-source {

    padding: 60px 0px;

}

.contact-banner {

    height: 400px;

}


.contact-source .media-card {

    background-color: rgba(191, 3, 17, 0.05);

    padding: 30px;

    border-radius: 10px;

    height: 100%;

    width: 100%;

}

.contact-source .media-card:hover {

    background-color: #BF0311;



    transition: all 0.5s ease-in-out;

}

.contact-source .media-card .media-icon i {

    font-size: 28px;

    color: #BF0311;

}

.contact-source .media-card:hover .media-icon i {

    color: #fff;

    transition: all 0.5s ease-in-out;

}

.contact-source .media-card .contact-content {

    padding: 10px 0px 0px;

}

.contact-source .media-card:hover .contact-content a {

    color: #fff;

}

.contact-source .media-card:hover .contact-content h6 {

    color: #fff;

}

.contact-appointment .appointment-area .form-Details .form-appointment {

    width: 100% !important;

}

.contact-appointment {

    position: relative;

    padding: 140px 0px 60px;

}

.contact-appointment .appointment-area {

    margin-top: 0px;

    width: 26%;

    position: absolute;

    bottom: 0;

    right: 100px;

    top: -14px;

}

.contact-appointment iframe {

    width: 100%;

    height: 100%;

}

.contact-appointment .map {

    height: 400px;

}

.contact-appointment p {

    height: 100%;

}

/* Responsive */

@media (min-width: 1550px) {

    html {

        font-size: 16px;

    }



    .container {

        max-width: 100%;

        padding: 0 100px;

    }



    .treatment .card .img {

        clip-path: circle(150% at 50% -145%);

    }

}
/* treatment page */
.treatmentbanner .banner-area{
    height: auto;
    min-height: 400px;
}
.treatmentbanner .banner-area .banner-content h1{
    color:#c40113;
    font-size: 52px;
}
.treatmentbanner .banner-area .banner-content .theme-btn{
    color: #333;
    font-size: 20px;
    box-shadow: none;
    padding: 25px 0;
    font-weight:600;
    align-items: flex-end;
}
.treatmentbanner .banner-area .banner-content .theme-btn i{
    font-size: 24px;
}
.treatmentbanner .banner-area hr{
    border: 1px solid #fff;
    opacity: 1;
}
.treatmentbanner .banner-area .bannerLink{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    padding: 0;
    list-style: none;
    margin-top: 15px;

}
.treatmentbanner .banner-area .bannerLink li a{
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 10px 15px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    background-color: #fff;
}
.treatmentContent{
    padding-top: 60px;
    padding-bottom:60px;
}
.treatmentContent .tab-content{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.treatmentContent .tab-content::after{
    content: " ";
    width: 80%;
    height: 1.5px;
    background-color:#00606d33;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.treatmentContent .tab-content h3{
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    line-height: 40px;
}
.treatmentContent .tab-content h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    line-height: 34px;
}
.treatmentContent .tab-content strong{
    color: var(--red);
}
.treatmentContent .tab-content p{
    line-height: 2.2;
    color: var(--subheading);
    font-weight: 500;
}
.treatmentContent .tab-content ul{
    padding: 0;
}
.treatmentContent .tab-content ul li{
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight:400;
    position: relative;
    padding-left:35px;
    margin-bottom: 10px;
    display: block;
}
.treatmentContent .tab-content ul li::before{
    content: "\F138";
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 600!important;
    position: absolute;
    left: 5px;
    font-size: 18px;
    color:var(--orange);
    line-height: 1;
    top: 5px;
}
.treatmentContent .treatement-sidebar{
    position: sticky;
    top: 20%;
    max-width: 350px;
    margin-left:auto;
}
.treatmentContent .doctor-Profile{
    background:#f167290f;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);    
    padding: 30px 15px;
    margin: 25px 0;
    text-align: center;   
}
.treatmentContent .doctor-Profile .image img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin:0 auto 15px;
    overflow: hidden;
    display: block;
    object-fit: cover;
    object-position: top;
}
.treatmentContent .doctor-Profile .content h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: var(--red);
}
.treatmentContent .doctor-Profile .content h6{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
}
.treatmentContent .doctor-Profile .callBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}
.treatmentContent .doctor-Profile .callBtn i{
    color: var(--red);
    font-size: 22px;
    font-weight: 500;
}
.treatmentContent .doctor-Profile .callBtn a{
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.treatmentContent .doctor-Profile .content .theme-btn{
    margin-top: 15px;
}
.appoitment-treatment{
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    margin-bottom: 32px;
    padding: 32px;
}
.appoitment-treatment .theme-btn{
    border: 0;
}
.treatement-sidebar .navlink-treatment h4{
    margin-bottom: 15px;
}
.treatement-sidebar .navlink-treatment{
    text-align: start;
    margin-top: 25px;
}
.treatement-sidebar .navlink-treatment ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.treatement-sidebar .navlink-treatment ul li a{
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;

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

.service-banner .container{
    display: flex;
    align-items: center;
    height: 100%;
}
.content-grid{
    padding: 60px 0;
}
.content-grid .content-body h3{
    font-weight: 700;
    margin-bottom: 15px;
}
.content-grid .content-body p{
    line-height: 2.2;
    color: var(--subheading);
    font-weight: 500;
}
.content-grid .content-body ul{
    padding: 0;
}
.content-grid .content-body ul li{
    color: var(--subheading);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    display: block;
}
.content-grid .content-body ul li::before {
    content: "\F138";
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 600!important;
    position: absolute;
    left: 5px;
    font-size: 18px;
    color: var(--orange);
    line-height: 1;
    top: 5px;
}
/* offcanvas */
.off-canvas {
    height: 100vh;
    width: 370px;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #FEFDFB;
    transition: 0.5s;
    transform: translateX(100%);
}

.mysidebar {
    transform: translateX(0);
}

.off-canvas .inner-box {
    padding: 60px 25px;
    position: relative;
    overflow: auto;
    height: 100%;
}

.off-canvas .inner-box::-webkit-scrollbar {
    width: 0;
}

.off-canvas .logo-section {
    margin-bottom: 25px;
}

.off-canvas .logo-section img {
    margin-bottom: 15px;
    height:100px;
}

.off-canvas .contact-canvas {
    margin-bottom: 15px;
}

.off-canvas .contact-canvas h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
}
.off-canvas .contact-canvas .contact-info ul{
    display: block !important;
}
.off-canvas .contact-canvas .contact-info ul li {
    padding-left: 30px;
    position: relative;
}

.off-canvas .contact-canvas .contact-info ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--orange);
    font-size: 18px;
}

.off-canvas .contact-canvas .contact-info ul li a {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    display: inline-block !important;
}

.off-canvas .contact-canvas .contact-info ul li span {
    color: var(--orange);
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

.off-canvas .contact-canvas .social-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.off-canvas .contact-canvas .social-list li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
    background:#f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.off-canvas .contact-canvas .social-list li img{
    height: auto;
    margin: 0;
}
.off-canvas .contact-canvas .social-list li a:hover {
    color: var(--orange) !important;
}

#close-canvas {
    position: absolute;
    right: 30px;
    top: 45px;
    background: var(--orange);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
/* ....................dcotor salah.............. */
.socialmedia {
    position: relative;
    padding: 60px 0 60px;
}
.socialmedia .section-title {
    margin-bottom: 40px;
    text-align: center;
}
.socialmedia .card-social {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 15px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 50px rgb(37 37 37/5%);
}
.socialmedia .card-social a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.doctor-salah .card-social .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: auto;
    border-radius: 10px;
}
.doctor-salah .card-social img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.socialmedia .card-social .date {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    transition: .5s;
    color: #1f1f1f;
    display: inline-block;
    vertical-align: middle;
}
.socialmedia .card-social h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.social-btn .btn-smo {
    background: #FAFAFB;
    border: 2px solid #DDDDDD;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #666666;
    padding: 15px 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.social-btn .btn-smo img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    object-fit: contain;
}
.social-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-details {
    padding: 80px 0 60px;
}
.blog-single-post {
    position: relative;
    margin-bottom: 40px;
}
.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px;
}
.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd;
}
.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: #1e6699;
}
.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3F3F3F;
}
.blog-single-post .text {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3F3F3F;
}

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

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

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

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

.blog-single-post .text ul li::before {
    color: var(--red);
    content: "\F138";
    font-family: bootstrap-icons!important;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.ez-toc-container-direction ul li::before{
    content: '';
    display: none;
}
.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3F3F3F;
}

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

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

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

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

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

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

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

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

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background:var(--red);
    left: 0;
    border-radius: 5px
}
.widget {
    position: relative;
    margin-bottom: 50px;
}
.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto;
}
.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600;
}
.widget_popular_post .post:last-child {
    margin-bottom: 0;
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px;
}
.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden;
}
.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53 / 59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all 0.3s ease-in;
} 
.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px);
}
.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit;
}
.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3F3F3F;
}
.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: #1e6699;
}
.blog-single-post .image img {
    width: 100%;
}
.blog-single-post .post-meta li:last-child {
    border-right: 0;
}
ul li {
    list-style: none;
}
.doctor-salah-banner{
    background-color: #faebd7;
    text-align: center;
}
.swiper-pagination-bullet:only-child {
    display: block!important;
}
.morecontent span {
    display: none;
}
p .morelink-2 {
    color:var(--orange);
    display: inline-block;
    line-height: 1.2;
    padding: 0 5px;
    font-weight: 500;
}
.morelink-2 i {
    margin-left: 10px;
    font-size: 10px;
}
/* ...................404 page............... */
.error-section {
    position: relative;
    padding: 110px 0;
}
.error-section .content {
    position: relative;
    text-align: center;
}
.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}
.error-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.error-section p {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 50px;
}
.error-section .btn-page {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 12px 35px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #fff;
}
/* ...........thank you page...... */
.submitting-section {
    text-align: center;
    padding: 80px 0;
}
.submitting-section img {
    width: 300px;
    height: 300px;
    margin: auto;
}
.submitting-section h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}
.submitting-section .btn-page {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 12px 35px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #fff;
}
.web-stories-list {
    margin-bottom: 24px;
    margin-top: 24px;
}
.web-stories-list.is-view-type-grid .web-stories-list__inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.web-stories-list__story-poster img {
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
/* ..............heart doctor page............ */
.heart-overview {
    padding-bottom: 60px;
}
.heart-overview  ul li{
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: capitalize;
}
.heart-overview  ul li::before {
    content: "\F138";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: var(--orange);
    margin: 0 10px 0 0px;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-appointment {
    position: absolute;
    bottom: -100px;
    width: 100%;
    z-index: 2;
}
.banner-appointment .title {
    background-color: #fff;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 5px 5px 0px 0px;
}
.banner-appointment .title h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.banner-appointment .outer-box {
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 0px 5px 5px 5px;
    background-color: #fff;
    padding: 20px 25px;
}   
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal!important;
}
.banner-appointment .outer-box .row {
    height: 45px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.banner-appointment .outer-box .input-group p {
    background: #F8FAFB;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 15px;
    height: 45px;
    margin-bottom: 0px;
}
.banner-appointment .outer-box .input-group .form-label {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2C3145;
   
}
.banner-appointment .outer-box .input-group span {
    border: 0;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2C3145;
    height: 45px;
    align-items: center;
    display: flex;
}
.banner-appointment .outer-box .input-group span input {
    width: 100%;
    border: 1px solid transparent;
    height: 100%;
    background-color: transparent;
}
.banner-appointment .outer-box .btn-red{
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    line-height: 1.5;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    transition: 0.3s;
    border-color: var(--red);
}
.marketing-banner{
    position: relative;
}
.marketing-banner .container{
    display: block !important;
}
.marketing-banner ul{
    column-count: 2;
    padding-left: 20px;
}
.marketing-banner ul li{
    position: relative;
   padding-left: 20px;
   line-height: 2;
}
.marketing-banner ul li::before {
    content: "\F138";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: var(--orange);
    margin: 0 10px 0 0px;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
}
.heart-doctor-about{
    padding-top: 200px;
}
.service-tabsection{
    padding: 60px 0;
}
.service-tabsection .tab-nav {
    border: 0
}

.service-tabsection .tab-nav .tab-link {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px;
    border: 2px solid #ddd;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out
}

.service-tabsection .tab-nav .tab-link:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: var(--red);
    transform-origin: top;
    transform: translateY(-100%);
    opacity: 0;
    transition: all .4s ease-in-out
}

.service-tabsection .tab-nav .tab-link:hover:before, .service-tabsection .tab-nav .tab-link.active:before {
    transform: translateY(0);
    opacity: 1
}

.service-tabsection .tab-nav .tab-link img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    object-fit: contain
}

.service-tabsection .tab-nav .tab-link h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #3f3f3f;
    transition: all .4s ease-in-out
}

.service-tabsection .scroll-item {
    position: sticky;
    top: 15%;
    padding-right: 50px;
    padding-top: 30px;
}

.service-tabsection .tab-nav .tab-link:hover, .service-tabsection .tab-nav .tab-link.active {
    background: 0 0;
    border-color: var(--red)
}

.service-tabsection .tab-nav .tab-link:hover h6, .service-tabsection .tab-nav .tab-link.active h6 {
    color: #fff
}

.service-tabsection .tab-content {
    padding: 80px 0;
    border-bottom: 4px solid #ddd
}
.service-tabsection .tab-content hr{
    margin: 0;
}
.service-tabsection .tab-content .inner-box {
    background: #fff
}

.service-tabsection .tab-content .inner-box .heading {
    display: flex;
    justify-content: start;
    align-items: center
}

.service-tabsection .tab-content .inner-box .heading {
    margin-bottom: 15px
}

.service-tabsection .tab-content .inner-box .wp-caption {
    width: 100% !important;
    height: auto
}

.service-tabsection .tab-content .inner-box .heading img {
    width: 40px;
    height: 40px;
    margin-right: 15px
}

.service-tabsection .tab-content .inner-box .heading h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    text-transform: capitalize;
    color: #3e3e3e;
    position: relative;
    padding-bottom: 12px
}

.service-tabsection .tab-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-transform: capitalize;
    color: #3e3e3e;
    position: relative;
    padding-bottom: 12px
}

.service-tabsection .tab-content .inner-box ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    position: relative
}

.service-tabsection .tab-content .inner-box ul li:before {
    color: var(--red);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}
.symptoms.cardiology-hospital{
    padding-top: 140px;
}
.symptoms.cardiology-hospital .symptoms-content ul{
    padding: 0;
}
.symptoms.cardiology-hospital .symptoms-content ul li{
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #555;
    position: relative
}
.symptoms.cardiology-hospital .symptoms-content ul li::before{
    color: var(--red);
    content: "\F26B";
    font-family: "bootstrap-icons"!important;
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}
.about-banner img{
    width: 100%;
}
.simple-sitemap-container .post-type {
    margin-bottom: 20px;
    color:#bf0311
}

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

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

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

.simple-sitemap-container .main li:before {
    content: "\F138";
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 600!important;
    position: absolute;
    left:0px;
    font-size: 18px;
    color: var(--orange);
    line-height: 1;
    top: 5px;
}


.page-content-area{
    padding: 80px 0;
}


section.page-content-area .sec-head-box.text-center {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border: 1px solid #eee;
}