.my-page-title {
    padding: 30px 0;
}

#page-header {
}

/*.page-header-content-section {
    position: relative;
    max-width: 100%;
    right: 100px;
    top: 100px;
 
}
*/
.four-box-wrapper {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    margin: 15px auto;
    min-height: 250px;
}

    .four-box-wrapper img {
        max-width: 100%;
        display: block;
        text-align: center;
        margin: 5px auto;
    }

.four-box-title {
    font-weight: bold;
    color: #527887;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}

p.four-box-dsc {
    color: #7b7d84;
    font-size: 14px;
    text-align: center;
    padding: 2px;
}

.four-col-section-title {
    font-weight: bold;
    display: block;
    margin: 15px auto;
    padding-bottom: 10px;
    position: relative;
}

    .four-col-section-title:before {
        content: '';
        width: 99px;
        height: 4px;
        background-color: #e25252;
        border-radius: 3px;
        position: absolute;
        right: 15px;
        bottom: -5px;
    }

.page-four-item-slider .owl-nav button {
    position: absolute;
    top: -5px;
    background: #cd1818;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 4px;
    font-size: 30px;
}

    .page-four-item-slider .owl-nav button.owl-prev {
        right: 35px;
    }

    .page-four-item-slider .owl-nav button.owl-next {
        right: 0px;
    }

.carousel-four-box-image-content span.title {
    font-weight: bold;
    display: block;
    margin: 15px auto;
    color: #000;
}

section.carousel3Col-section {
    background: #f6fcff;
    padding: 30px 0;
}

.carousel4Col-section-title {
    margin-bottom: 15px;
}

    .carousel4Col-section-title .title {
        font-weight: bold;
        font-size: 27px;
        margin: 10px auto;
    }









span.question {
    display: block;
    font-weight: normal;
    padding: 10px 5px;
    border-radius: 3px;
    color: #000000;
    margin-bottom: 12px;
    border-radius: 4px;
}

.answer {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 5px;
    display: block;
    border-radius: 5px;
    padding: 11px 5px;
    font-size: 13px;
    color: #4c4c4c;
}

.faq-list {
    list-style-type: none;
    padding: 0;
    margin: 15px;
}

.faq-card:after {
    content: '+';
    position: absolute;
    left: 7px;
    top: 5px;
    font-size: 19px;
    font-weight: bold;
    /* background: #d4d4d4; */
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 100%;
    padding: 0px;
    line-height: 40px;
    color: #a0a0a0;
}

.faq-card.open:after {
    content: '-';
}

.faq-card {
    margin-bottom: 5px;
    position: relative;
}

    .faq-card .question {
        font-size: 18px;
        cursor: pointer;
        padding-right: 9px;
        background: #eef3f2;
    }

    .faq-card .answer {
        display: none;
    }

.bgOneCol {
    background: rgb(2,0,36);
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(255, 255, 255, 1) 0%, rgb(249 250 255) 100%);
}

.one-col-section {
    padding: 30px 0;
}

h1.page-header-section-title {
    font-weight: bold;
    display: block;
    margin: 15px auto;
    font-size: 29px;
}

.page-header-content {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    color: #000;
}

    .page-header-content ul li {
        list-style: disc;
        margin-bottom: 1px;
    }

    .page-header-content ul {
        margin-right: 15px;
    }

.one-col .title {
    font-weight: bold;
    margin: 15px auto;
    color: #5988ab;
}

.one-col p {
    color: #5f647d;
}
