#login-register-for-sample-lesson {
    padding-left: 0px;
  }
  
  #login-register-for-sample-lesson .close span {
    color: #000;
    font-size: 33px;
  }
  
  #login-register-for-sample-lesson .close {
    position: relative;
    top: -24px;
    right: -13px;
  }
  
  #login-register-for-sample-lesson div small {
    font-size: 16px;
  }
  
  #login-register-for-sample-lesson .input-groups select {
    height: 50px;
  }
  #login-register-for-sample-lesson .modal-content {
    border-bottom: 8px solid #007afc;
    border-radius: 13px;
  }
  #thanks-meg .modal-header {
    overflow: hidden;
  }
  
  #thanks-meg .modal-header .close {
    position: relative;
    top: -3px;
  }
  
  #thanks-meg .modal-header .close span {
    font-size: 32px;
  }
  
  #thanks-meg .modal-content {
    border-bottom: 10px solid #007afc;
    border-radius: 14px;
    overflow: hidden;
  }
  
  @media (width <=575px) {
    #login-register-for-sample-lesson .h4 {
      font-size: 18px;
    }
  
    #login-register-for-sample-lesson div small {
      font-size: 15px;
      margin-top: 5px !important;
    }
  
    #login-register-for-sample-lesson .close {
      top: -17px;
      right: -8px;
    }
  }