.Social_icons,
.banner_slider .carousel-indicators {
    bottom: unset;
    top: 50%;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none
}

.ban_caption_txt .ban_heading,
.num,
.right_leader_sec .service_card .s_name,
.v_heading {
    font-family: "Times New Roman", Times, serif
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.banner_slider,
.image_content,
.video-box {
    position: relative
}

.banner_slider .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 30%))
}

.Social_icons button,
.banner_slider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    margin: 20px 30px 80px;
    text-indent: 1;
    background-clip: padding-box;
    display: block;
    background-color: #fff0;
    opacity: 1;
    cursor: pointer
}

.banner_slider .carousel-item {
    height: 100vh
}

.banner_slider .carousel-item img,
.service_section .s_images img {
    height: 100%;
    object-fit: cover
}

.banner_slider .carousel-indicators {
    position: absolute;
    right: 0;
    left: unset;
    display: unset;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    transform: translateY(-50%)
}

.banner_slider .carousel-indicators [data-bs-target] {
    padding: 0;
    border: 0;
    border-top: unset;
    border-bottom: unset;
    transition: opacity 0.6s;
    border: 3px solid var(--white);
    border-radius: 50%
}

.banner_slider .carousel-indicators button:hover,
.left_leader_Sec,
.service_section .service_tab.active {
    background-color: var(--botton_color)
}

.banner_slider .carousel-indicators button {
    position: relative;
    transition: 0.3s ease-in
}

.banner_slider .carousel-indicators button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px;
    background: var(--botton_color);
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s ease-in
}

.banner_slider .carousel-indicators button.active span {
    opacity: 1
}

.banner_slider .carousel-indicators button:first-child::after,
.banner_slider .carousel-indicators button:nth-child(2)::after {
    position: absolute;
    content: "";
    height: 80px;
    background-color: #fff;
    width: 2px;
    top: 33px;
    left: 50%;
    transform: translateX(-50%)
}

.banner_btn,
.category_cards {
    display: flex;
    align-items: center;
    justify-content: center
}

.banner_btn .appointment_btn a {
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 18px
}

.Testimonials .sub_tag,
.banner_btn .appointment_btn a:hover .bi-play-fill,
.view_more button:hover a {
    color: var(--black)
}

.about_content .appointment_btn a:hover,
.banner_btn .appointment_btn:first-child a {
    background-color: var(--botton_transparent);
    color: var(--white)
}

.banner_btn .appointment_btn:first-child:hover a {
    color: var(--blue);
    background-color: var(--white)
}

.banner_btn .appointment_btn .bi-play-fill {
    margin-right: 0;
    margin-left: 10px;
    border-radius: 50%;
    color: var(--botton_color);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.carousel-caption {
    position: absolute;
    right: unset;
    bottom: unset;
    z-index: 2;
    left: 50%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ban_caption_txt .ban_heading {
    font-size: 60px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px
}

.ban_caption_txt .ban_heading span {
    color: var(--button-color)
}

.ban_caption_txt p {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 60px;
    font-family: Lora
}

.Social_icons {
    position: absolute;
    left: 0;
    z-index: 9999;
    display: unset;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    transform: translateY(-50%)
}

.Social_icons button {
    padding: 5px;
    border: 0;
    border-top: unset;
    border-bottom: unset;
    transition: 0.2s ease-in;
    border-radius: 50%;
    position: relative;
    color: var(--white);
    font-size: 20px;
    font-weight: 700
}

.Social_icons button:hover {
    background-color: var(--blue)
}

.banner_slider .Social_icons button:first-child::after,
.banner_slider .Social_icons button:nth-child(2)::after {
    position: absolute;
    content: "";
    height: 80px;
    background-color: var(--white);
    width: 2px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%)
}

.Blog_category button a,
.Blog_category button:hover a,
.Social_icons a,
.leader_right_content li:hover a i,
.leader_right_content li:hover p,
.subscription_form_heding .common_heading {
    color: var(--white)
}

.carousel-item img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: 30s ease-in infinite zoomin;
    animation: 30s ease-in infinite zoomin;
    transition: 0.3s ease-in-out;
    overflow: hidden
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }

    100% {
        transform: scale(2)
    }
}

.world_leader {
    position: relative;
    margin-top: -90px;
    padding: 40px 0;
    z-index: 3
}

.left_leader_Sec {
    background-image: url(../images/logo-watermark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.leader_content .appointment_btn a {
    background-color: var(--botton_transparent);
    color: var(--white);
    padding: 8px 40px
}

.text-left--clickable {
    color: var(--botton_color);
    align-self: self-start
}

.text-left--clickable:hover {
    color: #212529
}

.machine_img img,
.owl-carousel .owl-item img,
.side_form .leader_content,
.strip_details .card_content,
.strip_section .strip_bg_image img,
.tech_doc_img img {
    width: 100%
}

.side_form input {
    min-height: 50px;
    border-radius: 25px;
    padding-left: 20px
}

.side_form .fields {
    margin-bottom: 25px;
    position: relative
}

.side_form .fields .error {
    position: absolute;
    margin-top: 0
}

.side_form textarea {
    padding-left: 20px;
    min-height: 70px;
    border-radius: 35px;
    margin-bottom: 15px
}

.leader_content .appointment_btn {
    padding: 0;
    text-align: center
}

.leader_content .appointment_btn:hover a {
    background-color: var(--white);
    color: var(--black)
}

.world_leader .left_heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--white);
    margin-bottom: 15px
}

.strip_content p,
.subscription_form_heding .sub_tag,
.tech_pointers .sub_tag,
.world_leader .left_heading span {
    color: var(--blue)
}

.left_leader_Sec p {
    margin-bottom: 30px;
    opacity: .8;
    font-family: Lora
}

.right_leader_sec {
    padding: 25px;
    border-radius: 10px;
    background-color: var(--bg);
    height: 100%
}

.right_leader_sec .service_card {
    background-color: var(--white);
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    height: 100%;
    border-bottom: 5px solid var(--botton_color)
}

.right_leader_sec .service_card .service_img {
    height: 200px;
    margin: auto
}

.right_leader_sec .service_card img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.right_leader_sec .service_card .s_name {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: var(--black);
    cursor: pointer;
    padding: 5px 0;
    transition: 0.3s ease-in-out
}

.blog_description a:hover,
.common_heading span,
.doctor_name:hover,
.sub_tag,
.technology_content .common_heading .sub_name,
.v_heading span {
    color: var(--botton_color)
}

.right_leader_sec .service_card .s_name:hover {
    color: #e6b0a8
}

.Blogs_heading,
.right_leader_sec .service_card p,
.social_icons,
.strip_section .common_heading,
.strip_section .sub_tag,
.team_card_design .sub_para,
.video_haeding {
    text-align: center
}

.leader_right_content li {
    background-color: var(--white);
    display: flex;
    align-items: center;
    padding: 35px 5px;
    max-height: 111.984px;
    margin: 10px;
    justify-content: center;
    text-align: center;
    transition: 0.3s ease-in-out
}

.leader_right_content li a {
    color: var(--black);
    font-size: 18px;
    font-weight: 700
}

.leader_right_content li a i {
    color: var(--botton_color);
    font-size: 40px
}

.leader_right_content ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0
}

.about_section {
    padding: 20px 40px 40px
}

.sub_tag {
    font-size: 20px;
    font-weight: 800
}

.about_section .common_heading {
    font-size: 40px;
    margin-bottom: 30px
}

.leader_right_content li:hover {
    background-color: var(--botton_color);
    box-shadow: rgb(0 0 0 / .1) 0 4px 12px
}

.about_content .appointment_btn {
    padding: 0
}

.about_content .appointment_btn a {
    padding: 12px 30px
}

.about_content .appointment_btn button {
    all: unset
}

.about_content .appointment_btn a:hover i {
    background-color: var(--botton_color);
    color: var(--black)
}

.about_content .card_1 {
    padding: 15px 10px;
    text-align: center;
    box-shadow: rgb(0 0 0 / .1) 0 4px 12px
}

.card_1 .card_icon i {
    font-size: 40px;
    font-weight: 700
}

.sponser_img img {
    width: unset !important
}

.strip_content {
    background-color: #fff;
    padding: 40px 20px;
    margin: 60px auto -120px;
    position: relative;
    border-radius: 15px;
    box-shadow: rgb(17 17 26 / .1) 0 4px 16px, rgb(17 17 26 / .05) 0 8px 32px
}

.bodr {
    border-right: 1px solid var(--light_grey)
}

.strip_details {
    padding: 20px;
    display: flex;
    background-color: var(--bg-green-light);
    border-radius: 25px 0;
    border: 1px solid var(--botton_color);
    height: 100%;
    transition: 0.3s ease-in-out
}

.strip_details:hover {
    box-shadow: rgb(0 0 0 / .1) 0 20px 25px -5px, rgb(0 0 0 / .04) 0 10px 10px -5px;
    transform: translateY(-10px)
}

.social_icons span i,
.team_doc_img:hover {
    box-shadow: rgb(0 0 0 / .1) 0 10px 15px -3px, rgb(0 0 0 / .05) 0 4px 6px -2px
}

.strip_details .strip_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--white);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.num {
    font-size: 25px;
    font-weight: 600;
    color: var(--dark_black)
}

.service_section {
    padding: 140px 40px 60px;
    background: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 81%)) center/cover no-repeat, url(../images/SLIDE_02.html) center/cover no-repeat
}

.service_section .common_heading {
    text-align: center;
    color: var(--white);
    margin-bottom: 30px
}

.service_section .s_design {
    padding-top: 1rem
}

.service_section .service_icon i {
    text-align: center;
    color: var(--white);
    font-size: 35px
}

.service_tab .service_icon {
    width: 60px;
    margin: auto auto 10px
}

.service_section .service_tab {
    padding: 15px 10px;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    cursor: pointer
}

.service_section .service_name p {
    margin-bottom: 0;
    font-size: 14px
}

.service_section .service_tab::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #7a7a7a;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.service_section .service_tab.active::before {
    background-color: #fff0
}

.service_section .service_tab.active .service_icon img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(49%) saturate(10%) hue-rotate(129deg) brightness(99%) contrast(98%)
}

.service_section .service_tab .service_name {
    color: var(--white);
    font-weight: 600;
    font-size: 18px
}

.service_section .service_tab.active .service_icon i {
    text-align: center;
    color: var(--black);
    font-size: 35px
}

.service_section .service_tab.active .service_name {
    color: var(--black);
    font-weight: 600;
    font-size: 18px
}

.for_all {
    text-align: center;
    padding: 15px 0
}

.for_all a {
    color: var(--white);
    font-weight: 500;
    text-align: center
}

.s_contents {
    padding-left: 0
}

.s_tabs {
    padding-right: 0
}

.treatments_contents {
    padding: 40px;
    background-color: var(--white);
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.service_contents,
.team_card_hide {
    display: none
}

.card-photo:hover .content .description,
.real_results .owl-carousel .owl-nav.disabled,
.service_contents.active,
.video-modal-overlay.active,
.video-modal.active {
    display: block
}

.service_section .s_images img {
    width: 100%;
    border-radius: 15px
}

.treatments_contents .common_heading {
    font-size: 35px;
    color: var(--black);
    text-align: left
}

.treatments_contents .appointment_btn {
    margin-top: 30px
}

.blog_section,
.video_section {
    padding: 60px;
    background-color: var(--bg-green-light)
}

.v_heading {
    color: var(--blue);
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block;
    position: relative
}

.v_heading::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #fff0 linear-gradient(270deg, var(--botton_color) 0, var(--botton_color) 100%) 0 0 no-repeat padding-box;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 25px
}

.blog_image img,
.sponser_img:hover {
    transform: scale(1)
}

.video_section_content {
    box-shadow: rgb(50 50 93 / .25) 0 6px 12px -2px, rgb(0 0 0 / .3) 0 3px 7px -3px
}

.v_thumb img {
    width: 100%;
    position: relative;
    height: 250px;
    object-fit: cover
}

.play-box {
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    background: #fff0 linear-gradient(180deg, var(--botton_color) 0, var(--botton_color) 100%) 0 0 no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: left;
    box-shadow: 0 0 20px var(--botton_color)
}

.video-modal,
.video-modal-overlay {
    width: 100%;
    position: fixed;
    display: none
}

.play-box i {
    font-size: 18px;
    color: var(--black)
}

.video_name {
    padding: 5px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: unset
}

.video-modal-overlay {
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .445);
    z-index: 99999
}

.video-modal {
    max-width: 800px;
    background: var(--white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    box-shadow: rgb(0 0 0 / .25) 0 54px 55px, rgb(0 0 0 / .12) 0 -12px 30px, rgb(0 0 0 / .12) 0 4px 6px, rgb(0 0 0 / .17) 0 12px 13px, rgb(0 0 0 / .09) 0 -3px 5px;
    text-align: left
}

.video-box .modal-btn {
    position: absolute;
    right: 0;
    top: -1px;
    width: 50px;
    border: none;
    line-height: 0;
    height: 35px;
    padding: 0;
    background: var(--white)
}

.video_close i {
    font-size: 20px;
    font-weight: 600
}

.v_model .video-box iframe {
    height: 480px;
    width: 100%;
    display: block;
    border: 0
}

.about_clinic_section {
    background-image: url(../../../homepage/aimfitclinic.jpg);
    padding: 80px 0;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.about_clinic {
    padding: 50px 60px;
    background-color: var(--white);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgb(0 0 0 / .15) 0 5px 15px 0
}

.about_clinic_section .appointment_btn {
    padding: 0;
    margin-top: 2rem
}

.Testimonials {
    text-align: center;
    background-image: unset;
    padding: 60px;
    background-attachment: unset
}

.testimonials_card {
    box-shadow: rgb(0 0 0 / .1) 0 4px 12px
}

.Testimonials .testimonials_slider .item {
    margin-bottom: 10px
}

.Testimonials .owl-carousel .owl-nav button {
    background-color: #e6b0a857 !important
}

.real_results {
    padding: 40px;
    background-color: var(--black);
    text-align: center
}

.real_results_heading {
    margin-bottom: 30px
}

.real_results_heading .common_heading {
    color: var(--white);
    margin-bottom: 0
}

.real_results_heading .sub_tag {
    color: var(--white);
    font-weight: 400
}

.real_results .owl-carousel .owl-nav button.owl-next,
.real_results .owl-carousel .owl-nav button.owl-prev,
.real_results .owl-carousel button.owl-dot {
    padding: 0 0 15px !important;
    font: inherit;
    background: #e6b0a857 !important;
    margin: 0 10px !important;
    font-size: 30px !important;
    width: 40px !important;
    height: 36px !important;
    border-radius: 50% !important;
    line-height: 30px !important;
    border: none;
    transition: 0.3s ease-in-out
}

.form_btn .submit_btn,
.refresh {
    background-color: var(--botton_transparent);
    border: none
}

.real_results .owl-carousel .owl-nav button:hover {
    background-color: var(--botton_color) !important
}

.form_btn .submit_btn {
    border-radius: 15px
}

.category_section {
    padding: 40px;
    background-color: var(--black)
}

.category_section .sub_tag {
    color: var(--white);
    text-align: center;
    padding-top: 40px;
    margin-bottom: 15px
}

.category_section .common_heading {
    color: var(--botton_color);
    text-align: center;
    padding-bottom: 0
}

.cat_card_Sec {
    padding: 40px 15px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    transition: 0.3s ease-in-out
}

.card-photo {
    position: relative;
    height: 25rem;
    width: 25rem;
    background: url(https://picsum.photos/600/800) center no-repeat;
    overflow: hidden;
    float: left;
    margin: 10px 0
}

.card-photo .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--white);
    top: calc(100% - 80px);
    left: 0;
    opacity: 1;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.card-photo .content .content-inner {
    position: relative;
    height: auto;
    padding: 20px 10px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    justify-content: center;
    transition: 0.3s ease-in-out
}

.card-photo .content:after,
.card-photo:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: var(--botton_transparent);
    border-style: solid;
    content: ""
}

.card-photo .content:after {
    top: 10px;
    left: 5px;
    border-width: 2px 0 0 2px
}

.card-photo .title {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--botton_color);
    letter-spacing: 1px;
    font-size: 20px
}

.card-photo .description {
    color: #eee;
    display: none
}

.card-photo:after {
    bottom: 10px;
    right: 5px;
    border-width: 0 2px 2px 0
}

.card-photo:hover {
    cursor: pointer
}

.card-photo:hover .content {
    top: 0;
    background: #202020c4;
    transition: 0.5s ease-in-out
}

.card-photo:hover .content .content-inner {
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out
}

.Our_technology {
    padding: 60px;
    background-color: var(--bg)
}

.technology_content .cat_para {
    font-size: 18px
}

.tech_pointers {
    position: relative;
    padding: 20px 0 20px 25px
}

.tech_pointers .sub_tag::before {
    content: "\F269";
    font-family: Bootstrap-Icons;
    position: absolute;
    left: -22px;
    color: var(--botton_color)
}

.tech_pointers .cat_para {
    font-size: 16px
}

.machine_img {
    position: absolute;
    top: 0;
    left: 0
}

.tech_doc_img {
    position: relative;
    top: 0;
    display: flex;
    justify-content: end;
    width: 35%;
    margin: auto 10px auto auto
}

.our_technology_pointers ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px
}

.Our_team_section {
    padding: 60px
}

.team_headings {
    text-align: center;
    width: 60%;
    margin: auto
}

.tab_buttons {
    text-align: center;
    padding: 0 0 40px
}

.team_btn {
    margin: 5px
}

.btn-outline-dark {
    color: var(--botton_color);
    border-color: var(--botton_color)
}

.btn-outline-dark:hover {
    color: var(--white);
    background-color: var(--botton_color);
    border-color: var(--botton_color)
}

.team_card_design {
    padding: 40px;
    background-color: var(--bg);
    border-radius: 15px
}

.team_doc_img {
    padding: 20px;
    background-color: var(--white);
    border-radius: 50%;
    transition: linear 0.3s
}

.Blog_category button,
.blog_description a,
.blog_image img,
.doctor_name,
.sponser_img,
.view_more button,
.view_more button i {
    transition: 0.3s ease-in-out
}

.team_doc_img img {
    width: 100%;
    border-radius: 50%
}

.doctor_name {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    color: var(--black);
    cursor: pointer
}

.team_doc_tag {
    text-align: center;
    padding: 10px 0
}

.doc_img img {
    box-shadow: rgb(17 17 26 / .05) 0 1px 0, rgb(17 17 26 / .1) 0 0 8px;
    border-radius: 15px
}

.team_doc_tag span,
.view_more button {
    border-radius: 25px;
    background-color: var(--botton_color)
}

.about_section .flx_div {
    display: flex;
    justify-content: center;
    align-items: center
}

.team_doc_tag span {
    padding: 0 20px;
    font-weight: 700;
    color: var(--white)
}

.social_icons span {
    padding: 2px
}

.social_icons span i {
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px
}

.view_more {
    padding: 20px;
    text-align: center
}

.view_more button {
    padding: 10px 20px;
    border: 1px solid #fff0
}

.view_more button a {
    color: var(--black);
    display: flex;
    align-items: center;
    font-weight: 600
}

.left_btn_field,
.view_more button i {
    align-items: center;
    display: flex
}

.view_more button i {
    margin-left: 10px;
    border-radius: 50%;
    color: var(--black);
    width: 20px;
    height: 20px;
    justify-content: center;
    background: #fff
}

.view_more button:hover {
    background-color: var(--white);
    border: 1px solid #ccc;
    letter-spacing: 1px;
    color: var(--black)
}

.view_more button:hover i {
    background-color: var(--botton_color);
    color: var(--white);
    font-weight: 600
}

.subscription_form {
    padding: 60px;
    background-color: var(--botton_color)
}

.span_input {
    width: 75%
}

.span_input input {
    padding: 20px 25px;
    border-radius: 50px
}

.span_btn {
    padding: 0;
    width: 40%;
    margin-left: -100px
}

.span_btn button {
    padding: 20px;
    background-color: var(--botton_color);
    border-radius: 50px;
    box-shadow: 0 0 15px
}

.span_btn button:hover {
    background-color: var(--white);
    color: var(--blue);
    border: unset;
    letter-spacing: unset
}

.Blog_category button,
.Blog_category button:hover {
    background: var(--botton_color)
}

.blog_schedule span:first-child::before,
.blog_schedule span:nth-child(2)::before,
.blog_schedule span:nth-child(3)::before {
    font-family: Bootstrap-Icons;
    left: 10px;
    color: var(--botton_color);
    top: 0
}

.span_btn button:hover a {
    color: var(--blue);
    font-weight: 600
}

.span_btn button:hover i {
    background-color: var(--blue);
    color: var(--white);
    font-weight: 600
}

.blog_cards {
    position: relative;
    overflow: hidden;
    margin: 10px 0
}

.blog_image img {
    width: 100%
}

.blog_cards:hover img {
    width: 100%;
    transform: scale(1.1)
}

.blog_cards::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(rgb(0 0 0 / .1), rgb(0 0 0 / .8))
}

.Blog_category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2
}

.Blog_category button {
    border: none;
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 50px;
    z-index: 2
}

.blog_content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 2
}

.blog_description a {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px
}

.blog_schedule span {
    color: var(--bg);
    font-size: 13px;
    padding-left: 30px;
    position: relative
}

.blog_schedule span:first-child::before {
    content: "\F291";
    position: absolute
}

.blog_schedule span:nth-child(2)::before {
    content: "\F33E";
    position: absolute
}

.blog_schedule span:nth-child(3)::before {
    content: "\F249";
    position: absolute
}

.sponser_strip {
    padding: 40px;
    background-color: var(--bg-green-light)
}

.sponser_img {
    padding: 10px;
    box-shadow: rgb(0 0 0 / .1) 0 4px 6px -1px, rgb(0 0 0 / .06) 0 2px 4px -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(.9);
    background-color: var(--white)
}

.service_images {
    height: 100%
}

.fields.home_Captcha {
    display: flex;
    gap: 20px;
    margin-bottom: 0
}

.form_names {
    font-size: 22px;
    font-weight: 600
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .ban_caption_txt .ban_heading {
        font-size: 60px
    }

    .about_content .appointment_btn a,
    .banner_btn .appointment_btn a {
        padding: 10px 20px
    }

    .banner_slider .carousel-item {
        height: auto
    }

    .ban_caption_txt p {
        padding-bottom: 20px
    }

    .leader_right_content.row ul li i,
    .world_leader .left_heading {
        font-size: 30px
    }

    .left_leader_Sec {
        padding: 30px 20px
    }

    .common_heading {
        font-size: 35px
    }

    .leader_right_content.row ul li p,
    .specialisation_content .sub_tag {
        font-size: 16px
    }

    .our_technology_pointers ul li {
        float: left;
        width: 100%;
        margin-bottom: 0
    }

    .tech_pointers {
        padding: 10px 0 0 25px
    }

    .span_btn button {
        padding: 20px 10px
    }

    .blog_description a {
        font-size: 18px
    }

    .team_card_design {
        padding: 15px
    }

    .social_icons span {
        padding: 0
    }

    .doctor_name {
        font-size: 22px
    }

    .team_doc_img {
        padding: 10px
    }

    .card-photo .content .content-inner {
        padding: 25px 10px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .about_content,
    .left_leader_Sec p,
    .strip_details {
        text-align: center
    }

    .carousel-caption,
    .team_headings {
        width: 80%
    }

    .ban_caption_txt .ban_heading {
        font-size: 60px
    }

    .about_content .appointment_btn a,
    .banner_btn .appointment_btn a {
        padding: 10px 20px
    }

    .banner_slider .carousel-item {
        height: auto
    }

    .ban_caption_txt p {
        padding-bottom: 20px
    }

    .world_leader .left_heading {
        font-size: 40px;
        text-align: center
    }

    .left_leader_Sec {
        padding: 30px 20px;
        margin-bottom: 15px
    }

    .common_heading {
        font-size: 35px
    }

    .leader_right_content.row ul li p,
    .specialisation_content .sub_tag {
        font-size: 16px
    }

    .leader_right_content.row ul li i {
        font-size: 30px
    }

    .our_technology_pointers ul li {
        float: left;
        width: 100%;
        margin-bottom: 0
    }

    .tech_pointers {
        padding: 10px 0 0 25px
    }

    .span_btn button,
    .span_input input,
    .team_doc_img {
        padding: 10px
    }

    .blog_description a {
        font-size: 18px
    }

    .team_card_design {
        padding: 15px
    }

    .social_icons span {
        padding: 0
    }

    .doctor_name {
        font-size: 22px
    }

    .card-photo .content .content-inner {
        padding: 25px 10px 0
    }

    .world_leader {
        margin-top: unset
    }

    .subscription_form {
        padding: 40px
    }

    .span_btn {
        width: auto
    }

    .subscription_form .common_heading {
        margin-bottom: 0;
        font-size: 30px
    }

    .subscription_form_heding .common_heading {
        font-size: 25px
    }

    .footer-logo.logo a {
        font-size: 35px;
        color: var(--black);
        font-weight: 600
    }

    .banner_slider .carousel-indicators button:first-child::after,
    .banner_slider .carousel-indicators button:nth-child(2)::after {
        top: 23px
    }

    .banner_slider .carousel-indicators [data-bs-target] {
        height: 20px;
        width: 20px
    }

    .Social_icons button:last-child,
    .banner_slider .carousel-indicators [data-bs-target]:last-child {
        margin-bottom: 0
    }

    .banner_slider .carousel-indicators button span {
        padding: 7px
    }

    .card-photo .title {
        font-size: 17px
    }

    .right_leader_sec {
        margin-top: 15px
    }

    .about_section {
        padding: 40px 0;
        background: #f9efee
    }

    .about_content {
        margin-bottom: 20px
    }

    .strip_content {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .strip_details {
        display: block;
        padding: 20px 10px
    }

    .num {
        margin-bottom: 10px
    }

    .strip_details .strip_icon {
        width: 50px;
        height: 50px;
        margin: auto;
        padding: 10px
    }

    .about_section .doc_img {
        height: 300px
    }

    .about_section .doc_img img {
        height: 100%;
        object-fit: cover
    }

    .service_section {
        padding: 60px 0
    }

    .treatments_contents .common_heading {
        font-size: 30px;
        margin-bottom: 10px
    }

    .treatments_contents {
        padding: 20px 15px
    }

    .treatments_contents p {
        text-align: justify
    }

    .service_contents.active {
        border-radius: 15px
    }

    .s_images {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .service_section .service_tab .service_name,
    .service_section .service_tab.active .service_name {
        font-weight: 500;
        font-size: 16px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {

    .about_clinic,
    .service_contents {
        background-color: var(--white);
        border-radius: 15px
    }

    .about_clinic,
    .service_contents,
    .service_section .service_tab {
        border-radius: 15px
    }

    .banner_slider .carousel-item {
        height: 60vh
    }

    .ban_caption_txt .ban_heading {
        font-size: 30px;
        margin-bottom: 0
    }

    .ban_caption_txt p,
    .category_section .common_heading {
        padding-bottom: 0
    }

    .carousel-caption {
        padding-top: 100px
    }

    .world_leader {
        margin-top: 0
    }

    .banner_btn .appointment_btn a {
        padding: 8px;
        border-radius: 50px;
        font-size: 16px
    }

    .banner_slider .carousel-indicators button:first-child::after,
    .banner_slider .carousel-indicators button:nth-child(2)::after {
        top: 23px;
        height: 40px
    }

    .banner_slider .carousel-indicators [data-bs-target] {
        height: 20px;
        width: 20px;
        margin: 20px 20px 40px
    }

    .banner_slider .carousel-indicators button span {
        padding: 7px
    }

    .Social_icons button {
        margin: 20px
    }

    .banner_slider .Social_icons button:first-child::after,
    .banner_slider .Social_icons button:nth-child(2)::after {
        height: 39px;
        top: 30px
    }

    .ban_caption_txt {
        width: 65%
    }

    .banner_btn {
        display: block
    }

    .banner_btn .appointment_btn {
        margin-bottom: 10px
    }

    .leader_right_content ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .left_leader_Sec p,
    .subscription_form_heding,
    .world_leader .left_heading {
        text-align: center
    }

    .left_leader_Sec,
    .strip_details {
        margin-bottom: 15px
    }

    .common_heading {
        font-size: 30px
    }

    .right_leader_sec {
        padding: 30px 20px;
        margin-top: 15px
    }

    .Our_team_section,
    .Our_technology,
    .Testimonials,
    .about_section,
    .blog_section,
    .category_section,
    .contact_form,
    .map,
    .sponser_strip,
    .subscription_form,
    .treatments_contents {
        padding: 20px 0
    }

    .about_content .card_1 {
        margin-bottom: 15px;
        background: var(--white)
    }

    .bodr {
        border-bottom: 1px solid var(--light_grey);
        border-right: unset
    }

    .strip_content {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px
    }

    .our_technology_pointers ul li {
        width: 100%;
        margin-bottom: 0
    }

    .tech_pointers {
        position: relative;
        padding: 15px 0 0 25px
    }

    .team_headings {
        width: 100%
    }

    .subscription_form .common_heading {
        text-align: center;
        margin-bottom: 15px
    }

    .span_btn button {
        padding: 20px 8px
    }

    .left_btn_field {
        justify-content: center
    }

    .footer-logo.logo {
        margin-bottom: 30px
    }

    .footer-logo.logo a {
        color: var(--white);
        font-weight: 600;
        font-size: 35px
    }

    .subscription_form .span_btn {
        width: initial
    }

    .service_section .service_icon i,
    .subscription_form_heding .common_heading {
        font-size: 25px
    }

    .subscription_form .span_input input {
        padding: 10px 25px
    }

    .subscription_form .span_btn button {
        padding: 10px 8px
    }

    .leader_content .appointment_btn {
        padding: 0;
        text-align: center
    }

    .about_section .about_content {
        padding-bottom: 30px
    }

    .about_section .common_heading {
        font-size: 35px;
        margin-bottom: 15px
    }

    .service_section {
        padding: 30px 15px
    }

    .s_tabs {
        padding-right: 15px;
        display: flex;
        padding-bottom: 1rem;
        white-space: nowrap;
        overflow-x: auto;
        margin-bottom: 15px
    }

    .for_all,
    .service_section .service_tab::before {
        display: none
    }

    .service_section .common_heading {
        font-size: 35px
    }

    .service_section .service_tab.active .service_icon i {
        text-align: center;
        color: var(--black);
        font-size: 25px
    }

    .real_results_heading .sub_tag,
    .service_section .service_tab .service_name,
    .service_section .service_tab.active .service_name {
        font-size: 16px
    }

    .s_contents {
        padding-left: 15px
    }

    .service_contents {
        padding: 1rem
    }

    .service_contents .row {
        flex-direction: column-reverse
    }

    .service_section .service_images {
        height: 300px
    }

    .service_section .s_images img {
        height: 100%;
        object-fit: cover
    }

    .real_results,
    .video_section {
        padding: 30px 0
    }

    .about_clinic {
        padding: 30px 15px;
        box-shadow: rgb(0 0 0 / .15) 0 5px 15px 0;
        text-align: center
    }

    .about_clinic_section {
        padding: 50px 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {

    .about_clinic,
    .service_contents {
        background-color: var(--white);
        border-radius: 15px
    }

    .about_clinic,
    .service_contents,
    .service_section .service_tab {
        border-radius: 15px
    }

    .banner_slider .carousel-item {
        height: 60vh
    }

    .ban_caption_txt .ban_heading {
        font-size: 30px;
        margin-bottom: 0
    }

    .ban_caption_txt p,
    .category_section .common_heading {
        padding-bottom: 0
    }

    .carousel-caption {
        padding-top: 100px
    }

    .world_leader {
        margin-top: 0
    }

    .banner_btn .appointment_btn a {
        padding: 8px;
        border-radius: 50px;
        font-size: 16px
    }

    .banner_slider .carousel-indicators button:first-child::after,
    .banner_slider .carousel-indicators button:nth-child(2)::after {
        top: 23px;
        height: 40px
    }

    .banner_slider .carousel-indicators [data-bs-target] {
        height: 20px;
        width: 20px;
        margin: 20px 20px 40px
    }

    .banner_slider .carousel-indicators button span {
        padding: 7px
    }

    .Social_icons button {
        margin: 20px
    }

    .banner_slider .Social_icons button:first-child::after,
    .banner_slider .Social_icons button:nth-child(2)::after {
        height: 39px;
        top: 30px
    }

    .ban_caption_txt {
        width: 65%
    }

    .banner_btn,
    .fields.home_Captcha {
        display: block
    }

    .banner_btn .appointment_btn {
        margin-bottom: 10px
    }

    .leader_right_content ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .left_leader_Sec p,
    .subscription_form_heding,
    .world_leader .left_heading {
        text-align: center
    }

    .left_leader_Sec,
    .strip_details {
        margin-bottom: 15px
    }

    .common_heading {
        font-size: 30px
    }

    .right_leader_sec {
        padding: 30px 20px;
        margin-top: 15px
    }

    .Our_team_section,
    .Our_technology,
    .Testimonials,
    .about_section,
    .blog_section,
    .category_section,
    .contact_form,
    .map,
    .sponser_strip,
    .subscription_form,
    .treatments_contents {
        padding: 20px 0
    }

    .about_content .card_1 {
        margin-bottom: 15px;
        background: var(--white)
    }

    .bodr {
        border-bottom: 1px solid var(--light_grey);
        border-right: unset
    }

    .strip_content {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px
    }

    .our_technology_pointers ul li {
        width: 100%;
        margin-bottom: 0
    }

    .tech_pointers {
        position: relative;
        padding: 15px 0 0 25px
    }

    .team_headings {
        width: 100%
    }

    .subscription_form .common_heading {
        text-align: center;
        margin-bottom: 15px
    }

    .span_btn button {
        padding: 20px 8px
    }

    .left_btn_field {
        justify-content: center
    }

    .footer-logo.logo {
        margin-bottom: 30px
    }

    .footer-logo.logo a {
        color: var(--black);
        font-weight: 600;
        font-size: 35px
    }

    .subscription_form .span_btn {
        width: initial
    }

    .service_section .service_icon i,
    .subscription_form_heding .common_heading {
        font-size: 25px
    }

    .subscription_form .span_input input {
        padding: 10px 25px
    }

    .subscription_form .span_btn button {
        padding: 10px 8px
    }

    .leader_content .appointment_btn {
        padding: 0;
        text-align: center
    }

    .about_section .about_content {
        padding-bottom: 30px
    }

    .about_section .common_heading {
        font-size: 35px;
        margin-bottom: 15px
    }

    .service_section {
        padding: 30px 15px
    }

    .s_tabs {
        padding-right: 15px;
        display: flex;
        padding-bottom: 1rem;
        white-space: nowrap;
        overflow-x: auto;
        margin-bottom: 15px
    }

    .for_all,
    .service_section .service_tab::before {
        display: none
    }

    .service_section .common_heading {
        font-size: 35px
    }

    .service_section .service_tab.active .service_icon i {
        text-align: center;
        color: var(--black);
        font-size: 25px
    }

    .real_results_heading .sub_tag,
    .service_section .service_tab .service_name,
    .service_section .service_tab.active .service_name {
        font-size: 16px
    }

    .s_contents {
        padding-left: 15px
    }

    .service_contents {
        padding: 1rem
    }

    .service_contents .row {
        flex-direction: column-reverse
    }

    .service_section .service_images {
        height: 300px
    }

    .service_section .s_images img {
        height: 100%;
        object-fit: cover
    }

    .real_results,
    .video_section {
        padding: 30px 0
    }

    .about_clinic {
        padding: 30px 15px;
        box-shadow: rgb(0 0 0 / .15) 0 5px 15px 0;
        text-align: center
    }

    .about_clinic_section {
        padding: 50px 20px
    }
}