@media screen and (max-width: 767px) {
    
    .zipcode_section .d-flex:nth-child(2){
     padding-top: 15px;
     justify-content: space-between !important;
    }
     .key_perform{
        text-align: center;
     }
   }
@media screen and (min-width:768px){
    .pricing_section{
        padding-top: 85px;
        margin-bottom: 124px;
    }
    
    .internet_help_sec{
        padding-top: 85px;
        margin-bottom: 124px;
    }
    .internet_pricing_section{
        padding-top: 10px !important;
        margin-bottom: 20px !important;
    }

}
 

@media (min-width:766px) and (max-width:989px){
    .couple_img{
        width: 100% !important;
    }
}
@media screen and (max-width:1499px){
    .lft-img{
        display: none;
    }
    .rit-img{
        display: none;
    }
    
}
@media screen and (max-width:999px){
     
    .info-right{
        display: none;
    }
    .info-left{
        display: none;
    }
    .banner_content{
        margin-top: 20px;
		margin-bottom:50px;
    }
}
@media screen and (min-width:766px) {
    .footer_txt_center{
        text-align: center;
    }
  
}
@media screen and (max-width:699px) {
    .button_submit{
        margin-right: 85px;
    }
    .number_input{
        margin-left: 8px;
    }
    .internet_info_section button{
        margin:0 auto;
    }
    .name_input{
        margin-left:8px;
        
    }
    .info_reverse_section{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width:424px) {
 .name_input{
    width:100px;
    margin-left:8px;
}
.mobile_number_input{
    width:100px;
}
.number_input{
    width:100px;
    margin-left:38px;
}
.button_submit{
        margin-right: 50px;
    }
    
}














   
 