#enqueryModals {   display: none;  width: 50%;  text-align: left;  position: fixed;  
z-index:99999;  /*top:50%;*/ top:220px; margin-top:140px;
  left:50%;  transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%);  
 }
  #enqueryformpmsg{    color: #009c00;    font-size: 15px;    margin-top: -30px;    padding-bottom: 10px;}
body #enqueryModals .modal-dialog{width:100% !important; }
body #enqueryModals .modal-dialog  .modal-content{   background: #fff !important;   padding: 10px;
}
body #enqueryModals .pplogo img{ display:inline-block;}
body #enqueryModals .pplogo{display:block; width:100%;}

body #enqueryModals  .form-group:after, body #enqueryModals  .input-box:after{ 
clear:both; display:block; content:'';
 height:0; line-height:0; font-size:0;
 }
body #enqueryModals input[type=email], body #enqueryModals input[type=number], body #enqueryModals input[type=password], body #enqueryModals input[type=search], body #enqueryModals input[type=tel], body #enqueryModals input[type=text], body #enqueryModals input[type=url], body #enqueryModals select, body #enqueryModals textarea{ width:100% !important; min-width:100% !important; max-width:100% !important;     padding: 0px 12px; height:29px;}
body #enqueryModals select{ display:block !important; width:100% !important; white-space:normal !important;  }
body #enqueryModals input[type=email], body #enqueryModals input[type=number], body #enqueryModals input[type=password], body #enqueryModals input[type=search], body #enqueryModals input[type=tel], body #enqueryModals input[type=text], body #enqueryModals input, body #enqueryModals select[type=url]{ /*height:30px;*/}

body #enqueryModals  .chosen-container{ display:none !important;}
body #enqueryModals  .form-group{margin-bottom:0;}
body #enqueryModals  .row-button .form-group{margin-top:7px; }
body #enqueryModals  .row-button .apply-btn { padding:7px 15px;}

body #enqueryModals  .modal-header {    padding: 0 0 5px 0; }
body #enqueryModals  .modal-header .close-enqueryModals{ 
color:#fff !important;  background:#e60000 !important;    text-shadow:none; background-color:#e60000 !important; padding:5px;
filter: alpha(opacity=100); opacity: 1; margin-right: -11px;    width: 30px; display: block; margin-top: -7px; font-size: 28px;
 
 }
 body #enqueryModals  .form-group textarea#AdditionalComments{ text-align:left; color:#111; height:50px}
  body #enqueryModals  #enqueryModalsform{
	  height: 550px;    overflow-y: scroll;    overflow-x: hidden;
}
body #enqueryModals  .modal-header .product_title{ font-size: 16px !important;
    text-align: center;    margin-bottom: 0;    border-top: 1px #ddd  solid;    border-bottom: 1px #ddd solid;
    padding: 4px 0;    font-weight: 600;    color: #dc5454;
	}
.modelopenpp .overlaypp { position: fixed;    width: 100%;    height: 100%;
      background-color: rgba(0, 0, 0, 0.65);   z-index: 99999;
}
body #enqueryModals .requiredy{ color:#222; }
body #enqueryModals .requiredy span{ color:#e60000 !important;     padding-left: 3px; }

@media(max-width:1200px){
	  body #enqueryModals  #enqueryModalsform{
	  height: 500px;    overflow-y: scroll;    overflow-x: hidden;
}
	#enqueryModals{ width:70%;}
}

@media(max-width:1025px){
	  body #enqueryModals  #enqueryModalsform{
	  height: 500px;    overflow-y: scroll;    overflow-x: hidden;
}
	#enqueryModals{ width:95%;}
}