/*Main Css */
::-moz-selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #08082D;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

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

.ovr-hiddn {
  overflow: hidden;
}

section {
  overflow: hidden;
  overflow-y: auto;
}

.focuSection {
  overflow: visible;
}

body {
  font-family: "Hemenix";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  text-decoration: none;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #e00000;
}

p,
a {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

p {
  line-height: 26px;
  display: block;
}

span {
  display: inline-block;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

ul.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

ul.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button::before,
.slick-dots li button::after {
  display: none;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

span.arrows {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #f7f7f7;
  color: #696969;
}

span.arrows.next {
  right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Hemenix";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

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

.aspect-ratio-0 {
  aspect-ratio: 0 !important;
}

.mn-groupBtn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.themeBtn {
  border-radius: 100px;
  background: #000;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 40px 17px;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.8;
}
.themeBtn:hover {
  color: #fff;
  background-color: #2b2b2b;
}
.themeBtn.white {
  background: #FFF;
  color: #010202;
}
.themeBtn.white:hover {
  background: #2b2b2b;
  color: #FFF;
}

.chatBtn {
  display: inline-flex;
  flex-direction: column;
  gap: 7px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.chatBtn:hover {
  color: #7f54b3;
}
.chatBtn span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.chatBtn span i {
  background: var(--Color-2, linear-gradient(132deg, #7216FF 17.2%, #F319D2 38.64%, #FF3734 70.42%, #FFD100 91.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1em;
}
.chatBtn.dark {
  color: #000;
}
.chatBtn.dark span {
  color: #000;
}
.chatBtn.dark:hover {
  color: #7f54b3;
}

.getBtn {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--Dark, #000);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
.getBtn:hover {
  color: #7f54b3;
  gap: 20px;
}

.telBtn {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.8;
}
.telBtn:hover {
  color: #7f54b3;
}
.telBtn i {
  font-size: 0.8em;
  margin-top: -5px;
}

.telBtn2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 20px;
}
.telBtn2 em {
  color: #333;
  font-weight: 400;
}
.telBtn2 i {
  color: #7F54B3;
}
.telBtn2:hover {
  color: #7F54B3;
}

.fw1 {
  font-weight: 100 !important;
}

.fw2 {
  font-weight: 200 !important;
}

.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fw9 {
  font-weight: 900 !important;
}

.mn-hd .txt-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #7216FF 0.14%, #F319D2 22.21%, #FF3734 54.94%, #FFD100 76.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mn-hd .txt-gradient2 {
  display: inline-block;
  background: var(--Color-2, linear-gradient(170deg, #7216FF 17.2%, #F319D2 38.64%, #FF3734 70.42%, #FFD100 91.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mn-hd .hd-lg {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.mn-hd .hd-lg b {
  font-weight: 700;
}
.mn-hd .hd-lg.txt-gradient {
  display: inline-block;
  background: var(--Color-2, linear-gradient(132deg, #7216FF 17.2%, #F319D2 38.64%, #FF3734 70.42%, #FFD100 91.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mn-hd .hd-md {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.mn-hd .hd-md b {
  font-weight: 700;
}
.mn-hd .hd-md.txt-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #7216FF 0.14%, #F319D2 22.21%, #FF3734 54.94%, #FFD100 76.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mn-hd .hd-sm {
  color: var(--Dark, #000);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.mn-hd .hd-sm b {
  font-weight: 700;
}
.mn-hd .hd1 {
  color: #333;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
}
.mn-hd .hd1 b {
  font-weight: 700;
}
.mn-hd .hd2 {
  color: var(--Dark, #000);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.mn-hd .hd2 b {
  font-weight: 700;
}
.mn-hd .hd3 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.mn-hd .hd3 b {
  font-weight: 700;
}
.mn-hd .hd4 {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
}
.mn-hd .hd4 b {
  font-weight: 700;
}
.mn-hd .hd5 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.mn-hd .hd5 b {
  font-weight: 700;
}
.mn-hd p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.mn-hd p b {
  font-weight: 700;
}
.mn-hd p.p18 {
  font-size: 18px;
}
.mn-hd p.p16 {
  font-size: 16px;
  font-weight: 500;
}
.mn-hd p.p14 {
  font-size: 14px;
}
.mn-hd p.p12 {
  font-size: 12px;
}

.txt-white {
  color: #fff !important;
}

.fs-0 {
  font-size: 0;
}

.w-130 {
  width: 130% !important;
}

.w-120 {
  width: 120% !important;
}

.rowGap70 {
  row-gap: 70px;
}

.rowGap42 {
  row-gap: 42px;
}

.rowGap28 {
  row-gap: 28px;
}

.rowGap23 {
  row-gap: 23px;
}

.sec-pad {
  padding-top: 55px;
  padding-bottom: 55px;
}

.sec-padB {
  padding-bottom: 55px;
}

.sec-padT {
  padding-top: 55px;
}

.sec-full-pad {
  padding-top: 110px;
  padding-bottom: 110px;
}

.sec-full-padT {
  padding-top: 110px;
}

.sec-full-padB {
  padding-bottom: 110px;
}

.sec-mar {
  margin-top: 55px;
  margin-bottom: 55px;
}

.sec-marT {
  margin-top: 55px;
}

.sec-marB {
  margin-bottom: 55px;
}

.hd-pad {
  padding-bottom: 65px;
}

.padX5 {
  padding-right: 5%;
  padding-left: 5%;
}

.padX8 {
  padding-right: 8%;
  padding-left: 8%;
}

.padX10 {
  padding-right: 10%;
  padding-left: 10%;
}

.padX12 {
  padding-right: 12%;
  padding-left: 12%;
}

.padX15 {
  padding-right: 15%;
  padding-left: 15%;
}

.padX18 {
  padding-right: 18%;
  padding-left: 18%;
}

.padX20 {
  padding-right: 20%;
  padding-left: 20%;
}

.pr60 {
  padding-right: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt70 {
  padding-top: 70px;
}

.pt120 {
  padding-top: 120px;
}

/* header CSS */
header {
  transition: all 0.4s ease-In-out;
}

.top-header {
  background-color: #F1F1F1;
  padding: 8px 85px;
}

.header-social ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-social ul li a {
  color: #333;
}
.header-social ul li a:hover {
  color: #7f54b3;
}

.topHeader-action ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.topHeader-action ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.topHeader-action ul li a i {
  background: var(--Color-2, linear-gradient(132deg, #7216FF 17.2%, #F319D2 38.64%, #FF3734 70.42%, #FFD100 91.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topHeader-action ul li a:hover {
  color: #7f54b3;
}

.main-header {
  padding: 10px 0 6px;
}

.logo {
  display: inline-block;
}
.logo img {
  display: block;
}

/* Menu Css */
.menu {
  font-size: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.menu li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.menu li:hover a, .menu li.active a {
  color: #7f54b3;
}
.menu li.nav-btn a {
  border-radius: 41px;
  background: #000;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 30px 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.menu li.nav-btn a i {
  font-size: 16px;
}
.menu li.nav-btn a:hover {
  background-color: #2b2b2b;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.dropdown-nav:hover {
  overflow: visible;
}
.dropdown-nav:hover .dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

.dropdown {
  position: absolute;
  width: 220px;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}
.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dropdown li a {
  padding: 10px 15px;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  font-weight: 600;
  background: transparent !important;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.dropdown li a:hover {
  color: #fff !important;
  background-color: #7f54b3 !important;
}
.dropdown li.last a {
  margin-bottom: 0px;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #ffff00;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #b70404;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

@media (max-width: 1199px) {
  .menu {
    gap: 15px;
  }
  .menu li {
    gap: 5px;
  }
  .menu li a {
    font-size: 14px;
  }
  .menu li.nav-btn a {
    border-radius: 40px;
    gap: 10px;
    padding: 10px 20px 8px;
    font-size: 14px;
  }
  .menu li.nav-btn a i {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .top-header {
    padding: 10px 10px;
  }
  .header-social ul {
    gap: 10px;
  }
  .header-social ul li a {
    font-size: 12px;
  }
  .topHeader-action ul li a {
    font-size: 12px;
    gap: 5px;
  }
  .main-header {
    padding: 10px 0;
  }
  .logo {
    width: 150px;
  }
  .menu {
    gap: 12px;
  }
  .menu li a {
    font-size: 12px;
  }
  .menu li .chv svg {
    width: 6px;
    height: auto;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .menu {
    gap: 12px;
    justify-content: center;
  }
  .topHeader-action ul {
    justify-content: flex-end;
    gap: 15px;
  }
  .header-social ul {
    justify-content: flex-start;
    gap: 15px;
  }
  .menu-Bar span {
    background-color: #7f54b3;
  }
  .menu li.nav-btn a {
    border-radius: 40px;
    gap: 5px;
    padding: 7px 15px 5px;
    font-size: 12px;
  }
  .main-header {
    padding: 5px 0;
  }
  .logo {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #333;
    height: 100vh;
    transition: all 0.4s ease;
    z-index: 3;
    width: 340px;
    max-width: calc(100% - 50px);
    padding: 20px 0px 80px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menu {
    gap: 15px;
    padding: 0 10px;
    justify-content: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .menu li {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu li a {
    color: #fff;
    font-size: 16px;
  }
  .menu li .chv svg {
    width: 9px;
    height: auto;
    margin-bottom: 0;
  }
  .menu li .chv svg path {
    fill: #fff;
  }
  .menu li.nav-btn.last {
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 10px;
    width: 100%;
  }
  .menu li.nav-btn.last a {
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    text-align: center;
    justify-content: center;
    gap: 20px;
    border-radius: 3px;
  }
  header .top-header {
    display: none;
  }
  .dropdown {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
    animation: none !important;
    display: none;
    opacity: 1;
  }
  .dropdown ul li a {
    font-size: 14px;
    padding: 6px 6px 3px;
    font-weight: 400;
    color: #fff !important;
  }
  .show .chv {
    transform: rotate(180deg);
  }
}
footer {
  background: #08082D;
  padding-top: 86px;
  padding-bottom: 40px;
}
footer .footer-cont .footer-cont-top {
  padding-bottom: 80px;
}
footer .footer-cont .footer-cont-top .footer-cont-left h6 {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details {
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details p, footer .footer-cont .footer-cont-top .footer-cont-left .compant-details a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact {
  display: flex;
  align-items: center;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact p {
  width: 60px;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact a {
  font-weight: 300;
}
footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact a:hover {
  color: #7F54B3;
}
footer .footer-cont .footer-cont-top .footer-cont-right {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu h6 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 18px;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a span {
  color: #7F54B3;
  font-size: 12px;
}
footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a:hover {
  color: #7F54B3;
}
footer .footer-cont .footer-cont-bottom ul {
  display: flex;
  align-items: center;
  gap: 44px;
  justify-content: center;
}

.copyright {
  background: #1F1F34;
}
.copyright .copyright-cont {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright .copyright-cont ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.copyright .copyright-cont ul li a {
  color: #A5A5A5;
  font-size: 18px;
}
.copyright .copyright-cont ul li a:hover {
  color: #7F54B3;
}
.copyright .copyright-cont p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 1.42;
}
.copyright .copyright-cont p span {
  color: #999;
  font-weight: 700;
}
.copyright .copyright-cont p a {
  font-size: 14px;
  color: #999;
  text-decoration: underline;
  font-weight: 700;
}
.copyright .copyright-cont p a:hover {
  color: #7F54B3;
}
@media (max-width: 1399px) {
  footer {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu h6 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul {
    gap: 10px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a {
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left h6 {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left .compant-details {
    padding-top: 25px;
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  footer .footer-cont .footer-cont-top .footer-cont-right {
    gap: 15px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a {
    align-items: flex-start;
  }
  .footer-cont-bottom {
    padding: 0 15%;
  }
  .copyright .copyright-cont p {
    font-size: 10px;
    line-height: 1.4;
  }
  .copyright .copyright-cont p a {
    font-size: 1em;
    line-height: 1.4;
  }
  .copyright-img {
    width: 15%;
  }
  .copyright-img img {
    width: 100%;
  }
  .copyright .copyright-cont ul li a {
    font-size: 12px;
  }
  .copyright .copyright-cont ul {
    gap: 12px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left h6 {
    font-size: 20px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left .compant-details p, footer .footer-cont .footer-cont-top .footer-cont-left .compant-details a {
    font-size: 14px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu h6 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .left-img svg {
    width: 120px;
    height: auto;
  }
  .footer-menu {
    flex: 0 0 25%;
  }
  .footer-menu:nth-last-child(1) {
    flex: 0 0 45%;
  }
}
@media (max-width: 991px) {
  footer .footer-cont .footer-cont-top .footer-cont-left .compant-details .company-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu h6 {
    font-size: 14px;
    padding-bottom: 12px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a {
    gap: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right .footer-menu ul li a span {
    font-size: 10px;
  }
  footer .footer-cont .footer-cont-top {
    padding-bottom: 40px;
  }
  .footer-cont-bottom {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-left .compant-details {
    padding-top: 15px;
    gap: 7px;
    padding-bottom: 20px;
  }
  footer .footer-cont .footer-cont-top .footer-cont-right {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer-menu, .footer-menu:nth-last-child(1) {
    flex: 1 0 auto;
  }
  footer .footer-cont .footer-cont-top {
    padding-bottom: 30px;
  }
  .footer-cont-bottom {
    padding: 0 0%;
  }
  footer .footer-cont .footer-cont-bottom ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .copyright .copyright-cont {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  .copyright-img {
    width: 150px;
  }
}
.overlay {
  background-color: rgba(8, 32, 50, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.closingPopUpSha {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 1050px;
  height: auto;
  z-index: 9999999;
  overflow: visible;
  display: none;
  border-radius: 4px;
  max-width: 90%;
  max-height: 97%;
  border-radius: 25px;
  align-items: stretch;
}
.closingPopUpSha .priceCard1-price span {
  color: #e7e7e7;
  font-size: 0.4em;
}
.closingPopUpSha .priceCard1-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 15px 4px 15px;
  color: #fff;
  background: linear-gradient(132deg, #7216FF 22.2%, #F319D2 43.64%, #FF3734 75.42%, #FFD100 109.12%);
  border-radius: 0.2em;
  font-weight: 500;
  margin-top: 5px;
}
.closingPopUpSha .closingPopUpSha-main {
  display: flex;
  align-items: stretch;
}
.closingPopUpSha .popupImage {
  width: 50%;
  position: relative;
}
.closingPopUpSha .popupImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 30px;
}
.closingPopUpSha .popupImage h5 {
  position: absolute;
  top: 60px;
  left: 38px;
  color: #FFF;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.86px;
}
.closingPopUpSha .popupImage h5 span {
  color: #FF3D2E;
}
.closingPopUpSha .popupImage a {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px;
  display: flex;
  align-items: flex-end;
  padding: 25px 35px;
  border-radius: 72px;
  background: #FFF;
  position: absolute;
  bottom: 65px;
  left: -55px;
}
.closingPopUpSha .popupImage a span {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding: 0 23px;
  padding-bottom: 10px;
  margin: 0 10px;
}
.closingPopUpSha .popupImage a span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  bottom: 0;
  left: 0;
}
.closingPopUpSha .popupCont {
  width: 50%;
  padding: 0 38px;
  background: #FFF;
  position: relative;
  border-radius: 0 30px 30px 0;
}
.closingPopUpSha .popupCont .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.closingPopUpSha .popupCont .close-btn i {
  font-size: 30px;
  font-weight: 400;
}
.closingPopUpSha .popupCont .popup-all-cont {
  padding-top: 55px;
  background: #F7F7F7;
}
.closingPopUpSha .popupCont .popup-all-cont h5 {
  color: #333;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0 28px;
  padding-bottom: 15px;
}
.closingPopUpSha .popupCont .popup-all-cont h6 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding: 0 30px;
  padding-bottom: 24px;
}
.closingPopUpSha .popupCont .popup-all-cont p {
  color: #FF3D2E;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  padding: 10px;
  background: #000;
}
.closingPopUpSha .popupCont .popup-all-cont form {
  padding: 50px 35px;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field {
  padding-bottom: 15px;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field input, .closingPopUpSha .popupCont .popup-all-cont form .popup-field textarea {
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #F7F7F7;
  width: 100%;
}
.closingPopUpSha .popupCont .popup-all-cont form .popup-field textarea {
  height: 100px;
  resize: none;
}
.closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button {
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  color: #FFF;
  background-color: #7216FF;
  transition: all 0.4s ease-in-out;
}
.closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button:hover {
  background-color: #7f54b3;
}

@media (max-width: 1399px) {
  .closingPopUpSha .popupCont .popup-all-cont h5 {
    font-size: 42px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h6 {
    font-size: 20px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h6 br {
    display: none;
  }
  .closingPopUpSha .popupCont .popup-all-cont p {
    font-size: 18px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form {
    padding: 30px 25px;
  }
  .closingPopUpSha .popupImage h5 {
    font-size: 40px;
  }
  .closingPopUpSha .popupImage a {
    font-size: 22px;
  }
  .closingPopUpSha .popupImage a span {
    font-size: 18px;
    padding: 0 18px;
    padding-bottom: 10px;
  }
  .closingPopUpSha .popupCont .popup-all-cont {
    padding-top: 40px;
  }
  .closingPopUpSha .popupImage a {
    padding: 20px 30px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .closingPopUpSha .popupCont, .closingPopUpSha .popupCont .popup-all-cont {
    border-radius: 10px;
  }
  .closingPopUpSha .popupImage {
    display: none;
  }
  .closingPopUpSha .popupCont {
    width: 100%;
    padding: 0;
  }
  .closingPopUpSha .popupCont .popup-all-cont h5 {
    font-size: 34px;
  }
  .closingPopUpSha .popupCont .popup-all-cont p {
    font-size: 16px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button {
    font-size: 20px;
    padding: 15px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popup-field input, .closingPopUpSha .popupCont .popup-all-cont form .popup-field textarea {
    padding: 12px;
    font-size: 14px;
    border-radius: 5px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popup-field {
    padding-bottom: 10px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form {
    padding: 15px;
  }
  .closingPopUpSha .popupCont .popup-all-cont form .popupFormBtn button {
    font-size: 16px;
    padding: 15px;
  }
  .closingPopUpSha .popupCont .popup-all-cont {
    text-align: center;
  }
  .closingPopUpSha .popupCont .popup-all-cont h6 {
    font-size: 14px;
    padding: 0 35px;
    padding-bottom: 10px;
  }
  .closingPopUpSha .popupCont .popup-all-cont h5 {
    font-size: 24px;
    padding: 5px 25px 5px;
  }
  .closingPopUpSha .popupCont .close-btn {
    right: 6px;
    top: 5px;
  }
  .closingPopUpSha .popupCont .close-btn i {
    font-size: 20px;
  }
  .closingPopUpSha .popupCont .popup-all-cont {
    padding-top: 30px;
  }
  .closingPopUpSha .popupCont .popup-all-cont p {
    font-size: 14px;
  }
}
/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0;
  background-image: url(../images/banner/home-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.mainBanner.emailMarketingBanner {
  background-image: url(../images/banner/email-marketing.jpg);
}
.mainBanner.seoBanner {
  background-image: url(../images/banner/seo.jpg);
}
.mainBanner.socialMediaBanner {
  background-image: url(../images/banner/social-media.jpg);
}
.mainBanner.instagramBanner {
  background-image: url(../images/banner/instagram-bg.jpg);
}
.mainBanner.facebookBanner {
  background-image: url(../images/banner/facebook.jpg);
}
.mainBanner.ticktokBanner {
  background-image: url(../images/banner/ticktok.png);
}
.mainBanner .mainBanner-img {
  font-size: 0;
}
.mainBanner .maniBanner-cont {
  padding-right: 60px;
}
.mainBanner .maniBanner-cont h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}
.mainBanner .maniBanner-cont h1 b {
  font-weight: 700;
}
.mainBanner .maniBanner-cont h1 i {
  color: #FFD100;
  font-weight: 700;
}
.mainBanner .maniBanner-cont p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 40px;
}
.mainBanner .maniBanner-cont p b {
  font-weight: 700;
}
.mainBanner .maniBanner-cont .mn-groupBtn {
  padding-top: 40px;
}
.mainBanner .maniBanner-cont img {
  margin-top: 40px;
}
.mainBanner .maniBanner-cont.light h1, .mainBanner .maniBanner-cont.light p {
  color: #1e1e1e;
}

.topSection {
  padding: 25px 0;
  border-bottom: 1px solid #F1F1F1;
}
.topSection h4.hd5 {
  color: var(--Dark, #000);
  font-weight: 500;
}
.topSection ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.sec1-card {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 10px;
}
.sec1-card .icon {
  height: 70px;
}
.sec1-card .icon svg, .sec1-card .icon img {
  max-height: 100%;
}
.sec1-card .cont {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.rankSection {
  background-color: #08082D;
  padding: 70px 0;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}
.rankSection .after {
  position: absolute;
}
.rankSection .container {
  position: relative;
}
.rankSection.facebook .mn-hd .hd-lg.txt-gradient {
  background: none;
  -webkit-text-fill-color: #1A74E4;
}
.rankSection.ticktok .mn-hd .hd-lg.txt-gradient {
  background: none;
  -webkit-text-fill-color: #fff;
}
.rankSection.em-rankSection {
  background-image: url(../images/email-marketing/rankSec-bg.png);
}
.rankSection.em-rankSection .after {
  bottom: calc(100% + 70px);
  right: -10px;
}
.rankSection.seo-rankSection {
  background-image: url(../images/seo/rankSec-bg.jpg);
}
.rankSection.seo-rankSection .after {
  bottom: calc(100% + 0px);
  right: -8.5vw;
}
.rankSection.socialMedia-rankSection {
  background-image: url(../images/social-media/rankSec-bg.jpg);
}
.rankSection.socialMedia-rankSection .after {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0px;
  bottom: 0px;
  right: -10vw;
  margin: auto;
}

.challegeSec-card {
  border-radius: 30px;
  border: 1px solid #808799;
  background: #FFF;
  padding: 60px 30px 55px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.challegeSec-card .p18 {
  color: #666;
}
.challegeSec-card ul {
  list-style: disc;
  padding-left: 15px;
}
.challegeSec-card ul li {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 5px;
}
.challegeSec-card a.white {
  padding: 0;
}
.challegeSec-card a.white:hover {
  background-color: transparent;
  color: #7f54b3;
}

.section2 {
  background-color: #08082D;
}
.section2 .sec2-main {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.section2 .sec2-cardGroup {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  height: 100%;
}

.sec2-card {
  border-radius: 30px;
  background: #FFF;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: center;
}
.sec2-card.v2 {
  padding: 40px;
}
.sec2-card .row {
  row-gap: 40px;
}
.sec2-card .hd-sm {
  color: #999;
  padding-bottom: 15px;
}
.sec2-card .p18 {
  padding-top: 30px;
}

.sec3-card {
  border-radius: 30px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  display: flex;
  padding: 60px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 54px;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
}
.sec3-card .sec3-cardHead {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.sec3-card .sec3-cardHead .icon {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec3-card .sec3-cardHead .icon svg, .sec3-card .sec3-cardHead .icon img {
  max-width: 100%;
  max-height: 100%;
}
.sec3-card .sec3-cardBody ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  row-gap: 20px;
}
.sec3-card .sec3-cardBody ul li {
  flex: 0 0 50%;
  padding: 0 5px;
  display: flex;
  gap: 20px;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.sec3-card .sec3-cardBody ul li i {
  font-size: 0.8em;
  color: #7f54b3;
  padding-top: 2px;
}

.section4 {
  background-color: #08082D;
}

.sec4-card {
  border-radius: 20px;
  border: 1px solid #999;
  background: #FFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 45px;
  height: 100%;
}
.sec4-card .img img {
  width: 100%;
}
.sec4-card .cont {
  padding: 0 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sec4-card .cont p {
  color: #666;
}
.sec4-card .cont .getBtn {
  margin-top: 15px;
}

.focuSection {
  position: relative;
}
.focuSection .focuSec-main {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.focuSec-hd .hd5 {
  color: #666;
}

.focuSec-card {
  --focuWidth: 225px;
  border-radius: 30px;
  background: linear-gradient(106deg, #FFF 3.29%, #CDD8E2 100.05%);
  width: 1750px;
  max-width: 95vw;
  margin: auto;
  padding: 30px 0;
  position: sticky;
  top: 30px;
}
.focuSec-card .cont {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-right: 40px;
}
.focuSec-card .cont .hd-md, .focuSec-card .cont p {
  color: #000333;
}
.focuSec-card:nth-child(2) {
  top: 60px;
  background: linear-gradient(288deg, #FFF5E9 2.84%, #F5F5F5 89.8%), linear-gradient(287deg, #C9E9FF 19.98%, #F5F5F5 97.25%);
}
.focuSec-card:nth-child(3) {
  top: 90px;
  background: linear-gradient(287deg, #DBFFD8 19.98%, #F5F5F5 97.25%), linear-gradient(288deg, #FFF5E9 2.84%, #F5F5F5 89.8%), linear-gradient(287deg, #C9E9FF 19.98%, #F5F5F5 97.25%);
}
.focuSec-card:nth-child(4) {
  top: 120px;
  background: linear-gradient(287deg, #FEFFC2 19.98%, #F5F5F5 97.25%), linear-gradient(287deg, #DBFFD8 19.98%, #F5F5F5 97.25%), linear-gradient(288deg, #FFF5E9 2.84%, #F5F5F5 89.8%), linear-gradient(287deg, #C9E9FF 19.98%, #F5F5F5 97.25%);
}

.sec5-img {
  aspect-ratio: 1/2;
  text-align: center;
}
.sec5-img img {
  height: 100%;
}

.sec6-hd p {
  padding-bottom: 30px;
}

.sec6-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 26px 30px;
  border-radius: 15px;
  border: 1px solid #cecece;
  height: 100%;
}
.sec6-card .count span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  place-content: center;
  border-radius: 50%;
  background: var(--Color-2, linear-gradient(132deg, #7216FF 17.2%, #F319D2 38.64%, #FF3734 70.42%, #FFD100 91.12%));
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #fff;
  padding-top: 4px;
}
.sec6-card .cont {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sec6-card .cont .hd5, .sec6-card .cont .p18 {
  color: #000333;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion li {
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #000;
}
.accordion li.active i {
  transform: rotate(180deg);
}
.accordion li.active i:before {
  content: "\f068";
  color: #7216FF;
}
.accordion li .acc_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  color: #303A42;
  padding-right: 30px;
}
.accordion li .acc_title i {
  color: #000;
  font-size: 1em;
  transition: 0.35s ease-out;
  font-weight: 500;
}
.accordion li .acc_desc {
  padding-top: 30px;
}
.accordion li .acc_desc p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
  color: #A3A3A3;
}
.accordion li .acc_desc p b {
  font-weight: 700;
}
.accordion li .acc_desc ul li {
  background-color: #FFF;
  border-bottom: 0px solid transparent;
  color: #A3A3A3;
  border-top: 0px solid transparent;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 15px;
}

.darkSec {
  background: #08082D;
}
.darkSec .faqSec-body .accordion li {
  border-bottom: 1px solid #fff;
}
.darkSec .faqSec-body .accordion li .acc_title {
  color: #FFF;
}
.darkSec .faqSec-body .accordion li .acc_title i {
  color: #FFF;
}
.darkSec .faqSec-body .accordion li .acc_desc p {
  color: #A3A3A3;
}
.darkSec .faqSec-body .accordion li .acc_desc ul li {
  background-color: #FFF;
  color: #A3A3A3;
}

.ctaSection {
  background: var(--Color-2, linear-gradient(132deg, #7216FF 17.2%, #F319D2 38.64%, #FF3734 70.42%, #FFD100 91.12%));
}
.ctaSection .ctaSec-img {
  margin-bottom: -1px;
  margin-top: -100px;
  width: 140%;
  margin-left: -40px;
}
.ctaSection .ctaSec-cont .hd-md {
  padding-bottom: 25px;
}
.ctaSection .ctaSec-cont .hd4 {
  padding-bottom: 70px;
}
.ctaSection .ctaSec-form {
  display: flex;
}
.ctaSection .ctaSec-form input {
  border-radius: 72px;
  background: #FFF;
  height: 80px;
  width: 100%;
  padding: 30px 150px 25px 65px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.ctaSection .ctaSec-form button {
  margin-left: -100px;
  border-radius: 63px;
  background: #000;
  width: 300px;
  height: 80px;
  color: #F6F4EF;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.ctaSection .ctaSec-form button:hover {
  background-color: #08082D;
}

.reviewSec-main .slick-list, .trustSec-main .slick-list {
  overflow: visible;
}

.reviewCard {
  border-radius: 15px;
  background: #2C2C43;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  flex-direction: column;
  gap: 30px;
}
.reviewCard .icon {
  height: 60px;
}
.reviewCard .icon img, .reviewCard .icon svg {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviewCard .cont {
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.reviewCard .cont .p16 {
  color: #939393;
}
.reviewCard .foot {
  border-top: 1px solid #FFF;
  padding-top: 30px;
}
.reviewCard .foot .p16, .reviewCard .foot .p14 {
  color: #fff;
}
.reviewCard .foot .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.reviewCard .foot .rating span {
  margin-top: -2px;
  color: #1CBD87;
  font-size: 0.8em;
}

.reviewSec-inner-main .reviewCard .cont {
  height: auto;
  max-height: 250px;
}

.contactSection {
  background: #DADADA;
}
.contactSection .contactSec-cont {
  padding: 80px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactSection .contactSec-cont .hd-sm {
  opacity: 0.6;
  padding-bottom: 25px;
}
.contactSection .contactSec-cont .hd-md {
  color: #000;
  padding-bottom: 30px;
}
.contactSection .contactSec-cont p {
  color: #000;
  padding-bottom: 20px;
}
.contactSection .contactSec-cont .hd5 {
  color: #000;
  letter-spacing: -0.48px;
  padding-bottom: 20px;
}
.contactSection .contactSec-cont .getBtn {
  font-size: 35px;
}
.contactSection .contactSec-form {
  background: #FFF;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 90px 40px;
  width: 90%;
  margin: auto;
  margin-right: 0;
}
.contactSection .contactSec-form-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contactSection .contactSec-form-main .hd-md {
  padding-bottom: 10px;
}
.contactSection .contactSec-form .contactSecF-feild input {
  height: 50px;
  width: 100%;
  border-bottom: 2px solid #EBEBEB;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.contactSection .contactSec-form .contactSecF-button button {
  border-radius: 100px;
  padding: 24px 45px 20px;
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.contactSection .contactSec-form .contactSecF-button button:hover {
  background-color: #08082D;
}
.contactSection .contactSec-form .contactSecF-button .contactSecF-dec p {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.contactSection .contactSec-form .contactSecF-button .contactSecF-dec a {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.contactSection .contactSec-form .contactSecF-button .contactSecF-dec a:hover {
  color: #7f54b3;
}

.reviewSec1-hd {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.reviewSec1-hd .hd4 {
  color: #666;
}

.reviewSec1-main .slick-list {
  padding: 0 !important;
}
.reviewSec1-main .slick-prev, .reviewSec1-main .slick-next {
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 20px;
  display: grid;
  place-content: center;
  place-items: center;
  background: #F1F1F1;
  color: #000;
  border-radius: 50%;
}
.reviewSec1-main .slick-next {
  right: -80px;
}
.reviewSec1-main .slick-prev {
  left: -100px;
}
.reviewSec1-main .slick-next:before {
  color: #000;
  content: "\f061";
}
.reviewSec1-main .slick-prev:before {
  color: #000;
  content: "\f060";
}

.reviewSec1-card {
  padding: 20px 70px;
  border-left: 1px solid #6ADFD7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
.reviewSec1-card .reviewSec1-cardRating {
  display: flex;
  gap: 8px;
  font-size: 30px;
  color: #ffc425;
}
.reviewSec1-card p {
  color: #666;
}

.reviewSec1-bottom .hd4 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.reviewSec1-bottom .hd4 span {
  font-size: 1.3em;
  color: #6adfd7;
}

.planSec-main {
  overflow: hidden;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 20.3px 0px rgba(0, 0, 0, 0.25);
}

.planSec-left {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #808799;
  height: 100%;
}
.planSec-leftHead {
  display: flex;
  padding: 40px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background: var(--Dark, #000);
}
.planSec-leftHead h6 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.planSec-leftHead h6 span {
  opacity: 0.55;
  font-size: 0.4em;
  color: #d9d9d9;
}
.planSec-leftBody {
  display: flex;
  padding: 40px 55px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.planSec-leftBody ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.planSec-leftBody ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.planSec-leftBody ul li .head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.planSec-leftBody ul li .head .icon {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
}
.planSec-leftBody ul li .head .icon svg, .planSec-leftBody ul li .head .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.planSec-leftBody ul li .head .p18 {
  font-weight: 700;
}
.planSec-leftBody ul li .body .p18 {
  color: #666;
}

.planSec-right {
  display: flex;
  gap: 50px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 40px;
}
.planSec-right .mn-hd .hd5 {
  color: #000;
  font-weight: 700;
}
.planSec-right ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.planSec-right ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: var(--Dark, #000);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.planSec-right ul li .icon {
  flex: 0 0 20px;
  width: 20px;
  height: 22px;
  font-size: 0;
  margin-top: -2px;
}
.planSec-right ul li .icon img, .planSec-right ul li .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.planSec-left2 {
  padding: 55px;
  height: 100%;
  display: flex;
  align-items: center;
}
.planSec-left2 .planSec-left2Body {
  width: 100%;
}
.planSec-left2 .accordion {
  width: 100%;
}
.planSec-left2 .accordion li {
  padding: 20px 0;
  width: 100%;
  border-bottom: none !important;
}
.planSec-left2 .accordion li.active i {
  transform: rotate(180deg);
}
.planSec-left2 .accordion li .acc_title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding-right: 0;
}
.planSec-left2 .accordion li .acc_title i::before, .planSec-left2 .accordion li .acc_title i::after {
  display: none !important;
}
.planSec-left2 .accordion li .acc_desc {
  padding-top: 30px;
}
.planSec-left2 .accordion li .acc_desc p {
  font-size: 18px;
  color: #666;
}
.planSec-left2 .accordion li .acc_desc p b {
  font-weight: 700;
}
.planSec-left2 .accordion li .acc_desc ul li {
  background-color: #FFF;
  color: #666;
  font-size: 18px;
}

.planSec-right2 {
  background-color: #08082D;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  height: 100%;
}
.planSec-right2 ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  margin: 0 -10px;
}
.planSec-right2 ul li {
  flex: 0 0 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.planSec-right2 ul li .cont {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  justify-content: space-between;
}
.planSec-right2 ul li .cont .hd-md {
  flex-shrink: 0;
  text-wrap: nowrap;
}
.planSec-right2 ul li p {
  color: #fff;
}
.planSec-right2 ul li span {
  color: #F9E887 !important;
}

.innerSec1-nav ul li {
  padding: 25px 10px 20px;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
  border-bottom: 1px solid #C0C0C0;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.innerSec1-nav ul li:hover {
  background-color: #EBEBEB;
}
.innerSec1-nav ul li.current {
  background-color: #e4e4ff;
}

.innerSec1-right {
  display: flex;
}

.innerSec1-cont {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0 20px;
  max-width: 60%;
  flex: 0 0 50%;
}
.innerSec1-cont .head {
  display: flex;
  align-items: center;
  gap: 35px;
}
.innerSec1-cont .head .icon {
  width: 60px;
  flex: 0 0 60px;
}
.innerSec1-cont .head .icon img, .innerSec1-cont .head .icon svg {
  max-width: 100%;
}
.innerSec1-cont .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.innerSec1-cont .body p, .innerSec1-cont .body li {
  color: #666;
  font-weight: 400;
}
.innerSec1-cont .body p a, .innerSec1-cont .body li a {
  color: inherit;
  font-size: 1em;
  text-decoration: underline;
}
.innerSec1-cont .body p a:hover, .innerSec1-cont .body li a:hover {
  color: #000;
}
.innerSec1-cont .body li {
  font-size: 20px;
  padding-bottom: 10px;
  line-height: normal;
}
.innerSec1-cont .body li.last {
  padding-bottom: 0;
}
.innerSec1-cont .body ul {
  list-style: disc;
  padding-left: 15px;
}

.seoSec1-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.seoSec1-card .cont {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.seoSec1-card .cont a {
  display: inline-flex;
  gap: 10px;
  color: #7216FF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.seoSec1-card .cont a:hover {
  color: #08082D;
}
.seoSec1-card .cont ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  padding-left: 15px;
  font-size: 20px;
  color: #7216FF;
}

.sec1-cont {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sec1-cont .innerSec1-list {
  padding-top: 10px;
}

.innerSec1-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.innerSec1-listItmes {
  display: flex;
  gap: 20px;
}
.innerSec1-listItmes .icon {
  flex: 0 0 60px;
}
.innerSec1-listItmes .icon span {
  width: 60px;
  height: 60px;
}
.innerSec1-listItmes .icon svg, .innerSec1-listItmes .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.aboutBanner .aboutBanner-cont {
  padding-right: 30%;
}
.aboutBanner .aboutBanner-cont .hd1 em {
  font-size: 1.2em;
  color: #000;
}
.aboutBanner .aboutBanner-img {
  height: 100%;
  align-items: flex-end;
  display: flex;
}
.aboutBanner .aboutBanner-img img {
  width: 100%;
}
.aboutBanner .aboutBanner-img1 {
  height: 100%;
  align-items: flex-start;
  display: flex;
}
.aboutBanner .aboutBanner-img1 img {
  width: 100%;
}

.aboutSec1-cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aboutSec1-cont p {
  color: #333;
  font-weight: 400;
}

.aboutSection2 {
  position: relative;
}
.aboutSection2 .aboutSec2-after {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.aboutSection2 .aboutSec2-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutSection2 .aboutSec2-main {
  background: #F5F5F5;
}
.aboutSection2 .aboutSec2-main .aboutSec2-cont .hd-lg em {
  font-size: 1.4em;
}

.innerBanner {
  background-color: #000;
  min-height: 450px;
  display: flex;
  align-items: center;
}

.pricingSec1-main .planSec-left {
  border-radius: 15px;
  border: 1px solid #808799;
  background: #FFF;
  overflow: hidden;
}
.pricingSec1-main .planSec-left .planSec-leftHead .themeBtn {
  background: var(--Color-2, linear-gradient(132deg, #7216FF 17.2%, #F319D2 38.64%, #FF3734 70.42%, #FFD100 91.12%));
}
.pricingSec1-main .planSec-left .planSec-leftHead .themeBtn:hover {
  transform: scale(1.05);
}
.pricingSec1-main .planSec-left .planSec-leftBody {
  padding: 50px 30px;
}

.contactInnerSection .contactSec-cont {
  padding: 0;
}
.contactInnerSection .contactSec-form {
  padding: 40px 38px;
  border: 1px solid #D1D1D1;
  background: #FFF;
}

@media (max-width: 1399px) {
  .w-120 {
    width: 101% !important;
  }
  .mainBanner .maniBanner-cont h1 {
    font-size: 40px;
  }
  .mainBanner .maniBanner-cont .mn-groupBtn {
    padding-top: 20px;
  }
  .mainBanner .maniBanner-cont p {
    font-size: 18px;
    padding-top: 25px;
  }
  .mainBanner .maniBanner-cont img {
    margin-top: 25px;
  }
  .mainBanner .maniBanner-cont {
    padding-right: 30px;
  }
  .mainBanner {
    padding: 70px 0;
  }
  .mn-hd .hd-lg {
    font-size: 50px;
  }
  .mn-hd .hd-md {
    font-size: 30px;
  }
  .mn-hd .hd-sm {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .mn-hd .hd1 {
    font-size: 40px;
  }
  .mn-hd .hd2 {
    font-size: 32px;
  }
  .mn-hd .hd3 {
    font-size: 28px;
  }
  .mn-hd .hd4 {
    font-size: 24px;
    line-height: 1.1;
  }
  .mn-hd .hd5 {
    font-size: 20px;
    line-height: 1.2;
  }
  .mn-hd p {
    font-size: 18px;
    line-height: 1.4;
  }
  .mn-hd p.p18 {
    font-size: 16px;
  }
  .mn-hd p.p16 {
    font-size: 14px;
  }
  .mn-hd p.p14 {
    font-size: 12px;
  }
  .sec1-card {
    gap: 30px;
  }
  .sec1-card .icon {
    height: 50px;
  }
  .sec1-card .cont {
    gap: 20px;
  }
  .sec-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec-padB {
    padding-bottom: 40px;
  }
  .sec-padT {
    padding-top: 40px;
  }
  .sec-full-pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec-full-padT {
    padding-top: 80px;
  }
  .sec-full-padB {
    padding-bottom: 80px;
  }
  .sec-mar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sec-marT {
    margin-top: 40px;
  }
  .sec-marB {
    margin-bottom: 40px;
  }
  .hd-pad {
    padding-bottom: 35px;
  }
  .getBtn {
    font-size: 18px;
    gap: 20px;
  }
  .contactSection .contactSec-cont .getBtn {
    font-size: 30px;
  }
  .contactSection .contactSec-form .contactSecF-button button {
    padding: 20px 35px 16px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ctaSection .ctaSec-cont .hd4 {
    padding-bottom: 40px;
  }
  .planSec-left2 {
    padding: 20px;
  }
  .planSec-left2 .accordion li .acc_title {
    font-size: 18px;
  }
  .accordion li .acc_title i svg {
    width: 20px;
    height: auto;
  }
  .planSec-left2 .accordion li .acc_desc p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .themeBtn {
    padding: 15px 30px 13px;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .chatBtn {
    gap: 5px;
    font-size: 18px;
    line-height: 1;
  }
  .chatBtn span {
    font-size: 0.6em;
    line-height: 1;
    gap: 5px;
  }
  .getBtn {
    font-size: 16px;
    gap: 10px;
  }
  .getBtn svg {
    width: 12px;
    height: auto;
  }
  .challegeSec-card {
    border-radius: 10px;
    padding: 30px 15px 30px;
    gap: 20px;
  }
  .challegeSec-card ul li {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .sec2-card,
  .sec2-card.v2 {
    border-radius: 10px;
    padding: 20px;
    gap: 15px;
  }
  .section2 .sec2-main,
  .section2 .sec2-cardGroup {
    gap: 24px;
  }
  .sec3-card {
    border-radius: 10px;
    padding: 20px 15px;
    gap: 20px;
  }
  .sec3-card .sec3-cardBody ul {
    row-gap: 10px;
  }
  .sec3-card .sec3-cardBody ul li {
    gap: 10px;
    font-size: 16px;
  }
  .rowGap42 {
    row-gap: 24px;
  }
  .sec4-card {
    border-radius: 10px;
    gap: 25px;
  }
  .sec4-card .cont {
    padding: 0 15px 15px;
    gap: 15px;
  }
  .focuSec-card .cont {
    gap: 25px;
    padding-right: 0px;
  }
  .sec6-card {
    gap: 20px;
    padding: 15px 20px;
    border-radius: 10px;
  }
  .ctaSection .ctaSec-img {
    margin-bottom: -1px;
    margin-top: -60px;
    width: 110%;
    margin-left: 0px;
  }
  .ctaSection .ctaSec-cont .hd-md {
    padding-bottom: 10px;
  }
  .ctaSection .ctaSec-cont .hd4 {
    padding-bottom: 25px;
  }
  .ctaSection .ctaSec-form input {
    height: 60px;
    padding: 20px 150px 15px 30px;
    font-size: 16px;
  }
  .ctaSection .ctaSec-form button {
    margin-left: -60px;
    width: 250px;
    height: 60px;
    font-size: 16px;
  }
  .reviewCard {
    border-radius: 5px;
    padding: 15px;
    gap: 15px;
  }
  .reviewCard .icon {
    height: 40px;
  }
  .reviewCard .cont {
    height: 200px;
  }
  .reviewCard .foot {
    padding-top: 10px;
  }
  .contactSection .contactSec-cont .getBtn {
    font-size: 20px;
  }
  .contactSection .contactSec-cont .getBtn svg {
    width: 22px;
  }
  .rankSection {
    background-image: none !important;
  }
  .rankSection .after {
    display: none !important;
  }
  .rankSection .row {
    justify-content: center;
  }
  .rankSection .row .mn-hd .hd1 {
    text-align: center;
  }
  .innerSec1-nav ul li {
    padding: 20px 10px 17px;
    font-size: 20px;
    line-height: 1.1;
  }
  .innerSec1-cont {
    gap: 15px;
    padding: 0 15px 0 0;
    max-width: 60%;
    flex: 0 0 60%;
  }
  .innerSec1-cont .head {
    gap: 10px;
  }
  .innerSec1-cont .head .icon {
    width: 40px;
    flex: 0 0 40px;
  }
  .planSec-right2 {
    padding: 20px 15px;
    gap: 30px;
  }
  .planSec-right2 ul {
    row-gap: 30px;
  }
  .planSec-right2 ul li .cont {
    gap: 10px;
  }
  .planSec-left2 .accordion li {
    padding: 12px 0;
  }
  .planSec-left2 .accordion li .acc_title {
    font-size: 16px;
  }
  .accordion li .acc_title i svg {
    width: 12px;
  }
  .planSec-left2 .accordion li .acc_desc {
    padding-top: 10px;
  }
  .planSec-left2 .accordion li .acc_desc p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .themeBtn {
    padding: 12px 20px 10px;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
  }
  .telBtn {
    gap: 10px;
    font-size: 14px;
    line-height: 0.8;
  }
  .mainBanner .maniBanner-cont h1 {
    font-size: 26px;
  }
  .mainBanner .maniBanner-cont p {
    font-size: 14px;
    padding-top: 25px;
  }
  .mainBanner {
    padding: 40px 0;
  }
  .topSection {
    padding: 10px 0;
  }
  .topSection .row {
    align-items: center;
  }
  .sec1-card {
    gap: 15px;
  }
  .sec1-card .cont {
    gap: 10px;
  }
  .rankSection {
    padding: 40px 0;
  }
  .challegeSec-card ul li {
    font-size: 12px;
  }
  .getBtn {
    font-size: 14px;
    gap: 5px;
  }
  .mn-groupBtn {
    gap: 10px;
    flex-wrap: wrap;
  }
  .getBtn svg {
    width: 10px;
    height: auto;
  }
  .sec2-card, .sec2-card.v2 {
    border-radius: 5px;
    padding: 15px;
    gap: 10px;
  }
  .sec2-card .p18 {
    padding-top: 10px;
  }
  .sec3-card .sec3-cardHead .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  .sec3-card .sec3-cardBody ul li {
    gap: 10px;
    font-size: 14px;
    flex: 0 0 100%;
  }
  .sec6-hd p {
    padding-bottom: 10px;
  }
  .sec6-card .count span {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding-top: 4px;
  }
  .sec6-card {
    gap: 10px;
    padding: 15px;
  }
  .pb-3 {
    padding-bottom: 0.5rem !important;
  }
  .accordion li {
    padding: 10px 0;
  }
  .accordion li .acc_title {
    gap: 5px;
    font-size: 14px;
    line-height: 1.2;
    padding-right: 0px;
  }
  .accordion li .acc_desc {
    padding-top: 10px;
  }
  .accordion li .acc_desc p {
    font-size: 12px;
    line-height: 1.4;
  }
  .ctaSection .ctaSec-img {
    margin-bottom: -1px;
    margin-top: -30px;
    width: 100%;
    margin-left: 0px;
  }
  .reviewCard .cont {
    height: 150px;
  }
  .contactSection .contactSec-form-main {
    gap: 15px;
  }
  .contactSection .contactSec-form {
    padding: 40px 15px;
    width: 100%;
  }
  .contactSection .contactSec-form .contactSecF-button .contactSecF-dec p {
    font-size: 14px;
    padding-right: 35px;
    line-height: 1.4;
  }
  .contactSection .contactSec-form .contactSecF-button .contactSecF-dec p a {
    font-size: 1em;
  }
  .contactSection .contactSec-form .contactSecF-feild input {
    height: 35px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
  }
  .contactSection .contactSec-form .contactSecF-button button {
    padding: 12px 20px 11px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .contactSection .contactSec-cont {
    padding: 40px 0;
  }
  .trustSec-main img {
    aspect-ratio: 1.1/0.8;
    height: 70px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .getBtn {
    font-size: 14px;
    gap: 10px;
  }
  .planSec-right2 ul li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    gap: 0px;
  }
  .planSec-right2 ul {
    row-gap: 12px;
  }
  .planSec-main {
    border-radius: 15px;
  }
  .mn-hd .hd-lg {
    font-size: 32px;
  }
  .mn-hd .hd-md {
    font-size: 24px;
  }
  .mn-hd .hd-sm {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .mn-hd .hd1 {
    font-size: 26px;
  }
  .mn-hd .hd2 {
    font-size: 23px;
  }
  .mn-hd .hd3 {
    font-size: 20px;
  }
  .mn-hd .hd4 {
    font-size: 18px;
    line-height: 1.1;
  }
  .mn-hd .hd5 {
    font-size: 16px;
    line-height: 1.2;
  }
  .mn-hd p {
    font-size: 14px;
    line-height: 1.4;
  }
  .mn-hd p.p18 {
    font-size: 14px;
  }
  .mn-hd p.p16 {
    font-size: 12px;
  }
  .sec-pad {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sec-padB {
    padding-bottom: 20px;
  }
  .sec-padT {
    padding-top: 20px;
  }
  .sec-full-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec-full-padT {
    padding-top: 40px;
  }
  .sec-full-padB {
    padding-bottom: 40px;
  }
  .sec-mar {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sec-marT {
    margin-top: 20px;
  }
  .sec-marB {
    margin-bottom: 20px;
  }
  .hd-pad {
    padding-bottom: 15px;
  }
  .getBtn {
    font-size: 18px;
    gap: 20px;
  }
  .padX5 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX8 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX10 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX12 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX15 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX18 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .padX20 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .pr60 {
    padding-right: 0px;
  }
  .pl60 {
    padding-left: 0px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pb50 {
    padding-bottom: 15px;
  }
  .pb70 {
    padding-bottom: 20px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pt35 {
    padding-top: 15px;
  }
  .pt70 {
    padding-top: 20px;
  }
  .pt120 {
    padding-top: 25px;
  }
  .innerBanner {
    min-height: 250px;
  }
  .planSec-leftHead {
    padding: 15px 10px;
    gap: 10px;
  }
  .planSec-leftHead h6 {
    font-size: 28px;
    gap: 5px;
  }
  .planSec-leftBody {
    padding: 20px 15px;
    gap: 15px;
  }
  .planSec-leftBody ul li .head .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  .planSec-leftBody ul li .head {
    gap: 10px;
  }
  .planSec-leftBody ul {
    gap: 15px;
  }
  .planSec-right {
    gap: 15px;
    padding: 20px 15px;
  }
  .planSec-right ul li {
    gap: 10px;
    font-size: 14px;
  }
  .planSec-right ul {
    gap: 15px;
  }
  .planSec-right ul li .icon {
    flex: 0 0 10px;
    width: 10px;
    height: 15px;
    margin-top: -2px;
  }
  .innerSec1-nav ul li {
    padding: 10px 10px 7px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .seoSec1-main .row {
    row-gap: 24px;
  }
  .mainBanner .row {
    row-gap: 24px;
  }
  .seoSec1-card .cont a {
    gap: 7px;
    font-size: 12px;
  }
  .seoSec1-card .cont {
    gap: 10px;
  }
  .seoSec1-card .cont ul {
    gap: 8px;
    padding-left: 15px;
    font-size: 15px;
  }
  .seoSec1-card {
    gap: 15px;
  }
  .sec1-cont {
    gap: 10px;
  }
  .innerSec1-list {
    gap: 15px;
  }
  .innerSec1-listItmes {
    gap: 10px;
  }
  .innerSec1-listItmes .icon img, .innerSec1-listItmes .icon svg {
    width: 100%;
    height: auto;
  }
  .innerSec1-listItmes .icon span {
    max-width: 100%;
    width: 100%;
  }
  .obr4 {
    order: 4;
  }
  .innerSec1-listItmes .icon {
    flex: 0 0 40px;
  }
  .closingPopUpSha .priceCard1-price {
    gap: 5px;
    padding: 6px 8px 4px 8px;
  }
  .innerSec1-cont .body {
    gap: 10px;
  }
  .innerSec1-main .row {
    row-gap: 24px;
  }
  .innerSec1-nav ul {
    display: flex;
    overflow: auto;
    max-width: 100%;
  }
  .innerSec1-nav ul::-webkit-scrollbar {
    width: 7px;
    height: 0;
  }
  .innerSec1-nav ul li {
    padding: 10px 10px 7px;
    font-size: 12px;
    flex: 1 0 auto;
    text-wrap: nowrap;
  }
  .innerSec1-right {
    flex-wrap: wrap;
    gap: 24px;
  }
  .innerSec1-cont {
    gap: 15px;
    padding: 0 0px 0 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mainBanner .maniBanner-cont {
    padding-right: 0px;
  }
  .contactInnerSection .contactSec-cont {
    padding-top: 0;
  }
  .topSection h4.hd5 {
    text-align: center;
    padding-bottom: 10px;
  }
  .rankSec-main .row {
    row-gap: 20px;
  }
  .sec2-main .row {
    row-gap: 24px;
  }
  .sec5-main .row {
    row-gap: 24px;
  }
  .faqSec-main .row {
    row-gap: 3px;
  }
  .ctaSection {
    padding: 40px 0;
  }
  .ctaSection .ctaSec-img {
    display: none;
  }
  .reviewCard .cont {
    height: 100px;
  }
  br {
    display: none;
  }
  .sec4-card .cont .getBtn {
    margin-top: 5px;
  }
  .focuSec-card {
    border-radius: 10px;
    padding: 20px 0;
  }
  .focuSec-card .row {
    row-gap: 24px;
  }
  .aboutBanner .row {
    row-gap: 24px;
  }
  .aboutSec1-cont {
    gap: 10px;
  }
  .aboutSec1-main .row {
    row-gap: 10px;
  }
  .aboutBanner .aboutBanner-cont {
    padding-right: 0;
  }
  .planSec-main .pe-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .planSec-main .ps-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .planSec-main {
    border-radius: 10px;
  }
  .planSec-right {
    padding-top: 0;
  }
  .reviewSec1-card {
    padding: 10px 20px;
    gap: 15px;
  }
  .reviewSec1-card .reviewSec1-cardRating {
    gap: 4px;
    font-size: 10px;
  }
  .reviewSec1-bottom .hd4 {
    gap: 5px;
  }
  .reviewSec1-hd {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .container {
    position: relative;
  }
  .ctaSection .ctaSec-form input {
    height: 45px;
    padding: 15px 70px 10px 15px;
    font-size: 12px;
  }
  .ctaSection .ctaSec-form button {
    margin-left: -60px;
    width: 200px;
    height: 45px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  .reviewCard .cont {
    height: 120px;
  }
}
/* Custom CSS Styling *//*# sourceMappingURL=style.css.map */