
.heading_center{
    font-size: 23px;
    color: #2b5db2;
}
.lable_head{
    margin-top: 20px;
    color: #242424;
    font-weight: 400;
}
.form-controlmessage{
    width: 100%;
    height: 150px;
    border: #a8a8a8 1px solid;
}
.qr_input{
    border: #a8a8a8 1px solid;
    width: 95%;
}
.sends_btn, .sends_btn:hover{
    background-color: #2b5db2;
    margin-top: 25px;
    width: 130px;
    color: #ffffff;
    border-radius: 0px;
}
.company_info{
    padding: 50px 20px;
    margin-top: 35px;
}
.info_box{
    padding-top: 30px;
}
.info_head{
    font-size: 16px;
    color: #343435;
    margin-top: 20px;
    font-weight: 600;
}
.info_subhead{
    color: #2b5db2;
    font-weight: 600;
}
.info_text{
    color: #1a1a1a;
    margin-top: -10px;
    margin-bottom: 0px;
    margin-right: 80px;
    font-size: 15px;
}
  /******************************************** (min-width: 320px) and (max-width:480px) *******************************************/
  @media only screen and (min-width: 280px) and (max-width:480px)
  {
    .pc_list{
        display: none;
    }
    .second_header{
        display: none;
    }
.form_box{
    width: 90%;
    margin: auto;
}
.reach_us_box{
    padding: 0px 0px 45px 15px;
}
  }
    /******************************************** (min-width: 320px) and (max-width:480px) *******************************************/
    @media only screen and (min-width: 480px) and (max-width:576px)
    {
        .pc_list{
            display: none;
        }
        .second_header{
            display: none;
        }
  .form_box{
      width: 80%;
      margin: auto;
  }
  .reach_us_box{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
  }
    }
  /******************************************** (min-width: 320px) and (max-width:480px) *******************************************/
  @media only screen and (min-width: 576px) and (max-width:768px)
  {
    .pc_list{
        display: none;
    }
    .second_header{
        display: none;
    }
.form_box{
    width: 80%;
    margin: auto;
}
.reach_us_box{
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}
  }
    /******************************************** (min-width: 320px) and (max-width:480px) *******************************************/
    @media only screen and (min-width: 768px) and (max-width:991px)
    {
        .pc_list{
            display: none;
        }
        .second_header{
            display: none;
        }
    }