/*PROMOTION_EVENTS*/

/*new style*/
.interest_rates{
    display: flex;
}

.interest_rates_tbl{
    min-width: 450px;
    margin-right: 85px;
}
body[dir=rtl] .interest_rates_tbl{
    margin-left: 85px;
    margin-right: 0;
}
@media (max-width: 1024px){
     .interest_rates{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .interest_rates_tbl{
        min-width: auto;
        margin: 0;
    }
    .interest_rates_txt{
        padding-left: 15px;
    }
    body[dir=rtl] .interest_rates_txt{
        padding-right: 15px;
        padding-left: 0;
    }
}

.interest_rates_txt ol{
    line-height: 26px;
    margin-top: 20px;
    padding-left: 0;
}
body[dir=rtl] .interest_rates_txt ol{
    padding-right: 0;
}

.interest_rates_txt ol li span{
    color: #4A90E2;
    cursor: pointer;
    transition: .4s;
}

.container-fluid.resting{
    margin-bottom: 0;
}
.resting{
    background: url(/images/multidoc/pic_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.resting_cont{
    flex-direction: column;
    position: relative
}
.resting_cont>span{
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
body[dir=rtl] .resting_cont>span,
body[dir=rtl] .resting_cont>h3{
    text-align: right;
}
.resting_cont>h3{
    color: #fff;
    text-align:left;
}
@media (min-width: 1367px){
    .resting{height: 500px;}
    .resting_cont{top: 177px;}
}
@media (max-width: 1366px) and (min-width: 550px){
    .resting{height: 400px;}
    .resting_cont{top: 77px;}
}
@media (max-width: 768px){
    .resting_cont>span{
        font-size: 22px;
        padding: 15px 0 15px;
    }
}
@media (max-width: 499px){
    .resting{
        background: url(/images/multidoc/pic-mob.png);
        background-size: cover;
        background-position: left;
    }
    .resting{height: 100%;}
}

/*new style*/

/*modal*/
.dialog_wrap{
    display: none;
    width: 100%;
    margin: 0 auto;
}

.all_back{
    position: fixed;
    z-index: 15000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
         opacity: .45;
    background-color: black;
    -moz-opacity: .45;
    filter: alpha(opacity=45);
}

.dialog_cont{
    position: fixed;
    z-index: 3000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 13%;
    max-width: 80%;
    height: 70%;
    text-align: center;
    background-color: #fff;
}

@media (max-width: 992px){
    .dialog_cont{
        max-width: 90%;
    }
}

.dialog_cont .dialog_header{
    position: relative;
    line-height: normal;
    height: 55px;
    padding: 0 15px;
    text-align: left;
    padding-right: 55px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    z-index: 5;
}

body[dir='rtl'] .dialog_cont .dialog_header {
    padding-right: 15px;
    padding-left: 55px;
    text-align: right;
}

.dialog_cont .dialog_header #button_close{
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    cursor: pointer;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    transition: .2s ease-in;
    opacity: .2;
}
.dialog_cont .dialog_header #button_close:hover {
    opacity: .5;
}

body[dir='rtl'] .dialog_cont .dialog_header #button_close{
    left: 15px;
    right: auto;
}

.dialog_cont .dialog_desc{
    overflow-y: scroll;
    overflow-x: auto;
    height: 87%;
    padding: 0 20px 20px;
    -webkit-overflow-scrolling: touch;
}

.contendbody .promotion_events .dialog_cont table{
    width: auto !important;
}

.promotion_events .dialog_cont table tr th{
    width: 586px;
}

.promotion_events .dialog_cont table tr td{
    width: 293px;
}

.promotion_events .dialog_cont table tbody tr:first-child td{
    border-right: medium none;
    border-left: medium none;
}

.promotion_events .dialog_cont table tbody tr td{
    border-right: solid 1px #ddd;
}

.promotion_events .dialog_cont table tbody tr td:last-child{
    border-right: none;
}

.promotion_events .dialog_cont table tbody tr:first-child td{
    border-right: none;
    border-left: none;
}

.promotion_events .dialog_cont p{
    font-style: italic;
    width: 730px;
    text-align: left;
    text-indent: 0;
}

@media (max-width: 800px){
    .dialog_cont{
        width: 100%;
    }
    .promotion_events .dialog_cont p{
        width: 100%;
    }
}
/*END  modal*/