﻿.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: 'arial_bold13';
    text-transform: uppercase;
}
html[lang="AR"] .accordion_wrpper h4 a:before {
    content: "\e313";
    font-family: 'Material Icons';
    color: #333333;
    float: left;
    position: absolute;
    left: 13px;
    z-index: 9;
    font-size: 24px;
    top: 15px;
}
html[lang="AR"] .lft_contn_contc p span {
    font-size: 16px !important;
    font-weight: normal;
    display: inline-block;
    direction: ltr;
}
html[lang="AR"] .accordion_wrpper h4 a {
    color: #333333;
    font-size: 16px;
    display: inline-flex;
    text-decoration: none;
    padding: 18px 15px 18px 20px;
    position: relative;
    border-bottom: 1px solid #333;
}
html[lang="AR"] .panel-title {
    direction: rtl;
}
html[lang="AR"] .panel-body {
    direction: rtl;
}
html[lang="AR"] .accordion_wrpper {
    float: right;
}
html[lang="AR"] .right_profile_sec {
    float: right;
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
    text-align: right;
    padding-right: 25px;
}
html[lang="AR"] .ico_conta_wrpp {
    display: inline-flex;
    width: 100%;
    float: right;
    margin-bottom: 10px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
html[lang="AR"] .contact_wrp_sidebar {
    padding: 10px 0px 20px;
}
html[lang="AR"] .faq_newhdng {
    float: right;
}
html[lang="AR"] .faq_newhdng h4 {
    text-align:right;
}
html[lang="AR"] .breadcrumb_wrp {
    float: right;
    width: auto;
    margin-top: 10px;
    direction: rtl;
}

.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;
}
.ico_conta_wrpp {
    display: inline-flex;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.contact_wrp_sidebar {
    display: inline-flex;
    width: 100%;
    padding: 10px 27px 20px;
    flex-wrap: wrap;
}

.lft_ico_contc {
    width: 35px;
}

.lft_contn_contc {
    font-size: 16px;
    font-family: 'arial_bold13';
}

    .lft_contn_contc p {
        margin-bottom: 5px;
    }

        .lft_contn_contc p span {
            font-size:15px !important; font-weight:normal; font-family:'PoppinsRegular';
        }

.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: 'arial_bold13';
}

.breadcrumb_wrp .breadcrumb a {
    text-decoration: none;
}

.breadcrumb_wrp {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.accordion_wrpper h4 a {
    color: #333333;
    font-size: 16px;
    display: inline-flex;
    text-decoration: none;
    padding: 18px 35px 18px 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

    .accordion_wrpper h4 a:before {
        content: "\e313";
        font-family: 'Material Icons';
        color: #333333;
        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: #f5f5f5;
        line-height: 23px;
        font-size: 14px;
        color: #333333;
    }

.accordion_wrpper .panel-group .panel {
    border: 0px;
    border-radius: 0px !important;
    box-shadow: none;
}

    .accordion_wrpper .panel-group .panel + .panel {
        margin-top: 0px;
        border-top: 0px solid #ccc !important;
    }
div#faqsdata {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    padding-left:0;
    padding-right:0;
}
.accordion_wrpper .panel-group {
    background: #fff;
    border-radius: 4px;
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .right_profile_sec {
        margin-top: 30px;
    }
}