* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: auto;
    height: auto;
    font-family: "Matter";
}

:root {
    --primary-color: #202020;
    --black: black;
    --white: white;
    --sim-gray: #929292;
    --sim-perpul: #A855F7;
    --sim-green: #37B489;
    --sim-pink: #F5B3C7;
    --sim-blue: #6271FF;
    --sim-dark-blue: #1D4ED8;
    --sim-dark-gray: #3D3D3D;
}

/* Some Common CSS */

/* Display related  CSS*/

.d-flex {
    display: flex;
}

.jus-con-center {
    justify-content: center;
}

.jus-con-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

/* Text related CSS */

.text-align-center {
    text-align: center;
}

/* Font-size related CSS */

.font-size-56px {
    font-size: 56px;
}

.font-size-36px {
    font-size: 36px;
}

.font-size-26px {
    font-size: 26px;
}

.font-size-24px {
    font-size: 24px;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-20px {
    font-size: 20px;
}

.font-size-18px {
    font-size: 18px;
}

/* Font-weight related CSS */

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-700 {
    font-weight: 700;
}

/* Padding and Margin related CSS */

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-15px {
    margin-bottom: 15px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}


/* Color related CSS */

.primary-color {
    color: var(--primary-color);
}

.black-color {
    color: var(--black);
}

.white-color {
    color: var(--white);
}

.sim-gray {
    color: var(--sim-gray);
}

.sim-perpul {
    color: var(--sim-perpul);
}

.sim-green {
    color: var(--sim-green);
}

.sim-pink {
    color: var(--sim-pink);
}

.sim-blue {
    color: var(--sim-blue);
}

.sim-dark-blue {
    color: var(--sim-dark-blue);
}

.sim-dark-gray {
    color: var(--sim-dark-gray);
}

.sim-perpul {
    color: #A855F7;
}

/* Header Section */

.img-1 {
    background-image: url(/Assets/images/Img\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1320px;
    height: 550px;
    padding: 0 40px;
    margin: auto;
}

.header-sec {
    width: 100%;
    height: 75px;
    margin: auto;
}

.main-logo img {
    width: 150px;
    height: 30px;
}

.navbar div {
    margin-right: 15px;
    width: auto;
    height: auto;
}

.navbar div p {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.navbar div img {
    height: 4px;
    width: 9px;
    margin-top: 7px;
    margin-left: 5px;
}

.header-3-sec {
    height: 40px;
}

.header-login-btn {
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    color: var(--primary-color);
}

.header-trial-btn {
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--sim-dark-blue);
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
}

@media screen and (max-width:1100px) {

    .img-1 {
        width: 100%;
        height: auto;
        padding: 0;
        background-image: url(/Assets/images/Img\ 6.png);
        background-size: cover;
    }

    .header-sec {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 10px 0;
    }

    .navbar {
        margin-bottom: 5px;
    }

    .navbar,
    .header-3-sec {
        justify-content: center;
    }
}

@media screen and (max-width:560px) {
    .navbar {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar div {
        margin: 0;
        width: 100%;
        justify-content: center;
    }
}

/* Second-Section */

.sec-2 {
    width: 50%;
    margin-top: 30px;
    padding-right: 60px;
}

.sec-2-slogan-sec .icon-2 {
    height: 28px;
    width: 28px;
    border-radius: 5px;
    background-color: var(--white);
    margin-right: 10px;
}

.slogan-line {
    font-size: 16px;
    font-weight: 500;
}

.sec-2-heading {
    font-size: 60px;
    font-weight: 900;
    line-height: 55px;
    margin: 10px 0 20px 0;
}

.sec-2-para {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.signup-box form {
    position: relative;
    width: 80%;
    height: 40px;
    margin-bottom: 10px;
}

.signup-box form input {
    width: 100%;
    height: 40px;
    border-radius: 60px;
    border: none;
    outline: none;
    padding-left: 10px;
    color: #C6C6C6;
}

.sec-2-signup-btn {
    width: 30%;
    height: 40px;
    border-radius: 60px;
    border: none;
    outline: none;
    background-color: var(--sim-dark-blue);
    position: absolute;
    top: 0;
    right: 0;
}

.icon-1 {
    width: 25px;
    height: 25px;
    background-color: #FF492C;
    border-radius: 50px;
    margin-right: 10px;
}

.rating-line {
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
}

.sec-2-card-condition {
    font-size: 14px;
    font-weight: 400;
    /* margin: 0 10px; */
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: var(--sim-gray);
    padding-left: 10px;
}

@media screen and (max-width:1100px) {
    .sec-2 {
        width: 100%;
        height: auto;
        margin-top: 30px;
        padding: 0 0 10px 0;
    }

    .sec-2 .sec-2-slogan-sec {
        justify-content: center;
        width: 100%;
    }

    .sec-2-heading {
        text-align: center;
    }

    .sec-2-para {
        text-align: center;
    }

    .signup-box {
        width: 100%;
        text-align: center;
    }

    .signup-box form {
        width: 80%;
        margin: auto;
    }

    .sec-2-rating-box {
        margin-top: 10px;
        justify-content: center;
    }
}

@media screen and (max-width:560px) {
    .sec-2-slogan-sec {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .sec-2-slogan-sec .icon-2 {
        margin: auto;
    }

    .sec-2-rating-box {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .icon-1 {
        margin: auto;
    }

    .sec-2-card-condition {
        border: none;
    }

    .signup-box form {
        height: 100px;
        position: static;
    }

    .signup-box form input {
        width: 100%;
        text-align: center;
    }

    .sec-2-signup-btn {
        margin-top: 10px;
        width: 100%;
        position: static;

        /* bottom: 0; */
    }

    .star-icon,
    .rating-line,
    .sec-2-card-condition {
        margin-top: 5px;
    }
}

/* Third Section */

.sec-3 {
    max-width: 1320px;
    height: auto;
    margin: 50px auto;
}

.sec-3-heading {
    font-size: 20px;
    font-weight: 500;
}

.company-logos {
    height: auto;
}

.company-logos div {
    width: 5%;
}

.company-logos div img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1100px) {
    .sec-3 {
        width: 100%;
        height: auto;
        margin: 50px auto;
    }

    .company-logos {
        display: block;
        width: 100%;
        height: auto;
    }

    .company-logos div {
        width: 100%;
        text-align: center;
    }

    .company-logos div img {
        height: auto;
        width: 10%;
    }

}

/* Fourth Section */

.sec-4 {
    max-width: 1320px;
    padding: 0 40px;
    margin: 0 auto 50px;
}

.sec-4-heading {
    width: 760px;
    margin: 0 auto 10px auto;
}

.sec-4 button {
    display: block;
    width: 220px;
    height: 60px;
    background-color: var(--sim-dark-blue);
    border-radius: 50px;
    border: none;
    margin: 30px auto 30px auto;
}

.sec-4-main-content {
    width: 100%;
    height: auto;
    display: flex;
}

.sec-4-text-content {
    width: 50%;
    height: 100%;
    padding-top: 20px;
}

.sec-4-item-1 {
    width: 100%;
    height: 100px;
    border-left-color: var(--sim-gray);
    border-left-style: solid;
    border-left-width: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 2px;
}

.sec-4-item-2 {
    width: 100%;
    height: 150px;
    border-left-color: var(--sim-gray);
    border-left-style: solid;
    border-left-width: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 2px;
}

.sec-4-item-2 img {
    margin-bottom: 15px;
}

.sec-4-item-2-heading {
    margin: 25px 0 10px 0;
}

.sec-4-item-1 img {
    padding: 0 20px;
}

.sec-4-item-2 img {
    padding: 0 20px;
}

.sec-4-hover-effect:hover {
    border-left-color: var(--sim-dark-blue);
}

.sec-4-hover-effect:hover p {
    color: var(--primary-color);
}

.sec-4-img-content {
    width: 50%;
    height: 100%;
    position: relative;
}

.sec-4-img-content .img-2 {
    position: absolute;
    top: 5px;
    right: 1px;
    width: 99%;
    z-index: 1;
}

.sec-4-img-content .img-3 {
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 0;
}

@media screen and (max-width:1100px) {
    .sec-4 {
        width: 100%;
        padding: 0;
    }

    .sec-4-heading {
        width: 100%;
        margin: 0 auto 10px auto;
        font-size: 30px;
    }

    .sec-4 button {
        display: block;
        width: 100%;
        height: 60px;
        background-color: var(--sim-dark-blue);
        border-radius: 50px;
        border: none;
        margin: 30px auto;
    }

    .sec-4-main-content {
        width: 100%;
        height: auto;
        display: block;
    }

    .sec-4-main-content .sec-4-text-content {
        width: 100%;
    }

    .sec-4-main-content .sec-4-img-content {
        visibility: hidden;
    }
}

@media screen and (max-width:760px) {
    .sec-4-item-2 {
        align-items: self-start;
        width: 100%;
        height: auto;
        margin-bottom: 2px;
        padding-bottom: 10px;
        display: block;
        text-align: center;
    }

    .sec-4-item-2 img,
    .sec-4-item-2-heading {
        margin-top: 15px;
    }

    .sec-4-item-1 {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:420px) {
    .sec-4-item-1 {
        height: auto;
    }
}

/* Fifth Section */

.sec-5 {
    max-width: 1320px;
    height: auto;
    padding: 100px 40px;
    background-color: var(--primary-color);
    margin: 100px auto 0;
}

.sec-5-text-container {
    width: 50%;
    height: 100%;
}

.sec-5-img-container {
    width: 50%;
    height: 100%;
}

.text-container-heading {
    margin-bottom: 20px;
}

.sec-5 button {
    display: block;
    width: 150px;
    height: 50px;
    background-color: var(--sim-dark-blue);
    border-radius: 50px;
    border: none;
    margin: 40px 0 0 0;
}

.sec-5-img-box-1 {
    width: 90%;
    height: auto;
    border: 1px solid var(--sim-gray);
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto 20px;
}

.box-1-img {
    width: 20%;
    height: 100%;
}

.box-1-img img {
    width: 100%;
}

.box-1-img-content {
    width: 80%;
    height: 100%;
    padding-left: 20px;
}

.box-1-img-name {
    margin-bottom: 6px;
}

.box-1-para {
    margin-top: 20px;
}

@media screen and (max-width:1100px) {
    .sec-5 {
        display: block;
        width: 100%;
        height: auto;
        padding: 100px 0;
    }

    .sec-5-text-container {
        width: 100%;
        text-align: center;
    }

    .text-container-heading {
        font-size: 40px;
    }

    .sec-5-text-container button {
        width: 50%;
        margin: 20px auto 40px;
    }

    .sec-5-img-container {
        width: 100%;
        text-align: center;
    }

    .sec-5-img-box-1 {
        align-items: center;
    }

}

@media screen and (max-width:710px) {
    .sec-5-img-box-1 {
        display: block;
        width: 100%;
    }

    .box-1-img {
        margin: auto;
    }

    .box-1-img-content {
        width: 100%;
        text-align: center;
    }
}


@media screen and (max-width:400px) {
    .sec-5-text-container button {
        width: 100%;
    }

    .box-1-img {
        width: 40%;
    }
}

/* Sixth Section */

.sec-6 {
    max-width: 1320px;
    height: auto;
    padding: 100px 40px;
    margin: auto;
}

.s6-clients-container {
    width: 50%;
    height: 100%;
    padding-right: 100px;
    background-color: #ffffff;
}

.clients-container-heading {
    margin-bottom: 30px;
}

.sec-6 .s6-clients-container button {
    display: block;
    width: 150px;
    height: 50px;
    background-color: var(--sim-dark-blue);
    border-radius: 50px;
    border: none;
    margin: 50px 0 0 0;
}

.s6-jnu-container {
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid var(--sim-gray);
    border-radius: 26px;
    padding: 40px;
}

.jnu-container-heading {
    margin: 20px 0;
}

.jnu-container-box {
    padding: 30px;
    border-radius: 56px;
    background-image: url(/Assets/images/Img\ 4.png);
    background-size: cover;
    border: 2px solid var(--sim-gray);
}

.jnu-container-item2 {
    padding: 0 40px;
    border-left: 2px solid var(--white);
    border-right: 2px solid var(--white);
}

.jnu-container-button button {
    margin: 20px 0;
    border: none;
    border-bottom: 2px solid var(--sim-gray);
    background-color: var(--white);
}

@media screen and (max-width:1200px) {
    .jnu-container-item2 {
        padding: 0 25px;
    }
}

@media screen and (max-width:1160px) {
    .jnu-container-item2 {
        padding: 0 15px;
    }
}

@media screen and (max-width:1100px) {
    .sec-6 {
        display: block;
        width: 100%;
        padding: 100px 0;
        margin: auto;
    }

    .clients-container-heading {
        font-size: 40px;
    }

    .s6-clients-container {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0;
    }

    .sec-6 .s6-clients-container button {
        width: 50%;
        margin: 50px auto 20px;
    }


    .s6-jnu-container {
        width: 99%;
        height: auto;
        padding: 0;
        margin: auto;
        text-align: center;
    }

    .jnu-container-img {
        margin-top: 10px;
    }

    .jnu-container-box {
        width: 90%;
        margin: auto;
    }

    .jnu-container-item2 {
        border: none;
    }
}

@media screen and (max-width:450px) {
    .sec-6 .s6-clients-container button {
        width: 100%;
    }

    .jnu-container-box {
        display: block;
        width: 90%;
        margin: auto;
    }

    .jnu-container-item2 {
        margin: 15px 0;
    }
}

/* Seventh Section */

.sec-7 {
    max-width: 1320px;
    height: auto;
    padding: 100px 40px;
    margin: auto;
    background-image: url(/Assets/images/Img\ 6.png);
}

.sec-7-options {
    width: 70%;
    height: 55px;
    background-color: #F9F9F9;
    border-radius: 50px;
    margin: 50px auto 30px;
    /* padding: 0 30px; */
}

.sec-7-options div {
    height: 100%;
    border-radius: 50px;
    padding: 0 10px;
}

.sec-7-option-2 {
    background-color: var(--sim-dark-blue);
}

.sec-7-options div img {
    margin-right: 10px;
}

.sec-7-options div:hover {
    background-color: var(--sim-dark-blue);
    color: var(--white);
}

.sec-7-main-container {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border-radius: 26px;
    padding: 40px;
}

.sec-7-generate-leads-container {
    width: 50%;
    height: auto;
    padding-right: 40px;
}

.generate-leads-heading {
    margin: 20px 0 20px;
}

.generate-leads-lines div {
    margin-bottom: 15px;
}

.generate-leads-lines div img {
    margin-right: 10px;
}

.sec-7-generate-leads-container button {
    width: auto;
    height: 50px;
    background-color: var(--sim-dark-blue);
    border: none;
    border-radius: 50px;
    padding: 15px;
    margin-top: 30px;
}

.sec-7-img-container {
    width: 50%;
    height: auto;
}

.sec-7-main-img {
    width: 100%;
}

.sec-7-main-img img {
    width: 100%;
    background-size: contain;
}

@media screen and (max-width:1190px) {
    .sec-7-options {
        display: block;
        height: auto;
        border-radius: 0px;
    }

    .sec-7-options div {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width:1100px) {

    .sec-7 {
        width: 100%;
        height: auto;
        padding: 100px 0;
    }

    .sec-7-first-line {
        font-size: 40px;
    }

    .sec-7-options {
        display: block;
        width: 98%;
        height: auto;
        border-radius: 0px;
    }

    .sec-7-main-container {
        display: block;
        width: 100%;
        height: auto;
    }

    .sec-7-generate-leads-container {
        width: 98%;
        height: auto;
        text-align: center;
        padding: 0;
        margin: auto;
    }

    .generate-leads-line1 {
        justify-content: center;
    }

    .sec-7-img-container {
        display: none;
    }
}

@media screen and (max-width:275px) {
    .sec-7-first-line {
        font-size: 30px;
    }

    .sec-7-options div {
        border-radius: 0;
        height: auto;
    }

    .generate-leads-heading {
        font-size: 20px;
    }
}

/* Eighth Section */

.sec-8 {
    max-width: 1320px;
    height: auto;
    padding: 100px 40px;
    margin: auto;
    background-color: black;
}

.sec-8-container-1 {
    width: 50%;
    height: auto;
    background-color: #000000;
    padding-right: 40px;
}

.s8-c1-main-heading {
    margin-bottom: 40px;
}

.sec-8-meeting-1 {
    border: 2px solid var(--sim-gray);
    padding: 20px;
    margin-bottom: 30px;
}

.sec-8-meeting-para {
    margin: 7px 0 25px;
    padding-right: 100px;
}

.meeting-content button {
    background-color: #000000;
    border: none;
    border-bottom: 2px solid var(--sim-gray);
}

.sec-8-meeting-1 .meeting-img {
    height: 150px;
}

.sec-8-meeting-1 .meeting-img img {
    height: 150px;
}

.need-help-img {
    padding-right: 20px;
}

.sec-8-container-2 {
    width: 50%;
    height: auto;
    background-color: #000000;
    padding-top: 10px;
}

.sec-8-container-2 button {
    width: auto;
    height: 50px;
    background-color: var(--sim-dark-blue);
    border: none;
    border-radius: 50px;
    padding: 15px;
    margin: 30px 0 40px;
}

.s8-c2-q1-container {
    height: 80px;
    background-color: #3c3c3c;
    border-radius: 12px;
    padding: 0 20px;
    margin-bottom: 25px;
}

@media screen and (max-width:1100px) {
    .sec-8 {
        display: block;
        width: 100%;
        padding: 100px 40px;
    }

    .sec-8-container-1 {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .s8-c1-main-heading {
        text-align: center;
        font-size: 40px;
    }

    .sec-8-container-2 {
        width: 100%;
        height: auto;
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    .sec-8 {
        padding: 100px 0;
    }

    .sec-8-meeting-1 {
        width: 98%;
        margin: 0 auto 30px;
        display: block;
        text-align: center;
    }

    .sec-8-meeting-heading {
        font-size: 30px;
    }

    .sec-8-meeting-para {
        padding: 0;
    }

    .meeting-content button {
        margin-bottom: 10px;
    }

    .s8-c2-q1-container {
        width: 98%;
        margin: 0 auto 25px;
    }
}

@media screen and (max-width:410px) {
    .s8-c2-q1-container {
        display: block;
        height: auto;
    }
}

/* Ninth Section */

.sec-9 {
    max-width: 1320px;
    height: auto;
    padding: 100px 40px;
    margin: auto;
    background-color: rgb(255, 255, 255);
}

.sec-9-container1 {
    margin-bottom: 50px;
    height: auto;
}

.s9-c1-heading {
    width: 50%;
}

.s9-c1-para {
    width: 50%;
}

.sec-9-container1 .s9-c1-para p {
    margin-top: 88px;
}

.sec-9-container2 {
    margin-bottom: 60px;
}

.s9-c2-buttons button {
    height: 50px;
    padding: 0 15px;
    border: 2px solid var(--sim-gray);
    border-radius: 50px;
    background-color: var(--white);
}

.s9-c2-buttons button:hover {
    background-color: var(--sim-dark-blue);
    color: var(--white);
    border: 2px solid var(--sim-dark-blue);
}

.sec-9-container3 {
    height: auto;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 60px;
}

.s9-c3-left-sec {
    width: 50%;
    height: 100%;
    background-color: var(--white);
}

.left-sec-top-container {
    width: 90%;
    height: auto;
    background-color: var(--primary-color);
    border-radius: 26px;
    margin: auto;
    padding: 40px;
}

.left-sec-top-container button {
    border: none;
    border-bottom: 2px solid var(--sim-gray);
    background-color: var(--primary-color);
}

.left-sec-bottom-container .s9-logo {
    width: 70%;
    height: 150px;
    margin: 20px auto 0;
    border-radius: 26px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.left-sec-bottom-container .s9-img-8 img {
    margin: -20px 0 0 100px;
    background-color: var(--sim-dark-blue);
    transform: rotate(-7deg);
    border-radius: 30px;
    padding: 0 20px;
}

.s9-c3-right-sec {
    width: 50%;
    height: 100%;
}

.right-sec-top-container {
    width: 90%;
    height: 307px;
    background-color: var(--sim-dark-blue);
    border-radius: 26px;
    margin: auto;
}

.right-sec-top-container img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.right-sec-bottom-container {
    margin: 20px auto 0;
    width: 90%;
}

.right-sec-bottom-container button {
    height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 50px;
    background-color: var(--sim-dark-blue);
    margin-top: 20px;
}

.janic-mcgoo-container {
    width: 400px;
    text-align: center;
    padding: 20px;
    background-color: #F9F9F9;
    border-radius: 26px;
}

.sec-9-container5 img {
    width: 60%;
}

@media screen and (max-width:1300px) {
    .s9-c1-heading p {
        font-size: 40px;
    }

    .sec-9-container1 .s9-c1-para p {
        margin-top: 0px;
    }
}

@media screen and (max-width:1100px) {

    .sec-9 {
        width: 100%;
        padding: 100px 0px;
    }

    .sec-9-container1 {
        display: block;
        width: 98%;
        height: auto;
        margin: auto;
    }

    .s9-c1-heading {
        width: 100%;
        text-align: center;
    }

    .sec-9-container1 .s9-c1-para {
        width: 100%;
        text-align: center;
    }

    .sec-9-container2 {
        display: block;
        width: 98%;
        margin: 20px auto 50px;
    }

    .s9-c2-buttons {
        display: block;
        width: 100%;
        height: auto;
    }

    .s9-c2-buttons button {
        width: 100%;
        margin: 10px auto 0;
    }

    .sec-9-container3 {
        display: block;
        width: 98%;
        margin: 20px auto 50px;
        padding-bottom: 20px;
    }

    .s9-c3-left-sec {
        display: block;
        width: 100%;
    }

    .left-sec-top-container {
        text-align: center;
        height: auto;
    }

    .lstc-f-p {
        font-size: 26px;
    }

    .s9-c3-right-sec {
        display: block;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .left-sec-bottom-container .s9-logo {
        width: 100%;
        height: 150px;
        margin: 20px auto 0;
        border-radius: 26px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .left-sec-bottom-container .s9-logo {
        height: auto;
    }

    .left-sec-bottom-container .s9-logo img {
        width: 100%;
    }

    .s9-img-8 {
        display: none;
    }

    .right-sec-top-container {
        display: none;
    }

    .sec-9-container4 .janic-mcgoo-container {
        padding: 0;
        width: 98%;
        margin: auto;
    }

    .sec-9-container5 img {
        width: 100%;
    }
}

/* Sign up Section */

.signup-sec {
    max-width: 1320px;
    height: auto;
    padding: 100px 40px;
    margin: auto;
    background-color: var(--sim-dark-blue);
}

.signup-sec-main-heading {
    width: 800px;
    margin-bottom: 50px;
}

.signup-sec-main-content {
    margin-bottom: 30px;
}

.signup-sec-main-content form {
    position: relative;
    width: 80%;
    height: 40px;
    margin: 0 auto 10px;
}

.signup-sec-main-content form input {
    width: 100%;
    height: 40px;
    border-radius: 60px;
    border: none;
    outline: none;
    padding-left: 10px;
    color: #C6C6C6;
}

.signup-sec-main-content form button {
    width: 30%;
    height: 40px;
    border-radius: 60px;
    border: none;
    outline: none;
    background-color: var(--black);
    position: absolute;
    top: 0;
    right: 0;
}

.signup-sec-card-condition {
    font-size: 14px;
    font-weight: 400;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: var(--white);
    padding-left: 10px;
}

@media screen and (max-width:800px) {
    .signup-sec {
        width: 100%;
        padding: 100px 0px;
    }

    .signup-sec div {
        width: 100%;
        height: auto;
    }

    .signup-sec-main-heading {
        font-size: 40px;
        width: auto;
    }

    .signup-sec-main-content {
        width: 100%;
        text-align: center;
    }

    .signup-sec-main-content form {
        width: 80%;
        margin: auto;
    }

    .signup-sec-main-content form {
        height: 100px;
        position: static;
    }

    .signup-sec-main-content form input {
        width: 100%;
        text-align: center;
    }

    .signup-sec-main-content form button {
        margin-top: 10px;
        width: 100%;
        position: static;
    }

    .signup-sec-rating-box {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .signup-sec-rating-box .icon-1 {
        width: 100%;
        background-color: var(--sim-dark-blue);
    }

    .signup-sec-rating-box div {
        margin-top: 10px;
    }

    .signup-sec-rating-box p {
        margin-top: 10px;
    }

    .signup-sec-card-condition {
        border: none;
    }
}

@media screen and (max-width:500px) {
    .signup-sec-main-content form input {
        font-size: 16px;
    }

    .signup-sec-main-content form button {
        font-size: 16px;
    }
}

/* Footer Section */

.footer-sec {
    max-width: 1320px;
    height: auto;
    padding: 100px 40px 0;
    margin: auto;
    background-color: var(--black);
}

.footer-sec-container-1 div p {
    margin-left: 15px;
}

.footer-sec-container-1 div .linkedin {
    margin-right: 15px;
}

.footer-sec-container-1 div .twitter {
    margin-right: 15px;
}

.footer-sec-container-1 div .youtube {
    height: 22px;
}

.footer-sec-container-2 {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 2px solid var(--sim-gray);
    border-bottom: 2px solid var(--sim-gray);
}

.footer-sec-c2-content-1 .heading-2-content .heading-2 {
    width: 110px;
    border-bottom: 2px solid var(--sim-gray);
    padding-bottom: 2px;
}

.footer-sec-c2-content-4 div button {
    background-color: var(--sim-dark-blue);
    height: 50px;
    border: none;
    border-radius: 50px;
    padding: 0 20px;
}

.footer-sec-container-3 p {
    padding-bottom: 30px;
}

@media screen and (max-width:1100px) {

    .footer-sec {
        padding: 100px 0px 0;
    }

    .footer-sec-container-1 {
        width: 98%;
        margin: 20px auto;
    }

    .footer-sec-container-2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer-sec-c2-content-1 .heading-2-content .heading-2 {
        text-align: center;
        margin: 0 auto 15px;
    }

    .footer-sec-container-2 .heading-2-img {
        margin-bottom: 30px;
    }

    .footer-sec-c2-content-5 {
        margin-top: 30px;
    }
}

@media screen and (max-width:320px) {
    .footer-sec-container-1 {
        display: block;
        width: 100%;
    }

    .footer-sec-container-1 div {
        justify-content: center;
    }

    .footer-sec-container-1-logo {
        margin-bottom: 15px;
    }
}