#hero {
    height: 700px;
    position: relative;
}
#hero .inner {
    position: absolute;
    top: 80px;
    left: 250px;
    z-index: 99;
    background: var(--white);
    padding: 60px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border: 2px solid #269553;
    width: 610px;
}
#hero .inner h1 {
    font: normal normal bold 61px/59px Space Grotesk;
    color: var(--darkBlue);
    margin-bottom: 10px;
}
#hero .inner h1 strong {
    color: var(--green);
}
#hero .inner p {
    font: normal normal bold 29px/35px Roboto;
    color: var(--darkBlue);
}
#hero .inner p strong {
    color: var(--red);
    font-weight: 700;
}
#hero .inner ul {
    column-count: 2;
    list-style-type: none;
    padding: 0;
}
#hero .inner ul li {
    margin-bottom: 10px;
    color: var(--darkBlue);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
#hero .inner ul li img {
    margin-right: 10px;
}
#hero .slider img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
#hero .slider .slick-dots {
    bottom: 10px;
}
#hero .slider .slick-dots .slick-dot-icon {
    opacity: 1;
}
#hero .slider .slick-dots .slick-dot-icon::before {
    content: '';
    background: var(--white);
    border-radius: 50%;
    border: 3px solid var(--white);
}
#hero .slider .slick-dots .slick-active .slick-dot-icon::before {
    content: '';
    background: var(--red);
    border-radius: 50%;
}
#hero .curve{
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 66px;
    object-fit: cover;
}
@media (max-width: 1300px) {
    #hero .inner {
        top: 80px;
        left: 100px;
    }
}
@media (max-width: 1200px) {
    #hero .inner {
        width: 90%;
        left: 50%;
        transform: translatex(-50%);
    }
}
@media (max-width: 767px) {
    #hero .inner {
        padding: 50px;
    }
    #hero .inner h1 {
        font-size: 45px;
        line-height: 55px;
    }
    #hero .inner ul {
        column-count: 1;
    }
}
@media (max-width: 576px) {
    #hero {
        height: 800px;
    }
    #hero .slider img {
        height: 800px;
    }
    #hero .inner {
        border-radius: 0;
        padding: 50px 20px;
    }
}

#accreditations {
    padding: 50px 0;
}
#accreditations h2 {
    text-align: center;
    color: var(--darkBlue);
    font: normal normal bold 40px/55px Space Grotesk;
}
#accreditations .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#accreditations .wrap img {
    filter:grayscale(100%);
    width: 13.3%;
    margin: 0 auto 20px;
    display: block;
}
@media (max-width: 1200px) {
    #accreditations .wrap img {
        width: 30%;
    }
}
@media (max-width: 576px) {
    #accreditations .wrap img {
        width: 49%;
    }
}

#how {
    padding: 50px 0 50px;
}
#how .header {
    text-align: center;
    margin-bottom: 50px;
}
#how .header h2 {
    font: normal normal bold 40px/55px Space Grotesk;
    color: var(--darkBlue);
    margin-bottom: 0;
}
#how .header h2 strong {
    color: var(--green);
}
#how .header p {
    font: normal normal 300 20px/31px Roboto;
    color: var(--darkBlue);
}
#how .inner img {
    margin: 0 auto;
    display: block;
}
#how .inner .number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #83BF42;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal 600 20px/26px Roboto;
    color: var(--darkBlue);
    margin: 20px auto;
}
#how .inner .content {
    text-align: center;
}
#how .inner .content h3 {
    color: var(--red);
    font: normal normal 600 25px/31px Roboto;
}
#how .inner .content p {
    font: normal normal normal 15px/27px Roboto;
}
#how .click {
    margin-top: 50px;
}
#how .click .btn {
    margin: 0 auto;
    display: block;
    width: 250px;
}
@media (max-width: 991px) {
    #hero .click {
        margin-top: 0;
    }
}
#benefits{
    padding: 50px 0 75px;
    position: relative;
}

#benefits .row{
    align-items: center;
}

#benefits .wrap{
    padding-left: 50px;
}

#benefits .image img{
    width: 100%;;
}

#benefits .content h2{
    font-size: 40px;
    line-height: 55px;
    color: var(--darkBlue);
    margin: 0 0 10px;
}

#benefits .content p{
    font-size: 20px;
    line-height: 28px;
    font-family: var(--poppins);
    color: var(--darkBlue);
}

#benefits ul{
    list-style-type: none;
    padding: 0;
    column-count: 2;
}

#benefits li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
    width: fit-content;
}

#benefits li img{
    margin-right: 10px;
}

#benefits .click{
    margin-top: 50px;
}

#benefits .wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    object-fit: cover;
}

#benefits {
    background: var(--offWhite);
}
#benefits .container-fluid {
    padding: 0 200px;
}
#benefits .wrap {
    background: var(--white);
    padding: 50px 20px;
}
#benefits .wrap .content {
    margin-bottom: 50px;
}
#benefits .wrap .content h2 {
    font: normal normal bold 40px/55px Space Grotesk;
}
#benefits .wrap .content h2 strong {
    color: var(--green);
}
#benefits .wrap .content p {
    font: normal normal normal 20px/28px Roboto;
    color: var(--red);
}
#benefits .curve{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 66px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1700px) {
    #benefits .container-fluid {
        padding: 0 100px;
    }
}
@media (max-width: 1300px) {
    #benefits .container-fluid {
        padding: 0 50px;
    }
}
@media (max-width: 767px) {
    #benefits .container-fluid {
        padding: 0 15px;
    }
}


@media(max-width:1200px){
    #benefits .wrap{
        padding: 0;
    }
}

@media(max-width:767px){
    #benefits ul{
        column-count: 1
    }
}
#calendar{
    padding: 70px 0;
}
#calendar h2{
    color: #23285c;
    margin-bottom: 30px;
}
#calendar .content{
    margin-bottom: 40px;
}
#calendar .embed{
    display: flex;
    justify-content: center;
    align-items: center;
}
#form{
    background: var(--darkBlue);
    padding: 50px 0;
    color: #fff;
    z-index: 1;
    position: relative;
}
#form h2{
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: var(--white);
}
#form h2 strong{
    color: #83BF42
}
#form label{
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}
#form input, #form select{
    border-radius: 4px;
    padding: 10px 10px;
    box-shadow: 0px 9px 10px #00000014;
    border: 1px solid #E8E8E8;
}
#form .input{
    margin: 10px 0;
}
#form select{
    width: 100%;
    color: #696969
}

#form .dots1{
    position: absolute;
    top: 50px;
    left: 50px;
}

#form .dots2{
    position: absolute;
    bottom: 30px;
    right: 50px;
}

@media(max-width:1200px){
    #form .dots1,
    #form .dots2{
        display: none;
    }
}


@media(max-width:1200px){
    #form input, #form select{
        margin: 5px 0;
    }
}

#customers {
    padding: 50px 0 120px;
    position: relative;
}
#customers .header {
    margin-bottom: 50px;
}
#customers .header h2 {
    margin: 0;
    text-align: center;
    font: normal normal bold 40px/55px Space Grotesk;
    color: var(--darkBlue);
}
#customers .header h2 strong {
    color: var(--green);
}
#customers .inner {
    background: var(--offWhite);
    padding: 80px 40px 40px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}
#customers .inner .review {
    color: #1C252C;
    font: italic normal normal 17px/29px Roboto;
    min-height: 435px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#customers .inner .review p {
    margin-bottom: 0;
}
#customers .inner .name {
    color: var(--green);
    font: normal normal normal 20px/29px Roboto;
}
#customers .inner img {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translatex(-50%);
    width: 62px;
    height: 50px;
}
#customers .curve{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 66px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1400px) {
    #customers .inner .review {
        min-height: 493px;
    }
}
@media (max-width: 1200px) {
    #customers .inner .review {
        min-height: 0;
    }
}
#faq {
    background: var(--darkBlue);
    padding: 50px 0;
}
#faq .col-12 h2:first-of-type {
    color: var(--white);
    font: normal normal bold 37px/46px Space Grotesk;
    margin-bottom: 50px;
}
#faq .col-12 h2:first-of-type strong {
    color: #8CC32D;
}
#faq .accordion-item {
    background: transparent;
    border-bottom: 1px solid #8CC32D;
}
#faq .accordion-item .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
}
#faq .accordion-item .accordion-button p {
    color: var(--white);
    font: normal normal normal 20px/30px Space Grotesk;
    margin-bottom: 0;
}
#faq .accordion-item .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    background-image: none;
    color: #8CC32D;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#faq .accordion-item .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    background-image: none;
    font-size: 30px;
}
#faq .accordion-item .accordion-body p {
    color: var(--white);
    font: normal normal 300 16px/27px Roboto;
}
#faq .btn{
    margin: 50px auto 0;
    display: block;
    width: 250px;
}


#ready{
    background: #269553;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    color: #fff;
    margin: 100px 0;
}
#ready .row{
    align-items: center;
    position: relative;
}
#ready .text{
    padding: 50px 0;;
}
#ready .btn{
    margin-top: 20px;
}

#ready p{
    font: normal normal 300 20px/31px Roboto;
}
#ready h2{
    font: normal normal bold 40px/50px Space Grotesk;
}
    #ready img{
        margin: 0 auto 50px;
        display: block;
        width: 100%;
    }

@media(min-width: 1200px){
    #ready .right{
        position: relative;
    }
    #ready img{
        position: absolute;
        top:0;
        right: 0;
        transform: translatey(-50%);
        width: 500px;
    }
}