@import url("https://fonts.googleapis.com/css?family=Poppins:300,700,800,var(--paragraph-1-font-weight),500,400,600|Unbounded:500,600|Inter:400,700");

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'poppins';
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  outline: 0px !important;
  font-weight: normal;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.item1 {
  position: relative;
  overflow: hidden;
  line-height: 0px;
}

.banner {
  width: 100%;
  float: left;
  margin: 0px 0px 60px;
  padding: 0px;
  background-size: cover;
  min-height: 534px;
  height: 534px;
}

.banner-text {
  width: 100% !important;

  margin: 170px 0 0 0 !important;
  padding: 0px 0px 0px 40px !important;
}

.banner-text h1 {
  width: 100%;
  float: left;
  margin: 0px 0 10px;
  padding: 5px;
  font-size: 90px;
  line-height: 84px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  font-family: 'poppins';
  text-transform: capitalize;
}

.banner-text h4 {
  width: 100%;
  float: left;
  margin: 10px 0 20px;
  padding: 0px;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  font-family: 'poppins';
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.finds-us {
  width: 50%;
  float: left;
  margin: 7% 0 7% 0%;
  padding: 0;
}

.finds-us h2 {
  width: 100%;
  margin: 0px;
  padding: 0px 0 10px;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #000;
}

.finds-us h4 {
  width: 100%;
  margin: 0px;
  padding: 0px 0 20px;
  font-size: 23px;
  font-weight: 700;
  color: #071850;
  text-align: left;
}

.finds-us p {
  width: 100%;
  float: left;
  margin: 0px 0 5px;
  padding: 0px;
  font-size: 18px;
  color: #071850;
  font-weight: 300;
  line-height: 24px;
}

.finds-us p a {
  color: #071850;
}

.social-icon1 {
  width: auto;
  float: left;
  margin: 20px 10px 0 0;
  padding: 0px;
  font-size: 20px;
  color: #071850;
  line-height: 22px;
  text-align: right;
}

.social-icon1 ul {
  width: 100%;
  float: left;
  margin: 0px 0 0px;
  padding: 0px;
}

.social-icon1 ul li {
  width: 45px;
  height: 45px;
  float: left;
  border-radius: 50%;
  margin: 0px 10px 0 0;
  padding: 0px;
  list-style: none;
  font-size: 22px;
  color: #071850;
  font-weight: 300;
  line-height: 45px;
  background: #333;
  text-align: center;
}

.social-icon1 ul li a {
  color: #fff;
  display: block;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
}

.social-icon1 ul li a:hover {
  background: #fff200;
  color: #000;
}

input.buttonget5 {
  width: 162px;
  border: 0;
  border-radius: 30px;
  float: left;
  padding: 0;
  margin: 0;
  height: 48px;
  font-weight: 900;
  cursor: pointer;
  background-image: -webkit-linear-gradient(0deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
  color: #fff;
  line-height: 48px;
  font-size: 18px;
  text-transform: uppercase;
}

input.buttonget5:hover {
  color: #000;
  background: #fff200;
}

.get-in-touch-bn {
  width: 50%;
  float: left;
  margin: 0px 0 0 0;
  padding: 20px;
  background-color: #e6e6e0;
}

.popup {
  margin: 80px auto;
  padding: 20px;
  background: #fff;
  border-radius: 0px;
  width: 999px;
  position: relative;
  transition: all 1s ease-in-out;
  display: table;
  z-index: 999;
}

.popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #ff001f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

.popup .close:hover {
  color: #fff;
  cursor: pointer;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup1 {
  margin: 60px auto;
  padding: 0px;
  background: #fff;
  border-radius: 0px;
  width: 909px;
  position: relative;
  transition: all 1s ease-in-out;
  display: table;
  z-index: 999;
}

.popup1 .close {
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #ff001f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

.popup1 .close:hover {
  color: #fff;
}

.popup1 .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 90%;
  }

  .popup {
    width: 90%;
  }

  .popup1 {
    width: 90%;
  }
}


.right-sec-seo {
  width: 50%;
  float: left;
}

.free-proposal {
  background: #fff200;
  border: 0;
  line-height: 54px;
  margin: 0 auto;
  padding: 0px 40px;
  float: none;
  font-size: 22px;
  font-weight: normal;
  color: #000000;
  border-radius: 35px;
  text-transform: uppercase;
  display: table;
  font-family: 'poppins';
}



.social-media-btn {
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  color: #222;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.24px;
  padding: 16px 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
}


.item1 img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item1:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.1s color linear;
  -moz-transition: 0.1s color linear;
  transition: 0.1s color linear;
}

:hover {
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.effect {
  position: relative;
  display: block;
  overflow: hidden;
}

.effect:before,
.effect:after {
  content: '';
  background: rgba(212, 210, 210, 0.2) none repeat scroll 0 0;
  content: "";
  opacity: 1;
  position: absolute;
}

.effect:before {
  bottom: 0;
  left: 50%;
  right: 50%;
  top: 0;
}

.effect:after {
  left: 0;
  bottom: 50%;
  right: 0;
  top: 50%;
}

.effect:hover:before,
.effect:hover:after {
  transition: all 900ms ease-in 0s;
}

.effect:hover:before {
  left: 0;
  opacity: 0;
  right: 0;
}

.effect:hover:after {
  top: 0;
  opacity: 0;
  bottom: 0;
}



.main-container {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}



/*28-03-2024*/
.social-media-marketing {
  width: 100%;
  background-color: #fff;
}








.social-media-marketing h3 {
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 48px;
  line-height: 48px;
  color: #333;
  font-weight: normal;
  font-family: 'poppins';
}

.social-media-marketing h4 {
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  font-family: 'poppins';
}

.social-media-marketing h5 {
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  font-family: 'poppins';
}

.social-media-marketing p {
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  font-family: 'ProximaNovaAltRegular';
}

.social-media-marketing ul {
  width: auto;
  margin: 15px 0 20px 0px;
  padding: 0px;
}

.social-media-marketing ul li {
  width: auto;
  margin: 0;
  padding: 0px 0px 10px 26px;
  list-style: none;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
  background: url(./image/) no-repeat left top;
}

#engaging {
  padding: 3rem 0;
  display: flex;
  width: 100%;
  background-color: #222;
}

.engaging-left h3 {
  margin: 0 0 1rem 0;
  font-weight: 700;
  font-size: var(--components-heading-font-size);
  color: white;
  font-family: 'poppins';
}

.seo-para-Marketing {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}

.engaging-left p {
  font-size: var(--paragraph-font-size);
  margin-bottom: 1rem;
  color: #fff;
  font-weight: normal;
  font-family: 'poppins';
}

.engaging-left {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0 2rem;
  float: left;
}

.case-left {
  width: 30%;
  float: left;
}

.case-right {
  width: 70%;
  /* float: left; */
  padding: 0px 30px;
}

.case-left ul {
  width: 100% !important;
  font-weight: 600;
  margin-left: 1rem;
}

.case-left ul li {
  cursor: pointer;
}

.case-right h4 {
  font-size: var(--components-subheading-font-size);
  color: #222;
}



#case-subtitle {
  text-align: left;
  margin: 1rem 0;
  font-size: var(--paragraph-font-size);
  font-weight: 500;
}

.caseStudyUl li {
  margin-bottom: 0.6rem;
}

.case-right p {
  margin: 12px 0;
  font-size: var(--paragraph-font-size);
}


.Case-Studies {
  background-color: #FFF234;
  padding: 1rem;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  border-radius: 30px;
}




.button-cse {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
  width: 100%;
}


.button-cse a {
  color: #fff;
  border-radius: 30px;
  background-color: #222;
  padding: 1rem 2rem;
}

img.image-quote {
  width: 100%;
  margin: 30px 0px 0px;
  max-width: 3rem;
}

.case-left img {
  width: 100%;
  position: absolute;
  margin: 20px 0px 0px -153px;
  max-width: 370px;
}


.engaging-list h3 {
  font-size: 48px;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  font-family: 'poppins';
}

.MnBrowAca {
  font-weight: 600;
  font-size: 24px;
  margin: 1rem 0;
}

.engaging-list {
  padding: 0px 0px 20px;
}

.engaging-list h4 {
  font-size: 20px;
  margin: 0.8rem 0;

  padding: 0px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
  font-family: 'poppins';
}

.engaging-right {
  background: #eee;
  padding: 30px;
  float: left;
  width: 50%;
  border-radius: 30px;
}


.free-trial {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFF234;
  padding: 2rem 1rem;
  gap: 1rem;
}

.free-trial span,
.engaging-left span,
.contribute .subHeadingOfContributeSec {
  font-style: italic;
  color: #222;
  font-weight: 600;
  font-size: var(--paragraph-font-size);
  text-align: center;
}


.contribute .subHeadingOfContributeSec {
  margin: 1rem;
}

.free-trial p {
  font-weight: 400;
  color: #222;
  font-size: var(--paragraph-font-size);
  margin: 0;
}

.free-trial1 {
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background-color: #EBEBEB;
  padding: 2rem 1rem;
}

.free-trial1 h3 {
  font-size: var(--components-heading-font-size);
  text-align: center;
  margin: 0;
  max-width: 1200px;
}

.free-trial1 .takeyourfStep {
  text-align: center;
  font-family: Poppins;
  font-size: var(--paragraph-font-size);
  font-weight: 500;
  line-height: 125%;
  margin: 1rem 0px;
  font-style: italic;

}

.free-trial1 p {
  font-size: var(--paragraph-font-size);
  text-align: center;
  line-height: 125%;
  color: #000;
}

.addStrategy {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 2rem;
  align-items: center;
  justify-content: space-around;
}

.addStrategyHeading {
  font-size: 1.3rem;
  font-weight: 600;
}


.free-trial-top h4 {
  width: 100%;
  float: left;
  margin: 0;
  padding: 30px 10%;
  font-size: 30px;
  line-height: normal;
  color: #fff;
  font-weight: normal;
  font-family: 'poppins';
  text-align: center
}

.free-trial h3 {
  width: 100%;
  margin: 0;
  color: #222;
  font-size: var(--components-subheading-font-size);
  font-family: Poppins;
  text-align: center;
}

.free-trial ul {
  width: 100%;
  float: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.free-trial ul li {
  width: auto;
  float: none;
  margin: 0px 30px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  text-align: center;
}

.trial-button {
  font-family: poppins;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: black;
  border-radius: 30px;
  font-size: 20px;
  padding: 10px 2rem;
}

.trial-button:hover {
  background: #fff;
  color: #333;
}


.consultant-section {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  padding: 0px 0 40px;
}

.consultant-section h3 {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px 14%;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  font-family: 'poppins';
}

.consultant-section h6 {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 24px;
  line-height: 26px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  font-family: 'poppins';
}

.consultant-section p {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
  text-align: center;
}

.consultant-section ul {
  width: 100%;
  float: left;
  margin: 10px 0 0px;
  padding: 0px;
}

.consultant-section ul li {
  width: 31.33%;
  float: left;
  margin: 0px 1% 20px;
  padding: 0px;
  list-style: none;
  border: #cccccc 1px solid;
}

.consultant-section ul li .img1 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.consultant-section ul li .img1 img {
  width: 100%;
  height: auto
}

.consultant-heading {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 51px;
  color: #fff;
  font-weight: 700;
  background: #010a83;
  text-align: center
}

.consultant-section-text {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 3% 10px;
}

.consultant-count {
  width: 50%;
  float: left;
  margin: 15px 0;
  padding: 0px 0;
  border-right: #333 1px solid;
}

.consultant-count h2 {
  width: 100%;
  float: left;
  margin: 0px 0 10px;
  padding: 0px;
  font-size: 36px;
  line-height: 36px;
  color: #333;
  font-weight: normal;
  text-align: center;
  font-family: 'poppins';
}

.consultant-count span {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  font-weight: 300;
  text-align: center;
}

.consultant-count.last-child {
  border-right: 0px;
}


.business-success {
  width: 100%;
  float: left;
  margin: 0px 0;
  padding: 60px 0;
  background: #f2f2f2
}

.business-success h3 {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 48px;
  line-height: 48px;
  color: #333;
  font-weight: normal;
  font-family: 'poppins';
  text-align: center
}

.business-success p {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  font-family: 'ProximaNovaAltRegular';
  text-align: center
}

.business-success ul {
  width: 100%;
  float: left;
  margin: 10px 0 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.business-success ul li {
  width: 31.33%;
  float: left;
  margin: 0px 1% 20px;
  padding: 0px 0%;
  list-style: none;
  border: #010a83 1px solid;
  background: #fff;
}

.business-success ul li p {
  width: 100%;
  float: left;
  margin: 0px 0 0px;
  padding: 10px;
  font-size: 17px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  font-family: 'ProximaNovaAltRegular';
  text-align: center;
}

.business-success ul li h6 {
  width: 100%;
  float: left;
  margin: 0px 0 0px;
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  font-family: 'poppins';
  text-align: center;
  background: #010a83
}



.marketing-service {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 50px 0 50px;
}

.marketing-service h3 {
  width: 100%;
  float: left;
  margin: 0px 0 50px;
  padding: 0px;
  font-size: 48px;
  line-height: 48px;
  color: #333;
  font-weight: normal;
  font-family: 'poppins';
  text-align: center
}

.marketing-service ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.marketing-service ul li {
  width: 33.33%;
  float: left;
  margin: -1px -1px 0px 0;
  padding: 20px;
  text-align: center;
  list-style: none;
  border: #ccc 1px solid
}

.marketing-service ul li .image {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  text-align: center;
  line-height: 0px;
}

.marketing-service ul li .image img {
  max-width: 100%;
  height: auto;
}

.marketing-service ul li .right-txt {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.marketing-service ul li .right-txt h6 {
  width: 100%;
  float: left;
  margin: 0px 0 12px;
  padding: 0px;
  font-size: 18px;
  line-height: 21px;
  color: #333;
  font-weight: normal;
  text-align: center;
  font-family: 'poppins';
  text-transform: uppercase
}

.marketing-service ul li .right-txt p {
  width: 100%;
  float: left;
  margin: 0px 0 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  text-align: center;
  min-height: 110px
}

.marketing-service ul li .right-txt p a {
  color: #019870;
  text-decoration: underline
}

.marketing-service ul li .right-txt p a:hover {
  color: #333;
  text-decoration: underline
}

.read-btn {
  width: 160px;
  border: 0;
  border-radius: 5px;
  float: none;
  padding: 0px;
  margin: 0 auto;
  height: 48px;
  cursor: pointer;
  background: #fff200;
  text-align: center;
  color: #000;
  line-height: 48px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'poppins';
  display: table;
}

.read-btn:hover {
  background-image: -moz-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
  color: #fff;
}



.get-in-touch {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
  padding: 70px 0 50px;
  background: url(../images/form-bg.jpg) no-repeat center top;
  background-size: cover;
}

.get-in-touch-form {
  width: 40%;
  float: right;
  margin: 0px;
  padding: 0px;
}

.get-in-touch-form h3 {
  width: 100%;
  margin: 0px;
  padding: 0px 0 20px;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  font-family: 'poppins';
}

.get-in-touch-form ul {
  width: 100%;
  float: left;
  margin: 0px 0 0px;
  padding: 0px;
}

.get-in-touch-form ul li {
  width: 100%;
  float: left;
  margin: 0px 0 25px;
  padding: 0px;
  list-style: none;
}

.get-in-touch-form ul li p {
  width: 100%;
  margin: 0px;
  padding: 0px 0 8px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: 'ProximaNovaAltRegular';
}

.get-in-touch-form ul li .txtfield {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 10px;
  line-height: 46px;
  border: #fff 1px solid;
  height: 48px;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  outline: 0px;
  font-family: 'ProximaNovaAltRegular';
  border-radius: 5px;
}

.get-in-touch-form ul li label {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: 'ProximaNovaAltRegular';
}

.submit-btn {
  width: 192px;
  border: 0;
  border-radius: 5px;
  float: left;
  padding: 0px;
  margin: 0;
  height: 50px;
  cursor: pointer;
  background: #fff200;
  text-align: center;
  color: #000;
  line-height: 50px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'poppins';
}

.submit-btn:hover {
  background: #fff;
  color: #000;
}

.site-optimi-left {
  width: 48%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.site-optimi-left h3 {
  width: 100%;
  margin: 0px;
  padding: 0px 0 30px;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  font-family: 'poppins';
}

.site-optimi-left ul {
  width: 100%;
  float: left;
  margin: 0px 0 0px;
  padding: 0px;
}

.site-optimi-left ul li {
  width: 100%;
  float: left;
  margin: 0px 0 30px;
  padding: 0px 0 30px;
  list-style: none;
  border-bottom: #fff 1px solid
}

.site-optimi-left ul li .image {
  width: 15%;
  float: left;
  margin: 0px 0 0px;
  padding: 0px;
  text-align: left;
  line-height: 0px;
}

.site-optimi-left ul li .image img {
  max-width: 100%;
  height: auto;
}

.site-optimi-left ul li .right-txt {
  width: 85%;
  float: left;
  margin: 0px;
  padding: 0px 0 0 5%;
}

.site-optimi-left ul li .right-txt h6 {
  width: 100%;
  float: left;
  margin: 0px 0 12px;
  padding: 0px;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  font-family: 'poppins';
  text-transform: uppercase
}

.site-optimi-left ul li .right-txt p {
  width: 100%;
  float: left;
  margin: 0px 0 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  text-align: left;
}


.awarenessSec {
  display: flex;
  align-items: center;
  padding: 0 0 4rem 0;
  max-width: 1400px;
  flex-wrap: wrap-reverse;
}

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

.BenefitsRightImgBox img {
  border-radius: 30px;
  width: 100%;
  max-width: 30rem;
}


.Benefits-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  max-width: 45rem;
  padding: 1rem;
}


.benefits-list ul {
  margin: 0;
  margin-top: 6px;
}


.benefits-list {
  background: #fff;
  border-radius: 30px;
  padding: 1rem;
}

.benefits-list ul li {
  list-style: none;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

.benefits-list h4 {
  margin: 0px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-left: 1rem;
}



.social-media-section {
  padding: 20px 0px;
  display: table;
  background: #00a2ff;
  margin: 0px auto;
}

.social-media-section h2 {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  padding: 0px 40px;
}

.coverage-section {
  width: 100%;
  padding: 30px 12px;
  background-color: #222;
}

.contributeCont {
  background-color: #EBEBEB;
}

.contribute {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}

.contribute .heading {
  margin-top: 1rem;
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
  max-width: 1200px;
}

.contribute p {
  font-size: var(--paragraph-font-size);
  text-align: center;
  color: #000;
  max-width: 1200px;
  margin-bottom: 1rem;
}

.coverage-section h3 {
  text-align: center;
  color: #FFF;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
}


.talk-btn {
  width: 220px;
  border: 0;
  border-radius: 30px;
  float: none;
  padding: 0px;
  margin: 0 auto;
  display: table;
  height: 50px;
  cursor: pointer;
  background: #fff200;
  text-align: center;
  color: #000;
  line-height: 50px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'poppins';
}

.talk-btn:hover {
  background: #000;
  color: #fff;
}



.code-of-ehins {
  width: 100%;
  float: left;
  margin: 0px 0 0px 0;
  padding: 40px 40px 40px;
  background: #FFF234;
  position: relative;
}

.code-of-ehins .icon-left {
  width: 15%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.code-of-ehins-section {
  width: 65%;
  float: left;
  margin: 0px 0 0 0;
  padding: 0px 0 0px;
}

.code-of-ehins-section h3 {
  margin: 0;
  color: #222;
  font-family: Poppins;    
	font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
}

.freeTrialBtn {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  cursor: pointer;
  background: #222;
  border-radius: 30px;
  padding: 14px 40px;
  text-wrap: nowrap;
  position: relative;
  z-index: 1;
  top: 20px;
}



.code-of-ehins-section p {
    color: #222;
    font-family: Poppins;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin: 1rem 0;
}

.code-of-ethics-para {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.code-of-ethics-para ul {
    margin: 1rem 2rem;
    font-weight: 600;
}

.codeEthicsArrow {
  position: absolute;
  top: -19rem;
  right: -21.6rem;
  width: 30rem;
}

.free-trial-btn {
  width: 220px;
  border: 0;
  border-radius: 30px;
  float: right;
  padding: 0px;
  display: table;
  height: 54px;
  cursor: pointer;
  background: #fff200;
  text-align: center;
  line-height: 54px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'ProximaNovaAltBold';
}

.free-trial-btn:hover {
  background: #fff;
  color: #333;
}

.consultationCont {
  width: 100%;
  background: #F5F5F5;
}

.code-of-ehins1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 2rem 1rem;
  gap: 4rem;
}

.code-of-ehins1 .icon-left1 {
  width: 50%;
  gap: 5rem;
}

.code-of-ehins-section1 div {
  width: 100%;
  margin: 10px 0;
  font-size: 42px;
  line-height: 50px;
  color: #222;
  font-family: Poppins;
  font-weight: 700;
}

.code-of-ehins-section1 p {
  width: 100%;
  color: #222;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}




.free-trial-btn1 {
  width: 220px;
  border: 0;
  border-radius: 30px;
  float: left;
  padding: 0px;
  margin: 0px 0 0 0;
  display: table;
  height: 54px;
  cursor: pointer;
  background: #fff200;
  text-align: center;
  color: #000;
  line-height: 54px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'poppins';
}

.free-trial-btn1:hover {
  background: #fff;
  color: #333;
}



.readall1-button {
  width: 220px;
  float: none;
  margin: 0px auto;
  padding: 0px 0px;
  line-height: 54px;
  text-align: center;
  font-weight: normal;
  color: #000;
  background: #fff200;
  border-radius: 30px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'poppins';
  display: table;
}





.key-process-section {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  padding: 60px 0 60px;
  background: #f2f2f2;
}

.key-process-section h3 {
  width: 100%;
  float: left;
  margin: 0px 0 40px;
  padding: 0px 10%;
  font-size: 48px;
  line-height: 52px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  font-family: 'poppins';
  text-align: center
}

.key-process-section ul {
  width: 100%;
  float: left;
  margin: 10px 0 10px 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap
}

.key-process-section ul li {
  width: 50%;
  float: left;
  margin: 0 0 20px;
  padding: 0px 2% 0 0;
  list-style: none;
}

.box-count {
  width: 45px;
  height: 45px;
  float: left;
  margin: 0px 10px 0 0;
  padding: 0px;
  line-height: 45px;
  background: #010a83;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  font-family: 'poppins';
  color: #fff
}

.key-process-section ul li p {
  width: 90%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 17px;
  line-height: 22px;
  color: #333;
  font-weight: normal;
  text-align: left;
  font-family: 'ProximaNovaAltRegular';
}

.our-seo-section {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 50px 0;
}

.our-seo-section h3 {
  background: -webkit-linear-gradient(0deg, #010984, #039b6e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 40px;
}

.our-seo-section h3 span {
  font-family: 'ProximaNovaAltRegular';
}

.our-seo-section p {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: 'ProximaNovaAltRegular';
}




.investment-box {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 0px 0;
}

.investment-box ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.investment-box ul li {
  padding: 0 15px;
  border-bottom: 0;
  margin-bottom: 0;
  flex: 0 auto;
  width: 20%;
  text-align: center;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.investment-box ul li:before {
  display: none;
}

.ins-box {
  display: block;
  float: left;
  text-align: center;
}

.ins-box span img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.ins-box p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  /*font-family: 'Proxima Nova Alt Rg';*/
  font-weight: bold;
}

.investment-box ul li:after {
  content: '';
  position: absolute;
  right: -18px;
  background: url(../images/arrow-right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 25px;
}

.investment-box ul li:last-child:after {
  display: none;
}

.consultant-service {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  padding: 50px 0 50px;
}

.consultant-service-left {
  width: 30%;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.consultant-service-left img {
  max-width: 100%;
  height: auto;
}

.consultant-service-right {
  width: 70%;
  float: left;
  margin: 40px 0 0 0;
  padding: 0px 0 0 3%;
}

.consultant-service-right h3 {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px 40% 0 0;
  font-size: 36px;
  line-height: 36px;
  color: #333333;
  font-weight: normal;
  text-align: left;
  font-family: 'poppins';
}

.consultant-service-right h3 span {
  font-family: 'ProximaNovaAltRegular';
}

.consultant-service-right ul {
  width: 100%;
  float: left;
  margin: 0px 0;
  padding: 0px;
}

.consultant-service-right ul li {
  width: 96%;
  float: left;
  margin: 0 0 0 3%;
  padding: 0px;
  list-style: disc;
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
}

.seo-service1 {
  width: 100%;
  float: left;
  padding: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
}

.seo-service1 .icon-left {
  width: 22%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.seo-service-section1 {
  width: 55%;
  float: left;
  margin: 0px 0 0 0;
  padding: 0px 0 0px;
}

.seo-service-section1 h3 {
  width: 100%;
  float: left;
  margin: -15px 0 0 0;
  padding: 0px;
  font-size: 72px;
  line-height: 65px;
  color: #fff200;
  font-weight: normal;
  text-align: left;
  font-family: 'poppins';
}

.seo-service-section1 h3 span {
  font-size: 48px;
  line-height: 48px;
  color: #fff
}

.click-here-btn {
  width: 220px;
  border: 0;
  border-radius: 30px;
  float: right;
  padding: 0px;
  margin: 30px 0 0 0;
  display: table;
  height: 54px;
  cursor: pointer;
  background: #fff200;
  text-align: center;
  color: #000;
  line-height: 54px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'poppins';
}

.click-here-btn:hover {
  background: #fff;
  color: #333;
}



.seo-marketing {
  margin-bottom: 60px;
  padding: 60px 0;
  background: url(../images/banner-marketing1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
}

.seo-marketing h3 {
  width: 100%;
  float: left;
  margin: 0px 0 40px;
  padding: 0px;
  font-size: 46px;
  line-height: 48px;
  color: #fff;
  font-weight: normal;
  font-family: 'poppins';
  text-align: center;
}

.seo-marketing1 {
  width: 100%;
  float: left;
  margin: 0 0 40px;
  padding: 0px;
  background: rgba(0, 0, 0, 0.6)
}

.seo-marketing1 h4 {
  width: 100%;
  float: left;
  margin: 0;
  padding: 30px 10%;
  font-size: 26px;
  line-height: normal;
  color: #fff;
  font-weight: normal;
  font-family: 'poppins';
  text-align: center
}

.ranking-button {
  width: 300px;
  float: none;
  margin: 0px auto;
  padding: 0px 0px;
  line-height: 54px;
  text-align: center;
  font-weight: normal;
  color: #000;
  background: #fff200;
  border-radius: 30px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'poppins';
  display: table;
}

.ranking-button:hover {
  background: #fff;
  color: #000;
}


.seo-services-btm {
  width: 100%;
  max-width: 1200px;
  display: table;
  background: #010a83;
  margin: 0px auto;
  padding: 30px 20px 0px;
}

.seo-services-btm h3 {
  width: 100%;
  float: left;
  margin: 0px 0 40px;
  padding: 0px;
  font-size: 46px;
  line-height: 48px;
  color: #fff;
  font-weight: normal;
  font-family: 'poppins';
  text-align: center;
}

.seo-services-btm ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap
}

.seo-services-btm ul li {
  width: 31.33%;
  float: left;
  margin: 0 1% 40px;
  padding: 0px 0%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative
}

.seo-services-btm ul li .image {
  display: block;
  width: 100%;
  height: auto;
}

.seo-services-btm ul li .overlay {
  position: absolute;
  padding: 20px;
  height: 100%;

  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image: -moz-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(1, 9, 132) 0%, rgb(3, 155, 110) 100%);
}

.seo-services-btm ul li .overlay h5 {
  width: 100%;
  float: left;
  margin: 0px 0 15px;
  padding: 0px;
  font-size: 22px;
  line-height: 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: 'poppins';
}

.seo-services-btm ul li .overlay p {
  width: 100%;
  float: left;
  margin: 0px 0 15px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.seo-services-btm ul li:hover .overlay {
  opacity: 1;
}

.image-new-hover {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.image-new-hover img {
  width: 100%;
  height: auto;
}

.image-new-hover h4 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 20px;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
  font-family: 'poppins';
  text-align: center;
  background: rgba(0, 0, 0, 0.8)
}










/* ======================================================== */




.smmSectionBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.SocioAdvertisingContainer {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.smmContriCardHeading {
  color: #000;
  background-color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 10px;
  border-radius: 16px 16px 0px 0px;
  text-align: center;
}

.smmAdvanceYourBrandSubContainer{
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  /* margin: 1rem; */
}

.smmContriSubContainer {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem;
}

.SocioAdvertisingBox {
  max-width: 1200px;
}

.SocioAdvertisingBox p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: var(--paragraph-font-size);
  margin-top: 1rem;
}


.socioAdversing-left-txt {
  max-width: 700px;
}

.ranked-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5rem;
}

.socioAdversing {
  display: flex;
  align-items: center;
  gap: 5rem;
}


.socioAdversing h3 {
  margin: 0;
  color: #222;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
}


.socioAdversing span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.smmUlLi {
  font-family: Poppins;
  font-style: normal;
  font-size: 16px;
}

.ranked-section h3 {
  margin: 0;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
}

.ranked-section p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: var(--paragraph-font-size);
}


.ranked-section-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ranked-section-img img {
  max-width: 80rem;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.socioAdversing-img img {
  max-width: 80rem;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}


.getURankedBg {
  position: absolute;
  top: 0;
  right: 0;
}



/* ==================================================== */

.masterDabba {
  gap: 1rem;
  width: 100%;
  margin: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.masterSubDabba {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 30rem;
}


.dabbe {
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  flex-direction: column;
  cursor: pointer;
}


.subFaqDabba {
  background-color: white;
  color: #000;
  border-radius: 10px;
  gap: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}






@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}





/* ============================================================================== */





/* ========================================== */
.testimonial-section {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  /* padding: 30px 0; */
  background: #EBEBEB;
}



.testimonial-section::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 200px 200px;
  opacity: 0.5;
  background: #222;
  width: 100%;
  height: 703px;
  flex-shrink: 0;
}



.testimonial-section h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  margin-top: 30px;
  /* line-height: 183%; */
}



.testimonial-section h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.testimonial-section ul {
  width: 100%;
  float: left;
  margin-top: 30px;
  padding: 0px;
}

.testimonial-section ul li {
  width: 46%;
  float: left;
  margin: 0px 2% 20px;
  padding: 16px;
  list-style: none;

  border-radius: 30px;
  background: #222;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.50);
}

.testimonial-section ul li .img1 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 0px;

}

.testimonial-section ul li .img1 img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}


.testimonial-heading {
  margin: 0px;
  padding: 0px;
  border-radius: 30px;

  font-size: 26px;
  line-height: 130%;
  font-weight: 700;
  background: #fff;
  text-align: center;

  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.testimonial-section-text {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 3% 0px;


}

.testimonial-count {
  width: 50%;
  float: left;
  margin: 15px 0;
  padding: 0px 0;
  border-right: #333 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonial-count h2 {
  margin: 0px 0 10px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

.testimonial-count span {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.testimonial-count.last-child {
  border-right: 0px;
}

.testimonial-section-text p {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0 10px;

  text-align: justify;
  text-justify: inter-word;

  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

}

.testimonial-section-text p a {

  color: #FFF234;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;


}

.testimonial-section-text p a:hover {
  color: #9b9322;
}



.testimonial-section-btm {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 55px 0 55px;
  background-color: #222;
  color: white;
}

.testimonial-section-btm h3 {
  margin: 0px 0 40px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
}

.testimonial-section-btm ul {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0px;
  display: inline-block;
  text-align: center;
}


.testimonial-section-btm ul li {
  width: 32.33%;
  float: none;
  margin: 0 0 35px;
  padding: 0px 1%;
  display: inline-block;
  text-align: center;
  list-style: none;
}

.testimonial-section-btm ul li .image-new {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  text-align: center;
  line-height: 0px;
}

.testimonial-section-btm ul li .image-new img {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  border: 2px solid #fff234;
  margin: 0 auto;
  display: table;
}

.testimonial-section-btm ul li h6 {
  width: 100%;
  float: left;
  margin: 0px 0 15px;
  padding: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  font-family: 'ProximaNovaAltBold';
}

.testimonial-section-btm ul li p {
  width: 100%;
  float: left;
  margin: 0px 0 15px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: white;
}


.testimonial-section-btm ul li p strong {
  color: #FFF234;
}

.testimonial-section-btm .clientTalking {
  color: #FFF234;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}



.readall-button {
  border-radius: 38px;
  background: #FFF234;
  color: black;
  font-weight: 600;
  padding: 1rem 2rem;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  margin: 0px auto;
  display: table;
}


.readall-button:hover {
  background: #333;
  color: #fff;
}








/* ========================================== */


.smmSectionContainer {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: #222;
	color: #fff;
}


.smmAdvanceYourBrandSectionContainer {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



.contentBodyLeftPara {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.seoServiceBest {
  max-width: 1200px;
}

.smmContriCard {
  border: 2px solid #fff;
  max-width: 21rem;
  height: auto;
  border-radius: 18px;
}

.smmContriCardSubHeading {
  text-align: center;
  margin: 1rem;
}

.bottomLineOfAdvanceYourBrandSec {
  margin-top: 1rem;
}

.smmSectionContainer h4 {
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 1rem 0px;
}

.smmComponentHeading {
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
}

.smmComponentSubHeading {
  text-align: center;
  font-family: Poppins;
  font-size: var(--paragraph-font-size);
  font-style: normal;
  font-weight: 400;
  margin: 1rem 0px;
}


/* ================================================ */


.answerBox {
  margin: 0 1rem;
  font-size: 1rem;
  font-size: var(--paragraph-font-size);
	padding-left: 1rem;
}



@media (max-width: 768px) {

  .button-cse {
    flex-direction: column;
  }

  .socioAdversing p,
  .SocioAdvertisingBox p,
  .free-trial p,
  .pronsHeading,
  .socioAdversing h3 {
    text-align: center;
  }

  #engaging {
    padding: 1rem 0 3rem 0;
  }

  .container {
    width: 95%;
    position: relative;
  }

  .engaging-left {
    padding: 1rem;
    text-align: center;
  }

  .engaging-left h3 {
    text-align: center;
  }

}




@media (min-width: 768px) {

  .answerBox {
    margin: 0 1rem 2rem 1rem;
  }

  #engaging {
    padding: 2rem 6px;
  }

  .engaging-left {
    padding: 0;
  }

}

@media (max-width: 480px) {

  .button-cse ul li {
    margin: 10px 0px 0px 0px !important;
  }

  .Benefits-left{
    padding: 1rem 0;
  }

  .free-trial {
    padding: 1rem;
  }

  .case-left,
  .case-right {
    width: 100%;
  }

  .case-right {
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px;
  }

  .case-left img {
    position: relative;
    margin: 30px 0px;
  }

  .Case-Studies {
    display: table;
  }

  .engaging-left {
    width: 100%;
    position: relative;
  }

  .engaging-right {
    width: 100%;
  }

  .coverage-section ul li {
    list-style: none;
  }

}


@media (max-width: 1024px) {

  .ranked-section-img img {
    max-width: 11rem;
  }

  .socioAdversing {
    flex-direction: column;
    gap: 1rem;
  }

  .ranked-section p,
  .ranked-section h3 {
    text-align: center;
  }

  .ranked-section {
    flex-direction: column-reverse;
    gap: 2rem;
  }

}

.our-portfolio {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 30px 0 30px;
  background: #D9D9D9;
}

.result-driven {
  padding: 30px 0 0 0;
}

.our-portfolio h3 {
  color: #222;
  text-align: center;
  font-family: Poppins;
  margin: 0px 0 10px;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
}

.our-portfolio p {
  width: 100%;
  float: left;
  margin: 0px 0 30px;
  padding: 0px;
	font-size: var(--paragraph-font-size);
  line-height: 30px;
  color: #333;
  font-weight: normal;
  text-align: center;
  font-family: Poppins;
}

.our-portfolio-image {
  width: 32.33%;
  max-height: 387.95px;
  float: left;
  margin: 0px 0.5% 20px;
  padding: 0px;
  line-height: 0px;
  border-radius: 30px;
}

.our-portfolio-image img {
  width: 100%;
  height: auto;
}

.heroCardPlus{
	color:#fff234!important;
}

.hero4cards {
	background-color:#000!important;
}
.heroCardTypography {
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #FFF!important;
    color: transparent!important;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 74px;
    opacity: 0.5;
    white-space: nowrap;
    border-color: #fff!important;
}
/* ============================================================= */



.pronsCont {
  background: #222;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pronsSubjiCont {
  max-width: 1200px;
  margin: 1rem;
  padding: 1rem;
}

.pronsSubCont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.pronsUl {
  text-align: left;
  font-size: var(--paragraph-font-size);
}

/* .pronsRight {
  max-width: 55%;
  display: flex;
  justify-content: center;
  flex-direction: column;
} */

.pronsHeading {
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
}

.pronsSubHeading {
  font-family: Poppins;
  font-size: var(--paragraph-font-size);
  font-style: normal;
  font-weight: 400;
  margin: 2rem 0;
}

.pronslastLine {
  font-family: Poppins;
  font-size: var(--paragraph-font-size);
  font-style: normal;
  font-weight: 400;
  margin-top: 2rem;
}

.pronsBox {
  border-radius: 20px;
  background: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.pronsBoxHead {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}


.pronsBoxBtn {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  border-radius: 30px;
  background: #FFF234;
  padding: 10px 16px;
  margin-top: 1rem;
}

.pronsImage2 {
  display: none;
}

/* ================================================================= */






.seoHero {
  background: url("https://whitebunnie.com/wp-content/uploads/2024/09/chemHero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-color: #000;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem;
  gap: 6px;
  /* Add padding for smaller screens */
}

.seoHero img {
  max-width: 100%;
  /* Ensure the image is responsive */
  height: auto;
  /* margin-bottom: 2rem;  */
}

.seoHero .seoHeading {
  color: #FFF234;
  font-family: Poppins;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
}

.seoHero .seoSubHeading {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.3rem;
  margin-top: 12px;
  /* Adjust font size for responsiveness */
  font-style: normal;
  font-weight: 600;
  /* margin-bottom: 2rem; */
  line-height: 1.4;
  /* Improve readability */
}

.seoHero button {
  border-radius: 50px;
  background: #FFF234;
  cursor: pointer;
  color: var(--Black, #222);
  font-family: Unbounded;
  font-size: 1rem;
  /* Adjust font size for responsiveness */
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.24px;
  padding: 1rem 2rem;
  /* Adjust padding for better touch target */
  margin: 1rem;
  /* Adjust bottom margin */
  transition: background 0.3s ease;
}

.seoHero button:hover {
  background: #FFD700;
}


/* ============================== seo-service ===============================  */
.seo-service {
  width: 100%;
  background: #222;
  float: left;
  margin: 0px;
  padding: 30px 0px;
}

.seo-service h3 {
  color: white;
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
}


.seo-service h5 {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 1rem 0px;
  /* 30px */
}


.seo-service ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  padding: 0;
  margin: 3rem 0;
}

.seo-service ul li {
  width: 23rem;
  /* width: 21rem; */
  background-color: white;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
}

.seo-service ul li:hover img {
  transform: scale(1.1);
  transition: 0.2s ease-in;
}


.seo-service ul li p {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 1rem;
}


.seo-service ul li a {
  background: #222;
  color: #FFF234;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 16px 38px;
  border-radius: 30px;
  text-decoration-line: underline;
}



.seo-service ul li h6 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 101%;
  margin: 1rem 0;
  height: 2rem;
}


.seo-service ul li p.boxSizeForHeading {
  font-style: italic;
  font-weight: 600;
  height: 2.4rem;
}

.seo-service ul li p.forBoxSize {
  height: 10rem;
}

.seo-service ul li img {
  width: 100%;
  max-width: 80px;
}

.mainHeading {
	color: #FFF234 !important;
}

.disOurProBtnHeroSec{
	background: #FFF234 !important;
	color: #000;
}

.heroSectionHeadingCtaCont{
	color: white !important;
	background: #000 !important;
}

/* ======================================================== */

div#imagePopup {
  display: none;
}

/*display aero top*/
div#ast-scroll-top {
  display: none;
}

/* ====================================================== */
