.testimonials-page.new-style .pagination-block {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 65px 0 0;
}

/*.bg-media.slide-hero {
    background: transparent;
}*/

/*.page-template-page-post-testimonials-new .bg-media.slide-hero .video {
    display: none;
}*/

.testimonials-page.new-style .filter-content {
    padding: 23px 1px 0;
    margin: 0 0 30px;
}

.testimonials-page.new-style .filter-content h3 {
    font-family: "Assistant", Arial, sans-serif;
    margin: 14px 0 14px 2px;
}

.filter-content .select2-container {
    min-width: 230px;
    z-index: 0;
}

.select2-container {
    z-index: 0;
}

.wrap-filter form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wrap-filter form button[type="submit"]{
    font: 700 16px/20px "Assistant", Arial, sans-serif;
    min-width: 164px;
    background: #ffcd36;
    border-radius: 50pc;
    min-height: 42px;
    cursor: pointer;
}

/*select2*/
.select2-container--open .select2-dropdown {
    width: 400px!important;
    max-width: 190px;
    transform: translateX(20px);
    background: #ffffffd1;
    opacity: 1;
    top: 10px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: none;
    background: #e7e7e7;
    border-radius: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font: 800 16px/20px "Assistant", Arial, sans-serif;
    color: #111;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font: 800 16px/20px "Assistant", Arial, sans-serif;
    color: #111;
    padding: 0 30px 0 51px;
}

select[name="look_forward"] + .select2 {
    min-width: 374px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    left: 14px;
    right: initial;
}

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

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

.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: 50px;
    border-bottom-right-radius: 50px;
}

select[name="look_forward"] + .select2.select2-container .select2-selection--single {
    justify-content: flex-start;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: #111;
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 7px 0 4px;
}

.select2-results__option--selectable {
    position: relative;
    font: 500 16px/20px "Assistant", Arial, sans-serif;
    padding: 9px 10px 8px 20px;
    margin: 0 20px;
    border-bottom: 1px solid #c2bfbf;
}
 .select2-results__option--selectable:before {
     content: '';
     position: absolute;
     top: 12px;
     left: -6px;
     display: block;
     width: 12px;
     height: 12px;
     border: 1px solid #111;
     border-radius: 50px;
     overflow: hidden;
     background: #f6f6f6;
 }
.select2-container--default .select2-results__option--selectable.select2-results__option--selected:after {
    content: '';
    position: absolute;
    top: 16px;
    left: -2px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    overflow: hidden;
    background: #111;
}

.select2-results__option--selectable:last-of-type {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 10px;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 26px;
    margin-right: 0;
    padding-right: 0;
}

select[name="gender"] + .select2 .select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__rendered:before {
    content: 'Gender: ';
}

select[name="suffer"] + .select2 .select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__rendered:before {
    content: 'Suffers from ';
}

select[name="look_forward"] + .select2 .select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__rendered:before {
    content: 'Looks forward to ';
}

/*single-testimonial*/
.single-testimonial .testimonials-wrap {
    padding: 170px 15px 0;
}

/*.post-menu {
    display: block!important;
}*/

.page-template-templates.page-template-page-post .bg-media.slide-hero.bg-video .video {
    position: absolute;
}

footer .location-content .socials {
    position: initial;
    display: flex;
    margin: 20px -6px 20px;
    padding: 0;
}

.page-template-page-contact .socials-contact-us {
    display: flex;
    gap: 14px;
    margin: 20px 0 0;
    padding: 11px 0;
    list-style: none;
}

.single-testimonial .testimonials-wrap {
    padding: 160px 15px 0 !important;
}
.card-with-video{
    display: inline-block !important;
    width: 100%;
}
.single-testimonial .testimonials-block-bottom{
    font-family: assistant, Arial, sans-serif;
}
@media screen and (max-width: 1450px) {
    .page-template-page-post-testimonials-new .testimonials-wrap .img-holder, .single-testimonial .testimonials-wrap .img-holder {
        min-height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .single-testimonial .testimonials-wrap .img-holder {
        min-height: 200px;
    }
}

@media screen and (max-width: 1100px) {
    footer .location-content .socials {
        width: 100%;
        margin: -20px -6px 40px;
    }
}

@media screen and (max-width: 1023px) {
    .page-template-templates .post-menu {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .hero-content .acclaim-label {
        display: none!important;
    }
    .page-template-page-post-testimonials-new .breadcrumbs-wrap {
        padding: 9px 16px 9px;
    }
    .page-template-page-post-testimonials-new .testimonials-wrap,
    .single-testimonial .testimonials-wrap {
        border-top: none;
    }
    .page-template-page-post-testimonials-new .testimonials-tab,
    .single-testimonial .testimonials-tab {
        border-bottom: 1px solid #aeaeae;
        margin: 0 0 16px;
    }
    .page-template-page-post-testimonials-new .testimonials-tab {
        position: relative;
        top: 0;
        right: 0;
    }
    .page-template-page-post-testimonials-new .testimonials-wrap .testimonials-tab ul, .single-testimonial .testimonials-wrap .testimonials-tab ul{
        margin: 0;
    }

    select[name="look_forward"] + .select2 {
        min-width: 100%;

    }

    .filter-content .select2-container {
        min-width: 100%;
    }

    .select2 {
        margin: 0 0 20px;
    }

    .select2.select2-container--open {
        margin: 0;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .cards-content,
    .testimonials-wrap .cards-content{
        flex-wrap: wrap;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .large-card-wrap,
    .testimonials-wrap .cards-content .large-card-wrap {
        width: 100%;
    }

    .page-template-page-post-testimonials-new .testimonials-page h1 {
        width: 100%;
    }

    .page-template-page-post-testimonials-new .testimonials-page {
        padding: 0 15px;
    }

    .page-template-page-post-testimonials-new .post-content h1 {
        font-size: 44.5px;
        line-height: 46px;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap {
        padding: 16px 0 0;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap ul {
        flex-wrap: nowrap;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap li {
        padding: 6px 8px 3px 20px;
        font-size: 15px;
        width: auto;
        margin: 0;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .tab-content .content-text h3 {
        margin: 18px 0 2px 2px;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .tab-content .content-text p {
        margin: 0 0 13px 2px;
        font-size: 18px;
        line-height: 27.4px;
        letter-spacing: -0.1px;
    }

    .select2-container--default .select2-selection--single {
        justify-content: flex-start;
        min-height: 25px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 0;
        left: 6px;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .tab-content .content-text.filter-content h3 {
        font-family: "Assistant",Arial,sans-serif;
        margin: 0 0 11px 2px;
    }

    .testimonials-page.new-style .filter-content {
        padding: 0 1px 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0 33px;
    }

    .wrap-filter form button[type="submit"] {
        min-width: calc(100% + 32px);
        margin: 0px 0 0 -16px;
        border-radius: 0;
        min-height: 40px;
        box-shadow: 4px 3px 2px #11111147;
    }

    .testimonials-page.new-style .filter-content {
        margin: 0 0 18px;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .img-holder {
        min-height: 345px;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .large-card-wrap .text-holder,
    .testimonials-wrap .cards-content .large-card-wrap .text-holder {
        padding: 6px 14px 0;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .large-card-wrap h4,
    .testimonials-wrap .cards-content .large-card-wrap h4 {
        font-size: 16px;
        margin: 5px 0 10px;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .large-card-wrap p,
    .testimonials-wrap .cards-content .large-card-wrap p {
        font: 500 14px/19px "Assistant",Arial,sans-serif;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .large-card-wrap .button,
    .testimonials-wrap .cards-content .large-card-wrap .button {
        font-family: "Assistant",Arial,sans-serif;
        padding: 2px 13px 21px;
        font-size: 13px;
        line-height: 13px;
        margin: 0;
    }

    .page-template-page-post-testimonials-new .testimonials-wrap .cards-content {
        gap: 10px 30px;
    }

    .single-testimonial .testimonials-wrap .testimonials-block-top .wrap-form {
        display: none;
    }

    .single-testimonial h1 {
        line-height: 48px;
    }

    .single-testimonial .testimonials-wrap {
        padding: 175px 15px 0;
    }

    .single-testimonial .testimonials-wrap .video-post iframe {
        min-height: 355px;
        border: none;
    }

    .single-testimonial .testimonials-block-bottom {
        padding: 0 0 50px;
    }

    .single-testimonial .testimonials-wrap .wrap-posts {
        margin: 0 0 15px;
    }

    .page-post-content {
        padding: 0 15px 40px;
    }

    .testimonials-page.new-style .pagination-block {
        padding: 15px 0 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        left: initial;
        right: 10px;
    }

    .select2-container .select2-selection--single {
        height: 30px;
    }

    .select2-container--open .select2-dropdown {
        position: initial;
        width: 100%!important;
        max-width: 100%;
        /* min-width: 100vw; */
        left: -36px;
        background: #fff;
        opacity: 1;
        top: 46px;
        transform: translate(0, 0);
    }

    .select2-container--default .select2-results>.select2-results__options {
        padding: 2px 6px 8px;
        display: flex;
        justify-content: space-between;
    }

    .wrap-filter form {
        gap: 0;
    }

    .select2-results__option--selectable {
        padding: 4px 2px 4px 20px;
        border-bottom: none;
        margin: 0 3px;
    }

    .select2-results__option--selectable:before {
        top: 8px;
        left: 1px;
    }

    .select2-container--default .select2-results__option--selectable.select2-results__option--selected:after {
        top: 12px;
        left: 5px;
    }

    .select2-container--default .select2-results__option--selected {
        background-color: transparent;
    }

    .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open {
        margin: 0;
    }

    .select2-wrapper {
        width: 100%;
    }

    .select2-wrapper .select2 + .select2-container {
        position: relative!important;
        top: initial!important;
        left: initial!important;
        right: initial!important;
        bottom: initial!important;
    }
}

@media screen and (max-width: 639px) {
    footer .location-content .socials {
        margin: 0 -6px 6px;
    }

    .single-testimonial .testimonials-wrap {
        padding: 100px 15px 0!important;
    }

}

@media screen and (max-width: 450px) {
    .page-template-page-post-testimonials-new .testimonials-wrapper{
        padding: 90px 0 0;
    }

    .single-testimonial .testimonials-wrap {
        padding: 92px 15px 0;
    }
}

