#hero {
    height: 700px;
    position: relative;
}
#hero .inner {
    position: absolute;
    top: 80px;
    left: 250px;
    z-index: 99;
    background: #fff;
    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 41px/48px Space Grotesk;
    color: #23285C;
    margin-bottom: 20px;
}
#hero .inner h1 strong {
    color: #83BF42
}
#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: #23285C;
    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: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
}
#hero .curve{
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 66px;
    object-fit: cover;
}
#hero .btn:hover {
    color: #000!important;
}
@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;
    }
}

#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: #23285C;
    margin-bottom: 15px;
}
#how .header p:first-of-type{
    font: normal normal normal 29px/35px Roboto;
    margin-bottom: 20px;
}
#how .header p {
    font: normal normal 300 20px/31px Roboto;
    color: #23285C;
}
#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: #23285C;
    margin: 20px auto;
}
#how .inner .content {
    text-align: center;
}
#how .inner .content h3 {
    color: #196839;
    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;
}

#how .click .btn:hover {
    color: #000!important;
}
@media (max-width: 991px) {
    #hero .click {
        margin-top: 0;
    }
}

#trusted{
    padding: 50px 0 75px;
    position: relative;
    background: #F3F5F2
}

#trusted .row{
    align-items: center;
}

#trusted .wrap{
    padding-left: 50px;
}

#trusted .image img{
    width: 100%;;
}

#trusted .content h2{
    font-size: 40px;
    line-height: 55px;
    color: var(--darkBlue);
    margin: 0 0 10px;
}

#trusted .content p{
    font-size: 20px;
    line-height: 28px;
    font-family: var(--poppins);
    color: var(--darkBlue);
}

#trusted ul{
    list-style-type: none;
    padding: 0;
    column-count: 2;
}

#trusted li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
    width: fit-content;
}

#trusted li img{
    margin-right: 10px;
}

#trusted .click{
    margin-top: 50px;
}

#trusted .wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    object-fit: cover;
}
#trusted .container-fluid {
    padding: 0 200px;
}
#trusted .wrap {
    background: #ffff;
    padding: 50px 20px;
}
#trusted .wrap .content {
    margin-bottom: 50px;
}
#trusted .wrap .content h2 {
    font: normal normal bold 40px/55px Space Grotesk;
}
#trusted .wrap .content h2 strong {
    color: var(--green);
}
#trusted .wrap .content p {
    font: normal normal normal 20px/28px Roboto;
    color: var(--red);
}
#trusted .curve{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 66px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1700px) {
    #trusted .container-fluid {
        padding: 0 100px;
    }
}
@media (max-width: 1300px) {
    #trusted .container-fluid {
        padding: 0 50px;
    }
}
@media (max-width: 767px) {
    #trusted .container-fluid {
        padding: 0 15px;
    }
}

@media(max-width:1200px){
    #trusted .wrap{
        padding: 20px;
    }
    
    #trusted .image img{
        max-width: 687px;
        width: 100%;
        margin: 0 auto;
        display: block
    }
}

@media(max-width:767px){
    #trusted ul{
        column-count: 1
    }
}

#what{
    background: #269553;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    color: #fff;
    margin: 150px 0;
}

#what h2{
    color: #fff;
}
#what .row{
    align-items: center;
    position: relative;
}
#what .text{
    padding: 50px 0;;
}
#what .btn{
    margin-top: 20px;
}
#what h2{
    font: normal normal bold 40px/50px Space Grotesk;
}
#what img{
    margin: 0 auto 50px;
    display: block;
    width: 100%;
    max-width: 500px;
}

@media(min-width: 1200px){
    #what .right{
        position: relative;
    }
    #what img{
        position: absolute;
        top:0;
        right: 0;
        transform: translatey(-50%);
        width: 500px;
    }
}

#faq {
    background: #23285C;
    padding: 50px 0;
}
#faq .col-12 h2:first-of-type {
    color: #fff;
    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: #fff;
    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: #fff;
    font: normal normal 300 16px/27px Roboto;
}
#faq .btn{
    margin: 50px auto 0;
    display: block;
}