/*!
Theme Name: Vidlo
Theme URI: https://vidlo.video/
Author: Nababur Rahaman
Dev Wp URI: https://profiles.wordpress.org/nababurbd/
Dev Git URI: https://github.com/nababur
Author URI: https://nababur.dev/
Description: Vidlo is a simple yet powerful platform to easily create UGC video campaigns that engage, expand your audience, and collect data to grow your business.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vidlo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.


*/
html,
body {
  scroll-behavior: smooth;
}
.single-video video {
    width: 230px !important;
    max-width: 230px !important;
    margin: 0px auto;
}

@media (min-width: 712px) {
  .lghidden {
    display: none;
  }
}

@media (max-width: 712px) {
  .mbhidden {
    display: none;
  }

  .mobilebottom {
    margin-bottom: 100px;
  }

  .mobiletop {
    margin-top: 140px;
  }

  .mobilepadding {
    padding: 32.63% 0 0 0 !important;
  }

  .mobilepadding1 {
    padding: 15.63% 0 23% 0 !important;
  }

  .bg-colorful-background-1 {
    background-image: url("asset/png/mobilebackground.png") !important;
  }

  .bg-colorful-background-2 {
    background-image: url("asset/png/mobilebackground.png") !important;
  }
}

@media (max-width: 1023px) {
  .mobile-video-background-1 {
    background-image: url("asset/svg/colorful-background-1.png");
    background-size: auto 100% !important;
  }

  .mobile-video-background-2 {
    background-image: url("asset/svg/colorful-background-2.png");
    background-size: auto 100% !important;
  }

  .mobile-video-background-3 {
    background-image: url("asset/png/Colorfulbackground3.png");
    background-size: auto 100% !important;
  }
}

.lg\:bg-colorful-background-desktop-3 {
  background-image: url("asset/png/Colorfulbackground3.png");
}

/* Menu custom css */

nav ul li,
ul.footer-bottom-menu li {
  display: inline-block !important;
}

/* Widet menu css */
.footer-menu ul {}

.footer-menu ul li {
  display: block;
}

.footer-menu ul li a {
  color: #bea1ec;
  font-size: 14px;
  line-height: 1.75rem;
}

.footer-menu ul li a:hover {
  color: white !important;
  transition: 0.3s !important;
}

/* Price page css */

/* .dropbtn {
      background-color: #3498DB;
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
      cursor: pointer;
    }

    .dropbtn:hover,
    .dropbtn:focus {
      background-color: #2980B9;
    } */
.dropbtn {
  display: flex;
  gap: 6px;
  align-items: center;
}

.dropbtn1 {
  display: flex;
  gap: 6px;
  align-items: center;
}

#myDropdown {
  border-radius: 10px;
  right: 0px;
}

#myDropdown1 {
  border-radius: 10px;
  right: 0px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content button {
  color: #756fd0;
  text-align: center;
  width: 100%;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/* Make YouTube videos inserted via WordPress oEmbed full-width */

.wp-block-embed-youtube {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ql-video {
  height: 50vh;
  width: 100%;
}

#post img {
  width: 100%
}



/* Tailwind css */

@media (min-width: 1024px) {
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.gap-6 {
  gap: 1.5rem;
}

.grid {
  display: grid;
}

@media (max-width: 512px) {
  .footer-responsive {

    margin-top: 25px;
    padding-bottom: 20px;
  }

}





@media screen and (max-width: 500px) {
  div.mobile-footer {

    padding: 0px 15px;
    height: 55px;
  }

  .tos-10 {

    margin-right: 0;
    margin-left: 5px;
  }

  .footer-menu ul li,
  .footer-menu a.font-semibold {
    display: block;
    text-align: left;
  }



}


/* Best user page css  */

.py-6 {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.digital-area {
  position: relative;

}

.digital-btn {
  width: 180px;
  height: 40px;
  background-color: #F2CCFF;
  color: #75419E;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  /* padding: 20px 30px; */
  border-radius: 122px;
  position: absolute;
  top: 45px;
  line-height: 40px;
  left: -100px;
}

.live-area {
  position: relative;

}

.live-area img,
.digital-area img {
  width: 100%;
}

.live-btn {
  width: 180px;
  height: 40px;
  background-color: #CCD9FF;
  color: #41589E;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  /* padding: 20px 30px; */
  border-radius: 122px;
  position: absolute;
  bottom: 35px;
  line-height: 40px;
  right: -75px;
}

a.live-btn:hover,
a.digital-btn:hover {
  background-color: #8354ff;
  border-radius: 50px;
  color: white;
}


/*===========================
   VIDEO css 
===========================*/

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-video-area::after {
    height: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-video-area::after {
    height: 190px;
  }
}

@media (max-width: 767px) {
  .app-video-area::after {
    height: 140px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
  .app-video-area::after {
    height: 90px;
  }
} */

.play-video a{position: absolute;
  width: 264px;
  height: 264px;
  top: 0;}

.app-video-area .install_app_video .video_img {
  position: relative;
  /* max-width: 970px;
  width: 100%; */
  /* box-shadow: 0px 50px 100px 0px rgba(3, 11, 61, 0.2); */
  /* border-radius: 10px; */
  z-index: 1;
}


.app-video-area .install_app_video .video_img img {
  border-radius: 10px;
}

.app-video-area .install_app_video .video_img .icons-postion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.app-video-area .install_app_video .video_img .video_icon .icon {

  border-radius: 50%;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}


/* .app-video-area .install_app_video .video_img .video_icon .icon i::before {
  position: absolute;
  top: -15px;
  left: -12px;
  right: 0;
  text-align: center;
}

.app-video-area .install_app_video .video_img .video_icon::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: rgb(179 39 238 / 47%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: 50%;
  top: 46%;
  animation: youTube 3s linear infinite;
}

.app-video-area .install_app_video .video_img .video_icon::after {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.8);
  content: "";
  animation: youTube 2s linear infinite;
  z-index: -1;
} */


@media (max-width: 767px) {
  .app-video-area .install_app_video .video_img .video_icon .icon img {
    height: 120px;
  }


  .my-20 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .pb-20 {
    padding-bottom: 2rem;
  }


  .pt-32 {
    padding-top: 2rem;
  }

  #section-grid {
    padding-top: 8rem;
  }

  .mb-20 {
    margin-bottom: 2rem;
  }

}

/* Share Item */
.share_item .single-item {
  box-shadow: 0px 25px 60px 0px rgba(40, 39, 71, 0.12);
  height: 300px;
  padding-top: 30px;
  background: #fff;
}

.share_item img {
  text-align: center;
  margin: 0px auto;
}

.share_item h2 {
  text-align: center;
}

.share_item p {
  text-align: center
}


.share_item .create-shareable-title {
  font-size: 24px !important;

}


/* URL Link section css */

.app-screen-item img {
  width: 100%;
}


.campaign-info span.c-tags {
  /* width: 205px; */
  /* height: 29px; */
  background-color: #CCD9FF;
  color: #41589E;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 22px;
  border-radius: 122px;
  line-height: 40px;
  margin-bottom: 30px;
}

.create-url-title {
  font-size: 32px !important;

  font-weight: 800 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-btns a {


    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.pl-30 {
  padding-left: 4.5rem;
}

@media (max-width: 1024px) {
  .service-item {

    display: flex;
    flex-direction: column;

  }

}

@media (max-width: 1024px) {
  .service-item {

    display: flex;
    flex-direction: column;

  }

}

.qr-bg {
  background-color: #F2CCFF !important;
  color: #75419E !important;
}

.checklist-item-inner-page {
  display: inline-flex;
  padding: 0px 20px;
  align-items: center;
  gap: 1px !important;
  border-radius: 50px;
  /* background: #fff; */
  /* box-shadow: 0px 25px 60px 0px rgba(40, 39, 71, 0.12); */
  margin: 10px 5px !important;
  font-family: sans-serif;
  width: 60%;
  text-align: center;
  justify-content: space-between;
}




@media (max-width: 1024px) {
  .checklist-item-inner-page {
    text-align: left;
    width: 90%;
    justify-content: unset;
    background-color: #F8F8FF;
    border-radius: 24px;
    padding: 25px 20px;
  }

}

.app-screen-item img {

  border-radius: 50px;
}

.lightcase-icon-close::before {

  color: #000;
}

/* Inner Page css */
/* .bg-app-mobile .gradient-border-mask:hover{background-color:transparent;color: #262626;} */
.bg-app-mobile .gradient-border-mask:hover {
  background-color: transparent;
  border-radius: 50px;
  color: #262626;
}

.bg-app-mobile .gradient-border-mask:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(to right, #ef35ff, #2ba6ff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.app-screen-marketing {

  padding-bottom: 100px;
}

.inner-hero {
  padding-top: 60px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {

  .inner-hero {
    padding-top: 8rem;
    margin-bottom: 60px;
  }

  .video-section-title h2,
  .campaign-info h4 {
    font-size: 2.25rem !important;
    line-height: 46px !important;
  }

.inner-service-title {
	margin-bottom: 35px;
	margin-top: 50px;
	font-size: 28px;
	line-height: 38px;
}

  .succeed-section h2 {
    margin-bottom: 0px !important;
    margin-top: 30px;
  }

  .campaign-info {
    margin-bottom: 20px;
  }

  .inner-sub-title {
    font-size: 2.25rem !important;
    line-height: 45px !important;
    margin-bottom: 35px;
  }
  .app-screen-marketing {

    padding-bottom: 60px;
  }

  .campaign-section .my-20 {

    margin-bottom: 0;
  }

	.campaign-info p{
		margin-bottom:30px
	}
	
.video-grid-app .pt-\[140\%\] {
	padding-top: 118%;
}
	
	
	

}

@media (max-width: 767px) {

  .inner-hero {
    padding-top: 8rem;
    margin-bottom: 60px;
  }

  .app-screen-marketing {

    padding-bottom: 60px;
  }
	
	.video-section-title p br, .video-section-title h2 br, .campaing-section h2 br, .campaing-section p br, .campaign-info h4 br, .campaign-info p br, .inner-sub-title br, .share_item p br, .share_item h2 br{
  display: none !important;
}

	.succeed-section h2{
		margin-bottom:0px !important; margin-top:20px !important
	}
	
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .inner-hero {
    margin-bottom: 60px;
  }


}

/* Video player css */
@media only screen and (min-width: 1140px) and (max-width: 2420px) {
  .lightcase-contentInner video {
    width: 1140px !important;
    height: 641px !important;
  }


}


@media (max-width: 767px) {
.bg-app-mobile h1 br, .video-section-title p br, .video-section-title h2 br, .campaing-section h2 br, .campaing-section p br, .campaign-info h4 br, .campaign-info p br, .inner-sub-title br, .share_item p br, .share_item h2 br{
  display: none !important;
}
.campaing-section .my-20 {
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}



.app-screen-marketing #digital-campaign, #live-campaign {
  margin-top: 0rem !important;
}



.campaign-info h4 {
	font-size: 2rem !important;
	line-height: 42px !important;
}

.campaing-section .share_item {
  margin: 20px 15px;
}
.succeed-section .my-20 {
	margin-top: 4.5rem;
	
}
.checklist-txt {

	padding-left: 10px;

}
}

.app-screen-marketing {

	border-radius: 90px;
}

.ml-4 {
    margin-left: 1rem;
}

.inner-hero .btn-start-7{
	padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.app-video-area .install_app_video{
	
		width: 100%;
	margin: 0px auto;
	display: block;
}
.app-video-area .install_app_video .video_img img {
	border-radius: 30px;
	width: 100%;
	margin: 0px auto;
	display: block;
}

.app-video-area .lg\:px-10 {
	padding-left: 0rem;
	padding-right: 0rem;
}
.app-video-area .install_app_video .video_img .video_icon .icon {

	margin-top: 25px;
}

.app-video-area .install_app_video .video_img .video_icon::before {

	top: 48%;
}

.app-video-area {

	padding-bottom: 90px;
}
.campaign-info h2{
	margin-bottom: 40px;
	
}
.campaign-info h4{
	margin-bottom:20px
}
.campaign-info span.c-tags {

	margin-bottom: 20px;
}

.app-screen-marketing #digital-campaign, .app-screen-marketing #live-campaign {margin-bottom: 6rem;
}

.pl-30 {
	padding-left: 10.5rem;
}
.succeed-section{
margin: 160px 0px;

}
.succeed-section h2{
	margin-bottom:50px !important
}

.succeed-section .filter .mb-20{
	margin-bottom:50px !important
}
.app-screen-item .app-screen-item img {
    border-radius: 50px !important;
}


@media (max-width: 767px) {
	
	.pl-30 {
	padding-left: 0rem;
}
.succeed-section{
	margin: 60px 0px;

	}
	
.succeed-section h2{
	margin-bottom:30px !important
}

.succeed-section .filter .mb-20{
	margin-bottom:30px !important
}
	
	
}
.app-screen-item img {
	border-radius: 30px !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .app-video-area .lg\:px-10, .inner-hero .inner-hero-content{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
	
}
@media only screen and (min-width: 1199px) and (max-width: 1680px) {
/*   .app-video-area .lg\:px-10, .inner-hero .inner-hero-content, .campaing-section .share_item, .app-screen-marketing .tips-digital-campaigns  {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  } */
.pl-30 {
	padding-left: 7.5rem;
}
.app-video-area {
	padding-bottom: 10px;
}
.inner-hero {

	margin-bottom: 85px;
}
.app-video-area .install_app_video .video_img .video_icon .icon {
	margin-top: 60px;
}
.app-video-area .install_app_video .video_img .video_icon::before {
	top: 50%;
}	
	
.campaing-section .my-20 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
	
	
}


@media (min-width: 1024px) {
  header.container {
    max-width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (max-width: 1024px) {
.pl-30 {
	padding-left: 0rem;
}

	
.app-video-area {
	padding-bottom: 0;
}
	
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-btns a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
	
	.campaing-section .relative{
		margin-bottom:0px
	}
	.campaign-info h4 br, .campaign-info p br{
		display:none !important
	}
	.campaign-info h4 {
	
	line-height: 34px;
}
	
	.campaign-info h2 {
	margin-bottom: 20px;
}
	.app-screen-marketing #digital-campaign, .app-screen-marketing #live-campaign {
	margin-bottom: 0;
}
	
	.service-item p br{display:none !important}
	.app-screen-marketing #live-campaign{
		margin-top:0px
	}
	
	
	.app-screen-marketing {
	padding-bottom: 0;
}
	.app-screen-marketing .my-20 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	
	.succeed-section {
	margin: 100px 0px;
}
}
	.for-mobile-video{
		display:none !important
	}
	
.share_item .single-item {
	
	padding-top: 40px;
	
}



.our-tem-hero{padding-top:70px}
.our-tem-hero h3 {
    font-size: 35px;
    line-height: 43.93px;
    margin-bottom: 0;
}
.our-tem-hero .lg\:w-\[560px\] {
    width: 100%;
}
.watch-video-section{margin-top:4rem}


/* Only for mobile view css */
@media (max-width: 767px) {
	.bg-app-mobile .for-mobile span br{display:none !important}
	.bg-app-mobile .for-mobile span{margin-bottom:35px !important; }
	
.inner-hero .btn-start-7, .inner-hero .gradient-border-mask {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 34px;
  width:280px;margin: 0px auto;
}
	
.video-grid-app {

	margin-top: 48px;
}
.digital-btn {
	width: 150px;
	height: 40px;

	font-size: 11px;
	
	left: -90px;
}	
	
	.live-btn {
	width: 150px;
	height: 40px;
	font-size: 11px;

	bottom: 15px;
	line-height: 40px;
	right: -71px;
}
	
  .inner-hero {
  
    margin-bottom: 100px;
    padding-bottom: 50px;
  }
	
.app-video-area .install_app_video .video_img .video_icon::before, .app-video-area .install_app_video .video_img .video_icon::after {
	display:none
}

	.video_img .hidden{display:none !important}
	
	.app-video-area .install_app_video .video_img .video_icon .icon {
	margin-top: 0;
}
	.app-video-area .install_app_video .video_img .video_icon .icon img {
	height: auto;
}
  .campaing-section .my-20 {
    margin-top: 0;
  
  }

.video-grid-app .pt-\[140\%\] {
	padding-top: 110%;
}
.campaing-section h2.create-shareable-title {
	margin-bottom: 5px !important;

}	
	
.share_item .single-item {
	height: 300px;
	padding-top: 60px;
	background: #fff;
	/* vertical-align: middle; */
	/* display: table-cell; */
	/* width: 100%; */
	margin: 0px auto;
	text-align: center;
}
	
 .campaing-section .hidden {
   display:none !important
  }
	
	.campaing-section .share_item p {
	
	padding: 0 22px;margin-bottom: 0;
}
.campaing-section h2 {
	margin-bottom: 30px !important;
	padding: 0px 15px;
}

	
.campaing-section h2.section-title {
	padding: 0px 20px;
	margin-bottom: 40px !important;
}
	
.campaing-section .my-20 {

	margin-bottom: 90px;
}
	.app-screen-marketing #digital-campaign, .app-screen-marketing #live-campaign {
	margin-bottom: 60px;
}
.campaign-info h4 {
	font-size: 1.7rem !important;
	line-height: 34px !important;
}
.campaign-info p {
	margin-bottom: 38px;
}

	.app-screen-marketing .best-mobile{margin-bottom:0px}
	
.app-screen-marketing .my-20 {
	margin-top: 1.5rem;
}
	.app-screen-item img {
	border-radius: 15px !important;
}
	

	
.inner-service-title {
	margin-bottom: 35px;
	margin-top: 54px;
	font-size: 28px;
	line-height: 38px;text-align:left;
padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.for-mobile-video{
		display:block !important
	}
	.m-hidden{
		display:none !important
	}
	
	.app-screen-marketing .service-item .items-center img{margin-right:20px}
	.app-screen-marketing .service-item  p{
		text-align:left;margin-top:20px
	}
.app-screen-marketing .service-item {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0;
}
	
	.app-screen-marketing .service-item  p br{display:none}
	.app-screen-marketing #live-campaign{
		margin-bottom: 15px;
	}
	
	.app-screen-marketing .service-item .create-shareable-title {
	font-size: 22px !important;

	}
	.video-section-title h2, .campaign-info h4 {

	line-height: 45px !important;
}
	
	
.succeed-section h2 {
	text-align: center;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.checklist-item-inner-page {
    display: inline-flex;
    padding: 25px 20px;
    align-items: flex-start;
 
}	
	
	
.succeed-section .btn-start-7, .inner-hero .gradient-border-mask {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 34px;width:280px;margin: 0px auto;
}
.succeed-section {
	margin: 90px 0px;
}
.footer-btn-responsive-mobile {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
}
	.footer-btn-responsive-mobile aside, .footer-btn-responsive-mobile div{margin-right:15px}
	
	 .campaign-info h4 {
	line-height: 35px !important;
}
	
.social-icons a {
	margin-left: 5px !important;
	/* margin-right: 10px; */
}
	.our-tem-hero{padding-top:30px}
.our-tem-hero h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 2rem;
    padding: 0px 50px;
}
.watch-video-section {
    margin-top: 0rem;
}
.watch-video-section h2 {
	line-height: 40px ;
	}
	
}



#lightcase-loading {
  
    z-index: 11111 !important;
}
.app-video-area {

	margin-bottom: 0;
}



.fancybox-bg {
    background: linear-gradient(to right, #ec83ff, #69b8ff) border-box;
   
}
.promote-section{
	padding-bottom: 30px;
}









@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.app-video-area {
	padding-bottom: 0px;margin-bottom:0
}
.campaign-info {
	padding-left: 0;
}
.inner-hero {
	padding-top: 95px;
	margin-bottom: 60px;
	padding-bottom: 80px;
}
	
.flex-tab {
    align-items: center;

    display: flex;
}
.flex-tab {
    align-items: center;
    display: flex;
    width: 70%;
    margin: 0px auto;
}
	
.flex-tab .gradient-border-mask{
		margin-top:0 !important
	}
	.tab-hidden{display:none}
	
	.app-video-area, .campaing-section, .app-screen-marketing{padding-left:2rem;padding-right:2rem;   }
	.share_item p br{display:none}
	
	
.tab-flex-display .single-item {
    
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.my-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
	
.inner-hero .pt-\[140\%\] {
    padding-top: 92%;
}
	
.campaign-info p {
    margin-bottom: 38px;
}
	.campaign-info p br{display:none !important}
	
	.tab-none{display:none !important}
.app-screen-marketing .my-20 {
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding-top: 4rem;
}
.pay-less-text {
    font-size: 2.25rem !important;line-height: 46px !important;

}
.campaign-info h4 {
    line-height: 40px;
}
	.promote-section, .cta-section{
		flex-direction: unset;
	}
	
	.tab-space{display:none !important}
	
	
	.app-screen-marketing .inner-service-title{margin-top:60px}
	
	
	.inner-hero h1{    line-height: 50px;
    font-size: 42px;}
	
	
.inner-hero .btn-start-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: 0;
}
	
.video-grid {

    margin-left: 1rem /* 48px */;
    margin-right: 1rem /* 48px */;
  
}
	
	.promote-section p br{display:none !important}
	
	.service-item h2{font-size:24px !important}
	
.succeed-section {
    margin: 60px 0px;
}
.our-tem-hero{padding-top:40px}
	.our-tem-hero h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 2rem;
    padding: 0px 50px;
}
	
}

/* Pricing table customize  */
.pro-gradient .most-popular-base {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #F4F6FF;
    border-radius: 15px 15px 0 0;
    padding: 3px;
}

.pro-gradient  h4 {
    margin-top:30px;color:#fff
}
.pro-gradient  h4, .pro-gradient  p, .pro-gradient  span, .pro-gradient  h2{color:#fff !important}

.custom-trial-btn{
	    border: 1px solid#fff;
    border-radius: 50px;
}
