.content span {
    color: #5d008f;
}
.ig {
    display: flex;
    padding-top: 15px;
    align-items: center;
}
.ig p {
  font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-left: 20px;
    margin-bottom: 0px;
}
.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: #eef0ff;
}
.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 img{margin-bottom: 20px}
.why-use p{
margin-top: 15px;
}
.pad-sec-tb{
	padding: 50px 0px;
}
.bg-white{
	background: #fff!important;
}
.vid h2{
	font-weight: 600;
	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: 600;
    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: 600;
    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;
}



.plan p {
    color: #8d8bb1;
}
.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);
}

.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%;
}


/*  Media Queries  */
@media (max-width: 574px) {

  .ex-ipad-pad{
    padding-bottom: 50px;
  }

  .m-center{
    text-align: center;
  }
  .ex-lr-margin{
    margin-left: 15px;
    margin-right: 15px;
  }
  .why-use{
    height: unset;
  }
}

@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;
  }
 

}
