﻿ 

.mainlang {
    position: absolute;
    right: 1%;
    top: 1px;
}
    .mainlang input {
        margin: 1px;
        cursor: pointer;
        width: 20px;
        height: 17px;
    }
.intro-header {
    width: 100%;
    max-height: 300px;
}
.DimoContent {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 3px 3px 0 0;
    direction: rtl;
    text-align: justify;
    padding: 7px auto;
    color: #000;
    margin: 10px auto;
    min-width: 183px;
    font-size: 15px;
    line-height: 33px;
    margin-top: 9px;
    /*font-family: iranyekan;*/
    background: #fff;
    margin-bottom: 10px;
    width: 90%;
    max-width: 1400px;
    overflow: hidden;
    min-height: 300px;
}

    .DimoContent h2 {
        font-size: 20px;
        padding: 15px 0 10px;
    }
    .DimoContent h3 {
        font-size: 19px;
        padding: 15px 0 10px;
    }

.BalsaContent ul li, .DimoContent ul li {
  
    line-height:25px;
}
    .DimoContent table{
        min-width:80%;
        text-align:center;
        margin:15px auto;
    }
        .DimoContent table th {
            background: #e1e1e1;
        }

        .DimoContent table tr:nth-child(even) {
            background: #f0eeee;
        }
        .DimoContent table td {
            border: 1px solid #bbb;
            color: #2a2a2a;
        }

    .DimoContent .title-ln {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

    .DimoContent .dt-balsa {
        width: 25px;
        background: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
    }

        .DimoContent .dt-balsa span {
            background-color: #144406 !important;
            display: block;
            border-radius: 50%;
        }

            .DimoContent .dt-balsa span:nth-child(1) {
                width: 6px;
                height: 6px;
            }

            .DimoContent .dt-balsa span:nth-child(2) {
                width: 4px;
                height: 4px;
                margin-left: 1.5px;
            }

            .DimoContent .dt-balsa span:nth-child(3) {
                width: 3px;
                height: 3px;
                margin-top: 1px;
            }

   
    .dimo_introtitle {
        font-size: 25px;
        direction: rtl;
        text-align: right;
        line-height: 27px;
        padding-right: 3px;
    }
    /*.dimo_introtitle:before {
        display: inline-block;
        border-top: 1px dashed #777777;
        position: relative;
        color: #979797;
        min-width: 40px;
        content: "";
        bottom: 2px;
    }*/

    .dimo_introtitle a {
        color: #000;
    }

    .balsa-content-bx{
    border-radius: 24px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 25px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    overflow:hidden;
    }

.hidden {
    visibility: hidden;
}







        .balsa-content-bx h2, .balsa-content-bx h1 {
            font-size: 18px;
            font-weight: 600;
            line-height: 36px;
            color: #000;
            border-bottom: 1px solid #f5f5f8;
            margin-bottom: 30px;
            direction: rtl;
            padding: 0 15px 15px 15px;
        }


        .balsa-pnl {
            margin: 10px;
            font-size: 14px;
            direction: rtl;
            font-family: 'IRANSansWeb';
            line-height: 25px;
        }
            .balsa-pnl fieldset {
                margin: 0 2px;
                border-radius: 15px;
                border: 1px solid #f0f0f0;
                box-shadow: 0px 4px 8px 0px #6666661A;
                padding: 25px 20px;
                margin-bottom: 30px;
                background-color: #fff;
                overflow: hidden;
                direction: rtl;
            }
                .balsa-pnl fieldset legend {
                    width: auto;
                    border-bottom: 0;
                    padding: 0 10px;
                    font-size: 18px;
                    font-family: iransansweb;
                    color: #000;
                }

        .frmdetail {
            text-align: right;
            margin-top: 3px;
            font: 12px yekannumber,iransansweb;
            direction: rtl;
            color: #969595;
            padding: 3px 0;
            margin-bottom: 25px;
            overflow: hidden;
        }

    .frmdetail a {
        color: #393939;
        text-decoration: none;
    }

     
.dimo-icon {
    float: right;
    border: 1px solid #e6e6e6;
    padding: 5px;
    margin-left: 5px;
    border-radius: 10px;
    text-align:center;
}

    .dimo-icon i, .dimo-icon svg {
        margin-left: 3px;
        font-size: 10px;
        color: #a4979c;
        padding: 4px 3px;
        float: right;
        margin-top:1px;
    }

    .dimo-icon span {
        margin-left: 10px;
        font-size: 11px;
    }


.balsa-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.balsa-btn {
    border: none;
    padding: 0 15px;
    line-height: 33px;
    min-width: 90px;
    margin: 10px 0;
    width: 160px;
    height: 48px;
    border-radius: 8px;
    display: block;
    border: none;
    position: relative;
    cursor: pointer;
}
.balsa_flex_date{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.balsa-txt {
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #dcdcdf;
    outline: 0;
    direction: rtl;
    background: #fff;
    float: right;
}
.ulProList li{
    width:24%;
    list-style:none;
    text-align:center;
    margin:3px;
    float:right;
    margin-bottom:10px;
    overflow:hidden;
}
    .ulProList img{
        width:100%;
    }
.ulProList h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px;
    background: #e6e6e661;
    color: #313131;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}

.Grid {
    text-align: center;
    width: 100%;
    direction: rtl;
    border: none;
}
    .Grid th {
        background: #6687ff66;
        padding: 10px 3px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        border:none;
    }
    .Grid td{
        border:none;
        padding:2px 0;
    }



body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    outline: 1px solid rgba(0, 0, 0, 0.00);
}

.price_off {
    text-decoration: line-through;
    color: #767575;
}
.font12{
    font-size:12px;
}
.black{
    color:#000;
}
.tagOff {
    position: absolute;
    top: 15px;
    background: #8cc63ebd;
    color: #fff;
    padding: 0px 7px;
    font-size: 11px;
    border-radius: 3px 15px 4px;
    left: 6px;
    direction: rtl;
    z-index: 999;
    height: 25px;
    padding-top: 5px;
    font-family: 'KalamehFaNum-Regular',iransansweb;
}

/**********************************************************************************
********************************Preloader[start]***********************************
***********************************************************************************/
.preloadbox {
    background-image: url(/App_Themes/images/Preoloader/Preloader.gif);
    background-size: 155px;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.preloader {
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

    .preloader p {
        width: 100%;
        height: 40px;
        color: #09005f;
        text-align: center;
        vertical-align: middle;
        position: fixed;
        top: 65%;
        font-family: yekan,Arial;
    }

/**********************************************************************************
*********************************Preloader[end]************************************
***********************************************************************************/

/**********************************************************************************
**********************************PopUp[start]*************************************
***********************************************************************************/
.alert-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0000009c;
    width: 100%;
    height: 100%;
    z-index: 999999;
    cursor: pointer;
}

.txt-popup a {
    color: #000;
}

.ms_pic {
    position: fixed;
    z-index: 999;
    left: 31%;
    top: 15%;
    z-index: 99999;
}

.msclose {
    position: fixed;
    top: 10%;
    left: 30%;
    cursor: pointer;
    width: 17px;
    opacity: 0.5;
}

    .msclose:hover {
        opacity: 1;
    }

.txt-popup {
    top: 8%;
    position: fixed;
    background: #ffffffa6;
    width: 100%;
    max-width: 600px;
    left: 29%;
    min-height: 265px;
    padding: 15px;
    text-align: justify;
    direction: rtl;
    line-height: 25px;
    border-radius: 5px;
    font-size: 13px;
}

    .txt-popup h3 {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .txt-popup img {
        margin-top: 10px;
    }
/**********************************************************************************
***********************************PopUp[end]**************************************
***********************************************************************************/


/**********************************************************************************
*****************************Search with Jquey[end]********************************
***********************************************************************************/

.search-bx {
    position: relative;
}

.searchDiv {
    position: absolute;
    z-index: 99999999999;
    width: 100%;
}

.mCSB_container {
    direction: rtl;
    background: #f3f3f3;
    border-radius: 9px;
    margin-top: 5px;
}

.ulSearch li {
    border-bottom: 1px solid #d0d0d0;
    padding: 7px 10px;
    overflow: hidden;
}

    .ulSearch li a i {
        float: right;
        margin-top: 7px;
        font-size: 11px;
    }

    .ulSearch li a dl {
        float: right;
        margin-bottom: 0px;
        padding-right: 10px;
        color: #474747;
    }
/**********************************************************************************
****************************Search with Jquey[end]*********************************
***********************************************************************************/


/**********************************************************************************
********************************whatsapp[start]************************************
***********************************************************************************/


.whatsapp {
    position: fixed;
    bottom: 3%;
    left: 2%;
    z-index: 99;
}

    .whatsapp img {
        height: auto;
        width: 55px;
    }

    .whatsapp:after {
        width: 62px;
        height: 62px;
        box-sizing: border-box;
        content: '';
        display: block;
        position: absolute;
        top: -3px;
        left: -3px;
        pointer-events: none;
        border: 4px solid #2db742;
        border-radius: 50%;
        -webkit-animation-duration: 1.6s;
        animation-duration: 1.6s;
        -webkit-animation-name: intervalHamburgerBorder;
        animation-name: intervalHamburgerBorder;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
/**********************************************************************************
*********************************whatsapp[end]*************************************
***********************************************************************************/

/**********************************************************************************
*********************************Broadcumb[start]**********************************
***********************************************************************************/


.breadcrumb-container {
    /*-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 35px;*/
}


.cui {
    margin-bottom: 10px !important;
    list-style: none !important;
    border-radius: 20px !important;
    direction: rtl;
    padding: 3px 10px !important;
    margin-top: 15px;
    background: none;
}
    
    .breadcrumb > li {
        display: inline-block;
    }

.cui li a {
    color: #000;
    /*font: 13px IRANSansWeb;*/
    font-weight: normal;
    font-size:13px;
}

.cui li i, .cui li svg {
    margin: 0px 5px;
    position: relative;
    top: 1px;
    color: #000;
}

.cui > li + li:before {
    content: "" !important;
    padding: 0 !important;
}
/**********************************************************************************
*********************************Broadcumb[end]************************************
***********************************************************************************/


/**********************************************************************************
****************************main page basket [start]*******************************
***********************************************************************************/

#loginContainer {
    position: relative;
}

    #loginContainer .list_login a {
        border: 1px solid #d3d3d3;
        padding: 7px 10px;
        border-radius: 3px 11px;
        color: #7f7f7f;
        font-size: 13px;
        position: relative;
        min-width: 80px;
        display: block;
        background: #fff;
    }

#loginButton, #searchButton, #searchndButton {
    z-index: 30;
    cursor: pointer;
}

#loginButton {
    z-index: 9;
    color: #000;
    cursor: pointer;
    position: relative;
    top: -8px;
}

    #loginButton.active {
        border-radius: 3px 3px 0 0;
    }

.cartitem {
    position: absolute;
    left: 0px;
    width: 38px;
    height: 35px;
    top: -5px;
    border-radius: 3px 11px;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 8px;
}

#loginBox, #searchBox, #searchndBox {
    position: absolute;
    top: 96%;
    left: 0px;
    display: none;
    z-index: 29;
    width: 99%;
    max-width: 100%;
}
#loginBox {
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
    z-index: 99999999;
    min-width: 240px;
}

#loginForm, #searchForm, #searchndForm {
    width: 100%;
    border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    margin-top: 0;
    background: rgba(211, 211, 211, 0.64);
    padding: 3px;
    float: left;
}

#loginForm {
    width: 230px;
    border: 1px solid #e6e6e6;
    border-radius: 10px !important;
    background: #FFFFFF !important;
    padding: 6px;
    box-shadow: rgb(0 0 0 / 16%) 0px -1px 20px !important;
    font-size: 12px;
    direction: rtl;
}
.ulBasketList {
    text-align: center;
    padding: 102px 1px 9px 1px;
    color: #666;
    background-image: url(/App_Themes/images/bc6a97c7.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 55px;
    overflow: auto;
    height: 160px;
    border-radius: 18px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
}
    .ulBasketList li {
        float: right;
        border-bottom: 1px solid #F0F0F0;
        width: 100%;
        background: white;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        padding-bottom: 6px;
        transition: all 250ms ease;
        position: relative;
        margin-right:0 !important;
    }
        .ulBasketList li span {
            float: right;
            font-size: 12px;
        }
    .ulBasketList .bskImg {
        float: right;
        width: 50px;
        height: 50px;
        border-radius: 11px;
    }
    .ulBasketList .bskTitle {
        float: right;
        margin: 8px 5px 3px 5px;
        color: #2F2F2F;
        width: 143px;
        text-align: right;
        position: relative;
        top: 0px;
        padding: 0px;
    }

    .ulBasketList .bskTKadr {
        width: 100%;
        float: right;
        margin-top: 5px;
        text-align: center;
        background-color: rgb(245 245 245 / 45%);
        padding: 5px 9px;
        border-radius: 5px;
    }
    .ulBasketList .bskDel {
        cursor: pointer;
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 14px;
        color: #d4d4d4;
    }
.ms_flexb {
    display: flex;
    -ms-flex-pack: justify !important;
    flex-wrap: nowrap;
    flex-direction: row;
    transition: all 0.5s ease 0s;
    align-content: center;
    justify-content: flex-start;
    direction: rtl;
    margin-left: 15px;
    align-items: center;
}
.ms-padtop0 {
    padding-top: 0px !important;
}
.bskDown span {
    color: #00bfd6;
    background-color: rgba(0, 191, 214, 0.1);
    padding: 5px 9px;
    width: 100%;
    display: block;
    font-size: 13px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 6px;
}
#loginForm span {
    text-align: center;
    display: block;
    padding: 7px 0 4px 0;
}
 

.bskDown a {
    float: right;
    margin: 3px;
}
.orangeBtn {
    border: 1px solid #e7e7e7;
    display: inline-block;
    cursor: pointer;
    padding: 7px 7px !important;
    border-radius: 3px 11px;
    width: 89px !important;
    color: #7f7f7f;
    text-align: right;
    position: relative;
    padding-right: 15px;
}
.orangeBtn i {
    font-weight: 100;
    position: absolute !important;
    left: 9px;
    top: 8px !important;
    opacity: .2;
    font-size: 16px !important;
}
.ms-link_basket {
    font-size: 12px !important;
    letter-spacing: -0.5px;
    width: 113px !important;
    padding-right: 7px !important;
    border: 1px solid #d3d3d3;
    padding: 7px 10px;
    border-radius: 3px 11px;
    position: relative;
    min-width: 80px;
    display: block;
    background: #fff;
    color: #7f7f7f;
}

/**********************************************************************************
*****************************main page basket [end]********************************
***********************************************************************************/


.swal2-html-container {
    display: block;
    direction: rtl;
    font-size: 14px;
    line-height: 25px;
}
 

.toast-message {
    direction: rtl;
}

.validator {
    color: red;
}

.info, .success, .warning, .error, .validation {
    display: block;
    padding: 10px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    direction: rtl;
    font: 9pt iransansweb;
    background-size: 25px 25px;
    background-position: 98% 7px;
    clear: both;
    font-weight: bold;
    margin: 10px 0;
    border-radius: 2px;
}

.info {
    color: #ECA821;
    background-color: #4068B4;
    background-image: url('/App_Themes/images/Information.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/App_Themes/images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/App_Themes/images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/App_Themes/images/Error.png');
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    left: 54%;
    margin-left: 640px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    z-index: 99999999;
    opacity: 0.7;
    background: url('/App_Themes/images/totop.png') no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

    #toTop:hover {
        outline: none;
        background-position: right 0;
    }

.no-pn{
    padding:0;
}
.clear{
    clear:both;
}
.right{
    float:right;
}
.left{
    float:left;
}
.none{
    display:none;
}
.ltr{
    direction:ltr;
}
.rtl{
    direction:rtl;
}
.center {
    text-align: center;
}















/**********************************************************************************
****************************floating-Contact[start]********************************
***********************************************************************************/

.co {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 9999;
}

.mnu-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e2c460;
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    display: table;
    text-align: center;
}

    .mnu-toggle:after {
        width: 53px;
        height: 53px;
        box-sizing: border-box;
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        left: -1px;
        pointer-events: none;
        border: 4px solid rgba(167, 137, 38, 0.59);
        border-radius: 50%;
        -webkit-animation-duration: 1.6s;
        animation-duration: 1.6s;
        -webkit-animation-name: intervalHamburgerBorder;
        animation-name: intervalHamburgerBorder;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.mnu-toggle .fa {
    color: #fff;
    font-size: 2em;
    display: table-cell;
    vertical-align: middle;
    transition: 0.4s;
}

.mnu-toggle.open .fa {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn-app {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    text-align: center;
}

    .btn-app .fa {
        line-height: 1.9em;
    }

.menu-round {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

    .menu-round .btn-app {
        bottom: 0.25em;
        right: 0.25em;
        transition: 0.4s;
    }

    .menu-round.open .btn-app:nth-of-type(1) {
        right: 0.5em;
        bottom: 4.25em;
        transition-delay: 0.2s;
    }

    .menu-round.open .btn-app:nth-of-type(2) {
        right: 3.5em;
        bottom: 3.5em;
        transition-delay: 0.1s;
    }

    .menu-round.open .btn-app:nth-of-type(3) {
        right: 4.25em;
        bottom: 0.5em;
    }

.menu-line {
    position: absolute;
    z-index: 2;
}

    .menu-line .btn-app {
        bottom: 9px;
        right: 0.3em;
        transition: 0.3s;
        transition-delay: 0.5s;
        font-size: 23px;
        color: #fff;
    }

.btn-app a {
    color: #fff;
}

.menu-line.open .btn-app:nth-of-type(1) {
    bottom: 2.85em;
    background-color: #1a8fb3;
}

.menu-line.open .btn-app:nth-of-type(2) {
    bottom: 5.05em;
    background-color: #5fb21f;
}

.menu-line.open .btn-app:nth-of-type(3) {
    bottom: 7.35em;
    background-color: #720080;
}

.menu-line.open .btn-app:nth-of-type(4) {
    bottom: 14.35em;
}

.menu-line.open .btn-app:nth-of-type(5) {
    bottom: 17.35em;
}

.menu-line.open .btn-app:nth-of-type(6) {
    bottom: 20.35em;
}

.menu-line.open .btn-app:nth-of-type(7) {
    bottom: 23.35em;
}

.bx-conatct {
    background-color: #fff;
    height: 38px;
    width: 174px;
    position: absolute;
    right: 67px;
    bottom: 1px;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    border-radius: 5px;
    text-align: center;
    padding-top: 9px;
}

    .bx-conatct:after {
        border-right: 8px solid transparent;
        border-top: 8px solid transparent;
        border-left: 8px solid #FFF;
        border-bottom: 8px solid transparent;
        bottom: 16px;
        right: -15px;
        position: absolute;
        content: "";
    }

.close-nd {
    color: #39ab76;
    float: left;
    font-size: 23px;
    position: absolute;
    right: 9px;
    top: -4px;
}

.modal {
    display: block;
}

.btn-app a {
    display: block;
}

[tooltip] {
    position: relative; /* opinion 1 */
}

    [tooltip]::before,
    [tooltip]::after {
        text-transform: none; /* opinion 2 */
        font-size: 14px; /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent; /* opinion 4 */
        z-index: 1001; /* absurdity 1 */
    }

    [tooltip]::after {
        content: attr(tooltip); /* magic! */
        text-align: center;
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        box-shadow: 0 0 5px rgba(0,0,0,.6);
        background: #fff;
        color: #000;
        z-index: 1000; /* absurdity 2 */
    }

    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 30px);
    transform: translate(-.5em, -50%);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/**********************************************************************************
*****************************floating-Contact[end]*********************************
***********************************************************************************/

.mnu-toggle:after {
    border: 4px solid #8cc63e;
}

.theme-color-default {
    color: #fff !important;
    background-color: #28463c;
}

    .theme-color-default:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        color: #000;
    }

    .theme-color-default:hover {
        opacity: 0.8;
    }

.chk input {
    width: 20px;
    height: 20px;
}
    .chk label{

    }






    @media (min-width: 1024px) {
        .DimoContent {
        padding:10px 15px;
    }
}

@media (max-width: 760px) {
.msclose {
        left: 3%;
    }
.txt-popup {
        left: 5px;
        width: 98%;
    }
    .mobile-none {
        display:none;
    }
    .ulProList li {
        width: 48%;
    }

    .balsa-content-bx {
         
        box-shadow: 0px 4px 8px 0px #66666600;
        margin-bottom: 5px;
        padding: 20px 15px;
        overflow: hidden;
    }
}

