* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset;
}
::-webkit-scrollbar {
  width: 10px;
  height: 0px;
  background-color: black;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #ee5727;
  border-radius: 5px;
}
/*Header-Start*/
.inner-logo-div {
  /* background: aqua; */
  width: 108px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-logo-div img {
  height: 100%;
  padding-top: 10px;
}

section.header-section {
  position: fixed;
  width: 100%;
  z-index: 50;
  background: white;
}
.mobile {
  display: none;
}
.header-fluid {
  background-color: #230903;
}
.main-cont-div {
  /* background-color: aqua; */
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-cont-div a {
  text-decoration: none;
}
.phone {
  /* background-color: blue; */
  display: flex;
  width: 200px;
  height: 35px;
  border-radius: 5px;
}

.phone.ph {
  margin-right: 10px;
}
.icon-div {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ee5727;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.mobile-menu-icon {
  display: none;
}
.cut-icon {
  display: none;
}

.cut-icon img {
  cursor: pointer;
}

.icon-div i {
  font-size: 24px;
}
.no-div {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 80%;
  height: 100%;
  background-color: white;
  color: black !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-left: 10px;
  text-transform: uppercase;
}
.main-header-fluid {
  border-bottom: #ee5727 5px solid;
}
.logo-div {
  /* background-color: #ee5727; */
  height: 66px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .logo-div img {
  height: 100%;
  width: 100%;
} */
.menu-logo {
  /* background-color: aqua; */
}
.menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 0px;
}
.menu-logo ul {
  list-style: none;
}
/* .menu-logo ul li {
  margin: 1px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
} */
.menu-logo.service ul li {
  margin: 7px;
  min-width: 56px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.menu-logo li a {
  text-decoration: none;
  display: block;
  color: black;
}
/* .c1 {
  width: 157px !important;
}
.c2 {
  width: 174px !important;
}
.c3 {
  width: 210px !important;
}
.c4 {
  width: 100px !important;
} */
.logo-div img:nth-child(1) {
  width: 100%;
  height: 100%;
}
.menu-logo.home {
  display: flex;
  align-items: center;
  justify-content: end;
}
/*Header-End*/

/*Banner Section Start */
section.banner-section {
  position: relative;
  top: 200px;
}
section.banner-section.servise {
  position: relative;
  top: 144px;
}
/*Banner 2 Start*/
.banner2-fluid {
  /* padding: 0; */
  position: relative;
  top: 100px;
  background-color: #ee5727;
  background-image: url(https://marketingpulse.in/img/Banner/bn5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* height: 700px; */
}
.height-b {
  /* background-color: #595454; */
  min-height: 500px;
}
/* min-height: 500px; */
.banner2-cont {
  /* min-height: 700px; */
  /* background-color: #595454; */
  padding: 0;
}
.cont-b {
  padding-left: 0;
  padding-top: 30px;
}
.cont-b p {
  color: black;
}
.cont-b p:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.in-coc {
  display: flex;
}
.inn-ico-div {
  /* background-color: #ff0099; */
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inn-cont-div {
  width: 80%;
  /* background-color: #595454; */
  padding-top: 20px;
  padding-left: 10px;
}
.inn-cont-div p {
  margin: 0;
}
.inn-cont-div p:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.inn-cont-div p:nth-child(2) {
  font-size: 15px !important;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.cont-b p:nth-child(2) {
  font-size: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.cont-b p:nth-child(3) {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.ser {
  /* background-color: #803410; */
  /* display: flex; */
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.inbo {
  /* background-color: #3023ae; */
  min-height: 100px;
  padding: 10px;
}
.in-coc {
  background-color: white;
  box-shadow: 0px 0px 5px #ee5727;
  height: 100px;
  border-radius: 20px;
}
.img-div-b {
  /* background-color: #3023ae; */
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.img-div-b img {
  width: auto;
  height: 100%;
  position: relative;
  left: 7%;
  margin: 0;
}
/*Banner 2 End*/

/*Banner Section End*/

/*Section 1 Start*/
/* .section-1-fluid { */
/* background-color: #ee5727; */
/* margin-top: 284px;
  padding-top: 0;
  padding-bottom: 30px;
  padding-bottom: 20px; */
/* border: 0.1px solid #ee5727; */
/* border-top-right-radius: 73px;
  border-bottom-left-radius: 73px; */
/* width: 90%; */
/* } */

.form-div {
  background-color: #cecbe4;
  position: relative;
  top: 20px;
  width: 100%;
  min-height: 100px;
  padding: 20px;

  border-radius: 20px;
}
#form_id {
  display: none;
}
.form-label {
  font-weight: 600;
}
.form-min-class p {
  font-size: 30px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.cont-div-section-1 {
  /* background-color: antiquewhite; */
  height: 550px;
  padding-top: 50px;
  padding-right: 115px;
}
.img-div-section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: aqua; */
}

.cont-div-section-1 p:nth-child(1) {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.cont-div-section-1 p:nth-child(2) {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.cont-div-section-1 p:nth-child(3) {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.cont-div-section-1 p:nth-child(4) {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.section-1-row {
  /* box-shadow: 0px 0px 5px #ee5727; */
  border-top-right-radius: 97px;
  border-bottom-left-radius: 97px;
}
.pt-2 {
  padding-top: 0.5rem !important;
  position: relative;
  left: 150px;
}
/*Section 1 End*/

/*Section2 Start*/
.section2-fluid {
  margin-bottom: 70px;
  padding-bottom: 150px;
  /* background-color: #ee5727; */
  position: relative;
  top: 172px;
}
.img-div-section2,
.cont-div-section2 {
  min-height: 600px;
}

.immer-img-div-section2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 97px;
  border-bottom-right-radius: 97px;
  box-shadow: 0px 0px 5px #ee5727;
  background-image: linear-gradient(45deg, #3023ae 0%, #ff0099 100%);

  /* background-color: antiquewhite; */
}
.immer-cont-div-section2 {
  height: 100%;
  /* box-shadow: 0px 0px 5px #ee5727; */
  border-top-left-radius: 97px;
  border-bottom-left-radius: 97px;
  /* background-color: aquamarine; */
}
.im-cont {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 70px;
}
.im-cont p:nth-child(1) {
  padding-bottom: 20px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.adin-cla1-seo-sec1 p {
  font-size: 16px !important;
  font-weight: 500;
}
.im-cont p:nth-child(2) {
  padding-bottom: 20px;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 27px;
}
.im-cont p:nth-child(3) {
  padding-bottom: 20px;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  /* line-height: 27px; */
}

.line-1 {
  display: flex;
  /* background: antiquewhite; */
  height: 40px;
  margin-bottom: 8px;
}
.dot-d {
  color: #ee5727;
  /* background-color: antiquewhite; */
  display: flex;
  align-items: center;
}
.li {
  /* background-color: aquamarine; */
  padding-top: 22px;
  min-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px; */
}
.li p {
  padding-top: 15px;
  padding-left: 10px;
  min-height: 15px;
  /* background-color: #ee5727; */
  line-height: 15px;
  font-size: 15px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.pat-st p {
  font-size: 15px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-left: 15px;
}
/*Section2 End*/

/*Section 4 Start*/
.section4-fluid {
  margin-top: 250px;
  /* background-color: antiquewhite; */
}
.inner-cont-section4-div {
  background-color: #ee5727;
  min-height: 600px;
  /* box-shadow: 0px 0px 5px #ee5727; */
  background-image: linear-gradient(45deg, rgb(202 200 215) 0%, rgb(238 87 39) 100%);
  border-radius: 51% 49% 0% 100% / 51% 100% 0% 49%;
}
.head-sec-4 {
  position: relative;
  top: 150px;
  left: 143px;
  width: 374px;
}
.head-sec-4 p {
  color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.head-sec-4.para p {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  top: 21px;
  color: white;
  font-family: "Poppins", sans-serif;
}
.head-sec-4.para.count {
  display: flex;
  position: relative;
  top: 158px;
}
.head-sec-4.para.count p {
  font-size: 48px;
  font-weight: 700;
  margin: 21px;
  font-family: "Poppins", sans-serif;
}
/*Section 4 End*/

/*Section 5 Start*/
.section-5-fluid {
  /* background-color: #3023ae; */
  margin-top: 250px;
}
.main-cont-div-section-5 {
  min-height: 600px;
}
.inner-section-5-div {
  /* background: antiquewhite; */
  padding-left: 76px;
  height: 100%;
}
.main-cont-div-section-5 {
  min-height: 600px;
  border-top-left-radius: 97px;
  border-bottom-left-radius: 97px;
  /* box-shadow: 0px 0px 5px #ee5727; */
  /* background-image: linear-gradient(45deg, rgb(200, 55, 113) 0%, rgb(245, 89, 42) 100%); */
}
.section-had-div {
  width: 473px;
  height: 50px;
  display: flex;
  align-items: center;
  /* background: antiquewhite; */
  margin-top: 57px;
}
.section-had-div p {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
  color: black;
  font-family: "Poppins", sans-serif;
}
.pont-1 {
  /* margin-top: 70px; */
  width: 500px;
  height: 25px;
  background-color: white;
  /* display: flex;
  align-items: center; */
  cursor: pointer;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
}

.in-h {
  display: flex;
  width: 100%;
  height: 25px;
  background-color: white;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
}
.in-n {
  width: 80%;
}
.in-n p {
  position: relative;
  top: 2px;
  left: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.aro {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 20%;
  /* background-color: #ee5727; */
  margin-top: -56px;
}
.aro p {
  cursor: pointer;
  /* background-color: #3023ae; */
  height: 100%;
  position: relative;
  top: 7px;
  right: 10px;
  /* transform: rotate(-120deg); */
}
.inner-main-cont-h {
  background: white;
  /* height: 0px; */
  width: 500px;
  overflow: hidden;
  display: none;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}
.inner-main-cont-h p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.pr-main {
  margin-top: 70px;
}
.in-main {
  margin-bottom: 30px;
}
/*Section 5 End*/
/*main-div-add-service Start*/
.main-div-add-service {
  /* box-shadow: 0px 0px 5px #ee5727; */
  padding: 68px;
  margin-top: 180px;
  margin-bottom: 40px;
  min-height: 600px;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
.link-ad {
  /* background-color: #595454; */
  height: 200px;
}
.l1 {
  padding-top: 10px;
  margin-bottom: 10px;
}
.l1 a {
  padding: 3px;
  text-decoration: none;
  display: block;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.l1 a:hover {
  color: #ee5727;
}
.box-add-ser {
  /* background-color: #ee5727; */
  min-height: 300px;
}
.inner-div-add-sec {
  box-shadow: 0px 0px 5px #ee5727;
  padding: 60px;
  height: 100%;
}

.inner-div-add-sec.b1 {
  border-top-left-radius: 170px;
  border-bottom-right-radius: 170px;
}
.inner-div-add-sec.b2 {
  border-top-right-radius: 170px;
  border-bottom-left-radius: 170px;
}
.inner-div-add-sec.b3 {
  border-top-left-radius: 170px;
  border-bottom-right-radius: 170px;
}
.inner-div-add-sec.b4 {
  border-top-right-radius: 170px;
  border-bottom-left-radius: 170px;
}
.inner-div-add-sec p:nth-child(1) {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.inner-div-add-sec p:nth-child(2) {
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.but.add {
  position: relative;
  left: 30px;
}
.add-service-fluid {
  margin-top: 150px;
}
.add-service-fluid.ad-sc {
  margin-top: -130px;
}
/*main-div-add-service End*/

/*main-footer-div Start*/
/*footer Start*/
.footer-fluid {
  margin-top: 30px;
  border-top: #ee5727 5px solid;
  padding: 0;
}

.f-1 {
  height: 300px;
  /* background-color: #ee5727; */
}

.f-2 {
  height: 300px;
  /* background-color: #ee5727; */
}
.f-logo-div {
  /* background-color: antiquewhite; */
  height: 100px;
}
.f-lp p {
  font-size: 15px;
  /* line-height: 18px; */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.f-logo-div img {
  height: 100%;
}
.coppy-right {
  height: 40px;
  background-color: black;
}
.cp {
  /* background-color: #ee5727; */
  height: 40px;
  display: flex;
  align-items: center;
}
.cp p {
  /* background-color: blue; */
  color: white;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  top: 10px;
}
.f-2,
.f-3,
.f-4 {
  padding-top: 20px;
  /* background-color: #ff0099; */
}
.dot {
  background-color: #ee5727;
  height: 3px;
  width: 100px;
  font-size: 0;
  margin-bottom: 10px;
}
.f-h {
  /* background-color: #ee5727; */
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.f-h p {
  position: relative;
  top: 8px;
}
.f-links {
  /* background-color: #3023ae; */
  height: 220px;
}
.f-links ul {
  list-style: none;
  padding: 0;
}
.f-links ul li {
  /* background-color: aliceblue; */
  width: 150px;
  margin: 10px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.f-links ul li a {
  text-decoration: none;
  display: block;
  color: black;
}

.cont-f {
  margin-top: 15px;
}
.cont-f p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.but-f {
  /* background: #0470e5; */
  display: flex;
  height: 50px;
  width: 245px;
}
.ico {
  background-color: #230903;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ico.blno {
  background-color: #ee5727;
}
.ico.blno img {
  width: 104px;
  height: 66px;
  z-index: 1;
}
.ico i {
  color: white;
}
.but-cut {
  background-color: #ee5727;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.but-cut p {
  margin: 0;
  color: white;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
/*footer-div End*/

/*About Start*/

/*About Section 1 Start*/
.ab-section-1-fluid {
  /* background-color: #3023ae; */
  margin-top: 225px;
  /* margin-bottom: 100px; */
}
.ab-section-1-fluid.service-cp1 {
  margin-top: 170px;
}
.service-cp1.email-marketing {
  margin-top: 0px;
  padding-top: 0px;
}
section#email-marketing-india {
  padding-top: 407px;
}
.ab-img-div {
  /* background-color: #ee5727; */
  min-height: 400px;
  padding: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.ab-img-div img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.ab-cont-div {
  background-color: aliceblue;
  padding: 100px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px #ee5727;
}
.ab-cont-div.service-cont-cp-1 {
  box-shadow: 0px 0px 20px white;
  background-color: white;
}
.ab-cont-div.service-cont-cp-1 p {
  color: black;
}
.imd-text {
  background-color: antiquewhite;
  position: relative;
  top: -64px;
  height: 0;
}
.imd-text-inner {
  background: #595454;
  position: relative;
  top: 4px;

  background: #595454;
  position: relative;
  top: 4px;
  border-bottom-left-radius: 20px;
  padding-left: 31px;
}
.imd-text-inner p:nth-child(1) {
  padding-top: 5px;
  margin-bottom: 5px;
}

.imd-text-inner p:nth-child(2) {
  padding-bottom: 5px;
}

.imd-text-inner p {
  margin: 0;
  color: white;
  padding-left: 10px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.ab-cont-div p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black;
}
.section-1-fluid.about {
  margin-top: 0;
  position: relative;
  top: 96px;
  border: none;
}
.section-1-fluid.about2 {
  margin-top: 0;
  position: relative;
  top: -39px;
  padding-top: 0;
  border: none;
}
.cont-div-section-1.ad1 {
  padding: 150px;
}
.cont-div-section-1.ad1 p {
  font-size: 20px;
}

.section2-fluid.about3 {
  position: relative;
  top: auto;
  padding-bottom: 0px;
}
.im-cont.ada {
  padding-left: 76px;
}
.immer-img-div-section2.re-bg-i {
  background-image: linear-gradient(45deg, #ffffff 0%, #ffffff 100%);
  box-shadow: none;
}
/*About Section 1 End*/

/*About End*/

/*Page Heading Start*/
.page-heading {
  height: 100px;
  margin-top: 400px;
  background-color: #595454;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-heading p {
  margin: 0;
  color: white;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
/*Page Heading End*/

/*page-relate Start*/
section#search-engine-optimization {
  padding-top: 241px;
}
.seo {
  padding-bottom: 20px;
}

.seo p {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.seo-reseller-services {
  padding-top: 241px;
}
.multilingualseoservices {
  padding-top: 241px;
}
.seo-reseller-services-secion p {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.seo-reseller-services-secion.ad-e-com p:nth-child(2) {
  padding-top: 10px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.cont-seo-rel.ass p:nth-child(1) {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.cont-seo-rel.ass p:nth-child(2) {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.cont-seo-rel.ass p:nth-child(3) {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.cont-seo-rel.ass p:nth-child(4) {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.qution-h.ddd {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.qution-p.sdss p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  top: -10px;
}
.seo-reseller-services.asasas33 {
  padding-top: 243px;
  margin-top: -216px;
}
.page-relate-qut-fluid.sd55 {
  margin-bottom: 0px;
}
.line-1.ad-ee {
  margin-bottom: 70px;
}
.page-relate-qut-fluid {
  margin-top: 0;
  margin-bottom: 100px;
  /* background-color: #595454; */
}
.qution-h {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qution-h {
  margin: 0;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}
.qution-p {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qution-p p {
  margin: 0;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: black;
  text-align: center;
}
.qu-fluid {
  /* background-color: #3023ae; */
}
.q1 {
  /* background-color: aqua; */
  margin-bottom: 20px;
  min-height: 300px;
}
.q2 {
  min-height: 300px;

  /* background-color: #ee5727; */
}
.inner-qus {
  /* background-color: #ff0099; */
  box-shadow: 0px 0px 5px #ee5727;
  border-radius: 10px;

  height: 100%;
}
.q-in-h {
  /* background-color: #595454; */
  padding-top: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q-in-h p {
  margin: 0;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.q-in-h-p {
  margin-top: 30px;
  padding: 30px;
}
.q-in-h-p p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/*page-relate End*/
/* .aro {
  background-color: #7b6fe8;
  width: 540px;
  height: 607px;
  position: absolute;
  left: -21px;
  top: 50px;
  padding-left: 40px;
  padding-right: 20px;
} */
.aro {
  background-color: #7b6fe8;
  width: 0px;
  height: 100vh;
  position: absolute;
  left: -21px;
  top: 50px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -50px;
}
.in-ico {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 370px;
}
.in-ico img {
  width: 100%;
}
.aro1 {
  /* background-color: #ee5727; */
  height: 177px;
}
.l1.as {
  padding-top: 0;
}
.h-div p {
  color: white;
  font-weight: 600;
  color: black;
}
.l1.asd a {
  color: white;
  font-weight: 500;
}
.l1.asd a:hover {
  color: black;
}
.aro-cut-ico {
  /* background-color: #ee5727; */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.aro-cut-ico img {
  height: 100%;
}
#h1,
#h2,
#h3,
#h4,
#arocutico {
  display: none;
}
.arocutico img {
  cursor: pointer;
}
.cont-fluid-seo-rel {
  margin-top: 50px;
}
.img-seo-rel {
  /* background-color: #595454; */
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-seo-rel {
  /* background-color: #7b6fe8; */
  min-height: 400px;
  padding: 50px;
}
.cont-seo-rel p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.q-cont-fluid {
  /* background-color: aliceblue; */
  margin-top: 161px;
}

.q-c-div {
}

.contact-div.cont {
  /* background-color: antiquewhite; */
  min-height: 596px;

  padding: 60px;
  /* background-color: black; */
  /* box-shadow: 0px 0px 10px #ee5727; */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: black;
}
.q-c-div.q-d1 {
  padding: 50px;
  background-color: white;
  /* padding-left: 50px; */
  /* padding-top: 50px;
  padding-bottom: 50px; */
  box-shadow: 0px 0px 10px hotpink;

  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.contact-fluid {
  /* background-color: #ee5727; */
  margin-top: 100px;
}
.contact-div iframe {
  width: 100%;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.contact-div {
  background-color: white;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 300px;
  padding: 0;
  box-shadow: 0px 0px 10px gray;
}
.had-mr {
  /* background-color: #7b6fe8; */
  margin-bottom: 50px;
}
.had-mr p {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.had-mr p:nth-child(2) {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.inner-cont {
  display: flex;
  margin: 25px;
}
.inner-cont a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
.inner-cont.mail a {
  position: relative;
  top: -3px;
}
.inner-cont.ss p {
  position: relative;
  left: 32.5px;
  top: -20px;
}
.inner-cont p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  position: relative;
  top: -5px;
  left: 10px;
}
/*Email Page Style Start*/
.email_ad_section1_class p:nth-child(1) {
  font-weight: 900;
}
.email_ad_section1_class p:nth-child(2) {
  font-size: 15px;
  font-weight: 500;
}
.section-1_parrent_class span:nth-child(2) {
  position: relative;
  top: 34px;
}
.spasing-2 {
  margin-top: 91px !important;
}
.q-in-h.clq-in-h {
  text-align: center;
}
.email-marketing-india p {
  font-size: 40px;
  font-weight: 500;
}
.email-marketing-india {
  /* background: aqua; */
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -184px;
}
section#bulk-email {
  padding-top: 430px;
  margin-top: -101px;
}

.qution-h.smtp {
  margin: 0;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: black;
  text-transform: capitalize;
}
section#smtp {
  margin-top: -118px;
  padding-top: 238px;
}
.reseller {
  margin-top: -77px !important;
}
section#rseller {
  margin-top: -118px;
  padding-top: 238px;
}
section#services-providers {
  margin-top: -118px;
  padding-top: 238px;
}
section#sms-marketing {
  margin-top: -118px;
  padding-top: 238px;
}
/*Email Paeg Style End*/

/*Panda Page Style Start*/
section.min-section {
  margin-top: 400px;
  /* background: aquamarine; */
}
.section2-fluid.pandasection1 {
  position: relative;
  top: 50px;
}
section#google-penguin {
  padding-top: 247px !important;
  margin-top: -146px;
}
/*Panda Page Style End*/
section#smo_section1 {
  /* background: aqua; */
  margin-top: 339px;
}
.smo {
  /* background-color: #595454; */
}
.smo p {
  text-align: center;
  text-transform: capitalize;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.smo-section1-cont {
  /* background-color: #7b6fe8; */
  min-height: 400px;
  padding: 16px;
}
.smo-section1-fluid {
  margin-top: 0;
  /* background: aqua; */
}
.smop-section1 p {
  font-size: 12px;
}
.smop-section1 p:nth-child(1) {
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.smo-hading {
  /* background-color: #ee5727; */
  margin-top: 100px;
  margin-bottom: 0px;
}
.smo-hading p {
  text-align: center;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
section#smo_section1\ fb {
  margin-top: -72px;
}

.ppc {
  position: relative;
  top: 68px;
  margin-bottom: 30px;
  padding-bottom: 101px;
}
section#smo_section1\ fb\ bing {
  margin-top: 210px;
}

/*pri start*/
.prising-fluid {
  background-color: #ee5727;
}
.black {
  background-color: black;
  color: white;
  padding: 20px;
  border-radius: 50px;
}
.but.ged {
  display: flex;
  align-items: center;
  justify-content: center;
}
.but.ged button {
  width: 350px;
  font-size: 15px;
  animation-name: frr;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes frr {
  0% {
    background-color: #ee5727;
  }
  20% {
    background-image: linear-gradient(45deg, #3023ae 0%, #ee5727 100%);
  }
  40% {
    background-image: linear-gradient(45deg, #ee5727 0%, #3023ae 100%);
  }
  100% {
    background-image: linear-gradient(45deg, #3023ae 0%, #803410 100%);
  }
}
/*pri end*/
/*tec-fluid start*/
.tec-fluid {
  /* background-color: #7b6fe8; */
  margin-top: 200px;
}
.div-tec {
  /* background-color: antiquewhite; */
  height: 200px;
  margin-top: 10px;
  margin-bottom: 44px;
}
.inner-tec-div {
  /* background-color: #ff0099; */
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #ee5727;
}

/*tec-fluid end*/
.img-tect-div {
  /* background-color: #3023ae; */
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-tect-div img {
  width: 30%;
  height: 70%;
}
.cont-tec {
  /* background-color: #ee5727; */
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-tec p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.abut1-fluid {
  background-color: #fafafa;
  margin-top: 150px;
}
.abut1-cont {
  /* background-color: #7b6fe8; */
  /* border-top: 1px solid #ee5727;
  border-bottom: 1px solid #ee5727; */
  padding-top: 100px;
  padding-bottom: 100px;
}
.adin-abmout-div2 {
  /* background-color: #ee5727; */
  /* min-height: 450px; */
}
.div-about-1 {
  min-height: 450px;
}
.adin-abmout-div1,
.adin-abmout-div2 {
  padding: 20px;
}
.adin-abmout-div1 p {
  font-size: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.adin-abmout-div1 img,
.adin-abmout-div2 img {
  width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 33px #9e9b9b;
}
.adin-abmout-div2 p {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.rank-abot-fluid {
  /* background-color: #7b6fe8; */
  margin-top: 80px;
}
.rank-abot-row {
  /* background-color: aliceblue; */
  border-radius: 40px;
}
.section-about-inner-rank {
  min-height: 120px;
  padding: 20px;
}

.section-about-inner-rank p {
  font-family: "Poppins", sans-serif;
  margin: 0;
  text-align: center;
}

.section-about-inner-rank p:nth-child(1) {
  font-weight: 700;
  font-size: 50px;
}

.section-about-inner-rank p:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
}
.sec3-aboutn-flud {
  padding: 40px;
  background-color: #fafafa;
  margin-top: 100px;
}

.sec-about-hadng p {
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.indd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indd p {
  font-size: 40px;
  font-weight: 600;
  width: 50%;
}
.innsdsd55 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.innsdsd55 p {
  font-size: 18px;
  font-weight: 500;
  width: 60%;
}
.in-thi-abu-dd {
  margin-top: 50px;
  /* background-color: #7b6fe8; */
  min-height: 300px;
}
.in-thi-abu-div {
  background-color: white;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 28px gray;
}
.indiv-50-img {
  /* background-color: aquamarine; */
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indiv-50-img img {
  width: 95px;
  height: 85px;
}
.indiv-50-cont {
  /* background-color: antiquewhite; */
  height: 60%;
}
.indiv-50-cont {
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 20px;
}

.indiv-50-cont p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
}
.indiv-50-cont p:nth-child(2) {
  font-size: 15px;
  font-weight: 500;
}
.abut-red-fluid {
  background-color: #0f110f;
  /* background-color: aqua; */
  margin-top: 100px;
}

.inre-cont-cont-img {
  min-height: 100px;
  padding: 40px;
}
.cont-addhi {
  /* background-color: #595454; */
}

.cont-addhi p {
  font-family: "Poppins", sans-serif;
  color: white;
  padding-top: 20px;
}
.cont-addhi p:nth-child(1) {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.cont-addhi p:nth-child(2) {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.conf-burt {
  padding: 0px;
  display: flex;
  /* background-color: #cecbe4; */
}
.dsd5454fff {
  /* background-color: #7b6fe8; */
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsd5454fff img {
  width: 90%;
}
.sdsd55 {
  width: 50%;
  /* background-color: brown; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdsd55 a {
  text-transform: none;
}
.sdsd55 a button {
  background-color: #50af9b;
  width: 200px;
  height: 50px;
  color: white;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  outline: none;
  border: none;
  font-family: "Poppins", sans-serif;
}
.cont-hading-fluid {
  /* background-color: #50af9b; */
  position: relative;
  top: 82px;
  background-image: linear-gradient(to right, rgb(218, 35, 35), rgb(245, 245, 126));
  color: white;
}

.hading-con {
  /* background-color: #7b6fe8; */
  height: 350px;
  padding: 30px;
}
.con-hasas {
  padding-top: 60px;
}
.con-hasas p {
  font-family: "Poppins", sans-serif;
  /* margin: 0; */
}

.con-hasas p:nth-child(1) {
  font-size: 25px;
  font-weight: 600;
}

.con-hasas p:nth-child(2) {
  font-size: 50px;
  font-weight: 600;
  line-height: 49.2px;
  margin-top: 20px;
}
.con-hasas p:nth-child(3) {
  font-size: 15px;
  font-weight: 500;
  margin-top: 30px;
}

.imf-sds-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: white; */
}
.imf-sds-cont img {
  width: 80%;
  height: 100%;
}
.section1-servise-fluid {
  /* background-color: #50af9b; */
  background-color: #fafafa;
  padding: 86px;
  margin-top: 250px;
}
.ing-and-cont-div-setion {
  /* background-color: #7b6fe8; */
  min-height: 400px;
}
.imf-gdd55 {
  /* background-color: #fafafa; */
}
.imf-gdd55 img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  box-shadow: 0px 0px 25px gray;
}
.cont-sect-545 {
  padding-top: 30px;
  padding-left: 50px;
}
.cont-sect-545 p {
  font-family: "Poppins", sans-serif;
}

.cont-sect-545 p:nth-child(1) {
  font-size: 50px;
  font-weight: 600;
  line-height: 59px;
}

.cont-sect-545 p:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  /* line-height: 59px; */
}

/*0----------------------------------------*/
/*clint-re-fluid start*/
.clint-re-fluid {
  /* background-color: #50af9b; */
}
/* .inner-min-clnt-div {
  min-height: 300px;
  background-color: #7b6fe8;
  display: flex;
} */
.clint-re-row {
  box-shadow: 0px 0px 5px gray;
}
.img-cont-div-clint {
  /* background-color: violet; */
  /* padding: 0; */
}
.img-clint-1 {
  min-height: 250px;
  display: flex;
  align-items: center;
}
.img-clint-1 img {
  width: 100%;
  height: auto;
}
.img-clint-2 {
  /* background-color: #ee5727; */
  padding-top: 20px;
}
.img-clint-2 p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.indiv-data-re {
  /* background-color: #3023ae; */
  min-height: 184px;
}
.innda-ashow-f {
  /* background-color: blue; */
}
.heff-s {
  padding-right: 0;
}
.heff {
  padding-left: 0;
  /* background-color: #ff0099; */
  /* padding: 0; */
  /* padding-right: 10px; */
}
.ptag {
  padding-top: 10px;
  /* padding: 0; */
}
.ptag p {
  text-transform: capitalize;
}
.ind-5,
.ind-6 {
  /* background-color: #50af9b; */
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}
.ind-5 p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.ind-6 p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 992px) {
  .heff-s {
    padding-right: 15px !important;
  }
  .ind-5 p {
    font-size: 15px;
    text-align: center;
  }
  .ind-6 p {
    text-align: center;
  }
  .heff {
    padding-left: 15px !important;
  }
}
@media (max-width: 425px) {
  .heff-s {
    padding-right: 15px !important;
  }
  .ind-5 p {
    font-size: 15px;
    text-align: center;
  }
  .ind-6 p {
    text-align: center;
  }
  .heff {
    padding-left: 15px !important;
  }
}

@media (max-width: 375px) {
  .img-clint-2 p {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    font-family: "Poppins", sans-serif;
  }
}
/*clint-re-fluid end*/

/*test-fluid start*/
.test-fluid {
  /* background-color: #50af9b; */
}
.test-row {
  box-shadow: 0px 0px 5px gray;
  border-radius: 20px;
}
.img-and-cont-testno-div {
  /* background-color: #7b6fe8; */
  min-height: 300px;
}
.test1 {
  padding: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.test1 img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.test2 {
  box-shadow: 0px 0px 10px #ee5727;
  /* background-color: #ee5727; */
  padding: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.test2 p:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.test2 p:nth-child(2) {
  font-size: 15px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.test2 p:nth-child(3) {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .test1 img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0 !important;
  }
  .test2 {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 20px;
  }
  .test2 {
    padding: 12px;
  }
  .test2 p:nth-child(1) {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .test1 img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0 !important;
  }
  .test2 {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 20px;
  }
  .test2 {
    padding: 12px;
  }
  .test2 p:nth-child(1) {
    font-size: 15px;
  }
}
/*test-fluid end*/

.img-div-section2 {
  /* background-color: #3023ae; */
}
.in-cl-owl {
  /* background-color: aquamarine; */
  width: 100%;
  height: 400px !important;
  padding: 0;
}
.owl-theme {
  /* background-color: #230903; */
}
.oq1 img {
  width: 100% !important;
  height: 100%;
  border-radius: 12px;
  /* box-shadow: 0px 0px 5px gray; */
}
