@media (max-width:991px){
    .hero_img .display-5{
        font-size: 45px;
    }
    .hero_img .lead br{
        display: none;
    }
    .feature-card h5{
        padding: 10px 4px 0px;
    }
    .freezer_sec .feature-card h5{
            font-size: 16px;
    }
    .freezer_sec .feature-card{
            min-height: 240px;
    }
    .service_sec .feature-card p {
    min-height: 84px;
    }
    .WhatsApp_number{
            font-size: 18px;
    }
    .request_form .col-md-7 {
            width: 100%;
    }
    footer .keyword-list li{
            font-size: 13px;
    }
}

@media (max-width:767px){
    .header_btn{
            width: 100%;
            justify-content: center;
    }
    .hero_img .display-5 {
        font-size: 32px;
    }
    .hero_img .lead {
    font-size: 16px;
    }
    .slider_phone{margin-right:0px !important; min-width: 100%;}
    .slider_whatsapp{margin-top: 16px; min-width: 100%;}
    ul.slider_content_list{
    flex-direction: column;
    }
    ul.slider_content_list li {
    background: #1e3d8f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0px;
    }
    .max_1024 .col-md-3 {
    width: 50%;
    }
    .feature-card h5 {
        font-size: 13px;
    }
    .freezer_sec .feature-card {
        min-height: auto;
    }
        .service_sec .feature-card p {
        min-height: auto;
    }
    .available_img{
            margin: 0px auto 20px;
    }
    .cta_action{
        margin: auto;
    }
    footer{
        padding: 0px 10px;
    }
    footer .service-section{
            padding: 30px 0;
    }
    .footer_colm h5, .footer .contact-link{
            font-size: 16px;
    }
    .positionfixed {
    min-width: auto;
}
}