﻿
body, ul, li, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;list-style:none;
}
.ms_edit {
       position: fixed;
    z-index: 999;
    bottom: 15px;
    right: 15px;
    display: block;
    width: 98px;
    text-align: center;
    height: 36px;
    border-radius: 7px;
    color: #fff;
    padding-top: 7px;
    font-size: 16px;
    background: linear-gradient(to bottom, rgb(88 48 172) 0%, rgb(173 20 236) 0%, rgb(186 15 216) 43%, rgb(84 48 161) 100%);
    background: linear-gradient(306deg, #cf06b7, #ae14ed, #5930af, #463074);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    direction: rtl;
}
}
#side {
    width: 27%;
    max-width: 380px;
    float: left;
    position: relative;
    overflow: hidden;    padding-left: 30px;
}#main {
    position: relative;
    float: left;
    padding-left: 20px;
    width: 73%;
}
 .ms_inpsearch {
    border: none;
    padding: 10px;
    border-radius: 35px;
    width: 100%;
}.ms_btnsearch {
    position: absolute;
    left: -1px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    top: 10px;
    background: url(/css/img/search.png) no-repeat center;
    border: none;    background-size: 20px;
}.btn-rzv {
    background-color: #d7fd48;
    padding: 8px 23px;
    text-align: center;
    color: #000;
    border-radius: 25px;
    float: left;
    font-family: 'Kalameh-Bold';
    font-size: 15px;
    margin-right: 5px;
}
 .btn-rzv:hover {
    background-color: #8a2be1;
    color: #fff;
}
 .blog-bx-ms {
background-color: #fff;
    border-radius: 40px;
    border: 1px solid #f9f9f9;
    padding: 20px;
    margin: 0 25px;
    display: block;
    text-decoration: none;
    box-shadow: -1px 9px 18px 0px rgb(150 167 202 / 39%);
}
 .mssharei {
    border: 1px solid;
    padding: 4px;
    border-radius: 50%;
    width: 24px;
    text-align: center;
    margin-left: 2px;
    margin-top: 10px;
}
 .comment-bx {
    padding: 10px 0 80px 0;
    position: relative;
    background-color: #e6eff8;
    overflow: hidden;
}.comment-bx:before {
    background-image: url(/css/img/ttpp.png);
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 54px;
    top: 0;
    content: "";
}
 @keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
position: absolute;
    width: 100%;
    overflow: hidden;
    height: 97%;
    bottom:0;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 100% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 5s;
   -webkit-animation: move-wave 5s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 15s linear infinite;
}
.waveBottom {
    background-size: 100% 100px;
}
.waveAnimation .waveBottom {
    }

.ms_audio {
    width: 100%;
    height: 60px;
    border: 1px solid #e4e4e4;
    border-radius: 32px;
    position: relative;
}
audio {
    width: 94%;
    height: 57px;
    float: left;
} audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
                background-color: #fff;
                border: 1px solid #8a2ce0;
                border-radius: 11px;
            }

            audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-mute-button, video:-webkit-media-controls-play-button, video::-webkit-media-controls-mute-button {
                background-color: #8a2ce0;
                color: #8a2ce0;
                border-radius: 50%;
            }
.ms_fav {
    position: absolute;
    top: 26%;
    right: 22px;
}
 .sub-video {
    width: 100%;
    margin-top: 1rem;
    margin: 1rem auto;
    min-height: 20rem !important;
}
 .h_iframe-aparat_embed_frame {
    position: relative;
    display: block;
    padding-top: 57%;
}.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.sub-video div iframe {
    width: 100%;
    margin-bottom: 1rem;
}
 .pd-5{
     padding-right:5px;
     padding-left:5px;
 }
 .bk1{
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ffffff+100 */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

 }
/***************************Editor Style Start******************************/
.justify-content-center {
            justify-content: center;
        }
        .justify-content-flex-start {
            justify-content: flex-start;flex-direction: row-reverse;
        }
        .justify-content-flex-end {
            justify-content: flex-end;flex-direction: row;
        }
        .ms_flex {
            display: flex;
            
            flex-wrap: nowrap;align-items: stretch;
        }
 .columnthreeDiv {    width: 32%;       float: right;
    margin: 1% 0.5%;
    padding: 40px 20px 35px;
    direction: rtl;
    line-height: 30px;}
 .columntwoDiv {    width: 49%;
   
    float: right;
    margin: 1% 0.5%;
    padding: 40px 20px 35px;
    direction: rtl;
    line-height: 30px;}
 .columnoneDiv {     width: 99%;
   
    float: right;
    margin: 1% 0.5%;
    padding: 40px 20px 35px;
    direction: rtl;
    line-height: 30px;}
 .ms_shadow {
            box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.13);
        }
 .text-center{
     text-align:center;
 }
@media only screen and (max-width: 790px) {
    .columnthreeDiv, .columntwoDiv, .columnoneDiv{
        width:99%;
    }
    .ms_flex {
   
    flex-direction: column;
   
}
}
 @media only screen and (max-width: 790px) {
    .columnthreeDiv, .columntwoDiv, .columnoneDiv{
        width:99%;
    }
    .ms_flex {
   
    flex-direction: column;
   
}
}
 /***************************Editor Style End******************************/
 .ti-tp {
    text-align: center;
    margin-bottom: 5px;
    padding-top: 25px;
    position: relative;
}
 .ti-tp h3, .ti-tp h1 {
    text-align: center;
    font-size: 23px;
    color: #000;
    font-weight: bold;
}
.title-circle {
    display: block;
    transform: rotate(45deg);
    margin-bottom: 10px;
}
.title-circle:after, .title-circle:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #ffae00;
    border-radius: 100px;
    display: inline-block;
    animation: move3 infinite 5s 0.3s;
}
.title-circle:before {
    transform: scale(.55);
    margin-left: 1px;
    animation: move2 infinite 4s;
}
@keyframes move2 {
    50% {
        transform: scale(.3)
    }

    100% {
        transform: scale(.55)
    }
}
@keyframes move3 {
    50% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1)
    }
}
 .Aspect_Ratio_16_9
 { 
     background-color: #fff;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
 }
 .Aspect_Ratio_16_9 img {
margin: 0px auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
  .Aspect_Ratio_1_1
 { 
     background-color: #fff;
  position: relative;
  width: 100%;
  padding-top: 100%;
 }
 .Aspect_Ratio_1_1 img {
margin: 0px auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
   .Aspect_Ratio_4_3
 { 
     background-color: #fff;
  position: relative;
  width: 100%;
  padding-top: 75%;
 }
 .Aspect_Ratio_4_3 img {
margin: 0px auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
    .Aspect_Ratio_3_2
 { 
     background-color: #fff;
  position: relative;
  width: 100%;
  padding-top: 66.66%;
 }
 .Aspect_Ratio_3_2 img {
margin: 0px auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
 .Aspect_Ratio_8_2
 { 
     background-color: #fff;
  position: relative;
  width: 100%;
  padding-top: 81%;
 }
 .Aspect_Ratio_8_2 img {
margin: 0px auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
 .object-fit-cover{
     object-fit:cover !important;
 }
 .border-radius11{
     border-radius: 11px !important;
 }
  .border-radius11top{
     border-radius: 11px 11px 0px 0px !important;
 }
 .background-color-none{
     background-color:none !important;
 }
#ms-content_table > div {
     width: 100%;
    margin-bottom: 25px;
    border-right: 3px solid #4F005D;
    padding: 14px 35px;
    background-color: #4f005d12;
    direction: rtl;
    position: relative;
    line-height: 34px;
    margin-top: 11px;
}
#ms-content_table > div:before {
  /*  position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #ccc;
    position: absolute;
    z-index: -1;
    content: "";
    top: -19px;
    border-radius: 30px;
    border-top-left-radius: 55px;
    left: 18px;*/
}
#ms-content_table ol, #ms-content_table ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
}#ms-content_table li {
    font-size: 16px;
    list-style: none;
    color: #000;
    text-align: justify;
    font-weight: bold;
}#ms-content_table li a{
       color: #000;
 }
 .container-dv {
    max-width: 90%;
    margin: 0 auto;
    padding: 14px 0 10px 0;
    position: relative;
}
 .p99 {
    color: #000000;
    text-align: justify;
    direction: rtl;
    padding: 0px 15px;
    line-height: 43px;
    font-size: 18px;
/*    -webkit-box-shadow: 0 5px 10px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 5px 10px 0 rgb(50 50 50 / 16%);
    background: #fff;
    border-radius: 15px;
    padding: 20px;*/
}
 .p99 h2, .p99 h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0px;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 23px;
    background-color: #ffffffa3;
    border-radius: 15px;
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><circle cx="5" cy="5" r="5" fill="%23EDEDED"></circle><circle cx="5" cy="5" r="2" fill="%23f15932"></circle></svg>');
    margin-bottom: 15px;
    margin-top: 15px;
    color: #49307c;
}
 .p99 h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
 #summary .collapsed {
    display: block;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    padding: 5px 0;
    position:relative;
    bottom:10px;
    width: 100%;
    font-weight: bold;
    z-index: 888;
    left: 0;
    text-align: right;
    color: #000;
    padding: 9px 15px;
}
#summary .collapse:not(.show) {
    height:220px !important;
    overflow: hidden;
    display:block;

}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ مطالب بیشتر';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}
/*************CateGory Style Start***************/
.panel-nd-md {
    position: relative;
    background: rgb(238 239 241 / 34%);
}
.btm-nd {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.position-relative {
    position: relative;
}
.error-img {
    width: 275px;
    height: 275px;
}

.error-img .bg {
       position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0px 6px 11px 4px rgb(79 79 79 / 12%);
}

.error-img .bg-1 {
    transform: translate(-50%, -50%) rotateZ(30deg);
}

.error-img .bg-2 {
    transform: translate(-50%, -50%) rotateZ(-30deg);
}
.bg-3 h4{
    font-size: 12px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg-3 img{
    border-radius: 18px;
}
/*************CateGory Style End***************/

.ti-nd{
    text-align: right;
    color: #5c5d60;
     font-size: 23px;
    font-weight: bold;
    margin-bottom: 16px;
}.ti-nd span {
 display: inline-block;
    border-top: 1px dashed #777777;
    position: relative;
    top: 21px;
    padding: 8px 0;
    color: #979797;
    min-width: 84px;
}.title-ms {
     text-align: center;
  
    direction: rtl;
    margin: 5px auto;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0px;
    color: #333;
}.title-ms h3, .title-ms h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}.title-ms h3 span, .title-ms h1 span {
    display: inline-block;
    position: relative;
    top: 18px;
    border-top: 1px solid #777777;
    padding: 7px 20px;
    color: #777777;
}
.msfa {
    float: right;
    margin-top: 12px;
    margin-right: 5px;
    z-index: 999999;
}

.msen {
    float: right;
    margin-right: 49px;
    z-index: 999999;
    margin-top: 13px;
}

.img-bx-ms {
            position: relative;
            width: 257px;
            margin: 3px;
            height: 257px;
            direction: rtl;
            float: right;
        }
            .img-bx:before {
                content: "";
                position: absolute;
                width: 257px;
                height: 257px;
                top: 7px;
                right: 0;
                background-image: url(/frontPage/images/bc2.png);
                background-size: 100% 100%;
                z-index: -1;
                left: 0px;
            }
        .effect-sadie {
            padding-top: 30px;
        }
       
        .effect-sadie img {
            display: block;
            margin: 0 auto 7px auto !important;
            padding: 5px;
            width: 160px;
        }
        .ti-mg {
            color: #046cc0;
            text-align: center;
            font-size: 20px;
            padding-bottom: 13px;
            font-weight: bold;
        }
.ti-mg h4{   font-size: 16px;
}
.ms-baner {
height: 220px;
    overflow: hidden;
    background: rgb(0 0 0 / 0%);
    background-size: 100%;
    position: relative;
    width: 100%;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: top center;
}/*.ms-baner:before {
     z-index: 9;
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 118px;
    background: #ffffff;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 114%, 180% 0, 100% 112%, 0 53%);
}*/
.ms-p-search {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 2px;
}.ms-p-search a {
    color: #000;
}
 .btn-ft{
     background: #041b78;
    padding: 6px 16px;
    color: #fff;
    border: 1px solid #041b78;
    border-radius: 3px;
 }
         /**********************************************************************************
*********************************Rate[start]***************************************
***********************************************************************************/


        div.rating-cancel, div.star-rating {
            float: left;
            width: 17px;
            height: 15px;
            text-indent: -999em;
            cursor: pointer;
            display: block;
            background: transparent;
            overflow: hidden;
            margin-top: 3px;
        }

            div.rating-cancel, div.rating-cancel a {
                background: url(delete.gif) no-repeat 0 -16px;
            }

            div.star-rating, div.star-rating a {
                background: url(/css/img/star.gif) no-repeat 0 0px;
            }

                div.rating-cancel a, div.star-rating a {
                    display: block;
                    width: 16px;
                    height: 100%;
                    background-position: 0 0px;
                    border: 0;
                }

        div.star-rating-on a {
            background-position: 0 -16px !important;
        }

        div.star-rating-hover a {
            background-position: 0 -32px;
        }
        /* Read Only CSS */
        div.star-rating-readonly a {
            cursor: default !important;
        }
        /* Partial Star CSS */
        div.star-rating {
            background: transparent !important;
            overflow: hidden !important;
        }


        .ui-rater > span {
            vertical-align: top;
        }

        .ui-rater-rating {
            background: url('/css/img/giga-star.png') no-repeat;
            font-weight: bolder;
            height: 30px;
            width: 35px;
            display: block;
            background-size: 100% 100%;
            padding-top: 7px;
            /*padding-right: 12px;*/
            font-size: 12px;
            color: #000;
            text-align: center;
        }

        .ms_raterStar {
            float: left;
            width: 42px;
            margin-top: -13px;
        }

        .ms_Sstars {
            float: left;
          
        }
     

        /**********************************************************************************
*********************************Rate[end]*****************************************
***********************************************************************************/
           #cookieConsent{
    position: fixed;
    bottom: 0px;
    z-index: 9999999999999999;
    width: 100%;
    background: #fff;
    left: 0px;
    margin-bottom: 0px;
    opacity: 1;
        }
           
 .wa__btn_popup {
    position: fixed;
    left: 30px;
    bottom: 30px;
    cursor: pointer;
 
    z-index: 999999999;
}
            .wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    left: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 12px 7px 0;
    margin-left: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;text-align:center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
            .wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
            .wa__btn_popup .wa__btn_popup_icon {
    background: #2db742;
}
            .wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(/frontPage/images/whatsapp_logo.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}.wa__btn_popup .wa__btn_popup_icon:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(/frontPage/images/x_icon.svg) center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(
360deg);
    -webkit-transform: scale(0) rotate(
360deg);
    -moz-transform: scale(0) rotate(360deg);
}
 .wa__btn_popup.wa__active .wa__btn_popup_txt {
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(
-360deg);
    -webkit-transform: scale(0) rotate(
-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
 .wa__btn_popup.wa__active .wa__btn_popup_icon:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(
0deg);
    -webkit-transform: scale(1) rotate(
0deg);
    -moz-transform: scale(1) rotate(0deg);
}
 
 
 .wa__popup_chat_box {
    
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 10px 10px 4px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    left: 25px;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
        /*opacity: 1;
    visibility: visible;*/

    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
 .wa__popup_chat_box .wa__popup_heading {
    position: relative;
    padding: 15px 74px 17px 43px;
    color: #d9ebc6;text-align:right;
    background: #2db742;
}
 .wa__popup_chat_box .wa__popup_heading {
    background: #2db742;
}
 .wa__popup_chat_box .wa__popup_heading:before {
    content: '';
    background: url(/frontPage/images/whatsapp_logo.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    right: 12px;
}
 .wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    padding-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}
 .wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    color: #fff;
}
 .wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
 .wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    color: #fff;
    opacity: 0.8;
}
 .wa__popup_chat_box .wa__popup_content {
    background: #ffffff;
    padding: 13px 19px 21px 20px;
    text-align: center;
}
 .wa__popup_chat_box .wa__popup_content_left {
    text-align: right;
}
 .wa__popup_chat_box .wa__popup_notice {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
 .wa__popup_content_list .wa__popup_content_item {
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
 .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}

 .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
 .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
 .wa__stt_online {
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
 .wa__popup_chat_box .wa__stt {
    padding: 13px 74px 12px 40px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-right: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 4px 2px 4px 2px;
    -webkit-border-radius: 4px 2px 4px 2px;
    -moz-border-radius: 4px 2px 4px 2px;
}
 .wa__popup_chat_box .wa__stt {
    border-left: 2px solid #2db742;
}
 .wa__popup_chat_box .wa__stt.wa__stt_online {
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
 .wa__stt_online:before {
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
 .wa__popup_chat_box .wa__stt:after {
    content: '';
    background: url(/frontPage/images/whatsapp_logo_green.svg) 100% 0 no-repeat;
    position: absolute;
    left: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
 .wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    right: 12px;
    top: 12px;
}
 .wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
 .wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
 .wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
  .wa__popup_chat_box.wa__active .wa__popup_content_list .wa__popup_content_item {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
 .wa__popup_chat_box.wa__active {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
      .ms_breadCrumbs{
               display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    direction: rtl;
   
    align-items: center;
    margin-top: 10px;
    width: 100%;
        }

.ms_breadCrumbs li{    padding: 0px 14px 0px 5px;
    font-size: 11px;
    position: relative;
}
        .ms_breadCrumbs li:after {
              content: "\f100";
    position: absolute;
    width: 13px;
    height: 21px;
    right: 0px;
    font-family: 'FontAwesome';
    color: #dcdcdc;
    font-size: 12px;
    bottom: 15px;
    line-height: 27px;
    font-weight: normal;
    display: ruby-text;
        }
    .ms_breadCrumbs li:first-child:after {
            content: "\f015";
    line-height: 22px;
    color: #fff;
    }
.ms_breadCrumbs li a{color: #fff;
}
.color_black .ms_breadCrumbs li a {
    color: #000;    display: ruby-text;
}.color_black .ms_breadCrumbs li a, .ms_breadCrumbs li:first-child:after {
    color: #000;
}
 .justify-content ul, .justify-content {
    justify-content: center !important;
}
.justify-content ul,.justify-content{
    justify-content:center !important
}

ul.tsc_pagination {
    margin: 4px 0;
    padding: 0px;
    overflow: hidden;
    font-size: 12px;
    list-style-type: none;
    direction: ltr;
    width: 100%;
}ul.tsc_pagination li {
    float: left;
    margin: 1px 0px;
    padding: 0px;
    width: 35px !important;
    height: 36px;
    clear: none;
}ul.tsc_pagination li:first-child {
    margin-left: 0px;
}ul.tsc_paginationB10 li a {
    background: #ffffff;
    color: #666666;
    padding: 0;
    display: inline-block;
    border: 2px solid #e9e9e9;
    height: 32px;
    width: 32px;
    line-height: 31px;
    text-align: center;
    -webkit-box-shadow: inset 0 0 6px 2px #ffffff;
    box-shadow: inset 0 0 6px 2px #ffffff;
    border-radius: 50%;
}ul.tsc_paginationB10 li a:hover, ul.tsc_paginationB10 li a.current {
    background: #ffffff;
    color: #666666;
    padding: 0;
    display: inline-block;
    border-bottom: 2px solid #7f0196;
    height: 32px;
    width: 32px;
    text-align: center;
    -webkit-box-shadow: inset 0 0 6px 2px #ffffff;
    box-shadow: inset 0 0 6px 2px #ffffff;
    border-radius: 50%;
}
  .ms_capcha_frm2{
     display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
 }
 .ms_refresh{
     position: absolute;
    left: 7px;
    width: 20px;
    top: 6px;
    cursor: pointer;
 }
  .ti-awd {
      text-align: justify;
    direction: rtl;
    color: #000;
    font-size: 29px;
    line-height: 49px;
    padding-right: 54px;
    padding-top: 13px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
 .ti-awd:before {
    position: absolute;
    content: "";
    background-color: #7e0095;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    z-index: -1;
    top: 19px;
    right: 9px;
}
 .ti-awd:after {
    position: absolute;
    content: "";
    background-color: #7e0095;
    width: 15px;
    height: 15px;
    border-radius: 6px;
    z-index: -1;
    top: 5px;
    right: -9px;
}
 .ti1{
     text-align: center;
    font-size: 23px;
    color: #000;
    font-weight: bold;
 }
 .mg-left {
    position: relative;    margin-bottom: 45px;
}
 .mg-left:before {
    position: absolute;
    top: -20px;
    left: 15px;
    width: 250px;
    height: 250px;
    background-color: #7e009524;
    content: "";
    border-radius: 25px;
    z-index: 0;
}
 #wrap{
    /* background:#fff;*/
 }
 .p-dt{
            direction: rtl;
    line-height: 49px;
    font-size: 19px;
 }
 .img-abt {
    border-radius: 20px;
    max-width: 79%;
    margin-left: 50px;position:relative;
}
 .exp-dv {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 19px 0px 54px 0px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    padding: 9px;
    position: absolute;
    right: 0;
    bottom: -20px;
    text-align: center;
    color: #000;
    line-height: 30px;
    z-index: 9;
    width: 133px;
    height: 110px;
}
 .exp-dv img {
  display: block;
    margin: 5px auto 5px auto;
    width: 40px;
}
 .p-rg-ms {
        font-size: 22px;
    padding: 6px 0 1px 0;
    text-align: center;
}
 .colpg_img {
   margin: 0px auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 5px 10px 0 rgb(50 50 50 / 16%);
    padding: 25px;
    border-radius: 25px 25px 0px 0px;
}.dt-pr {
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #fff;
    padding: 18px 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 5px 10px 0 rgb(50 50 50 / 16%);
    text-align: center;
    border-radius: 0px 0px 11px 11px;
    display: -webkit-box;
    margin-bottom: 13px;
}.dt-pr h3 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    direction: rtl;
    margin-bottom: 8px;
    float: right;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
}.dt-pr:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    background-color: #000;
    width: 2px;
    height: 24px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}.content-num {
    position: relative;
    overflow: hidden;
}.content-num span {
    font-size: 22px;
    line-height: 42px;
    height: 36px;
    font-weight: bold;
    color: #383838;
    text-align: center;
    margin-top: 25px;
    display: block;
}.col-pj:hover .content-num {
    -webkit-animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}.col-pj:hover .dt-pr:after {
    height: 30px;
    bottom: -30px;
}@-webkit-keyframes animate-in-to-top-content {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

@keyframes animate-in-to-top-content {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}
.card-bodyFAQ{
      text-align: right;
    direction: rtl;
    padding-bottom: 10px;
    line-height: 28px;
}
.right{
    float:right;
}
.about-bx{
    overflow:hidden;
}
.btn-link-acrd{
    width: 100%;
    text-align: right;
    padding: 15px 20px;
    font-size: 17px;
    border-radius: 11px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -1px 8px 0px #a2a2a282;
    box-shadow: 0px -1px 8px 0px #a2a2a282;
    margin-bottom: 15px;
}
.about-bx{
        padding: 45px 10px;
}
.p-5{
    padding:0px 5px;
}
.position-relative{
    position:relative;
}
.footer-line{
     position: relative;
    height: 50px;
}
.footer-line:after {
    z-index: 9;
    content: "";
    position: absolute;
    left: 0;
    top: -47px;
    width: 100%;
    height: 96px;
    background: #ffffff;
    clip-path: polygon(0 98%, 100% 0, 100% 98%, 0 0%);
}
.line1{
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}
.line2{
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}
.line3{
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}
.line4{
        display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}
.line5{
        display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}
.mt-45{
    margin-top:45px;
}
.m-b15{
    margin-bottom:15px;
}
.m-t45{
    margin-top:45px;
}
.titr-ms{
    color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
position:relative;
padding-right:16px;
float:right;
}
.titr-ms:before{
    position:absolute;
    width: 6px;
    height: 49px;
    content:"";
    top:0;
    right:0;
    border-radius: 10px;
background: #340098;
}
.titr-ms:after{
        position: absolute;
    background-image: url(/css/img/logo.png);
    width: 54px;
    height: 46px;
    content: "";
    background-size: 100% 100%;
    left: -60px;
    bottom: 5px;
}
.link-more-ms{
    color: #531DBB;
font-size: 16px;
display:block;
float:left;
font-weight:bold;
direction:rtl;
margin:10px 0;
    border-bottom: 1px solid #723dd759;
}
.link-more-ms:hover{
    color:#F15932;
}
.box_hover{
        position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 45px 10px;
    height: 40%;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
}
.dv-ce{
    border-radius: 10px;
background: #676767;
padding:51px 55px 35px 55px;
position:relative;
overflow:hidden;
}
.dv-ce:after{
       background-image: url(/css/img/ghj.png);
    position: absolute;
    width: 400px;
    height: 200px;
    top: -98px;
    right: 0;
    background-size: 100% 100%;
    content: "";
}

.svg-sd{
    position:absolute;
    top:0;
    right:0;
    width:400px;
}
.row-ms {
    padding: 80px 0 0 0;
    background: #f1f1f1;
}
 .right-nd{
     float:right;
 }.container-dv ,.dv-container{
    max-width: 90%;
    margin: 0 auto;
    padding: 14px 0 10px 0;
    position: relative;
}
  .close-btn {
  position: absolute;
  background-color: transparent;
  right: -49px;
  border:none;
  top: -10px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}

.close-btn:hover {
  opacity: 1;
}

.close-btn:before,
.close-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #ffffff;
}

.close-btn:before {
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);
}
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 10px 10px 10px 10px #000;
  z-index: 99999;
}
.h_iframe-aparat_embed_frame iframe{
    border:none!important;
    outline:none!important;
}
.popup-bg {
  background:rgba(3, 10, 21, 0.84);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.popup-content {
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 800px;
  height: auto;
}

.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}
.sd-mg {
    position: absolute;
    top: -50px;
    right: -70px;
    z-index: -1;
}
.check-ul {

    margin-top: 15px;
}
.check-ul li{
        float: right;
    width: 100%;list-style:none;
    margin-bottom: 10px;
}

.check-row {
        text-align: right;
    position: relative;
    padding-right: 40px;

}.check-row:last-child {
    border: none;
}
 .ms_span_check{
       float: right;
    margin-right: 30px;
    color: rgba(0, 0, 0, 0.40);
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    padding-left: 40px;
 }
 .hidden {
    display: none;
}
  .visibility {
    display: none;
}
 .check-label {
    cursor: pointer;
    display: inline-block;
    -webkit-perspective: 0;
    perspective: 0;
    -webkit-perspective-origin: center center;
    perspective-origin: center center;
    font-size: 12px;    float: right;
    direction: rtl;
}.check-box {
    display: inline-block;
    vertical-align: middle;
    right: 0px;
    top: -1px;
    width: 10.5em;
    position: absolute;
    height: 1.5em;
    transition: all 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.check-off, .check-on {
    display: inline-block;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 0px;
    font-weight: 300;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: none;
}
.check-off {
    color: #d3dbdd;
}.check-on {
    -webkit-transform: rotateX( -90deg) translateZ(0.5em);
    transform: rotateX( -90deg) translateZ(0.5em);
  
    color: #c659dd;
}[type=checkbox]:checked + .check-label .check-box .check-on,[type=radio]:checked + .check-label .check-box .check-on {
    -webkit-transform: rotateX(0deg) translateZ(0em);
    transform: rotateX(0deg) translateZ(0em);
}.ms_row_rate {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
 .star-bl span{
   display: inline-block;
    color: #1e1d1b;
    content:url("data:image/svg+xml,<svg viewBox='0 0 32 30' fill='none' xmlns='http://www.w3.org/2000/svg' class='sc-26a1d0d0-0 sc-2e9ead5d-0 uakja aEbMl'><mask id='new-star_svg__a' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='30' style='mask-type: alpha;'><path fill-rule='evenodd' clip-rule='evenodd' d='M17.84 1.962l3.046 6.084a2.047 2.047 0 001.543 1.108l6.813.98c1.684.243 2.354 2.284 1.135 3.452l-4.927 4.735a2.005 2.005 0 00-.59 1.792l1.163 6.683c.286 1.654-1.473 2.915-2.978 2.133l-6.09-3.158a2.08 2.08 0 00-1.91 0l-6.09 3.158c-1.505.782-3.264-.48-2.976-2.133l1.16-6.683a2.005 2.005 0 00-.59-1.792l-4.926-4.735c-1.218-1.168-.549-3.209 1.135-3.452l6.813-.98a2.05 2.05 0 001.545-1.108l3.044-6.084c.753-1.505 2.927-1.505 3.68 0z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'></path></mask><g mask='url(%23new-star_svg__a)'><path clip-rule='evenodd' d='M17.84 1.962l3.046 6.084a2.047 2.047 0 001.543 1.108l6.813.98c1.684.243 2.354 2.284 1.135 3.452l-4.927 4.735a2.005 2.005 0 00-.59 1.792l1.163 6.683c.286 1.654-1.473 2.915-2.978 2.133l-6.09-3.158a2.08 2.08 0 00-1.91 0l-6.09 3.158c-1.505.782-3.264-.48-2.976-2.133l1.16-6.683a2.005 2.005 0 00-.59-1.792l-4.926-4.735c-1.218-1.168-.549-3.209 1.135-3.452l6.813-.98a2.05 2.05 0 001.545-1.108l3.044-6.084c.753-1.505 2.927-1.505 3.68 0z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'></path></g></svg>");
   width: 14px;
    margin: 0px 2px;
}
.star-bl span.ms_star_check{
      color: #8b5cf6;
    content:url("data:image/svg+xml, %3Csvg viewBox='0 0 32 30' fill='black' xmlns='http://www.w3.org/2000/svg' class='sc-26a1d0d0-0 sc-2e9ead5d-0 uakja aEbMl'%3E%3Cmask id='new-star_svg__a' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='30' style='mask-type: alpha;'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.84 1.962l3.046 6.084a2.047 2.047 0 001.543 1.108l6.813.98c1.684.243 2.354 2.284 1.135 3.452l-4.927 4.735a2.005 2.005 0 00-.59 1.792l1.163 6.683c.286 1.654-1.473 2.915-2.978 2.133l-6.09-3.158a2.08 2.08 0 00-1.91 0l-6.09 3.158c-1.505.782-3.264-.48-2.976-2.133l1.16-6.683a2.005 2.005 0 00-.59-1.792l-4.926-4.735c-1.218-1.168-.549-3.209 1.135-3.452l6.813-.98a2.05 2.05 0 001.545-1.108l3.044-6.084c.753-1.505 2.927-1.505 3.68 0z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/mask%3E%3Cg mask='url(%23new-star_svg__a)'%3E%3Cpath clip-rule='evenodd' d='M17.84 1.962l3.046 6.084a2.047 2.047 0 001.543 1.108l6.813.98c1.684.243 2.354 2.284 1.135 3.452l-4.927 4.735a2.005 2.005 0 00-.59 1.792l1.163 6.683c.286 1.654-1.473 2.915-2.978 2.133l-6.09-3.158a2.08 2.08 0 00-1.91 0l-6.09 3.158c-1.505.782-3.264-.48-2.976-2.133l1.16-6.683a2.005 2.005 0 00-.59-1.792l-4.926-4.735c-1.218-1.168-.549-3.209 1.135-3.452l6.813-.98a2.05 2.05 0 001.545-1.108l3.044-6.084c.753-1.505 2.927-1.505 3.68 0z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
   
}
#DoctorsList{
       display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: flex-start;
}
.mb-30{
    margin-bottom:30px;
}
.pb-50{
     padding-bottom:50px;
 }
.rtl{
    direction:rtl;
}
.ms-offrce{
    text-decoration: line-through;
}
.empty-order-mg{
 margin: 70px auto;
    display: block;
    max-width: 400px;
    width: 90%;
}
.empty-order-tx{
    color:#000;
    font-size:14px;
    padding-bottom:70px;
    text-align:center;
}
.empty-order-tx li{
        color: #7e0095 !important;
    font-weight: bold;
    font-size: 18px;
}
 .ms_time input[type="checkbox"] {
            opacity: 0.00000001;
           
            width: 100%;
  
    position: absolute;
    left: 0;
    height: 92%;
    top: 0px;
            }

        .ms_time label {
                position: relative;
            }

            .ms_time label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                transition: transform 0.28s ease;
                border-radius: 11px;
                z-index: 9;
                }

            .ms_time label:after {
               content: '';
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    top: -1px;
    right: -36px;
    background: #c004e1;
    border-radius: 24px;
    opacity: 0;
    z-index: -1;
                }
            .ms_time input[type="checkbox"]:checked ~ label {
                color: #c004e1;
            }
        .ms_time input[type="checkbox"]:checked ~ label::before {
                color: #fff;
            }

        .ms_time input[type="checkbox"]:checked ~ label::after {
            opacity: 1;
            }

        .ms_time label {
            
            
            cursor: pointer;
            margin-bottom: 0px;

           /* display: block;
            height: 43px;
            width: 100%;
            padding: 15px 5px;*/
            }

            .ms_time label span {
              /*  position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0px;
                right: 0px;
                z-index: 99;*/
                }

        .ms_time input[type="checkbox"]:focus + label::before {
                outline: 0;
            }
        .ms_span_num{
                color: #c004e1;
    font-size: 29px;
    font-weight: bold;
    padding: 0px 7px;
    line-height: 12px;
        }
        .mb-6{
            margin-bottom:6px;
        }

  /*************************User Login Master*********************************/
.left-nd {
    float:left;
}
#loginContainer2 {
    position:relative;
   float:left;
}

#loginButton2 { 
        color: #000;
    cursor:pointer;
}#loginButton2.active  { 
         color: #fff ;
}
#loginButton2 span{
    position:relative;

}
/*#loginButton2 span:before { 
        font-family: 'Linearicons-Free';
content: "\e82a";
right:0;
top:2px;
position:relative;
font-size:18px;
}*/

#loginButton2:hover {
      color: #fff;
}
#loginBox2 {
    position: absolute;
    top: 70px;
    left: 3px;
    display: none;
    direction: rtl;
    z-index: 9999;
}
  
/*#loginButton2.active {
   
    color:#0d6c8e;
}*/

#loginButton2.active span {
    background-position:53px -76px;
}

#loginButton2.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

#loginForm2 {
    width: 200px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
    background: #fff;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-top:-1px;
    
}
#loginForm2 a {
   font-size: 12px;
    color:#515151;    text-align: right;
}#loginForm2 a:hover {
  color: #8a2ce0;
}
.dt-profile h3 {
       font-size: 11px;
    color: #515151;
    padding-bottom: 5px;
}
.dt-profile p {
     font-size: 11px;
    padding-top: 0px;
    color: #8a2ce0;
}
#loginForm2 fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm2 #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm2 #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm2 input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm2 #login {
    width:auto;
    float:left;
    background:#339cdf url(images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm2 span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm2 span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}
.row-login {
    padding: 13px 15px;
    display: block;
    position: relative;
}.row-login img {
    width: 30px;
    height: 30px;
    float: right;
}.dt-profile {
    width: 120px;font-size: 11px;
    float: right;
    padding-right: 10px;    margin-top: 11px;
}.row-login:after {
    border-bottom: 1px solid #f0f0f1;
    content: "";
    width: 85%;
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
}.rw-link {
    font-size: 12px;
}.rw-link i {
    font-weight: bold;
    font-size: 13px!important;
}
 .title-ms-profile {
    position: absolute;
    left: 7%;
    margin: 0px auto;
    bottom: 5%;
}.title-profile {
    color: white;
    padding: 15px 0px;
    line-height: 32px;
    text-align: right;
    direction: rtl;
    font-size: 30px;
    font-weight: bold;
}.dr-profile-info {
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    direction: rtl;
}
/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@media only screen and (max-width: 990px) {

    .ms-baner {
    height: auto;
        overflow: unset;
        margin-top: 90px;
        background: none !important;

}.ms-baner:before {

    bottom: 0px;

    height: 0;

    clip-path: none;
}
   #side {
    width: 92%;
    padding-left:0px !important;
    margin: 0px 4%;order: 2;
}#main {

    padding-left: 0;
    width: 92%;
    margin: 0px 4%;
}
}

@media only screen and (max-width: 768px) {
    .title-ms {
   
    bottom: 14%;
    right: 3%;
   
}
    .title-ms h3, .title-ms h1 {
    font-size: 21px;
   
}
    .exp-dv {
           padding: 5px;
        line-height: 29px;
        width: 127px;
        height: 90px;
}.exp-dv img {
   
    margin: 5px auto 0px auto;
    width: 39px;
}.p-rg {
    font-size: 22px;
    padding: 6px 0 0px 0;
}  .ms_breadCrumbs{

      overflow: scroll;
         scrollbar-width: thin;
        scrollbar-color: #aab7cf transparent;
        }
   .video {
    width: 100%;
    min-height: 300px;
  }
  .popup-content {
    width: 100%;
    min-width: auto;
  }
  .close-btn {
    right: 5px;
    top: -48px;
  }

}
@media only screen and (max-width: 568px) {
    .title-ms {
           position: relative !important;
    bottom: 21%;
  
}
.p-dt {

    line-height: 40px;
    padding: 0px 25px;
}
 
}