html,body{
    overflow-x:hidden;
  }
  .banner_form{
      background:#fff;
      padding:3% 5% 5% 5%;
  }
  .banner_form .form-group .form-control {
      color: #495057;
      background-color: #ffffff;
      border-radius: 4px;
  }
  .banner_form h2{
      color:#000;
      font-weight: bold;
      text-align:center;
      font-size:25px;
  }
  .navbar .navbar-brand img{
    height:50px;
    margin:1% 3%;
  }
  .navbar{
    box-shadow:0px 0px 30px rgba(0,0,0,0.4);
  }
  /* banner section start  */

    .Form_page_banner_section{
        background-color:#A21D31 !important;
        background-size:cover;
        background-position: center center;
        background-repeat: no-repeat;
        height:auto;
        padding:5% 0%;
    }
    .Form_page_banner_section h2{
        color:#fff;
        font-size:50px;
    }
    .Form_page_banner_section p{
      color:#fff;
      font-size:20px;
    }

    /* banner section end  */

    /* form section start  */

    .form_section{
      padding:3% 0%;
      background:#f1f1f1;
    }
    .form_section .banner_form{
      box-shadow:0px 0px 30px rgba(0,0,0,0.4);
      animation: glow 0.5s infinite;
      margin:0 auto;
    }
    .form_section .form-control{
      border:1px solid #727476 !important;
    } 
    .form_section .banner_form h3{
      font-size:35px;
    }

    /* form section end  */

    /* footer section start  */

    .footer_section{
      background:#A21D31;
      padding:2% 0%;
    }
    .footer_section h3{
      color:#fff;
      font-size:35px;
    }
    .footer_section hr{
      width:15%;
      border:2px solid #fff;
    }
    .footer_section p{
      font-size:20px;
      color:#fff;
    }

    /* footer section end  */

    /* copy right section start  */

    .copy_right{
      background:#000;
    }

    /* copy right section end  */

    @media (min-width:320px) and (max-width:480px){
      .navbar .navbar-brand img {
        height: 25px !important;
        margin: 1% 3%;
      }
      .Form_page_banner_section h2 {
        font-size: 40px;
      }
      .Form_page_banner_section p {
          font-size: 15px;
      }
      .form_section {
        padding: 10% 0%;
        background: #f1f1f1;
      }
      .form_section .banner_form h3 {
        font-size: 25px;
      }
    }