/*general*/
.category-page-content {
    padding: 0 20px;
}

/*ratings*/
.grade {
    margin-bottom: 6px;
}

.stars {
    margin-left: 7px;
}

.star {
    cursor: auto;
    max-width: 22px;
    height: 22px;
}

.star img {
    max-width: 14px;
}

.reviews_count {
    padding-bottom: 0;
}

/* hero-category section */

.with-cat-image #hero-category {
    padding: 79px 0 32px;
    border-radius: 10px;
    position: relative;
    margin: 105px 10px 16px;
}

.with-cat-image #hero-category:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    background-color: #000000;
    opacity: 0.3;
    top: 0;
}

#hero-category {
    margin-top: 70px;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-category .category-info {
    position: relative;
    z-index: 2;
}

.with-cat-image #hero-category .main-title,
.with-cat-image #hero-category .sub-title {
    color: #ffffff;
}

.with-cat-image #hero-category .sub-title {
    margin-top: -10px;
}

#hero-category .main-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    transition: all 0.4s ease;
}

#hero-category .article-tags {
    padding: 0 0 5px;
    list-style-type: none;
}

#hero-category .article-tags li {
    border-radius: 4px;
    border: solid 1px var(--main-color);
    margin-left: 8px;
    margin-bottom: 8px;
}

#hero-category .article-tags li:last-child {
    margin-left: 0;
}

.with-cat-image #hero-category .article-tags a {
    color: #ffffff;
}

#hero-category .article-tags a {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    padding: 3px 8px;
    display: block;
    width: 100%;
}

@media screen and (min-width: 768px) {
    #hero-category {
        margin-top: 80px;
    }

    .with-cat-image #hero-category {
        margin: 105px 20px 25px;
    }

    #hero-category .main-title {
        font-size: 50px;
        line-height: 0.94;
        text-align: right;
    }

    .lang-english #hero-category .main-title {
        text-align: left;
    }

    #hero-category .article-tags li {
        margin-left: 5px;
        margin-bottom: 5px;
    }
}

/* category-description section */
.category-page-content .category-desc-wrapper .category-desc, .category-page-content .category-desc-wrapper .category-desc p, .category-page-content .category-desc-wrapper .category-desc li {
    color: #000000;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 600;
    font-family: Assistant, sans-serif !important;
}

.category-page-content .category-desc-wrapper .category-desc p, .category-page-content .category-desc-wrapper .category-desc li {
    margin-bottom: 8px;
}

.category-page-content .category-desc-wrapper .category-desc ul, .category-page-content .category-desc-wrapper .category-desc ol {
    margin-bottom: 12px;
}

.category-page-content .category-desc-wrapper .category-desc li::marker {
    color: #000;
}

.category-page-content .category-desc-wrapper .category-desc.cCategory,
.category-page-content .category-desc-wrapper .category-desc.cCategory p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    font-family: Assistant, sans-serif !important;
}

.category-desc a {
    color: var(--main-color);
}

.category-description .show-full-content {
    color: #1856e8 !important;
    cursor: pointer;
    position: relative;
}

.category-description .show-full-content:after {
    content: "";
    display: inline-block;
    background: url(../img/down-arrow-blue.svg) no-repeat center/cover;
    width: 11px;
    height: 6px;
    margin-right: 7px;
    vertical-align: middle;
    transition: all 0.4s ease;
}

.lang-english .category-description .show-full-content:after {
    margin-right: 0;
    margin-left: 7px;
}

.category-desc.show-all + .show-full-content:after {
    transform: rotate(180deg);
}

.category-description .open.show-full-content:after {
    transform: rotate(180deg);
    transition: all 0.4s ease;
}

/*category-posts-filter*/
.category-posts-filter {
    margin: 12px 0;
}

.category-posts-filter .input-wrapper {
    position: relative;
}

.category-posts-filter .form-control {
    display: none;
}

.category-posts-filter .form-control:focus {
    box-shadow: none;
}

.category-posts-filter .select2-container {
    width: 100%;
    max-width: 100%;
    display: block;
    border: solid 2px var(--main-color);
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
    z-index: 2;
    line-height: 46px;
    position: relative;
}

.category-posts-filter .select2-container .select2-selection--single {
    display: block;
    width: 100%;
    text-indent: 10px;
    cursor: pointer;
    position: relative;
    height: 46px;
    border: none;
}

.category-posts-filter .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 44px;
}

.category-posts-filter .select2-container .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.category-posts-filter .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: var(--main-color) transparent transparent transparent;
    border-style: solid;
    border-width: 10px 8px 0 8px;
}

input.select2-search__field {
    border: none;
    width: 100%;
    display: block;
}

.select2-results__options {
    padding: 8px 20px;
    margin: 0;
    list-style: none;
    background: #fff;
}

.category-posts-filter .filter-button {
    background-color: var(--main-color);
    color: #ffffff !important;
    line-height: 34px;
    z-index: 2;
    position: relative;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* 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 {
    height: 240px;
    overflow: hidden;
}

.category-post .image-wrapper a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    background: #f2f4f8;
    overflow: hidden;
    border-radius: 5px;
}

.category-post .image-wrapper img {
    min-height: 240px;
    width: auto;
    height: auto;
    max-width: 500px;
    border-radius: 5px;
}

.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;

    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 0.6s ease;
    min-height: 66px;
}

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

.category-desc.hide-content.show-all {
    height: auto;
    max-height: 10000px;
    transition: all 0.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 .phone-btn-wrapper.loading {
    pointer-events: none;
    opacity: 0.5;
}

.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 .pre-phone: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 0.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 0.4s ease;
    line-height: 40px;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .b144-wrap .buttons {
        display: flex;
        flex-flow: column;
    }
    .b144-wrap .whatsappWrapper {
        margin-top: 10px;
    }
}

@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 .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;
    }
}

/* more-articles section */
.pagination {
    padding-bottom: 50px;
    justify-content: center;
}

.pagination li {
    border: solid 1px #eaedf1;
    background-color: #ffffff;
}

.pagination li.active {
    background: var(--main-color);
}

.pagination li.active a {
    color: #ffffff;
}

.pagination li:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination li:nth-last-child(2) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination .first-page,
.pagination .last-page {
    margin: 0 10px;
    border-radius: 4px;
    border: solid 2px #eaedf1;
}

.pagination a {
    padding: 6px 11px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
}

@media screen and (min-width: 768px) {
    .pagination {
        padding-bottom: 144px;
    }
}

/* popular-link section */
.popular-link {
    margin-bottom: 53px;
}

.popular-link .box-title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.46;
    color: #000;
    margin-bottom: 14px;
}

.popular-link a {
    display: inline-block;
    max-width: 50%;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    line-height: 1.88;
}

@media screen and (min-width: 768px) {
    .popular-link a {
        max-width: 33.3%;
    }
}

@media screen and (min-width: 992px) {
    .popular-link {
        max-width: 64%;
    }

    .popular-link a {
        max-width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .popular-link {
        max-width: 100%;
    }
}

/* popular-link section */

/*articles section*/
.articles {
    padding-bottom: 53px;
}

.articles:before {
    content: "";
    width: 100%;
    background-color: #959eab;
    height: 1px;
    display: block;
    margin-bottom: 53px;
}

.related-article {
    border-radius: 10px;
    box-shadow: 0 25px 40px 0 rgba(209, 215, 222, 0.5);
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

.related-article .image-wrap {
    width: 100%;
    display: inline-block;
}

.related-article .thumb {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.text-wrap .title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    color: #000;
}

@media screen and (min-width: 768px) {
    .articles {
        padding-top: 35px;
        padding-bottom: 106px;
    }

    .articles:before {
        margin-bottom: 84px;
    }

    .related-article {
        border-radius: 0;
        box-shadow: none;
        background-color: #0000;
        padding: 0;
    }

    .related-article .image-wrap {
        max-width: 100%;
        margin-left: 20px;
        overflow: hidden;
    }

    .lang-english .related-article .image-wrap {
        margin-left: 0;
        margin-right: 20px;
    }

    .related-article .thumb {
        height: 148px;
    }

    .text-wrap .title {
        margin-bottom: 5px;
    }

    .text-wrap .title a {
        font-size: 20px;
        line-height: 1.17;
    }
}

/*side-forum-topics*/
.side-forum-topics .manager {
    margin-bottom: 23px;
}

.side-forum-topics .box-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.38;
    color: #fff;
    padding: 15px 20px 10px;
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to right, rgba(24, 215, 101, 0), var(--main-color) 61%);
    margin-bottom: 20px;
    position: relative;
}

.side-forum-topics .banner_bg {
    display: block;
    position: absolute;
    width: 99%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.side-forum-topics .manager-title {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.side-forum-topics .name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: all 0.4s ease;
}

.side-forum-topics .name:hover {
    color: var(--main-color);
    transition: all 0.4s ease;
}

.category-side .topic {
    border-radius: 10px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    padding: 15px 8px;
    position: relative;
}

.category-side .topic:before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--main-color);
    position: absolute;
    right: 0;
    top: 0;
}

.category-side .topic-metadata {
    color: #959eab;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    margin-bottom: 5px;
}

.category-side .topic-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;

    color: #000000;
}

.category-side .topic p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;

    color: #000000;
}

.category-side .topic .extra-reading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #1856e8;
}

.category-side .to-forum {
    max-width: 216px;
    margin: 27px auto;
}

.category-side .to-forum a {
    border-radius: 4px;
    border: solid 2px var(--main-color);
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 46px;
}

/*autocomplete Style*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.lang-english .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.lang-english .select2-container--default .select2-selection--single .select2-selection__clear {
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.lang-english .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    right: 21px;
    left: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/*end of autocomplete Style*/

/*post-elements*/
.post-elements {
    margin: 25px 0;
}

/*end of post-elements*/
