.modal-content.enquiry-fade .col-sm-6 .main_title.pt-60 {
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 450px;
}
.modal-dialog.mediation-popup {
    max-width: 650px;
    margin: 0 auto;
    background-color: #f7ffef;
}
.modal-content.enquiry-fade {
    background-color: #f7ffef;
    border: 0;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.enquiry-fade .modal-body {
    padding: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-content.enquiry-fade .row {
    margin: auto;
}
.modal-content.enquiry-fade .col-sm-6 {
    padding: 0;
}

.main_title span {
    color: #056839;
}
.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sec-title .separator:after {
    right: 0;
    bottom: 50%;
    transform: translateY(52%);
}

.sec-title .separator:before {
    left: -11px;
    bottom: 50%;
    transform: translateY(52%);
}
.sec-title .separator:after {
    left: auto;
    right: 0;
}
.sec-title .separator .icon {
    left: 50%;
    bottom: 0;
    margin-left: 0;
    margin: 0;
    transform: translate(-50%,0);
    text-align: center;
}
.sec-title .separator .icon {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 26px;
    margin-left: -9px;
    font-size: 18px;
    line-height: 20px;
    color: #056839;
}
.sec-title .separator:after{
    position: absolute;
    left: 78px;
    bottom: 0;
    width: 55px;
    border-bottom: 1px solid #056839;
    content: "";
}

.sec-title .separator:before {
    position: absolute;
    right: 28px;
    bottom: 0;
    width: 55px;
    border-bottom: 1px solid #056839;
    content: "";
}
.text-center.sec-title .separator {
    height: 20px;
    margin: auto;
	margin-bottom: 15px;
}
.sec-title .separator {
    position: relative;
    display: inline-block;
    width: 140px;
}
.img-responsive {
    width: 100%;
}
img {
    max-width: 100%;
}
.sec-title {
    margin-bottom: 15px;
}
.quick-enquiry-pop {
    padding: 0;
}
.modal-content .form.contact_message {
    padding: 0;
}
.form.contact_message.pop-bg {
    background: transparent;
    /* box-shadow: none; */
}
.form.contact_message {
    padding: 10px 20px;
    background: #fff;
    z-index: 9;
}
.contact_message .form-group .form-control:hover {
    border-color: #056839;
}
.quick-enquiry-pop form .form-group .form-control {
    padding-left: 24px;
}
.form-control, .personal_info ul li, .table ul li {
    border-color: #c7c7c7;
}
.contact_message .form-group .form-control:hover::placeholder {
    opacity: 0;
    transform: translateY(30px);
}
.quick-enquiry-pop form .form-group .form-control::placeholder {
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.contact_message .form-group .form-control::placeholder {
    transition: .6s;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.button:hover {
    color: rgba(255,255,255,1);
    background-color: #5c9320;
    background-position: -100% 100%;
    cursor: pointer;
}
.button.login {
    padding: .3em 4.2em;
}
.button {
    display: inline-block;
    text-decoration: none;
    color: #056839;
    brackground-color: transparent;
    border: 1px solid #056839;
    border-radius: 100px;
    padding: .3em 1.2em;
    margin: 5px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right,#fff 50%,#056839 50%);
    transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}



.form-control {
    padding: 5px 15px;
    font-size: 14px;
    height: calc(30px + 15px);
    margin-bottom: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
    background-color: transparent;
}
.field-icon {
    position: absolute;
    top: 12px;
    color: #056839;
    font-size: 18px;
}
.button.login {
    padding: .3em 4.2em;
}
.button {
    display: inline-block;
    text-decoration: none;
    color: #056839;
    brackground-color: transparent;
    border: 1px solid #056839;
    border-radius: 100px;
    padding: .3em 1.2em;
    margin: 5px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right,#fff 50%,#056839 50%);
    transition: background-position .3s cubic-bezier(.19,1,.22,1) .1s,color .5s ease 0s,background-color .5s ease;
}

.become-mem p a {
    color: #056839;
    transition: .6s;
    position: relative;
}
.become-mem p a:hover {
    color: #033a03;
    position: relative;
}

.become-mem p a::before {
    background: #056839 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 10px;
    content: "";
    height: 5px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity .2s ease 0s,bottom 0s ease .2s,height 0s ease .2s,width 0s ease .2s,border-radius 0s ease .2s,left 0s ease .2s;
    width: 5px;
}
.become-mem p a:hover::before {
    border-radius: 0;
    bottom: -8px;
    height: 1px;
    opacity: 1;
    transition: opacity 0s ease 0s,bottom .2s ease 0s,height .2s ease .2s,width .2s ease .2s,border-radius .2s ease .2s,left .2s ease .2s;
    width: calc(100% - 10px);
}
a.active, a:focus, a:hover {
    text-decoration: none!important;
    box-shadow: none!important;
}

.modal-dialog.mediation-popup.login-box {
           box-shadow: 5px 0px 36px -13px grey;
        }

        .login-area {
            background-image:url(../images/login-bg.jpg);
            background-size:100%;
            height:100vh;
            padding-top:8.5%;
        }
		
		.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: green;
    outline: none;
    box-shadow: none;
}
input:-internal-autofill-selected{
	background-color:transparent;
}

@media (max-width: 991px){
.sec-title span {
    white-space: nowrap;
    margin-top: 0;
    display: inline-block;
    margin-left: 0;
}

.main_title p {
    line-height: 22px;
    margin: 15px auto;
    max-width: 650px;
    width: 100%;
}
}
 
@media (max-width: 540px) {
            .modal-content.enquiry-fade .col-sm-6:last-child {
                position: absolute;
                background: rgba(255, 255, 255, 0.9);
                height: 100%;
            }
			
			.modal-dialog.mediation-popup {
				width: 90%;
			}
 }
