
@media (max-width: 420px) {
    .main {
      background-image: none !important;
      display: block !important;
    }
    header {
      padding-top: 15px !important;
    }
    .form-group input {
      width: 100%;
      height: 50px;
    }
    .form-group button {
      height: 50px;
      width: 130px;
      right: 0;
    }
    .has-line {
      text-align: center;
      padding: 0;
    }
    .has-line::before {
      display: none;
    }
    h1 {
      text-align: center;
    }
    .social-icon a {
      height: 35px !important;
      width: 35px !important;
      color: #001141 !important;
      border-color: #001141 !important;
    }
    header .logo {
      width: 140px;
    }
    .newsletter-area {
      padding-top: 150px;
      margin-bottom: 50px;
    }
  }
  
  @media only screen and (min-width: 420px) and (max-width: 574px) {
    .main {
      background-image: none !important;
      display: block !important;
    }
    header {
      padding-top: 15px !important;
    }
    .form-group input {
      width: 100%;
      height: 50px;
    }
    .form-group button {
      height: 50px;
      width: 130px;
      right: 0;
    }
    .has-line {
      text-align: center;
      padding: 0;
    }
    .has-line::before {
      display: none;
    }
    h1 {
      text-align: center;
    }
    .social-icon a {
      height: 35px !important;
      width: 35px !important;
      color: #001141 !important;
      border-color: #001141 !important;
    }
    header .logo {
      width: 150px;
    }
    .newsletter-area {
      padding-top: 150px;
      margin-bottom: 50px;
    }
  }
  
  @media (min-width: 575px) and (max-width: 767px) {
    .main {
      background-image: none !important;
      display: block !important;
    }
    header {
      padding-top: 15px !important;
    }
    .form-group input {
      width: 100%;
      height: 50px;
    }
    .form-group button {
      height: 50px;
      width: 130px;
      right: 0;
    }
    .has-line {
      text-align: center;
      padding: 0;
    }
    .has-line::before {
      display: none;
    }
    h1 {
      text-align: center;
    }
    .social-icon a {
      height: 35px !important;
      width: 35px !important;
      color: #001141 !important;
      border-color: #001141 !important;
    }
    header .logo {
      width: 160px;
    }
    .newsletter-area {
      padding-top: 150px;
      margin-bottom: 50px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .main {
      background-image: none !important;
    }
    .social-icon a {
      color: #001141 !important;
      border-color: #001141 !important;
    }
    .form-group input {
      width: 100%;
      height: 55px;
    }
    .form-group button {
      height: 55px;
      right: 0;
    }
    .has-line {
      text-align: center;
      padding: 0;
    }
    .has-line::before {
      display: none;
    }
    h5 {
      font-size: 18px !important;
    }
    h1 {
      margin: 0 auto;
      max-width: 540px !important;
      text-align: center;
      font-size: 50px !important;
      line-height: 50px !important;
    }
    .footer-social-links{
      text-align: center;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
    .form-group button {
      right: 0 !important;
      height: 60px;
    }
    .form-group input {
      width: 90%;
      height: 60px;
    }
  }
  
  @media (min-width: 1201px) and (max-width: 1399px) {
    .form-group button {
      right: 0 !important;
    }
    .form-group input {
      width: 90%;
    }
  }
  
  @media (max-width: 767px) {
    h1 {
      font-size: 32px;
      line-height: 40px;
    }
    h5 {
      font-size: 16px;
    }
    .footer-social-links{
      text-align: center;
    }
    .footer-social-links H5{
      margin-bottom: 15px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
    h1 {
      font-size: 46px;
      line-height: 44px;
    }
    h5 {
      font-size: 20px;
    }
  }