.my-btn {
      border-radius: 20px;
      border:1px solid #47b2e4;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 20px;
      padding-right: 20px;
      min-width: 120px;
      background: #47b2e4;
      color: white;
    }
    .my-btn:hover {
      color: white;
    }
    li.btn {
      top: -5px;
    }
    .right-desktop-center-mobile {
      text-align: right;
    }
    .left-desktop-center-mobile {
      text-align: left;
    }
    .icon-box-1 {
      background: white; min-height: 300px; padding: 20px; margin-bottom: 50px; border-radius: 0px; box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    }
    .validate {
      color: red;
    }
    .form-div {
      position: relative;
      left: 25%;
      width: 50%;
    }




    @media(max-width: 1120px){
      .btn .my-btn {
        width: 100%;
      }
      li.btn {
        border:0px solid red;
        width: 100%;
        padding: 10px;
      }
      .right-desktop-center-mobile, .left-desktop-center-mobile {
        width: 100%;
        text-align: center;
      }
      .form-div {
        position: relative;
        left: 0%;
        width: 100%;
      }
    }
    