/* Section 1 starts here */
.ppc-cont-pages {
	font-size: 2.9vw;
	font-weight: 371;
	line-height: 51px;
	margin-top: -13%;
	margin-left: -4.5%;
	line-height: 126%;
}
.ppc-cont-pages span {
	color: #fdbc13;
	font-weight: 500;
	font-size: 3vw;
}
.ppc-section1 {
	position: relative;
	padding: 14rem 5rem;
}
.ppc-section1 .content-welcome p {
	width: 78%;
	margin-left: -4.5%;
}
.welcome-cr-ppc {
	padding: 17em 5em;
}
.pp-section1 .design-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	position: relative;
	padding-top: 28px;
	width: 96%;
}
.ppc-section1 .design-btns {
	border: 2px solid hsl(177deg 100% 21%);
	padding: 0.5vw 1vw;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	position: relative;
	margin-top: 60px;
}
.ppc-section1 .design-text {
	font-size: 0.9vw;
	padding: 0.6vw 0.7vw;
	color: hsl(0deg 0% 0%);
	position: relative;
	font-weight: 500;
}
.ppc-section1 .design-text:nth-of-type(2) {
	padding: 0.6vw 1vw;
}
.design-text1,
.design-text2 {
	border-right: 1px solid hsl(177deg 100% 21%);
}
.ppc-section1 .design-content .box1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.ppc-section1 .button-content {
	margin-top: 20px;
	margin-left: -4%;
}
.ppc-section1 .ppc-title-icons img {
	width: 53%;
	margin-top: 14%;
	margin-left: -5%;
}
.ppc-hero-image {
	position: relative;
	top: -28px;
	left: 45px;
}
.ppc-hero-image img {
	margin-top: -14%;
	float: right;
	left: 5.3%;
	position: relative;
}
/* Section 1 Ends Here */
/* Section2 starts here */
.ppc-section2 {
	padding: 16em 6em;
	position: relative;
}
.ppc-section2 .title-cont-pages {
	letter-spacing: -1px;
}
.ppc-marketing {
	position: relative;
	left: 70px;
}
.title-const-ppc {
	font-size: 1.8vw;
	color: #050505;
	font-weight: 400;
}
.title-const-ppc span {
	
	font-weight: 600;
}
.ppc-section2 .unfolding-power {
	width: 91%;
	line-height: 1.1;
	padding-top: 20px;
	font-size: 1.8vw;
}
.ppc-audit-features {
	margin-top: 62px;
	width: 69%;
	height: 70%;
	position: relative;
}
.ppc-audit-features ul {
	position: relative;
	height: 100%;
}
.ppc-audit-features li {
	font-size: 0.8vw;
	font-weight: 600;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	transition: font-size 0.5s cubic-bezier(0.06, 0.67, 0.58, 1);
	letter-spacing: 1px;
}
.ppc-audit-features li:nth-of-type(1) {
	top: 10%;
}
.ppc-audit-features li:nth-of-type(2) {
	top: 20%;
}
.ppc-audit-features li:nth-of-type(3) {
	top: 30%;
}
.ppc-audit-features li:nth-of-type(4) {
	top: 40%;
}
.ppc-audit-features li:nth-of-type(4) span {
	margin: 0;
	width: 10.5vw;
	display: block;
}
.ppc-audit-features li:nth-of-type(5) {
	top: 55%;
}
.ppc-audit-features li:nth-of-type(6) {
	top: 65%;
}
.ppc-audit-features li:nth-of-type(6) span {
	margin: 0;
	width: 11.5vw;
	display: block;
}
.ppc-audit-features li:nth-of-type(7) {
	top: 80%;
}
.ppc-audit-features li:nth-of-type(8) {
	top: 90%;
}
.ppc-audit-features li:after {
	position: absolute;
	content: "";
	background: #ffe7ab;
	width: 25px;
	height: 4px;
	bottom: -10px;
	left: 0;
	transition: 1s ease-in-out;
}

.ppc-audit-features li:hover::after {
	background: #ffbc13;
	width: 100%;
}
.ppc-audit-features li:nth-of-type(6):hover::after {
	background: #ffbc13;
	width: 81%;
}
.ppc-audit-features li:nth-of-type(4):hover::after {
	width: 66%;
}
.ppc-audit-features li svg {
	position: absolute;
	overflow: visible;
	stroke-width: 0.5;
	top: 0;
	left: 0;
	width: 1vw;
}
.ppc-audit-features li svg path {
	stroke-dasharray: 1210.709716796875;
	stroke-dashoffset: 1210.709716796875;
	transition: 0.8s linear;
}
.ppc-audit-features .ppc-audit-active svg path {
	animation: stroke-line-path 5s forwards linear;
}

.ppc-audit-features ul li:nth-child(8).ppc-audit-active svg path {
	animation: stroke-line-path 2.5s forwards linear;
}
.ppc-audit-features ul li:nth-child(7).ppc-audit-active svg path {
	animation: stroke-line-path 3s forwards linear;
}
.ppc-audit-features ul li:nth-child(6).ppc-audit-active svg path {
	animation: stroke-line-path 3.2s forwards linear;
}
.ppc-audit-features ul li:nth-child(5).ppc-audit-active svg path {
	animation: stroke-line-path 3.4s forwards linear;
}
.ppc-audit-features ul li:nth-child(5).ppc-audit-active svg path {
	animation: stroke-line-path 3.6s forwards linear;
}

@keyframes stroke-line-path {
	0% {
		stroke-dashoffset: 1200;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
.ppc-audit-features .ppc-audit-active:after {
	background: #ffbc13;
	width: 100%;
}
.ppc-section2 .integration {
	position: relative;
	top: 3.6vw;
	left: -15px;
}
.ppc-marketing-lower-box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 61px;
	width: 90%;
	padding-bottom: 8px;
	gap: 25px;
}
.ppc-marketing-lower-box .text-box {
	flex-basis: 100%;
}
.ppc-marketing-lower-box .img-box {
	flex-basis: 40%;
}
.ppc-marketing-lower-box .img-box img {
	width: 100%;
}
.ppc-section2 .benefits {
	margin-top: 0;
}
.ppc-marketing .privacy-choices p {
	width: 81%;
}
.integration .benefits h4 {
	font-size: 1.3vw;
	font-weight: 600;
	margin-bottom: 20px;
}
.ppc-section2 .benefits h2 {
    margin-bottom: 18px;
    padding: 12px 0 0px 0;
    line-height: 3.5vw;
}
.integration .benefits h3 {
	font-weight: 300;
	position: relative;
	display: inline-block;
}
.integration .benefits h3::after {
	position: absolute;
	content: "";
	right: -44%;
	height: 2px;
	width: 35%;
	background-color: #c2c2c2;
	top: 50%;
}
.integration .privacy-choices p {
	width: 100%;
}
.complex-integration {
	margin-top: 40px;
	position: relative;
}
.complex-integration::before {
	content: "";
	position: absolute;
	width: 98%;
	border-top: 1px dashed #949494;
	top: -18px;
}
.complex-integration .privacy-choices p {
	padding: 15px 0px 0 35px;
	position: relative;
}
.complex-integration h3 {
	font-size: 1.2vw;
	display: inline-block;
	padding: 4px;
	background-color: #f7f7f7;
	color: #febb12;
	letter-spacing: 1px;
}
.complex-integration .privacy-choices p::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	position: absolute;
	left: 0px;
	font-size: 0.7vw;
	color: black;
}
.colOuterPay {
  padding-top: 18px ;
}
.ppc-integration {
	position: relative;
	top: 50px;
}
.ppc-integration img {
	width: 100%;
}
.ppc-section2 .call-action {
	display: flex;
	align-items: center;
	gap: 0.8vw;
	position: relative;
}
.ppc-section2 .call-info a {
	text-decoration: none;
	font-weight: 600;
	position: absolute;
	top: 5px;
	left: unset;
}
.ppc-section2 .call-info a:hover {
	color: #febc16;
}
.ppc-section2 .ppc-call-to i {
	font-size: clamp(17px, 1.4vw, 5rem);
	font-weight: 600;
	line-height: 45px;
	margin-right: 10px;
	animation: shake 2s infinite cubic-bezier(0.19, 1.01, 1, -0.68) both;
	color: #febc16;
}
.ppc-section2 .get-started-project {
	letter-spacing: 1px;
}
.ppc-section2 .title-cont-pages span {
	font-weight: 600;
	color: #ffbc15;
}
.ppc-marketing-lower-box .img-box img {
	position: relative;
	top: 14px;
}
/* ppc-Section2 ends here */

/* ppc-Section3 starts here */

.ppc-section3 {
	padding: 16em 6em;
}
.ppc-section3 .integration {
	position: relative;
	top: 40px;
	left: 4vw;
}
.ppc-section3 .unfolding-power {
	width: 54%;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 1.8vw;
	line-height: 1.2;
}
.ppc-section3-col3 .privacy-choices p {
	width: 83%;
}
.marketing {
	padding-left: 33px;
	position: relative;
}
.marketing::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	position: absolute;
	left: 0px;
	top: 6px;
	font-size: 0.7vw;
	color: #ffbc15;
}
.marketing::after {
	content: "";
	position: absolute;
	height: 85%;
	width: 1px;
	background-color: #ffbc15;
	top: 14%;
	left: 0;
}

.marketing h3 {
	font-size: 1.4vw;
	font-weight: 600;
	text-transform: uppercase;
}
.marketing ul {
	list-style: none;
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.marketing ul li {
	font-size: 0.9vw;
}
.marketing ul li::before {
    content: "\2022";
    color: #656565;
    font-weight: bold;
    display: inline-block;
    width: 1.3vw;
    font-size: 1.2vw;
    top: 2px;
    position: relative;
}
.integration .marketing .privacy-choices p {
	width: 80%;
}
.ppc-section3 .integration .benefits h4 {
	margin-bottom: 50px;
}
.hex-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.hex-wrap {
	position: absolute;
	width: 12vw;
	height: 12vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hexagon {
	position: absolute;
	width: 12vw;
	height: 12vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	background-color: #1e1b21;
	transition: 0.6s;
}
.hex-span {
	position: absolute;
	width: 11.9vw;
	height: 11.9vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	background-color: white;
	transition: 0.6s;
}
.hex-one {
	        transform: translate(69px, -6px);
}
.hex-two {
    transform: translate(-112px, 91px);
}
.hex-three {
	    transform: translate(-297px, -3px);
}
.hex-four {
	        transform: translate(-299px, -194px);
}
.hex-five {
	    transform: translate(-116px, -290px);
}
.hex-six {	  
		transform: translate(68px, -197px);
}
.hex-text {
	font-size: 1.1vw;
	font-weight: 600;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}
.hexa-seven {
	background-color: transparent;
}

.hexagon:hover {
	background-color: #ffbc13;
}
.hexagon:hover .hex-span {
	background-color: #ffbc13;
}
.hexagon:hover .hex-text {
	color: white;
}
/* .hex-hover {
  filter:drop-shadow(0px 0px 6px #a1a1a1);
} */
.ppc-section3-col3 {
	position: relative;
	left: 70px;
}
.integration .ecommerce-call-info {
	position: absolute;
	left: -47%;
	margin-top: 5.2vw;
}
.integration .ecommerce-call-info h3 {
	font-size: 1vw;
	font-weight: 600;
}
.ppc-section3-col1 {
	position: relative;
	padding-left: 35px;
	top: -34px;
}
.integration .ecommerce-call-info p {
	display: inline-block;
	font-size: 0.9vw;
	width: 59%;
	margin-top: 14px;
	position: relative;
}
.integration .ecommerce-call-info p::before {
	content: "";
	position: absolute;
	width: 99%;
	height: 1px;
	background-color: #d2d2d2;
	top: -7px;
}
.integration .ecommerce-call-info .help-bttn {
	margin-right: 3.3vw;
	background: #ffe7ab;
	margin-top: 13px;
	padding: 7px 25px;
	width: 8vw;
	height: 41px;
	position: relative;
}

.integration .ecommerce-call-info .help-bttn .help-bttn-icon {
	background-color: #ffbc13;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -7px;
	right: -8px;
	width: 2.8vw;
	height: 2.8vw;
	padding: 10px 15px;
}
.integration .ecommerce-call-info .help-bttn .help-bttn-icon i {
	color: white;
	font-size: 1.3vw;
}
.integration .ecommerce-call-info .help-bttn a {
	letter-spacing: 2px;
	font-size: 1vw;
	font-weight: 600;
}
.integration .ecommerce-call-info .help-bttn a:hover {
	text-decoration: none;
}
.ppc-section3 .ppc-customer {
	width: 89%;
	margin-top: 100px;
}
.ppc-section3 .ppc-customer img {
	width: 100%;
	position: relative;
	left: -15px;
}
.ppc-section3 .container {
	position: relative;
	top: -43px;
}

/* ppc-Section3 ends here */

/* ppc-section four start */
.ppc-section4 {
	padding: 12em 6em;
}
.ppc-section4 .unfolding-power {
	width: 51%;
	font-size: 1.7vw;
}
.ppc-section4 .unfold-power {
	margin-top: 3%;
}

.service {
	display: flex;
	align-items: center;
	margin-top: 6%;
}
.service img {
	vertical-align: middle;
	border-style: none;
	height: 1%;
	width: 18%;
}
.service span {
	font-size: 1.7vw;
	margin-left: 2%;
	text-transform: capitalize;
}
.service-section .cardd .card-body p {
	width: 84%;
	margin-left: 8%;
	font-size: max(15px, 0.9vw);
	padding: 3% 0 5% 0;
}
.service-section .cardd .card-body h4 {
	font-size: max(27px, 0.1vw);
	font-weight: 500;
	margin-top: 28%;
}
.service-section .service h4 span img {
	height: 10%;
	width: 17%;
}
.service-section .service-choices p:nth-of-type(1) {
	margin-bottom: 20px;
	width: 65%;
	font-size: max(15px, 0.9vw);
	margin-left: 3%;
}
.service-section .service-choices p:nth-of-type(2) {
	width: 65%;
	font-size: max(15px, 0.9vw);
	margin-left: 3%;
}
.service-section .box ul li:nth-child(1):before {
	background: #458ccb;
}
.service-section .box ul li:nth-child(2)::before {
	background: #43ca82;
}
.service-section .box ul li:nth-child(3)::before {
	background: #b0ca43;
}
.service-section .ppc-service-card {
	margin-top: 15%;
}
.service-section .ppc-service-card1 {
	margin-top: 13%;
}
.service-section .ppc-service-card4 {
	margin-top: 36.5%;
}
.service-section .ppc-service-card2,
.service-section .ppc-service-card5 {
	margin-top: 22%;
}
.service-section .ppc-service-card img {
	height: 52%;
	position: absolute;
	top: 49%;
	left: -40%;
}
.service-section .cardd {
	max-width: 15vw;
	border-radius: 2%;
}
.service-section .cardd:hover {
	background-color: #faf7ee;
	border: 1px solid #fcc742;
	box-sizing: border-box;
	border-radius: 3px;
	transition-duration: 0.5s;
	box-shadow: 0px 2px 12px 2px #e1d3d3;
}
/* --------------------------------------------------------------------- */
.cardd {
	border: 1px solid #ccc;
}
/*.cardd img {
  height:2.4vw;
  width:2.4vw;
}
*/

.service-section .card1 {
	width: 100%;
	margin-left: 8%;
	border-radius: 2%;
}
.service-section .card2:nth-child(1) {
	width: 100%;
	margin-left: 8%;
}
.itSupport {
}
.service-section .card2:nth-child(2) {
	margin-top: 54px;
	width: 100%;
	margin-left: 8%;
}
.service-section .card3:nth-child(1) {
	width: 100%;
	margin-left: 8%;
}
.service-section .card3:nth-child(2) {
	margin-top: 54px;
	width: 100%;
	margin-left: 8%;
}
/* ppc-section four end */

/* ppc-section five start */
.ppc-feed-management .global-seo-agency ul li {
	font-size: 0.68vw !important;
}
.ppc-feed-management .feed-management2 .arrow_icon h2 {
	color: #fbbb21;
}
.section5 {
	padding: 12em 4em;
}
/* section five end */

/* ppc-media-query */

@media only screen and (min-width: 2560px) {
	.ppc-section2 .unfolding-power {
		width: 89%;
	}
	.ppc-marketing .privacy-choices p {
		width: 77%;
	}
	.integration .benefits h4 {
		margin-bottom: 25px;
	}
	.ppc-section2 .benefits h2 {
		padding: 14px 0 20px 0;
	}
	.ppc-section3 .unfolding-power {
		width: 48%;
	}
	.ppc-section3 .integration {
		top: 65px;
	}
	.ppc-section3 .unfolding-power {
		margin-top: 35px;
		margin-bottom: 50px;
	}
	.ppc-section3 .integration .benefits h4 {
		margin-bottom: 65px;
	}
	.integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		top: -12px;
	}
} /* Media query starts */
@media screen and (max-width: 1680px) {
	.integration .privacy-choices p {
		width: 102%;
	}
	.complex-integration .privacy-choices p {
		width: 103%;
	}
	.ppc-section2 .integration {
		top: 3.9vw;
	}
	.ppc-audit-features {
		height: 68%;
	}
	.integration .marketing .privacy-choices p {
		width: 88%;
	}
	.ppc-section3 .integration .benefits h4 {
		margin-bottom: 40px;
	}
	.marketing ul {
		margin-top: 30px;
	}
	.integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		top: -6px;
		right: -13px;
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 222 13 l 154 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 192 16 l 48 0 l 106 -53 l 28 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 105 15 l 48 0 l 194 -96 l 28 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 126 31 l 109 0 l 106 -161 l 37 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 206 14 l 48 0 l 88 -213 l 33 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 190 37 l 48 0 l 102 -284 l 34 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 170 16 l 48 0 l 124 -332 l 34 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 205 15 l 45 0 l 90 -379 l 33 0");
	}
}
@media screen and (max-width: 1600px) {
	.welcome-cr-ppc {
		padding: 11em 4em;
	}
	.ppc-section1 .content-welcome p {
		margin-top: 1%;
		width: 35vw;
	}
	.ppc-hero-image img {
		bottom: -8%;
		height: 117%;
		width: 129%;
		left: -26%;
		position: absolute;
	}
	/* section one end  */
	/* section four start */
	.service-section .box h4::after {
		width: 68%;
		height: 0.4vw;
	}
	.service-section .box ul li:nth-child(1):after {
		left: 24.5%;
	}
	.service-section .box ul li:nth-child(2):after {
		left: 51%;
	}
	.service-section .card2:nth-child(1) {
		margin-top: 28%;
	}
	.service-section .card1 {
		margin-top: 41%;
	}
	.service-section .card3:nth-child(1) {
		margin-top: 15%;
	}
	.service-section .box h3 {
		margin-top: 29%;
	}
	.service-section .card1-img {
		height: 40%;
		top: 9.1%;
	}
	/* section four end */
	/* section five start */
	.ppc-feed-management .feed-management1 .ppc-icon {
		margin-top: -3.7vw;
	}
	/* section five end */
	.ppc-section2,
	.ppc-section3 {
		padding-top: 126px;
	}
	.ppc-section2 .benefits h2 {
		padding: 10px 0 20px 0;
	}
	.integration .privacy-choices p {
		width: 105%;
	}
	.complex-integration .privacy-choices p {
		width: 103%;
		padding: 8px 0px 0 22px;
	}
	.complex-integration::before {
		width: 98%;
	}
	.marketing {
		padding-left: 27px;
	}
	.ppc-section3 .unfolding-power {
		margin-top: 23px;
		margin-bottom: 35px;
	}
	.ppc-section3 .integration {
		top: 24px;
	}
	.integration .ecommerce-call-info p {
		width: 60%;
	}
	.ppc-section3 .ppc-customer {
		margin-top: 93px;
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 206 13 l 154 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 184 16 l 48 0 l 96 -53 l 24 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 105 15 l 48 0 l 159 -96 l 44 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 126 31 l 109 0 l 87 -155 l 37 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 206 14 l 48 0 l 63 -204 l 38 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 190 37 l 48 0 l 84 -275 l 34 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 170 16 l 48 0 l 106 -321 l 34 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 205 15 l 45 0 l 73 -362 l 33 0");
	}
}
@media screen and (max-width: 1440px) {
	/* section one start */
	.ppc-section1 .content-welcome p {
		width: 35vw;
	}
	.ppc-hero-image img {
		bottom: -8%;
		width: 128%;
		left: -24%;
	}
	.ppc-cont-pages {
		margin-top: -20%;
	}
	.button-content .button-arrow h2 {
		margin-left: 55px;
	}
	.ppc-hero-image img {
		bottom: -5%;
		width: 131%;
		left: -27%;
		height: 124%;
	}
	.button-content .arrow_icon:before {
		width: 2vw;
	}
	/* section one end */
	/* section four start */
	.service-section .box h3 {
		margin-top: 32%;
	}
	/* section four end */
	/* section five start */
	.ppc-feed-management .feed-management1 .ppc-icon {
		margin-top: -3.5vw;
		align-items: center;
	}
	.ppc-feed-management .feed-management2 .button-content {
		margin-top: 32%;
		margin-left: 18%;
	}
	.ppc-feed-management .feed-management1 .ppc-image-content {
		top: 39%;
	}
	/* section five end */
	.marketing ul {
		margin-top: 25px;
	}
	.integration .ecommerce-call-info .help-bttn {
		margin-top: 10px;
	}
	.integration .ecommerce-call-info p {
		margin-top: 10px;
	}
	.ppc-section3-col3 .privacy-choices p {
		width: 85%;
	}
	.integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		top: -3px;
		right: -15px;
	}
	.complex-integration::before {
		width: 100%;
	}
	.ppc-audit-features li:after {
		bottom: -8px;
		height: 3px;
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 193 10 l 124 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 170 16 l 48 0 l 81 -53 l 19 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 92 15 l 48 0 l 132 -93 l 44 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 126 31 l 81 0 l 77 -149 l 32 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 179 14 l 48 0 l 53 -194 l 38 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 154 25 l 48 0 l 84 -245 l 34 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 149 16 l 57 0 l 79 -298 l 34 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 179 15 l 45 0 l 58 -338 l 36 0");
	}
}
@media screen and (max-width: 1366px) {
	/* section one start */
	.service-section .box h4::after {
		bottom: 6.7vw;
		width: 66%;
		height: 0.4vw;
	}
	.ppc-hero-image img {
		bottom: -8%;
	}
	/* section one end */
	/* section four start */
	.cards svg {
		width: 32pt;
	}
	.service-section .box h3 {
		margin-top: 34.5%;
	}
	.service-section .box h4::after {
		bottom: 6.3vw;
	}
	.button-content .arrow_icon:before {
		margin-left: 1.5%;
	}
	/* section four end */
	/* section five start */
	.ppc-feed-management .feed-management2 .button-content {
		margin-top: 35%;
		margin-left: 9%;
	}
	.ppc-feed-management .feed-management2 .button-content .arrow_icon {
		margin-top: -18%;
	}
	.ppc-feed-management .feed-management1 .ppc-icon {
		margin-top: -3vw;
	}
	/* section five end */

	.ppc-section2 .unfolding-power,
	.title-const-ppc {
		font-size: 1.7vw;
	}
	.ppc-section2 .unfolding-power {
		width: 90%;
	}
	.ppc-section2 .benefits h2 {
		padding: 5px 0 17px 0;
	}
	.complex-integration .privacy-choices p {
		padding: 9px 0 0 20px;
	}
	.complex-integration {
		margin-top: 30px;
	}
	.complex-integration::before {
		top: -10px;
	}
	.ppc-integration {
		top: 32px;
	}
	.ppc-marketing-lower-box {
		padding-top: 43px;
	}
	.ppc-audit-features {
		height: 66%;
		margin-top: 53px;
	}
	.integration .ecommerce-call-info .help-bttn {
		padding: 4px 25px;
	}
	.ppc-section3 .unfolding-power {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.ppc-section3 .integration {
		top: 31px;
	}
	.ppc-section3 .ppc-customer {
		width: 93%;
		margin-top: 78px;
	}
	.integration .ecommerce-call-info {
		margin-top: 4.5vw;
	}
	.marketing {
		padding-left: 21px;
	}
	.integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		top: -6px;
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 182 10 l 117 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 159 18 l 26 0 l 85 -49 l 31 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 92 15 l 48 0 l 126 -80 l 34 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 126 31 l 81 0 l 60 -134 l 32 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 179 14 l 46 0 l 35 -173 l 38 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 154 25 l 48 0 l 63 -219 l 34 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 149 16 l 57 0 l 59 -267 l 34 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 179 15 l 45 0 l 38 -304 l 36 0");
	}
}
@media screen and (max-width: 1280px) {
	.ppc-section2 .title-cont-pages {
		font-size: max(24px, 2.9vw);
		line-height: 1.2;
	}
	.ppc-audit-features {
		margin-top: 50px;
	}
	.ppc-marketing-lower-box {
		padding-top: 45px;
	}
	.marketing ul {
		margin-top: 18px;
	}
	.integration .ecommerce-call-info p {
		width: 61%;
	}
	.ppc-section3-col3 .privacy-choices p {
		width: 87%;
	}
	.ppc-section3 .integration .benefits h4 {
		font-size: 1.2vw;
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 173 10 l 103 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 159 18 l 26 0 l 64 -47 l 31 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 92 15 l 48 0 l 102 -80 l 34 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 126 31 l 72 0 l 60 -127 l 24 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 161 14 l 48 0 l 34 -163 l 35 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 154 25 l 46 0 l 42 -210 l 34 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 134 16 l 57 0 l 39 -250 l 49 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 161 15 l 45 0 l 34 -285 l 36 0");
	}
}
@media screen and (max-width: 1200px) {
	/* section one start */
	.ppc-hero-image img {
		width: 131%;
		left: -27%;
		height: 131%;
	}
	.ppc-cont-pages {
		margin-top: -25%;
	}
	/* section one end */
	/* section four start */
	.service-section .box h3 {
		margin-top: 40.5%;
	}
	.service-section .box h4::after {
		bottom: 6.6vw;
		left: 3.4%;
	}
	/* section four end */
	/* section five start */
	.ppc-feed-management .feed-management2 .button-content {
		margin-top: 25%;
	}
	.ppc-feed-management .feed-management2 .button-content .arrow_icon {
		margin-top: -17%;
	}
	.ppc-feed-management .feed-management1 .ppc-icon {
		margin-top: -3.5vw;
	}
	/* section five end */
	.complex-integration .privacy-choices p {
		width: 108%;
	}
	.ppc-section3 .integration .benefits h4 {
		font-size: 1.2vw;
	}
	.ppc-section3 .integration .benefits h4 {
		margin-bottom: 35px;
	}
	.integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		top: -5px;
	}
	.complex-integration::before {
		width: 102%;
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 166 9 l 94 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 142 13 l 26 0 l 51 -44 l 41 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 77 15 l 57 0 l 90 -75 l 34 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 99 21 l 72 0 l 63 -114 l 24 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 161 14 l 48 0 l 14 -156 l 35 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 129 25 l 46 0 l 42 -198 l 44 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 125 16 l 57 0 l 26 -240 l 49 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 154 15 l 45 0 l 24 -274 l 36 0");
	}
}
@media screen and (max-width: 1024px) {
	/* section one start */
	.ppc-cont-pages {
		margin-top: -39%;
		margin-left: -6%;
	}
	.ppc-section1 .content-welcome p {
		margin-top: -2%;
		margin-left: -5%;
	}
	.button-content .button-arrow h2 {
		margin-left: 34px;
		font-size: 1vw;
	}
	.ppc-hero-image img {
		width: 131%;
		left: -27%;
		height: 164%;
		bottom: -14%;
	}
	.button-content .arrow_icon:before {
		width: 3.2vw;
	}
	/* section one end */
	/* section four start */
	.service-section .box p {
		width: 118%;
	}
	.service-section .box h3 {
		margin-top: 46.5%;
	}
	.service-section .box h4::after {
		bottom: 7vw;
		left: 4.4%;
	}
	.service-section .box ul li:nth-child(2):after {
		margin-left: 3%;
	}
	.service-section .box ul li:nth-child(1):after {
		margin-left: 3%;
	}
	/* section four end */
	/* section five start */
	.ppc-feed-management .feed-management2 .button-content {
		margin-top: 41%;
	}
	.ppc-feed-management .feed-management2 .button-content h2 {
		margin-left: -5%;
	}
	.ppc-feed-management .feed-management1 .ppc-icon {
		margin-top: -1.8vw;
	}
	.ppc-feed-management .feed-management1 .ppc-image-content {
		top: 35%;
	}
	.ppc-feed-management .feed-management3 .column .box p {
		font-size: 0.7vw;
	}
	.ppc-feed-management .feed-management2 .button-content .arrow_icon {
		margin-top: -20%;
	}
	.title-const-ppc {
		font-size: 1.6vw;
	}
	.ppc-marketing {
		left: 45px;
	}
	.ppc-audit-features {
		height: 66%;
		margin-top: 53px;
	}
	.ppc-section2 .unfolding-power {
		padding-top: 15px;
	}
	.integration .privacy-choices p {
		width: 109%;
	}
	.complex-integration .privacy-choices p {
		padding: 6px 0px 0 16px;
		width: 110%;
	}
	.ppc-marketing .privacy-choices p {
		width: 86%;
	}
	.complex-integration::before {
		width: 105%;
	}
	.integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		top: -4px;
	}
	.ppc-section3 .integration {
		top: 21px;
	}
	.ppc-section3-col3 .privacy-choices p {
		width: 90%;
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 141 9 l 72 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 126 13 l 26 0 l 23 -37 l 41 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 77 15 l 57 0 l 45 -70 l 34 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 91 21 l 72 0 l 26 -105 l 24 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 136 14 l 38 0 l 8 -140 l 35 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 115 25 l 46 0 l 17 -180 l 38 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 116 16 l 37 0 l 26 -211 l 38 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 137 15 l 27 0 l 25 -240 l 27 0");
	}
}
@media screen and (max-width: 992px) {
	.ppc-section2 .unfolding-power {
		font-size: 5vw;
		width: 67%;
	}
	.title-const-ppc {
		font-size: 5vw;
	}
	.ppc-audit-features li {
		font-size: 2vw;
	}
	.ppc-section2 .integration {
		left: 40%;
		top: 0;
	}
	.integration .benefits h4 {
		font-size: 3vw;
	}
	.integration .privacy-choices p {
		width: 60%;
	}
	.complex-integration h3 {
		font-size: 3vw;
	}
	.complex-integration .privacy-choices p {
		width: 60%;
	}
	.complex-integration .privacy-choices p::before {
		font-size: 1.7vw;
	}
	.ppc-integration {
		width: 60%;
	}
	.ppc-audit-features {
		height: 240%;
	}
	.ppc-audit-features li:hover {
		font-size: 2.5vw;
	}
	.ppc-marketing {
		padding-top: 100px;
	}
	.ppc-section2 .title-cont-pages {
		font-size: 6vw;
	}
	.ppc-section2 .benefits h2 {
		line-height: 6vw;
	}
	.ppc-marketing .privacy-choices p {
		width: 100%;
	}
	.ppc-marketing-lower-box {
		width: 100%;
		padding-top: 60px;
	}
	.ppc-section2 .call-action {
		gap: 2vw;
	}
	.hex-wrap {
		width: 20vw;
		height: 20vw;
	}
	.hexagon {
		width: 20vw;
		height: 20vw;
	}
	.hex-span {
		width: 20vw;
		height: 20vw;
	}
	.hex-text {
		font-size: 2.1vw;
	}
	.ppc-section3 .integration {
		top: 209px;
	}
	.ppc-section3-col3 {
		top: 400px;
		left: 0;
	}
	.ppc-section3 .integration .benefits h4 {
		font-size: 3vw;
	}
	.marketing ul li {
		font-size: 2.5vw;
		line-height: 4vw;
	}
	.marketing h3 {
		font-size: 3vw;
	}
	.marketing::before {
		font-size: 1.7vw;
	}
	.marketing {
		padding-left: 30px;
	}
	.marketing ul li::before {
		width: 3vw;
		font-size: 3vw;
	}
	.ppc-section3 .unfolding-power {
		font-size: 5vw;
		width: 67%;
	}
	.integration .ecommerce-call-info .help-bttn {
		width: 17vw;
		margin-right: 8vw;
	}
	.integration .ecommerce-call-info .help-bttn a {
		font-size: 2vw;
	}
	.integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		top: -8px;
		width: 6vw;
		height: 6vw;
	}
	.integration .ecommerce-call-info .help-bttn .help-bttn-icon i {
		font-size: 2.3vw;
	}
	.integration .ecommerce-call-info {
		left: 0;
	}
	.integration .ecommerce-call-info h3 {
		font-size: 3vw;
	}
	.integration .ecommerce-call-info p {
		font-size: 2.4vw;
	}
	.ppc-section3-col3 .privacy-choices p {
		width: 100%;
	}
	.ppc-marketing {
		left: 0;
	}
	.ppc-section2 .ppc-call-to i {
		font-size: 3vw;
	}
	.ppc-section3 .ppc-customer {
		width: 100%;
	}
	.ppc-section3 .ppc-customer img {
		width: 100%;
		left: 0;
	}
} /*========================  PPC New Css  ===========================*/

/*------------------ PPC  Banner Sec Css (Sec-1)  -----------------------*/
.ppc-section1 .ppc-cont-pages span {
	display: block;
	color: #000000;
	font-weight: 300;
	font-size: 54px;
	line-height: 65px;
}
.ppc-section1 .ppc-cont-pages span.text-warning {
	font-weight: 600;
}
.ppc-section1 .ppc-cont-pages {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	font-size: 54px;
	line-height: 65px;
	margin-bottom: 18px;
}
.ppc-section1 {
	width: 100%;
}
.ppc-section1 .privacy-choices {
	width: 100%;
	float: left;
	margin-bottom: 42px;
}
.ppc-section1 .content-welcome p {
	margin: 0;
	padding: 0;
	width: 75.9%;
}
.ppc-section1 .button-content {
	margin: 0;
	width: 100%;
	float: left;
}
.ppc-section1 .button-content .button-arrow h2 {
	margin-left: 0;
}
.ppc-section1 .button-content .button-arrow {
	margin: 0;
	width: 100%;
	float: left;
	display: flex;
}
.ppc-section1 .twentyfr_suport_fig {
	width: 70px;
	position: relative;
	z-index: 1;
	background: #fff;
}
.ppc-section1 .twentyfr_suport_fig img {
	width: 100%;
}
.ppc-section1 .consuLtUs h2 {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	transition: all 0.5s ease;
}
.ppc-section1 .consuLtUs {
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none !important;
	overflow: hidden;
}
.welcome-ppc.active .consuLtUs h2 {
	animation: fDleft 1.5s 0.5s forwards;
	transition: all 0.5s ease;
}
@keyframes fDleft {
	0% {
		transform: translate(-100%, 0px);
	}
	100% {
		transform: translate(0%, 0px);
	}
}
.welcome-cr-ppc {
	padding: 0;
	width: 100%;
	float: left;
}
.ppc-section1 {
	padding: 0px;
	width: 100%;
	float: left;
}
.ppc-section1 .ppc-title-icons img {
	width: auto;
	margin: 0;
	max-width: 100%;
}
.ppc-section1 .design-content {
	width: 100%;
	float: left;
	margin-bottom: -13px;
}
.ppc-section1 .ppc-title-icons {
	width: 100%;
	float: left;
}
.bannerColOne {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bannerAreaPpc {
	width: 100%;
	float: left;
	padding-top: 165px;
}
.bannerImgArea {
	width: 100%;
	float: left;
	margin: 0;
}
.bannerImgArea img {
	width: 135%;
	height: 100%;
	object-fit: contain;
	right: 19%;
	position: relative;
	object-position: top;
	bottom: -13px;
}
.fluidContainer {
	width: 100%;
	float: left;
	height: 100%;
}
.banRow {
	height: 100%;
}
.welcome-cr-ppc {
	height: 100%;
}
.bannerColOne {
	height: 100%;
	padding: 165px 0px 70px;
}
.bannerAreaPpc {
	height: 100%;
}
.bannerImgArea {
	height: 100%;
}
.consuLtUs h2 {
	margin-bottom: 0;
}
.butCrseo {
	width: 100%;
	float: left;
	position: relative;
}
.ppc-section1 .button-content {
	margin-left: -5px;
}
/*===============  Responsive Css Sec (1)  =============*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.ppc-section1 .ppc-cont-pages span {
		font-size: 41px;
		line-height: 49px;
	}
	.ppc-section1 .ppc-cont-pages {
		margin-bottom: 14px;
	}
	.content-welcome p {
		font-size: 13px;
		padding: 0;
		margin: 0;
		line-height: 20px;
	}
	.ppc-section1 .privacy-choices {
		width: 100%;
		float: left;
		margin-bottom: 32px;
	}
	.ppc-section1 .consuLtUs h2 {
		font-size: 14px;
	}
	.ppc-section1 .twentyfr_suport_fig {
		width: 53px;
	}
	.ppc-section1 .ppc-title-icons img {
		max-width: 334px;
	}
	.ppc-section1 {
		padding: 0px 65px 0px;
	}
	.ppc-section1 .content-welcome p {
		width: 81%;
	}
	.bannerColOne {
		height: 100%;
		padding: 113px 0px 55px;
	}
	.bannerAreaPpc {
		padding-top: 124px;
	}
	.content-welcome {
		margin-top: 0;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.ppc-section1 .ppc-cont-pages span {
		font-size: 41px;
		line-height: 49px;
	}
	.ppc-section1 .ppc-cont-pages {
		margin-bottom: 14px;
	}
	.content-welcome p {
		font-size: 13px;
		padding: 0;
		margin: 0;
		line-height: 20px;
	}
	.ppc-section1 .privacy-choices {
		width: 100%;
		float: left;
		margin-bottom: 32px;
	}
	.ppc-section1 .consuLtUs h2 {
		font-size: 14px;
	}
	.ppc-section1 .twentyfr_suport_fig {
		width: 53px;
	}
	.ppc-section1 .ppc-title-icons img {
		max-width: 334px;
	}
	.ppc-section1 {
		padding: 0px 65px 0px;
	}
	.ppc-section1 .content-welcome p {
		width: 83%;
	}
	.bannerColOne {
		height: 100%;
		padding: 111px 0px 55px;
	}
	.bannerAreaPpc {
		padding-top: 110px;
	}
	.content-welcome {
		margin-top: 0;
	}
	.bannerImgArea img {
		right: 16%;
		width: 127%;
	}
} /*------------------ PPC  Audit Featurs Sec Css (Sec-2)  -----------------------*/

.ppc_audt_fetrs_sec {
	padding: 140px 70px 70px;
}
.title-const-ppc {
	font-size: 35px;
	color: #050505;
	font-weight: 300;
}
.title-const-ppc span {
	font-weight: 700;
}
.ppc-section2 .unfolding-power {
	width: 370px;
	line-height: 1.3;
	padding-top: 20px;
	font-size: 35px;
	font-weight: 700;
	margin: 0;
}
.ppc-audit-features ul {
	margin: 0;
}
.ppc-audit-features li {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 22px;
	margin-bottom: 29px;
	position: relative;
	top: 0;
	width: fit-content;
}

.ppc-audit-features li:nth-of-type(1) {
	top: 0%;
}
.ppc-audit-features li:nth-of-type(2) {
	top: 0%;
}
.ppc-audit-features li:nth-of-type(3) {
	top: 0%;
}
.ppc-audit-features li:nth-of-type(4) {
	top: 0%;
}
.ppc-audit-features li:nth-of-type(5) {
	top: 0%;
}
.ppc-audit-features li:nth-of-type(6) {
	top: 0%;
}
.ppc-audit-features li:nth-of-type(7) {
	top: 0%;
}
.ppc-audit-features li:nth-of-type(8) {
	top: 0%;
}
.integration .privacy-choices p {
	margin: 0;
	font-size: 17px;
	line-height: 26px;
}
.ppc-section2 .integration {
	position: relative;
	top: 5px;
	left: 0;
	padding-top: 35px;
}
.complex-integration::before {
	width: 100%;
	top: 0;
	left: 0;
}
.ppc-section2 .integration .privacy-choices {
	display: block;
	padding-bottom: 40px;
	margin-bottom: 0;
}
.ppc-audit-features {
	margin-top: 70px;
	width: 60%;
	height: auto;
}
.complex-integration {
	margin-top: 0;
	padding-top: 42px;
	float: left;
}
.integration .benefits h3 {
	color: #000;
	font-size: 30px;
	margin: 0;
	margin-bottom: 10px;
}
.integration .benefits h4 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 25px;
}
.complx_intgrsn_title {
	width: 100%;
	float: left;
	overflow: hidden;
}
.complex-integration h3 {
	font-size: 20px;
	display: inline-block;
	padding: 10px 10px;
	background-color: #f7f7f7;
	color: #ffbc13;
	letter-spacing: 1px;
	line-height: 1;
	transform: translate3d(0, 120%, 0);
}
.descAreaSecTwo {
	width: 100%;
	float: left;
	overflow: hidden;
}
.complx_intgrsn_descp {
	position: relative;
	padding: 20px 0 0 0px;
	width: 100%;
	float: left;
}
.complx_intgrsn_descp p {
	margin: 0;
	font-size: 17px;
	line-height: 26px;
}
.complx_intgrsn_descp::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	position: absolute;
	left: 0px;
	top: 20px;
	font-size: 16px;
	color: #000;
	display: none;
}
.ppc-integration {
	position: relative;
	top: 0;
	width: 100%;
	margin-top: 72px;
	float: left;
}
.ppc-marketing {
	left: 0;
}
.ppc_mrktng_clck .title-cont-pages {
	font-size: 50px;
	line-height: 58px;
	letter-spacing: 0;
	color: #000;
}
.ppc-marketing .benefits {
	margin-top: 15px;
}
.ppc-marketing .benefits h2 {
	font-size: 47px;
	line-height: 60px;
	font-weight: 600;
}
.ppc-marketing .privacy-choices p {
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	padding-bottom: 12px;
}
.ppc-marketing-lower-box .img-box img {
	top: 0;
	width: 100%;
}
.ppc-marketing-lower-box {
	padding-top: 48px;
	width: 100%;
}
.ppc-marketing .privacy-choices {
	margin-bottom: 0;
}
.gswuyp_para {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.gswuyp_para:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 86%;
	height: 1px;
	background: #d7d7d7;
}
.gswuyp_para p {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
}
.ppc_calinfo_tel h4 {
	font-size: 32px;
	color: #ffbc13;
	font-weight: 600;
	margin: 0;
}
.ppc_calinfo_tel h4 a {
	color: #ffbc13;
}
.ppc-section2 .call-info a:hover {
	color: #febc16;
}
.audit-features {
	padding-top: 35px;
}
.ppc-audit-features li:nth-child(1) svg path {
	d: path("M 205 13 l 189 0");
}
.ppc-audit-features li:nth-child(2) svg path {
	d: path("M 179 12 l 58 0 l 102 -49 l 58 0");
}
.ppc-audit-features li:nth-child(3) svg path {
	d: path("M 99 15 l 68 0 l 165 -105 l 55 0");
}
.ppc-audit-features li:nth-of-type(4) span {
	width: 113px;
}
.ppc-audit-features li:nth-of-type(4):hover::after {
	width: 100%;
}
.ppc-audit-features li:nth-child(4) svg path {
	d: path("M 120 14 l 109 0 l 65 -150 l 94 0");
}
.ppc-audit-features li:nth-child(5) svg path {
	d: path("M 191 14 l 65 0 l 65 -224 l 65 0");
}
.ppc-audit-features li:nth-of-type(6) span {
	width: 155px;
}
.ppc-audit-features li:nth-of-type(6):hover::after {
	width: 100%;
}
.ppc-audit-features li:nth-child(6) svg path {
	d: path("M 156 15 l 65 0 l 91 -278 l 75 0");
}
.ppc-audit-features li:nth-child(7) svg path {
	d: path("M 162 12 l 65 0 l 95 -328 l 65 0");
}
.ppc-audit-features li:nth-child(8) svg path {
	d: path("M 192 15 l 65 0 l 73 -380 l 57 0");
}
.osm-tab-contentv .typing-demo {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.osm-tab-contentv.active .typing-demo {
	animation: typing 5s steps(50) 5s infinite;
}

@keyframes typing {
	from {
		width: 0;
	}
	to {
		width: 500px;
	}
}
.intgrsn_brms {
	overflow: hidden;
}
.complx_intgrsn_descp {
	position: relative;
	transform: translate(0, -105%);
	transition: all 0.5s ease;
}
.webdev_intgrsn .complx_intgrsn_descp {
	animation: sliderrTop1 1.5s 1s forwards;
}
.webdev_intgrsn .complx_intgrsn_title h3 {
	animation: sliderrRight1 1s 0.5s forwards;
}
.plapo_intgrsn .complx_intgrsn_descp {
	animation: sliderrTop2 1.5s 1s forwards;
}
.plapo_intgrsn .complx_intgrsn_title h3 {
	animation: sliderrRight2 1s 0.5s forwards;
}
.webap_intgrsn .complx_intgrsn_descp {
	animation: sliderrTop3 1.5s 1s forwards;
}
.webap_intgrsn .complx_intgrsn_title h3 {
	animation: sliderrRight3 1s 0.5s forwards;
}
.ecoimp_intgrsn .complx_intgrsn_descp {
	animation: sliderrTop4 1.5s 1s forwards;
}
.ecoimp_intgrsn .complx_intgrsn_title h3 {
	animation: sliderrRight4 1s 0.5s forwards;
}
.flreme_intgrsn .complx_intgrsn_descp {
	animation: sliderrTop5 1s 0.5s forwards;
}
.flreme_intgrsn .complx_intgrsn_title h3 {
	animation: sliderrRight5 1s 0.5s forwards;
}
.moco_intgrsn .complx_intgrsn_descp {
	animation: sliderrTop6 1.5s 1s forwards;
}
.moco_intgrsn .complx_intgrsn_title h3 {
	animation: sliderrRight6 1s 0.5s forwards;
}
.comint_intgrsn .complx_intgrsn_descp {
	animation: sliderrTop7 1.5s 1s forwards;
}
.comint_intgrsn .complx_intgrsn_title h3 {
	animation: sliderrRight7 1s 0.5s forwards;
}
.complx_intgrsn .complx_intgrsn_descp {
	animation: sliderrTop8 1.5s 1s forwards;
}
.complx_intgrsn .complx_intgrsn_title h3 {
	animation: sliderrRight8 1s 0.5s forwards;
}

.ppc-audit-features li {
	margin-bottom: 35px;
}
@keyframes sliderrTop1 {
	0% {
		transform: translate(0, -105%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes sliderrTop2 {
	0% {
		transform: translate(0, -105%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes sliderrTop3 {
	0% {
		transform: translate(0, -105%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes sliderrTop4 {
	0% {
		transform: translate(0, -105%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes sliderrTop5 {
	0% {
		transform: translate(0, -105%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes sliderrTop6 {
	0% {
		transform: translate(0, -105%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes sliderrTop7 {
	0% {
		transform: translate(0, -105%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes sliderrTop8 {
	0% {
		transform: translate(0, -105%);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes sliderrRight1 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes sliderrRight2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes sliderrRight3 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes sliderrRight4 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes sliderrRight5 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes sliderrRight6 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes sliderrRight7 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes sliderrRight8 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
} /*====================  Responsive Css Sec (2)  ======================*/

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.ppc_audt_fetrs_sec {
		padding: 105px 50px 55px;
	}
	.ppc_mrktng_clck .title-cont-pages {
		font-size: 41px;
	}
	.ppc-marketing .benefits h2 {
		font-size: 35px;
		line-height: 45px;
		padding: 5px 0 10px 0;
	}
	.ppc-marketing .privacy-choices p {
		width: 100%;
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.ppc-marketing-lower-box {
		padding-top: 30px;
	}
	.gswuyp_para p {
		font-size: 15px;
		line-height: 20px;
	}
	.ppc_calinfo_tel h4 {
		font-size: 24px;
	}
	.ppc-marketing-lower-box .img-box {
		flex-basis: 34%;
	}
	.ppc-section2 .ppc-call-to i {
		font-size: 24px;
		line-height: 34px;
	}
	.complx_intgrsn_descp p {
		font-size: 13px;
		line-height: 20px;
	}
	.complx_intgrsn_descp::before {
		font-size: 12px;
	}
	.complx_intgrsn_descp {
		padding: 15px 0 0 20px;
	}
	.complex-integration h3 {
		font-size: 15px;
	}
	.ppc-section2 .integration {
		padding-top: 25px;
	}
	.integration .privacy-choices p {
		font-size: 13px;
		line-height: 20px;
	}
	.integration .benefits h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.integration .benefits h3 {
		font-size: 23px;
		margin-bottom: 5px;
	}
	.ppc-integration {
		margin-top: 56px;
	}
	.audit-features {
		padding-top: 25px;
	}
	.title-const-ppc {
		font-size: 25px;
	}
	.ppc-section2 .unfolding-power {
		width: 270px;
		line-height: 1.3;
		padding-top: 15px;
		font-size: 26px;
	}
	.ppc-audit-features li:hover span {
		font-size: 13px;
	}
	.ppc-audit-features .ppc-audit-active {
		font-size: 13px;
		line-height: 18px;
	}
	.ppc-audit-features li {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 26px;
	}
	.ppc-audit-features li:after {
		bottom: -5px;
		height: 2px;
		width: 15px;
	}
	.ppc-section2 .integration .privacy-choices {
		padding-bottom: 30px;
	}
	.complex-integration {
		padding-top: 32px;
	}
	.ppc-audit-features {
		margin-top: 52px;
	}
	.ppc-audit-features li:nth-of-type(4) span {
		width: auto;
	}
	.ppc-audit-features li:nth-of-type(4):hover::after {
		width: 100%;
	}
	.ppc-audit-features li:nth-of-type(6) span {
		width: auto;
	}
	.ppc-audit-features li:nth-of-type(6):hover::after {
		width: 100%;
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 155 14 l 48 0 l 75 -176 l 45 0");
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 165 13 l 155 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 143 12 l 48 0 l 104 -43 l 28 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 81 13 l 48 0 l 145 -88 l 48 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 97 10 l 65 0 l 94 -127 l 65 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 128 13 l 50 0 l 100 -220 l 45 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 129 10 l 48 0 l 102 -265 l 45 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 155 10 l 45 0 l 77 -305 l 45 0");
	}
	.ppc-audit-features li.ppc-audit-active span {
		font-size: 13px;
		color: #000;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.ppc_audt_fetrs_sec {
		padding: 95px 50px 55px;
	}
	.ppc_mrktng_clck .title-cont-pages {
		font-size: 41px;
		margin: 0;
	}
	.gswuyp_para {
		padding-bottom: 11px;
		margin-bottom: 8px;
	}
	.ppc-marketing .benefits {
		margin-top: 11px;
	}
	.ppc-marketing {
		padding-left: 30px;
	}
	.ppc-section2 .benefits h2 {
		margin-bottom: 11px;
	}
	.ppc-marketing .benefits h2 {
		font-size: 35px;
		line-height: 45px;
		padding: 0px 0 10px 0;
	}
	.ppc-marketing .privacy-choices p {
		width: 100%;
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.ppc-marketing-lower-box {
		padding-top: 15px;
	}
	.gswuyp_para p {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 0;
	}
	.ppc_calinfo_tel h4 {
		font-size: 24px;
	}
	.ppc-marketing-lower-box .img-box {
		flex-basis: 34%;
	}
	.ppc-section2 .ppc-call-to i {
		font-size: 20px;
		line-height: 30px;
	}
	.ppc-section2 .call-info a {
		top: 0;
	}
	.complx_intgrsn_descp p {
		font-size: 13px;
		line-height: 20px;
	}
	.complx_intgrsn_descp::before {
		font-size: 12px;
	}
	.complx_intgrsn_descp {
		padding: 15px 0 0 20px;
	}
	.complex-integration h3 {
		font-size: 15px;
	}
	.ppc-section2 .integration {
		padding-top: 25px;
	}
	.integration .privacy-choices p {
		font-size: 13px;
		line-height: 20px;
	}
	.integration .benefits h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.integration .benefits h3 {
		font-size: 23px;
		margin-bottom: 5px;
	}
	.ppc-integration {
		margin-top: 56px;
	}
	.audit-features {
		padding-top: 25px;
	}
	.ppc-section2 .title-const-ppc {
		font-size: 24px;
	}
	.ppc-section2 .unfolding-power {
		width: 270px;
		line-height: 1.3;
		padding-top: 15px;
		font-size: 26px;
	}
	.ppc-audit-features li:hover span {
		font-size: 14px;
		/* line-height: 18px; */
	}
	.ppc-audit-features .ppc-audit-active {
		font-size: 14px;
		line-height: 18px;
	}
	.ppc-audit-features li {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 11px;
	}
	.ppc-audit-features li:after {
		bottom: -5px;
		height: 2px;
		width: 15px;
	}
	.ppc-section2 .integration .privacy-choices {
		padding-bottom: 20px;
	}
	.complex-integration {
		padding-top: 22px;
	}
	.audt_fetrs_left_titls {
		width: 100%;
		float: left;
	}
	.ppc-audit-features {
		margin-top: 35px;
		float: left;
	}
	.ppc-integration {
		width: 80%;
		margin-top: 30px;
	}
	.ppc-audit-features li:nth-of-type(4) span {
		width: 6.8vw;
	}
	.ppc-audit-features li:nth-of-type(4):hover::after {
		width: 100%;
	}
	.ppc-audit-features li:nth-of-type(6) span {
		width: 9.3vw;
	}
	.ppc-audit-features li:nth-of-type(6):hover::after {
		width: 100%;
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 184 10 l 40 0 l 40 -133 l 40 0");
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 180 13 l 122 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 158 12 l 48 0 l 68 -30 l 30 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 90 13 l 48 0 l 115 -60 l 55 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 115 22 l 60 0 l 70 -98 l 60 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
		d: path("M 150 20 l 50 0 l 75 -170 l 30 0");
	}
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 140 10 l 48 0 l 70 -210 l 45 0");
	}
	.ppc-audit-features li:nth-child(8) svg path {
		d: path("M 180 10 l 45 0 l 40 -236 l 40 0");
	}
} /*------------------ PPC responsive Modular Scalable Sec Css (Sec-3)  -----------------------*/

.ppc-section1,
.ppc-section2 {
	overflow: hidden;
}
.ppc-section6 {
	width: 100%;
}
.ppc-section3 {
	width: 100%;
	padding: 0px;
}
.section5 {
	width: 100%;
}
.ppc-section4 {
	width: 100%;
}
.ppc-section3 .title-const-ppc {
	font-size: 50px;
	line-height: 58px;
	color: #050505;
	font-weight: 300;
}
.ppc-section3-col3 .privacy-choices p {
	font-size: 17px;
	line-height: 26px;
}
.ppc-section3 .integration .marketing .privacy-choices p {
	font-size: 17px;
	line-height: 26px;
	width: 88%;
}
.ppc-section3 .marketing:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 9px;
	border-color: transparent transparent transparent #ffbc15;
	transition: all 0.5s ease;
	transform: translate(-150%, 0);
	opacity: 0;
}
.ppc-section3 .marketing.cRo:before {
	border-color: transparent transparent transparent #009fbd;
}
.ppc-section3.active .marketing:before {
	opacity: 1;
}
.ppc-section3 .marketing::after {
	height: 84%;
}
.ppc-section3 .integration .benefits h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 2px;
}
.ppc-section3 .integration .benefits h4 {
	font-size: 25px;
	line-height: 35px;
}
.ppc-section3 .unfolding-power {
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 37px;
}
.ppc-section3 .marketing h3 {
	font-size: 25px;
	line-height: 35px;
}
.ppc-section3 .integration .ecommerce-call-info h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	margin-right: 0;
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 9px;
}
.ppc-section3 .integration .ecommerce-call-info h3:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #a1a1a1;
	bottom: 0px;
	left: 0;
}
.ppc-section3 .integration .ecommerce-call-info p::before {
	display: none;
}
.ppc-section3 .integration .ecommerce-call-info p {
	font-size: 17px;
	line-height: 26px;
	width: 100%;
	margin: 0;
	float: left;
}
.ppc-section3 .integration .ecommerce-call-info .help-bttn a {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	text-decoration: none !important;
	letter-spacing: 3px;
}
.ppc-section3 .marketing ul li {
	font-size: 16px;
	line-height: 26px;
	color: #202227;
}
.ppc-section3 .hex-text {
	font-size: 22px;
	font-weight: 500;
}
.ppc-section3 .ppc-customer {
	margin-top: 0;
	width: 100%;
}
.ppc-section3-col1 {
	top: 4px;
	padding-left: 15px;
}
.ppc-section3 .integration .benefits h4 {
	margin-bottom: 45px;
}
.ppc-section3 .integration {
	top: 65px;
	top: 0px;
	left: 0;
	padding-top: 65px;
}
.ppc-section3-col3 {
	left: 0;
}
.secThreeArea {
	width: 100%;
	float: left;
	padding: 0px 70px;
	height: 100%;
	position: relative;
	z-index: 1;
}
.secThreeArea:after {
	width: 170px;
	height: 320px;
	position: absolute;
	right: 0;
	top: 120px;
	content: "";
	z-index: -1;
	background: url("../images/PPC/flowerPPc.png") no-repeat;
	background-size: contain;
	transition: all 2.5s 0.5s ease;
	/* animation: rotateFlower 10s 0.5s infinite;
  transform:translateY(0); */
	opacity: 0.5;
}

.ppc-section3.active .secThreeArea:after {
	opacity: 0.09;
}
@keyframes rotateFlower {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(30px);
	}
}

.rwAreaSecThree {
	display: flex;
	width: 100%;
	float: left;
	height: 100%;
	padding-top: 135px;
	padding-bottom: 60px;
}
.ppc-section3-col3 .privacy-choices p {
	width: 100%;
}
.ppc-section3 .hex-container {
	max-width: 600px;
	top: -25px;
}
.ppc-section3 .unfolding-power {
	width: 100%;
	max-width: 370px;
}
.ppc-section3 .privacy-choices {
	margin-bottom: 0;
}
.ppc-section3 .rowCol3One .privacy-choices {
	padding-right: 15px;
	width: 100%;
	float: left;
}
.colThreeSec3 {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.colTwoSec3Area {
	width: 100%;
}
.ppc-section3 .ppc-customer img {
	left: 0;
}
.ppc-section3 .ppc-section3-col1 {
	width: 35%;
	max-width: 35%;
	flex: 35%;
}
.ppc-section3 .integration {
	width: 29%;
	flex: 29%;
	max-width: 29%;
	padding-top: 0;
}
.ppc-section3 .ppc-section3-col3 {
	width: 36%;
	flex: 36%;
	max-width: 36%;
}
.ppc-section3 .integration .ecommerce-call-info {
	left: -50%;
	margin-top: 0;
	position: relative;
	width: 150%;
	float: left;
}
.ppc-section3 .integration .ecommerce-call-info .help-bttn .help-bttn-icon {
	width: 52px;
	height: 52px;
	padding: 0;
	top: -7px;
	right: -8px;
}
.ppc-section3
	.integration
	.ecommerce-call-info
	.help-bttn
	.help-bttn-icon:after {
	width: 90%;
	height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	border: 2px dashed rgba(255, 255, 255, 0);
	z-index: 1;
	border-radius: 100px;
	transform: translate(-50%, -50%) rotate(0) scale(1);
}
.ppc-section3
	.integration
	.ecommerce-call-info
	.help-bttn:hover
	.help-bttn-icon:after {
	/* animation:roundInf 5s 0.5s infinite;
  */
}
@keyframes roundInf {
	0% {
		border: 2px dashed rgba(255, 255, 255, 1);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg) scale(0);
		border: 2px dashed rgba(255, 255, 255, 1);
	}
}
.helpDivArea {
	width: 100%;
	float: left;
	display: flex;
	align-items: flex-end;
	padding-right: 8px;
	gap: 53px;
}
.ppc-section3 .integration .ecommerce-call-info .help-bttn {
	margin: 0;
	width: 153px;
	transition: all 0.5s ease;
	border: 1px solid rgba(255, 188, 19, 0);
	padding: 6px 0px 6px 26px;
}

.helText {
	position: absolute;
	opacity: 1;
	overflow: hidden;
	transition: all 0.5s 0.5s ease;
}

.rightBtnHlp:hover .helText:nth-child(1) {
	animation: flipVerticalOut 1s 0.5s forwards;
}
.rightBtnHlp .helText:nth-child(2) {
	opacity: 0;
}
.rightBtnHlp:hover .helText:nth-child(2) {
	animation: flipVerticalIn 1s 1s forwards;
}
@keyframes flipVerticalOut {
	0% {
		opacity: 1;
		transform: rotateY(0px);
	}
	100% {
		opacity: 0;
		transform: rotateX(90deg);
	}
}
@keyframes flipVerticalIn {
	0% {
		opacity: 0;
		transform: rotateX(90deg);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.userBicon {
	width: 22px;
	height: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.userBicon span.heaDcir {
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 100px;
	transition: all 0.5s ease;
	position: absolute;
	top: 0;
}
.userBicon span.bodYhalf {
	width: 22px;
	height: 22px;
	border-radius: 100px;
	transition: all 0.5s ease;
	transform: rotate(0);
	position: absolute;
	bottom: -11px;
}
.userBicon span.bodYhalf:after {
	width: 100%;
	height: 50%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 2px solid #fff;
	border-bottom: none;
	border-radius: 100px 100px 0px 0px;
	z-index: 1;
}
.userBicon span.bodYhalf:before {
	width: 100%;
	height: 50%;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	border: 2px solid rgba(0, 0, 0, 0);
	border-top: none;
	border-radius: 0px 0px 100px 100px;
	z-index: 1;
}
.ppc-section3
	.integration
	.ecommerce-call-info
	.help-bttn:hover
	.userBicon
	span.bodYhalf {
	/* animation:bordXw 2s 1s infinite;
  */
}
.ppc-section3
	.integration
	.ecommerce-call-info
	.help-bttn:hover
	.userBicon
	span.heaDcir {
	/* animation:bordXq 2s 2.3s infinite;
  */
}
@keyframes bordXw {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes bordXq {
	0% {
		transform: scale(0.1);
	}
	100% {
		transform: scale(1);
	}
}
.helText span {
	transition: all 0.5s ease;
	position: relative;
	transform: rotate(0deg) scale(1) translate(0);
	display: block;
	width: 15px;
	position: absolute;
	right: 0;
	top: 0;
}

@keyframes zoMAlter {
	0%,
	100% {
		transform: rotate(0deg) scale(1) translate(0);
	}
	50% {
		transform: rotateY(180deg) scale(3) translateZ(5px);
	}
}
.ppc-section3.active .integration .ecommerce-call-info .help-bttn:hover {
	animation: fromRight 1s 0.5s forwards, colHelp 2.5s 0.5s infinite;
}
.ppc-section3.active .integration .ecommerce-call-info .help-bttn a {
	transition: all 0.5s ease;
}
.ppc-section3.active .integration .ecommerce-call-info .help-bttn:hover a {
	/* animation:colHelp2 2.5s 0.5s infinite;
  */
}
@keyframes colHelp {
	0%,
	100% {
		border: 1px solid rgba(255, 188, 19, 0);
	}
	50% {
		border: 1px solid rgba(255, 188, 19, 1);
	}
}
@keyframes colHelp2 {
	0%,
	100% {
		color: #000;
	}
	50% {
		color: #000;
	}
}
.ppc-section3 .integration .ecommerce-call-info {
	overflow: hidden;
}
.ppc-section3.active .integration .ecommerce-call-info .help-bttn {
	animation: fromRight 1s 0.5s forwards;
	transform: translate(50%, 0px);
}
@keyframes fromRight {
	0% {
		transform: translate(50%, 0px);
	}
	100% {
		transform: translate(0%, 0px);
	}
}
.colTwoInte {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 65px;
	padding-right: 40px;
	padding-left: 50px;
	height: 100%;
}
.rightBtnHlp {
	position: relative;
	top: -6px;
}
.tabContMkt {
	width: 100%;
	float: left;
	padding-left: 6px;
	overflow: hidden;
}
.ppc-section3 .hexagon {
	transition: all 0.5s ease;
	background: #000;
}
.ppc-section3 .hex-wrap.hex_active .hex-span {
	background: #ffbc13;
}
.ppc-section3 .hex-wrap.hex_active .hexagon {
	background: #ffbc13;
}

/* one box */
.ppc-section3 .hex-wrap.hex-one.hex_active .hex-span {
	background: #ffbc13;
}
.ppc-section3 .hex-wrap.hex-one.hex_active .hexagon {
	background: #ffbc13;
}
/* two box */
.ppc-section3 .hex-wrap.hex-two.hex-hover .hex-span,
.ppc-section3 .hex-wrap.hex-two.hex_active .hex-span {
	background: #e68369;
}
.ppc-section3 .hex-wrap.hex-two.hex-hover .hexagon,
.ppc-section3 .hex-wrap.hex-two.hex_active .hexagon {
	background: #e68369;
}
/* three box */
.ppc-section3 .hex-wrap.hex-three.hex-hover .hex-span,
.ppc-section3 .hex-wrap.hex-three.hex_active .hex-span {
	background: #50b498;
}
.ppc-section3 .hex-wrap.hex-three.hex-hover .hexagon,
.ppc-section3 .hex-wrap.hex-three.hex_active .hexagon {
	background: #50b498;
}
/* four box */
.ppc-section3 .hex-wrap.hex-four.hex-hover .hex-span,
.ppc-section3 .hex-wrap.hex-four.hex_active .hex-span {
	background: #478ccf;
}
.ppc-section3 .hex-wrap.hex-four.hex-hover .hexagon,
.ppc-section3 .hex-wrap.hex-four.hex_active .hexagon {
	background: #478ccf;
}
/* five box */
.ppc-section3 .hex-wrap.hex-five.hex-hover .hex-span,
.ppc-section3 .hex-wrap.hex-five.hex_active .hex-span {
	background: #508d4e;
}
.ppc-section3 .hex-wrap.hex-five.hex-hover .hexagon,
.ppc-section3 .hex-wrap.hex-five.hex_active .hexagon {
	background: #508d4e;
}
/* six box */
.ppc-section3 .hex-wrap.hex-six.hex-hover .hex-span,
.ppc-section3 .hex-wrap.hex-six.hex_active .hex-span {
	background: #009fbd;
}
.ppc-section3 .hex-wrap.hex-six.hex-hover .hexagon,
.ppc-section3 .hex-wrap.hex-six.hex_active .hexagon {
	background: #009fbd;
}
/* seven box */
.ppc-section3 .hex-wrap.hex-seven.hex-hover .hex-span,
.ppc-section3 .hex-wrap.hex-seven.hex_active .hex-span {
	background: #e0a75e;
}
.ppc-section3 .hex-wrap.hex-seven.hex-hover .hexagon,
.ppc-section3 .hex-wrap.hex-seven.hex_active .hexagon {
	background: #e0a75e;
}

.ppc-section3 .hex-wrap.hex_active .hex-span {
	background: #ffbc13;
}
.ppc-section3 .hex-wrap.hex_active .hexagon {
	background: #ffbc13;
}

/* slider arrow icon color  */

.marketing.cRo:after {
	background-color: #009fbd;
}
.marketing.cRo:before {
	border-color: transparent transparent transparent #ffbc15;
}
.marketing.sEo:after {
	background-color: #508d4e;
}
.marketing.sEo:before {
	border-color: transparent transparent transparent #508d4e;
}
.marketing.cReative:after {
	background-color: #478ccf;
}
.marketing.cReative:before {
	border-color: transparent transparent transparent #478ccf;
}
.marketing.stRategy:after {
	background-color: #50b498;
}
.marketing.stRategy:before {
	border-color: transparent transparent transparent #50b498;
}
.marketing.paidMedia:after {
	background-color: #e68369;
}
.marketing.paidMedia:before {
	border-color: transparent transparent transparent #e68369;
}
.marketing.cuStomerLead:after {
	background-color: #e0a75e;
}
.marketing.cuStomerLead:before {
	border-color: transparent transparent transparent #e0a75e;
}
.ppc-section3 .hex-wrap.hex_active .hex-text {
	color: #fff;
}
.ppc-section3 .hex-text {
	margin: 0;
}
.ppc-section3 .hex-wrap {
	/* filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.1)); */
	transition: all 0.5s ease;
}
.ppc-section3 .hex-wrap.hex_active {
	/* filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3)); */
}
.tabContMkt .marketing {
	width: 100%;
	float: left;
}
.ttlHexTab {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 7px;
}
.descHexArea {
	width: 100%;
	float: left;
	overflow: hidden;
	transition: all 0.5s ease;
}
.marketing h3#tagmrttitle {
	transition: all 0.5s ease;
}
.ppc-section3.active .marketing h3#tagmrttitle {
	animation: ttlPpcAni 1s 0.5s forwards;
}
.ppc-section3.active .marketing.marKeting h3#tagmrttitle {
	animation: ttlPpcAni1 1s 0.5s forwards;
	transform: translate(-100%, 0%);
}
.ppc-section3.active .marketing.cRo h3#tagmrttitle {
	animation: ttlPpcAni2 1s 0.5s forwards;
	transform: translate(-100%, 0%);
}
.ppc-section3.active .marketing.sEo h3#tagmrttitle {
	animation: ttlPpcAni3 1s 0.5s forwards;
	transform: translate(-100%, 0%);
}
.ppc-section3.active .marketing.cReative h3#tagmrttitle {
	animation: ttlPpcAni4 1s 0.5s forwards;
	transform: translate(-100%, 0%);
}
.ppc-section3.active .marketing.stRategy h3#tagmrttitle {
	animation: ttlPpcAni5 1s 0.5s forwards;
	transform: translate(-100%, 0%);
}
.ppc-section3.active .marketing.paidMedia h3#tagmrttitle {
	animation: ttlPpcAni6 1s 0.5s forwards;
	transform: translate(-100%, 0%);
}
.ppc-section3.active .marketing.cuStomerLead h3#tagmrttitle {
	animation: ttlPpcAni7 1s 0.5s forwards;
	transform: translate(-100%, 0%);
}
.ppc-section3 .marketing h3 {
    width: auto;
    display: inline-block;
    font-weight: 500;
}
.ppc-section3.active .marketing .descHexArea {
	animation: descPpcAni 1s 0.5s forwards;
}
.ppc-section3.active .marketing:after {
	animation: descPpcBorder 1s 0.5s forwards;
}
.ppc-section3.active .marketing:before {
	animation: descArrowRt 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.marKeting .descHexArea {
	animation: descPpcAni1 1s 0.5s forwards;
	transform: translate(100%, 0%);
}
.ppc-section3.active .marketing.marKeting:before {
	animation: descArrowRt1 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.marKeting:after {
	animation: descPpcBorder1 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.cRo .descHexArea {
	animation: descPpcAni2 1s 0.5s forwards;
	transform: translate(100%, 0%);
}
.ppc-section3.active .marketing.cRo:after {
	animation: descPpcBorder2 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.cRo:before {
	animation: descArrowRt2 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.sEo .descHexArea {
	animation: descPpcAni3 1s 0.5s forwards;
	transform: translate(100%, 0%);
}
.ppc-section3.active .marketing.sEo:after {
	animation: descPpcBorder3 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.sEo:before {
	animation: descArrowRt3 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.cReative .descHexArea {
	animation: descPpcAni4 1s 0.5s forwards;
	transform: translate(100%, 0%);
}
.ppc-section3.active .marketing.cReative:after {
	animation: descPpcBorder4 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.cReative:before {
	animation: descArrowRt4 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.stRategy .descHexArea {
	animation: descPpcAni5 1s 0.5s forwards;
	transform: translate(100%, 0%);
}
.ppc-section3.active .marketing.stRategy:after {
	animation: descPpcBorder5 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.stRategy:before {
	animation: descArrowRt5 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.paidMedia .descHexArea {
	animation: descPpcAni6 1s 0.5s forwards;
	transform: translate(100%, 0%);
}
.ppc-section3.active .marketing.paidMedia:after {
	animation: descPpcBorder6 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.paidMedia:before {
	animation: descArrowRt6 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.cuStomerLead .descHexArea {
	animation: descPpcAni7 1s 0.5s forwards;
	transform: translate(100%, 0%);
}
.ppc-section3.active .marketing.cuStomerLead:after {
	animation: descPpcBorder7 1.5s 0.5s forwards;
}
.ppc-section3.active .marketing.cuStomerLead:before {
	animation: descArrowRt7 1.5s 0.5s forwards;
}
.hex-wrap {
	width: 230px;
	height: 230px;
}
.hexagon {
	width: 230px;
	height: 230px;
	position: relative;
	z-index: 1;
	background: none;
}
.hex_active .hexagon {
	background: #ffbc13;
}
.hex_active .hexagon:after,
.hex_active .hexagon:before {
	background: #ffbc13;
}
.hexagon:after {
	width: 230px;
	height: 50%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
}
.hexagon:before {
	width: 230px;
	height: 50%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #000;
}
/* five */
.hex-five .hexagon {
	background: none;
}
.ppc-section3.active .hex-five .hexagon:after {
	animation: hexHalfAni5 1.5s 0.5s forwards;
}
.ppc-section3.active .hex-five .hexagon:before {
	animation: hexHalfAni5b 1.5s 0.5s forwards;
}
/* four */
.hex-four .hexagon {
	background: none;
}
.ppc-section3.active .hex-four .hexagon:after {
	animation: hexHalfAni4 1.5s 0.5s forwards;
}
.ppc-section3.active .hex-four .hexagon:before {
	animation: hexHalfAni4b 1.5s 0.5s forwards;
}
/* six */
.hex-six .hexagon {
	background: none;
}
.ppc-section3.active .hex-six .hexagon:after {
	animation: hexHalfAni6 1.5s 0.5s forwards;
}
.ppc-section3.active .hex-six .hexagon:before {
	animation: hexHalfAni6b 1.5s 0.5s forwards;
}
/* seven */
.hex-seven .hexagon {
	background: none;
}
.ppc-section3.active .hex-seven .hexagon:after {
	animation: hexHalfAni7 1.5s 0.5s forwards;
}
.ppc-section3.active .hex-seven .hexagon:before {
	animation: hexHalfAni7b 1.5s 0.5s forwards;
}
/* three */
.hex-three .hexagon {
	background: none;
}
.ppc-section3.active .hex-three .hexagon:after {
	animation: hexHalfAni3 1.5s 0.5s forwards;
}
.ppc-section3.active .hex-three .hexagon:before {
	animation: hexHalfAni3b 1.5s 0.5s forwards;
}
/* two */
.hex-two .hexagon {
	background: none;
}
.ppc-section3.active .hex-two .hexagon:after {
	animation: hexHalfAni2 1.5s 0.5s forwards;
}
.ppc-section3.active .hex-two .hexagon:before {
	animation: hexHalfAni2b 1.5s 0.5s forwards;
}
/* one */
.hex-one .hexagon {
	background: none;
}
.ppc-section3.active .hex-one .hexagon:after {
	animation: hexHalfAni1 1.5s 0.5s forwards;
}
.ppc-section3.active .hex-one .hexagon:before {
	animation: hexHalfAni1b 1.5s 0.5s forwards;
}
@keyframes hexHalfAni1 {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni1b {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni2 {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni2b {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni3 {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni3b {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni4 {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni4b {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni5 {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni5b {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni6 {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni6b {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni7 {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes hexHalfAni7b {
	0% {
		height: 15%;
	}
	100% {
		height: 50%;
	}
}
@keyframes ttlPpcAni {
	0% {
		transform: translate(-100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes ttlPpcAni1 {
	0% {
		transform: translate(-100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes ttlPpcAni2 {
	0% {
		transform: translate(-100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes ttlPpcAni3 {
	0% {
		transform: translate(-100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes ttlPpcAni4 {
	0% {
		transform: translate(-100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes ttlPpcAni5 {
	0% {
		transform: translate(-100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes ttlPpcAni6 {
	0% {
		transform: translate(-100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes ttlPpcAni7 {
	0% {
		transform: translate(-100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcAni {
	0% {
		transform: translate(100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcAni1 {
	0% {
		transform: translate(100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcAni2 {
	0% {
		transform: translate(100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcAni3 {
	0% {
		transform: translate(100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcAni4 {
	0% {
		transform: translate(100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcAni5 {
	0% {
		transform: translate(100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcAni6 {
	0% {
		transform: translate(100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcAni7 {
	0% {
		transform: translate(100%, 0%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
@keyframes descPpcBorder {
	0% {
		height: 0%;
	}
	100% {
		height: 87%;
	}
}
@keyframes descPpcBorder1 {
	0% {
		height: 0%;
	}
	100% {
		height: 87%;
	}
}
@keyframes descPpcBorder2 {
	0% {
		height: 0%;
	}
	100% {
		height: 87%;
	}
}
@keyframes descPpcBorder3 {
	0% {
		height: 0%;
	}
	100% {
		height: 87%;
	}
}
@keyframes descPpcBorder4 {
	0% {
		height: 0%;
	}
	100% {
		height: 87%;
	}
}
@keyframes descPpcBorder5 {
	0% {
		height: 0%;
	}
	100% {
		height: 87%;
	}
}
@keyframes descPpcBorder6 {
	0% {
		height: 0%;
	}
	100% {
		height: 87%;
	}
}
@keyframes descPpcBorder7 {
	0% {
		height: 0%;
	}
	100% {
		height: 87%;
	}
}
@keyframes descArrowRt {
	0% {
		transform: translate(-150%, 0%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
@keyframes descArrowRt1 {
	0% {
		transform: translate(-150%, 0%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
@keyframes descArrowRt2 {
	0% {
		transform: translate(-150%, 0%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
@keyframes descArrowRt3 {
	0% {
		transform: translate(-150%, 0%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
@keyframes descArrowRt4 {
	0% {
		transform: translate(-150%, 0%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
@keyframes descArrowRt5 {
	0% {
		transform: translate(-150%, 0%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
@keyframes descArrowRt6 {
	0% {
		transform: translate(-150%, 0%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
@keyframes descArrowRt7 {
	0% {
		transform: translate(-150%, 0%);
	}
	100% {
		transform: translate(0, 0%);
	}
} /*================== Responsive Css Sec (3)  ===================*/

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.ppc-section3-col3 .privacy-choices p {
		font-size: 13px;
		line-height: 20px;
	}
	.ppc-section3 .unfolding-power {
		font-size: 26px;
		line-height: 34px;
		margin-top: 15px;
		margin-bottom: 28px;
	}
	.ppc-section3 .title-const-ppc {
		font-size: 26px;
		line-height: 34px;
	}
	.ppc-section3 .integration .marketing .privacy-choices p {
		font-size: 13px;
		line-height: 20px;
	}
	.ppc-section3 .marketing ul li {
		font-size: 12px;
		line-height: 20px;
	}
	.ppc-section3 .integration .benefits h3 {
		font-size: 23px;
		line-height: 30px;
	}
	.ppc-section3 .integration .benefits h4 {
		font-size: 19px;
		line-height: 26px;
	}
	.ppc-section3 .marketing h3 {
		font-size: 19px;
		line-height: 26px;
	}
	.ppc-section3 .integration .benefits h4 {
		margin-bottom: 34px;
	}
	.marketing ul {
		margin-top: 26px;
	}
	.ppc-section3 .hex-text {
		font-size: 17px;
	}
	.hexagon {
		width: 173px;
		height: 173px;
	}
	.ppc-section3 .integration .ecommerce-call-info h3 {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 4px;
		padding-bottom: 7px;
	}
	.ppc-section3 .marketing:before {
		top: 6px;
		border-width: 6px 0 6px 7px;
		transform: translate(-150%, 0);
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn a {
		font-size: 14px;
		line-height: 26px;
	}
	.ppc-section3 .integration .ecommerce-call-info p {
		font-size: 13px;
		line-height: 20px;
	}
	.hex-wrap {
		width: 173px;
		height: 173px;
	}
	.secThreeArea:after {
		width: 128px;
		height: 240px;
		top: 90px;
	}
	.rwAreaSecThree {
		padding-top: 101px;
		padding-bottom: 55px;
	}
	.ppc-section3 .rowCol3One .privacy-choices {
		padding-right: 0px;
	}
	.marketing {
		padding-left: 25px;
	}
	.colTwoInte {
		padding-top: 49px;
		padding-right: 26px;
		padding-left: 26px;
	}
	.rowOneInt .benefits {
		margin-top: 0;
	}
	.ppc-section3 .integration .benefits h4 {
		margin-bottom: 34px;
	}
	.tabContMkt .marketing {
		padding-left: 25px;
	}
	.ppc-section3 .unfolding-power {
		max-width: 278px;
	}
	.secThreeArea {
		padding: 0px 53px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		width: 39px;
		height: 39px;
		top: -2px;
		right: -6px;
	}
	.ecommerce-call-info .help-bttn .help-bttn-icon img {
		width: 17px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn {
		margin: 0;
		width: 160px!important;
		padding: 5px 0px 5px 20px;
	}
	.rightBtnHlp {
		top: -3px;
	}
	.helpDivArea {
		padding-right: 6px;
		gap: 38px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.ppc-section3-col3 .privacy-choices p {
		font-size: 13px;
		line-height: 20px;
	}
	.ppc-section3 .unfolding-power {
		font-size: 26px;
		line-height: 34px;
		margin-top: 15px;
		margin-bottom: 28px;
	}
	.ppc-section3 .title-const-ppc {
		font-size: 26px;
		line-height: 34px;
	}
	.ppc-section3 .integration .marketing .privacy-choices p {
		font-size: 13px;
		line-height: 20px;
	}
	.ppc-section3 .marketing ul li {
		font-size: 12px;
		line-height: 20px;
	}
	.ppc-section3 .integration .benefits h3 {
		font-size: 23px;
		line-height: 30px;
	}
	.ppc-section3 .integration .benefits h4 {
		font-size: 19px;
		line-height: 26px;
	}
	.ppc-section3 .marketing h3 {
		font-size: 19px;
		line-height: 26px;
	}
	.ppc-section3 .integration .benefits h4 {
		margin-bottom: 34px;
	}
	.marketing ul {
		margin-top: 26px;
	}
	.hexagon:before {
		width: 102%;
	}
	.ppc-section3 .hex-text {
		font-size: 15px;
	}
	.hex-wrap {
		width: 160px;
		height: 160px;
	}
	.hexagon {
		width: 160px;
		height: 160px;
	}
	.hex-span {
		width: 158px;
		height: 158px;
	}
	.ppc-section3 .integration .ecommerce-call-info h3 {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 4px;
		padding-bottom: 7px;
	}
	.ppc-section3 .marketing:before {
		top: 6px;
		border-width: 6px 0 6px 7px;
		transform: translate(-150%, 0);
	}
	.ppc-section3 .hex-container {
		top: -10px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn a {
		font-size: 14px;
		line-height: 26px;
	}
	.ppc-section3 .integration .ecommerce-call-info p {
		font-size: 13px;
		line-height: 20px;
	}
	.secThreeArea:after {
		width: 128px;
		height: 240px;
		top: 90px;
	}
	.rwAreaSecThree {
		padding-top: 101px;
		padding-bottom: 55px;
	}
	.ppc-section3 .rowCol3One .privacy-choices {
		padding-right: 0px;
	}
	.marketing {
		padding-left: 25px;
	}
	.colTwoInte {
		padding-top: 49px;
		padding-right: 20px;
		padding-left: 10px;
	}
	.rowOneInt .benefits {
		margin-top: 0;
	}
	.ppc-section3 .integration .benefits h4 {
		margin-bottom: 34px;
	}
	.tabContMkt .marketing {
		padding-left: 20px;
	}
	.ppc-section3 .unfolding-power {
		max-width: 278px;
	}
	.secThreeArea {
		padding: 0px 53px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		width: 39px;
		height: 39px;
		top: -2px;
		right: -6px;
	}
	.ecommerce-call-info .help-bttn .help-bttn-icon img {
		width: 17px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn {
		margin: 0;
		width: 115px;
		padding: 5px 0px 5px 20px;
	}
	.rightBtnHlp {
		top: -3px;
	}
	.helpDivArea {
		padding-right: 6px;
		gap: 38px;
	}
} /*------------------ PPC Google Shoping Sec Css (Sec-4)  -----------------------*/

.unfoldng_ggle_shpng_sec {
	padding: 0px 70px;
}
.ggl_shp_icntitle {
	margin-top: 0;
}
.ggl_shp_fig {
	width: 190px;
}
.ggl_shp_fig img {
	height: auto;
	width: 100%;
}
.ggl_shp_icntitle .unfolding-power {
	width: 100%;
	font-size: 50px;
	font-weight: 600;
	margin-left: 0;
	padding-left: 10px;
	color: #000;
}
.gshop_unfld_powr_title {
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
}
.gshop_unfld_powr_title h2 {
	font-size: 35px !important;
	font-weight: 700;
	color: #010101;
	margin: 0 !important;
	width: 370px !important;
	line-height: 48px;
}
.gshop_unfld_powr_descp {
	padding-top: 10px;
	display: block;
}
.gshop_unfld_powr_descp p {
	font-size: 17px;
	line-height: 26px;
	width: 70%;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.gshop_msng_out {
	padding: 0;
	width: 100%;
	margin-left: 0;
}
.gshop_msng_out_titls h3 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1;
	color: #000;
	padding-bottom: 10px;
}
.gshop_msng_out_titls h4 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
	color: #ffbc13;
	display: flex;
	align-items: center;
	gap: 0px;
}

.gshp_icn {
	width: 130px;
	clip-path: inset(0 10px);
}

.gshp_icn img {
	width: 100%;
}
.gshop_msng_out_titls {
	position: relative;
	width: fit-content;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.gshop_msng_out_titls:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-color: #e1e1e1;
}
.gshop_msng_out_descp p {
	font-size: 17px;
	line-height: 26px;
	width: 510px;
	margin: 0;
}
.gshpng_psc_lists ul {
	margin-top: 0;
	width: 100%;
	margin-left: 0;
}
.gshpng_psc_lists {
	display: block;
	position: relative;
	padding-top: 40px;
	float: left;
}
.gshpng_psc_lists ul li {
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	line-height: 1;
	margin-left: 0;
	color: #000;
	padding-right: 25px;
	margin-right: 25px;
	padding-left: 25px;
	position: relative;
}
.gshpng_psc_lists .aniSpanOne {
	position: relative;
	transform: translateX(-120%);
	transition: all 3s 0.5s ease;
	display: block;
}
.ppc-section4.active .gshpng_psc_lists ul li .aniSpanOne {
	transform: translateX(0%);
}
.shopOutArea {
	position: relative;
	overflow: hidden;
}
.gshpng_psc_lists ul li::before {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	margin-left: 0;
	left: 0;
	z-index: 1;
	top: 2px;
	transition: all 0.5s ease;
	border-radius: 0px;
}
.gshpng_psc_lists ul li:hover::before {
	border-radius: 100px !important;
}
.gshpng_psc_lists ul li:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #ccc;
	left: unset;
	right: 0;
	top: 0;
}
.gshpng_psc_lists ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}
.gshpng_psc_lists ul li:last-child:after {
	display: none;
}
.google-shopping {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
.ubai_card_dtls {
	width: 100%;
	float: left;
}
.ubai_card_dtls h2 {
	font-size: 25px;
	margin: 0;
	position: relative;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #000;
}
.ubai_card_dtls p {
	font-size: 17px;
	margin: 0;
	position: relative;
	line-height: 26px;
}
.ubai_card_icn {
	width: 55px;
	float: left;
}
.ubai_card_icn img {
	width: 100%;
	transition: all 0.5s ease;
}
.unfoldng_ggle_shpng_sec.active .ubai_card_icn img {
	animation: hoTild 1.5s 0.5s forwards;
}
.ubai_card_icn svg {
	width: 100%;
	transition: all 0.5s ease;
}
.unfoldng_ggle_shpng_sec.active .ubai_card_icn {
	overflow: hidden;
}
.unfoldng_ggle_shpng_sec.active .ubai_card_icn svg {
	animation: hoTild 1.5s 0.5s forwards;
}
.cardd:hover svg {
	/*    fill:rgb(254,195,43);
  */
}
/* .unfoldng_ggle_shpng_sec.active .ubai_card_icn svg {
  fill:rgb(254,195,43);
}
*/

@keyframes hoTild {
	0% {
		transform: translate(0, 50%);
	}
	100% {
		transform: translate(0, 0px);
	}
}
.service-section .cardd {
	float: left;
	padding: 20px 20px 45px;
}
.service-section .cardd.itSupport {
	padding-bottom: 40px;
}
.ubai_card_dtls .ml-2,
.ubai_card_dtls .mx-2 {
	margin-left: 0rem !important;
}
.ubai_sngle_fig {
	width: 122%;
	float: left;
	left: -20%;
	position: relative;
	top: 58px;
}
.ubai_sngle_fig:after {
	width: 26px;
	height: 26px;
	position: absolute;
	content: "";
	border: 3px solid #424a5f;
	border-radius: 100px;
	top: 0;
	right: 0;
	transition: all 0.5s ease;
	animation: upCirDown 5s 0.7s infinite;
	transform: scale(0.9);
}
.ubai_sngle_fig:before {
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	border: 2px solid #ffc50a;
	border-radius: 100px;
	top: 70px;
	left: 40px;
	transition: all 0.5s ease;
	animation: upCirDown2 5s 1s infinite;
	transform: scale(0.9);
}
@keyframes upCirDown {
	0%,
	100% {
		transform: scale(0.9);
		border: 2px solid #424a5f;
	}
	50% {
		transform: scale(1.2);
		border: 2px solid #ffc50a;
	}
}
@keyframes upCirDown2 {
	0%,
	100% {
		transform: scale(0.9);
		border: 2px solid #ffc50a;
	}
	50% {
		transform: scale(1.2);
		border: 2px solid #424a5f;
	}
}

.ubai_sngle_fig img {
	width: 100%;
}
/*=============== Responsive Css Sec (4)  ============================*/

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.unfoldng_ggle_shpng_sec {
		padding: 105px 50px 55px;
	}
	.ggl_shp_icntitle {
		margin-left: -4px;
	}
	.ggl_shp_icntitle .unfolding-power {
		font-size: 26px;
		padding-left: 6px;
	}
	.ggl_shp_fig {
		width: 120px;
	}
	.gshop_unfld_powr_title h2 {
		font-size: 26px !important;
		width: 270px !important;
		line-height: 40px;
	}
	.gshop_unfld_powr_descp p {
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.ubai_card_dtls p {
		font-size: 13px;
		line-height: 20px;
	}
	.ubai_card_dtls h2 {
		font-size: 19px;
		padding-top: 8px;
		padding-bottom: 12px;
	}
	.google-shopping {
		gap: 50px;
	}
	.service-section .box h3 {
		margin-top: 0;
	}
	.gshop_msng_out_titls h3 {
		font-size: 23px;
		padding-bottom: 8px;
	}
	.gshop_msng_out_titls h4 {
		font-size: 23px;
		gap: 8px;
	}
	.gshp_icn {
		width: 75px;
	}
	.gshop_msng_out_titls:before {
		height: 5px;
	}
	.gshop_msng_out_descp p {
		font-size: 13px;
		line-height: 20px;
		width: 400px;
	}
	.service-section .card2:nth-child(2) {
		margin-top: 10%;
	}
	.service-section .card3:nth-child(2) {
		margin-top: 10%;
	}
	.ubai_card_icn {
		width: 42px;
	}
	.service-section .cardd {
		padding: 20px 20px 30px;
		max-width: 18vw;
	}
	.service-section .card2:nth-child(1) {
		margin-left: 5%;
	}
	.service-section .card2:nth-child(2) {
		margin-left: 5%;
	}
	.service-section .card3:nth-child(1) {
		margin-left: 1%;
	}
	.service-section .card3:nth-child(2) {
		margin-left: 1%;
	}
	.ubai_sngle_fig {
		width: 100%;
		left: 9%;
		top: 66px;
	}
	.gshpng_psc_lists ul li {
		font-size: 15px;
		padding-left: 18px;
	}
	.gshpng_psc_lists ul li::before {
		width: 12px;
		height: 12px;
		top: 1px;
	}
	.service-section .box ul li:nth-child(1):after {
		left: 100%;
	}
	.service-section .box ul li:nth-child(2):after {
		left: 100%;
	}
	.service-section .card1-img {
		height: auto;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.unfoldng_ggle_shpng_sec {
		padding: 95px 50px 55px;
	}
	.ggl_shp_icntitle {
		margin-left: -4px;
	}
	.ggl_shp_icntitle .unfolding-power {
		font-size: 26px;
		padding-left: 6px;
	}
	.ggl_shp_fig {
		width: 120px;
	}
	.gshop_unfld_powr_title h2 {
		font-size: 24px !important;
		width: 270px !important;
		line-height: 34px;
	}
	.gshop_msng_out_titls {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.gshpng_psc_lists {
		padding-top: 15px;
	}
	.service-section .card1 {
		margin-top: 20px;
	}
	.service-section .card2:nth-child(1) {
		margin-top: 10px;
	}
	.service-section .card2:nth-child(2) {
		margin-top: 10px;
	}
	.service-section .card3:nth-child(2) {
		margin-top: 5%;
	}
	.service-section .card3:nth-child(1) {
		margin-top: 0px;
	}
	.gshop_msng_out {
		position: relative;
		top: -21px;
	}
	.gshop_unfld_powr_descp p {
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 10px;
		width: 73%;
	}
	.gshop_unfld_powr_title {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.ubai_card_dtls p {
		font-size: 13px;
		line-height: 20px;
	}
	.ubai_card_dtls h2 {
		font-size: 19px;
		padding-top: 8px;
		padding-bottom: 12px;
	}
	.google-shopping {
		gap: 50px;
	}
	.service-section .box h3 {
		margin-top: 0;
	}
	.gshop_msng_out_titls h3 {
		font-size: 23px;
		padding-bottom: 8px;
	}
	.gshop_msng_out_titls h4 {
		font-size: 23px;
		gap: 8px;
	}
	.gshp_icn {
		width: 75px;
	}
	.gshop_msng_out_titls:before {
		height: 5px;
	}
	.gshop_msng_out_descp p {
		font-size: 13px;
		line-height: 20px;
		width: 400px;
	}
	.service-section .card3:nth-child(2) {
		margin-top: 10px;
	}
	.ubai_card_icn {
		width: 42px;
	}
	.service-section .cardd {
		padding: 10px 15px 10px;
		max-width: 18vw;
	}
	.unfoldng_ggle_shpng_card .cards {
		padding-top: 38px;
	}
	.service-section .card2:nth-child(1) {
		margin-left: 5%;
	}
	.service-section .card2:nth-child(2) {
		margin-left: 5%;
	}
	.service-section .card3:nth-child(1) {
		margin-left: 1%;
	}
	.service-section .card3:nth-child(2) {
		margin-left: 1%;
	}
	.ubai_sngle_fig {
		width: 100%;
		left: 9%;
		top: 54px;
	}
	.gshpng_psc_lists ul li {
		font-size: 15px;
		padding-left: 18px;
	}
	.gshpng_psc_lists ul li::before {
		width: 12px;
		height: 12px;
		top: 1px;
	}
	.service-section .box ul li:nth-child(1):after {
		left: 100%;
	}
	.service-section .box ul li:nth-child(2):after {
		left: 100%;
	}
	.service-section .card1-img {
		height: auto;
	}
} /*------------------ PPC Feed Management Sec Css (Sec-5)  -----------------------*/

.feed_mangmnt_ifat_icn img {
	transition: all 0.5s ease;
}
.ppc_feed_mangmnt_sec.active .feed_mangmnt_ifat_icn img {
	animation: frTopAni 1.5s 0.5s forwards;
}
@keyframes frTopAni {
	0% {
		transform: translate(0, 100%);
	}
	100% {
		transform: translate(0, 0%);
	}
}
.feed_mangmnt_ifat_icn {
	overflow: hidden;
}
.ppc_feed_mangmnt_sec {
	padding: 140px 70px 70px;
}
.ppc_feed_mangmnt_card {
	width: 100%;
	float: left;
	position: relative;
}
.feed_mangmnt_gsaty .feed-management1 {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 72px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ppc-feed-management .feed-management1 .global-seo-agency {
	width: 100%;
	float: left;
}
.feed_mangmnt_gsaty .global-seo-agency h3 {
	color: #e55447;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-top: 0;
	margin-bottom: 5px;
}
.ppc-feed-management .global-seo-agency ul {
	margin: 0;
	padding: 0;
}
.ppc-feed-management .global-seo-agency ul li {
	font-size: 14px !important;
	margin-top: 0 !important;
}
.feed_mangmnt_gsaty_fig {
	width: 100%;
	float: left;
	position: relative;
}
.feed_mangmnt_gsaty_fig img {
	position: relative;
	height: auto;
	left: -12%;
	width: 108%;
	margin-top: -75px;
}
.feed_mangmnt_gsaty_lists {
	width: 100%;
	float: left;
	position: absolute;
	left: 18px;
	top: 250px;
}
.feed_mngmnt_lists_icn {
	width: 38px;
}
.feed_mngmnt_lists_icn img {
	/*    width:100%;
  */
	width: auto;
}
.feed_mangmnt_gsaty_lists h5 {
	position: relative;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.feed_mangmnt_gsaty_lists h5::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 65px;
	background: #008000;
	bottom: 0;
}
.feed_mangmnt_gsaty_lists .ppc-image-content {
	position: relative;
	width: 100%;
	margin-left: -7px;
}
.feed_mangmnt_gsaty_lists .ppc-image-content li {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 10px;
}
.feed_mangmnt_gsaty_lists .ppc-image-content li p {
	font-size: 15px;
	color: #282626;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.feed_mangmnt_gsaty .ppc-icon {
	padding-top: 0px;
	align-items: center;
	float: left;
	width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 11fr;
	align-items: center;
	place-content: center;
}
.feed_mangmnt_gsaty .ppc-icon p {
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.feed_mangmnt_gsaty .leftborder {
	position: relative;
	padding-left: 20px;
	margin-left: 10px;
}
.feed_mangmnt_gsaty .leftborder:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #ccc;
}
.feed_mangmnt_gsaty_icn {
	width: 60px;
}
.feed_mangmnt_gsaty_icn img {
	width: 100%;
}
.feed_mangmnt_utpse_title {
	width: 100%;
	float: left;
	position: relative;
}
.feed_mangmnt_utpse_title h2 {
	font-size: 50px;
	color: #000;
	font-weight: 300;
	line-height: 58px;
	margin-bottom: 0;
}
.feed_mangmnt_utpse_title h2 span {
	color: #ffc107;
	font-weight: 600;
}
.feed_mangmnt_utpse_title h3 {
	font-size: 35px;
	color: #060606;
	font-weight: 700;
	width: 370px;
	margin-bottom: 0;
	padding-top: 25px;
}
.feed_mangmnt_utpse .feed-management3 {
	width: 100%;
	height: 100%;
	padding-left: 75px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.feed_mangmnt_utpse_para {
	width: 100%;
	float: left;
	padding-top: 20px;
}
.feed_mangmnt_utpse_plink {
	width: 100%;
	float: left;
	text-align: right;
	padding-top: 40px;
	display: flex;
	justify-content: flex-end;
}
.feed_mangmnt_utpse_bxs {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 54px;
	border: 1px dashed #ffc107;
	border-radius: 12px;
	padding: 20px 20px;
}
.feed_mangmnt_utpse_para p {
	font-size: 17px;
	line-height: 26px;
	margin: 0;
	padding-right: 10%;
}
.feed_mangmnt_utpse_plink .consult-bttn1 {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	background: transparent;
	border-radius: 10px;
	padding: 12px 25px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	display: inline-block;
}
.feed_mangmnt_utpse_plink .consult-bttn1:before,
.feed_mangmnt_utpse_plink .consult-bttn1:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: #000;
	z-index: -1;
	transform: translate3D(0, -100%, 0);
	transition: all 0.5s;
}
.feed_mangmnt_utpse_plink .consult-bttn1:before {
	background: #ffc107;
	z-index: -2;
	transform: translate3D(0, 0, 0);
}
.feed_mangmnt_utpse_plink .consult-bttn1:hover {
	color: #fff;
}
.feed_mangmnt_utpse_plink .consult-bttn1:hover:after {
	transform: translate3D(0, 0, 0);
	transition: all 0.5s;
}
.feed_mangmnt_utpse_plink .consult-bttn1:after {
	transform: translate3D(-100%, 100%, 0);
}
.feed_mangmnt_utpse_plink .consult-bttn1:hover:after {
	transform: translate3D(0, 0, 0);
	transition: all 0.5s;
}
/*.feed_mangmnt_utpse_plink .consult-bttn1:hover {
  background:#d5a20a;
  transition-duration:.5s;
}
*/
.column.column1.feed_mangmnt_ifat {
	padding-bottom: 30px;
}
.ppc-feed-management .feed-management3 .column {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.ppc-feed-management .feed-management3 .column .box {
	padding: 0;
	width: 50%;
}
.feed_mangmnt_ifat_dtls h3 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	color: #010101;
	position: relative;
	width: fit-content;
	margin: 0 auto 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.feed_mangmnt_ifat_dtls h3::after {
	content: "";
	height: 1px;
	width: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}
.feed_mangmnt_ifat_dtls p {
	font-size: 16px;
	line-height: 18px;
	color: #3a3a57;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
}
.feed_mangmnt_utpse_bxs .column .box1 h3::after {
	background: #ef383d;
}
.feed_mangmnt_utpse_bxs .column .box2 h3::after {
	background: #6095f1;
}
.feed_mangmnt_utpse_bxs .column .box3 h3::after {
	background: #98d24a;
}
.feed_mangmnt_utpse_bxs .column .box4 h3::after {
	background: #6c39ba;
}
.feed_mangmnt_ifat_icn {
	width: 40px !important;
	width: fit-content;
	margin: 0 auto;
}
.feed_mangmnt_ifat_icn img {
	width: 100%;
}
.feed-management2 {
	width: 132%;
	float: left;
	position: relative;
	padding-top: 70px;
	margin-left: -12%;
}
.feed_mangmnt_bnfts_hdng {
	width: 100%;
	float: left;
	padding-bottom: 12px;
}
.feed_mangmnt_bnfts_hdng h3 {
	font-size: 30px;
	color: #000000;
	font-weight: 300;
	width: fit-content;
	position: relative;
	margin: 0;
	padding: 0;
}
.feed_mangmnt_bnfts_hdng h3:after {
	content: "";
	position: absolute;
	top: 18px;
	width: 50px;
	height: 2px;
	background: #c2c2c2;
	left: 110%;
}
.feed_mangmnt_bnfts .feed-management-content {
	background-image: linear-gradient(160deg, #dbd3d0, #fcfcfc, white);
	margin-left: 0;
	width: 100%;
	margin-top: 0;
	padding: 15px 12px;
	float: left;
}
.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
	font-size: 17px;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.feed_mangmnt_bnfts .feed-management-content .privacy-choices-sndpara p {
	margin-top: 15%;
}
.butfmb {
	width: 100%;
	float: left;
	/*    padding-left:25px;
  */
	margin-top: 45%;
}
.twentyfr_suport_fig {
	width: 70px;
}
.twentyfr_suport_fig img {
	width: 100%;
}
.consuLtUs {
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none !important;
	width: fit-content;
}
.consuLtUs h2 {
	font-size: 18px;
	font-weight: 600;
	color: #ffc107;
	transition: all 0.5s ease;
	line-height: 1.4;
}
.consuLtUs:hover h2 {
	color: #000000;
}
.cirCleBox {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: #ffa133;
	position: relative;
	display: flex;
	align-items: center;
	transition: all 0.5s ease;
}
.consuLtUs:hover .cirCleBox {
	background: #ffa133;
}
.arrowAnix {
	width: 44px;
	height: 44px;
	object-fit: contain;
	left: 0px;
	position: relative;
	animation: arrLeftrt 1s 1s infinite;
	transition: all 0.5s ease;
	transform: translateX(-25px);
}
@keyframes arrLeftrt {
	0%,
	100% {
		transform: translateX(-25px);
	}
	50% {
		transform: translateX(-10px);
	}
}
.feed_mangmnt_utpse_bxs {
	margin-top: 0px;
}
/*=======================   Responsive Css Sec (5)   ======================*/

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.feed_mangmnt_utpse_para p {
		font-size: 13px;
		line-height: 20px;
		padding-right: 0;
	}
	.feed_mangmnt_ifat_dtls p {
		font-size: 12px;
		line-height: 14px;
	}
	.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
		font-size: 13px;
		line-height: 20px;
	}
	.feed_mangmnt_bnfts .feed-management-content {
		padding: 15px 9px;
	}
	.butfmb {
		margin-top: 0%;
	}
	.feed_mangmnt_bnfts_hdng h3 {
		font-size: 23px;
		margin: 0;
		padding: 0;
	}
	.feed_mangmnt_gsaty .ppc-icon p {
		line-height: 20px;
		font-size: 12px;
		margin: 0;
		padding: 0;
		padding-right: 5%;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content li p {
		font-size: 11px;
		margin: 0;
		padding: 0;
	}
	.feed_mangmnt_gsaty .global-seo-agency h3 {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.ppc-feed-management .global-seo-agency ul li {
		font-size: 11px !important;
	}
	.consuLtUs h2 {
		font-size: 11px;
		line-height: 1.4;
	}
	.unfoldng_ggle_shpng_sec {
		overflow: hidden;
	}
	.feed_mangmnt_utpse_plink .consult-bttn1 {
		font-size: 13px;
		padding: 9px 19px;
	}
	.feed_mangmnt_utpse_title h3 {
		font-size: 26px;
		width: 278px;
		margin-bottom: 0;
		padding-top: 9px;
	}
	.feed_mangmnt_bnfts_hdng h3:after {
		top: 14px;
		width: 38px;
		height: 2px;
	}
	.feed_mangmnt_ifat_icn img {
		width: 21px;
	}
	.feed_mangmnt_utpse_title h2 {
		font-size: 26px;
		line-height: 45px;
		margin-bottom: 0;
	}
	.feed_mangmnt_ifat_dtls h3 {
		font-size: 16px;
		margin: 0 auto 7px;
		padding-bottom: 7px;
		padding-top: 5px;
	}
	.feed_mngmnt_lists_icn {
		width: 29px;
	}
	.feed_mngmnt_lists_icn img {
		width: 29px;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content li {
		gap: 4px;
		margin-bottom: 8px;
	}
	.ppc_feed_mangmnt_sec {
		padding: 105px 50px 55px;
	}
	.feed_mangmnt_gsaty_icn {
		width: 45px;
	}
	.feed_mangmnt_gsaty_lists h5 {
		font-size: 14px;
		padding-bottom: 6px;
		margin-bottom: 11px;
	}
	.feed_mangmnt_gsaty_lists {
		left: 14px;
		top: 188px;
	}
	.ppc-feed-management .feed-management1 .global-seo-agency {
		position: relative;
		top: -15px;
	}
	.feed_mangmnt_utpse_bxs {
		margin-top: 46px;
		padding: 19px 15px;
	}
	.feed_mangmnt_ifat_dtls h3 {
		font-size: 12px;
		margin: 0 auto 8px;
		padding-bottom: 5px;
		padding-top: 4px;
	}
	.ppc-feed-management .feed-management3 .column {
		gap: 15px;
	}
	.column.column1.feed_mangmnt_ifat {
		padding-bottom: 26px;
	}
	.feed_mangmnt_utpse_plink {
		padding-top: 30px;
	}
	.feed_mangmnt_utpse .feed-management3 {
		padding-left: 50px;
	}
	.twentyfr_suport_fig {
		width: 53px;
	}
	.ppc-feed-management .feed-management2 .button-content {
		margin-left: 0;
		margin-top: 0;
	}
	.feed-management2 {
		width: 136%;
		padding-top: 53px;
		margin-left: -17%;
	}
	.feed_mangmnt_gsaty_fig img {
		left: -13%;
		width: 108%;
		margin-top: -75px;
	}
	.ppc-feed-management .feed-management1 .ppc-icon {
		margin-top: -12px;
	}
	.butfmb {
		margin-top: 115px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.feed_mangmnt_utpse_para p {
		font-size: 13px;
		line-height: 20px;
		padding-right: 8%;
	}
	.feed_mangmnt_ifat_dtls p {
		font-size: 12px;
		line-height: 14px;
	}
	.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
		font-size: 13px;
		line-height: 20px;
	}
	.feed_mangmnt_bnfts .feed-management-content {
		padding: 15px 9px;
	}
	.butfmb {
		margin-top: 0%;
	}
	.feed_mangmnt_bnfts_hdng h3 {
		font-size: 23px;
		margin: 0;
		padding: 0;
	}
	.feed_mangmnt_gsaty .ppc-icon p {
		line-height: 20px;
		font-size: 12px;
		margin: 0;
		padding: 0;
		padding-right: 5%;
	}
	.feed_mangmnt_gsaty .ppc-icon {
		padding-top: 0px;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content li p {
		font-size: 11px;
		margin: 0;
		padding: 0;
	}
	.feed_mangmnt_gsaty .global-seo-agency h3 {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.ppc-feed-management .global-seo-agency ul li {
		font-size: 11px !important;
	}
	.consuLtUs h2 {
		font-size: 11px;
		line-height: 1.4;
	}
	.unfoldng_ggle_shpng_sec {
		overflow: hidden;
	}
	.feed_mangmnt_utpse_plink .consult-bttn1 {
		font-size: 13px;
		padding: 9px 19px;
	}
	.feed_mangmnt_utpse_title h3 {
		font-size: 26px;
		width: 278px;
		margin-bottom: 0;
		padding-top: 9px;
	}
	.feed_mangmnt_bnfts_hdng h3:after {
		top: 14px;
		width: 38px;
		height: 2px;
	}
	.feed_mangmnt_ifat_icn img {
		width: 21px;
	}
	.feed_mangmnt_utpse_title h2 {
		font-size: 26px;
		line-height: 45px;
		margin-bottom: 0;
	}
	.feed_mangmnt_ifat_dtls h3 {
		font-size: 16px;
		margin: 0 auto 7px;
		padding-bottom: 7px;
		padding-top: 5px;
	}
	.feed_mngmnt_lists_icn {
		width: 29px;
	}
	.feed_mngmnt_lists_icn img {
		width: 29px;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content li {
		gap: 4px;
		margin-bottom: 6px;
	}
	.ppc_feed_mangmnt_sec {
		padding: 90px 50px 55px;
	}
	.feed_mangmnt_gsaty_icn {
		width: 45px;
	}
	.feed_mangmnt_gsaty_lists h5 {
		font-size: 14px;
		padding-bottom: 6px;
		margin-bottom: 11px;
	}
	.feed_mangmnt_gsaty_lists {
		left: 10px;
		top: 175px;
	}
	.ppc-feed-management .feed-management1 .global-seo-agency {
		position: relative;
		top: -15px;
	}
	.feed_mangmnt_utpse_bxs {
		margin-top: 15px;
		padding: 15px 15px;
	}
	.feed_mangmnt_utpse_plink {
		padding-top: 10px;
	}
	.feed_mangmnt_ifat_dtls h3 {
		font-size: 12px;
		margin: 0 auto 8px;
		padding-bottom: 5px;
		padding-top: 4px;
	}
	.ppc-feed-management .feed-management3 .column {
		gap: 15px;
	}
	.column.column1.feed_mangmnt_ifat {
		padding-bottom: 15px;
	}
	.feed_mangmnt_utpse .feed-management3 {
		padding-left: 10px;
	}
	.twentyfr_suport_fig {
		width: 53px;
	}
	.ppc-feed-management .feed-management2 .button-content {
		margin-left: 0;
		margin-top: 0;
	}
	.feed_mangmnt_utpse_para {
		padding-top: 10px;
	}
	.feed-management2 {
		width: 142%;
		padding-top: 53px;
		margin-left: -35%;
	}
	.feed_mangmnt_bnfts_hdng {
		padding-bottom: 10px;
	}
	.feed_mangmnt_bnfts .feed-management-content .privacy-choices-sndpara p {
		margin-top: 15px;
	}
	.feed_mangmnt_gsaty_fig img {
		left: -14%;
		width: 108%;
		margin-top: -75px;
	}
	.ppc-feed-management .feed-management1 .ppc-icon {
		margin-top: 18px;
	}
	.butfmb {
		margin-top: 40px;
	}
	.feed_mangmnt_gsaty .leftborder {
		padding-left: 10px;
		margin-left: 5px;
	}
}
/*------------------ PPC Product Listing Sec Css (Sec-6)  -----------------------*/
.ppc_prodct_listng_sec {
	padding: 140px 70px 70px;
	position: relative;
}
.ppc_prodct_listng_sec:before {
	width: 474px;
	height: 312px;
	position: absolute;
	left: 0;
	bottom: 0px;
	content: "";
	z-index: -1;
	background: url("../images/PPC/bgSixppcOne.png") no-repeat;
	background-size: contain;
}
.ppc_prodct_listng_card {
	width: 100%;
	position: relative;
}

/*==============  Responsive css Sec (6)  =================*/

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.ppc_prodct_listng_sec {
		padding: 105px 65px 55px;
	}
	.product-list-heading {
		font-size: 41px;
	}
	.ppc-product-list .content-list p {
		font-size: 13px;
		line-height: 20px;
		width: 60%;
	}
	.ppc_prodct_listng_card:before {
		width: 210px;
		height: 160px;
		top: 80px;
		left: -162px;
	}
	.ppc_prodct_listng_card:after {
		width: 150px;
		height: 158px;
		top: 80px;
		right: -65px;
	}
	.ppc-product-menu2 p {
		font-size: 13px;
		line-height: 20px;
	}
	.ppc-product-menu1 p {
		font-size: 13px;
		line-height: 20px;
	}
	.product.mt-5,
	.product.my-5 {
		margin-top: 1.8rem !important;
	}
	.ppc-product-menu1 .ebays-productss .salee {
		width: 100%;
	}
	.sale-item2,
	.sale-item3 {
		margin-left: 1%;
	}
	.list1-sale-item {
		font-size: 12px;
	}
	.ppc-product-list
		.ppc-sub-product-menu2
		.ebays-productss
		.ebay-products-icon
		img {
		width: 105px;
		top: 0px;
	}
	.ppc-product-list
		.ppc-sub-product-menu22
		.amazon-productss
		.amazon-products-icon
		img {
		top: 0px;
		width: 130px;
	}
	.ppc-product-menu1 h1 {
		font-size: 3vw;
	}
	.ppc-product-menu2 h1 {
		font-size: 3vw;
	}
	.ppc-product-menu .consult-bttn2 {
		font-size: 1.2vw;
	}
	.ppc-product-menu .consult-bttn1 {
		font-size: 1.2vw;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.ppc-product-list .ppc-hero-title {
		margin-bottom: 0%;
	}
	.ppc_prodct_listng_sec {
		padding: 105px 65px 55px;
	}
	.product-list-heading {
		font-size: 41px;
	}
	.ppc-product-list .content-list p {
		font-size: 13px;
		line-height: 20px;
		width: 65%;
	}
	.ppc_prodct_listng_card:before {
		width: 210px;
		height: 160px;
		top: 80px;
		left: -162px;
	}
	.ppc_prodct_listng_card:after {
		width: 150px;
		height: 158px;
		top: 80px;
		right: -65px;
	}
	.ppc-product-menu2 p {
		font-size: 13px;
		line-height: 20px;
	}
	.ppc-product-menu1 p {
		font-size: 13px;
		line-height: 20px;
	}
	.product.mt-5,
	.product.my-5 {
		margin-top: 1.8rem !important;
	}
	.ppc-product-menu1 .ebays-productss .salee {
		width: 100%;
	}
	.sale-item2,
	.sale-item3 {
		margin-left: 1%;
	}
	.list1-sale-item {
		font-size: 12px;
	}
	.ppc-product-list
		.ppc-sub-product-menu2
		.ebays-productss
		.ebay-products-icon
		img {
		width: 105px;
		top: 0px;
	}
	.ppc-product-list
		.ppc-sub-product-menu22
		.amazon-productss
		.amazon-products-icon
		img {
		top: 0px;
		width: 130px;
	}
	.ppc-product-menu1 h1 {
		font-size: 3vw;
	}
	.ppc-product-menu2 h1 {
		font-size: 3vw;
	}
	.ppc-product-menu .consult-bttn2 {
		font-size: 1.2vw;
	}
	.ppc-product-menu .consult-bttn1 {
		font-size: 1.2vw;
	}
}

/********************************************************section one modify start here *************************************************/
.ppcBannerArea {
	width: 100%;
	float: left;
	padding: 0px 70px 0;
	height: 100%;
}
.content-welcome {
	height: 100%;
}
.colBanTwo {
	height: 100%;
}
.bannerAreaPpc {
	height: 100%;
	padding-bottom: 60px;
}
.ppc-section1 .ppc-cont-pages span.text-warning {
	color: #ffbb15;
}
.ppcBannerArea .bannerColOne {
	padding: 165px 0px 60px;
}
.ppcBannerArea .rowBanOne {
	width: 100%;
	float: left;
}
.content-welcome .button_content p {
	width: 100%;
	float: left;
}

.seoBanConArea {
	width: 100%;
	float: left;
	margin-top: 15px;
	position: relative;
	left: -20px;
}
.seoContInfo {
	display: flex;
	gap: 0px;
}
.seoContInfo li {
	width: 65px;
	height: 65px;
}
.seoContInfo li a {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	transition: all 0.5s ease;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.seoContInfo li a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/* background:#000;
  */
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 100px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease;
}
.seoContInfo li.skypeBg a:after {
	background: #cceffe;
}
.seoContInfo li.telBg a:after {
	background: #feedd4;
}
.seoContInfo li.mailBg a:after {
	background: #fed2cf;
}
.seoContInfo li.whBg a:after {
	background: #c9ffcb;
}
.seoContInfo li.formBg a:after {
	background: #f5e9fd;
}
.seoContInfo li:hover a:after {
	transform: scale(1);
	opacity: 1;
}
.seoContInfo li img {
	width: 25px;
	transition: all 0.5s ease;
}
.seoContInfo li.microTeam img {
    width: 28px;
}
.seoContInfo li.liveChat img {
    width: 30px;
}
.button_content {
	width: 100%;
	float: left;
}
.button_content h3 {
	color: #0765d0;
	font-weight: 600;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	max-width: 255px;
	font-size: 24px;
	line-height: 32px;
}
.button_content h3:after {
	width: 70px;
	height: 1px;
	z-index: -1;
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	border-top: 1px solid #000;
}
/* animation */
.circleThreeBox {
	width: 110px;
	height: 145px;
	position: absolute;
	left: -15px;
	bottom: 65px;
	z-index: -1;
}
.circleOne {
	background: #a7e1ea;
	width: 76px;
	height: 76px;
	border-radius: 100px;
	opacity: 0.4;
	position: absolute;
	bottom: 0;
	animation: zoMcircl 5s 1s infinite;
	transition: all 0.5s ease;
}
.circleTwo {
	background: #a186be;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	opacity: 0.4;
	position: absolute;
	bottom: 80px;
	right: 10px;
	animation: zoMcirc2 5s 2s infinite;
	transition: all 0.5s ease;
}
.circleThree {
	background: #f49ac1;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	opacity: 0.4;
	position: absolute;
	top: -5px;
	left: 15px;
	animation: zoMcirc3 5s 2.5s infinite;
	transition: all 0.5s ease;
}
@keyframes zoMcircl {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.7);
	}
}
@keyframes zoMcirc2 {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.7);
	}
}
@keyframes zoMcirc3 {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.5);
	}
}

.ppc-section1 .privacy-choices {
	margin-bottom: 91px;
}

.dashed {
	stroke-dasharray: 3;
	stroke-width: 10;
}

.line {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5000ms linear forwards infinite;
}
.arrow {
	opacity: 0;
	animation: show 200ms forwards;
	animation-delay: 1550ms;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	pointer-events: none;
}

@keyframes show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}

.design-content svg {
	position: relative;
}
.arrowCurve {
	position: absolute;
	bottom: -24px;
	left: 108px;
	z-index: -1;
}
.designBoxAreaCurve {
	position: relative;
	z-index: 1;
}

.bannerArrowCurve {
	stroke: #000;
	fill: none;
	stroke-width: 2px;
	stroke-dasharray: 450;
	stroke-dashoffset: 150;
	animation: dashqq 5s linear infinite;
}

@keyframes dashqq {
	0% {
		stroke-dashoffset: 450;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

.ppc-section1 .ppc-title-icons2 {
	width: auto;
	margin: 0;
	max-width: 100%;
	position: relative;
	top: -144px;
	left: 184px;
}

.ppc-section1 .ppc-title-icons2 img {
	width: auto;
	margin: 0;
	max-width: 100%;
}
.dvcyvsdybcbu img {
	width: 300px;
}

/* section one modify end here */

/* section two modify start here */
.colPPcClick {
	width: 100%;
	float: left;
	padding-left: 70px;
}
.ppc-audit-features li {
	transition: all 0.5s ease;
	transform-origin: left;
}

.ppc-audit-features li.ppc-audit-active {
	transform: scale(1.1);
}
.title-const-ppc span {
	font-weight: 600;
	color:#ffbc15;
}

.ppc-audit-features li span {
	color: #000;
	font-size: 16px !important;
}

.iconInfoList:after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: unset;
	content: "";
	background: #e1e1e1;
	bottom: 0px;
}
.engeg_tel_icn_flx {
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	z-index: 9;
}
.iconInfoList {
	display: flex;
	gap: 20px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 15px;
}
.iconInfoList img {
	width: 18px;
	transition: all 0.5s ease;
}
.iconInfoList a:hover img,
.iconInfoList a.active img {
	animation: gtwss-vibrate 1.5s linear infinite;
}
@keyframes gtwss-vibrate {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
.iconInfoList a {
	position: relative;
}
.iconInfoList .active:before {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: unset;
	content: "";
	background: #d82533;
	bottom: -6px;
}
.barr {
	position: relative;
}

.engage-tel-contain {
	width: 70px;
	height: 70px;
	position: relative;
	box-shadow: 8px 0px 6px -10px rgb(0 0 0 / 90%);
	background: #fff;
	z-index: 999;
}

.engage-whats-img {
	position: absolute;
	top: 12px;
	right: 12px;
	transform: scale(0.5);
}
.engage-tel-phone-img {
	position: absolute;
	bottom: 12px;
	left: 12px;
	transform: scale(0.9);
}
.engage-tel-content-title h3 {
	font-size: 20px;
	line-height: 28px;
	color: #2c2d2d;
	font-weight: 600;
	margin-bottom: 5px;
}

.osmTabedArea {
	width: 415px;
	float: left;
	overflow: hidden;
}
.osmTabedArea a {
	font-size: 19px;
	line-height: 29px;
	color: #ffb804;
	font-weight: 600;
	text-decoration: none !important;
	display: block;
}
.engeg_tel_icn_flx .caLLBtn .leftTelico {
	background: #55acfc;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
#osm-tabbed-content .hidde {
	display: none;
}
.engeg_tel_icn_flx .caLLBtn {
	align-items: center;
	padding-left: 55px;
	min-height: 38px;
	z-index: 1;
	overflow: hidden;
	position: relative;
}
.engeg_tel_icn_flx .caLLBtn:after {
	width: 55px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	content: "";
	z-index: -1;
}
.osm-tab-contentv {
	/* display: none; */
	transition: all 1s 0.5s ease;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
}
.osm-tab-contentv.active {
	/* display: inherit; */
	visibility: visible;
	opacity: 1;
}
.engeg_tel_icn_flx .osm-tab-contentv .caLLBtn .telNumber {
	transition: all 5s 0.5s ease;
	/* transform: translate(-100%); */
	z-index: -1;
	width: 100%;
	float: left;
}
.engeg_tel_icn_flx .osm-tab-contentv.active .caLLBtn .telNumber {
	/* transform: translate(0%); */
}
.leftTelico .svGdime {
	width: 36px;
	color: #fff;
	line-height: 20px;
	float: right;
	position: absolute;
	left: 12px;
	top: 4px;
	transform: rotate(-13deg);
}
.engeg_tel_icn_flx .leftTelico .svGdime {
	width: 32px;
	top: 6px;
}
.engage-tel-content-contain {
	width: 100%;
	float: left;
}
.engage-tel-content-title {
	width: 100%;
	float: left;
	margin-bottom: 28px;
}
.engage-tel-content {
	width: 100%;
	float: left;
}
.osmTabedArea .caLLBtn .leftTelico img {
	width: 22px;
}
.osm-tab-content {
	display: none;
}
.osm-tab-content.active {
	display: inherit;
}

.osmTabBox {
	width: 100%;
	float: left;
}


.caLLBtn {
	display: flex;
	position: relative;
	width: 100%;
	float: left;
	gap: 23px;
}
.caLLBtn .leftTelico {
	background: #8bc14c;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.caLLBtn .leftTelico img {
	margin: 0;
}
.colPPcClick {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ppc_audt_fetrs_sec {
	padding: 0px 70px;
}
.conAreaPPcSec2 {
	height: 100%;
}
.ppc_audt_fetrs_card {
	width: 100%;
	height: 100%;
	float: left;
	padding: 115px 0px 60px;
}
.ppc-section2 .integration {
	height: 100%;
}
.ppc_audt_fetrs_card .ppc-marketing {
	height: 100%;
}
.ppcAudtRow {
	height: 100%;
}
.audit-features {
	height: 100%;
}
.gswuyp_para:before {
	width: 100%;
}
.audit-features {
	padding-top: 48px;
}
.ppc-section2 .integration {
	padding-top: 48px;
}
.ppc-marketing .privacy-choices {
	padding-right: 70px;
}
.ppc-integration {
	margin-top: 91px;
}
.ppc-audit-features {
	margin-top: 79px;
}
.complex-integration {
	padding-top: 51px;
}
/* modify section two end*/

/* modify section three start*/
.marketing::after {
	top: 48px;
}
.hexagon {
	width: 230px;
	height: 200px;
}
.hex-span {
	width: 230px;
	height: 199px;
}
.hex-wrap {
	width: 230px;
	height: 199px;
}
/* modify section three end*/

/* modify section four start*/
.cardsAreaPpcOuter {
	width: 100%;
	float: left;
	height: 100%;
	padding-top: 50px;
}
.cardColSec4.paddTopCard {
	padding-top: 20px;
}
.cardColSec4.paddTopCardOne {
	padding-top: 40px;
}
.cardColSec4.justFyStart {
	justify-content: flex-start;
}
.unfoldFourSec {
	width: 100%;
	float: left;
	height: 100%;
	padding: 130px 0 60px;
}
.cardColSec4 {
	width: 100%;
	float: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ubai_sngle_fig {
	top: 0;
}
/* modify section four end*/

/* modify section five start*/
.cirCleTwoFeed {
	width: 70px;
	height: 70px;
	border-radius: 100px;
	position: absolute;
	border: 5px solid #ecf3fa;
	position: absolute;
	right: 60px;
	transform: translateY(70px);
	top: 0;
	transition: all 0.5s ease;
	animation: upDownBulb 15s 1.5s infinite;
}
@keyframes upDownBulb {
	0%,
	100% {
		transform: translateY(70px);
	}
	50% {
		transform: translateY(-45px);
	}
}
.feedCircleBox {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	float: left;
}
.cirCleOneFeed {
	width: 152px;
	height: 152px;
	border-radius: 100%;
	border: 10px solid #f7f1ea;
	position: absolute;
	right: 120px;
	bottom: 0;
	transition: all 0.5s ease;
	transform: translateY(238px);
	animation: bigBulbCircle 25s 0.5s infinite;
}
@keyframes bigBulbCircle {
	0%,
	100% {
		transform: translateY(238px);
	}
	50% {
		transform: translateY(100px);
	}
}
.ppc_feed_mangmnt_sec {
	padding-block: 0;
}
.heightFull {
	height: 100%;
}
.ppc_feed_mangmnt_card {
	height: 100%;
}
.butfmb {
	margin-top: 0;
}
.thumbBoxSecTwo {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px;
	overflow: hidden;
}
.secContInfo .caLLBtn {
	min-height: 40px;
	padding-left: 55px;
	align-items: center;

}
.secFivOuterDiv {
	width: 100%;
	float: left;
	height: 100%;
	padding-block: 140px 60px;
}
.ppcThumbTab .secContInfo .telNumber a {
	font-size: 17px;
	line-height: 27px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	width: 500px;

	transition: all 0.5s ease;
}

.ppcThumbTab .secContInfo .active .telNumber a {
	animation: typinga 5s steps(50) 1s infinite;
}

.secContInfo .osmTabedArea {
	max-width: 335px;
}


@keyframes typinga {
	from {
		width: 0;
	}
	to {
		width: 500px;
	}
}

.secContInfo .iconInfoList a img {
	width: 18px;
	transition: all 0.5s ease;

}
.secContInfo .iconInfoList {

}
.secContInfo .iconInfoList a.active img {

}

.secContInfo .iconInfoList .active:before {

}
.thumbBoxSecTwo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.iconInfoList a:hover img,
.iconInfoList a.active img {
	animation: gtwss-vibrate 1.5s linear infinite;
}
@keyframes gtwss-vibrate {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
.iconInfoList a {
	position: relative;
}
.iconInfoList .active:before {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: unset;
	content: "";
	background: #d82533;
	bottom: -6px;
}
.iconInfoList .microTeam a img {
	width: 20px;	
}
 .iconInfoList .liveChat a img {
	width: 22px;	
}

.secContInfo {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}
.ppcThumbTab {
	width: 450px;
	float: left;
	margin-left: -215px;
	position: relative;
	z-index: 9;
}

.feedTopArea {
	width: 100%;
	min-width: 355px;
	float: left;
	height: 100%;
	margin-left: -40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.feed-management2 {
	margin-left: 0;
	width: 100%;
}
.feed_mangmnt_gsaty .ppc-icon {
	padding-right: 328px;
	margin-bottom: -5px;
	margin-left: -5px;
}
.ppc-marketing-lower-box .img-box {
	flex-basis: 40%;
	position: absolute;
	width: 320px;
	right: 0;
}
.buttOnStart {
	position: relative;
	display: flex;
}
.buttOnStart a {
	display: flex;
	font-size: 16px;
	line-height: 24px;
	background: #ffc107;
	color: #fff;
	transition: all 0.5s ease;
	text-decoration: none;
	padding-block: 5px;
	padding-inline: 26px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ffc107;
	z-index: 1;
}
.buttOnStart a:hover {
	color: #ffc107;
}
.buttOnStart a span {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(255, 255, 255, 1);
	transform: translateY(-100%);
	transition: all 0.5s ease;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.buttOnStart a:hover span {
	transform: translateY(0%);
}

/* modify section five end*/
.titlePpcSix {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.titlePpcSix h1 {
	font-size: 50px;
	color: #000;
	font-weight: 300;
	line-height: 58px;
}

/* modify section six start*/
p {
	font-size: 17px;
	line-height: 26px;
	margin: 0;
}

.product-list-heading .text-warning {
	color: #ffbc13;
	font-weight: 600;
}
.ppc_prodct_listng_sec {
	padding-block: 0;
}
.ppc_prodct_listng_card {
	height: 100%;
	float: left;
	padding-block: 130px 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.titleSixArea {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.sixContentArea {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
.sixContentArea:before {
	width: 208px;
	height: 229px;
	position: absolute;
	top: -50%;
	left: -4%;
	content: "";
	z-index: 99;
	background: url("../images/PPC/topBgSixPpc.png") no-repeat;
	background-size: contain;
	transition: all 1.5s 0.5s ease;
	transform: translateX(-100%);
}
.ppc-section6.active .sixContentArea:before {
	transform: translate(0);
}

.sixContentArea:after {
	width: 182px;
	height: 205px;
	position: absolute;
	top: -50%;
	right: -4%;
	content: "";
	z-index: 99;
	background: url("../images/PPC/cartBgRightSix.png") no-repeat;
	background-size: contain;
	transition: all 1.5s 0.5s ease;
	transform: translateX(100%);
}

.ppc-section6.active .sixContentArea:after {
	transform: translate(0);
}

.sixRowTwoArea {
	width: 100%;
	float: left;
	position: relative;
}
.sixRowTwoArea:after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	content: "";
	background: #dcdcdc;
	transform: translate(-50%, 0%);
	z-index: 9;
}

.ttlSubDesc {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}
.ttlSubDesc p {
	width: 100%;
	float: left;
	max-width: 65%;
}
.ppcSubMenuSecSix {
	width: 100%;
	float: left;
	padding-block: 15px 25px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.ppcSubMenuSecSix.eBayBox {
	display: flex;
	justify-content: flex-end;
}
.ppcSubMenuSecSix:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;

	z-index: -1;
}
.halfDiv {
	width: 50%;
	float: left;
}

.ppcSubMenuSecSix.eBayBox:after {
	background: url("../images/PPC/eBay.png") no-repeat;
	background-position: bottom right;
	left: auto;
	right: 115px;
	bottom: 0;
	transition: all 1.5s 0.5s ease;
	transform: translateY(100px);
	/* background-size: contain; */
}

.ppc-section6.active .ppcSubMenuSecSix.eBayBox:after {
	transform: translateY(0px);
}

.ppcSubMenuSecSix.aMazonBox:after {
	background: url("../images/PPC/amazonText.png") no-repeat;
	background-position: bottom left;
	left: 50px;
	bottom: 30px;
	transition: all 1.5s 0.5s ease;
	transform: translateY(100px);
}

.ppc-section6.active .ppcSubMenuSecSix.aMazonBox:after {
	transform: translateY(0px);
}

.btnEbayArea {
	box-shadow: 3px 3px 7px #ccc;
	background: #ffc107;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	border-radius: 50px;
	font-size: 32px;
	line-height: 38px;
	width: 208px;
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
}
.btnEbayArea:hover {
	box-shadow: 3px 3px 10px #9b9b9b;
	background: #acd473;
}
.ebayAreaCard {
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 530px;
	gap: 180px;
}
.aMazonBox .ebayAreaCard {
	align-items: flex-start;
	padding-left: 50px;
}
.eBayBox .ebayAreaCard {
	align-items: flex-end;
	padding-right: 50px;
}

.fullWidth {
	width: 100%;
	float: left;
}
.ppc-sub-product-menu2 {
	display: none;
}
.ebayAreaCard h1 {
	color: #000000;
	font-size: 80px;
	line-height: 90px;
	font-weight: 700;
}
.ebayAreaCard p {
	font-size: 20px;
	line-height: 28px;
	color: #2c2d2d;
	width: 100%;
	max-width: 370px;
}
.titleParagEbay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.eBayBox .titleParagEbay {
	padding-right: 100px;
}
.aMazonBox .titleParagEbay {
	padding-left: 100px;
}

.ebayPopupArea {
	position: absolute;
	left: 0px;
	top: 0;
	background: #fff;
	z-index: 9;
	width: 100%;
	height: 100%;
	transition: all 1.5s ease;
	visibility: hidden;
	transform: translateX(100%);
}

.amAzonBoxPopupArea {
	position: absolute;
	left: 0px;
	top: 0;
	background: #fff;
	z-index: 9;
	width: 100%;
	height: 100%;
	transition: all 1.5s ease;
	visibility: hidden;
	transform: translateX(-100%);
}

.ebayPopupArea.active {
	visibility: visible;
	transform: translateX(0%);
}
.amAzonBoxPopupArea.active {
	visibility: visible;
	transform: translateX(0%);
}

.backButtonText {
	background: #000000;
	display: inline-block;
	border-radius: 10px 10px 0 0;
	transform: rotate(-90deg) translate(0%, -50%);
	cursor: pointer;
	position: absolute;
	right: -58px;
	top: 50%;
	margin-top: -10px;
	z-index: 9;
}
.backButtonText h5 {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 28px;
}
.aMazonBox .backButtonText {
	background: #000000;
	display: inline-block;
	border-radius: 0px 0px 10px 10px;
	transform: rotate(-90deg) translate(0%, -50%);
	cursor: pointer;
	position: absolute;
	right: auto;
	top: 50%;
	margin-top: -12px;
	z-index: 9;
	left: -25px;
}
.amAzonBoxPopupArea .sixPPcListProd {
	justify-content: flex-end;
}

.amAzonBoxPopupArea .ebayContentArea {
	display: flex;
	flex-direction: column;
	gap: 37px;
	justify-content: flex-end;
	align-items: flex-end;
	max-width: 658px;
	float: right;
}

.amAzonBoxPopupArea .ebaYPopDesc p {
	max-width: 85%;
}

.ebaYInnerPopuContent {
	position: relative;
}
.ebayContentArea {
	display: flex;
	flex-direction: column;
	gap: 37px;
}
.ebaYPopDesc p {
	max-width: 65%;
}

.sixPPcListProd {
	display: flex;
	position: relative;
	padding-top: 40px;
	gap: 40px;
}
.sixPPcListProd:after {
	width: 119px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #ff0042;
}
.colOnePPcList ul {
	display: flex;
	gap: 20px 10px;
	flex-wrap: wrap;
}
.colOnePPcList ul li {
}
.colOnePPcList ul li span {
	font-size: 17px;
	line-height: 28px;
	display: block;
	border: 1px solid #b7b7b7;
	border-radius: 30px;
	padding: 0px 15px;
	font-weight: 500;
	transition: all 0.5s ease;
	cursor: pointer;
}
.colOnePPcList ul li:hover span {
	border: 1px solid #4c3bcf;
	color: #4c3bcf;
}
.colOnePPcList {
	width: 445px;
}

/* modify section six end*/


/* section five start */
.hoverEffIcon{
    position:absolute;
    top:0;
    left:50%;   
    z-index: -1;
    transform: translate(-50%, -37px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}
.buttOnStart:hover .hoverEffIcon{
	opacity: 1;
	transform: translate(-50%, -58px);
	visibility: visible;
}

.buttOnStart .hoverEffIcon img{
width:70px;
height: 70px;
}
/* section five end */


/* hitesh responsive */

/* <<<<<<<<<<<<<section 1>>>>>>>>>>>>> */

@media only screen and (min-width: 1921px) and (max-width:2560px) {

	.ppc-section1 .ppc-cont-pages span {
		font-size: 72px;
		line-height: 82px;
	}
	.content-welcome p {
		font-size: 23px;
		line-height: 33px;
		
	}
	.button_content h3 {
		font-size:32px;
		line-height:42px;
		margin-bottom: 7px;
	}
    .button_content h3:after {
		width: 80px;
		right: -60px;
	}
	.seoContInfo li img {
		width: 33px;
	}
	.seoContInfo li {
		width:86px;
		height:86px;
	}
	.ppc-section1 .privacy-choices {
		margin-bottom: 121px;
	}
	.ppc-section1 .ppc-cont-pages {
		margin-bottom:24px;
	}
	.circleThreeBox {
		width: 146px;
		height: 194px;
		left: -20px;
		bottom: 86px;
	}
	.circleOne {
		width:101px;
		height:101px;
	}
	.circleTwo {
		width: 67px;
		height: 67px;
		bottom: 100px;
		right: 13px;
	}
	.circleThree {
		width:40px;
		height:40px;
		top: -7px;
		left:20px;
	}
	.ggleAnalytics img {
        width:580px;
    }
	.title-const-ppc {
		font-size:47px;
	}
	.ppc-section2 .unfolding-power {
		width: 492px;
		line-height: 1.3;
		padding-top: 27px;
		font-size: 47px;
	}
	.ppc-audit-features li span {
		font-size: 21px !important;
	}
	.ppc-audit-features li {
		margin-bottom:50px;
	}
	.ppc-audit-features {
		margin-top:130px;
	}
	.integration .benefits h4 {
		font-size: 35px;
		margin-bottom: 33px;
	}
	.integration .privacy-choices p {
		font-size: 23px;
		line-height: 35px;
	}
	.complex-integration h3 {
		font-size: 27px;
		padding: 13px 13px;
	}
	.complx_intgrsn_descp p {
		font-size: 23px;
		line-height: 33px;
	}
	.complex-integration {
		padding-top: 60px;
	}
	.ppc-section2 .integration .privacy-choices {
		padding-bottom: 53px;
	}
	.integration .benefits h3 {
        font-size: 40px;
        margin-bottom: 36px;
    }
	.audit-features {
		padding-top:90px;
	}
	.ppc-section2 .integration {
		padding-top:90px;
	}
	.complx_intgrsn_descp {
		padding: 30px 0 0 0px;
	}
	.ppc-marketing .privacy-choices p {
		font-size: 23px;
		line-height: 35px;
		padding-bottom: 16px;
	}
	.ppc-integration {
		margin-top: 102px;
	}
	.ppc_mrktng_clck .title-cont-pages {
		font-size: 67px;
		line-height: 77px;
	}
	.ppc-marketing .benefits h2 {
		font-size: 63px;
		line-height: 80px;
	}
	.gswuyp_para p {
		font-size: 27px;
		line-height: 32px;
	}
	.osmTabedArea a {
        font-size: 28px;
        line-height: 52px;
        padding-left: 22px;
    }
	.ppc-marketing-lower-box {
		padding-bottom: 44px;
	}
	.ppc-marketing-lower-box .img-box {
		width: 426px;
	}
	.gswuyp_para {
		padding-bottom: 35px;
		margin-bottom: 15px;
	}
	.iconInfoList img {
		width: 26px;
	}
	.bannerImgArea img {
		bottom: -55px;
	}
	.arrowCurve {
		bottom: -10px;
		left: 174px;
		transform: scale(1.3);
	}
	.ppc-section1 .design-content {
		margin-bottom: 10px;
	}
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 260 10 l 262 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 230 12 l 72 0 l 135 -70 l 90 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 130 15 l 110 0 l 185 -142 l 100 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 154 14 l 137 0 l 52 -206 l 180 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
		d: path("M 246 19 l 110 0 l 52 -296 l 116 0");
	}
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 206 16 l 100 0 l 105 -360 l 110 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 203 12 l 110 0 l 85 -420 l 130 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 245 13 l 86 0 l 85 -488 l 105 0");
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
		width: 67px;
		height: 67px;
	}
	.iconInfoList img {
		width: 26px;
	}
	.iconInfoList {
		gap: 27px;
		padding-left: 27px;
		padding-bottom: 7px;
		padding-right: 20px;
		padding-top: 20px;
	}
	.iconInfoList:after {
		bottom:-6px;
	}
	.engeg_tel_icn_flx .leftTelico .svGdime {
		width: 50px;
		top: 6px;
	}
	.ppc-section3 .title-const-ppc {
		font-size: 67px;
		line-height: 77px;
	}
	.ppc-section3 .unfolding-power {
        font-size: 47px;
        line-height: 60px;
        margin-top: 40px;
        margin-bottom: 60px;
    }
	.ppc-section3-col3 .privacy-choices p {
		font-size: 23px;
		line-height: 35px;
	}
	.ppc-section3 .integration .benefits h3 {
		font-size: 40px;
		line-height: 53px;
		margin-bottom: 3px;
	}
	.ppc-section3 .integration .benefits h4 {
		font-size: 33px;
		line-height: 47px;
	}
	.colTwoInte {
		padding-top: 110px;
	}
	.ppc-section3 .marketing h3 {
		font-size: 33px;
		line-height: 47px;
	}
	.ppc-section3 .integration .marketing .privacy-choices p {
		font-size: 23px;
		line-height: 35px;
	}
	.ppc-section3 .marketing ul li {
		font-size: 21px;
		line-height: 35px;
	}
	.ppc-section3 .integration .ecommerce-call-info p {
		font-size: 23px;
		line-height: 35px;
	}
	.ppc-section3 .integration .ecommerce-call-info h3 {
		font-size: 27px;
		line-height: 40px;
		margin-bottom: 7px;
		padding-bottom: 12px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn a {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 3px;
    }
	.ppc-section3 .hex-text {
		font-size: 29px;
	}
	.ubai_card_dtls h2 {
		font-size: 33px;
		padding-top: 13px;
		padding-bottom: 20px;
	}
	.gshop_unfld_powr_descp p {
		font-size: 23px;
		line-height: 35px;
		padding-bottom: 20px;
	}
	.ubai_card_dtls p {
		font-size: 23px;
		line-height: 35px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		width: 69px;
		height: 69px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn {
		width: 203px;
		padding: 8px 0px 14px 24px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn .help-bttn-icon {
        width: 50px;
        height: 50px;
    }
	.gshop_unfld_powr_title h2 {
		font-size: 47px !important;
		width: 492px !important;
		line-height: 64px;
	}
	.ggl_shp_icntitle .unfolding-power {
		font-size: 67px;
		padding-left:64px;
	}
	.ggl_shp_fig img {
		height: auto;
		width: 133%;
	}
	.gshop_msng_out_titls h3 {
		font-size: 40px;
		padding-bottom: 13px;
	}
	.gshop_msng_out_titls h4 {
		font-size: 40px;
	}.gshop_msng_out_descp p {
		font-size: 23px;
		line-height: 35px;
		width: 680px;
	}
	.gshpng_psc_lists ul li {
		font-size: 27px;
		padding-right: 33px;
		margin-right: 33px;
		padding-left: 33px;
	}
	.ubai_card_icn {
		width: 73px;
	}
	.service-section .cardd {
		padding: 27px 27px 60px;
	}
	.gshop_unfld_powr_title {
		padding-top: 27px;
		padding-bottom: 14px;
	}
	.unfoldFourSec {
		padding: 130px 0 85px;
	}
	.gshpng_psc_lists ul li::before {
		height: 21px;
		width: 21px;
		top: 3px;
	}
	.gshpng_psc_lists ul li:hover::before {
		border-radius:0px;
	}
	.feed_mangmnt_gsaty .global-seo-agency h3 {
		font-size: 24px;
		letter-spacing: 0.4px;
		margin-bottom: 7px;
	}
	.ppc-feed-management .global-seo-agency ul li {
		font-size: 19px !important;
	}
	.feed_mangmnt_gsaty_lists h5 {
		font-size: 24px;
		padding-bottom: 11px;
		margin-bottom: 20px;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content li p {
		font-size: 20px;
	}
	.feed_mngmnt_lists_icn {
		width: 51px;
	}
	.feed_mngmnt_lists_icn img {
		width: 133% !important;
	}
	.feed_mangmnt_gsaty_lists {
        top: 315px;
    }
	.feed_mangmnt_gsaty .ppc-icon p {
		line-height: 35px;
		font-size: 21px;
	}
	.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
		font-size: 23px;
		line-height: 35px;
	}
	.feed_mangmnt_bnfts_hdng h3 {
		font-size: 40px;
	}
	.feed_mangmnt_utpse_title h2 {
		font-size: 67px;
		line-height: 77px;
	}
	.feed_mangmnt_utpse_title h3 {
		font-size: 47px;
		width: 493px;
		padding-top: 33px;
	}
	.feed_mangmnt_utpse_para p {
		font-size: 23px;
		line-height: 35px;
	}
	.feed_mangmnt_ifat_dtls h3 {
		font-size: 21px;
		margin: 0 auto 16px;
		padding-bottom: 7px;
		padding-top: 7px;
	}
	.feed_mangmnt_ifat_dtls p {
		font-size: 21px;
		line-height: 24px;
	}
	.feed_mangmnt_ifat_icn {
		width: 53px !important;
	}
	.buttOnStart a {
		font-size: 21px;
		line-height: 32px;
		padding-block: 7px;
		padding-inline: 35px;
		border-radius: 40px;
	}
	.ppcThumbTab .secContInfo .telNumber a {
		font-size: 27px;
		line-height: 35px;
		width: 500px;
	}
	.ppcThumbTab .secContInfo .telNumber a {
        font-size: 21px;
        line-height: 50px;
        width: 667px;
    }
	.thumbBoxSecTwo {
		width:48px;
		height:48px;
	}
	.secContInfo .osmTabedArea {
		max-width: 410px;
	}
	.secContInfo .iconInfoList a img {
		width: 29px;
	}
	.iconInfoList {
        padding-top: 20px;
    }
	.secFivOuterDiv {
		padding-block: 70px 80px;
	}
	.rwAreaSecThree {
		padding-bottom: 80px;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content li {
		gap: 20px;
	}
	.service-section .card3:nth-child(2) {
		margin-top: 80px;
	}
	.cardColSec4.paddTopCard {
		padding-top:32px;
	}
	.iconInfoList .active:before {
		bottom: -14px;
	}
	.ppc-audit-features li:nth-of-type(6) span {
		width: 190px;
	}
	.ppc-section3 .unfolding-power {
		width: 100%;
		max-width: 490px;
	}
	.ppc-section3 .title-const-ppc {
        padding-top: 25px;
    }
	.hexagon {
		width: 290px;
		height: 260px;
	}
	.hex-span {
		width: 290px;
		height: 258px;
	}
	.hexagon:after {
		width: 291px;
	}
	.hexagon:before {
		width: 291px;
	}
	.ppc-section3 .hex-container {
		max-width: 760px;
		top: -25px;
	}
	.hex-six {
		transform: translate(120px, -227px);
	}
	.hex-one {
		transform: translate(122px, 26px);
	}
	.hex-two {
        transform: translate(-112px, 155px);
    }
	.hex-three {
		transform: translate(-345px, 23px);
	}
	.hex-five {
		transform: translate(-115px, -354px);
	}
	.hex-four {
		transform: translate(-350px, -227px);
	}
	.hex-three {
		transform: translate(-346px, 30px);
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn .help-bttn-icon {
		top: -3px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn .help-bttn-icon {
        width: 58px;
        height: 58px;
    }
	.ppc-section3 .integration .ecommerce-call-info .help-bttn {
        padding: 10px 0px 12px 22px;
    }
	.integration .ecommerce-call-info .help-bttn {
		height: 58px;
	}
	.ppcBannerArea {
		padding: 0px 94px 0;
	}
	.ppc_audt_fetrs_sec {
		padding: 0px 94px;
	}
	.ppc-section2 .benefits h2 {
        padding: 14px 0 20px 0;
    }
	.ppc-section2 .benefits h2 {
        padding: 30px 0 20px 0;
    }
	.ppc_mrktng_clck .title-cont-pages {
        padding-top: 40px;
    }
	.helpDivArea {
		width:90%;
		gap: 50px;
	}
    .secThreeArea {
		padding: 0px 94px;
	}
	.unfoldng_ggle_shpng_sec {
		padding: 0px 94px;
	}
	.ggl_shp_titldescp{
		padding-top: 45px;
	}
	.cardsAreaPpcOuter {
		padding-top: 80px;
	}
	.cardColSec4.paddTopCardOne {
		padding-top: 65px;
	}
	.service-section .cardd.itSupport {
		padding-bottom: 60px;
	}
	.ppc_feed_mangmnt_sec {
		padding: 140px 94px 70px;
	}
	.feed_mangmnt_bnfts .feed-management-content {
		width: 120%;
	}
	.feed_mangmnt_gsaty .feed-management1 {
		justify-content: flex-start;
		padding-top: 40px;
	}
	.feed_mangmnt_gsaty .ppc-icon {
		padding-top: 110px;
	}
	.feed_mangmnt_utpse .feed-management3 {
		padding-left: 75px;
	}
	.feed_mangmnt_utpse .feed-management3 {
		justify-content: flex-start;
	}
	.feedTopArea {
		justify-content: flex-start;
	}
	.feedManageRowTwo{
    padding-top: 110px;
	}
	.secContInfo {
		padding-top: 200px;
	}
	.feed_mangmnt_utpse_bxs {
		padding: 22px 20px;
	}
    .ppcThumbTab .secContInfo .telNumber a {
		font-size: 36px; 
		line-height: 48px;
	}
	.ppcThumbTab .secContInfo .mailCustom a {
        font-size: 22px;
        line-height: 32px;
    }
	.secContInfo .caLLBtn {
		min-height: 48px;
	}
	.feed_mangmnt_bnfts .feed-management-content {
		padding: 15px 20px;
	}
	.secThreeArea:after {
		width: 190px;
		height: 350px;
		top: 160px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn a {
		font-size: 24px!important;
		line-height: 38px!important;
	}
	.iconInfoList .microTeam a img {
    width: 32px;
   }
   .iconInfoList .liveChat a img {
    width: 32px;
   }
   .ppcThumbTab {
    margin-left: -250px;
}
.secContInfo .caLLBtn {
    padding-left: 40px;
}
.seoContInfo li.liveChat img {
    width: 37px;
}
.seoContInfo li.microTeam img {
    width: 36px;
}
.iconInfoList .liveChat a img {
    width: 33px;
}
.iconInfoList .microTeam a img {
    width: 30px;
}
.gswuyp_para:before {
    bottom: 10px;
}
.feed_mangmnt_gsaty .ppc-icon {
    padding-right: 480px;
}
.ppc-section3 .marketing:before {
    top: 15px;
}
.ppcThumbTab .secContInfo .telNumber a {
        font-size: 36px;
        line-height: 46px;
    }
    .ppcThumbTab .caLLBtn .mailCustom a {
        font-size: 22px;
        line-height: 32px;
    }
   .seoBanConArea {
    left: -24px;
   }
   .iconInfoList {
        padding-top: 10px;
    }
   
	
	






































	

















	
	
	
	
	
	
	
	
	
	

}


@media only screen and (max-width: 1880px) {
	.circleOne {
		
		width: 70px;
		height: 70px;
		bottom: -10px;
	}
	.circleTwo {
		width: 44px;
		height: 44px;
		bottom: 60px;
		
	}
	.circleThree {
		width: 24px;
		height: 24px;
		top: 6px;
	}
	
	.ppcBannerArea .bannerColOne {
		padding: 145px 0px 60px;
	}
	.ppc-section1 .ppc-cont-pages {
		margin-bottom: 12px;
	}
	.ppc-section1 .privacy-choices {
        margin-bottom: 66px;
    }
	.seoContInfo li {
		width: 60px;
		height: 55px;
	}
	.arrowCurve {
        bottom: -27px;
        left: 88px;
    }
	.ggleAnalytics img{

		width: 420px;
	}
	.circleThreeBox {
		height: 130px;
	}
	.bannerAreaPpc {
		height: 100%;
		padding-bottom: 75px;
	}
	.seoBanConArea {
		margin-top: 10px;

	}
	.ppc-section1 .content-welcome p {
        width: 82.9%;
    }
	.seoBanConArea {
    left: -18px;
}
	/* <<<<<<<<<<<<<section 2>>>>>>>>>>>>> */
	.title-const-ppc {
		font-size: 32px;
		line-height: 42px;
	}
	.ppc_mrktng_clck .title-cont-pages {
		font-size: 48px;
		line-height: 58px;
	}
	.ppc-marketing-lower-box .img-box img {
		top: 0;
		width: 90%;
	}
	.complex-integration {
		padding-top: 30px;
	}
	.audit-features {
		padding-top: 38px;
	}
	.ppc-section2 .integration {
		padding-top: 38px;
	}
	.ppc-section2 .unfolding-power {
		padding-top: 10px;
	}
	.ppc-audit-features {
		margin-top: 56px;
	}
	.ppc-audit-features li {
		margin-bottom: 28px;
	}
	.ppc-marketing .privacy-choices {
		padding-right: 21px;
	}
	.ppc-section2 .integration .privacy-choices {
		padding-bottom: 28px;
	}
	.intgrsn_brms {
		padding-right: 0;
	}
	.ppc-integration {
        margin-top: 52px;
    }
	.ppc-marketing .benefits {
		margin-top: 6px;
	}
	
	/* 1880 */
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 190 14 l 44 0 l 80 -202 l 65 0");
    }
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 204 12 l 176 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 179 12 l 58 0 l 87 -46 l 58 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 99 16 l 45 0 l 180 -95 l 55 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 118 14 l 102 0 l 65 -138 l 94 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 154 13 l 44 0 l 110 -248 l 74 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 190 14 l 45 0 l 88 -338 l 57 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
		d: path("M 156 12 l 65 0 l 95 -294 l 65 0");
	}
/* <<<<<<<<<<<<<section 3 >>>>>>>>>>>>> */
	
	.ppc-section3 .title-const-ppc {
		font-size: 48px;
		line-height: 58px;
	}
	.colTwoInte {
		padding-right: 30px;
		padding-left: 24px;
		padding-top: 55px;
	}
	.ppc-section3-col3{
		padding-right: 12px;
	}
	.ppc-section3 .rowCol3One .privacy-choices {
		padding-right: 0px;
	}
	.ppc-section3 .marketing:before {
    top: 10px;
    }

	/* <<<<<<<<<<<<<section 4 >>>>>>>>>>>>> */

	.cardsAreaPpcOuter {
		padding-top: 35px;
	}
	.cardColSec4.paddTopCardOne {
		padding-top: 30px;
	}
	.cardColSec4.paddTopCard {
		padding-top: 10px;
	}
	.service-section .cardd {
		padding: 16px 18px 35px;
	}
	.service-section .card2:nth-child(2) {
        margin-top: 34px;
    }
	.service-section .card3:nth-child(2) {
		margin-top: 34px;
	}
	.service-section .cardd.itSupport {
		padding-bottom: 22px;
	}
	.iconInfoList {
        padding-top: 2px;
    }

/* <<<<<<<<<<<<<section 5 >>>>>>>>>>>>> */

	.thumbBoxSecTwo {
		left: 0px;
	}
	.secContInfo .caLLBtn {
        padding-left: 60px;
    }
	.feed_mangmnt_gsaty .leftborder {
		padding-left: 14px;
		margin-left: 6px;
	}
	.feed_mangmnt_gsaty .ppc-icon {
        padding-right: 330px;
    }
	.secFivOuterDiv {
		padding-block: 130px 60px;
	}
	.feed_mangmnt_utpse_title h3 {
		padding-top: 14px;
	}
	.feed_mangmnt_utpse_para {
		padding-top: 12px;
	}
	.feed_mangmnt_utpse_plink {
		padding-top: 40px;
	}
	.feed_mangmnt_utpse_bxs {
		padding: 10px 15px;
	}
	.feed_mangmnt_utpse_para p {
		padding-right: 2%;
	}
	.ppc-section3 .hex-container {
		max-width: 520px;
		top: -35px;
	}
	.secThreeArea {
		padding: 0px 64px;
	}




}
@media only screen and (max-width: 1800px) {
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 204 12 l 152 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
		d: path("M 179 12 l 58 0 l 66 -49 l 58 0");
	}
	.ppc-audit-features li:nth-child(3) svg path {
		d: path("M 99 16 l 45 0 l 160 -95 l 55 0");
	}
	.ppc-audit-features li:nth-child(4) svg path {
		d: path("M 118 14 l 85 0 l 65 -140 l 94 0");
	}
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 191 14 l 44 0 l 56 -202 l 65 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 154 13 l 44 0 l 84 -248 l 74 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 160 12 l 50 0 l 82 -292 l 65 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 190 14 l 45 0 l 64 -338 l 57 0");
    }
	    .feed_mangmnt_gsaty .ppc-icon {
        padding-right: 290px;
    }
	.ppc-section3 .integration .ecommerce-call-info .help-bttn {
       padding: 7px 0px 6px 26px;
    }

}
@media only screen and (max-width: 1780px) {

	/* <<<<<<<<<<<<<section 1>>>>>>>>>>>>> */

	.ppc-section1 .privacy-choices {
        margin-bottom: 50px;
    }
	.seoBanConArea {
		left: -15px;
	}
	.circleThreeBox {
        height: 116px;
    }
	.circleTwo {
		bottom: 64px;
		right: 5px;
	}
	.circleOne {
        width: 64px;
        height: 64px;
        top: 50px;
    }
	.ppc-section1 .content-welcome p {
		width: 88.9%;
	}
	
	.ppcBannerArea .bannerColOne {
        padding: 160px 0px 60px;
    }
	.ppc-section1 .ppc-cont-pages {
        margin-bottom: 8px;
    }
	.ppc-section1 .design-content {
		margin-bottom: 0px;
	}
	.seoBanConArea {
        margin-top: 16px;
    }
	.ppc-section1 .privacy-choices {
        margin-bottom: 60px;
    }
	.circleThree {
        top: -14px;
    }
	.bannerImgArea img {
		bottom: -10px;
	}
	/* <<<<<<<<<<<<<section 2>>>>>>>>>>>>> */

	.ppc_mrktng_clck .title-cont-pages {
        font-size: 46px;
        line-height: 56px;
    }
	.colPPcClick {
		padding-left: 32px;
	}
	.title-const-ppc {
        font-size: 30px;
        line-height: 40px;
    }
	.integration .privacy-choices p {
		font-size: 16px;
		line-height: 26px;
	}
	.ppc-marketing .privacy-choices p {
		font-size: 16px;
		line-height: 26px;
	}
	
	.ppc-audit-features {
        margin-top: 44px;
    }
	.ppc-marketing .benefits h2 {
		font-size: 47px;
		line-height: 57px;
	}
	.ppc-section2 .benefits h2 {
		margin-bottom: 14px;
	}
	.ppc-section2 .benefits h2 {
        margin-bottom: 20px;
    }
	.integration .benefits h4 {
		margin-bottom: 20px;
	}
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 26px;
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 160 14 l 50 0 l 60 -292 l 65 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 194 12 l 30 0 l 88 -338 l 46 0");
    }
	.ppc-marketing-lower-box .img-box img {
        top: -16px;
        width: 90%;
    }
	.ppc-marketing-lower-box .text-box {
		padding-bottom: 0px;
	}
	.ppc-integration {
        margin-top: 62px;
    }
	.ppc-audit-features {
        margin-top: 60px;
    }
	.complex-integration {
        padding-top: 36px;
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 160 14 l 50 0 l 84 -292 l 65 0");
    }
	/* 1780 */
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 204 12 l 154 0");
    }
	.iconInfoList {
		padding-top: 3px;
	}
	.ppc-marketing-lower-box {
    padding-bottom: 4px;
}

	/* <<<<<<<<<<<<<section 4>>>>>>>>>>>>> */

	.service-section .card3:nth-child(1) {
		width: 100%;
		margin-left: 2%;
	}
	.service-section .card3:nth-child(2) {
		margin-left: 2%;
	}
	.service-section .card1 {

		margin-left: 14%;
		
	}

	/* <<<<<<<<<<<<<<<<<section 5 >>>>>>>>>>>>>>>> */

	.feed_mangmnt_gsaty_fig img {
		left: -14%;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content {
        margin-left: -12px;
	}
	.feed_mangmnt_utpse_plink {
        padding-top: 30px;
    }
	.feed_mangmnt_gsaty_lists {
    left: 4px;
    }
	.column.column1.feed_mangmnt_ifat {
    padding-bottom: 25px;
    }

	/* SECTION 6 */

	.sixContentArea:before {
		left: -5%;
	}
}
@media only screen and (max-width: 1700px) {
	.ppcBannerArea .bannerColOne {
		padding: 135px 0px 60px;
	}
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 204 12 l 134 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 179 12 l 58 0 l 43 -44 l 58 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 99 16 l 45 0 l 136 -95 l 55 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 118 14 l 80 0 l 44 -134 l 94 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 191 14 l 44 0 l 36 -202 l 65 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 154 13 l 44 0 l 64 -248 l 74 0");
    }
	.ppc-audit-features {
        margin-top: 46px;
    }
	.complex-integration {
        padding-top: 40px;
    }
	.ppc-marketing-lower-box .text-box {
		padding-bottom: 12px;
	}
	.ppc-section3 .title-const-ppc {
        font-size: 43px;
        line-height: 53px;
    }
	.ppc-section3-col3 .privacy-choices p {
		font-size: 16px;
		line-height: 26px;
	}
	.ppc-section3 .unfolding-power {
		margin-bottom: 24px;
	}
	.ppc-section3 .ppc-customer img {
        bottom: 14px;
    }
	.colTwoInte {
        padding-top: 45px;
    }
	.ppc-section3 .integration .marketing .privacy-choices p {
		font-size: 16px;
	}
	.ppc-section3 .integration .benefits h4 {
		font-size: 23px;
		line-height: 33px;
	}
	.ppc-section3 .integration .benefits h4 {
		margin-bottom: 35px;
	}
	.helpDivArea {
		padding-bottom: 12px;
	}
	.cardsAreaPpcOuter {
        padding-top: 28px;
    }
	.audit-features {
        padding-top: 55px;
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 160 14 l 50 0 l 73 -296 l 55 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 194 12 l 30 0 l 68 -340 l 46 0");
    }

	/* hexagon */

	.hexagon {
		width: 210px;
		height: 182px;
	}
	.hex-five {
		transform: translate(-116px, -275px);
	}
	.hex-six {
        transform: translate(53px, -188px);
    }
	.hex-one {
		transform: translate(52px, -12px);
	}
	.hex-two {
		transform: translate(-116px, 75px);
	}
	.hex-three {
        transform: translate(-282px, -12px);
    }
	.hex-four {
		transform: translate(-283px, -186px);
	}
	.hex-span {
		width: 209px;
		height: 181px;
	}

		/* <<<<<<<<<<<<<section 4>>>>>>>>>>>>> */

	.service-section .cardd {
        padding: 12px 18px 35px;
    }
	.ubai_card_dtls p {
		font-size: 16px;
		line-height: 26px;
	}
	.gshop_unfld_powr_title {
		padding-bottom: 6px;
	}
	.unfoldFourSec {
		padding: 110px 0 60px;
	}
	.gshop_msng_out {
		padding-bottom: 10px;
	}
	.ubai_sngle_fig img {
		padding-bottom: 2px;
	}
	.cardColSec4.paddTopCard {
        padding-top: 6px;
    }
	.cardColSec4 {
		padding-bottom: 13px;
	}
	.feed_mangmnt_gsaty .feed-management1 {
		padding-top: 52px;
	}
	.feed_mangmnt_gsaty_lists {
		top: 202px;
	}
	.feed-management2 {
		padding-top: 52px;
	}
	.feedTopArea {
		padding-bottom: 12px;
	}
	.feed_mangmnt_utpse .feed-management3 {
		padding-bottom: 14px;
	}
	.secContInfo .caLLBtn {
        padding-left: 58px;
    }
	.thumbBoxSecTwo {
        left: 24px;
    }
	.feed_mangmnt_gsaty .leftborder {
        padding-left: 10px;
        margin-left: 0px;
    }
	    .feed_mangmnt_gsaty .ppc-icon {
        padding-right: 250px;
        padding-bottom: 10px;
    }
	    .thumbBoxSecTwo {
        left: 5px;
    }
	.feed_mangmnt_utpse .feed-management3 {
		padding-left: 86px;
	}
	.sixPPcListProd {
        padding-top: 26px;
    }
	.ebayContentArea {
		gap: 18px;
	}
	.ppcSubMenuSecSix.aMazonBox:after {
		left: 32px;
		bottom: 60px;
	}
	    .feed_mangmnt_utpse_plink {
        padding-top: 42px;
    }
	.column.column1.feed_mangmnt_ifat {
    padding-bottom: 10px;
}
    .feed_mangmnt_gsaty_lists .ppc-image-content {
        margin-left: -35px;
    }
	.cirCleOneFeed {
    width: 140px;
    height: 140px; 
	}
	
	
}



@media only screen and (max-width: 1680px) {
	.ggleAnalytics img {
        width: 390px;
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 160 14 l 50 0 l 58 -292 l 65 0");
    }

	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 194 12 l 30 0 l 64 -338 l 46 0");
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content {
		margin-left: -22px;
	}
	.arrowCurve {
        bottom: -30px;
        left: 74px;
    }
	.ppcBannerArea {
		padding: 0px 55px 0;

	}
	.audit-features {
        padding-top: 45px;
    }

	/* section 5 */


	.thumbBoxSecTwo {
        left: 0px;
    }
	.secContInfo .caLLBtn {
        padding-left: 77px;
    }

	.feedTopArea {
		margin-left: -32px;
	}
	.osmTabedArea .email a {
		font-size: 19px;
	}
	.ppc-audit-features {
        margin-top: 70px;
    }
	.gswuyp_para:before {
    width: 100%;
}
.osmTabedArea {
    width: 360px;
}
.seoContInfo li.liveChat img {
    width: 29px;
}
.seoContInfo li.microTeam img {
    width: 28px;
}
.ppc_audt_fetrs_sec {
    padding: 0px 55px;
}

.feed_mangmnt_gsaty_lists {
        left: 10px;
    }
 .unfoldng_ggle_shpng_sec {
    padding: 0px 55px;
}

}

@media only screen and (max-width: 1600px) {
	.ggleAnalytics img {
        width: 370px;
    }
	.bannerImgArea img {
        bottom: -64px;
    }
	.ppc_mrktng_clck .title-cont-pages {
        font-size: 44px;
        line-height: 54px;
    }
	.title-const-ppc {
        font-size: 27px;
        line-height: 37px;
    }
	.ppc-section2 .unfolding-power {
		line-height: 43px;
		font-size: 33px;
	}
	.ppc-audit-features li {
        margin-bottom: 26px;
    }
	.ppc-audit-features li {
		letter-spacing: 0px;
	}
	.intgrsn_brms {
		overflow: visible;
	}
	.ppc-marketing .privacy-choices p {
		width: 102%;
	}
	.ppc-marketing-lower-box .img-box img {
        top: -32px;
        width: 55%;
        left: 130px;
    }
	.ppc-section2 .integration {
        padding-top: 18px;
    }
	.complx_intgrsn_descp {
		padding: 10px 0 0 0px;
	}
	.ppc-section2 .integration {
        padding-top: 32px;
    }
	
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 186 12 l 120 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 160 13 l 58 0 l 30 -47 l 58 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 94 16 l 45 0 l 110 -94 l 55 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 116 14 l 80 0 l 16 -134 l 94 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 172 14 l 44 0 l 27 -200 l 65 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 140 13 l 44 0 l 49 -242 l 74 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 145 14 l 50 0 l 48 -285 l 65 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 174 12 l 30 0 l 60 -328 l 46 0");
    }
	.ppc-section2 .integration {
		left: 6px;
	}
	.ppc-section3 .title-const-ppc {
        font-size: 41px;
        line-height: 51px;
    }
	.ppc-section3-col3 .privacy-choices p {
		width: 102%;
	}
	.ppc-section3 .integration .benefits h4 {
        font-size: 22px;
        line-height: 32px;
    }
	.colTwoInte {
        padding-right: 8px;
        padding-left: 22px;
    }
	.gshop_unfld_powr_descp p {
		width: 76%;
	}
	.service-section .box h3 {
        margin-top: 6%;
    }
	.service-section .card1 {
        margin-top: 20%;
    }
	.service-section .cardd {
        padding: 12px 10px 24px;
    }
	.service-section .card2:nth-child(1) {
        margin-top: 2%;
    }
	.service-section .card2:nth-child(1) {
        margin-top: 2%;
    }
	.service-section .card2:nth-child(2) {
        margin-top: 30px;
    }
	.service-section .card1-img {
        height: 100%;
    }
	.gshop_msng_out_titls h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.feed_mangmnt_utpse_title h2 {
		font-size: 48px;
		line-height: 58px;
	}
	.feed_mangmnt_utpse_para p {
		font-size: 16px;
		line-height: 26px;
	}
	.feed_mngmnt_lists_icn {
		width: 22px;
	}
	.feed_mangmnt_gsaty_fig img {
		left: -12%;
		width: 110%;
	}
	.feed_mangmnt_gsaty_lists h5 {
		padding-bottom: 8px;
		margin-bottom: 2px;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content li {
		gap: 13px;
		margin-bottom: 4px;
	}
	.feed_mangmnt_bnfts .feed-management-content {
		margin-left: -12px;
		padding: 14px 6px;
	}
	.feed_mangmnt_utpse_plink {
        padding-top: 0px;
    }
	.ppc-audit-features {
        margin-top: 85px;
    }
	.complex-integration {
        padding-top: 29px;
    }
	.thumbBoxSecTwo {
        left: 25px;
    }
	.colPPcClick {
        padding-left: 55px;
    }
	    .feed_mangmnt_utpse_plink {
        padding-top: 25px !important;
    }
	.feed_mangmnt_gsaty .ppc-icon {
        padding-right: 210px;
    }
	.cirCleOneFeed {
        width: 90px;
        height: 90px;
    }
	.thumbBoxSecTwo {
        left: 0px;
    }
	.secContInfo .caLLBtn {
        padding-left: 55px;
    }
	.ppcThumbTab .secContInfo .mailCustom a {
        font-size: 17px;
        line-height: 27px;
    }
	    .osmTabedArea {
        width: 290px;
    }
	.service-section .box ul li:nth-child(2):after {
        left: 100%;
    }
	.service-section .box ul li:nth-child(1):after {
        left: 100%;
    }
	
}
@media only screen and (max-width: 1550px) {

	/* section 1 */
	.ppc-section1 .ppc-cont-pages span {
		font-size: 50px;
		line-height: 60px;
	}
	.ppc_audt_fetrs_sec {
		padding: 0px 55px;
	}
	.service-section .box ul li:nth-child(1):after {
        left: 100%;
    }
	.service-section .box ul li:nth-child(2):after {
        left: 100%;
    }
	.feed_mangmnt_gsaty_icn img {
		padding-right: 14px;
	}
	.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
		font-size: 16px;
		line-height: 26px;
	}
	.cirCleOneFeed {
		width: 108px;
		height: 108px;
		right: 102px;
	}
	.cirCleTwoFeed {
		width: 55px;
		height: 55px;
	}
	.ppcThumbTab .secContInfo .mailCustom a {
		font-size: 16px;
		line-height: 26px;
	}
	.ppcThumbTab .secContInfo .telNumber a {
		font-size: 24px;
		line-height: 34px;
	}
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 16px;
    }
	.arrowCurve {
        bottom: -32px;
        left: 65px;
    }

	/* section 2  */
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 186 12 l 136 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 106 12 l 93 0 l 44 -130 l 79 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 158 12 l 50 0 l 79 -44 l 37 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 94 16 l 45 0 l 110 -94 l 72 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 172 12 l 50 0 l 45 -194 l 57 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 140 13 l 48 0 l 66 -242 l 67 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 145 14 l 50 0 l 62 -284 l 65 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 174 12 l 37 0 l 65 -328 l 46 0");
    }
	.secThreeArea {
        padding: 0px 70px;
    }
	.unfoldng_ggle_shpng_sec {
		padding: 0px 55px;
	}
	.unfoldng_ggle_shpng_sec {
        padding: 0px 49px;
    }
	.osmTabedArea .email a {
        font-size: 15px;
    }
	    .ppc-integration {
        margin-top: 78px;
    }
    .ppc-marketing-lower-box .text-box {
        padding-bottom: 0px;
    }
	/* section 3 */

	.ppc-section3 .integration .ecommerce-call-info p {
		font-size: 16px;
		line-height: 26px;
	}
	

	/* <<<<<<<<<<<< section 5 >>>>>>>>>>>>>>>>> */

	.feed_mangmnt_gsaty_fig img {
        left: -16%;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content {
        margin-left: -10px;
    }
	.feedTopArea {
		margin-left: -60px;
	}
	.feed_mangmnt_gsaty_icn img {
        padding-right: 0px;
    }
	.feed_mangmnt_gsaty .ppc-icon {
        padding-right: 119px;
        padding-bottom: 6px;
    }
	.feed_mangmnt_gsaty .ppc-icon p {
		line-height: 24px;
		font-size: 14px;
	}
	.ppcThumbTab .secContInfo .mailCustom a {
        font-size: 17px!important;
        line-height: 27px;
    }
	.ppcThumbTab .secContInfo .telNumber a {
        font-size: 25px;
        line-height: 27px;
    }

	/* section 6 */

	.ppcSubMenuSecSix.aMazonBox:after {
		background-size: contain;
	}
	.ppcSubMenuSecSix:after {
		width: 95%;
	}
	    .ppc-section2 .integration {
        padding-top: 45px;
    }
	.feed_mangmnt_gsaty_lists {
    left: 0px;
}

	
}

@media only screen and (max-width: 1500px) {
	.bannerImgArea img {
	 bottom: -116px;
	}
	.title-const-ppc {
        font-size: 25px;
        line-height: 35px;
    }
	.ppc-section2 .unfolding-power {
        line-height: 40px;
        font-size: 30px;
    }
	.ppc-section2 .unfolding-power {
		width: 344px;
	}
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 18px;
    }
	.complex-integration {
        padding-top: 28px;
    }
	.ppc_mrktng_clck .title-cont-pages {
        font-size: 41px;
        line-height: 51px;
    }
	.ppc-marketing .benefits h2 {
        font-size: 44px;
        line-height: 52px;
    }
	.gswuyp_para p {
        font-size: 17px;
        line-height: 24px;
    }
	.ppc-section2 .integration {
        padding-top: 26px;
    }
	.ppc-audit-features {
        margin-top: 78px;
    }
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 186 12 l 110 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 160 13 l 58 0 l 20 -47 l 58 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 94 16 l 45 0 l 99 -94 l 55 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 116 14 l 80 0 l 5 -134 l 94 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 172 14 l 44 0 l 16 -200 l 65 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 140 13 l 44 0 l 37 -242 l 74 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 145 17 l 50 0 l 43 -292 l 57 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 174 12 l 30 0 l 48 -328 l 46 0");
    }
	
	.ppc-section3 .integration .marketing .privacy-choices p {
		font-size: 16px;
		line-height: 26px;
		width: 100%;
	}
	.ppc-section3 .integration .ecommerce-call-info p {
		font-size: 16px;
		line-height: 26px;
	}
	.ppc-section3 .title-const-ppc {
        font-size: 37px;
        line-height: 47px;
    }
	.ppc-section3-col3 {
        padding-right: 12px;
        padding-left: 22px;
    }
	.ppc-section3 .integration .benefits h4 {
        font-size: 20px;
        line-height: 30px;
    }
/* 
	section 3 hexagon */

	.hexagon {
        width: 178px;
        height: 158px;
    }

	.hex-six {
        transform: translate(27px, -178px);
    }
	.hex-one {
        transform: translate(28px, -23px);
    }
	.hex-two {
        transform: translate(-116px, 52px);
    }
	.hex-three {
        transform: translate(-260px, -22px);
    }
	.hex-four {
        transform: translate(-260px, -175px);
    }
	.hex-five {
        transform: translate(-116px, -252px);
    }
	.ppc-section3 .marketing:before {
        top: 6px;
    }
	.integration .ecommerce-call-info .help-bttn {
    height: 40px;
    }
	.ppc-section3 .integration .ecommerce-call-info .help-bttn {
        width: 140px !important;
        padding: 7px 0px 6px 26px;
    }

	/* section 4 responsive */

	.gshop_msng_out_titls h4 {
        font-size: 26px;
        line-height: 36px;
    }
	.service-section .cardd {
        padding: 0px 8px 12px;
    }
	.ubai_card_dtls p {
        font-size: 15px;
        line-height: 25px;
    }
	.service-section .card1 {
        margin-top: 32%;
    }
	.service-section .card2:nth-child(1) {
        margin-top: 26%;
    }
	.gshop_unfld_powr_descp p {
		font-size: 15px;
		line-height: 25px;
	}
	.gshpng_psc_lists ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.gshop_msng_out_descp p {
		font-size: 16px;
		line-height: 26px;
	}
	.service-section .box ul li:nth-child(1):after {
        left: 100%;
    }
	p {
		font-size: 16px;
		line-height: 26px;
	}
	.amAzonBoxPopupArea .ebayContentArea {
		gap: 12px;
		padding-left: 50px;
	}
	.feed_mangmnt_utpse_title h2 {
        font-size: 43px;
        line-height: 53px;
    }
	.ppc_feed_mangmnt_sec {
		padding: 0 55px;
	}
	.feed_mangmnt_gsaty_fig img {
        left: -13%;
        width: 108%;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content li p {
		font-size: 14px;
	    line-height: 24px;
	}
	.feed_mangmnt_gsaty_icn img {
        padding-right: 4px;
    }
	.feedTopArea {
		margin-left: -55px;
	}
	.ppcThumbTab .secContInfo .telNumber a {
		font-size: 22px;
		line-height: 32px;
	}
	.secContInfo .caLLBtn {
        padding-left: 130px;
    }
	.thumbBoxSecTwo {
        left: 80px;
    }
	.ppcThumbTab .secContInfo .mailCustom a {
		font-size: 16px;
		line-height: 26px;
	}
	.thumbBoxSecTwo {
        left: 50px;
    }
	.secContInfo .caLLBtn {
        padding-left: 76px;
    }
	
	
}

@media only screen and (max-width: 1440px) {

	/* sectiom 1 */

	.ppc-section1 .ppc-cont-pages span {
        font-size: 41px;
        line-height: 51px;
    }
	.ppc-section1 .ppc-cont-pages {
        margin-bottom: 12px;
    }
	.ppcBannerArea {
    padding: 0px;

	}
	.ppc-section1 {
        padding: 0px 53px 0px;
    }
	.ppcBannerArea .bannerColOne {
        padding: 95px 0px 60px;
    }
	.bannerImgArea img {
        bottom: -16px;
    }
	.ppc-audit-features li {
        margin-bottom: 18px;
    }
	.complx_intgrsn_descp p {
        font-size: 14px;
        line-height: 20px;
    }
	.ppc-audit-features li span {
       font-size: 14px !important;
	}
	.integration .privacy-choices p {
        font-size: 14px;
        line-height: 24px;
    }
	.ppc-audit-features {
        margin-top: 64px;
    }
	.ppc-section2 .integration {
        padding-top: 8px;
    }
	.audit-features {
        padding-top: 10px;
    }
	.ppc-audit-features li {
        margin-bottom: 22px;
    }
	.ppc-audit-features {
        margin-top: 38px;
    }
	.ppc-marketing .benefits h2 {
        font-size: 38px;
        line-height: 45px;
    }
	.ppc-audit-features li {
        margin-bottom: 25px;
    }
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 166 9 l 130 0");
    }
	.ppc-marketing .privacy-choices p {
        font-size: 14px;
        line-height: 24px;
    }
	/* .ppc-marketing-lower-box .img-box img {
        top: -30px;
        width: 62%;
        left: 90px;
    } */
	.osmTabedArea a {
		font-size: 28px;
		line-height: 52px;
		padding-top: 0px;
	}
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
		width: 46px;
		height: 46px;
		top: 0px;
	}
	.gswuyp_para:before {
		width: 84%;
	}
	.engeg_tel_icn_flx {
		width: 90%;
		align-items: end;
		justify-content: end;
		height: 36px;
	}
	.engeg_tel_icn_flx .caLLBtn {
        padding-left: 126px;
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        left: 60px;
    }
	.seoContInfo li.liveChat img {
        width: 23px;
    }
	.seoContInfo li.microTeam img {
        width: 21px;
    }

	    /* section 2 */
		.ppc-audit-features li:nth-child(2) svg path {
			d: path("M 140 10 l 58 0 l 42 -42 l 66 0");
		}
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 82 10 l 45 0 l 114 -82 l 55 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 174 9 l 38 0 l 60 -123 l 41 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 152 10 l 46 0 l 15 -162 l 81 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 124 13 l 44 0 l 37 -204 l 90 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 129 11 l 50 0 l 42 -240 l 70 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 150 12 l 30 0 l 48 -281 l 66 0");
    }
	.osmTabedArea .email a {
        font-size: 18px;
    }
	.thumbBoxSecTwo {
    top: 2px;
}


	/* section 3 */

	.ppc-section3 .marketing ul li {
        font-size: 13px;
        line-height: 23px;
    }
	.ppc-section3 .integration .ecommerce-call-info p {
        font-size: 14px;
        line-height: 24px;
    }
	
	

	/* section 4 responsive */

	.gshop_unfld_powr_descp p {
        font-size: 14px;
        line-height: 24px;
    }
	.unfoldFourSec {
        padding: 0px 0 48px;
    }
	.ubai_card_dtls p {
        font-size: 14px;
        line-height: 24px;
    }
	.service-section .card1 {
        margin-top: 10%;
    }
	.service-section .card2:nth-child(1) {
        margin-top: 10%;
    }
	.service-section .card3:nth-child(1) {
        margin-top: 5%;
    }
	.cardColSec4 {
		justify-content: flex-start;
	}
	.google-shopping {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.google-shopping {
        gap: 0px;
    }
	.gshpng_psc_lists {
		padding-top: 12px;
	}
	.service-section .card1 {
        margin-left: 4%;
    }
	.ubai_sngle_fig {
		top: 80px;
		left: 0%;
	}
	.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
        font-size: 14px;
        line-height: 24px;
    }
	.feed_mangmnt_utpse_para p {
        font-size: 14px;
        line-height: 24px;
    }
	.secFivOuterDiv {
        padding-block: 106px 60px;
    }
	.feedTopArea {
        padding-bottom: 0px;
    }
	.feed_mangmnt_gsaty .ppc-icon {
        padding-bottom: 0px;
    }
	.buttOnStart a {
		font-size: 14px;
		line-height: 24px;
		padding-block: 4px;
		padding-inline: 14px;
	}
	.feed_mangmnt_utpse_bxs {
        margin-top: 24px;
        padding: 19px 15px;
    }
	.feed_mangmnt_utpse_plink {
        padding-top: 12px;
    }
	.thumbBoxSecTwo {
        left: 30px;
    }
	.sixContentArea:before {
		width: 164px;
		height: 184px;
		top: -30%;
		left: -5%;
	}
	.sixContentArea:after {
		width: 176px;
		height: 200px;
		top: -38%;
		right: -5%;
	}
	.ebayAreaCard h1 {
		font-size: 65px;
		line-height: 70px;
	}
	.ebayAreaCard {
		gap: 140px;
	}
	p {
        font-size: 14px;
        line-height: 24px;
    }
	.colOnePPcList ul li span {
		font-size: 15px;
		line-height: 25px;
	}
	.amAzonBoxPopupArea .ebayContentArea {
        padding-top: 14px;
    }
	.gshpng_psc_lists ul li::before {
        top: 6px;
    }
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 20px;
    }
	/* .complex-integration {
        padding-top: 29px;
    } */
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 20px;
    }
	.complex-integration {
        padding-top: 29px;
    }
	.google-shopping{
		padding-top: 100px;
	}
	.ggl_shp_icntitle .unfolding-power {
        font-size: 34px;
        padding-left: 7px;
    }
	.cardColSec4.paddTopCardOne {
        padding-top: 140px;
    }
	.cardColSec4.paddTopCard {
        padding-top: 108px;
    }
	.service-section .card3:nth-child(1) {
        margin-top: 46%;
    }
	.feed_mangmnt_gsaty_fig img {
        left: -14%;
        width: 107%;
    }
	.iconInfoList:after {
		left: 2px;
	}


	 /* section 5 */

	 .feed_mangmnt_gsaty_lists .ppc-image-content {
        margin-left: -6px;
    }
	.ppc-section2 .integration {
        left: 0px;
    }
	

	
	
}



@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .bannerAreaPpc {
        padding-top: 120px;
    }
	.ppc-audit-features {
        margin-top: 26px;
    }
	.arrowCurve {
        bottom: -34px;
        left: 65px;
    }
	
	/* section 2 responsive */

	.title-const-ppc {
        font-size: 24px;
        line-height: 34px;
    }
	.complex-integration {
        padding-top: 29px;
    }
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 20px;
    }
	.ppc-audit-features {
        margin-top: 42px;
    }
	.ppc_mrktng_clck .title-cont-pages {
        font-size: 37px;
        line-height: 47px;
    }
	.ppc-marketing .privacy-choices p {
        font-size: 13.5px;
        line-height: 24px;
    }
	.ppc-section2 .integration {
        left: 18px;
    }
	.ppc-marketing-lower-box .text-box {
        padding-bottom: 0px;
    }
	.iconInfoList {
		padding-right: 5%;
	}
	.ppc-integration {
        margin-top: 68px;
        z-index: 10;
    }
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 155 7 l 151 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 140 10 l 58 0 l 42 -42 l 72 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 82 10 l 45 0 l 114 -82 l 70 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 152 10 l 46 0 l 64 -162 l 50 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 124 10 l 50 0 l 89 -199 l 50 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 129 11 l 54 0 l 58 -240 l 70 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 150 12 l 54 0 l 48 -278 l 60 0");
    }
	
     /* section 3 responsive */

	.ppc-section3 .title-const-ppc {
        font-size: 35.5px;
        line-height: 46px;
    }
	.ppc-section3 .integration .benefits h4 {
        font-size: 18px;
        line-height: 28px;
    }
	.ppc-section3-col3 .privacy-choices p {
        font-size: 14px;
        line-height: 24px;
    }
	.ppc-section3 .integration .marketing .privacy-choices p {
        font-size: 14px;
        line-height: 24px;
    }
	.feed_mangmnt_utpse_title h2 {
        font-size: 38px;
        line-height: 48px;
    }
	.feed_mangmnt_utpse_title h3 {
        font-size: 25px;
        line-height:35px;
    }
	.feed_mangmnt_utpse_bxs {
        margin-top: 17px;
        padding: 5px 12px;
    }
	.feed_mangmnt_gsaty_fig img {
        margin-top: -44px;
    }
	.column.column1.feed_mangmnt_ifat {
        padding-bottom: 15px;
	}
	.feed_mangmnt_bnfts .feed-management-content {
        margin-left: -12px;
        padding: 14px 20px;
    }
	.feed-management2 {
		margin-left: -20px;
		width: 100%;
	}

	/* secrtion 5 */

	.feed_mangmnt_utpse .feed-management3 {
        padding-bottom: 3px;
    }

	/* section 6  */

	.amAzonBoxPopupArea .ebayContentArea {
        gap: 12px;
        padding-left: 60px;
    }
	.sixContentArea:before {
        top: -46%;
        left: -5%;
    }
	.ppcSubMenuSecSix.aMazonBox:after {
        left: 6px;
        bottom: 60px;
        font-size: 35px !important;
	}

	.colOnePPcList ul li span {
		padding: 0px 10px;
	}
	.colOnePPcList ul li span {
        font-size: 15px;
        line-height: 25px;
    }

	.amAzonBoxPopupArea .ebayContentArea {
        gap: 12px;
        padding-left: 50px;
    }
	.btnEbayArea {
		width: 196px;
		height: 65px;
	}
	.titlePpcSix h1 {
		font-size: 41px;
		line-height: 51px;
	}
	.ebayAreaCard h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.ebayAreaCard p {
		font-size: 15px;
		line-height: 25px;
	}
	.gshop_msng_out_descp p {
        font-size: 15px;
        line-height: 25px;
    }
	.ppc_audt_fetrs_sec {
        padding: 0px 49px;
    }
	.ppc-section1 {
        padding: 0px 49px 0px;
    }
	.secThreeArea {
        padding: 0px 49px;
    }
	.ppc_feed_mangmnt_sec {
        padding: 0 49px;
    }
	/* .ppc_prodct_listng_sec {
        padding: 105px 49px 55px;
    } */


}
@media only screen and (max-width: 1400px) {
	.complex-integration {
        padding-top: 14px;
    }	
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 13px;
    }
	.ppc-audit-features li:nth-child(1) svg path {
		d: path("M 166 9 l 124 0");
	}
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 140 12 l 28 0 l 36 -37 l 58 0");
    }
	.ppc-section3-col1 {
    top: 0px;
    padding-left: 0px;
    }
    .helpDivArea {
        padding-bottom: 0px;
    }
   }

@media only screen and (max-width: 1366px) {	
	/* <<<<<<<<<<<<section 1 >>>>>>>>>>>>>>> */

	.ppc-section1 .design-content {
        margin-bottom: -10px;
    }
	.bannerImgArea img {
        bottom: -6px;
    }
	.marketing::after {
     top: 39px;
}
     
	/* <<<<<<<<<<<<<section 2>>>>>>>>>> */

	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 140 9 l 140 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 125 10 l 50 0 l 65 -34 l 44 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 72 10 l 45 0 l 116 -64 l 52 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 88 10 l 65 0 l 55 -95 l 70 0");
    }
	    .ppc-audit-features li:nth-child(5) svg path {
        d: path("M 136 10 l 41 0 l 60 -140 l 46 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 114 10 l 44 0 l 74 -170 l 47 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 114 11 l 44 0 l 78 -202 l 45 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 135 10 l 32 0 l 75 -232 l 41 0");
    }
	.ppc-section2 .integration {
        left: 8px;
    }
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 16px;
    }
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 16px;
    }
	.iconInfoList {
        padding-top: 0px;
    }
	.ppc-audit-features li:nth-of-type(6) span {
    width: 110px;
    }

	/* <<<<<<<<<<<<<<<<<section 3>>>>>>>>>>>>>>>>>>> */

	.hex-two {
        transform: translate(-115px, 55px);
    }
	.ppc-section3 .marketing ul li {
        font-size: 14px;
        line-height: 21px;
    }
	.ppc-section3 .integration .ecommerce-call-info p {
        font-size: 14px;
        line-height: 24px;
    }
	.ppc-section3 .hex-container {
        max-width: 511px;
        top: -18px;
    }
	.colTwoInte {
        padding-right: 8px;
        padding-left: 40px;
    }

	/* <<<<<<<<<<<<<section 4 >>>>>>>>>>>>>>>>>>> */

	.unfoldng_ggle_shpng_card .cards {
        padding-top: 0px;
    }
	.gshop_unfld_powr_descp {
		padding-top: 4px;
	}
	.service-section .box h3 {
        margin-top: 5%;
    }
	.gshop_unfld_powr_descp p {
        font-size: 14px;
        line-height: 23px;
    }
	.ppc-section2 .integration {
        padding-top: 5px;
    }
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 15px;
    }
	.ppc-audit-features {
        margin-top: 66px;
    }
	.ubai_card_dtls h2 {
        font-size: 18px;
        padding-top: 4px;
        padding-bottom: 6px;
    }
	.cardsAreaPpcOuter {
        padding-top: 12px;
    }
	.service-section .card2:nth-child(2) {
        margin-top: 18px;
    }
	.service-section .card1 {
        margin-left: 10%;
    }
	.service-section .card3:nth-child(2) {
        margin-top: 18px;
    }
	.ubai_sngle_fig {
        top: 45px;
        left: 0%;
    }
	.gshop_msng_out_titls h4 {
        font-size: 24px;
        line-height: 34px;
    }
	.gshop_msng_out_titls h3 {
        font-size: 22px;
    }
	.gshop_msng_out_titls {
        padding-bottom: 10px;
        margin-bottom: 6px;
    }
	.gshop_unfld_powr_descp p {
        font-size: 14px;
        line-height: 22px;
    }
	.ubai_sngle_fig {
        top: 24px;
        left: 0%;
    }
	.cardColSec4.paddTopCard {
        padding-top: 130px;
    }
	
/* 
	<<<<<<<<<<<<<<section 5 >>>>>>>>>>>>>>>> */

	.feed_mangmnt_utpse_title h2 {
        font-size: 41px;
        line-height: 51px;
    }
	.ppcThumbTab .secContInfo .mailCustom a {
        font-size: 14px !important;
        line-height: 24px;
    }
	.ppc_prodct_listng_sec:before {
		width: 300px;
		height: 260px;
	}
	

	
    }



@media only screen and (min-width: 1281px) and (max-width: 1366px) {

	/* section 1 responsive */

	.ppcBannerArea .bannerColOne {
        padding: 62px 0px 60px;
    }
	.ppc-section1 .ppc-cont-pages {
        margin-bottom: 4px;
    }
	.ppc-section1 .ppc-cont-pages span {
        font-size: 41px;
        line-height: 46px;
    }
	.ppc-section1 .privacy-choices {
        margin-bottom: 40px;
    }
	.seoBanConArea {
        margin-top: 12px;
    }
	.seoContInfo li img {
		width: 22px;
	}
	.circleOne {
        width: 58px;
        height: 58px;
        top: 62px;
    }
	.circleTwo {
        width: 42px;
        height: 42px;
        bottom: 52px;
    }
	.circleThree {
        width: 24px;
        height: 24px;
        top: 16px;
    }
	.ggleAnalytics img {
        width: 282px;
    }
	.arrowCurve {
        bottom: -44px;
        left: 20px;
    }
	.content-welcome {
        margin-top: 30px;
    }
	.ppc-section1 .ppc-cont-pages span {
        font-size: 38px;
        line-height: 44px;
    }
	.seoBanConArea {
        margin-top: 5px;
    }
	.ppc-section1 .design-content {
        margin-bottom: 14px;
    }
	.ppcBannerArea .bannerColOne {
        padding: 75px 0px 60px;
    }
	

	/* section 2 responsive */

	.ppc-section2 .title-const-ppc {
        font-size: 22px;
        line-height: 32px;
    }
	.ppc-section2 .unfolding-power {
        line-height: 33px;
        font-size: 23px;
    }
	.ppc-section2 .unfolding-power {
        line-height: 33px;
        font-size: 23px;
    }
	.integration .benefits h4 {
        margin-bottom: 8px;
    }
	.integration .benefits h4 {
        margin-bottom: 8px;
    }
	.integration .benefits h4 {
        margin-bottom: 8px;
    }
	.ppc-audit-features li {
        margin-bottom: 14px;
    }
	.ppc-audit-features {
        margin-top: 78px;
    }
	.integration .privacy-choices p {
        font-size: 14px;
        line-height: 22px;
    }
	.ppc_mrktng_clck .title-cont-pages {
        font-size: 34px;
        line-height: 44px;
    }
	.ppc-marketing .benefits h2 {
        font-size: 37px;
        line-height: 42px;
    }
	.ppc-marketing-lower-box .img-box img {
        top: -30px;
        width: 44%;
        left: 130px;
    }
	.ppc_audt_fetrs_card {
        padding: 90px 0px 44px;
    }
	.ppc-marketing .privacy-choices p {
        font-size: 14px;
        line-height: 22px;
    }
	.ppc-audit-features li {
        margin-bottom: 16px;
    }
	.ppc-integration {
        margin-top: 34px;
    }
	.engeg_tel_icn_flx {
        width: 83%;
    }
	.ppc-integration {
        margin-top: 62px;
    }
	.ppc_audt_fetrs_sec {
        padding: 0px 53px;
    }
	
	.osmTabedArea a {
        font-size: 24px;
        line-height: 52px;
    }
	.engeg_tel_icn_flx .caLLBtn {
        padding-left: 140px;
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        left: 86px;
    }
	.iconInfoList {
		padding-right: 170px;
	}
	.engeg_tel_icn_flx .caLLBtn {
        padding-left: 180px;
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        left: 124px;
    }
	.colTwoInte {
        padding-right: 0px;
        padding-left: 32px;
    }
	.ppc-section3 .integration .ecommerce-call-info .help-bttn {
        margin: 0;
        width: 99px;
        padding: 6px 0px 6px 10px;
    }
	.service-section .card2:nth-child(1) {
        margin-top: 0%;
    }
	.service-section .cardd.itSupport {
        padding-bottom: 10px;
    }
	.cardColSec4.paddTopCard {
        padding-top: 130px;
    }
	.osmTabedArea .email a {
        font-size: 14px;
    }

	/* section 3  */

	.ppc-section3 .title-const-ppc {
        font-size: 33px;
        line-height: 43px;
    }
	.ppc-section3-col3 .privacy-choices p {
        font-size: 14px;
        line-height: 22px;
    }
	.ppc-section3 .unfolding-power {
        margin-bottom: 12px;
    }
	.ppc-section3 .ppc-customer img {
        bottom: 0px;
    }
	.ppc-section3 .integration .marketing .privacy-choices p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
	.ppc-section3 .integration .benefits h4 {
        font-size: 17px;
        line-height: 27px;
		margin-bottom: 14px;
	}
	.colTwoInte {
        padding-top: 22px;
    }
	.gswuyp_para:before {
        width: 60%;
    }
	.ppc-section3-col3 {
        padding-right: 12px;
        padding-left: 10px;
    }
	.gshop_unfld_powr_descp p {
        font-size: 14px;
        line-height: 21px;
    }

	/* section 4  */

	.cardColSec4.paddTopCard {
        padding-top: 112px;
    }
	.feed_mangmnt_utpse_title h2 {
        font-size: 38px;
        line-height: 48px;
    }
	.feed_mangmnt_gsaty_fig img {
        left: -16%;
        width: 107%;
    }
	.feed_mangmnt_gsaty_lists {
        top: 160px;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content li p {
        font-size: 12px;
        line-height: 22px;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content {
        margin-left: -12px;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content li {
        gap: 7px;
        margin-bottom: 4px;
    }
	.feed_mangmnt_bnfts .feed-management-content {
        margin-left: -24px;
        padding: 14px 6px;
    }
	.feed_mangmnt_utpse_title h2 {
        font-size: 38px;
        line-height: 40px;
    }
	.feed_mangmnt_utpse_plink {
        padding-top: 0px;
    }
	.feed_mangmnt_utpse_para {
        padding-top: 8px;
    }
	.feed_mangmnt_utpse_bxs {
        margin-top: 12px;
        padding: 8px 15px;
    }
	.secFivOuterDiv {
        padding-block: 90px 60px;
    }
	.feed_mangmnt_ifat_dtls h3 {
        font-size: 12px;
        margin: 0 auto 4px;
        padding-bottom: 5px;
        padding-top: 4px;
    }
	.column.column1.feed_mangmnt_ifat {
        padding-bottom: 8px;
    }
	.feed_mangmnt_utpse_para p {
        font-size: 14px;
        line-height: 22px;
    }
	.feed_mangmnt_bnfts .feed-management-content {
        margin-left: -36px;
        padding: 10px 6px;
    }
	.feed_mangmnt_gsaty .ppc-icon p {
        line-height: 22px;
        font-size: 13.5px;
    }
	.secContInfo .caLLBtn {
        padding-left: 112px;
    }
	.secContInfo .iconInfoList a img {
		width: 18px;
	}
	.iconInfoList:after {
		left: -4px;
	}
	.thumbBoxSecTwo {
        left: 60px;
    }
	.ppc_prodct_listng_card {
		padding-block: 104px 60px;
	}
	.gshop_unfld_powr_descp p {
        padding-bottom: 8px;
    }
	.gshop_msng_out_descp p {
        font-size: 14px;
        line-height: 24px;
    }
	.service-section .box h3 {
        margin-top: 8%;
    }
	.marketing ul {
        margin-top: 14px;
    }
	.ecommerce-call-info h3 {
        margin-top: 16px;
    }

	/* section 6 */

	.ppcSubMenuSecSix {
		padding-block: 0px 22px;
	}
	.ebayAreaCard {
        gap: 100px;
    }
	.sixContentArea:before {
        width: 130px;
        height: 150px;
        top: -46%;
        left: -6%;
    }
	.ebayContentArea {
        gap: 10px;
    }
	.colOnePPcList ul {
		gap: 16px 8px;
	}
	.colOnePPcList ul li span {
        font-size: 13px;
        line-height: 24px;
    }
.figOuterCartMan img{
	width: 158px;
    padding-right: 46px;
}
.backButtonText h5 {
    font-size: 18px;
    line-height: 27px;
}
.sixContentArea:after {
	width: 162px;
	height: 150px;
	top: -38%;
	right: -8%;
}
.ebayAreaCard p {
    font-size: 18px;
    line-height: 28px;
}
/* .ppcSubMenuSecSix.eBayBox:after {
    background-size: contain;
} */
.ppcSubMenuSecSix:after {
    width: 95%;
}
.ppcSubMenuSecSix:after {
    width: 94%;
}

	
}
	




	@media only screen and (max-width: 1300px) {


		.ppc-audit-features li:nth-child(1) svg path {
			d: path("M 162 9 l 100 0");
		}
		.ppc-audit-features li:nth-child(2) svg path {
			d: path("M 140 12 l 58 0 l 6 -35 l 58 0");
		}
		.ppc-audit-features li:nth-child(3) svg path {
			d: path("M 82 10 l 45 0 l 80 -66 l 55 0");
		}
		.ppc-audit-features li:nth-child(4) svg path {
			d: path("M 98 10 l 63 0 l 50 -98 l 51 0");
		}
		.ppc-audit-features li:nth-child(5) svg path {
			d: path("M 151 12 l 42 0 l -14 -147 l 81 0");
		}
		.ppc-audit-features li:nth-child(6) svg path {
			d: path("M 124 13 l 44 0 l 0 -178 l 90 0");
		}
		.ppc-audit-features li:nth-child(7) svg path {
			d: path("M 129 11 l 44 0 l 16 -206 l 70 0");
		}
		.ppc-audit-features li:nth-child(8) svg path {
			d: path("M 150 12 l 30 0 l 16 -241 l 66 0");
		}
		.bannerImgArea img {
			bottom: -28px;
		}
	}

@media only screen and (max-width: 1280px) {

	.ppc_audt_fetrs_sec {
        padding: 0px 49px;
    }
	.ppc-section1 .design-content {
        margin-bottom: 28px;
    }

	.arrowCurve {
        bottom: -27px;
        left: 65px;
    }
	.bannerImgArea img {
        bottom: -172px;
    }
	.audit-features-sec1{
		width: 31%;
	}
	.op_audit_f{
		width: 31%;
	}
	.ppc-marketing-s3{
		width: 38%;
	}
	.ppcBannerArea .bannerColOne {
        padding: 130px 0px 60px;
    }
	.audit-features {
        padding-top: 20px;
    }
	.ppc-section1 .ppc-cont-pages span {
        font-size: 35px;
        line-height: 45px;
    }
	.content-welcome p {
        font-size: 13px;
        line-height: 23px;
    }

    	/* section 2 */
		.ppc-section1 {
			padding: 0px 49px 0px;
		}

	.colPPcClick {
        padding-left: 6px;
    }
	.title-const-ppc {
        font-size: 24px;
        line-height: 34px;
    }
	.ppc_mrktng_clck .title-cont-pages {
        font-size: 30px;
        line-height: 40px;
    }
	.ppc-marketing-lower-box .img-box img {
        top: -48px;
        width: 53%;
        left: 149px;
    }
	.integration .benefits h3 {
		font-size: 26px;
	}
	.osmTabedArea a {
        font-size: 14px;
        line-height: 45px;
        
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        width: 42px;
        height: 42px;
    }
	.engeg_tel_icn_flx .leftTelico .svGdime {
		width: 31px;
		top: 2px;
	}
	.iconInfoList {
        gap: 14px;
        padding-right: 22%;
    }
	.gswuyp_para:before {
        width: 68%;
    }
	.engeg_tel_icn_flx .caLLBtn {
        padding-left: 210px;
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        left: 164px;
    }
	.ppc_audt_fetrs_card {
        padding: 145px 0px 60px;
    }
	.ppc-section2 .integration {
        left: 4px;
    }
	.ppc-marketing-lower-box .text-box {
        padding-bottom: 6px;
    }
	.ppc-integration {
        margin-top: 96px;
        z-index: 11;
    }
	.ppc-audit-features li {
        margin-bottom: 18px;
    }
	.ppc-audit-features {
        margin-top: 88px;
    }
	.complex-integration h3 {
		font-size: 16px;
	}
	.ppc-section2 .integration {
        left: -22px;
    }
	.ppc-audit-features li {
        margin-bottom: 24px;
    }
	.ppc-section2 .integration {
        padding-top: 14px;
    }
	.ppc-audit-features {
        margin-top: 92px;
    }
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 20px;
    }
    .complex-integration {
        padding-top: 22px;
    }
	.ppc-integration {
        margin-top: 106px;
        z-index: 11;
    }
	.ppc-audit-features li:after {
        bottom: -8px;
        height: 2px;
    }
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 163 13 l 137 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 141 11 l 57 0 l 49 -38 l 53 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 82 12 l 53 0 l 119 -82 l 47 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 98 12 l 60 0 l 92 -124 l 51 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 152 13 l 48 0 l 61 -185 l 40 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 124 13 l 43 0 l 83 -226 l 52 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 129 11 l 44 0 l 79 -268 l 51 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 150 12 l 30 0 l 77 -310 l 48 0");
    }
	.ppc-marketing-lower-box .img-box img {
        top: -48px;
        width: 53%;
        left: 124px;
    }
	.osmTabedArea .email a {
        font-size: 13px;
    }
	.iconInfoList .microTeam a img {
    width: 16px;
}
.iconInfoList .liveChat a img {
    width: 19px !important;
}

	/* section 3 responsive 1280 media */

	.secThreeArea {
        padding: 0px 65px;
    }
	.ppc-section3 .title-const-ppc {
        font-size: 32px;
        line-height: 42px;
    }
	.helpDivArea {
        gap: 15px;
    }
	.ppc-section3 .integration .ecommerce-call-info h3 {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 7px;
	}
	.ppc-section3-col3 .privacy-choices p {
        font-size: 13px;
        line-height: 23px;
    }
	.ppc-section3 .integration .marketing .privacy-choices p {
        font-size: 13px;
        line-height: 23px;
    }
	.ppc-section3 .integration .ecommerce-call-info p {
        font-size: 13px;
        line-height: 23px;
    }
	.ppc-section3 .integration .benefits h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.colTwoInte {
        padding-top: 38px;
    }
	.ppc-section3-col1 {
		top: 4px;
		padding-left: 42px;
	}
	.ppc-section3-col1 {
        top: -35px;
        padding-left: 42px;
    }
	
	.benefits {
        margin-top: 10px;
        margin-left: 0px;
    }
	.ppc-section3 .hex-text {
		font-size: 16px;
		line-height: 26px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn .help-bttn-icon {
       width: 45px;
       height: 45px;
       top: -5px;
       right: -8px;
}
	
	/* section 4 responsive 1280 media */

	.google-shopping {
        padding-top: 141px;
    }
	.gshop_msng_out_titls h4 {
        font-size: 23px;
        line-height: 33px;
    }
	.service-section .box h3 {
        margin-top: 28%;
    }
	.ppc-section3 .marketing ul li {
        font-size: 13px;
        line-height: 22px;
    }
	.service-section .box h3 {
        margin-top: 22%;
    }
	.gshpng_psc_lists {
        padding-top: 34px;
    }
	.cardColSec4.paddTopCard {
        padding-top: 204px;
    }
	.cardColSec4.paddTopCardOne {
        padding-top: 234px;
    }
	.service-section .card2:nth-child(2) {
        margin-top: 34px;
    }
	.ubai_sngle_fig {
        top: 134px;
        left: 10%;
    }
	.ubai_sngle_fig:after {
		width: 20px;
		height: 20px;
		right: 50px;
	}
	.ubai_sngle_fig img {
		width: 80%!important;
	}
	.service-section .card3:nth-child(1) {
        margin-top: 100%;
    }

	/* section 5 responsive */

	.ppc_feed_mangmnt_sec {
        padding: 0 50px;
    }
	.ppc-feed-management .feed-management1 .global-seo-agency {
		padding-bottom: 62px;
	}
	.feed_mangmnt_gsaty .global-seo-agency h3 {
		font-size: 16px;
	}
	.feed_mangmnt_gsaty .feed-management1 {
        padding-top: 70px;
    }
	.feed_mangmnt_gsaty_lists {
		left: 1px;
		top: 250px;
	}
	.feed_mangmnt_gsaty_lists {
        left: 1px;
        top: 225px;
    }
	.feed_mangmnt_gsaty_lists h5 {
		font-size: 14px;
	}
	.feed_mangmnt_gsaty_lists .ppc-image-content li {
        gap: 11px;
        margin-bottom: 0px;
        font-size: 14px;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content li p {
        font-size: 13px;
        line-height: 23px;
    }
	.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
        font-size: 13px;
        line-height: 23px;
    }
	.feed_mangmnt_bnfts .feed-management-content {
        margin-left: -40px;
        padding: 15px 6px;
    }
	.feed_mangmnt_utpse_title h2 {
        font-size: 38px;
        line-height: 48px;
    }
	.feed_mangmnt_utpse .feed-management3 {
        padding-left: 86px;
        padding-top: 10px;
    }
	.sixContentArea:before {
        top: -62%;
        left: -6%;
    }
	/* .sixContentArea:after {
        top: -62%;
        right: -6%;
    } */
	.colOnePPcList ul {
		gap: 14px 10px;
	}
	.colOnePPcList ul li span {
        font-size: 13px;
        line-height: 23px;
    }

	.figOuterCartMan img{
		width: 180px;
		padding-right: 50px;
	}
	.sixContentArea:after {
        top: -70%;
        right: -6%;
    }
	.ppc-section3 .title-const-ppc {
        font-size: 28px;
        line-height: 38px;
    }
	.ppc-feed-management .global-seo-agency ul li {
		font-size: 12px !important;
		margin-top: 0 !important;
	}
	.cirCleOneFeed {
        width: 90px;
        height: 90px;
        right: 73px;
    }
	.column.column1.feed_mangmnt_ifat {
		padding-bottom: 12px;
	}
	.feed_mangmnt_ifat_dtls p {
		font-size: 14px;
	}
	.feed_mangmnt_utpse_bxs {
        margin-top: 38px;
    }
	.cirCleTwoFeed {
    top: 30px;
    }
    .iconInfoList:after {
        left: 5px;
    }
	.marketing ul li::before {
    top: 1px;
    }
	
	
	
	
}
@media only screen and (max-width: 1200px) {

	/* section 1 */

	.bannerAreaPpc {
		padding-top: 210px;
	}
	.ppcBannerArea .bannerColOne {
        padding: 130px 0px 60px;
    }
    
	/* section 2 */


	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 164 9 l 122 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 140 12 l 58 0 l 41 -46 l 45 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 81 12 l 49 0 l 97 -86 l 55 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 98 10 l 63 0 l 50 -125 l 72 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 149 15 l 44 0 l 49 -192 l 40 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 124 13 l 47 0 l 65 -233 l 44 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 129 11 l 46 0 l 53 -270 l 52 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 150 12 l 23 0 l 77 -314 l 36 0");
    }
	.integration .privacy-choices p {
        font-size: 13px;
        line-height: 23px;
    }
	.complx_intgrsn_descp p {
        font-size: 13px;
        line-height: 20px;
    }
	.ppc-section2 .integration {
        left: -4px;
    }
	.ppc-integration {
        margin-top: 126px;
    }
	
	
}
@media only screen and (max-width: 1150px) {

	      /* section 3 */

	.ppc-section3 .unfolding-power {
		font-size: 32px;
		line-height: 42px;
	}

	.tabContMkt {
        padding-left: 0px;
    }
	.hexagon {
        width: 150px;
        height: 144px;
    }
	.hex-six {
        transform: translate(8px, -170px);
    }
	.hex-one {
        transform: translate(8px, -30px);
    }
	.hex-two {
        transform: translate(-114px, 42px);
    }
	.hex-three {
        transform: translate(-239px, -30px);
    }
	.hex-four {
        transform: translate(-239px, -170px);
    }
	.hex-five {
        transform: translate(-115px, -240px);
    }

	.marketing {
        padding-left: 17px;
    }
	.ppc-section3 .integration .ecommerce-call-info p {
        font-size: 13px;
        line-height: 22px;
    }
	.ppc-section3 .integration .ecommerce-call-info h3 {
        font-size: 12px;
        line-height: 21px;
    }
	.ppc-section3 .integration .ecommerce-call-info .help-bttn a {
		font-size: 15px;
		line-height: 24px;
	}
	.ppc-section3 .integration .ecommerce-call-info .help-bttn {
        width: 133px;
		padding: 6px 0px 6px 21px;
	}
	.colTwoInte {
        padding-right: 8px;
        padding-left: 35px;
    }
	.ppc-section3-col3 {
        padding-right: 12px;
        padding-left: 10px;
    }

	/* sec tion 4 */

	.ggl_shp_icntitle .unfolding-power {
        font-size: 32px;
        padding-left: 12px;
    }
	.gshop_unfld_powr_title h2 {
		font-size: 30px !important;
		line-height: 40px;
	}
	.ubai_card_dtls h2 {
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 6px;
    }
	.gshop_msng_out_titls h4 {
        font-size: 19px;
        line-height: 29px;
    }
	.gshpng_psc_lists ul li {
        font-size: 14px;
        line-height: 24px;
    }
	.gshop_msng_out_titls h4 {
        font-size: 19px;
        line-height: 29px;
    }
	.gshpng_psc_lists ul li::before {
        top: 4px;
    }
	.ubai_sngle_fig img {
        width: 60% !important;
    }
	.ubai_sngle_fig {
        top: 185px;
        left: 20%;
    } 
	.gshop_unfld_powr_title {
        padding-bottom: 8px;
    }
	.ubai_card_dtls p {
        font-size: 13px;
        line-height: 23px;
    }
	/* .ppc_card_width{
		width: 100%!important;
	} */
	.feed_mangmnt_utpse .feed-management3 {
        padding-left: 0px;
        padding-top: 9px;
    }
	.gshop_ishd{
		width: 33.3%;
	}
	.ubai_sngle_fig {
        top: 218px;
        left: 22%;
    }
	.ubai_sngle_fig:before {
		width: 15px;
		height: 15px;
		top: 55px;
		left: 37px;
	}
	.feed_mngmnt_width1{
		width: 40%;
	}
	.feed_mngmnt_width2{
      
		width: 27%;
	}
	.feed_mngmnt_width3{
      
		width: 33%;
	}

	/* section 5 */

	.feed_mangmnt_utpse_title h2 {
        font-size: 32px;
        line-height: 42px;
    }
	.feed_mangmnt_utpse_title h3 {
		font-size: 26px;
		
	}
	.feed_mangmnt_ifat_dtls p {
		font-size: 14px;
		line-height: 17px;
	}
	.column.column1.feed_mangmnt_ifat {
		padding-bottom: 10px;
	}
	.feed_mangmnt_utpse_bxs {
        margin-top: 24px;
        padding: 12px 15px;
    }
	.feed_mangmnt_ifat_dtls h3 {
		font-size: 13px;
	}
	.feed_mangmnt_utpse_title h3 {
        padding-top: 22px;
    }
	.feed_mangmnt_utpse_plink {
        padding-top: 50px;
    }
	.feed_mangmnt_bnfts .feed-management-content {
        margin-left: 0px;
        padding: 15px 6px;
        width: 80%;
    }
	.feed_mangmnt_bnfts_hdng h3 {
		font-size: 22px;
	}
	.feed_mangmnt_utpse .feed-management3 {
        padding-left: 0px;
        padding-top: 44px;
    }
	.feed-management2 {
        padding-top: 100px;
    }
	.ppc-feed-management .global-seo-agency ul li {
		font-size: 12px !important;
		margin-top: 0 !important;
	}
	.feed_mangmnt_gsaty .feed-management1 {
        padding-top: 100px;
    }
	.feed_mangmnt_gsaty_fig img {
        left: -17%;
        width: 105%;
    }
	.feed_mangmnt_gsaty_lists {
        left: -6px;
        top: 225px;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content li {
        gap: 10px;
        margin-bottom: -9px;
        font-size: 12px;
    }
	.secContInfo .caLLBtn {
        padding-left: 112px;
    }
	.thumbBoxSecTwo {
        left: 60px;
    }
	.ebayContentArea {
        gap: 10px;
    }
	.colOnePPcList ul {
        gap: 10px 8px;
    }
	.colOnePPcList ul li span {
        font-size: 12px;
        line-height: 22px;
    }
	.colOnePPcList ul li span {
		font-size: 12px;
		line-height: 22px;
		padding: 0px 7px;
	}
	.sixContentArea:before {
        top: -62%;
        left: -7%;
    }
	.ebayAreaCard p {
		font-size: 16px;
		line-height: 26px;
	}
	.ppcSubMenuSecSix.eBayBox:after {
		background-size: contain;
		width: 400px;
	}
	.colOnePPcList ul {
        gap: 6px 5px;
    }
	.cirCleOneFeed {
        width: 60px;
        height: 60px;
        right: 35px;
    }
	.cirCleTwoFeed {
		right: 32px;
	}
	.ppc-section2 .integration {
        left: -25px;
    }
	    .colPPcClick {
        padding-left: 0px;
    }
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 164 9 l 98 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 140 12 l 58 0 l 30 -43 l 37 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 81 12 l 49 0 l 79 -84 l 55 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 98 10 l 63 0 l 50 -122 l 52 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 149 15 l 44 0 l 34 -190 l 37 0");
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 124 13 l 47 0 l 48 -230 l 44 0");
    }
	    .ppc-audit-features li:nth-child(7) svg path {
        d: path("M 129 11 l 46 0 l 42 -270 l 45 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 150 12 l 23 0 l 54 -314 l 36 0");
    }
	
}
@media only screen and (max-width: 1080px) {

	/* section 1 responsive */

	.bannerImgArea img {
        bottom: -204px;
    }
	.ppc_audt_fetrs_card {
        padding: 0px 0px 60px;
    }
	.ppc_mrktng_clck .title-cont-pages {
        font-size: 28px;
        line-height: 38px;
    }
	.title-const-ppc {
        font-size: 23px;
        line-height: 33px;

		
    }
	.ppcBannerArea .bannerColOne {
        padding: 157px 0px 0px;
    }

	/* section 2 */

	.ppc-section2 .unfolding-power {
        width: 270px;
    }
	.ppc-section2 .unfolding-power {
        line-height: 36px;
        font-size: 26px;
    }
	.integration .benefits h4 {
        margin-bottom: 10px;
    }
	.complex-integration {
        padding-top: 10px;
	}
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 10px;
    }
	.ppc-audit-features li:nth-child(1) svg path {
        d: path("M 163 13 l 100 0");
    }
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 137 12 l 38 0 l 54 -40 l 37 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 81 12 l 46 0 l 97 -80 l 40 0");
    }
	.ppc-audit-features li:nth-child(4) svg path {
        d: path("M 94 10 l 50 0 l 66 -122 l 56 0");
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 149 15 l 44 0 l 31 -186 l 41 0");
    }
	.complex-integration h3 {
        font-size: 14px;
    }
	.ppc-audit-features li:nth-child(6) svg path {
        d: path("M 124 13 l 47 0 l 52 -226 l 40 0");
    }
	.ppc-audit-features li:nth-child(7) svg path {
        d: path("M 129 11 l 46 0 l 44 -270 l 45 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 150 12 l 36 0 l 45 -310 l 34 0");
    }
	.gswuyp_para p {
        font-size: 14px;
        line-height: 24px;
    }
	.ppc-marketing-lower-box .text-box {
        padding-bottom: 180px;
    }
	.ppc-integration {
        margin-top: 126px;
        padding-right: 20px;
    }
	.ppc-marketing-lower-box .img-box img {
        top: -204px;
        width: 53%;
        left: 146px;
    }
	.iconInfoList {
        gap: 14px;
        padding-right: 24%;
    }
	.ppc-marketing-lower-box .text-box {
        padding-bottom: 30px;
    }
	.rwAreaSecThree {
		padding-top: 0px;
	}
	.colPPcClick {
		display: flex;
		justify-content: flex-start;
	}
	.ppc-marketing-lower-box {
		padding-top: 116px;
		width: 100%;
	}
	.ppc-marketing-lower-box .img-box img {
        top: -54px;
        width: 53%;
        left: 146px;
    }
	.ppc_audt_fetrs_card {
        padding: 0px 0px 60px;
    }
	.ppc_audt_fetrs_sec {
       height: auto!important;
    }
	.fp-tableCell{
		height: auto!important;
	}
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        left: 122px;
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        left: 160px;
    }
	.engeg_tel_icn_flx .caLLBtn {
        padding-left: 94px;
    }
	.iconInfoList {
        padding-right: 25%;
    }
	.seoContInfo li.liveChat img {
        width: 23px;
    }

	/* <<<<<<<<<<<<<<<<<<<<<<<<section 3 responsive>>>>>>>>>>>>>>>>>>>>> */

	.ppc-section3 {
		height: auto !important;
	}
	.fp-tableCell {
        height: auto !important;
    }

	.ppc-section3 .title-const-ppc {
        font-size: 27px;
        line-height: 37px;
    }
	.ppc-section3 .unfolding-power {
        font-size: 30px;
        line-height: 40px;
    }
	.secThreeArea:after {
		width: 170px;
		height: 220px;
		right: -52px;
		top: 8px;
	}
	.marketing {
        padding-left: 8px;
    }
	.colTwoInte {
        padding-right: 8px;
        padding-left: 38px;
    }
	.ppc-section3 .marketing h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.ppc-section3-col1 {
        top: -35px;
        padding-left: 24px;
    }
	.colTwoInte {
        padding-right: 8px;
        padding-left: 30px;
    }
	.ppc-section3 .marketing ul li {
        font-size: 12px;
        line-height: 22px;
    }
	.google-shopping {
        padding-top: 0px;
    }
	.helpDivArea {
        gap: 50px !important;
    }

	/* section 5 responsive */

	.gshop_unfld_powr_descp p {
        font-size: 13px;
        line-height: 22px;
    }
	.gshop_msng_out_titls h4 {
        font-size: 17px;
        line-height: 27px;
    }
	.gshpng_psc_lists ul li {
        font-size: 12px;
        line-height: 22px;
    }
	.gshpng_psc_lists .aniSpanOne {
		transform: translateX(0%);
		display: block;
	}
	.service-section .card3:nth-child(1) {
        margin-top: 0%;
    }
	.cardsAreaPpcOuter {
        padding-top: 60px;
    }
	.cardColSec4.paddTopCard {
        padding-top: 16px;
    }
	.cardColSec4.paddTopCardOne {
        padding-top: 62px;
    }
	.ubai_sngle_fig {
        top: 204px;
        left: 22%;
    }
	.secFivOuterDiv{
		display: flex;
	}
	
	.feed_mangmnt_utpse {

		width: 100%!important;
	}
	.ppc_feed_mangmnt_sec {
		height: auto!important;
	}
	.fp-tableCell{
		height: auto!important;
	}
	.secFivOuterDiv {
        padding-block: 0px 60px;
    }

	.feed_mangmnt_utpse_title h3 {
        padding-top: 16px;
    }
	.feed_mangmnt_utpse_plink {
        padding-top: 0px;
    }
	.secFivOuterDiv {
        display: block;
    }
	.feed_mangmnt_utpse {
        width: 100% !important;
        float: left;
    }
	.feed_mngmnt_width1 {
        width: 50%;
    }
	.feed_mngmnt_width2 {
        width: 50%;
    }
	.feed_mangmnt_gsaty .feed-management1 {
        padding-top: 0px;
    }
	.feed_mangmnt_bnfts .feed-management-content {
        margin-left: 0px;
        padding: 15px 6px;
        width: 100%;
    }
	.iconInfoList {
        padding-right: 25%;
    }
	.feedTopArea {
        margin-left: 0px;
    }
	.engeg_tel_icn_flx .caLLBtn {
        padding-left: 208px;
    }
	.ppc-feed-management .feed-management1 .ppc-icon {
        margin-top: 14px;
    }
	.ppc-feed-management .feed-management1 .global-seo-agency {
        padding-bottom: 30px;
    }
	.feed_mangmnt_gsaty_lists {
        left: -6px;
        top: 128px;
    }
	.feed_mangmnt_gsaty_fig img {
        left: -16%;
        width: 100%;
    }
	.feed-management2 {
        padding-top: 0px;
    }
	.secContInfo{
		padding-top: 56px;
        padding-left: 54px;
	}
	.feed_mangmnt_gsaty .ppc-icon {
        padding-right: 0px;
        padding-bottom: 6px;
    }
	.feed_mangmnt_utpse_title h3 {
		width: 100%;
	}
	.ecommerce-call-info h3 {
        margin-top: 20px;
    }
	.ppc_prodct_listng_card {
		padding-block: 0px 60px;
	}
	.cirCleOneFeed {
        width: 100px;
        height: 100px;
        right: 10px;
    }
	.gshop_msng_out_descp p {
        font-size: 13px;
        line-height: 23px;
    }
	


	/* section 6 */
	.ppc_prodct_listng_sec {

		height: auto!important;
	}

	.ppcSubMenuSecSix.eBayBox:after {
        background-size: contain;
        width: 365px;
    }
	.sixPPcListProd {
		gap: 10px;
	}
	.amAzonBoxPopupArea .ebayContentArea {
        gap: 12px;
        padding-left: 45px;
    }
	
}
	
@media only screen and (max-width: 1024px) {

	   /* section 1 */
	   .ppc-section1 {
        padding: 0px 5px 0px;
    }

	.bannerImgArea img {
        bottom: -218px;
    }
	.bannerImgArea img {
        bottom: -182px;
    }
	.ppc-section1 .ppc-cont-pages span {
        font-size: 34px;
        line-height: 44px;
    }

	/* section 2 */

	.ppc_mrktng_clck .title-cont-pages {
        font-size: 26px;
        line-height: 36px;
    }
	.ppc-marketing .benefits h2 {
        font-size: 36px;
        line-height: 46px;
    }
	.title-const-ppc {
        font-size: 21px;
        line-height: 31px;
    }

	/* section 2 */

	.ppc-section2 .unfolding-power {
        line-height: 34px;
        font-size: 24px;
    }
	.ppc_audt_fetrs_sec {
        padding: 0px 10px;
    }
	.complex-integration {
        padding-top: 18px;
    }
	
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 18px;
    }
	.ppc-section2 .integration {
        left: -16px;
    }
	.ppc-marketing .privacy-choices p {
        font-size: 13px;
        line-height: 23px;
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        width: 36px;
        height: 36px;
    }
	.engeg_tel_icn_flx .leftTelico .svGdime {
        width: 22px;
        top: 4px;
    }
	.osmTabedArea a {
        font-size: 14px;
        line-height: 25px;
    }
	.iconInfoList {
        padding-right: 29%;
    }
	.engeg_tel_icn_flx .caLLBtn {
        padding-left: 244px;
    }
	.osmTabedArea a {
        padding-top: 10px;
    }
	.ppc-marketing-lower-box {
        padding-top: 150px;
        width: 100%;
    }


	/* section 3 */

	.ppc-section3 .title-const-ppc {
        font-size: 25px;
        line-height: 35px;
    }
	.ppc-section3 .unfolding-power {
        font-size: 28px;
        line-height: 38px;
    }
	.secThreeArea:after {
        width: 132px;
        height: 152px;
        right: -52px;
        top: 8px;
        opacity: 0.4;
    }
	.ppc-section3 .integration {
		left: 25px;
	}
	.ppc-section3 .integration .benefits h4 {
        font-size: 18px;
        line-height: 28px;
    }
	.ppc-section3 .integration .benefits h3 {
        font-size: 22px;
        line-height: 32px;
    }
	.ppc-section3-col1 {
        top: -35px;
        padding-left: 60px;
    }


	/* section 4 */

	.gshop_msng_out_titls h3 {
        font-size: 20px;
    }
	.ggl_shp_icntitle .unfolding-power {
        font-size: 30px;
        padding-left: 12px;
    }
	.gshop_msng_out_titls h4 {
        font-size: 15px;
        line-height: 25px;
    }
	.gshpng_psc_lists ul li {
        font-size: 12px;
        line-height: 22px;
    }
	.gshpng_psc_lists ul li {
        font-size: 13px;
        padding-right: 16px;
        margin-right: 22px;
        padding-left: 22px;
    }
	.gshop_unfld_powr_title h2 {
        font-size: 26px !important;
        line-height: 36px;
    }
	.service-section .box h3 {
        margin-top: 16%;
    }
	.cardsAreaPpcOuter {
        padding-top: 22px;
    }
	.ppc_feed_mangmnt_sec {
        padding: 0 5px;
    }
	.engeg_tel_icn_flx .caLLBtn .leftTelico {
        left: 198px;
        top: 2px;
    }
	.ppc-feed-management .feed-management3 .column .box p {
        font-size: 13px;
    }
	.feed_mangmnt_utpse_bxs {
        margin-top: 16px;
        padding: 12px 15px;
    }
	.feed_mangmnt_gsaty_fig img {
        left: -9%;
        width: 100%;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content {
        margin-left: 12px;
    }
	.feed_mangmnt_gsaty_lists h5 {
        padding-left: 28px;
    }

	/* section 6 */

	.backButtonText h5 {
		font-size: 16px;
		padding: 0px 28px;
	}
	.amAzonBoxPopupArea .ebayContentArea {
        gap: 10px;
        padding-left: 32px;
    }
	.sixContentArea:before {
        top: -62%;
        left: -8%;
    }
	.btnEbayArea {
		font-size: 24px;
		width: 172px;
		height: 64px;
	}
	.ppcSubMenuSecSix.eBayBox:after {
        background-size: contain;
        width: 330px;
    }
	.sixPPcListProd {
        padding-top: 18px;
    }
	.secThreeArea {
        padding: 0px 20px;
    }
	.ebayAreaCard h1 {
        font-size: 52px;
        line-height: 62px;
    }
	.ebayAreaCard p {
        font-size: 14px;
        line-height: 24px;
    }
	.amAzonBoxPopupArea .ebayContentArea {
        padding-top: 0px;
    }
	.ebayLogoBox img{
		width: 130px;
	}
	.unfoldng_ggle_shpng_sec {
        padding: 0px 5px;
    }
	.ppc-audit-features li:nth-child(5) svg path {
        d: path("M 149 15 l 44 0 l 31 -190 l 47 0");
    }
	.ppcThumbTab .secContInfo .telNumber a {
        font-size: 14px;
        line-height: 24px;
    }
	.marketing ul li::before {
        top: 0px;
    }
	.marketing ul li::before {
        width: 2vw;
        font-size: 2vw;
    }
	.marketing ul li::before {
        top: 0px;
    }

}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 520px) {
}
@media only screen and (max-width: 420px) {
}
.ppc_prodct_listng_sec {
    display: none;
    height: auto !important;
}
.ppc_prodct_listng_sec .fp-tableCell{
	height: auto !important;
}
/* new css start */
@media only screen and (max-width: 1680px) {
	.ebaYPopDesc p{
	max-width:75%;
	}
	.ttlSubDesc p{
	max-width: 72%;
	}
	.column.column1.feed_mangmnt_ifat{
	padding-bottom: 15px;
	}
	.feed_mangmnt_utpse_title h3{
	font-size: 31px;
	width: 350px;
	line-height: 36px;
	}
	.feed_mangmnt_utpse_plink {
	padding-top: 50px;
	}
	.feedTopArea{
		min-width: 330px;
	}
	.ppcThumbTab .secContInfo .telNumber a{
		font-size: 23px;
		line-height: 31px;
	}
	.ppcThumbTab .secContInfo .mailCustom a{
		font-size: 15px;
		line-height: 25px;
	}
	.ppcThumbTab{
		width: 435px;
		margin-left: -200px;
	}
	.feed_mangmnt_ifat_dtls p {
		font-size: 15px;
		line-height: 17px;
	}
	.buttOnStart:hover .hoverEffIcon {
		opacity: 1;
		transform: translate(-50%, -51px);
	}
	.buttOnStart .hoverEffIcon img {
		width: 60px;
		height: 60px;
	}
	.ppc-section2 .unfolding-power {
		width: 320px;
		line-height: 40px;	
		font-size: 30px;
	}
	.ppc-marketing .benefits h2 {
        font-size: 43px;
        line-height: 53px;
	}
	}
	@media only screen and (max-width: 1550px) {
		.feed_mangmnt_bnfts_hdng{
			margin-left: -15px;
		}
		.feed_mangmnt_gsaty_lists .ppc-image-content li p{
			font-size: 13px;
			line-height: 23px;
		}
		.feed_mngmnt_lists_icn img{
		width:100%;
		height: 100%;
		object-fit: contain;
		}
		.feed_mangmnt_bnfts .feed-management-content {
			margin-left: -12px;
			padding: 20px 22px;
		}
		.feed_mangmnt_bnfts .feed-management-content .privacy-choices-sndpara p{
			margin-top: 10%;
		}
		.feed_mangmnt_gsaty_lists h5 {
		padding-bottom: 15px;
		margin-bottom: 7px;
		}
		.feed_mangmnt_gsaty_lists .ppc-image-content li{
			gap:5px;
		}
		.ppcThumbTab {
        width: 457px;
        margin-left: -185px;
    }
		.ppc-section1 .content-welcome p{
			width:90%;
		}
		.ppc-section2 .unfolding-power{
			line-height: 41px;
			font-size: 31px;
			width:350px;
		}
		.ppc-marketing .benefits h2 {
			font-size: 43px;
			line-height: 53px;
		}
		.ubai_card_dtls h2{
			font-size: 22px;
		}
		.feed_mangmnt_utpse_plink{
			padding-block: 25px;
		}
		.feed_mangmnt_gsaty .ppc-icon {
        padding-right: 225px;
    }
	    .osmTabedArea {
        width: 330px;
    }
		
	}
	@media only screen and (min-width: 1367px) and (max-width: 1440px){
		.ppc-section1 .ppc-cont-pages span{
		font-size: 41px;
		line-height: 49px;
		}
		.ppc-section1 .content-welcome p {
		width: 78%;
		}
		.seoContInfo li {
			width: 49px;
			height: 49px;
		}
		.title-const-ppc{
			font-size: 26px;
		}
		.button_content h3{
		margin-bottom: 4px;		
		max-width: 191px;
		font-size: 18px;
		line-height: 24px;
		}
		.seoContInfo li img {
			width: 19px;
		}
		.button_content h3:after {
			width: 53px;
		}
		.ppc-section3-col3 .privacy-choices p{
			font-size: 13px;
			line-height: 23px;
		}
		.ppc-section3 .integration .marketing .privacy-choices p{
			font-size: 13px;
			line-height: 23px;
		}
		.ppc-section3 .integration .ecommerce-call-info p {
			font-size: 13px;
			line-height: 23px;
		}
		.ppc-section3 .marketing ul li {
			font-size: 12px;
			line-height: 20px;
		}
		.ubai_card_dtls h2{
			font-size: 19px;
			margin: 0;		
			padding-top: 8px;
			padding-bottom: 11px;		
		}
		.feed_mangmnt_ifat_dtls p {
			font-size: 11px;
			line-height: 21px;

		}
		.feed_mangmnt_utpse_plink{
			padding-top:35px;
			padding-bottom: 0px;
		}
		.buttOnStart .hoverEffIcon img{
			width:53px;
			height: 53px;
		}
		.buttOnStart:hover .hoverEffIcon {
	
			transform: translate(-50%, -43px);
		}
		.feed_mangmnt_utpse_bxs{
			margin-top:0;
		}
		.feed_mangmnt_utpse_title h3 {
			font-size: 26px;
			line-height: 32px;
			width: 274px;
		}
		.feed_mangmnt_gsaty_lists .ppc-image-content li{
			gap: 4px;
		}
		.feed_mangmnt_gsaty_lists .ppc-image-content li p{
			font-size: 11px;
		}
		.feed_mangmnt_gsaty .ppc-icon p{
			font-size: 12px;
			
		}
		.feed_mangmnt_utpse_bxs{
			padding:12px;
		}
		.ppcThumbTab .secContInfo .telNumber a{
			font-size: 20px;
			line-height: 26px;
		}
		.ppcThumbTab .secContInfo .mailCustom a{
			font-size: 13px !important;
			line-height: 18px;
		}
		.thumbBoxSecTwo {
			width: 30px;
			height: 30px;
		}
		.secContInfo .caLLBtn{
			min-height: 30px;
		}
		.ppc-section2 .unfolding-power {
			width: 278px;		
			padding-top: 15px;
			font-size: 26px;
			line-height: 36px;		
			margin: 0;
		}
		.integration .benefits h3{
			font-size: 23px;
			line-height: 30px;
		}
	    .ppc-audit-features li span {
			font-size: 13px !important;
			line-height: 17px;
		}
		.integration .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
		}
		.complx_intgrsn_descp p {
			font-size: 13px;
			line-height: 20px;
		}
		.complex-integration h3{
			padding: 8px;

		}
		.ppc_mrktng_clck .title-cont-pages {
			font-size: 38px;
			line-height: 44px;
		}
		.ppc-marketing .benefits h2{
			font-size: 35px;
			line-height: 45px;			
		}
		.ppc-marketing .privacy-choices p{
			font-size: 13px;
			line-height: 20px;
		}
		.colPPcClick {
			padding-left:53px;
		}
		.ppc-marketing .privacy-choices {
			padding-right: 53px;
		}
		.gswuyp_para p{
			font-size: 15px;
			line-height: 18px;
		}
		.engeg_tel_icn_flx .caLLBtn {		
			padding-left: 55px;
			min-height: 32px;	
		}
		.osmTabedArea a {
			font-size:17px;
			line-height:27px;
		}
		.osmTabedArea .email a {
			font-size: 17px;
			line-height:34px;
		}
		.iconInfoList img {
			width: 14px;
		}
		.osmTabedArea .caLLBtn .leftTelico img {
			width: 17px;
		}
		.engeg_tel_icn_flx .caLLBtn .leftTelico {			
			width: 41px;
			height: 41px;
		}
		.osmTabedArea {
        width: 330px;
    }
		.engeg_tel_icn_flx .caLLBtn .leftTelico{
			left:0;
		}
		.osmTabedArea a{

		}
		.engeg_tel_icn_flx .leftTelico .svGdime {
			width: 24px;
			top: 5px;
		}
		.iconInfoList {
			gap: 15px;		
			padding-left:15px;
			padding-bottom: 2px;
			padding-right: 11px;
			padding-top: 0px;
		}
		.engeg_tel_icn_flx {
			width: 100%;		
			height: 30px;			
		}
		.gswuyp_para:before {
			width: 100%;
		}
		.iconInfoList:after{
			bottom: -3px;
		}
	
	    .ppc-section3-col3 .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section3 .integration .marketing .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
			width: 87%;
		}
		.ppc-section3 .integration .ecommerce-call-info p {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section3 .title-const-ppc{
			font-size: 38px;
			line-height: 44px;
		}
		.secThreeArea:after {
			width: 98px;
			height: 170px;
			top: 150px;
		}
		.gshop_unfld_powr_descp p,
		.ubai_card_dtls p {
			font-size: 13px;
			line-height: 20px;
		}
		.gshop_msng_out_descp p{
			font-size: 13px;
			line-height: 20px;
		}
		.gshpng_psc_lists ul li{
			font-size: 15px;
			padding-right: 19px;
			margin-right: 19px;
		}
		.gshop_msng_out_titls h3 {
			font-size: 23px;			
			padding-bottom: 8px;
		}
		.gshop_msng_out_titls h4 {
			font-size: 23px;
		}
		.gshop_msng_out_titls:before{
			height: 6px;
		}
		.service-section .cardd {
		
			padding: 15px 15px 34px;
		}
		.ubai_card_icn {
			width: 41px;
		}
		.service-section .card2:nth-child(1) {
			margin-top: 15px;
		}
		.service-section .card1{
			margin-top:30px;
		}
		.cardColSec4.paddTopCardOne {
			padding-top: 108px;
		}
		.google-shopping{
			justify-content: space-between !important;
		}
		.gshop_msng_out{
			padding-bottom: 0 !important;
		}
		.gshop_unfld_powr_title{
			padding-top:0;
		}
		.gshop_unfld_powr_title{
			padding-top:10px;
		}
		.feed_mangmnt_utpse_para p {
			font-size: 13px;
			line-height: 20px;
		}
		.feed_mangmnt_bnfts .feed-management-content .privacy-choices p{
			font-size: 13px;
			line-height: 20px;
		}
		.secContInfo .iconInfoList a img{
			width: 17px;
		}
		.secContInfo .iconInfoList a.active img {
			transform: scale(1.5);
		}
		.secContInfo .iconInfoList {
			gap:19px;
		}
		.iconInfoList:after {
			bottom: 0px;
		}
		.secContInfo .osmTabedArea {
			max-width: 251px;
		}
		.secContInfo .caLLBtn {
			padding-left: 41px;
		}
		.thumbBoxSecTwo{
			left:0;
		}
		.ppcThumbTab {
			width: 327px;
			margin-left: -140px;
		}
		.feed-management2{
			margin-left: 0;
		}
		.feed_mangmnt_gsaty .ppc-icon {
        padding-right: 240px;
    }
		.feed_mangmnt_gsaty .ppc-icon p{
			line-height: 20px;
		}
		.bottomAreaRowTwo{
			position:relative;
			top:-5px;
		}
		.feed_mangmnt_ifat_dtls h3::after{
			width: 50px;
		}
		.feed_mangmnt_bnfts .feed-management-content .privacy-choices p{
			padding-right: 12%;
		}
		.ebayAreaCard p {
		
			line-height: 21px;
		}
		.btnEbayArea{
			font-size: 24px;
			line-height: 29px;
		}
		.ebaYPopDesc p{
			font-size: 13px;
			line-height: 20px;
		}
		.colOnePPcList ul li span {
			font-size: 13px;
			line-height: 20px;
		}
		.backButtonText h5 {			
			font-size: 17px;
			line-height: 21px;			
			padding: 2px 21px;
		}
		.aMazonBox .backButtonText{
			left:-19px;
		}
		.backButtonText{
			right:-44px;
		}
		.ppc-audit-features {
			margin-top: 59px;
		}
		.ppc-section2 .integration .privacy-choices{
			padding-bottom: 30px;
		}
		.complex-integration {
			padding-top: 36px;
		}
		.ppc-integration {
			margin-top: 59px;
		}
		.ppc-section1 .design-content{
			margin-top:20px;
		}

		.circleOne {
			width: 53px;
			height: 53px;
			bottom: -8px;
		}
		.circleTwo {		
			width: 38px;
			height: 38px;
			bottom: 77px;
			right: -12px;
		}
		.circleThree {		
			width: 23px;
			height: 23px;
		}
	
		.circleThreeBox {
			width: 88px;
			height: 145px;		
			bottom: 44px;		
		}
		.circleThree {
			top: 13px;
		}
		.ebayAreaCard p{
			max-width: 290px;
		}
	    .feed-management2 {
			padding-top: 36px;
		}
		.ppc-section2 .integration{
			padding-top: 23px;
		}
		.audit-features {
			padding-top: 25px;
		}
		.ppc-section2 .integration .privacy-choices {
			padding-bottom: 20px;
		}
		.complex-integration {
			padding-top: 31px;
		}
		.ppc-audit-features {
			margin-top: 44px;
		}
		.cardColSec4.paddTopCard {
			padding-top: 113px;
		}
		.cardColSec4.paddTopCardOne{
			padding-top: 113px;
		}
		.service-section .card3:nth-child(1) {
			margin-top: 113px;
		}

		.hex-wrap {
			width: 173px;
			height: 149px;
		}
		.hexagon {
			width: 173px;
			height: 150.5px;
		}
		.hex-span {
			width: 172px;
			height: 149px;
		}
		.hexagon:before {
			width: 173px;
		}
		.hexagon:after {
			width: 173px;
		}
		.ppc-section3 .hex-container {
			max-width: 450px;
			top: 10px;
		}
		.hex-wrap.hex-seven {
			/* left: 0px; */
			margin-left: -30px;
			margin-top: -25px;
		}
	.ppc-section3 .hex-container{
		left:38px;
	}
	.hex-five {
        transform: translate(-116px, -250px);
	}
	.ecommerce-call-info .help-bttn a {
		padding: 0px 20px 0 0;
		width: 160px;
	}
	.iconInfoList .liveChat a img {
    width: 19px !important;
}
.iconInfoList .microTeam a img {
    width: 18px;
}
.marketing::after {
    top: 39px;
}


	}


	@media only screen and (min-width: 1281px) and (max-width: 1366px){
		.service-section .card3:nth-child(1) {
			margin-top: 113px;
		}
		.ppc-section2 .integration{
			padding-top: 18px;
		}
		.complex-integration {
			padding-top: 31px;
		}
		.ppc-audit-features {
			margin-top: 44px;
		}
		.audit-features {
			padding-top: 25px;
		}
		.feed-management2 {
			padding-top: 36px;
		}

		.circleOne {
			width: 53px;
			height: 53px;
			bottom: -8px;
		}
		.circleTwo {		
			width: 38px;
			height: 38px;
			bottom: 77px;
			right: -12px;
		}
		.circleThree {		
			width: 23px;
			height: 23px;
		}
	
		.circleThreeBox {
			width: 88px;
			height: 145px;		
			bottom: 44px;		
		}
		.circleThree {
			top: 13px;
		}
		.ebayAreaCard p{
			max-width: 290px;
		}
		.ppc-section1 .ppc-cont-pages span{
		font-size: 41px;
		line-height: 49px;
		}
		.ppc-section1 .content-welcome p {
		width: 78%;
		}
		.seoContInfo li {
			width: 49px;
			height: 49px;
		}
		.title-const-ppc{
			font-size: 26px;
		}
		.button_content h3{
		margin-bottom: 4px;		
		max-width: 191px;
		font-size: 18px;
		line-height: 24px;
		}
		.seoContInfo li img {
			width: 19px;
		}
		.button_content h3:after {
			width: 53px;
		}
		.ppc-section3-col3 .privacy-choices p{
			font-size: 13px;
			line-height: 23px;
		}
		.ppc-section3 .integration .marketing .privacy-choices p{
			font-size: 13px;
			line-height: 23px;
		}
		.ppc-section3 .integration .ecommerce-call-info p {
			font-size: 13px;
			line-height: 23px;
		}
		.ppc-section3 .marketing ul li {
			font-size: 12px;
			line-height: 20px;
		}
		.ubai_card_dtls h2{
			font-size: 19px;
			margin: 0;		
			padding-top: 8px;
			padding-bottom: 11px;		
		}
		.feed_mangmnt_ifat_dtls p {
			font-size: 11px;
			line-height: 21px;

		}
		.feed_mangmnt_utpse_plink{
			padding-top:35px;
			padding-bottom: 0px;
		}
		.buttOnStart .hoverEffIcon img{
			width:53px;
			height: 53px;
		}
		.buttOnStart:hover .hoverEffIcon {
	
			transform: translate(-50%, -43px);
		}
		.feed_mangmnt_utpse_bxs{
			margin-top:0;
		}
		.feed_mangmnt_utpse_title h3 {
			font-size: 26px;
			line-height: 32px;
			width: 274px;
		}
		.feed_mangmnt_gsaty_lists .ppc-image-content li{
			gap: 4px;
		}
		.feed_mangmnt_gsaty_lists .ppc-image-content li p{
			font-size: 11px;
		}
		.feed_mangmnt_gsaty .ppc-icon p{
			font-size: 12px;
			
		}
		.feed_mangmnt_utpse_bxs{
			padding:12px;
		}
		.ppcThumbTab .secContInfo .telNumber a{
			font-size: 20px;
			line-height: 26px;
		}
		.ppcThumbTab .secContInfo .mailCustom a{
			font-size: 13px !important;
			line-height: 18px;
		}
		.thumbBoxSecTwo {
			width: 30px;
			height: 30px;
		}
		.secContInfo .caLLBtn{
			min-height: 30px;
		}
		.ppc-section2 .unfolding-power {
			width: 278px;		
			padding-top: 15px;
			font-size: 26px;
			line-height: 36px;		
			margin: 0;
		}
		.integration .benefits h3{
			font-size: 23px;
			line-height: 30px;
		}
	    .ppc-audit-features li span {
			font-size: 12px !important;
			line-height: 17px;
		}
		.integration .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
		}
		.complx_intgrsn_descp p {
			font-size: 13px;
			line-height: 20px;
		}
		.complex-integration h3{
			padding: 8px;

		}
		.ppc_mrktng_clck .title-cont-pages {
			font-size: 38px;
			line-height: 44px;
		}
		.ppc-marketing .benefits h2{
			font-size: 35px;
			line-height: 45px;			
		}
		.ppc-marketing .privacy-choices p{
			font-size: 13px;
			line-height: 20px;
		}
		.colPPcClick {
			padding-left:53px;
		}
		.ppc-marketing .privacy-choices {
			padding-right: 53px;
		}
		.gswuyp_para p{
			font-size: 15px;
			line-height: 18px;
		}
		.engeg_tel_icn_flx .caLLBtn {		
			padding-left: 55px;
			min-height: 42px;	
		}
		.osmTabedArea a {
			font-size:20px;
			line-height:30px;
		}
		.osmTabedArea .email a {
			font-size: 17px;
			line-height:38px;
		}
		.iconInfoList img {
			width: 14px;
		}
		.osmTabedArea .caLLBtn .leftTelico img {
			width: 17px;
		}
		.engeg_tel_icn_flx .caLLBtn .leftTelico {			
			width: 41px;
			height: 41px;
		}
		.osmTabedArea {
			width: 311px;		
		}
		.engeg_tel_icn_flx .caLLBtn .leftTelico{
			left:0;
		}
		.osmTabedArea a{

		}
		.engeg_tel_icn_flx .leftTelico .svGdime {
			width: 24px;
			top: 5px;
		}
		.iconInfoList {
			gap: 15px;		
			padding-left:15px;
			padding-bottom: 2px;
			padding-right: 11px;
			padding-top: 0px;
		}
		.engeg_tel_icn_flx {
			width: 100%;		
			height: 30px;			
		}
		.gswuyp_para:before {
			width: 100%;
		}
		.iconInfoList:after{
			bottom: -3px;
		}
	
	    .ppc-section3-col3 .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section3 .integration .marketing .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
			width: 87%;
		}
		.ppc-section3 .integration .ecommerce-call-info p {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section3 .title-const-ppc{
			font-size: 38px;
			line-height: 44px;
		}
		.secThreeArea:after {
			width: 98px;
			height: 170px;
			top: 150px;
		}
		.gshop_unfld_powr_descp p,
		.ubai_card_dtls p {
			font-size: 13px;
			line-height: 20px;
		}
		.gshop_msng_out_descp p{
			font-size: 13px;
			line-height: 20px;
		}
		.gshpng_psc_lists ul li{
			font-size: 15px;
			padding-right: 19px;
			margin-right: 19px;
		}
		.gshop_msng_out_titls h3 {
			font-size: 23px;			
			padding-bottom: 8px;
		}
		.gshop_msng_out_titls h4 {
			font-size: 23px;
		}
		.gshop_msng_out_titls:before{
			height: 6px;
		}
		.service-section .cardd {
		
			padding: 15px 15px 34px;
		}
		.ubai_card_icn {
			width: 41px;
		}
		.service-section .card2:nth-child(1) {
			margin-top: 15px;
		}
		.service-section .card1{
			margin-top:30px;
		}
		.cardColSec4.paddTopCardOne {
			padding-top: 108px;
		}
		.google-shopping{
			justify-content: space-between !important;
		}
		.gshop_msng_out{
			padding-bottom: 0 !important;
		}
		.gshop_unfld_powr_title{
			padding-top:0;
		}
		.gshop_unfld_powr_title{
			padding-top:10px;
		}
		.feed_mangmnt_utpse_para p {
			font-size: 13px;
			line-height: 20px;
		}
		.feed_mangmnt_bnfts .feed-management-content .privacy-choices p{
			font-size: 13px;
			line-height: 20px;
		}
		.secContInfo .iconInfoList a img{
			width: 17px;
		}
		.secContInfo .iconInfoList a.active img {
			transform: scale(1.5);
		}
		.secContInfo .iconInfoList {
			gap:19px;
		}
		.iconInfoList:after {
			bottom: 0px;
		}
		.secContInfo .osmTabedArea {
			max-width: 251px;
		}
		.secContInfo .caLLBtn {
			padding-left: 41px;
		}
		.thumbBoxSecTwo{
			left:0;
			top: 3px;
		}
		.ppcThumbTab {
			width: 327px;
			margin-left: -130px;
		}
		.feed-management2{
			margin-left: 0;
		}
		.feed_mangmnt_gsaty .ppc-icon {
			padding-right: 120px;
		}
		.feed_mangmnt_gsaty .ppc-icon p{
			line-height: 20px;
		}
		.bottomAreaRowTwo{
			position:relative;
			top:-5px;
		}
		.feed_mangmnt_ifat_dtls h3::after{
			width: 50px;
		}
		.feed_mangmnt_bnfts .feed-management-content .privacy-choices p{
			padding-right: 12%;
		}
		.ebayAreaCard p {
		
			line-height: 21px;
		}
		.btnEbayArea{
			font-size: 24px;
			line-height: 29px;
		}
		.ebaYPopDesc p{
			font-size: 13px;
			line-height: 20px;
		}
		.colOnePPcList ul li span {
			font-size: 13px;
			line-height: 20px;
		}
		.backButtonText h5 {			
			font-size: 17px;
			line-height: 21px;			
			padding: 2px 21px;
		}
		.aMazonBox .backButtonText{
			left:-19px;
		}
		.backButtonText{
			right:-44px;
		}
		.ppc-audit-features {
			margin-top: 59px;
		}
		.ppc-section2 .integration .privacy-choices{
			padding-bottom: 30px;
		}
		.complex-integration {
			padding-top: 36px;
		}
		.ppc-integration {
			margin-top: 48px;
		}
		.ppc-section1 .design-content{
			margin-top:20px;
		}
		.ppc-section1 .content-welcome p {
			width: 85%;
		}
		.circleThreeBox {
			width: 88px;
			height: 145px;
			bottom: 6px;
		}
		.ppc-section1 .design-content {
			margin-top: 0px;
		}
		.arrowCurve {
			left: -51px;
			width: 100%;
			transform: scale(0.6);
		}
		.ppc-section1 .ppc-cont-pages{
			margin-bottom: 10px;
		}
		.bannerAreaPpc {			
			padding-bottom: 60px;
		}
		.ppc-section2 .integration .privacy-choices{
			padding-bottom: 15px;
			padding-top: 10px;
		}
		.ppc-audit-features {
			margin-top: 26px;
		}
		.complex-integration {
			padding-top: 26px;
		}
		.ppc_mrktng_clck .title-cont-pages {
			font-size: 35px;
			line-height: 41px;
		}
		.osmTabedArea .email a {
			font-size: 15px;
		}
		.ppc-marketing .privacy-choices {
			padding-right: 0;
		}
		.ppc-section3 .title-const-ppc {
			font-size: 35px;
			line-height: 41px;
		}
		.ppc-section3 .integration .ecommerce-call-info .help-bttn{
			padding-left:15px;
			width: 145px;
		}
		.userBicon {
			width: 18px;
			height: 18px;
		}
		.userBicon span.bodYhalf{
			bottom: -15px;
		}
		.service-section .cardd {
			padding: 10px 15px 14px;
		}
		.ubai_card_icn {
			width: 36px;
		}
		.cardColSec4 {
			justify-content: space-between;
		}
		.ubai_sngle_fig{
			top:0px;
		}
		.cardColSec4.paddTopCardOne{
			padding-bottom: 0;
		}
		.gshop_unfld_powr_descp p, .ubai_card_dtls p{
			padding-right: 10px;
		}
		.google-shopping {
			gap: 10px;
		}
		.feed_mangmnt_gsaty .ppc-icon{
			padding-right: 210px;
		}
		.feed_mangmnt_ifat_dtls p {
			font-size: 10px;
			line-height: 20px;
		}
		.column.column1.feed_mangmnt_ifat{
			padding-bottom: 5px;
		}
		.feed_mangmnt_utpse .feed-management3{
			padding-bottom: 0;
		}
		.feedTopArea {
			min-width: 300px;
		}
		.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
			padding-right: 2%;
		}
		.feed_mangmnt_utpse_bxs{
			margin-top:15px;
		}
		.ebayAreaCard p{
			font-size: 15px;
		}
		.titleParagEbay{
			gap:5px;
		}

		.buttOnStart a {		
			font-size: 12px;
			line-height: 20px;			
			padding-block: 4px;
			padding-inline: 20px;			
		}

		.hex-wrap {
			width: 173px;
			height: 149px;
		}
		.hexagon {
			width: 173px;
			height: 150.5px;
		}
		.hex-span {
			width: 172px;
			height: 149px;
		}
		.hexagon:before {
			width: 173px;
		}
		.hexagon:after {
			width: 173px;
		}
		.ppc-section3 .hex-container {
			max-width: 450px;
			top: 10px;
		}
		.hex-wrap.hex-seven {
			/* left: 0px; */
			margin-left: -30px;
			margin-top: -25px;
		}
	.ppc-section3 .hex-container{
		left:40px;
	}
	.hex-five {
        transform: translate(-116px, -250px);
	}
	.iconInfoList .liveChat a img {
    width: 18px;
}
.iconInfoList .microTeam a img {
    width: 17px;
}
.feed_mangmnt_utpse_plink {
        padding-top: 36px !important;
    }
.ppc-marketing-lower-box {
        padding-bottom: 20px;
    }
	.iconInfoList {
        padding-bottom: 2px;
    }
		
	}
	@media only screen and (max-width: 1280px){
		.ppc-marketing .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
		}
		.integration .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section3 .integration .benefits h4{
			font-size: 16px;
			line-height: 26px;
		}

		.feed-management2 {
			padding-top: 68px;
		}

		.engeg_tel_icn_flx .caLLBtn .leftTelico{
			left:0;
		}
		.engeg_tel_icn_flx .caLLBtn {
			padding-left: 55px;
		}
		.osmTabedArea {
			width: 270px;
		}
		.iconInfoList img {
			width: 14px;
		
		}
		.engeg_tel_icn_flx {
			width: 100%;
		}
		.iconInfoList{
			padding-right: 0;
		}
		.gswuyp_para:before {
			width: 100%;
		}
		.feed_mangmnt_utpse .feed-management3{
			padding-top: 25px;
		}
		.ppc-section2 .integration .privacy-choices {
			padding-bottom: 40px;
			
		}
		.complex-integration{
			padding-top: 52px;
		}
		.osmTabedArea .email a {
			font-size: 14px;
		}
		.ppc-section3 .unfolding-power {
			font-size: 26px;
			line-height: 35px;
			font-weight: 700;
			margin-top: 15px;
			margin-bottom: 28px;
		}
		.engeg_tel_icn_flx .leftTelico .svGdime {
			width: 23px;
			top: 7px;
		}
		.ppc_audt_fetrs_card{
			padding: 130px 0px 60px;
		}
		.audit-features {
			padding-top: 25px;
		}
		.ppc-section2 .integration {
			padding-top: 24px;
		}
		.complex-integration {
			padding-top: 45px;
		}
		.ppc-section3 .marketing h3 {
			font-size: 19px;
			line-height: 26px;
		}
		.ppc-section3 .unfolding-power {
			font-size: 26px;
			line-height: 34px;			
			margin-top: 15px;
			margin-bottom: 28px;
		}
		.ppc-section3 .integration .ecommerce-call-info{
			left: -75%;
			width: 175%;  
		}
		.ppc-section3 .unfolding-power{
			max-width: 268px;
		}
		.secThreeArea:after {
			width: 128px;
			height: 240px;		
			top: 120px;	
		}

		.ubai_card_dtls h2 {
			font-size: 19px;		
			padding-top: 8px;
			padding-bottom: 11px;			
		}
		.ubai_card_dtls p {
			font-size: 13px;
			line-height: 20px;
		}
		.gshop_unfld_powr_descp p {
			font-size: 13px;
			line-height: 20px;
		}
		.gshop_unfld_powr_title h2 {
			font-size: 26px !important;			
			width: 270px !important;
			line-height: 36px;
		}
		.gshop_msng_out_descp p {
			font-size: 13px;
			line-height: 20px;
		}
		.gshpng_psc_lists ul li {
	
			font-size: 15px;
			
			padding-right:19px;
			margin-right:19px;
			padding-left:19px;
			
		}
		.gshpng_psc_lists ul li::before {		
			height: 12px;
			width: 12px;
		}
		.service-section .cardd {		
			padding: 15px 15px 38px;
		}
		.service-section .card1{
			margin-left:0;
		}
		.ubai_card_dtls h2 {
			font-size: 17px;
		}
		.ubai_card_icn {
			width: 41px;
			
		}
		.service-section .card2:nth-child(1){
			margin-left:0;
		}
		.service-section .cardd {
			max-width: 100%;
		}
		.service-section .card3:nth-child(1){
			margin-left:0;
		}
		.service-section .card3:nth-child(2) {
			margin-top: 30px;
		}
		.service-section .card2:nth-child(2){
			margin-left:0;
			margin-top:30px;
		}
		.service-section .cardd.itSupport{
			padding-bottom: 40px;
		}
		.gshop_msng_out_titls {
			padding-bottom: 25px;
			margin-bottom: 15px;
		}
		.gshop_unfld_powr_title{
			padding-bottom: 20px;
		}
		.cardColSec4.paddTopCard {
			padding-top: 245px;
		}
		.service-section .card3:nth-child(1) {
			margin-top: 245px;
		}
		.service-section .card1 {
			margin-top: 53px;
		}
		.ubai_sngle_fig{
			top:113px;
		}
		.gshop_msng_out{
			padding-bottom: 6px;
		}
		.service-section .box h3{
			margin-top:0;
			padding-bottom: 10px;
		}
		.google-shopping{
			justify-content: space-between;
		}
		.gshop_msng_out_descp p{
			width:100%;
		}
		.ubai_sngle_fig{
			left:0;
		}
		.ubai_sngle_fig:before{
			top:30px;
		}
		.ubai_sngle_fig:after{
			top:-30px;
		}
		.feed_mangmnt_utpse_para p {
			font-size: 13px;
			line-height: 20px;
		}
		.feed_mangmnt_ifat_dtls p {
			font-size: 12px;
			line-height: 20px;
		}
		.feed_mangmnt_utpse_title h3 {
			font-size: 26px;
			width: 290px;
			line-height: 32px;
		}
		.buttOnStart .hoverEffIcon img {
			width: 53px;
			height: 53px;
		}
		.hoverEffIcon{
			top:7px;
		}
		.feedTopArea {
			min-width: 280px;
		}
		.feed_mangmnt_bnfts_hdng h3 {
			font-size: 23px;
		
		}
		.thumbBoxSecTwo {
			left: 0;
		}
		.secContInfo .caLLBtn {
			padding-left: 51px;
		}
		.ppcThumbTab{
			margin-left: 0;
			width: 365px;
		}
		.secContInfo .iconInfoList a.active img {
			transform: scale(1.3);
		}
		.feed_mangmnt_gsaty_lists .ppc-image-content{
			margin-left:0;
		}
		.feed_mangmnt_gsaty_lists .ppc-image-content li p {
			font-size: 11px;
			line-height: 20px;
		}
		.feed_mangmnt_gsaty_lists h5 {
			padding-bottom: 9px;
			margin-bottom: 9px;
		}
		.feed_mangmnt_gsaty_lists{
			top:235px;
		}
	    .ppc-feed-management .feed-management1 .ppc-icon {
			margin-top: 0;
		}
		.feed_mangmnt_gsaty .ppc-icon{
			padding-right: 9%;
		}
		.feed_mangmnt_gsaty .ppc-icon p{
			font-size: 13px;
			line-height: 20px;
		}
		.feed_mangmnt_gsaty_icn {
			width: 45px;
		}
		.ppcThumbTab .secContInfo .telNumber a {
				font-size: 20px;
			line-height: 26px;
		}
		
		.ppcThumbTab .secContInfo .mailCustom a{
			font-size: 12px !important;
		}
		.secContInfo .osmTabedArea{
			max-width: 245px;
		}
		.ppcThumbTab{
			width: 342px;
		}
		.secContInfo .iconInfoList{
			gap: 15px;
		}
		.secContInfo .caLLBtn {
			padding-left: 0;
		}
		.ppcThumbTab{
			width: 305px;
		}
		.secContInfo .iconInfoList a img {
			width: 18px;
		}
		.iconInfoList{
			padding-left:15px;
		}
		.ppcThumbTab {
			width: 256px;
		}
		.feed_mangmnt_ifat_icn {
			width: 30px !important;
		}
		.feed_mangmnt_ifat_dtls h3 {
			font-size: 12px;
		}
		.secFivOuterDiv{
			padding-bottom: 65px;
		}
		.feed_mangmnt_utpse .feed-management3{
			padding-bottom: 0;
		}
		.feed_mangmnt_gsaty .ppc-icon{
			padding-right: 165px;
		}	
		.secContInfo .caLLBtn {
			padding-left: 51px;
		}
		.ppcThumbTab {
			width: 255px;
			position: relative;
			left: -115px;
		}
		.ebayAreaCard p {
			font-size: 15px;
			line-height: 21px;		
			max-width: 290px;
		}
		.ttlSubDesc p {
			max-width: 75%;
		}
		p {
			font-size: 13px;
			line-height: 20px;
		}
		.backButtonText h5 {
			font-size: 17px;
			line-height: 21px;
			padding: 2px 21px;
		}
		.aMazonBox .backButtonText {
			left: -19px;
		}
		.backButtonText {
			right: -44px;
		}




	    .arrowCurve {
        bottom: -35px;
        left: 57px;
        transform: scale(0.8);
    }
		.button_content h3 {		
			margin-bottom: 4px;			
			max-width: 190px;
			font-size: 18px;
			line-height: 24px;
		}
		.button_content h3:after {
			width: 53px;
			height: 1px;		
		}
		.seoContInfo li img {
			width: 19px;			
		}
		.seoContInfo li {
			width: 45px;
			height: 45px;
		}
		.circleThreeBox{
			bottom: 37px;
		}
		.circleOne {
			width: 50px;
			height: 50px;
			top: 30px;
		}
		.circleTwo {
			bottom: 77px;
			right: 28px;
			width: 35px;
			height: 35px;
		}
		.ppc-section2 .unfolding-power {
			width: 274px;		
			padding-top: 15px;
			font-size: 26px;
		
		}
		.integration .benefits h4{
			font-size: 20px;
		}
		.integration .benefits h3{
			font-size: 23px;
		}
		.ppc-marketing .benefits h2 {
			font-size: 35px;
			line-height: 45px;
		
		}
		.ppc-section2 .unfolding-power{
			line-height: 36px;
			padding-top: 28px;
		}
		.complx_intgrsn_descp p {
			font-size: 13px;
			line-height: 20px;
		}
	   
		.complex-integration h3 {
			font-size: 15px;
			padding: 8px;
		}
		.ppc-audit-features {
			margin-top: 73px;
		}
		.ppc-audit-features li:nth-of-type(6) span {
			width: 118px;
		}
		.ppc-audit-features li:nth-of-type(4) span {
			width: 73px;
		}
		.ppc-section2 .integration .privacy-choices{
			padding-bottom: 50px;
		}
		.complex-integration {
			padding-top: 55px;
		}
		.ppc-audit-features {
			margin-top: 107px;
		}
		.ppc-integration{
			margin-top: 127px;
		}
		.complex-integration{
			padding-top: 66px;
		}
		.ppc-marketing-lower-box {
			padding-bottom: 0;
		}
		.ppc-section3 .integration .ecommerce-call-info {
			left: -100%;
			width: 200%;
		}
		.helpDivArea {
			gap: 85px;
		}
		.ppc-section3-col3 .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section3 .integration .marketing .privacy-choices p {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section3 .marketing ul li {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section3 .integration .ecommerce-call-info .help-bttn a {
			font-size: 14px;
			line-height: 21px;
		}
		.ppc-section3 .integration .ecommerce-call-info .help-bttn{
			width: 143px;
			padding: 9px 0px 6px 26px;
		}
		.integration .privacy-choices p {
			width: 100%;
		}

		.hex-wrap {
			width: 173px;
			height: 149px;
		}
		.hexagon {
			width: 173px;
			height: 150.5px;
		}
		.hex-span {
			width: 172px;
			height: 149px;
		}
		.hexagon:before {
			width: 173px;
		}
		.hexagon:after {
			width: 173px;
		}
		.ppc-section3 .hex-container {
			max-width: 450px;
			top: 10px;
		}
		.hex-wrap.hex-seven {
			/* left: 0px; */
			margin-left: -30px;
			margin-top: -25px;
		}
	.ppc-section3 .hex-container{
		left:40px;
	}
	.hex-five {
        transform: translate(-116px, -250px);
	}
	.ppc-section3-col1{
		padding-left:10px;
	}
	.ggl_shp_fig {
		width: 160px;
	}
	.cirCleTwoFeed {
        width: 40px;
        height: 40px;
		border: 2px solid #ecf3fa;
	}
	.cirCleOneFeed{
		border: 6px solid #f7f1ea;
		right: 83px;
        z-index: -1;
	}
	.seoBanConArea {
        left: -12px;
    }
	.iconInfoList {
    padding-bottom: 7px;
    }
	}
	

	@media only screen and (max-width: 1150px){
		.cardColSec4.paddTopCard {
			padding-top: 175px;
		}
		.gswuyp_para p {			
			font-size: 15px;
			line-height: 18px;
		}
	.ppc-section1 .content-welcome p{
		width:101%;
	}
	.ppc-marketing-lower-box{
		        padding-top: 20px;
	}
	.ppc-marketing-lower-box .img-box img{
		top: -48px;
        width: 53%;
        left: 151px;
	}
	.ppc-marketing .privacy-choices{
		padding-right: 0%;
	}
	.integration .benefits h4{
		font-size: 18px;
	}
	.integration .privacy-choices p{
		width:100%;
	}
	.ppc-audit-features li:nth-child(1) svg{
      top:4px;
	}
	.service-section .card3:nth-child(1) {
        margin-top: 207px;
	}
	.cardColSec4.paddTopCardOne {
        padding-top: 204px;
	}
	.ubai_card_dtls h2 {
        font-size: 15px;
	}
	.cardColSec4.paddTopCard {
        padding-top: 203px;
        padding-bottom: 0px;
	}
	.service-section .card1 {
        margin-top: 32px;
	}
	.ubai_sngle_fig {
        top: 214px;
	}
	.feed_mangmnt_bnfts .feed-management-content{
		width:100%;
	}
	.feed_mangmnt_bnfts .feed-management-content{
		margin-left:0;
	}
	.feed_mangmnt_bnfts_hdng{
		margin-left:0;
	}
	.feed_mangmnt_bnfts .feed-management-content .privacy-choices p {
        font-size: 13px;
        line-height: 20px;
	}
	.ppc-feed-management .feed-management1 .ppc-image-content {
        top: 39%;
        gap: 9px;
        display: flex;
        flex-direction: column;
	}
	.feed_mangmnt_gsaty .feed-management1 {
        padding-top: 72px;
	}
	.feed_mangmnt_gsaty_fig img {
        left: -58px;
        width: 105%;
	}
	.feed_mangmnt_gsaty_lists {
        top: 213px;
	}
	.feed_mangmnt_gsaty .ppc-icon {
		padding-right: 126px;
	}


	.hex-wrap {
		width: 138px;
		height: 119.4px;
	}
	.hexagon {
		width: 138px;
		height: 120px;
	}
	.hex-span {
		width: 137px;
		height: 119px;
	}
	.hexagon:before {
		width: 138px;
	}
	.hexagon:after {
		width: 138px;
	}
	.ppc-section3 .hex-container {
		max-width: 450px;
		top: 0px;
	}
    .hex-wrap.hex-seven {
        /* left: 0px; */
        margin-left: -45px;
        margin-top: -69px;
	}
.ppc-section3 .hex-container{
	left:25px;
}
.hex-five {
	transform: translate(-116px, -250px);
}
.ppc-section3-col1{
	padding-left:10px;
}
.ppc-section3 .hex-text {
	font-size: 13px;
	line-height: 23px;
}


	
	.hex-four {
	transform: translate(-215px, -188px);
	margin-left: -15px;
	}
	.hex-three {
        transform: translate(-227px, -65px);
    }
	.hex-six {
	transform: translate(-15px, -191px);
	margin-left: 15px;
	}
	.hex-one {
	transform: translate(1px, -69px);
	}
    .hex-two {
        transform: translate(-113px, -6px);
	}
	.colTwoInte {
     
        padding-left: 0;
	}
	.ppc-section3 .integration .ecommerce-call-info h3 {
        font-size: 15px;
        line-height: 22px;
	}
	.thumbBoxSecTwo {
    width: 32px;
    height: 32px;
	top: 4px;
}
.engeg_tel_icn_flx .caLLBtn {
        padding-left: 42px;
    }
	.engeg_tel_icn_flx .caLLBtn:after {
    width: 30px;
}
.osmTabedArea {
        width: 260px;
    }
	.bannerImgArea img {
        bottom: -180px;
    }

	}
	@media only screen and (max-width: 1080px){
		.ppc-section1 .privacy-choices {
			width: 110%;
		}

		.rwAreaSecThree{
		flex-wrap: wrap;
		}
		.ppc-section3{
		min-height: auto !important;
		}
		.ppc-section3 .ppc-section3-col1 {
			width: 50%;
			max-width: 100%;
			flex: 50%;
			padding-left:15px;
		}
		.ppc-section3 .hex-container {
			max-width: 511px;
			top: 0;
		}
		.ppc-section3 .integration {
			width: 50%;
			flex: 50%;
			max-width: 50%;
			padding-top: 0;
		}

		.ppc-section2 .unfolding-power{
			font-size: 22px;
			line-height: 28px;
			padding-top: 28px;			
			width: 238px;
		}
		.ppc-section1{
		height: auto !important;
		min-height: auto !important;
		}
		.ppcBannerArea .bannerColOne {
			padding: 104px 0px 0px;
		}
		.ppc-section1 .ppc-cont-pages span {
			font-size: 34px;
			line-height: 44px;
		}
		.content-welcome p {
			font-size: 13px;
			line-height: 20px;
		}
		.ppc-section1 .content-welcome p{
			width:100%;
		}
		.bannerAreaPpc {
			padding-top: 0;
		}
		.bannerAreaPpc{
			padding-bottom: 0;
		}
		.bannerImgArea img{
			bottom:0;
			right:30%;
			width:130%;
		}
		.ppcBannerArea {
			padding: 0px;
			display: flex;
			justify-content: flex-end;
			align-items: flex-end;
		}
	
		.ppc-section1 .design-content {
			margin-bottom: 0;
			position: relative;
			top: 10px;
		}
		.bannerImgArea {
			height: 100%;
			position: relative;
			right: -60px;
		}
		.ppc_audt_fetrs_card{
			padding-top: 0px;
			padding-bottom: 0;
		}
		.ppcAudtRow {
			height: 100%;
			display: flex		;
			/* flex-direction: column; */
			flex-wrap: wrap;
		}
		.audit-features{
			width:32%;
			padding-top: 0;
			max-width: 310px;
		}
		.ppc-section2 .integration {
			padding-top: 0px;
		}
		.ppc-marketing-s3 {
			width: 100%;
		}
		.colPPcClick {
			padding-left: 0;
		}
		.ppc-marketing .benefits h2 {
			font-size: 30px;
			line-height: 40px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 25px;
		}
		.ppc-marketing-s3{
			margin-top: 40px;
		}
		.ppc-section2 .integration{
			width: 68%;
		}
		.ppc-section2 .integration .privacy-choices {
			padding-bottom: 40px;
		}
		.complex-integration {
			padding-top: 36px;
		}
		.ppc-audit-features {
			margin-top: 40px;
		}
		.ppc-integration {
			margin-top: 30px;
			padding-right: 0;
		}
		.ppc-section3 .integration .ecommerce-call-info {
			left: 0;
			width: 100%;
		}
		.helpDivArea {		
			padding-bottom: 0px;
		}
		.secThreeArea:after {
			width: 128px;
			height: 240px;
			top: 20px;
			right: 0;
		}
		.colTwoInte{
			padding-top:0;
		}
		.colTwoInte{
			padding-left:0;
		}
		.ppc-section3 .integration .marketing .privacy-choices p{
			width: 80%;
		}
		.marketing {
			padding-left: 27px;
		}
		.ppc-section3 .ppc-section3-col3 {
			width: 100%;
			flex: 100%;
			max-width: 100%;
		}
		.colThreeSec3{
			margin-top: 30px;
			flex-direction: row;
			justify-content: flex-end;
			align-items: flex-end;
			gap: 50px;
		}
		.colThreeSec3 .rowCol3One{
			width:50%;
		}
		.colThreeSec3 .ppc-customer{
			width:50%;
		}
		.ppc-section3-col3 .privacy-choices p{
			width:100%;
		}
		.ppc-section3 .ppc-customer img{
			bottom:0;
		}
		.colTwoInte{
			gap:30px;
		}
		.unfoldFourSec{
			display: flex;
			flex-direction: column;
		}
		.google-shopping{
			width:100%;
		}
		.analytics_ubai_card {
			width:100%;
		}
		.unfoldng_ggle_shpng_sec {		
			height: auto !important;
			min-height: auto !important;
		}
		.cardColSec4.paddTopCard{
			padding-top:0px;
		}
		.service-section .card3:nth-child(1){
			margin-top:0;
		}
		.cardColSec4.paddTopCardOne{
			padding-top:30px;
		}
		.ppc-section3 .marketing:before {
			opacity: 1;
		}
		.ppc-section3 .marketing.marKeting:before {
			animation: descArrowRt1 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.cReative:before {
			animation: descArrowRt4 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.sEo:before {
			animation: descArrowRt3 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.cRo:before {
			animation: descArrowRt2 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.paidMedia:before {
			animation: descArrowRt6 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.stRategy:before {
			animation: descArrowRt5 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.cuStomerLead:before {
			animation: descArrowRt7 1.5s 0.5s forwards;
		}
		.ppc_mrktng_clck .title-cont-pages {
			font-size: 30px;
			line-height: 40px;
		}
		.ppc-marketing .benefits h2 {
			font-size: 28px;
			line-height: 36px;
		}
		.ppc-section3 .hex-container{
			top:50px;
		}
		.ggl_shp_fig {
			width: 120px;
		}
		.ppc_audt_fetrs_sec{
			padding-bottom: 20px;
		}
		.colThreeSec3 {
			margin-top: 10px;
		}
		.unfoldng_ggle_shpng_sec{
			float: left;
		}
		.gshop_unfld_powr_title{
			padding-top:10px;
		}
		.cardsAreaPpcOuter {
			padding-top: 30px;
		}
		.gshop_msng_out_titls h4 {
			font-size: 19px;
			line-height: 29px;
		}
		.gshop_msng_out_titls h3{
			padding-bottom: 0;
		}
		.google-shopping{
			gap:30px;
		}
		.gshp_icn {
			width: 90px;
		}
		.ubai_sngle_fig {
			top: auto;
			bottom: 0;
		}
		.ubai_sngle_fig {
			width: 100%;
		}
		.cardColSec4.paddTopCardOne{
			gap:60px;
		}
		.ppc_feed_mangmnt_sec{
			float:left;
		}
		.feed_mangmnt_gsaty .feed-management1{
			padding-top: 0;
		}
		.feed_mangmnt_utpse_title h2 {
			font-size: 30px;
			line-height: 40px;
		}
		.feed_mangmnt_utpse_title h3 {
			font-size: 22px;
			width: 290px;
			line-height: 28px;
			padding-top: 10px;
		}
		.feed_mangmnt_utpse_para p{
			padding-right: 0;
		}
		.feedMangRowOne{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.feed_mangmnt_utpse_para{
			width:70%;
		}
		.feed_mangmnt_utpse_plink {
			width: auto;
		}
	    .ppcThumbTab {
           width: 315px;
           position: relative;
           left: -135px;
    }
		.secContInfo {
			padding-top: 0;
			padding-left: 0;
		}
		.feedTopArea{
			gap:30px;
		}
		.feed_mangmnt_gsaty_fig img {
			left: -67px;
			width: 120%;
		}
		.feedTopArea{
			align-items: flex-end;
		}
		.feed_mangmnt_gsaty_lists {
			left: 10px;
			top: 150px;
		}
		.feed_mangmnt_gsaty_fig {		
			min-height: 380px;
		}
		.feed_mangmnt_gsaty .ppc-icon {
			padding-right: 170px;
		}
		.feed-management2{
			padding-top: 0px;
        min-height: 420px;
		}
		.ppc-section3 .marketing.cRo h3#tagmrttitle {
			animation: ttlPpcAni2 1s 0.5s forwards;		
		}
		.ppc-section3 .marketing.cRo:after {
			animation: descPpcBorder2 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.marKeting h3#tagmrttitle {
			animation: ttlPpcAni1 1s 0.5s forwards;			
		}
		.ppc-section3 .marketing.marKeting:after {
			animation: descPpcBorder1 1.5s 0.5s forwards;
		}

		.ppc-section3 .marketing.paidMedia h3#tagmrttitle {
			animation: ttlPpcAni6 1s 0.5s forwards;			
		}
		.ppc-section3 .marketing.paidMedia:after {
			animation: descPpcBorder6 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.stRategy h3#tagmrttitle {
			animation: ttlPpcAni5 1s 0.5s forwards;			
		}
		.ppc-section3 .marketing.stRategy:after {
			animation: descPpcBorder5 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.cReative h3#tagmrttitle {
			animation: ttlPpcAni4 1s 0.5s forwards;			
		}
		.ppc-section3 .marketing.cReative:after {
			animation: descPpcBorder4 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.sEo h3#tagmrttitle {
			animation: ttlPpcAni3 1s 0.5s forwards;		
		}
		.ppc-section3 .marketing.sEo:after {
			animation: descPpcBorder3 1.5s 0.5s forwards;
		}
		.ppc-section3 .marketing.cuStomerLead h3#tagmrttitle {
			animation: ttlPpcAni7 1s 0.5s forwards;
		}
		.ppc-section3 .marketing.cuStomerLead:after {
			animation: descPpcBorder7 1.5s 0.5s forwards;
		}
		.ppc-section3 .title-const-ppc{
			font-size: 30px;
			line-height: 40px;
		}

		.gshop_msng_out_titls h4 {
			font-size: 22px;
			line-height: 30px;
		}
		.gshop_msng_out_titls h3 {
			font-size: 22px;
			line-height: 30px;
		}
		    .secContInfo .caLLBtn {
        padding-left: 40px;
        }
	      .ppcThumbTab .secContInfo .mailCustom a {
        font-size: 13px !important;
        }
		    .iconInfoList .liveChat a img {
        width: 18px !important;
        }
		.ppc-section2 .integration {
        left: -10px;
       }
	   .get-started-project {
        padding-bottom: 0px;
       }
	   .ppc-marketing-lower-box {
        padding-top: 90px;
       }
	    .ppc-marketing-lower-box .img-box img {
        top: -57px;
        }
	    .thumbBoxSecTwo {
        top: 6px;
       }
	   .ppc-section2 .integration {
        order: 2;
      }
     .ppc_audt_fetrs_card .ppc-marketing {
      order: 1;
     }
    .audit-features {
     order: 2;
    }
    .ppc-section3 .ppc-section3-col3 {
       order: 1;
    }
	.ppc-section3 .integration {
        order: 2;
    }
	.ppc-section3 .ppc-section3-col1 {
        order: 2;
    }
	.secThreeArea:after {
        top: 50px;
    }
	.feed_mangmnt_utpse {
        order: 1;
        flex: 0 0 100%;
    }
	.feed_mngmnt_width2 {
        order: 2;
        flex: 0 0 50%;
    }
	.feed_mngmnt_width1 {
        order: 2;
        flex: 0 0 50%;
    }
	.ppc-section3-col1 {
        top: 0px;
    }
	.benefits {
        margin-top: 45px;
    }
	.secThreeArea:after {
        width: 110px;
        top: 40px;
    }
	.rwAreaSecThree {
    padding-bottom: 40px;
   }
   .secFivOuterDiv {
        display: flex;
        flex-wrap: wrap;
    }
	.feed_mangmnt_utpse_bxs {
        margin-bottom: 40px;
    }
	.unfoldFourSec {
        padding: 0px 0 20px;
    }


}
@media only screen and (max-width: 1024px){
	.engeg_tel_icn_flx .leftTelico .svGdime {
        width: 23px;
        top: 3px;
        left: 11px;
	}
	.ppc-section2 .unfolding-power{
		padding-top: 13px;
	}
	.seoBanConArea {
		margin-top: 4px;
		left: -12px;
	}
	.ppc-audit-features {
		margin-top: 60px;
	}
	.complex-integration{
		padding-left:5px;
	}
	.ppc-audit-features li:nth-child(1) svg {
        top: -3px;
	}
	.secThreeArea:after {
        width: 98px;
        height: 210px;
        top: 20px;
	}
	.ppc-audit-features li:nth-child(2) svg path {
        d: path("M 137 12 l 38 0 l 54 -43 l 37 0");
	}
	.cardsAreaPpcOuter{
		padding-inline: 15px;
	}
	.ppc-section3 .ppc-section3-col3{
		padding-left:0;
		padding-right: 0;
	}
	.osmTabedArea a {
        padding-top: 5px;
	}

	.feed_mangmnt_gsaty_fig img {
        left: -23px;
        width: 105%;
	}
	.feed_mangmnt_gsaty_lists {
        left: 40px;
	}
	.bannerImgArea {    
        right: -20px;
	}
	
	.feed_mangmnt_gsaty .global-seo-agency h3 {
        font-size: 13px;
		margin-bottom: 0;
	}
	.ppc-feed-management .global-seo-agency ul li {
        font-size: 10px !important;
	}
	.ppc-integration {
        margin-top: 62px;
        padding-right: 0;
    }
	.circleOne {
        top: 50px;
    }
	.circleTwo {
        bottom: 60px;
    }
	.circleThree {
        top: 0px;
    }
	.ppc-marketing-lower-box {
       flex-direction: column;
       padding-right: 55%;
	   padding-top: 35px;
	}
	.ppc-marketing-lower-box .img-box img {
        top: -74px;
		left: 135px;
    }
.iconInfoList {
        padding-left: 46px;
    }
 .iconInfoList:after {
        left: 10px;
    }
	.ppc-marketing-s3 {
        margin-top: 22px;
    }
	.rwAreaSecThree {
    padding-bottom: 45px;
}
.marketing::after {
    top: 40px;
}

 .ppc_audt_fetrs_card {
        padding-top: 20px;
    }
 .ppc-audit-features li:nth-child(1) svg path {
        d: path("M 162 15 l 108 0");
    }
	.ppc-audit-features li:nth-child(3) svg path {
        d: path("M 81 12 l 50 0 l 97 -83 l 40 0");
    }
	    .ppc-audit-features li:nth-child(6) svg path {
        d: path("M 124 13 l 51 0 l 52 -229 l 40 0");
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 150 12 l 36 0 l 45 -312 l 34 0");
    }
	    .ppc-audit-features li:nth-child(5) svg path {
        d: path("M 149 12 l 44 0 l 31 -186 l 47 0");
    }
	.ppcThumbTab .secContInfo .telNumber a {
        font-size: 14px;
        line-height: 24px;
    }
 
}

@media only screen and (max-width: 991px){
.ppc-marketing-s3{
padding-top:0;
}
.ppc-section3-col3{
	top:0;
}
.cardsAreaPpcOuter .row{
display: flex;
}
.secFivOuterDiv {
	padding-bottom: 65px;
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
    .ppc-audit-features li:nth-child(5) svg path {
        d: path("M 149 15 l 48 0 l 31 -191 l 41 0");
    }
	.helpDivArea {
        gap: 30px;
    }
	.ppc-integration {
        margin-top: 38px;
    }
	.ppc-marketing-lower-box {
        padding-right: 53%;
    }
	    .feed_mangmnt_gsaty .ppc-icon {
        padding-right: 175px;
    }
	.marketing::after {
    top: 40px;
  }
  .feed_mangmnt_utpse_bxs {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 800px){
	.feed_mangmnt_gsaty_fig {
        min-height: 260px;
	}
	.feed-management2 {  
        min-height: 320px;
	}
    .ppc-section1 .privacy-choices {
        width: 135%;
	}
	.audit-features{
		width:100%;
	}
	.ppc-section2 .integration {
        width: 58%;
	}
	.audit-features {
        width: 40%;
        padding-top: 0;
        max-width: 310px;
	}
    .ppc-section2 .integration {
        left: 0px;
    }
	.ppc-section2 .integration .privacy-choices {
        padding-bottom: 24px;
	}
	.complex-integration {
        padding-top: 30px;
	}
	.engeg_tel_icn_flx .leftTelico .svGdime{
		top: 5px;
        left: 9px;
	}
	.iconInfoList:after{
		left: 10px;
	}
	.secThreeArea:after {
        width: 68px;
        height: 170px;
        top: 10px;
	}
	.ppc-section3 .integration .ecommerce-call-info {
        left: -30%;
        width: 130%;
	}
	.ppc-section3 .hex-container {
        left: 50px;
	}
	.buttOnStart a {     
        line-height: 30px;
	}
    .feed_mangmnt_gsaty_fig img {
        left: -20px;
        width: 115%;
	}
    .feed_mangmnt_gsaty_lists {
        left: 25px;
        top: 103px;
	}
	.feedCircleBox{
		display: none;
	}
	.feed-management2 {
        padding-top: 0;
	}
	.colThreeSec3{
		gap: 20px;
	}
	.colThreeSec3 .rowCol3One {
        width: 100%;
	}
	.colThreeSec3 .ppc-customer {
        width: 50%;
	}
	.ppc-section3 .unfolding-power {
        max-width: 238px;
	}
	.ppc-section3 .unfolding-power {
        font-size: 22px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 28px;
	}
	    .ppc-audit-features li:nth-child(6) svg path {
        d: path("M 124 13 l 51 0 l 52 -232 l 40 0");
    }
	    .ppc-marketing-lower-box {
        padding-top: 100px;
    }
	.feed_mangmnt_gsaty_lists h5 {
        padding-left: 6px;
    }
	.feed_mangmnt_gsaty .ppc-icon {
        padding-right: 70px;
    }
	.ppc-feed-management .feed-management1 .ppc-icon {
        margin-top: 25px;
    }
	.iconInfoList .liveChat a img {
        width: 23px !important;
    }
	.ppc-audit-features li:nth-child(8) svg path {
        d: path("M 150 12 l 42 0 l 45 -314 l 34 0");
    }
	    .secContInfo .iconInfoList a img {
        width: 19px;
    }
	.ppc-marketing-s3 .microTeam a img {
        width: 16px !important;
    }
	.ppc-marketing-s3  .liveChat a img {
        width: 17px !important;
    }
	.iconInfoList .microTeam a img {
        width: 21px !important;
    }
	.osmTabedArea a {
        padding-top: 0px;
    }
	.ppc-marketing-s3 .iconInfoList .microTeam a img {
        width: 16px !important;
    }
	.bannerImgArea img {
        bottom: 0;
        right: 12%;
        width: 112%;
    }
	.ppc-integration {
        margin-top: 102px;
    }
	    .ppc-marketing-lower-box {
        padding-right: 42%;
    }
	.iconInfoList {
        padding-left: 26px;
    }
	.ppcThumbTab {
        left: -120px;
    }

}
@media only screen and (max-width: 767px){
    .bannerImgArea img {
        bottom: 0;
        right: 70%;
        width: 170%;
	}
	.ppc-section1 .ppc-cont-pages span {
        font-size: 30px;
        line-height: 40px;
	}
	    .ppc-integration {
        margin-top: 100px;
        padding-right: 0;
    }
	.ppc-marketing-lower-box {
        padding-top: 45px;
    }
	.get-started-project {
        padding-bottom: 0px;
    }
	.button_content h3 {
        margin-bottom: 6px;
    }
	.ppc-section1 .privacy-choices {
        margin-bottom: 65px;
    }
	.ppc-marketing-lower-box .img-box img {
        left: 135px;
    }
	
}
@media only screen and (max-width: 700px){
	.ppc-section1 .ppc-cont-pages span {
        font-size: 28px;
        line-height: 38px;
	}

	.ppc-section3 .title-const-ppc {
        font-size: 24px;
        line-height: 34px;
	}

	.ppc-section3 .unfolding-power {
        max-width: 205px;
		font-size: 18px;
        line-height: 26px;
        margin-top: 15px;

	}

	.gshop_unfld_powr_descp p {
        width: 100%;
	}
	.title-const-ppc {
        font-size: 18px;
        line-height: 28px;
	}
	.ppc-section2 .unfolding-power {
        font-size: 18px;
        line-height: 24px;
        padding-top: 0px;
        width: 200px;
	}
	.ppc-audit-features{
		width:100%;
	}
	.ppc-audit-features {
        margin-top: 103px;
	}

.ppc-audit-features li:nth-child(5) svg path {
	d: path("M 135 15 l 27 0 l 31 -192 l 27 0");
}
.ppc-audit-features li:nth-child(1) svg path {
	d: path("M 143 13 l 78 0");
}
.ppc-audit-features li:nth-child(1) svg {
	top: 2px;
}
.ppc-audit-features li span {
	font-size: 12px !important;
	line-height: 18px;
}
.ppc-audit-features li:nth-child(2) svg path {
	d: path("M 124 15 l 28 0 l 45 -43 l 28 0");
}
.ppc-audit-features li:nth-child(3) svg path {
	d: path("M 66 14 l 36 0 l 82 -81 l 36 0");
}
.ppc-audit-features li:nth-child(4) svg path {
	d: path("M 86 10 l 26 0 l 86 -118 l 26 0");
}
.ppc-audit-features li:nth-child(5) svg path {
	d: path("M 135 14 l 47 0 l 31 -196 l 47 0");
}
.ppc-audit-features li:nth-child(5) svg path {
	d: path("M 130 14 l 32 0 l 31 -177 l 32 0");
}
.ppc-audit-features li:nth-child(6) svg path {
	d: path("M 110 13 l 30 0 l 52 -218 l 30 0");
}
.ppc-audit-features li:nth-of-type(6) span {
	width: 103px;
}
.ppc-audit-features li:nth-child(7) svg path {
	d: path("M 112 11 l 31 0 l 44 -257 l 31 0");
}
.ppc-audit-features li:nth-child(8) svg path {
	d: path("M 132 12 l 25 0 l 40 -297 l 25 0");
}
.ppc-marketing .benefits h2 {
	font-size: 24px;
	line-height: 32px;
}
.marketing::after {
    top: 38px;
}



/* section three */
.hex-wrap {
	width: 118px;
	height: 99px;
}
.hexagon {
	width: 118px;
	height: 100px;
}
.hex-span {
	width: 117px;
	height: 99px;
}
.hexagon:before {
	width: 119px;
}
.hexagon:after {
	width: 118px;
}
.ppc-section3 .hex-container {
	max-width: 450px;
	top: 0px;
}
.hex-wrap.hex-seven {
	/* left: 0px; */
	margin-left: -45px;
	margin-top: -69px;
}
.ppc-section3 .hex-container{
left:50px;
top:30px;
}
.hex-five {
	transform: translate(-103px, -218px);
}
.ppc-section3-col1{
padding-left:10px;
}
.ppc-section3 .hex-text {
font-size: 13px;
line-height: 23px;
}

.ppc-section3 .integration .ecommerce-call-info {
	left: -126%;
	width: 200%;
}
.ppc-section3 .integration .ecommerce-call-info h3{
	margin-top:0;
}
.hex-four {
	transform: translate(-175px, -169px);
	margin-left: -25px;
}
.hex-three {
	transform: translate(-190px, -69px);
	margin-left: -10px;
}
.hex-six {
	transform: translate(-4px, -168px);
	margin-left: -2px;
}
.hex-one {
	transform: translate(-9px, -67px);
}
.hex-two {
	transform: translate(-106px, -18px);
}
.secThreeArea:after {
	width: 65px;
	height: 140px;
	top: -10px;
}
.ppc-section3 .integration .benefits h4 {
	font-size: 14px;
	line-height: 24px;
}
.ppc-section3 .integration .benefits h3 {
	font-size: 20px;
	line-height: 30px;
}
.ppc-section3 .marketing h3 {
	font-size: 17px;
	line-height: 24px;
}
.ppc-section3 .integration .marketing .privacy-choices p {
	width: 100%;
}
.ppc-section3 .marketing:before{
	border-width: 6px 0 8px 7px;
}


.cardsAreaPpcOuter .row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap:30px;
}
.gshop_ishd {
	width: 100%;
}
.cardColSec4.paddTopCardOne {
	gap: 40px;
}
.ubai_sngle_fig:after {
	top: 0;
}
.ubai_sngle_fig img {
	width: 40% !important;
}
.service-section .card2:nth-child(1) {
	margin-top: 20px;
}
.cardColSec4.paddTopCardOne{
	padding-top:0;
}
.service-section .card1 {
	margin-top: 0;
}
.cardColSec4 {
	padding-bottom: 0;
}
.secFivOuterDiv{
	flex-direction: column;
	gap: 30px;
}
.feed_mngmnt_width1 {
	width: 100%;
}
.feed_mngmnt_width2 {
	width: 100%;
}
.feed_mangmnt_bnfts .feed-management-content .privacy-choices-sndpara p {
	margin-top: 15px;
}
.feed-management2 {
	min-height: 190px;
}
.service-section .card3:nth-child(2){
	margin-left:0;
	margin-right: 0;
}
.unfoldFourSec{
	padding-bottom: 30px;
}
.feed_mangmnt_gsaty_fig img {
	left: -35px;
	width: 100%;
}
.feed_mangmnt_gsaty_lists {
	left: 56px;
	top: 143px;
}
.ppc-feed-management .feed-management1 .global-seo-agency {
	padding-bottom: 10px;
}
.ggleAnalytics img {
	width: 240px;
}
.arrowCurve {
        bottom: -50px;
        left: -13px;
        transform: scale(0.6);
    }
.ppc-feed-management .feed-management1 .ppc-icon {
	margin-top: 25px;
}
.feed_mangmnt_bnfts_hdng {
    padding-bottom: 20px;
}
.rwAreaSecThree{
	padding-bottom: 50px;
}
.cardsAreaPpcOuter{
	padding-top:0;
}
.unfoldFourSec {
	padding-bottom: 10px;
}
.secFivOuterDiv {
	padding-bottom: 0;
}
.service-section .box p {
	width: 100%;
}
.ppc-marketing-lower-box {
        padding-right: 36%;
    }
}

@media only screen and (max-width: 630px){
   	.colThreeSec3 {
        margin-top: 30px;
        flex-direction: column;
	}
	.ppc_mrktng_clck .title-cont-pages {
        font-size: 24px;
        line-height: 34px;
	}
	.ggl_shp_icntitle .unfolding-power {
        font-size: 24px;
	}
	.ggl_shp_fig {
        width: 90px;
	}
	.gshop_unfld_powr_title h2 {
        font-size: 20px !important;
        width: 215px !important;
        line-height: 26px;
	}
	.feed_mangmnt_bnfts_hdng h3 {
        font-size: 20px;
	}
	.feed_mangmnt_bnfts_hdng h3:after{
		top:10px;
	}
	.ppc-feed-management .feed-management1 .global-seo-agency {
        padding-bottom: 25px;
	}
	.feed_mangmnt_gsaty_lists {
        left: 38px;
        top: 129px;
	}
	.feed_mangmnt_utpse_title h2 {
        font-size: 24px;
        line-height: 34px;
	}
	.feed_mangmnt_utpse_title h3 {
        font-size: 18px;
        width: 200px;
        line-height: 24px;
        padding-top: 10px;
	}
	.feed_mangmnt_utpse_para {
        width: 100%;
	}
	.feed_mangmnt_utpse_plink{
		padding-top: 40px;
	}
	.feed_mangmnt_utpse .feed-management3 {
        padding-top: 0px;
	}
	.service-section .cardd {
        padding: 15px 15px 25px;
	}
	.service-section .cardd.itSupport{
		padding-bottom: 25px;
	}
	.service-section .card2:nth-child(1) {
        margin-top: 0;
	}
	.rwAreaSecThree{
		flex-direction: column;
	}
	.ppc-section3 .integration {
        width: 100%;
        flex: 100%;
        max-width: 100%;
	}
	.ppc-section3 .integration .ecommerce-call-info {
        left: 0;
        width: 100%;
	}
	.ppc-section3 .integration{
		padding: 0 !important;
		left:0;
	}
	.ppc-section3 .ppc-section3-col1{
		width: 100%;
	}
	.ppc-section3 .hex-container {
        left: 0;
        top: 0;
	}
	.ppc-section3 .hex-container{
		height: 490px;
	}
	.ppc-section3 .integration{
		margin-top: -180px;
	}
	.ppc-section3 .hex-container {
        max-width: 400px;
		left: 65px;
	}
	.audit-features{
		width:100%;
		max-width: 100%;
	}
	.ppc-audit-features {
        margin-top: 23px;
	}
	.integration .benefits h3 {
        font-size: 20px;
	}
	.integration .benefits h3 {
        font-size: 20px;
	}
	.ppc-section2 .integration {
        width: 100%;
	}
	.ppc-audit-features li svg{
		display: none;
	}
	.ppc-section1 .privacy-choices {
        width: 100%;
	}
	.ppcBannerArea{
		flex-direction: column;
	}
	.bannerImgArea img {
        bottom: 0;
        right: 0;
        width: 100%;
	}
	.ppcBannerArea{
		gap:40px;
	}
	.ppc-audit-features ul {
		margin: 0;
		display: grid
	;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
	}
	.ppc-section2 .unfolding-power {
        font-size: 16px;
        line-height: 22px;
        padding-top: 0px;
        width: 177px;
		margin-top: 10px;
	}
	.integration .benefits h4 {
        font-size: 16px;
	}
	.ppc-integration {
        margin-top: 20px;
    }
	.ppc-section2 .integration {
        padding-top: 20px;
		padding-right: 20px;
    }
	.thumbBoxSecTwo {
        top: 2px;
    }
	.ppc-marketing-lower-box {
        padding-right: 0%;
		flex-direction: row;
    }
	.ppc-marketing-lower-box {
        padding-top: 60px;
    }
	.ppc-marketing-lower-box .img-box img {
        top: -55px;
		width: 45%;
    }
	.ppc-customer img {
      display: none;
	}
	.rwAreaSecThree {
        padding-bottom: 25px;
    }
	.google-shopping {
        gap: 5px;
    }
	.ubai_sngle_fig  {
		display: none;
	}
	    .ppc-marketing-s3 {
        padding-top: 0;
        padding-right: 20px;
    }
	.buttOnStart:hover .hoverEffIcon {
        display: none;
    }
	.ppc-section3 .ppc-section3-col3 {
       order: 1;
    }
	.ppc-section3 .integration {
        order: 2;
    }
	.ppc-section3 .ppc-section3-col1 {
        order: 2;
		padding-top: 15px;
    }
	.secThreeArea:after {
        top: 50px;
    }
	.feed_mangmnt_utpse {
        order: 1;
    }
	.feed_mngmnt_width2 {
        order: 2;
    }
	.feed_mngmnt_width1 {
       order: 3;
    }

}
@media only screen and (max-width: 600px){ 
	 .ppcThumbTab {
        left: -243px;
    }
	.feed_mangmnt_utpse_plink {
        padding-top: 30px !important;
    }
	.ppc_audt_fetrs_sec {
        padding: 0px 5px;
    }
	.ppc-marketing-s3 {
        margin-top: 10px;
    }
	.ppc-section2 .integration {
       display: grid;
    }
	.ppc_audt_fetrs_card .ppc-marketing {
        order: 1;
    }
	.complex-integration {
       order: 2;
    }
	.ppc-section2 .benefits {
       order: 3;
    }
	.ppc-section2 .integration .privacy-choices { 
		order: 3;
		}
	.ppc-integration {
        order: 3;
    }
	.complex-integration {
        padding-left: 0px;
    }
	.ppc-section2 .benefits {
    margin-top: 20px;
   }
   .secThreeArea {
        padding-top: 20px;
    }
	.ppc-section3 .integration .benefits h4 {
        margin-bottom: 20px;
    }
	.feed_mangmnt_utpse_bxs {
        margin-bottom: 10px;
    }
	.colThreeSec3 {
        gap: 0px;
    }
	.iconInfoList {
        padding-bottom: 3px;
    }
}

@media only screen and (max-width: 520px){ 
	.ppc_audt_fetrs_card {
        padding-top: 5px;
        padding-bottom: 0;
    }
	.ppc-integration {
        margin-top: 40px;
    }
	.ppcThumbTab {
        left: -160px;
    }
	    .secFivOuterDiv {
        gap: 20px;
    }
	/* .ppcThumbTab .secContInfo .telNumber a {
        font-size: 18px;
        line-height: 29px;
    } */
	.bannerImgArea img {
        display: none;
    }
	.ppcBannerArea {
        gap: 12px;
    }
	.complx_intgrsn_descp {
        padding: 15px 0 0 0px;
    }

}
@media only screen and (max-width: 500px){
	.ppc-section3 .hex-container{
		left: 43px;
	}
	.gshop_msng_out_titls h4 {
        font-size: 18px;
        line-height: 26px;
	}
	.gshop_msng_out_titls h3 {
        font-size: 18px;
        line-height: 26px;
	}
	.gshop_msng_out_titls:before{
		height:4px;
	}
	.feed_mangmnt_gsaty .ppc-icon {
        padding-right: 0;
	}
	.ppc-feed-management .feed-management1 .ppc-icon {
        margin-top: 25px;
	}
	.feed_mangmnt_gsaty_fig {
        min-height: 227px;
	}
	.feed_mangmnt_gsaty_lists {
        left: 23px;
        top: 86px;
	}
	.ppc_audt_fetrs_card {
        padding-top: 0px;
    }
	.thumbBoxSecTwo {
        top: 3px;
    }
	.iconInfoList {
        padding-bottom: 8px;
    }
	.iconInfoList:after {
        left: 0px;
    }
	.ppc-marketing-lower-box .img-box img {
        left: 136px;
    }
	.ppc-section3 .ppc-customer img {
      display: none;
    }
	    .rwAreaSecThree {
        padding-bottom: 25px;
    }
	.ppc-section1 .privacy-choices {
        margin-bottom: 35px;
    }
	.google-shopping {
        gap: 10px;
    }
	.ubai_sngle_fig {
        display: none;
    }
	.feed_mangmnt_gsaty_fig img {
        left: -45px;
    }
	.feed_mangmnt_gsaty_lists {
        left: 5px;
        top: 104px;
    }
	.feed_mangmnt_gsaty_lists .ppc-image-content li {
        margin-bottom: -7px;
    }
	.ppcThumbTab {
        left: -125px;
    }
	.secFivOuterDiv {
        gap: 20px;
    }
	.colThreeSec3 {
        gap: 10px;
    }
	.feed_mangmnt_utpse_plink {
        padding-top: 25px !important;
    }
	.iconInfoList {
        padding-left: 30px;
    }
	.marketing ul li::before {
        width: 3vw;
        font-size: 3vw;
    }
	
	   

}
@media only screen and (max-width: 430px){ 
	    .iconInfoList {
        padding-left: 10px;
    }
	.secContInfo .iconInfoList a img {
        width: 17px;
    }
	    .iconInfoList .microTeam a img {
        width: 19px !important;
    }
	    .iconInfoList .liveChat a img {
        width: 21px !important;
    }
	.secContInfo .iconInfoList {
        gap: 13px;
    }
	.ppcThumbTab {
        left: -75px;
    }
	.ppc-marketing-s3 .liveChat a img {
        width: 18px !important;
    }
	.osmTabedArea {
        width: 250px;
    }
	.osmTabedArea .email a {
        font-size: 13px;
        line-height: 23px;
    }
	.iconInfoList:after {
        display: none;
    }
	.secThreeArea:after {
        width: 60px;
        top: 60px;
    }
	.ppc-marketing-lower-box {
        padding-top: 90px;
    }
	.feed_mangmnt_gsaty_lists {
        left: 2px;
        top: 85px;
    }
	.feed_mangmnt_gsaty_fig img {
        left: -42px;
    }
	    .ppc-feed-management .feed-management1 .ppc-icon {
        margin-top: 20px;
    }
	.feedTopArea {
        gap: 15px;
    }
	.secFivOuterDiv {
        gap: 20px;
    }
	.feed_mangmnt_utpse_bxs {
        margin-top: 7px;
    }
	    .ppc-integration {
        margin-top: 15px;
    }
	.colOuterPay {
    padding-top: 5px;
   }
   .feed_mangmnt_bnfts .secContInfo {
        display: flex;
        flex-direction: column-reverse;
    }
     .ppcThumbTab {
        left: -248px;
        width: 140px;
    }
	.iconInfoList {
        padding-bottom: 8px;
    }
	.feed_mangmnt_utpse .feed-management3 {
        padding-top: 0px;
    }
	    .gshpng_psc_lists {
        padding-top: 15px;
    }
	.ppc-marketing-s3 .iconInfoList:after {
        display: block;
    }
	.feed_mangmnt_bnfts .iconInfoList {
        padding-bottom: 14px;
    }
	 .osmTabedArea {
        width: 252px !important;
    }
	.feed_mangmnt_bnfts  .osmTabedArea {
        width: 320px !important;
    }
	    .secContInfo .osmTabedArea {
        max-width: 320px;
    }
	.ppcThumbTab .secContInfo .mailCustom a {
        font-size: 14px !important;
    }
	.marketing::after {
        top: 36px;
    }
	.ppcBannerArea {
        gap: 30px;
    }
	.ppc-section3-col1 {
        top: 0px;
    }
	.ppc-section3 .ppc-section3-col1 {
        padding-top: 0px;
    }
	.benefits {
        margin-top: 50px;
    }
	.ppc-marketing-s3 {
        margin-top: 0px;
    }
	.ppc-section2 .benefits {
        margin-top: 10px;
    }
	.ppc-marketing .benefits h2 {
        padding-bottom: 20px;
    }
	.colThreeSec3 {
       margin-top: 20px;
    }
	.cardsAreaPpcOuter .row {
        gap: 20px;
    }
	.feed_mangmnt_utpse {
        padding-bottom: 15px;
    }
	.complex-integration {
        padding-bottom: 10px;
    }

}
@media only screen and (max-width: 420px){
.ppc-marketing .privacy-choices {
	padding-right: 0;
}
.ppc-marketing-lower-box .img-box img {
	top: -65px;
	width: 38%;
	left: 184px;
}
.ppc-marketing-lower-box .iconInfoList {
	padding-left:0px;
	position: absolute;
	left: 0;
	top: -50px;
}
.ppc-marketing-lower-box .iconInfoList:after{
	display: none;
}
.get-started-project {
	padding-bottom: 45px;
}
.helpDivArea {
	gap: 15px;
	flex-direction: column;
}
.colThreeSec3 .ppc-customer {
	width: 100%;
}
.gshpng_psc_lists ul li {
	font-size: 10px;
	padding-right: 17px;
	margin-right: 17px;
	padding-left: 17px;
}
.ubai_sngle_fig img {
	width: 75% !important;
}
.secThreeArea:after {
	width: 55px;
	height: 140px;
	top: 50px;
}
.ppc-marketing-lower-box {
        padding-top: 50px;
    }
 .ppc-integration {
        margin-top: 40px;
    }
     .ppc-marketing-lower-box {
        padding-top: 30px;
    }
  .ppc-section3 .integration .benefits h4 {
        margin-bottom: 25px;
    }
	.helpDivArea {
        gap: 30px !important;
    }
	.ppc-section3 .unfolding-power {
        margin-bottom: 20px;
    }
	.ppc-feed-management .feed-management1 .ppc-icon {
        margin-top: 10px;
    }
	.ppcThumbTab {
        left: -238px;
    }
	    .ppc_audt_fetrs_card {
        padding-top: 5px ;
    }
}
@media only screen and (max-width: 414px){ 
	    .ppcThumbTab {
        left: -234px;
    }
}

@media only screen and (max-width: 410px){
.ppc-marketing .benefits h2 {
	font-size: 22px;
	line-height: 30px;
}
.gshop_msng_out_titls h4 {
	font-size: 14px;
	line-height: 22px;
}
.feed_mangmnt_gsaty_fig img{
	display: none;
}
.feed_mangmnt_gsaty_lists h5 {
	padding-left: 0;
}
.feed_mangmnt_gsaty_lists {
	left: 0;
	
}
.ppc-feed-management .feed-management1 .ppc-image-content {
	top: 0;
	gap: 15px;

}
.feed_mangmnt_gsaty_fig {
	min-height: 165px;
}
.feed_mangmnt_gsaty_lists{
	top:57px;
}

.ppc-section3 .cRo h3{
	color: #009fbd;
}
.ppc-section3 .sEo h3{
	color:#508d4e;
}
.ppc-section3 .cReative h3{
	color:#478ccf;
}
.ppc-section3 .stRategy h3{
	color:#50b498;
}
.ppc-section3 .paidMedia h3{
	color:#e68369;
}
.ppc-section3 .marKeting h3{
	color:#ffbc13;
}
.ppc-section3 .cuStomerLead h3{
	color:#e0a75e;
}





.textFlipArea {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    position: relative;
    left: 3px;
}
.ecommerce-call-info .help-bttn a {
	font-size: 18px;
	line-height: 26px;
	text-decoration: none !important;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px 52px 0 0;
}
.textFlipArea{
	overflow: hidden;

}
.helText {
    position: absolute;
    opacity: 1;
    overflow: hidden;
    top: 8px;
    transition: all 0.5s ease;
}
 
.rightBtnHlp:hover .helText:nth-child(1) {
    animation: flipVerticalOut 1s 0.1s forwards;
}
.rightBtnHlp .helText:nth-child(2) {
    opacity: 0;
    transform: translateX(140%);
}
.rightBtnHlp:hover .helText:nth-child(2) {
    animation: flipVerticalIn 1s 0.1s forwards;
}
@keyframes flipVerticalOut {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(-140%);
    }
}
@keyframes flipVerticalIn {
    0% {
        opacity: 0;
        transform: translateX(140%);
    }
 
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
.ppc-section3 .integration .ecommerce-call-info .help-bttn {
    margin: 0;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 188, 19, 0);
    padding: 0px 0px 0px 16px;
}

.feed_mangmnt_bnfts .secContInfo {
    display: flex;
    flex-direction: column-reverse;
}

.ppcThumbTab {
    left: -230px;
	width: 140px;
}
.iconInfoList:after {
       display: none;
    }
.feed_mangmnt_bnfts .iconInfoList {
    padding-bottom: 20px;
}
    .ppc-feed-management .feed-management1 .ppc-icon {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 400px){  
	.ppcThumbTab {
        left: -220px;
    }

}
@media only screen and (max-width: 390px){  
  .ppcThumbTab {
        left: -208px;
        width: 140px;
    }
  .ppc-marketing-lower-box {
        padding-top: 20px;
    }
.cardsAreaPpcOuter .row {
        gap: 20px;
    }
}
@media only screen and (max-width: 380px){  
	    .ppcThumbTab {
        left: -200px;
        width: 140px;
    }
}
@media only screen and (max-width: 375px){  
	    .ppcThumbTab {
        left: -194px;
    }
}
@media only screen and (max-width: 360px){ 
.ppcThumbTab {
    left: -178px;
    width: 140px;
}
.feed_mangmnt_utpse .feed-management3 {
        padding-top: 0px;
    }
	    .ppcThumbTab .secContInfo .telNumber a {
        font-size: 17px;
        line-height: 28px;
    }
}
