body {
  font-family: Poppins, sans-serif;
  color: #07040c;
}

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.navbar .navbar-nav a,
p {
  color: #86899e;
  font-size: 15px;
}
.banner-bg img {
  width: 100%;
}
.navbar {
  box-shadow: -2px 3px 20px rgba(0, 0, 0, 0.09);
}
p {
  line-height: 30px;
}
.container {
  max-width: 1140px;
}
.banner-sec {
  background: #ebf2f7;
  position: relative;
  padding: 30px 0 0;
}
.navbar {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
.navbar .navbar-nav a {
  padding: 0;
  margin-left: 20px;
  position: relative;
  text-decoration: initial;
  transition: 0.3s;
}
.navbar .navbar-nav a.active,
.navbar .navbar-nav a:hover {
  color: #7367f0;
  transition: 0.3s;
}
.navbar .navbar-nav a.active::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  background: #7367f0;
  bottom: -29px;
}
.navbar .navbar-nav a.btn.btn-primary {
  padding: 11px 20px;
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
}
.navbar .navbar-nav a.btn.btn-primary::before {
  background: #7367f0;
  border-radius: 6px;
  border: 1px solid #7367f0;
}
.btn.btn-primary:hover,
.navbar .navbar-nav a.btn.btn-primary:hover {
  background: #fff;
  border-color: #7367f0;
  color: #7367f0;
}
.btn.btn-primary img,
.navbar .navbar-nav a.btn.btn-primary img {
  filter: brightness(10);
}
.btn.btn-primary:hover img,
.navbar .navbar-nav a.btn.btn-primary:hover img {
  filter: inherit;
}
.custom-heading label {
  font-size: 14px;
  background: #fff;
  border-left: 6px solid #7367f0;
  padding: 8px 20px;
  border-radius: 0 4px 4px 0;
  color: #07040c;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.btn.btn-primary {
  padding: 11px 20px;
  border-color: #7367f0;
  transition: 0.3s;
}
.custom-heading h1 {
  color: #07040c;
  font-size: 40px;
  line-height: 65px;
  margin-bottom: 22px;
  font-weight: 600;
}
.custom-heading p {
  font-size: 15px;
  color: #86899e;
  line-height: 33px;
  margin-bottom: 0;
}
.banner-area {
  margin-top: 71px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
.banner-left {
  width: 52%;
}
.hvr-rectangle-in {
  background: #7367f0;
}
.btn.btn-primary {
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
}
.btn.btn-primary::before {
  background: #7367f0;
  border-radius: 6px;
}
.navbar-expand-lg
  .navbar-nav
  li
  .dropdown.show-on-hover
  ul.dropdown-menu
  .dropdown-item:hover {
  background: 0 0;
  color: #7367f0;
}
.banner-btn-area {
  margin-top: 35px;
}
.banner-btn-area .btn {
  margin-right: 27px;
}
.banner-right {
  position: relative;
}
.banner-mobileImg,
.dropdown.mobile-menu {
  display: none;
}
.atropos-highlight {
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
}
.managedSeo-rightImg3 {
  position: absolute;
  bottom: 18px;
  right: 30px;
}
.managedSeo-rightImg2 {
  position: absolute;
  bottom: 18px;
  left: 40px;
}
.navbar-expand-lg .navbar-nav li .dropdown.show-on-hover .btn-secondary:hover {
  color: #7367f0;
}
.show-on-hover:hover > ul.dropdown-menu {
  display: block;
}
.navbar-expand-lg .navbar-nav li .dropdown.show-on-hover .btn-secondary {
  background: 0 0;
  border: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #86899e;
  font-size: 15px;
  margin-left: 20px;
  position: relative;
  text-decoration: initial;
  transition: 0.3s;
}
.navbar-expand-lg
  .navbar-nav
  li
  .dropdown.show-on-hover
  ul.dropdown-menu
  .dropdown-item {
  margin-left: 0;
  padding: 8px 13px;
}
.navbar-expand-lg .navbar-nav li .dropdown.show-on-hover ul.dropdown-menu {
  padding: 0;
}
.navbar-expand-lg .navbar-nav li .dropdown .btn-secondary::after {
  background: url("https://seokart.com/images/right-arrow.svg") no-repeat;
  width: 20px;
  border: none !important;
  height: 20px;
  transform: rotate(90deg);
  vertical-align: -6px;
  margin-top: 0;
}

.banner-form {
  border-radius: 10px;
  background: #fff;
  box-shadow: -2px 3px 20px 0px rgba(0, 0, 0, 0.09);
  padding: 25px;
  width: 480px;
}

.mb-40 {
  margin-bottom: 40px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1.8rem) translateX(0.15rem);
  width: auto;
  padding: 16px 12px;
  height: 45px;
  left: 11px;
  color: #86899e;
}

.form-control:focus {
  box-shadow: none;
}
.form-floating .form-control {
  padding: 18px 25px;
  height: auto;
  background: 0 0;
  color: #86899e;
  border: 1px solid #e1e1e1;
}
.form-floating > label {
  color: #86899e;
  font-size: 16px;
  padding: 16px 25px;
}
.form-floating > .form-control:not(:placeholder-shown) {
  padding: 18px 25px;
}

.form-floating textarea.form-control {
  height: 132px;
  resize: none;
}

.full-btn .btn {
  width: 100%;
  padding: 15px 20px;
}

.banner-form h3 {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
}

.banner-form p {
  text-align: center;
  margin-bottom: 29px;
  padding: 0 20px;
}

.form-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.highlight-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin: 100px 0;
}

.highlight-box {
  background: #f9f8ff;
  border-radius: 10px;
  position: relative;
  padding: 30px;
}

.highlight-box h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: normal;
}

.highlight-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0 220px 0 0;
}

.highlight-box li {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.highlight-box li:nth-last-child(1) {
  margin-bottom: 0;
}

.highlight-img {
  position: absolute;
  right: 30px;
  bottom: -50px;
}

.page-speedOptimization {
  background: #7367f0;
  padding: 70px 0;
}

.optimization-box {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.optimization-boxLeft h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 100;
  line-height: 57px;
  margin-bottom: 30px;
}

.optimization-boxLeft p {
  color: #fff;
}

.heading-center {
  text-align: center;
  margin-bottom: 70px;
}

.heading-center .custom-heading h2 {
  line-height: 50px;
  color: #07040c;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}

.custom-heading label.theme-label {
  background: #f2f1ff;
}

.core-delivery-box {
  box-shadow: 0 0 24px -3px rgba(24, 41, 80, 0.07);
}
.core-delivery-box:hover .CDB-icon img {
  filter: brightness(10);
}
.CDB-heading,
.CDB-icon,
.CDB-pera,
.core-delivery-box {
  position: relative;
}
.CDB-pera p:last-child {
  margin-bottom: 0;
}
.core-delivery-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.core-delivery-box {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
}
.core-delivery-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #7367f0;
  bottom: 0;
  transition: 0.3s;
  left: 0;
  border-radius: 6px;
}
.core-delivery-box:hover::before {
  height: 100%;
}
.CDB-heading {
  font-size: 23px;
  line-height: 35px;
  margin-top: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.CDB-pera {
  color: #86899e;
  line-height: 29px;
  font-size: 15px;
}
.core-delivery-box:hover .CDB-heading,
.core-delivery-box:hover .CDB-pera,
.core-delivery-box:hover .CDB-pera p {
  color: #fff;
}

.feature-main {
  margin: 100px 0;
}

.highlight-serviceArea {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.highlight-serviceBox {
  background: #7367f0;
  clip-path: polygon(45px 0, 100% 0, 100% 135px, 86% 100%, 0 100%, 0 50px);
  text-align: center;
  padding: 30px 20px;
}

.highlight-serviceArea .highlight-serviceBox:nth-last-child(1) {
  transform: rotateY(180deg);
}

.highlight-serviceArea
  .highlight-serviceBox:nth-last-child(1)
  .highlight-serviceInner {
  transform: inherit;
}

.highlight-service {
  margin-bottom: 100px;
}

.content-img-area {
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}

.CI-content-box {
  width: 52%;
}

.text-align-left {
  text-align: left !important;
}

.heading-center.heading-without-pera .custom-heading {
  margin-bottom: 30px;
}

.CI-content-box .heading-center {
  margin-bottom: 0;
}

.content-img-area.CIA-content-right .CI-content-box {
  order: 2;
}

.FR-right-link ul,
.FR-social-link ul,
.footer-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer {
  position: relative;
}
.footer {
  margin-top: 220px;
}
.footer-bg {
  position: absolute;
  left: 0;
  width: 60%;
  bottom: -10px;
}
.footer-bg img {
  width: 90%;
}
.footer-inner {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer-left li {
  display: flex;
  margin-bottom: 25px;
}
.FL-left-icon {
  margin-right: 15px;
}
.footer-left {
  width: 400px;
}
.FL-left-text {
  color: #fff;
  line-height: 28px;
  font-size: 15px;
}
.FR-right-link ul {
  display: flex;
}
.FR-right-link li a {
  font-size: 15px;
  color: #fff;
  text-decoration: initial;
  margin-right: 20px;
}
.FR-social-link ul {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.FR-social-link ul li {
  margin-left: 20px;
}
.footer-disclaimer {
  width: 350px;
  text-align: right;
}
.footer-disclaimer p {
  font-size: 13px;
  line-height: 23px;
}

.optimize-countBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.optimize-count {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

.highlight-serviceBox p {
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 0;
}

.service-priceBox {
  display: flex;
  justify-content: center;
}

.service-priceBox {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 9px;
}

.service-price {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: line-through;
}

.service-priceDiscount {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
}

.btn.btn-outline-primary {
  border-radius: 6px;
  font-size: 15px;
  color: #7367f0;
}

.btn.btn-outline-primary:hover img {
  filter: brightness(10);
}
.btn.btn-outline-primary {
  padding: 11px 20px;
  border-color: #7367f0;
  transition: 0.3s;
}

.btn.btn-outline-primary::before {
  background: #fff;
  border-radius: 6px;
}
.btn.btn-outline-primary {
  border-radius: 6px;
  font-size: 15px;
  color: #7367f0;
}
.btn.btn-outline-primary:hover {
  background: 0 0;
  color: #fff;
  border-color: #fff;
}

.review-box {
  background: #fff;
  box-shadow: -2px 7px 30px 0 rgb(0 0 0 / 4%);
  border: 1px solid #f4f4f4;
  padding: 30px;
  border-radius: 10px;
  margin: 0 20px 60px;
}
.review-box-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.review-box-img {
  margin-right: 18px;
}
.review-box-img img {
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  width: 50px;
  height: 50px;
}
.review-title {
  font-size: 18px;
  margin-bottom: 13px;
}
.review-pera {
  font-size: 14px;
  line-height: 29px;
  color: #86899e;
}
.SEOkart-app-review .review-box-img img {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background: #e4e4e4;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7367f0;
  width: 40px;
}

.review-inner {
  margin-top: 70px;
}

.review-area .heading-center .custom-heading h2 img {
  margin-top: -14px;
}

.modal, .modal-backdrop {
  backdrop-filter: blur(25px);
}

.thankyou-imgArea {
  position: relative;
}

.thankyo-img-bg svg {
  margin: 0 auto;
  display: table;
  height: 400px;
}

.thankyou-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.thankyou-cont {
  text-align: center;
}

.modal-dialog {
  max-width: 570px;
}

.modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffafaf;
  z-index: 1;
  opacity: .3;
}

@media only screen and (max-width: 1199px) {
  .banner-left {
    padding-right: 20px;
  }
  .custom-heading h1 {
    font-size: 40px;
    line-height: 59px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
  .banner-area {
    flex-direction: column;
  }
  .banner-left {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .banner-rightMain {
    order: 1;
  }

  .core-delivery-box {
    width: 100%;
  }

  .footer {
    background: #7367f0;
  }
  .container {
    padding: 0 30px;
  }
  .footer-bg {
    display: none;
  }
  .footer {
    margin-top: 80px;
    padding-top: 30px;
  }
  .FR-right-link li a,
  .footer-disclaimer p {
    color: #fff;
  }
  .FR-social-link ul li a img {
    filter: brightness(10);
  }

  .optimization-box {
    flex-direction: column;
  }

  .optimization-boxLeft {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-nav a {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
  .navbar .navbar-nav a.active::before {
    content: inherit;
  }
  .align-items-center.navbar-nav {
    align-items: flex-start !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar .navbar-nav a.btn.btn-primary {
    width: auto;
  }
  .dropdown.show-on-hover {
    display: none;
  }
  .navbar-expand-lg .navbar-nav li .dropdown.show-on-hover .btn-secondary {
    margin-left: 0;
    padding-left: 0;
    margin-top: 18px;
    padding-bottom: 0;
  }
  .dropdown.mobile-menu ul.dropdown-menu,
  .navbar-expand-lg .navbar-nav li .dropdown.show-on-hover ul.dropdown-menu {
    border: none;
    margin: 0;
  }
  .dropdown.mobile-menu ul.dropdown-menu .dropdown-item,
  .navbar-expand-lg
    .navbar-nav
    li
    .dropdown.show-on-hover
    ul.dropdown-menu
    .dropdown-item {
    margin: 14px 0 0 12px;
  }
  .dropdown.mobile-menu {
    display: block;
  }
  .dropdown.mobile-menu .btn.btn-secondary.dropdown-toggle {
    margin-top: 18px;
    padding-bottom: 0;
    background: 0 0;
    border: 0;
    padding-right: 0.5rem;
    padding-left: 0;
    color: #86899e;
    font-size: 15px;
    margin-left: 00;
    position: relative;
    text-decoration: initial;
    transition: 0.3s;
  }

  .core-delivery-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .highlight-serviceArea {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.highlight-serviceBox {
  clip-path: inherit;
}

.content-img-area {
  flex-direction: column;
}

.CI-content-box {
  width: 100%;
}

.content-img-area.CIA-content-right .CI-content-box {
  order: initial;
}

.highlight-inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.highlight-img {
  position: absolute;
  right: 30px;
  bottom: 10px;
}
}

@media only screen and (max-width: 768px) {
  .heading-center .custom-heading {
    width: 100%;
  }

  .core-delivery-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footer .container .footer-left li:last-child,
  .footer-left li {
    margin-bottom: 0;
  }
  .footer {
    background: 0 0;
    margin-top: 0;
  }
  .footer .container {
    padding: 0;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer .container .footer-left {
    background: #7367f0;
    width: 100%;
    padding: 20px;
  }
  .FR-right-link li a {
    color: #fff;
  }
  .FR-social-link ul li a img {
    filter: initial;
  }
  .FR-social-link ul {
    justify-content: center;
  }
  .footer-right {
    padding: 25px 0;
  }
  .footer-disclaimer {
    width: 100%;
    padding: 0 15px;
  }
  .footer-disclaimer p {
    color: #86899e;
    text-align: center;
  }
  .FR-right-link {
    margin-top: 12px;
  }
  .optimization-boxRight img {
    width: 100%;
  }

  .CIC-img-inner img {
    width: 100%;
}

.highlight-box {
  flex-direction: column;
  display: flex;
}

.highlight-box h3 {
  order: 2;
}

.highlight-box ul {
  order: 3;
  padding: 0;
}

.highlight-img {
  position: initial;
  order: 1;
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 639px) {
  .banner-mobileImg img {
    width: 100%;
  }
  .banner-area {
    margin-bottom: 10px;
  }
  .web-img {
    display: none !important;
  }
  .banner-mobileImg {
    display: block;
  }
  .banner-btn-area .btn {
    margin-right: 10px;
  }

  .CAL-inner .mb-40 {
    margin-bottom: 30px;
  }

  .heading-center .custom-heading {
    margin: 0 auto 40px;
  }

  .review-box {
    margin: 0 0 60px;
  }

  .banner-form {
    width: 100%;
}
}

@media only screen and (max-width: 500px) {
  .custom-heading h1 {
    font-size: 26px;
    line-height: 45px;
  }
  .btn.btn-primary {
    padding: 11px 10px;
    font-size: 12px;
    margin-right: 6px;
  }
  .container {
    padding: 0 20px;
  }
  .banner-area {
    margin-top: 31px;
  }

  .heading-center .custom-heading h2 {
    font-size: 26px;
    line-height: 45px;
  }

  .FR-right-link li:last-child a {
    margin-right: 0;
  }
  .FR-right-link li a {
    font-size: 14px;
    margin-right: 22px;
  }
}

@media only screen and (max-width: 424px) {
  .banner-btn-area .btn {
    margin-bottom: 15px;
    width: 100%;
  }
}
