

@media screen and (max-width:375px) {
 .header_links span{
    display: none;
 }
 .banner_form input{
    width: 100%;
 }
 .icon-card{
    flex-direction: column;
 }
 .icon-card img{
    width: 50%;
 }
}
@media screen and (max-width:525px) {
    .header_section{
        background: var(--color-blue);
    }
    .header_links{
        max-width: 50%;
    }
}
@media (min-width:526px) and (max-width:767px) {
  
}
@media (min-width:768px) and (max-width:991px) {
 
}
@media (min-width:992px) and (max-width:1024px) {

}
@media (min-width:1025px) and (max-width:1399px) {
   
}
@media (min-width:1400px) {
 .banner_para{
    max-width: 80%;
 }
 .banner_content-box{
    margin-bottom: 32%;
 }
 .banner-card_section{
    margin-top: -9% !important;
}
.icon-sec_title{
    max-width: 70%;
}
.contact-img{
   height: 570px !important;
   margin-left: -5%;
}
.form_box{
   margin-left: -15%;
}
}