

.modal-enquire-now .modal {
  position: fixed; 
}

.modal-enquire-now .modal-body {
	padding:0px;
}
.modal-enquire-now .modal-content {
	border:0px;
	border-radius: 0px;
}
.modal-enquire-now .modal-closer {	
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 0 0 0;
    top: 10px;
	right: 10px;
    z-index: 5;
    position: absolute;
    display: inline-block;
	cursor: pointer;
}
.modal-enquire-now .modal-closer-icon {
	background: url(../images/btn_close.png) no-repeat;
}
.modal-enquire-now .modal-dialog {
    width: 620px;
	
}
.modal-enquire-now .btn-modal {
	float: center;
    cursor: pointer;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(18,93,150) 0%, rgb(44,118,176) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(18,93,150) 0%, rgb(44,118,176) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(18,93,150) 0%, rgb(44,118,176) 100%);
            -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.1);
	font-size: 13px;
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato-Heavy";
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.35);
    padding: 13px 20px;
}
.modal-enquire-now .btn-modal:hover {
	text-decoration: none;
   background-image: -moz-linear-gradient( 90deg, rgb(44,118,176) 0%, rgb(18,93,150) 100%);
				background-image: -webkit-linear-gradient( 90deg, rgb(44,118,176) 0%, rgb(18,93,150) 100%);
				background-image: -ms-linear-gradient( 90deg, rgb(44,118,176) 0%, rgb(18,93,150) 100%);
			}
.modal-enquire-now .modal-caption {	
	margin-top:50px;
	height: 700px;    
	bottom: 50px;
	padding: 50px;
	padding-bottom: 100px;
}
.modal-enquire-now h5 {
	font-weight: bold;
}
.modal-enquire-now .contact-form-m .dscrp {
	font-size: 14px;
}
@media (min-width:992px){	
	.modal-enquire-now .modal-caption {	
		height: 510px;
	}
	.modal-enquire-now .modal-dialog {
		width: 820px;	
	}
}
		