.client-list {
  padding-top: 30px;
}

.our-clients {
  background: #03393a;
  padding: 30px 0px 50px;
  float: left;
  width: 100%;
  height: auto;
}

.marquee-content,
.marquee-content2,
.marquee-content3 {
  display: flex;
  padding: 10px 0px;
}

.marquee-content .box,
.marquee-content2 .box,
.marquee-content3 .box {
  margin: 0 10px;
  width: 150px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}

.marquee-content img,
.marquee-content2 img,
.marquee-content3 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-left-to-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.video-demo-started {
  background: transparent;
}

.pl-3 {
  padding-left: 40px;
}

.ranting {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.ranting-star i {
  background: linear-gradient(45deg, #fe8739, #ffdf58);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}

.ranting h3 {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 29px;
  font-weight: 700;
}

.ranting h3 img {
  width: 35px;
}

.pricing-btn {
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 15px;
  border: 2px solid #e42b31;
  transition: 0.3s linear;
  color: #fff;
  background-color: #e42b31;
  display: none;
}

.pricing-btn:hover {
  color: #e42b31;
  transform: translateY(-4px);
  background-color: transparent;
}

.banner .banner-subtitle {
  font-size: 20px;
  color: var(--secondary-color);
}

.banner .banner-subtitle span {
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  border-radius: 5px;
}

.banner h1 {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}

.banner-btn {
  padding: 10px 30px;
  background-color: var(--primary-color);
  border: 2px solid transparent;
  border-radius: 5px;
  color: #fff !important;
  margin: 0px;
  font-weight: 500;
  transition: 0.3s linear;
  width: 200px;
  text-align: center;
  display: block;
}

.banner-btn:hover {
  color: var(--primary-color) !important;
  background-color: transparent;
  transform: translateY(-4px);
  border: 2px solid var(--primary-color);
}

.action-btns {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mobile-app-banner {
  background: #dcecec;
  background: -moz-linear-gradient(left,
      #dcecec 0%,
      #ffffff 39%,
      #ffffff 66%,
      #dcecec 100%);
  background: -webkit-linear-gradient(left,
      #dcecec 0%,
      #ffffff 39%,
      #ffffff 66%,
      #dcecec 100%);
  background: linear-gradient(to right,
      #dcecec 0%,
      #ffffff 39%,
      #ffffff 66%,
      #dcecec 100%);
  padding: 40px 0px 0px !important;
}

.mobile-app-cont h4 {
  font-size: 6rem;
  margin: 0px 0px 35px;
  font-weight: 600;
}

.mobile-app-cont h4 span {
  color: #055d60;
  font-weight: 700;
}

.img-app {
  display: flex;
  gap: 10px;
}

.video-autoplay {
  padding: 0px !important;
  border-radius: 30px;
  padding: 30px;
}

.benefits-section {
  background-color: #055d600a;
  padding: 60px 0 !important;
}

@media (max-width: 1079.98px) {
  .stock-navbar>ul {
    row-gap: 0px;
    flex-direction: column;
  }
}

.list-links img {
  width: 35px !important;
  height: 35px !important;
  border: none !important;
  margin-right: 0px !important;
}

.list-menu img {
  width: 48px;
  height: 48px;
  padding: 6px;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-right: 10px;
}

.trade-menu-img p {
  font-size: 14px;
}

.trade-menu-img {
  background-image: linear-gradient(325deg,
      rgba(104, 211, 163, 0.02) 1.7%,
      rgba(9, 107, 239, 0.07) 98%);
}

.list-menu {
  background-color: #fff;
}

.menu-list {
  padding: 25px;
  background-color: #fff !important;
  background-image: none;
}

.menu-list h6 {
  font-size: 16px;
  border-bottom: 1px solid #eeeff2;
  padding-bottom: 12px;
  font-weight: 600;
  color: #055d60;
  display: flex;
  align-items: center;
}

.menu-list .list-menu li a {
  display: block;
  font-size: 12px;
  color: #4c4c4c;
  letter-spacing: 0.3px;
  padding: 9px 0;
  border-bottom: 1px dashed #e4e4e4;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.menu-list .list-menu li a:hover {
  color: #055d60;
  transition: all 0.2s ease-in-out;
  padding-left: 2px;
  background: none !important;
}

span.decimal {
  font-size: 18px;
}

.formpopup {
  margin: 0px !important;
}

.samll-business-services ul li img {
  height: 64px;
}

.tabing-spaces {
  padding: 15px 0px;
}

.box-list {
  margin: 50px 0px 40px;
}

.why-chososebox {
  margin-bottom: 20px;
}

.why-chososebox .items {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 4px rgb(0 105 108 / 42%);
  height: 100%;
}

.why-chososebox .items h3 {
  font-size: 21px;
  color: #25373f;
  font-weight: 600;
  margin: 10px 0px 12px;
  line-height: normal;
}

.why-chososebox .items p {
  font-size: 14px;
  margin-bottom: 0px;
  text-align: inherit;
}

.why-chososebox .items p a {
  color: #e12933;
  cursor: pointer;
  font-size: 14px;
}

.why-chososebox .items p span {
  display: none;
}

.content .items {
  background: var(--white-color);
  padding: 20px;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 0 7px #00696c52;
  height: 100%;
}

.text-left {
  text-align: left;
}

.half-img img {
  border-radius: 25px;
}

.more-tab a {
  background-color: #e12933;
  color: #fff;
  border: 0px;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  display: inline-flex;
  margin-top: 10px;
  cursor: pointer;
}

.more-tab a:hover {
  background-color: #099;
  color: #fff;
}

.list {
  padding-top: 0;
}

.list ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  background: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 0 top 3px;
  line-height: 1.5;
  margin-top: 15px;
}

/*.list ul li::before {
  position: absolute;
  font-size: 30px;
  content: "\2022";
  color: var(--green-color);
  font-weight: 700;
  display: inline-block;
  left: 4px;
  top: -3px;
}*/
.content {
  margin: 20px 0px 0;
}

.content p {
  margin-bottom: 20px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/breeserif-regular-webfontd41dd41d.html?#iefix") format("embedded-opentype"),
    url("../fonts/breeserif-regular-webfont.html") format("woff"),
    url("../fonts/Century%20Gothic.html") format("truetype"),
    url("../fonts/breeserif-regular-webfont-2.html#bree_regular") format("svg");
}

.visible {
  display: block !important;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.order-2 {
  float: right !important;
}

header {
  float: left;
  width: 100%;
  height: auto;
}

.logo01 {
  float: left;
  width: 100%;
  height: auto;
  margin: 15px 0;
}

.logo01 a {
  display: inline-block;
}

.logo01 a img {
  height: 72px;
}

.topright01 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 37px;
}

.topright01 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: auto;
}

.topright01 ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 500;
}

.topright01 ul li a {
  color: #25373f;
}

.topright01 ul li a:hover {
  color: #e12933;
}

.topcall {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.topcall a {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.topcall .request-demo {
  background-color: #e12933;
  padding: 9px 15px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
}

.topcall a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: -100%;
  background-color: rgb(2, 116, 116);
  transition: all 0.4s ease-in-out;
  transform: scale(0);
}

.topcall .request-demo span {
  position: relative;
}

.topcall a:hover::before {
  transition: all 0.4s ease-in-out;
  bottom: 0;
  transform: scale(1);
}

.topcall .callToAction {
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border: 2px solid #585858;
  padding: 9px 15px;
  border-radius: 6px;
}

.topcall .callToAction span {
  position: relative;
}

.topcall .callToAction:hover {
  color: #fff;
}

.topcall a img {
  vertical-align: sub;
  margin-right: 5px;
}

.topcall a:hover {
  transition: all 0.4s ease-in-out;
}

.changebox {
  margin: 0 5px;
  color: #01b5bb;
  overflow: hidden;
  transition: 0.5s;
  white-space: nowrap;
  line-height: 40px !important;
  height: 40px !important;
}

.banner {
  float: left;
  width: 100%;
  height: auto;
  padding: 130px 0 80px;
  background-image: linear-gradient(to top,
      rgb(28 110 112 / 17%),
      rgb(28 110 112 / 17%));
  position: relative;
  overflow-x: hidden;
}

.banner h2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 25px;
  font-weight: 400;
  display: flex;
}

.banner h1 span {
  color: var(--secondary-color);
  display: contents;
}

.mb-3 {
  margin-bottom: 5rem;
}

.banner h4 span#example {
  display: block;
}

.banner h4 span.typed_cursor {
  font-weight: 300;
  opacity: 0.5;
}

.banner h4 {
  font-size: 28px;
  color: #25373f;
  margin-bottom: 20px;
  font-weight: 700;
}

.banner p {
  font-size: 17px;
  line-height: 28px;
}

.banner-img {
  height: 280px;
  margin-top: 20px;
  margin-right: 30px;
}

.banner .banner-image {
  position: absolute;
  width: 60%;
  right: -15%;
  top: 20%;
}

.banner .banner-image .inner {
  position: relative;
}

.banner .banner-image .inner {
  position: relative;
}

.banner .banner-image .inner .phone-img {
  position: absolute;
  width: 250px;
  left: -15%;
  top: 12%;
}

.banner .banner-image img.banner-service {
  border-radius: 15px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.banner.thank-you h1 {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.bnrform .error {
  float: left;
  width: 100%;
  text-align: left;
  color: #e12933;
  font-size: 12px;
}

.bnrform h3 {
  margin-top: 0px;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 26px;
}

.bnrform form {
  float: left;
  width: 100%;
  height: auto;
}

.bnrform form ul {
  margin: 10px 0 0;
  width: 100%;
}

.bnrform form ul li {
  width: 100%;
  min-height: 10px;
  display: block;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
}

.bnrform form ul li:last-of-type {
  margin-bottom: 0;
}

.bnrform form ul li select {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px 15px;
  color: #000;
  outline: 0px;
  box-shadow: none;
}

.bnrform form ul li textarea {
  width: 100%;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  color: #000;
  outline: 0px;
  box-shadow: none;
}

.bnrform form ul li img {
  margin-bottom: 5px;
}

.bnrform form ul li button {
  background-color: #e12933;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
  width: 100%;
  font-size: 17px;
  height: 52px;
}

.bnrform form ul li button:hover {
  background-color: #128171;
}

.modal-form .bnrform {
  max-width: 100%;
}

.modal-form .bnrform form ul li input {
  font-size: 14px;
  font-weight: 400;
}

.bnrform form ul li input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px 15px;
  color: #000;
  outline: 0px;
  box-shadow: none;
}

.modal-form .bnrform form ul li input {
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgb(0 0 0 / 0%),
    0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgb(0 0 0 / 0%);
}

.modal-form .close {
  position: absolute;
  font-size: 42px;
  right: 10px;
  top: 50px;
  z-index: 1;
  opacity: 1;
  font-weight: 300;
  text-shadow: none;
  color: #000;
}

.trusted-points {
  padding: 40px 0px 60px;
  float: left;
  width: 100%;
}

.trusted-points ul {
  padding: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px;
}

.trusted-points ul li {
  padding: 20px;
  max-width: 18.5%;
  flex: 0 0 18.5%;
  text-align: center;
  border-radius: 10px;
  background: #fceeee;
}

.trusted-points ul li .icon {
  display: inline-block;
  margin-bottom: 0;
  width: 65px;
}

.trusted-points ul li:first-of-type {
  border-left: none;
}

.trusted-points ul li h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 18px 0 0px;
}

.trusted-points ul li h3 .counter b {
  font-size: 24px;
  font-weight: 600;
}

.trusted-points ul li h3 .counter sup {
  top: -0.8em;
}

.trusted-points ul li p {
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 400;
  opacity: 0.8;
  letter-spacing: -.03rem;
  font-size: 15px;
}

.sub-title {
  font-size: 16px;
  margin: auto;
  color: #000000bf;
  line-height: 1.5;
}

.secion001 {
  float: left;
  width: 100%;
  height: auto;
  padding: 100px 0px 30px;
}

.heading01 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading01 h3 {
  color: #e12933;
  font-size: 18px;
  font-weight: 400;
}

.heading01 h2 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px;
  letter-spacing: -.03rem;
}

.heading01 h2 span {
  color: #055d60;
}

.brands {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}

.brands ul {
  float: left;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.brands ul li {
  float: left;
  padding: 20px;
  width: 25%;
  text-align: center;
}

.brands ul li img {
  max-height: 40px;
  margin-bottom: 15px;
}

.brands a {
  background-color: #e12933;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.brands .rating {
  font-weight: 600;
  font-size: 16px;
}

.brands a:hover {
  background-color: #25373f;
}

.secion002 {
  float: left;
  width: 100%;
  height: 430px;
  background-color: #128171;
  margin-top: 30px;
}

.secion003 {
  float: left;
  width: 100%;
  padding-top: 30px;
  height: auto;
  padding-bottom: 60px;
}

.text-content {
  font-size: 17px;
  padding: 0 100px;
  text-align: center;
  line-height: 28xp;
}

.heading02 {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
}

.heading02 p {
  color: #000000bf;
}

.heading02 h2,
.heading02 h3 {
  font-weight: 600;
  font-size: 34px;
  color: #25373f;
}

.heading02 h2 span,
.heading02 h3 span {
  color: #cf3232;
}

.featurebox {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 8px #dbdada;
  border-radius: 15px;
  height: 260px;
  margin-bottom: 30px;
  gap: 30px;
}

.featurebox .feature-img {
  text-align: center;
  flex: 0 0 150px;
}

.featurebox .contents {
  padding-top: 0;
}

.featurebox h4 {
  color: #25373f;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.featurebox p {
  color: #000;
  font-size: 13px;
  line-height: normal;
}

.wishinbox01 {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.wishinbox01 h4 {
  color: #25373f;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}

.wishinbox01 p {
  color: #000;
  font-size: 13px;
  line-height: 22px;
}

.martingbtn {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 35px;
}

.martingbtn a {
  background-color: var(--secondary-color);
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
}

.martingbtn a:hover {
  background-color: var(--secondary-color-dark);
  color: #fff;
}

.secion004 {
  background-color: #f2f2fb;
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 0px;
}

.servicebox0001 {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  min-height: 325px;
  margin-bottom: 20px;
}

.servicebox0001 img {
  margin: 15px 0;
  height: 450px;
}

.servicebox0001 h3 {
  font-size: 18px;
  color: #25373f;
  line-height: 27px;
  margin-top: 12px;
  font-weight: 600;
}

.servicebox0001 p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 22px;
  line-height: 32px;
}

.servicebox0001 p span {
  font-weight: 600;
  color: #e12933;
}

.servicebox0001hed {
  float: left;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 30px;
  text-align: center;
}

.servicebox0001hed h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #25373f;
  line-height: normal;
}

.servicebox0001hed p {
  color: #fff;
  font-size: 20px;
}

.servicebox0001hed h2 span {
  color: #e12933;
}

.btnhover {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.btnhover a {
  background-color: #e12933;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.secion005 {
  float: left;
  width: 100%;
  height: auto;
  padding: 60px 0px 60px;
  position: relative;
}

.secion005 .image {
  padding-right: 30px;
}

.secion005 h2 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px;
  letter-spacing: -.03rem;
}

.secion005 h2 span {
  color: #055d60;
}

.secion005 h2~img {
  margin-bottom: 30px;
  height: 380px;
}

.secion005 ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  background: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 0 top 3px;
  line-height: 1.5;
}

.container-sm .text-contents {
  padding: 0;
}

.container-sm .text-contents h3 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 20px;
  letter-spacing: -.03rem;
  margin-top: 0;
}

.container-sm .text-contents p {
  font-size: 17px;
  line-height: 29px;
  color: #000000bf;
}

.text-contents ol {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 15px 0 0;
  font-size: 16px;
}

.text-contents ol li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.text-contents ol li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #06696c;
  border-radius: 50%;
}

.container-sm {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

.container-sm .row {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.secion006 {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  padding-bottom: 65px;
}

.secion006 .heading01 {
  margin-bottom: 0;
}

.secion006 .text-contents {
  padding-top: 30px;
}

.text-card {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}

.secion006 .text-contents h3 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.testislider {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.video-reviews {
  float: left;
  width: 100%;
}

.feature-lists {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.feature-lists li {
  max-width: 23.6%;
  flex: 0 0 23.6%;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  /*  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

.feature-lists li:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -moz-transform: translateY(-3px);
}

.feature-lists li .text-card {
  padding: 0;
}

.feature-lists li .text-card .text-card-img img {
  width: 64px;
}

.css-x0bsaa {
  border: 0.1rem solid rgb(141, 171, 216);
  float: left;
  width: 100%;
  border-radius: 0.8rem;
  padding: 3rem 0 4rem;
  background-color: rgb(251, 253, 252);
  clear: both;
  margin-bottom: 60px;
  margin-top: 60px;
}

.css-x0bsaa .divider-section {
  text-align: center;
  display: flex;
  justify-content: space-around;
  -moz-box-align: center;
  align-items: center;
  padding: 0px 6rem;
}

.css-1eg8k0 {
  color: rgb(214, 214, 214);
  width: 100%;
}

.css-1eg8k0 hr {
  border-color: rgb(234, 236, 240);
  border-width: 0px 0px thin;
  border-style: solid;
  margin: 0px;
}

.css-x0bsaa .divider-section__title {
  min-width: 22rem;
  color: rgb(115, 115, 115);
  font-weight: 600;
}

.css-1eg8k0 {
  color: rgb(214, 214, 214);
  width: 100%;
}

.css-x0bsaa .portfolio__banner {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.css-1k8s45p {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 33%;
}

.css-1k8s45p .icon {
  margin-top: 1rem;
  color: rgb(115, 115, 115);
}

.css-x0bsaa .portfolio__title {
  font-weight: 600;
  font-size: 20px;
  margin: 0px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.css-x0bsaa .portfolio__description {
  width: 80%;
  align-self: center;
  padding: 0.5rem;
  color: rgb(115, 115, 115);
  font-size: 14px;
}

#testimonial {
  padding-top: 0;
}

.testislider .owl-carousel img {
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #dadada;
}

.testislider .owl-nav button,
.features .owl-nav button {
  background-color: #e93d17 !important;
  width: 35px;
  height: 35px;
  font-size: 34px !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 0px !important;
  line-height: 0px !important;
}

.testislider .owl-nav button span,
.features .owl-nav button span {
  line-height: 0px;
  padding: 0px;
  height: 26px;
}

.features .owl-prev,
.testislider .owl-prev {
  float: left;
  margin-left: 0 !important;
}

.features .owl-next,
.testislider .owl-next {
  right: 0;
  float: right;
  margin-right: 0 !important;
}

.testislide .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 5px;
}

.testislide .owl-nav button:hover {
  background: #e93d17 !important;
}

.testislide .owl-nav button span {
  font-size: 25px;
}

.text-review {
  margin-bottom: 50px;
}

.testivideo {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.testivideo img {
  border-radius: 10px;
}

.testivideo h3 {
  color: #25373f;
  font-size: 17px;
  font-weight: 600;
}

.testivideo h3 strong {
  display: block;
  font-weight: 400;
  margin-top: 4px;
  font-size: 16px;
}

.testivideo h3 span {
  float: right;
  margin-top: -37px;
}

.testivideotext {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin-top: 40px;
  border-radius: 10px;
  padding-top: 50px;
  border: 1px solid #dadada;
}

.testivideotextface {
  float: left;
  width: 85px;
  position: absolute;
  top: -36px;
}

.testivideotext h3 {
  border-top: 1px solid #dadada;
  padding: 15px 15px 0;
  font-size: 15px;
  font-weight: 600;
  color: #25373f;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}

.testivideotext h3 strong {
  display: block;
  font-weight: 400;
  margin-top: 5px;
  display: none;
}

.testivideotext h3 span {
  float: right;
  margin-top: 0;
}

.testislider .owl-carousel h3 span img {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.location-section .text-contents h4 {
  margin-top: 30px;
}

.location-section .text-contents ol {
  padding-left: 20px;
}

.page-links {
  padding: 20px 0 60px;
}

.page-links h2 {
  color: #e93d17;
  text-align: center;
}

.page-links ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.page-links ul li {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 30px;
  text-align: center;
}

.page-links ul li a {
  color: #e93d17;
}

.page-links ul li a:hover {
  color: #06696c;
}

.faq h4 {
  margin-top: 30px;
}

footer {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px 0 0;
  background-color: #333;
  color: #ccc;
}

.fotlocation01 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fotlocation01 h2 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px;
  letter-spacing: -.03rem;
  text-align: center;
}

.fotlocation01 h2 span {
  color: #e12933;
}

.copyright {
  font-size: 12px;
}

.copyright a {
  color: #ccc;
  margin: 0 5px;
}

.copyright a:hover {
  color: #e12933;
}

.features .owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.features .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ccc;
}

.features .owl-dots .owl-dot.active {
  background-color: #e12933;
}

.features.owl-carousel.owl-drag .owl-item {
  padding: 0 10px;
}

.features .owl-item img {
  display: inline-block;
  width: auto;
  height: 70px;
}

.features.award.owl-carousel.owl-loaded.owl-drag .owl-item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 5px;
}

.features.award.owl-carousel.owl-loaded.owl-drag img {
  height: auto;
}

.features.award.owl-item img {
  height: 100px !important;
}

.secion-influencers {
  padding-top: 0px;
  clear: both;
}

.mobileshow {
  display: none;
}

.desktopshow {
  display: inline-flex;
}

.footer-call-link {
  position: fixed;
  width: 100%;
  height: 42px;
  bottom: 0;
  box-shadow: 0px -1px 10px 1px rgb(81 202 95 / 33%);
  animation: glow 1.5s linear infinite alternate;
  background-color: #dd2734;
  padding: 9px;
  display: none;
  text-align: center;
  z-index: 999;
}

.footer-call-link a {
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.promo-banner button.close {
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 0px 3px;
  position: absolute;
  right: -12px;
  top: -12px;
  background: #727272;
  opacity: 0.8;
  color: #fff;
}

.promo-banner img {
  border-radius: 5px;
}

.samll-business-services {
  padding: 0px;
  margin: 0px;
}

.samll-business-services ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 25px;
}

.samll-business-services ul li {
  flex: 0 0 32%;
  background-color: #fff;
  /*box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);*/
  border-radius: 15px;
  padding: 25px;
}

.samll-business-services ul li h3 {
  font-size: 18px;
  text-align: left;
  color: rgb(22, 28, 38);
  line-height: 30px;
  margin-top: 10px;
}

.samll-business-services ul li p {
  font-size: 16px;
  text-align: left;
  color: #000000bf;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}

.samll-business-services ul li p span {
  display: none;
}

.samll-business-services ul li p a,
.read-more-btn {
  color: #e12933;
  cursor: pointer;
}

.read-more-btn:hover {
  color: #e12933;
}

.award .owl-carousel img {
  border-radius: 50%;
}

.award .owl-nav,
.award .owl-nav {
  margin: 0px;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}

.award .owl-nav button,
.award .owl-nav button {
  background-color: #e93d17 !important;
  width: 35px;
  height: 35px;
  font-size: 34px !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 0px !important;
  line-height: 0px !important;
}

.award .owl-nav button span,
.award .owl-nav button span {
  line-height: 0px;
  padding: 0px;
  height: 26px;
}

.award .owl-prev,
.award .owl-prev {
  float: left;
  margin-left: 0 !important;
}

.features .owl-next,
.award .owl-next {
  right: 0;
  float: right;
  margin-right: 0 !important;
}

.award .owl-item {
  margin: 10px 0px;
  border-radius: 10px;
}

.award .owl-item .text-card {
  text-align: center;
  padding: 0p !important;
  margin: 0px auto;
}

.award .owl-item .text-card p {
  font-size: 18px;
  text-align: center;
  color: #333;
  line-height: 30px;
}

.industries .owl-carousel img {
  border-radius: 50%;
}

.industries .owl-nav,
.industries .owl-nav {
  margin: 0px;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}

.industries .owl-nav button,
.industries .owl-nav button {
  background-color: #e93d17 !important;
  width: 35px;
  height: 35px;
  font-size: 34px !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 0px !important;
  line-height: 0px !important;
}

.industries .owl-nav button span,
.industries .owl-nav button span {
  line-height: 0px;
  padding: 0px;
  height: 26px;
}

.industries .owl-prev,
.industries .owl-prev {
  float: left;
  margin-left: 0 !important;
}

.industries .owl-next,
.industries .owl-next {
  right: 0;
  float: right;
  margin-right: 0 !important;
}

.industries .owl-item {
  margin: 10px 0px;
  border-radius: 10px;
}

.industries .owl-item img {
  display: inline-block;
  border-radius: 10px;
  width: auto;
  height: 300px;
  margin: 5px;
}

.industries .owl-item .text-card {
  text-align: center;
  padding: 0 !important;
  margin: 0px auto;
}

.industries .owl-item .img-top-pading {
  text-align: center;
  padding: 0p !important;
  margin: 0px auto;
}

.industries .owl-item .img-top-pading h5 {
  font-size: 20px;
  text-align: center;
  color: #333;
  line-height: 30px;
}

.industries .owl-item .img-top-pading img {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.industries .owl-item .text-card h5 {
  font-size: 20px;
  text-align: center;
  color: #333;
  line-height: 30px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 10px auto;
  /*  border: 1px solid #eee;*/
  border-radius: 5px;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
  right: 3%;
  top: 10%;
}

ul.accordion-list li h3 {
  font-weight: 600;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  color: var(--primary-color);
}

ul.accordion-list li h3:after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 33%;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px 0 0;
  padding: 10px 0 0;
  cursor: pointer;
  /* border-top: 1px solid #dadada; */
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 400;
  padding: 4px 0 0 0;
  cursor: pointer;
  line-height: 1.5;
  margin: 0 0 0px 0;
  font-size: 16px;
}

.awards-section {
  clear: both;
  padding: 30px 0 70px;
}

.awards-section .awards-group {
  padding: 15px;
}

.pricing-section {
  padding: 40px 0 60px;
  clear: both;
}

.pricing-section .row {
  display: flex;
}

.custom-column {
  max-width: 20%;
  flex: 0 0 20%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1140px) and (max-width: 1280px) {
  .feature-lists li {
    max-width: 23.3%;
    flex: 0 0 23.3%;
  }

  .samll-business-services ul li {
    flex: 0 0 47.8%;
  }

  .mobile-app-cont h4 {
    font-size: 5rem;
  }

  .banner h1 {
    font-size: 4.5rem;
  }

  .banner h2 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1367px) {
  .feature-lists li {
    max-width: 23.3%;
    flex: 0 0 23.3%;
  }

  .samll-business-services ul li {
    flex: 0 0 48.2%;
  }

  .mobile-app-cont h4 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1200px) {
  .custom-column {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 991px) {
  .custom-column {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  .faq {
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .custom-column {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .action-btns {
    justify-content: center;
  }

  .banner-service {
    width: 94%;
    margin: auto;
    display: flex;
    margin-top: 20px;
  }

  .box-list {
    margin: 30px 0px;
  }

  .css-x0bsaa .divider-section__title {
    min-width: 10rem;
  }
}

@media screen and (max-width: 574px) {
  .custom-column {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.container.max {
  max-width: 1540px;
}

.pricing-content {
  padding-top: 40px;
}

.pricing-content-col {
  height: 100%;
}

.gst-exclusive {
  text-align: right;
}

.custmization-charge p {
  text-align: center;
}

.pricing-content-col-wrapper {
  background: #fff;
  color: #000;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(21, 26, 40, 0.1), 0 1px 2px rgba(21, 26, 40, 0.1);
  border-radius: 20px;
  border: 1px solid rgb(9 23 64 / 8%);
  height: 100%;
}

.pricing-plan-all {
  padding-top: 0px;
  position: relative;
}

.pricing-content-text h6 {
  font-weight: 600;
  font-size: 25px;
}

.pricing-content-text {
  margin-top: 9px;
  height: 160px;
}

.include {
  padding: 15px 11px;
  background: #fff;
  margin: 5px 9px;
  border-radius: 20px;
  margin-top: 20px;
}

.pricing-content .include>ul {
  min-height: 140px;
  padding-left: 18px;
}

.pricing-content .include>ul li {
  margin-bottom: 3px;
}

.pricing-content-col-wrapper {
  padding: 0;
}

.pricing-content-col-inner {
  padding: 0px 20px;
  padding-top: 40px;
}

.pricing-content-text>span>del {
  color: #71748e;
  font-size: 17px;
  font-weight: 500;
}

.include-plan ul>li svg {
  height: 1rem;
  width: 1rem;
}

.include-plan ul>li .check {
  color: #0da89e;
}

.include-plan ul>li .close {
  color: #87909d;
}

.pricing-plan-all ul>li img {
  width: 16px;
}

.pricing-content .yearly {
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 14px;
}

.pricing-content .plan {
  font-size: 24px;
  display: block;
  font-weight: 600;
}

.free-trail a {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #091740;
  border-radius: 80px;
  color: #091740;
  display: block;
}

span#contact-btn-add2 .free-trail {
  border-bottom: 0;
}

.include-plan {
  height: 350px;
  overflow-y: auto;
}

.free-trail {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 21px;
  margin: 24px 0;
}

.include-plan::-webkit-scrollbar,
.selectDropdown::-webkit-scrollbar {
  width: 8px;
  height: 20px;
  border-radius: 5px;
}

.include-plan::-webkit-scrollbar-track,
.selectDropdown::-webkit-scrollbar-track {
  background-color: #dbdbdb;
  padding: 0 5px;
  border-radius: 5px;
}

.include-plan::-webkit-scrollbar-thumb,
.selectDropdown::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 41, 64, 0.12);
}

.pricing-content-col-inner {
  padding: 0px 20px;
  padding-top: 40px;
}

.pricing-content-text>span>del {
  color: #71748e;
  font-size: 17px;
  font-weight: 500;
}

.premium-plan {
  background: #68335b;
  border: 7px solid #642955;
  box-shadow: 0 0 15px #380f31;
  padding: 0 0 15px;
  position: relative;
}

.pricing-content .premium-plan .plan {
  color: #ffea92;
  background: linear-gradient(45deg, #ffea92, white);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-content .premium-plan .pricing-content-text>p {
  color: #fff;
}

.pricing-content .premium-plan .pricing-content-text h6,
.pricing-content .premium-plan .pricing-content-text h6 .small {
  color: #ffea92;
}

.pricing-content .premium-plan .pricing-content-text h6 .small {
  font-size: 50%;
}

.pricing-content .premium-plan .pricing-content-text>span>del {
  color: #c7c7ca;
}

.recm {
  position: absolute;
  top: -15px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 8px;
  background: #dd2a3b;
  right: 50%;
  font-size: 15px;
  font-weight: 600;
  width: 120px;
  transform: translateX(50%);
}

.free-trail a {
  background-color: #017d81;
  color: #fff;
}

.free-trail a:hover {
  background-color: #df0000;
  color: #fff;
}

.thankyou {
  background-color: #06696c;
}

.thankyou-wrap {
  margin: 120px 0;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  border: 15px solid #088387;
}

.thankyou-wrap .thank-you {
  padding: 40px 40px 0;
  font-size: 18px;
}

.thankyou-wrap .thank-you h1 {
  margin-bottom: 30px;
}

.thankyou-wrap .thank-you h1 span {
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: #06696c;
  color: #fff;
  font-size: 56px;
}

.thank-you-conbtent a.call {
  display: inline-block;
  margin: 30px 10px 0;
  border: 2px solid;
  padding: 10px 20px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.thank-you-conbtent a.call:hover {
  background-color: #df0000;
  color: #fff;
}

.industry-tabs .nav-tabs {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
  gap: 40px;
  border: none;
}

.industry-tabs .nav-tabs .nav-link {
  background-color: #fff;
  padding: 8px 40px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #686868;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 40px;
  border: 2px solid transparent !important;
}

.industry-tabs .nav-tabs .nav-link:hover {
  cursor: pointer;
}

.industry-tabs .nav-tabs .nav-link .icon img {
  height: 40px;
}

.industry-tabs .nav-tabs .nav-link.active {
  border-color: #df0000 !important;
}

.industry-tabs .nav-tabs li.active {
  margin-bottom: 0;
}

.industries-lists {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.industries-lists li {
  display: flex;
  gap: 0;
  width: 12%;
  align-items: center;
  color: #333;
  padding: 10px;
  border-radius: 8px;
  margin: 10px 0 0;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  flex-wrap: wrap;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  letter-spacing: -.03rem;
}

.industries-lists li:hover {
  background: #fff;
  border-color: #ffa692;
  transition: all 0.4s ease-in-out;
}

.industries-lists li .icon {
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 25px;
  width: 110px;
  margin: 0 auto 5px auto;
  transition: all 0.4s ease-in-out;
}

.industries-lists li:hover .icon {
  background: #fceeee;
}

.industries-lists li .icon img {
  margin-bottom: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.pricing-section .content {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pricing-section .content .card {
  background: #fff;
  width: calc(25% - 12px);
  text-align: center;
  padding: 15px 30px 30px 30px;
  border-radius: 12px;
  box-shadow: 0px 6px 20px 0px rgba(79, 83, 102, .3);
  position: relative;
  margin-bottom: 20px;
}

.pricing-section .content .card .top {
  margin-bottom: 24px;
}

.pricing-section .content .card .top .title {
  font-size: 27px;
  font-weight: 600;
  margin-top: 10px;
}

.pricing-section .content .card .top .price-sec {
  margin-top: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-section .content .card .top .price-sec .dollar{
  font-size: 13px;
}
.pricing-section .content .card .top .price {
  font-size: 32px;
  line-height: 1;
}

.pricing-section .content .card .info {
  font-size: 16px;
  margin-top: 5px;
}

.pricing-section .content .card .details .one {
  margin-top: 25px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.pricing-section .content .card .details .one svg {
  vertical-align: middle;
  margin-right: 2px;
  width: 14px;
}

.pricing-section .content .card .details .one::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}

.pricing-section .content .card .details .one i {
  color: #2db94d;
}

.pricing-section .content .card .details i.fa-times {
  color: #cd3241;
}

.pricing-section .content .card button {
  outline: none;
  border: none;
  height: 42px;
  color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px;
}

.pricing-section .content button:hover {
  filter: brightness(90%);
}

.pricing-section .content .one ::selection {
  background: #8af5b6;
}

.pricing-section .content .two ::selection {
  background: #f2b08c;
}

.pricing-section .content .three ::selection {
  background: #d0f9fb;
}

@media (max-width: 1000px) {
  .pricing-section .content .card {
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}

@media (max-width: 715px) {
  .pricing-section .content .card {
    width: 100%;
  }
}

@media screen and (min-width: 1141px) and (max-width: 1280px) {

  .container,
  .container.max,
  .container-sm {
    max-width: 1140px;
  }

  .secion006 .text-contents h3 {
    font-size: 18px;
  }

  .industries-lists {
    gap: 0 15px;
  }

  .pricing-section .content .card button {
    font-size: 15px;
  }

  .pricing-section .content .card {
    padding: 35px 12px 15px;
  }

  .pricing-section .content .card .top .title {
    font-size: 24px;
  }

  .pricing-section .content .card .top .price {
    font-size: 30px;
    margin: 0 5px;
  }

  .pricing-section .content .card .top .decimal {
    font-size: 14px;
    margin-top: -3px;
  }

  .pricing-section .content .card .top .price-sec {
    margin-top: 10px;
    font-size: 14px;
  }

  .pricing-section .content .card .info {
    font-size: 14px;
  }

  .pricing-section .content .card .info~span.price {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .container,
  .container.max,
  .container-sm {
    max-width: 720px;
  }

  .bnrform {
    max-width: 100%;
  }
}

@media (max-width: 767px) {

  .mobile-app-cont,
  .martingbtn {
    display: grid;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
  }

  .mobile-app-cont h4 {
    font-size: 3rem;
    margin-top: 30px;
  }

  .pricing-section .content .card .top .price-sec {
    margin-top: 0px;
  }

  .topright01 ul {
    display: none;
  }

  .topright01 {
    margin-top: 23px;
  }

  .banner h1 {
    font-size: 30px;
    margin-top: 0;
  }

  .banner-img {
    float: none;
    margin: 0 auto 30px;
    height: auto;
  }

  .bnrform {
    max-width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    padding: 30px;
  }

  .bnrform form ul li img {
    position: relative;
    height: auto;
  }

  .trusted-points ul li {
    max-width: 45%;
    flex: 0 0 45%;
  }

  .trusted-points ul li .trust-box {
    height: auto;
  }

  .secion001 {
    padding: 0;
  }

  .heading01 h2,
  .heading02 h2,
  .secion005 h2,
  .fotlocation01 h2,
  .servicebox0001hed h2 {
    font-size: 26px;
  }

  .heading01 h2,
  .heading01 {
    margin-top: 0;
  }

  .heading02 {
    margin-bottom: 20px;
  }

  .text-content {
    padding: 0;
  }

  h2 br {
    display: none;
  }

  .servicebox0001 img {
    height: auto;
  }

  .brands ul {
    margin-top: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .brands ul li {
    width: 50%;
    padding: 10px;
    border: 1px solid #ddd !important;
  }

  .brands ul li:nth-child(10) {
    display: none;
  }

  .heading02 h4 {
    font-size: 21px;
  }

  .heading02 {
    margin-top: 0;
  }

  .list ul li {
    padding: 0px 0px 0px 30px;
  }

  .list ul li::before {
    top: -10px;
  }

  .our-clients {
    display: none;
  }

  .container-sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-sm .text-contents h3 {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .testivideotext p {
    height: auto;
  }

  .text-review {
    margin-bottom: 20px;
  }

  .text-card {
    min-height: auto;
  }

  .wishinbox01 img {
    height: 50px;
  }

  .wishinbox01 h3 {
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
  }

  .wishinbox01 p {
    font-size: 12px;
  }

  .wishinbox01 {
    margin-bottom: 10px;
    min-height: 230px;
  }

  .martingbtn a {
    font-size: 14px;
  }

  .secion004 {
    padding: 30px 0px;
    background-size: cover;
    background-position: center top;
    background-attachment: inherit;
    padding-bottom: 50px;
  }

  .servicebox0001 {
    padding: 0;
    text-align: center;
  }

  .ranting h3 {
    font-size: 19px;
    gap: 10px;
  }

  .ranting h3 img {
    width: 22px;
  }

  .ranting-star i {
    font-size: 18px;
  }

  .servicebox0001 h3 br {
    display: none;
  }

  .secion003 {
    padding-bottom: 0;
  }

  .css-x0bsaa {
    margin: 50px 0px;
  }

  .secion005 h2 {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .mobileshow {
    display: block;
  }

  .desktopshow {
    display: none;
  }

  .servicebox0001hed {
    min-height: 10px;
  }

  .servicebox0001hed h3 {
    font-size: 28px;
  }

  .servicebox0001hed h3 br {
    display: none;
  }

  .servicebox0001hed p {
    font-size: 17px;
  }

  .page-links ul li {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .footer-call-link {
    display: block;
  }

  .features .owl-prev,
  .testislider .owl-prev {
    margin-left: 0 !important;
  }

  .features .owl-next,
  .testislider .owl-next {
    margin-right: 0 !important;
  }

  .secion005 h2~img {
    height: auto;
  }

  .testislide .owl-prev,
  .testislide .owl-next {
    width: 40px;
    height: 40px;
    background-color: #ccc !important;
    margin: 0 5px;
  }

  .testislide .owl-prev span,
  .testislide .owl-next span {
    font-size: 30px;
  }

  .banner h2 {
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
  }

  .banner h4 {
    font-size: 20px;
  }

  .changebox {
    white-space: inherit;
    margin: 5px auto 0;
    width: 300px !important;
    line-height: 28px !important;
    height: 28px !important;
  }

  .changebox span {
    display: block;
  }

  .changebox br {
    display: none;
  }

  .feature-lists li {
    max-width: 45%;
    flex: 0 0 45%;
    padding: 5px;
  }

  .text-card-img img {
    width: 40px;
  }

  .secion006 .text-contents {
    padding-top: 30px;
  }

  .secion006 .text-contents h3 {
    font-size: 14px;
    margin-top: 9px;
  }

  .samll-business-services ul li {
    flex: 0 0 100%;
  }

  .samll-business-services ul li {
    text-align: center;
    display: inline-block;
  }

  .samll-business-services ul li h3 {
    text-align: center;
  }

  .samll-business-services ul li p {
    text-align: center;
  }

  .css-1k8s45p {
    flex: 0 0 100%;
  }

  .css-x0bsaa .portfolio__title {
    font-size: 18px;
  }

  .heading01 h2,
  .heading02 h2,
  .heading02 h3,
  .secion005 h2,
  .fotlocation01 h2,
  .servicebox0001hed h2 {
    font-size: 22px;
  }

  .awards-section {
    padding: 40px 0 0;
    float: left;
    width: 100%;
  }

  ul.accordion-list li h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
  }

  .samll-business-services ul li h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
  }

  .brands ul li img {
    max-height: 11px;
    margin-bottom: 15px;
  }

  .secion005 {
    padding: 20px 0px 10px;
  }

  .mb-3 {
    margin-bottom: 0rem;
  }

  .img-app {
    justify-content: center;
  }

  .text-contents ol li {
    text-align: left;
    font-size: 14px;
  }

  .secion006 {
    margin-bottom: 0px !important;
    padding-bottom: 40px;
  }

  .content {
    margin: 0px 0px 40px;
  }

  .sub-title {
    width: 90%;
  }

  .pricing-section .row {
    display: block;
  }

  .custom-column {
    margin-bottom: 30px;
  }

  .industry-tabs .nav-tabs {
    gap: 10px;
  }

  .industry-tabs .nav-tabs .nav-link {
    padding: 4px 7px;
  }

  .industries-lists {
    gap: 10px;
    margin-top: 10px;
  }

  .pricing-section {
    padding-top: 40px;
  }

  .pricing-section .mange-height {
    min-height: inherit;
  }

  .award .owl-item img {
    height: auto;
  }

  .award .owl-prev,
  .award .owl-prev {
    margin-left: -15px !important;
  }

  .award .owl-prev,
  .award .owl-next {
    margin-right: -15px !important;
  }

  .secion-influencers {
    padding-top: 0;
  }

  .faq .fotlocation01 h2,
  .faq .fotlocation01 {
    margin-top: 0;
  }

  #testimonial {
    padding-bottom: 20px;
  }
}

.exit-popup .modal-dialog {
  max-width: 1000px;
  width: auto !important;
}

.close_exit_popup i {
  font-style: normal;
  font-size: 35px;
  transform: rotate(45deg);
  display: block;
}

.close_exit_popup {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff !important;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}

#scroll-btn-modal-container-desktop {
  top: 40%;
  left: 55%;
  position: absolute;
  width: 334px !important;
  transform: translate(-50%, -60%);
  min-height: 450px !important;
  min-width: 800px !important;
  background: url(../assets/images/website-pop-up-design-1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: -50px;
  margin-top: 70px;
  border-radius: 8px;
}

.desktop-popup-container {
  margin-top: 50px;
}

.white-text {
  color: #fff;
  font-size: 50px !important;
  font-weight: 600;
}

.yellow-text {
  color: #ff0;
  font-size: 50px !important;
  font-weight: 600;
}

.success-container {
  margin-top: 125px;
  width: 60% !important;
  margin-left: 0;
  display: none;
  text-align: center;
}

.success-text {
  font-size: 24px !important;
  color: #ff0;
}

.desktop-popup-input {
  border: 2px solid #fff !important;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

.call-button {
  background: #000;
  margin-top: 28px;
  color: #fff;
  border-radius: 5px;
  width: 150px;
  border: none;
  font-size: 20px;
}

.phone-desktop {
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 15px;
}

#error_message_desktop_popup {
  color: #fff;
}

.more-items {
  display: none;
}

.action-btns .d-flex {
  gap: 8px;
}

#toggle-btn {
  color: red;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 0px;
}

.mobileshow .banner-btn {
  padding: 10px;
}

.bookdemo-btn {
  font-weight: 500;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  border: 2px solid #e42b31;
  transition: 0.3s linear;
  color: #fff;
  background-color: #e42b31;
}

.bookdemo-btn:hover {
  color: #e42b31;
  transform: translateY(-4px);
  background-color: transparent;
}

@media (max-width: 991px) {
  .mobileshow #feature-list li:nth-child(n + 4) {
    display: none;
  }
}

.scroll-popup-desktop {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(180deg,
      rgb(255 255 255 / 0%) 0%,
      rgb(255 255 255 / 0%) 0%,
      rgb(255 255 255 / 0%) 60%,
      rgb(255 255 255 / 0%) 78%);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 999;
  height: 100px;
}

.scroll-popup-desktop.show {
  transform: translateY(0%);
  opacity: 1;
}

.scroll-desktop-button {
  display: inline-block;
  max-width: 600px;
  padding: 14px 50px;
  font-size: 20px;
  background-color: #e12933;
  color: white !important;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  border: none;
}

.scroll-desktop-button:hover {
  color: white;
  cursor: pointer;
  background-color: #128171;
}

@media (max-width: 767px) {
  .scroll-popup-desktop {
    display: none !important;
  }
}

.popup-padding {
  padding: 30px 50px 40px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.popup-padding::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://margbooks.com/assets/images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}

.popupmodel .bnrform h3 {
  margin-top: 30px;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Elephant W00";
  color: #000;
}

@media (min-width: 768px) {
  .popupmodel {
    width: 460px;
    margin: 30px auto;
  }
}

#formCta1 {
  overflow-x: hidden;
  overflow-y: auto;
  background: linear-gradient(to bottom, #00000094, #1a1a1a70);
}

.logo-list {
  float: left;
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}

.logo-list ul {
  gap: 45px;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.logo-list ul li {
  list-style-type: none;
}

.logo-list ul li img {
  width: 60px;
}

.popupmodel .bnrform {
  float: right;
  width: 100%;
  height: auto;
  border-top: 0px;
  border: 0px;
  background: #bee1e0;
  background: linear-gradient(180deg,
      rgba(190, 225, 224, 1) 0%,
      rgba(135, 198, 199, 1) 100%);
  border-radius: 15px;
  max-width: 100%;
  padding: 0px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-right: 0;
  box-shadow: 0px 0px 23px rgb(0 0 0 / 31%);
}

@font-face {
  font-family: "Elephant W00";
  src: url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.eot");
  src: url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.svg#Elephant W00") format("svg");
}

.tag-bottom p {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  float: left;
  width: 100%;
  padding: 10px 15px;
}

.popupmodel .bnrform form ul li button {
  border-radius: 30px;
  background: #e22a33;
  background: linear-gradient(180deg,
      rgba(226, 42, 51, 1) 0%,
      rgba(137, 36, 31, 1) 100%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgb(0 0 0 / 0%),
    0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgb(0 0 0 / 0%);
}

.bnrform form ul li button {
  background-color: #e12933;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
  width: 100%;
  font-size: 17px;
  height: 52px;
}

@media screen and (max-width: 767px) {
  .popup-padding {
    padding: 30px 20px 40px;
  }

  .popup-padding img {
    width: 135px !important;
  }

  .logo-list ul li img {
    width: 45px;
  }

  .logo-list ul {
    gap: 30px;
  }

  .popupmodel .bnrform h3 {
    font-size: 25px;
  }

  .tag-bottom p {
    font-size: 10px !important;
  }
}

.how_to_choose {
  padding: 50px 0px 40px;
  float: left;
  width: 100%;
  height: auto;
}

.how_to_choose_box {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
  transition: transform 0.3s ease;
  background: #fff;
  height: 100%;
}

.how_to_choose_heading {
  margin-bottom: 50px;
}

.how_to_choose_heading h3 {
  font-weight: 700;
  font-size: 34px;
}

.how_to_choose_heading h3 span {
  color: #055d60;
}

.how_to_choose_box h4,
.how_to_choose_box h3 {
  margin-top: 20px;
  font-size: 20px;
  color: rgb(22, 28, 38);
  line-height: 30px;
}

.how_to_choose_box p {
  font-size: 16px;
  color: #000000bf;
  line-height: 28px;
  font-weight: 400;
}

.how_to_choose_box:hover {
  background-color: #055d60;
  transform: translateY(-7px);
}

.how_to_choose_box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(24%) hue-rotate(222deg) brightness(106%) contrast(106%);
}

.how_to_choose_box:hover h4,
.how_to_choose_box:hover h3,
.how_to_choose_box:hover p {
  color: #fff;
}

.mb-2-choose {
  margin-bottom: 20px;
}

.modules-offers {
  margin-top: 40px;
}

.bussiness-tab {
  display: flex;
  list-style: none;
  background: rgb(255 255 255);
  border-radius: 50px;
  margin-bottom: 30px;
  border: 1px solid rgb(223 223 223);
}

.bussiness-tab li a img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.bussiness-tab li {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 650;
  border-radius: 30px;
  width: 100%;
  text-align: center;
}

.bussiness-tab li a {
  font-size: 14px;
  color: rgb(51, 51, 51);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bussiness-tab li.active,
.bussiness-tab li.active a {
  text-decoration: none;
  background: rgb(5 93 96);
  color: rgb(255, 255, 255);
}

.bussiness-tab li.active a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(24%) hue-rotate(222deg) brightness(106%) contrast(106%);
}

.modules-offers-data {
  -webkit-box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 15%);
  -moz-box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 15%);
  box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 15%);
  padding: 80px 50px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.modules-offers-data ul {
  margin-top: 25px;
}

.modules-offers-data h3 {
  font-size: 27px;
  margin-bottom: 15px;
}

.modules-offers-data li {
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  display: flex;
  align-items: baseline;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.modules-offers-data li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid #099;
  border-bottom: 2px solid #099;
  left: 0;
  top: 15px;
  transform: rotate(-45deg);
}

.modules-offers-data::before {
  content: "";
  background: url("/assets/images/bg-wave.svg") center bottom no-repeat;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 250px;
  transition: 0.5s;
}

.modules-offers-data:hover:before {
  transform: scale(1.5);
  transition: 0.5s;
}

.animate {
  -webkit-animation: zoom 0.4s;
  animation: zoom 0.4s;
}

.bussines_software {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .modules-offers-data {
    text-align: start;
    padding: 25px;
  }

  .bussiness-tab {
    display: grid;
  }

  .modules-offers {
    margin-bottom: 40px;
  }

  .how_to_choose {
    padding: 50px 0px 0px;
  }
}

.section-imp {
  padding: 40px 0;
}

.heading02.text-left {
  text-align: left;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.benefits-section .sticky-wrap {
  position: sticky;
  top: 125px;
}

.benefits-section .heading02 {
  float: none;
}

.benefits-section .heading02 h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.gradient-bg {
  background: #D9E7E7;
  background: radial-gradient(circle, rgba(217, 231, 231, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.pricing-section .content .card.three {
  border: 2px solid #dd2a3b;
}

.pricing-section .content .card .top .card-icon {
  width: 80px;
  margin: 0 auto;
}

.pricing-section .content .card .details a {
  display: block;
  margin-top: 24px;
  color: #12a22d;
  border: 1.5px solid #12a22d;
  padding: 8px;
  border-radius: 5px;
}

.pricing-section .content .card .details a:hover {
  color: #fff;
  background: #12a22d;
}

.pricing-section .content.blue-cards .card .details a {
  color: #0058a3;
  border: 1.5px solid #0058a3;
}

.pricing-section .content.blue-cards .card .details a:hover {
  color: #fff;
  background: #0058a3;
}

.footer {
  color: rgba(255, 255, 255, .7);
  padding-top: 30px;
}

.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 10px;
  padding-bottom: 30px;
}

.footer .footer-top h3 {
  color: #fff;
}

.footer .footer-top a {
  background-color: var(--secondary-color);
  color: #fff;
  border: 0px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
}

.footer .footer-top a:hover {
  background-color: var(--secondary-color-dark);
  color: #fff;
}

.footer .ft-inner {
  margin-top: 30px;
}

.footer .ft-inner h3,
.footer .ft-inner h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
}

.footer .ft-inner.ft-about {
  margin-right: 35px;
}

.footer .ft-inner.ft-about .social {
  margin-top: 30px
}

.footer .ft-inner.ft-about .social a {
  display: inline-block;
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, .1);
}

.footer .ft-inner.ft-about .social a:hover {
  background: rgba(255, 255, 255, 1);
  color: #222 !important;
  transition: all 0.3s ease;
}

.footer .ft-inner.ft-contact {
  background: rgba(255, 255, 255, .1);
  padding: 20px 25px;
  border-radius: 10px;
  margin-left: 15px;
}

.footer .ft-inner.ft-contact h4 {
  margin-top: 15px;
  font-size: 17px;
}

.footer .ft-inner.ft-contact p {
  margin-bottom: 0;
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
  margin-top: 40px;
}

.footer .copyright .right {
  text-align: right;
}

.faq {
  padding: 20px 0 60px 0;
}

.head-height {
  padding: 100px 0 50px 0;
  background-image: linear-gradient(to top, rgb(28 110 112 / 17%), rgb(28 110 112 / 17%));
}

.inner-header {
  text-align: center;
}

.inner-header h1 {
  margin-top: 0;
}

.inner-header p {
  padding: 0 10%;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.section-padding {
  padding: 60px 0;
}

.main-title {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 15px;
  letter-spacing: -.03rem;
  margin-top: 0;
}

.about-section .left {
  position: relative;
}

.about-section .left .about-img-2,
.about-section .left .about-img-3 {
  position: absolute;
  bottom: -170px;
}

.about-section .left .about-img-2 {
  left: 25px;
}

.about-section .left .about-img-3 {
  right: 25px;
}

.about-section .left img {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}

.about-section .right {
  margin-left: 15px;
}

.abt-title span {
  background: #fceeee;
  color: #df4343;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.about-section .right .about-box {
  margin-top: 15px;
}

.about-section .right .about-box .icon {
  background: #fceeee;
  width: 60px;
  padding: 15px;
  border-radius: 50%;
}

.about-section .right .about-box h4 {
  font-size: 20px;
}

.core-section .core-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}

.core-section .core-box .icon {
  background: #d9e7e7;
  width: 60px;
  padding: 15px;
  border-radius: 50%;
}

.core-section .core-box h4 {
  font-size: 24px;
}

.core-section .core-box p {
  margin-bottom: 0;
}

.why-section .why-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.why-section .why-box.second-last,
.why-section .why-box.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.why-section .why-box .icon {
  width: 60px;
}

.why-section .why-box .icon-text {
  width: calc(100% - 75px);
}

.why-section .why-box .icon-text h4 {
  font-size: 20px;
  margin-top: 0;
}

.why-section .why-box .icon-text p {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.support-section .left h5 {
  font-size: 20px;
  font-weight: 500;
}

.support-section .left .num {
  font-size: 26px;
  font-weight: 600;
  color: #dd2a3b;
}

.support-section .left .num span {
  background: #fceeee;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10px;
}

.contact-section .contact-box {
  padding: 25px;
  border-radius: 10px;
  /* text-align: center; */
  background: #fff;
  box-shadow: 10px 10px 50px rgba(0, 41, 64, .12);
      display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-section .contact-box .icon {
  background: var(--secondary-color);
  width: 60px;
  /* margin: 0 auto; */
  padding: 13px;
  border-radius: 50%;
}
.contact-section .contact-box .icon-text{
      width: calc(100% - 60px);
}

.contact-section .contact-box h4 {
  font-size: 20px;
  margin-top: 0;
}


.contact-section .contact-box p {
  margin-bottom: 0;
  font-size: 15px;
}

.contact-section .contact-box p.num a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.03rem;
  line-height: 1.6;
  color: var(--primary-color);
}

.contact-form .form-sec {
  padding: 0 0;
}

.contact-form .main-title {
    font-size: 28px;
}
.contact-form .form-sec .form-btn{
  margin-top: 15px;
}
.contact-form .form-sec input,
.contact-form .form-sec textarea {
  width: 100%;
  border: 0;
  min-height: 45px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-form .form-sec button {
  background-color: var(--secondary-color);
  color: #fff;
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  height: 45px;
  display: block;
}

:focus-visible {
  outline: none;
}

.contact-form .form-sec button:hover {
  background-color: var(--secondary-color-dark);
  color: #fff;
}

.captcha {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.captcha-inner {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-grow: 1;
}

.captcha-inner .cap-img img {
  height: 45px;
  border-radius: 5px;
}

.captcha-inner .cap-icon {
  font-size: 18px;
  cursor: pointer;
}

.captcha-inner .cap-input {
  flex-grow: 1;
}

.google-maps {
  position: relative;
  padding-bottom: 500px;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@keyframes MoveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25px);
  }
}

.features-sec .left {
  background: #fceeee;
  padding: 10px 20px;
  border-radius: 15px;
  margin-top: 25px;
  position: sticky;
  top: 100px;
}

.features-sec .left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-sec .left ul li a {
  display: flex;
  text-decoration: none;
  line-height: 40px;
  color: #333;
  font-weight: 500;
  align-items: center;
  font-size: 15px;
  letter-spacing: -.02rem;
}

.features-sec .left ul li a:hover {
  color: var(--primary-color);
}

.features-sec .left ul li a img {
  width: 20px;
  margin-right: 5px;
}

.features-sec .left ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.features-sec .right {
  padding-left: 15px;
  margin-top: 25px;
}

.features-sec .right .sep {
  border-bottom: 1px dashed #ddd;
  margin: 40px 0 40px 0;
}

.features-sec .right .features-img {
  /*min-height: 350px;*/
  height: auto;
  border-radius: 20px;
  position: relative;
  padding: 20px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.features-sec .right .features-img img {
  border-radius: 15px;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

.features-sec .right .features-img .img2 {
  position: absolute;
  right: 10%;
  bottom: -5%;
  animation: MoveUpDown 3s linear infinite;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  border-radius: 10px;
  max-height: 120px;
}

.features-sec .right .features-img .img2r {
  position: absolute;
  left: 10%;
  bottom: -5%;
  animation: MoveUpDown 3s linear infinite;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  border-radius: 10px;
  max-height: 120px;
}

.features-sec .right .features-info .top-subtitle {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  display: none;
}

.features-sec .right .features-info h3 {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
}

.features-sec .right .features-info p {
  font-size: 17px;
}

.features-sec .right .features-info .feature-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.features-sec .right .features-info .feature-list li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #1e2a3b;
  font-weight: 500;
  line-height: 30px;
}

.features-sec .right ul li:not(:last-child) {
  margin-bottom: 9px;
}

.features-sec .right .features-info .feature-list li i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 20px;
}

.features-sec .right .blue .features-img {
  background: #addef0;
}

.features-sec .right .blue .features-info h3,
.features-sec .right .blue .features-info .feature-list li i {
  color: #3498db;
}

.features-sec .right .red .features-img {
  background: #fbe8e8;
}

.features-sec .right .red .features-info h3,
.features-sec .right .red .features-info .feature-list li i {
  color: #DF4343;
}

.features-sec .right .green .features-img {
  background: #b3f7d5;
}

.features-sec .right .green .features-info h3,
.features-sec .right .green .features-info .feature-list li i {
  color: #27ae60;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.demo-section .form-sec {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 15px;
}

.demo-section .form-sec input,
.demo-section .form-sec textarea {
  width: 100%;
  border: 0;
  min-height: 38px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 15px;
  background: #f3f3f3;
}

.demo-section .form-sec button {
  background-color: var(--secondary-color);
     color: #fff;
    border: 0px;
    padding: 5px 16px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    display: block;
}

.demo-section .form-sec button:hover {
  background-color: var(--secondary-color-dark);
  color: #fff;
}

.demo-section label {
  font-weight: 500;
  font-size: 14px;
  margin-top: -3px;
  display: block;
}

.error-section {
  padding: 120px 0 0 0;
  background-image: linear-gradient(to top, rgb(28 110 112 / 17%), rgb(28 110 112 / 17%));
  margin-bottom: 260px;
}

.error-section .error-box {
  text-align: center;
  background: #fff;
  max-width: 700px;
  margin: 0 auto -200px auto;
  padding: 50px;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.error-section .image {
  width: 325px;
  margin: 0 auto;
}

.error-section h3 {
  font-size: 26px;
  margin: 30px 0 15px 0;
}

.error-section p {
  margin-bottom: 30px;
}

.error-section a {
  background-color: var(--secondary-color);
  color: #fff;
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  height: 45px;
}

.error-section a:hover {
  background-color: var(--secondary-color-dark);
  color: #fff;
}

#cookieConsent {
  background-color: #fff;
  min-height: 26px;
  color: #333;
  line-height: 26px;
  bottom: 10px;
  left: 10px;
  right: auto;
  display: none;
  width: 300px;
  padding: 19px;
  border-radius: 10px;
  box-shadow: 0px 0px 48px 0px rgba(162, 162, 162, 0.5);
  position: fixed;
  font-size: 14px;
  z-index: 1;
}

.cookieConsentMessage {
  line-height: 1.4;
}

#cookieConsent a {
  color: #4b8ee7;
  text-decoration: none;
  font-size: 14px;
}

.cookieconsent-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

#cookieConsent a.cookieConsentOK {
  background-color: var(--secondary-color);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 0;
  cursor: pointer;
  width: 47%;
  text-align: center;
  font-weight: 500;
  line-height: 26px;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: var(--secondary-color-dark);
}

#closeCookieConsent {
  background-color: var(--primary-color);
  ;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 0;
  cursor: pointer;
  width: 47%;
  text-align: center;
  font-weight: 500;
}

#closeCookieConsent:hover {
  background-color: var(--primary-color-dark);
}

.policy-section ul {
  padding: 0 0 0 15px;
  list-style-type: disc;
  margin-bottom: 15px;
}

.home-features .left,
.home-features .right {
  margin-top: 30px;
}

.home-features .feature-item {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-features .feature-item .feature-img {
  width: 75px;
  position: relative;
  background: #fceeee;
  padding: 10px;
  border-radius: 5px;
}

.home-features .feature-item .feature-info {
  width: calc(100% - 90px);
}

.home-features .feature-item .feature-info h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}

.home-features .feature-item .feature-info p {
  margin-bottom: 0;
}

.home-features .right {
  position: sticky;
  top: 100px;
  border-radius: 15px;
  overflow: hidden;
}

.aside-error-text label {
  padding-left: 140px;
}

.form-select-cst-pad {
  padding-left: 15px;
}

.blog-section aside.sidebar .widget h5 {
  font-size: 22px;
}

.blog-section aside.sidebar .widget ul.list-group.list-group-flush li {
  padding: 8px 15px;
}

/* .blog-section aside.sidebar .widget ul.list-group.list-group-flush{
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */
.blog-section aside.sidebar .widget ul.list-group.list-group-flush li.list-group-item {
  background-color: #ebebeb;
  border: 1px solid #d9d9d9;
}

.blog-section aside.sidebar .widget ul.list-group.list-group-flush li a {
  font-size: 14px;
  color: #0058a3;
}

.blog-section aside.sidebar .widget ul.list-group.list-group-flush li a.text-muted {
  color: #505050;
}

.recent-post-item {
  position: relative;
  gap: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.recent-post-wrap {
  margin-top: 30px;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  border-radius: 6px;
}

.recent-post-wrap .recent-post-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.recent-post-item a img {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  max-width: 60px;
  width: 60px !important;
  height: 45px !important;
  display: inline-block;
  object-fit: cover;
}

.recent-post-item .small {
  font-size: 10px;
  font-weight: 400;
}

.recent-post-item a.recent-post-title {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #0058a3;
}

.blog-section .contact-box {
  margin-top: 30px;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  border-radius: 6px;
}

.blog-section .contact-box h5 {
  font-size: 20px;
}

.blog-section .contact-box p {
  font-size: 14px;
  line-height: 1.35;
}

.blog-section .contact-box a.btn.btn-primary {
  background: #0058a3;
}

.single-post-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.single-post-wrap .single-post-item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
}

.single-post-item .post-thumbnail {
  margin-bottom: 6px;
}

.single-post-item .post-thumbnail a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

.single-post-item .post-content {
  padding: 0px 10px 10px;
}

.single-post-item .post-content .post-meta span {
  font-size: 12px;
}

.single-post-item .post-content p {
  font-size: 14px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}

.single-post-item .post-content a h3 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #0058a3;
}

.single-post-item .post-content a {
  font-size: 13px;
  color: #0058a3;
}

.detail-post .post-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 6px;
}

.detail-post .post-meta span a {
  font-size: 16px;
  margin-right: 4px;
  font-weight: 500;
  color: #787878;
}

.detail-post .post-meta span {
  font-size: 12px;
}

.detail-post .detail-post-type {
  margin-top: 0;
  color: #0058a3;
}

.comment-form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px;
  border-radius: 10px;
}

.comment-form form #captcha_image {
  padding: 0;
  height: 40px;
}

.comment-form h4 {
  color: #0058a3;
  ;
}

.comment-form form label {
  font-size: 13px;
  font-weight: 400;
}

.comment-form form input,
.comment-form form textarea {
  margin-bottom: 15px;
}

.comment-form form button.submit-btn {
  margin-top: 15px;
  font-size: 14px;
  background: #0058a3;
}

.captcha-wrap .d-flex.gap-3 {
  gap: 10px
}

.captcha-wrap input {
  margin-bottom: 0 !important;
}

.comment-form form button.submit-btn i {
  margin-right: 10px;
}

.select2-container .select2-selection--single {
  height: 46px !important;
  border: 0 !important;
}

.select2.select2-container .select2-selection__rendered {
  height: 38px;
  padding-left: 15px;
  background: #f3f3f3;
  border-color: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  border-radius: 5px;
  font-size: 14px;
  line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}

.discounted-price {
  margin-left: 6px;
  font-size: 14px;
}
.plan_tenure{
      margin-bottom: 4px;
    display: block;
    font-size: 12px;
}

.select2-search--dropdown .select2-search__field {
    font-size: 14px !important;
}
.sm-text{
    font-size: 10px;
    color: #3e993e;
}
.contact-form .form-sec form{
      border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: rgb(255 255 255 / 50%);
}
@media(max-width: 1280px) {
  .feature-block {
    padding: 10px 6px 15px 6px;
  }

  .feature-items {
    gap: 3px;
    row-gap: 10px;
  }

  .single-item {
    padding: 6px 6px 6px 3px;
  }

  .single-item img {
    max-width: 20px;
  }

  .single-item span {
    font-size: 12px;
  }
}

@media (max-width: 1180px) {
  .inner-header h1 {
    font-size: 42px;
  }

  .features-sec .col-lg-push-6 {
    order: 2;
  }

  .features-sec .col-lg-pull-6 {
    order: 1;
  }
}

@media (max-width: 1024px) {
  .banner {
    padding: 110px 0 60px;
  }

  .banner .banner-subtitle {
    font-size: 18px;
  }

  .banner h1 {
    font-size: 4rem;
  }

  .banner h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .banner .banner-image {
    width: 63%;
    right: -18%;
    top: 20%;
  }

  .banner .banner-image .inner .phone-img {
    width: 210px;
    left: -15%;
    top: 13%;
  }

  .heading01 h2,
  .secion005 h2,
  .benefits-section .heading02 h3,
  .fotlocation01 h2,
  .main-title {
    font-size: 32px;
  }

  .trusted-points ul {
    gap: 17px;
  }

  .container-sm .text-contents h3 {
    font-size: 29px;
  }

  .samll-business-services ul li {
    flex: 0 0 47%;
  }

  .pricing-section .content .card {
    width: calc(25% - 12px);
    padding: 25px 15px 15px 15px;
  }

  .pricing-section .content .card .top .title {
    font-size: 26px;
  }

  .pricing-section .content .card .info {
    font-size: 14px;
    margin-top: 5px;
  }

  .pricing-section .content .card .top .price-sec {
    font-size: 14px;
  }

  .pricing-section .content .card .top .price {
    font-size: 30px;
  }

  .inner-header h1 {
    font-size: 36px;
  }

  .inner-header p {
    padding: 0;
    font-size: 16px;
  }

  .features-sec .left {
    padding: 10px 15px;
    margin-right: -15px;
  }

  .features-sec .left ul li a {
    font-size: 14px;
  }

  .features-sec .right .features-info h3 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .features-sec .right .features-info p {
    font-size: 16px;
  }

  .features-sec .right .features-info .feature-list li {
    font-size: 15px;
    color: #1e2a3b;
    line-height: 1.5;
  }

  .features-sec .right .features-info .feature-list li i {
    top: 1px;
  }

  .features-sec .right ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .features-sec .right .sep {
    margin: 30px 0;
  }

  .about-section .right {
    margin-left: 0;
  }

  .about-section .right .about-box h4 {
    font-size: 18px;
  }

  .about-section .left .about-img-2 {
    left: 0px;
  }

  .about-section .left .about-img-3 {
    right: 0px;
  }

  .about-section .left .about-img-2,
  .about-section .left .about-img-3 {
    position: absolute;
    bottom: -260px;
  }

  .contact-section .contact-box p.num a {
    font-size: 18px;
  }

  .feature-items {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
  }

  .single-post-item .post-thumbnail a img {
    height: 230px;
  }
}

@media (max-width: 992px) {

  .heading01 h2,
  .secion005 h2,
  .benefits-section .heading02 h3,
  .fotlocation01 h2,
  .main-title {
    font-size: 30px;
  }

  ul.accordion-list li {
    padding: 20px 40px 20px 20px;
  }

  .inner-header h1 {
    font-size: 34px;
  }

  .core-section .core-box h4 {
    font-size: 22px;
  }

  .contact-form .form-sec button {
    font-size: 14px;
  }

  .feature-items {
    row-gap: 6px;
  }

  .single-item img {
    max-width: 18px;
  }

  .single-item span {
    padding-left: 3px;
    font-size: 11px;
  }
}

@media (max-width: 820px) {
  .banner .banner-subtitle {
    font-size: 16px;
  }

  .banner h1 {
    font-size: 4rem;
    margin-top: 10px;
  }

  .banner h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .banner .banner-image {
    position: static;
    margin: 30px auto 0 auto;
    width: 85%;
  }

  .banner .banner-image .inner .phone-img {
    width: 210px;
    left: -8%;
    top: auto;
    bottom: -7%;
  }

  .trusted-points ul {
    gap: 30px;
  }

  .trusted-points ul li {
    max-width: 30%;
    flex: 0 0 30%;
  }

  .abts .image {
    margin-bottom: 15px;
  }

  .home-features .right img {
    object-fit: cover;
    height: 400px;
    width: 100%;
  }

  .heading01 h2 br,
  .secion005 h2 br,
  .benefits-section .heading02 h3 br,
  .fotlocation01 h2 br {
    display: none;
  }

  .section-imp .container-sm .row {
    flex-wrap: wrap;
    gap: 0;
  }

  .section-imp .container-sm .row .col-md-6,
  .section-imp .container-sm .row .col-md-5 {
    width: 80%;
  }

  .section-imp .heading01 {
    margin-bottom: 0;
  }

  .section-imp .half-img {
    margin-bottom: 30px;
  }

  .section-imp .od-1 {
    order: 1;
  }

  .section-imp .od-2 {
    order: 2;
  }

  .benefits-section .sticky-wrap {
    position: static;
  }

  .samll-business-services ul li {
    flex: 0 0 48%;
  }

  .sub-title br,
  .industries-p br {
    display: none;
  }

  .pricing-section .content {
    justify-content: center;
    gap: 0 30px;
  }

  .pricing-section .content .card {
    width: calc(50% - 15px);
    padding: 25px 25px 25px 25px;
  }

  .pricing-section .content .card .top .title {
    font-size: 28px;
  }

  .pricing-section .content .card .info {
    font-size: 16px;
    margin-top: 5px;
  }

  .pricing-section .content .card .top .price-sec {
    font-size: 14px;
    margin-top: 5px;
    gap: 0 5px;
  }

  .industries-lists {
    gap: 10px 15px;
  }

  .industries-lists li {
    width: 18%;
  }

  .footer .ft-inner.ft-about {
    margin-right: 0;
  }

  .footer .copyright .left,
  .footer .copyright .right {
    text-align: center;
  }

  .footer .copyright .right {
    margin-top: 5px;
  }

  .inner-header h1 {
    font-size: 32px;
  }

  .features-sec .left {
    display: none;
  }

  .features-sec .right {
    padding-left: 0;
  }

  .features-sec .features-img {
    margin-bottom: 30px;
  }

  .features-sec .features-img .big-img {
    width: 100%;
    object-fit: cover;
    height: 350px;
  }

  .features-sec .col-lg-push-6 {
    order: 1;
  }

  .features-sec .col-lg-pull-6 {
    order: 2;
  }

  .about-section .left {
    margin-bottom: 30px;
  }

  .about-section .left .about-img-2,
  .about-section .left .about-img-3 {
    display: none;
  }

  .core-section .core-box {
    padding: 20px;
  }

  .core-section .core-box h4 {
    font-size: 20px;
    letter-spacing: -.07rem;
  }

  .why-section .why-box.second-last {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  .support-section .left {
    text-align: center;
  }

  .support-section .support-inner {
    display: flex;
    align-items: center;
    gap: 0 15px;
  }

  .support-section .right {
    display: none;
  }

  .mb-30-res-820 {
    margin-bottom: 30px;
  }

  .contact-form .form-sec {
    padding: 0;
  }

  .contact-section .contact-box p br {
    display: none;
  }

  .contact-form .form-sec button {
    font-size: 14px;
    margin-top: 20px;
  }

  .blog-order-row .order-1 {
    order: 1 !important;
  }

  .blog-order-row .order-2 {
    order: 2 !important;
  }

  .feature-items {
    height: auto;
  }

  .single-item img {
    max-width: 22px;
  }

  .single-item span {
    font-size: 13px;
  }

  .feature-items {
    gap: 10px;
  }

  .single-item {
    padding: 8px 10px 8px 10px;
  }
  .form-btn{
    margin-top: 15px;
  }
  .contact-form{
    margin-bottom: 30px;
  }
  .contact-section .contact-box{
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .banner .banner-image {
    width: 90%;
  }

  .footer .footer-top a {
    font-size: 14px;
  }

  .error-section .error-box {
    padding: 30px;
  }

  .error-section .image {
    width: 300px;
  }

  .error-section h3 {
    font-size: 24px;
    margin: 20px 0 15px 0;
  }

  .error-section p {
    margin-bottom: 20px;
  }
}

@media (max-width: 736px) {
  .container {
    max-width: 90%;
  }

  .header .container {
    position: relative;
  }

  .hemburger {
    top: -40px;
    transform: translateY(0);
  }

  .stock-navbar ul>li>a {
    padding: 8px 20px;
  }

  .banner h1 {
    font-size: 3.6rem;
    margin-top: 10px;
  }

  .banner h2 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .heading01 h2,
  .secion005 h2,
  .benefits-section .heading02 h3,
  .fotlocation01 h2,
  .main-title {
    font-size: 28px;
  }

  .footer .footer-top h3 {
    font-size: 30px;
  }

  .footer .ft-inner.ft-contact {
    margin-left: 0;
  }

  .secion005 .image {
    padding-right: 0;
  }

  .inner-header h1 {
    font-size: 30px;
    letter-spacing: -.03rem;
  }

  .support-section .support-inner {
    display: block;
    align-items: center;
    gap: 0 15px;
  }

  .google-maps {
    padding-bottom: 450px;
  }
  .mb-mob-2{
    margin-bottom: 15px;
  }
}

@media (max-width: 668px) {
  .banner h1 {
    font-size: 3.3rem;
  }

  .banner h2 {
    font-size: 17px;
  }

  .banner .banner-image .inner .phone-img {
    width: 185px;
    left: -8%;
    bottom: -8%;
  }

  .heading01 h2,
  .secion005 h2,
  .benefits-section .heading02 h3,
  .fotlocation01 h2,
  .container-sm .text-contents h3,
  .main-title {
    font-size: 26px;
  }

  .trusted-points ul {
    gap: 25px;
  }

  .home-features .right img {
    object-fit: cover;
    height: 350px;
  }

  .samll-business-services ul li {
    flex: 0 0 47%;
  }

  .samll-business-services ul li {
    padding: 20px;
  }

  .industries-lists li {
    width: 23%;
    margin-top: 0;
  }

  .inner-header h1 {
    font-size: 28px;
    letter-spacing: -.08rem;
  }

  .demo-section .form-sec button {
    font-size: 16px;
    width: 150px;
    padding: 10px 15px;
  }

  .error-section .image {
    width: 280px;
  }

  .error-section h3 {
    font-size: 22px;
    margin: 20px 0 15px 0;
  }

  .footer .footer-top h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.03rem;
  }

  .single-post-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 640px) {
  .banner h1 {
    font-size: 3.2rem;
  }

  .industries-lists li {
    width: 22%;
    margin-top: 0;
  }

  .footer .footer-top h3 {
    font-size: 26px;
    font-weight: 500;
  }

  .inner-header h1 {
    font-size: 26px;
    letter-spacing: -.08rem;
  }

  .contact-form .form-sec button {
    font-size: 15px;
  }

  .demo-section .form-sec {
    padding: 20px;
  }
}

@media (max-width: 568px) {
  .banner h1 {
    font-size: 3.1rem;
  }

  .banner h2 {
    font-size: 16px;
  }

  .banner .banner-image .inner .phone-img {
    width: 160px;
    left: -8%;
    bottom: -8%;
  }

  .trusted-points ul {
    gap: 15px;
  }

  .trusted-points ul li {
    max-width: 31%;
    flex: 0 0 31%;
  }

  .home-features .feature-item .feature-info h3 {
    font-size: 18px;
  }

  .home-features .right img {
    object-fit: cover;
    height: 300px;
  }

  .section-imp .container-sm .row .col-md-6,
  .section-imp .container-sm .row .col-md-5 {
    width: 90%;
  }

  .samll-business-services ul li {
    flex: 0 0 100%;
  }

  .industries-lists li {
    font-size: 15px;
  }

  .industries-lists li .icon {
    padding: 25px;
    width: 100px;
  }

  .sub-title {
    width: 100%;
  }

  .footer .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .support-section .left h4 {
    font-size: 22px;
  }

  .support-section .left h5 {
    font-size: 18px;
  }

  .support-section .left .num {
    font-size: 24px;
  }

  .contact-section .contact-box h4 {
    font-size: 18px;
  }

  .captcha {
    display: block;
  }

  .captcha .form-btn {
    margin-top: 15px;
    text-align: center;
  }

  .contact-form .form-sec button {
    font-size: 14px;
    width: 140px;
    padding: 10px 15px;
  }

  .demo-section .form-sec button {
    font-size: 14px;
    width: 140px;
    padding: 10px 15px;
  }

  .error-section .image {
    width: 260px;
  }

  .footer .footer-top h3 {
    font-size: 24px;
  }

  .feature-items {
    height: 100%;
  }
}

@media (max-width: 480px) {
  .banner h1 {
    font-size: 2.7rem;
  }

  .banner .banner-image .inner .phone-img {
    width: 135px;
    left: -8%;
    bottom: -8%;
  }

  .heading01 h2,
  .secion005 h2,
  .benefits-section .heading02 h3,
  .fotlocation01 h2,
  .container-sm .text-contents h3,
  .main-title {
    font-size: 24px;
  }

  .trusted-points ul {
    gap: 20px;
  }

  .trusted-points ul li {
    max-width: 47%;
    flex: 0 0 47%;
    padding: 15px;
  }

  .section-imp .container-sm .row .col-md-6,
  .section-imp .container-sm .row .col-md-5 {
    width: 100%;
  }

  .pricing-section .content .card .info {
    font-size: 14px;
    margin-top: 5px;
  }

  .industries-lists li {
    width: 30%;
  }

  .features-sec .features-img .big-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
  }

  .error-section .image {
    width: 240px;
  }
}

@media (max-width: 430px) {
  .container {
    max-width: 100%;
  }

  .banner .banner-image {
    width: 98%;
  }

  .banner .banner-image .inner .phone-img {
    width: 130px;
    left: -5%;
    bottom: -8%;
  }

  .heading01 h2,
  .secion005 h2,
  .benefits-section .heading02 h3,
  .fotlocation01 h2,
  .container-sm .text-contents h3,
  .main-title {
    font-size: 22px;
  }

  .home-features .right img {
    object-fit: cover;
    height: 250px;
  }

  .pricing-section .content .card {
    width: 100%;
    padding: 25px 25px 25px 25px;
  }

  .pricing-section .content .card .info {
    font-size: 16px;
    margin-top: 5px;
  }

  .footer .footer-top h3 {
    font-size: 28px;
    font-weight: 500;
  }

  .features-sec .features-img .big-img {
    width: 100%;
    object-fit: cover;
    height: 250px;
  }

  .about-section .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .about-section .right .about-box .icon {
    margin: 0 auto;
  }

  .why-section .why-box .icon-text h4 {
    font-size: 18px;
  }

  .core-section .core-box {
    text-align: center;
  }

  .core-section .core-box .icon {
    margin: 0 auto;
  }

  .why-section .why-box {
    display: block;
    text-align: center;
  }

  .why-section .why-box .icon {
    margin: 0 auto;
  }

  .why-section .why-box .icon-text {
    width: 100%;
    margin-top: 10px;
  }

  .support-section .left h4 {
    font-size: 20px;
  }

  .support-section .left h5 {
    font-size: 18px;
  }

  .support-section .left .num {
    font-size: 22px;
  }

  .google-maps {
    padding-bottom: 400px;
  }

  .error-section .image {
    width: 220px;
  }

  .error-section a {
    font-size: 14px;
  }

  .single-item span {
    font-size: 12px;
  }
  .site-tabs .nav-tabs li a {
    padding: 7px 30px;
}
}

@media (max-width: 414px) {
  .banner h1 {
    font-size: 2.6rem;
  }

  .banner .banner-image {
    width: 98%;
    margin: 20px auto 0 auto;
  }

  .banner .banner-image .inner .phone-img {
    width: 125px;
    left: -5%;
    bottom: -8%;
  }

  .footer .footer-top h3 {
    font-size: 26px;
    font-weight: 500;
  }

  .error-section .image {
    width: 200px;
  }

  .policy-section h6 {
    font-size: 18px;
  }
}

@media (max-width: 394px) {
  .banner h1 {
    font-size: 2.4rem;
  }

  .heading01 h2,
  .secion005 h2,
  .benefits-section .heading02 h3,
  .fotlocation01 h2,
  .container-sm .text-contents h3,
  .main-title {
    font-size: 20px;
  }

  .trusted-points ul li h3 .counter b {
    font-size: 22px;
  }

  .trusted-points ul li p {
    font-size: 14px;
  }

  .home-features .feature-item {
    display: block;
    text-align: center;
  }

  .home-features .feature-item .feature-img {
    margin: 0 auto;
  }

  .home-features .feature-item .feature-info {
    width: 100%;
    margin-top: 15px;
  }

  .banner .banner-image .inner .phone-img {
    width: 115px;
    left: -5%;
    bottom: -8%;
  }

  .footer .footer-top h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .footer .copyright p {
    font-size: 13px;
  }

  .inner-header h1 {
    font-size: 24px;
    letter-spacing: -.08rem;
  }

  .inner-header p {
    font-size: 15px;
  }

  .features-sec .right .features-img {
    padding: 15px;
  }

  .features-sec .features-img .big-img {
    height: 200px;
  }

  .features-sec .right .features-info h3 {
    font-size: 22px;
  }

  .features-sec .right .features-img .img2,
  .features-sec .right .features-img .img2r {
    max-height: 100px;
  }
      .feature-items {
        gap: 5px;
    }
        .single-item span {
        font-size: 11px;
    }
}

@media (max-width: 376px) {
  .banner .banner-subtitle {
    font-size: 15px;
  }

  .banner .banner-subtitle span {
    padding: 5px 10px;
  }

  .banner h1 {
    font-size: 2.3rem;
  }

  .footer .footer-top h3 {
    font-size: 22px;
    font-weight: 500;
  }

  .error-section h3 {
    font-size: 20px;
    margin: 20px 0 15px 0;
  }

  .aside-error-text label {
    padding-left: 130px;
  }
}

@media (max-width: 360px) {
  .banner h1 {
    font-size: 2.3rem;
    letter-spacing: -.03rem;
  }

  .banner .banner-image .inner .phone-img {
    width: 110px;
    left: -5%;
    bottom: -8%;
  }

  .trusted-points ul li {
    max-width: 46%;
    flex: 0 0 46%;
  }
}

@media (max-width: 344px) {
  .banner h1 {
    font-size: 2.3rem;
    letter-spacing: -0.09rem;
  }

  .banner .banner-image .inner .phone-img {
    width: 100px;
  }

  .support-section .left h4 {
    font-size: 18px;
  }

  .support-section .left h5 {
    font-size: 16px;
  }

  .support-section .left .num {
    font-size: 20px;
  }

  .error-section .image {
    width: 180px;
  }

  .error-section h3 {
    font-size: 18px;
    margin: 20px 0 15px 0;
  }

  .error-section p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .banner .banner-subtitle {
    font-size: 14px;
  }

  .banner h1 {
    font-size: 2.1rem;
    letter-spacing: -0.09rem;
    line-height: 1.3;
    margin-bottom: 7px;
  }

  .heading01 h2,
  .secion005 h2,
  .benefits-section .heading02 h3,
  .fotlocation01 h2,
  .container-sm .text-contents h3,
  .main-title {
    font-size: 18px;
  }

  .trusted-points ul li h3 .counter b {
    font-size: 20px;
  }

  .industries-lists li {
    width: 40%;
  }

  .features-sec .features-img .big-img {
    height: 180px;
  }

  .aside-error-text label {
    padding-left: 115px;
  }
}

.blog-order-row .sidebar
{
  position: sticky;
  top: 100px;
}

.media
{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}
.media-left img{
width: 40px;
  height: 40px;
  object-fit: contain;
  border: 2px solid #cfcfcf;
}
.media-body{
  width:94%
}
.media-body strong{
  font-size: 14px;
}
.media-body .small{
  font-size: 13px;
}
.comment-data{
  margin-top: 8px;
}
.comment-data p{
  font-size: 15px;
}



.whatsapp-addon {
   font-size: 14px;
}

.whatsapp-check {
   display: flex;
   align-items: center;
   gap: 8px;
   cursor: pointer;
}

.whatsapp-check input {
   accent-color: #25D366;
   cursor: pointer;
}