/***************** CALL BUTTON CSS *****************/
	.enquiry-now .modal-dialog {
    width: 360px;
    margin: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
	    a.enquiry-btn {
    position: fixed;
    right: 1px;
    top: 77%;
    display: block;
    width: 40px;
    height: 47px;
    margin: 0;
    padding: 0;
    background: url(../images/phoneicon.png) no-repeat 9px 9px;
    background-color: rgb(190, 42, 46);
    background-size: auto auto;
    background-size: 24px;
    z-index: 22;
    background-color: rgb(190, 42, 46);
    border-radius: 6px;
    
}
.enquiry-now h5.modal-title {
    font-size: 14px;
    font-weight: 300;
    color: #177c94;
    text-transform: uppercase;
}
constructed stylesheet
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-header .close {
    margin-top: -24px;
}
constructed stylesheet
.modal-header .close {
    margin-top: -2px;
}
constructed stylesheet
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
constructed stylesheet
.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;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.enquiry-now .en-form {
    background: #fff;
    height: 150px;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    border: 5px solid #00726d;
}
.en-form .en-service h5 {
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    background-color: #dde8ea;
    cursor: pointer;
}
a {
    color: #000;
}
.en-form .en-assistance h5 {
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.en-assistance h5 a{
    color:black;
}
/***************** CALL BUTTON CSS END *****************/
 