html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #696969;
  font: 400 1rem/1.7 "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: #23303C;
  outline: none;
}

a:hover {
  text-decoration: none;
}

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

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #23303C;
  line-height: 1;
}

h2, .h2 {
  font-size: 2.2 rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #23303C;
  margin-bottom: 1rem;
}
h2 span, .h2 span {
  color: #00AD00;
}

h3 {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #23303C;
}

h4 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #23303C;
}

h5 {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #23303C;
}

h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #23303C;
}

p {
  font: 400 1rem/1.7 "Inter", sans-serif;
  margin-bottom: 1.25rem;
  color: #696969;
}

.btn {
  font: 500 16px/1 "Inter", sans-serif;
  padding: 12px 25px;
  border-radius: 4px;
  min-width: 140px;
  min-height: 45px;
  text-transform: uppercase;
  color: #fff;
}

.btn-primary {
  background-color: #00AD00;
  border-color: #00AD00;
  color: #fff;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #fff;
  border-color: #00AD00;
  color: #00AD00;
}

.btn-secondary {
  background-color: #23303C;
  border-color: #23303C;
  color: #fff;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #23303C;
  color: #23303C;
}

.text-primary {
  color: #00AD00 !important;
}

.text-secondary {
  color: #23303C !important;
}

.wrapper {
  overflow: hidden;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

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

ul.list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #3B3B3D;
  font-weight: 400;
}

ul.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /*font-family: fontAwesome; border: 1px solid $secondary-color; color: $secondary-color;*/
  background: url(../images/list-icon.png) center center no-repeat;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.section-padding {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-padding-top {
  padding-top: 6.25rem;
}

.section-padding-bottom {
  padding-bottom: 6.25rem;
}

.primary-color {
  color: #00AD00;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
  right: -1%;
  background: url(../images/next.png) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -1%;
  background: url(../images/prev.png) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

/* ---  FORM AREA -----*/
.form-control {
  height: 60px;
  border-radius: 28px;
  padding: 5px 20px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

/*	------ HEADER PART ------  */
.header {
  background: transparent;
  padding: 20px 0 10px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .logo img {
  max-width: 165px;
}

.top-menu ul li a {
  font-family: "Inter", sans-serif;
}

.header .btn.btn-primary > i {
  position: relative;
  left: -5px;
}

@media screen and (min-width: 992px) {
  /*	Sticky Header  */
  .header.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.97);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }
  .header.fix .logo img {
    max-width: 80px;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .top-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 991;
    margin: 0 5px;
  }
  .top-menu ul li a {
    padding: 4px 12px;
    font-weight: 600;
    color: #3B3B3D;
    font-size: 16px;
    display: block;
  }
  .top-menu ul li.dropdown > a:after {
    content: "";
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
    background: url(../images/dropdown.png) center center no-repeat;
  }
  .top-menu ul li a:hover,
  .top-menu ul li:hover > a,
  .top-menu ul li.current-menu-item > a {
    color: #00AD00;
  }
  .top-menu ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    width: 220px;
    background: #f3f2ee;
    padding: 10px 0;
    text-align: left;
  }
  .top-menu ul ul li {
    float: none;
    padding: 0 15px;
    margin: 0;
    display: block;
  }
  .top-menu ul ul li a {
    color: #111a21;
    display: block;
    padding: 5px;
    border: none;
    font-size: 18px;
  }
  .top-menu ul ul li.dropdown > a:after {
    display: none;
  }
  .top-menu ul ul li a:hover,
  .top-menu ul ul li:hover > a,
  .top-menu ul ul li.current-menu-item > a {
    color: #00AD00;
  }
  .top-menu ul ul ul {
    left: 100%;
    top: 0;
  }
  .top-menu ul li:hover > ul {
    display: block;
  }
  .top-menu ul li ul {
    opacity: 0;
    z-index: 10;
    top: -9999em;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    transform-origin: center top;
    transition-property: transform, opacity, top;
    transition-duration: 0.3s, 0.3s, 0s;
    transition-delay: 0s, 0s, 0.3s;
  }
  .top-menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
  }
  .top-menu ul ul li:hover > ul {
    top: -10px;
    left: 100%;
  }
  .top-menu ul li.current-menu-item > a {
    font-weight: 700;
  }
}
section {
  position: relative;
}

section > .arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 92px;
  height: 50px;
  margin: auto;
  z-index: 1;
  background: url(../images/shape1.png) top center no-repeat;
  background-size: contain;
}

section > * {
  position: relative;
  z-index: 2;
}

/* ---  BANNER AREA-----*/
.banner {
  background: url(../images/Banner.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
}
.banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner .container {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
.banner .container > .image-area {
  width: 560px;
  align-self: self-end;
}
.banner .content-area {
  padding: 8rem 0 6rem;
  flex: 1 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner .content-area h1 {
  margin-bottom: 20px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.banner .content-area h1 span {
  color: #00AD00;
}
.banner .content-area p {
  color: #fff;
}
.banner .content-area p span {
  color: #00AD00;
}
.banner .content-area ul li {
  color: #fff;
}
.banner .badge-area {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
}
.banner .btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin: 30px 0;
}
.banner .btn-area > * {
  flex: 0 0 100%;
}

.why-section {
  background-color: #23303C;
  color: #fff;
}
.why-section::before {
  content: "";
  width: 410px;
  height: 320px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: url(../images/ellipse1.png) no-repeat center center;
  background-size: auto;
}
.why-section > .arrow {
  background: url(../images/shape2.png) top center no-repeat;
}
.why-section h2 {
  color: #fff;
}
.why-section .list {
  gap: 20px 10px;
  display: flex;
  flex-wrap: wrap;
}
.why-section .list li h6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.why-section .list li span {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
}
.why-section .list li::before {
  background-image: url(../images/list-w.png);
}
.why-section .table-area {
  padding-top: 20px;
}
.why-section .table-area h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.why-section .table-area .table {
  max-width: 530px;
}
.why-section .table-area .table > :not(caption) > * > * {
  background-color: transparent;
  color: #DEDEDE;
  text-align: center;
  max-width: 200px;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 300;
  padding: 15px 10px;
}
.why-section .table-area .table tr th {
  color: #fff;
  font-weight: 400;
}

.trusted-section .image-area {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.08);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales-machine-section {
  background: url(../images/sales-machine-bg.png) no-repeat right center #F3F4F8;
  background-size: auto;
}
.sales-machine-section .content-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sales-machine-section .content-area > * {
  flex: 0 0 100%;
}
.sales-machine-section .content-area h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #00AD00;
  text-transform: uppercase;
}
.sales-machine-section .content-area h4 a {
  color: #00AD00;
}
.sales-machine-section .content-area h4 span {
  color: #696969;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 10px;
  text-transform: none;
}
.sales-machine-section .content-area h4 span a {
  color: #696969;
}
.sales-machine-section .content-area .item h5 {
  font-size: 1.25rem;
  font-weight: 600;
}
.sales-machine-section .content-area .item p {
  margin: 0;
  color: #696969;
}
.sales-machine-section .content-area .item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 0;
}
.sales-machine-section .content-area .item ul li {
  flex: 0 0 100%;
  color: #696969;
}
.sales-machine-section .content-area .item ul li::before {
  width: 18px;
  height: 18px;
  background-size: contain;
  top: 5px;
}
.sales-machine-section .content-area h3 {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.sales-machine-section .content-area h3 img {
  flex: 0 0 auto;
}
.sales-machine-section .content-area h3 span {
  flex: 1 0 0;
  margin-left: 15px;
}
.sales-machine-section .sales-slider .item {
  padding: 15px;
}
.sales-machine-section .sales-slider img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}

.store-section {
  background-color: #F3F4F8;
}
.store-section .store-steps-main {
  margin: 50px 0 0;
}
.store-section .store-steps-main .store-item {
  text-align: center;
}
.store-section .store-steps-main .store-item h5 {
  font-size: 1rem;
  font-weight: 600;
}
.store-section .store-steps-main .store-item .image-area {
  width: 115px;
  height: 115px;
  background-color: #00AD00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 25px auto;
  animation: pulse-animation 1.5s infinite;
  box-shadow: 0px 0px 1px 1px rgba(0, 255, 34, 0.1019607843);
}
.store-section .store-steps-main .store-item h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 15px;
}

ul.list-small {
  margin: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
ul.list-small li {
  font-size: 0.8rem;
  line-height: 1.3;
  flex: 0 0 100%;
}
ul.list-small li::before {
  width: 18px;
  height: 18px;
  background-size: contain;
  top: 5px;
}
ul.list-small li span {
  position: relative;
  padding-left: 25px;
}
ul.list-small li span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/list-icon.png) center center no-repeat;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: contain;
}

.strip-section {
  background-color: #F3F4F8;
}
.strip-section > .arrow {
  background: url(../images/shape3.png) top center no-repeat;
}
.strip-section .content-area {
  max-width: 830px;
}
.strip-section .content-area p {
  margin: 0;
}
.strip-section .btn {
  width: 100%;
}

.faq-section {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.faq-section .faq-area {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
.faq-section .faq-area .accordion-item {
  border: 0;
  flex: 0 0 100%;
}
.faq-section .faq-area .accordion-item .accordion-header .accordion-button {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f5f5f5;
}
.faq-section .faq-area .accordion-item .accordion-body {
  font-size: 14px;
  color: #4e5153;
  padding-top: 0;
}
.faq-section .faq-area .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #00AD00;
}
.faq-section .c-text h5 span {
  font-weight: 600;
}
.faq-section .res-table {
  border: 1px solid #000;
}
.faq-section .res-table > div:not(:last-child) div {
  border-right: 1px solid #000000;
}
.faq-section .res-table > div > div {
  padding: 8px 15px;
}
.faq-section .res-table > div > div:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.faq-section .res-table > div > div img {
  margin-right: 6px;
}

.c-text {
  margin: 30px 0 0;
}
.c-text h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-text h5 span {
  font-weight: 500;
  font-size: 1.25rem;
}

.competitor-section {
  background-color: #F3F4F8;
  position: relative;
  padding-top: 3rem;
}
.competitor-section .box-area {
  max-width: 950px;
  background-color: #fff;
  text-align: center;
  padding: 40px 25px 50px;
  margin: auto;
  position: relative;
  transform: translateY(50px);
}
.competitor-section .box-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 38px;
  margin: auto;
  z-index: 1;
  background: url(../images/shape2.png) top center no-repeat;
  background-size: contain;
}
.competitor-section .box-area h3 {
  font-size: 1.65rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.competitor-section .box-area h3 span {
  color: #00AD00;
}
.competitor-section .box-area h5 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.competitor-section .box-area h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #00AD00;
}
.competitor-section .box-area .btn {
  width: 460px;
  height: 70px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.competitor-section .box-area .note {
  font-size: 0.8rem;
  color: #23303C;
  margin: 20px 0 0;
}

.p-btn {
  animation: pulse-btn 1.35s infinite;
  box-shadow: 0 0 0 0 rgba(60, 141, 60, 0.5);
}

@keyframes pulse-btn {
  0% {
    transform: scale(0.95);
    border-radius: 0;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(60, 141, 60, 0);
    border-radius: 0;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(60, 141, 60, 0);
    border-radius: 0;
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 173, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 173, 0, 0);
  }
}
/* ---  FOOTER SECTION -----*/
footer {
  padding: 0rem 0 0;
  background-color: #23303C;
  color: #DEDEDE;
}
footer .footer-main {
  padding: 6rem 0 1.5rem;
}
footer h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
footer p {
  color: #DEDEDE;
  font-size: 14px;
}
footer h6 {
  font-size: 14px;
  color: #DEDEDE;
}
footer ul.footer-nav, footer ul.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul.footer-nav li, footer ul.footer-contact li {
  color: #CFCFCF;
  font-size: 14px;
  margin-bottom: 8px;
}
footer ul.footer-nav li a, footer ul.footer-contact li a {
  color: #DEDEDE;
  text-decoration: none;
  font-weight: 400;
}
footer ul.footer-nav li a:hover, footer ul.footer-contact li a:hover {
  text-decoration: none;
  color: #fff;
}
footer ul.footer-contact .email {
  word-break: break-all;
}
footer .footer-logo-area img {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  filter: brightness(0) invert(1);
}
footer .footer-logo-area p {
  font-size: 13px;
  color: #DEDEDE;
  margin-bottom: 8px;
}
footer .footer-logo-area .note {
  font-size: 13px;
}
footer .footer-logo-area .note i {
  color: #00AD00;
  margin-right: 5px;
}
footer .footer-row > div > * {
  padding-left: 10%;
  padding-right: 10%;
}
footer .copyright-row {
  padding: 70px 0 20px;
  text-align: center;
  margin: 0rem 0 0;
}
footer .copyright-row p {
  font-size: 16px;
  font-weight: 600;
  color: #DEDEDE;
  margin-bottom: 0px;
}

.thankyou-sec {
  background: url(../images/contact.jpg) center center no-repeat;
  background-size: cover;
}
.thankyou-sec:before {
  background-color: rgba(0, 0, 0, 0.75);
}
.thankyou-sec .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.thankyou-sec .content-area .content-area-wrap h1 {
  margin-bottom: 20px;
}
.thankyou-sec .content-area .content-area-wrap p {
  margin-bottom: 60px;
}

/* ---  POPUP -----*/
.modal {
  z-index: 9999;
}

.contact-modal .modal-content {
  background: transparent;
  border: 0;
}
.contact-modal .btn-close {
  float: right;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  background-size: 11px;
  background-color: #fff;
  opacity: 1;
}
.contact-modal .modal-body {
  padding: 2rem 1.5rem 2.5rem;
  background: #23303C;
  border: 4px solid #fff;
  border-radius: 30px;
}
.contact-modal h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.contact-modal .form-control {
  margin-bottom: 15px;
  background: rgb(255, 255, 255);
  border-radius: 6px;
}
.contact-modal .form-control.textarea-form-control {
  height: 100px;
}
.contact-modal .form-control:focus, .contact-modal button:focus {
  box-shadow: none;
}

/* ==============================    RESPONSIVE CSS    ========================== */
@media (min-width: 1800px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1200px) {
  .store-section .store-steps-main > div:nth-child(even) {
    margin-top: 80px;
  }
  .store-section .store-steps-main > div:nth-child(odd), .store-section .store-steps-main > div:nth-child(2) {
    position: relative;
  }
  .store-section .store-steps-main > div:nth-child(odd)::before, .store-section .store-steps-main > div:nth-child(2)::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    right: -60px;
    top: 0;
    background: url(../images/line1.png) no-repeat center center;
    background-size: contain;
  }
  .store-section .store-steps-main > div:nth-child(2)::before {
    background: url(../images/line2.png) no-repeat center center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .banner .container {
    max-width: 96%;
  }
  .banner .container > .image-area {
    width: 490px;
  }
  .banner .content-area {
    padding: 4rem 0 2rem;
  }
  .banner .content-area h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-menu ul li a {
    padding: 4px 8px;
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .wrapper {
    left: 0;
    position: relative;
  }
  .hidden-menu {
    overflow: hidden;
  }
  .hidden-menu .wrapper {
    left: 270px;
  }
  .btn-topmenu {
    color: #000 !important;
    font-size: 16px;
    float: right;
    padding: 0;
    width: 30px;
    height: 32px;
    position: relative;
    margin-left: 20px;
    top: 3px;
  }
  .btn-topmenu .menu-bar {
    height: 2px;
    width: 15px;
    display: block;
    background: #000;
    position: absolute;
    right: 0;
    top: 44%;
  }
  .btn-topmenu .menu-bar::after {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #000;
    bottom: 8px;
  }
  .btn-topmenu .menu-bar::before {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #000;
    top: 8px;
  }
  .btn-topmenu .menu-bar::after, .btn-topmenu .menu-bar::before {
    position: absolute;
    transition: all 200ms linear;
    right: 0;
  }
  .btn-topmenu:focus, .btn-topmenu.focus {
    outline: 0;
    box-shadow: none;
  }
  .btn-topmenu.on .menu-bar {
    background-color: transparent;
  }
  .btn-topmenu.on .menu-bar:after {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
  }
  .btn-topmenu.on .menu-bar:before {
    transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
  }
  .hidden-menu .btn-topmenu {
    position: absolute;
    left: -15px;
    background: #ff3a13;
    width: 40px;
  }
  .hidden-menu .btn-topmenu .menu-bar {
    right: 8px;
  }
  .hidden-menu .btn-topmenu .menu-bar::before, .hidden-menu .btn-topmenu .menu-bar::after {
    background: #fff;
  }
  .menu-logo {
    text-align: center;
    padding: 30px 30px;
  }
  .menu-logo h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  .menu-logo h1 a {
    color: #fff;
  }
  .top-menu, .wrapper {
    transition: all 200ms linear;
  }
  .top-menu {
    position: fixed;
    top: 0;
    left: -270px;
    z-index: 9992;
    width: 270px;
    height: 100%;
    background: #2e2e2e;
    overflow-y: scroll;
  }
  .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .top-menu ul li {
    border-top: solid 1px #3c3c3c;
  }
  .top-menu ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    color: #a3a3a3;
  }
  .top-menu ul li.dropdown .arrow {
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    width: 40px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
    cursor: pointer;
  }
  .top-menu ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .top-menu ul li.dropdown > a {
    padding-right: 40px;
  }
  .top-menu ul ul {
    padding-bottom: 10px;
    display: none;
  }
  .top-menu ul ul li {
    border: none;
  }
  .top-menu ul ul li a {
    padding: 4px 20px 4px 30px;
  }
  .top-menu ul ul li.dropdown .arrow {
    height: 43px;
    line-height: 38px;
  }
  .top-menu ul ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .top-menu.open {
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .top-menu ul li a:hover, .top-menu ul li.current-menu-item a {
    color: #fff;
  }
  .top-menu ul li.dropdown.open > .arrow:after {
    content: "\f106";
  }
  .top-menu ul li.dropdown.open > ul {
    display: block;
  }
  .top-menu.open .menu-logo {
    background: #fff;
  }
  .section-padding {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .banner .container > .image-area {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .banner .btn-area {
    gap: 10px 10px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
  p, body {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.175rem;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .banner .content-area h1 {
    font-size: 3.5rem;
  }
  .banner .btn-area .btn {
    min-width: 100%;
    line-height: 1.25;
  }
  .why-section .list li {
    line-height: 1;
  }
  .why-section .list li span {
    font-size: 0.9rem;
    display: block;
    line-height: 1.4;
    margin-top: 6px;
  }
  ul.list-small li {
    font-size: 0.9rem;
    display: block;
    line-height: 1.4;
  }
  .why-section .table-area .table tr td, .why-section .table-area .table tr th {
    font-size: 1rem;
  }
  .store-section .store-steps-main {
    margin: 0px 0 0;
  }
  .store-section .store-steps-main .store-item li {
    font-size: 1rem;
  }
  .competitor-section .box-area::before {
    width: 50px;
    height: 27px;
  }
  .competitor-section .box-area .note {
    font-size: 0.9rem;
  }
  .competitor-section .box-area .btn {
    line-height: 1.4;
  }
  footer .footer-row > div > * {
    padding-left: 2%;
    padding-right: 2%;
  }
  section > .arrow {
    width: 50px;
    height: 27px;
    background-size: contain !important;
  }
  .strip-section .content-area {
    text-align: center;
  }
  .strip-section .btn {
    margin-top: 25px;
  }
  .faq-section .res-table > div:not(:last-child) div {
    border-right: 0;
  }
  .faq-section .res-table > div:not(:last-child) > div:last-child {
    border-bottom: 1px solid #000;
  }
}/*# sourceMappingURL=style4.css.map */