/* Banner Section */
.bannerSec {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 131px;
    padding-bottom: 30px;
    background:
        radial-gradient(circle at 10% 28%, rgba(167, 234, 242, 0.55), transparent 28%),
        radial-gradient(circle at 88% 34%, rgba(255, 205, 116, 0.34), transparent 30%),
        linear-gradient(145deg, #f4fbfc 0%, #ffffff 50%, #fff8ec 100%);
}

.bannerSec::before {
    display: none;
}

.bannerSec .container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 184px;
}

.bannerSec .bannerTextWrap {
    width: 100%;
}

.bannerSec .leftCol {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    gap: 12px;
}

.bannerSec .leftCol h1 {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    color: #101820;
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

.bannerSec .leftCol h1 strong {
    font-weight: bold;
}

.bannerSec .leftCol p {
    max-width: 830px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
    color: #23414f;
    font-weight: 400;
}

.middle {
    width: 100%;
    float: left;
}

body,
body *,
body *::before,
body *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: no-preference) {
    body.js-reveal-ready [data-reveal],
    body.js-reveal-ready [data-reveal-group] > * {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
        transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: opacity, transform;
    }

    body.js-reveal-ready [data-reveal="soft"],
    body.js-reveal-ready [data-reveal-group] > * {
        transform: translate3d(0, 18px, 0);
    }

    body.js-reveal-ready [data-reveal].is-visible,
    body.js-reveal-ready [data-reveal-group].is-visible > * {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    body.js-reveal-ready [data-reveal-group] > * {
        transition-delay: var(--reveal-delay, 0ms);
    }

    body.js-reveal-ready [data-reveal-load],
    body.js-reveal-ready [data-reveal-load] > * {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    body.js-reveal-ready.is-page-ready [data-reveal-load] {
        animation: apIntegrationsReveal 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: var(--load-delay, 0ms);
    }

    body.js-reveal-ready.is-page-ready [data-reveal-load] > * {
        animation: apIntegrationsReveal 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: calc(var(--load-delay, 0ms) + var(--reveal-delay, 0ms));
    }
}

body.js-reveal-ready [data-reveal],
body.js-reveal-ready [data-reveal-group] > *,
body.js-reveal-ready [data-reveal-load],
body.js-reveal-ready [data-reveal-load] > *,
body.js-reveal-ready [data-reveal].is-visible,
body.js-reveal-ready [data-reveal-group].is-visible > *,
body.js-reveal-ready.is-page-ready [data-reveal-load],
body.js-reveal-ready.is-page-ready [data-reveal-load] > * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal],
    [data-reveal-group] > * {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}

@keyframes apIntegrationsReveal {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Remove decorative background elements and heading underline lines */
.connectToolsSec::before,
.connectToolsSec::after,
.left-blue-circule::after,
.right-blue-circule::after,
.left-orange-circule::before,
.topImgAqua::before,
.topImgAqua::after,
.topImg::before,
.topImg::after,
.twilio::before,
.constant-contact::before,
.connectToolsSec h2::before,
.integrationSec h2::before,
.appleCalendarSec h2::before,
.becomeSec .partnerBox .partnerTopBox .leftCol h2::before {
    display: none !important;
    content: none !important;
    background-image: none !important;
    background: none !important;
}

.connectToolsSec h2,
.integrationSec h2,
.appleCalendarSec h2,
.becomeSec .partnerBox .partnerTopBox .leftCol h2 {
    padding-bottom: 0;
}

/* Connect Tools Section */
.connectToolsSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0;
}

.connectToolsSec::after {
    content: '';
    position: absolute;
    bottom: -135px;
    right: 0;
    width: 177px;
    height: 475px;
    background-image: url(../images/connectToolsRightDesign.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.connectToolsSec::before {
    position: absolute;
    top: 80%;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/connect-tools-banner.png);
    background-repeat: no-repeat;
}

.connectToolsSec h2 {
    position: relative;
    font-size: 50px;
    line-height: 55px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.connectToolsSec h2::before {
    position: absolute;
    bottom: 0;
    left: 43%;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f9a981;
}

.connectToolsSec h2 strong {
    font-weight: 700;
}

.connectToolsSec .leftCol {
    width: 100%;
    float: left;
}

.connectToolsSec .leftCol img {
    width: 100%;
    height: auto;
}

.connectToolsSec .rightCol {
    width: 100%;
    float: left;
}

.connectToolsSec .rightCol p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px;
}

.connectToolsSec ul {
    width: 100%;
    float: left;
    padding: 0 0 0 25px;
}

.connectToolsSec ul li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    padding-left: 40px;
    margin-bottom: 20px;
}

.connectToolsSec ul li:last-child {
    margin-bottom: 0;
}

.connectToolsSec ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #e5e6e7;
    border-radius: 8px;
    background-color: #fcfafa;
    background-image: url(/Medical-Spa-Software/images/check-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

/* Integration Section */
.integrationSec {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 105px;
}

.integrationSec h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.integrationSec h2 strong {
    font-weight: 700;
}

.integrationSec h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f9a981;
}

.integrationSec .row {
    justify-content: center;
}

.integrationSec .integrationBox {
    position: relative;
    width: calc(100% - 40px);
    float: left;
    height: calc(100% - 40px);
    border-radius: 24px;
    padding: 30px 20px;
    margin-left: 40px;
    margin-bottom: 40px;
    border: 1px solid rgba(24, 40, 72, 0.08);
    background-color: #ffffff;
    box-shadow: 0 10px 28px rgba(61, 62, 63, 0.12);
    transition: all .4s ease-in-out;
}

.integrationSec .integrationBox:hover {
    border: 1px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #7fd12d 0%, #57b52f 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 14px 34px rgba(61, 62, 63, 0.16);
}

.integrationSec .integrationBox .left-logo {
    position: absolute;
    left: -40px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid transparent;
    background-color: #f5f5f5;
    background-image: linear-gradient(#f5f5f5, #f5f5f5), linear-gradient(90deg, transparent 0%, transparent 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 10px 28px rgba(61, 62, 63, 0.12);
    transition: all .4s ease-in-out;
}

.integrationSec .integrationBox:hover .left-logo {
    background-image: linear-gradient(#f5f5f5, #f5f5f5), linear-gradient(90deg, #7fd12d 0%, #57b52f 100%);
    box-shadow: 0 14px 34px rgba(61, 62, 63, 0.16);
}

.integrationSec .integrationBox .left-logo img {
    width: 57px;
    height: auto;
}

.integrationSec .integrationBox.zapierBox .left-logo {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
}

.integrationSec .integrationBox.zapierBox .left-logo img {
    width: 60px;
}

.integrationSec .integrationBox.zapierBox .right-info {
    padding-left: 78px;
}

.integrationSec .integrationBox .right-info {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.integrationSec .integrationBox .right-info h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
}

.integrationSec .integrationBox .right-info p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}


/* AppleCalendar Section */
.bg-color {
    background-color: #fcfcfd;
}

.appleCalendarSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 60px;
}

.appleCalendarSec .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.appleCalendarSec .imgBox h6 {
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    font-weight: 700;
}

.appleCalendarSec .imgBox .imgCol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #f5f5f5;
}

.appleCalendarSec .imgBox .imgCol img {
    width: auto;
    height: auto;
}

.appleCalendarSec.zapierSection .imgBox .imgCol {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.appleCalendarSec.zapierSection .imgBox .imgCol img {
    width: 64px;
    height: auto;
}

.appleCalendarSec h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 55px;
}

#twilio h2 .twilioLeadLine,
#twilio h2 .twilioSmsLine,
#twilio h2 .twilioStrongLine {
    display: inline;
}

#zapier h2 .zapierLeadLine,
#zapier h2 .zapierAppsLine,
#zapier h2 .zapierStrongLine {
    display: inline;
}

#google-calendar h2 .googleLeadLine,
#google-calendar h2 .googleSyncLine,
#google-calendar h2 .googleStrongLine {
    display: inline;
}

#cherry h2 .cherryStrongLine {
    display: inline;
}

.appleCalendarSec h2 strong {
    font-weight: 700;
}

.appleCalendarSec h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    height: 3px;
    background-color: #f9a981;
}

.appleCalendarSec .leftCol {
    width: 100%;
    float: left;
}

.appleCalendarSec .leftCol img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.appleCalendarSec .rightCol {
    width: 100%;
    float: left;
}

.appleCalendarSec .rightCol h5 {
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}

.appleCalendarSec .rightCol p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}

.appleCalendarSec .rightCol p:last-child {
    margin: 0;
}

.appleCalendarSec .rightCol ul {
    width: 100%;
    padding: 0 0 20px 25px;
}

.appleCalendarSec .rightCol ul li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    padding-left: 40px;
    margin-bottom: 15px;
}

.appleCalendarSec .rightCol ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #e5e6e7;
    border-radius: 8px;
    background-color: #fcfafa;
    background-image: url(/Medical-Spa-Software/images/check-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.bg-white {
    background-color: #fff !important;
}

.left-blue-circule::after {
    content: '';
    position: absolute;
    bottom: -310px;
    left: 0;
    width: 190px;
    height: 550px;
    background-image: url(../images/email-design.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 1; */
}

.right-blue-circule::after {
    content: '';
    position: absolute;
    bottom: -310px;
    right: 0;
    width: 190px;
    height: 550px;
    background-image: url(../images/connectToolsRightDesign.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.left-orange-circule::before {
    content: '';
    position: absolute;
    bottom: -180px;
    left: 0;
    width: 177px;
    height: 475px;
    background-image: url(../images/e-prescribe-bottom-design.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 1;
}

.topImgAqua {
    position: relative;
    max-width: 610px;
    padding: 30px 40px 20px 20px;
}

.topImgAqua img {
    border-radius: 12px;
}

.topImgAqua::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 195px;
    height: 213px;
    background-image: url(../images/top-img-design.png);
    background-repeat: no-repeat;
}

.topImgAqua::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 437px;
    height: 400px;
    background-color: #d5f2fe;
}

.topImg {
    position: relative;
    max-width: 530px;
    padding: 40px 20px 20px 20px;
}

.appleCalendarSec .topImg img {
    width: 100%;
    border-radius: 12px;
}

.topImg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 195px;
    height: 213px;
    background-image: url(../images/top-img-design.png);
    background-repeat: no-repeat;
}

.topImg::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 437px;
    height: 400px;
    background-color: #fae1d5;
}

.twilio::before {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/connect-tools-banner.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.constant-contact::before {
    position: absolute;
    top: 85%;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/connect-tools-banner.png);
    background-repeat: no-repeat;
    z-index: 0;
}

/* Become Section */
.becomeSec {
    width: 100%;
    float: left;
    margin-bottom: 70px;
    margin-top: 100px;
}

.becomeSec .partnerBox {
    width: 100%;
    max-width: 980px;
    float: none;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 28px;
    border: 1px solid rgba(24, 40, 72, 0.08);
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 10px 28px rgba(61, 62, 63, 0.12);
    margin: 0 auto;
}

.becomeSec .partnerBox .partnerTopBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto 34px;
}

.becomeSec .partnerBox .partnerTopBox .leftCol {
    width: 100%;
    float: left;
    padding-right: 0;
    text-align: center;
}

.becomeSec .partnerBox .partnerTopBox .leftCol h2 {
    font-size: 37px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 14px;
}

.becomeSec .partnerBox .partnerTopBox .leftCol h2 strong {
    font-weight: 700
}

.becomeSec .partnerBox .partnerTopBox .leftCol p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    max-width: 760px;
    margin: 0 auto;
}

.becomeSec .partnerBox .partnerBottomBox {
    width: 100%;
    float: left;
    max-width: 1260px;
    margin: 0 auto;
}

.becomeSec .partnerBox .partnerBottomBox .row {
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.becomeSec .partnerBox .partnerBottomBox .partnerContactInfo {
    width: auto;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .becomeSec .partnerBox .partnerBottomBox .row > [class*="col-"] {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
    }
}

.becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .leftCol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 1px solid #e5e6e7;
    background-color: #fcfafa;
}

.becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .leftCol img {
    width: 35px;
    height: auto;
}

.becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol {
    width: calc(100% - 65px);
    padding-left: 15px;
}

.becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol h4 {
    font-size: 21px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

.becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol a {
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol a:hover {
    color: #28b8ef;
}

#google-calendar {
    padding-bottom: 30px;
}

#twilio {
    padding-top: 40px;
}

#highlevel {
    padding-bottom: 30px;
}

#salesforce {
    padding-top: 40px;
}

@media only screen and (min-width: 1601px) and (max-width: 2500px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 114px;
        padding-bottom: 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 42px;
    }

    .bannerSec .leftCol p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Connect Tools Section */
    .connectToolsSec {
        padding: 70px 0;
    }

    .connectToolsSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .connectToolsSec::before,
    .connectToolsSec::after {
        display: none;
    }

    .constant-contact::before,
    .twilio::before {
        display: none;
    }

    .left-orange-circule::before,
    .left-blue-circule::after {
        display: none;
    }

    .right-blue-circule::after {
        display: none;
    }

    .topImg::after {
        width: 355px;
        height: 330px;
    }

    .topImgAqua::after {
        width: 325px;
        height: 290px;
    }

    .integrationSec {
        padding-bottom: 70px;
    }

    .integrationSec .integrationBox {
        height: calc(100% - 30px);
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .integrationSec .integrationBox .right-info h4 {
        margin-bottom: 10px;
    }

    .appleCalendarSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .appleCalendarSec .leftCol img {
        width: 100%;
        object-fit: contain;
    }

    /* Become Section */
    .becomeSec {
        margin-top: 70px;
    }

    .becomeSec .partnerBox {
        min-height: 360px;
        padding: 28px 32px;
    }

    .becomeSec .partnerBox .partnerTopBox {
        max-width: 100%;
        margin-bottom: 36px;
    }

    .becomeSec .partnerBox .partnerTopBox .leftCol h2 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 16px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .leftCol {
        width: 55px;
        height: 55px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol {
        width: calc(100% - 55px);
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .leftCol img {
        width: 30px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 114px;
        padding-bottom: 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 42px;
    }

    .bannerSec .leftCol p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Connect Tools Section */
    .connectToolsSec {
        padding: 50px 0;
    }

    .connectToolsSec::before,
    .connectToolsSec::after {
        display: none;
    }

    .connectToolsSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .connectToolsSec .rightCol p {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .connectToolsSec ul {
        padding: 0 0 0 15px;
    }

    .left-orange-circule::before {
        display: none;
    }

    .left-blue-circule::after,
    .right-blue-circule::after {
        display: none;
    }

    .twilio::before {
        display: none;
    }

    .constant-contact::before {
        display: none;
    }

    .topImg::after {
        width: 260px;
        height: 230px;
    }

    .topImgAqua::after {
        width: 245px;
        height: 230px;
    }

    .integrationSec {
        padding-bottom: 50px;
    }

    .integrationSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .integrationSec .integrationBox {
        height: calc(100% - 30px);
        padding: 20px 20px;
        margin-bottom: 30px;
    }

    .integrationSec .integrationBox .right-info h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .appleCalendarSec {
        padding: 50px 0;
    }

    .appleCalendarSec .imgBox h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .appleCalendarSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .appleCalendarSec .leftCol img {
        width: 100%;
        object-fit: contain;
    }

    .appleCalendarSec .rightCol p {
        line-height: 26px;
        margin-bottom: 15px;
    }

    /* Become Section */
    .becomeSec {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .becomeSec .partnerBox {
        min-height: 0;
        padding: 26px 28px 18px;
    }

    .becomeSec .partnerBox .partnerTopBox {
        max-width: 100%;
        margin-bottom: 34px;
    }

    .becomeSec .partnerBox .partnerTopBox .leftCol {
        width: 100%;
    }

    .becomeSec .partnerBox .partnerTopBox .leftCol h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 16px;
    }

    .becomeSec .partnerBox .partnerTopBox .leftCol p {
        line-height: 26px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo {
        margin-bottom: 20px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .leftCol {
        width: 60px;
        height: 60px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol {
        width: calc(100% - 60px);
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .leftCol img {
        width: 30px;
    }
}

@media only screen and (max-width: 767px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 101px;
        padding-bottom: 27px;
    }

    .bannerSec .leftCol h1 {
        font-size: 34px;
    }

    .bannerSec .container {
        min-height: 0;
    }

    .bannerSec .leftCol p {
        font-size: 13px;
        line-height: 1.5;
    }

    /* AppleCalendar Section */
    .connectToolsSec {
        padding: 40px 0;
    }

    .connectToolsSec::before,
    .connectToolsSec::after {
        display: none;
    }

    .connectToolsSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .connectToolsSec .leftCol {
        margin-bottom: 30px;
    }

    .connectToolsSec ul {
        padding: 0 0 0 10px;
    }

    .connectToolsSec ul li {
        margin-bottom: 15px;
    }

    .constant-contact::before,
    .twilio::before {
        display: none;
    }

    .left-blue-circule::after,
    .right-blue-circule::after,
    .left-orange-circule::before {
        display: none;
    }

    .twilio::before {
        display: none;
    }

    .topImg {
        padding: 20px 20px 20px 20px;
    }

    .topImg::after {
        width: 230px;
        height: 240px;
    }

    .topImg::before {
        width: 155px;
        height: 165px;
    }

    .integrationSec {
        padding-bottom: 30px;
    }

    .integrationSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .integrationSec .integrationBox .right-info {
        padding-left: 35px;
    }

    .integrationSec .integrationBox .right-info h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .integrationSec .integrationBox {
        width: calc(100% - 30px);
        height: calc(100% - 20px);
        padding: 20px 15px;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    .integrationSec .integrationBox .left-logo {
        left: -30px;
        width: 60px;
        height: 60px;
    }

    .integrationSec .integrationBox .left-logo img {
        width: 42px;
    }

    .appleCalendarSec {
        padding: 30px 0;
    }

    .appleCalendarSec .imgBox .imgCol {
        width: 60px;
        height: 60px;
    }

    .appleCalendarSec .imgBox .imgCol img {
        width: 42px;
    }

    .appleCalendarSec .imgBox h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .appleCalendarSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    #twilio h2 {
        max-width: 21ch;
        margin-left: auto;
        margin-right: auto;
        font-size: 26px;
        line-height: 36px;
    }

    #twilio h2 .twilioLeadLine,
    #twilio h2 .twilioSmsLine,
    #twilio h2 .twilioStrongLine {
        display: block;
    }

    #twilio h2 .twilioStrongLine {
        white-space: nowrap;
    }

    #cherry h2 .cherryStrongLine {
        display: block;
        white-space: nowrap;
    }

    #zapier h2 {
        max-width: 22ch;
        margin-left: auto;
        margin-right: auto;
        font-size: 28px;
        line-height: 38px;
    }

    #zapier h2 .zapierLeadLine,
    #zapier h2 .zapierAppsLine,
    #zapier h2 .zapierStrongLine {
        display: block;
    }

    #zapier h2 .zapierStrongLine {
        white-space: nowrap;
    }

    #google-calendar h2 {
        max-width: 22ch;
        margin-left: auto;
        margin-right: auto;
    }

    #google-calendar h2 .googleLeadLine,
    #google-calendar h2 .googleSyncLine,
    #google-calendar h2 .googleStrongLine {
        display: block;
    }

    #google-calendar h2 .googleStrongLine {
        white-space: nowrap;
    }

    .appleCalendarSec .leftCol img {
        width: 100%;
    }

    .appleCalendarSec .rightCol h5 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .appleCalendarSec .rightCol ul {
        padding: 0 0 15px 10px;
    }

    .appleCalendarSec .rightCol ul li {
        margin-bottom: 10px;
    }

    .appleCalendarSec .leftCol {
        margin-bottom: 30px;
    }

    #google-calendar .row,
    #md-toolbox .row,
    #cherry .row,
    #highlevel .row,
    #webhooks .row {
        flex-direction: column-reverse;
    }

    .topImgAqua::after {
        width: 240px;
        height: 215px;
    }

    .topImgAqua::before {
        width: 175px;
        height: 165px;
    }

    /* Become Section */
    .becomeSec {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .becomeSec .partnerBox {
        min-height: 0;
        padding: 20px 20px 8px;
    }

    .becomeSec .partnerBox .partnerTopBox {
        max-width: 100%;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .becomeSec .partnerBox .partnerTopBox .leftCol {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .becomeSec .partnerBox .partnerTopBox .leftCol h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 14px;
    }

    .becomeSec .partnerBox .partnerTopBox .leftCol p {
        line-height: 26px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo {
        margin-bottom: 20px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .leftCol {
        width: 50px;
        height: 50px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .leftCol img {
        width: 28px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol {
        width: calc(100% - 55px);
        padding-left: 10px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .becomeSec .partnerBox .partnerBottomBox .partnerContactInfo .rightCol a {
        font-size: 15px;
    }





}

@media only screen and (min-width: 480px) and (max-width: 767px) {}
