/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr   {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
* {
    box-sizing: border-box;
    transition: .2s;
    } 
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup
*/

table {
	border-collapse: collapse;
	border-spacing: 1;
	text-align: center;
} 

/* line 2, ../sass/_extend.scss */
.product {
  zoom: 1;
}
/* line 3, ../sass/_extend.scss */
.product:before {
  content: "";
  display: table;
}
/* line 7, ../sass/_extend.scss */
.product:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, ../sass/_extend.scss */
.tks-column, .one-column, .two-column, .three-column, .four-column, .five-column {
  width: 100%;
  margin-bottom: 20px !important;
  margin: auto;
  clear: both;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 551px) {
  /* line 15, ../sass/_extend.scss */
.tks-column,  .one-column, .two-column, .three-column, .four-column, .five-column {
    max-width: 1200px;
    padding: 0 0px;
  }
}
/* line 25, ../sass/_extend.scss */
 .one-column img, .two-column img, .three-column img, .four-column img, .five-column img {
  width: 100%;
  /* margin-bottom: 15px; */
  height: inherit;
}
@media (min-width: 551px) {
  /* line 32, ../sass/_extend.scss */
  .one-column li:last-child, .two-column li:last-child, .three-column li:last-child, .four-column li:last-child, .five-column li:last-child {
    margin-right: 0px !important;
  }
}

/* line 38, ../sass/_extend.scss */

/* line 9, ../sass/main_new.scss */
.clear {
  clear: both;
}

/* line 12, ../sass/main_new.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 19, ../sass/main_new.scss */
body {
  padding: 0;
  margin: 0;
}

/* line 24, ../sass/main_new.scss */
.product {
  box-sizing: border-box;
  overflow: inherit !important;
  width: 100%;
  margin-top: 0px;
  overflow: hidden;
  zoom: 1;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  /* float: left; */
  float: left;
}
@media (min-width: 600px) {
  /* line 24, ../sass/main_new.scss */
  .product {
    overflow: hidden;
    zoom: 1;
/*    background:;*/
  }
}

/* line 36, ../sass/main_new.scss */
.column-block {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 80px 20px 0px 20px;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 600px) {
  /* line 36, ../sass/main_new.scss */
  .column-block {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  /* line 36, ../sass/main_new.scss */
  .column-block {
    margin: 0 auto;
    padding: 30px 30px 0px 30px;
  }
}
@media (min-width: 1279px) {
  /* line 36, ../sass/main_new.scss */
  .column-block {
    margin: 0 auto;
    padding: 40px 0 0px 0;
  }
}
/* line 49, ../sass/main_new.scss */


@media (min-width: 768px) {
  /* line 57, ../sass/main_new.scss */
 .one-column ul li {
	 width: 98%;
}
  .two-column ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
    display: block;
    float: left;
    margin-top: 30px;
  }
 .three-column-ds01 {
    width: 18%;
    float: left;
    display: block;
  }
 .three-column-ds02 {
    width: 55%;
    float: left;
    display: block;
  }
 .three-column-ds03 {
    width: 27%;
    float: left;
    display: block;
	text-align: center; 
	margin-top: 40px;
    margin-bottom: 30px;
  }
}

/* line 67, ../sass/main_new.scss */
.three-column ul li {
  position: relative;
}
@media (min-width: 767px) {
  /* line 74, ../sass/main_new.scss */
  .three-column ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    display: block;
    float: left;
    margin-top: 30px;
  }
}

@media (min-width: 600px) {
  /* line 87, ../sass/main_new.scss */
  .four-column ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
    display: block;
    float: left;
    box-sizing: border-box;
  }
}
@media (min-width: 800px) {
  /* line 87, ../sass/main_new.scss */
  .four-column ul li {
    width: 25%;
    float: left;
    padding-right: 10px;
    display: block;
    float: left;
    box-sizing: border-box;
    height: 200;
  }
}

@media (min-width: 600px) {
  /* line 99, ../sass/main_new.scss */
  .five-column ul li {
    width: 16.52174%;
    float: left;
    margin-right: 4.34783%;
    display: block;
    float: left;
  }
}

/* line 107, ../sass/main_new.scss */
p {
  /* margin: 30px 0px; */
  font-size: 16px;
  line-height: 26px;
  color: #001c2f;
}

/* line 113, ../sass/main_new.scss */
h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    /* color: #ffffff; */
    text-align: center;
    margin-bottom: 20px;
}

/* line 120, ../sass/main_new.scss */
h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  margin: 0px;
  text-align: left;
  color: #000000;
}
@media (min-width: 600px) {
h3 {
  font-size: 30px;
  line-height: 33px;
  /* font-weight: 700; */
  margin: 0px;
  text-align: left;
  color: #ffffff;
}
h2 {
    font-size: 41px;
    font-weight: 700;
    line-height: 60px;
    display: block;
    /* color: #ffffff; */
}
p {
  /* margin: 30px 0px; */
  font-size: 17px;
  line-height: 30px;
}
}
.li-img {
  display: block;
  width: 100% !important;
  margin: auto;
}


.top-bnr {
    height: auto;
    width:100%;
    position: relative;
    background: hsl(0deg 0% 0% / 34%);
}



.top-block h1 {
    padding: 0px 0 20px 0;
    position: relative;
    bottom: auto;
    font-size: 25px;
    line-height: normal;
    top: 0;
    text-align: center;
    color:#fff;
    }
.top-block h2 {
    text-align: left;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    margin: 0;
}



h1 {
    font-weight: 700;
    font-size: 24px;
    margin: 20px auto 0px auto;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
    padding: 10px;
    font-weight: 700;
    /* text-transform: uppercase; */
}
@media (min-width: 767px) {
	h1 {
		    font-size: 27px;
		    line-height: 48px;
		    font-weight: 700;
		    color: #000;
		    }
}



.top-block {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items:center;
}
@media (min-width: 551px) {
 .top-block {
    height: 480px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items:center;
} 
}
@media (min-width: 769px) {
 .top-block {
    height: 480px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items:center;
} 
}
.top-block video{
  position: absolute;
  width: 100%;
  height: 600px;
  top:0;
  left:0;
  object-fit: cover;
}
@media (min-width: 769px) {
.top-block video{
  height: 480px;

}
}
.footerbox {
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
    background: #001c2f;
    color: #ffffff;
    /* border-top: 1px solid #c8c8c8; */
    width: 100%;
    /* margin-top: 30px; */
    box-sizing: border-box;
    float: left;
}

.footerbox a {color: #ffffff;text-decoration:none;}

a.btn_learn {
    color: #03A9F4;
    text-decoration: none;
}
.header-block {
    position: absolute;
    width: 100%;
}

.btn-block {
    width: auto;
    display: block;
    margin: auto;
    float: none;
}

.check {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #c00000;
    line-height: 28px;
    width: 100%;
    text-decoration: none;
}


.txt {
    padding: 30px;
    background: #f0f1f3;
    height: auto;
}
@media (min-width: 768px){
.txt {
    padding: 30px;
    background: #f0f1f3;
    height: auto;
}	
}
@media (min-width: 960px){
.txt {

height: 180px;
}	
}
@media (min-width: 1200px){
.txt {

height: 150px;
}	
}
.bottom-txt {
    padding: 20px;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    background: #f0f1f3;
    border-top: 2px solid #ffffff;
    height: auto;
    overflow: auto;
}

img.top-logo {
    width: 80px;
    height: 80px;
    margin: 50px auto 10px auto;
    display: block;
}
@media (min-width: 601px){
img.top-logo {
    width: 80px;
    height: 80px;
    margin: 50px auto 10px auto;
}
}

@media (min-width: 768px){
img.top-logo {
    width: 100px;
    height: 100px;
    margin: 5% auto 10px auto;
}
}

.block-section.pdr-section {
    /* background-size: auto; */
    background-image: url(../images/bg_circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.block-section.feature-section {
    /* background-size: auto; */
    /* background-image: url(../images/bg_video.svg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    float: left;
    display: block;
    width: 100%;
}

.block-section.pack-section {
    /* background-size: auto; */
    /* background-image: url(../images/bg_dance.svg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* float: left; */
    /* display: block; */
    /* width: 100%; */
}




nav.drown {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0px 0;
    border-bottom: 2px solid #000;
}

/* By Dominik Biedebach @domobch */
nav ul {
  list-style: none;
  text-align: center;
  /* background: #dedede; */
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin: 0 10px -2px 10px;
  font-size: 18px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}


/* DROWN */

nav.drown ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

nav.drown ul li a:hover {
  color: #020202;
}

nav.drown ul li a:before {
  background: #000;
  content: '.';
  color: transparent;
  position: absolute;
  width: 500%;
  top: 100px;
  right: 300px;
  height: 300px;
  z-index: -1;
}
nav.drown ul li a:hover  {

  background: #FFC107;
}

.drown li.focus a{
      background: #000000;
      color:#fff;
}
.owl-dots {
    width: 100%;
    z-index: 999;
    position: absolute;
    bottom: 10px;
    display: none;
}

img.imgright {
    width: 100px;
    height: auto;
    position: absolute;
    left: 0;
    top: 10px;
    display: none;
}




h2 {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 800;
}



.pdr-block {
    background-repeat: no-repeat;
    background-image: url(../images/pdr-pc-2021-mac.jpeg);
    padding: 40px;
    margin-top: 80PX;
    background-size: cover;
}

.pdr-icon img {
    width: 30px;
    display: inline-block;
    height: 30px;
}
@media (min-width: 321px){
 .pdr-icon img {
    width: 40px;
    display: inline-block;
    height: 40px;
} 
}
.main-info {
    width: 100%;
    padding: 100px 20px 40px 20px;
    box-sizing: border-box;
    /* margin-top: 40px; */
}
@media (min-width: 769px){
 .main-info {
    max-width: 1800px;
    margin: auto;
}
}
.intro-block {
    width: 100%;
    float: left;
    /* padding: 30px; */
    box-sizing: border-box;
    /* margin-top: 30px; */
}

@media (min-width: 769px){
.intro-block {
    top: 0;
    position: absolute;
    z-index: 0;
}
}
video {
    width: 100%;
}


.thumbnail-block {
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
}

.owl-carousel .item{
	height: auto !important;
	padding: 0px !important;
}
h2 {
    font-size: 40px;
    line-height: normal;
    margin: 40px 0;
    font-weight: 700;
}



a.btn {
  width: 200px;
  display: block;
  font-size: 18px;
  text-align: center;
  background: #ffc800;
  color: #001c2f !important;
  padding: 15px;
  text-decoration: none;
  line-height: 22px;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  /* text-transform: uppercase; */
  float: left;
}

a.btn:hover{
    background: #ff9807;
}
a.btn.btn-free:hover{
    background: #00BCD4;
}
a.btn.btn-free {
    background: #49d9fa;
    margin-bottom: 20px;
}

a.buy-btn.btn-orange:hover {
    background: #8a00ff;
}

.thumbnail-block::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgb(0 0 0 / 69%);
    display:none;

}


.thumbnail-block:hover::before {
    display:block;

}
.thumbnail-block .btn-block{
    display:none;
    margin: 20px 0;
}
.thumbnail-block:hover .btn-block{
    display:block;
}
a.btn.btn_learnmore {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}
a.btn.btn_learnmore:hover {
    background: none;
    border: 2px solid #FFEB3B;
    color: #FFEB3B;
}
.owl-carousel {
	margin: 0 !important;
}

.three-column p {
    margin: 10px 0;
    float: left;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    width: 100%;
    font-weight: 600;
}


.block-section h2 {
    font-size: 32px;
    padding: 0px 0 40px 0;
    font-weight: 700;
    width: 100%;
    margin: auto;
    position: relative;
    color: #001c2f;
    float: left;
}
@media (min-width: 769px){
  .block-section h2 {
    padding: 40px 0 60px 0;
    }
}
.drown li.focus a{
      background: #000000;
      color: #fff;
      transition:.2s;
}

.pdr-icon p {
    display: inline-block;
    line-height: normal;
    font-size: 22px;
    font-weight: 600;
    margin-left: 10px;
    color: #000;
    text-align: left;
}
@media (min-width: 321px){
.pdr-icon p {
    display: inline-block;
    line-height: normal;
    font-size: 27px;
    font-weight: 600;
    margin-left: 10px;
    color: #001c2f;
}
}

.pdr-icon {
    /* float: left; */
    /* width: 100%; */
    display: flex;
    justify-content: center;
}

.main-info h3 {
    float: left;
    font-size: 39px;
    line-height: normal;
    margin: 20px 0;
    font-weight: 700;
    color: #fff;
}
.pdr-w {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 1;
    background: hsl(0deg 0% 0% / 34%);
    height: inherit;
}
.ver-line img {
    float: left;
    width: 18px;
    display: block;
    margin-right: 5px;
}

.ver-line {
    display: inline-block;
}

.ver-line p {
    display: block;
    float: left;
    margin-right: 19px;
    font-weight: 600;
}

span.title-line {
    color: #ff1d45;
    font-weight: 700;
}

.offer {
    color: #001c2f;
    font-weight: 600;
    font-size: 36px;
    margin: 10px 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}



.btn_txt {
    float: left;
    margin-top: 11px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
}


.pd_vid.pd_vid_full.introVideo {
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
    color: #00fdff;
    display: none;
}

span.title-top {
    color: #ffc108;
}
a.btn.btn-line {
    position: absolute;
    right: -122px;
    top: 52px;
}
.icon-next {
    height: 100px;
    position: absolute;
    right: 10px;
    width: 30px;
    top: 150px;
    z-index: 999;
}

.icon-next img {
    height: 80px;
    width: 20px;
}
.icon-pre {
    height: 100px;
    position: absolute;
    left: 10px;
    width: 30px;
    z-index: 999;
    top: 150px;
}

.icon-pre img {
    height: 80px;
    width: 20px;
}
.slider-block {
    width: 100%;
}

.slider-box {
    margin: auto;
    max-width: 2078px;
    position: relative;
}


.top-menubar {
    background: #ffffff;
    background: -moz-linear-gradient(left,  #54d1fd 0%, #0ef7f0 100%);
    background: -webkit-linear-gradient(left,  #54d1fd 0%,#0ef7f0 100%);
    background: linear-gradient(to right,  #54d1fd 0%,#0ef7f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d1fd', endColorstr='#0ef7f0',GradientType=0 );
    overflow: auto;
    position: relative;
    /* top: 0; */
    width: 100%;
    float: left;
}
@media (min-width: 769px){
.top-menubar {
    /* position: absolute; */
    width: 100%;
    /* top: -5%; */
}
  
}

.top-menubar li {
    text-align: center;
    width: 50% !important;
    color: #ffffff;
    margin: 0 !important;
    float: left;
    /* cursor: pointer; */
    /* border: solid #ffffff63 1px; */
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
    padding: 20px 5px;
}
@media (min-width: 768px){
 .top-menubar li {
    text-align: center;
    width: 25% !important;
    color: #ffffff;
    margin: 0 !important;
    /* cursor: pointer; */
    /* border: solid #ffffff63 1px; */
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
    padding: 20px;
} 
}
.top-menubar .four-column {
    width: 100%;
    margin:auto;
    float: none;
    /* background: white; */
    /* overflow: hidden; */
    /* border-radius: 10px; */
    max-width: 1200px;
    /* display: initial; */
    padding: 0;
}
.top-menubar img {
    width: 80px!important;
    height: 80px!important;
}



.footerbox a {color: #ffffff;text-decoration:none;}
.top-menubar p {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    height: 60px;
}
@media (min-width: 321px){
 .top-menubar p {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    height: 60px;
} 
}
@media (min-width: 376px){
 .top-menubar p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    height: 60px;
} 
}
@media (min-width: 768px){
 .top-menubar p {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    height: 80px;
} 
}

ul.bullet-list li {
    float: left;
    width: 100%;
    margin: 0;
}

ul.bullet-list {
    margin: 30px 0;
}
.purchase-block {
    /* width: 98%; */
    margin: auto;
    background: white;
    border-radius: 21px;
    box-sizing: border-box;
    padding: 50px 20px 20px 20px;
    color: #000;
    text-align: center;
    height: auto;
    overflow: auto;
    /* display: revert; */
}
@media (min-width: 600px){
  .purchase-block {
    width: auto;
    padding: 40px 80px;
    margin: 120px auto 0px
     auto;
    /* overflow: revert; */
}
}


.purchase-block li {
    width: 100%;
    float: left;
    text-align: left;
    margin: 35px 0;
}

.purchase-block p {
    text-align: left;
    color: #001c2f;
}

.list ul {
    /* list-style: disc; */
    /* padding: 0 25px; */
    color: #000000;
}

.purchase-block h3 {
    color: #001c2f;
    text-align: center;
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 10px 0;
}


span.offer-small {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 400;
}
.plan-block h3 {
    color: #fff;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    width: 100%;
}


.plan-block li p {
    color: #fff;
    /* margin-left: 23px; */
    margin: auto;
    float: none;
    width: auto;
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.purchase-block .btn-block{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.purchase-block .btn-block .btn{float: none;margin: 10px auto;width: 200px;}


.purchase-block .list {
    /* width: 90%; */
    margin: auto;
    float: none;
}
.icon-block .feature-icon {
    width: 56px;
    padding: 0 10px;
    height: auto;
    margin: auto;
    /* opacity: .7; */
}

.column-block.pack_block h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0 10px 0;
    color: #001c2f;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
}

.column-block.pack_block p {
    position: absolute;
    bottom: 36%;
    left: 5px;
    text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.block-section.feature-section h2 {
  float: left;
  text-align: center;
  padding: 20px 0 20px 0;
  }
@media (min-width:769px) {
  .block-section.feature-section h2 {
  float: left;
  text-align: left;
  padding: 20px 0 30px 0;
  }

}
.feature-section .column-block {
    margin-bottom: 0px;
    padding-top: 60px;
}
@media (min-width:769px) {
 .feature-section .column-block {
    margin-bottom: 30px;
} 
}
.list li {
    margin: 10px;
}
.list li >p{
    margin: 10px 0px;
    display: block;
    background-image: url(../images/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 25px;
    background-position-y: 4px;
    }

.list p {
    margin: 10px 0;

}

.plan-block p {
    text-align: center;
    color: white;
    margin: 20px 0 0px 0;
}

p a {
    color: #ffeb3b;
    font-weight: 700;
}

.list ul li {
    width: auto;
    margin: 5px 0 !important;
    display: contents;
}

.block-section.pdr-section.pdr-icon {
    display: flex;
}
.block-section.feature-section {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}


 .column-block.unlimited-block .two-column li {
    width: 100%;
}   
@media (min-width:769px) {
 .column-block.unlimited-block .two-column li {

    width: 48%;
    float: left;
    margin-right: 2%;
    display: block;
    float: left;
    margin-top: 30px;}}

.main-info p {
    color: #fff;
}
/* Setting fade transition and default settings */
body {
  transition: background-color 1s ease;
}



.top-logo {
    display: none;
}

.purchase-block .list ul {
    color: #000;
    /* list-style: disc; */
}
.purchase-block p a {
    color: #015ef7;
}

img.bg-p {
    position: absolute;
}

img.bg-p.bg-video {
    top: 14%;
    right: 0;
    width: 55%;
    opacity: .2;
    display: none;
}

img.bg-p.bg-dance {
    left: 0;
    width: 100%;
    top: 0;
}
.column-block.pack_block h2 {
    margin-bottom: 0px;
    text-align: center;
}

.plan-block {
  background: #8a00ff;
  background: -moz-linear-gradient(left,  #8a00ff 0%, #2a42f9 100%);
  background: -webkit-linear-gradient(left,  #8a00ff 0%,#173d95 100%);
  background: linear-gradient(to right,  #8a00ff 0%,#2546f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d1fd', endColorstr='#0ef7f0',GradientType=0 );
  /* border: solid 5px #ffffff; */
  padding: 40px;
  margin: 20px auto;
  /* width: 90%; */
  box-sizing: border-box;
  border-radius: 20px;
  }
@media (min-width: 769px) {
.plan-block {
  max-width: 1200px;
  padding: 040px;
  margin: 40px auto 40px auto;
  border-radius: 20px;
  }}
h4 img {
    width: 30px !important;
    margin-right: 10px;
}


select.buyPlanSelector {
    /* top: 0; */
    /* right: 0; */
    padding: 5px;
    width: 200px;
    font-size: 18px;
    border: black;
    background: #e1e1e1;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin: 0px auto;
    color: #001c2f !important;
    text-align: center;
}

select.buyPlanSelector option {
    background: #e1e1e1;
    border: none;
}

.top-info-block {
    /* width: 800px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-self: baseline;
}

@media (min-width:551px) {
.btn-box {
  display: block;
  float: left;
  width: 230px;
  margin: 0;
  } 
}
.btn-box .btn {
    margin: auto;
    float: none;
    margin-bottom: 0px;
}
.pdr-section .pdr-icon p {
     font-size: 22px;
}
@media (min-width:376px) {
 .pdr-section .pdr-icon p {
     font-size: 24px;
} 
}
@media (min-width:601px) {
 .pdr-section .pdr-icon p {
     font-size: 28px;
     height: 40px;
} 
}
@media (min-width:361px) {
.pdr-section .pdr-icon img {
    width: 30px;
    display: inline-block;
    height: 30px;
}}
@media (min-width:601px) {
.pdr-section .pdr-icon img {
    width: 40px;
    display: inline-block;
    height: 40px;
}}
select.buyPlanSelector.option {
    top: 100px;
}
.video-btn-new {
  position: relative;
  float: left;
 width: 100%;
}

.video-btn-new img {
  display: block;
  border-radius: 10px;

}

.video-btn-new:after, .video-btn-new:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-btn-new:after {
  width: 0;
  height: 0;
  border: 0.9em solid transparent;
  border-left: 1.5em solid #ffffff;
  margin-top: -0.9em;
  margin-left: -0.5em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 4em;
  margin-left: -2em;
  margin-top: -2em;
  height: 4em;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  box-shadow: 0 0 24px hsla(0, 0%, 0%, 0.2);
  background: #000000d1;
}

.video-btn-new:hover:before {
  background: rgba(184, 26, 53, 1);
  transition: all 0.45s ease;
}

.video-btn-new:hover::after {
  border: 0.9em solid transparent;
  border-left: 1.5em solid #ffffff;
}
@media (min-width: 551px) {
  .video-btn-new:after {
  width: 0;
  height: 0;
  border: 1.1em solid transparent;
  border-left: 1.7em solid #494949;
  margin-top: -1em;
  margin-left: -0.6em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 5em;
  margin-left: -2.5em;
  margin-top: -2.5em;
  height: 5em;
}

.video-btn-new:hover::after {
  border: 1.1em solid transparent;
  border-left: 1.7em solid #ffffff;
}
}
@media (min-width: 769px) {
  .video-btn-new:after {
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-left: 2em solid #ffffff;
  margin-top: -1.25em;
  margin-left: -0.6em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 5.8em;
  margin-left: -2.9em;
  margin-top: -2.9em;

  height: 5.8em;

}

.video-btn-new:hover::after {
  border:1.3em solid transparent;
  border-left: 2em solid #ffffff;
}
}
.list {
    float: left;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
.list {
    float: left;
    margin-bottom: 0px;
}
}
img.bg-p.bg-computer {
    top: 0;
    display: none;
}
@media (min-width: 769px) {
 img.bg-p.bg-computer {
    width: 100%;
    top: 13%;
    display: none;
    /* position: relative; */
} 
}
@media (min-width: 960px) {
 img.bg-p.bg-computer {
    width: 90%;
    display: none;
    top: 4%;
} 
}
@media (min-width: 1600px) {
 img.bg-p.bg-computer {
    width: 100%;
    top: 10%;
} 
}
@media (min-width: 1800px) {
 img.bg-p.bg-computer {
    width: 69%;
    top: 10%;
} 
}
.column-block.pack_block {
    position: relative;
/*    margin-bottom: 80px;*/
    padding-top: 50px;
    margin-bottom: 20px;
}
img.bg-p.bg-top_l {
    top: 0;
    width: 14%;
    left: 0;


}

img.bg-p.bg-bottom_l {
    bottom: 48%;
    width: 15%;
}

img.bg-p.bg-top_r {
    right: 0;
    width: 20%;
}

img.bg-p.bg-bottom_r {
    width: 10%;
    right: 2%;
    top: 27%;
}
@media (min-width: 550px) {
 img.bg-p.bg-top_l {
    top: 0;
    width: 12%;
    left: 0;
}

img.bg-p.bg-bottom_l {
    bottom: 66%;
    width: 9%;
}

img.bg-p.bg-top_r {
    right: 0;
    width: 20%;
}

img.bg-p.bg-bottom_r {
    width: 9%;
    right: 0;
    top: 28%;
} 
}
@media (min-width: 769px) {
 img.bg-p.bg-top_l {
    top: 0;
    width: 100px;
    left: 0;
}

img.bg-p.bg-bottom_l {
    bottom: 69%;
    left: 2%;
    width: 100px;
}

img.bg-p.bg-top_r {
    right: 0;
    width: 200px;
}

img.bg-p.bg-bottom_r {
    width: 50px;
    right: 2%;
    top: 29%;
} 
}
@media (min-width: 1200px) {
 img.bg-p.bg-top_l {
    top: 0;
    width: 13%;
    left: 0;
}

img.bg-p.bg-bottom_l {
    bottom: 68%;
    width: 9%;
}

img.bg-p.bg-top_r {
    right: 0;
    width: 20%;
}

img.bg-p.bg-bottom_r {
    width: 8%;
    right: 2%;
    top: 17%;
} 
}
@media (min-width: 1400px) {
 img.bg-p.bg-top_l {
    top: 0;
    width: 178px;
    left: 0;
}

img.bg-p.bg-bottom_l {
    bottom: 69%;
    width: 150px;
}

img.bg-p.bg-top_r {
    right: 0;
    width: 300px;
}

img.bg-p.bg-bottom_r {
    width: 120px;
    right: 2%;
    top: 22%;
} 
}
.two-column.video-column a {
}
@media (min-width: 768px) {

.two-column.video-column a {
    margin-top: 120px;
}}
@media (min-width:900px) {

.two-column.video-column a {
    margin-top: 0px;
}}
.top-menubar p br {
    display: none;
    padding: 0 10px;
}
@media (min-width:321px){
  .top-menubar p br {
    display: block;
    padding: 0px;
}  
}
@media screen and (min-width: 768px){
.layout_flip{
	float:right !important; 
	margin-right: 0px !important;	
}
}
	
.layout_flip{
	float:none;
}
.f_top_icon img {
    width: 100%;
    max-width: 100px;
    margin: auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.f_top {
    width: 46%;
    float: left;
    margin: 0 2%;
    padding: 0 10px;
}
@media (min-width: 600px){
  .f_top {
    width: 33%;
    float: left;
    margin:0px;
    padding: 5px 10px;
}  
}

.f_top p {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
   height: 50px;
}
@media (min-width: 321px){

 .f_top p {
         font-size: 15px;
   height: 50px;
} 
}
@media (min-width: 600px){
 .f_top p {
   height:auto;

} 
}



.icon-block {
    text-align: center;
    margin-top: 30px;
}

.two-column.purchase-block li {
    margin: 25px 0;
    position: relative;
}

li.layout-flex {
    display: flex !important;
    align-items: center; 
    flex-direction: column;
}
.block-width {
    width: 100%;
    padding: 40px 20px;
}
@media (min-width: 321px){
.block-width {
    width: 95%;
    padding: 40px 20px 40px 20px;
} 
}
@media (min-width: 600px){
.block-width {
    width: 100%;
    padding: 40px 20px;
    margin: 30px auto;
}
}
@media (min-width: 961px){
.block-width {
    width: 80%;
}
}
@media (min-width: 1200px){
.block-width {
    width: 80%;
}
}
@media (min-width: 1300px){
.block-width {
    width: 60%;
}
}
@media (min-width: 1400px){
.block-width {
    width: 50%;
}
}
@media (min-width: 1800px){
.block-width {
    width: 40%;
}
}
.pdr-feature-block {
    margin-bottom: 40px;
    display: block;
    float: left;
}
.icon {
    /* display: flex; */
    align-items: center;
    float: none;
    margin: 20px auto;
}

@media (min-width: 768px){
 .icon {
    display: flex;
    align-items: center;
    float: left;
    margin: 0 20px;
} 
}
.icon img {
    width: 60px;
    height: 60px;
    margin:auto;
    display: block;
}
@media (min-width: 768px){
.icon img {
    width: 37px;
    height:37px;
}
}
.icon p {
    margin: 0;
    text-align: center;
}
@media (min-width: 768px){
 .icon >p {


   font-size: 16px;
   width: 100%;
   text-align: center;
   float: left;
 } 
}
.plan-icon {width: 100%;display: block;justify-content: center;/* margin: 20px 0; */float: left;}
@media (min-width: 768px){
 .plan-icon {width: 100%;display: flex;justify-content: center;} 
}
span.big-font {
    display: block;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 10px;
    font-weight: 700;
}
.two-column.pdr-v-column h2 {
    text-align: center;
}
.pdr-v-column a.btn_txt {
    display: block;
    width: 100%;
    text-align: center;
    color: #015ef7;
    font-weight: 700;
    margin-top: 20px;
}
.txt-small {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: -5px;
    font-style: italic;
    margin-bottom: 10px;
}

/* colours */
.color-c4 {
  background-color: #3be7fd;
}

.color-c3 {
  background-color: #68fefc;
}

.color-c2 {
  background-color: #68fefc;
}

.color-c1 {
  background-color: #40c1ff;
}

.ribbon {
    position: relative;
    right: 0px;
    /* text-shadow: 0px -2px 0 #bf295b; */
    top: 9px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    background-color: #e91e63;
    color: #ffffff;
    padding: 12px 20px;
    box-shadow: 0px 3px 0px #b72b5a;
    /* transform: rotate(29deg); */
    text-align: center;
}
@media (min-width: 768px){
 .ribbon {
    position: absolute;
    right: -105px;
    /* text-shadow: 0px -2px 0 #bf295b; */
    top: -52px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    background-color: #e91e63;
    color: #ffffff;
    padding: 12px 60px 12px 80px;
    /* box-shadow: 0px 3px 0px #b72b5a; */
    transform: rotate(29deg);
    text-align: right;
} 
}

.two-column.purchase-block.block-width {
    position: relative;
    overflow: hidden;
}

.sub_nav.sticky #icon_p_c > .icon{margin-top:10px;}


@media (max-width: 480px){

	.column-block.pack_block{
		margin-bottom:0px;
	}
}

.section_part.prize_bg .section_part {
	margin-bottom:0%;
}

