@font-face{
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../mmPanel/fonts/IRANSansWeb.ttf') ;
}
*{
    font-family: 'Ubuntu', iransans, yekan, Tahoma;
}
html, body{
    direction: rtl;
    position: relative;
    height: 100%;
    margin: 0;
    font-size: 13px;
}
img{
    vertical-align: middle;
}
/* Swiper--------------------------------------------------------------------*/
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
/* Steps---------------------------------------------------------------------*/
#sstep2{
    position: relative;
    padding: 80px;
}
#sstep3{
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #f2f2f2;
}
/* Head Place----------------------------------------------------------------*/
#headManu{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    line-height: 60px;
    padding: 15px 50px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    z-index: 2000;
    transition: all .5s;
}
.iconPlace img{
    height: 60px;
    margin-left: 10px;
    transition: all .5s;
}
.iconPlace span{
    display: inline-block;
    vertical-align: middle;
}
.mainMenuPlace ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainMenuPlace ul li{
    display: inline-block;
    margin-left: 60px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    /*transition: all .2s;*/
}
.mainMenuPlace ul li:hover{
    border-bottom-color: #fff;
}
#headManu.headSmaller{
    font-size: 13px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.8);
}
#headManu.headSmaller .iconPlace img{
    height: 35px;
}
#headManu.headSmaller .mainMenuPlace ul li{
    margin-left: 35px;
}
.headMainLine{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 30px 12.5%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.headMainLine .logosPlace img{
    max-width: 180px;
    width: 30%;
}
.headLinks{
    width: 25%;
    min-width: 240px;
    padding-top: 20px;
    font-size: 0;
}
.headLinks a{
    display: inline-block;
    width: 49%;
    height: 50px;
    box-sizing: border-box;
    text-decoration: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
}
.headLinks a:first-child{
    width: 100%;
    margin-bottom: 5px;
    background: #fc0;
    border: none;
    color: #055098;
    font-size: 20px;
}
#headMobileManu{
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 2001;
}
#headMobileManu .headMobileToggler{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
}
/*---------------------------------------------------------------------------*/
.featureSwiper .swiper-slide{
    width: 330px;
    height: 330px;
    padding: 40px;
    box-sizing: border-box;
    background: #ebf4f8;
    border: 1px solid #1e7fdd;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    cursor: default;
    transition: all 0.3s;
}
.featureSwiper .swiper-slide span{
    display: inline-block;
    width: 110px;
    height: 110px;
    max-width: 90%;
    margin-bottom: 50px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
}
.featureSwiper .swiper-slide p{
    margin: 0;
    text-align: center;
    color: #055098;
}
.featureSwiper .swiper-slide:hover{
    background: #fff;
}
.featureSwiper .swiper-slide:hover p{
    color: #333;
}
/* Video Step----------------------------------------------------------------*/
.optionsTextPlace{
    width: 50%;
    padding: 20px 6% 40px 0;
    box-sizing: border-box;
    text-align: right;
}
.optionsTextPlace h2{
    color: #055098;
    font-size: 35px;
}
.optionsTextPlace h2 span{
    white-space: nowrap;
}
.optionsTextPlace ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
}
.optionsTextPlace ul li{
    padding: 5px 0;
    color: #9d9d9d;
    cursor: pointer;
}
.optionsTextPlace ul li span{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    background: #d1d1d1;
    border-radius: 50%;
    vertical-align: middle;
}
.videoPlayerPlace{
    width: 50%;
    background: #4d6e8c;
}
/*---------------------------------------------------------------------------*/
#sstep4{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 50px 10% 40px;
    background: #fc0;
}
.promoText p{
    font-size: 35px;
    margin: 0;
    color: #055098;
}
.promoText p span{
    color: #f00;
}
.promoButs p{
    margin: 0;
}
.promoButs p a{
    display: inline-block;
    min-width: 360px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 26px;
    text-align: center;
    white-space: nowrap;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}
.promoButs p:first-child a{
    background: #fff;
    color: #1e7fdd;
}
.helpStep .helpStepTitle{
    padding: 50px 0 100px;
    background: #fff;
    text-align: center;
}
.helpStep .helpStepTitle h2{
    margin: 0;
    color: #055098;
    font-size: 35px;
}
.helpStepDataPlace{
    padding: 10px 0 80px;
    background: #1e7fdd;
}
.helpStepDataPlace .downsideTabs{
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -50px;
    width: 75%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #1e7fdd;
    border-radius: 5px;
}
.helpStepDataPlace .downsideTabs span{
    display: inline-block;
    width: 20%;
    height: 60px;
    line-height: 55px;
    text-align: center;
    font-size: 25px;
    color: #9d9d9d;
    border-radius: 6px;
    cursor: pointer;
    transition: all .3s;
}
.helpStepDataPlace .downsideTabs span:hover{
    background: #eee;
}
.helpStepDataPlace .downsideTabs span.activeDownTab{
    background: #1e7fdd;
    color: #fff;
}
.helpSwiperPlace{
    position: relative;
    width: 65%;
    height: 300px;
    margin: 0 auto;
    overflow: hidden
}
.helpSwiper{
    position: absolute;
    top: -500px;
    left: 0;
    transition: all 0.5s;
}
.helpSwiper.activeHelpSwiper{
    position: absolute;
    top: 0;
    left: 0;
}
.helpSwiper .swiper-slide{
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #00265d;
    cursor: pointer;
    text-align: center;
}
.helpSwiper .swiper-slide span{
    display: inline-block;
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}
.helpSwiper .swiper-slide span img{
    width: 90px;
}
.helpSwiper .swiper-slide .playHelpIcon{
    position: absolute;
    top: 180px;
    left: 5%;
    width: 90%;
    height: 1px;
    background: #bdbdbd;
    text-align: center;
}
.helpSwiper .swiper-slide .playHelpIcon img{
    position: relative;
    top: -30px;
    width: 70px;
    border-radius: 50%;
    background: #fff;
}
.helpSwiper .swiper-slide span p{
    margin: 0;
}
.footerData{
    display: flex;
    justify-content: space-between;
}
/*---------------------------------------------------------------------------*/
@media (max-width: 1200px){
    .headMainLine{
        padding: 30px;
    }
    .promoText p{
        font-size: 25px;
    }
    .promoButs p a{
        font-size: 18px;
        width: initial;
        white-space: nowrap;
    }
}
@media (max-width: 1100px){
    #headManu{
        font-size: 13px;
        line-height: 35px;
    }
    #headManu .iconPlace img{
        height: 35px;
    }
    #headManu .mainMenuPlace ul li{
        margin-left: 35px;
    }
    #sstep4{
        padding: 30px 3%;
    }
    .helpStepDataPlace .downsideTabs span{
        font-size: 20px;
    }
}
@media (max-width: 800px){
    #sstep2{
        padding: 30px;
    }
    #headManu .iconPlace img{
        height: 25px !important;
    }
    #headManu .mainMenuPlace ul li{
        margin-left: 25px !important;
    }
    #headMobileManu{
        display: block;
    }
    .mainMenuPlace{
        position: absolute;
        top: -600px;
        left: 0;
        width: 100%;
        transition: all .4s;
    }
    .mainMenuPlace.activeMobileMenu{
        top: 65px;
    }
    #headManu .mainMenuPlace ul li{
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
        padding: 2px 20px;
    }
    .headLinks{
        min-width: 200px;
    }
    .headLinks a{
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    #sstep3{
        display: block;
    }
    .optionsTextPlace{
        width: 100%;
        padding: 20px;
    }
    .optionsTextPlace h2{
        text-align: center;
    }
    .videoPlayerPlace{
        width: 100%;
        min-height: 300px;
    }
    #sstep4{
        display: block;
        text-align: center;
    }
    .footerData{
        display: block;
        text-align: right;
    }
}
@media (max-width: 600px){
    .headMainLine{
        display: block;
        position: relative;
        bottom: 0;
        background: #4d6e8c;
    }
    .headLinks{
        width: 100%;
    }
    .headLinks a{
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .helpStepDataPlace .downsideTabs span{
        font-size: 15px;
        width: 25%;
    }
}
/* Lightbox Styles ---------------------------------------------------------*/
#lightBoxParent{
    direction: rtl;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}
#lightBoxParent #lightBoxBack{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
#lightBoxParent #lightBoxContentMar{
    position: relative;
    max-width: 95%;
    margin: 100px auto 0;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
    border-radius: 12px;
    /*opacity: 0;*/
    z-index: 101;
}
#lightBoxParent #lightBoxClose{
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 105;
}
#lightBoxParent #lightBoxContent{
    direction: rtl;
    position: relative;
    width: 900px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #efefef;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    z-index: 102;
}
#lightBoxParent #lightBoxContent2{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    overflow: hidden;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    z-index: 106;
}
#lightBoxParent #lightBoxContent{
    color: #000;
}