﻿ul, li {
    list-style: none;
}

.balsa_baner {
    position: relative;
    width: 97%;
    margin: 0px auto;
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 60px;
    box-shadow: 0px 4px 11px 0px rgb(220 200 255 / 80%);
    box-shadow: 3px 4px 15px #0000005e;
}

    .balsa_baner img {
        border-radius: 0px 0px 30px 30px;
    }
    .balsaweb-tibx{
    display: flex;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-end;
    bottom: -80px;
    width: 310px;
    }
.bc-bx {
    width: 165px;
    height: 160px;
    margin: 0;
    position: relative;
    background: none;
    box-shadow: 3px 4px 15px #00000000;
}

    .bc-bx:before {
          background-image: url(/App_Themes/images/icons/bc1.png);
    background-size: 100% 100%;
    position: absolute;
    width: 97%;
    height: 97%;
    content: "";
    right: 0px;
    }

    .bc-bx img {
        width: 100%;
        border-radius: 50%;
        z-index: 9999;
        position: relative;
        height: 100%;
        padding: 10px;
        float: right;
        display: block;
        right: -7px;
    }

.title-nd-pr {
    margin: 23px auto 10px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
    color: #0d57a8;
}

.title-nd h1 {
    font-size: 18px;
    font-weight: bold;
}

.ms-i__name {
    font-size: 13px;
    font-weight: 300;
    color: #8c9ca6;
}

.ms-i__value {
    font-size: 12px;
    font-weight: 400;
    color: #03273c;
}

.ms-mb10 {
    margin-bottom: 10px;
}

.ms-dir {
    text-align: justify;
    direction: rtl;
}

.ms-rate {
    direction: ltr;
    display: inline-block;
}

    .ms-rate li {
        display: inline-block;
    }

        .ms-rate li i {
            color: #d6d6d6;
            font-size: 15px;
            margin: 0px 1px;
        }

            .ms-rate li i.ms-y {
                color: #ffc107;
            }

.link-bx {
    padding: 12px 30px;
    border-radius: 15px;
    background-color: #f0b3fd66;
    box-shadow: 0px 3px 15px rgb(11 5 22 / 25%);
    margin-bottom: 25px;
    background: url(/App_Themes/images/12300592_4940019-scaled.jpg);
    color: #fff;
    background-size: 100%;    height: 90%;
}

    .link-bx:hover {
        background: #57b957;
        box-shadow: 0px 3px 15px rgb(11 5 22 / 35%);
    }
    ._flex_row{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    }
.group-bx:hover .ti-gp {
    color: #2e0983;
}

.rg-bx {
    display: block;
    width: 100%;
}

.link-bx img {
  width: 60px !important;
    float: left;
    border-radius: 15px;
  
}
.line-bt{
    border-bottom:1px dashed #eeeeee47;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/***************************Start Tab****************************/

.tabed {
    margin: 0 auto 0px auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .tabed:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        border: 1px dashed #fff;
        background: #636465;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        bottom: 10px;
    }

.content-wrap section {
    display: none;
}

    .content-wrap section.content-current {
        display: block;
        padding-top: 30px;
    }

.tabs nav ul {
    display: flex;
    position: relative;
    direction: rtl;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    align-items: stretch;
    flex-wrap: nowrap;
}

    .tabs nav ul li {
        position: relative;
        z-index: 1;
        text-align: center;
        display: inline-block;
    }

.tabs-style-bar nav ul li a {
    color: #000;
    transition: background-color 0.2s, color 0.2s;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    display: block;
    padding: 15px 27px;
    margin: 15px 5px 10px 5px;
}

    .tabs-style-bar nav ul li.tab-current a, .tabs-style-bar nav ul li a:hover {
        background-color: #ffffff;
        color: #3F51B5;
    }
/***************************End Tab****************************/
#info4 .nav-tabs {
    border-bottom: none;
}

#info4 button.owl-prev {
position: absolute;
    left: 0px;
    top: 46%;
    transform: translateY(-50%);
    background-color: #ffffff !important;
    width: 20px;
    height: 20px;
    border-radius: 100% !important;
    color: #000 !important;
    background-image: url(/App_Themes/images/leftt.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 12px;
}

#info4 button.owl-next {
    position: absolute;
    right: 0px;
    top: 37%;
    transform: translateY(-50%);
    background-color: white !important;
    width: 20px;
    height: 20px;
    border-radius: 100% !important;
    color: #000 !important;
       background-image: url(/App_Themes/images/rightt.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 12px;
}

#info4 .owl-dots {
    display: none;
}

#info4 .item {
    display: flex;
    justify-content: center;
    border-bottom: 4px solid #eee;
}

    #info4 .item div a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 74px;
        background-color: #fff;
        border-radius: 100%;
        color: #000;
        text-transform: uppercase;
        flex-wrap: wrap;
        text-align: center;
        font-size: 20px;
        text-decoration: none;
        font-weight: 700;
    }

#info4 {
    max-width: 850px;
    margin: 10px auto;
}

    #info4 .tab-content {
        padding: 20px;
        background-color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 25px;
        margin-top: 30px;
        border-radius: 19px;
    }

        #info4 .tab-content h3 {
            font-size: 40px;
            font-weight: bold;
        }

.bgMQOP {
    display: block;
    float: left;
    width: 100%;
}

.ljofuW {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #012434;
    cursor: pointer;
    direction: rtl;
    line-height: 31px;
}

#info4 .item > div {
    display: flex;
    justify-content: center;
    border: 1px dashed #012434;
    position: relative;
    border-radius: 17px;
    margin: 0px 6px;
    width: 100%;
}

#info4 .item div.active2 .ljofuW {
    color: rgb(38, 175, 67);
    font-weight: bold;
}

#info4 .item .active2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0;
    border-radius: 14px;
    background: #4caf5014;
    border: 2px dashed #26af43;
}

#info4 .item > div.active2 {
    border: none;
}

#info4 .tab-content {
    padding: 20px;
    background-color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    margin-top: 30px;
    border-radius: 19px;
}

    #info4 .tab-content h3 {
        font-size: 40px;
        font-weight: bold;
    }

.lguoIx {
    width: 85px;
    height: 42px;
    border-radius: 13px;
    user-select: none;
    position: relative;
    margin-right: 5px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: rgb(241 249 241 / 55%);
    color: rgb(43 176 69);
    text-decoration: none;
    float: right;
    font-size: 14px;
    line-height: 41px;
    border: 1px solid #26af4366;
}

.iqSwfT {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: 82px;
    height: 40px;
    border-radius: 12px;
    user-select: none;
    position: absolute;
    font-size: 12px;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 0.3s linear 0s;
    background-color: #30b24a;
    color: #fff;
}

    .iqSwfT a {
        color: rgb(255, 255, 255);
    }

.lguoIx:hover .sc-pCPXO {
    opacity: 1;
}

.ms-partOnetit {
    float: right;
    width: 70px;
    font-size: 14px;
    font-weight: bold;
    color: #595959;
}

.ms-partOne {
    margin-right: 70px;
}

.ms-part-pic {
    width: 29px;
    float: right;
}

.ms-used {
    transition: opacity 0.3s linear 0s;
    background-color: rgb(237, 239, 240);
    color: rgb(108, 117, 125);
    display: block;
    text-decoration: line-through;
    border-radius: 11px;
    width: 100%;
    height: 100%;
}

.ms-used-t {
    transition: opacity 0.3s linear 0s;
    background-color: rgb(237, 239, 240);
    color: rgb(108, 117, 125);
}

.ms_p_vist {
    background-color: #f8f9fa !important;
    box-shadow: rgb(218, 228, 245) 0px 1px 10px 0px;
    border-radius: 8px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.ms-tit-v {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ms-v-rw {
    border-top: 2px dashed #ffffff !important;
    padding: 15px 9px;
}

.text-success {
    color: #22af48 !important;
}

.font-weight-700 {
    font-weight: 700;
}

.section-header {
    position: relative;
    min-height: 36px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: -0.6px;
    padding: 13px 15px;
    border-bottom: 2px dashed #fff;
}

.ms-txt-checkout {
    padding: 15px 28px;
    line-height: 33px;
    direction: rtl;
}
.ti-gp{
        text-align: right;
    line-height: 28px;
}
.owl-dots{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.owl-dots .owl-dot span{
    background: #777777;
    width: 15px;
    display: block;
    height: 6px;
    border-radius: 5px;
    text-align: center;
}
.owl-dots .owl-dot.active span{
    background: #2a2c41;
    width: 25px;
}
#tvGroups img{
    width:36px;
}
.news-slider1012{
    display:none !important;
}
@media all and (max-width:760px) {
    .news-slider1012{
    display:block !important;
}
    #section-bar-1 ._flex_row{
        display:none;
    }
    .ms-partOnetit {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }

    .ms-partOne {
        margin-right: 0;
    }

    #info4 .tab-content {
        padding: 0;
    }
    .balsaweb-tibx{
       bottom: -60px;
    }
    .bc-bx {
          height: 102px;
        width: 105px;
        
    }.bc-bx:before {
    width: 86%;
    height: 89%;
    content: "";
    right: 3px;
}
     .tabs-style-bar nav ul li a {
   
    font-size: 13px;
      padding: 15px 6px;
    letter-spacing: -.7px;
}
}
