	#m_s2_84275 .cls_img_hot_news img {
    height: 270px;
    object-fit: cover;
}

.heading-services {
    font-size: 35px;
    color: #e33737;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-services .cls_content_hot_news {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    background-color: #00000075;
}

.section-services .news_title {
    position: static;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.section-services .bp_news_sub {
    text-align: center;
    color: #fff;
}


.exp-box {
    margin-bottom: 22px;
}
.exp-heading p {
    font-size: 23px;
}
.exp-box__content {
    background-color: #f5f6ee;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
}

.exp-box__content .exp-title {
    font-size: 35px;
    font-weight: 500;
    color: #2f634f;
}

.exp-box__content p {
    font-size: 16px;
}

.btn-consult {
    position: relative;
    height: 70px;
    display: inline-flex;
    align-items: center;
    background-color: #e31b23;
    border-radius: 50px;
    padding: 0 35px 0 85px;
    cursor: pointer;
}
.btn-consult__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e31b23;
    border: 3px solid #fff;
    font-size: 35px;
    color: #fff;
}
.btn-consult__text {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.btn-consult::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 12px;
    bottom: 8px;
    left: 0;
    border: 2px solid #fff;
    border-radius: 0 100px 100px 0;
}
.btn-consult--contact {
    height: 55px;
    border: 4px solid #fff;
}
.btn-consult--contact::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: 20px;
    border: 2px solid #890000;
    border-radius: 0 50px 50px 0;
}
.btn-consult--contact,
.btn-consult--contact .btn-consult__icon {
    background: linear-gradient(to bottom, #c30c0c 0%, #f00000 40%, #b70000 80%, #b50808 100%);
}
.btn-consult--contact::before {
    display: none;
}

.btn-consult--contact .btn-consult__icon {
    border: 4px solid #fff;
    z-index: 3;
}

.btn-consult--contact .btn-consult__icon::before {
    content: "";
    position: absolute;
    inset: -4px;
    border: 2px solid #890000;
    border-radius: 50%;
}

.overlay-form {
    position: fixed;
    inset: 0;
    background-color: #0000006b;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all .4s;
}

.overlay-form.active,
.form-register.active{
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.form-register {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    min-width: 500px;
    opacity: 0;
    visibility: hidden;
    z-index: 1005;
    transition: all .4s;
}
.form-register__content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}
.form-register__content .form-home {
    padding-left: 0;
}

@media (max-width: 767.98px) {
    .form-register {
        min-width: 100%;
    }
}

