.brad {
    margin-bottom: 20px;
}
.questions_category {
    margin-top: 80px;
}

.category-page-content {
    margin-top: 70px;
}

.question_wrapper {
    margin-bottom: 50px;
}

.main-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    transition: all .4s ease;
}
.box-title {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .main-title {
        font-size: 40px;
        line-height: 0.94;
        text-align: right;
    }
    .lang-english .main-title {
        text-align: left;
    }
}

/*Articles*/
.articles {
    margin: 55px 0;
}

.articles .box-title h2 {
    font-size: 28px;
    line-height: 41px;
}

.articles-section .articles-titles {
    margin-bottom: 20px;
}

.articles-section {
    overflow: hidden;
}

.related-article {
    margin-bottom: 35px;
    border: 1px solid #EFEFEF;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.related-article .image-wrap {
    position: relative;
    height: 152px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.related-article .image-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.related-article:hover .image-wrap:after {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.related-article .image-wrap img {
    width: 100%;
    max-width: 1000px;
}

.articles .article .image-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.related-article .text-wrap {
    border-top: 1px solid #EFEFEF;
    background: #fff;
    padding: 12px 17px;
}

.related-article .text-wrap .title {
    height: 40px;
    overflow: hidden;
}

.related-article .title a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #25262D;
}

.related-article .desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

/*end of Articles*/


/* category-posts section */
.category-posts {
    margin-bottom: 50px;
}

.category-post {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #b7bfd2;
    margin-bottom: 20px;
    max-width: 920px;
}

.category-post .image-wrapper img {
    width: 100%;
    border-radius: 4px;
}

.category-post .business-title {
    display: inline-block;
    padding-top: 8px;
    margin-bottom: 9px;
}

.category-post .business-title a {
    line-height: 1.17;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.category-post .address {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.13;
    color: #959eab;
    margin-bottom: 12px;
}

.category-post .desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #000000;
    margin-bottom: 27px;
    overflow: hidden;
    transition: all .6s ease;
}

.category-desc.hide-content {
    overflow: hidden;
    max-height: 66px;
    transition: all .6s ease;
}

.category-desc.hide-content.show-all {
    height: auto;
    max-height: 10000px;
    transition: all .6s ease;
}

.category-post .buttons {
    width: 100%;
}

.btn-request-wrapper {
    width: 48%;
}

.category-post .phone-btn-wrapper {
    position: relative;
    width: 48%;
    background-color: var(--main-color);
    z-index: 2;
    border-radius: 4px;
}

.category-post .btn-sm {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: block;
    outline: none;
}

.category-post .btn-sm:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.category-post .btn-contact-business {
    border: solid 2px var(--main-color);
    background-color: #ffffff;
    color: #000000;
    line-height: 38px;
}

.category-post .phone-btn-wrapper a:before {
    display: none;
    content: '';
    background: url(../img/phone_icon-2.svg) no-repeat center/cover;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 30px;
    top: 13px;
    transition: all .4s ease;
}

.category-post .pre-phone {
    background-color: var(--main-color);
    color: #ffffff !important;
    line-height: 40px;
    z-index: 2;
    position: relative;
}

.category-post .post-phone {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .4s ease;
    line-height: 40px;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .category-desc.hide-content {
        max-height: 70px;
    }

    .category-post .pre-phone:before {
        right: 20px;
    }

}

@media screen and (min-width: 1200px) {
    .category-post .image-wrapper img {
        max-width: 340px;
    }

    .category-post .btn-sm {
        font-size: 18px;
    }

    .category-post .pre-phone:before {
        display: inline-block;
    }

    .category-post .phone-btn-wrapper a:before {
        display: inline-block;
        right: 5%;
    }
}

@media screen and (min-width: 1900px) {
    .category-post .phone-btn-wrapper a:before {
        display: inline-block;
        right: 22px;
    }
}


/*------- side-question-box-------*/
.side-question-box {
    text-align: center;
    border-radius: 10px;
    border: solid 1px #eaedf1;
    background-color: #f8faff;
    padding: 40px 30px;
    margin-bottom: 20px;
}

.side-question-box .box-title h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.side-question-box .desc_wrapper {
    margin-bottom: 20px;
}

#side-lead-form {
    max-width: 450px;
    margin: 0 auto;
}

.side-question-box .label {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.lang-english .side-question-box .label {
    text-align: left;
}
.side-question-box .form-group {
    margin-bottom: 20px;
}

.side-question-box .form-control {
    border-radius: 4px;
    color: #000;
    border: solid 1px #eaedf1;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    outline: none;
    box-shadow: none;
    height: auto;
}

.side-question-box select.form-control {
    -webkit-appearance: caret;
    -moz-appearance: caret;
    appearance: auto;
}

.side-question-box .select2-container--default .select2-selection--single {
    height: 40px;
    border: solid 1px #eaedf1;
}

.side-question-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    height: 100%;
    line-height: 38px;
}

.side-question-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.side-question-box .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #eaedf1;
}

.side-question-box .form-control::placeholder {
    color: #000;
}

.side-question-box .controls .btn {
    width: 100%;
    display: block;
    line-height: 48px;
    font-size: 16px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    border: solid 2px var(--main-color);
    outline: none;
}

.side-question-box .btn-primary:hover {
    box-shadow: 0 5px 25px 0 rgb(159 172 199 / 70%);
    transition: all .4s ease;
}

.show-after-lead-submit {
    display: none;
}

@media screen and (min-width: 992px) {
    .category-side {
        padding-right: 30px;
    }

    .side-question-box .box-title h2 {
        font-size: 20px;
    }

    #side-lead-form {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 1900px) {
    .category-side {
        padding-right: 65px;
    }
}

/*------- end of side-question-box-------*/
.cateory-questions {
    margin-bottom: 50px;
}
.question-in-cat {
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 12px;
}
.question-in-cat a h4 {
    color: var(--main-color);
    font-size: 18px;
    padding: 10px 0;
}
