@media screen and (max-width:375px) {
  
}


@media screen and (max-width:525px) {
  .header_section a{
    font-size: 12px;
  }
 .icon-box img{
   width: 100% !important;
 }
 .main_section{
  background-image: none;
background-color: white;
}

}

@media (min-width:525px) and (max-width:767px) {

}

@media (min-width:767px) and (max-width:991px) {
  .sub-hero_section{
    margin-top: -20%;
}
}

@media (min-width:991px) and (max-width:1024px) {
 
  
}

@media (min-width:1024px) and (max-width:1400px) {
  .sub-hero_section{
    margin-top: -15%;
}
.plan_list{
  font-size: 12px;
}
}

@media (min-width:1400px) {

}