body {
  padding: 0;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.lgtx {
  font-size: 45px;
}
.mltx {
  font-size: 25px;
}
.mdtx {
  font-size: 20px;
}
.mstx {
  font-size: 18px;
}
.smtx {
  font-size: 15px;
}
.not-aollow:hover {
  cursor: not-allowed;
}
.btn-cancel {
  background-color: #797979;
  color: #fff;
}
.btn-cancel:hover {
  background-color: #4a4a4a;
  color: white;
}
.showPlan:hover {
  cursor: pointer;
  opacity: 0.7;
}
#pricePlan {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1065px;
  min-height: 790px;
  z-index: 11;
}
.blackBK {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1065px;
  min-height: 790px;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}
.cancel {
  position: absolute;
  top: -7px;
  color: white;
  z-index: 1;
  right: -8px;
  transform: scale(2.5);
  background-color: black;
  border-radius: 25px;
  height: 15px;
  width: 15px;
}
.cancel:hover {
  cursor: pointer;
}
.priceBk {
  background-image: url('../../assets/images/billingPage/Pricing_02.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.tools {
  position: absolute;
  left: -142px;
  top: 212px;
  background-image: url("../images/billingPage/Pricing_N_01.png");
  background-repeat: no-repeat;
  width: 145px;
  height: 565px;
  color: #58595B;
}
.content {
  background-image: url("../images/billingPage/Pricing_N_02.png");
  background-repeat: no-repeat;
  width: 920px;
  height: 840px;
  color: #58595B;
  position: relative;
}
.tag1 {
  background-image: url("../images/billingPage/Price_01.png");
  background-repeat: no-repeat;
  width: 140px;
  height: 40px;
  position: absolute;
  left: 20px;
}
.tag3 {
  background-image: url("../images/billingPage/Price_03.png");
  background-repeat: no-repeat;
  width: 168px;
  height: 40px;
  position: absolute;
  left: 200px;
}
.tag2 {
  background-image: url("../images/billingPage/Price_02.png");
  background-repeat: no-repeat;
  width: 148px;
  height: 40px;
  position: absolute;
  left: 200px;
}
.head {
  width: 100%;
  height: 76px;
}
.head .text {
  color: white;
  text-align: left;
  padding-left: 40px;
  padding-top: 25px;
  font-weight: 200;
  margin: 0;
}
.lgRow {
  width: 100%;
  height: 140px;
}
.mdRow {
  width: 100%;
  height: 80px;
}
.smRow {
  width: 100%;
  height: 50px;
}
.col {
  display: inline;
  float: left;
  height: 100%;
  width: 184px;
}
.mainPage {
  position: absolute;
  top: 0;
}
.mainPageBtn {
  height: 65px;
  width: 218px;
}
.vwlogo {
  height: 55px;
  background-color: #2B2E3D;
  color: white;
}
.vwlogo .mainPageBtn:hover {
  cursor: pointer;
}
.fullScreenMode {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 13;
}
.loadingIcon {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: scale(4);
}
.paymentMethodSelect {
  display: none;
}
.paymentMethodSelect .paymentSelection {
  z-index: 20;
  color: white;
  position: absolute;
  top: 20%;
  width: 100%;
  padding: 15px;
}
.paymentMethodSelect .paymentPanel {
  padding: 15px;
  background: #FFF;
  width: 50%;
  border-radius: 5px;
  margin: 15px;
}
.paymentMethodSelect .paymentPanel .paymentMethod {
  padding: 10px;
}
.paymentMethodSelect .paymentPanel .paymentMethod img {
  color: #000;
  font-size: 28pt;
  width: 20%;
}
.paymentMethodSelect .paymentPanel .paymentMethod:hover {
  border: 1px solid #337ab7;
  border-radius: 5px;
}
.trancluent {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.7;
  z-index: 10;
}
.subcribeBtn {
  position: fixed;
  top: 40vh;
  z-index: 100;
  right: 0;
  font-size: 88px;
  background: white;
  margin-right: 10px;
  height: 90px;
  width: 39px;
  border-radius: 9px;
  color: white;
  background-color: #2981BF;
  display: none;
}
.subcribeBtn .tab {
  font-size: 44px;
  padding-top: 10px;
  height: 100%;
  width: 100%;
  border-radius: 9px;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
@media (min-width: 1601px) {
  .lgtx {
    font-size: 50px;
  }
  .mltx {
    font-size: 30px;
  }
  .mdtx {
    font-size: 25px;
  }
  .mstx {
    font-size: 23px;
  }
  .smtx {
    font-size: 20px;
  }
  #pricePlan .lgtx {
    font-size: 45px;
  }
  #pricePlan .mltx {
    font-size: 25px;
  }
  #pricePlan .mdtx {
    font-size: 20px;
  }
  #pricePlan .mstx {
    font-size: 18px;
  }
  #pricePlan .smtx {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .blackBK {
    min-width: 1500px;
  }
  .leftPadding {
    width: 1300px;
  }
}
