@media screen and (max-width: 1023px) {
  .pay-per-banner {
    background: #004f70;
    width: 100%;
    margin-bottom: 0;
  }
  .pay-banner-center {
    width: 300px;
    padding-top: 137px;
  }
  .pay-banner-center h2, .reasons-left h3, .pay-services h4, .pay-services h5, .pay-services h6{
	  font-size: 27px;
  }
  span.center-img img {
    width: 100%;
  }
  span.banner-right-arrow img {
    width: 100px;
  }
  .banner-right-arrow {
    top: 27em;
    right: 31px;
  }
  .speaker-arrow {
    top: 26.6em;
    right: 25px;
  }
  .banner-left-arrow img {
    width: 121px;
  }
  .banner-left-arrow {
    left: 6px;
    top: 28em;
  }
  .goal-arrow {
    left: 14px;
    top: 27em;
  }
  .reasons-right img {
    width: 100%;
  }
  .pay-services img,
  .reasons-right img {
    max-width: 81%;
    margin: 0 auto;
    display: block;
  }
  .dispal-ad:after,
  .remark-ad:after,
  .mobile-ad:after,
  .google-ad:after,
  .pay-banner-center:before,
  .pay-banner-center:after,
  .pay-services h4:before,
  .pay-services h5::before,
  .pay-services h6::before {
    display: none;
  }
  span.center-img {
    top: 124px;
  }
  .services-right {
    text-align: left;
  }
  .pay-services p {
    text-align: justify;
  }

  .reasons-right {
    margin-top: 59px;
  }
  .reasons-right {
    text-align: center;
  }
  .pay-services {
    margin-bottom: 0;
  }
  .pay-per-banner:after {
    display: none;
  }
  .speaker-arrow img {
    width: 25px;
  }
  .animated, .fadeInLeft, .fadeInDown {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
.reasons-left p{
	font-size: 15px;
	line-height: 30px;
}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pay-banner-center {
    width: 49%;
  }
  .pay-services img,
  .reasons-right img {
    width: auto;
    margin: 0 auto;
  }
  .services-left,
  .services-right {
    text-align: center;
  }
  .pay-services h4,
  .pay-services h5,
  .pay-services h6 {
    text-align: left;
  }

  .pay-services img,
  .reasons-right img {
    width: auto;
  }
  .pay-banner-center {
    padding-top: 10%;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1200px) {
  .pay-banner-center {
    padding-top: 61px;
  }
  .pay-per-banner {
    height: 544px;
    margin-bottom: 51px;
  }
  .banner-left-arrow {
    left: 12px;
    top: 16em;
  }
  .goal-arrow {
    left: 49px;
    top: 16em;
  }
  .banner-right-arrow {
    top: 18em;
    right: 0px;
  }
  .pay-banner-center:after {
    right: -5em;
    top: 8em;
  }
  .pay-banner-center:before {
    left: -4em;
    top: 8em;
  }
  .speaker-arrow {
    top: 18.5em;
    right: 7px;
  }
}
