.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/**<div class="give_error_yes"><i class="fa fa-check-circle"></i> Please fill in required fields.</div>**/
/**<div class="give_error_no"><i class="fa fa-exclamation-circle"></i> Please fill in required fields.</div> times-circle**/
.my_no_result{
	text-align:center;
	font-size:25px;
	padding:25px 10px;
	color:#FF6C6C;
}

.my_95_none{
	margin:0 auto;
	width:95%
}
.my_95_block{
	overflow:hidden;
	margin:0 auto;
	width:95%;
}

.my_100{
	width:100%;
	/*overflow:hidden;*/
	clear:both;
	margin:0 auto;
}
.my_100_block{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.my_100_hide{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.my_95{
	/*overflow:hidden;*/
	margin:0 auto;
	width:95%;
}
.my_10{
	float:left;
	width:10%;
}
.my_10_hide{
	float:left;
	width:10%;
	overflow:hidden;
}
.my_20{
	float:left;
	width:20%;
}
.my_20_hide{
	float:left;
	width:20%;
	overflow:hidden;
}
.my_25{
	float:left;
	width:25%;
}
.my_25_hide{
	float:left;
	width:25%;
	overflow:hidden;
}
.my_30{
	float:left;
	width:30%;
}
.my_30_hide{
	overflow:hidden;
	float:left;
	width:30%;
}
.my_33{
	float:left;
	width:33.333%;
}
.my_33_hide{
	overflow:hidden;
	float:left;
	width:33.333%;
}
.my_50{
	float:left;
	width:50%;
}
.my_50_hide{
	overflow:hidden;
	float:left;
	width:50%;
}
.my_70{
	float:left;
	width:70%;
}
.my_70_hide{
	overflow:hidden;
	float:left;
	width:70%;
}
.my_75{
	float:left;
	width:75%;
}
.my_75_hide{
	overflow:hidden;
	float:left;
	width:75%;
}
.my_80{
	float:left;
	width:80%;
	margin:0 auto;
}
.my_80_hide{
	overflow:hidden;
	float:left;
	width:80%;
	margin:0 auto;
}
.my_90{
	float:left;
	width:90%;
}
.my_90_hide{
	overflow:hidden;
	float:left;
	width:90%;
}
.box_shadow{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.my_coin{
	display: inline-block;
    background: url(../img/my_coin_64x64.html) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.my_support{
	display: inline-block;
    background: url(../img/support.html) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.my_cashback{
	display: inline-block;
    background: url(../img/cashback4.html) no-repeat center;
    width: 18px;
    height: 12px;
    background-size: contain;
}
.my_surety{
	display: inline-block;
    background: url(../img/surety_i3.html) left center no-repeat;
    height: 19px;
    width: 82px;
    background-size: contain;
}
.my_shipping{
	display: inline-block;
    background: url(../svgimg/delivery_ban1.html) no-repeat center;
    width: 22px;
    height: 14px;
    background-size: contain;
}
.give_error_no, .give_error_yes{
	margin:0 auto;
	position:fixed;
	transform:translate(-50%);
	left:50%;
	bottom:20px;
	display:inline-block;
	background:#333;
	color:#FFF;
	font-size:18px;
	font-family: 'ProximaNovaRegular';
	padding:20px 40px;
	line-height:24px;
	border-radius:10px;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	z-index:9999999999999999;
	transition:ease-in-out 0.2s all;
	animation:error_animation 5s forwards;
	bottom:-200px;
}
.give_error_no i{
	color:#FF2F2F;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.give_error_yes i{
	color:#009100;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_fade_box{
	opacity:0;
}
.noscript{
	font-size:20px;
	color:#f20000;
	text-align:center;
	font-weight:600;
	padding:25px;
	line-height:26px;
}
.noscript i{
	color:#F9F900;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_battan, .my_btn{
	display: inline-block;
    overflow: hidden;
    background: #004080;
    color: #FFF;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 6px 0px;
    font-size: 14px;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.my_btn:hover{
	background:#FF8000;
}
.my_btn:active{
	background:#004080;
	transform:translate(2px,2px);
	box-shadow:none;
}
.my_btn2{
	background-color:#F20000;
}
/**PageLoading**/
.my_page_progress {
	position:fixed;
	height: 2px;
	display: block;
	width: 100%;
	background-color: white;
	border-radius: 2px;
	background-clip: padding-box;
	overflow: hidden;
	top:0px;
	left:0px;
	z-index:999999999;

}
.my_page_progress .my_page_progress_loding {
	background-color:black;
}
.my_page_progress .my_page_progress_loding:before {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
		  animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.my_page_progress .my_page_progress_loding:after {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
		  animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
		  animation-delay: 1.15s;
}
@-webkit-keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@-webkit-keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}
@keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}


.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	margin:20px auto;
}
/**Foot**S**/
.sv_foot_menu{
	/*height:170px;*/
	background:#ffffff url(../img/bgr18.png) repeat;
	border-top:1px solid #ebeeef;
	overflow:hidden;
}

.sv_foot_b1{
	float:left;
	width:25%;
}
.sv_foot_b2{
	float:left;
	width:25%;
}
.sv_foot_b2 section{
	text-align:left;
	padding:10px 0px;
}
.sv_foot_b2 a{
	display:block;
	padding:4px 2px;
    margin-left: 10px;
	color:#999;
	text-align:left;
	font-size:14px;
	line-height:16px;
    transition: ease-in-out 0.2s all;
	/*padding-left:0px;*/
}
.sv_foot_b2 a:hover{
	color:#006CD9;
}
.sv_foot_b2 a i{
	margin-right:5px;
}
.sv_foot_b1 section{
	text-align:left;
	padding:10px 0px;
	float:left;
	width:100%;
	overflow:hidden;
}
.sv_foot_b1 section h2{
    font-size: 16px;
    color: #555;
    text-align: center;
    text-align: left;
    margin: 0px 10px;
    padding-top: 6px;
    padding-bottom: 6px;
	margin-bottom:7px;
    font-family: 'ProximaNovaBold';
    /*text-decoration: underline;*/
	border-bottom:1px dashed #ddd;
	overflow:hidden;
}
.sv_foot_b1 section h2 em{
	width:20px;
	float:right;
	color:#999;
	text-align:center;
}
.sv_foot_b1 section a{
    display: block;
    text-align: left;
    font-size: 13px;
    padding: 4px 2px;
	margin-left:10px;
    color: #999;
	transition:ease-in-out 0.2s all;
}
.sv_foot_b1 section a:hover{
	color:#0074E8;
}

.sv_foot_b1 section aside {
    padding-top: 4px;
    padding-bottom: 4px;
}
.sv_foot_b2 section aside img {
    display: inline-block;
    height: 35px;
    margin: 0px 2px;
    margin-bottom: 5px;
}
.sv_foot_b2 section h2{
    font-size: 16px;
    color: #555;
    text-align: center;
    text-align: left;
    margin: 0px 10px;
    padding-top: 6px;
    padding-bottom: 6px;
	margin-bottom:7px;
    font-family: 'ProximaNovaBold';
    /*text-decoration: underline;*/
	border-bottom:1px dashed #CCC;
}
.sv_foot_b2 section aside{
    padding: 0px 10px;
	padding-bottom:6px;
	overflow:hidden;
}
.sv_foot_b2 section aside a{
	display:inline-block;
	font-size:28px;
	padding-right:5px;
	opacity:0.9;
	transition:ease-in-out 0.2s all;
}
.sv_foot_b2 section aside a:hover{
	opacity:1;
	transform:scale(1.05);
}
.sv_foot_b2 section article{
    padding: 0px 10px;
	overflow:hidden;
}
.sv_foot_b2 section article a{
	display:inline-block;
}
.sv_foot_b2 section article img{
	height:30px;
	margin-right:5px;
	display:inline-block;
}
.sv_foot_currency{
    padding: 1px 6px;
}



.sv_foot_help{
	overflow:hidden;
	background:#333;
	color:#FFF;
	text-shadow:0px 1px 0px #333;
	height:50px;
	line-height:50px;
	font-size:26px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-family:'ProximaNovaBold';
}
.telegram_i{
	display: inline-block;
    background: url(../img/telegram.html) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.tiktok_i{
	display: inline-block;
    background: url(../img/tiktok.html) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.websites_i{
	display: inline-block;
    background: url(../img/www.html) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.youtube_i{
	color:#F20000 !important;
}
.instagram_i{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.facebook_i{
	color:#06C !important;
}
.twitter_i{
	color:#00A9E1 !important;
}
.whatsapp_i{
	color:#00AE00 !important;
}
/**Foot**E**/

/**Form**S**/
.sv_form{
	display:block;
	clear:both;
}
.sv_form:before, .sv_form::after {
  content: "";
  clear: both;
  display: block;
}
.sv_form section {
    display: block;
    padding-bottom: 10px;
}

.sv_form section aside{
	position:relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, 0.02);
	border-radius:5px;
	overflow:hidden;
	transition:ease-in-out 0.2s all;
}
.sv_form section aside:hover{
    box-shadow: 0 1px 8px rgba(50, 50, 93, .15), 0 2px 0 rgba(0, 0, 0, 0.02);
}
.sv_form section aside input::placeholdern .sv_form section aside textarea::placeholder{
  color: #CCC;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.sv_form section aside input::-webkit-input-placeholder, .sv_form section aside textarea::-webkit-input-placeholder {
  color: #CCC;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.sv_form section aside input:-ms-input-placeholder, .sv_form section aside textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
}

.sv_form section aside input::-ms-input-placeholder, .sv_form section aside textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC;
}

.sv_form section aside input[type=text], .sv_form section aside input[type=password], .sv_form section aside input[type=email], .sv_form section aside textarea, .sv_form section aside select{
	display:block;
	background:#FFF;
	border:none;
    transition: box-shadow .15s ease;
    border: 0;
	height:35px;
	outline:none;/*
	padding-left:36px;
	padding-right:5px;*/
	font-size:16px;
	color:#999;
	position: relative;
    width: 1%;
    margin-bottom: 0;
    flex: 1 1 auto;
	padding-right:10px;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.sv_form section aside select{
	height:37px;
}
.sv_form section aside textarea{
	height:60px;
	padding:10px;
}
.sv_form section aside span{
	height:37px;
	width:30px;
	line-height:37px;
	text-align:center;
	font-size:15px;
	color:#0F87FF;
	/*position:absolute;
	top:0px;
	left:0px;*/
	z-index:2;
	font-family: Aqleema-Regular, Lato, sans-serif;
    display: flow-root;
	background:#FFF;
}
.sv_form section aside:focus{
	background:#099;
}


.sv_form_t{
	overflow:hidden;
    color: #32325d;
	padding:10px 0px;
	font-size:24px;
	text-align:center;
	padding-top:0px;
	font-family: 'ProximaNovaBold';
}
.sv_form_btn{
	padding:10px 0px;
	text-align:center;
	display:flex;
}/*
.sv_form_btn input[type=submit]{
	margin:0 auto;
	display:inline-block;
	background:rgba(255,255,0,0.05);
	border:2px solid #FF0;
	color:#FF0;
	font-size:18px;
	padding:10px 20px;
	border-radius:10px;
	outline:none;
	margin-top:10px;
	font-weight:900;
}
.sv_form_btn input[type=submit]:hover{
	background:#FF0;
	cursor:pointer;
	color:#333;
}
.sv_form_btn input[type=submit]:active{
	box-shadow:none;
	background-color:#F47A00;
	transform:translate(3px,3px);
}*/
.sv_form_btn input[type=submit]{
	margin:0 auto;
	display: inline-block;
    overflow: hidden;
    background: #004080;
    color: #FFF;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 6px 15px;
    font-size: 14px;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.sv_form_btn input[type=submit]:hover{
	background:#FF8000;
}
.sv_form_btn input[type=submit]:active{
	background:#004080;
	transform:translate(2px,2px);
	box-shadow:none;
}
.sv_form_accept{
	text-align:center;
	padding-bottom:4px;
	display:block;
	padding:4px 0px;
	font-size:14px;
	line-height:16px;
	color:#FFF;
	cursor:pointer;
	text-transform:capitalize;
	font-family: Aqleema-Regular, Lato, sans-serif;
}


.sv_form_accept input[type=checkbox]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #cdcdcd;
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	outline:none;
	margin-right:5px;
	opacity:0.8;
}
.sv_form_accept label:hover{
	cursor:pointer;
}
.sv_form_accept label input[type=checkbox]:hover {
	border-color:#48b467;
}
.sv_form_accept label input[type=checkbox]:checked {
	background:#ffffff url(../img/yes24.png) no-repeat center;
	border-color:#48b467;
}
.sv_form_accept a{
	color:#03C;
}

.sv_form_captua{
	overflow:hidden;
	padding:10px;
	text-align:center;
}
.sv_form_captua_in{
	display:inline-block;
	margin:0 auto;
}
.sv_form_captua_in img{
	border:4px solid #FFF;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
}
.sv_form_captua_in input[type=text]{
	border:1px solid #CCC;
	text-align:center;
	font-size:14px;
	padding:6px 10px;
	font-family: 'ProximaNovaBold';	
}
.sv_form_t {
    overflow: hidden;
    color: #32325d;
    padding: 10px 0px;
    font-size: 24px;
    text-align: center;
    padding-top: 0px;
    font-family: 'ProximaNovaBold';
}

.sv_thanks1{
	margin:20px 10px;
	border:5px solid #008000;
	padding:20px;
	border-radius:20px;
	background:rgba(0,128,0,0.04);
	box-shadow: 0px 0px 2px 2px rgba(51,51,51,0.1);
	text-align:center;
	background:#FFF;
}
.sv_thanks1 h1{
	font-size:30px;
	color:#008000;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:4px 0px;
	padding-bottom:10px;
}
.sv_thanks1 dt{
	padding:4px 0px;
}
.sv_thanks1 dt span{
	display:inline-block;
	padding:8px 0px;
	font-size:18px;
	color:#999;
	border-top:1px dashed #8bc34a;
	border-bottom:1px dashed #8bc34a;
	font-family: Aqleema-Regular, Lato, sans-serif;
}
.sv_thanks1 dt span b{
	color:#03a9f4;
	font-family: Aqleema-Bold, Lato, sans-serif;
}
.sv_thanks1 section{
	padding:6px;
	color:#666;
	font-size:18px;
	font-family: Aqleema-Regular, Lato, sans-serif;
	line-height:20px;
}
.sv_thanks1 section b{
	color:#f44336;
}
.sv_thanks1 article{
	padding:6px;
	color:#008040;
	font-size:16px;
	font-family: Aqleema-Regular, Lato, sans-serif;
	line-height:20px;
	border-top:1px solid #CCC;
	margin-top:10px;
	text-align:center;
}
.sv_thanks1 aside a{
	padding:10px 20px;
	display:inline-block;
	margin:0 auto;
	margin-top:10px;
}
/**Form**E**/
/**Head**S**/


.sv_head1{
	
	background:#008fd3;
	background: -moz-linear-gradient(180deg,#37b6f1 0%,#008fd3 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#008fd3),color-stop(100%,#37b6f1));
    background: -webkit-linear-gradient(180deg,#37b6f1 0%,#008fd3 100%);
    background: -o-linear-gradient(180deg,#37b6f1 0%,#008fd3 100%);
    background: -ms-linear-gradient(180deg,#37b6f1 0%,#008fd3 100%);
    background: linear-gradient(270deg,#37b6f1 0%,#008fd3 100%);
	height:28px;
	overflow:hidden;
}
.sv_head1_b2{
	float:right;
	line-height:28px;
	height:28px;
	font-size:16px;
	color:#FFF;
}
.sv_head1_b2 i{
	margin-right:4px;
}
.sv_head1_b1{
	float:left;
	width:28px;
	width:auto;
}
.sv_head1_b1 a{
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	font-size:14px;
	color:#FFF;
	padding:0px 15px;
	border-right:1px solid rgba(0,0,0,0.05);
	transition:ease-in-out 0.2s all;
}
.sv_head1_b1 a:hover{
	background:rgba(0,0,0,0.05);
}
.sv_head1_b3{
	float:right;
	height:28px;
	line-height:28px;
	font-size:14px;
	color:#FFF;
	background:rgba(0,0,0,0.05);
	padding:0px 8px;
	margin-left:5px;
}
.sv_head1_b3 a{
	color:#FFF;
	display:block;
}
.sv_head1_b3 a i{
	margin-right:5px;
}
.sv_head1_b3:hover{
	background:#09F;
}
.sv_head2{
	background:#FFFFFF url(../img/border_bg2.png) top repeat-x;;/*
	background: -moz-linear-gradient(180deg,#37b6f1 0%,#008fd3 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ffffff),color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(180deg,#f2f2f2 0%,#ffffff 100%);
    background: -o-linear-gradient(180deg,#f2f2f2 0%,#ffffff 100%);
    background: -ms-linear-gradient(180deg,#f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(270deg,#f2f2f2 0%,#ffffff 100%);*/
	height:80px;
    border-bottom: 1px solid #cdcbcb;
    box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -webkit-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -moz-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -o-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -ms-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
}
.sv_head2_body{
	height:80px;
}
.InmStickyTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:449;
  animation: autopopup_top 0.4s alternate;
  /*box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);*/
}
.sv_head2_b1{
	float:left;
	width:25%;
}
.sv_head2_b2{
	float:left;
	width:75%;
}
.sv_head2_b1 a{
	display:block;
	width:auto;
	padding-top:7px;
}
.sv_head2_b1 a img{
	display:block;
	width:100%;
	height:66px;
}
.sv_head2_b2_in{
}
.sv_head2_b2_in section{
	position:relative;
	float:left;
	width:14.28%;
}
.sv_head2_b2_in section dl{
	height:80px;
	line-height:80px;
	font-size:16px;
	color:#333;
	font-weight:600;
	overflow:hidden;
}
.sv_head2_b2_in section dl i{
	margin-left:5px;
}
.sv_head2_b2_in section dl:hover{
	cursor:pointer;
	background:#333;
	color:#FFF;
}
.sv_head2_b2_in section dl:hover a{
	color:#FFF;
}
.sv_head2_b2_in section aside{
	display:block;
	position:absolute;
	left:0px;
	top:80px;
	background:#FFF;
	min-height:100px;
	width:200px;
	z-index:450;
	box-shadow:2px 2px 2px 2px rgba(0,0,0,0.05);
	display:none;
	border-top:2px solid #008fd3;
}
.sv_head2_b2_in section:hover aside{
	display:block;
}
.sv_head2_b2_in section:hover dl{
	background:#333;
	color:#FFF !important;
}
.sv_head2_b2_in section:hover dl a{
	color:#FFF !important;
}
.sv_head2_b2_in section aside a{
	display:block;
	padding:10px 6px;
	text-align:left;
	font-size:14px;
	border-bottom:1px solid #f2f2f2;
	transition:ease-in-out 0.2s all;
}
.sv_head2_b2_in section aside a:hover{
	background:rgba(0,0,0,0.06);
	cursor:pointer;
	color:#006FDD;
}
.book_demo_class a{
	display:block;
	background:#FF8000;
	color:#FFF;
	line-height:none;
	overflow:hidden;
	line-height:normal;
	padding:5px 5px;
	margin:0px 2px;
	margin-top:16px;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.05);
	border-radius:5px;
	

    animation-name: shake-with-delay;
    animation-duration: 5s;
    animation-iteration-count: infinite
}
.book_demo_class a:hover{
	background:#090;
}
@keyframes shake-with-delay {
    from, 16%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

.sv_head2_b4{
	float:right;
	width:40px;
	height:40px;
	border:2px solid #008fd3;
	color:#666;
	line-height:40px;
	border-radius:8px;
	font-size:28px;
	margin-top:16px;
	margin-right:10px;
	display:none;
	transition:ease-in-out 0.2s all;
	cursor:pointer;
}
.sv_head2_b4:active{
	transform:translate(2px,2px);
}

.sv_mobile_menu_close{
	width:25px;
	line-height:22px;
	height:25px;
	font-size:20px;
	border:4px solid #9E9E9E;
	color:#9E9E9E;
	text-align:center;
	position:absolute;
	top:5px;
	left:5px;
	border-radius:50%;
	display:none;
}
.sv_student_login{
	text-align:center;
	padding:20px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display:none;
}
.sv_student_login i{
	color:#FFF;
	font-size:80px;
	clear:both;
}
.sv_student_login a{
	display:inline-block;
	color:#333;
	background:#FFF;
	padding:5px 15px;
	border-radius:5px;
	font-size:14px;
	margin-top:5px;
}




.rm_head{
	overflow:hidden;
	height:24px;
	background:#fff;
}

.rm_head2{
	background:#fff;
	position:relative;
	height:80px;
	clear:both;
	background:rgba(255,255,255,0.6);
}
.rm_head2_logo{
	width:220px;
	height:220px;
	background:#fff;
	position:absolute;
	border-radius:50%;
	top:-60px;
	left:-35px;
	box-shadow: 4px 14px 7px -8px rgba(51,51,51,0.1);
	z-index:5;
}
.rm_head2_logo i{
	width:130px;
	height:130px;
	display:inline-block;
	margin:0 auto;
	margin-top:45px;
	background:url(../img/logo-icon2.png) no-repeat;
	background-size:contain;
}
.rm_head2_logo small{
	display:block;
    height: 80px;
    top: 60px;
    left: 180px;
	position:absolute;
	background:rgba(255,255,255,1);
	border-radius:0px 0px 10px 0px;
	padding-right:6px;
	text-align:left;
    font-size: 60px;
    line-height: 80px;
	color:#40a0d5;
	font-weight:400;
	font-family:serif;
	text-shadow: 0px 1px 0px #f7f7f7, 1px 1px 1px #999;
}
.rm_head2_logo small a{
	color:#40a0d5;
}

.rm_head2_logo small{
	letter-spacing:-3px;
    font-size: 50px;
}
.rm_head2_logo span{
    display: block;
    height: auto;
    top: 118px;
    left: 180px;
    position: absolute;
    border-radius: 0px 0px 10px 0px;
    padding-right: 6px;
    text-align: left;
    font-size: 17px;
    color: #e4a93f;
    font-family: inherit;
	width:100%;
    font-weight: 400;
    line-height: normal;
	line-height:normal;
    font-style: italic;
}
.rm_head2_menu{
	float:right;
	height:80px;
	width:67%;
	padding-right:3%;
}
.rm_head2_menu_data{
	height:40px;
	border-bottom:2px solid #e8ae45;
}
.rm_head2_menu_tab{
	float:right;
	position:relative;
	/*width:14.28%;*/
	padding:0px 15px;
}
.rm_head2_menu_tab section{
	height:40px;
	line-height:40px;
	text-align:left;
	color:#2f3132;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-family: 'BreeSerif';
	overflow:hidden;
}
.rm_head2_menu_tab section a{
	display:block;
	height:40px;
	color:#2f3132;
}
.rm_head2_menu_tab ul{
	display:none;
	background:#FFF;
	position:absolute;
	left:0px;
	top:40px;
	width:200px;
	z-index:5;
	border-right:2px solid #40a0d5;
	border-left:2px solid #40a0d5;
	border-bottom:2px solid #40a0d5;

}
.rm_head2_menu_tab ul a{
	display:block;
	text-align:left;
	font-size:16px;
	padding:8px 10px;
	color:#666;
	border-bottom:1px solid #f2f2f2;
	font-weight:400;
	font-family: 'BreeSerif';
	transition:ease-in-out 0.2s all;
}
.rm_head2_menu_tab ul a:hover{
	background:rgba(0,0,0,0.1);
}
.rm_head2_menu_tab:hover ul{
	display:block;
}

.rm_head2_menu_tab section:hover{
	cursor:pointer;
	text-decoration:underline;
}
.rm_head2_menu_tab:hover section{
	text-decoration:underline;
}
.rm_head2_menu_data2{
	height:38px;
	border-bottom:none;
}
.rm_head2_menu_data2 section{
	height:38px;
	line-height:38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6b6b6b;
	font-family: 'BreeSerif';
	font-weight:300;
}
.rm_head2_menu_data2 section a{
	display:block;
	height:38px;
	line-height:38px;
	color:#6b6b6b;
}
.rm_head2_menu_data2 .rm_head2_menu_tab ul{
	top:38px;
}

.rm_head_social{
	float:right;
	height:24px;
}
.rm_head_social a{
	display:block;
	float:left;
	height:24px;
	width:24px;
	text-align:center;
	font-size:14px;
	line-height:24px;
	color:#FFF;
	transition:ease-in-out 0.2s all;
}
.rm_head_social a:hover{
	background:#CCC !important;
}
.rm_head_email{
	float:right;
}
.rm_head_email a{
	height:24px;
	line-height:24px;
	color:#03a9f4;
	padding-right:15px;
	font-size:14px;
}
.rm_head_language{
	float:right;
	padding:1px 10px;
	overflow:hidden;
	padding-top:2px;
}
.rm_head2_menu_close{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	color:#E80000;
	text-align:center;
	font-size:30px;
	top:0px;
	left:-40px;
	background:#FFF;
	display:none;
}
/**Head**E**/
/**Popup**S**/
.sv_popup{
	position:fixed;
	overflow:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:450;
	background:rgba(0,0,0,0.2);
	display:none;
}
/**Popup**E**/

.sv_help_fixed_body{
	position:fixed;
	bottom:5px;
	right:5px;
	width:250px;
	background:#673ab7;
	height:50px;
	border-radius:15px;
	z-index:420;
}
.sv_help_fixed_in{
	height:50px;
	position:relative;
}
.sv_help_fixed_txt{
	overflow:hidden;
	height:50px;
}
.sv_help_fixed_txt img{
	width:40px;
	height:40px;
	margin:5px;
	float:left;
	display:block;
}
.sv_help_fixed_tab{
	overflow:hidden;
	float:left;
	text-align:left;
	color:#FFF;
	height:50px;
	width:80%;
    font-family:"Square721 BT";
	z-index:420;
}
.sv_help_fixed_tab h3{
	font-size:18px;
	padding-top:6px;
	padding-bottom:2px;
	display:block;
}
.sv_help_fixed_tab h2{
	font-size:13px;
	font-weight:bold;
	padding-top:2px;
}
.sv_help_fixed_hide{
	width:230px;
	overflow:hidden;
	border-radius:10px;
	background:#673ab7;
	position:absolute;
	margin:10px;
	bottom:45px;
	font-family: 'ProximaNovaRegular';
	display:none;
}
.sv_help_fixed_hide h3{
	text-align:left;
	color:#FFF;
	font-size:14px;
	padding:3px 0px;
	line-height:16px;
}
.sv_help_fixed_hide section{
	overflow:hidden;
	padding:8px;
}
.sv_help_fixed_in:hover .sv_help_fixed_hide{
	display:block;
}
.sv_page{
    padding: 20px 0px;
    width: 90%;
    margin: 0 auto;
    min-height: 400px;
}

.sv_page_t{
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
	font-size:40px;
	color:#333;
	font-family: Aqleema-Bold, Lato, sans-serif;
	border-bottom:1px dashed #CCC;
}


.sv_bar{
    background: #f2f2f2;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
	overflow:hidden;
}
.sv_bar section{
	float:left;
	padding:6px 5px;
	font-size:12px;
	color:#b9b9b9;
	position:relative;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
	padding-right:15px;
}
.sv_bar section:hover{
	max-width:none;
}
.sv_bar section a{
	display:block;
	color:#5d5c5c;
}
.sv_bar section:after{
	content:"\f105";
	position:absolute;
	font-family: 'FontAwesome';
	color:#e4e4e4;
    right: 1px;
    top: 2px;
	font-size:22px;
}
.sv_bar section a:hover{
	color:#09F;
}
.sv_bar section:first-child{
	padding-right:20px;
	padding-left:15px;
}
.sv_bar section:last-child:after{
	content:"";
}


/**Demo**Class**S**/

.sv_popup{
	position:fixed;
	overflow:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:460;
	background:rgba(0,0,0,0.2);
}
.sv_demo_class{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	animation: autopopup_top 1s alternate;
	border:2px solid #FFF;
	box-shadow:2px 2px 0px 2px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:20px;
	background:#FFF url(../photo/demo1.jpg) center;
	background-size:cover;
	background-repeat:no-repeat;
	max-width:300px;
	min-height:400px;
}
.sv_demo_class .sv_form_t{
	text-shadow: 0px 1px 0px #f7f7f7, 1px 1px 1px #999;
	padding-bottom:20px;
}
.sv_demo_class .sv_form_btn input[type=submit]{
	font-size:16px;
	padding:10px 30px;
}
.sv_demo_close{
	position:absolute;
	top:-15px;
	right:-15px;
	z-index:1;
	border:3px solid #FFF;
	font-size:22px;
	text-align:center;
	border-radius:50%;
	line-height:28px;
	height:30px;
	width:30px;
	background:#f2f2f2;
	color:#e80000;
	transition:ease-in-out 0.2s all;
}
.sv_demo_close:hover{
	cursor:pointer;
	color:#333;
}
/**Demo**Class**E**/
/**Why**S**/


.sv_why{
	overflow:hidden;
	padding:20px;
}
.sv_why img{
	float:left;
	display:block;
	width:45%;
	margin-top:20px;
	max-width:95%;
}
.sv_why article{
	display:block;
	float:left;
	width:45%;
	padding:0px 20px;
	text-align:left;
}
.sv_why article h2{
	font-size:20px;
	border-bottom:1px dashed #CCC;
	padding:19px 0px;
	color:#06C;
}
.sv_why article h2 i{
	margin-right:5px;
}
.sv_why article p{
	padding:5px 10px;
	color:#666;
	font-size:16px;
	line-height:18px;
}
/**Why**E**/
/**Other**S**/

.sv_heding_t {
    font-size: 28px;
    color: #e49615;
    overflow: hidden;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding: 15px 20px;
    display: inline-block;
    border-bottom: 1px dashed #e49615;
}
.sv_heding_t small{
	display:block;
	font-size:14px;
	color:#666;
	font-weight:400;
	padding-top:6px;
	margin-bottom:-6px;
}

.sv_heding2_t {
	position:relative;
    color: #666;
    padding: 20px 10px;
    font-family: 'ProximaNovaBold';
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 14px;
}
.sv_heding2_t:before {
    position: absolute;
    pointer-events: none;
    content: "";
    border: 1px solid #CCC;
    width: 200px;
    bottom: -1px;
    right: 31.5%;
}
.sv_heding2_t:after {
    position: absolute;
    pointer-events: none;
    content: "";
    border: 1px solid #CCC;
    width: 200px;
    bottom: -1px;
    left: 31.5%;
}
.sv_heding2_t i {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/account_setting.png) no-repeat center center;
    background-size: contain;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    animation: sv_fast_spinner 6s linear infinite;
    -webkit-animation: sv_fast_spinner 6s linear infinite;
	z-index:5;
}
.sv_heding2_t strong{
	color:#FF8000;
}

.sv_not_found{
	text-align:center;
	padding:50px 20px;
	font-size:30px;
	color:#FF6262;
	text-shadow: 0px 1px 0px #f7f7f7, 1px 1px 1px #999;
}

.inm_tooltip1 {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:3px;
	padding:8px 14px;
	color:#fff;
	font-family: 'ProximaNovaRegular';
	opacity:0.9;
	z-index:999999999;
}
/**Other**E**/