* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    background-color: #fff;
}
.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.col-6 {
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
    padding: 0 20px;
}
.hero-heading {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
}
.hero-image {
    width: 100%;
}
.hero-section {
    padding: 70px 0;
}
.section-wrapper {
    padding: 70px 0;
}
.page-heading {
    font-size: 40px;
    line-height: 50px;
    display: inline-block;
    padding: 8px;
    background-color: #B9FF66;
    margin-top: 0px;
    margin-bottom: 20px;
}
.whocan-box {
    background-color: #191A23;
    display: flex;
    align-items: center;
    border-radius: 10px;
    flex-wrap: wrap;
}
.whocan-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 20%;
    padding: 20px;
    border-right: 1px solid #fff;
    min-height: 96px;
}
.whocan-col p {
    color: #fff;
    margin: 0;
}
.bx-1 {
    background-color: #F3F3F3;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 2px solid #191A23;
    border-bottom-width: 10px;
    border-radius: 45px;
    padding: 40px 60px;
    margin-bottom: 30px;
}
.bx-1:hover {
    background-color: #B9FF66;
}
.bx-1-header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.count {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    margin-right: 20px;
}
.bx-1-header h3 {
    margin: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.bx-1-body {
    padding-top: 30px;
}
.bx-1-body p {
    margin: 0;
}
.contact-wrapper {
    background-color: #F3F3F3;
    padding: 60px 100px;
    border-radius: 45px;
}
.contact-bx {
    max-width: 556px;
}
.form-group {
    margin-bottom: 25px;
}
.form-label {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    font-weight: 400;
}
.form-control {
    display: block;
    height: 59px;
    padding: 0 30px;
    height: 59px;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 14px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
}
textarea.form-control {
    resize: none;
    padding: 30px;
    height: 190px;
}
.form-control::placeholder {
    color: #898989;
}
.submit-btn {
    display: flex;
    width: 100%;
    min-height: 68px;
    background-color: #191A23;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    border: 2px solid #191A23;
    outline: none;
    border-radius: 14px;
    cursor: pointer;
}
.submit-btn:hover {
    background-color: #fff;
    color: #191A23;
}
.header-wrapper {
    padding: 20px 0;
}
.footer-inner {
    background-color: #191A23;
    border-radius: 45px 45px 0 0;
}
.footer-top {
    padding: 50px 60px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.footer-bottom {
    padding: 20px 0;
}
.footer-bottom p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}
@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1170px;
        padding: 0 15px;
    }
    .row {
        margin: 0 -15px;
    }
    .col-6 {
        padding: 0 15px;
    }
    .hero-heading {
        font-size: 57px;
        line-height: 67px;
    }
    .page-heading {
        font-size: 37px;
        line-height: 47px;
    }
    .count {
        font-size: 56px;
        line-height: 66px;
    }
}
@media only screen and (max-width: 1199px) {
    .container {
        max-width: 970px;
    }
    .hero-heading {
        font-size: 48px;
        line-height: 58px;
    }
    body {
        font-size: 18px;
        line-height: 26px;
    }
    .hero-section {
        padding: 50px 0;
    }
    .section-wrapper {
        padding: 50px 0;
    }
    .bx-1 {
        padding: 20px 40px;
    }
    .count {
        font-size: 49px;
        line-height: 59px;
    }
    .bx-1-header h3 {
        font-size: 26px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 991px) {
    .container {
        max-width: 750px;
    }
    .hero-heading {
        font-size: 36px;
        line-height: 46px;
    }
    body {
        font-size: 14px;
        line-height: 22px;
    }
    .page-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .section-wrapper {
        padding: 25px 0;
    }
    .contact-wrapper {
        padding: 50px 60px;
    }
    .contact-bx {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .col-6 {
        width: 100%;
    }
        .contact-wrapper {
        padding: 50px 15px;
    }
    .whocan-col {
        width: 50%;
    }
}