/* Banner Section */
.bannerSec {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 160px;
    padding-bottom: 50px;
}

.bannerSec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/banner-background-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    background-position: center;
}

.bannerSec .leftCol {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.bannerSec .leftCol h1 {
    position: relative;
    font-size: 62px;
    color: #ffffff;
    font-weight: 300;
    padding-top: 90px;
}

.bannerSec .leftCol h1::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: '';
    width: 100px;
    height: 86px;
    background-image: url(../images/payments-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerSec .leftCol h1 strong {
    font-weight: bold;
}

.bannerSec .leftCol span {
    font-size: 21px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.bannerSec .leftCol p {
    font-size: 18px;
    line-height: 32px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 25px;
}

.bannerSec .leftCol .bookBtn {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 27px;
    padding: 14px 36px;
    background-color: #007ba9;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.bannerSec .leftCol .bookBtn:hover {
    background-color: #f47633;
}

.bannerSec .rightCol {
    position: relative;
    max-width: 480px;
    width: 100%;
    float: right;
    padding: 0 30px 30px 30px;
}

.bannerSec .rightCol::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 215px;
    height: 200px;
    background-image: url(../images/banner-design.png);
    background-repeat: no-repeat;
}

.bannerSec .rightCol::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 240px;
    height: 305px;
    background-color: #007ba9;
}

.bannerSec .rightCol img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 1;
}

.middle {
    width: 100%;
    float: left;
}

/* Get Started Section */
.getStartedSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 115px 0;
}

.getStartedSec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/get-started-banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
}

.getStartedSec .leftCol {
    position: relative;
    max-width: 575px;
    width: 100%;
    padding: 25px;
}

.getStartedSec .leftCol::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 245px;
    border-radius: 10px;
    background-color: #fae1d5;
    z-index: -1;
}

.getStartedSec .leftCol::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 135px;
    background-image: url(../images/get-started-design.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.getStartedSec .leftCol img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.getStartedSec .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.getStartedSec .rightCol h2 {
    position: relative;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.getStartedSec .rightCol h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.getStartedSec .rightCol h2 strong {
    font-weight: 700;
}

.getStartedSec .rightCol p {
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
}

.getStartedSec .rightCol p:last-child {
    margin: 0;
}

/* Process Payments Section */
.processPaymentsSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 90px 0;
    background-color: #fcfcfd;
}

.processPaymentsSec::before {
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
    right: 0px;
    width: 227px;
    height: 431px;
    content: "";
    background-image: url(../images/e-prescribe-bottom-design.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.processPaymentsSec .leftCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 50px;
}

.processPaymentsSec .leftCol h3 {
    position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: rgb(0 0 0 / 90%);
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.processPaymentsSec .leftCol h3 strong {
    font-weight: 700;
}

.processPaymentsSec .leftCol h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.processPaymentsSec .leftCol ul {
    width: 100%;
    float: left;
    padding: 0 0 0 25px;
}

.processPaymentsSec .leftCol ul li {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 27px;
    color: rgb(0 0 0 / 80%);
    font-weight: 400;
    margin-bottom: 15px;
}

.processPaymentsSec .leftCol ul li::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    width: 19px;
    height: 18px;
    background-image: url(../images/check-box.png);
    background-repeat: no-repeat;
}

.processPaymentsSec .leftCol ul li:last-child {
    margin-bottom: 0;
}

.processPaymentsSec .leftCol ul li img {
    width: 19px;
    height: auto;
    padding-top: 3px;
    margin-right: 10px;
}

.processPaymentsSec .rightCol {
    position: relative;
    width: 100%;
    padding: 0 140px 0 0;
}

.processPaymentsSec .rightCol::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 20px;
    width: 195px;
    height: 213px;
    background-image: url(../images/top-img-design.png);
    background-repeat: no-repeat;
}

.processPaymentsSec .rightCol::after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 350px;
    height: 200px;
    background-color: #e6edfe;
}

.processPaymentsSec .rightCol img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 1;
}

/* Versatile Payment Section */
.versatilePaymentSec {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.versatilePaymentSec .leftCol {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
}

.versatilePaymentSec .leftCol::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 155px;
    height: 153px;
    background-image: url(../images/top-img-design.png);
    background-repeat: no-repeat;
}

.versatilePaymentSec .leftCol::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 365px;
    height: 300px;
    border-radius: 10px;
    background-color: #ffe8d8;
}

.versatilePaymentSec .leftCol img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    background: #f0f0f0;
    border-radius: 10px;
}

.versatilePaymentSec .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.versatilePaymentSec .rightCol h3 {
    position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: rgb(0 0 0 / 90%);
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.versatilePaymentSec .rightCol h3 strong {
    font-weight: 700;
}

.versatilePaymentSec .rightCol h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.versatilePaymentSec .rightCol p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin: 0;
}

/* Pax Payments Section */
.paxPaymentsSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0 80px;
    background-color: #fcfcfd;
}

.paxPaymentsSec h2 {
    font-size: 50px;
    color: #000000;
    font-weight: 300;
    font-family: "Roboto";
    text-align: center;
    margin-bottom: 20px;
}

.paxPaymentsSec h2 strong {
    font-weight: 700;
}

.paxPaymentsSec p.info {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

.paxPaymentsSec .row {
    justify-content: center;
}

.paxPaymentsSec .paxPaymentsBox {
    width: 100%;
    height: calc(100% - 30px);
    float: left;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsImg {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsImg img {
    width: 100%;
    height: auto;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo {
    width: 100%;
    float: left;
    padding: 15px;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4 {
    position: relative;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
    color: rgb(0 0 0 / 90%);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f47a40;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
}

/* Handle Transactions Section */
.handleTransactionsSec {
    width: 100%;
    float: left;
    padding: 100px 0;
    background-color: #fcfcfd;
}

.handleTransactionsSec .leftCol {
    position: relative;
    max-width: 529px;
    width: 100%;
    float: right;
    padding: 20px;
}

.handleTransactionsSec .leftCol::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 155px;
    height: 153px;
    background-image: url(../images/top-img-design.png);
    background-repeat: no-repeat;
}

.handleTransactionsSec .leftCol::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 365px;
    height: 300px;
    border-radius: 10px;
    background-color: #ffe8d8;
}

.handleTransactionsSec .leftCol img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    background: #f0f0f0;
    border-radius: 10px;
}

.handleTransactionsSec .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.handleTransactionsSec .rightCol h3 {
    position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: rgb(0 0 0 / 90%);
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.handleTransactionsSec .rightCol h3 strong {
    font-weight: 700;
}

.handleTransactionsSec .rightCol h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.handleTransactionsSec .rightCol p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin: 0;
}

/* Power Palm Section */
.powerPalmSec {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.powerPalmSec .leftCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 50px;
}

.powerPalmSec .leftCol h3 {
    position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: rgb(0 0 0 / 90%);
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.powerPalmSec .leftCol h3 strong {
    font-weight: 700;
}

.powerPalmSec .leftCol h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.powerPalmSec .leftCol p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
}

.powerPalmSec .leftCol .row {
    gap: 20px 0;
}

.powerPalmSec .leftCol .cloverIcon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.powerPalmSec .leftCol .cloverIcon .cloverIconBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 27px;
    background-color: #ffffff;
}

.powerPalmSec .leftCol .cloverIcon .cloverIconBox img {
    width: auto;
    height: auto;
}

.powerPalmSec .leftCol .cloverIcon h4 {
    width: calc(100% - 70px);
    font-size: 18px;
    line-height: 26px;
    color: rgb(0 0 0 / 80%);
    font-weight: 400;
}

.powerPalmSec .rightCol {
    position: relative;
    max-width: 509px;
    width: 100%;
    padding: 0 20px 0 0;
}

.powerPalmSec .rightCol::after {
    position: absolute;
    top: 10px;
    right: 0;
    content: '';
    width: 415px;
    height: 390px;
    border-radius: 10px;
    background-color: #d5f2fe;
}

.powerPalmSec .rightCol img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

/* Benefits Section */
.benefitsSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 40px;
}

.benefitsSec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../../SpaManagement/images/benefits-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.benefitsSec h2 {
    position: relative;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 60px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.benefitsSec h2 strong {
    font-weight: 900;
}

.benefitsSec h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f9a981;
}

.benefitsSec .row {
    justify-content: center;
}

.benefitsSec .benefitsBox {
    position: relative;
    width: calc(100% - 40px);
    float: left;
    height: calc(100% - 30px);
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    padding: 25px;
    margin-left: 40px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #e0e2eb;
    transition: all .4s ease-in-out;
}

.benefitsSec .benefitsBox:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}

.benefitsSec .benefitsBox .left-logo {
    position: absolute;
    left: -40px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    background-color: #007ba9;
    border: 3px solid #ffffff;
    transition: all .4s ease-in-out;
}

.benefitsSec .benefitsBox .left-logo img {
    width: 50px;
    height: auto;
}

.benefitsSec .benefitsBox:hover .left-logo {
    background-color: #f47633;
}

.benefitsSec .benefitsBox .right-info {
    width: 100%;
    float: left;
    padding-left: 35px;
}

.benefitsSec .benefitsBox .right-info h4 {
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
}

.benefitsSec .benefitsBox:hover .right-info h4 {
    color: #f47a40;
}

.benefitsSec .benefitsBox .right-info p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}




@media only screen and (min-width: 1601px) and (max-width: 2500px) {
    .getStartedSec::before {
        background-size: cover;
    }
}

@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) {

    /* Banner Section */
    .bannerSec {
        padding-top: 130px;
    }

    .bannerSec .leftCol h1 {
        font-size: 60px;
    }

    /* Get Started Section */
    .getStartedSec {
        padding: 80px 0;
    }

    .getStartedSec .rightCol h2 {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    /* Benefits Section */
    .benefitsSec {
        padding: 90px 0 40px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 120px;
    }

    .bannerSec .leftCol h1 {
        font-size: 54px;
        padding-top: 80px;
    }

    .bannerSec .leftCol h1::before {
        width: 90px;
        height: 77px;
    }

    .bannerSec .leftCol h1 br {
        display: none;
    }

    /* Get Started Section */
    .getStartedSec {
        padding: 60px 0;
    }

    .getStartedSec .rightCol h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    /* Process Payments Section */
    .processPaymentsSec {
        padding: 70px 0;
    }

    .processPaymentsSec .leftCol {
        padding-right: 0;
    }

    .processPaymentsSec .leftCol h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .processPaymentsSec .rightCol {
        padding: 0 60px 0 0;
    }

    /* Versatile Payment Section */
    .versatilePaymentSec {
        padding: 70px 0;
    }

    .versatilePaymentSec .rightCol h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    /* Pax Payments Section */
    .paxPaymentsSec {
        padding: 70px 0;
    }

    .paxPaymentsSec h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .paxPaymentsSec p.info {
        line-height: 30px;
        margin-bottom: 30px;
    }

    /* Handle Transactions Section */
    .handleTransactionsSec {
        padding: 70px 0;
    }

    .handleTransactionsSec .rightCol h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    /* Power Palm Section */
    .powerPalmSec {
        padding: 70px 0;
    }

    .powerPalmSec .leftCol h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .powerPalmSec .leftCol .cloverIcon h4 {
        font-size: 16px;
        line-height: 22px;
    }

    /* Benefits Section */
    .benefitsSec {
        padding: 60px 0 40px;
    }

    .benefitsSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .benefitsSec .benefitsBox {
        width: calc(100% - 30px);
        padding: 20px;
        margin-left: 30px;
    }

    .benefitsSec .benefitsBox .left-logo {
        left: -30px;
        width: 60px;
        height: 60px;
    }

    .benefitsSec .benefitsBox .left-logo img {
        width: 35px;
    }

    .benefitsSec .benefitsBox .right-info {
        padding-left: 20px;
    }

    .benefitsSec .benefitsBox .right-info h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .benefitsSec .benefitsBox .right-info ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 120px;
    }

    .bannerSec .leftCol h1 {
        font-size: 45px;
        padding-top: 75px;
    }

    .bannerSec .leftCol h1::before {
        width: 80px;
        height: 69px;
    }

    .bannerSec .rightCol {
        padding: 0 20px 20px 20px;
    }

    .bannerSec .rightCol::before {
        width: 160px;
        height: 180px;
    }

    .bannerSec .rightCol::after {
        width: 180px;
        height: 230px;
    }

    /* Get Started Section */
    .getStartedSec {
        padding: 40px 0;
    }

    .getStartedSec .leftCol::before {
        width: 200px;
        height: 150px;
    }

    .getStartedSec .rightCol h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .getStartedSec .rightCol p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    /* Process Payments Section */
    .processPaymentsSec {
        padding: 50px 0;
    }

    .processPaymentsSec::before {
        display: none;
    }

    .processPaymentsSec .leftCol {
        padding-right: 0;
    }

    .processPaymentsSec .leftCol h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .processPaymentsSec .leftCol ul li {
        line-height: 26px;
        padding-bottom: 10px;
    }

    .processPaymentsSec .rightCol {
        padding: 0 50px 0 0;
    }

    .processPaymentsSec .rightCol::before {
        top: 20px;
        height: 140px;
    }

    .processPaymentsSec .rightCol::after {
        bottom: 20px;
        width: 300px;
        height: 150px;
    }

    /* Versatile Payment Section */
    .versatilePaymentSec {
        padding: 50px 0;
    }

    .versatilePaymentSec .leftCol::after {
        width: 220px;
        height: 170px;
    }

    .versatilePaymentSec .rightCol {
        padding: 0;
    }

    .versatilePaymentSec .rightCol h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    /* Pax Payments Section */
    .paxPaymentsSec {
        padding: 50px 0;
    }

    .paxPaymentsSec h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .paxPaymentsSec p.info {
        line-height: 30px;
        margin-bottom: 30px;
    }

    .paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo p {
        line-height: 26px;
    }

    /* Handle Transactions Section */
    .handleTransactionsSec {
        padding: 50px 0;
    }

    .handleTransactionsSec .leftCol::after {
        width: 220px;
        height: 170px;
    }

    .handleTransactionsSec .rightCol h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .handleTransactionsSec .rightCol p {
        line-height: 26px;
    }

    /* Power Palm Section */
    .powerPalmSec {
        padding: 50px 0;
    }

    .powerPalmSec .leftCol {
        padding: 0;
    }

    .powerPalmSec .leftCol h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .powerPalmSec .leftCol p {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .powerPalmSec .leftCol .row {
        gap: 15px 0;
    }

    .powerPalmSec .leftCol .cloverIcon h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .powerPalmSec .rightCol::after {
        width: 310px;
        height: 290px;
    }

    /* Benefits Section */
    .benefitsSec {
        padding: 50px 0 0px;
    }

    .benefitsSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .benefitsSec .benefitsBox {
        width: calc(100% - 35px);
        padding: 20px;
        margin-left: 35px;
    }

    .benefitsSec .benefitsBox .left-logo {
        left: -35px;
        width: 70px;
        height: 70px;
    }

    .benefitsSec .benefitsBox .left-logo img {
        width: 40px;
    }

    .benefitsSec .benefitsBox .right-info {
        padding-left: 25px;
    }

    .benefitsSec .benefitsBox .right-info h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }


}

@media only screen and (max-width: 767px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .bannerSec .leftCol {
        margin-bottom: 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 30px;
        padding-top: 70px;
        width: 100%;
        text-align: center;
    }

    .bannerSec .leftCol h1::before {
        top: 10px;
        width: 60px;
        height: 52px;
    }

    .bannerSec .rightCol {
        padding: 0 20px 20px 20px;
    }

    .bannerSec .rightCol::before {
        width: 115px;
        height: 160px;
    }

    .bannerSec .rightCol::after {
        width: 150px;
        height: 220px;
    }

    /* Get Started Section */
    .getStartedSec {
        padding: 40px 0;
    }

    .getStartedSec .leftCol {
        padding: 20px;
        margin-bottom: 30px;
    }

    .getStartedSec .leftCol::before {
        width: 200px;
        height: 160px;
    }

    .getStartedSec .rightCol h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .getStartedSec .rightCol p {
        font-size: 16px;
    }

    /* Process Payments Section */
    .processPaymentsSec {
        padding: 30px 0;
    }

    .processPaymentsSec::before {
        display: none;
    }

    .processPaymentsSec .row {
        flex-direction: column-reverse;
    }

    .processPaymentsSec .leftCol {
        padding-right: 0;
    }

    .processPaymentsSec .leftCol h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .processPaymentsSec .leftCol ul {
        padding: 0 0 0 10px;
    }

    .processPaymentsSec .leftCol ul li {
        line-height: 24px;
    }

    .processPaymentsSec .rightCol {
        padding: 0 50px 0 0;
        margin-bottom: 30px;
    }

    .processPaymentsSec .rightCol::before {
        top: 20px;
        right: 20px;
        width: 195px;
        height: 140px;
    }

    .processPaymentsSec .rightCol::after {
        bottom: 20px;
        width: 250px;
        height: 150px;
    }

    /* Versatile Payment Section */
    .versatilePaymentSec {
        padding: 30px 0;
    }

    .versatilePaymentSec .leftCol {
        padding: 20px;
        margin-bottom: 30px;
    }

    .versatilePaymentSec .leftCol::after {
        width: 220px;
        height: 160px;
    }

    .versatilePaymentSec .rightCol {
        padding-right: 0;
    }

    .versatilePaymentSec .rightCol h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    /* Pax Payments Section */
    .paxPaymentsSec {
        padding: 30px 0 10px;
    }

    .paxPaymentsSec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .paxPaymentsSec p.info {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo p {
        line-height: 26px;
    }

    /* Handle Transactions Section */
    .handleTransactionsSec {
        padding: 30px 0;
    }

    .handleTransactionsSec .row {
        flex-direction: column-reverse;
    }

    .handleTransactionsSec .leftCol {
        padding: 20px;
        margin-bottom: 30px;
    }

    .handleTransactionsSec .leftCol::after {
        width: 250px;
        height: 200px;
    }

    .handleTransactionsSec .rightCol {
        padding-right: 0;
    }

    .handleTransactionsSec .rightCol h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    /* Power Palm Section */
    .powerPalmSec {
        padding: 30px 0;
    }

    .powerPalmSec .leftCol {
        padding-right: 0;
    }

    .powerPalmSec .leftCol h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .powerPalmSec .leftCol p {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .powerPalmSec .leftCol .row {
        gap: 10px 0;
        flex-direction: unset;
    }

    .powerPalmSec .leftCol .cloverIcon h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .powerPalmSec .rightCol {
        margin-bottom: 30px;
        padding: 0 10px 0 0;
    }

    .powerPalmSec .rightCol::after {
        width: 290px;
        height: 250px;
    }

    /* Benefits Section */
    .benefitsSec {
        padding: 40px 0 20px;
    }

    .benefitsSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .benefitsSec .benefitsBox {
        width: calc(100% - 30px);
        padding: 20px;
        margin-left: 30px;
    }

    .benefitsSec .benefitsBox .left-logo {
        left: -30px;
        top: 30px;
        width: 60px;
        height: 60px;
    }

    .benefitsSec .benefitsBox .left-logo img {
        width: 35px;
    }

    .benefitsSec .benefitsBox .right-info {
        padding-left: 20px;
    }

    .benefitsSec .benefitsBox .right-info h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {}