body {
    font-family: 'Kumbh Sans', sans-serif;
}

img.webbanner {
    display: block;
}

section.bg_dark._video_section.video {
    background: #F8F8F8;
}

img.mobbanner {
    display: none;
}

.top_menu {
    width: 100%;
    display: block;
    background: #021d35;
    padding: 0.7em 3.5em;
    z-index: 999999;
}

.top_menu ul.top_left {
    width: 100%;
    margin-bottom: 0px;
}

.top_menu ul.top_left li {
    display: inline-block;
    padding: 0px 10px;
}

.top_menu ul.top_left li a {
    color: #ffffff;
}

ul.list-inline.top_right {
    margin-bottom: 0;
    text-align: right;
}

ul.list-inline.top_right li a {
    color: #ffffff;
}

.top_menu ul.top_left li a:hover {
    color: #1faa9e;
}

ul.list-inline.top_right li {
    padding: 0px 10px;
}

ul.list-inline.top_right li a:hover {
    color: #1faa9e;
}

nav.navbar-dark.sticky-top.mve_top {
    z-index: 1020;
    background: #000000 !important;
}

.mve_top a.navbar-brand {
    color: #ffffff !important;
}

a.navbar-brand {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 900;
    font-size: 1.5em;

}

nav.navbar-dark.bg-transparent.sticky-top.mve_top {
    animation-duration: 2s;
    animation-fill-mode: both;
    transition: all .5s ease-in-out;
}

.navbar-dark .navbar-brand {
    color: #000000 !important;
}

nav.navbar.mve_top .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    margin: 0 15px;
}

nav.navbar.sticky-top .nav-link {
    color: #000000;
    font-weight: 600;
    margin: 0 15px;
}

nav.navbar.sticky-top .nav-link:hover {
    color: #1faa9e !important;
}

.animated {
    animation-fill-mode: both;
    animation-duration: .5s;
}

.delay-1 {
    animation-delay: .25s;
}

.revealOnScroll {
    opacity: 0;
}

.revealOnScroll.animated {
    opacity: 1;
}

.sticky-top {
    padding: .7em 3.5em;
    background: #ffffff !important;
}

.mt-68 {
    width: 100%;
    display: block;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* FAQ SECTION styles */
.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.homeCarousel .carousel-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #22354f85;
    transform: rotate(-180deg);
}


.carousel-item.main_slider:before {
    background: transparent;
}

.homeCarousel .carousel-caption {
    font-family: 'Kumbh Sans', sans-serif;
    position: absolute;
    right: initial;
    bottom: initial;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.homeCarousel .carousel-caption h2 {
    font-weight: 800;
    font-size: 4em;
    color: #000000;
}

.homeCarousel .carousel-caption h2 span {
    color: #E63946;
}

.homeCarousel .carousel-caption p {
    color: #000000;
    padding-left: 15px;
    font-size: 20px;
    margin-bottom: 0px;
}

input.btn_submit.btn_theme {
    background-color: #E63946;
    color: #ffffff !important;
}

input.btn_submit.btn_theme:hover {
    background-color: #1D3557;
    color: #ffffff !important;
}

input.btn_submit.btn_theme2 {
    background-color: #E63946;
    color: #ffffff !important;
    font-size: 16px;
    padding: 0.5em 2em;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    border: 2px solid #E63946;
}

input.btn_submit.btn_theme2:hover {
    background-color: #ffffff;
    color: #E63946 !important;
    border: 2px solid #ffffff;
}

.btn_theme {
    background-color: #E63946;
    color: #ffffff !important;
    font-size: 16px;
    padding: 0.5em 2em;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    border-radius: 0px;
}

.btn_theme:hover {
    background-color: #1D3557;
    color: #ffffff !important;
}

.about,
.specialty,
.bg_dark {
    color: #000000;
}

section.about,
.bg_dark {
    background: #ffffff;
}

section.speciality {
    background: #f2fbff;
}

section.speciality .header_cmn h4 {
    text-align: center;
    font-size: 32px;
    padding-bottom: 30px;
}

.spacility_img {
    width: 100%;
    display: block;
}

.spacility_img img {
    width: 100%;
    border-radius: 40px;
}

section._top.bg_dark._video_section.video {
    background: #F8F8F8;
}

.video-block {
    text-align: left;
    background-color: #1D3557;
    padding: 5px;
    margin-bottom: 30px;
}

.thumbnail-block {
    position: relative;
    cursor: pointer;
}

.thumbnail-block img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.overlap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    display: none;
    cursor: pointer;
    text-align: center;
}

.overlap img {
    width: 55px;
    margin-top: 20%;
    height: auto;
}

.video_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 60px;
}

.video_txt h4 {
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

.video_models button.close {
    position: absolute;
    right: 0;
    background: #021d35;
    width: 40px;
    height: 40px;
    z-index: 9999;
    opacity: 1;
    color: #fff;
}

.about_section h2 {
    font-weight: normal;
    color: #000000;
}

.speciality_section h2 {
    font-weight: 800;
    color: #000000;
    font-size: 1.75rem;
}

.speciality_section h3 {
    font-weight: 800;
    color: #3d65f4;
}

.spacility_content_img {
    width: 60px;
    display: block;
    height: 60px;
    background: #f2f0f4;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
}

.spacility_content_img img {
    width: 30px;
}

.speciality_content h5 {
    font-weight: 800;
}

.speciality_content p {
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.whatsupicon {
    display: none;
}

._statistics p {
    font-weight: 800;
    /* font-size: 18px; */
}

p.colorgray {
    color: #555555;
}

section.about .header h4 {
    font-weight: 800;
}

.header_cmn h4 {
    text-align: left;
    font-weight: 800;
    color: #000000;
    font-size: 32px;
}

.header_cmn.event h4 {
    text-align: center;
}

section._writeReviewSection {
    margin-top: 120px;
    padding: 2em;
    /* background: #2EC4B6; */
    background: #F7B32B;
}

button.btn_submit {
    padding: .65em 1em;
    border: 0;
    border-radius: 10px;
    min-width: 170px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    display: block;
    margin: 0 auto;
}

._writeToUs button.btn_submit {
    margin: initial;
    margin-left: auto;
}

section._writeReviewSection .form-control,
section.bg_dark._appintmentsForm .form-control {
    background: transparent;
    border: 1px solid #000000;
    color: #000000 !important;
    outline: none;
    box-shadow: none;
    max-height: 200px;
}

section._writeReviewSection .form-control>option,
section._appintmentsForm .form-control>option {
    background: #f3f3f3;
    color: black;
}

section._writeReviewSection .form-control::placeholder,
section.bg_dark._appintmentsForm .form-control::placeholder {
    color: #000000;
}

section._writeReviewSection h2 {
    text-align: center;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 26px;
}

section._writeReviewSection label,
section._appintmentsForm label {
    font-size: 14px;
    margin: 0;
}

section._writeReviewSection label.text-red,
section._appintmentsForm label.text-red {
    color: #ac0303;
    font-weight: 500;
}

.testimonials_section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1em;
    text-align: center;
}

.testimonials_section .testimo_details {
    background: rgba(0, 0, 0, 0.04);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.testimonials_section .btn_theme {
    text-align: center;
}

.testimonials_section .pic_name img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonials_section .pic_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.testimos {
    display: flex;
    flex-wrap: wrap;
}

.testimos .testimonial {
    flex: 0 0 47%;
    max-width: 47%;
    min-width: 47%;
}

section.testi_appointment {
    width: 100%;
    display: block;
    background: #F7B32B;
}

section.testi_appointment ._appointment {
    width: 100%;
    padding: 0px;
}

section.testi_appointment ._contactInfo {
    margin-top: 0px;
}

.cust_div_center {
    justify-content: center;
    align-items: center;
}

.doctor_ImgBlock {
    max-width: 300px;
    z-index: 1;
    position: relative;
}

.background_div {
    width: 100%;
    max-height: 340px;
    min-height: 340px;
}

.doctor_ImgBlock img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    left: 30px;
}

section.bg_dark._appintmentsForm {
    position: relative;
    background: url('../../../assets/1/img/appointments_bg.jpg')no-repeat;
    background-size: contain;
    background-position: right;
}

section.bg_dark._appintmentsForm::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.27deg, #2EC4B6 75.73%, rgba(46, 196, 182, 0) 112.54%);
}

/*._dots {
    content: '';
    position: absolute;
    left: -50%;
    top: -90px;
    background: url('../../../assets/2/img/dots.svg')no-repeat;
    z-index: 0;
    background-size: 100%; 
    width: 100%;
    height: 100%;
    min-height: 420px;
}*/
section.whychoose {
    width: 100%;
    position: relative;
    display: block;
}

.whychoose_div {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    background: #000000;
}

.whychoose_div ._vdo {
    width: 50%;
    display: block;
    position: relative;
}

.whychoose_div ._vdo img {
    width: 100%;
}

._whyToChoose {
    width: 50%;
    padding: 50px;
}

._whyToChoose ul {
    list-style-type: none;
}

._whyToChoose h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

._whyToChoose h2 {
    color: #F48C12;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0.8em;
}

._whyToChoose p {
    font-size: 16px;
    color: #fff;
}

._whyToChoose._innertxt {
    width: 100%;
    padding: 0px;
}

._whyToChoose._innertxt h3 {
    color: #F7B32B;
    text-align: right !important;
}

.flex_checklist ._innertxt.checklist .speciality_list {
    color: #000000;
}

.flex_checklist ._innertxt.checklist .speciality_list span.check-wrap {
    border: 2px solid #F7B32B;
    background: repeating-radial-gradient(#F7B32B, #F7B32B 100px);
    float: left;
    width: 30px
}

.flex_checklist {
    display: flex;
    gap: 30px;
}

._whyToChoose ul li,
.checkedList ul li {
    margin-bottom: 1em;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    color: #fff;
}

._whyToChoose ul li b,
.checkedList ul li b {
    font-weight: 500;
    display: inline-block;
}

.oval_BG {
    content: '';
    position: absolute;
    left: -15%;
    top: 0px;
    background: url('../../../assets/1/img/oval_bg.svg')no-repeat;
    z-index: 0;
    background-size: contain;
    width: 100%;
    height: 100%;
    min-height: 320px;
    min-width: 320px;
}

.oval_.doctor_ImgBlock {
    max-width: 320px;
    max-height: 320px;
    border-radius: 50px;
    overflow: hidden;
}

section._top.specialty {
    background: #ffffff;
    padding-top: 50px;
}

section._top.specialty h3,
section._top.specialty h2 {
    text-align: center;

}


section._top.specialty h2 {
    color: #000000;
    font-weight: 700;
}

.flex_speciality {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;

}

._statisticsSection p {
    font-size: 24px;
    text-align: center;
}

._statisticsSection {
    padding: 2em;
    background: rgba(46, 196, 182, 0.08);
}

._statisticsSection div._countr {
    display: flex;
    justify-content: space-evenly;
}

._countr {
    display: flex;
    flex-flow: row;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

section._top.specialty h3 {
    font-size: 26px;
    font-weight: normal;

}

.box_spc {
    width: 100%;
    display: block;
    position: relative;
}

.bx_header {
    position: relative;
    min-height: 50px;
    width: 100%;
    margin-bottom: 20px;
}

.round_box {
    width: 50px;
    height: 50px;
    background: rgba(230, 57, 70, 0.17);
    border-radius: 25px;
    position: absolute;
}

.bx_header h4 {
    margin-bottom: 0px;
    display: block;
    position: relative;
    line-height: 50px;
    font-weight: bold;
    color: #E63946 !important;
    padding-left: 10px;
}

.box_spc p {
    padding-left: 15px;
}

.flex_speciality .left_ct p {
    color: #3d65f4;
    font-weight: 700;
    font-size: 18px;
}

.flex_speciality .left_ct {
    display: flex;
    flex-basis: 50%;
    justify-content: flex-end;
    align-items: flex-start;
}

.flex_speciality .rt_ct b {
    font-weight: normal;
    display: flex;
    flex-basis: 90%;
    flex-direction: column;
}

.flex_speciality .rt_ct p {
    font-weight: normal;
    display: flex;
    flex-basis: 90%;
    flex-direction: column;
}

.flex_speciality .rt_ct span.check-wrap {
    display: flex;
}

.flex_speciality .rt_ct {
    display: flex;
    flex-basis: 50%;
    justify-content: flex-start;
    align-items: flex-start;
}

ul._innertxt.checklist {
    width: 50%;
}

.speciality_list {
    display: flex;
}

.speciality_list p {
    width: 100%;
}

.speciality_list .check-wrap {
    border: 2px solid #F7B32B;
    float: left;
}

.speciality_list .check-wrap::before,
.speciality_list .check-wrap::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 0;
    height: 3px;
    transform-origin: left;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

._innertxt.checklist {
    width: 100%;
    display: block;
    padding-bottom: 30px;
}

.lnews_sec {
    width: 100%;
    display: block;
    box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    border-radius: 20px;
}

section.news_inner_section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0A0CF4;
    margin-bottom: 1em;
    text-align: center;
}

.lnewscontent {
    padding: 15px;
}

.lnewscontent span.newsdate {
    color: #727272;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.lnewscontent p {
    color: #727272;
}

.news_content {
    width: 100%;
    display: block;
}

.lnews_image {
    width: 100%;
    display: block;
}

.lnews_image img {
    width: 100%;
}


section._writeReviewSection._contactForm {
    padding: 0em;
}

section._writeReviewSection._contactForm h2 {
    text-align: left;
}

._writeToUs,
.c_us {
    padding: 3em;
    background: #ffffff;
}

._contactForm {
    background: #ffffff;
}

.c_us {
    background-color: #F8F8F8;
}

.c_row {
    display: flex;
    align-items: center;
    margin: 1em 0em;
}

.c_row .c_icon {
    min-width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7em;
}

.c_row .c_icon {
    background: transparent;
    border: 2px solid #000000;
}

.c_row .c_icon i {
    color: #000000;
}

section.timings_sec {
    width: 100%;
    background: #000000;
    display: block;
}

section.timings_sec ul li p,
sectin.timings_sec ul li span {
    color: #ffffff;
}

section.timings_sec h2 {
    text-align: center;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 26px;
    color: #ffffff;
}

._contactForm label.text-red.text-capitalize.text-normal {
    color: red;
}

.curson_default {
    cursor: default;
}

.bookappointment label.text-red.text-capitalize.text-normal {
    color: red;
}

span.faclock {
    width: 30px;
    height: 30px;
    display: inline-flex;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    /* border: 2px solid #1faa9e; */
    justify-content: center;
    align-items: center;
}

span.faclock .fa {
    font-size: 18px;
    color: #ffeb3b;
}

.c_row p {
    color: #000000;
}

.c_info a {
    color: #000000;
}

.c_info a:hover {
    color: #021d35;
}

.c_info h5 {
    color: #000000;
}

.c_row ul {
    list-style-type: none;

}

.c_row ul li {
    margin-bottom: 0.5em;
}

.c_row p {
    margin: 0;
    font-size: 16px;
}

.c_info ul li span {
    font-size: 14px;
    margin-left: 6px;
}

.bookappointment {
    width: 100%;
    display: block;
}

.apimage {
    width: 50%;
}

.apimage img {
    width: 100%;
}

.bookappointment h2 {
    text-align: left;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 26px;
}

.bookappointment h5 {
    color: #0A0CF4;
}

/* check mark animation css start  */
.check-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #00E067;
    position: relative;
    overflow: hidden;
    animation: wrap 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
    transform: scale(0);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    z-index: 99;
}

.check-wrap::before,
.check-wrap::after {
    content: "";
    position: absolute;
    background-color: #021d35;
    width: 0;
    height: 3px;
    transform-origin: left;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.check-wrap::before {
    top: 12px;
    left: 4px;
    transform: rotate(45deg);
    animation-name: left;
    animation-delay: 0.8s;
}

.check-wrap::after {
    top: 19px;
    left: 9px;
    transform: rotate(-45deg);
    animation-name: right;
    animation-delay: 1.1s;
}

@keyframes wrap {
    0% {
        background-color: transparent;
        transform: scale(0);
    }

    100% {
        background-color: #00E067;
        transform: scale(1);
    }
}

@keyframes left {
    0% {
        width: 0;
    }

    100% {
        width: 8px;
    }
}

@keyframes right {
    0% {
        width: 0;
    }

    100% {
        width: 20px;
    }
}

/* check mark animation css end  */
._vdo a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

._countr {
    display: flex;
    flex-flow: row;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.custom_head {
    position: relative;
    width: 100%;
    display: block;
    width: 150px;
    margin-bottom: 40px;
}

.custom_head img {
    width: 100%;
}

.custom_head h4 {
    color: #E63946;
    text-align: center;
    margin-top: -50px;
}

._countr span {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

._countr h4 {
    font-size: 18px;
    color: #E63946;
    font-weight: 800;
}

.img_header_title {
    position: relative;
    width: 100%;
    display: block;
    width: 250px;
}

.img_header_title img {
    width: 250px;
}

.img_header_title h4 {
    width: 250px;
    color: #E63946;
    font-weight: 900;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(-0%, -50%);
    text-align: center;
}

.img_header_title2 {
    position: relative;
    width: 100%;
    display: block;
    width: 250px;
    margin: 0px auto;
}

.img_header_title2 img {
    width: 250px;
}

.img_header_title2 h4 {
    width: 250px;
    color: #ffffff;
    font-weight: 900;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(-0%, -50%);
    text-align: center;
}

._hdng {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

section.events {
    background: #ffffff;
}

section.events ._hdng {
    color: #ffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}

.events .post {
    background: transparent;
    color: #fcfcfc;
}

.event_slider {
    width: 100%;
    display: block;
    padding-top: 30px;
}

.event_slider .ev_contnet .evdate_time {
    display: flex;
    justify-content: space-between;
}

.event_slider .ev_contnet .evdate_time p {
    font-weight: 800;
    color: #000000;
    margin-bottom: 0px;
}

.ev_contnet {
    position: relative;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    color: #000000;
    position: absolute;
    bottom: -50px;
    width: 80%;
    left: 0;
    border-radius: 0px 10px 0px 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.event_slider .owl-item {
    max-height: 380px;
    min-height: 380px;
    overflow: hidden;
}

.owl-carousel.owl_slider.event_slider.owl-theme .ev_contnet h5 {
    color: #143ac0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}


.event_slider .owl-page.active {
    background: transparent;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    border: 2px solid #3d65f4;
}

.event_slider .owl-page {
    background: transparent;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    border: 2px solid transparent;
}

.event_slider .owl-pagination {
    position: absolute;
    top: -40px;
    right: 30px;
}

.event_slider .owl-page span {
    border-radius: 20px;
    background: #869791;
    margin: 7px auto !important;
    line-height: 30px !important;
}

.event_slider .event_img {
    position: relative;
}

.event_slider .event_img img {
    width: 100%;
    border-radius: 30px;
}

.post.active {
    background: transparent;
    color: #fff;
}

.post:hover {
    background: transparent;
    color: #000;
}

.post:hover ._date h2 {
    color: #000000;
}

.post:hover ._date {
    margin-bottom: 2em;
    color: #000000;
}

.owl_slider .owl-next:before,
.owl_slider .owl-prev:before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 600;
}

.owl-carousel.testslide .owl-buttons {
    text-align: left;
}

.owl-carousel.testslide .owl-controls .owl-buttons div {
    height: 20px;
    width: 20px;
    background: #F48C12;
}

.owl_slider .owl-prev:before {
    content: "\f053";
}

.owl_slider .owl-next:before {
    content: "\f054";
}

.owl_slider.owl-theme .owl-controls {
    margin-top: 0;
}

.owl_slider.blog.owl-theme .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #000000;
    margin: 3em 1.25em;
    margin-bottom: 0;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0px;
}

.owl_slider.blog.owl-theme .owl-controls .fa {
    font-size: 16px;
}

.owl_slider.blog .owl-next:before,
.owl_slider .owl-prev:before {
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 600;
    display: none;
}

.owl_slider.blog.owl-theme .owl-buttons div:hover {
    background: rgba(244, 140, 18, 0.07);
}

.owl_slider.owl-theme .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 1.8;
    background: transparent;
    color: #fff;
    margin: 3em 1.25em;
    margin-bottom: 0;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 50%);
}

.owl_slider.owl-theme .owl-buttons div:hover {
    background: #fff;
}

.owl_slider.owl-theme .owl-buttons .owl-prev:hover:before,
.owl_slider.owl-theme .owl-buttons .owl-next:hover:before {
    color: #000;
}

.post ._date h6 {
    color: #000000;
    font-weight: 600;
}

.post ._date {
    color: #F7B32B;
}

.post .cgray {
    color: rgba(0, 0, 0, 0.51);
    font-weight: 600;
}

.noteBody h6 {
    color: #000000;
    font-weight: 600;
}

.noteBody p {
    color: #000000;
    margin-bottom: 0px;
}

section._footer {
    background: #1D3557;
}

section.cpright {
    background: #1D3557;
}

section.cpright P {
    margin-bottom: 0px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.ft_services {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.cpright P a {
    color: #f2f2f2;
}

._footer p {
    color: #000000;
}

h2.ftr_logo_txt {
    font-weight: 700;
    color: #fff;
    font-size: 1.45em;
}

.contact_withus {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact_withus h4 {
    font-weight: 700;
    color: #ffffff;
}

.ftmenu h4 {
    font-weight: 700;
    color: #ffffff;
}

.ftmenulist {
    display: flex;
    gap: 40px;
}

p.cpyRyt span {
    color: #F7B32B;
}

.no-padding {
    padding: 0px;
}

.ftmenulist ul li a {
    padding: 10px 0px;
    display: block;
    color: #000000;
    font-weight: 500;
}

.ftmenulist ul li a:hover {
    color: #f7b32b;
}

.contact_withus ul li a {
    background: #f7b32b;
    height: 40px;
    width: 40px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #000;
    font-weight: 700;
}

.contact_withus ul li a:hover {
    background: #000;
    color: #f7b32b;
}

.share_on {
    width: 100%;
    display: block;
}

.share_on h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

.share_on ul {
    padding: 0px;
    width: 100%;
}

.share_on ul li {
    text-decoration: none;
    display: inline-block;
    list-style: none;
}

.share_on ul li a {
    padding: 15px;
    color: #000000;
    padding-left: 0px;
    font-weight: 600;
}

.news_info_right {
    padding-top: 20px;
    width: 100%;
    display: block;
    border-left: 1px solid #00000063;
    padding-left: 30px;
}

.news_info_right .rt_bnr {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.news_info_right .heading {
    width: 100%;
    display: block;
    padding-bottom: 10px;
}

.news_info_right .time span {
    color: #000;
    font-weight: 600;
}

.no_padding {
    padding: 0px;
}

.btm_right {
    display: flex;
    width: 50%;
    position: relative;
}

.btnews_section .btm_right .no_image {
    position: relative;
    margin-right: 0px;
    width: 100%;
    background: #1E00DA;
}

.blog_inner_section {
    width: 100%;
    display: block;
}

.blog_inner_section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0A0CF4;
    margin-bottom: 1em;
    text-align: center;
}

.blog_inner_section .lblog_content {
    padding: 15px 0px;
}

.blog_inner_section .lnewslblog_contentcontent span.newsdate {
    color: #727272;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.blog_inner_section .lblog_content p {
    color: #727272;
}

.blog_inner_section .blog_content {
    width: 100%;
    display: block;
}

.blog_inner_section .lblog_image {
    width: 100%;
    display: block;
}

.blog_inner_section .lblog_sec {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.blog_inner_section .lblog_image img {
    width: 100%;
}

.blog_info_section {
    width: 100%;
    display: block;
}

.blog_info_section h4 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog_info_section .blog_info_img img {
    width: 100%;
}

.blog_info_section .blog_info_img {
    width: 100%;
    display: block;
    margin: 30px 0px;
}

.blog_info_section .blog_para {
    width: 80%;
    margin: 0px auto;
}

.blog_info_section .blog_para ul {
    padding: 0;
    padding-left: 50px;
}

.more_blogs {
    width: 100%;
    display: block;
}

.more_blogs h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0A0CF4;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
}

.more_blogs .lmore_sec {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.more_blogs .lmore_image img {
    width: 100%;
}

.more_blogs .lmore_content h4 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.btnset1 {
    color: #2EC4B6;
    font-weight: 700;
    margin-bottom: 0.8em;
}

a.btnset1:hover {
    color: #000000;
}

a.btnset2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.8em;
}

.center_btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.blog_section {
    background: #fff;
}

section.blog_section ._hdng {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}

.blog_list {
    width: 100%;
    display: flex;
    padding: 10px;
    border: 1px solid #ffffff;
    flex-direction: column;
    transition: 0.3s;
}

.blog_list h6 {
    color: #000000;
    font-weight: 800;
    margin-top: 10px;
}

.blog_list p {
    color: #000000;
    font-weight: normal;
}

.blog_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    object-fit: cover;
}

.blog_list a.btnset2 {
    color: #000000;
}

.blog_date_time {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

.blog_date_time span.date {
    font-weight: 700;
    color: #000;
}

#myBtn:hover {
    opacity: 1;
    background-color: #000;
    border: 1px solid #000;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #2ec4b6;
    border: 1px solid #2ec4b6;
    color: white;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 4px;
    opacity: .85;
}

.club_divs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #F7B32B;
}

.club_divs .testimonials {
    width: 50%;
    background: #000000;
    width: 50%;
    display: block;
    padding: 50px;
}

.testimonials ._hdng {
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.testimonial p {
    color: #fff;
    width: 100%;
}

._appointment {
    position: relative;
    display: block;

}

._appointment img {
    width: 100%;
}

._appointment h2 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0px;
}

.appointmentct {
    position: absolute;
    top: 50%;
    width: 80%;
    justify-content: space-between;
    left: 10%;
    background: transparent;
    transform: translate(0%, -50%);
}

._appointment .btn_theme:hover {
    background-color: #1D3557;
    color: #ffffff !important;

}

.apcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input.btn_submit {
    background-color: #1D3557;
    color: #ffffff !important;
    font-size: 16px;
    padding: 0.5em 2em;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}

input.btn_submit:hover {
    background-color: #1faa9e;
    color: #ffffff !important;
}

.pic_name {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.pic_name p {
    margin-bottom: 5px;
}

.pic_name span {
    color: #fff;
    font-size: 24px;
}

.pic_name img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

._contactInfo ul li {
    margin: 0.85em 0em;
    list-style: none;
}

._contactInfo ul li a {
    color: #ffffff;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

._contactInfo i.fas.fa-map-marker-alt,
._contactInfo i.fa.fa-phone,
._contactInfo i.fa.fa-envelope {
    background: white;
    color: black;
    padding: 8px;
    border-radius: 50%;
    min-width: 35px;
    min-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
}

h2.ftr_h2_txt {
    color: #ffffff;
    font-size: 1.45em;
    font-weight: 700;
}

ul.footter_services li {
    padding: 3px;
    list-style: none;
}

ul.footter_services li a {
    color: #ffffff !important;
    line-height: 30px;
}

ul.footter_services li a:hover {
    color: #1faa9e !important;
}

ul._socIcons {
    margin-bottom: 1.5em;
    text-align: right;
}

._footer ul._socIcons li a {
    width: 35px;
    height: 35px;
    background: white;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    padding: 0.45em;
    border-radius: 50%;
    margin: 0 0.3em;
    box-shadow: 1px 1px 1px 1px #000;
}

._footer ul._socIcons li a i {
    font-size: 20px;
    color: #000;
}

ul.ftr_menu li a {
    color: #ffffff;
}

ul.ftr_menu li a:hover {
    color: #2EC4B6;
}

._footer ul._socIcons li a:hover {
    box-shadow: 1px 1px 1px 1px #2ec4b6;
}

ul.list-inline.ftr_menu {
    text-align: right;
}

._contactInfo {
    margin-top: 40px;
}

._top {
    padding-top: 120px;
}

._top2 {
    margin-top: 120px;
}

._top specialty {
    background: #f2fbff;

}

section._contactForm h2 {
    text-align: center;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 26px;
}

section._contactForm .c_us h2 {
    color: #000000;
}

.c_us.map_contact {
    color: #0A0CF4;
}

.c_us.map_contact h2 {
    text-align: left;
}

._contactForm .form-control {
    background: #0000fe0a;
}

.map_section {
    width: 100%;
    display: block;
    padding-top: 50px;
    background: #fff;
    display: flex;
}

.mapview {
    width: 50%;
}

.c_us.map_contact {
    background: #ffffff;
}

.c_us.map_contact .c_info a {
    color: #000000;
}

.c_row.map {
    justify-content: flex-start;
    align-items: center;
}

.c_row.map ul {
    margin-bottom: 0px;
}

.news_info_left {
    width: 100%;
    display: block;
}

.news_info .time {
    width: 100%;
    display: inline;
    margin-bottom: 10px;
}

.news_info .time span {
    color: #000;
}

.news_info .heading h4 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news_info .ns_banner img {
    width: 100%;
}

.news_info .ns_banner {
    width: 100%;
    margin-bottom: 20px;
}

.news_info_left p {
    color: #000000;
}

section._contactForm {
    margin-top: 0px;
}

.form_div_btn {
    text-align: right;
}

.span_set {
    width: 50px;
    height: 50px;
    background: #021d35;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    opacity: 1;
    border: 2px solid #f2f2f2;
}

.ftr_h2_txt {
    font-size: 22px;
    color: white;
    font-weight: 700;
    margin-bottom: 0.6em;
    text-transform: capitalize;
    width: 100%;
}

ul.footter_services li a {
    color: #d0d6df !important;
}

h5.ftrh5txt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
}

._footer .bottom_line {
    margin-bottom: 0px;
    border-bottom: 1px solid #214476;
}

.news_blok_slider {
    border-radius: 15px;
    flex-direction: column;
}

section.about p.design {
    color: #555555;
    font-weight: 400;
}
.news_slider .owl-item {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-wrapper{
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
.owl-item{
    width:auto !important;
}
.tz-gallery {
    display: block;
    width: 100%;
}
.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    max-height: 270px;
    position: relative;
}
.gallery_inner_image a {
    margin: 10px;
    display: block;
    position: relative;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 20px;
    border: 2px solid #052d47;
}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    content: '';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
    background: url(../img/azi-guard-technology.svg) no-repeat center;
    background-size: 30px;
}

.tz-gallery .lightbox img {
    max-width: 100%;
    height: 100%;
    min-height: 140px;
    max-height: 220px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
    background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%) no-repeat center;
    background-size: 55px;
}


@media (max-width: 767px) {

    img.webbanner {
        display: none;
    }

    img.mobbanner {
        display: block;
    }

    .top_menu {
        display: none;
    }

    a.navbar-brand {
        font-size: 1.3em;
    }

    ._top {
        padding-top: 70px;
    }

    nav.navbar-dark.bg-transparent.sticky-top {
        background: rgb(2 29 53 / 87%) !important;
    }

    .sticky-top {
        padding: 15px;
    }

    .navbar-dark .navbar-brand,
    nav.navbar.sticky-top .nav-link {
        color: #ffffff !important;
    }

    .mob_none {
        display: none;
    }

    .carousel.slide.homeCarousel {
        padding-top: 0em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        z-index: 9999;
    }

    .span_set {
        width: 50px;
        height: 50px;
        background: #021d3561;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        opacity: 1;
        border: 2px solid #f2f2f275;
    }

    .homeCarousel .carousel-caption {
        position: absolute;
        right: initial;
        bottom: initial;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
        color: #000000;
        width: 100%;
        padding: 20px;
    }

    .homeCarousel .carousel-caption h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.4;
    }

    ._dots {
        left: -25%;
        top: -30px;
        min-height: 315px;
    }

    .doctor_ImgBlock {
        max-width: 230px;
        margin: 0 auto;
    }

    section.about h4 {
        margin-top: 0px;
        text-align: center;
    }

    section.about,
    .bg_dark {
        text-align: center;
    }

    section.about h2 {
        font-size: 1.6em;
        font-weight: 700;
    }

    ._statistics {
        margin-top: 0em;
    }

    ._statistics>p {
        font-size: 1.4em;
        text-align: center;
    }

    section.about ._statistics h4 {
        margin-top: 5px;
        margin-bottom: 1.25em;
    }

    ._countr span {
        font-size: 25px;
    }

    ._countr {
        display: flex;
        flex-flow: column;
        text-align: center;
        align-items: center;
        justify-content: flex-start;
        gap: 0px;
    }

    ._contactInfo ul li a {
        flex-direction: column;
        text-align: center;
    }

    h2.ftr_logo_txt {
        text-align: center;
    }

    .ft_services {
        text-align: center;
    }

    ul._socIcons {
        text-align: center;
    }

    ul.list-inline.ftr_menu {
        text-align: center;
    }

    section.cpright P a {
        width: 100%;
        display: block;
    }

    section._top.specialty {
        text-align: center;
    }

    ._vdo {
        min-height: 300px;
    }

    ._vdo img {
        max-width: 70px;
    }

    ._appointment {
        flex-flow: column;
        padding: 0px;
        min-height: auto;
    }

    ._appointment h2 {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0px;
    }

    .appointmentct {
        position: absolute;
        top: 50%;
        width: 90%;
        justify-content: space-between;
        left: 5%;
        background: transparent;
        transform: translate(0%, -50%);
    }

    .flex_speciality {
        gap: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flex_speciality .rt_ct span.check-wrap {
        display: none;
    }

    .flex_speciality .rt_ct {
        display: block;
    }

    section._top.specialty h2 {
        font-size: 26px;
    }

    .ft_services {
        border-top: 0px solid #f2f2f2;
        border-bottom: 0px solid #f2f2f2;
    }

    .carousel-inner img {
        width: 420px;
        height: 500px;
    }

    section._writeReviewSection._contactForm h2 {
        text-align: center;
    }

    ._writeToUs,
    .c_us {
        padding: 30px;
        text-align: left;
    }

    input.btn_submit {
        float: none;
        margin: 0px auto;
    }

    .form_div_btn {
        text-align: center;
    }

    .c_row {
        display: flex;
        align-items: center;
        margin: 1em 0em;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        text-align: center;
    }

    .navbar-nav {
        text-align: left;
    }

}

@media only screen and (max-width: 990px) {}