@font-face {
    font-family: 'ttgm';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ttgm.eot');
    src: url('../fonts/ttgm.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/ttgm.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/ttgm.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttgm.ttf') format('truetype');
}
input{
    font-family: 'ttgm';
}

body{
    margin:0px;
    padding: 0px;
    direction: rtl;
    font-family: 'ttgm';
}
a{
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.cnt{

    margin: 0px auto;
}
#menu_mobile{
    display: none;
}
#open_menu{
    background-image: url(../images_pc/mobile_menu.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    display: none;
    position: absolute;
    top: 25px;
    right: 30px;
    background-size: contain;
    cursor: pointer;

}
#close_menu{
    background-image: url(../images_pc/close.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 25px;
    left: 30px;
    cursor: pointer;
}
#open_menu_box{
    width: 80%;
    height: 100%;
    background: white;
    display: block;
    position: fixed;
    right: -85%;
    box-shadow:  -7px 0px 18px -10px rgb(91, 101, 241);
    z-index: 9999;
}
#open_menu_box ul{
    margin: 80px 20px 0px 20px;
    padding: 0px;
    list-style: none;
}
#open_menu_box ul li{
    height: 50px;
    width: 90%;
    line-height: 50px;
    padding: 0px 5%;
    border-bottom: 1px #eceaed solid;
}
#open_menu_box ul li a{
    color: #353743;
    display: inline;
    padding: 10px;
    border-radius: 5px;
}
#open_menu_box ul li a:hover{
    color:#fff;
    background: #5a7ef8;
}
#logo{
    float: right;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,249,255,1) 50%, rgba(248,249,255,1) 82%, rgba(255,255,255,0) 100%);
}
#header{
    box-shadow: 0 6px 7px -3px rgba(115, 124, 255, 0.2);
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.8) 78%, #ffffff 48%, #ffffff 20%, rgba(255, 255, 255, 0.1) 0%);
    height: 75px;
    width: 100%;
    border-radius: 23px;
    margin-top: 20px;
    position: relative;
}
#header nav{
    float: right;
    height: 35px;
    text-align: center;
    margin-top: 30px;
}
#header nav ul{
    margin:0px;
    padding: 0px;
}
#header nav ul li{
    list-style: none;
    display: inline-block;
}
#header nav ul li a.mkn-first{
    font-family: 'ttgm';
    font-size: 17px;
    font-weight: 500;
    padding: 4px;
    margin: 3px 10px;
    height: 30px;
    line-height: 30px;
    color: #7f85a4;
    cursor: pointer;
}
#header nav ul li:hover span{
    background-color: #ff808a; 
}
#header nav ul li span{
    background-color: #fff;

    height: 2px;
    display: block;
    margin-right: 14px;
    margin-left: 14px;
}
#header nav ul li a:hover{
    color: #2d3763;
}
#login{
    margin:0px;
    padding: 0px;
    height: 35px;
    padding-top: 30px;
    float: right;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,249,255,1) 18%, rgba(248,249,255,1) 50%, rgba(255,255,255,0) 100%);
}
#login li{
    list-style: none;
}
#login a{
    font-family: 'ttgm';
    font-size: 17px;
    font-weight: 500;
    padding: 4px;
    margin: 3px 10px;
    height: 30px;
    line-height: 30px;
    color: #7f85a4;
    background-image: url(../images_pc/login.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 28px;
}
#login a:hover{
    color: #2d3763;
}
.header_ads{
    margin-top: 10px;
}
.header_ads img{
    width: 100%;
}
.header_ads a{
    display: flex;
}
#about_front{
    background-image: url(../images_pc/dot.png);
    background-repeat: no-repeat;
    background-position: 96px top;
}
#about_front_right{
    float: right;
}
#about_front_right h1{
    color: #2d3763;
    font-size: 26px;
}
#about_front_right ul{
    color: #767b9a;
    margin: 35px 30px;
    padding: 10px;
}
#about_front_right ul li{
    font-size: 16px;
    height: 34px;
    line-height: 34px;
}

#about_front_right a{
    height: 46px;
    border-radius: 35px;
    box-shadow: 0 20px 25px 0 rgba(255, 128, 139, 0.25);
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 46px;
}
#about_front_right a:hover{
    background-image: linear-gradient(to left, #e85461 97%, #fb6e6a);
}
#about_front_left{
    float: right;
    width: 310px;
    padding-top: 24px;
    margin-right: 20px;
}
#about_front_left img{
    border-radius: 5px;
    box-shadow: 2px 5px 5px -1px rgba(115, 124, 255, 0.3);
}
.cnt_header{
    text-align: center;
    width: 80%;
    margin: 70px auto;
    
}
.cnt_header h2{
    color: #2d3763;
    font-size: 21px;
}
.cnt_header p{
    font-size: 15px;
    color: #7f85a4;
    margin: 20px 70px;
    line-height: 26px;
    margin-bottom: 40px;
}
.about_front_center{
    position: relative;
}
.about_front_center ul{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}
.about_front_center ul.first{
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,249,255,1) 10%, rgba(248,249,255,1) 30%, rgba(255,255,255,0) 100%);

}
.about_front_center ul.last{
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,249,255,1) 70%, rgba(248,249,255,1) 90%, rgba(255,255,255,0) 100%);

}
.about_front_center ul li{
    list-style: none;
    display: inline-block;
    margin: 20px;
    width: 180px;
    text-align: center;
}
.about_front_center ul li span{
    width: 124px;
    height: 124px;
    border-radius: 70px;
    display: block;
    line-height: 135px;
    box-shadow: 0 15px 20px 0 rgba(121, 129, 254, 0.2);
    border: solid 1px #767b9a59;
    background-color: #ffffff;
    margin: 0px auto;

}
.about_front_center ul li i{
    color:#7f85a4;
    font-size: 35px;
 /*
    transition: transform 1s;
    display: block;
 */
 -webkit-transition: all 0.7s ease;
 -moz-transition: all 0.7s ease;
 -o-transition: all 0.7s ease;
 transition: all 0.7s ease;
}
.about_front_center ul li span:hover i{
    color:#888ffe; 
    font-size:51px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    /*transform: rotate(360deg);*/
}
.about_front_center ul li label{
    font-size: 15px;
    text-align: center;
    height: 35px;
    display: grid;
    line-height: 20px;
    margin: 12px auto;
    color: #2d3763;
}
#about_front_center_more{
    color: #767b9a;
    font-size: 12px;
    float: left;
    cursor: pointer;
    position: absolute;
}
#about_front_center_more i{
    margin-right: 8px;
    color:#949aff
}
#about_front_center_more_open{
    margin: 20px 0px;
    display: none;
}
#about_front_center_more_open h3{
    color: #2d3763;
    font-size: 21px;
    text-align: center;
    margin: 20px auto 15px auto;
}
#about_front_center_close{
    text-align: center;
    margin: 0px;
    border-radius: 0px 0px 100px 100px;
    -moz-border-radius: 0px 0px 100px 100px;
    -webkit-border-radius: 0px 0px 100px 100px;
    border: 0px solid #000000;
    box-shadow: 0 3px 6px 0 rgba(115, 124, 255, 0.2);
    cursor: pointer;
    padding: 10px 0px;
    position: fixed;
    z-index: 9;
    top: 0px;
    width: 100%;
    background: linear-gradient(90deg, rgba(202,202,250) 0%, rgba(248,249,255,1) 15%, rgba(230,230,250) 50%, rgba(248,249,255,1) 85%, rgba(202,202,250) 100%);
    left: 0%;
    color:red;
    font-weight: bold;
}
/*
linear-gradient(90deg, rgb(202 202 202) 0%, rgba(248,249,255,1) 15%, rgba(255,255,255,1) 50%, rgba(248,249,255,1) 85%, rgba(255,255,255,1) 100%)
*/

#about_front_center_close i{
    color: #ff808b;
    font-size: 23px;
    margin-right: 7px;
    height: 20px;
    display: unset;
    line-height: 20px;
    margin-top: 0px;
    position: absolute;
    top: 9px;
}
#more_open_box1{
    width: 100%;
    display: table;
    padding: 50px 0px 20px 0px;
}
#more_open_box1_right{
    float: right;
    padding-top: 15px;
}
#more_open_box1_right h4{
    color:#767b9a
}
#more_open_box1_right p{
    margin: 20px 0px;
    text-align: justify;
}
#more_open_box1_right i,#about_front_center i{
    color: #ff928f;
    font-style: initial;
}
#more_open_box1_left{
    float: left;
    padding: 10px 25px;
}
#more_open_box3{
    margin-top: 75px;
}

#more_open_box2 ul,#more_open_box3 ul{
    margin: 1px 0px 20px 0px;
    padding: 0px;
    text-align: center;
    padding: 20px 0px;
}
#more_open_box2 ul{
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,249,255,1) 2%, rgba(248,249,255,1) 35%, rgba(255,255,255,0) 100%);
}
#more_open_box2 ul:last-child{
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,249,255,1) 65%, rgba(248,249,255,1) 98%, rgba(255,255,255,0) 100%);
}
#more_open_box2 li{
    list-style: none;
    display: inline-block;
    width: 200px;
    margin: 10px;
    text-align: center;
}
#more_open_box2 li span{
    margin: 16px 68px
}
#more_open_box2 li label{
    color:#2d3763
}
#more_open_box2 li span,#more_open_box3 li span{
    background-image:url('../images_pc/more_logo.png');
    width:64px;
    height:64px;
    display: block;
}
#more_open_box3 p{
    color:#767b9a;
    text-align: center;
    font-size: 15px;
}
#more_open_box3 li{
    list-style: none;
    display: inline-block;
    width: 44%;
    margin: 2%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 15px 0 rgba(89, 126, 247, 0.15);
    padding: 10px 0px;
}
#more_open_box3 li span{
    margin: 5px auto;
}
#more_open_box3 label{
    font-size:14px;
    color:#2d3763
}
#more_open_box4{
    display: table;
    margin-bottom: 45px;
    width: 100%;
    background-color: #f8fafe;
    border-radius: 0px 70px 70px 0px;
-moz-border-radius: 0px 70px 70px 0px;
-webkit-border-radius: 0px 70px 70px 0px;
padding: 35px 0px;
}
#more_open_box4 ul{
    float: right;
    padding: 20px 100px;
}
#more_open_box4 ul li{
    color:#2d3763;
    font-size:15px;
    line-height: 25px;
    margin: 5px;
    list-style: none;
}
#more_open_box4 ul li:before {
    content: "\2022";
    color: #ff808b;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -1em;
}
#more_open_box4 .cnt div{
    float: left;
    padding: 10px 25px;
}
#more_blue_bg{
    background: rgb(89,126,247);
    background: linear-gradient(90deg, rgb(250, 249, 255) 0%, rgb(220, 227, 255) 100%);
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
#more_blue_bg p{
    color: #2e4386;
    font-size:19px;
    text-align: center;
    margin: 20px auto;
    width: 70%;

}
#hand_shake{
    background-image: url(../images_pc/handshake.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    height: 275px;
    margin-left: 10%;
    float: right;
    margin-bottom:60px;
    margin-top:60px;
}
#hand_shake h2{
    color: #fff;
    margin: 50px 100px 0px 0px;
    position: relative;
}
#hand_shake h2 span{
    color: #ff928f;
    font-size: 39px;
    line-height: 10px;
    position: absolute;
    right: -28px;
    top: 5px;
}
#hand_shake p{
    color: #fff;
    float: right;
    margin: 30px 70px;
    width: 54%;
    font-size: 15px;
}
#front_adv_format{
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    /*background-image: linear-gradient(to bottom, #4d59e3, #597ef7);*/
}
#front_adv_format h2 {
    font-size: 21px;
    margin-top: 40px;
}
#front_adv_format ul{
    margin:65px 0px;
    padding: 0px;

}
#front_adv_format li{
    list-style: none;
    display: inline-block;
    margin: 10px;
    width: 260px;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow:0 2px 4px 0 rgba(0,0,0,.2);
    background-color: #e8e9fd;
    transition: transform .2s;
}
#front_adv_format li:hover{
    transform: scale(1.2);
}
#front_adv_format li a{
    cursor: pointer;
}
#front_adv_format li img{
    width: 260px;
    display: block;
    border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
#front_adv_format li img:hover{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; 
}

#front_adv_format li a.open_modal label{
    color: #121214;
    font-weight: bold;
    margin: 0px;
    float: right;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
}
#front_adv_format li a.open_modal{
    position: relative;
    margin: 0px;
}
#front_adv_format li a.open_modal label{
    display: table;
    width: 100%;
    height: 40px;
    line-height: 40px;
	font-weight: bold;
    color:#53565b;
    text-align: right;
    text-indent: 4px;

}
#front_adv_format li a.open_modal label span{
    float: left;
    background-color: #53565b;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    height: 20px;
    line-height: 20px;
    border-radius: 15px;
    margin: 7px;
	font-weight: normal;
}
#front_adv_format li a.open_modal span i{
    color: #09b4c8;
    font-size: 16px;
    float: left;
    margin: 2px 6px 0px 0px;
}
#front_adv_format li a.open_modal span.sspan {
    float: left;
    background-color: #53565b;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    height: 20px;
    line-height: 20px;
    border-radius: 15px;
    margin: 7px;
    font-weight: normal;
}

#plans_login{

}
#plans_login h2{
    color: #2d3763;
    font-size: 19px;
    margin: 25px 0px;
    position: relative;
}
#plans_login h2 span {
    color: #ff928f;
    font-size: 39px;
    line-height: 10px;
    position: absolute;
    right: -28px;
    top: 5px;
}
#plans_login_gr{
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,249,255,1) 2%, rgba(248,249,255,1) 35%, rgba(255,255,255,0) 100%);
}
#plans_login ul{
    margin: 10px;
    padding: 0px;
    text-align: left;
}
#plans_login li{
    list-style: none;
    display: inline-grid;
    width: 170px;
    text-align: center;
    margin: 0px;
    height: 90px;
}
#plans_login_gr li{
    height: 142px;
}
#plans_login li span{
    border: 1px #cfcedc solid;
    border-radius: 80px;
    width: 140px;
    height: 140px;
    display: block;
    margin: 0px auto;
}
#plans_login li span i{
    font-size: 36px;
    height: 140px;
    line-height: 156px;
    display: block;
    color: #6a65a0;
}
#plans_login li span:hover i{
    color:#888ffe; 
}
#plans_login label{
    font-size: 15px;
    padding: 0px 3px;
    color: #2d3763;
}
#plans_login label span{
    width: 100%;
    border: 0px;
    text-align: center;
    height: 26px;
    margin: 10px auto;
    color: #ff808b;
    display: block;
    font-size: 21px;
}
#plans_login p{
    text-align: center;
    margin: 60px auto;
    padding: 20px 0px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(248,249,255,1) 65%, rgba(248,249,255,1) 98%, rgba(255,255,255,0) 100%);
}
#plans_login a{
    width: 160px;
    height: 50px;
    border-radius: 35px;
    margin: 10px;
    display: inline-block;
    line-height: 50px;
    box-shadow: 0 20px 25px 0 rgba(255, 128, 139, 0.25);
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    color: #fff;
}
#plans_login a:hover{
    background-image: linear-gradient(to left, #e85461 97%, #fb6e6a);
}

#footer{
    background-image: linear-gradient(to top, #2d3763, #2d3763);
    width: 100%;
}
#footer .cnt{
    position: relative;
    padding-top: 120px;
}
#footer_box{
    padding: 0px;
    text-align: center;
    position: absolute;
    top: -65px;
}
#footer_box li{
    border-radius: 10px;
    list-style: none;
    display: grid;
    height: 140px;
    border-radius: 15px;
    box-shadow: 0 15px 30px 3px rgba(45, 55, 99, 0.30);
    background-color: #ffffff;
    position: relative;
    float: right;
}
#footer_box li span{
    width: 200px;
    display: inline-flex;
    margin: 10px 20px;
    height: 42px;
    line-height: 42px;
}
#footer_box li i{
    width: 90px;
    height: 2px;
    right: 20px;
    position: absolute;
    top: 0px;
}
#footer_box li img{
    width: 42px;
    height: 42px;
    margin-left: 10px;
}
#footer_box li a i{
    position: relative;
}

#footer_box label a{
    direction: ltr;
    text-align: center;
    display: table;
    margin: 0px;
    width: 100%;
    color:#767b9a;

}
#newsletter{
    width: 80%;
    margin: 10px 10%;
    padding: 0px;
}
#newsletter li{
    width: 45%;
    margin: 1% 6% 0px 0px;
    list-style: none;
    display: inline-grid;
    color: #fff;
    font-size: 13px;
}
#newsletter li:first-child{
    background-image: url(../images_pc/pin.png);
    background-repeat: no-repeat;
    background-position: right top;
}
#newsletter li:first-child p{
    margin: 1px 45px 0px 0px;
    line-height: 24px;
    border-bottom: 1px #58628e solid;
    padding-bottom: 5px;
}
#newsletter li:first-child p:last-child{
    margin: 4px 45px 0px 0px;
    line-height: 24px;
    border: 0px;
    padding-bottom: 5px;
    background-image: url(../images_pc/phone-call.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#newsletter li:first-child p:last-child a{
    display: block;
    margin-left: 63px;
    text-align: left;
    color:#fff;
}
#newsletter li:last-child{
    width: 34%;
    margin:1% 13% 3% 0;  
}
#newsletter li:last-child div{
    padding: 4px;
    background-color: #fff;
    border-radius: 8px;
    margin: 6px 0px;
    display: table;
    height: 36px;
}
#newsletter li:last-child label{
    margin: 20px 2px;
    display: inline-block;
}
#newsletter li:last-child div input{
    padding: 5px;
    border: 0px;
    height: 26px;
    display: inline-block;
    width: 200px;
}
#newsletter li:last-child div a{
    border-radius: 4px;
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    color: #fff;
    height: 36px;
    width: 60px;
    cursor: pointer;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size: 17px;
}


#newsletter li:last-child div a:hover{
    background-image: linear-gradient(to left, #e85461 97%, #fb6e6a);
}
#newsletter li:last-child div i{
    color: #767b9a;
    font-size: 17px;
    height: 26px;
    line-height: 40px;
    float: right;
    width: 20px;
    margin: 4px;
    text-align: center;
}
#copy_right{
    margin: 0px auto;
    padding: 12px 0px;
    font-size: 12px;
    color:#fff;
    width: 100%;
    text-align: center;
}
#slider_1 {
    display: block;
    position: relative;
    padding: 5px;
    margin: 0 5%;
    width: 90%;
    height: 230px;
}
#slider_light_pc {
    display: block;
    position: relative;
    padding: 25px 5px 0px 5px;
    margin: 0 5%;
    width: 90%;
}
#slider_light_pc .swiper-slide {
    display: block;
    float: left;
    background: transparent;
    padding: 0;
    text-align: center;
}
#slider_light_pc img{
    width: 260px;
}
#slider_light_mobile {
    display: block;
    position: relative;
    padding: 140px 5px 0px 5px;
    margin: 0;
    width: 239px;
}
#slider_light_mobile .swiper-slide {
    display: block;
    float: left;
    background: transparent;
    padding: 0;
    text-align: center;
}
#slider_light_mobile img{
    width: 190px;
}
#slider_light_pc .swiper-button-next,#slider_light_mobile .swiper-button-next{
    left:0px!important; 
}
#slider_light_pc .swiper-button-prev,#slider_light_mobile .swiper-button-prev{
    right:0px!important;
}


#slider_1_right,#slider_1_left{
    width: 15%;
    height: 200px;
    z-index: 9999;
    position: absolute;
}
#slider_1_right{
    right: 0px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
}
#slider_1_left{
    left: 0px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 100%);
}

#slider_1 .swiper-slide {
    display: block;
    float: left;
    margin: 10px;
    padding: 0;
    width: 130px!important;
    text-align: center;
    height: 150px;
    box-shadow: 0 15px 20px 0 rgba(121, 129, 254, 0.15);
}

#slider_1 .swiper-slide span{
    width: 60px;
    height: 60px;
    background-image: linear-gradient(to left, #ff808b, #ff928f);
    border-radius: 50px;
    display: block;
    margin: 10px auto;
    text-align: center;
}
#slider_1 .swiper-slide span i{
    color: #fff;
    font-size: 23px;
    line-height: 70px;
}
#slider_1 .swiper-slide label{
    font-size: 13px;
}
.swiper-slide {
    text-align: center;
    font-size: 19px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
#slider_2 {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    height: 160px;
}
#slider_2 img{
   /* filter: contrast(3.5%) sepia(49%) hue-rotate(203deg) brightness(1.4) saturate(0.9);*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 55%
}
#slider_2 img:hover{
    filter:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider2_bg{
    padding: 10px 0px;
    background: #f8f9fe;
}
#slider_2 .swiper-slide {
    display: block;
    float: left;
    margin: 10px;
    padding: 0;
    width: 176px!important;
    text-align: center;
    height: 144px;
    border: 1px #f8f9fe solid;
    background: #f8f9fe;
    border-radius: 4px;
}
#slider_2 .swiper-slide:hover{
    border: 1px #d7dcf0 solid;
    background: #fff;  
}


.slider_m {
  display: block;
  position: relative;
  margin: 0 0 50px 0;
  overflow: hidden;
}

#adv_page{
    margin-top: 50px;
}
#adv_page h1{
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(248,249,255,1) 50%, rgba(255,255,255,1) 100%);
    width: 30%;
    margin: 10px auto;
    text-align: center;
    padding: 6px 0px;
    font-size: 27px;
    color:#2b3664;
}
#adv_left{
    background-image: url('../images_pc/laptop-left-gr.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 510px;
    padding-top: 50px;
}
#adv_right{
    background-image: url('../images_pc/laptop-right-gr.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 640px;
    margin-bottom: 30px;
  
}
#pc_desc{
    float: right;
    width: 470px;
    height: 400px;
    padding-top: 90px;
}
#pc_desc h2{
    font-size: 18px;
    color: #313664;
    margin:0px;
}
#pc_desc p{
    color: #767b9a;
    font-size: 14px;
    line-height: 30px;
    margin: 20px;
    text-align: justify;
}
#pc_desc p:last-child{
    text-align: center;
}
#pc_desc p a{
    width: 110px;
    height: 42px;
    border-radius: 35px;
    box-shadow: 0 20px 25px 0 rgba(255, 128, 139, 0.25);
    
    margin: 10px;
    display: inline-block;
    line-height: 42px;
   
    font-size: 15px;
    
    text-align: center;
    cursor: pointer;

    background: #fff;
    border: 1px #ff808b solid;
    color: #ff808b;
}
#pc_desc p a.act{
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    border: 1px #ff808b solid;
    color: #fff;
}
#laptop_bg{
    background-image: url('../images_pc/dot.png');
    background-repeat: no-repeat;
    background-position: 20px top;
    width: 660px;
    height: 379px;
    padding-top: 50px;
    float: left;
}
#laptop{
    background-image: url('../images_pc/laptop.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 660px;
    height: 379px;
}
#laptop_screen{
    background: #f8f8f8;
    width: 512px;
    height: 323px;
    float: left;
    margin: 22px 0px 0px 74px;
    position: relative;
}

#laptop_screen .content{
    overflow: auto;
    position: relative;
    padding: 0px;
    width: 512px;
    max-width: 100%;
    height: 323px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{
    margin:0px!important;
}
#mobile_bg{
    background-image: url('../images_pc/dot.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 285px;
    height: 575px;
    padding-top: 50px;
    float: right;
    padding: 0px 50px 24px 0px;
}
#mobile{
    background-image: url('../images_pc/mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 285px;
    height: 575px;
}
#mobile_screen{
    background: #ffffff;
    width: 249px;
    height: 539px;
    border-radius: 20px;
    float: left;
    margin: 18px 0px 0px 18px;
    position: relative;
}
#mobile_screen .content{
    overflow: auto;
    position: relative;
    padding: 0px;
    border-radius:20px;
    max-width: 100%;
    width: 249px;
    height: 539px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mobile_desc{
    float: right;
    width: 560px;
    height: 400px;
    padding-top: 90px;
    padding-right: 150px;
}
#pc_desc h2{
    font-size: 19px;
    color: #313664;
    margin:0px;
}
#mobile_desc p{
    color: #767b9a;
    font-size: 14px;
    line-height: 30px;
    margin: 20px;
    text-align: justify;
}
#mobile_desc p:last-child{
    text-align: center;
}
#mobile_desc p a{
    width: 110px;
    height: 42px;
    border-radius: 35px;
    box-shadow: 0 20px 25px 0 rgba(255, 128, 139, 0.25);
    
    margin: 10px;
    display: inline-block;
    line-height: 42px;
   
    font-size: 15px;
    
    text-align: center;
    cursor: pointer;

    background: #fff;
    border: 1px #ff808b solid;
    color: #ff808b;
}

#mobile_desc p a.act{
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    border: 1px #ff808b solid;
    color: #fff;
}
#adv_line_blue{
    background:linear-gradient(to left, #4d59e3, rgba(89, 126, 247, 0.75) 0%);
    padding:20px 0px;
}
#adv_line_blue p{
    font-size: 17px;
    color:#fff;
    text-align: center;
    line-height: 34px;
}
#about_adv{
    margin: 60px 0px;
}
#about_adv h3{
    color: #2d3763;
    font-size: 17px;
    margin: 0px;
}
#about_adv ul{
    margin: 15px 15px 0px 15px;
    padding:10px 15px 0px 15px;
    text-align: justify;
}
#about_adv ul ul{
    margin: 0px 15px;
    padding:0px 15px;
}
#about_adv ul.hide{
    margin:0px 15px 15px 15px;
    padding:0px 15px;
    display: none;
}
#about_adv li li{
    font-size: 14px;
    margin:6px;
}
#about_adv li{
    color: #767b9a;
    margin: 12px;
    font-size: 15px;
    line-height: 30px;
    list-style: none;
}
#about_adv li::before {
    content: "\2022";
    color: #ff808b;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -1em;
}
#about_adv p{
    margin: 25px;
    color: #2d3763;
    text-align: center;
    font-size: 21px;
    line-height: 36px;
    font-weight: bold;
}
#about_adv_more{

}
#about_adv_more_f{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#about_adv_more_f li{
    list-style: none;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url('../images_pc/adv_icon.png');
    background-repeat: no-repeat;
    margin: 20px;
}
#about_adv_more_l{
    margin: 10px;
    padding: 10px;
    text-align: center;
}
#about_adv_more_l li{
    list-style: none;
    display: inline-block;
    width: 194px;
    height: 64px;
    margin: 20px;
}
#about_adv_more_l li a{
    width: 194px;
    height: 64px;
    display: block;  
    cursor: pointer;
    line-height: 64px;
    border-radius: 4px;
    box-shadow: 0 10px 15px 0 rgba(89, 126, 247, 0.15);
    background-color: #ffffff;
    color: #0c1534;
}
#about_adv_more_l li a i{
    color:#5a7ef8;
    margin: 0px 0px 0px 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#about_adv_more_l li a:hover{
    background: #5a7ef8;
    color:#fff;
}
#about_adv_more_l li a:hover i{
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#about_adv_more p{
    text-align: center;
    margin: 20px auto 40px auto;
}
#about_adv_more p a{
    cursor: pointer;
    min-width: 180px;
    height: 46px;
    width: fit-content;
    border-radius: 35px;
    box-shadow: 0 20px 25px 0 rgb(255 128 139 / 25%);
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    border: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    padding: 0px 6px;
}
#about_adv_more p a:hover{
    background-image: linear-gradient(to left, #e85461 97%, #fb6e6a);
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside .mCSB_scrollTools{
    right:0px!important;
    left: auto!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #e85460!important;

}
#nowruz_pc{
    background: linear-gradient(180deg, rgba(216,213,255,1) 0%, rgba(128,95,177,1) 100%);
    width: 100%;
    height: 1040px;
    margin-top: 0px;
    position: relative;
    padding-top: 15px;
}
#doctor_pc{
    background-image: url(../images_pc/doctor_day.jpg);
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 0px;
    position: relative;
    padding-top: 15px;
    background-size: contain;
    height: calc(100vw * 40 / 104);
    max-width: 100%;
    background-color: #e7f9f7;
}
#nowruz_pc_flower{
    background-image: url('../images_pc/nowruz_flower.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 200px;
    height: 126px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#nowruz_pc_large{
    background-image: url(../images_pc/top-30-1-99.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 577px;
    height: 551px;
    margin: 0px auto;
    position: relative;
}
#nowruz_pc_small{
    background-image: url(../images_pc/circle-small2.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 236px;
    height: 236px;
    position: absolute;
    right: -190px;
    top: -40px;
}
#nowruz_pc_gift{
    background-image: url('../images_pc/gift.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 193px;
    position: absolute;
    left: 0px;
    bottom: 15px;
}
#nowruz_pc_fish{
    background-image: url('../images_pc/fish.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 124px;
    height: 129px;
    position: absolute;
    left: -50px;
    top: 50%;
}
#nowruz_pc_small h2{
    color: #2f3765;
    margin: 90px 25px 0px 25px;
    text-align: center;
    font-size: 29px;
}
#nowruz_pc_small h2 span{
    color: #fff;
    display: block;
}
#nowruz_pc_large_body{
width: 540px;
    position: absolute;
    left: 12px;
    top: 555px;
    height: 370px;
}
#nowruz_pc_large_body h1{
    color: #ffffff;
    margin: 0px;
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
}
#nowruz_pc_large_body p{
    color: #000;
    margin: 0px;
    text-align: justify;
    font-size: 16px;
}
#nowruz_pc_large_body a{
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    color: #171e3b;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    margin: 20px 8px;
    border:1px #fff solid;
}
#nowruz_pc_large_body a:hover{
    background: transparent;
    color: #fff;
}
#mcountdowndate{
    position: absolute;
    top: -25px;
    width: 100%;
}
#mcountdowndate h3{
    text-align: center;
}
#countdowndate{
    direction: ltr;
    padding: 40px 0px 20px 0px;
    font-size: 27px;
    color: #000;
    text-align: center;
    /* position: absolute; */
    top: 55px;
    /* left: 45%; */
    width: 100%;
    background-color: #e7f9f7;
    
}
#countdowndate label{
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    width: 42px;
    display: inline-block;
    line-height: 50px;
    height: 42px;
    text-align: center;
}
#countdowndate label:last-child{
    background: #fff;
    color: #000;
    
}
#countdowndate span{
    color: #000;
    padding: 8px;
    border-radius: 4px;
    width: 10px;
    display: inline-block;
    line-height: 54px;
    height: 48px;
    text-align: center;
}
#box_4{
    width: 100%;
    margin: 4px;
    text-align: center;
}
#box_4 ul{
    margin: 4px;
    padding: 4px;
}
#box_4 ul li{
    list-style:none;
    display: inline-block;
    width: 33%;
}
#box_4 ul li span{
    width: 100%;
    text-align: center;
    display:table;
}
#nowruz_off{
    position: relative;
    display: table;
    height: 350px;
}
#nowruz_off h3{
    margin: 0px;
    color: #000000;
    font-size: 28px;
}
#nowruz_off p{
    width: 62%;
    font-size: 21px;
    line-height: 50px;
    float: right;
    margin: 6px auto;
}
#nowruz_off ul{
    margin: 16px 15px 0px 0px;
    padding: 0px 15px 0px 0px;
    float: right;
    /* margin-top: 40px; */
    width: 660px;
    float: right;
}
#nowruz_off li{
    list-style: none;
    margin: 0px 0px;
    /* height: 48px; */
    list-style: square;
    display: list-item;
    color: #b20211;
    font-size: 28px;
}
#nowruz_off label{
    font-size: 19px;
    color: #000;
    /* height: 64px; */
    line-height: 36px;
    
}
#nowruz_off span{
    background-image: url(../images_pc/nowruz_icon.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    float: right;

}
#sevensin{
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: -100px;
}
#cnt_btn{
    text-align: center;
    margin: 40px 0px;
}
#cnt_btn a{
    width: 160px;
    height: 50px;
    border-radius: 35px;
    margin: 10px;
    display: inline-block;
    line-height: 50px;
    box-shadow: 0 20px 25px 0 rgba(255, 128, 139, 0.25);
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    color: #fff;
}
#cnt_btn a:hover {
    background-image: linear-gradient(to left, #e85461 97%, #fb6e6a);
}
#discountshop{
    width: 190px;
    height: 50px;
    border-radius: 5px;
    margin: 10px;
    display: block;
    line-height: 50px;
    box-shadow: 0 20px 25px 0 rgba(255, 128, 139, 0.25);
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    color: #fff;
    margin: 20px auto;
}
#discountshop:hover {
    background-image: linear-gradient(to left, #e85461 97%, #fb6e6a);
}
#share_box{
    position: absolute;
    width: 400px;
    background: #fcfcfc;
    bottom: 65px;
    right: -130px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 3px rgba(89, 126, 247, 0.39);
    border: 1px #d4d4d4 solid;
    padding: 10px 15px 0px 15px;
    display: none;
}
#share_box p{
    width: 100%;
    margin: 0px;
    display: inline-block;
    text-align: right;
}
#share_box p input{
    padding: 4px;
    border: 0px;
    height: 21px;
    border: 1px #e4e4e4 solid;
    display: inline-block;
    width: 320px;
    margin-bottom: 8px;
}
#share_box p button{
    border-radius: 4px;
    background-image: linear-gradient(to left, #ff808b 97%, #ff928f);
    color: #fff;
    height: 30px;
    width: 54px;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border: 0px;
    font-family: 'ttgm';
}
#share_box p span{
    font-size: 13px;
    float: right;
    width: 100%;
    display: flex;
    margin-bottom: 6px;
}
#share_box #share_link{
    text-align: left;
    direction: ltr;
    padding-top: 6px;
    border-top: 1px #e4e4e4 solid;
}
#share_box #share_link i{
    float: left;
    color: #afafaf;
    font-size: 19px;
    width: 25px;
    height: 25px;
}
#share_box #share_link a{
    color: #afafaf;
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
}
#share_box i.icon-cancel{
    font-size: 29px;
    color: #7d7d7d;
    cursor: pointer;
    height: 28px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#share_box p a{
    width: auto;
    background: transparent;
    box-shadow: none;
    float: right;
    min-width: auto;
}
#share_box p a i{
    width: 38px;
    height: 38px;
    color: #fff;
    display: block;
    border-radius: 3px;
    font-size: 19px;
}
#share_box p a i.icon-twitter{
    background:#4dcceb;
}
#share_box p a i.icon-facebook{
    background:#4d8deb;
}
#share_box p a i.icon-whatsapp{
    background:#1bd741;
}
#share_box p a:hover{
    width: auto;
    background: transparent;
    box-shadow: none;
}
.mobshow{
    display: none;
}
.cnt{
    width: 1160px;
}
#logo{
    width: 220px;
    margin-right: 30px;
}
#header nav{
    width: 660px;
}
#login{
    width: 250px;
}
#about_front{
    width: 100%;
    height: 435px;
    margin-top: 56px;
}
#about_front_right{
    width: 690px;
}
#about_front_right a{
    width: 180px;
    margin-left: 172px;
    margin-top: 20px;
    float: left;
}
#about_front_right h1{
    margin-top: 85px;
}
#about_front_center_more{
    left: 10%;
    bottom: 45px;
}
#more_open_box4 ul{
    width:600px;
}
#more_open_box1_right{
    width: 700px;
}
#hand_shake h2{
    margin: 50px 100px 0px 0px;
}

#hand_shake p{
    margin: 30px 70px;
    width: 54%;
}
#footer_box{
    margin: 0px 175px;
}
#footer_box li{
    margin: 20px;
    width: 230px;
}
#sidebar_adv_left{
    position: absolute;
    left: 1px;
    z-index: 9999;
    top: 15px;
}
#sidebar_adv_right{
    position: absolute;
    right: 11px;
    z-index: 9999;
    top: 15px;
}
#mob_in,#mob_f{
    width: 240px;
    margin-right: 10px;;
}
#pc_in,#pc_f{
    margin-right:8px;
    width: 504px;
}
#laptop_screen .wsads img#pc_in {
    margin-right: 0px;
    width: 512px;
    height: 323px;
}
#mobile_screen .wsads img#mob_in {
    width: 248px;
    margin-right: 0px;
    height: 539px;
}
#mobile_screen .wsads img#mob_f {
    width: 249px;
    margin-right: 0px;
    height: 528px;
}
.content.wsads {
    overflow: hidden!important;
}
#fix_adv_pc{
    position: absolute;
    bottom: 0px;
    z-index: 999;
    height: 50px;
    width: 275px;
    left: 126px;
}
#fix_adv_pc img{
    width: 100%;
}
#fix_adv_mobile_bottom {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    height: 43px;
    width: 240px;
    left: 0px;
}
#bilb_adv_mobile_bottom{
    position: absolute;
    top: 460px;
    height: 43px;
    width: 240px;
    left: 0px;
}
#bilb_adv_mobile_top{    
    position: absolute;
    height: 43px;
    width: 240px;
    left: 0px;
    z-index: 10000;
}

#fix_adv_mobile_bottom img, #bilb_adv_mobile_bottom img{
    width: 100%;
    border-radius: 0px 0px 8px 19px;
    -moz-border-radius: 0px 0px 8px 19px;
    -webkit-border-radius: 0px 0px 8px 19px;
}
#fix_adv_mobile_top{
    position: absolute;
    top: 0px;
    z-index: 999;
    height: 43px;
    width: 240px;
    left: 0px;
}
#fix_adv_mobile_top2 {
    position: absolute;
    top: 0px;
    z-index: 999;
    height: 43px;
    width: 240px;
    left: 0px;
}

#fix_adv_mobile_top img, #bilb_adv_mobile_top img{
    width: 100%;
    border-radius: 19px 8px 0px 0px;
    -moz-border-radius: 19px 8px 0px 0px;
    -webkit-border-radius: 19px 8px 0px 0px;
}
#laptop_screen.screen_lightbox{
    background-image: url('../images_pc/screen_lightbox_pc.jpg');
    background-repeat: no-repeat;
}
#mobile_screen.screen_lightbox{
    background-image: url('../images_pc/screen_lightbox_mobile.jpg');
    background-repeat: no-repeat;
}
#show_more span:last-child{
    display: none;
}
#speaker_bg{
    background-image: url('../images_pc/speaker_bg.png');
    background-repeat: repeat;
    padding: 1px 0px 65px 0px;
    position: relative;
    background-color: #e7f9f7;
}
#speaker_bg h2{
    text-align: center;
}
#speaker_bg h3{
    text-align: right;
}
#speaker_bg p{
    text-align: center;
}
#title_header{
    color: #000;
    font-size: 25px;
    text-align: center;
    margin: 0px auto;
}
#title_header span{
    display: inline-flex;
    color: red;
    font-size: 17px;
}
#speaker_bg h5{
    color:red;
    margin:0px
}

.fix_call{
    position: fixed;
    bottom: 15px;
    right: 85%;
    z-index: 2147483647;
}
.fix_call img {
    width: 80%;
}
#more_open_box23 h3{
    color: #2d3763;
    font-size: 21px;
    text-align: center;
    margin: 20px auto 15px auto;
}
#more_open_box23 ul li{
    color: #2d3763;
    font-size: 15px;
    line-height: 25px;
    margin: 5px;
}
#more_open_box5 p{
    color: #2d3763;
    font-size: 15px;
    line-height: 25px;
    margin: 5px;  
}
#front_adv_format p{
    font-size: 14px;
    color: #7f85a4;
    margin: 20px 70px;
    line-height: 26px;
    margin-bottom: 40px;
}
#fix_adv_mobile_right{
    position: absolute;
    top: 320px;
    right: 10px;
}
#fix_adv_mobile_right img{
    width: 45%;
}
#cent{
    width: 1131px;
}

#btn_float_pc.act,  #btn_slider_pc.act, #btn_content_pc.act, #btn_hamsan_pc.act{
    background-image: linear-gradient(to left, #4d59e3, rgba(89, 126, 247, 0.75) 0%);
    border-top: 1px solid #4d59e3;
    border-right: 1px solid #4d59e3;
    border-left: 1px solid #4d59e3;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#btn_float_pc, #btn_slider_pc, #btn_content_pc, #btn_hamsan_pc{
    width: 110px;
    padding: 10px 17px;
    margin-top: 30px;
    border-radius: 5px 5px 0px 0px;
    display: inline;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-top: 1px solid #4d59e3;
    border-right: 1px solid #4d59e3;
    border-left: 1px solid #4d59e3;
    border-bottom: 1px solid #fff;
    border: 1px 1px 1px 0px #4d59e3 solid;
    color: #4d59e3;
}
#btn_float_pc.act:hover, #btn_slider_pc.act:hover, #btn_content_pc.act:hover, #btn_hamsan_pc.act:hover{
   background-image: linear-gradient(to left, #4d59e3 97%, #4d59e3);
}


iframe#float_pc, iframe#slider_pc, iframe#content_pc, iframe#hamsan_pc, iframe#story_pc {
    width: 1360px;
    height: 852px;
    -webkit-transform: scale(0.38);
    -moz-transform: scale(0.38);
    -o-transform: scale(0.38);
    transform: scale(0.38);
    position: relative;
    left: 349px;
    top: -245px;
    z-index: 0;
}

iframe#float_mob, iframe#slider_mob, iframe#content_mob, iframe#hamsan_mob, iframe#story_mob {
    width: 561px;
    height: 1224px;
    -webkit-transform: scale(0.44);
    -moz-transform: scale(0.44);
    -o-transform: scale(0.44);
    transform: scale(0.44);
    position: relative;
    left: 140px;
    top: -327px;
    border-radius: 46px;
}
#video_help{
    color: #767b9a;
    float: left;
    cursor: pointer;
    position: absolute;
}
#video_help i{
    margin-right: 8px;
    color:#949aff
}
#video_help_open{
    margin: 20px 0px;
    display: none;
    text-align: center;
}
#video_help_open li {
    list-style: none;
    display: inline-block;
    margin: 2%;
    width: 20%;
}
#video_help_open img {
    width: 200px;
    height: auto;
}
#video_help_open p {
    text-align: center;
    font-size: 0.8em;
}
li.mkn-dropdown {
    position: relative;
}
  
.mkn-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.mkn-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.mkn-dropdown:hover .mkn-dropdown-content {
    display: block;
    z-index: 9999;
}
.mkn-dropdown-content li:hover {
    background-color: #ddd;
}
ul.mkn-dropdown-content li {
    list-style: none;
    display: block;
    width: 100%;
    height: 40px;
    text-align: right;
}
.mkn-dropdown-content li a {
    color: black;
    text-decoration: none;
    display: block;
    width: 100%;
}
