.bl {color: #3ebcfa;}

.dashed-border {
    border-bottom: dashed 1px;
    text-decoration: none;
}

.dashed-border-hover {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dashed-border-hover:hover {
    border-bottom: dashed 1px;
    text-decoration: none;
}

#header .header-content {
    color: #FFF;
    padding: 100px 0px 100px;
}

.ref-text {
    color: #999999;
}

/*
#form-register {
    display: none;
}
*/
#form-login {
    display: none;
}

#current-form-button {
    font-size: 0.7em;
}

#login_password_id {
    margin-bottom: 12px;
}

input[type="checkbox"] + label {
    font-weight: 300;
}


#testimonials .post-heading-center {
    margin-bottom: 15px !important;
}

.affa_testimonial_name {
    margin-bottom: 15px;
}

input.error {
    margin-bottom: 4px !important;
}

.jquery-validate-error {
    display: block;
    border: 1px solid;
    padding: 1px 10px;
    border-radius: 2px;
    margin-top: 2px;
    position: relative;

    background: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
    background-size: 20px 20px;

    margin-bottom: 10px;

    font-size: 0.9em;
}

.jquery-validate-error:after {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 7px solid #ebccd1;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

/* Important part
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 250px;
    overflow-y: auto;
}

.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}*/

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}

.btn-close {
    background-color: #eee;
    color: #333 !important;
}

.tooltip {
    text-transform: inherit;
}

.captcha-holder {
    padding-left: 0px;
}

#form-register .form-group {
    margin-bottom: 0px !important;
}

#header .header-content .header-form-wrapper .header-form .submit-status span {
    top: 40% !important;
}

#header .header-content .header-form-wrapper .header-form .submit-status span.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.header-form .btn-block {
    line-height: normal;
    text-align: center;
}

.mb-15 {
    margin-bottom: 15px;
}

#forgot_password {
    position: absolute;
    right: 12px;
    top: 13px;
    color: #555;
    background: #f1f1f1;
    border-radius: 4px;
    line-height: 25px;
    padding: 0 7px;
    font-size: 12px;
    cursor: pointer;
}

#forgot_password:hover {
    background: #eaeaea;
}

#forgot_email {
    width: 100%;
}

.captcha-forgot {
    margin-top: 15px;
}

.captcha-forgot .captcha-col{

}

#header .header-content .header-text {
    padding-top: 0px;
}

.header-heading-title, .header-heading-title h1 {
    margin-bottom: 15px !important;
}

.advantage-list {
    list-style: none;
    /*display:-moz-inline-stack;
    display:inline-block;
    zoom:1;*/
    padding-left: 0px;
}

.advantage-list li {
    display: inline;
    text-align: center;
}

.advantage-list li i {
    /*width: 20px;
     color: #3ebcfa; */
    margin-right: 10px;
    font-size: 20px;
}

.advantage-list li a {
    display: inline-block;
    line-height: normal !important;
    margin-bottom: 10px;
    margin-right: 5px;
}

.advantage-list li a:hover {
    color: #3ebcfa;

}

.header-heading-title a.details:hover{
    color: #757575;
}

.post-heading-center h2 strong {
    color: #3ebcfa;
}

#header .header-content .header-content-list li a.btn-register {
    line-height: 67px;
}

#header .header-content .header-content-list li a.btn-register .fa {
    position: inherit !important;
    font-size: 1.3em !important;
    line-height: normal !important;
}
.btn-link-2 {
    color:#FFF !important;
    font-size:16px;
    line-height: 67px;
    text-align:left;
    text-decoration:none;
    font-weight:400;
    white-space:nowrap;
    background-color:rgba(0,0,0,.2);
    padding:16px 25px;
    margin-left: 7px;
    position: relative;
    top: -1px;
    border:1px solid #FFF;
    border-radius:3px;
    -webkit-transition:none;
    transition:none;
}

.btn-link-2 { background:url('/media/images/landing/ie-bg-header-btn-link.png') repeat top left; }
.btn-link-2:hover { background-color:rgba(0,0,0,.4); }
.btn-link-2:hover { background:url('/media/images/landing/ie-bg-header-btn-link-hover.png') repeat top left; }

#footer .container {
    text-align: center;
}
#footer .copyright-text {
    float: none;
}
.header-heading-title h4 {
  margin-bottom: 10px!important;
}
.header-heading-title h4:after {
    display: block;
    width: 200px;
    height: 1px;
    content: '';
    background-color: #e0e0e0;
    margin: 27px auto 0px;
}

.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}
.card-box {
    background: #FAFAFA;
    min-height: 300px;
    position: relative;
    padding: 30px 30px 20px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.card-box:hover {
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(128,128,128,0.1) 100%);
}

.card-box:after {
    display: block;
    background: #3ebcfa;
    border-top: 2px solid #3ebcfa;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.card-title h2 {
    margin: 0;
    padding-top: 5%;
    color: #000;
    font-weight: 700;
    min-height:103px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.card-title p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    min-height:72px;
}

.card-link a {
    text-decoration: none;

    color: #3ebcfa;
    font-size: 15px;
}