/*...........................................banner section*/
.hero-heading .text-mustard {
    font-weight: 600;
}

/*.ehr-form-container*/
.home-box-container {
    position: relative;
    background-image: url("../../images/home-images/bg.svg");
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 450px;
}

.home-box-container::before,
.arrow-go-out::before {
    content: "";
    background-image: url(../images/arrow_outward-going.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--mustard);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10;
    right: 10px;
}

.home-box-container-inner {
    height: 100%;
    padding: 35px 45px 26px 40px;
    background-color: var(--bg--blue);
    border-radius: 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-box-container-inner h3 {
    font-size: 40px;
    line-height: 54px;
}

.home-box-container-inner .flex-column.flex-lg-row.text-end {
    align-self: end;
}


.home-box-container-inner h3,
.home-box-container-inner h4 {
    padding-left: 45px;
    padding-right: 40px;
}

.home-box-container-inner h4 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 0px;
    width: 100%;
}


.hero-paragph-italic {
    font-size: 18px;
}

/*...........................................expert guided section*/
.ehr-guide-heading {
    font-size: 48px;
    line-height: 56px;
    color: #505050;
}

.stats-grid .stat-item h5 {
    font-size: 44px;
    font-weight: 600;
    color: #342c6c;
    margin-bottom: 14px;
}

.stats-grid .stat-item p {
    font-size: 24px;
    line-height: 34px;
    color: #342c6c;
}

.stats-grid .stat-item {
    text-align: left;
}

/*...........................................comapre 500 section*/
.choose-section {
    background-color: #342c6c;
}

.choose-section .guide-container-heading {
    color: #fff !important;
}

.choose-section ul li p {
    color: #ffff !important;
    opacity: 1;
}

.choose-section-container {
    position: relative;
}

.choose-section-container::before {
    content: "";
    background-image: url(../images/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--mustard);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;

    bottom: 0;
    left: 10px;
}

/*...........................................find your EHR section*/

.step-section .stats-grid .stat-item h5 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #342c6c;
    margin-bottom: 15px;
}

/* .step-section .stats-grid .stat-item p {
  font-size:18px;
  line-height:28px;
  color: #342C6C;    
  opacity: 1;    
} */

.step-section .stats-grid .stat-item p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.step-section .stats-grid .stat-item {
    text-align: left;
}

/*...........................................Free AI-Powered section*/
.ai-powered-section {
    height: 85vh;
}

.ai-powered-heading {
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
    opacity: 1;
    color: #ffc415;
}

.nav-pills-wrapepr button.nav-link {
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 11px 33px;
    transition: 0.4s ease;
}
.nav-pills-wrapepr button.nav-link:hover,
.nav-pills-wrapepr button.nav-link.active {
    color: #342c6c;
    background: #ffc415;
    border-color: #ffc415;
}

.nav-pills-wrapepr .nav.nav-pills {
    justify-content: center;
    gap: 0 20px;
}

.nav-pills-wrapepr .card.myStarr {
    width: calc(20%);
    background: transparent;
    align-items: center;
    justify-content: center;
    height: 130px;
    border: 0.1px solid #fff;
    border-radius: 0;
    transition: 0.4s ease;
    cursor: pointer;
}
.nav-pills-wrapepr .card.myStarr:hover{
    background-color: rgba(255,255,255,0.1);
}

.nav-pills-wrapepr .card.myStarr img {
    width: fit-content;
    height: 50px;
}
.nav-pills-wrapepr .card.myStarr:first-of-type,
.nav-pills-wrapepr .card.myStarr:nth-of-type(n+6){
    border-left: 0;
}
.nav-pills-wrapepr .card.myStarr:last-of-type,
.nav-pills-wrapepr .card.myStarr:nth-of-type(5){
    border-right: 0;
}
.nav-pills-wrapepr .card.myStarr:nth-of-type(-n+5) {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
.nav-pills-wrapepr .card.myStarr:nth-last-of-type(-n+5) {
    border-bottom: 0;
}

.areYou-EHRvendor .ai-powered-heading {
    /*font-size: 60px;*/
    /*line-height: 72px;*/
    color: #fff;
}

.areYou-EHRvendor .stats-grid .stat-item .text-mustard {
  color: #FFC415;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

.areYou-EHRvendor {
    position: relative;
    color: #fff;
    background: #342c6c;
    overflow: hidden;
}


.areYou-EHRvendor::before{
    content:'';
    position: absolute;
    top: 50px;
    left: 40px;
    z-index: 11;
    width: 600px;
    height: 600px;
    opacity: 0.2;
    background: url("../../images/home-images/ehr-reviews/home/loop-2.svg") center/cover no-repeat;
    animation: rotateClockwise 80s linear infinite;
}

.areYou-EHRvendor::after{
    content:'';
    position: absolute;
    bottom: -350px;
    right: -350px;
    z-index: 11;
    width: 800px;
    height: 800px;
    opacity: 0.2;
    background: url("../../images/home-images/ehr-reviews/home/loop-2.svg") center/cover no-repeat;
    animation: rotateAnticlockwise 80s linear infinite;
}

@keyframes rotateClockwise {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes glowSweep {
  0% {
    transform: translate(-100%, -100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
/* img background inifinity animation  */
@keyframes rotateAnticlockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}


.box-shadow-wrapper {
    display: flex;
    align-items: center;
    gap: 0 25px;
    border-radius: 36.271px;
    border: 0.907px solid rgba(255, 255, 255, 0.29);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(5.984687328338623px);
    padding: 20px 40px;
}
.box-shadow-wrapper>div{
  flex: 1;
}
.box-shadow-wrapper p,
.box-shadow-wrapper ul li{
  font-size: 16px;
  line-height: 28px;
}
.box-shadow-wrapper ul{
  padding-left: 25px;
}

/*...........................................Real Practices section*/
.testimonial-heading {
    font-size: 64px;
    font-weight: 400;
    color: #000;
}

.slick-list.draggable {
    height: auto !important;
}

.testimonial-card {
    background-image: url("../images/Union.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
    border-radius: 32px;
    padding: 40px 50px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    height: 30vh;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: #f4f4ff;
    margin-bottom: 0;
    text-align: center;
}

.testimonial-stars {
    font-size: 1.4rem;
    color: #ffc415;
}

.testimonial-stars {
    height: 46px;
    padding: 0 10px;
}

.testimonial-stars:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.testimonial-stars:not(:checked)>i {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ffc700;
    font-style: initial;
}

.testimonial-stars:not(:checked)>i:before {
    content: "★ ";
}

.testimonial-stars>input:checked~i {
    color: #ffc700;
}

.testimonial-stars:not(:checked)>i:hover,
.testimonial-stars:not(:checked)>i:hover~i {
    color: #deb217;
}

.testimonial-stars>input:checked+i:hover,
.testimonial-stars>input:checked+i:hover~i,
.testimonial-stars>input:checked~i:hover,
.testimonial-stars>input:checked~i:hover~i,
.testimonial-stars>i:hover~input:checked~i {
    color: #c59b08;
}

.testimonial-card p {
    opacity: 1 !important;
}

/* Slick dots customization (optional) */
.testimonial-slider .slick-dots {
    bottom: -35px;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 10px;
    opacity: 0.4;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.testimonial-section.section-padding{
    padding-top: 80px;
}

/*..............................................................media queries*/
@media (min-width: 1400px) {
    .user-yellow-btn .main-btn {
        margin-top: 60px;
    }

    .ai-section-padding {
        padding: 110px 0px;
    }
    .w-xxl-80{
        width: 80%;
    }
}

@media (min-width: 2000px) {

    .home-box-container {
        height: 493px;
    }
    .home-box-container-inner h3 {
            font-size: 48px;
            line-height: 62px;
    }
    .home-box-container-inner h4 {
        margin-top: 30px;
        width: 85%;
    }
    .hero-heading {
        font-size: 70px;
        line-height: 86px;
    }
    .hero-heading + .hero-paragraph {
        margin-top: 30px;
        margin-bottom: 40px !important;
        opacity: 1;
        font-weight: 300;
    }
    .ehr-form-container {
        height: 628px;
        padding: 45px 50px 35px 50px;
    }
    .ehr-demo-form .form-h4.text-start {
        width: 80%;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }
    .guide-container .row.stats-grid {
            gap: 0 40px;
        }
    .guide-container .row.stats-grid>div{
            width: calc(50% - 20px);
        }
    .ai-powered-section .ehr-demo-form {
            padding: 0
        }
    .testimonial-card{
        max-width: 850px;
    }
}




@media (max-width: 1400px) {

    .home-box-container::before,
    .arrow-go-out::before {
        top: 30px;
        right: 0px;
    }

    .home-box-container-inner h3 {
        font-size: 30px;
        line-height: 31px;
    }

    .home-box-container-inner h4 {
        width: 100%;
    }

    .testimonial-card {
        height: auto;
        padding: 20px;
    }
}

@media (max-width: 1300px) {

    .home-box-container::before,
    .arrow-go-out::before {
        top: 74px;
        right: 0px;
    }
}

@media (max-width: 1200px) {
    .home-box-container {
        display: none;
    }

    .ai-powered-section {
        height: auto;
    }
}

@media (max-width: 1024px) {
    .ehr-guide-heading {
        font-size: 40px;
        line-height: 48px;
    }

    .stats-grid .stat-item h5 {
        font-size: 36px;
    }

    .stats-grid .stat-item p {
        font-size: 22px;
        line-height: 26px;
    }

    .guide-container-heading {
        font-size: 40px;
        line-height: 48px;
    }

    .ai-powered-heading {
        font-size: 40px;
        line-height: 48px;
    }

    .testimonial-heading {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 768px) {
    .ehr-guide-heading {
        font-size: 30px;
        line-height: 36px;
        color: #505050;
    }

    .guide-container-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .stats-grid .stat-item h5 {
        font-size: 30px;
        margin-bottom: 7px;
    }

    .stats-grid .stat-item p {
        font-size: 15px;
        line-height: 20px;
    }

    .Faq-heading {
        line-height: 38px;
    }

    .ai-powered-heading {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 768px) {
    .hero .row.align-items-center {
        margin-top: 50px !important;
    }

    .hero-paragph-italic {
        font-size: 15px;
    }

    .choose-section-container::before {
        width: 68px;
        height: 68px;
    }

    section.hero.ai-powered-section {
        padding: 0px 0px;
    }

    .ai-powered-section .section-padding {
        padding: 10px;
    }

    .testimonial-heading {
        font-size: 30px;
        line-height: 38px;
    }

    .hero-heading .text-mustard {
        font-weight: 400;
    }
}

@media (max-width: 430px) {
    .form-h4 {
        font-size: 12px;
        line-height: 22px;
        font-weight: 300;
        width: 84%;
        padding-bottom: 18px;
    }

    .ehr-demo-form {
        padding: 40px 21px;
        background-color: var(--bg--blue);
        border-radius: 39px;
        /* margin-top: -327px; */
        /* min-height: 70vh; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .ehr-demo-form .hs-input {
        height: 36px !important;
    }

    .ehr-demo-form .input {
        height: 36px !important;
    }

    .ehr-demo-form .hs-button {
        padding: 9px 1px !important;
        font-size: 14px !important;
    }

    .instant-badge span {
        font-size: 9.8px;
    }

    .hbspt-form fieldset.form-columns-1 {
        max-width: 100%;
        width: 100% !important;
    }

    .hbspt-form .hs_submit.hs-submit {
        width: 100% !important;
    }

    .ehr-demo-form .hs-input {
        height: 43px !important;
    }

    .hbspt-form fieldset.form-columns-1 {
        max-width: 100%;
        width: 100%;
    }

    .ehr-demo-form .hs-input {
        height: 43px !important;
    }
}