:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

* {
    font-weight: 200 !important;
}

.menuzord-brand>img {
    max-width: 240px;
    width: 100%;
}

.termsList li h3 {
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
}

@media (min-width: 768px) .termsList li {
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.termsList li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.noArrow .indicator {
    display: none;
}

.page-header {
    border: none;
    margin: 0 0 60px 0;
    padding: 0;
}

.page-header h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0;
}

.page-header h2 small {
    display: block;
    font-size: 16px;
    color: #848484;
    font-family: 'Muli', sans-serif;
    margin-top: 15px;
}

.card-hdw {
    border: 1px solid #e5e5e5;
    padding: 0px 30px;
    height: 300px;
    margin: 0 0 70px 0;
    margin-bottom: 1.88rem;
}

.card-body>h3 {
    font-size: 1.2rem;
}

.icon-md>svg {
    height: 3em;
    color: #999;
}

.icon-md:hover>svg {
    height: 3em;
    color: #fff;
}

.footerLogo>img {
    height: 60px;
    margin-bottom: 40px;
    display: block;
}

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

.howWorksInfo ul {
    list-style: none;
}

.selectric-scroll ul {
    max-height: 500px;
}

@media (max-width: 768px) {
    .select-home {
        width: 100% !important;
    }

    .btn-home {
        width: 100% !important;
    }

    .menuzord-brand>img {
        max-width: 120px !important;
        margin: 12px 0px 12px 0px;
    }

    .banner .banner-info {
        margin: 3.75rem 0rem 0rem !important;
    }
}

@media (min-width: 768px) {
    .formSection {
        margin-top: 20px;
        padding-top: 50px;
    }

    .btn-home {
        width: 15% !important;
    }

    .select-home {
        width: 40% !important;
    }


}

.interestContent {
    width: 100%;
    height: 170px;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-align: center;
    position: relative;
    color: #222222;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.interestContent span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.interestContent span svg {
    display: inline-block;
    font-size: 43px;
    color: #848484;
    margin-bottom: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.interestContent span i {
    display: inline-block;
    font-size: 43px;
    color: #848484;
    margin-bottom: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.interestContent:hover {
    background-color: #2196f3;
    border-color: #2196f3;
}

.interestContent:hover span {
    color: #ffffff;
}

.interestContent:hover span svg {
    color: #ffffff;
}

@media (min-width: 768px) {
    .interestContent {
        margin-bottom: 30px;
    }
}

.interestArea {
    padding: 80px 0px 60px 0px;
}

.signUpSection {
    padding: 80px 0px;
}

.formSection>h3>small {
    font-size: 0.5em;
}

.formSection {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    float: left;
    margin-top: 35px;
    padding-top: 40px;
}

.menuzord-menu>li:hover>a {
    transition: color .3s ease-in-out;
    color: #2196f3;
}

.menuzord-menu>li:hover>.user-btn {
    transition: .2s ease-in-out;
    color: #2196f3;
    background-color: white;
}

#loginModal .modal-dialog {
    width: 380px;
}

.user-btn:hover {}

@media (min-width: 992px) .menuzord-menu>li>a {
    padding: 2.5rem 1rem 2rem;
}