.newctablock{
  display: grid;
    grid-template-columns: auto 20%;
    background: #f9f9f9;
    border-radius: 10px;
    align-items: center;
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.newctablock:after {
    content: "";
    position: absolute;
    background: #f7e7ff;
    width: 180px;
    height: 400px;
    right: -70px;
    bottom: -160px;
    transform: rotate(45deg);
}
.why-use img{margin-bottom: 20px}

.clumn2{
  column-count: 2;
}

.content span {
    color: #5d008f;
}

.head-point span i{
  background: #7a009e;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.head-point span{
  padding-top: 10px;
}
.head-point .dis{
  display: grid;
}
.bg1{
	background: #FAF1FF;
}
.bg2{
	background: #5D008F;
}
.why-use{
	background: #FFFFFF;
  border: 3px solid transparent;
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
}
.why-use:hover {
    border: 3px solid #f5e2ff;
}
.why-use h3{
  font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      color: #212c62;
      margin-bottom: 10px;
}

.pad-sec-tb{
	padding: 50px 0px;
}
.bg-white{
	background: #fff!important;
}
.vid h2{
	font-weight: bold;
	font-size: 55px;
	line-height: 63px;
	color: #FFFFFF;
}
.pp{
	margin-top: 30px;
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 15px 30px;
	margin: 10px;
}
.pp img{
	width: 40px;
	height: 40px;
}
.pp h4{
	margin-left: 20px;
}
.bg-rotate {
    background-color: transparent !important;
}
.custom-bg {
    position: relative;
}
.bg-rotate:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.custom-bg-gradient::before {
    background: #1C002C;
}
.lrs-pad {
    padding-top: 30px;
}
.points1 {
    padding-top: 5px;
}
.points1 h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2A262C;
    padding-left: 40px;
    padding-top: 12px;
}
.points1 h4::before {
    background-image: url(../img/payment-button/tick.svg);
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 15px;
}
.points h4 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding-left: 80px;
    padding-top: 12px;
    line-height: 50px;
}
.points h4::before {
    background-image: url(../img/payment-button/free.svg);
    width: 60px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 15px;
}
.plan{
	margin-top: 100px;
	margin-bottom: 100px;
}

.cnerlbtn{}
.plan p{    color: #8d8bb1;}

.cbtn3 {
    background: #fff;
    margin-right: 10px;
    position: absolute;
    top: 85px;
}
.cbtn3 {
    padding: 12px 24px;
    color: #1C002C;
}
.content span {
    color: #5d008f;
}
.cbtn-signup{
	background: #0019DC;
	padding: 15px 50px;
    color: #fff;
    font-size: 20px;
}
.cbtn-signup:hover{
	background: #5d008f;
	color: #fff;
}
.bot-sp{
	margin-top: 80px;
	text-align: center;
}
.bot-mar{
	margin: 50px 0px;
}
.banner-button-group{
    padding-top: 100px;
}
.banner-button-group a {
    margin: 10px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #0019dc;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #0019dc;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
.vb{
	padding-top: 70%;
}

/*  Faq Css  */
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\002b";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}
.panel{
    border: unset;
}

.panel-group .panel-heading , .panel-heading{
    border-bottom: unset;
    border: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: unset;
}
.faq-title{
    color: #5D008F;
    font-weight: 800;
    padding-bottom: 50px;
    font-size: 48px;
}

.accordion-section .panel-default .panel-body p{
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: rgba(23, 27, 47, 0.6);
}
.accordion-section .panel-default .panel-body{
    padding: 5px 30px 20px 0px;
}


/*  Media Queries  */
@media only screen and (max-width: 767px){
    .accordion-section{padding-top: 0 !important;}
}


@media (max-width: 574px) {


  .ex-ipad-pad{
    padding-bottom: 50px;
  }
  .m-center{
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .vb {
    padding-top: 115%;
  }
  .ex-ipad-pad{
    padding-bottom: 50px;
  }
  .ex-lr-margin{
    margin-left: 15px;
    margin-right: 15px;
  }
  .plan{
    margin-bottom: 200px;
  }
  .ed img{
    padding-top: 25%;
  }
}
