html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul {
    margin: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
*/

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2em;
  text-align: center;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

p {
  font-size: 16px;
}

.clear {
  clear: both;
}

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

div.text_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

img.box {
	width: 70%;
}

/* top banner */
div.top_wrap {
    width: 100%;
    height: 300px;
    overflow: inherit;
    background:  linear-gradient(90deg, rgba(0,99,243,100) 0%, rgba(127,51,246,100) 80%)
}
div.bn_center {
    max-width: 1662px;
    height: 350px;
    margin: auto;
    background: url(../images/1662x300_SB.jpg) center top no-repeat;
    position: relative;
    text-align: center;
}
div.bn_center_ca {
    max-width: 1662px;
    height: 300px;
    margin: auto;
    background: url("../images/1662x300_SB.jpg") center top no-repeat;
    position: relative;
    text-align: center;
	cursor: pointer;
}
div.bn_center_gb {
    max-width: 1662px;
    height: 300px;
    margin: auto;
    background: url("../images/1662x300_SB2.jpg") center top no-repeat;
    position: relative;
    text-align: center;
}
div.logo_wrap {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 120px;
}
div.logo_wrap img {
  display: block;
  width: 100%;
}
div.slogan_wrap {
    position: relative;
    height: 300px;
}
div.top_text {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-shadow: 0 0px 12px rgba(0,0,0,1);
}
div.top_text h1 {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0 0px 12px rgba(0,0,0,1);
    text-align: center;
    margin-bottom: 10px;
}
div.top_text > p {
    width: 90%;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
	  margin: 10px auto 0 auto;
    text-shadow: 0 0px 12px rgba(0,0,0,1);
}
div.mobile_banner {
    display: none;
}
/* end top banner */

.container {
  width: 100%;
  line-height: 1.2em;
	margin-bottom: 20px;
}
.container section {
  width: 100%;
    max-width: 1200px;
  margin: 0 auto;
}
div.info_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

div.info_wrap_1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 50px
}

/* box col */
.prod_wrap_v2 {
    position: relative;
    overflow: inherit;
    margin-top: 20px;
}
.prod_wrap_v2 > div {
    box-sizing: border-box;
    padding: 0 10px;
}
.prod_wrap_v2 > div div.item_wrap {
    box-sizing: border-box;
}
.prod_wrap {
    position: relative;
    overflow: inherit;
    margin-top: 20px;
}
.prod_wrap > div {
    box-sizing: border-box;
    padding: 0 10px;
}
.prod_wrap > div div.item_wrap {
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eee;
	border-radius: 7px;
}
.prod_wrap > div div.item_wrap:hover {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
	border: 1px solid #eee;
	border-radius: 7px;
}
.smb-top-video video {
    width: 100%;
    border: 4px solid #ffffff;
}
.prod_wrap_v2 > div.col-2 {
    float: left;
    width: 60%;
    margin-bottom: 20px;
}
.prod_wrap_v2 > div.col-2-1 {
    float: left;
    width: 40%;
    margin-bottom: 20px;
}
.prod_wrap > div.col-3 {
    float: left;
    width: 25%;
}
.prod_wrap > div.col-4 {
    float: left;
    width: 33.33333%;
    margin-bottom: 20px;
}
/* end box col */
.
element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
   padding-left: 0px;
}
.btn:focus{
	box-shadow: none;
}
div.btn_wrap {
  display: inline-block;
  line-height: 1.2em;
	width: 100%;
}

a.buy_btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  border-radius: 100px;
  background: #ff6600;
  padding: 10px 0;
  color: #fff;
	width: 100%;
	max-width: 180px;
}
a.buy_btn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
a.blue_btn {
    background: #00a0e9;
}
a.gray_btn {
    background: #555;
}
a.prod_link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #222;
    margin: 0 30px;
	margin-left: 0px;
    width: 60%;
    text-align: left;
    position: relative;
    top: 60px;
}
a.prod_link:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  text-decoration: underline;
}

p.text_discount {
    color: #fff;
    background: #900;
    display: inline-block;
    padding: 3px 8px;
    font-size: 14px;
	border-top-right-radius: 7px;
}
div.switch_btn {
	/*z-index: 999;*/
}
div.switch_btn:hover {
    cursor: pointer;
}
div.switch_btn::before {
	content:" ";
	width: 20px;
	height: 25px;
	display: inline-block;
	/*background: url("../images/switch_bg_01.png") no-repeat;*/
}
div.switch_btn > span {
	text-shadow: 1px 1px #ffffff;
	float: right;
    padding: 3px 0px 3px 0px;
	color: #000000;
	font-weight: 600;
    font-size: 12px;
	background: url("../images/switch_btn_02.png") top right no-repeat #ffe17f;
}

/* box info */
.box_wrap {
    text-align: center;
    position: relative;
    background: #fff;
    padding-bottom: 20px;
	border-radius: 7px;
}
.box_wrap p.text_discount {
    position: absolute;
    top: 0;
    right: 0;
}
.box_wrap div.switch_btn {
    position: absolute;
    top: 52px;
    right: 0;
}

.box_wrap img.prod_box {
    width: 70px;
    height: 70px;
    margin-top: 30px;
    margin-bottom: 10px;
    float: left;
    margin-left: 20px;
}
div.prod_info_wrap {
    box-sizing: border-box;
    padding: 10px 15px;
    position: relative;
    height: 400px;
}
div.wrap_height {
    height: 300px;
}
div.prod_height_short {
    height: 320px;
}
p.prod_name {
    font-size: 24px;
    font-weight: 600;
}
p.prod_name a{
    font-size: 24px;
    font-weight: 600;
	text-decoration: none;
	color:#212529;
}
p.prod_name a:hover{
    font-size: 24px;
    font-weight: 600;
	text-decoration: none;
	color:#414141;
}
p.prod_name_v2 {
    font-size: 28px;
    line-height: 30px;
}
.discount_v2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #A70406;
    text-align: center;
    padding-bottom: 10;
}
div.star_slogan {
    margin-top: 10px;
    line-height: 20px;
    color: #1A1A1A;
    margin-bottom: 20px;
}
div.star_slogan a {
    font-size: 14px;
    text-decoration: none;
    color: #900;
}
div.sub_slogan {
    margin-top: 5px;
    line-height: 16px;
    color: #000000;
    font-size: 14px;
	font-weight: 600;
}
div.sub_slogan_v2 {
    margin-top: 10px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 15px;
    font-size: 16px;
	font-weight: 600;
}
div.recommend {
    line-height: 20px;
    color: #1A1A1A;
    margin-bottom: 5px;
	font-weight: 500;
}
ul.prod_text_wrap {
    padding-left: 9px;
    margin-top: 5px;
    z-index: 999;
}
ul.prod_text_wrap li {
    list-style: none;
    text-indent: -9px;
    font-size: 14px;
    line-height: 20px;
	margin-bottom: 5px;
}
ul.prod_text_wrap li::before {
    content: "-";
	padding-right: 3px;
}
div.prod_buy_area {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
	top:300px;
}
div.buy_price {
    text-align: center;
    padding: 5px 0 5px 0;
    float: left;
    max-width: 200px;
    width: 100%;
}
div.price_box {
    max-width: 150px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    float: left;
	margin-right: 10px;
}
div.price_font {
    font-size: 16px;
    line-height: 24px;
    /* [disabled]height: 37px; */
    margin-top: -10px;
    text-align: left;
    padding-left: 20px;
    color: #333333;
}
}
div.tab_content div.price_font {
    text-align: left;
}
div.price_font span.prod_price {
    font-size: 29px;
}
select.buyPlanSelector {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px;
    padding: 10px;
    width: 100%;
    max-width: 130px;
    border: none;
    background: #e1e1e1;
}
p.prod_text_s {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
}
/* end box info */

/* bottom countdown */
div.fix_bottom {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, rgba(3,250,110,1) 0%, rgba(30,186,248,1) 47%, rgba(14,248,237,1) 100%);
    position: fixed;
    bottom: 0;
    z-index: 998;
    box-sizing: border-box;
    text-align: center;
}
div.fix_bottom div.close_btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
    font-size: 14px;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #065bf7;
    color: #fff;
    z-index: 999;
}
div.fix_bottom div.close_btn:hover {
    cursor: pointer;
}
div.fix_bottom div.close_btn > i {
    display: block;
    margin: 5px auto;
}
div.timer_wrap {
    width: auto;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden;
    display: inline-block;
}
div.timer_wrap > p {
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

/* end bottom countdown */

.hide_wrap {
    display: none;
    overflow: hidden;
    width: 100% !important;
}
.hide_wrap p {
    padding: 5px 30px;
    color: #555;
}

@media (max-width: 1080px) {
    div.prod_info_wrap {
        height: 350px;
    }
    div.prod_height_short {
        height: 280px;
    }
    div.timer_wrap div.timer_text {
        width: 50%;
        margin-bottom: 10px;
    }
    div.timer_wrap div.timer_text > p {
        font-size: 18px;
    }
    div.price_box {
        padding: 0 10px;
        max-width: 300px;
    }
    div.buy_price {
        padding: 10px;
    }
    select.buyPlanSelector {
        right: 10px;
    }
}
@media (max-width: 767px) {
div.price_box{
		width: 100%;
	}
div.buy_price {
    text-align: center;
    padding: 5px 0 5px 0;
    float:none;
    max-width: 100%;
    width: 100%;
}
div.price_font {
    font-size: 16px;
    line-height: 24px;
    /* [disabled]height: 37px; */
    margin-top: 0px;
	text-align: center;
    color: #333333;
	padding-bottom: 15px;
}
    .prod_wrap > div.col-4 {
        float: none;
        width: 100%;
        max-width: 420px;
        margin:0 auto 10px auto;
    }
	.prod_wrap_v2 > div.col-2 {
        float: none;
        width: 100%;
        max-width: 420px;
        margin:0 auto 10px auto;
    }
	.prod_wrap_v2 > div.col-2-1 {
        float: none;
        width: 100%;
        max-width: 420px;
        margin:0 auto 10px auto;
    }
    div.prod_info_wrap {
        max-width: 360px;
        margin: 0 auto;
        height: auto;
    }
    div.prod_buy_area {
        position: relative;
        bottom: inherit;
        left: inherit;
        text-align: center;
        margin-top: 10px;
		top:auto;
    }
    div.timer_wrap div.timer_text {
        width: 45%;
    }
    div.timer_wrap div.timer_text > p {
        font-size: 16px;
        text-align: left;
        margin-top: 0;
        padding-top: 5px;
    }
    div.price_box {
        padding: 0;
    }
    div.buy_price {
        padding: 10px 0 10px 0;
    }
    div.tab_content div.price_font {
        text-align: center;
    }
    select.buyPlanSelector {
        right: 0;
        position: relative;
        max-width: 280px;
    }
    p.prod_text_s {
        position: relative;
        bottom: 0;
    }
}
@media (max-width: 600px) {
    div.fix_bottom div.close_btn {
        top: 20px;
        right: 10px;
    }
    div.timer_wrap div.timer_text {
        float: none;
        width: 85%;
        margin: 0 auto 10px auto;
    }
    div.timer_wrap div.timer_text > p {
        text-align: center;
    }
    div.timer_wrap > p {
        line-height: 1em;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px) {
    div.top_wrap {
        height: auto;
    }
    div.bn_center {
        height: auto;
    }
	div.bn_center_gb {
        height: auto;
    }
	div.bn_center_ca {
		height: auto;
	}
    div.mobile_banner {
        display: block;
    }
    div.mobile_banner img {
        width: 100%;
    }
}

.popover-content {
  display: none;
}

.popover {
  -moz-box-shadow: 0 0 8px black;
  -webkit-box-shadow: 0 0 8px black;
  box-shadow: 0 0 8px black;
}

.popover_text{
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.btn-info{
	font-size:14px;
	color: #007bff;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-info:hover{
	font-size:14px;
	color: #0056b3;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-info:active{
	font-size:14px;
	color: #0056b3;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-info:not(:disabled):not(.disabled):active{
	font-size:14px;
	color: #0056b3;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-info:not(:disabled):not(.disabled):active:focus{
	box-shadow: none;
}
a{
	font-size: 14px;
}
.card_more{
 	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
	/*margin: -50px -50px; */
	margin: -10px -15px; border:0;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(10,10,10,0.3); 
	box-shadow: 0px 0px 15px -3px rgba(10,10,10,0.3);
}
.pricing_note{
	font-size: 12px;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.version{
    font-size: 14px;
	float: left;
    padding-left: 10px;
	padding-top: 35px;
	font-weight: 700;
}
.product_name_slogan{
    font-size: 16px;
}
.card-body{
	z-index: 999;
}
