.upload-img-popup {
    background: #000000d1;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1111;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-img-popup .panel-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-img-popup .panel-footer .btn {
    margin: 0 5px;
}
.upload-img-popup .croppie-container .cr-viewport,
.upload-img-popup .croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgb(0 0 0 / 50%);
    z-index: 0;
    width: 100% !important;
}
.upload-img-popup .croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100% !important;
    height: auto !important;
    min-height: 240px;
}
.upload-img-popup .panel-body {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}
.upload-img-popup .panel-heading { margin-bottom: 20px; }

.upload-img-popup .container {
    padding: 0 50px;
}
.panel-body-inner {padding: 20px;}
body.upload-profile-img
{
    overflow: hidden;
}
.profile-photo-crop {
    width: 50%;
    height: 50%;
    padding: 0px !important;
}
.profile-photo-crop .croppie-container {
    width: 200px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .profile-photo-crop {
        width: 80%;
        height: 80%;
    }
    /* .upload-img-popup .panel-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    } */
    .upload-img-popup .panel-footer .crop_image_profile {
        margin-bottom: 10px;
    }

}

#uploadimage_profile.upload-img-popup .croppie-container .cr-boundary {
    width: 200px !important;
}

@media (max-width: 600px) {

    .upload-img-popup .container {
        padding: 0 0px;
    }
    .upload-img-popup .panel-body {
        padding: 10px;
        border-radius: 0px;
    }
}

/* @media (max-width: 600px) {

.upload-img-popup .container {
    padding: 0 0px;
}
.upload-img-popup .panel-body {
    padding: 10px;
    border-radius: 0px;
}
.upload-img-popup .croppie-container .cr-boundary {
    width: 1756px !important;
}
.croppie-container {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
}
.upload-img-popup .panel-footer .btn {
    margin: 5px;
}
.profile__banner {
    height: auto;
    min-height: 120px;
}
.profile__banner-preview {
    height: auto;
    background: #f1f1f1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.profile__banner-preview img {
    height: auto;
    min-height: auto;
    width: auto;
    max-width: -webkit-fill-available;
    max-height: 240px;
    min-height: 100px;
}
.profile__banner-upload {
    right: 10px;
    width: 55%;
    text-align: right;
    margin-left: 0px;
    bottom: 30px;
}

.profile__avtar {
    position: absolute;
    left: 10px;
    bottom: -10px;
    width: 90px;
    height: 90px;
   }
   
   .profile__avtar-button {
    
    top: 70px;
}
.profile__content {
    margin: 2rem 0 2.4rem 0;
}
} */
.profile__banner{
    height: auto;
}
.profile__banner-preview {
    height: auto;
}
@media (max-width: 767px) { 
    .testimonials .swiper-slide .wp-block-group:first-child {
        width: 100%;
        height: 100%;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding: 0px !important;
    }
    .client-testimonials p {
        font-size: 15px !important;
        font-weight: var(--font-weight-400) !important;
        line-height: normal;
    }
}