body {
	margin: 0;
	padding: 0 15px;
}
p {
	margin-block-start:0; 
	margin-block-end:0; 
	margin-inline-start:0; 
	margin-inline-end:0;
	padding-block-start:0; 
	padding-block-end:0; 
	padding-inline-start:0; 
	padding-inline-end:0;
}
.button {
	display: flex;
   	align-items: center;
    justify-content: center;
/* 	width: 281px; */
	height: 70px;
	border-radius: 100px;
	padding: 31px 52px;
	color: white;
	background-image: linear-gradient(to right, #dc2b7f 0, #902bb4 50%, #dc2b7f 100%);
	background-size: 200% auto;
	transition: all 1s ease;
	text-align:center;
}
.button:hover {
		background-position: right center;
}
.button-b2b {
		display: flex;
   	align-items: center;
    justify-content: center;
	width: 180px;
	height: 60px;
/*	padding: 18px 47px; */
	border-radius: 15px;
	font-size: 20px;
	background-color: #D1117F;
	color: white;
}
.button-search>a {
	height: 60px;
	display: flex;
   	align-items: center;
    justify-content: center;
}

.magenta {
	color: #D1117F;
}

.arrow {
	display: inline-block;
	transform: rotate(-90deg);
}

.card-heading h3, .card-heading p {
	min-height: 2.5em;
}

.faq img {
	height: 30px !important;
	width: auto;
	margin-right: 36px;
	
}

.faq h3 {
	display: flex;
   	align-items: center;
    justify-content: center;
}

.footer img {
	height: 27px !important;
	width: auto;
}

.yt {
	max-height: 617px;
	max-width: 363px;
}

.yt .elementor-wrapper.elementor-open-inline {
	max-height: 617px;
}

.yt iframe {
	border-radius: 20px;
}

.price {
	font-size: 18px;
	font-weight: 400;
}
.anim {
    top: 50% !important;
    transform: translate(0, -50%);
  }
@media (min-width: 1025px) and (max-width: 1270px) {
  .anim {
    max-width: 50% !important;
    top: 50% !important;
    transform: translate(0, -50%);
  }
}

@media (min-width: 1921px) {
  .anim {
    right: calc((100vw - 1200px) / 2) !important;
	  max-width: 700px !important;
  }
	
}
