#content.a > *, #content.a > #contact {
    padding: 4rem 0;
}
article.gray-bg { background: #f4f4f4; }
.clnc-hghlts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}
.clnc-hghlts .clnc-hghlts-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}
.clnc-hghlts .clnc-hghlts-card img {
    height: auto !important;
    width: 80%;
}
.clnc-hghlts .clnc-hghlts-card .card-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #f23944;
    margin: 0;
}
.clnc-hghlts .clnc-hghlts-card .card-content {
    font-size: 1.1rem;
    text-align: center;
}
.faq-section .max-img, .clnc-hghlts.secnd .max-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.faq-section .max-img img, .clnc-hghlts.secnd .max-img img { width: 95%; }
.faq-section .max-img { justify-content: flex-end; }
.clnc-hghlts.secnd .section-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.clnc-hghlts.secnd .section-content .head {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.clnc-hghlts.secnd .section-content .head h3 {
    color: #f23944;
    font-weight: bold;
}
.clnc-hghlts.secnd .section-content .head p {
    color: #7f7e7f;
    font-size: 1.8rem;
}
.clnc-hghlts.secnd .section-content .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2%;
}
.clnc-hghlts.secnd .section-content .content .hghlts-small {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.7rem;
    height: 220px;
}
.clnc-hghlts.secnd .section-content .content .hghlts-small img { width: 100px; }
.clnc-hghlts.secnd .section-content .content .hghlts-small div {
    font-size: 1.4rem;
    color: #545454;
}
.usage-stats .stats-content {
    background: linear-gradient(#FCC011, #DA8213);
    margin: 0 8%;
    border-radius: 2rem;
    padding: 2.5rem 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -100px;
}
.usage-stats .stats-content .stats-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.usage-stats .stats-content .stats-mini .count {
    color: #3C2D06;
    font-size: 3.5rem;
    font-weight: 900;
}
.usage-stats .stats-content .stats-mini .type {
    color: #341D23;
    font-size: 1.5rem;
    text-transform: uppercase;
}
footer { padding-top: 120px; }
@media only screen and (max-width: 1100px) {
    .usage-stats .stats-content .stats-mini .count { font-size: 2.5rem; }
    .usage-stats .stats-content .stats-mini .type { font-size: 1rem; }
}
@media only screen and (max-width: 991px) {
    .clnc-hghlts {
        flex-direction: column;
        gap: 3rem;
    }
    .faq-section .max-img, .clnc-hghlts.secnd .max-img { display: none; }
    .usage-stats .stats-content {
        flex-wrap: wrap;
        padding: 2.5rem 4%;
    }
    .usage-stats .stats-content .stats-mini {
        flex-basis: 50%;
        gap: 0.25rem;
    }
}
@media only screen and (max-width: 560px) {
    .usage-stats {
        padding: 0 !important;
        margin: 0 !important;
    }
    .usage-stats .stats-content {
        background: #f4f4f4;
        margin: 0;
        border-radius: 0;
        flex-direction: column;
        gap: 2rem;
    }
    .usage-stats .stats-content .stats-mini { margin-bottom: 0; }
    footer { padding-top: 0px; }
}
@media only screen and (max-width: 650px) {
    .clnc-hghlts { padding: 3rem 4rem !important; }
    .clnc-hghlts .clnc-hghlts-card .card-title { font-size: 1rem; }
    .clnc-hghlts .clnc-hghlts-card .card-content { font-size: 0.9rem; }
    .clnc-hghlts .clnc-hghlts-card img {
        width: 75%;
        min-width: 200px;
    }
}
@media only screen and (max-width: 620px) {
    .clnc-hghlts.secnd .section-content .head p { font-size: 1.4rem; }
    .clnc-hghlts.secnd .section-content .content .hghlts-small {
        flex-basis: 43%;
        gap: 1rem;
        height: 260px;
    }
    .clnc-hghlts.secnd .section-content .content .hghlts-small div { font-size: 1.2rem; }
}
@media only screen and (max-width: 380px) {
    .clnc-hghlts { padding: 2rem 3rem !important; }
}
/* background: transparent url("/assets/images/home/testimonials/testi-bg.png") center top no-repeat; */
.testimonials-style-one {
    padding-top: 530px;
    padding-bottom: 120px;
    position: relative;
    display: block;
}
#testimonials-slider-pager {
    width: 536px;
    height: 636px;
    position: relative;
    margin-top: -80px;
    -webkit-animation-name: tesiMove;
    animation-name: tesiMove;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 180%;
    max-width: none !important;
    left: -46%;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.testimonials-style-one .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}
.testimonials-style-one .bx-wrapper ul.slider {
    padding: 0;
    margin: 0;
}
.testimonials-style-one .single-testi-one p {
    margin: 10px;
    color: #666E82;
    font-size: 18px;
    line-height: 40px;
}
.testimonials-style-one .single-testi-one h3 {
    color: #f23944;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    margin-top: 0px;
    margin-top: 40px;
}
.bx-controls.bx-has-controls-direction {
    position: absolute;
    bottom: 5%;
    right: 3%;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction { width: 100px; }
.testimonials-style-one .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    background-image: none;
    font-size: 32px;
    color: #c3c3c3;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a:hover { color: #f23944; }
.icon-revresed {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}
@keyframes tesiMove {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    15% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
    }
    33% {
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg);
    }
    66% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
#testimonials-slider-pager .testi-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 99px;
    height: 99px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
}
#testimonials-slider-pager .testi-icon:after, #testimonials-slider-pager .testi-icon:before {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(252, 228, 76) 0%, rgb(253, 178, 83) 50%, rgb(254, 126, 57) 100%);;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    -webkit-animation: ripple 3s infinite;
            animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#testimonials-slider-pager .testi-icon:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
#testimonials-slider-pager .testi-icon img {
    position: relative;
    z-index: 11;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
*, ::before, ::after {
    transform-origin: revert !important;
    -webkit-transform-origin: revert !important;
}
.features-section { padding: 0 }
.features-section-lg {
    position: relative;
    background-size: 100%;
}
.features-section-lg .feature-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 2;
    width: 9vw;
}
.features-section-lg .feature-card .feature-title {
    font-size: 0.95vw;
    font-weight: 600;
    line-height: 1.2;
}
.features-section-lg .feature-card .feature-desc {
    font-size: 0.8vw;
}
.features-section-sm .bottom-section,
.features-section-lg .bottom-section {
    width: 100%;
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-section-lg .bottom-section {
    position: absolute;
    bottom: 0;
}
.features-section-lg .feature-card:nth-child(1) {
    top: 32%;
    left: 20%;
}
.features-section-lg .feature-card:nth-child(2) {
    width: 10.8vw;
    top: 57.5%;
    left: 19%;
}
.features-section-lg .feature-card:nth-child(3) {
    width: 9vw;
    top: 32%;
    left: 31.75%;
}
.features-section-lg .feature-card:nth-child(4) {
    top: 57.5%;
    left: 31.75%;
}
.features-section-lg .feature-card:nth-child(5) {
    top: 14%;
    left: 39%;
}
.features-section-lg .feature-card:nth-child(6) {
    top: 14%;
    left: 52%;
}
.features-section-lg .feature-card:nth-child(7) {
    top: 39%;
    left: 46%;
}
.features-section-lg .feature-card:nth-child(8) {
    top: 62%;
    left: 46%;
}
.features-section-lg .feature-card:nth-child(9) {
    width: 11.5vw;
    top: 32%;
    left: 58%;
}
.features-section-lg .feature-card:nth-child(10) {
    width: 11vw;
    top: 57%;
    left: 58.5%;
}
.features-section-lg .feature-card:nth-child(11) {
    top: 32%;
    left: 70.5%;
}
.features-section-lg .feature-card:nth-child(12) {
    top: 57%;
    left: 70.5%;
}
.features-section-sm {
    display: none;
    padding: 2rem 1rem;
}
.features-section-sm .features-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.features-section-sm .features-group-title {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.features-section-sm .feature-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1rem;
    min-width: 180px;
    text-align: center;
    align-items: center;
}
.features-section-sm .features-group.pt .feature-title,
.features-section-sm .features-group.pt .features-group-title,
.feature-title.pt { color: #e6833f }
.features-section-sm .features-group.ht .feature-title,
.features-section-sm .features-group.ht .features-group-title,
.feature-title.ht { color: #11768E }
.features-section-sm .features-group.um .feature-title,
.features-section-sm .features-group.um .features-group-title,
.feature-title.um { color: #157E49 }
.features-section-sm .feature-title {
    font-weight: 500;
    font-size: 1rem;
}
.features-section-sm .feature-description {}
@media (max-width: 991px) {
    .features-section .features-section-sm { display: block; }
    .features-section .features-section-lg { display: none; }
    .features-section .bottom-section { padding-top: 1.5rem;}
    .features-section .bottom-section .link-btn-round-lg { padding: 10px 20px; }
    .features-section .bottom-section .link-txt-lg { font-size: 1rem; }
}
.team-members {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0.8rem;
    gap: 3vw;
}
.team-member {
    position: relative;
    width: 330px;
    height: 330px;
    list-style-type: none;
}
.team-member .member {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.team-member .member-name {
    font-weight: 700;
    font-size: 1.5rem;
}
.team-member .member-position {
    font-size: 1.2rem;
    font-weight: 500;
}
.team-member .member-social { width: 2.2rem; height: auto; }
.team-member .overlay {
    border-radius: 10px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(254, 231, 45) 0%, rgb(255, 81, 50) 100%);
    opacity: 0.9;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
    text-transform: uppercase;
}
.team-member:hover .overlay {
    bottom: 0;
    height: 100%;
}
.team-member .overlay .content {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.faq-section .faq-item {
    border: 1px solid #B7B7B7;
    padding: 0.8rem;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq-section .faq-item:has(p.collapse.show) { border: 2px solid #f33844; }
.faq-section .faq-title {
    color: #f23944;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0
}
.faq-section .faq-desc {
    color: #7E7E7E;
    margin: 0.5rem 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq-section .faq-title { cursor: pointer; }
.faq-section .faq-tggle { padding: 0.4rem; }
.faq-section .faq-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* div.specialist-support {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow: auto;
} */
.speciality-section .splst-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    padding: 1.15rem;
    border-radius: 1.35rem;
    background-image: linear-gradient(135deg, #fee72d 0%, #ff5132 100%);
}
.speciality-section .splst-card .splst-img {
    width: 250px;
    border-radius: 1.5rem;
}
.speciality-section .splst-card .splt-nme {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.speciality-section .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
}

.speciality-section .bx-viewport {
  box-shadow: none;
  border: none;
  background: transparent;
}

.speciality-section .bx-pager-item a.bx-pager-link {
  border-radius: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #d6d6d6;
}

.speciality-section .bx-pager-item a.bx-pager-link:hover,
.speciality-section .bx-pager-item a.bx-pager-link:focus { background-color: #929292; }
.speciality-section .bx-pager-item a.bx-pager-link.active { background-image: linear-gradient(135deg, #fee72d 0%, #ff5132 100%); }
footer .ftr-join-txt {
    font-size: 1.9rem;
    font-weight: 300;
}