.m-wrpr section .sctn-wrpr {
    padding: 80px 20px 110px 20px;
}

.m-wrpr section:last-of-type .sctn-wrpr {
    padding: 70px 20px 50px 20px;
}

.sctn-wrpr-2 {
    padding-top: 20px !important;
    padding-bottom: 50px !important    ;
}

.sctn-wrpr-3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important    ;
}

@media only screen and (max-width: 799px) {
    section .sctn-wrpr {
        padding: 50px 10px 50px 10px;
    }
    
    .m-wrpr section:last-of-type .sctn-wrpr {
        padding: 50px 10px 40px 10px;
    }
}

.sctn-hd-cntnr.center {
    text-align: center;
}

.sctn-hd-cntnr.margin-bottom {
    margin-bottom: 60px;
}

@media only screen and (max-width: 799px) {
    .sctn-hd-cntnr.margin-bottom {
        margin-bottom: 20px;
    }
}

.sctn-hd {
    width: 100%;
    text-transform: capitalize;
    color: #005587;
    font-size: 2.3rem;
    font-weight: 700;
}

@media only screen and (max-width: 650px) {
    .sctn-hd {
        font-size: 2rem;
        font-weight: 700;
    }
}

.sctn-hd.underline {
    position: relative;
}

.sctn-hd.underline::after {
    content: '';
    height: 5px;
    width: 20%;
    background: #01afab;
    position: absolute;
    margin: auto;
    bottom: -3px;
    left: 0;
    right: 0;
    max-width: 100px;
}

.sctn-cntnt {
    overflow: hidden;
}

.sctn-cntnt .sub-sctn-wrpr:not(:last-of-type)  {
    margin-bottom: 40px;
}

.sctn-cntnt .sub-sctn-wrpr .sub-sctn-hd-cntnr {
    margin-bottom: 15px;
}

.sctn-cntnt .sub-sctn-wrpr .sub-sctn-cntnt p:not(:last-of-type) {
    margin-bottom: 10px;
}

.banner-sctn {
    width: 100%;
}

.banner-sctn .banner-img-cntnr {
    width: 100%;
    overflow: hidden;
}

.banner-img-cntnr img {
    width: 100%;
    max-width: 100%;
}

.postcards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 64px 52px;
    padding: 10px 8px;
    grid-gap: 54px 32px;
}

@media (max-width: 975px) {
    .postcards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .postcards-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*  */

.sub-sctn-hd {
    font-size: 1.8rem;
    text-align: left;
    padding: 0;
}

.mod-cards-cntnr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 1px;

}

@media (max-width: 975px) {
    .mod-cards-cntnr {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .mod-cards-cntnr {
        grid-template-columns: repeat(1, 1fr);
    }
}

.indi-mod-card {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex: 0 1;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.indi-mod-card:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.card-media {
    width: 350px;
    height: auto;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #3d4a5c;
}

.card-desc {
    margin-top: 10px;
    font-size: 0.9375rem;
    color: #3d4a5c;
}

/*  */

.firm-moto {
    margin: 0 auto;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 50em;
    font-style: italic;
    text-align: center;
    width: fit-content;
}

.gradient-border {
    background: linear-gradient(white, white) padding-box, linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82) border-box;
    border: 2px solid transparent;
}


.cstm-hr {
    height: 3px;
    width: 100%;
    background: #FF4E50;
    background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);
    background: linear-gradient(to right, #F9D423, #FF4E50);
    margin: 20px auto;
}


.page-banner-cntnr figure {
    margin: 0 !important;
    width: 100%;
}

.page-banner-cntnr {
    position: relative;
}

.page-banner-title {
    background-color: #fff;
    padding: 20px 60px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .page-banner-title {
        padding: 15px 10px;
    }
}

.post-mtdt {
    color: #8f8f8f;
    font-size: 12px;
    margin-top: 10px;
}


.faq-items-cntnr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.faq-question {
    padding: 12px 15px;
    background-color: #f6f6f6;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    flex: 1;
}

.faq-question:hover {
    background-color: #e0e0e0;
}

.faq-item .drop-icon i {
    transition: transform 0.3s ease;
}

.faq-item[open] .drop-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 12px 15px;
    background-color: #ffffff;
    font-size: 1rem;
    color: #555;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}


.faq .faq-right {
    /* width: 50%; */
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.faq .faq-right .faq-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: rgb(26, 45, 80);
}

.media-cntnr {
    width: 100%;
    padding: 10px;
}

.media-slideshow-cntnr {
    max-width: 80%;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


@media only screen and (max-width: 914px) {
    .media-slideshow-cntnr {
        max-width: 90%;
        margin: 0 auto;
    }
}

.right-cntnt-cntnr {
    border-radius: 4px;
    padding: 25px 25px 25px 25px;
    margin: 10px auto;
    border-radius: 4px;
    /* width: 500px; */
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.form-input label {
    display: none;
}

.form-cntnr {
    max-width: 100%;
}

.sctn-cntnt.two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 1000px) {
    .sctn-cntnt.two-column {
        grid-template-columns: repeat(1, 1fr);
    }

    .right-cntnt-cntnr {
        width: 100%;
    }
}

.left-cntnt,
.right-cntnt {
    width: 100%;
    padding: 20px;
}