.hero-row {
    margin-top: 6rem;
    margin-left: 0;
    margin-right: 0;
}

.hero-text-col {
    padding-left: 7.5rem;
}

.hero-text {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.17;
    color: var(--main-color-dark);
    max-width: 650px;
}

.hero_cta {
    font-size: 18px;
    padding: 13px 25px;
}

.hero-svg {
    display: block;
    margin-left: auto;
    margin-right: -1.1rem;
}

.path-row {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-repeat: no-repeat;
}

.helpr-row {
    margin-top: -4.5rem;
}

.section-col {
    max-width: 750px;
    min-height: 620px;
    margin-top: -1rem;
}

.section-col-svg {
    margin-top: -1rem;
}

.section-head {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: var(--main-color-light-hex);
}

.section-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--main-color-dark);
}

.section-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-grey);
}

.section-text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-grey);
}

.enotites-row {
    background-color: var(--main-color-light-hex);
    margin-top: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 9.5rem;
    padding-right: 9.5rem;
    display: block;
}

.enotites-inner-row {
    max-width: 1200px;
    margin: auto;
}

.enotites-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.19;
    color: #ffffff;
    margin-bottom: 5.2rem;
}

.enotites-card {
    background-color: #ffffff;
    border-radius: 28px;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 3rem;
}

.enotites-card:hover {
    text-decoration: none;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
}

.ec-svg {
    width: 400px;
    background-color: var(--theme-orange);
    padding: 20px 50px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

.ec-svg img {
    width: 250px;
    height: 207px;
}

.ec-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--main-color-dark);
    margin-bottom: 0;
    margin-left: 4rem;
}

.ec-arrow {
    margin-right: 5rem;
    transition: all .2s ease-in-out;
}

.enotites-card:hover .ec-arrow {
    margin-right: 4rem;
}

.small-enotites {
    margin-top: 4rem;
}

.se-card {
    display: block;
    background-color: #ffffff;
    border-radius: 28px;
    padding: 28px 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: var(--dark-grey);
    text-align: center;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 2.5rem;
}

.se-card:hover {
    text-decoration: none;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
}

.coming-soon-gt {
    color: #61C16B;
    font-size: 14px;
    font-weight: 400;
}

.our-team-row {
    padding-top: 6rem;
    padding-bottom: 8rem;
    padding-left: 9.5rem;
    padding-right: 9.5rem;
    display: block;
    background-size: contain;
}

.our-team-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.17;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 6rem;
}

.team-member {
    display: block;
    max-width: 395px;
    margin: auto;
    margin-bottom: 6rem;
}

.team-member:hover {
    text-decoration: none;
}

.team-member img {
    display: block;
    margin: auto;
    object-fit: cover;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.08);
}

.team-member div {
    background-color: #ffffff;
    border-radius: 28px;
    box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 100px 43px 43px 38px;
    height: 206px;
    margin-top: -4.5rem;
}

.tm-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--main-color-dark);
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.tm-sub {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #525252;
    text-align: center;
}

.tm-cta {
    display: block;
    margin: auto;
    max-width: 214px;
}

/* .faqs-div {
    margin-top: 8rem;
} */

.newsletter-div {
    margin-top: 8rem;
    max-width: 670px;
}

.news-title, .faq-title, .contact-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--theme-black);
}

.nw-extra-info {
    font-size: 14px;
    line-height: 1.71;
    color: var(--theme-black);
}

.contact-div {
    margin-top: 8rem;
}

.contact-div .mail-div {
    display: flex;
    align-items: center;
}

.contact-div .mail-div a {
    font-size: 20px;
    font-weight: 900;
    color: var(--main-color-light-hex);
    margin-top: -2px;
    margin-left: 12px;
    text-decoration: none;
}

.ratings-row {
    background-color: var(--main-color-light-hex);
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.rating-carousel {
    width: 100%;
    max-width: 950px;
    margin: auto;
}

.rating-card {
    padding: 55px;
    background-color: #ffffff;
    border-radius: 28px;
    max-width: 890px;
    margin: auto;
    box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.08);
}

.rating-card-sm {
    width: 100%;
    height: 375px;
}

.rating-card-sm div {
    display: table-cell;
    vertical-align: middle;
}

.rt-text {
    font-size: 24px;
    line-height: 1.33;
    color: #525252;
}

.rt-user {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #525252;
}

.car-prev, .car-next {
    cursor: pointer;
}

.car-prev {
    margin-right: 3rem;
}

.car-next {
    margin-left: 3rem;
}

.dot {
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin: 0 5px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.dot:hover {
    background-color: var(--main-color-dark);
}

.dt-active {
    background-color: #ffffff;
}

.slide {
    display: none;
}

.slfade {
    animation-name: slfade;
    animation-duration: 0.5s;
}

.acc-header {
    padding: 1.75rem 2.25rem;
}

.acc-header button {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--dark-grey);
    padding: 0;
    width: 100%;
    text-align: left;
}

.acc-header button:hover {
    color: var(--dark-grey);
}

.acc-header button:focus {
    outline: none;
    box-shadow: none;
}

.acc-body {
    padding: 0px 2.25rem 32px 2.25rem;
    max-width: 1000px;
}

.acc-header button span {
    margin-right: 20px;
}

.acc-header button svg {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.acc-rotate-img {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.faqs-accordion {
    border-radius: 28px;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.08);
}

.faqs-accordion .card:first-of-type {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

.faqs-accordion .card:last-of-type {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

@keyframes slfade {
    from {opacity: .4}
    to {opacity: 1}
}



@media screen and (min-width: 900px) and (max-width: 1680px){
    .path-row {
        margin-left: 0;
        margin-right: 0;
        margin-top: 6rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background-image: none !important;
    }
    .section-col-svg {
        min-height: auto !important;
        background-image: none !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 1210px){
    .section-col-svg img {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .hero-row {
        margin-top: 3rem;
    }

    .hero-text-col {
        padding-left: 1.5rem;
    }

    .hero-text {
        font-size: 24px;
    }

    .hero_cta {
        font-size: 14px;
        padding: 9px 20px;
    }

    .hero-svg {
        width: 100%;
    }

    .path-row {
        margin-left: 0;
        margin-right: 0;
        margin-top: 6rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background-image: none !important;
    }

    .section-col {
        min-height: auto;        
    }

    .section-col-svg {
        min-height: auto !important;
        background-image: none !important;
    }

    .section-col-svg img {
        width: 100%;
    }

    .section-head {
        font-size: 18px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .section-text {
        font-size: 14px;
    }

    .section-btn {
        width: 100%;
        text-align: center;
    }

    .helpr-row {
        margin-top: 6rem;
    }

    .enotites-row {
        margin-top: 4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .enotites-card {
        margin-bottom: 1.5rem;
    }

    .enotites-title {
        margin-bottom: 2.5rem;
        font-size: 22px;
        text-align: center;
    }

    .ec-svg {
        padding: 10px 20px;
    }

    .ec-svg img {
        max-width: 100px;
    }

    .ec-text {
        font-size: 16px;
        margin-left: 1.5rem;
    }

    .ec-arrow {
        margin-right: 1.5rem;
        max-height: 20px;
    }

    .small-enotites {
        margin-top: 2rem;
    }

    .se-card {
        font-size: 16px;
        border-radius: 28px;
        padding: 20px 16px;
        margin-bottom: 1.5rem;
    }

    .our-team-row {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 4rem;
    }

    .our-team-title {
        font-size: 24px;
        margin-bottom: 3.5rem;
    }

    .team-member {
        max-width: 230px;
        margin-bottom: 3rem;
    }

    .team-member img {
        width: 65px;
        height: 65px;
    }

    .team-member div {
        height: 100px;
        margin-top: -1.5rem;
        max-height: 145px;
        padding: 40px 16px 70px 16px;
    }

    .tm-name {
        font-size: 14px;
        margin-bottom: .5rem;
    }

    .tm-sub {
        font-size: 12px;
    }

    .newsletter-div {
        margin-top: 6rem;
    }

    /* .faqs-div {
        margin-top: 6rem;
    } */

    .news-title, .faq-title, .contact-title {
        font-size: 20px;
    }

    .contact-div {
        margin-top: 4rem;
    }

    .contact-div .mail-div svg {
        width: 24px;
        height: 24px;
    }

    .contact-div .mail-div a {
        font-size: 20px;
        margin-top: -2.7px;
    }

    .ratings-row {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 4rem;
        padding-bottom: 3rem;
        background-size: cover !important;
        background-position: right;
        min-height: unset !important;
    }

    .rating-card {
        padding: 24px;
    }

    .rating-card-sm {
        height: 237px;
    }

    .rt-text {
        font-size: 14px;
    }

    .rt-user {
        font-size: 14px;
    }

    .dot {
        width: 18px;
        height: 18px;
    }

    .car-prev {
        margin-right: auto;
    }

    .car-next {
        margin-left: auto;
    }

    .acc-header button {
        font-size: 14px;
    }

    .acc-header button svg {
        width: 14px;
    }

    .acc-body p {
        font-size: 14px;
    }

    .faqs-accordion {
        border-radius: 16px;
    }

    .faqs-accordion .card:first-of-type {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    
    .faqs-accordion .card:last-of-type {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

@media (max-width:1130px) {

    .ec-svg{
        width: 200px;
        padding: 20px 50px;
        border-top-left-radius: 28px;
        border-bottom-left-radius: 28px;
    }

    .ec-svg img{
        width: 100px;
        height: auto;
    }

}

@media (max-width:945px) {

    .ec-svg{
        width: 170px;
        padding: 20px 30px;
        border-top-left-radius: 28px;
        border-bottom-left-radius: 28px;
    }

    .ec-svg img{
        width: 100px;
        height: auto;
    }

}