:root {
    --main-green-color: #9DD913;
    --title-font-size: 36.43px;
    --text-font-seze: 20px
}

.sylink-title {
    font-size: 36.43px;
    font-weight: bold;
    margin-bottom: 22px;
}

.sylink-text {
    color: #000000;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.sylink-input {
    width: 100%;
    height: 56px;
    margin: 1rem 0;
    border-radius: 8px;
    outline: none;
    border: 1px solid #9DD913;
    padding: 0 1rem;
}

.sylink-input:focus {
    border-radius: 5px;
    outline: none;
    border: 1px solid #9DD913;
}

.sylinkTextArea {
    width: 100%;
    border-radius: 5px;
    outline: none;
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid #9DD913;
    max-height: 200px;
    min-height: 200px;
    height: 200px;
}

.sylinkTextArea:focus {
    border-radius: 5px;
    outline: none;
    border: 1px solid #9DD913;
}

.sec-my {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.rem-2r {
    margin-right: 2rem !important;
}

.rem-2l {
    margin-left: 2rem !important;
}

.green-color {
    color: #9DD913 !important;
}

.blue-color {
    color: #1EBAFF !important;
}

.green-circle {
    color: #9DD913 !important;
    font-size: 35px;
    font-weight: bolder;
    margin: 0 0.6rem;
}

.shape-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.reletive {
    position: relative;
}

.audit-btn {
    max-width: 417px;
    width: 100%;
    height: 82px;
    border-radius: 20px;
    background: #9dd913;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-right: 20px;
    margin-bottom: 14px;
}

.audit-btn.white-btn {
    background: white;
}

.audit-submit-btn {
    max-width: 417px;
    width: 100%;
    height: 82px;
    border-radius: 20px;
    background: #9dd913;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #000;
    border: none;
    transition: 0.25s;
}

.audit-submit-btn:hover {
    transform: translateY(-0.28em);
    background: #73D40A;
    color: #fff;
}

.audit-btn:hover {
    color: #000 !important;
}

.customPaper {
    background: #fff;
    width: fit-content;
    height: fit-content;
    padding: 2rem 3rem;
    border-radius: 1rem;
}

.form-sec {
    margin: 11rem 0;
    position: relative;
    padding-top: 10rem;
}

.form-sec .form-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.form-sec .form-shape .form-shape-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.form-sec .form-shape .form-shape-line img {
    width: 100%;
}

.form-sec .form-shape .form-shape-hexagon {
    position: absolute;
    top: -190px;
    left: 3%;
    z-index: -1;
}

.green-dot {
    background: #9dd913;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 0.6rem;
}

.white-dot {
    background: #fff;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 0.6rem;
}

.underLine {
    text-decoration: underline;
}

/* comparison table */
.comparison-table-sec {
    margin-block: 6rem;
}

.table-container {
    width: 100%;
    max-width: 1500px;
    padding-inline: 1rem;
    margin-inline: auto;
    overflow-y: auto;
}

.sylink-table {
    width: 100%;
    border-collapse: collapse;
}

.sylink-table td,
.sylink-table th {
    border: 1px solid #707070;
    padding: 1rem 0.6rem;
}

.sylink-table th {
    text-align: center;
    height: 100px;
}

.sylink-table th:first-child {
    width: 10%;
}

.sylink-table th:nth-child(2) {
    width: 30%;
    font-size: 1.8rem;
}

.sylink-table th:nth-child(3),
.sylink-table th:nth-child(4),
.sylink-table th:nth-child(5) {
    width: 20%;
}

.sylink-table .table-blue-text,
.table-blue-text-rotated {
    background: #303030;
    color: #fff;
    padding: 20px 16px;
    border-radius: 25px;
    font-size: 10px;
    width: fit-content;
    margin-inline: auto;
}

.sylink-table .table-blue-border-text {
    background: #fff;
    padding: 18px 20px;
    border-radius: 27px;
    font-size: 10px;
    width: fit-content;
    margin-inline: auto;
    border: 2px solid #0947C2;
    font-weight: 450;
}

.sylink-table img {
    margin-inline: auto;
}

.sylink-table #table-devider {
    background: #C7E582;
    height: 100px;
}

.sylink-banner {
    padding: 180px 0 60px 115px;
    position: relative;
}

.banner-shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -14;
}

.banner-green-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: url('../images/common/bottom-green-bg3.webp') repeat-x;
    background-position: left top;
    z-index: -12;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url('../images/common/bottom-green-bg3.webp') repeat-x;
    background-position: left top;
}

.banner-black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/common/black-img2.webp') repeat-x;
    background-position: left top;
    z-index: -9;
}

.banner-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/common/black-bg2.webp') repeat-x;
    background-position: left top;
    z-index: -7;
}

.balck-banner-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/common/black-gradiant.webp') repeat-x;
    background-position: center top;
    z-index: -6;
}

.green-animation-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -300px;
    left: 0;
    z-index: -8;
    animation: footermymove 20s infinite alternate;
}

.green-animation-container img {
    max-height: 1000px;
}

.sylink-banner .text-box h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.sylink-banner .text-box {
    max-width: 795px;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}

.sylink-banner .text-box h1 span {
    color: #9dd913;
}

.sylink-banner .text-box p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    margin: 23px 0 46px;
}

.sylink-banner .image-holder img {
    max-height: 450px;
    animation: banner-animation 3s infinite alternate;
}

.banner-box {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 10rem;
    box-shadow: 30px 30px 10px #DADADA;
    z-index: 999;
}


.banner-box h3, .banner-box .h3 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.banner-box p {
    font-weight: 500;
}

@keyframes footermymove {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-50%, -2%);
    }
}

@keyframes banner-animation {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}


@media (min-width: 1550px) {
    .sylink-banner {
        padding: 180px 0 60px 115px;
    }

    .sylink-banner .image-holder {
        display: flex;
        justify-content: end;
        padding-right: 2rem;
    }
}

@media (max-width: 1399px) {
    .green-animation-container {
        top: -100px;
    }

    .sylink-banner {
        padding: 180px 0 60px 115px;
    }

    .sylink-banner .text-box p {
        font-size: 18px;
    }

    .sylink-banner .text-box h1 {
        font-size: 36px;
    }

}

@media (max-width: 1300px) {
    .sylink-banner {
        padding: 180px 0 60px 115px;
    }

}

@media (max-width: 1199px) {
    .second-banner-sec.condition-banner {
        padding-top: 150px;
    }

    .second-banner-sec.condition-banner .text-box {
        margin-left: 0;
    }

    .second-banner-sec.condition-banner .text-box h3 {
        text-align: left !important;
        padding-bottom: 1rem;
    }

    .second-banner-sec .image-holder {
        margin: 0;
    }

    .sylink-banner {
        padding: 190px 0 70px 0;
    }
}

@media (max-width: 991px) {
    .form-sec .form-shape {
        display: none;
    }

    .form-sec {
        margin-top: 0;
        padding-top: 1rem;
    }

    .second-banner-sec.condition-banner {
        padding-top: 100px;
    }

    .second-banner-sec.condition-banner .text-box {
        margin-left: 0;
        margin-bottom: 2rem;
    }

    .second-banner-sec.condition-banner .text-box h3 {
        text-align: center !important;
        padding-bottom: 1rem;
        font-size: 25px;
    }

    .second-banner-sec.condition-banner .image-holder img {
        margin: auto !important;
        padding: 0 !important;
        width: 50%;
    }

    .form-sec {
        margin-bottom: 2rem;
    }

    .banner-green-bg {
        background-repeat: no-repeat;
    }

    .green-animation-container {
        top: 20px;
    }

    .sylink-banner {
        padding: 180px 0 90px 0;
    }

    .sylink-banner .text-box h1 {
        font-size: 30px;
    }

    .sylink-banner .text-box p {
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0 25px;
    }

    .sylink-banner .image-holder {
        margin-top: 3rem;
    }

    .sylink-banner .image-holder img {
        max-height: 350px;
    }
}

@media (max-width: 767px) {
    .form-sec {
        padding-inline: 1rem;
    }

    .form-sec .text-box h3 {
        margin-top: 0 !important;
    }

    .form-sec .text-box h3 {
        font-size: 25px;
    }

    .form-sec .text-box p {
        font-size: 18px;
    }

    .second-banner-sec.condition-banner .text-box h3 {
        text-align: center !important;
        padding-bottom: 1rem;
        font-size: 20px;
    }

    .text-box h3 {
        font-size: 25px !important;
    }

    .text-box p {
        font-size: 18px;
    }

    .audit-btn,
    .audit-submit-btn {
        height: 62px;
        border-radius: 18px;
        font-size: 15px;
    }


    .sec-my {
        margin-block: 5rem !important;
    }

    .responsive-padding-2 {
        padding-inline: 2rem !important;
    }

    .sylink-table th:nth-child(2) {
        font-size: 1.1rem;
    }

    .sylink-table td,
    .sylink-table th {
        padding: 0.6rem 0.3rem;
        font-size: 0.9rem;
    }

    .sylink-table .table-blue-text,
    .sylink-table .table-blue-border-text {
        transform: rotate(90deg);
        padding: 0.3rem 0.7rem;
        margin-block: 3rem;
    }

    .table-container {
        margin-inline: 0 !important;
    }

    .green-animation-container {
        animation: mymove 10s infinite alternate;
    }

    .sylink-banner .text-box p {
        text-align: center;
        margin: 15px 0;
    }

    .sylink-banner .text-box h1 {
        text-align: center;
    }

    .sylink-banner {
        padding: 110px 0 90px 0;
    }

    .banner-box h3, .banner-box .h3 {
        margin-bottom: 1rem;
        font-size: 18px;
        text-align: left !important;
    }

    .banner-box p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .text-box h3 {
        font-size: 20px !important;
    }

    .text-box p {
        font-size: 14px;
    }

    .form-sec label {
        font-size: 14px;
        margin-bottom: 0;
    }

    .form-sec .text-box h3 {
        font-size: 18px;
    }

    .several-reasons-sec .reasons-container .reason .reason-text-container p:last-child,
    .form-sec .text-box p {
        font-size: 14px;
    }

    .sec-my {
        margin-block: 3rem !important;
    }

    .green-animation-container {
        top: -80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .green-animation-container img {
        height: auto;
    }

    .sylink-banner {
        padding: 130px 0 40px 0;
    }

    .sylink-banner .text-box p {
        margin: 10px 0;
        font-size: 14px;
        line-height: 18px;
    }

    .sylink-banner .text-box h1 {
        font-size: 22px;
        text-align: center;
    }

    .sylink-banner .text-box p {
        text-align: center;
    }

    .sylink-banner .image-holder img {
        width: 60%;
    }
}

@media (max-width: 375px) {
    .sylink-banner .text-box h1 {
        font-size: 18px;
    }

}