.meettherapist .description p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


#hidemodal .btn-close {
    filter: invert(1);
}

@media (max-width: 575.8px) {
	#hidemodal .modal-content {
    padding: 30px 0 0!important;
    background: #0E4271;
	}
	.modal-schedule-title{
		padding-top: 35px;
	}
    .modal-form-title {
        padding-top: 35px;
    }

    .hero-pages {
        max-height: 750px !important;
    }
}


/* Pagination posts  */

.paginatcust {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginatcust .prev.page-numbers,
.paginatcust .next.page-numbers {
    width: 33px;
    height: 33px;
    border: 1px solid #0E4271;
    border-radius: 50%;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    padding: 0;
}

.paginatcust .prev.page-numbers:hover,
.paginatcust .next.page-numbers:hover {
    background: #0E4271;
}

.paginatcust .prev.page-numbers:hover svg path,
.paginatcust .next.page-numbers:hover svg path {
    transition: .3s ease;
}

.paginatcust .prev.page-numbers:hover svg path,
.paginatcust .next.page-numbers:hover svg path {
    fill: #fff;
}

.paginatcust .page-numbers {
    color: #0E4271;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin: 0 3px;
    padding: 2px 7px 0px 7px;
    border-radius: 5px;
    transition: .3s ease;
}

.paginatcust a.page-numbers:hover {
    text-transform: uppercase;
}

.paginatcust .page-numbers.current {
    background: #0E4271;
    color: #fff;
}

/* end pagination styles */

.frmmodal #upload {
    display: none;
}

.modal-content.emailus__form {
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 60px 30px;
}

.inputitem p {
    width: 100%;
}

.inputitem .upload p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.load-spinner {
    display: block;
    background-image: url(../img/general/load-spinner.png);
    background-size: cover;
    width: 70px;
    height: 70px;
    animation: spinnerAnim 2s linear infinite;
    position: absolute;
    top: 10px;
    left: calc(50% - 25px);
    z-index: 999;
}


#search-result {
    position: relative;
    min-height: 200px;
}

.background-spinner {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
    z-index: 998;
}


.not-found-therapists {
    font-size: 30px;
    line-height: 130%;
    font-weight: 500;
    color: #0E4271;
    text-align: center;
    padding: 40px 0;
}


@keyframes spinnerAnim {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        opacity: 1;
        transform: scale(1.35);
    }

    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}


.heateor_sss_button_instagram span svg,
.heateor_sss_facebook span svg {
    display: none !important;
}

.heateor_sss_facebook span {
    background-image: url(../img/podcast/icon_facebook.svg) !important;
}

.heateor_sss_button_instagram span {
    background-image: url(../img/podcast/icon_instagram.svg) !important;

}

.heateor_sss_sharing_ul a span {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-color: transparent !important;
    margin-right: 15px;
}

.powerpress_links {
    font-weight: 500;
}

.powerpress_links a {
    text-decoration: underline;
}

/* page 404 */

.errorpage__inner {
    padding: 100px 0;
    text-align: center;
}

.errorpage__content span {
    font-weight: 700;
    font-size: 150px;
    line-height: 130%;
    margin-bottom: 10px;
    display: block;
    color: #0E4271;
}

.errorpage__content p {
    color: #0E4271;
    font-size: 22px;
    margin-bottom: 60px;
}