@media only screen and (max-width: 991.5px) {
    .navbar-brand img {
        height: 35px;
    }

    .slider_text_wrapper {
        bottom: calc(100% - 70%);
    }

    .about-heading {
        font-size: 3.85vmin;
    }

    .about-title {
        font-size: 5vmin;
    }

    .about-text {
        font-size: 4vmin;
    }

    #services .service-image {
        height: 300px;
    }

    .stat-card .stat_card_small_txt,
    .section-title {
        font-size: 4vmin;
    }

    .stat-card .stat_card_heading {
        font-size: 5vmin;
    }

    .stat-card .stat_card_para_txt {
        font-size: 4.5vmin;
    }

    .stat-card {
        margin-bottom: 30px;
    }

    .white-block ul li,
    .service-block ul li {
        font-size: 4.5vmin;
    }

    .service-block,
    .white-block {
        padding: 25px 25px !important;
    }

    .carousel-wrapper .slick-slide img {
        height: 40vh;
    }

    .custom_logo_design .carousel-inner .carousel-item {
        height: 300px;
    }

    .contact-page .form-box {
        padding: 15px;
    }

    .contact-information .contact-detail-main {
        padding: 15px;

    }

    .contact-information {
        padding: 30px;
    }
    address p {
    font-size: 4.75vmin;
    }
}