.product-banner .heading-text {
    font-weight: 700;
    font-size: 60px;
    line-height: 130%;
}

.product-banner .sub-text {
    font-size: 25px;
    line-height: 35px;
    width: 60%;
    margin-bottom: 6%;
    text-align: center;
}

.success-image img {
    height: 100px !important;
}

.product-banner-btn-book-demo {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 32px 2px rgba(138, 19, 242, 0.49);
    color: #000;
    padding: 16.5px 77.56px 16.5px 77.44px;
    margin-top: 30%;
}

.product-banner-btn-book-demo:hover {
  background-image: linear-greadient( to right, #303ab0, #2f39af, #2f3aaf, #313cb2);
  box-shadow: 0 4px 15px 0 #212529;
  color: #ffffff;
}


.sap-success-container {
    margin-top: 5%;
}

.sap-success-container h2 {
    color: #191D50;
    font-weight: 700;
    line-height: 40px;
    width: 65%;
    margin: auto;
}

.sap-sub-text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    width: 45%;
    margin: auto;
    margin-top: 4%;
}

.sap-success-container .sap-success-img {
    position: relative;
}
/*
.sap-success-container .sap-success-img img {
    position: absolute;
    bottom: -36px;
    left: 100px;
    height: 100px;
}*/
.sap-success-container .sap-success-img img {
    position: relative;
    /* bottom: 65px; */
    height: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: -65px;
}
.sap-success-container .card {
    display: block;
    margin: 14% auto 15% auto;
    width: 100%;
    height: auto !important;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
/*.sap-success-container .card {
    display: block;
    margin: 14% auto 15% auto;
    width: 100%;
    height: 216px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}*/

/*.sap-success-container .card h5 {
    margin-top: 10%;
}
*/
.sap-card-sub-text {
    margin-top: 7% !important;
}

.btn-book-demo-call {
    display: inline-flex;
    padding: 16.5px 66.275px 16.5px 46.36px;
    align-items: center;
    border-radius: 22px;
    background: #3943B7;
    box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.16);
}

.btn-book-demo-call {
  background-image: linear-greadient( to right, #303ab0, #2f39af, #2f3aaf, #313cb2);
  box-shadow: 0 4px 15px 0 #212529;
  color: #ffffff;
}

.btn-call-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 4%;
}

.sap-success-container .card {
    display: block;
    margin: 14% auto 15% auto;
    width: 100%;
    height: 216px;
}

.sync-sap h1 {
    margin: 0 auto 20px auto;
    padding-top: 20px;
    width: 50%;
    margin: 30px auto;
    color: #1A202C;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
}

.sync-sap-card {
    width: 349.851px;
    height: 120px;
    margin: 20px auto;
}

.inner-card {
    position: relative;
    left: 20px;
    top: 14px;
}

.inner-card-img {
    position: absolute;
    right: 15px;
    top: 12px;
}

.free-demo-container {
    width: 80rem;
    height: 30rem;
    margin: auto;
    border-radius: 35px;
    background: #3943B7;
}

.free-demo-wrapper {
    width: 80rem;
    margin: auto;
}

.free-demo-main {
    padding-top: 5%;
    margin-top: 4%;
}

.free-demo-card {
    border-radius: 14px;
    background: #FFF;
    width: 12rem;
    height: 11rem;
    margin: auto;
}

.free-demo-text {
    color: #282B5B !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.5px;
    width: 70%;
    margin-top: 4%;
}

.free-demo-sub-text {
    color: #444487 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    width: 70%;
    margin-top: 4%;
}

.free-demo-row {
    width: 55rem;
    margin: auto;
} 

@media (min-width: 320px) and (max-width: 1024px) {
    .sap-success-container .card {
        display: block;
        margin: 12% auto 15% auto;
        width: auto;
        height: auto;
    }

    .sap-success-container .sap-success-img img {
        position: absolute;
/*        bottom: -36px;*/
        left: 102px;

    }

    .success-image img {
        height: auto !important;
    }

    .product-banner .sub-text {
        font-size: 14px;
        line-height: 20px;
        width: 75%;
        margin-top: 0;
    }

    .sap-success-container h2 {
        line-height: 30px;
        width: auto;
        margin: auto;
        font-size: 18px;

    }

    .sap-sub-text {
        font-size: 14px;
        line-height: 28px;
        width: auto;
        margin: auto;
        margin-top: 4%;

    }

/*    .sap-success-container .sap-success-img img {
        left: 120px;
    }*/

    .free-demo-wrapper {
        width: auto;
    }

    .free-demo-text {
        width: auto;
        margin-top: 2%;

    }

    .free-demo-sub-text {
        width: auto;
        margin-top: 2%;
    }

    .free-demo-container {
        width: auto;
        height: auto;
        margin: auto;
    }

    .free-demo-row {
        width: auto;
    }

    .free-demo-main {
        font-size: 24px;
    }

    .free-demo-card p {
        font-size: 14px;
    }
    .sync-sap h1 {
        width: auto;
        font-size: 24px;
    }
    .sync-sap-card {
        width: auto;
    }

}