@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

@font-face {
  font-family: "ivy_moderegular";
  src: url("../fonts/ivymode-regular-webfont.eot");
  src: url("../fonts/ivymode-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ivymode-regular-webfont.woff2") format("woff2"),
    url("../fonts/ivymode-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ivy_modebold";
  src: url("../fonts/ivymode-bold-webfont.eot");
  src: url("../fonts/ivymode-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ivymode-bold-webfont.woff2") format("woff2"),
    url("../fonts/ivymode-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ivy_modesemibold";
  src: url("../fonts/ivymode-semibold-webfont.eot");
  src: url("../fonts/ivymode-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ivymode-semibold-webfont.woff2") format("woff2"),
    url("../fonts/ivymode-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: "Lato" !important;
}

a {
  color: #fff !important;
  text-decoration: underline;
}

/*start home css*/.BookTitle a.btnYellow

:root {
  /* --buton: transparent linear-gradient(98deg, #005d56 0%, #20b2aa  100%) 0% 0% no-repeat padding-box; */
  --buton:#ffb700;
  --light_purple: linear-gradient(98deg, #20b2aa 0%, #005d56 100%) 0% 0%;
  --section_purple: #fff;
  --logo-section: #f0fffe;
  --black: #000;  
  --white: #fff;
  --primary_color: #005d56;
  --secondary_color: linear-gradient(98deg, #20b2aa 0%, #005d56 100%) 0% 0% no-repeat padding-box;
  --header: #005851;
  --text_color: #141414;
  --hover_color: #723DD2;
}

.abtLeft h2,
.bannerContent h1,
.heading2,
.tabCont .heading3 {
  font-family: ivy_moderegular;
}

.wrapper {
  overflow-x: hidden !important;
}

/*event banner start*/
/*.BannerHome {*/
/*  background: url("../images/banner.webp") center right/cover no-repeat;*/
/*  height: auto;*/
/*  overflow: hidden;*/
/*  position: relative;*/
  /* background: rgb(38,98,71);
    background: linear-gradient(177deg, rgba(38,98,71,1) 0%, rgba(161,175,82,1) 100%); */
/*}*/
/*event banner start*/

.BannerHome {
  background: url("../images/banner-2.webp") center right/cover no-repeat;
  height: auto;
  overflow: hidden;
  position: relative;
  /* background: rgb(38,98,71);
    background: linear-gradient(177deg, rgba(38,98,71,1) 0%, rgba(161,175,82,1) 100%); */
}

.BannerHome:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/new-watermark.webp") no-repeat;
  display: block;
  z-index: 9;
  background-size: contain;
  height: 184px;
}

.BlogMain,
.marquee-container {
  overflow: hidden !important;
}

.bannerContent h1 {
  font-size: 68px;
  color: #fff;
  margin-bottom: 18px;
}

a.btnPrimary,
a.btnSecondary {
  color: #000 !important;
  display: inline-block;
  border-radius: 50px;
  font-size: 14px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 700;
}

.BannerHome .bannerContent {
  padding-top: 180px;
}

.BookTitle a.btnYellow svg {
  width: 16px;
  background: #a77904 !important;
  height: 16px;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  border-radius: 100%;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.3s;
}

.BookTitle a.btnYellow:hover svg {
  transform: rotate(0);
}

.BannerHome .row {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.BannerHome .bannerContent p {
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 25px;
}

a.btnPrimary {
  background: #ffb700;
  padding: 15px 60px 15px 30px;
}

a.btnPrimary:after {
  content: "";
  width: 28px;
  height: 28px;
  background: #a77904 !important;
  position: absolute;
  border-radius: 100%;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
}

a.btnPrimary:hover:after {
  width: 105%;
  height: 105%;
  border-radius: 0;
  right: -5px;
  bottom: -5px;
  color: var(--white);
}

.whiteCta .aboutCta a.ctaLinePhone,
a.btnPrimary:hover {
  color: #fff !important;
}

a.btnPrimary span {
  position: relative;
  z-index: 9;
  /* color: #000; */
}

a.btnSecondary {
  background: 0 0;
  padding: 14px 28px;
  border: 1px solid #1a1302 !important;
}

.btnBanner a {
  margin: 0 5px;
}

.abtSection {
  /*background: url('../images/sec2bg.webp') bottom center/cover no-repeat;*/
  padding: 70px 0 0;
  background-color: var(--section_purple);
}
section.sec2.abtSection.process-sec {
        padding: 70px 0px 70px;
}

span.smallTitleLine {
  color: var(--primary_color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
  display: block;
}

span.smallTitleLine:before {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--buton);
  position: absolute;
  left: 0;
  top: 12px;
}
span.smallTitleLine-light {
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
  display: block;
}

span.smallTitleLine-light:before {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 12px;
}
.abtLeft h2 {
  color: var(--white);
  font-size: 42px;
  line-height: 56px;
  padding-right: 100px;
}

.abtRight p {
  font-size: 20px;
  color: var(--white);
  line-height: 33px;
  margin-top: 40px;
}
.abtLeft-light h2 {
  color: var(--secondary_color);
  font-size: 40px;
  line-height: 56px;
  padding-right: 40px;
}
.about-one {
  max-width: 800px;
  margin: auto;
}
.about-one-row {
  text-align: center;
}
.abtRight-light p {
  font-size: 20px;
  color: var(--secondary_color);
  line-height: 33px;
  margin-top: 40px;
}
.cupImage {
  padding: 30px 0 0;
}

a.btnYellow {
  background: #ffb703;
  color: #1a1302 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 16px 60px 16px 30px;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.coreServices .abtLeft span.smallTitleLine:before,
.reviewBTn a,
.whiteCta .aboutCta a.ctaLinePhone span.smallTitleLine:before {
  background: #fff;
}

.tabCont p,
p {
  font-size: 18px;
}

.aboutCta {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.aboutCta a.ctaLinePhone {
  margin-left: 30px;
  text-decoration: none;
  color: var(--buton) !important;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
.aboutCta a.ctaLinePhone-dark {
  margin-left: 30px;
  text-decoration: none;
  color: var(--white) !important;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
.tabCont p,
p {
  line-height: 28px;
}

.aboutCta a.ctaLinePhone span.smallTitleLine {
  margin: 0;
  line-height: 17px;
  padding-left: 35px;
  color: var(--buton);
}
.aboutCta a.ctaLinePhone span.smallTitleLine-dark {
  margin: 0;
  line-height: 17px;
  padding-left: 35px;
  color: var(--white);
}

.aboutCta a.ctaLinePhone span.smallTitleLine:before {
  width: 28px;
  top: 9px;
}

a.ctaLinePhone {
  position: relative;
  padding-left: 60px;
}
.ctaLinePhone-light svg {
  background: var(--white);
  color: var(--buton);
  left: -8px;
  top: -3px;
  background: var(--buton);
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 100%;
}
a.ctaLinePhone svg {
  position: absolute;
  left: -8px;
  top: -3px;
  background: var(--buton);
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 100%;
  color: var(--white);
}


.coreServices {
  /*background: url('../images/greenBannerbg.webp') bottom center/cover no-repeat;*/
  padding: 70px 0;
  background: var(--secondary_color);
  /* background: linear-gradient(177deg, rgba(14,39,34,1) 0%, rgba(22,62,54,1) 100%); */
}

.coreServices .abtLeft h2,
.coreServices .abtLeft span.smallTitleLine,
.whiteCta .aboutCta a.ctaLinePhone span.smallTitleLine,
.whiteTitle .heading2 {
  color: var(--white);
}

.coreServices .abtRight p {
  color: #fff;
  margin-top: 0;
}


.coreServices a.ctaLinePhone svg {
  background: var(--buton);
  color: var(--white);
}
.whiteCta a.ctaLinePhone svg {
  background: #ffb700;
  color: #005d56 ;
}

.coreServices span.smallTitleLine:before {
  background: var(--buton);
}
.coreServices span.smallTitleLine-dark:before {
  background: var(--white);
}

.swiper-button-next:after,
.swiper-button-prev:after,
[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

.port-content {
  color: #fff;
  max-width: 90% !important;
  margin: 50px auto 0 !important;
}

.custom-tab-list ul {
  display: flex;
  align-items: start;
  justify-content: space-between;
  list-style: none;
  margin: 50px 0 0;
}

.custom-tab-list ul li span {
  display: block;
  font-size: 16px;
}

.custom-tab-list ul li a {
  color: var(--white) !important;
  font-weight: 700;
  font-size: 35px;
  transition: 0.3s;
  text-decoration: none;
  font-family: ivy_modebold;
}

.custom-tab-list ul li {
  width: auto;
}
.port-content .tabCont {
  margin-top: 20px;
}
.tabCont .heading3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
  display: block;
}

.tabCont p {
  color: #fff;
}

.tabCont a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /*! text-transform: uppercase; */
}

.BookTitle span {
  font-size: 42px;
  line-height: 54px;
  color: var(--white);
  text-align: center;
}

.custom-tab-list ul li.active a,
.custom-tab-list ul li:hover a {
  color: var(--buton) !important;
}

section.sec4.servicesMainboxes {
  /*background: url('../images/headphonebg.webp') bottom right/cover no-repeat;*/
  padding: 70px 0;
  background-color: var(--section_purple);
}

.serviceBoxinner {
  background: #d2f8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 0;
  border-radius: 15px;
}

.serviceBoxinner span.servTitle {
  margin-top: 20px;
  color: var(--primary_color);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading2 {
  display: block;
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 54px;
  color: var(--white);
  text-align: center;
}
.heading2-light {
  display: block;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 54px;
  color: var(--primary_color);
  text-align: center;
}
.bookContebtHome .heading2 {
  font-size: 40px;
}
.BlogMain .abtLeft h4,
.BookTitle span,
.boldheading2,
.servicesMarque ul li {
  font-family: ivy_modesemibold;
}

.serviceBoxinner {
  margin: 15px 0;
}

.ctaWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px !important;
}

.servicesMainboxesContent {
  /*background: url('../images/contentbg.webp') bottom right/cover no-repeat;*/
  padding: 90px 0;
  background: var(--secondary_color);
}

p {
  color: #292e0a;
}

.smallHeading {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #292e0a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

section.sec5.platforms {
  /* background: url('../images/logobg.webp') bottom right/cover no-repeat; */
  padding: 80px 0;
  border-top: 1px solid #fff;
  background-color: #a8ebe7;
}

.platformsInner {
  display: table;
  margin: 0px auto 0;
}

.BookTitle,
.circle {
  margin: auto;
  z-index: 999;
  right: 0;
  left: 0;
}

.bookContent {
  background: url("../images/bookBg.webp") bottom center/cover no-repeat;
  padding: 70px 0 50px;
  border-top: 1px solid #fff;
}

.bookContent .heading2 {
  text-align: left;
  margin-bottom: 20px;
}

@keyframes rotateElement {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotateElement {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateElement {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.circle {
  background: 0 0;
  width: 750px;
  height: 750px;
  border-radius: 100%;
  top: 280px;
  position: relative;
  animation: 100s linear infinite rotateElement;
}

.PortfolioTitle,
.sliderCircle,
.testSliderContent {
  position: relative;
}

.sliderCircle ul {
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.sliderCircle ul li {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.circle:after {
  content: "";
  background: var(--light_purple);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: 99;
}

.sliderCircle ul li:nth-child(2) {
  left: 68%;
  transform: rotate(32deg);
  top: -160px;
}

.sliderCircle ul li:nth-child(3) {
  left: 6%;
  transform: rotate(-32deg);
  top: -160px;
}

.sliderCircle ul li:nth-child(4) {
  left: -120px;
  transform: rotate(-65deg);
  top: 15px;
}

.sliderCircle ul li:nth-child(5) {
  left: 89%;
  transform: rotate(63deg);
  top: 13px;
}

.sliderCircle ul li:nth-child(6) {
  left: 97%;
  transform: rotate(89deg);
  top: 243px;
}

.sliderCircle ul li:nth-child(7) {
  left: 89%;
  transform: rotate(116deg);
  top: 465px;
}

.sliderCircle ul li:nth-child(8) {
  left: 36%;
  transform: rotate(149deg);
  bottom: -244px;
}

.prevArrow img,
.swiper-button-prev-has {
  transform: rotate(180deg);
}

.sliderCircle ul li:nth-child(9) {
  left: 37%;
  transform: rotate(180deg);
  bottom: -236px;
}

.sliderCircle ul li:nth-child(10) {
  left: 39%;
  transform: rotate(210deg);
  bottom: -237px;
}

.sliderCircle ul li:nth-child(11) {
  left: 37%;
  transform: rotate(238deg);
  bottom: -223px;
}

.sliderCircle ul li:nth-child(12) {
  left: 36%;
  transform: rotate(268deg);
  bottom: -213px;
}

.BookTitle span {
  display: inline-block;
  margin-bottom: 0;
}

.abtLeft h4,
.contentChoose span,
.makesTitle span,
.testCon p,
span.nameClient {
  font-family: ivy_moderegular;
}

.BookTitle {
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.row.criclerow {
  position: relative;
  height: 490px;
}

.BookTitle .aboutCta,
.contactFormContentLeft .aboutCta a.ctaLinePhone svg {
  margin-top: 10px;
}

.processMain {
  /*background: url('../images/processBG.webp') center center/cover no-repeat;*/
  padding: 70px 0;
  background: var(--section_purple);
  /* background: linear-gradient(73deg, rgba(57,131,119,1) 0%, rgba(97,188,153,1) 100%); */
}

.whiteTitle .smallHeading {
  color: var(--black);
  display: table;
  margin: 0 auto 20px;
  position: relative;
}

.smallHeading.lineBar:before {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--black);
  position: absolute;
  left: 0;
  top: 11px;
}

.smallHeading.lineBar {
  padding-left: 45px;
}

.proImag {
  display: table;
  margin: 10px auto 0;
}

.abtLeft h4,
.iconChoose,
.makesTitle span,
.portfolioSlider {
  margin-bottom: 20px;
}

.portfolioMain {
  background: url("../images/portfolioBg.webp") center top/cover no-repeat;
  padding: 90px 0;
}

.PortfolioTitle span.smallHeading {
  text-align: left;
  display: block;
}

.PortfolioTitle span.heading2 {
  display: block;
  text-align: left;
}

.portfolioMain .container-fluid {
  max-width: 100%;
  padding: 0;
}

.portfolioSlider .swiper-slide img {
  width: 100%;
  border: 2px solid #fff;
  border-right: 0;
}

.portfolioSlider .swiper-slide:last-child img {
  border-right: 2px solid #fff;
}

.sliderCircle ul li img {
  width: 199px;
  height: 289px;
  object-fit: cover;
  object-position: top;
}

.swiper-button-next-has:before,
.swiper-button-prev-has:before {
  content: "";
  background: url("../images/portArrow.webp") 0 0 / contain no-repeat;
  width: 39px;
  height: 39px;
  opacity: 0.5;
  transition: 0.3s;
}

.swiper-button-next-has:hover:before,
.swiper-button-prev-has:hover:before {
  opacity: 1;
}

.swiper-button-next-has,
.swiper-button-prev-has {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.portArrow {
  position: absolute;
  right: 0;
  top: 70px;
}

.portfolioSlider .swiper-button-next,
.portfolioSlider .swiper-button-prev {
  opacity: 0;
  width: 0;
  height: 0;
}

.swiper-button-prev-has {
  right: 25px;
  top: -12px;
  transition: 0.3s;
}

.prevArrow:hover img,
.swiper-button-prev-has:hover {
  transform: rotate(135deg);
}

.swiper-button-next-has {
  transition: 0.3s;
}

.nextArrow:hover img,
.swiper-button-next-has:hover {
  transform: rotate(-45deg);
}

.philMain {
  border-bottom: 2px solid var(--primary_color);
  background: var(--secondary_color);
  padding-block: 60px;
}

.philImageLeft img,
.philMain .container-fluid {
  max-width: 100%;
}

.philImageLeft {
  display: flex;
  align-items: flex-end;
  padding-left: 0 !important;
}
.sec9.philMain .philImageLeft {
  align-items: center;
}
.philContentRight {
  max-width: 40% !important;
  display: flex;
  align-items: center;
}
.h4-darkback {
  color: var(--section_purple) !important;
}

.abtLeft h4 {
  color: var(--section_purple);
  font-size: 54px;
  line-height: 70px;
  padding-right: 0;
}
.abtLeft-light h4 {
  color: var(--primary_color);
  font-size: 44px;
  padding-right: 0;
}
.abtLeft-white h4 {
  font-size: 42px;
  line-height: 56px;
  color: var(--white);
}
.p-light {
  color: var(--section_purple);
}
.p-white{
  color: var(--white) !important;
}
path {
  stroke: rgb(172, 46, 30) !important;
}
/* .abtLeft p {
  color: var(--section_purple);
} */
.makesTitle span,
.whyChooseLeft .abtLeft h4 {
  font-size: 42px;
  line-height: 56px;
  color: var(--primary_color);
}

.makesTitle span {
  color: var(--section_purple);
}

.makesTitle {
  margin-top: 30px;
}

.makesContent ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}
.innerBanner  .makesContent ul {
        column-count: 1;
}

.makesContent ul li {
  color: var(--section_purple);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  display: flex;
}

.makesContent ul li svg {
  margin-right: 12px;
  margin-top: 7px;
}

.philContentRight .ctaWrap {
  align-items: start;
  justify-content: start;
}

.testimonialMain,
.whyChosseUs {
  background: var(--section_purple);
  padding: 70px 0px 60px;
}

.trustpilotGoogleBox {
  margin-top: 50px;
}

.reviewBTn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 140px;
  border-radius: 150px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 9%);
}

.reviewBTn a img {
  max-width: 170px;
}

.reviewBTn + .reviewBTn {
  margin-top: 25px;
}

.contentChoose span {
  color: #292e0a;
  font-size: 26px;
  line-height: 1.4em;
  padding-right: 0;
  margin-bottom: 10px;
  display: block;
}

.whychooeIconBoxInner {
  width: 48%;
  margin-bottom: 20px;
}

.whychooeIconBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 0px;
}

.iconChoose img {
  max-width: 18%;
}

.whychooseRight {
  padding-left: 80px !important;
}

.whychooeIconBox:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.whychooeIconBoxInner .aboutCta {
  flex-direction: column;
  margin-top: 0;
}

.whychooeIconBoxInner .ctaWrap {
  margin: 0 !important;
}

.whychooeIconBoxInner .aboutCta a.btnYellow,
.whychooeIconBoxInner.ctaWhyChoose a.btnPrimary {
  margin-bottom: 30px;
}

.whychooeIconBoxInner .letsconnect {
  background: var(--primary_color);
  padding: 40px;
  border-radius: 20px;
}

.whychooeIconBoxInner .letsconnect p {
  margin: 0 !important;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.whychooeIconBoxInner.ctaWhyChoose {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.testLeftImage img {
  width: 100%;
  height: auto;
}

.mainCOntentSlider {
  background: var(--primary_color);
  padding: 60px 60px 50px;
  border-bottom: 50px solid var(--primary_color);
}

.testCon p {
  font-size: 18px;
  line-height: 27px;
  color: var(--white);
}
.ServicClient {
  color: var(--white);
}
.contactFormContentLeft .aboutCta a.ctaLinePhone,
span.nameClient {
  font-size: 22px;
  line-height: 42px;
  color: var(--white);
}

.testImageName {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  bottom: -50px;
  margin-top: 0;
  left: -20px;
}

.nextArrow,
.prevArrow {
  bottom: 50px;
  cursor: pointer;
  position: absolute;
}

.testImageName img {
  max-width: 240px;
}

span.nameClient {
  margin-top: -30px;
}

.testName {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.ratingStar svg {
  color: #ffd213;
  font-size: 22px;
}

.bookContebtHome.bookContent .heading2 {
  text-align: left;
}

.ratingStar {
  margin-top: 8px;
}

.testCenter .abtLeft h4 {
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 50px;
  color: var(--primary_color);
}

.testLeft {
  padding-right: 50px !important;
}

.testRight {
  padding-left: 50px !important;
}

.testLeft .reviewBTn a {
  width: 100%;
  height: 120px;
}

.testLeft,
.testRight {
  margin-top: 165px !important;
}

/*.testLeftImage {*/
/*    pointer-events: none;*/
/*}*/

/* .testCon {
  min-height: 350px;
} */

.nextArrow,
.prevArrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.nextArrow span,
.prevArrow span {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-top: 12px;
}

.nextArrow img,
.prevArrow img {
  max-width: 30px;
  transition: 0.3s;
}

.prevArrow {
  left: -100px;
}

.nextArrow {
  right: -100px;
}

.testLeft .reviewBTn:first-child a {
  background: #010032;
}

.servicesMarque ul li {
  color: #ffb700;
  font-size: 140px;
  line-height: 170px;
  text-align: center;
  display: block;
  margin-bottom: 0;
  margin-left: 220px;
}

.servicesMarque ul {
  display: flex;
  margin: 50px 0 0;
  padding: 0;
}

.iconChoose lottie-player {
  width: 98px !important;
  height: 98px !important;
  display: table;
}

.BlogMain {
  /*background: url('../images/blogBG.webp') right top/cover no-repeat;*/
  background-color: var(--section_purple);
  padding: 90px 0;
}

span.cateReadTime {
  display: block;
  color: #292e0a;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

span.blogDate {
  color: #54ac94;
  font-weight: 600;
  text-align: right;
}

span.cateReadTime > span {
  width: 50%;
}

.blogImage img {
  width: 100%;
}

.blogImage {
  margin-bottom: 12px;
}

span.blogTitle {
  color: #292e0a;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
}

.BlogMain .container-fluid {
  max-width: 110%;
  padding: 0 0 0 12%;
  width: 110%;
}

.blogSlider {
  margin-top: 50px !important;
}

.blogSlider .swiper-wrapper {
  align-items: center !important;
}

.contactFormBottom {
  background: url("../images/contactFormBg.webp") center bottom/cover no-repeat;
  padding: 70px 0;
  border-bottom: 1px solid #fff;
}

.contactContentLeft .abtLeft span {
  color: #292e0a;
  font-family: ivy_moderegular;
  font-size: 22px;
  line-height: 36px;
  padding-right: 0;
  margin-bottom: 15px;
}

.contactContentLeft .abtLeft p {
  margin-top: 8px;
  padding-left: 29px;
  position: relative;
}

.contactContentLeft .abtLeft p:before {
  content: "";
  background: #292e0a;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
}

.contactFormContentLeft .ctaWrap {
  align-items: start;
  justify-content: start;
  margin-top: 0 !important;
}
.contentLeft > p {
  color: var(--white);
}
.contentRight > p {
  color: var(--white);
}
.formFields input,
.formFields textarea {
  background: 0 0;
  border: none;
  outline: 0;
  border-bottom: 2px solid #292f0a;
  width: 100%;
  padding: 15px 0;
  color: #292f0a;
}

.formFields input::-webkit-input-placeholder,
.formFields textarea::-webkit-input-placeholder {
  color: #292f0a;
}

.formFields input::-webkit-input-placeholder,
.formFields textarea::-moz-placeholder {
  color: #292f0a;
}

.formFields input::-webkit-input-placeholder,
.formFields textarea:-ms-input-placeholder {
  color: #292f0a;
}

.formFields input::-webkit-input-placeholder,
.formFields textarea:-moz-placeholder {
  color: #292f0a;
}

.contactFormFields {
  max-width: 470px;
  margin: 0 auto;
}
.contactFormFields select#floatingSelect {
    background-color: transparent;
    border: none;
    outline: 0;
    border-bottom: 2px solid #292f0a;
    width: 100%;
    padding: 15px 0;
    color: #292f0a;
    border-radius: 0px;
    font-size: 18px;
}

.formFields textarea {
  height: 160px;
  resize: none;
}
.formFields {
  margin-top: 10px;
}
/* .formFields + .formFields {
  margin-top: 3px;
} */

.formFields.FieldButton input {
  width: auto;
  background: #ffb705;
  padding: 12px 60px;
  border: none;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 700;
}

a.btnSecondary:hover {
  background: #ffb705;
  border: 1px solid #ffb705 !important;
}

a.btnSecondary svg {
  font-size: 16px;
  margin-left: 5px;
}

/*end home css*/

/*start aboutus css*/

.AboutUsBanner {
  background: url("../images/aboutBg.webp") bottom center / cover no-repeat;
  padding: 250px 0 100px;
}

.AboutUsBanner .bannerTextInner {
  text-align: center;
}

.Aboutsec1Content {
  background: url("../images/aboutsecBg.webp") bottom center / cover no-repeat;
  border-top: none;
}

.aboutSec2Content {
  background: #e7f0e6;
  padding: 90px 0;
}

.bookContent .heading2 {
  text-align: center;
}

.Aboutsec1Content .bookContentmain {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.bookContentmain p {
  color: var(--black) ;
}
.bookContebtHome .bookContentmain p {
  color: #fff ;
}
.aboutSec2Content .row {
  display: flex;
  align-items: center;
}

.aboutSec2Content .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.aboutSec2Content .bookContentmain {
  padding-right: 40px;
}

.aboutSec2Content .row:nth-child(2n) .bookContentmain {
  padding-right: 15px;
  padding-left: 40px;
}

.aboutSec2Content .row + .row {
  margin-top: 90px;
}

.aboutSec2Content h3.heading2 {
  text-align: left;
  margin-bottom: 20px;
}

.aboutSec2Content .bookContentmain ul li {
  font-size: 18px;
  line-height: 28px;
  color: #292e0a;
}

.aboutSec2Content .bookContentmain ul li + li {
  margin-top: 12px;
}

.aboutSec2Content .bookContentmain ul {
  padding-left: 20px;
}

.aboutSec2Content ul.twoCol {
  column-count: 2;
}
.AboutSecimage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.AboutSecimage img {
  width: 100%;
}

.thankyouBanner {
  background: url("../images/thank-you.webp") bottom center / cover no-repeat;
  padding-bottom: 0;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 0 !important;
}

.actionBanner {
  /* background: url("../images/actionBanner.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/actionBanner.webp");
}

.adventureBanner {
  /* background: url("../images/adventureBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/adventureBanner.webp");
}

.audiobookBanner {
  /* background: url("../images/audiobookBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/audiobookBanner.webp");
}

.authorBanner {
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url(../images/authorban.webp);
}

.bioBanner {
  /* background: url("../images/bio-ban.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/bio-ban.webp");
}

.bookMarketingBanner {
  /* background: url("../images/bookMarketing.webp") center right / cover
    no-repeat !important; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/bookMarketing.webp");
}
.bookeditingBanner {
  /* background: url("../images/bookeditingBanner.webp") center right / cover
    no-repeat !important; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/bookeditingBanner.webp");
}

.bookFormattingBanner {
  /* background: url("../images/bookformattingBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/bookformattingBanner.webp");
}

.servingMainbox {
  background: var(--section_purple);
  padding: 0px 0px !important;
}

.servingMainbox .row {
  display: flex;
  align-items: center;
}

.servingMainbox {
  background: var(--logo-section);
  padding: 60px 0px 0px !important;
}

.servingMainbox .row {
  display: flex;
  align-items: center;
}

.accordion__panel ul {
  margin-top: 12px;
}

.accordion__panel ul li + li {
  margin-top: 12px;
}

.bookmarketingBanner {
  /* background: url(../../assets/images/bookformattingBanner.webp) bottom center /
    cover no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url(../../assets/images/bookformattingBanner.webp);
}

section.sec13.bookmarketMobile {
  background: url(../../assets/images/processBG.webp) center center / cover
    no-repeat;
  padding: 90px 0;
}

h3.bookheadingmain {
  color: var(--primary_color);
  font-size: 42px;
  font-family: "ivy_moderegular";
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.bookmarketMobileLeft p {
  /* color: #fff; */
  font-size: 20px;
  line-height: 28px;
}

.bookmarketMobileLeft span.earnText {
  /* color: #fff; */
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}

.bookmarketMobileLeft span.earnText b {
  color: var(--buton);
}

section.sec13.bookmarketMobile .row {
  display: flex;
  align-items: center;
}

span.countHas {
  font-size: 34px;
  color: #194338;
  line-height: 48px;
  display: block;
  margin: 30px 0;
}

span.countHas b {
  background: #194338;
  color: #fff;
  padding: 0px;
  width: 105px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  height: 55px;
  padding: 3px 0;
  margin: 0 5px;
  letter-spacing: 35px;
  text-align: center;
  position: relative;
}

span.countHas b span {
  position: relative;
  left: 15px;
}

span.countHas b:before {
  content: "";
  background: #499a8b;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 51px;
}

span.countHas b:first-child {
  margin-left: 0px;
}

span.countHas b:last-child {
  background: #ffb705;
  color: #194339;
}

.ProContentShip {
  background: url("../images/bookmarksecbgship.webp") left center / cover
    no-repeat;
  padding: 60px 0 !important;
}

.ProContentShip .row {
  display: flex;
  align-items: center;
}

/*event banner start*/
.bookpublishingBanner {
  /* background: url("../images/bookpublishingBanner.webp") center right / cover
    no-repeat; */
    /*background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/bookpublishingBanner.webp");*/
}
.bookpublishingBanner {
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/banner-2-2.webp");
}

/*event banner end*/

.bookPubsec3 {
  background: url("../images/bookpubbgsec.webp") center center / cover no-repeat;
  padding: 90px 0;
}

.scroreBig {
  background: url("../images/bookpubbgsec4.webp") center center / cover
    no-repeat;
  padding: 70px 0;
}



.scoreTitle b {
  color: var(--white);
}

.scrowHas .ctaWrap {
  align-items: start;
  justify-content: start;
  margin-top: 0px !important;
}

.businessBanner {
  /* background: url("../images/business-ban.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/business-ban.webp");
}

.mainboxpayment {
  padding: 100px 0;
}
.paymentHeader .headerMain {
  position: relative;
}

.paymentHeader header {
  position: static;
  background: #223a36;
}

.paymentHeader header .logoMain {
  top: 0;
  position: static;
}

.paymentHeader header .logoMain img {
  max-height: 80px;
  position: relative;
  top: 16px;
}
.paymentFields .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.formField select {
  background: #ccdac8;
  border: none;
  outline: none;
  width: 100%;
  padding: 16px;
  resize: none;
  box-shadow: none !important;
}
.formField label {
  margin-bottom: 10px;
}
.visaimg img {
  max-width: 100%;
}
.formfieldmain.halfField.amountimage {
  align-items: start;
}

.formfieldmain.halfField {
  align-items: start !important;
}

.totalAmount {
  margin-top: 20px;
}

.childernBanner {
  /* background: url("../images/childernBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/childernBanner.webp") ;
}

.contactUsBanner {
  /* background: url("../images/contactBg.webp") center center / cover no-repeat;
  padding: 250px 0 100px; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/contactBg.webp");
  padding: 350px 0px 150px;

}

.contactUsBanner .bannerTextInner {
  text-align: center;
}

.formField input,
.formField textarea {
  background: var(--secondary_color);
  border: none;
  outline: none;
  width: 100%;
  padding: 16px;
  resize: none;
  color: #fff;
}

.formfieldmain.halfField .formField {
  width: 48.5%;
}

.formfieldmain.halfField {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}

.formField textarea {
  height: 200px;
}

.formField.FieldButton input {
  background: #ffb703;
  width: 170px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  margin-top: 10px;
}

span.contitle {
  color: #292e0a;
  font-size: 22px;
  font-weight: 600;
}

span.contitle svg {
  margin-right: 8px;
}

.conRightDetails {
  padding-left: 30px;
}

span.contitle {
  color: #292e0a;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

span.contitle svg {
  margin-right: 8px;
}

.conRightDetails {
  padding-left: 30px;
}

.conRightDetails ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.conRightDetails ul li,
.conRightDetails ul li a {
  color: #292e0a !important;
  font-size: 18px;
  line-height: 29px;
  text-decoration: none;
}

.conRightDetails + .conRightDetails {
  margin-top: 20px;
}

.contactDetRight,
.contactLeft {
  margin-top: 30px;
}

.crimeBanner {
  /* background: url("../images/crimeBanner.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/crimeBanner.webp");
}

.innerPageDefaultContent h3.heading2 {
  margin-top: 40px;
  font-size: 36px;
  line-height: 38px;
}

.innerPageDefaultContent h3.heading2:first-child {
  margin-top: 0px;
}

.dramaBanner {
  /* background: url("../images/dramaBanner.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/dramaBanner.webp");
}

.TestiSliderMain {
  padding: 90px 0;
  overflow: hidden !important;
  background: var(--primary_color);
}
.testiMainBox {
  background: var(--white);
  border-radius: 12px;
  padding: 10px 20px;
}
.TestiSliderMain .container-fluid {
  max-width: 110%;
  padding: 0;
  padding-left: 12%;
  width: 110%;
}

span.nameIco {
  background: var(--buton);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 30px;
  border-radius: 100%;
  font-family: "ivy_moderegular";
  margin-right: 12px;
}

.testinameImage {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

span.clientNameTesti {
  color: #292e0a;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

.nameStars .ratingStar {
  margin-top: 2px;
}

.nameStars .ratingStar svg {
  font-size: 18px;
  line-height: 16px;
}

.TestiSliderMain .swiper-pagination {
  margin-left: -12%;
  bottom: 0px;
}

.TestiSliderMain .swiper {
  padding-bottom: 50px;
}

.TestiSliderMain .swiper-pagination span.swiper-pagination-bullet {
  background: transparent;
  border: 2px solid var(--light_purple);
  width: 12px !important;
  height: 12px !important;
  opacity: 1;
}

.TestiSliderMain
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--light_purple);
  border: 2px solid var(--light_purple);
}

.TestiSliderMain .swiper .swiper-slide {
  opacity: 0.5;
}

.TestiSliderMain .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.TestiSliderMain .swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.fantasyBanner {
  background: url("../images/fictionBanner.webp") bottom center / cover
    no-repeat;
}

.lpBanner {
  padding-bottom: 50px;
}

.bannerList ul {
  max-width: 80%;
}

.bannerList ul li + li {
  margin-top: 12px;
}

.lpBanner h1 {
  font-family: "ivy_modesemibold";
}

.HederCtaRightlp a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: auto;
  padding: 15px 12px;
}

.HederCtaRightlp a svg {
  color: #fdb710;
  margin-right: 10px;
}

header.lpHeader {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding: 15px 0;
}

header.lpHeader .logoMainlp img {
  max-width: 190px;
}

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

header.lpHeader .row {
  align-items: center;
}

section.sec2.ourServicesLp {
  background: #e7f0e6;
  padding: 80px 0;
}

.ourServicesLp .platformsTitle p,
.TestiSliderMainLP .platformsTitle p {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  max-width: 80%;
  margin: 0 auto 0px;
}

.ourServicesLp .platformsTitle span.heading2.boldheading2,
.TestiSliderMainLP .platformsTitle span.heading2.boldheading2 {
  margin-bottom: 18px;
}

.TestiSliderMainLP span.smallTitle {
  color: #292e0a;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  display: block;
  font-family: "ivy_modesemibold";
}

.serviceBoxMain {
  display: flex;
  align-items: start;
  margin-top: 60px;
}

.serviceBoxMain:hover .serviceIcon {
  background: #5eb594;
}

.serviceIcon {
  width: 100px;
  height: 100px;
  background: #667262;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.serviceIcon img {
  max-width: 55%;
}

.serviceContent {
  width: calc(100% - 130px);
  margin-left: 25px;
}

span.serviceboxtitle {
  color: #292e0a;
  font-size: 22px;
  line-height: 34px;
  font-family: "ivy_modesemibold";
  margin: 0 0 5px;
  display: block;
}

.serviceContent p {
  color: #292e0a;
  font-size: 16px;
  line-height: 24px;
}

.whychooseBoxMain .serviceContent {
  width: 100%;
  margin: 0;
  padding: 30px;
}

span.count {
  color: #57ad96;
  font-size: 20px;
  line-height: 31px;
  font-family: "ivy_modesemibold";
}

.whychooseMain:nth-child(2n + 1) {
  background: #e7f0e6 !important;
}

.whychooseuslp {
  background: #f3fcf2 !important;
}

.whychooseuslp .platformsTitle {
  margin-bottom: 50px;
}

.scroreBig p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-top: 12px;
}

.lpScrore .aboutCta {
  margin-top: 12px;
}

footer.footerlp .copyRightContent {
  align-items: center;
  justify-content: center;
}
.copyRightContent-bottom {
    text-align: center;
}
.border-top {
        border-top: 1px solid #ffffff4d !important;
}
.copyRightContent-bottom p {
    color: #fff;
    margin: 20px;
}
footer.footerlp {
  padding: 25px 0;
}

.spectrum-genres {
  padding: 80px 0 0;
  background: #f5f7e9;
}

.tablistMain ul.react-tabs__tab-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0;
}

.tablistMain ul.react-tabs__tab-list li {
  text-align: center;
  outline: none !important;
  transition: 0.3s;
  border-radius: 12px 12px 0 0;
  padding: 0 30px;
  cursor: pointer;
}

.tablistMain ul.react-tabs__tab-list li img {
  max-width: 60px;
  min-height: 80px;
}

.tabTitle span {
  display: block;
  color: #292e0a;
  font-size: 18px;
  line-height: 32px;
}

.tablistMain ul.react-tabs__tab-list li:nth-child(6) img {
  max-width: 48px;
}

.tablistMain ul.react-tabs__tab-list li.react-tabs__tab--selected,
.tablistMain ul.react-tabs__tab-list li:hover,
.tablistMain ul.react-tabs__tab-list li.active {
  background: #dadec1;
  border-radius: 12px 12px 0 0;
}

.tabTitle {
  padding-bottom: 0;
}

.tabList {
  padding: 12px 0;
}

span.MainTitleTabs {
  color: #292e0a;
  font-size: 42px;
  line-height: 54px;
  text-align: left;
  display: block;
  margin-bottom: 12px;
  font-family: "ivy_modesemibold";
}

.tabcontentLeft .ctaWrap {
  justify-content: start;
  margin-top: 0px !important;
}

.tabcontentLeft .ctaWrap .aboutCta {
  margin-top: 20px;
}

.tabcontentMain .row {
  display: flex;
  align-items: center;
}

.tabContentRight img {
  max-width: 100%;
}

.tabcontentwrap {
  background: #dadfc1;
  padding: 50px 0;
}

.TestiSliderMainLP {
  background: url("../images/landingPageImages/ebooklp/testimonialbg.jpg")
    center center / cover no-repeat;
  padding: 60px 0;
}

span.smallTitle {
  color: #292e0a;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  display: block;
  font-family: "ivy_modesemibold";
}

.TestiSliderMainLP span.testTitle {
  color: #292e0a;
  font-size: 26px;
  line-height: 54px;
  text-align: left;
  display: block;
  font-family: "ivy_modesemibold";
}

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

.lpsliderBook {
  width: 40%;
}

.lpsliderTestCOntent img {
  max-width: 140px;
  display: block;
}

span.BootAuthorName {
  color: #57ad96;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 8px;
  display: block;
}

.lpsliderTestMain {
  max-width: 1170px;
  margin: 0 auto;
}

.lpsliderTestMain
  span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background: #54ac95;
}

.lpsliderTestMain
  span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background: #54ac95;
}

.lpsliderTestMain
  .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
}

.lpsliderTestMain .swiper {
  padding-bottom: 50px;
}
.contactFormleftwrp input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #000;
}
.contactFormBottom input::-webkit-input-placeholder,
.contactFormBottom textarea::-webkit-input-placeholder {
  /* Edge */
  font-size: 20px;
}

.contactFormBottom input:-ms-input-placeholder,
.contactFormBottom textarea::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 20px;
}

.contactFormBottom input::placeholder,
.contactFormBottom textarea::placeholder {
  font-size: 20px;
}

.lpScrore span.countHas b {
  background: #29300a;
}

.contactFormBottom input:-webkit-autofill,
.contactFormBottom textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #55ac95 inset !important;
  -webkit-text-fill-color: #292f0a !important;
}

.contactFormBottom input,
.contactFormBottom textarea {
  font-size: 20px;
}

.BannerFields .formFields input:-webkit-autofill,
.BannerFields .formFields textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset !important;
  -webkit-text-fill-color: #292f0a !important;
}

.formField input:-webkit-autofill,
.formField textarea :-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #ccdac8 inset !important;
  -webkit-text-fill-color: #292f0a !important;
}

.lpScrore span.countHas b:before {
  background: #7c5237;
}

.lpScrore span.countHas b:last-child {
  background: #489988;
  color: #fff;
}

section.sec9.ctaOrange.newlp
  .ctaTitleRightInnerLeft
  .aboutCta
  a.ctaLinePhone:first-child {
  display: none !important;
}

a.btnSecondary.lpbtn svg.fa-phone {
  margin: 0 8px 0 0px;
}

.pointercur {
  cursor: pointer;
}

.StickeyCtaInner.newlpsidebar ul li:nth-child(3) {
  display: none !important;
}

.ebookBanner {
  /* background: url("../images/ebookBanner.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/ebookBanner.webp");
}

.fantasyBanner {
  /* background: url("../images/fantasyBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/fantasyBanner.webp");
}

.fictionBanner {
  /* background: url("../images/fictionBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/fictionBanner.webp");
}

.fictionInnerCate {
  background: var(--logo-section);
  padding: 80px 0;
}

.fictionInnerCaterow {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 40px;
}

.fictionInnerCaterow span {
  color: #292e0a;
  font-size: 42px;
  font-family: "ivy_moderegular";
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 15px !important;
  display: block;
}

.ficImage img {
  width: 100%;
  border-radius: 8px;
  transition: 0.2s;
}

.ficImage {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.ficImage:hover img {
  transform: scale(1.15) rotate(2deg);
}

.ficTitle span {
  color: #292e0a;
  font-size: 24px;
  font-family: "ivy_moderegular";
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 15px !important;
  display: block;
  text-align: center;
}

.fictionboxinner a {
  text-decoration: none !important;
  outline: none;
  display: block;
}

.bannerList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

.bannerList ul li svg {
  color: var(--primary_color);
  margin-right: 5px;
}

.bannerList ul li {
  font-size: 17px;
  line-height: 24px;
}

.bannerList ul {
  column-count: 2;
}

.bannerList {
  margin-top: 30px;
}

.accordion__item .accordion__button:after {
  content: "";
  background: url("../images/faqIcon.svg");
  width: 20px;
  height: 15px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.t-border {
    padding-left: 30px !important;
    border-left: 1px solid var(--buton);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.servicebox a {
    text-decoration: auto;
}
.accordion__item .accordion__heading {
  position: relative;
}

.accordion__item.active .accordion__button:after {
  transform: translateY(-77%) rotate(180deg);
}

.innerBanner {
  padding-top: 210px;
}

.ghostbanner {
  /* background: url("../images/ghostBanner.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/ghostBanner.webp");
}

.bannerTextInner h1 {
  color: #292e0a;
  font-size: 50px;
  line-height: 60px;
  display: block;
  font-family: "ivy_moderegular";
  margin-bottom: 12px;
  color: #fff;
}

.bannerTextInner p {
  color: #fff;
}

.thankyouBanner .bannerTextInner p {
  font-size: 24px;
  line-height: 40px;
}

.innerBanner a.btnSecondary {
  color: #fff !important;
  border-color: #fff !important;
}

.innerBanner a.btnSecondary:hover {
  background: #ffb705 !important;
  border: 1px solid #ffb705 !important;
  color: #000 !important;
}

.innerBanner a.btnSecondary:hover svg {
  color: #000 !important;
}

.innerBanner .btnBanner {
  margin-top: 40px;
}

.reviewLogos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.reviewLogos ul li + li {
  margin-left: 50px;
}

.reviewManinHeader {
  margin-top: 50px;
  background: url("../images/bannershadow.webp") left top / contain no-repeat;
  padding: 20px 0;
}
.publisher-review {
    width: 100%;
    height: 100%;
    display: flex;
    background-size: cover;
    background-position: right;
    margin-top: 10px;
}

.reliable-agency {
  background: var(--section_purple);
  padding: 90px 0 80px;
}

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

.reliable-agency .row {
  display: flex;
  align-items: stretch;
}

.reliable-agencyLeft {
  display: flex;
  align-items: center;
}

.reliable-agencyLeft .ctaWrap {
  align-items: center;
  justify-content: start;
}

.ghostTabs {
  /* background: #e7f0e6 url("../images/tabsbbg.webp") bottom right / cover
    no-repeat; */
  padding: 80px 0;
  background: #a8ebe7;
}

.ghostabsrow span {
  color: #292e0a;
  font-size: 30px;
  font-family: "ivy_moderegular";
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
}

.tabsContent span.tabTitle {
  color: #292e0a;
  font-size: 24px;
  font-family: "ivy_moderegular";
  line-height: 28px;
}

.tabsContent p {
  color: #292e0a;
  font-size: 16px;
  line-height: 24px;
}

.custom-tab-list-ghost ul li a {
  text-decoration: none !important;
}

.custom-tab-list-ghost ul li a {
  display: flex;
  align-items: center;
}

.custom-tab-list-ghost ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-tab-list-ghost ul li a .tabsicon {
  margin-right: 20px;
}

.ghostabsrow {
  margin-bottom: 50px;
}

.custom-tab-list-ghost ul li {
  padding: 15px;
}

.custom-tab-list-ghost ul li.active {
  background: rgb(255 255 255 / 30%);
  border-radius: 10px 0px 0px 10px;
}

.custom-tab-list-ghost ul li a .tabsicon svg {
  max-height: 120px;
}

.ghostdetails .tabCont .heading3 {
  color: #2e3211;
  font-size: 24px;
  line-height: 30px;
}

.ghostdetails .tabCont p {
  color: #2e3211;
  font-size: 16px;
  line-height: 24px;
}

.ghostdetails .tabCont p b {
  display: block;
  margin-bottom: 5px;
}

.ghostdetails {
  background: rgb(255 255 255 / 30%);
  padding: 40px;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ghostabsmain {
  padding-right: 0px;
}

.custom-tab-list-ghost ul li a .tabsicon svg {
  max-height: 120px;
  width: 60px !important;
}

.ghostagecnyContent {
  background: var(--section_purple);
  padding: 90px 0px 60px;
}

span.ghostTitleheading {
  color: #292e0a;
  font-size: 42px;
  font-family: "ivy_moderegular";
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 1px;
}

.whychooseRight.ghostContentagency {
  padding-left: 15px !important;
  display: flex;
  justify-content: center;
}

.ghostTitleagency {
  margin-bottom: 20px;
}

.ghostagecnyContent .contentChoose span {
  /* font-weight: 600; */
  font-family: "ivy_modesemibold";
}

.ghostagecnyContent .whychooeIconBox {
  border-bottom: none;
  padding-bottom: 0px;
}

.ghostTitleagency {
  margin-bottom: 50px;
}

.connectMainwrap {
  background: #1ca79f8a;
  padding: 25px;
  border-radius: 25px;
}

.connectMaininner {

  background: var(--secondary_color);
  padding: 25px;
  border-radius: 25px;
}

.connectMaininner img {
  width: 100%;
  border-radius: 25px;
}

.connectCOntent {
  padding: 15px;
  margin-top: 10px;
}

.connectCOntent p {
  color: #fff;
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  font-weight: 600;
}

.connectCOntent p span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.philMain.ProContent {
  padding: 90px 0;
}

.philMain.ProContent .ctaWrap {
  align-items: start;
  justify-content: flex-start;
}

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

.ProContentLeft .abtLeft h4 {
  font-size: 54px;
  line-height: 66px;
}

.servicesMainboxesInner .serviceTitle p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 30px;
}

.servicesMainboxesInner .serviceTitle .heading2 {
  margin-bottom: 30px;
}

.servicesMainboxesInner .sericoText lottie-player {
  margin-right: 12px;
  max-width: 80px !important;
  height: 100px !important;
}
.sericoText p {
    height: 90px;
    overflow-y: scroll;
    padding-right: 10px;
}
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.sericoText p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.sericoText p::-webkit-scrollbar-thumb {
  background: #005850; 
  border-radius: 10px;
}

/* Handle on hover */
.sericoText p::-webkit-scrollbar-thumb:hover {
  background: #000; 
}


.servicesMainboxesInner .sericoText {
  display: flex;
  align-items: start;
}

.servicesMainboxesInner .serviceBoxinner {
  display: flex;
  align-items: flex-start;
  padding: 30px;
}

.servicesMainboxesInner .serviceBoxinner span.servTitle {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  display: block;
  font-family: "ivy_moderegular";
}

.servicesMainboxesInner .sericoText p {
  color: var(--black);
  margin: 0;
}

span.faqtitlemain {
  color: var(--white);
  font-family: "ivy_moderegular";
  font-size: 48px;
  line-height: 58px;
  padding-right: 0px;
  margin-bottom: 20px;
}

.faqTitle {
  margin-bottom: 20px;
}

section.sec11.faqsMain {
  background: var(--secondary_color);
  padding: 70px 0 30px;
  border-bottom: 2px solid #fff;
}

.accordion__button {
  color: var(--section_purple) !important;
  font-family: "ivy_moderegular";
  font-size: 24px;
  line-height: 34px;
  padding-right: 0px;
  margin-bottom: 0;
  padding: 20px 0px;
  padding-right: 50px;
  display: block;
  text-decoration: none;
  position: relative;
}

.accordion__panel {
  margin-top: 0;
  margin-bottom: 30px;
  display: none;
}
.accordion__panel > p {
  color: var(--white);
}

span.ctatilefaq {
  color: var(--white);
  font-size: 30px;
  line-height: 40px;
  padding-right: 0px;
  margin-bottom: 10px;
  display: block;
  font-family: "ivy_modesemibold";
  text-align: left;
  padding: 30px 50px 0px 30px;
}

.faqgirlimg img {
  width: 100%;
  height: auto;
}

.faqctaimage {
  background: url("../images/faqImagebg.webp") right top / contain no-repeat;
}

.sec11.faqsMain .row {
  display: flex;
  justify-content: space-between;
}

.faqimageright {
  padding-left: 30px;
  align-items: center;
  display: flex;
}
.faq-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abtLeft h4 {
  font-size: 46px;
}

.horroBanner {
  /* background: url("../images/horrorBanner.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/horrorBanner.webp");
}

.memoireBanner {
  /* background: url("../images/memoire.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/memoire.webp");
}

.nonfictionBanner {
  /* background: url("../images/nonfictionBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/nonfictionBanner.webp");
}

.scoreTitle {
  color: #2cfff3;
  font-size: 55px;
  line-height: 74px;
  text-align: left;
  display: block;
  margin-bottom: 0;
  font-family: "ivy_modesemibold";
}
.scoreTitlle {
  color: #2cfff3;
  font-size: 52px;
  line-height: 65px;
  text-align: left;
  display: block;
  margin-bottom: 0;
  font-family: "ivy_modesemibold";
}
.scoreTitlle b {
  color: var(--white);
}
.scoreTitle b {
  color: var(--white);
}

.scrowHas .ctaWrap {
  align-items: start;
  justify-content: start;
  margin-top: 0px !important;
}

.fictioncatboxesulInner ul {
  column-count: 4;
  list-style: none;
  font-size: 18px;
  text-transform: capitalize;
}

.fictioncatboxesulInner ul li {
  margin-bottom: 12px;
}

.fictioncatboxesulInner ul li svg {
  font-size: 15px;
  margin-right: 11px;
}

section.notfoundMain {
  width: 100%;
}

section.notfoundMain img {
  width: 100%;
  height: 100vh;
}

.innerPageDefaultContent h4.heading4 {
  margin: 30px 0 12px;
  font-weight: 700;
  font-size: 22px;
}

.innerPageDefaultContent a {
  color: #292e0a !important;
  text-decoration: underline;
  text-underline-position: under;
}

.romanceBanner {
  /* background: url("../images/romanceBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/romanceBanner.webp");
}

.scifiBanner {
  /* background: url("../images/scifiBanner.webp") bottom center / cover no-repeat; */
  background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/scifiBanner.webp");
}

.suspenseBanner {
  /* background: url("../images/suspenseBanner.webp") bottom center / cover
    no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../images/suspenseBanner.webp");
}

.innerPageDefaultContent h4.heading4 {
  margin: 30px 0 12px;
  font-weight: 700;
  font-size: 22px;
}

.innerPageDefaultContent h4.heading4 {
  margin: 30px 0 12px;
  font-weight: 700;
  font-size: 22px;
}

.innerBanner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bannerTitle span {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

span.sepTitle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

span.offertitle {
  display: block;
  text-align: center;
  color: #2cfff3;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.bannerWraptile {
  padding: 15px;
  margin-top: 15px;
  background: #2f7359 url(../images/formbgimage.webp) top center / cover
    no-repeat;
  border-radius: 10px;
}

.bannerFormRightMain {
  background: var(--primary_color);
  padding: 15px;
  border-radius: 8px;
    width: 95%;
    margin: auto;
}

.BannerFields .formFields {
  background: #fff;
  width: 48%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 20px;
}

.BannerFields .formFields img {
  max-width: 25px;
  margin-right: 10px;
  display: none;
}

.BannerFields .formFields input {
  border: none;
  outline: none;
  padding: 10px 0;
}

.BannerFields .formFields.FieldButton {
  background: transparent;
  width: 100%;
  padding: 0;
}

.BannerFields .formFields.FieldButton input {
  width: 100%;
  padding: 12px 0;
}

.BannerFields {
  margin-top: 0px;
  margin-bottom: 15px;
}

.form-select:focus {
    box-shadow: none;
}
.BannerFields .form-select {
    border: none;
    color: #000;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 0px;
    border-radius: 30px;
    width: 100%;
    position: relative;
    z-index: 0;
}

/* .BannerFields .form-select option:hover {
    background-color: #fe6100;
    color: #fff;
} */
  select.form-select[name="ser"] option {
    max-height: 200px; /* dropdown ki max height */
    overflow-y: auto;  /* vertical scroll enable */
  }
    .BannerFields .form-select option {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .BannerFields form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.formFields.form-mgs {
    width: 100%;
    border-radius: 20px;
}

.formFields textarea {
    height: 100px;
    resize: none;
    border-bottom: none;
}
.bannerFormRightMain .formFields textarea {
    height: 70px;
}
  /* Optional: Make sure it looks okay inside BannerFields */
  .BannerFields .form-select option {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
  background: rgb(16 36 32 / 96%) !important;
  z-index: 99999 !important;
}

.swal2-popup {
  background: #3b5b3f url(../images/popupBg.webp) center center / cover
    no-repeat !important;
  width: 580px !important;
}

.swal2-actions .swal2-styled:before {
  content: "";
  background: url(../images/popupClose.svg) center center / cover no-repeat !important;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: -10px;
  cursor: pointer;
}

.swal2-title {
  color: #ffb703 !important;
  display: block !important;
  font-family: ivy_moderegular !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}

.swal2-actions {
  margin: 0 !important;
}

.swal2-styled.swal2-confirm {
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

div#swal2-html-container {
  color: #9ab3ae;
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 20px;
  padding: 0 60px;
}

.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  display: none !important;
}

.swal2-success-fix {
  display: none !important;
}

.swal2-success-circular-line-right {
  display: none !important;
}

.swal2-title {
  padding-top: 15px !important;
}

.ctaGreen {
  background: url(../images/ctaGreenbg.webp) center right / cover no-repeat;
  padding: 36px 0;
  /* border-bottom: 1px solid #4f2c62;
  box-shadow: 0px 7px 0px 0px #4f2c62;
  margin-bottom: 7px; */
}

.ctaGreen .container {
  position: relative;
}

.ctaGreen .container:before {
  content: "";
  background: url(../images/ctaOrangeGirlIcon.webp) top left / contain no-repeat;
  width: 194px;
  height: 234px;
  position: absolute;
  left: -210px;
  bottom: -36px;
}

.ctaTitleLeft .heading2 {
  color: var(--white);
  font-size: 36px;
  line-height: 44px;
  padding-right: 0px;
  margin-bottom: 10px;
  display: block;
  font-family: "ivy_modesemibold";
  text-align: left;
}

.ctaTitleLeft p {
  color: var(--white);
  font-size: 26px;
  line-height: 34px;
  margin: 15px 0 0;
}

.ctaTitleRightInnerLeft .aboutCta {
  flex-direction: column;
  align-items: start;
  justify-content: inherit;
  margin-top: 0px !important;
  margin-right: 40px;
}

.ctaTitleRightInnerLeft .ctaWrap {
  justify-content: flex-start;
  margin-top: 0px !important;
}


.ctaGreen .row {
  display: flex;
  align-items: center;
}

.ctaTitleRight {
  border-left: 1px solid #2cfff3;
  padding-left: 40px;
}

.ctaTitleLeft {
  padding-right: 50px;
}

.ctaTitleRightInnerLeft .aboutCta a.ctaLinePhone:first-child span {
  margin-top: 8px;
}

.ctaTitleRightInnerLeft .aboutCta a.btnPrimary {
  margin: 25px 0 0 30px;
}

.ctabtnrightsocial img {
  max-width: 110px !important;
}

.ctabtnrightsocial .reviewBTn a {
  width: 250px;
  height: 90px;
}

.ctabtnrightsocial .trustpilotGoogleBox {
  margin: 0;
}

.ctaOrange {
  background: url(../images/ctaorangebg.webp) center right / cover no-repeat;
  padding: 36px 0;
}

.ctaOrange .container {
  position: relative;
}

.ctaOrange .container:before {
  content: "";
  background: url(../images/ctaOrangeGirlIcon.webp) top left / contain no-repeat;
  width: 194px;
  height: 234px;
  position: absolute;
  left: -210px;
  bottom: -36px;
}

.ctaOrange .row {
  display: flex;
  align-items: center;
}

.ctaOrange .ctaTitleRight {
  border-left: 1px solid #2cfff3;
  padding-left: 40px;
}

.ctaGreen a.btnPrimary
{background: var(--white) !important;
color: var(--primary_color) !important;
}
.ctaGreen a.btnPrimary:hover span {
  color: var(--white) !important;
}

.ctaOrange a.btnPrimary {
  background: var(--white) !important;
  color: var(--primary_color) !important;
}

.ctaOrange a.btnPrimary::after {
  background: var(--secondary_color) !important;
  color: var(--white) !important;
}

.ctaOrange a.btnPrimary svg {
  color: var(--white) !important;
}

.ctaOrange a.btnPrimary:hover span {
  color: var(--white) !important;
}

footer {
  background: var(--secondary_color);
}

.footerLeft {
  padding: 60px 0 150px;
  border-right: 1px solid #ffffff4d;
  padding-right: 10px;
}



span.footerTitle {
  color: var(--white);
  font-family: "ivy_moderegular";
  font-size: 48px;
  line-height: 58px;
  padding-right: 20px;
  margin-bottom: 20px !important;
  display: block;
    font-weight: 500;
}
.copyRightContent svg {
    margin-top: 3px;
}
ul.footerContactDetails li a {
  color: var(--white) !important;
  font-family: "ivy_moderegular";
  font-size: 28px;
  line-height: 46px;
  text-decoration: none !important;
}

ul.footerContactDetails {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

ul.socialFooter {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.socialFooter li a {
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
  text-decoration: none !important;
  border: 1px solid var(--white) !important;
  display: block;
  width: 140px;
  padding: 10px 20px;
  border-radius: 50px;
}

ul.socialFooter li a:after {
  background: var(--buton) !important;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 99;
  content: "";
  border-radius: 100%;
}

ul.socialFooter li a {
  position: relative;
}

ul.socialFooter {
  display: flex;
  align-items: center;
  justify-content: start;
}

ul.socialFooter {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
ul.socialFooter li a span {
  color: var(--white);
}
ul.FooterMenu li a {
  color: var(--white) !important;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 0;
  font-weight: 700;
}

ul.FooterMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerRightWrap {
  width: 25%;
}

.footerRightTop {
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 60px 0 0;
  padding-left: 50px;
}

ul.FooterMenu li + li {
  margin-top: 10px;
}

span.FooterMenuTitle {
  color: var(--light_purple) !important;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 0;
  font-weight: 700;
}

ul.FooterMenu.lightMenu li a {
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 24px;
}

ul.FooterMenu.lightMenu {
  margin-bottom: 20px;
}

ul.FooterMenu.lightMenu li {
  position: relative;
  padding-left: 22px;
}

ul.FooterMenu.lightMenu li a:before {
  content: "";
  background: var(--buton) !important;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
}

ul.FooterMenu.padingRight {
  padding-right: 30px;
}

.copyRighgtBottom ul li a {
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 0;
  color: var(--white) !important;
}

.copyRighgtBottom ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.copyRighgtBottom ul li + li a {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid #9ab3ae !important;
}

.copyRighgtBottom {
  padding: 0px 0 0;
  padding-left: 50px;
  margin-top: 50px !important;
}

.copyRightContent {
  display: flex;
  align-items: center;
}

.copyRightContent p {
  margin: 0;
  color: var(--white) !important;
  margin-right: 12px;
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.copyRightContent {
  margin-top: 20px;
}

.copyRighgtBottom {
  padding-bottom: 60px;
}

footer .container-fluid {
  max-width: 100%;
  padding: 0;
  padding-left: 9%;
}

footer .container-fluid .col-md-4 {
  padding-right: 0;
}

footer .container-fluid .col-md-8 {
  padding-left: 0px;
}

.copyRighgtBottom {
  border-top: 1px solid #ffffff4d;
  margin-top: 30px !important;
  padding-top: 40px;
}

span.FooterMenuTitle a {
  color: var(--white) !important;
  text-decoration: none !important;
}

.popupMain {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #001c1bf5;
  position: fixed;
  top: 0;
  z-index: 9999999999;
  left: 0;
  display: none;
  transition: 0.5s;
}

.popupMain.show {
  display: block;
}

.popupBox {
  width: 530px;
  height: auto;
  background: #3d5d40;
  padding: 30px 50px;
  border-radius: 6px;
  background: #3b5b3f url("../images/formbgimage.webp") center center / cover
    no-repeat;
  position: relative;
  transform: scale(0.9);
  transition: 0.8s;
}

.copyRightContent svg {
  margin-right: 5px;
}

.show .popupBox {
  transform: scale(1);
}

.popuInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.popTitMain {
  color: #2cfff3;
  font-family: ivy_moderegular;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}

.popuptitle {
  text-align: center;
  margin-bottom: 20px;
}

span.popTitMainup {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-family: ivy_moderegular;
}

.popuptitle p {
  color: var(--white);
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 0;
}

.popupForm.BannerFields .formFields textarea {
  border: none;
  height: 56px;
}

.popupForm.BannerFields .formFields.textareapopup {
  border-radius: 30px;
}

.popupClose {
  position: absolute;
  top: -12px;
  right: -10px;
  z-index: 9999999;
  cursor: pointer;
}

.popupClose img {
  width: 25px;
  height: 25px;
}

/* form button css */
button.btnPrimary {
  background: var(--buton);
  color: #1a1302 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 50px;
  padding-right: 60px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  border: none;
  outline: none;
  width: 100%;
}

button.btnPrimary span {
  position: relative;
  color: var(--black);
  z-index: 9;
}
button.btnPrimary span:hover{
  color: var(--white);
}
button.btnPrimary span svg {
  position: absolute;
  right: -112%;
  /* right: -31px; */
  top: 22%;
  color: var(--white);
  font-size: 15px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.popupBox button.btnPrimary span svg {
  right: -47%;
}

.contactFormleftwrp .formFields.FieldButton {
  margin-top: 15px;
}

.contact-whatsapp {
  position: fixed;
  z-index: 99999;
  bottom: 50px;
  left: 25px;
  animation: scrollDownAnimation 0.5s ease infinite alternate;
  -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
}

.contact-whatsapp img {
  max-width: 70%;
}

@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

@-moz-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

/* form button css end */

.headerMain .row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.container-fluid {
  max-width: 1600px;
  margin: 0 auto;
}
.headerMenuWrap ul {
    padding-left: 20px;
}
.headerMenuWrap ul li a,
.headerMenuWrap ul li span {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  line-height: 24px;
}

.headerMenuWrap ul li.hasChild.parentMenu svg {
  margin-left: 6px;
}

.headerMenuWrap ul li {
  list-style: none;
}

.headerMenuWrap ul.dropDown li {
  display: block;
  width: 100%;
}

.headerMenuWrap ul li.hasChild.parentMenu > span > a svg {
  margin-left: 7px;
}

.headerMenuWrap ul.dropDown li a {
  padding: 12px 20px;
  display: block;
  color: #333 !important;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}

.headerMenuWrap ul.dropDown li:hover a {
  background: #20b2aa;
  color: #fff !important;
}

.headerMenuWrap ul.dropDown > li + li {
  border-top: 1px solid #f2f2f2;
}

.headerMenuWrap > ul > li > a,
.headerMenuWrap > ul > li > span {
  padding: 42px 0;
  display: block;
}

.headerMenuWrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.headerMenuWrap > ul > li > a,
.headerMenuWrap > ul > li > span {
  text-transform: uppercase;
}

.headerMenuWrap ul li + li {
  margin-left: 30px;
}

.headerMain .container-fluid {
  max-width: 100%;
}

.headerMenuWrap ul.dropDown {
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 280px;
  background: #fff;
  padding: 0px 0;
  border-radius: 5px;
  display: none;
  z-index: 999;
}

.headerMenuWrap ul.dropDown:before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 12px;
  top: -8px;
}

.headerMenuWrap ul.dropDown li:first-child a {
  border-radius: 5px 5px 0 0;
}

.headerMenuWrap ul.dropDown li:last-child a {
  border-radius: 0 0 5px 5px;
}

.headerMenuWrap ul.dropDown > li + li {
  padding: 0;
  margin: 0;
}

.headerMenuWrap ul li.hasChild.parentMenu {
  position: relative;
}

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

.HederCtaRight {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.headerCta {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgb(255 255 255 / 30%);
  border-right: 1px solid rgb(255 255 255 / 30%);
  max-width: 210px;
}

.HederCtaRight a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 12px;
}

.HeaderCtaPhoneEmail {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.HeaderCtaPhoneEmail a {
  align-items: center;
  justify-content: start;
}

.HeaderCtaPhoneEmail a + a {
  border-top: 1px solid rgb(255 255 255 / 30%);
}

.logoMain {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* top: 63px;
  left: 25%; */
}
.mobile-logo {
  display: none;
}
.logoMainWrap {
  position: relative;
  display: flex;
  align-items: center;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.headerMain {
  position: relative;
  /*background: linear-gradient(100deg, rgb(0 76 72 / 78%) 10%, rgb(161 175 82 / 0%) 23%);*/
  background: #03645dab;
}

.headerMain:after {
  content: "";
  width: 82%;
  background: rgb(255 255 255 / 30%);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.headerMain:before {
  content: "";
  width: calc(18% - 290px);
  background: rgb(255 255 255 / 30%);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ctaRight {
  padding-right: 0 !important;
}

.HederCtaRight a svg {
  color: var(--buton);
  margin-right: 10px;
}

.headerCta svg {
  color: #fff !important;
  position: relative;
  top: 1px;
  margin-left: 6px;
}

a.btnPrimary span svg {
  position: absolute;
  right: -40px;
  top: 1px;
  color: #fff;
  font-size: 15px;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.headerCta a,
.headerCta a svg {
  transition: 0.3s;
}

.mobileMenuIcon {
  display: none;
}

.openDropdown {
  display: none;
}

#loader-wrapper {
  position: fixed;
  top: -100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100vh;
  width: 100%;
  z-index: 999999999999;
  transition: 0.5s;
  opacity: 1;
}

.loading-bg-black {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #20b2aa;
  z-index: 99999999;
  transition: 0.8s;
  opacity: 0.98;
}

.loading-bg-primary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--logo-section);
  background-color: var(--primary_color);
  z-index: 9999999;
}

.loader-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 250px;
  z-index: 999999999;
}

.loader-img img {
  display: table;
  margin: auto;
  max-width: 400px;
}

.downloader {
  transform: translate(0px, 100%);
}

.StickyCta {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
  z-index: 999999;
  transition: 0.4s;
}

.StickeyCtaInner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.StickeyCtaInner ul li + li {
  margin-top: 12px;
}

.StickeyCtaInner ul li:hover {
  transform: scale(1.05);
}

.StickeyCtaInner ul li {
  transition: 0.3s;
  cursor: pointer;
}

.StickyCta.scrolled {
  right: 0px;
}

.portfolioMain .openPopup {
  cursor: pointer;
}

.processMain .heading2 {
  margin-bottom: 25px;
}

.processMain p {
  text-align: center;
  color: var(--black);
  font-size: 20px;
  line-height: 30px;
  max-width: 950px;
  margin: 0 auto 30px;
}

.proMobile {
  display: none;
}

.welcomepopupMain {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgb(16 36 32 / 96%);
  position: fixed;
  top: 0;
  z-index: 9999999999;
  left: 0;
  display: none;
}

.welcomepopupMain.show {
  display: block;
}

.welcomepopupBox {
  width: 600px;
  height: auto;
  background: #3d5d40;
  padding: 50px 40px 35px;
  border-radius: 0 0 10px 0;
  background: #3b5b3f url("../images/popupBg.webp") center center / cover
    no-repeat;
  position: relative;
  transform: scale(1);
  transition: 0.8s;
}

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

.welcomepopupinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
  transition: 0.8s;
}

.welcomepopupinner .popupClose {
  top: 5px;
  right: 5px;
}

.welcomepopupinner.show {
  transform: scale(1);
}

.welcomepopupinner span.popTitMain {
  font-size: 32px;
  line-height: 32px;
}

.welcomepopupinner .popuptitle p {
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.welcomepopupinner .popuptitle {
  margin-bottom: 18px;
}

.welcomepopupinner .promotionImageLeft img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.welcomepopupinner .promotionImageLeft {
  width: 420px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.serviceBoxinner lottie-player {
  max-width: 82px;
}

.servicebox:nth-child(3) .serviceBoxinner lottie-player {
  max-width: 54px;
}

.servicebox:nth-child(4) .serviceBoxinner lottie-player {
  max-width: 77px;
}

.servicebox:nth-child(5) .serviceBoxinner lottie-player {
  max-width: 93px;
}

.servicebox:nth-child(6) .serviceBoxinner lottie-player {
  max-width: 81px;
}

.servicebox:nth-child(7) .serviceBoxinner lottie-player {
  max-width: 78px;
}

.tabsicon lottie-player {
  width: 60px;
  height: 60px;
}

.accordion__item .set {
  border-bottom: 1px solid var(--secondary_color);
}

.accordion__button.active:after {
  transform: translateY(-50%) rotate(180deg);
}

/*Book Printing*/

.bookprintingBanner {
  /* background: url("../../assets/images/book-printing-bg.webp") bottom center /
    cover no-repeat; */
    background-image: linear-gradient(to bottom, rgb(78 86 86 / 22%), #015d57), url("../../assets/images/book-printing-bg.webp");
}
section.sec13.bookmarketMobile {
  background: url("../../assets/images/processBG.webp") center center / cover
    no-repeat;
  padding: 90px 0;
}
h3.bookheadingmain {
  color: var(--primary_color);
  font-size: 42px;
  font-family: "ivy_moderegular";
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.bookmarketMobileLeft p {
  /* color: #fff; */
  font-size: 20px;
  line-height: 28px;
}

.bookmarketMobileLeft span.earnText {
  /* color: #fff; */
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}

.bookmarketMobileLeft span.earnText b {
  color: var(--buton);
}

section.sec13.bookmarketMobile .row {
  display: flex;
  align-items: center;
}
span.countHas {
  font-size: 34px;
  color: #194338;
  line-height: 48px;
  display: block;
  margin: 30px 0;
}

span.countHas b {
  background: #194338;
  color: #fff;
  padding: 0px;
  width: 105px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  height: 55px;
  padding: 3px 0;
  margin: 0 5px;
  letter-spacing: 35px;
  text-align: center;
  position: relative;
}
span.countHas b span {
  position: relative;
  left: 15px;
}

span.countHas b:before {
  content: "";
  background: #499a8b;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 51px;
}
span.countHas b:first-child {
  margin-left: 0px;
}

span.countHas b:last-child {
  background: #ffb705;
  color: #194339;
}
.ProContentShip {
  background: url("../../assets/images/bookmarksecbgship.webp") left center /
    cover no-repeat;
  padding: 60px 0 !important;
}
.greenBG {
  background: url("../../assets/images/printningbgGreenn.webp") left center /
    cover no-repeat;
  padding: 60px 0 !important;
}
.ProContentShip .row {
  display: flex;
  align-items: center;
}
.bookprintingSec {
  background: #eef4d1;
}
.bookprintingSec .whychooeIconBoxInner {
  width: 32%;
}
.greenBG .aboutCta {
  margin: 0;
}

.greenBG .ctaWrap {
  margin: 0 !important;
}

/*Book Printing*/

/*Book Printing Inner css*/

.bookPrintingInner {
  display: table;
  margin: 0 auto !important;
}
span.protypeHeading.text-center {
  color: #292e0a;
  font-size: 54px;
  line-height: 70px;
  padding-right: 0;
  font-size: 48px;
  font-family: ivy_moderegular;
  text-align: center !important;
  display: block;
}
.bookorintboxmaininner h4 {
  line-height: 40px;
  padding-right: 0;
  font-size: 24px;
  font-family: ivy_moderegular;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.bookorintboxmaininner {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}
.bookIMage img {
  max-width: 100%;
  border-radius: 12px;
}

.bookorintboxmaininner p {
  font-size: 15px;
  line-height: 24px;
  min-height: 160px;
}
.bookIMage img {
  max-width: 100%;
  border-radius: 12px;
  margin-top: 30px;
  width: 100%;
}
.bookprintingSecSizes {
  background: #e6eee5;
}
.bookprintingSecSizes .bookorintboxmaininner p {
  min-height: auto;
}
span.booksizeinch {
  color: #212121;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0px;
}

.bookIMage {
  position: relative;
}
.bookprintingSecSizes .bookorintboxmain {
  margin-top: 30px;
}

.bookprintingSecSizes .ghostTitleagency {
  margin-bottom: 20px;
}
section.booksliderandboxes {
  background: #e7f0e6;
  padding: 80px 0;
}
section.booksliderandboxes {
  background: #e7f0e6;
  padding: 80px 0;
}

.booksliderinner {
  position: relative;
}

.booksliderleft {
  width: 55%;
}

.booksliderRight {
  width: 45%;
}

.bookdetailSlider {
  display: flex;
  align-items: center;
}
span.h3BookCate {
  color: #292e0a;
  font-size: 22px;
  line-height: 30px;
  display: block;
  margin-bottom: 20px;
  font-family: ivy_moderegular;
}

.booksliderleft h3 {
  color: #292e0a;
  font-size: 52px;
  line-height: 60px;
  display: block;
  margin-bottom: 20px;
  font-family: ivy_moderegular;
}

span.h4BookCate {
  color: #292e0a;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 40px;
  font-family: ivy_moderegular;
}
.booksliderinner .testLeftImage {
  pointer-events: auto !important;
}
.booksliderinner .swiper-pagination {
  bottom: 10px !important;
}

.booksliderinner .testLeftImage {
  padding-bottom: 60px;
}

.booksliderinner .nextArrow,
.booksliderinner .prevArrow {
  bottom: 5px;
  right: 25% !important;
  z-index: 99999;
}
.booksliderinner .prevArrow {
  left: 25%;
}
.bookprintingSecPaper {
  background: #e7f0e6;
}

.bookprintingSecPaper .ghostTitleagency p {
  text-align: center;
  margin-top: 20px;
  font-family: ivy_moderegular;
  font-size: 24px;
}
.paperType {
  margin-top: 50px;
}
.bookprintingSecPaper .bookorintboxmaininner p {
  min-height: 110px;
}
.bookPrintingMain {
  background: #e7f0e6 url("../../assets/images/imgbook.png") top center /
    contain no-repeat;
  padding-bottom: 400px;
}

.BookBindings .row:nth-child(3) {
  margin-top: 30px;
}

.BookBindings .bookorintboxmaininner span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  margin-top: 5px;
}

.BookBindings .bookorintboxmaininner {
  min-height: 518px;
}

/*Book Printing Inner css*/

.error-box img {
  width: 70%;
  margin: auto;
  display: table;
}

.SEO-content h3,
.SEO-content h4 {
  font-family: ivy_moderegular;
  margin-bottom: 17px;
  font-size: 24px;
}

.SEO-content {
  margin-top: 30px;
  display: none;
}

.thankyou-Logo {
  margin-bottom: 35px;
}
.anchor-text {
  color: #09515e !important;
  font-weight: 500;
  text-decoration: none;
}
header.sticky-header {
  position: fixed;
  width: 100%;
  background: var(--header);
  z-index: 9999;
}

header {
  transition: 0.3s;
}

header.sticky-header .logoMain img {
  max-width: 100%;
}

header.sticky-header .logoMain {
  top: 0px;
  transition: 0.3s;
  bottom: 0;
}

.anchor-text:hover {
  text-decoration: underline;
}

.video-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.video-icon img {
  width: auto;
  height: auto;
}

.testLeftImage .swiper-slide {
  position: relative;
}

.testImageName .video-img {
  position: relative;
}

body.hidesection-thnkyou section.sec13.contactFormBottom {
    display: none;
}

/* head css start */

        :host,
        :root {
            --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
            --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
            --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
            --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
            --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
            --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
            --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
        }

        svg:not(:host).svg-inline--fa,
        svg:not(:root).svg-inline--fa {
            overflow: visible;
            box-sizing: content-box
        }

        .svg-inline--fa {
            display: var(--fa-display, inline-block);
            height: 1em;
            overflow: visible;
            vertical-align: -.125em
        }

        .svg-inline--fa.fa-2xs {
            vertical-align: .1em
        }

        .svg-inline--fa.fa-xs {
            vertical-align: 0
        }

        .svg-inline--fa.fa-sm {
            vertical-align: -.0714285705em
        }

        .svg-inline--fa.fa-lg {
            vertical-align: -.2em
        }

        .svg-inline--fa.fa-xl {
            vertical-align: -.25em
        }

        .svg-inline--fa.fa-2xl {
            vertical-align: -.3125em
        }

        .svg-inline--fa.fa-pull-left {
            margin-right: var(--fa-pull-margin, .3em);
            width: auto
        }

        .svg-inline--fa.fa-pull-right {
            margin-left: var(--fa-pull-margin, .3em);
            width: auto
        }

        .svg-inline--fa.fa-li {
            width: var(--fa-li-width, 2em);
            top: .25em
        }

        .svg-inline--fa.fa-fw {
            width: var(--fa-fw-width, 1.25em)
        }

        .fa-layers svg.svg-inline--fa {
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0
        }

        .fa-layers-counter,
        .fa-layers-text {
            display: inline-block;
            position: absolute;
            text-align: center
        }

        .fa-layers {
            display: inline-block;
            height: 1em;
            position: relative;
            text-align: center;
            vertical-align: -.125em;
            width: 1em
        }

        .fa-layers svg.svg-inline--fa {
            -webkit-transform-origin: center center;
            transform-origin: center center
        }

        .fa-layers-text {
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transform-origin: center center;
            transform-origin: center center
        }

        .fa-layers-counter {
            background-color: var(--fa-counter-background-color, #ff253a);
            border-radius: var(--fa-counter-border-radius, 1em);
            box-sizing: border-box;
            color: var(--fa-inverse, #fff);
            line-height: var(--fa-counter-line-height, 1);
            max-width: var(--fa-counter-max-width, 5em);
            min-width: var(--fa-counter-min-width, 1.5em);
            overflow: hidden;
            padding: var(--fa-counter-padding, .25em .5em);
            right: var(--fa-right, 0);
            text-overflow: ellipsis;
            top: var(--fa-top, 0);
            -webkit-transform: scale(var(--fa-counter-scale, .25));
            transform: scale(var(--fa-counter-scale, .25));
            -webkit-transform-origin: top right;
            transform-origin: top right
        }

        .fa-layers-bottom-right {
            bottom: var(--fa-bottom, 0);
            right: var(--fa-right, 0);
            top: auto;
            -webkit-transform: scale(var(--fa-layers-scale, .25));
            transform: scale(var(--fa-layers-scale, .25));
            -webkit-transform-origin: bottom right;
            transform-origin: bottom right
        }

        .fa-layers-bottom-left {
            bottom: var(--fa-bottom, 0);
            left: var(--fa-left, 0);
            right: auto;
            top: auto;
            -webkit-transform: scale(var(--fa-layers-scale, .25));
            transform: scale(var(--fa-layers-scale, .25));
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left
        }

        .fa-layers-top-right {
            top: var(--fa-top, 0);
            right: var(--fa-right, 0);
            -webkit-transform: scale(var(--fa-layers-scale, .25));
            transform: scale(var(--fa-layers-scale, .25));
            -webkit-transform-origin: top right;
            transform-origin: top right
        }

        .fa-layers-top-left {
            left: var(--fa-left, 0);
            right: auto;
            top: var(--fa-top, 0);
            -webkit-transform: scale(var(--fa-layers-scale, .25));
            transform: scale(var(--fa-layers-scale, .25));
            -webkit-transform-origin: top left;
            transform-origin: top left
        }

        .fa-1x {
            font-size: 1em
        }

        .fa-2x {
            font-size: 2em
        }

        .fa-3x {
            font-size: 3em
        }

        .fa-4x {
            font-size: 4em
        }

        .fa-5x {
            font-size: 5em
        }

        .fa-6x {
            font-size: 6em
        }

        .fa-7x {
            font-size: 7em
        }

        .fa-8x {
            font-size: 8em
        }

        .fa-9x {
            font-size: 9em
        }

        .fa-10x {
            font-size: 10em
        }

        .fa-2xs {
            font-size: .625em;
            line-height: .1em;
            vertical-align: .225em
        }

        .fa-xs {
            font-size: .75em;
            line-height: .0833333337em;
            vertical-align: .125em
        }

        .fa-sm {
            font-size: .875em;
            line-height: .0714285718em;
            vertical-align: .0535714295em
        }

        .fa-lg {
            font-size: 1.25em;
            line-height: .05em;
            vertical-align: -.075em
        }

        .fa-xl {
            font-size: 1.5em;
            line-height: .0416666682em;
            vertical-align: -.125em
        }

        .fa-2xl {
            font-size: 2em;
            line-height: .03125em;
            vertical-align: -.1875em
        }

        .fa-fw {
            text-align: center;
            width: 1.25em
        }

        .fa-ul {
            list-style-type: none;
            margin-left: var(--fa-li-margin, 2.5em);
            padding-left: 0
        }

        .fa-ul>li {
            position: relative
        }

        .fa-li {
            left: calc(var(--fa-li-width, 2em) * -1);
            position: absolute;
            text-align: center;
            width: var(--fa-li-width, 2em);
            line-height: inherit
        }

        .fa-border {
            border-color: var(--fa-border-color, #eee);
            border-radius: var(--fa-border-radius, .1em);
            border-style: var(--fa-border-style, solid);
            border-width: var(--fa-border-width, .08em);
            padding: var(--fa-border-padding, .2em .25em .15em)
        }

        .fa-pull-left {
            float: left;
            margin-right: var(--fa-pull-margin, .3em)
        }

        .fa-pull-right {
            float: right;
            margin-left: var(--fa-pull-margin, .3em)
        }

        .fa-beat {
            -webkit-animation-name: fa-beat;
            animation-name: fa-beat;
            -webkit-animation-delay: var(--fa-animation-delay, 0s);
            animation-delay: var(--fa-animation-delay, 0s);
            -webkit-animation-direction: var(--fa-animation-direction, normal);
            animation-direction: var(--fa-animation-direction, normal);
            -webkit-animation-duration: var(--fa-animation-duration, 1s);
            animation-duration: var(--fa-animation-duration, 1s);
            -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
            animation-timing-function: var(--fa-animation-timing, ease-in-out)
        }

        .fa-bounce {
            -webkit-animation-name: fa-bounce;
            animation-name: fa-bounce;
            -webkit-animation-delay: var(--fa-animation-delay, 0s);
            animation-delay: var(--fa-animation-delay, 0s);
            -webkit-animation-direction: var(--fa-animation-direction, normal);
            animation-direction: var(--fa-animation-direction, normal);
            -webkit-animation-duration: var(--fa-animation-duration, 1s);
            animation-duration: var(--fa-animation-duration, 1s);
            -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
            animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
        }

        .fa-fade {
            -webkit-animation-name: fa-fade;
            animation-name: fa-fade;
            -webkit-animation-delay: var(--fa-animation-delay, 0s);
            animation-delay: var(--fa-animation-delay, 0s);
            -webkit-animation-direction: var(--fa-animation-direction, normal);
            animation-direction: var(--fa-animation-direction, normal);
            -webkit-animation-duration: var(--fa-animation-duration, 1s);
            animation-duration: var(--fa-animation-duration, 1s);
            -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
            animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
        }

        .fa-beat-fade {
            -webkit-animation-name: fa-beat-fade;
            animation-name: fa-beat-fade;
            -webkit-animation-delay: var(--fa-animation-delay, 0s);
            animation-delay: var(--fa-animation-delay, 0s);
            -webkit-animation-direction: var(--fa-animation-direction, normal);
            animation-direction: var(--fa-animation-direction, normal);
            -webkit-animation-duration: var(--fa-animation-duration, 1s);
            animation-duration: var(--fa-animation-duration, 1s);
            -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
            animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
        }

        .fa-flip {
            -webkit-animation-name: fa-flip;
            animation-name: fa-flip;
            -webkit-animation-delay: var(--fa-animation-delay, 0s);
            animation-delay: var(--fa-animation-delay, 0s);
            -webkit-animation-direction: var(--fa-animation-direction, normal);
            animation-direction: var(--fa-animation-direction, normal);
            -webkit-animation-duration: var(--fa-animation-duration, 1s);
            animation-duration: var(--fa-animation-duration, 1s);
            -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
            animation-timing-function: var(--fa-animation-timing, ease-in-out)
        }

        .fa-shake {
            -webkit-animation-name: fa-shake;
            animation-name: fa-shake;
            -webkit-animation-delay: var(--fa-animation-delay, 0s);
            animation-delay: var(--fa-animation-delay, 0s);
            -webkit-animation-direction: var(--fa-animation-direction, normal);
            animation-direction: var(--fa-animation-direction, normal);
            -webkit-animation-duration: var(--fa-animation-duration, 1s);
            animation-duration: var(--fa-animation-duration, 1s);
            -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            -webkit-animation-timing-function: var(--fa-animation-timing, linear);
            animation-timing-function: var(--fa-animation-timing, linear)
        }

        .fa-spin {
            -webkit-animation-name: fa-spin;
            animation-name: fa-spin;
            -webkit-animation-delay: var(--fa-animation-delay, 0s);
            animation-delay: var(--fa-animation-delay, 0s);
            -webkit-animation-direction: var(--fa-animation-direction, normal);
            animation-direction: var(--fa-animation-direction, normal);
            -webkit-animation-duration: var(--fa-animation-duration, 2s);
            animation-duration: var(--fa-animation-duration, 2s);
            -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            -webkit-animation-timing-function: var(--fa-animation-timing, linear);
            animation-timing-function: var(--fa-animation-timing, linear)
        }

        .fa-spin-reverse {
            --fa-animation-direction: reverse
        }

        .fa-pulse,
        .fa-spin-pulse {
            -webkit-animation-name: fa-spin;
            animation-name: fa-spin;
            -webkit-animation-direction: var(--fa-animation-direction, normal);
            animation-direction: var(--fa-animation-direction, normal);
            -webkit-animation-duration: var(--fa-animation-duration, 1s);
            animation-duration: var(--fa-animation-duration, 1s);
            -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
            animation-timing-function: var(--fa-animation-timing, steps(8))
        }

        @media (prefers-reduced-motion:reduce) {

            .fa-beat,
            .fa-beat-fade,
            .fa-bounce,
            .fa-fade,
            .fa-flip,
            .fa-pulse,
            .fa-shake,
            .fa-spin,
            .fa-spin-pulse {
                -webkit-animation-delay: -1ms;
                animation-delay: -1ms;
                -webkit-animation-duration: 1ms;
                animation-duration: 1ms;
                -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
                transition-delay: 0s;
                transition-duration: 0s
            }
        }

        @-webkit-keyframes fa-beat {

            0%,
            90% {
                -webkit-transform: scale(1);
                transform: scale(1)
            }

            45% {
                -webkit-transform: scale(var(--fa-beat-scale, 1.25));
                transform: scale(var(--fa-beat-scale, 1.25))
            }
        }

        @keyframes fa-beat {

            0%,
            90% {
                -webkit-transform: scale(1);
                transform: scale(1)
            }

            45% {
                -webkit-transform: scale(var(--fa-beat-scale, 1.25));
                transform: scale(var(--fa-beat-scale, 1.25))
            }
        }

        @-webkit-keyframes fa-bounce {
            0% {
                -webkit-transform: scale(1, 1) translateY(0);
                transform: scale(1, 1) translateY(0)
            }

            10% {
                -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
                transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
            }

            30% {
                -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
                transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
            }

            50% {
                -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
                transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
            }

            57% {
                -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
                transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
            }

            64% {
                -webkit-transform: scale(1, 1) translateY(0);
                transform: scale(1, 1) translateY(0)
            }

            100% {
                -webkit-transform: scale(1, 1) translateY(0);
                transform: scale(1, 1) translateY(0)
            }
        }

        @keyframes fa-bounce {
            0% {
                -webkit-transform: scale(1, 1) translateY(0);
                transform: scale(1, 1) translateY(0)
            }

            10% {
                -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
                transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
            }

            30% {
                -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
                transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
            }

            50% {
                -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
                transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
            }

            57% {
                -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
                transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
            }

            64% {
                -webkit-transform: scale(1, 1) translateY(0);
                transform: scale(1, 1) translateY(0)
            }

            100% {
                -webkit-transform: scale(1, 1) translateY(0);
                transform: scale(1, 1) translateY(0)
            }
        }

        @-webkit-keyframes fa-fade {
            50% {
                opacity: var(--fa-fade-opacity, .4)
            }
        }

        @keyframes fa-fade {
            50% {
                opacity: var(--fa-fade-opacity, .4)
            }
        }

        @-webkit-keyframes fa-beat-fade {

            0%,
            100% {
                opacity: var(--fa-beat-fade-opacity, .4);
                -webkit-transform: scale(1);
                transform: scale(1)
            }

            50% {
                opacity: 1;
                -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
                transform: scale(var(--fa-beat-fade-scale, 1.125))
            }
        }

        @keyframes fa-beat-fade {

            0%,
            100% {
                opacity: var(--fa-beat-fade-opacity, .4);
                -webkit-transform: scale(1);
                transform: scale(1)
            }

            50% {
                opacity: 1;
                -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
                transform: scale(var(--fa-beat-fade-scale, 1.125))
            }
        }

        @-webkit-keyframes fa-flip {
            50% {
                -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
                transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
            }
        }

        @keyframes fa-flip {
            50% {
                -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
                transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
            }
        }

        @-webkit-keyframes fa-shake {
            0% {
                -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg)
            }

            4% {
                -webkit-transform: rotate(15deg);
                transform: rotate(15deg)
            }

            24%,
            8% {
                -webkit-transform: rotate(-18deg);
                transform: rotate(-18deg)
            }

            12%,
            28% {
                -webkit-transform: rotate(18deg);
                transform: rotate(18deg)
            }

            16% {
                -webkit-transform: rotate(-22deg);
                transform: rotate(-22deg)
            }

            20% {
                -webkit-transform: rotate(22deg);
                transform: rotate(22deg)
            }

            32% {
                -webkit-transform: rotate(-12deg);
                transform: rotate(-12deg)
            }

            36% {
                -webkit-transform: rotate(12deg);
                transform: rotate(12deg)
            }

            100%,
            40% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }
        }

        @keyframes fa-shake {
            0% {
                -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg)
            }

            4% {
                -webkit-transform: rotate(15deg);
                transform: rotate(15deg)
            }

            24%,
            8% {
                -webkit-transform: rotate(-18deg);
                transform: rotate(-18deg)
            }

            12%,
            28% {
                -webkit-transform: rotate(18deg);
                transform: rotate(18deg)
            }

            16% {
                -webkit-transform: rotate(-22deg);
                transform: rotate(-22deg)
            }

            20% {
                -webkit-transform: rotate(22deg);
                transform: rotate(22deg)
            }

            32% {
                -webkit-transform: rotate(-12deg);
                transform: rotate(-12deg)
            }

            36% {
                -webkit-transform: rotate(12deg);
                transform: rotate(12deg)
            }

            100%,
            40% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }
        }

        @-webkit-keyframes fa-spin {
            0% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }

            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }

        @keyframes fa-spin {
            0% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }

            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }

        .fa-rotate-90 {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .fa-rotate-180 {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .fa-rotate-270 {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg)
        }

        .fa-flip-horizontal {
            -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1)
        }

        .fa-flip-vertical {
            -webkit-transform: scale(1, -1);
            transform: scale(1, -1)
        }

        .fa-flip-both,
        .fa-flip-horizontal.fa-flip-vertical {
            -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1)
        }

        .fa-rotate-by {
            -webkit-transform: rotate(var(--fa-rotate-angle, none));
            transform: rotate(var(--fa-rotate-angle, none))
        }

        .fa-stack {
            display: inline-block;
            vertical-align: middle;
            height: 2em;
            position: relative;
            width: 2.5em
        }

        .fa-stack-1x,
        .fa-stack-2x {
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            z-index: var(--fa-stack-z-index, auto)
        }

        .svg-inline--fa.fa-stack-1x {
            height: 1em;
            width: 1.25em
        }

        .svg-inline--fa.fa-stack-2x {
            height: 2em;
            width: 2.5em
        }

        .fa-inverse {
            color: var(--fa-inverse, #fff)
        }

        .fa-sr-only,
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border-width: 0
        }

        .fa-sr-only-focusable:not(:focus),
        .sr-only-focusable:not(:focus) {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border-width: 0
        }

        .svg-inline--fa .fa-primary {
            fill: var(--fa-primary-color, currentColor);
            opacity: var(--fa-primary-opacity, 1)
        }

        .svg-inline--fa .fa-secondary {
            fill: var(--fa-secondary-color, currentColor);
            opacity: var(--fa-secondary-opacity, .4)
        }

        .svg-inline--fa.fa-swap-opacity .fa-primary {
            opacity: var(--fa-secondary-opacity, .4)
        }

        .svg-inline--fa.fa-swap-opacity .fa-secondary {
            opacity: var(--fa-primary-opacity, 1)
        }

        .svg-inline--fa mask .fa-primary,
        .svg-inline--fa mask .fa-secondary {
            fill: #000
        }

        .fa-duotone.fa-inverse,
        .fad.fa-inverse {
            color: var(--fa-inverse, #fff)
        }


        @font-face {
            font-family: 'Atlassian Sans Ext';
            font-style: normal;
            font-weight: 100 900;
            font-display: swap;
            src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/AtlassianSans-cyrillic-ext.woff2') format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
        }

        @font-face {
            font-family: 'Atlassian Sans Ext';
            font-style: normal;
            font-weight: 100 900;
            font-display: swap;
            src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/AtlassianSans-cyrillic.woff2') format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
        }

        @font-face {
            font-family: 'Atlassian Sans Ext';
            font-style: normal;
            font-weight: 100 900;
            font-display: swap;
            src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/AtlassianSans-vietnamese.woff2') format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
                U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
        }

        @font-face {
            font-family: 'Atlassian Sans Ext';
            font-style: normal;
            font-weight: 100 900;
            font-display: swap;
            src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/AtlassianSans-latin.woff2') format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
                U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }

        @font-face {
            font-family: 'Atlassian Sans Ext';
            font-style: normal;
            font-weight: 100 900;
            font-display: swap;
            src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/AtlassianSans-latin-ext.woff2') format('woff2');
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
                U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
                U+2C60-2C7F, U+A720-A7FF;
        }

        .typed-cursor {
            opacity: 1;
        }

        .typed-cursor.typed-cursor--blink {
            animation: typedjsBlink 0.7s infinite;
            -webkit-animation: typedjsBlink 0.7s infinite;
            animation: typedjsBlink 0.7s infinite;
        }

        @keyframes typedjsBlink {
            50% {
                opacity: 0.0;
            }
        }

        @-webkit-keyframes typedjsBlink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0.0;
            }

            100% { 
                opacity: 1;
            }
        }

/* head css end */
.contactFormleftwrp button.btnPrimary span svg{
  right: -48%;
}

.whychooeIconBoxInner .contentChoose {
        height: 130px;
        padding-right: 6px;
        overflow-y: scroll;
    }
    .whychooeIconBoxInner .contentChoose::-webkit-scrollbar {
        width: 8px;
    }
    /* Track */
    .whychooeIconBoxInner .contentChoose::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    /* Handle */
    .whychooeIconBoxInner .contentChoose::-webkit-scrollbar-thumb {
        background: #005d56;
        border-radius: 10px;
    }
    .parentMenu > span,
.openDropdown {
    cursor: pointer;
}









/* test css */
.process-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    counter-reset: chapter;
    position: relative;
}

.process-wrapper .process-item {
    /* width: 220px; */
    width: 100%;
    padding: 140px 0;
    position: relative;
    transition: .5s
}

.process-wrapper .process-item div {
    transition: .5s;
    width: 190px;
    height: 190px;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.process-wrapper .process-item:nth-child(odd) .p-img {
    top: -12px;
    right: -100px;
    width: 70%; 
}

.process-wrapper .process-item .p-img {
    position: absolute;
    /* z-index: -1 */
}

.process-wrapper .process-item img:nth-child(4),
.process-wrapper .process-item:last-child .p-img {
    display: none
}

.process-wrapper .process-item:nth-child(2n) .p-img {
    bottom: -12px;
    right: -95px
}

.process-wrapper .process-item h3 {
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 0;
    counter-increment: chapter;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center
}

.process-wrapper .process-item:nth-child(odd) h3 {
    top: 0
}

.process-wrapper .process-item:nth-child(2n) h3 {
    bottom: 0
}

.process-wrapper .process-item div::before {
    width: 3px;
    height: 68px;
    content: "";
    position: absolute;
    top: -68px;
    background: #fff
}

.process-wrapper .process-item div::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #005e57;
    border-radius: 100%;
    background: #fff;
    top: -84px
}

.process-wrapper .process-item:nth-child(2n) div:before {
    top: auto;
    bottom: -68px
}

/*iframe#launcher {*/
/*    display: none;*/
/*}*/

.process-wrapper .process-item:nth-child(2n) div:after {
    top: auto;
    bottom: -84px
}

.process-wrapper .process-item h3::before {
    content: counter(chapter);
    display: inline-block;
    font-size: 50px;
    line-height: 43px;
    margin-right: 6px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: #fff
}

.process-wrapper .process-item div img:first-child {
    max-height: 80px;
    transition: .5s;
    z-index: 11;
    position: relative
}

.process-wrapper .process-item.active,
.process-wrapper .process-item:hover {
    transform: translateY(-10px)
}

.process-wrapper .process-item.active div img:first-child {
    filter: brightness(0) invert(1)
}

.process-wrapper .process-item.active h3::before,
.process-wrapper .process-item:hover h3::before {
    color: rgba(var(--clr-1), 1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--clr-1), 1)
}

.process-wrapper .process-item img:nth-child(3),
.process-wrapper .process-item img:nth-child(4) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.process-wrapper .process-item .cont-1 {
    position: relative;
}
.process-wrapper .process-item .cont-1-text {
    display: block !important;
    position: absolute;
    padding: 20px 0px;
    border-radius: 20px;
    text-align: center;
    opacity: 0;
    transition: all 3s ease;
    bottom: -60%;
    left: -30px;
}
.process-wrapper .process-item:hover .cont-1-text {
    display: block !important;
    transition: all 1s ease;
    transform: translateY(0);
    bottom: -8%;
    opacity: 1;
}

.process-wrapper .process-item .cont-2-text {
    display: block !important;
    position: absolute;
    padding: 20px 0px;
    border-radius: 20px;
    text-align: center;
    transition: all .5s ease;
    top: -220px;
    left: -30px;
    opacity: 0;
}

.process-wrapper .process-item:hover .cont-2-text {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease;
    top: -130px;
}


.process-wrapper .process-item .cont-1-text::after, .process-wrapper .process-item .cont-2-text::after {
  display: none;
}
.process-wrapper .process-item .cont-1-text::before, .process-wrapper .process-item .cont-2-text::before {
  display: none;
}

.process-wrapper .process-item .cont-1-text .cont-1-text-inner::after, .process-wrapper .process-item .cont-2-text .cont-1-text-inner::after {
  display: none;
}
.process-wrapper .process-item .cont-1-text .cont-1-text-inner::before, .process-wrapper .process-item .cont-2-text .cont-1-text-inner::before {
  display: none;
}

.process-wrapper .process-item div .cont-1-text-inner {
  display: flex;
  flex-direction: column;
    position: relative;
    background: #ffffff;
    height: auto;
    box-shadow: 0px 0px 11px 0px #c9cbcb;
    border-radius: 10px;
    width: 244px;
    padding: 20px 20px 8px;
        transition: all 2s ease;
}

.process-wrapper .process-item:hover .cont-1-text .cont-1-text-inner {
  height: 250px;
          transition: all 2s ease;
          top: 0px;
}
.cont-1-text .cont-title, .cont-2-text .cont-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 28px;
}
.cont-1-text p, .cont-2-text p {
  font-size: 16px;
  line-height: 24px;
}


.boldText{
  padding: 10px;
}
.boldText p{
  line-height: 14px;
  font-size: 16px;
}
.boldText b{
  font-size: 16px;
}
.abousUsBtns {
  justify-content: center;
}
.about-one-row .abousUsBtns .smallTitleLineAboutA{
  color: var(--black) !important;
}
.about-one-row .abousUsBtns .smallTitleLineAboutA span{
  color: var(--black) !important;
}




.testCon {
  height: 200px;
  overflow-y: scroll;
  padding-right: 20px;
}

.testCon ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.testCon::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.testCon::-webkit-scrollbar-thumb {
  background: #ffffff; 
  border-radius: 10px;
}

/* Handle on hover */
.testCon::-webkit-scrollbar-thumb:hover {
  background: #000; 
}


.choices__list--dropdown {
  max-height: 250px !important;
  width: 400px;
  min-width: 200px;
  overflow-y: scroll !important;
  height: 250px;
}

.choices {
    z-index: 99;
    width: 100%;
    border-bottom: 2px solid #292f0a;
}


.choices__inner {
  background-color: transparent !important;
  border: 0px !important;
  z-index: 999999;
  font-size: 18px !important; 
  padding: 10px 0px !important;
}
.bannerFormWrap .choices__inner {
    font-size: 16px !important;
    padding: 5px 0px !important;
}

.choices__list--dropdown .choices__item {
  font-size: 18px !important; 
}
.contactFormRight button.btnPrimary span svg {
  right: -83% ;
}
.contactFormRight .choices {
    border-bottom: 2px solid #292f0a;
}
.BannerFields .choices {
    border-bottom: 0px solid #292f0a;
}

ul.book-public-blk li {
    color: #fff;
}

/*popup-new*/
.popup-img-col {
    width: 50%;
}
.popup-img-col img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.pop-div .popupBox {
        padding: 9px 20px;
        width: 70%;
}
.pop-div {
    display: flex;
    max-width: 800px;
    margin: auto;
}

.pop-div .BannerFields .formFields {
    padding: 0 15px;
}
.pop-div button.btnPrimary:after {
    right: 29%;
}
.pop-div .popupBox button.btnPrimary span svg {
    right: -64%;
}
.pop-div .choices__inner {
    padding: 8px 0px !important;
}
.pop-div .BannerFields .formFields input {
    padding: 10px 0;
}
.pop-div .popuptitle {
    margin-bottom: 10px;
}
.pop-div button.btnPrimary {
    padding: 12px 30px;
}



.form-check-box {
	margin-top: 5px;
}