.review-form {
    /*padding: 70px 0 50px;*/
    font-size: 20px;
    color: #313131;
}

.review-form input {
    font-size: 20px;
}

.review-form label {
    font-weight: 700;
}

.request-review-form-desc {
    text-align: center;
    margin-bottom: 40px;
}

.request-review-form-desc h2 span {
    vertical-align: bottom;
}

.review-form .gdrp {
    font-size: 16px;
}

.review-form .wpcf7-form input[type="submit"] {
    background-color: #e30613;
    border-color: #e30613;
}
.review-form .wpcf7-form input[type="submit"]:hover {
    background-color: #ffffff;
    border-color: #313131;
}


.modal-header .btnGrp{
      position: absolute;
      top: 8px;
      right: 10px;
    } 
 

    .min{
        width: 250px; 
        height: 35px;
        overflow: hidden !important;
        padding: 0px !important;
        margin: 0px;    

        float: right;  
        position: static !important; 
      }

    .min .modal-dialog, .min .modal-content{
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
      }

    .min .modal-header{
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 3px 5px 3px 10px !important; 
      }


      .min .close[data-dismiss="modal"] {
        display: none;
      }

    .display-none{display: none;}

    button .fa{
        font-size: 16px;
        margin-left: 10px;
      }

    .min .fa{
        font-size: 14px; 
      }

    .min .menuTab{display: none;}

    button:focus { outline: none; }

    .minmaxCon{
      height: 35px;
      bottom: 1px;
      left: 1px;
      position: fixed;
      right: 1px;
      z-index: 9999;
    }

    .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
    }
}

.modal-header {
    position: relative;
}

.modal-button {
    position: absolute;
    right: 20px;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.modal-header, .modal-body {
    padding: 20px 40px;
}

.minmaxCon .modal-title, .modal-title {
    font-size: 18px;
}