@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "budicon";
  src: url("../fonts/budicon.eot");
  src: url("../fonts/budicon.eot?#iefix") format("embedded-opentype"), url("../fonts/budicon.woff") format("woff"), url("../fonts/budicon.ttf") format("truetype"), url("../fonts/budicon.svg#budicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.ttf");
  font-weight: 700;
}
/* Header */
/* Buttons */
/* Home */
/*.addressBox p img.responsive-img {

	height:32px;

	width:32px;

	vertical-align: middle;

}*/
/*-----------------------------------------------------------------------------------*/
/*	07. REVOLUTION SLIDER


/*-----------------------------------------------------------------------------------*/
/* FEATURES */
/*-----------------------------------------------------------------------------------*/
/*	11. PROCESS

/*-----------------------------------------------------------------------------------*/
/* Salient Features */
/* Technology We Use */
/* 15. TESTIMONIALS */
/* MARGIN */
/* PADDING */
/* MEDIA */
/* PRODUCT */
/*Rinki*/
@keyframes animate {
  0% {
    transform: translate(-150px, -150px);
  }
  25% {
    transform: translate(0px, -150px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(-150px, 0px);
  }
  100% {
    transform: translate(-150px, -150px);
  }
}
/*--PHP Advertising Script Start--*/
/* LINE ANIMATION ===================== */
@keyframes dot {
  0% {
    stroke-dashoffset: 2000;
    stroke: green;
  }
  50% {
    stroke: rgba(255, 255, 255, 0.9);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.25;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 2000;
    stroke: rgba(255, 255, 255, 0);
  }
  5% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes strokeFade {
  0% {
    stroke: #b6862d;
  }
  50% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  100% {
    stroke: #b6862d;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(300px) translateX(-300px);
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) translateX(0);
    animation-timing-function: ease-out;
  }
}
/* CENTER TRIANGLE ===================== */
@keyframes fadeInUpRight {
  0% {
    transform: scale(3) translateY(200px) translateX(100px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1) translateY(0) translateX(0);
    animation-timing-function: ease-in;
  }
}
/* TOP LEFT POLYGON ===================== */
@keyframes fadeInLeft {
  0% {
    transform: scale(3) translateX(-180px);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1) translateX(0);
    animation-timing-function: ease-out;
  }
}
/* BOTTOM LEFT POLYGON ===================== */
@keyframes zoomInLeft {
  0% {
    transform: scale(3) translateX(50px);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1) translateX(0);
    animation-timing-function: ease-out;
  }
}
/* BACKGROUND OVERLAY GRADIENT ===================== */
/* BACKGROUND COLOR CHANGING ANIMATION ===================== */
@keyframes color-change {
  0% {
    fill: #03a84e;
  }
  /* ORANGE */
  10% {
    fill: #ff9800;
  }
  /* RED */
  20% {
    fill: #4b384c;
  }
  /* PURPLE */
  30% {
    fill: #2c5697;
  }
  /* DK BLUE */
  40% {
    fill: #43ac27;
  }
  /* BLUE */
  50% {
    fill: #db3a09;
  }
  /* LT BLUE */
  60% {
    fill: #58b7b3;
  }
  /* TEAL */
  70% {
    fill: #43ac27;
  }
  /* GREEN */
  80% {
    fill: #8be100;
  }
  /* YELLOW */
  100% {
    fill: #ff9800;
  }
  /* ORANGE */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--Key features start--*/
/*--Price table start--*/
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* #pricetable table caption {
	  font-size: 1.3em;
	} */
/*--Price table end--*/
/*--get started start--*/
/*--PHP advertising script end--*/
/*--Open Source Classified Script start--*/
@keyframes line {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 10px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--Open Source Classified Script End--*/
/* End CSS */
body {
  font-family: "Muli", "Segoe UI", Arial, sans-serif;
  background-color: #fff;
}
ol:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ol:not(.browser-default) > li {
  list-style-type: none;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

ul.browser-default {
  padding-left: 40px;
}
ul.browser-default > li {
  list-style: disc;
}

a {
  color: #039be5;
}

.img-responsive {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-weight: 700;
}
h1:first-child {
  margin-top: 0;
}

h2 {
  font-weight: 700;
}
h2:first-child {
  margin-top: 0;
}

h3 {
  font-weight: 700;
}
h3:first-child {
  margin-top: 0;
}

h4 {
  font-weight: 700;
}
h4:first-child {
  margin-top: 0;
}

h5 {
  font-weight: 700;
}
h5:first-child {
  margin-top: 0;
}

h6 {
  font-weight: 700;
}
h6:first-child {
  margin-top: 0;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

nav {
  color: #333;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
nav .button-collapse {
  margin: 0;
  color: #55bf39;
  margin: 0;
}
nav .brand-logo {
  line-height: 1;
}
nav ul a {
  color: #333;
  font-size: 1.063rem;
  padding: 0 7px;
}
nav ul a:hover {
  color: #7a95ca;
  background-color: transparent;
}
nav ul a.btn {
  margin-right: 0;
}
nav ul#dropdown1 {
  right: 6%;
  top: 86%;
}
nav ul#dropdown2 {
  top: 86%;
}

.btn {
  background-color: inherit;
  box-shadow: none;
  color: #fff;
  text-transform: inherit;
}
.btn:hover {
  background-color: inherit;
  box-shadow: none;
  color: #fff;
}
.btn:focus {
  background-color: inherit;
  box-shadow: none;
  color: #fff;
}

.btn-site {
  background-color: #55bf39;
}
.btn-site:hover {
  background-color: #55bf39;
}
.btn-site:focus {
  background-color: #55bf39;
}

.btn-web {
  background-color: #7a95ca;
}
.btn-web:hover {
  color: transparent;
  background-color: #7a95ca;
}
.btn-web:focus {
  color: transparent;
  background-color: #7a95ca;
}

.btn-border {
  background-color: transparent;
  border: 1px solid transparent;
  color: #7a95ca;
}
.btn-border:hover {
  background-color: #fff;
  color: #7a95ca;
}

.btn-white {
  background-color: #fff;
  color: var(--siteColor);
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: var(--siteColor);
}
.btn-outline-white:focus {
  background-color: #fff;
  color: var(--siteColor);
}

#pdfmodal .modal-footer {
  display: flex;
  align-items: center;
}

.btnGroup {
  display: flex;
  align-items: center;
}

.bubblebtn-nav .click-btn {
  display: flex;
  width: auto;
  height: auto;
  padding: 1px 12px 1px 12px;
  justify-content: center;
  align-items: center;
  margin: 16px 4px;
  line-height: 35px;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 1s;
  box-sizing: border-box;
}
.bubblebtn-nav .btn-style-bubble {
  border-color: #55bf39;
  background-color: #55bf39;
  color: #ffffff;
  transition: all 0.5s;
}
.bubblebtn-nav .btn-style-bubble:hover {
  box-shadow: inset 5em 0 0 0 #ffffff, inset -5em 0 0 0 #ffffff;
  border-color: #7a95ca;
  color: #7a95ca;
}

.bubblebtn-all {
  display: flex;
  justify-content: start;
}
.bubblebtn-all .click-btn {
  display: flex;
  width: auto;
  height: auto;
  padding: 1px 12px 1px 12px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 1s;
  box-sizing: border-box;
}
.bubblebtn-all .btn-style-bubble {
  border-color: #55bf39;
  background-color: #55bf39;
  color: #ffffff;
  transition: all 0.5s;
}
.bubblebtn-all .btn-style-bubble:hover {
  box-shadow: inset 5em 0 0 0 #ffffff, inset -5em 0 0 0 #ffffff;
  border-color: #7a95ca;
  color: #7a95ca;
}
.bubblebtn-all .btn-style-bubble-full {
  border-color: #7a95ca;
  background-color: #7a95ca;
  color: #ffffff;
  transition: all 0.5s;
}
.bubblebtn-all .btn-style-bubble-full:hover {
  box-shadow: inset 5em 0 0 0 #ffffff, inset -5em 0 0 0 #ffffff;
  border-color: #55bf39;
  color: #55bf39;
}

.bubblebtn {
  display: flex;
  justify-content: center;
}
.bubblebtn .click-btn {
  display: flex;
  width: auto;
  height: auto;
  padding: 1px 10px 1px 10px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 1s;
  box-sizing: border-box;
}
.bubblebtn .btn-style-bubble-customize {
  border-color: #55bf39;
  background-color: #55bf39;
  color: #ffffff;
  transition: all 0.5s;
}
.bubblebtn .btn-style-bubble-customize:hover {
  box-shadow: inset 7em 0 0 0 #ffffff, inset -7em 0 0 0 #ffffff;
  border-color: #7a95ca;
  color: #7a95ca;
}
.bubblebtn .btn-style-bubble-faq {
  border-color: #55bf39;
  background-color: #55bf39;
  color: #ffffff;
  transition: all 0.5s;
}
.bubblebtn .btn-style-bubble-faq:hover {
  box-shadow: inset 5em 0 0 0 #ffffff, inset -5em 0 0 0 #ffffff;
  border-color: #7a95ca;
  color: #7a95ca;
}

.nav-bottom .brand-logo {
  padding: 10px 0;
}

.top-nav {
  z-index: 999;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

.ps-3 {
  padding-inline-start: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.owl-nav {
  text-align: center;
  display: none;
}

.owl-dots {
  text-align: center;
  background: rgb(255, 255, 255);
  padding-bottom: 0.8rem;
}

button.owl-dot {
  height: 12px;
  margin-right: 13px;
  border-radius: 50%;
  border: none;
  background: #e3d9d9;
}

button.owl-dot.active {
  background: #005f00;
}

.home-banner {
  color: #fff;
}
.home-banner .row {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-banner .carousel .carousel-item > img {
  height: auto;
}
.home-banner h1 {
  font-weight: 700;
  color: #fff;
  line-height: normal;
}
.home-banner .carVectorim {
  background: url(../images/car-bg-texture.png);
  position: relative;
}
.home-banner .v1,
.home-banner .v2 {
  position: absolute;
}
.home-banner .v1 {
  margin-top: 1rem;
}
.home-banner .v2 {
  right: 0;
  bottom: 0;
}

.mainBanner {
  background: url(../images/banner/bestclassifiedscriptbanner.png);
  background-position: center;
  position: relative;
}
.mainBanner .review-ratings .grey-text {
  margin-right: 0.5rem;
}
.mainBanner h1 {
  color: #000000;
}
.mainBanner p {
  color: #000000;
}

.car-banner {
  color: rgb(0, 0, 0);
  position: relative;
}
.car-banner .v1 {
  margin-top: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.car-banner .v2 {
  right: 0;
  bottom: 0;
  margin-bottom: 2rem;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes hangtwo {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
.car-banner .right-banner {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.car-banner .row {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.car-banner .row .carSub {
  color: #d8262e;
}
.car-banner .carousel .carousel-item > img {
  height: auto;
}
.car-banner h1 {
  font-weight: 700;
  line-height: normal;
}

.pet-banner {
  background: url(../images/banner/petclassifiedscriptbanner.png);
  background-size: cover;
  color: #000000;
  position: relative;
}
.pet-banner .row {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pet-banner .row .petSub {
  color: #005f00;
}
.pet-banner .row .l5 img {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes hangtwo {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
.pet-banner .carousel .carousel-item > img {
  height: auto;
}
.pet-banner h1 {
  font-weight: 700;
  color: #fff;
  line-height: normal;
}

.carousel .indicators {
  bottom: 30px;
}
.carousel .indicators .indicator-item {
  margin: 4px;
}

.sec {
  padding: 3rem 0;
}

.sec.gray {
  background-color: #f5f5f5;
}

.main-title {
  font-weight: 300;
}
.main-title strong {
  font-weight: 700;
}

.section-headline {
  margin-bottom: 2rem;
}
.section-headline > h5 {
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1rem;
  position: relative;
}

.how-it-works .screen {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.how-it-works .box {
  padding: 20px 0;
}

.footer-top {
  background-color: #262626;
  padding: 3rem 0 2rem;
  color: #eee;
  overflow: hidden;
}

footer h5 {
  text-transform: uppercase;
}

.poweredby {
  display: inline-flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.poweredby > img {
  display: block;
  filter: brightness(0);
  max-width: 140px;
}

ul.foot-nav-two li {
  line-height: 30px;
  border: none;
}
ul.foot-nav-two > li > a {
  color: #eee;
}
ul.foot-nav-two > li > a:hover {
  color: #55bf39;
}

ul.foot-nav {
  -moz-columns: 2;
       columns: 2;
}
ul.foot-nav li {
  line-height: 30px;
  border: none;
}
ul.foot-nav > li > a {
  color: #eee;
}
ul.foot-nav > li > a:hover {
  color: #55bf39;
}

ul.socialIcons {
  display: flex;
  align-items: center;
}
ul.socialIcons h4 {
  padding-right: 1rem;
}
ul.socialIcons li {
  display: inline-block;
}
ul.socialIcons li a {
  display: block;
}
ul.socialIcons li a img {
  height: 40px;
  width: 40px;
}

.footer-bottom {
  background-color: #222;
  color: #eee;
  padding: 15px 0;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
}

.getQuote {
  font-size: 14px;
  position: fixed;
  right: 0;
  top: 40%;
  min-width: 100px;
  background-color: #ff9800;
  transform: rotate(-90deg);
  transform-origin: 106px 0;
  padding: 0 10px;
  border-radius: 12px;
  z-index: 999;
}
.getQuote > a {
  color: #fff;
  margin: 0;
  text-decoration: none;
}

.addressCard {
  position: relative;
  border-radius: 12px;
  border: 1px solid #005f00;
  background-color: #f1f9f2;
  transition: 0.4s;
}
.addressCard img {
  margin-right: 0.8rem;
}
.addressCard::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 60px;
  border-radius: 0 6px 6px 0;
  background-color: #005f00;
  transition: 0.4s;
}
.addressCard:hover {
  background-color: #ffffff;
  border: 1px solid #d8f7d1;
}
.addressCard:hover::after {
  height: 32px;
  top: 6px;
  background-color: #d8f7d1;
}

.addressBox pre {
  font-family: "Nunito", sans-serif;
  margin: 0;
  margin-left: -15px;
}
.addressBox a {
  color: #333;
}
.addressBox a:hover {
  color: #ffa726;
}
.addressBox .card .card-content h4 {
  font-weight: 600;
  margin: 0 0 15px;
}
.addressBox .card .card-content p {
  margin-bottom: 10px;
}
.addressBox p i {
  color: #55bf39;
  font-size: 18px;
  margin-right: 3px;
  vertical-align: middle;
}

.form-control {
  border-radius: 0.1rem;
}

.tp-fullwidth-container {
  width: 100% !important;
  position: relative;
  padding: 0;
}

.tp-fullscreen-container {
  width: 100% !important;
  position: relative;
  padding: 0;
}

.tp-banner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
}

.revolution {
  z-index: 998;
}
.revolution ul {
  display: none;
  margin: 0;
  list-style: none;
}
.revolution .tp-caption {
  color: #fff;
}
.revolution .main-title {
  font-size: 50px;
}
.revolution .lead {
  font-size: 28px;
}
.revolution .dark-layer {
  background: rgba(31, 33, 36, 0.6);
  padding: 20px;
}
.revolution .main-title.dark-layer {
  padding: 25px;
}
.revolution .light-layer {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  color: #404040 !important;
}
.revolution .main-title.light-layer {
  padding: 25px;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  top: 50% !important;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  color: #f7f7f7;
  padding: 0;
  width: 45px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.2);
}
.tp-leftarrow.default:before {
  content: "\e00c";
  left: 0;
  margin-left: -5px;
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  top: 50% !important;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  color: #f7f7f7;
  padding: 0;
  width: 45px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.2);
}
.tp-rightarrow.default:before {
  content: "\e010";
  margin-right: -5px;
}

.tparrows:before {
  font-family: "budicon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}
.tparrows:hover {
  background: rgba(0, 0, 0, 0.3);
}

.tp-bullets {
  bottom: 30px !important;
}

.tp-bullets.simplebullets.round .bullet {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  background: rgba(0, 0, 0, 0.3);
}
.tp-bullets.simplebullets.round .bullet:hover {
  background: rgba(0, 0, 0, 0.5);
}
.tp-bullets.simplebullets.round .bullet.selected {
  background: rgba(0, 0, 0, 0.5);
}

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-loader.spinner0 {
  background: none !important;
  height: 40px;
  width: 40px;
  animation: rotation 0.8s infinite linear;
  border-left: 3px solid rgba(74, 162, 209, 0.15);
  border-right: 3px solid rgba(74, 162, 209, 0.15);
  border-bottom: 3px solid rgba(74, 162, 209, 0.15);
  border-top: 3px solid rgba(74, 162, 209, 0.8);
  border-radius: 100%;
  margin: -20px -20px;
  top: 50%;
  left: 50%;
  z-index: 1000;
  position: absolute;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.tp-bannertimer {
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 200;
}

.tp-dottedoverlay.twoxtwo {
  background: rgba(38, 39, 42, 0.4);
}

.feature {
  background-color: #fff;
  box-shadow: none;
  margin-bottom: 1rem;
}
.feature .desc > p {
  height: 130px;
  overflow: hidden;
}
.feature .icon {
  display: block;
  height: 96px;
}
.feature .icon > img {
  max-height: 96px;
  max-width: 96px;
  margin: auto;
}
.feature > .card-image {
  padding: 1rem;
  padding-bottom: 0;
}
.feature > .card-content > p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  min-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featuresGrid .feature {
  min-height: 200px;
}
.featuresGrid .card {
  height: calc(100% - 1.5rem);
}

#why .card {
  height: calc(100% - 1.5rem);
  height: 100%;
  background-size: 200% 200%;
  border: 1px solid #b0eac1;
  background-image: linear-gradient(to top, #def6e1 50%, transparent 50%);
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
#why .card:hover {
  background-image: linear-gradient(to top, #def6e1 51%, transparent 50%);
  background-position: 0 100%;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
#why .card h4 {
  color: #4caf50;
  font-weight: 600;
}
#why .card .h4 {
  color: #4caf50;
  font-weight: 600;
}

.btn-small {
  font-size: 0.85rem;
  height: 30px;
  line-height: 30px;
  padding: 0 1rem;
}

.offer .icon {
  display: block;
  height: 96px;
}
.offer .icon > img {
  max-height: 96px;
  max-width: 96px;
  margin: auto;
}

.process .content {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: center;
}
.process .content .icon {
  height: 84px;
  width: 84px;
  margin: 0 auto 10px;
}
.process .content .icon > img {
  height: 84px;
  width: 84px;
}

.sFeatures .process h5 {
  margin-top: 0;
}
.sFeatures .process p {
  margin: 0 0 8px;
}

.technology {
  overflow: visible;
}
.technology .owl-item .item {
  background-color: #fff;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.technology .owl-controls .owl-nav .owl-prev {
  position: absolute;
  background-color: #55bf39;
  border-radius: 50%;
  top: calc(50% - 20px);
  height: 36px;
  width: 36px;
  color: #fff;
  padding: 3px 12px;
  left: -20px;
}
.technology .owl-controls .owl-nav .owl-next {
  position: absolute;
  background-color: #55bf39;
  border-radius: 50%;
  top: calc(50% - 20px);
  height: 36px;
  width: 36px;
  color: #fff;
  padding: 3px 12px;
  right: -20px;
}
.technology .owl-controls .owl-nav .zmdi {
  font-size: 2rem;
}

.owl-carousel.technology {
  height: auto;
}
.owl-carousel.technology .owl-item {
  min-height: 130px;
}

.testimonial .carousel {
  height: 320px !important;
}
.testimonial .carousel .indicators .indicator-item {
  height: 10px;
  width: 10px;
  background-color: rgba(85, 191, 57, 0.5);
}
.testimonial .carousel .indicators .indicator-item.active {
  background-color: #55bf39;
}
.testimonial .quote {
  margin-bottom: 20px;
}
.testimonial .quote .icon {
  margin: 0 auto;
  height: 80px;
  width: 80px;
  border: 2px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial .quote img {
  width: 84px;
  height: 84px;
  display: block;
}

.quote .author {
  text-align: center;
}
.quote .author h5 {
  margin: 10px 0 0;
  font-size: 1.25rem;
}

blockquote p:before {
  margin-right: 8px;
  font-size: 32px;
  display: inline-block;
  color: #bfbfbf;
  line-height: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  content: "❞";
}
blockquote p:after {
  margin-right: 8px;
  font-size: 32px;
  display: inline-block;
  color: #bfbfbf;
  line-height: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  content: "❝";
}
blockquote small {
  text-transform: uppercase;
}

blockquote.box {
  padding: 1px 1rem;
  border-left: none;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.error {
  color: #a94442;
}

.get_in_touch {
  min-height: 600px;
}
.get_in_touch input[type=text] {
  margin-bottom: 0 !important;
}
.get_in_touch input[type=email] {
  margin-bottom: 0 !important;
}
.get_in_touch textarea.materialize-textarea {
  margin-bottom: 0 !important;
}

.tabs.vertical {
  height: auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

ol.list-type li {
  margin-bottom: 10px;
}

.offers ul {
  font-size: 1.15rem;
  margin-bottom: 0;
  overflow: hidden;
}
.offers ul li {
  margin-bottom: 10px;
  padding-left: 26px;
  padding-right: 1rem;
  position: relative;
}
.offers ul li:before {
  content: "\f269";
  font-family: "Material-Design-Iconic-Font";
  color: #ff9800;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.5rem;
}

ul.bullet-style {
  padding-left: 20px;
}
ul.bullet-style li {
  list-style: disc;
}

.classify-text h3 {
  position: relative;
  font-size: 1.5rem;
}
.classify-text h3 span {
  font-size: 2rem;
  color: #55bf39;
  border: 2px solid #ffa726;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 46px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}

.side-nav li > a {
  padding: 0 20px;
}

.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header > h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.credential .card .card-content {
  text-align: center;
}
.credential .card .card-content img {
  max-width: 128px;
}

#screenshots .card-image {
  border-bottom: 1px solid #ddd;
  max-height: 220px;
  overflow: hidden;
  position: relative;
}
#screenshots .card-image > a {
  display: block;
}
#screenshots .card-image > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#screenshots .card-image > a:hover:after {
  background-color: rgba(0, 0, 0, 0.35);
  transition: 0.5s;
  box-shadow: none;
}
#screenshots .card-image > a:hover .zoom {
  display: block;
}
#screenshots .card-image .zoom {
  width: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5px;
  z-index: 9;
  border-radius: 50%;
  display: none;
}
#screenshots .card .card-content {
  padding: 15px;
}
#screenshots .card .card-content h5 {
  margin: 0;
  text-transform: capitalize;
}

.whatsapp {
  box-shadow: 0 0 6px #999;
  background-color: #fff;
  position: fixed;
  bottom: 20px;
  left: 20px;
  text-align: center;
  border-radius: 4px;
  z-index: 99;
}
.whatsapp > a {
  color: #333;
  display: block;
  padding: 3px 12px;
}
.whatsapp > a:hover {
  color: #039be5;
}
.whatsapp > a > img {
  vertical-align: middle;
}

#sidenav-overlay {
  z-index: 996;
}

.page-banner {
  padding: 20px 0;
  background-color: #4caf50;
}
.page-banner h1 {
  margin-bottom: 0;
}
.page-banner .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.collapsible-body {
  background-color: #fff;
}

.one-page-menu {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 9;
}
.one-page-menu ul {
  position: relative;
  height: 40px;
  width: 100%;
  white-space: nowrap;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.one-page-menu ul > li {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.one-page-menu ul > li > a {
  border-bottom: 1px solid transparent;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease;
}
.one-page-menu ul > li > a:hover {
  color: #55bf39;
}
.one-page-menu ul > li.active > a {
  border-bottom-color: #55bf39;
  color: #55bf39;
}

ul.points {
  display: flex;
  flex-wrap: wrap;
}
ul.points > li {
  margin: 5px 0;
  position: relative;
}
ul.points > li:before {
  font-family: "Material-Icons";
  content: "\e928";
  color: #55bf39;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.collapsible-header i {
  vertical-align: middle;
}
.collapsible-header > h5 {
  margin: 0;
}

.thankyou {
  background-color: #ecf3ff;
  min-height: 450px;
}
.thankyou .box {
  width: 500px;
  margin: auto;
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 0.25rem;
}
.thankyou .box > h1 {
  margin: 0;
}

.app > a {
  display: table;
  position: relative;
  overflow: hidden;
}
.app > a > img {
  display: block;
  max-height: 48px;
}
.app .coming-soon {
  background-color: #e53038;
  color: #fff;
  position: absolute;
  top: 2px;
  right: -16px;
  font-size: 9px;
  letter-spacing: -0.25px;
  padding: 0.25rem 1rem 0.25rem 3rem;
  transform: rotate(27deg);
  text-transform: uppercase;
}

#demos {
  background: url(../images/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  font-size: 16px;
}
#demos li {
  display: flex;
  align-items: center;
}
#demos li i {
  color: rgb(247, 153, 11);
  font-size: 14px;
  padding-right: 0.3rem;
}
#demos .card {
  box-shadow: none;
  background-color: transparent;
}
#demos .card .card-content p {
  margin-bottom: 0.75rem;
}

.platform_list li {
  list-style-type: disc !important;
}

.stopflexx {
  display: inline-block !important;
}

.revenuegrid .card {
  height: calc(100% - 1.5rem);
}
.revenuegrid .revenue {
  min-height: 236px;
}

#faqs .accordion button {
  font-weight: 500;
  font-size: large;
}

#how-we-work {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: rgb(20, 20, 20);
}
#how-we-work .col.l3.m12.s12.mt-3 {
  margin-bottom: 12px;
}
#how-we-work .loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  background: rgb(50, 50, 50);
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
#how-we-work .loader::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(var(--clr), transparent, transparent);
  animation: animate 1.5s linear infinite;
}
#how-we-work .loader::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: rgba(50, 50, 50, 0.9);
}
#how-we-work .card-body {
  z-index: 1000;
}
#how-we-work h5 {
  z-index: 1000;
  color: #fff;
}
#how-we-work .h5 {
  z-index: 1000;
  color: #fff;
}
#how-we-work p {
  color: #fff;
  z-index: 1000;
}

#pricing-table th {
  font-size: 1.2rem;
  font-weight: 500;
  color: #00c247;
}
#pricing-table .row .whats_card {
  height: 100%;
  border-radius: 0.5rem;
  border-color: rgba(135, 197, 158, 0.75);
}
#pricing-table .row .whats_card::before {
  content: "";
  border: 2px solid transparent;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  transition: 0.5s;
}
#pricing-table .row .whats_card:hover::before {
  background-color: rgba(13, 253, 93, 0.1);
  left: 0rem;
  top: 0;
  height: 100%;
  width: 100%;
}
#pricing-table .row .custom_card {
  height: 100%;
  border-radius: 0.5rem;
  border-color: rgba(240, 230, 124, 0.75);
}
#pricing-table .row .custom_card::before {
  content: "";
  border: 2px solid transparent;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  transition: 0.5s;
}
#pricing-table .row .custom_card:hover::before {
  background-color: rgba(253, 205, 13, 0.1);
  left: 0rem;
  top: 0;
  height: 100%;
  width: 100%;
}

.col.l4.m6.s12 {
  margin-bottom: 1.5rem;
}

.card-body {
  padding: 0.75rem;
}

.svgBanner {
  position: relative;
  color: white;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.svgBanner h1 {
  margin-bottom: 0;
}
.svgBanner .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.svgBanner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.svgBanner .svg {
  overflow: visible;
  shape-rendering: geometricPrecision;
  transform-style: preserve-3D;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  backface-visibility: hidden;
}

#line .st5 {
  fill: none;
  filter: url(#f1);
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 1, 2000;
  stroke-dashoffset: 2000;
  animation: dot 9s 3s forwards ease 1, pulse 0.25s infinite;
}
#line .st6 {
  fill: none;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 200, 2000;
  stroke-dashoffset: 2000;
  animation: line 9s 9s forwards ease infinite;
}
#line .st4 {
  opacity: 0;
  stroke: rgba(255, 255, 255, 0);
  fill: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: strokeFade 10s alternate linear infinite, fadeIn 4s 0.5s forwards ease 1, dash 9s 3s forwards ease 1;
  transform-origin: 50% 100%;
}

#graphic .st1 {
  fill: url(#GRAD_2);
  animation: fadeInUpRight 14s forwards linear;
  transform-origin: 50%;
}
#graphic .st2 {
  fill: url(#GRAD_3);
  animation: fadeInLeft 8s forwards linear;
  transform-origin: 50%;
}
#graphic .st3 {
  fill: url(#GRAD_4);
  animation: zoomInLeft 12s forwards linear;
  transform-origin: 50% 100%;
}

#background rect.st0 {
  fill: url(#GRAD_OVERLAY);
}
#background rect.st1 {
  fill: none;
  opacity: 0;
  transform: translateY(0) translateX(0);
  animation: color-change 80s linear infinite, fadeIn 2s 0.5s forwards ease 1;
}

#keyfeatures .servicebox {
  text-align: center;
  margin-top: 0.57rem;
}
#keyfeatures .servicebox .icon {
  padding-top: 16px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: linear-gradient(263deg, #ff9800 0%, #4caf50 100%);
  margin-bottom: 20px;
  border-radius: 8px;
}

.servicebox .icon img {
  transition: all 0.3s ease 0s;
}
.servicebox:hover .icon > img {
  transform: rotateY(180deg);
}
.servicebox:hover .title:before {
  left: 100%;
}
.servicebox:hover .title:after {
  right: 100%;
}
.servicebox .title {
  color: #4caf50;
  border-bottom: 1px solid #00c247;
  display: block;
  line-height: 30px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 190px;
}
.servicebox .title:before {
  background: linear-gradient(90deg, rgb(85, 191, 57) 0%, rgb(255, 152, 0) 100%);
  border-radius: 100%;
  bottom: -5px;
  content: "";
  height: 10px;
  margin: 0 -5px 0 0;
  position: absolute;
  right: 50%;
  transition: all 0.4s ease 0s;
  width: 10px;
  left: 50%;
  margin: 0 0 0 -5px;
}
.servicebox .title:after {
  background: linear-gradient(90deg, rgb(85, 191, 57) 0%, rgb(255, 152, 0) 100%);
  border-radius: 100%;
  bottom: -5px;
  content: "";
  height: 10px;
  margin: 0 -5px 0 0;
  position: absolute;
  right: 50%;
  transition: all 0.4s ease 0s;
  width: 10px;
}
.servicebox .description {
  padding: 0 15px;
  line-height: 27px;
  transition: all 300ms ease 0s;
}

#pricetable {
  background: linear-gradient(-45deg, #deffd6, #fff1dd, #eaffe5, #fff7ec);
  background-size: 400% 400%;
  animation: gradient 8s ease infinite;
}
#pricetable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#pricetable table caption {
  font-size: 1.2em;
  margin: 0.5em 0 0.75em;
}
#pricetable table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
#pricetable table th {
  padding-left: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
}

table td {
  padding-left: 40px;
}

#getstarted .container {
  border: 1px solid #d8fcd9;
  border-radius: 8px;
  text-align: center;
}
#getstarted .card {
  box-shadow: none;
}
#getstarted .title {
  text-align: left;
}
#getstarted p {
  text-align: left;
}

.timeline-main {
  width: 100%;
  padding: 25px;
}
.timeline-main .timeline-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.timeline-main .timeline-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: calc(100% - 10px);
  background-color: #b6862d;
  animation: line 5s linear;
}
.timeline-main .timeline-wrap .timeline-card {
  width: 50%;
  margin-right: auto;
  position: relative;
}
.timeline-main .timeline-wrap .timeline-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #d8262e;
  animation: fadeIn 1.5s;
  animation-fill-mode: both;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
  height: 100%;
  margin-right: 35px;
  background-color: #ffffff;
  border: 1px solid #f5c7c9;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  animation: fadeInRight 2.5s;
  animation-fill-mode: both;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -8px;
  height: 8px;
  width: calc(100% - 60px);
  background-color: #b6862d;
  border-radius: 5px 5px 0 0;
  opacity: 0.3;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: #f32836;
  border-radius: 5px;
  transform: rotate(45deg);
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  font-style: italic;
}
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  margin: 25px 0 0;
}

.os-plan {
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.os-plan > ul {
  overflow-x: auto;
}
.os-plan > ul li:first-child ul li:last-child {
  min-width: 460px;
}
.os-plan > ul li:last-child ul li {
  border-bottom: none;
}
.os-plan ul {
  padding: 0;
}
.os-plan ul li {
  display: flex;
  align-items: center;
}
.os-plan ul li ul {
  display: flex;
  flex: 1;
}
.os-plan ul li ul li {
  border-inline-end: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  flex: 1;
  justify-content: center;
  padding: 0.75rem;
  min-width: 235px;
}
.os-plan ul li ul li:first-child {
  background-color: #f9f9f9;
  justify-content: flex-start;
  flex: 0 0 20%;
  min-width: 140px;
}
.os-plan ul li ul li:last-child {
  border-inline-end: none;
}
.os-plan ul li ul li i {
  font-size: 1.25rem;
}
.os-plan ul li ul li del {
  font-size: 75%;
}
.os-plan .buttongap {
  margin-right: 1rem;
}

.text-green {
  color: #00c247;
}

.text-red {
  color: #f00;
}

.waves-effect .crownimage {
  vertical-align: sub;
}

.pricingbtn {
  overflow: hidden;
}

.pricingbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 70px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

@keyframes slide {
  0% {
    left: -40;
    top: 0;
  }
  50% {
    left: 40px;
    top: 0px;
  }
  100% {
    left: 120px;
    top: 0;
  }
}
.dropDownn {
  position: inherit;
}

.dropdown-trigger {
  position: relative;
}

#dropdown1 .card-text {
  display: flex;
  line-height: 2rem;
}
#dropdown1 .icons img {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.dropbg {
  background-color: #f8ebd3;
}
.dropbg .waves-light {
  width: 90%;
}

.dropdown-content {
  padding: 12px 1rem 1rem 1rem !important;
  border-radius: 8px;
}

.droplist {
  transition: 0.8s;
}
.droplist:hover .dropdown-content {
  display: block;
  opacity: 1;
}

.pagesDropdown {
  transition: 0.8s;
}
.pagesDropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
}
.pagesDropdown .dropdown-content li > a {
  color: #222;
}
.pagesDropdown .dropdown-content li.divider {
  background-color: #ffeed6;
}
.pagesDropdown .dropdown-content li:hover {
  background-color: #ffeed6;
}
.pagesDropdown .dropdown-content li:hover a {
  color: #ff9800;
}

.dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  width: 98%;
  left: 1% !important;
}

.megaMenu p {
  background-color: rgb(255, 239, 239);
  padding-left: 1rem;
  padding: 1rem;
  color: #b0eac1;
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.newTag {
  rotate: -26deg;
  margin-right: -9px;
}

/*--Shine Text Start--*/
.shine {
  animation-name: glow;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes glow {
  from {
    text-shadow: 0px 0px 5px #ff5722, 0px 0px 8px #ff9800;
  }
  to {
    text-shadow: 0px 0px 20px #4caf50, 0px 0px 20px #8bc34a;
  }
}
.shinee {
  animation-name: gloww;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes gloww {
  from {
    text-shadow: 0px 0px 20px #4caf50, 0px 0px 20px #8bc34a;
  }
  to {
    text-shadow: 0px 0px 5px #ff5722, 0px 0px 8px #ff9800;
  }
}
/*--Shine Text End--*/
.pagesDropdown i.right {
  margin-left: -4px;
}

.deviderr {
  width: 2px;
  height: 52px;
  background: rgba(36, 91, 163, 0.1215686275);
  margin-top: 9px;
}

.sidenavLi {
  margin-top: 70px;
}

.pe3 {
  padding-left: 3.3rem !important;
}

.whatisclassifiedscript .row {
  align-items: center;
}
.whatisclassifiedscript .row .card {
  background-color: transparent;
  box-shadow: none;
}

.whatclassifiedimg {
  display: inline-block;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes hang {
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
.multivendor .jobmodule {
  align-items: center;
}
.multivendor .jobmodule .card {
  box-shadow: none;
}
.multivendor .mobilesmodule {
  align-items: center;
}
.multivendor .mobilesmodule .card {
  box-shadow: none;
}
.multivendor .vehiclesmodule {
  align-items: center;
}
.multivendor .vehiclesmodule .card {
  box-shadow: none;
}
.multivendor .realestatemodule {
  align-items: center;
}
.multivendor .realestatemodule .card {
  box-shadow: none;
}
.multivendor .petsmodule {
  align-items: center;
}
.multivendor .petsmodule .card {
  box-shadow: none;
}

.whychooseUs {
  background-position: center;
  background-size: cover;
}
.whychooseUs h5 {
  text-transform: capitalize;
}
.whychooseUs .card {
  border: none;
  box-shadow: none;
}
.whychooseUs .card .card {
  border: 1px solid #ebe9e9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 12px;
  transition: 0.6s;
}
.whychooseUs .card .card:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.whychooseUs .scrollbardisply {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whychooseUs .scrollbardisply img {
  margin-right: 1rem;
}
.whychooseUs .sidebarSlide {
  overflow: auto;
  position: sticky;
  top: 12%;
}
.whychooseUs .mainSlidebar {
  min-height: 1000px;
  display: flex;
  flex-direction: column;
}
.whychooseUs .roww {
  display: flex;
  align-items: center;
}
.whychooseUs .roww .card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.whychooseUs .subImg {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.whychooseUs .imgg {
  margin-right: 1rem;
  width: 80px;
  height: 80px;
  background-color: #e3f2fd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: rgba(204, 222, 235, 0.51) 0px 10px 15px -3px, rgba(207, 228, 240, 0.51) 0px 4px 6px -2px;
}
.whychooseUs .leftsidebar:first-child:hover {
  background-color: #e6faed;
}
.whychooseUs .leftsidebar:nth-child(2):hover {
  background-color: #e6faf9;
}
.whychooseUs .leftsidebar:nth-child(3):hover {
  background-color: #fff3cd;
}
.whychooseUs .leftsidebar:nth-child(4):hover {
  background-color: #f8d7da;
}
.whychooseUs .leftsidebar:nth-child(5):hover {
  background-color: #e0cffc;
}
.whychooseUs .leftsidebar:nth-child(6):hover {
  background-color: #ffe5d0;
}
.whychooseUs .leftsidebar:nth-child(7):hover {
  background-color: #e6faf9;
}
.whychooseUs .leftsidebar:last-child:hover {
  background-color: #fff3cd;
}

.deliverable .card {
  height: calc(100% - 1rem);
  position: relative;
  border-radius: 12px 12px 0 0;
  background-color: rgba(236, 236, 236, 0.315);
  transition: 0.6s;
  padding-bottom: 20px;
}
.deliverable .card h5 {
  transition: 0.6s;
}
.deliverable .card p {
  transition: 0.6s;
}
.deliverable .card .deliverbottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  transition: 0.6s;
}
.deliverable .card .deliverbottom__one {
  background-color: #2c5697;
}
.deliverable .card .deliverbottom__two {
  background-color: #673ab7;
}
.deliverable .card .deliverbottom__three {
  background-color: #0c8b88;
}
.deliverable .card:hover h5 {
  color: #ffffff;
}
.deliverable .card:hover p {
  color: #ffffff;
}
.deliverable .card:hover .deliverbottom {
  background-color: rgba(0, 0, 0, 0.5);
}
.deliverable .card.delivercard_one:hover {
  background-color: #2c5697;
}
.deliverable .card.delivercard_two:hover {
  background-color: #673ab7;
}
.deliverable .card.delivercard_three:hover {
  background-color: #0c8b88;
}

.ctaSeo .row {
  display: flex;
  align-items: center;
}
.ctaSeo .row .card {
  background-color: rgb(243, 249, 241);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.ctaSeo .detailRow {
  position: relative;
}

.revenuegrid .card {
  border: 1px solid #ddffd4;
  border-radius: 12px;
  transition: 0.6s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.revenuegrid .card:hover {
  background-color: #fafff9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.revenuegrid .card .revenuesecondcard {
  background: linear-gradient(90deg, rgb(255, 233, 199) 0%, rgb(93, 194, 101) 100%);
  border-radius: 12px;
  transition: 0.6s;
}
.revenuegrid .card .revenuesecondcard .flexrevenueCrd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.revenuegrid .card .revenuesecondcard .flexrevenueCrd h5 {
  margin-bottom: 0;
}

.highlightedfeatures .row {
  margin-bottom: 1rem;
}
.highlightedfeatures .row .card {
  height: calc(100% - 1rem);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.6s;
}
.highlightedfeatures .row .card:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.partnersSlide .row {
  margin-top: 3rem;
}

.whatSupport .card {
  border: none;
  box-shadow: none;
  background-color: #f5f5f5;
}

.installnguide .container {
  background: url(../images/dashed-line-arrow-fullbg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.installnguide .container .card {
  box-shadow: none;
  background-color: rgba(240, 255, 245, 0);
}
.installnguide .container .card:hover .installicon {
  background-color: #ff9800;
  color: #ffffff;
}
.installnguide .container .installicon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff9800;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  transition: 0.4s;
  margin: auto;
  margin-bottom: 1rem;
}

.releasenote .collapsible-header {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.releasenote .collapsible-header .toggle-icon {
  transition: transform 0.3s ease;
}

li.active .collapsible-header .toggle-icon {
  transform: rotate(180deg);
}

.releasenote .dates {
  padding-inline-end: 1rem;
  min-width: 120px;
  color: #989898;
}

.releasenote .card {
  border-color: #e1fae4;
  height: calc(100% - 0.5rem);
}

.releasenote .card-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.releasenote .card-body .flex-grow-1 {
  border-inline-start: 2px solid #ececec;
}

.releasenote .rlsdate {
  display: flex;
  justify-content: space-between;
}
.releasenote .material-icons {
  font-size: 16px;
  padding-right: 0.5rem;
}

.relatedScripts {
  padding-bottom: 3rem;
}
.relatedScripts .card {
  height: 100%;
  background-color: #fffbe6;
  border-radius: 12px;
  border-right: 8px solid #3cc53c;
  border-bottom: 3px solid #3cc53c;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.relatedScripts .card .btn-floating {
  width: 60px;
  height: 60px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.relatedScripts .card .card-content {
  background-color: #fffbe6;
}

/*--Popup Image 2nd Style Start--*/
.imgflex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.imgflex .flexcircl {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 95, 0, 0.22);
  text-decoration: none;
  color: #005f00;
  border-radius: 50%;
  font-size: 14px;
}

/*--Popup Image 2nd Style End--*/
/*--Popup Image 1st Style Start--*/
.featureForall .primaryFeaturesall .card {
  position: relative;
}
.featureForall .primaryFeaturesall .card .screenimg {
  position: absolute;
  width: 41px;
  height: 41px;
  background: rgba(0, 95, 0, 0.22);
  color: #005f00;
  right: 0;
  bottom: 0;
  border-radius: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.youtubevdo .card {
  box-shadow: none;
  background-color: transparent;
}
.youtubevdo iframe {
  border-radius: 12px;
  width: 100%;
}
.youtubevdo .vdoleft .vdoleftCard {
  padding: 0.5rem 0;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #55bf39;
  border-radius: 12px;
  border: 1px solid #def2de;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  height: calc(100% - 2.5rem);
}
.youtubevdo .vdoleft .vdoleftCard h5 {
  margin-bottom: 0;
}

.mobileApp .row {
  align-items: center;
}
.mobileApp .rowappBtn {
  align-items: baseline;
  justify-content: flex-start;
}
.mobileApp .rowappBtn .mb-2 {
  margin-right: 1rem;
}
.mobileApp .card {
  box-shadow: none;
  background-color: transparent;
}

/*--Popup Image 1st Style End--*/
.modal-footer {
  align-items: center;
  justify-content: space-between;
}

.modal-fixed-header {
  padding: 0;
  height: 70%;
}
.modal-fixed-header .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/*--FEATURES PAGE DESIGN START--*/
.one-page-menu-two {
  background-color: inherit;
  border: 1px solid rgba(128, 128, 128, 0.2784313725);
  width: 64px;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  padding: 2rem 0 0rem;
  border-radius: 0 8px 8px 0;
  margin-top: 6%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  mix-blend-mode: initial;
  filter: brightness(1) invert(0);
}
.one-page-menu-two .leftpanelDiv {
  display: grid;
  justify-content: center;
  background: transparent;
}
.one-page-menu-two .leftpanelDiv .leftPanelmenu {
  padding-bottom: 2rem;
}
.one-page-menu-two .leftpanelDiv .leftPanelmenu a {
  color: #73c555;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: color 0.28s ease;
  display: flex;
  align-items: center;
}
.one-page-menu-two .leftpanelDiv .leftPanelmenu a i {
  font-size: 1.2rem;
}
.one-page-menu-two .leftpanelDiv .leftPanelmenu a:hover {
  color: #24a324;
}

.essentialFeatures .card {
  box-shadow: none;
  height: calc(100% - 0.5rem);
  bottom: calc(4% - 9px);
}

.featureForall {
  background-color: #f6fff6;
}
.featureForall .card {
  height: 100%;
}
.featureForall .tabs {
  background-color: transparent;
}
.featureForall ul li i {
  padding-right: 0.7rem;
}
.featureForall .tabs .tab a.active {
  background-color: #005f00;
  color: #ffffff;
  border-radius: 23px;
}
.featureForall .tabs .tab a {
  color: #005f00;
  background-color: #ffffff;
  border-radius: 23px;
}
.featureForall .tabs .indicator {
  display: none;
}
.featureForall .featureAll {
  margin-top: 2rem;
}
.featureForall .primaryFeaturesall .card {
  position: relative;
}
.featureForall .primaryFeaturesall .card .screenimg {
  position: absolute;
  width: 41px;
  height: 41px;
  background: rgba(0, 95, 0, 0.22);
  color: #005f00;
  right: 0;
  bottom: 0;
  border-radius: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.additionalFeatures .aditionalfCard {
  box-shadow: none;
}
.additionalFeatures .xl6 {
  margin-bottom: 1rem;
}
.additionalFeatures .additionalfeatureCard {
  height: 100%;
  position: relative;
  border: 1px solid #b8dbbb;
  transition: 0.6s;
}
.additionalFeatures .additionalfeatureCard:hover .lineside {
  height: 32px;
  background: #ade7ad;
}
.additionalFeatures .lineside {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background: #60cb6e;
  transition: 0.4s;
}

.classifiedfeaturesBanner {
  padding: 3rem 0;
}
.classifiedfeaturesBanner .row {
  align-items: center;
}

/*--FEATURES PAGE DESIGN END--*/
.widgets ul.pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.widgets .card {
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
}
.widgets .card .card-content {
  padding: 1.25rem 1.25rem 0 1.25rem;
  border-radius: 0 0 2px 2px;
}

.card .card-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-stacked {
  height: calc(100% - 1rem);
}

.bloglistingDetails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

span.badge {
  margin-left: 0;
  float: none;
  font-size: smaller;
  font-weight: 800;
  background: #f6f6ff;
  padding: 4px;
  border-radius: 8px;
  color: #8d8d8d;
}

.blogBtn {
  margin-left: 1.25rem;
}

.blogs ol.list-numbered {
  counter-reset: li;
  list-style: none;
  padding: 0;
  display: inline-block;
}
.blogs ol.list-numbered li {
  list-style: none;
  position: relative;
  padding-inline-start: 2.5rem;
  margin-bottom: 15px;
}
.blogs ol.list-numbered li a {
  color: #333;
  display: block;
}
.blogs ol.list-numbered li::before {
  content: counter(li);
  counter-increment: li;
  line-height: 28px;
  font-family: "Poppins", Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  color: #8ba80b;
  text-align: center;
  margin: 0;
  margin-left: 0;
  position: absolute;
  left: 0;
  font-size: 18px;
  transform: translateY(-10%);
}

.blog-details-custom h3 u {
  text-decoration: none;
}

.blog-details-custom img {
  width: 100% !important;
}

.top-nav .brand-logo > img {
  margin-top: 13px;
}

.categories ul.collection {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -0.25rem;
  margin-inline-end: -0.25rem;
  margin-bottom: 1.5rem;
  border: none;
}
.categories ul.collection li {
  list-style: none;
  flex: auto;
  margin: 0 0.25rem 0.5rem 0.25rem;
  border: 1px solid rgb(197, 197, 197);
  transition: 0.6s;
  border-radius: 4px;
  padding: 0.1rem 0.5rem;
}
.categories ul.collection li:hover {
  background-color: rgb(132, 168, 16);
  border-color: rgb(132, 168, 16);
}
.categories ul.collection li:hover a {
  color: #ffffff;
}
.categories ul.collection li a {
  text-decoration: none;
  color: #444444;
}

.pdf_download p {
  color: #f09301;
}

.aboutone .card {
  border: 0;
  box-shadow: none;
}

.aboutone .material-icons {
  font-size: 1rem;
  margin-right: 0.3rem;
  color: #00c247;
}

.demo .formCard {
  border: 1px solid rgb(182, 206, 144);
}

.multivendor {
  overflow: hidden;
}

.small-footer {
  border-radius: 0.625rem 0.625rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.small-footer {
  background-color: #fff;
  padding-top: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
}

.small-footer strong {
  color: #333;
}

.small-footer-copyrights {
  flex: 2;
}

.small-footer .footer-social-links {
  transform: none;
  flex: 1;
  text-align: end;
  float: inline-end;
  margin: 0 -5px 0 0;
  position: relative;
  top: 2px;
}

.small-footer .footer-social-links li {
  color: #333;
  transform: none;
  float: none;
  margin: 0 -3px;
}

.small-footer .footer-social-links li a {
  color: #333;
  transform: none;
}

.small-footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1px;
  text-align: center;
}

.small-footer > ul > li {
  margin-inline-start: -1px;
  flex: 1;
}

.small-footer > ul > li > a:not(.btn).active {
  color: #5ea92b;
}

.small-footer > ul > li > a:not(.btn) {
  color: #0d1927;
  display: block;
  padding: 6px;
}

.small-footer > ul > li > a:not(.btn).active img {
  filter: grayscale(0);
}

.small-footer > ul > li > a:not(.btn) img {
  font-size: 1.5rem;
  filter: grayscale(100%);
  margin-bottom: 0.1rem;
}

.small-footer > ul > li > a:not(.btn) span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.small-footer > ul > li > a:not(.btn).postAd-btn > div {
  background-color: #5ea92b;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  margin: auto;
  margin-top: -17px;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-footer > ul > li > a:not(.btn).postAd-btn img {
  filter: brightness(0) invert(1);
  /* margin-top: 14px; */
}

.small-footer > ul > li > a:not(.btn).postAd-btn {
  color: #fff;
}

.sidenavLi {
  margin-top: 1rem;
}

.close-sidenav {
  background-color: rgba(72, 72, 72, 0.05);
}

.side-nav li > a > i.material-icons {
  float: right;
  margin: 0;
}

/* media start */
@media (max-width: 567px) {
  .featureForall .tabs {
    background-color: #ffffff;
  }
  .featureForall .tabs .tab a.active {
    background-color: #ffffff;
    color: #005f00;
  }
  .featureForall .tabs .tab a {
    background-color: #ffffff;
    color: #aed1b1;
  }
  .featureForall .featureAll {
    margin-top: 0.1rem;
  }
  .featureForall ul li i {
    padding-right: 3px;
  }
  .featureForall ul li a strong {
    font-weight: 700;
    font-size: 10px;
  }
  .platform_list {
    text-align: left;
    padding-left: 20px !important;
  }
  .pet-banner {
    background-color: #ecfff1 !important;
  }
  .mainBanner {
    text-align: center;
  }
  .home-banner {
    background: whitesmoke;
  }
  .home-banner .row {
    padding: 30px 0;
  }
  .right-banner {
    display: none;
  }
  .mobileHide {
    display: none;
  }
  .page-banner .description {
    display: block;
    text-align: center;
  }
  .carousel .indicators {
    bottom: 4px;
  }
  .carousel .indicators .indicator-item.active {
    background-color: #e53038;
  }
  .carousel .indicators .indicator-item {
    background-color: #f5c7c9;
  }
  .carVectorim {
    text-align: center;
  }
  .carVectorim .v1 {
    display: none;
  }
  .carVectorim .v2 {
    display: none;
  }
}
@media (min-width: 601px) {
  .small-footer {
    display: none;
  }
  ul.points > li {
    flex: 0 0 50%;
  }
}
@media (min-width: 1199.98px) {
  .aboutone .row {
    display: flex;
    align-items: center;
  }
  .relatedScripts .card {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (min-width: 993px) {
  #demos .demo .row {
    display: flex;
    align-items: center;
  }
  #demos .demo .row .btn {
    margin-top: 0.5rem;
  }
  .addressBox .card .card-content {
    min-height: 0 !important;
  }
  .mobilesideNav {
    display: none;
  }
  .page-banner {
    padding: 30px;
  }
  .page-banner h1 {
    font-size: 2.5rem;
  }
  .page-banner p {
    font-size: 1.25rem;
  }
  .is-sticky .one-page-menu {
    background-color: #55bf39;
    border-bottom: none;
    z-index: 1;
  }
  .is-sticky .one-page-menu ul > li > a {
    color: #bdffab;
  }
  .is-sticky .one-page-menu ul > li > a:hover {
    color: #fff;
  }
  .is-sticky .one-page-menu ul > li.active > a {
    color: #fff;
  }
  ul.points > li {
    flex: 0 0 33.3333%;
  }
}
@media only screen and (min-width: 993px) {
  .includeprice {
    margin-top: 1rem;
  }
  #how-we-work .row .col.l3 {
    width: 50%;
    margin-bottom: 12px;
  }
}
@media (max-width: 489px) {
  .home-banner .carousel-item {
    padding-top: 2rem !important;
  }
  .home-banner .img-responsive {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobileoff {
    display: none;
  }
  .desktopoff {
    display: block;
  }
  .getQuote {
    display: none;
  }
  .review-ratings {
    justify-content: center;
  }
  .btnGroup {
    justify-content: center;
  }
  .demoimg {
    display: none;
  }
  .additionalFeatures h2 {
    text-align: center;
  }
  .one-page-menu ul {
    overflow-x: auto;
  }
  .youtubevdo {
    text-align: center;
  }
  .youtubevdo iframe {
    width: 385px;
  }
  .mobileApp {
    margin-bottom: 3rem;
  }
  .whatsapp {
    display: none;
  }
  nav {
    height: 82px;
  }
  nav .button-collapse i {
    height: 82px;
    line-height: 82px;
  }
  .small-footer {
    display: block;
    text-align: center;
  }
  .small-footer .footer-social-links {
    float: none;
    left: -10px;
    margin-top: 10px;
  }
  footer {
    display: none;
  }
  .mobilesideNav {
    left: -170px;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    background-color: #f3f8ff;
    border: 1px solid rgba(128, 128, 128, 0.2784313725);
    z-index: 9999;
    border-radius: 0 8px 8px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: block;
    width: 170px;
    transition: 0.5s;
  }
  .mobilesideNav .sidenav-trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: #1ca2e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 0 6px 6px 0;
    z-index: 99999;
    overflow-y: auto;
  }
  .mobilesideNav .one-page-menu-one li {
    padding-left: 12px;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
  }
  .mobilesideNav .one-page-menu-one li a {
    color: #0253c9;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    transition: color 0.28s ease;
  }
  .mobilesideNav .one-page-menu-one li a:hover {
    color: #245ba3;
  }
  .mobilesideNav .one-page-menu-one li > li.active > a {
    border-bottom-color: #55bf39;
    color: #1465cf;
  }
  .mobilesideNav.active {
    left: 0; /* Visible */
  }
  .pet-banner {
    text-align: center;
  }
  .pet-banner .review-ratings {
    justify-content: center;
  }
  .timeline-main .timeline-wrap::before {
    left: 95%;
  }
  .timeline-main .timeline-wrap .timeline-card {
    width: 95%;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
    padding: 20px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
    font-size: 18px;
    line-height: 28px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
    font-size: 14px;
    line-height: 24px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 992.98px) {
  .one-page-menu-two {
    display: none;
  }
  .partnersSlide .row {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .servicebox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .pet-banner {
    background-color: #a5d6a7;
  }
  .pet-banner h1 {
    color: #000000;
  }
  #pricetable table {
    border: 0;
  }
  #pricetable table th {
    padding-left: 5px;
  }
  #pricetable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #pricetable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  #pricetable table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  #pricetable table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #pricetable table td:last-child {
    border-bottom: 0;
  }
  table td {
    padding-left: 5px;
  }
}
@media (max-width: 1199px) {
  .pet-banner {
    background-color: #a5d6a7;
  }
  .displayHide {
    display: none;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .mobileoff {
    display: block;
  }
  .desktopoff {
    display: none;
  }
  .youtubevdo {
    text-align: center;
  }
  .youtubevdo iframe {
    width: 711px;
  }
  .timeline-main .timeline-wrap .timeline-card:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
  .timeline-main .timeline-wrap .timeline-card:nth-child(even)::after {
    right: unset;
    left: -10px;
    animation-delay: 2.6s;
  }
  .timeline-main .timeline-wrap .timeline-card:nth-child(even) .timeline-card-wrap {
    margin-right: 0;
    margin-left: 35px;
    animation: fadeInLeft 2.5s;
    animation-fill-mode: both;
    animation-delay: 2.5s;
  }
  .timeline-main .timeline-wrap .timeline-card:nth-child(even) .timeline-card-wrap::after {
    right: unset;
    border-left: none;
    left: -8px;
    border-right: 10px solid #f32836;
  }
}
@media (min-width: 490px) and (max-width: 576px) {
  .home-banner {
    height: 391px !important;
  }
  .home-banner .carousel-item {
    padding-top: 2rem;
    align-items: center;
    justify-content: center;
  }
  .home-banner .img-responsive {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 687px) {
  .home-banner {
    height: 391px !important;
  }
  .home-banner .carousel-item {
    padding-top: 2rem;
    align-items: center;
    justify-content: center;
  }
  .home-banner .img-responsive {
    display: none;
  }
}
@media (min-width: 688px) and (max-width: 768px) {
  .home-banner {
    height: 368px !important;
  }
  .home-banner .carousel-item {
    padding-top: 2rem;
    align-items: center;
    justify-content: center;
  }
  .home-banner .img-responsive {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .home-banner {
    height: 330px !important;
  }
  .home-banner .carousel-item {
    padding-top: 2rem;
    align-items: center;
    justify-content: center;
  }
  .home-banner .img-responsive {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1198px) {
  .home-banner {
    height: 451px !important;
  }
  .home-banner .carousel-item {
    padding-top: 2rem;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */.css.map */