.feature-block-four .inner-box:before {
    position: absolute;
    height: 200px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: -100px;
    border-radius: 50%;
    background-color: #0091CB !important;
    opacity: 0;
    z-index: 9;
    transform: scale(0);
    content: "";
    transition: all 600ms ease;
}

a {
    color: #0091CB;
}

a:hover {
    color: #025B7F !important;
}

.feature-block-four .inner-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    border-bottom: 3px solid #0091CB !important;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-three {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 40px;
    font-weight: 600;
    background: #025B7F;
    overflow: hidden;
    min-width: 170px;
}

.header-style-three .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-scroll-img {
    height: 100px !important;
}

.service-scroll-img img {
    height: 100%;
    object-fit: cover;
}

.service-block-four .image-box .image img {
    height: 473px;
    object-fit: cover;
}

.why-choose-us .appointment-box {
    margin-top: 0px;
}

.footer-logo-h a img {
    width: 210px;
    /* #025B7F */
}

.btn-style-one {
    background-color: #025B7F !important;
}

/* .btn-style-three{
    background-color: #025B7F !important;
    color: white;
}

.btn-style-three:hover{
    color: #025B7F !important;
} */

.btn-style-one:hover {
    color: #1370b5 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.testimonial-block-two .inner-box {
    position: relative;
    background-color: #ffffff;
    padding: 40px 40px 35px;
    box-shadow: 0 0px 30px rgba(8, 0, 0, .05);
    border-bottom: 2px solid #025B7F;
}

.forborderbottom {
    border-bottom: 2px solid #025B7F !important;
}

.footertiming h4 {
    color: white;
    font-size: 16px;
}

.footertiming span {
    color: white;
    font-size: 14px;
}

.why-choose-us .appointment-box {
    position: relative;
    background-color: #ffffff;
    margin-top: 0px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
}

.our-facility-h {
    width: 100%;
    background-color: #EFF8FF;
}

.our-facility-h .our-facility-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 10px;

    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.our-facility-h .our-facility-container .h-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.our-facility-h .our-facility-container .h-header h2 {
    font-size: 30px;
    color: #1370b5;
}


.our-facility-h .our-facility-container .h-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.our-facility-h .our-facility-container .h-row .h-col {
    width: 22%;
    border-radius: 10px;
    background-color: white;
    padding: 10px 15px;
    height: 283px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    transition: all 0.5s linear;
}

.our-facility-h .our-facility-container .h-row .h-col img {
    width: 90px;
    margin-bottom: 10px;
}

.our-facility-h .our-facility-container .h-row .h-col h4 {
    font-size: 22px;
    text-align: center;
    color: #025B7F;
    transition: all 0.5s linear;
}

.our-facility-h .our-facility-container .h-row .h-col p {
    transition: all 0.5s linear;
    color: black;
}

.our-facility-h .our-facility-container .h-row .h-col:hover {
    background-color: #025B7F;
}


.our-facility-h .our-facility-container .h-row .h-col:hover h4 {
    color: white;
}

.our-facility-h .our-facility-container .h-row .h-col:hover P {
    color: white;
}

.our-facility-h .our-facility-container p {
    text-align: center;
}

@media (max-width:750px) {
    .our-facility-h .our-facility-container .h-row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;

        flex-direction: column;
        gap: 15px;
    }

    .our-facility-h .our-facility-container .h-header h2 {
        font-size: 30px;
        color: #1370b5;
        text-align: center;
    }

    .our-facility-h .our-facility-container .h-row .h-col {
        width: 100%;
        border-radius: 10px;
        background-color: white;
        padding: 10px 15px;
        height: auto;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 6px;
        transition: all 0.5s linear;
    }
}

/* .about-section .content-column .inner-column{
    padding-top: 0px !important;
} */

.forcontactdetailheight {
    height: 100px !important;
}

.appointment-section-h {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-footer .widgets-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2a4c57 !important;
    opacity: .95;
    content: "";
}

.equipment-section-h {
    width: 100%;
}

.equipment-section-h .equipment-container-h {
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.equipment-section-h .equipment-container-h .heading-h {
    width: 100%;
    /* text-align: center; */
}

.equipment-section-h .equipment-container-h .heading-h h2 {
    text-align: center;
}

.mm-menu_theme-dark {
    --mm-color-border: rgba(0, 0, 0, 0.3);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.85);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    /* --mm-color-background: #6d5d5d; */
    --mm-color-background: #025B7F !important;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
    --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.services-section-four {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 40px 0 !important;
    background-color: #fafafa;
}

.forlowpadding {
    padding: 60px 0 !important;
}

.sec-title {
    margin-bottom: 30px !important;
}

.main-footer .contact-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px !important;
    line-height: 1em;
    color: #ffffff;
}

.main-footer .contact-list li {
    position: relative;
    padding-left: 50px !important;
    margin-bottom: 22px;
}

.fortextblack{
    color: black !important;
}

.fortextblue{
    color: #025B7F !important;
}

.foraligncenter{
    align-items: center;
}

.forborderradius{
    border-radius: 10px;
    overflow: hidden;
}

/* .text{
    color: black !important;
} */

@media (max-width:750px) {
    .about-section-four {
        padding: 0px 0px !important;
    }

    .fortitlecenter{
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .sec-title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sec-title h2 {
        text-align: center;
    }

    .sec-title p {
        text-align: center;
    }

    .sec-title a {
        text-align: center;
    }

    .foraboutbtncenter {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .slide-item {
        height: 300px !important;
    }

    .slide-item .auto-container {
        height: 100%;
    }

    .slide-item .auto-container .content-outer {
        height: 100% !important;
    }

    .slide-item .auto-container .content-outer .content-box {
        height: 100% !important;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

}

@media only screen and (max-width: 479px) {
    .banner-section-three .content-outer {
        min-height: 100% !important;
    }
}

.banner-section-three .content-outer {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
}

@media only screen and (max-width: 599px) {
    .page-title h1 {
        font-size: 26px !important;
    }
}