/* CTA Section  */
.bottom-cta{
  padding: 100px 50px;
  background-color: #ffffff;
  }
.bottom-cta h2{
  font-size: 48px;
  line-height: 61px;
  padding-bottom: 30px;
  }

    
      .cta-bottom a {
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        line-height: 20px;
      }
      .cta-button:hover{
        color: #272727;
        text-decoration: none;
        background: #ffffff;
        border: 1px solid #fc8e26;
      }
.cta-button:active{
        color: #ffffff;
        text-decoration: none;
      }
      .cta-button:visited{
        color: #ffffff;
        text-decoration: none;
      }
  @media (max-width: 991px) and (min-width: 767px) {
       .bottom-cta h2 {
          font-size: 30px !important;
          line-height: 35px !important;
        }
   
      }
      @media (max-width: 767px) {
        .bottom-cta{
        padding: 50px 20px!important;
        }
        
        .bottom-cta h2 {
          font-size: 24px !important;
          line-height: 29px !important;
        }
      }
.cta-button{
max-width: 315px;
background: #fc8e26;
  padding: 18px 122px;
  border: none;
  outline-style: none !important;
}
@media (max-width: 767px) and (min-width: 585px){
  .cta-button{
  padding: 14px 100px !important;
  }
}
@media (max-width:585px){
  .cta-button{
  padding: 12px 60px !important;
  }
}
@media (max-width: 1100px) and (min-width: 767px){
  .bottom-cta{
  padding: 50px !important;
  }
}
.bottom-cta
/* CTA Section  */