.commonstickyform {
          padding: 0.2rem;
          background-color: #132236;
        
          z-index: 10000;
          position: fixed;
          bottom: 0;
          right: 0;
          left: 0;
          display: block;
        }

        .commonstickyform .containerAsp {
          width: 1175px;
          max-width: 80%;
          margin: 0 auto;
      }
        
        
      .commonstickyform .commonform {
          padding: 5px 0px;
          position: relative;
        }
        
        .commonstickyform .commonform .form-group {
          width: 23.5%;
          float: left;
          margin: .6%;
          display: flex;
        }

        
        .commonstickyform .commonform h3
        {
          display: none!important;
        }
        
        .commonstickyform .commonform .commonformclose
        {
          display: none;
        }
        
        .commonstickyform .commonform .form-control::placeholder {
          color: #000 !important;
          font-family: Poppins !important;
          font-size: 15px;
          text-transform: uppercase;
          font-weight: normal;
        }
        
        .commonstickyform .commonform :-ms-input-placeholder {
          color: #000 !important;
          font-family: Poppins !important;
          font-size: 15px;
          text-transform: uppercase;
        }
        
        .commonstickyform .commonform ::-ms-input-placeholder {
          color: #000 !important;
          font-family: Poppins !important;
          font-size: 15px;
          text-transform: uppercase;
        }
        
        .commonstickyform .commonform .form-group button {
            height: 34px !important;
            padding: 0rem .75rem;
            width: 100%;
            background-color: #b7cde1;
            background: #b7cde1;
            color: #132236;
            border: 0px;
            border-radius: 5px;
            font-size: 15px;
            font-family: 'Poppins';
            font-weight: 600;
            margin: 0px;
        }
        
        .commonstickyform .commonform .form-group .form-control {
          border: 0px solid #ced4da;
          border-right: 0px solid #ced4da;
          border-radius: 5px;
          font-family: Poppins !important;
          font-size: 15px;
          background-color: #fff;
          font-weight: normal;
          height: 34px !important;
          padding: 0rem .75rem;
        }
        
        .commonstickyform .commonform .containerAsp {
          background-color: #fff;
          max-width: 100%;
        }

        .stickybottomstrip {
          display: none;
      }

      /* iframe
      {
          display: block;
          z-index: 1!important;
      } */

@media (max-width: 768px) {
          .commonstickyform .commonform h3
          {
                    display: block!important;
                    color: #fff;
                    font-size: 20px;
                    margin-top: 10px;
                    margin-bottom: 20px;
                    font-family: 'Poppins';
          }

          .commonstickyform {
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 300px;
                    height: fit-content;
                    padding-top: 15px;
                    padding-bottom: 15px;
                    display: none;
          }

          .commonstickyform .commonform .form-group {
                    width: 100%;
                    /* float: left; */
                    margin: .6%;
                    margin-bottom: 1rem;
          }

          .commonstickyform .commonform .commonformclose
          {
                    display: block;
                    color:#fff;
                    font-size:20px;
                    position: absolute;
                    right: -20px;
                    top: -5px;
                    cursor: pointer;
          }

          .stickybottomstrip
          {
            display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
            position: fixed;
                    bottom: 0;
                    left: 0;
                    color: #b7cde1;
                    background-color: #132236;
                     width: 100%;
                     z-index: 99999999999999999;
          }
          .stickyenquirenow {
                    
                    border: 0px solid;
                    color: #b7cde1;
                    background-color: #132236;
                    background: #132236;
                    width: 100%;
                    padding: 15px 10px;
                    font-size: 20px;
                    text-transform: uppercase;
                    font-family: Poppins;
                    font-weight: 600;
                    letter-spacing: 2px;
                    z-index: 9999999999999999999999;
                    position: relative;
          }
}
        