

body {
	/* font-family: 'PingFangSC','Outfit' !important; */
	background-repeat: no-repeat;
	/* overflow-x: hidden !important;  */
	/* background: #cf435e !important; */
	background: #000 !important;
	overflow-x: hidden !important; 
}
html{
	overflow-x: hidden !important; 
}
ul,li{
	list-style: none;
	padding: 0;
}
img{
	max-width: 100%;
}
section{
	width: 100%;
	overflow: hidden;
}
.font_color{
	/* color:#FFFFFF !important; */
}
 
.navbar {
	padding: 21px 0;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
.navbar_l{
	padding-left: 16px;
}
.navbar-toggler{
	margin-right: 16px;
}
.navbar .logo {
	width: 122px;
	height: 40px;
}
.navbar .logo_byon {
	width: 111px;
	height: 25px;
}
.navbar .nav-item {
	margin-right: 5px;
	font-size: 16px;
	position: relative;
}

.navbar .nav-link.active {
	font-weight: 600;
}

.navbar-light .navbar-brand {
	font-weight: bold;
	font-size: 21px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-right: 0;
}
 
.navbar-light  .x_icon{
	font-size: 14px;
	color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.71  ;
 	margin: 0 10px;
}
	  
.navbar-light .navbar-nav .nav-link{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;  
	color: #FFFFFF; 
	mix-blend-mode: normal;
	opacity: 0.71  ;
	cursor: pointer;
}
.navbar-light .navbar-nav .nav-link.lang{
	opacity: 1 ;
}
.navbar-light .navbar-nav .lang>span{
	opacity: 0.65  ;
}
.navbar-light .navbar-nav .nav-link.active {
	color: #FFFFFF;
	opacity: 1; 
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF;
	opacity: 1; 
}
.navbar-light .navbar-nav .nav-link .active { 
    opacity: 1;
}
.navbar-nav_collapse {
	flex-grow: 0; 
} 
.navbar-nav .dropdown_menu {
    position: static;
    float: none;
}
.dropdown_menu{
	box-sizing: border-box;
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;   
    text-align: left;
    list-style: none;
	background: rgba(255, 255, 255, 0.177529);
	backdrop-filter: blur(13.5914px); 
	border-radius: 12px;
	width: 261px;
	padding: 0 20px;
	transition: all 3s ease-in;
	display: none;
	opacity: 0;
}
.dropdown_menu li{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px; 
	color: #FFFFFF; 
	mix-blend-mode: normal;
	opacity: 0.75;
	padding: 12px 0; 
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
	cursor: pointer;
}
.dropdown_menu li:hover{ 
	opacity: 1; 
}
.dropdown_menu li:last-child{
	 border: none;
}
#services:hover .dropdown_menu{
	opacity: 1;
	display: block;
} 
 

@media (min-width: 992px){
	.navbar-nav .dropdown_menu {
		position: absolute;
	}
	
} 



.fixed_ratio {
	position: relative;
	width: 100%;
}

.fixed_ratio[data-ratio="3:2"] {
	padding-top: 53.9%;
}

.fixed_ratio[data-ratio="1:1"] {
	padding-top: 100%;
}

.fixed_ratio[data-ratio="1:0.74"] {
	padding-top: 74%;
}
.fixed_ratio[data-ratio="1:1.25"] {
	padding-top: 125%;
}

.fixed_ratio>img,
.imageBoxs {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}  
.mysection1 {
	position: relative;
}
.mysection1_bg{ 
	background-image: url(../../image/Rectangle.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.video_bg_content{
	position: relative;
	z-index: 9;
}
.hero-background{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.heroBanner__bg {
	position: relative;
	z-index: 1;
	width: 100vw;
	height: 57.0625rem;
	background-position: center 0;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.mysection1 .mysection1_con{
	box-sizing: border-box;
	padding-top: 308px; 
	padding-bottom: 294px;
}
.mysection1 .mysection1_con .container{
	height: 100%;
}
.mysection1 .slider-content{  
	text-align: center;
	color: #fff;
}
.mysection1 .slider-content h1{ 
	font-weight: 600;
	font-size: 59px;
	line-height: 61px; 
	text-align: center;
	letter-spacing: -1px; 
	color: #FFFFFF;
}
.mysection1 .slider-content p{ 
	font-weight: 300;
	font-size: 34px;
	line-height: 43px;
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.83 !important;;
	margin-top: 26px; 
	letter-spacing: -0.2px; 
}

.mysection1 .slider-content .btn{
	width: 150px;
	height: 54px;
	border: 3px solid #FFFFFF;
	border-radius: 33.5px;
	margin-top: 57px;
	font-weight: 100;
	font-size: 18px;
	line-height: 32px; 
	text-align: center; 
	color: #FFFFFF;
}
.mysection2 {
	 padding : 60px 0;
	 padding-top: 160px;
} 
.mysection2 h6{ 
	font-weight: 400;
	font-size: 40px;
	line-height: 45px; 
	color: #FFFFFF;
}
.mysection2 p{ 
	font-weight: 300;
	font-size: 23px;
	line-height:33px; 
	color: #FFFFFF; 
	opacity: 0.74 !important;;
	margin-top: 24px;
}


.mysection2 .slider-img{ 
	text-align: right; 
}

.mysection3{
	padding: 60px 0;
	padding-bottom: 159px;
}
.mysection3 .bg_box{
	box-sizing: border-box;
	width: 100%;
	background: url(../../image/Rectangle2.png) no-repeat;
	 
	background-size: 100% 100%;
	padding: 100px 0;
	padding-left: 56px;
	padding-right: 63px; 
}
.mysection3 .bg_box1{
	height: 100%;
}
.mysection3 .bg_box .qonbay_logo_b{
	height: 53px;
	margin-bottom: 22px;
	margin-right: 30px;
}
.mysection3 .bg_box .logo_byon_b{
	height: 42px;
	margin-bottom: 34px;
	margin-right: 30px;
}
.mysection3 .bg_box p{
	font-weight: 300;
	font-size: 22px;
	line-height: 35px; 
	color: #FFFFFF; 
}
.mysection3 .bg_box p a{
	font-weight: 300;
	font-size: 22px;
	line-height: 35px; 
	color: #FFFFFF; 
	text-decoration: underline;
}
.mysection3 .col-lg-6 {
	padding-right: 15px;
    padding-left: 15px;
}

.mysection3 .bg_box p.fontSize_30{
	font-size: 30px;
	font-weight: bold;
}
.mysection3 .bg_box p.fontWight_bold{ 
	font-weight: bold;
}

.mysection4 { 
	margin-bottom: 16px;
	
}
.mysection4 .content_nav{
	padding-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left:49px;
	padding-right: 49px; 
	border-bottom: 2px solid #FFCD38;
}
  .content_nav .menu{
	padding: 18px 0px; 
	font-weight: 500;
	font-size: 22px;
	line-height: 35px; 
	text-align: center; 
	color: #FFFFFF; 
	cursor: pointer;
}
 .content_nav .menu1{
	padding-left: 101px;
}
.content_nav .menu1.active{
	padding-left: 101px;
	padding-right: 101px; 
}
.content_nav .menu2{
	padding-left: 58px;
	padding-right: 53px; 
}
.content_nav .menu2.active{
	padding-left:76px;
	padding-right: 76px; 
	margin-left: 58px;
	margin-right: 58px;
}
.content_nav .menu3{
	
}
.content_nav .menu3.active{
	padding-left:76px;
	padding-right: 76px; 

}
.mysection4 .content_nav>span.active{
	background: #FFCD38;
	color: #000;
}
.mysection5{
	box-sizing: border-box;
	width: 100%;
	background: url(../../image/Rectangle3.png) no-repeat;
	/* height: 400px; */
	background-size: cover;
    background-position: center;
}
.mysection5 .box{
	box-sizing: border-box;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 128px 0px 128px;
} 
.mysection5 .box p{
	font-weight: 400;
	font-size: 35px;
	line-height: 47px; 
	text-align: center; 
	color: #FFFFFF; 
	margin-bottom: 0;
}
.mysection6{ 
	padding:90px 0 100px;
}
.mysection6 .box{
	box-sizing: border-box;
	text-align: center;
	max-width: 698px;  
	margin: 0 auto;
} 
.mysection6 .box h6{
	font-weight: 300;
	font-size: 33px;
	line-height: 50px; 
	text-align: center; 
	color: #FFFFFF; 
} 
.mysection6 .box h6 span{
	font-weight:bold; 
} 
.mysection7 .row{
	margin-right: -10px;
    margin-left: -10px;
}

.mysection7 .col-lg-6 {
	padding-right: 10px;
    padding-left: 10px;
}
.mysection7 .bg_box{
	background: #000;
	text-align: center; 
	padding-top: 65px;
	padding-bottom: 53px;
	margin: 20px 0;
} 
 
.mysection7 .bg_box .p1{
	font-weight: 500;
	font-size: 26px;
	line-height: 35px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.76 !important;;
	margin-bottom: 13px;
}

.mysection7 .bg_box .p2{
	font-weight: 500;
	font-size: 38px;
	line-height: 48px; 
	text-align: center; 
	color: #FFFFFF;
	margin-bottom: 15px;
}
.mysection7 .bg_box .p3{
	font-weight: 400;
	font-size: 21px;
	line-height: 35px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.76 !important;;
	margin: 0;
}
.mysection7 .bg_box .p4{
	font-weight: 400;
	font-size: 19px;
	line-height: 31px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.5 !important;;
	margin-bottom: 0;
}
.mysection7 .bg_box .p5{
	max-width: 456px;
	padding: 0 20px;
	margin: 0 auto;
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px; 
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
}
.mysection7 .bg_box .btn{
	font-weight: 500;
	font-size: 19px;
	line-height:40px;  
	text-align: center; 
	color: #FFFFFF; 
	margin:41px; 
	width: 160px;
	height: 54px;
	background: #FFCD38;
	border-radius: 33.5px;
	margin-top: 74px;
}
.mysection8{
	padding: 106px 0;
}
.mysection8 .box{
	box-sizing: border-box;
	text-align: center;
	max-width: 800px;  
	margin: 0 auto;
} 

.mysection8 .box h6{
	font-weight: 300;
	font-size: 23px;
	line-height: 36px; 
	text-align: center; 
	color: #FFFFFF;  
	opacity: 0.74 !important;;
} 





.mysection9{
	box-sizing: border-box;
	width: 100%;
	background: url(../../image/Rectangle4.png) no-repeat;
	/* height: 400px; */
	background-size: cover;
    background-position: center;
}

.mysection9 .box{
	box-sizing: border-box;
	text-align: center; 
	padding: 120px 40px 120px;
} 
.mysection9 .box h6{
	font-weight: 400;
	font-size: 40px;
	line-height: 61px; 
	text-align: center; 
	color: #FFFFFF;
 
} 
.mysection9 .box .experience { 
	font-weight: 600;
font-size: 40px;
line-height: 61px; 
text-align: center; 
color: #FFFFFF;
	background: #FFCD38;
	color: #000;
	padding: 16px 26px;
} 
.mysection9 .box p.content{
	max-width: 700px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 22px;
	line-height: 31px; 
	text-align: center; 
	color: #FFFFFF; 
	mix-blend-mode: normal;
	opacity: 0.89 !important;
	margin-top: 36px;
} 


.mysection10{
	padding-top: 44px ;
	padding-bottom: 74px;
}
.mysection10 .box{
	box-sizing: border-box;
	text-align: center;
	max-width: 800px;  
	margin: 0 auto;
} 

.mysection10 .box h6{

	font-weight: 400;
	font-size: 44px;
	line-height: 55px;
	text-align: center; 
	color: #FFFFFF; 
	margin-bottom: 31px; 

} 
.mysection10 .box p{
	font-weight: 300;
	font-size: 23px;
	line-height: 36px; 
	text-align: center; 
	color: #FFFFFF; 
	mix-blend-mode: normal;
	opacity: 0.74 !important;;
	margin-bottom: 0;

 
}
.mysection10 .box .btn{ 
	font-weight: 500;
	font-size: 19px;
	line-height:50px;  
	text-align: center; 
	color: #FFCD38; 
	 margin-top: 70px;
	width: 180px;
	height: 60px;
	background: #000;
	border-radius: 33.5px;
}
.mysection10 .box .Merchants{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px; 
	text-align: center; 
	color: #FFFFFF; 
	mix-blend-mode: normal;
	opacity: 0.74;
	margin-top: 57px;
}
.mysection10 .box .MerchantsLogo{
	text-align: center;
}

.mysection11{
	box-sizing: border-box;
	width: 100%;
	background: url(../../image/Rectangle5.png) no-repeat;
	/* height: 400px; */
	background-size: cover;
    background-position: center;
}
.mysection11 .box{
	box-sizing: border-box;
	text-align: center;
	max-width: 883px;  
	margin: 0 auto;
	padding:131px 0;
} 
.mysection11 .box h5{ 
	max-width: 692px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 59px;
	line-height: 68px; 
	text-align: center; 
	color: #FFFFFF;
	margin-top: 85px;
	margin-bottom: 0;
} 
.mysection11 .box h6{
	font-weight: 500;
	font-size: 36px;
	line-height: 21px; 
	text-align: center; 
	color: #FFFFFF;
	margin-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 0;
} 
.mysection11 .box p{
	font-weight: 400;
	font-size: 33px;
	line-height: 47px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.85 !important;;
	margin-bottom: 0;
} 
.mysection11 .box .line{
	opacity: 0.43 !important;;
	border-bottom: 2px solid #FFFFFF;
 	margin-top: 41px;
	margin-bottom: 27px;
} 


.mysection12{
	padding-top: 46px;
	padding-bottom: 81px;
}
.mysection12 .bg_box{
	background: #E5E4FF;
	flex: 1;
	margin:  10px;
	text-align: center; 
	padding-top: 38px;
	padding-bottom: 31px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mysection12 .bg_box img{
	margin-bottom: 29px;
	height: 108px;
	width: auto;
	object-fit: contain;
}
.mysection12 .bg_box .text_box{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mysection12 .bg_box p{
	font-weight: 500;
	font-size: 21px;
	line-height: 29px; 
	text-align: center; 
	color: #FFFFFF;
	padding: 0 20px;
	margin-bottom: 0;
}

.mysection13{
 
}
.mysection13 h5{
	max-width: 818px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.74 !important;;
	padding: 0 30px; 
	margin-bottom: 0;
}
.mysection13 .img_box{
	display: flex;
	align-items: center; 
	margin: 51px 0;
	margin-left: -10px;
	margin-right: -10px;
}
.mysection13 .img_box img{
	flex: 1;
	width: 0;
	padding:  0 4.5px; 
}
.mysection13 h6{
	font-weight: 300;
	font-size: 23px;
	line-height: 36px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.74 !important;;
	padding: 0 30px;
	max-width: 878px;
	margin: 0 auto;
}

h4.title{
	font-family:  'PingFangBold' !important;
	font-weight: 500;
	font-size: 59px;
	line-height:74px;
	text-align: center; 
	color: #FFFFFF;
	margin-bottom: 26px;
}


.mysection14 {
	margin-top: 160px;
}
.mysection14 .title{
	margin-bottom:  110px;
}
.mystyle_item {
	margin-bottom: 93px;
} 
.mystyle_item .img_box {
	width: 420px;
	text-align: center;
	max-width: 100%;
	margin: 20px 0;
}
.mystyle_item .text_box{
	flex: 1;
}
.mystyle_item .text_box h6 {
	font-weight: 400;
	font-size: 42px;
	line-height: 50px; 
	color: #FFFFFF;
	margin-bottom: 12px;
}
.mystyle_item .text_box h6.f39 { 
	font-size: 39px; 
}
.mystyle_item .text_box p {
	font-weight: 300;
	font-size: 23px;
	line-height: 35px;
	color: #FFFFFF;
	opacity: 0.57 !important;;
} 

.mystyle_item .margin_right{
	margin-right:  60px;
}
.mystyle_item .margin_right83 {
	margin-right: 83px;
}
 

.mysection15 {
	margin-top: 122px;
	margin-bottom: 125px;
}
.mysection15 p{
	max-width: 858px;
	margin: 0 auto;
	padding: 0 20px;
	font-weight: 300;
	font-size: 23px;
	line-height: 36px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.74 !important;;
} 

.myborder_item {
	margin-bottom: 25px; 
	padding-top: 85px;
	padding-bottom: 88px;
	border: 4px solid rgba(79,75,170,.14);
}
 

.myborder_item .img_box {
	width: 220px;
	text-align: left;
	max-width: 100%; 
	margin-left: 82px;
}
.myborder_item .text_box{
	flex: 1;
	margin-right: 80px;
}
.myborder_item .text_box h6 {
	font-weight: 400;
	font-size: 39px;
	line-height: 50px; 
	color: #FFFFFF;
	margin-bottom: 17px;
}
.myborder_item .text_box p {
	font-weight: 300;
	font-size: 23px;
	line-height: 36px; 
	color: #FFFFFF; 
	opacity: 0.74 !important;;
	margin-bottom: 0;
}
.mysection16{
	margin-bottom: 141px;
}

.mysection17 .title{  
	margin-bottom: 80px;
}

.mysection17{
	width: 100%;
	overflow: hidden;
}
.structure{
	background: rgba(229,228,255,.6);
	margin-bottom: 20px;
}
.structure_item{
	/* padding: 30px 0;  */
	padding-top: 43px;
	padding-bottom: 32px;
}
.structure_item .step{
	font-family:  'PingFangBold' !important;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px; 
	color: #4F4BAA;
	margin-bottom: 1px;
}
.structure_item h6{
	font-family:  'PingFangBold' !important;
	font-weight: 500;
	font-size: 33px;
	line-height: 40px; 
	color: #FFFFFF; 
	margin-bottom: 10px;
}
.pch_box{ 
	font-family:  'PingFangBold' !important;
	display: inline-block;
	border-top:  1px solid rgba(151, 151, 151, .37);
	padding: 10px 0;
	padding-right: 40px;
	padding-top: 12px;
	font-size: 20px;
}
.pch_box .text{
	font-weight: 400; 
	line-height: 40px;  
	color: #FFFFFF; 
	mix-blend-mode: normal;
	opacity: 0.44 !important;;
}
.pch_box img{
	margin-left: 21px;
}
.left_box{
	margin-right: 322px;
	margin-left: 0;
	padding-left:337px;
}

.right_box{
	margin-left: 258px;
	margin-right: 0;
	padding-left: 80px;
}

.mysection18{
	margin-top: 220px;
}

.mysection18 .title{
	margin-bottom:76px;
}

.mysection18 .mystyle_item .text_box p{
	opacity: 1 !important;
}
.mysection19 {
	margin-top: 183px;
	margin-bottom: 235px;
}
.mysection19 ul{
	list-style-type:none;
	margin-top: 107px;
	padding: 0;
	margin-bottom: 0;
}
.mysection19 ul li{
	padding-left: 43px;
	position: relative;
	background: url(../../image/Oval.png) no-repeat;
	background-position: left center;
	background-size: 12px;
	font-weight: 300;
	font-size: 28px;
	line-height:2; 
	color: #FFFFFF;
} 


.mysection20{
	background: rgba(213,213,247, .6); 
	padding-top: 123px;
	padding-bottom: 106px;
} 
.mysection20 .bg_box{
	max-width: 527px; 
	background: #000;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 62px;
	margin: 0 auto;
} 
 
.mysection20 .bg_box .p1{
	font-weight: 500;
	font-size: 26px;
	line-height: 35px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.76 !important;;
	margin-bottom: 13px;
}

.mysection20 .bg_box .p2{
	font-weight: 500;
	font-size: 38px;
	line-height: 48px; 
	text-align: center; 
	color: #FFFFFF;
	margin-bottom: 13px;
}
.mysection20 .bg_box .p3{
	font-weight: 400;
	font-size: 21px;
	line-height: 35px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.76 !important;;
	margin-bottom: 0;
}
.mysection20 .bg_box .p4{
	font-weight: 400;
	font-size: 19px;
	line-height: 31px; 
	text-align: center; 
	color: #FFFFFF; 
	opacity: 0.5 !important;;
	margin-bottom: 0;
	
}
.mysection20 .bg_box .btn{
	font-weight: 500;
	font-size: 19px;
	line-height:40px;  
	text-align: center; 
	color: #FFFFFF; 
	margin: 20px 0  ; 
	margin-top: 41px;
	margin-bottom: 62px;
	width: 160px;
	height: 54px;
	background: #8683F6;
	border-radius: 33.5px;
}
 
/* 
#users_box,#qonBayAcademy_box{
	display: none;
} */
 




.mysection30{
	box-sizing: border-box;
	width: 100%;
	background: url(../../image/Rectangle30.png) no-repeat;
	/* height: 400px; */
	background-size: cover;
    background-position: center;
	margin-bottom: 73px;
}
.mysection30 .box{
	box-sizing: border-box; 
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 127px;
	padding-bottom: 100px;
}
.banner_item{
	display: flex;
	align-items: center;
}
.banner_item .banner_item_left{
	margin-right: 22px;
}
.banner_item .banner_item_right{
	width: 234px;
}
.banner_item .banner_item_right_t{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 50px; 
	color: #FFFFFF;
	margin: 0;
}
.banner_item .banner_item_right_b{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 35px; 
	color: #FFFFFF;
	margin: 0;
}
.myshow { 
	height:100%;
	position:relative;
	animation:mymove 4s ;
	-webkit-animation:mymove 4s ; /*Safari and Chrome*/
}
.mysection30  .btn_box{
	text-align: center; 
	padding-bottom: 83px;
}
.mysection30  .btn_box .btn{  
	width: 230px;
	height: 54px;
	line-height:40px;  
	border-radius: 33.5px;
	background: #FFCD38;
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600; 
	color: #000;
	text-align: center;
	font-size: 19px; 
	font-weight: 500; 
	margin: 0 auto;
}

@keyframes mymove {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}


.mysection35  {
	padding-bottom: 180px;
	padding-top: 130px;
}
.hide {
	position: absolute; 
	left:100%;
	height: 0;
	overflow: hidden;
}
.footer {
	background: black;
	padding: 115px 0 44px ;
}

.footer .upper-section { 
	padding-bottom: 50px; 
}

.footer .upper-section .logo {
	margin-bottom: 20px;
}

.footer .upper-section p {
	margin: 0;
	color: #A6A6A6;
	font-size: 15px;
	line-height: 24px;
}

.footer .upper-section a {
	display: block;
	margin-bottom: 4px;
	color: #A6A6A6;
	font-weight: 400;
	transition: 0.3s;
}

.footer .upper-section a:hover {
	color: white;
	font-weight: 400;
	text-decoration: none;
	transition: 0.3s;
}

.footer .upper-section .description {
	max-width: 283px;
	margin-bottom: 20px;
}

.footer .upper-section .mysocial-icons a {
	 
}

.footer .upper-section .mysocial-icons i {
	margin-right: 5px;
}
.footer .upper-section .mysocial-icons .default_icons{
	width: 187px;
}
.footer .upper-section h5 {
	margin-bottom: 10px;
}

.footer .upper-section .rightside .rightside-column {
	margin-right: 80px;
}

.footer .upper-section .rightside .rightside-column:last-child {
	margin-right: 0;
}

.footer .lower-section {
	padding-top: 50px;
	border-top: 1px solid #2B2B2B;
}
.footer .lower-section p {
	margin: 0;
	color: #A6A6A6;
	font-size: 15px;
	line-height: 24px;
}

.footer .lower-section p a {
	color: white;
	font-weight: 600;
	transition: 0.3s;
}

.footer .lower-section p a:hover {
	font-weight: 400;
	text-decoration: none;
	transition: 0.3s;
}

.fontSize_63{
	font-size: 63px
}
.fontSize_59{
	font-size: 59px;
}
.fontSize_44{
	font-size: 44px
}
.fontSize_42{
	font-size: 42px;
}
.fontSize_33{
	font-size: 40px;
}
.fontSize_38{
	font-size: 38px
}
.fontSize_36{
	font-size: 36px;
}
.fontSize_34{
	font-size: 63px
}
.fontSize_33{
	font-size: 33px;
}
.fontSize_28{
	font-size: 28px;
}
.fontSize_26{
	font-size: 26px  ;
}
.fontSize_23{
	font-size: 23px
}
.fontSize_22{
	font-size: 22px
}
.fontSize_21{
	font-size: 20px;
}
.fontSize_20{
	font-size: 20px;
}
.fontSize_19{
	font-size: 20px;
}

.formssection1.mysection1_bg{ 
	background-image: url(../../image/formsRectangle1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.formssection1 .mysection1_con{ 
	padding-top: 58px !important;  
	padding-bottom: 254px;
}   
.formssection1 .slider-content .title{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 52px;
	line-height: 61px; 
	text-align: center;
	letter-spacing: -0.881356px; 
	color: #FFFFFF;
}
.formssection1 .slider-content .title span{
	background: #FFCD38;
	color: #000;
	padding: 8px 23px 15px 23px;
	margin-left: 20px;
}
.formssection1 .slider-content p{
	max-width: 790px;
	margin: 0 auto;
	margin-top: 31px;
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 37px; 
	text-align: center; 
	color: #FFFFFF; 
	mix-blend-mode: normal;
	opacity: 0.86;
}
.formssection2 {
	position: relative;
	margin-top: -80px;
	padding-top: 80px;
}
.formssection2_bg{ 
	background-image: url(../../image/formsRectangle.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
 
.formssection2 .formssection1_con{
	box-sizing: border-box;
	padding-top: 58px; 
	padding-bottom: 194px;
} 
.formssection1  .img_box{
	margin-bottom: 211px;
}


.formssection2 .slider-content{
	max-width: 816px;
	margin: 0 auto;
	padding-top: 173px;
	padding-bottom: 148px;
}

.formssection2 .slider-content h3{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 37px; 
	color: #FFFFFF;
	padding-left: 15px;
	padding-bottom: 20px;
}

.formssection2 .slider-content li{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px; 
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 28px;
}
.formssection2 .slider-content li span{
	display: inline-block;
	font-weight: 600;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	text-align: center;
	line-height: 45px;
	margin-right: 14px;

}
.formssection_con{
	max-width: 800px;
	margin: 0 auto;
}

.formssection3{
	padding-top: 135px;
}

.formssection3 h5{ 
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 37px; 
	color: #FFFFFF; 
	padding-bottom: 55px;
}


.formssection3 h6{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 37px; 
	color: #FFFFFF;
	padding-top: 30px;
}
.formssection3 h6 span{
	font-weight: 600;
}
.forms .line{
	opacity: 0.21 !important;
	height:2px;
	width: 100%;
	background: #979797;
	margin: 25px 0; 
}
.formssection3 .information{
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-size: 27px;
	line-height: 37px; 
	color: #FFFFFF;
}

.radio_box{  
	margin-bottom: 20px;
	
}
.radio_content{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 46px 37px 46px 56px;
	justify-content: space-between;
	border: 3px solid rgba(151, 151, 151, .26);
	border-radius: 13px;
	cursor: pointer;
}
.radio_content h6,.radio_content p{
	font-family: 'Outfit';
	font-style: normal; 
	font-weight: 600; 
	font-size: 24px;
	line-height: 39px; 
	color: #FFFFFF; 
	opacity: 0.63;
	margin: 0;
	padding: 0;
}
.radio_content p{ 
	font-weight: 400; 
}
.radio_box label{
	width: 100%; 
}
.radio_box input[type="radio"]{
	display: none;
}
.checkbox_icon{
	width: 37px;
	height: 37px;
	background: url(../../image/noSelect.png) no-repeat center;
}

.radio_box input[type="radio"]+label .checkbox_icon{
	background: url(../../image/noSelect.png) no-repeat center;
}
.radio_box input[type="radio"]:checked+label .checkbox_icon{
	background: url(../../image/select.png) no-repeat center;
} 

.describe_box{
	font-family: 'Outfit';
	font-style: normal; 
	font-size: 24px;
	line-height: 37px; 
	color: #FFFFFF;
	margin-top: 73px;
	margin-bottom: 93px;
}
.describe_box h6{
	font-weight: 600;
}
.describe_box p{
	margin: 0;
}
.describe_box .roundDot{
	margin: 0;
	padding-right: 4px;
	font-size: 30px;
	line-height: 37px; 
}
.input_box{
	background: rgba(214,217,230, .34); 
	border-radius: 13px;
	height: 55px;
	/* margin-bottom: 13px; */
}
.input_box input{
	width: 100%;
	border: none;
	background: transparent;
	height: 55px;
	line-height: 55px;
	padding-left: 18px;
	outline: none;
}
.formssection3 .btn_box {
	text-align: center;
	margin-bottom: 157px;
	margin-top: 90px;
}
.formssection3 .btn_box .btn{ 
	font-weight: 500;
	font-size: 19px;
	line-height:50px;  
	text-align: center; 
	color: #FFCD38;  
	width: 164px;
	height: 60px;
	background: #000;
	border-radius: 30px; 
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600; 
}

.inputError{
    color: rgba(218,35,25,1);  
	padding: 7px 0;
	font-size: 12px;
	padding-left: 20px;
}

.fixPage{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-moz-transform: translate(-50%, -50%);
	/* Firefox */
	-webkit-transform: translate(-50%, -50%);
	/* Safari 和 Chrome */
	-o-transform: translate(-50%, -50%);
}
.fixPage1{
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
 }
.loadingBox img{
    width: 30px;
    
}
.errorBox{
	cursor: pointer;
}
.hide{
    display: none;
}

.sumbit_success{
    text-align: center;
    padding-top: 196px;
    
}
.sumbit_success p{
	font-weight: bold;
	padding-bottom: 3px;
    font-size: 18px;
}
.sumbit_success .succImg{
  display: inline-block;
  width: 68px;
  height: 51px;
  background: url(../image/submitok.png) no-repeat;
  background-size:100% 100%;
  margin-bottom: 6px;
  margin-left: -13px;
}

.pricing-table {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch!important;
	color: #FFFFFF;
}

.pricing-table  .table td{
	border: 0;
	vertical-align: middle;
}

.pricing-table .rank-sl {
    width: 33.3%;
    padding: 30px 20px;
}

.table{
	color: #FFFFFF;
	vertical-align: middle;
}






.pricing-table .left_titles{
	padding-right: 50px !important; 
}
 
.pricing-table .right_icon{
	width: 30px;
	height: auto;
}
.pricing-table .base_icon{
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.pricing-table .pro_icon{
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.pricing-table .option_title_box{
	box-sizing: content-box;
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 2px solid #fff;
	height: 40px;
	font-weight: 600;
	font-size: 21px;
	line-height: 22px; 
	color: #fff;
}
.pricing-table .option_price_box{
	box-sizing: content-box;
	font-weight: 600;
	font-size: 21px;
	line-height: 22px;  
	color: #fff;
	margin-top: 37px;
 }
.pricing-table .option_price_box span{
	font-size: 31px;
	line-height: 32px;
}
.pricing-table .option_price_box .discussed{
	font-size: 21px;
	line-height: 32px;
}

.pricing-table .free_tip{
	font-size: 16px;
	line-height: 16px; 
	color: #fff; 
	opacity: 0.56;
	padding: 6px  0;
} 
.pricing-table .started_btn{
	display: inline-block;
	border-radius: 8px;
	background: #8f8cff;
	border: 0;
	font-size: 17px;
	line-height: 17px;
	text-align: center; 
	color: #FFFFFF;
	padding: 14px 0px;
	width: 100%;
	margin: 30px 0;
	cursor: pointer;
}

.pricing-table .line1{
	display: inline-block;
	width: 22px;
	height: 0px;
	border: 3px solid #fff;
}
.pricing-table .line2{
	display: inline-block;
	width: 22px;
	height: 1px;
	border: 2px solid #FFFFFF;
} 
.align_center{
	text-align: center !important; 
	font-size: 19px; 
	line-height: 22px;
}
.row_title{
	font-weight: 600;
	font-size: 19px;
	line-height: 26px; 
	color: #FFFFFF;
   padding:16px 0px;
}
.mobile_box .row_title{
	padding:0px;
}
.table{
vertical-align:middle;
}
.table td{
border: 0;
}
.pricing-table{
width: 100%;
overflow: auto;
 -webkit-overflow-scrolling: touch !important;
}
 
.cm-width-1{
width: 243px;
margin: 0px auto;
}



.text_center{
	text-align: center !important;  
}



	.mobile_box{
		display: none;
		padding-top: 15px;
	}
	.mobile_box   .explain_box{
        font-size: 16px !important;
    }
	.mobile_box   .row_box{ 
		padding:30px 10px;
           
    }
	.mobile_box    .pricing-item-mobile .row_box:first-child{
        padding-top: 10px;
    }
	.mobile_box    .option_price_box{
        margin-top: 20px;
        font-size: 19px !important;
        min-height: 35px;
    }
	.mobile_box    .discussed{
        font-size: 19px !important;
    }
	.mobile_box    .swipe_item .row_box:first-child{
        padding-top: 0px !important;
    }
	.mobile_box    .explain_box{
           padding:15px;
    }
	.mobile_box  .row_box:not(:last-child){
        border-bottom: 1px solid #ddd;
    }
	.mobile_box  .row_box:not(:first-child){
        min-height: 250px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
    }
	.mobile_box   .row_subtitle{
        text-align: center;
        font-size: 19px;
		line-height: 26px;
		color: #fff;
    }
	.mobile_box   .row_title{
        font-size: 19px;
        line-height: 26px;
		text-align: center !important; 
		margin-bottom: 6px;
		font-weight: bold;
		color: #fff;
    } 




/*---------------------------------------------------------------

Responsive MIN

-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

	.footer .rightside {
		margin-left: auto;
	}
	 
	
} 
@media screen and (max-width: 1200px) {

	.footer .upper-section .description {
		max-width: 100%;
		text-align: center;
	}

	.footer .upper-section .logo {
		display: block;
		margin: 0 auto 20px auto;
	}

	.footer .mysocial-icons {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.footer .leftside {
		margin-bottom: 50px;
	}
	.left_box{
		margin-right: 20%;
		margin-left: 0;
		padding-left: 20%;
	}

	.right_box{
		margin-left: 20%;
		margin-right: 0;
		padding-left: 0px;
	}
}    

@media screen and (max-width: 991px) { 
	body{
		
	}
	.dropdown_menu{
		width: 100%;
	}
	.navbar .logo {
		width: auto;
		height: 30px;
	}
	.navbar .logo_byon {
		width: auto;
		height: 20px;
	}
	.navbar-nav_collapse {
		flex-grow: 0;
		padding: 16px;
		background-color: rgba(83, 89, 129, .9);
	} 
	.mysection1 .mysection1_bg{
		height: 500px;
		width: auto;
	}
	.mysection1 .mysection1_bg img{
		height: 100%;
		object-fit: cover;
	}
	.mysection1 .mysection1_con{ 
		padding-top: 200px;
		padding-bottom: 120px;
	}
	.mysection1 .slider-content h1{  
		font-size:52px;
		line-height: 52px;  
	}
	.mysection1 .slider-content p{  
		font-size: 28px;
		line-height:28px;  
		margin-top: 26px;
	}
	
	.mysection1 .slider-content .btn{
		margin-top: 30px;
	} 
	.mysection3 .bg_box{
		flex-direction: column;
	}
	.mysection4 .content_nav{ 
		padding-left: 0px;
		padding-right: 0px; 
	}
	.content_nav .menu2.active{
		margin: 0;
	}
	.content_nav .menu1.active{

	}
	.mysection4 .content_nav>span{
		padding: 6px 20px !important;
		font-weight: 100;
		font-size: 18px;
		line-height: 28px;
		width: auto;
	}
	.mysection5 .box{
		padding: 100px 40px 100px;
	}
	.mysection5 .box p {
		font-size: 24px;
	}
	.mysection6 .box h6{
		font-size: 24px;
	}
	.mysection8 {
		padding: 60px 0;
	}
	.mysection9 .box{
		padding: 100px 20px 100px;
	}
	.mysection9 .box h6{
		font-size: 22px;
	}
	.mysection9 .box p{
		font-size: 18px;
	}
	.mysection10 .box h6{
		font-size: 34px;
	}
	.mysection11 .box img{

	}
	.mysection11 .box{
		padding: 100px 0;
	}
	.mysection11 .box h5 {
		font-size: 30px;
		margin-top: 30px;
	}
	.mysection11 .box h6{
		font-size: 28px;
		margin-top: 30px;
	}
	.mysection11 .box p{
		font-size: 24px;
	}
	h4.title{
		font-size: 36px;
	}
	.mystyle_item .text_box h6{
		font-size: 28px;
	}
	.mystyle_item .text_box p {
		font-size: 16px;
	}
	.mysection14{
		margin-top: 100px;
	}
	.mysection15 p {
		font-size: 16px;
	}
	.myborder_item {
		text-align: center;
		padding: 40px;
	}
	.myborder_item  .img_box{
		text-align: center; 
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.left_box {
		margin-right:0;
		margin-left: 0;
		padding-left: 0;
	}
	.right_box {
		margin-left: 0;
		margin-right: 0;
	}
	.structure_item { 
		padding-left: 20px;
		padding-right: 20px;
	}
	.structure_item .step { 
		font-size: 20px; 
	}
	.structure_item h6 { 
		font-size: 24px; 
	}
	.pch_box {
		font-size: 16px;
	}
	.pch_box img{
		height: 30px;
	}
	.mystyle_item .margin_right {
		margin-right: 0px;
	}
	.mystyle_item .margin_right83 {
		margin-right: 0px;
	}
	.mysection19 {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.mysection19 ul { 
		margin-top: 40px; 
	}
	.mysection19 ul li {
		font-size: 16px;
	}
	.mysection3 .bg_box {
	padding: 100px 30px;
	}
	.myborder_item .text_box{
		margin-right: 0;
	}
	.mysection30 .box{
		flex-direction: column;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.banner_item {
		margin: 40px 0;
	}

	.wrap_reverse{
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.mysection13 .img_box{
		flex-wrap: wrap;
		margin: 40px 0;
	}
	.mysection13 .img_box img{
		width: 50%;
		margin-bottom: 10px;
	}
	.mysection14 .title{
		margin-bottom: 60px;
	}
	.mysection17 .title{
		margin-bottom: 60px;
	}
	.fontSize_63{
		font-size: 56px !important;
	}
	.fontSize_59{
		font-size:52px !important;
	}
	.fontSize_44{
		font-size: 38px !important;
	}
	.fontSize_42{
		font-size: 36px !important;
	} 
	.fontSize_40{
		font-size: 34px !important;
	} 
	.fontSize_39{
		font-size: 33px !important;
	} 
	.fontSize_38{
		font-size: 32px !important;
	}
	.fontSize_36{
		font-size: 30px !important;
	}
	.fontSize_34{
		font-size:28px !important;
	}
	.fontSize_33{
		font-size: 26px !important;
	}
	.fontSize_28{
		font-size: 24px !important;
	}
	.fontSize_26{
		font-size: 22px !important;
	}
	.fontSize_23{
		font-size: 19px !important;
	}
	.fontSize_22{
		font-size: 18px !important;
	}
	.fontSize_21{
		font-size: 17px !important;
	}
	.fontSize_20{
		font-size: 16px !important;
	}
	.fontSize_19{
		font-size: 15px !important;
	}
	.formssection1 .slider-content .title span{
		display: inline-block;
		font-size: 30px;
		margin-left: 0;
	}
	.formssection2 .slider-content li{
		font-size:20px;
	}
	.formssection3{
		padding-top: 80px;
	}
	.radio_content{
		padding: 20px;
	}
	.radio_content h6, .radio_content p{
		font-size: 16px;
	}
	.describe_box{
		font-size:20px;
	}
	.formssection2 .slider-content{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.mobile_box{
        display: block;
    }
    .pc_box{
        display: none;
    }
}

@media screen and (max-width: 767px) {
	
	.fontSize_63{
		font-size: 54px !important;
	}
	.fontSize_59{
		font-size:50px !important;
	}
	.fontSize_44{
		font-size: 37px !important;
	}
	.fontSize_42{
		font-size: 35px !important;
	} 
	.fontSize_40{
		font-size: 33px !important;
	} 
	.fontSize_39{
		font-size: 32px !important;
	} 
	.fontSize_38{
		font-size: 31px !important;
	}
	.fontSize_36{
		font-size: 29px !important;
	}
	.fontSize_34{
		font-size:27px !important;
	}
	.fontSize_33{
		font-size: 25px !important;
	}
	.fontSize_28{
		font-size: 23px !important;
	}
	.fontSize_26{
		font-size: 22px !important;
	}
	.fontSize_23{
		font-size: 18px !important;
	}
	.fontSize_22{
		font-size: 17px !important;
	}
	.fontSize_21{
		font-size: 16px !important;
	}
	.fontSize_20{
		font-size: 15px !important;
	}
	.fontSize_19{
		font-size: 14px !important;
	}
}

@media screen and (max-width: 576px) {
	
	.footer .rightside {
		text-align: center;
	}

	.footer .upper-section {
		padding-bottom: 20px;
	}

	.footer .upper-section .rightside .rightside-column {
		margin: 0 0 30px 0;
	}
	.fontSize_63{
		font-size: 40px !important;
	}
	.fontSize_59{
		font-size:36px !important;
	}
	.fontSize_44{
		font-size: 32px !important;
	}
	.fontSize_42{
		font-size: 28px !important;
	} 
	.fontSize_40{
		font-size: 22px !important;
	} 
	.fontSize_39{
		font-size: 28px !important;
	} 
	.fontSize_38{
		font-size: 25px !important;
	}
	.fontSize_36{
		font-size: 24px !important;
	}
	.fontSize_34{
		font-size:22px !important;
	}
	.fontSize_33{
		font-size: 21px !important;
	}
	.fontSize_28{
		font-size: 18px !important;
	}
	.fontSize_26{
		font-size: 16px !important;
	}
	.fontSize_23{
		font-size: 14px !important;
	}
	.fontSize_22{
		font-size: 17px !important;
	}
	.fontSize_21{
		font-size: 16px !important;
	}
	.fontSize_20{
		font-size: 15px !important;
	}
	.fontSize_19{
		font-size: 14px !important;
	}
}

@media (min-width: 1400px){
	.container2{ 
		max-width: 1400px  !important;  
		margin: 0 auto;
	}
}
@media (min-width: 1200px){  
	.container { 
		padding: 0 !important;
	}
	.mysection2 .container{
		max-width: 1090px  !important;  
	}
	.mysection3 .container {
		max-width: 1090px  !important;  
	}
	.mysection3 .container {
		max-width: 1200px  !important;  
	}
	.mysection7 .container {
		max-width: 1074px  !important;  
	}
	.mysection12 .container {
		max-width: 1065px  !important;  
	}
	.mysection13 .container {
		max-width: 1200px  !important; 
	}
	.mysection14 .container {
		max-width: 966px  !important; 
	}
	.mysection16 .container {
		max-width: 1000px  !important; 
	}
	.mysection18 .container {
		max-width: 1006px  !important; 
	}
	.mysection19 .container {
		max-width: 926px  !important; 
	}
} 

/*-------------------
# Back on Top Button
--------------------*/
.buttontop-top {
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 10px;
	padding-top: 17px;
	height: 60px;
	width: 60px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	z-index: 2;
	color: #fff;
	background: #000;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	transition: 0.2s;
}

.buttontop-top.buttontop-is-visible,
.buttontop-top.buttontop-fade-out,
.no-touch .buttontop-top:hover {
	transition: opacity .3s 0s, visibility 0s 0s;
}

.buttontop-top.buttontop-is-visible {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}

.buttontop-top.buttontop-fade-out {
	opacity: .5;
}

.buttontop-top:hover {
	opacity: 1;
	color: #fff !important;
	text-decoration: none !important;
	transition: 0.2s;
}
 


.lang_boxs{
	top: 4px;
	margin-left: 8px;
}
.currentLang_title {
	color: #FFF;
	padding: 10px 0px;
}
.currentLang_title:hover{
	color: #FFF;
}
.currentLang_title img{
	display: inline-block;
	height: 23px;
	margin-right: 1px;
	position: relative;
	top: -1px;
}
.lang_boxs:hover .langList_boxs{
	display: block;
}
.langList_boxs .lang_items{ 
    cursor: pointer;
    position: relative;
}
.langList_boxs a{
	width: 100%;
	display: inline-block;
	padding: 5px 20px;
	color: #6f7d95;
	font-size: 18px;
}
.langList_boxs a:hover{
	text-decoration: none;
	color: #000;
}
.langList_boxs .lang_items.liActive{
	color: #000;
	font-weight: bold;
}
.langList_boxs .lang_items.liActive a{
	color: #000;
}
.langList_boxs .lang_items img{
	position: absolute;
	right: 20px;
	top: 8px;
	width: 20px;
	display: none;
}
.langList_boxs .lang_items.liActive img{
	display: block;
}
.langList_boxs{
	left: auto;
	right: 0px;
}
.pc_lang_box {
	display: inline-block;
}
.mobile_lang_box{
	display: none;
	top: 0px;
	margin-right: 10px;
}
@media screen and (max-width: 991px){
	.pc_lang_box {
		display: none;
	}
	.mobile_lang_box{
		display: inline-block;
	}
}






#pricingTable thead {
	border: none;
  }
  #pricingTable  thead tr th {
	border: none;
  }
  
  #pricingTable  tbody tr td {
	padding: 25px 23px !important;
  }
  #pricingTable tbody tr td span {
	font-size: 16px;
  }
  #pricingTable tbody .color-light {
	background:#242435;
	border-radius: 5px;
  }
  
  #pricingTable .box-table {
	padding: 0 20px 0 20px;
	background: #24243557;
	border-radius: 5px;
	border: 1px solid #ffffff14;
  }
  
  #pricingTable tbody.ranking tr td {
	padding: 10px 25px !important;
	vertical-align: middle !important;
  }
  #pricingTable tbody.ranking tr td .thumbnail img {
	max-width: 60px;
	border-radius: 50%;
	margin-right: 10px;
	border: 2px solid #ffffff14;
	transition:0.3s;
  }
  
.mynftprice h6.hks {
	margin-right: 5px;
	font-size: 24px;
	font-weight: 500;
  }
  
  .mynftprice p {
	margin-right: 4px;
  }
  
  .mynftprice h6.qc {
	margin-right: 2px;
	font-size: 24px;
	font-weight: 500;
	color: var(--color-primary);
  }
  
  .mynftprice img {
	max-height: 26px;
	margin-bottom: 9px;
  }
  
  .mybuynow {
	margin-bottom: 50px;
	margin-top: -20px;
	padding: 10px 40px !important;
	color: black !important;
  }
  
  .mybiddetails h4 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 600;
  }
  
  .mybiddetails .white {
	color: white;
	font-weight: 500;
  }
  
  .mybiddetails a {
	color: var(--color-primary);
	transition: 0.2s;
  }
  
  .mybiddetails a:hover {
	color: var(--color-white);
	transition: 0.2s;
  }
  
  .privacy-wrapper strong {
	color: white;
  }
  
  .mypricing-title {
	margin-bottom: 6px; 
	color: #fff !important;
  }
  .rn-section-gapTop .description{
	font-size: 18px;
	line-height: 1.6;
	color: #acacac;
	margin: 20px 0;
  }
  .mytable .myhead-info {
  
  }
  
  .mytable .myhead-info i {
	margin-bottom: 5px;
	font-size: 39px;
  }
  
  .mytable .myhead-info h3 {
	margin-top: 17px;
	margin-bottom: 1px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 25px;
	color: #fff !important;
  }
  
  .mytable .myhead-info p {
	margin-bottom: 22px;
	text-transform: none;
	color: #acacac;
  }
  
  .mytable .myprice {
	font-size: 34px;
	font-weight: 700;
  }
  
  .mytable .mypricereq {
	font-size: 20px;
	font-weight: 600;
  }
  
  .mytable .myper {
	font-size: 15px;
	opacity: 0.8;
  }
  .color-primary {
	color: #8f8cff !important;
  }
  
  .mytable button {
	margin-top: 9px;
	background-color: #8f8cff;
	border-color: #8f8cff;
  }

  .mytable button:hover{
	color: #1d1d1d;
	background-color: #fff;
	border-color: #fff;
  }
  
  .mytable button.lastone {
	margin-top: 15px;
  }
  
  .mytable thead .myadvp {
	margin-top: 31px;
	font-size: 16px;
	text-transform: none;
	color: white;
  }
  
  .mytable .table-hover td:hover {
	color: white;
	background-color: #5e5e7c;
  }
  
  .mytable .table-hover td:hover span,
  .mytable .table-hover td:hover p,
  .mytable .table-hover td:hover i {
	color: white !important;
	opacity: 1;
  }
  
  #pricingTable .mybusinessplan .mytable {
	border: 4px solid rgba(143, 140, 255, 0.25);
  }
  
  .mytable .bestvalue {
	margin: 4px 0 29px 0;
	letter-spacing: 3px;
	font-weight: 700;
	color: #8f8cff91;
	font-size: 17px;
  }
  
  .box-table:hover {
	background-color: rgba(55, 55, 80, 0.32);
  }
  
  .myauthordescription {
	max-width: 800px;
	margin-top: 13px;
	margin-bottom: 11px;
  }
  
  .myauthordescription span {
	color: #a7a7a7 !important;
  }
  
  .provisoryicons {
	height: 35px;
	width: 280px;
	max-width: 100%;
	min-width: 10px;
	width: max-content;
	display: block;
	margin: 11px auto;
  }
  
  .product-style-one .card-thumbnail.myactivityx a img {
	max-height: 160px;
  }
  
  .myrowx {
	margin-bottom: 19px;
  }
  
  .myrowx .mycalx {
	margin-top: 10px;
  }
  
  .myrowx .mycalx p {
	margin: 0;
  }
  
  .myrowx .mycalx .myr1 {
	font-size: 14px;
  }
  
  .myrowx .mycalx .myr2 {
	font-weight: 700;
	color: white;
  }
  
  .myheadersocialicons {
	margin-top: 17px;
	margin-bottom: 11px;
  }
  
  .myheadersocialicons a {
	margin-right: 11px;
  }
  
  .myheadersocialicons a:last-child {
	margin-right: 0;
  }
  
  .myheadersocialicons img {
	height: 19px;
  }
  
  .myactivitymodal {
  
  }
  
  .myactivitymodal p {
	font-size: 17px
  }
  
  .myactivitymodal .modal-content {
	background-color: var(--background-color-2);
	border: 0 none;
	padding: 0px;
	border-radius: 10px;
  }
  
  .myactivitymodal .modal-header {
	border: 0 none;
	justify-content: center;
	margin-bottom: 10px;
  }
  
  .myactivitymodal .modal-header .btn-close,
  .myactivitymodal .modal-header .btn-close svg {
	color: white;
  }
  
  .myactivitymodal .modal-footer {
	border-top: none;
  }
  
  .myactivitymodal .mymodalheader {
	background: url('https://i.postimg.cc/L87tj2k8/stte.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 370px;
	border-radius: 10px 10px 0 0;
  }
  
  .myactivitymodal .myrowy {
	margin: 25px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	padding-bottom: 25px;
  }
  
  .myactivitymodal .myrowy .mycaly p {
	margin: 0;
  }
  
  .myactivitymodal .myrowy .mycaly .myr1 {
	font-size: 14px;
  }
  
  .myactivitymodal .myrowy .mycaly .myr2 {
	font-size: 25px;
	font-weight: 600;
	color: white;
  }
  
  .myactivitymodal .myrowy .mycoly h3 {
	margin: 0;
	font-size: 28px;
  }
  
  .myactivitymodal .myrowy .mycoly a {
	color: var(--color-primary);
  }
  
  .myactivitymodal .mymh-s2 {
	padding: 0 30px 19px 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }
  
  .myactivitymodal .mymh-s2 p {
	margin: 0 0 5px 0;
  }
  
  .myactivitymodal .mymh-s2 i {
	font-size: 18px;
	margin-right: 12px;
  }
  
  .myactivitymodal .mymh-s3 {
	padding: 0 30px 19px 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }
  
  .myactivitymodal .mymh-s3 img {
	height: 50px;
	border-radius: 50px;
	margin-right: 11px;
  }
  
  .myactivitymodal .mymh-s3 .mynr {
	color: white;
	background: #353550;
	font-size: 17px;
	font-weight: 500;
	padding: 11px 17px 10px 12px;
	border-radius: 26px;
  }
  
  .myactivitymodal .mymh-s4 .jumpin-btn {
	margin-bottom: 20px;
  }
  
  .myactivitymodal .mymh-s4 .dismiss-btn {
	margin-bottom: 4px;
	color: var(--color-primary);
	font-size: 16px;
	font-weight: 600;
	transition: 0.2s;
  }
  
  .myactivitymodal .mymh-s4 .dismiss-btn:hover {
	color: white;
	transition: 0.2s;
  }
  
  .mycontactvideo {
	object-fit: cover;
  }
  
  .myfootervideo {
	object-fit: cover;
	max-height: 240px;
	border-radius: 20px;
	border: 10px solid #2c2c3d;
  }
  
  
  @media (min-width: 1200px){
	.text-xl-start {
		text-align: left!important;
	}
  }
  @media only screen and (min-width: 1200px){
  .mybasicplan {
	  margin-top: 160px;
  }
  .mybusinessplan {
    margin-top: 80px;
}
  }