form#hsForm_a862552c-b65d-425b-a51b-a1e87477b49d .hs_submit.hs-submit input.hs-button.primary.large {
    padding: 10px 30px;
}
form#hsForm_a862552c-b65d-425b-a51b-a1e87477b49d .hs_submit.hs-submit {
    display: flex;
    justify-content: flex-end;
}
form#hsForm_a862552c-b65d-425b-a51b-a1e87477b49d .hs_submit.hs-submit input:hover {
    border-radius: 16px !important;
}
#Values-sec {
    display: none;
}
.submitted-message.hs-main-font-element {
    text-align: center !important;
}
#team-socials li.stbe-social-links__item a {
    margin-top: 0;
    margin: 0;
}
#team-row #team-socials {
    top: 180px !important;
    left: 43%;
}
#team-row {
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
}
#guiding-principles #FAB-icon-col {
    min-height: auto;
}
#evidence-soap-image img {
    max-width: 500px;
    position: relative;
    right: -25%;
}
#Evidence-first-animation, #Evidence-second-animation, #Evidence-third-animation {
    position: absolute;
    z-index: 1;
    transition: all 2s;
}
#Evidence-first-animation {
    top: 29%;
    left: -1%;
}
#Evidence-second-animation {
    top: 48%;
    left: -1%;
}
#Evidence-third-animation {
    top: 65%;
    left: -1%;
}
#Evidence-first-animation {
    transform: translate(-20%, -15%);
}
.animated #Evidence-first-animation {
    transform: translate(0px, 10px);
}
#Evidence-second-animation {
    transform: translate(-20%, -10%);
}
.animated #Evidence-second-animation {
    transform: translate(0px, 10px);
}
#Evidence-third-animation {
    transform: translate(-20%, -10%);
}
.animated #Evidence-third-animation {
    transform: translate(0px, 10px);
}
#Second-animated-component {
    position: absolute;
    z-index: 1;
    top: 47%;
    right: 3%;
    height: 200px;
    transition: all 2s;
}
#First-animated-component {
    position: absolute;
    top: 5%;
    z-index: 1;
    right: 3%;
    height: 200px;
    transition: all 2s;
}
#First-animated-component {
    transform: translate(10%,-10%);
}
.animated #First-animated-component {
    transform: translate(-2%,1%);
}
#Second-animated-component {
    transform: translate(10%, 15%);
}
.animated #Second-animated-component {
    transform: translate(-2%, 0%);
}
#automated-coding-image img {
    max-width: 420px;
}
.phone-container-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            padding-top: 30px;
            height: auto !important;
        }

        .phone {
            position: relative;
        }

        /* Initial positions for the first image */
        .doctor-card,
        .speech-recognition,
        .ai-assistance,
        .automated-notes,
        .ehr-integration,
        .coding-support {
            position: absolute;
            transition: all 1s ease;
        }

        .doctor-card {
    top: 41%;
    left: -25%;
    transform: translateY(-50%);
}

        .ai-assistance {
    top: 53%;
    left: 93%;
    transform: translate(-50%, -50%);
}

        .speech-recognition {
    top: 3%;
    right: 10%;
    left: 61%;
}

        .coding-support {
    top: 8%;
    left: -15%;
}

        .automated-notes {
    top: 55%;
    left: -18%;
}

        .ehr-integration {
    top: 66%;
    right: -21%;
}

        /* Final positions for the second image (after load) */
        .phone-container-wrapper.loaded .doctor-card {
            top: 43%;
            left: -14%;
        }

        .phone-container-wrapper.loaded .ai-assistance {
            top: 56%;
            left: 91%;
        }

        .phone-container-wrapper.loaded .speech-recognition {
            top: 8%;
            right: 0;
            left: 57%;
        }

        .phone-container-wrapper.loaded .coding-support {
            top: 11%;
            left: -7%;
        }

        .phone-container-wrapper.loaded .automated-notes {
            top: 58%;
            left: -10%;
        }

        .phone-container-wrapper.loaded .ehr-integration {
            top: 69%;
            right: -10%;
        }
  @media screen and (max-width: 767px) {
  	#Team-sec {
    margin-top: 0px !important;
}
#About-Team-sec {
    margin: 24px 10px 0 !important;
    padding: 30px 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-bottom: 0px !important;
}
  	#about-blogs {
    padding: 0 !important;
}
  	div#team-row {
    gap: 15px;
}
  	#team-row #Team-col {
    width: 100%;
}
#team-row #team-socials {
    top: 65%;
}
  	#evidence-soap-image img {
    max-width: 350px;
    position: relative;
    right: -10%;
}
#Evidence-first-animation svg, #Evidence-second-animation svg, #Evidence-third-animation svg {
    max-width: 200px;
}
#Evidence-first-animation {
    top: 25%;
}
#Evidence-second-animation {
    top: 43%;
}
#Evidence-third-animation {
    top: 60%;
}
#Evidence-third-animation {
    transform: translate(50%,25%);
}
#Evidence-second-animation {
    transform: translate(60%, 25%);
}
#Evidence-first-animation {
    transform: translate(70%, 25%);
}
  	#automated-coding-image img {
    max-width: 300px;
}
#First-animated-component svg, #Second-animated-component svg {
    max-width: 250px;
    height: auto;
}
.animated #First-animated-component {
    transform: translate(10%,1%);
}
#First-animated-component {
    transform: translate(18%,-10%);
}
.animated #Second-animated-component {
    transform: translate(10%,-5%);
}
#Second-animated-component {
    transform: translate(18%,15%);
}
  	    .phone-container-wrapper {
    height: auto;
}
    .ai-assistance img {
    width: 65px !important;
}
    .phone-container-wrapper.loaded img, .phone-container-wrapper.loaded svg {
    width: 55%;
}
.phone-container-wrapper.loaded .ai-assistance {
    top: 45%;
    left: 83%;
}
.phone-container-wrapper.loaded .doctor-card {
    top: 43%;
    left: 5%;
}
.phone-container-wrapper.loaded .automated-notes {
    top: 52%;
    left: 0%;
}
.phone-container-wrapper.loaded .ehr-integration {
    top: 65%;
    right: 6%;
    left: 56%;
}

.phone-container-wrapper.loaded .speech-recognition svg {
    width: 100% !important;
}
.phone-container-wrapper.loaded .speech-recognition {
    top: 0%;
    right: 5%;
    left: 66%;
}
.phone-container-wrapper.loaded .coding-support {
    top: 5%;
    left: 5%;
}
.speech-recognition {
    top: -5%;
    right: 0;
    left: 70%;
}
.speech-recognition svg {
    width: 100% !important;
}
.coding-support {
    top: 0%;
    left: -2%;
}
.doctor-card {
    left: -2%;
}
    .phone-container-wrapper img, .phone-container-wrapper svg {
    width: 55%;
}
.phone-container-wrapper img, .phone-container-wrapper svg {
    width: 55%;
}
.ehr-integration {
    top: 63%;
    right: 2%;
    left: 62%;
}
.ehr-integration svg {
    width: 100% !important;
}
.automated-notes {
    top: 49%;
    left: -2%;
}
img.mobile-mockup {
    width: 75% !important;
    left: 12%;
    position: relative;
}
  }
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#team-row {
    gap: 15px;
}
#team-row #Team-col {
    width: 48%;
}
#team-row #team-socials {
    top: 60%;
}
	.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100% !important;
}
.hs_number_of_provider_in_your_organization.hs-number_of_provider_in_your_organization.hs-fieldtype-text.field.hs-form-field {
    width: 100% !important;
}
	    img.mobile-mockup {
    width: 85% !important;
}
.speech-recognition svg {
    width: 100% !important;
}
.phone-container-wrapper {
    height: auto;
}
    .doctor-card img {
    width: 55% !important;
}
.phone-container-wrapper svg, .phone-container-wrapper img {
    width: 75%;
}
.phone-container-wrapper.loaded .coding-support {
    top: 7%;
    left: -10%;
}
.phone-container-wrapper.loaded .speech-recognition {
    top: 3%;
    left: 52%;
}
.phone-container-wrapper.loaded .doctor-card {
    top: 42%;
    left: -7%;
}
.phone-container-wrapper.loaded .automated-notes {
    top: 50%;
    left: -10%;
}
.phone-container-wrapper.loaded .ehr-integration {
    top: 65%;
    right: 0%;
}
.ai-assistance img {
    width: 100px !important;
}
.phone-container-wrapper.loaded .ai-assistance {
    top: 50%;
    left: 80%;
}
.coding-support {
    top: 5%;
    left: -15%;
}
.ai-assistance {
    top: 47%;
    left: 83%;
}
.doctor-card {
    top: 39%;
    left: -20%;
}
.speech-recognition {
    top: 0%;
    right: -2%;
    left: 55%;
}
.automated-notes {
    top: 47%;
    left: -22%;
}
.ehr-integration {
    top: 52%;
    right: 0%;
    left: 55%;
}
}
@media only screen and (max-width: 998px) and (min-wdth: 768px) {
    #First-animated-component svg, #Second-animated-component svg {
    max-width: 250px;
}
.animated #First-animated-component {
    transform: translate(10%,-15%);
}
.animated #Second-animated-component {
    transform: translate(10%,-12%);
}
#First-animated-component {
    transform: translate(20%,-20%);
}
#Second-animated-component {
    transform: translate(20%,20%);
}
}
@media only screen and (max-width: 1024px) and (min-width: 999px) {
    #First-animated-component svg, #Second-animated-component svg {
    max-width: 300px;
}
}