@media screen and (min-width: 992px) and (max-width: 1024px) {

    .navbar a,
    .navbar a:focus {
        font-size: 15px;
        padding: 5px 2px;
    }

    .slider_img {
        height:405px;
    }

    .about_side_img {
        height: 544px;
        width: 100%;
        position: relative;
    }

    .before_after .about_h_b::after {
        height: 576px;
    }

    .pricingTable {
        height: 475px;
    }

    .counter .counter-content {
        height: 104px;
        width: 101px;
        color: #303030;
        text-align: center;
        padding: 20px 10px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
        position: relative;
        transition: all 0.3s;
    }
    .counter .counter-content:before, .counter .counter-content:after {
        content: '';
        height: 135px;
        width: 136px;
        border: 3px solid #000000;
        border-left: none;
        border-right: none;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(10deg);
        transition: all 0.3s;
    }
    .counter .title {
        display: block;
        font-size: 10px;
        font-weight: 600;
        margin: 0 0 5px 0;
        text-transform: uppercase;
    }
    .counter .counter-value {
        font-size: 26px;
        font-weight: 600;
    }
    .about_home_img {
        height: 534px;
        width: 100%;
    }
    .news_image {
        height: 169px;
        width: 100%;
    }
    .main_section {
        margin-top: 104px;
    }
    .home_about_box .title {
        color: #1b196b;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 0 7px;
    }
    .notice_box {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        padding: 0 0 40px;
        height: 302px;
        border-bottom: 7px solid #1b196a;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        position: relative;
        z-index: 1;
    }
    .home_about_box {
        color: var(--main-color);
        background: #686868;
        font-family: 'Nanum Gothic', sans-serif;
        text-align: center;
        padding: 35px 25px;
        margin: 0 10px;
        border-radius: 20px;
        position: relative;
        z-index: 3;
        height: 233px;
    }
    .blog_height_p {
        height: 58px;
    }
    .news_img {
        height: 201px;
        width: 100%;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) {

.about_section {
    margin-top: 92px;
}
.counter {
    margin-bottom: 10px;
}
section {
    padding: 23px 0;
    overflow: hidden;
}
.textimonial_box {
    margin: 0 9px 0px;
}
.main_section {
    margin-top: 106px;
}
}
