/* ========= GLOBAL RESET ========= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;

}

a {
    text-decoration: none;
}

img,
svg {
    max-width: 100%;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}

img {
    border-style: none;
}

p,
ul,
ol,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

/* ========= TYPOGRAPHY ========= */
h3,
.h3 {
    font-size: 1.296rem;
}

.author {
    font-size: 15px;
}

small {
    font-weight: 600;
}

em {
    font-style: italic;
}

/* ========= CUSTOM UTILITIES (non-bootstrap) ========= */
.lh-12 {
    line-height: 1.2 !important;
}

.f-19 {
    font-size: 19px !important;
}

.f-25 {
    font-size: 25px !important;
}

.container {
    max-width: 1140px !important;
    padding: 0 15px !important;
}

.shadow-none {
    box-shadow: none !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.bottom-0 {
    bottom: 0;
}

/* ========= HEADER ========= */
.header {
    background: linear-gradient(284.84deg, #2456a0 30.75%, #4aa3e9 85.96%);
}

.aboveNav p {
    color: white;
    text-align: center;
    margin: 0;
}

.nav__logo img {
    max-width: 250px;
    width: 100%;
}

.nav__item--btn {
    background-color: #0ed13d;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

/* ========= MAIN CONTENT ========= */
.main {
    max-width: 825px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.main a,
.main a:visited {
    color: #167ac6;
    font-weight: 700;
    text-decoration: underline;
    outline: 0;
    cursor: pointer;
}

p a:not(.ignore) {
    color: #fb627a;
}

.image-100 {
    width: 100%;
}

.img-stars {
    float: left;
    max-width: 100px !important;
    margin: 0 !important;
    padding-right: 20px !important;
}

.text-center img {
    margin-left: auto;
    margin-right: auto;
}

/* ========= CONTENT BLOCKS ========= */
.yellow_box,
.blue-box-1 {
    padding: 15px 30px;
    margin: 2vh 0;
}

.yellow_box p a:not(.ignore) {
    color: #fb627a;
}

.yellow_box {
    background: #fffca5;
}

.blue-box-1 {
    background: #73f9f9;
    border-radius: 100px;
}

/* ========= CUSTOM BUTTONS ========= */
.article__btn {
    border: 1px solid;
    border-color: inherit;
}

.article__btn--success,
.article__btn--success:visited {
    background-image: linear-gradient(180deg, #4ba614, #008c00);
    border-color: #34740e;
}

/* ========= RESPONSIVE FOR BUTTON VISIBILITY ========= */
@media (min-width: 765px) {

    .article__btn,
    .article__btn--success {
        display: none !important;
    }


}

@media (max-width: 764px) {

    .article__btn,
    .article__btn--success {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .mobile-center {
        justify-content: center !important;
    }



    .navbar-nav {
        text-align: center !important;
        margin-top: 20px;
    }

    .title {
        font-size: 30px !important;
    }

}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (min-width: 765px) {

    .collapse:not(.show) {
        flex-grow: unset !important;
    }
}

/* ========= FOOTER ========= */
.footer {
    background: linear-gradient(284.84deg, #2456a0 30.75%, #4aa3e9 85.96%);
    color: #fff;
    padding: 50px 0 20px;
    text-align: left;
    line-height: 1.2;
}

.footer__copy {
    background: #fff;
}

.footer__copy-holder {
    color: #4a4a4a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.footer__copy-text {
    font-size: 12px;
    margin: 0;
}

.footer__payments-img {
    max-width: 300px;
}

.footer__logo {
    margin-bottom: 30px;
    width: 100%;
}

.footer__list {
    list-style: none !important;
    /* margin: 15px 0 30px; */
    padding: 0;
}

.footer__list-item {
    margin-bottom: 10px;
    padding: 0;
}

.footer__list-item a,
.footer__list-item a:hover,
.footer__list-item a:visited {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
}

.footer__list-item--contact {
    display: flex;
    align-items: center;
}

.footer__contact-icon {
    background-color: #2676f7;
    height: 30px;
    margin-right: 10px;
    width: 30px;
}

.footer__contact-icon--phone {
    -webkit-mask: url(../img/phone.svg) no-repeat center;
    mask: url(../img/phone.svg) no-repeat center;
}

.footer__contact-icon--mail {
    -webkit-mask: url(../img/emails.svg) no-repeat center;
    mask: url(../img/emails.svg) no-repeat center;
}

/* ========= REVIEWS BOX ========= */
.reviews-box {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto 0 0.7rem;
    height: fit-content;
}

.parent-authorimg-box {
    flex-wrap: wrap;
    align-content: flex-start;
}

.reviewbox-author {
    margin-right: 10px;
    font-weight: 700;
}

/* ========= FB COMMENT ========= */
.fb-comment {
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: 100%;
    font-family: Arial, sans-serif;
}

.fb-comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.fb-comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.fb-comment-info {
    display: flex;
    flex-direction: column;
}

.fb-comment-username {
    font-weight: bold;
    font-size: 14px;
    color: #385898;
}

.fb-comment-time {
    font-size: 12px;
    color: #65676b;
}

.fb-comment-content {
    background-color: #f0f2f5;
    border-radius: 12px;
    padding: 10px;
    margin-top: 5px;
}

.fb-comment-body p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #1c1e21;
}

.fb-comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    padding-top: 5px;
}

.fb-comment-response {
    margin-left: 50px;
    border-left: 2px solid #ddd;
    padding-left: 10px;
}

.fb-comment-actions {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #65676b;
}

.fb-comment-reactions {
    display: flex;
    gap: 5px;
    font-size: 12px;
    color: #65676b;
}

/* .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
} */

.btn {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
}

.article__btn {
    border: 1px solid;
    border-color: inherit;
}

.page-sidebar {
    background: #344a5f;
    max-width: 285px !important;
}

.font-weight-bold {
    font-weight: 700 !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.sticky_center {
    text-align: center !important;
    color: #fff;
    font-size: 18px;
}

.article__btn--purple,
.article__btn--purple:visited {
    background-image: linear-gradient(180deg, #882adf, #7c0ce1);
    border-color: #551e83;
}

.text-muted {
    color: #666 !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h2,
h2 {
    font-size: 1.494rem;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.h3,
h3 {
    font-size: 1.296rem;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}


.reviews-box {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
    margin-right: 0.7rem;
    height: fit-content;
}


.f-10 {
    font-size: 10px !important;
}

.footerAbove {
    padding-bottom: 50px;
}

.article__btn--purple,
.article__btn--purple:visited {
    background-image: linear-gradient(180deg, #882adf, #7c0ce1);
    border-color: #551e83;
}

.lastrow p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #00a4e5;
    margin-top: 15px;
}

.lastfooterAbove {
    padding-bottom: 50px;
}

.main h1 {
    font-weight: 700;
}

.title {
    font-size: 40px;
}

.lastrow img {
    width: 100%;
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
    object-fit: cover !important;
    max-width: 100% 250px;
    height: 150px;
}

.footer__title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .footer__copy-text {
        margin-bottom: 15px;
    }
}


.navbar-icon {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-icon::before,
.navbar-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
    left: 0;
}

.navbar-icon::before {
    top: -8px;
}

.navbar-icon::after {
    top: 8px;
}

/* When menu is open, show cross */
.navbar-icon.open {
    background-color: transparent;
}

.navbar-icon.open::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-icon.open::after {
    transform: rotate(-45deg);
    top: 0;
}

.CTA-btn {
    background-image: linear-gradient(180deg, #4ba614, #008c00);
    padding: 10px 20px;
    font-weight: 700;
    color: #fff !important;
}

.CTA-btn:hover {
    background-color: #36780f;
    background-image: linear-gradient(180deg, #36780f, #005900);
    border-color: #224b09;
}

h4{
    display: block;
    font-size: 18px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.ellipsis{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.fs-14{
    font-size:14px !important;
    font-weight:500 !important;
}