/* respiosnive style css  */

@media screen and (max-width:375px){
.navbar-brand{
  width:50% !important ;
}
.providers_sec .provider_heading {
    font-size: 18px;
    padding: 5px 5px;
}
}

@media (max-width: 575.98px) { 
.cards_sec {
    margin-top:180px;
 }
.cards_sec .card{
    height:327px !important;
}
        .paddesk {
        padding: 5% 0% !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 

 }


@media (min-width: 768px) and (max-width: 991.98px) { 
   .banner_style {
    margin-left: 6% !important;
} 
.cards_sec .card{
    height:350px !important;
}
 }


@media (min-width: 992px) and (max-width: 1199.98px) {
.best_deals .deals_con {
    margin-top: -12px !important;
}
.banner_style {
    margin-left: 9% !important;
}
.next_Sec .before_Design {
    padding-left: 10px;
    margin-left: 1%;
}
 }


@media (min-width: 1024px) and (max-width: 1399.98px) { 
.best_deals .deals_con {
    margin-top: -12px !important;
}
}

@media (min-width: 1400px) { 

}