﻿.right_profile_sec h3 {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
    padding-bottom: 10px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.right_profile_sec {
    background: #fff;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%);
    border-radius: 4px;
    float: left;
    width: 100%;
    padding:0px;
    margin-bottom: 30px;
}

.contact_wrp_sidebar {
    display: inline-flex;
    width: 100%;
    padding: 10px 27px 20px;
    flex-wrap: wrap;
}

.lft_ico_contc {
    margin-right:15px;
}

.lft_contn_contc {
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
}

    .lft_contn_contc p {
        margin-bottom: 5px;
    }

        .lft_contn_contc p span {
            font-size: 16px !important;
            font-weight: normal;
        }

.faq_wrapper {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    min-height: 71vh;
}

.faq_newhdng h4 {
    text-align: left;
    padding: 10px 0 20px;
    color: #333 !important;
    font-size: 18px;
    line-height: 24px;
    display: block;
    letter-spacing: 0.25px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.breadcrumb_wrp .breadcrumb a {
    text-decoration: none;
}

.breadcrumb_wrp {
    float: left;
    width: 100%;
    margin-top: 10px;
}
/*Accordion CSS*/
.accordion_wrpper h4 a {
    color: #696969;
    font-size: 16px;
    display: inline-flex;
    text-decoration: none;
    padding: 18px 35px 18px 20px;
    position: relative;
    border-bottom: 1px solid #ececec;
}

    .accordion_wrpper h4 a:before {
        content: "\e313";
        font-family: 'Material Icons';
        color: #696969;
        float: right;
        position: absolute;
        right: 8px;
        z-index: 9;
        font-size: 24px;
        top: 15px;
    }

    .accordion_wrpper h4 a[aria-expanded="false"]:before {
        content: "\e313";
    }

    .accordion_wrpper h4 a[aria-expanded="true"]:before {
        content: "\e316";
    }

.accordion_wrpper .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #000;
    padding: 0px;
}

    .accordion_wrpper .panel-default > .panel-heading + .panel-collapse > .panel-body {
        background: #f3f8fd;
        line-height: 23px;
        font-size: 14px;
        color: #696969;
    }

.accordion_wrpper .panel-group .panel {
    border: 0px;
    border-radius: 0px !important;
}

    .accordion_wrpper .panel-group .panel + .panel {
        margin-top: 0px;
        border-top: 0px solid #ccc !important;
    }

.accordion_wrpper .panel-group {
    background: #fff;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%);
    border-radius: 4px;
    float: left;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
}
.ico_conta_wrpp {
    display: inline-flex;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    align-items: flex-start;
}
@media only screen and (max-width: 767px) {
    .breadcrumb_wrp {
        padding: 0 20px;
    }

    .faq_newhdng h4 {
        padding: 0 20px;
        margin-bottom: 10px;
    }
}