.breadcrumb-holder-about {
    padding-top: 22px !important;
}

.current_active_page {
    margin-top: 5px !important;
}

.contact-form1 {
    width: 100%;
    display: flex;
    gap: 10px;
}

.contact-form2 {
    width: 100%;
    display: flex;
}

.contactFormInput2 {
    /* margin: 0px 18px; */
}

.contact-form3 {
    width: 100%;
    gap: 0px;
}

.contact_form_submit {
    padding: 16px 24px !important;
    font-family: "Noto Sans", sans-serif !important;
}

.contact-form-parent {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contactFormInput {
    width: 100%;
}

.captcha_code_contact {
    width: 50%;
}

.contactFormContainerMain {
    padding: 20px;
}

.contact_form_message_submit p {
    margin-bottom: 0 !important;
}

.sending-msg-contact {
    margin-top: 0px !important;
}

.homeBannertitle {
    font-size: 20px;
    font-weight: 400 !important;
    margin-bottom: 6px !important;
}

.meetTheDoctor-btn a:hover {
    background-color: white !important;
    color: #000000 !important;
    border-color: #7CBA3D !important;
}

.homePageHeroSectionBox {
    font-size: 23px;
    font-weight: 500 !important;
    letter-spacing: 0;
}

.homePageHeroSectionBoxP {
    font-size: 19px !important;
    line-height: 28px;
}

.working_table tbody tr td {
    font-size: 16px !important;
    line-height: 25px;
    color: inherit;
    text-align: justify;
    font-family: "Noto Sans", sans-serif !important;
    font-weight: 600;
}

.homePageLeftContainer {
    width: 28%;
    flex: unset;
    max-width: unset;
}

.homePageLeftContainerMain {
    margin-left: 150px;
}

.openingHourHome {
    text-transform: capitalize !important;
    font-weight: 600 !important;
    margin: 0px 0px 26px 0px;
}

.contacts-2-container1 {
    width: 50%;
    flex: unset;
    max-width: unset;
}

.contacts-2-container2 {
    width: 50%;
    max-width: unset;
    flex: unset;
}

.price_logo_appointment {
    width: 18px;
    height: 18px;
    fill: white;
    margin-top: -3px;
    margin-right: -6px;
}

.box_appointment_lab_button_svg {
    width: 18px;
    height: 18px;
    fill: #7CBA3D;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-top: 2px;
}

.contact-iframe-containers1 {
    padding: 0px;
}

.breadcrumb-container .breadcrumb-holder {
    padding-top: 22px !important;
}

.breadcrumb-container .breadcrumb-holder h4 {
    margin-top: 5px !important;
}

.breadcrumb-container .breadcrumb-item+.breadcrumb-item::before {
    color: #000 !important;
}

.box_appointment_lab1 span {
    background-color: #71bd4a;
    border-radius: 6px;
    padding: 10px 13px 12px 13px;
    color: white;
}

.book_appointment_labe {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

.box_appointment_lab2 {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
}

.box_appointment_lab2 span {
    padding: 10px 10px 10px 10px;
    border-right: 0px;
    color: #000000;
    display: flex;
    align-items: center;
}

.box_appointment_lab_button a {
    font-weight: 500 !important;
    display: flex;
    align-items: center;
}

.tabs_2_all_services_container {
    display: none;
}

.services-card {
    width: 20%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    min-height: 150px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.4s linear;
    border: 1px solid #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .3);
}

.services-card a {
    padding: 10px;
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 150px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.4s linear;
    border: 1px solid #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .3);
}

.services_listsec {
    width: 100%;
    /* padding: 50px 0; */
    overflow: hidden;
}

.what-box {
    padding: 10px;
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 150px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.4s linear;
    border: 1px solid #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .3);
}

.what-box h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 5px;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 70%;
    position: relative;
    z-index: 9;
}

.what-box img {
    position: relative;
    z-index: 1;
    filter: hue-rotate(357deg);
}

.what-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 85px solid #fff0;
    border-right: 100px solid #71bd4a21;
    border-bottom: 85px solid #fff0;
    right: -2px;
    transition: all 0.4s ease-in-out 0s;
}

.services_listsec a:hover .serv-box-text {
    color: #71bd4a;
}

.what-box:hover {
    box-shadow: none;
    border-color: #7CBA3D;
}

.industrielist_row .owl-dots {
    width: 100%;
}

.what-box:hover:after {
    border-right: 200em solid #71bd4a21;
    transition: all 0.8s ease-in-out 0s;
    right: 0;
}

.services_listsec .container {
    max-width: 100%;
}

.services_listsec_card {
    flex: unset;
    max-width: unset;
}

.tabs_2_all_services {
    padding: 50px 17px;
}

.reviews_2_all_services_parent {
    display: none;
}

.service_industres {
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0;
    overflow: hidden;
}

.headingpara_col {
    max-width: 1340px;
    margin: 0 auto;
}

.industrielist_row {
    display: flex!important;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.industrielist_row .item a {
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff0;
    padding: 20px 20px;
    transition: all 0.5s;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.industicon {
    margin: 0 0 15px;
}

.industrielist_row .item a p {
    color: #0c0c0c;
    font-weight: 600;
    margin: 0;
}

.industrielist_row .industicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px!important;
    height: 100px!important;
}

.industicon img {
    transition: all 0.4s;
    margin: 0 !important;
}

.industrielist_row .item {
    padding: 10px;
    width: 100%;
}

.industrielist_row .item img {
    width: 100% !important;
}

.slick-slide img {
    display: block;
}

.industrielist_row .item a:hover {
    border: 1px solid #7CBA3D;
}

.service_industres li a:hover img {
    transform: scale(1.1);
}

.service_industres .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reviews-holder2 {
    display: flex;
    flex-wrap: wrap;
    /* width: 88%; */
}

.reviews-holder2 .owl-stage-outer {
    margin: 0 auto;
    padding: 0px -20px;
    overflow: hidden;
    width: 98%;
}

.reviews-holder2 .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.reviews-holder2 .owl-stage .owl-item {
    width: calc(3% - 10px) !important;
    margin: 5px;
}

.industrielist_row .owl-stage .owl-item {
    width: 220px !important;
}

.industrielist_row .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.our_department_slider .owl-stage .owl-item {
    width: calc(4.4% - 10px) !important;
    margin: 5px;
}

.serv_item .owl-stage .owl-item {
    width: calc(3% - 10px) !important;
    margin: 5px;
}

.reviews-holder2 .owl-item img {
    width: unset !important;
    margin-top: unset !important;
    margin-left: unset !important;
    display: unset !important;
}

@media (min-width: 768px) {
    .services_listsec .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .services_listsec .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .services_listsec .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .services_listsec .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .services_listsec .container {
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .services_listsec .col-xl-3 {
        width: 20%
    }
    .service_industres .container {
        max-width: 100%;
    }
}