.section {
  position: relative;
  padding: 5rem 0;
}

section.section.work-for-best {
    background: linear-gradient(269.84deg, #FB2966 1.3%, #C55FC3 99.86%) !important;
}

section.section.work-for-best h2 {
    color: white;
}


.wbf-box {
    box-shadow: 0px 4.88px 30.52px 0px #00000026;
    background: white;
    border-radius: 14.65px;
    padding: 30px;
}
.wbf-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: center;
}

.wbf-box {
    width: 32%;
}
.wbf-box div {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.wbf-box h3 {
  font-family: Almarai;
font-weight: 700;
font-size: 24px;
line-height: 25px;
letter-spacing: -5%;

}

.wbf-box p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}


.fb-ads-campaigns a.btn.pink-btn img {
    filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
	
	.wbf-box {
    width: 100%;
}
  .row {
    grid-row-gap: 1rem;
  }
}
.bg-pink-dotted {
  background: url(/assets/images/lp-facebook-marketing-v2/bg-pink-dotted.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/* BANNER CSS START  */



/* BANNER CSS END  */

/* PACKAGES CSS START  */

.package-box {
  background: #fff;
  width: 23%;
}

/* PACKAGES CSS END  */

/* CTA SECTION STYLE START  */

.CTA-section {
  padding: 1rem 0;
  background: linear-gradient(-90deg, #fb2966, #c55fc3);
}
.CTA-section .row {
  align-items: center;
}
.CTA-section .div-text h2,
.CTA-section .div-text p {
  color: #fff;
  text-align: left;
}
.CTA-section .div-text h2 {
  margin: 0 0 1rem;
}
.CTA-section .div-text p {
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 992px) {
  .CTA-section .div-text p {
    max-width: 85%;
  }
}
.CTA-section a.btn.white-btn {
  border-color: #fff !important;
  color: #fff !important;
}

.CTA-section a.btn.white-btn img {
  filter: brightness(0) invert(1);
}

/* CTA SECTION STYLE END  */

/* WHY FB ADS STYLES START  */

.section-shapes:before,
.section-shapes:after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/lp-facebook-marketing-v2/ellipse-01.webp);
  background-repeat: no-repeat;
  width: 585px;
  height: 1225px;
  z-index: -1;
}

.section-shapes:before {
  left: 0;
  bottom: -50%;
}

.section-shapes:after {
  right: 0;
  top: -50%;
  transform: scaleX(-1);
}

.why-fb-ads-section .tab-content-item {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.why-fb-ads-section .tab-content-item.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.why-fb-ads-section h2.t-head {
  margin: 0 0 10px;
}
.why-fb-ads-section .tabs-wrap {
  margin: 3rem 0 0;
}

.why-fb-ads-section .tabs-wrap .tabs-nav-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 3rem;
}

.why-fb-ads-section .tabs-wrap .tabs-nav-head .tab-nav {
  background: #d9d9d9;
  padding: 1.25rem;
  cursor: pointer;
  text-align: center;
}

.why-fb-ads-section .tabs-wrap .tabs-nav-head .tab-nav p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #a3a3a3;
  margin: 0;
}

.why-fb-ads-section .tabs-wrap .tabs-nav-head .tab-nav.active {
  background: #f2518d;
}

.why-fb-ads-section .tabs-wrap .tabs-nav-head .tab-nav.active P {
  color: #fff;
}

@media (min-width: 1200px) {
  .why-fb-ads-section .tabs-wrap .tab-content-item .div-text {
    padding-right: 2rem;
  }
}

.why-fb-ads-section .tabs-wrap .tab-content-item .div-text h3 {
  font-family: "Almarai", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #1f2e4e;
}
.why-fb-ads-section .tabs-wrap .tab-content-item .div-text p {
  font-size: 20px;
  color: #1f2e4e;
  line-height: 29px;
  margin: 1.5rem 0 0;
}
.why-fb-ads-section .tabs-wrap .tab-content-item .div-text a.btn {
  display: inline-block;
}
.why-fb-ads-section .tabs-wrap .tab-content-item .row {
  align-items: center;
}

.why-fb-ads-section .div-image img {
  border-radius: 10px;
  border: 1px solid #dfdfdf;
}
/* WHY FB ADS STYLES END  */

/* FB ADS CAMPAIGN STYLES START  */

.fb-ads-campaigns {
  background: #1f2e4e;
}

.fb-ads-campaigns .head {
  margin: 0 0 3rem;
}

.fb-ads-campaigns .head * {
  color: #fff;
}

.fb-ads-campaigns .head h2 {
  margin: 0 0 1rem;
}

.fb-ads-campaigns .head > p {
  max-width: 60%;
  margin: auto;
}
.fb-ads-campaigns .grid-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.fb-ads-campaigns .grid-items .grid-item {
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  grid-gap: 2rem;
  box-shadow: 0 4px 30px rgb(0 0 0 / 15%);
  transition: all 0.3s ease-in-out;
}
.fb-ads-campaigns .grid-items .grid-item * {
  transition: all 0.3s ease-in-out;
}
.fb-ads-campaigns .grid-items .grid-item span {
    font-size: 0px;
    font-weight: 400;
	color:white;
	
}
.fb-ads-campaigns .grid-items .grid-item .grid-text {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1f2e4e;
}
.fb-ads-campaigns .grid-items .grid-item.more-details {
  background: #fd3067;
  justify-content: center;
}
.fb-ads-campaigns .grid-items .grid-item.more-details .grid-text > p {
  color: #fff;
}
.fb-ads-campaigns .grid-items .grid-item:hover {
  background: #fe3666;
  cursor:pointer;
}
.fb-ads-campaigns .grid-items .grid-item:hover .grid-icon {
  filter: brightness(0) invert(1);
}
.fb-ads-campaigns .grid-items .grid-item:hover .grid-text > p {
  color: #fff;
}

.fb-ads-campaigns .grid-items .grid-item:hover .grid-text > span {
  font-size: 16px;
  color:White;
}
.CTA-inside {
  margin: 5rem 0 0;
}
.CTA-inside > h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  color: #fff;
  font-weight: normal;
}

.grid-text span {
    display: block;
    font-size: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

/* Hover effect (optional – keep if you still want hover reveal) */
.grid-item:hover .grid-text span {
    font-size: 16px;
    opacity: 1;
}

/* Show all when button clicked */
.grid-items.show-all .grid-text span {
    font-size: 16px;
    opacity: 1;
	color:#424242;
}

/* Optional styling for More Details button */
.more-details {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-weight: 600;
}

.CTA-inside .cta-con {
  justify-content: center;
}

.CTA-inside a.btn.white-btn {
  border-color: #fff !important;
  color: #fff !important;
}

.CTA-inside a.btn.white-btn img {
  filter: brightness(0) invert(1);
}

.CTA-inside a.btn.pink-btn:hover {
  border-color: #fff;
}
.CTA-inside a.btn.white-btn:hover {
  background: #fe3666 !important;
}

/* FB ADS CAMPAIGN STYLES END  */

/* CTA SECTION 02 STYLES START  */

.CTA-section-02 .row {
  align-items: center;
}

.CTA-section-02 .div-text h2 {
  text-align: unset;
}

.CTA-section-02 .div-img {
  text-align: center;
}
@media (min-width: 1200px) {
  .CTA-section-02 .div-text {
    padding-right: 5rem;
  }
}
/* CTA SECTION 02 STYLES END  */

/* FB AD FORMAT STYLES START  */

.fb-ads-format .head {
  margin: 0 0 3rem;
}

.fb-ads-format .head h2 {
  margin: 0 0 1rem;
}
@media (min-width: 1200px) {
  .fb-ads-format .row {
    max-width: 90%;
    margin: auto;
  }
}
.fb-ads-format .tabs-nav-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.fb-ads-format .tabs-nav-head .tab-nav {
  background: #1f2e4e;
  padding: 1.25rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.fb-ads-format .tabs-nav-head .tab-nav > p {
  color: #fff;
  font-family: "Almarai", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.fb-ads-format .tabs-nav-head .tab-nav.active,
.fb-ads-format .tabs-nav-head .tab-nav:hover {
  background: #fb2e64;
}
.fb-ads-format .tabs-content-body {
  margin: 4rem 0 0;
}
.fb-ads-format .tab-content-item .div-text h3 {
  font-family: "Almarai", sans-serif;
  font-size: 50px;
  color: #1f2e4e;
  margin: 0 0 1rem;
}
.fb-ads-format .tab-content-item .div-text > p {
  font-size: 1.25rem;
  line-height: 32px;
  color: #1f2e4e;
  margin: 0 0 1rem;
}
.fb-ads-format .tabs-content-body .order-CTA {
  display: inline-block;
}
.fb-ads-format .tab-content-item {
  display: none;
}
.fb-ads-format .tab-content-item.active {
  display: block;
}
/* FB AD FORMAT STYLES END  */

/* WHAT WE OFFER STYLES START  */

.we-offer-section .grid-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}
.we-offer-section .grid-items .grid-item {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 5px 30px rgba(0 0 0 / 15%);
}
.we-offer-section .grid-items .grid-item .grid-icon {
  margin: 0 0 1rem;
}
.we-offer-section .grid-items .grid-item .grid-text h3 {
  font-family: "Almarai", sans-serif;
  font-size: 26px;
  color: #1f2e4e;
  margin: 0 0 1rem;
}
.we-offer-section .grid-items .grid-item .grid-text p {
  font-family: "Poppins", sans-serif;
  color: #1f2e4e;
  font-size: 1.125rem;
}

/* WHAT WE OFFER STYLES END  */

/* HOW IT WORKS STYLES START  */

.hiw-section {
  background-color: #1f2e4e;
  background-image: url(/assets/images/lp-facebook-marketing-v2/hiw-map.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.hiw-section .head {
  margin: 0 0 3rem;
}

.hiw-section .head * {
  color: #fff;
}

.hiw-section .head h2 {
  margin: 0 0 1rem;
}

.hiw-section .grid-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hiw-section .grid-items .grid-item {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
  padding: 0 1rem;
}

.hiw-section .grid-items .grid-item p {
  font-family: "Almarai", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.hiw-section .grid-items .grid-item.item-pink {
  background: #fb2e64;
}

.hiw-section .grid-items .grid-item.item-white {
  background: #fff;
}

.hiw-section .grid-items .grid-item.item-pink p {
  color: #fff;
}

.hiw-section .grid-items .grid-item:before {
  position: absolute;
  content: "";
  background-image: url(/assets/images/lp-facebook-marketing-v2/hiw-shape.webp);
  width: 246px;
  height: 247px;
  background-position: center center;
  background-size: contain;
}

.hiw-section .grid-items .grid-item:not(:last-child):after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/lp-facebook-marketing-v2/hiw-shape-arrow.webp);
  width: 52px;
  height: 25px;
  right: -83px;
}

.grid-item.item-white:before,
.hiw-section .grid-items .grid-item:not(:last-child):after {
  filter: brightness(0) invert(1);
}

/* HOW IT WORKS STYLES END  */

.package {
  padding: 70px 0 0;
  position: relative;
}

h3.tagline {
  font-family: Almarai;
  font-weight: 700;
  font-size: 25px;
  line-height: 28.11px;
  text-align: center;
  color: #fa2865;
  margin-top: 30px;
}
.soc-sample-carousel .soc-sample {
  width: 32%;
}

ul.faqAccordion p.inner a {
  font-size: initial !important;
}
.soc-sample-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.portfolio-sec {
  background: url(/assets/images/lp-blog-manage/sec-1-bg.png);
  background-size: cover;
  background-position: center;
  padding: 70px 0 70px;
  text-align: center;
}

.package-box h3 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 30px;
  line-height: 28.11px;
  letter-spacing: -5%;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}

.package-box ul h3 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.11px;
  letter-spacing: -5%;
  text-align: left !important;
  margin: 10px 0;
  color: #fa2865;
  display: block;
}

ul#TypeTabUL {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

ul#TypeTabUL liasdasd {
  padding: 0 15px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0 10px;
  outline: 0 none;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  border-radius: 24.5px;
  min-width: auto;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul#TypeTabUL li {
  padding: 0 15px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  border-radius: 24.5px;
  min-width: 170px;
  text-align: center;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #1f2e4e;
  color: white !important;
  box-shadow: none !important;
  border-color: #1f2e4e !important;
}

ul#TypeTabUL li.active {
  background: #fa2865 !important;
  color: #fdf5fb !important;
  box-shadow: none !important;
  border-color: #fdf5fb !important;
}

.soc-sample.slick-slide.slick-current.slick-active + div {
  transform: scale(1);
  border-radius: 100%;
}

.soc-sample.slick-slide {
  transform: scale(0.8);
}

.soc-sample.slick-slide.slick-active img {
  border-radius: 20px !important;
}

.tabNew-content {
  display: none !important;
}

.tabNew-content.active {
  display: block !important;
}

.owl-nav {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  grid-gap: 10px;
}

button.owl-prev {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f2e4e !important;
  border-radius: 100%;
  cursor: pointer;
  color: white !important;
  font-size: 35px !important;
  position: relative;
}

button.owl-next {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f2e4e !important;
  border-radius: 100%;
  color: white !important;
  font-size: 35px !important;
  position: relative;
}

button.owl-prev span {
  position: relative;
  top: -2px;
}

button.owl-next span {
  position: relative;
  top: -2px;
}

.owl-nav button:hover {
  background: #fa2865 !important;
}

.vid_box {
  position: relative;
  z-index: 99999;
}
.vid_box svg {
  width: 68px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.loader {
  border: 12px solid #f3f3f3;
  border-top: 12px solid #fa2865;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  animation: spin 2s linear infinite;
  margin: 50px auto;
  display: none;
  position: absolute;
  top: 36%;
  left: calc(50% - 46px);
}

.soc-sample img {
  border-radius: 30px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mainBanner {
  background: #f8f0fd !important;
}

form#form1 select#RequiredServices01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 15px 15px 50px;
}
.middle-form a.btn.pink-btn {
  background: #1f2e4e;
}

.marketing-goal {
  background: linear-gradient(269.84deg, #fb2966 1.3%, #c55fc3 99.86%);
  padding: 70px 0;
}
ul#goal-box {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 30px;
}
ul#goal-box li {
  width: 48%;
  background: white;
  padding: 30px;
  box-shadow: 0px 4.88px 30.52px 0px #00000026;
  border-radius: 14.65px;
}

ul#goal-box h4 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 23px;
  line-height: 57.59px;
  letter-spacing: -5%;
}
ul#goal-box p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
}
.s-w-b {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  margin-top: 10px;
}
.s-w-b-bullets li {
  box-shadow: none !important;
  margin: 0px;
  padding: 5px 0px 0px 20px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  width: 100% !important;
}
.s-w-b-bullets {
  width: 80%;
}
.s-w-b h3 {
  font-family: Almarai;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 57.59px;
  letter-spacing: -5%;
  color: #fa2865;
}
.s-w-b-bullets li:after {
  content: url(/assets/images/lp-website-design/bullet-p.png);
  position: absolute;
  left: 0;
  top: 5px;
}
div#captcha2 {
  color: white;
}

.logo-box {
  width: 100%;
  background: white;
  height: 160px;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  object-fit: contain;
  box-shadow: 0px 4px 10px 0px #00000033;
}

.logo-box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section.frame-work-sec {
  padding: 70px 0;
}

.frame-work2.fv2.owl-carousel.owl-rtl.owl-loaded.owl-drag {
  margin-top: 15px;
}

.cta-section.v2 {
  background: white;
  padding: 50px 0;
}

.cta-section.v2 .c-image {
  width: 33%;
}

.cta-section.v2 .c-details {
  width: 63%;
}
.marquee {
}
.marquee.reverse {
  direction: rtl;
}

.howitswork {
  background: url(/assets/images/lp-digital-marketing/sec-1-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 70px 0 90px;
}
.hiw h3 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -5%;
  text-align: center;
}

.hiw p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
}

.hiw {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  padding: 0 20px;
}

.hiw.arrow:after {
  content: url(/assets/images/lp-design-services/arrow.png);
  position: absolute;
  top: 38%;
  right: -30px;
}

.middleformsec {
  background: linear-gradient(269.84deg, #fb2966 1.3%, #c55fc3 99.86%);
  margin-top: 100px;
  border-radius: 20px 20px 0 0;
  padding: 40px 30px 30px 40px;
}

.middle-form form#form2 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  justify-content: start;
}
.middle-form form#form2 .formGroup {
  width: 49%;
}
.middle-form .bannerGetForm {
  background: transparent;
  box-shadow: none;
}

textarea#Details2 {
  display: block !important;
}

.middle-form form#form2 .textareaGroup {
  width: 100%;
}

.middle-form input,
.middle-form textarea,
.middle-form select.RequiredServices {
  background: white;
  padding: 15px 50px 15px 15px;
}

.middle-form .bannerGetForm .formGroup img {
  right: 15px !important;
  left: unset;
}

.middle-form .capError {
  color: #112479;
  width: auto;
  margin: 0 25px;
  font-weight: 700;
}

.middleformsec h2.t-head.white {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.middleformsec p {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 27px;
  vertical-align: middle;
  color: white;
  margin-bottom: 20px;
  text-align: left;
}

.middleformsec ul {
  margin: 0px 0 0 0;
  padding: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.middleformsec ul li {
  margin: 0px;
  padding: 5px 0px 0px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  position: relative;
  text-align: left;
}

.middleformsec ul li:after {
  content: url(/assets/images/lp-app-dev/bullet.png);
  position: absolute;
  left: 0;
  top: 5px;
}

.middleformsec .formGroup.textareaGroup {
  display: none;
}
.mainBanner .contentWrap p {
  margin: 10px 0;
}

.mainBanner .contentWrap h1 {
  line-height: 60px;
}
.cta-con {
  margin-top: 20px;
}
.mainBanner .contentWrap h1 span {
  display: inline-block;
  background: #1f2e4e;
  color: white;
  padding: 0px 10px;
  border-radius: 10px;
  margin-top: 5px;
}

.mainBanner {
  background: url(/assets/images/lp-blog-manage/hero-bg.png);
  background-size: cover;
  background-position: center;
  padding: 40px 0 60px;
}



.main-white-blur ul#features_list li {
  width: 23.6%;
}
.f-ic {
  width: 70px;
  height: 70px;
}

.f-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-white-blur ul#features_list li h4 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -5%;
  vertical-align: middle;
  margin: 0;
}
.main-white-blur ul#features_list li img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.headshot img {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

/* ---------- sec-5 review ------*/
.sec-5.reviews {
  padding: 0px 0px 60px 0px;
  text-align: center;
  background: linear-gradient(269.84deg, #fb2966 1.3%, #c55fc3 99.86%);
}

.sec-5.reviews .review-con {
  display: flex !important;
  grid-gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.sec-5.reviews .rev-details {
  width: 57%;
  padding: 70px 0 0;
}
.sec-5.reviews .rev-stats {
  width: 40%;
  padding: 0;
  margin-top: 0;
  border-radius: 0 0 20px 20px;
  position: relative;
  margin-bottom: 0;
  background: transparent;
}

.rev-details p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  text-align: left;
}

.sec-5.reviews .review-box {
  background: none;
}

.details h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 96%;
  letter-spacing: 0%;
}

.details p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
}

img.quote {
  position: absolute;
  top: 30px;
  right: 30px;
}

.white {
  color: white !important;
}
.center {
  text-align: center !important;
}

p.rev-content {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #1f2e4e;
  padding: 20px 40px;
}

.sec-5.reviews .review-box h3 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -5%;
  margin-bottom: 30px;
}

.cat-rev {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}

.cat-rev span {
  color: #fa2865;
  font-weight: 700;
}

.review-btn a {
  width: auto !important;
  min-width: auto !important;
  display: inline-block;
  margin-top: 20px;
}

.sec-5.reviews .review-box h3 img {
  vertical-align: middle;
  display: inline-block;
}
.rev-stats img {
  margin: 0 auto 0px;
}
.review-box ul {
  margin: 0px 0 0 0;
  padding: 0px;
  list-style: none;
}
.sec-5.reviews .review-box p {
  margin-bottom: 10px;
}
.review-box ul li {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  position: relative;
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #1f2e4e;
}
.review-box ul li span {
  font-weight: 600;
}

.review-box ul li b {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: white;
  background: #1f2e4e;
  margin: 0px 3px;
  padding: 5px 10px;
  border-radius: 10px;
}

h4.rev-head {
  background: #fa2865;
  font-family: Poppins;
  font-weight: 800;
  font-style: italic;
  font-size: 30px;
  line-height: 145%;
  letter-spacing: 0%;
  font-variant: small-caps;
  color: white;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 0 10px 10px 0;
}

.profile {
  padding: 40px 40px 20px;
}
.profile {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

.rev-stats h2 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 40.56px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}

.stats-con {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  grid-gap: 20px;
}

.sec-5.reviews .slider-controls {
  display: flex;
  top: uset;
  left: 250px;
  grid-gap: 10px;
  justify-content: start;
  position: absolute;
  bottom: 10px;
}
.sec-5.reviews .slider-controls div {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f2e4e;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
}

.sec-5.reviews .slider-controls div:hover {
  background: #fa2865;
  color: white;
}
/* ---------- sec-2 review ------*/

ul#features_list {
  margin: 20px 0 0 0;
  padding: 0px;
  list-style: none;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
ul#features_list li {
  background: #fff url(../images/lp-content/lp-content-corner.png) 95% 10px
    no-repeat;
  border-radius: 15px;
  margin: 0px;
  padding: 25px;
  line-height: 32px;
  color: #1f2e4e;
  text-align: left;
  box-shadow: 0px 4.88px 30.52px 0px #00000026;
  width: 23.2%;
}

ul#features_list li h4 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -5%;
  margin-top: 20px;
}
.det-sec {
  padding: 70px 0px;
}

.det-sec h2.t-head {
  margin: 0;
}

.det-sec p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  margin: 15px 0;
}

.det-sec ul li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.det-sec ul li span {
  background: #fa2865;
  color: white;
  padding: 0 5px;
  border-radius: 8px;
  font-weight: 700;
}

.det-sec ul li:after {
  content: url(/assets/images/lp-website-design/bullet-p.png);
  position: absolute;
  left: -5px;
}

#gurantee_section {
  background: linear-gradient(269.84deg, #fb2966 1.3%, #c55fc3 99.86%);
  padding: 50px 80px;
  border-radius: 0px 0px 20px 20px;
}

div#content_sol_section {
  background: url(/assets/images/lp-digital-marketing/sec-1-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 0px 0;
}

#gurantee_section h2 {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

#gurantee_section .guarantee_seal {
  margin: auto;
  display: block;
}

#gurantee_section p {
  margin-bottom: 20px;
}

.pr-10 {
  padding-right: 50px;
}

.pl-10 {
  padding-left: 50px;
}

.price {
  bottom: 0;
  top: 120px;
  right: -190px;
  z-index: 1;
      line-height: 24px;
}
.price span {

    line-height: 100%;
}

.mainBanner ul li {
    line-height: 30px;

}

.inner-container {
  width: 80%;
  margin: auto;
}

.sec-2.reviews {
  background: #1f2e4e;
  padding: 70px 0;
}

.rev-details {
  width: 70%;
  padding: 0;
}
.profile {
  padding: 40px 80px 20px;
}
p.rev-content {
  padding: 20px 80px 30px;
}
h4.rev-head {
  padding: 6px 80px;
}

.slider-controls {
  position: relative;
  top: unset;
  left: unset;
  grid-gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.portfolio {
  background: linear-gradient(269.84deg, #fb2966 1.3%, #c55fc3 99.86%);
  padding: 70px 0;
}

.portfolio-con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin-top: 30px;
}

.portfolio-box {
  width: 32%;
  position: relative;
  background: #230c64;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
}

.portfolio img.border {
  width: 100%;
  position: relative;
}

.port-con {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 15px 15px 13px;
}

.port-con {
  position: relative;
  overflow: hidden;
}

.port-con a:after {
  content: url(/assets/images/lp-website-design/micro.png);
  position: top;
  position: absolute;
  left: 36%;
  top: -115px;
  transition: 0.5s;
}

.port-con:hover a:after {
  top: 0;
  transition: 0.5s;
}

.cta-section {
  background: url("/assets/images/lp-digital-marketing/cta-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 0px 0;
}

.cta-col {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 50px;
  align-items: center;
}

.c-details {
  width: 50%;
}

.cta-col .c-image {
  width: 46%;
}

.btn-container {
  display: flex;
  margin-top: 25px;
  grid-gap: 20px;
}

.cta-col p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.c-details h2 {
  margin: 0 0 10px 0;
}

.platform-sec {
  background: linear-gradient(269.84deg, #fb2966 1.3%, #c55fc3 99.86%);
  padding: 70px 0;
}

.platform-sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec-3 {
  background: url("/assets/images/lp-digital-marketing/cta-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
}

.content-side {
  width: 100%;
}

.why-box {
  justify-content: center;
  margin-top: 50px;
}

.wbox {
  width: 15%;
  margin-bottom: 15px;
  text-align: center;
}

.wbox h3 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 52px;
  line-height: 52.28px;
  text-align: center;
  width: 170px;
  height: 170px;
  margin: auto;
  justify-content: center;
  position: relative;
}

.wbox h3:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100%;
  padding: 5px;
  background: linear-gradient(45deg, #fa2865, #c55fc3);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.wbox p {
  font-family: Almarai;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}

.wbox h3 {
  display: flex;
  align-items: center;
}

.cs-contentWDDPack {
  display: none;
}

.cs-contentWDDPack.activeWDDPack {
  display: flex;
}
.booster-pack-con {
  display: flex;
  grid-gap: 50px;
  flex-wrap: wrap;
  align-items: center;
}

.booster-pack-col-left {
  width: 65%;
}

.booster-pack-col-right {
  width: 30%;
}

.booster-pack-col-left h2 {
  margin: 0 0 10px 0;
}

.booster-pack-col-left p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: left;
}

.price-b {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 64px;
  letter-spacing: -5%;
  vertical-align: middle;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.price-b span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: -5%;
  vertical-align: middle;
  background: #fa2865;
  color: white;
  padding: 5px;
  border-radius: 10px;
  margin-left: 10px;
}

.boster-pack {
  background: #fdf5fb;
  box-shadow: 0px 4px 25px 0px #00000026;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.boster-pack h3 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 30px;
  line-height: 28.11px;
  letter-spacing: -5%;
  text-align: center;
  color: #1f2e4e;
}

.boster-pack ul li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0%;
  position: relative;
  padding-left: 25px;
  text-align: left;
}

.boster-pack ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fa2865;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 100%;
}

.boster-pack ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul#tabNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
li.cs-linkWDDPack span.tag {
  position: absolute;
  bottom: -79px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  background: #fff;
  z-index: 0;
  width: 90%;
  padding: 10px;
  border-radius: 0 0 20px 21px;
  height: 80px;
  transition: 0.5s;
  color: #202f4d;
  border: 1px solid;
  border-top: 0;
}

li.cs-linkWDDPack.activeWDDPack span.tag {
  background: #202f4d;
  color: #fff;
  transition: 0.5s;
}

ul#tabNav li {
  width: auto;
  background: #1f2e4e;
  color: white;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}

.dark li {
  background: white !important;
  color: #1f2e4e !important;
}

.dark .activeWDDPack {
  background: #1f2e4e !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important;
}

span.tit {
  z-index: 9;
  position: relative;
}

.package-box ul {
  padding: 0 15px;
  text-align: left;
  height: 300px;
}
.package-box.rec {
  position: relative;
}

.package-box ul li:before {
  top: 5px;
}

.package-con {
  padding-top: 30px;
}
.package-box.rec:before {
  content: "Recommended";
  position: absolute;
  top: -42px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  left: 4%;
  width: 90%;
  background: #fa2865;
  color: white;
  padding: 10px;
  border-radius: 20px 20px 0 0;
}

.down {
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  margin: 20px 0;
  align-items: anchor-center;
}

.down h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28.14px;
  line-height: 28.14px;
  letter-spacing: -5%;
  text-align: center;
  text-decoration: line-through;
  color: #1f2e4e;
}

.down span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20.34px;
  line-height: 30.2px;
  letter-spacing: -5%;
  text-align: center;
  vertical-align: middle;
  background: #fa2865;
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
}

.package-box h4 {
  position: relative;
  font-size: 36.44px;
  line-height: 40.44px;
}

.package-box h4 span {
  position: absolute;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 44.44px;
  letter-spacing: -5%;
  text-align: center;
  text-decoration: line-through;
  right: 40px;
}

.package-box ul li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 15px;
}
.enterprise .package-box.rec:before {
  display: none;
}

.enterprise .package-box h3 {
  font-family: Almarai;
  font-weight: 700;
  font-size: 30px;
  line-height: 28.11px;
  letter-spacing: -5%;
  text-align: center;
  margin-bottom: 20px;
  background: #212f4c;
  color: white;
  font-size: 20px;
  padding: 10px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
}

.enterprise .package-box {
  background: #fdf5fb;
  width: 31%;
  padding: 0px 0 25px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.slider-controls div:hover {
  background: #fa2865;
  color: white;
}

.main-white-blur {
  position: relative;
}

.pink-circle {
  background: #fa2865;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  top: 20px;
  left: 20px;
  position: absolute;
}

.enter-spec.package-box ul {
  height: 388px !important;
}

.enter-spec a.pinkbtn.yellow {
  width: 70%;
  margin-top: 10px;
}

p.f-tag {
  padding: 0;
  font-weight: 700;
}

.mob-v {
  display: none;
}

.desk-v {
  display: block;
}

.card-sty.goal img {
  position: absolute;
  max-width: 40%;
  right: 20px;
}

.goal {
  background: #fec400;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  font-size: 20px;
  line-height: 22px;
  position: relative;
}
.wwd {
  background: #fec400;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  grid-gap: 20px;
  margin-top: 20px;
}

.wwd div {
  width: 40%;
  background: #1f2e4e;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.wwd i {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fec400;
  font-size: 22px;
}

.wwd div:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fec400;
  right: -7px;
  transform: rotate(45deg);
}

.stats-box.full {
  width: 47%;
}

.stats-box.full h4 {
  font-size: 18px;
  line-height: 22px;
}

.stats-box.full h3 {
  font-size: 40px;
}
.boost {
  background: linear-gradient(269.84deg, #fb2966 1.3%, #c55fc3 99.86%);
  margin-top: 50px;
  padding: 14px;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  border-radius: 10px;
}

img.case-port {
  display: none !important;
}
@media (max-width: 991px) {
  .sec-5.reviews .review-box {
    text-align: center;
  }

  img.case-port {
    display: block !important;
    margin-top: 30px;
  }

  .rev-stats {
    display: none;
  }
  .rev-details {
    padding-top: 30px !important;
  }
  .review-box ul li {
    font-size: 16px;
  }
  .card-sty.goal img {
    position: relative;
    max-width: 80%;
    right: 0;
    margin: auto;
  }
  .card-sty.goal {
    width: 100% !important;
    max-width: 100%;
  }
  .review-box ul li b {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: white;
    background: #1f2e4e;
    margin: 0px 3px;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
  }
  .sec-5.reviews .review-box p {
    text-align: left;
  }

  .rev-details p {
    font-size: 15px;
    text-align: center;
  }

  .wwd div {
    width: 70%;
  }

  .wwd i {
    right: 15px;
  }

  .tabs-slider .owl-nav {
    margin: -50px 0 0;
    justify-content: space-between;
  }

  .wwd {
    flex-direction: column;
    grid-gap: 10px;
  }

  ul#TypeTabUL {
    margin: 40px auto;
    display: block;
    width: 100%;
  }

  ul#TypeTabUL li {
    margin: 5px auto;
    min-width: 0 !important;
    width: 220px;
  }
  .slider-mob .slick-arrow,
  .slider-controls div {
    padding: 20px;
  }

  .sec-3 {
    padding: 50px 0 80px;
  }

  .middleformsec h2.t-head.white {
    font-size: 32px;
  }
  .middleformsec ul {
    grid-template-columns: 1fr;
  }
  ul#goal-box h4 {
    font-size: 23px;
    line-height: 30px;
  }
  .s-w-b-bullets {
    width: 100%;
  }
  .s-w-b {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column-reverse;
  }

  .sec-3:after,
  .sec-3:before {
    display: none;
  }
  .middle-form a.btn.pink-btn {
    background: #1f2e4e;
    margin-bottom: 50px;
  }
  .stats-box.full {
    width: 100%;
  }

  .cta-section,
  .cta-section.v2 {
    padding: 30px 0;
  }

  .sec-5.reviews .review-con {
    grid-gap: 20px;
    flex-direction: column-reverse;
  }

  .howitswork {
    padding: 30px 0 120px;
  }

  ul#features_list li h4 {
    font-size: 30px;
    line-height: 37px;
  }

  ul#features_list li {
    margin: 10px 5px;
  }

  .hiw.arrow:after {
    display: none;
  }

  .mainBanner .contentWrap h1 {
    line-height: 40px;
  }
  .mainBanner .contentWrap p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    margin: 20px 0 !important;
  }

  .det-sec ul li:after {
    left: -5px;
    top: 0;
  }

  #gurantee_section {
    background: linear-gradient(269.84deg, #fb2966 1.3%, #c55fc3 99.86%);
    padding: 50px 20px;
    border-radius: 0px 0px 20px 20px;
  }

  #gurantee_section .guarantee_seal {
    margin: auto;
    display: block;
    width: 60%;
    margin-bottom: 30px;
  }

  .pl-10 {
    padding-left: 0;
  }

  .pr-10 {
    padding-right: 0;
  }

  .sec-5.reviews .review-box h3 {
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .cat-rev {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .sec-5.reviews {
    padding: 0px 0px 60px 0px;
    text-align: center;
  }

  .sec-5.reviews .slider-controls {
    position: relative;
    top: unset;
    left: unset;
    grid-gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }

  .sec-5.reviews .review-con {
    grid-gap: 20px;
  }

  .review-box ul {
    grid-template-columns: 1fr;
  }

  .sec-5.reviews .rev-details {
    padding: 0;
  }

  .sec-5.reviews .rev-details,
  .sec-5.reviews .rev-stats {
    width: 100% !important;
  }

  .package-box h4 span {
    right: 20px;
  }
  .soc-sample-carousel .soc-sample {
    width: 100%;
  }
  .package-box h4 {
    font-size: 30px;
    line-height: 44.44px;
  }

  .main-white-blur {
    padding: 15px;
    padding-bottom: 80px;
  }

  .mob-v {
    display: block;
  }

  .desk-v {
    display: none;
  }

  .pink-circle {
    background: #fa2865;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }

  .package-box.rec {
    position: relative;
    margin-top: 30px;
  }

  .enterprise .package-box {
    width: 90%;
  }
  .enter-spec.package-box ul {
    height: auto !important;
    margin-bottom: 10px;
  }
  .mainBanner .contentWrap h1,
  .mainBanner .contentWrap p, {
    text-align: left;
  }

  i.fas.fa-chevron-left {
    left: unset;
    position: unset;
  }

  ul#tabNav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 40px 0;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  ul#tabNav li {
    width: 100%;
    background: #1f2e4e;
    color: white;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
  }
  ul#tabNav li {
    margin-bottom: 0px;
  }
  span.tag {
    display: none;
  }
  .package-con {
    padding-top: 20px;
  }
  .package-box {
    width: 90%;
  }
  .wbox {
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    padding: 20px;
  }

  .wbox p {
    width: 80%;
    margin: auto;
  }
  .booster-pack-col-right {
    width: 100%;
  }
  .boster-pack {
    padding: 20px;
  }

  .booster-pack-col-left {
    width: 100%;
  }

  .price-b span {
    font-size: 50px;
  }
  .price-b {
    justify-content: center;
    font-size: 25px;
  }

  .booster-pack-col-left p {
    text-align: center;
  }
  .btn-container {
    display: flex;
    margin-top: 25px;
    grid-gap: 2px;
    flex-wrap: wrap;
    justify-content: center;
  }
  a.btn {
    min-width: auto;
    font-size: 17px;
    padding: 5px 9px;
  }

  .btn-container a.btn.white-btn {
    width: 100%;
    margin-top: 5px;
  }

  .platform-sec ul li {
    width: 50%;
  }

  .profile {
    padding: 20px;
  }
  .rev-details {
    width: 100%;
    padding: 0;
  }
  h4.rev-head {
    padding: 6px 10px;
    font-size: 20px;
  }
  p.rev-content {
    padding: 20px;
    font-size: 18px;
  }

  .cta-col .c-image,
  .cta-section.v2 .c-image,
  .cta-section.v2 .c-details {
    width: 100%;
  }
  .c-details {
    width: 100%;
  }
  .bannerGetForm .btnCaptiaDiv {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    grid-gap: 10px;
  }
  .bannerGetForm .btnCaptiaDiv .formGroup input#code2 {
    width: 100% !important;
  }
  .middle-form .capError {
    width: 17%;
  }
  .bannerGetForm .btnCaptiaDiv .formGroup {
    width: 60% !important;
  }

  .mainBanner .bannerGetForm .btnCaptiaDiv .formGroup {
    width: 60% !important;
  }

  .mainBanner .capError {
    width: 17%;
  }
  .middleformsec {
    padding: 20px;
  }

  .middle-form form#form2 .formGroup {
    width: 100%;
  }
  .btn-container.half a {
    width: 100%;
  }

  .cta-col p {
    text-align: center;
  }
}

/* MY MEDIA CSS START  */

@media (max-width: 767px) {
  .section {
    padding: 3rem 0;
  }

  .CTA-section .div-text h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .CTA-section .div-text h2 {
    text-align: center;
  }

  .CTA-section .div-text p {
    text-align: center;
  }

  .CTA-section .cta-con {
    flex-direction: column;
  }

  .why-fb-ads-section .tabs-wrap .tabs-nav-head .tab-nav p {
    font-size: 14px;
  }

  .why-fb-ads-section .tabs-wrap .tabs-nav-head .tab-nav {
    padding: 10px 15px;
  }

  .why-fb-ads-section .tabs-wrap .tab-content-item .div-text h3 {
    font-size: 2rem;
    line-height: 1;
  }

  .fb-ads-campaigns .head > p {
    max-width: 100%;
  }

  .fb-ads-campaigns .grid-items {
    grid-template-columns: 1fr 1fr;
  }

  .CTA-inside > h3 {
    font-size: 1.5rem;
  }

  .CTA-inside .cta-con {
    flex-direction: column;
  }

  .CTA-inside {
    margin: 2rem 0 0;
  }

  .fb-ads-campaigns .grid-items .grid-item {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
  }

  .CTA-section-02 .div-text h2 {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
  }

  .CTA-section-02 .cta-con {
    flex-direction: column;
  }

  .CTA-section-02 .div-text p {
    text-align: center;
  }

  .fb-ads-format .head h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .fb-ads-format .tabs-nav-head .tab-nav > p {
    font-size: 1rem;
  }

  .fb-ads-format .tabs-nav-head {
    gap: 0.5rem;
    grid-template-columns: auto;
  }

  .fb-ads-format .tabs-nav-head .tab-nav {
    padding: 10px 15px;
  }

  .fb-ads-format .tab-content-item .div-text h3 {
    font-size: 2rem;
    line-height: 1;
  }

  .fb-ads-format .tab-content-item .div-text {
    text-align: center;
  }

  .fb-ads-format .tabs-content-body .order-CTA {
    display: block;
  }

  .we-offer-section .grid-items {
    grid-template-columns: auto;
  }

  .we-offer-section .head h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .hiw-section .head h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .hiw-section .grid-items {
    grid-template-columns: auto;
    grid-row-gap: 8rem;
  }

  .hiw-section .grid-items .grid-item:not(:last-child):after {
    right: unset;
    bottom: -75px;
    transform: rotate(90deg);
  }
}
