/* 1399 css */

@media screen and (max-width:1399px) {
    .business_bg {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .sceme_sec {
        width: 90%;
    }
}


/* 1199 css */

@media screen and (max-width:1199px) {

    .carousel-inner,
    .carousel-item {
        height: 26rem !important;
    }

    .center_banner_section {
        padding-bottom: 15px;
    }

    .main-header {
        font-size: 28px;
    }

    .sceme_img img {
        height: 250px;
    }

    .sceme_sec {
        width: 100%;
    }

    .latest_news_section {
        padding-bottom: 20px;
    }

    .about-content .left-style p {
        font-size: 28px;
        line-height: 36px;
    }
}



/* 991 css */

@media screen and (max-width:991px) {
    .section-header .title {
        font-size: 26px;
    }

    .carousel-inner,
    .carousel-item {
        height: 20rem !important;
    }

    .section-header .title {
        font-size: 24px !important;
    }
    
    
    .second_r{
        border-right:none;
    }
    
    .marquu_static{
        display:none;
    }
}


/* 767 css */

@media screen and (max-width:767px) {
    .header_background {
        display: none;
    }

    .header-wrapper .logo img {
        max-width: 60%;
    }
}


/* 575 csss */

@media screen and (max-width:575pc) {
    .product-image {
        height: 160px;
    }
}

/* 450 css */

@media screen and (max-width:450px) {

    .carousel-inner,
    .carousel-item {
        height: 10rem !important;
    }

    .late_text h4 {
        font-size: 18px;
    }

    .section-header .title {
        font-size: 22px !important;
    }

    .business_bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .btn-pdf {
        font-size: 16px;
    }

    .double-banner-1 {
        height: 15rem;
    }

    .double-banner-content h5 {
        font-size: 18px;
    }

    .product-image {
        height: 160px;
    }

    .product-title {
        font-size: 16px;
    }

    .product-text {
        font-size: 20px;
    }

    .product-card .card-img-top {
        height: 150px;
    }

    .latest_news_section {
        padding-bottom: 15px;
    }

    .about-content .left-style p {
        font-size: 22px;
        line-height: 32px;
    }
    
    .about_img img{
        height: 250px;
    }
}