 .portal-body {
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, #F3F4F4 50%, #fff 50%);
     background-repeat: no-repeat no-repeat;
     background-position: center center;
     background-size: cover;
 }


 /* #F3F4F4 Theme background color*/


 a {
     text-decoration: none;
     color: none;
 }

 a:active {
     color: none;
 }

 a:hover {
     color: none;
 }

 /* .form-control{
    color: red
} */

 .enquiry-modal .modal-body {
     border: 5px solid #e0e0e0;
 }


 @media screen and (max-width:992px) {
     .portal-body {
         background-image: none;
         background-color: white;
     }
 }

 @media screen and (min-width: 992px) {
     .enquiry-modal .modal-body {

         height: 100%;
         background: linear-gradient(90deg, #F3F4F4 50%, #FFFF 50%);
     }

     .enquiry-modal .modal-header {

         height: 100%;
         background: linear-gradient(90deg, #8670b3 50%, #FFFF 50%);
     }


 }