@media only screen and (min-width: 1801px) and (max-width: 2700px){
  
}
@media only screen and (min-width: 1201px) and (max-width: 1800px){
  
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .sectionHeading h2{
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .sectionHeading h2{
    font-size: 30px;
  }
  .chartBox #CalculationChart1{
    width: 100% !important;
    margin: 50px 0 !important;
  }
}
@media only screen and (max-width: 767px){
  .chartBox #CalculationChart1{
    width: 100% !important;
    margin: 50px 0 !important;
  }
  .savings-calculator__item label strong{
    width: auto;
  }
  .info-panel{
    max-width: inherit;
    width: 100%;
  }
  .sectionHeading h2{
    font-size: 26px;
  }
  .button-submit{
    width: 96% !important;
  }
  .headTop{ 
    padding: 0;
  }
  #header_logo{
    margin: 0;
    max-width: 210px;
  }
  .select-ctm-input{
    width: 100% !important;
  }
  .info-form-section{
    padding: 35px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
  .button-submit{width: 90% !important;}
  .sectionHeading h2 {font-size: 20px;}
  .footer .footer-copyright{font-size:16px;}
  .footer-img img{width: 200px;padding: 20px 0 0 0;}
}