/* Arabic Lyout Css Start */
@font-face{
    font-family:'TheMixArabic-Plain';
    src:url(../fonts/TheMixArabic-Plain.ttf) format('truetype');
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:'TheMixArabic-blod';
    src:url(../fonts/TheMixArabic-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:'TheMixArabic-SemiBold';
    src:url(../fonts/TheMixArabic-SemiBold.ttf) format('truetype');
    font-weight:600;
    font-style:normal;
    font-display:swap
}
/* Arabic Font End */
body{
    font-family: 'TheMixArabic-Plain' !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'TheMixArabic-blod' !important;
}
.box_vector {
    left: 0;
    right: unset;
}
.fy_btn{
    transform: rotate(-100deg);
}
.fy_btn_box{
    display: flex;
    justify-content: flex-end;
}
.fy_item_box:hover .fy_btn {
    transform: rotate(-136deg);
}
.lg_list{
    justify-content: flex-end;
}
.site_main_header .nav-item:last-child .nav-link {
    margin-right: 20px !important;
}
.invest_list_wrapper{
    padding-right: 0px;
    padding-left: 30px;
}
/* .invest_main_wrapper .container {
    margin: 0 auto 0 0 !important;
} */
.invest_icon {
    margin-right: 0px;
    margin-left: 30px;
}
.invest_img_box{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    right: unset;
    left: 0;
}
.invest_item:before{
    left: unset;
    right: 61px;
}
.invest_arrow_icon{
    right: unset;
    left: -17px;
    transform: scale(-1) rotate(80deg);
}
.invest_item:hover .invest_arrow_icon {
    transform: rotate(-136deg);
}
.ir_banner_main_title{
    text-align: right;
}
.accordion-button{
    text-align: right;
}
.acc_list {
    padding-left: 0pc;
    padding-right: 60px;
}
.accordion-button::after{
    margin-right: auto;
    margin-left: 0px;
}
/* Header Css Start */
.site_main_header .nav-link{
    font-size: 14px;
    margin-right: 16px;
}
/* Header Css End */
/* Footer Css Start */
.top p, .top a{
    text-align: right;
}
/* Footer Css End */
.nav-pills .nav-item:last-child {
    margin: 0px !important;
}
.nav-pills .nav-item {
    margin-right: 0px;
    margin-left: 10px;
}
.contact_item_content {
    margin-left: 0px;
    margin-right: 20px;
}
.c_overview_main_wrapper{
    margin-top: -10px;
}
#v-pills-tab button{
    text-align: right;
}
.hero_inner_wrapper .row {
    justify-content: flex-end;
}
.invest_img_box img{
    object-position: right;
    transform: scale3d(-1, 1, 1);
}
.acc_list li::before {
    left: unset;
    right: -42px;
}
.highlight_title_box{
    height: 156px;
}
.ir_investor_presentations_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
/* @media(min-width:768px){
    .hero_chart_img_box iframe {
        width: unset !important;
        display: block;
        min-width: unset !important;
    }
} */

@media(max-width:767px){
    .highlight_inner_wrapper .col-md-3:nth-child(3) .highlight_title_box, .highlight_inner_wrapper .col-md-3:nth-child(4) .highlight_title_box {
        height: unset;
    }
    .highlight_title_box {
        height: unset;
    }
}
/* Arabic Lyout Css End */