@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Outfit', sans-serif;
}

p {
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
}

li {
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
}

body {
  font-size: 14px;
  color: #4a4a4a;
  font-family: 'Outfit', sans-serif;
  overflow-x: hidden;
  font-weight: 300;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-warning {
  background-color: #DD5F0A;
  color: #ffffff;
  border: none;
  font-weight: 300;
}

.btn-warning:hover {
  background: #000;
  color: #fff;
}

.btn {
  border-radius: 18px;
  font-size: 14px;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-primary {
  background-color: #DD5F0A !important;
}

.center, .navbar-wrapper, .hero-section .hero-content, .product .hero-product-section .hero-content, .product-pricing-section .hero-content, .contact-section .hero-content, .remote-block .remote-section .hero-content, .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.navbar-expand-lg .navbar-collapse {
  -ms-flex-preferred-size: min-content;
      flex-basis: min-content;
}

.navbar-light .navbar-brand {
  width: 110px;
  display: block;
}

.navbar-light .navbar-brand img {
  width: 100%;
  display: block;
}

.navbar-light .navbar-brand.secondary-logo {
  display: none;
}

.navbar-fixed-top {
  color: #4e4e4e;
}

.navbar-fixed-top .navbar-brand {
  display: none;
}

.navbar-fixed-top .navbar-brand.secondary-logo {
  display: block;
}

.logo-wrapper {
  -webkit-box-flex: 8;
      -ms-flex: 8 0 0px;
          flex: 8 0 0;
}

.show-mobile {
  display: none;
}

.navbar-wrapper .logo {
  height: 30px;
  width: auto;
}

.navbar-wrapper > div {
  -webkit-box-flex: 10%;
      -ms-flex: 10% 0 0px;
          flex: 10% 0 0;
}

.navbar-wrapper .secondary-logo {
  display: none;
}

.navbar-wrapper .btn {
  padding: 10px;
  width: 145px;
  border-radius: 55px;
}

.navbar {
  background-color: #1c1c1c !important;
  padding: 0.2rem;
  z-index: 2;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 15px;
  font-size: 16px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #DD5F0A;
}

.navbar.navbar-fixed-top {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 10px #00000021;
          box-shadow: 0px 0px 10px #00000021;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar.navbar-fixed-top .navbar-nav .nav-item .nav-link {
  color: #4e4e4e;
  padding: 15px;
}

.navbar.navbar-fixed-top .navbar-nav .nav-item .nav-link:hover {
  color: #DD5F0A;
}

.hero-section, .product .hero-product-section, .product-pricing-section, .contact-section {
  background-image: url("../img/mugu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  z-index: 1;
  position: relative;
  background-position: center;
}

.hero-section .hero-content, .product .hero-product-section .hero-content, .product-pricing-section .hero-content, .contact-section .hero-content {
  height: 80vh;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: left !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.hero-section .hero-content h2, .product .hero-product-section .hero-content h2, .product-pricing-section .hero-content h2, .contact-section .hero-content h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
  width: 100%;
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}

.hero-section .hero-content h2 span + span, .product .hero-product-section .hero-content h2 span + span, .product-pricing-section .hero-content h2 span + span, .contact-section .hero-content h2 span + span {
  display: inline-block;
}

.hero-section .hero-content button, .product .hero-product-section .hero-content button, .product-pricing-section .hero-content button, .contact-section .hero-content button {
  margin-top: 50px;
}

.hero-section:before, .product .hero-product-section:before, .product-pricing-section:before, .contact-section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.text-warning {
  color: #DD5F0A !important;
}

.hero-section .hero-content h3, .product .hero-product-section .hero-content h3, .product-pricing-section .hero-content h3, .contact-section .hero-content h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
}

.hero-section .hero-content h3 span, .product .hero-product-section .hero-content h3 span, .product-pricing-section .hero-content h3 span, .contact-section .hero-content h3 span {
  display: block;
}

.hero-section .hero-content h3 span + span, .product .hero-product-section .hero-content h3 span + span, .product-pricing-section .hero-content h3 span + span, .contact-section .hero-content h3 span + span {
  display: inline-block;
}

.hero-section .hero-content .btn, .product .hero-product-section .hero-content .btn, .product-pricing-section .hero-content .btn, .contact-section .hero-content .btn {
  padding: 10px 40px;
  border-radius: 55px;
  font-size: 20px;
  font-weight: 300;
}

section {
  padding: 60px 0px;
}

.features {
  background-color: #ffffff;
}

.features .features-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.features .features-text h2 {
  font-size: 3rem;
  color: #4e4e4e;
}

.bg-light {
  background-color: #f9f9fb;
}

.bg-white {
  background-color: #ffffff !important;
}

.solution-card {
  background-color: #f9f9fa;
  position: relative;
  min-height: 100%;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.solution-card div[class='col-'] {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution-card h5 {
  margin-top: 20px;
  padding: 0px 334px 20px 0px;
  font-size: 22px;
  font-weight: 500;
  color: #484848;
  margin-bottom: 20px;
}

.solution-card .card-img, .solution-card .card-img-right {
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.solution-card .card-img img, .solution-card .card-img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.solution-card .card-img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.solution-card .card-footer, .solution-card .card-footer-right {
  background: none;
  border: none;
  border-radius: 0;
  padding: 20px 0 0 0;
}

.solution-card .card-footer small, .solution-card .card-footer-right small {
  color: #DD5F0A;
  font-size: 1.1rem;
  font-weight: 500;
}

.solution-card .card-footer h3, .solution-card .card-footer-right h3 {
  font-size: 22px;
  text-decoration: none;
  color: #4e4e4e;
  font-weight: 500;
  display: block;
}

.solution-card .card-footer p, .solution-card .card-footer-right p {
  margin: 11px 0;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 30px;
}

.solution-card .card-footer h4, .solution-card .card-footer-right h4 {
  margin: 25px 0 15px 0;
  font-size: 25px;
}

.solution-card .card-footer-right {
  padding: 20px;
  width: 93%;
}

.solution-card .card-footer-right p {
  margin: 11px 0;
  font-size: 1.1rem;
}

.solution-card .card-footer-right small {
  color: #DD5F0A;
  font-size: 1.1rem;
  font-weight: 500;
}

.accordion-body {
  font-size: 1.1rem;
}

.features div[class*='col-'] {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.features .card {
  height: 100%;
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
  border: none;
}

.icon-wrapper {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
}

.icon-wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

.icon-wrapper div .icon {
  background-color: #fcd3b7;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.icon-wrapper div .icon-content p {
  margin: 0;
  text-align: left;
  font-weight: 500;
}

.icon-wrapper div .icon-content p span {
  display: block;
  text-align: left;
}

a.link {
  color: #DD5F0A;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.1rem;
  padding-top: 18px;
  font-weight: 300;
}

a.link i,
a.link svg {
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
  font-weight: 100;
}

a.link:hover i {
  margin-left: 15px;
}

.buyer-section {
  position: relative;
}

.buyer-section .features-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.buyer-section .features-text h2 {
  font-size: 3rem;
}

.buyer-section .image-wrapper {
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.buyer-section .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.buyer-section .image-wrapper:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.buyer-section .by-list {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 10px 0;
  height: 100%;
}

.buyer-section .by-list .overlay-content {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  padding: 15px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(25%, rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.84) 25%, rgba(0, 0, 0, 0) 100%);
}

.buyer-section div[class*='col-'] {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.buyer-section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: none;
}

.buyer-section .nav-tabs li {
  width: 100%;
  display: block;
  padding: 0 10px;
}

.buyer-section .nav-tabs li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 7px;
  width: 100%;
  border: none;
  margin: 0;
  font-size: 1rem;
  background-color: #f6f7f8;
  color: #495057;
  border: 1px solid transparent;
  opacity: 0.7;
}

.buyer-section .nav-tabs li button.active, .buyer-section .nav-tabs li button:hover {
  background-color: #fff;
  border: 1px solid #DD5F0A;
  color: #DD5F0A;
  opacity: 1;
}

.buyer-section .nav-tabs li button .icon {
  width: 35px;
  margin-right: 15px;
}

.buyer-section .nav-tabs li button .icon img {
  width: 100%;
  display: block;
  height: auto;
}

.buyer-section .tab-content {
  padding: 40px 20px;
  border-radius: 20px;
}

.buyer-section .tab-content .buyer-product-detail h3 {
  font-size: 1.8rem;
  font-weight: 500;
}

.buyer-section .tab-content .buyer-product-detail p {
  font-size: 1.1rem;
  color: #4a4a4a;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list {
  padding: 0;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list li {
  display: block;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin: 30px 0;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list li:before {
  content: '';
  width: 50px;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list li h4 {
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list li .icon {
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 0.25rem;
  margin-bottom: 0;
  margin-right: 20px;
  background: #fff;
  padding: 10px;
  display: block;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list li .icon img {
  width: 100%;
  display: block;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list li .icon.icon-color-1 {
  background: #efdff7;
  color: #b17cc6;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list li .icon.icon-color-2 {
  background-color: #c6e6fd;
  color: #63b0e3;
}

.buyer-section .tab-content .buyer-product-detail .mngt-list li .icon.icon-color-3 {
  background-color: #efe3e3;
  color: #ed7265;
}

.buyer-section .product-slide-wrap div[class*='col-'] {
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-section {
  background-color: #4e4e4e;
}

.product-section .product-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-section .product-text h2 {
  font-size: 3rem;
  color: #000000;
}

.product-section .product-text .lead {
  color: #000000 !important;
}

.product-section .product-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-section .product-wrapper .by-list {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 10px 0;
  height: 100%;
}

.product-section .product-wrapper .by-list .image-wrapper {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding: 40px 10px 10px 10px;
  background-color: #f6f7f8;
}

.product-section .product-wrapper .by-list .image-wrapper img {
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

.product-section .product-wrapper .by-list .overlay-content {
  text-align: center;
  width: 100%;
  padding: 15px;
  background-color: #f6f7f8;
  border-radius: 0 0 15px 15px;
}

.product-section .product-wrapper .by-list .overlay-content h4 {
  color: #4e4e4e;
  font-size: 22px;
}

.product-section .product-wrapper .by-list .overlay-content h5 {
  color: #DD5F0A;
  font-size: 1.1rem;
  font-weight: 500;
}

.product-section .product-wrapper .by-list .Product-detail {
  padding: 20px 20px 35px 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  display: none;
}

.product-section .product-wrapper .by-list .Product-detail .rating {
  padding: 10px 0px;
}

.product-section .product-wrapper .by-list .Product-detail .rating svg {
  color: #fdcb1c;
}

.product-section .product-wrapper .by-list .Product-detail .rating svg:last-child {
  color: #ffe894;
}

.product-section .product-wrapper .by-list .Product-detail .product-price h4 {
  font-size: 1.3rem;
}

.product-section .product-wrapper .by-list .Product-detail .detail {
  padding: 20px 0px;
}

.product-section .product-wrapper .by-list .Product-detail .detail h5 {
  font-size: 20px;
  font-weight: 300;
}

.product-section .product-wrapper .by-list .Product-detail .btn {
  padding: 6px 20px;
  font-size: 15px;
  border-radius: 55px;
}

.product-section.additional-product {
  background-color: #f6f7f8;
}

.product-section.additional-product .product-text {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-section.additional-product .product-wrapper .by-list {
  background-color: #ffffff;
}

.product-section.additional-product .product-wrapper .by-list .image-wrapper {
  background-color: transparent;
}

.product-section.additional-product .product-wrapper .by-list .overlay-content {
  background-color: transparent;
}

.product-section.additional-product .product-wrapper .by-list .overlay-content h4 {
  font-size: 1.2rem;
  margin: 0;
}

.product-section.additional-product .product-wrapper .by-list .image-wrapper {
  padding: 10px;
  height: 200px;
}

.product-section.additional-product .product-wrapper .by-list .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.customer-say {
  background-color: #f8f8f8;
}

.customer-say .product-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.customer-say .product-text h2 {
  color: black;
  font-size: 3rem;
}

.customer-say .product-text .lead {
  color: #4e4e4e;
}

.testimonial-slider .testimonial-wrapper {
  padding: 45px 34px 20px 34px !important;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonial-slider .testimonial-wrapper h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.testimonial-slider .testimonial-wrapper .image-wrapper {
  margin-top: 80px;
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-slider .testimonial-wrapper .client-wrapper {
  margin: 10px 0px;
}

.testimonial-slider .testimonial-wrapper .client-wrapper h3 {
  font-size: 1.6rem;
  font-weight: 500;
}

.testimonial-slider .testimonial-wrapper .client-wrapper h4 {
  font-size: 0.8rem;
  font-weight: 300;
  position: relative;
}

.testimonial-slider .testimonial-wrapper .client-wrapper h4:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  z-index: 1;
}

.testimonial-slider .testimonial-wrapper .client-wrapper h4 span {
  background-color: #ffffff;
  padding: 5px 10px;
  z-index: 2;
  width: 80%;
  position: relative;
}

.testimonial-slider .testimonial-wrapper .client-wrapper .rating {
  padding: 10px 0px;
}

.testimonial-slider .testimonial-wrapper .client-wrapper .rating svg {
  color: #fdcb1c;
}

.testimonial-slider .testimonial-wrapper .client-wrapper .rating svg:last-child {
  color: #ffe894;
}

.testimonial-slider .slick-slide:not(.slick-active),
.testimonial-slider .slick-slide {
  margin: 20px 0;
}

.testimonial-slider .slick-dots li.slick-active button:before {
  color: orange !important;
}

.remote-block {
  background-color: #ffffff;
  padding-top: 0;
}

.remote-block .remote-section {
  background-image: url("../img/remote.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 156px;
  z-index: 1;
  position: relative;
}

.remote-block .remote-section .hero-content {
  height: 50vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.remote-block .remote-section .hero-content h2 {
  font-size: 4rem;
}

.remote-block .remote-section .hero-content h2 span {
  display: block;
}

.remote-block .remote-section .hero-content h2 span + span {
  display: inline-block;
}

.remote-block .remote-section .hero-content h3 {
  font-size: 20px;
  font-weight: 300;
  padding: 0 0;
  line-height: 35px;
}

.remote-block .remote-section .hero-content .btn {
  margin-top: 36px;
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 55px;
}

.remote-block .remote-section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(43, 43, 43, 0.82);
}

.faqs div[class*='col-'] {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faqs .card {
  padding: 85px 58px;
  height: 100%;
  margin: 10px 0;
  border-radius: 18px;
  overflow: hidden;
  border: none;
  background-color: #fff;
  text-align: left;
}

.faqs .card h3 {
  font-size: 45px;
  margin-bottom: 25px;
}

.faqs .card h5 {
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.faqs .card .button-container {
  margin-top: 28px;
}

.faqs .card .button-container .btn {
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 55px;
}

.accordion .accordion-item {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: black !important;
  font-size: 1.2rem;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #f6f7f8 !important;
}

.accordion .accordion-item .accordion-header .accordion-button:link,
.accordion .accordion-item .accordion-header .accordion-button:visited,
.accordion .accordion-item .accordion-header .accordion-button:hover,
.accordion .accordion-item .accordion-header .accordion-button:active {
  background-color: #f6f7f8 !important;
  color: black !important;
  text-decoration: none !important;
  border: hidden !important;
  border: none !important;
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important;
}

.accordion .accordion-item .accordion-header .accordion-body {
  background-color: #f8f8f8 !important;
}

.accordion .accordion-item h2 {
  font-size: 18px;
  font-weight: 300;
}

.accordion .accordion-item h2 .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.enquiries {
  padding: 0px 0px;
  background-color: #f6f7f8 !important;
}

.enquiries div[class*='col-'] {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.enquiries .row .enquiry-section {
  padding: 50px 0;
  height: 100%;
  margin: 10px 0;
  border: none;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.enquiries .row .enquiry-section h2 {
  font-size: 58px;
}

.enquiries .row .enquiry-section h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.enquiries .row .enquiry-section .button-container {
  margin-top: 28px;
}

.enquiries form {
  margin: 30px 0;
}

.enquiries .form-section {
  padding: 50px 0;
}

.enquiries .form-section h5 {
  font-weight: 200;
}

.enquiries .form-section h4 {
  font-weight: 200;
}

.enquiries .form-section .form-group {
  margin-bottom: 15px;
}

.enquiries .form-section .form-group .form-control-lg {
  font-size: 1.1rem;
}

.enquiries .form-section .form-group .form-control {
  background-color: #ffffff;
  color: #444;
  border: none;
  height: 50px;
  font-weight: 300;
  font-size: 14px;
}

.enquiries .form-section button {
  padding: 3px 40px;
  font-size: 18px;
  border-radius: 55px;
  line-height: normal;
  height: 41px;
}

.footer {
  background-color: #4e4e4e;
  color: #ffffff;
  padding: 20px 0;
}

.footer .wrapper {
  padding: 0px 40px;
}

.footer .wrapper .logo-wrapper {
  padding: 20px 0px;
}

.footer .wrapper .logo-wrapper img {
  height: 70px;
  width: auto;
}

.footer .wrapper h5 {
  font-size: 14px !important;
  font-weight: 300;
}

.footer .wrapper a {
  text-decoration: none;
}

.footer .wrapper .social-media {
  padding: 15px 0;
}

.footer .wrapper .social-media svg {
  size: 20px;
  margin: 1px 5px;
}

.footer .links-wrapper {
  padding: 60px 40px;
}

.footer .links-wrapper h3 {
  font-size: 20px;
  font-weight: 300;
}

.footer .links-wrapper a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 200;
  margin: 13px 0;
  display: block;
}

.copyright-section {
  background-color: #4e4e4e;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copyright-section .copyright h5 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 200;
}

.product .hero-product-section {
  background-image: none;
  padding: 0 0 20px 0;
  background: url(../img/1-1.jpg) right center no-repeat;
  background-size: cover;
}

.product .hero-product-section .hero-content h2 {
  font-size: 4rem !important;
}

.product .breadcrumb-section {
  padding-top: 30px;
  padding-bottom: 05px;
}

.product .breadcrumb-section .breadcrumb a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}

.product .content-section {
  background-color: #ffffff;
  padding: 2px 0px;
}

.product .content-section div[class*='col-'] {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product .content-section .card {
  padding: 33px 32px;
  margin: 10px 0;
  border-radius: 18px;
  overflow: hidden;
  border: none;
  background-color: #f8f8f8;
}

.product .content-section .card .collection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product .content-section .card .collection-list a {
  text-decoration: none;
  color: black;
}

.product .content-section .card .collection-list a h5 {
  font-size: 1.2rem;
  font-weight: 300;
}

.product .content-section .card .collection-list h4 {
  font-size: 20px;
  font-weight: 300;
}

.product .content-section .list-wrapper h3 {
  font-size: 2rem;
  font-weight: 300;
}

.product .content-section .list-wrapper .items-display a {
  color: #4e4e4e;
  text-decoration: none;
}

.product .content-section .list-wrapper .items-display .items-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.product .content-section .list-wrapper .items-display .items-info .listing-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .content-section .list-wrapper .items-display .items-info .listing-icons svg {
  margin-right: 15px;
}

.product .content-section .list-wrapper .items-display .items-info .page-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .content-section .list-wrapper .items-display .items-info .page-no h4 {
  font-size: 20px;
  font-weight: 300;
}

.product .content-section .list-wrapper .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .content-section .list-wrapper .sort h4 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}

.product .content-section .list-wrapper .sort .dropdown .btn {
  font-size: 20px;
}

.product .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 0;
}

.product .slick-dots li button:before {
  font-size: 36px;
  top: -2.9px;
  left: -2.7px;
  width: 20px;
  height: 20px;
}

.product .product-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.product .product-filter .filter-wrapper h3 {
  font-size: 2rem;
}

.product .product-filter .filter-wrapper .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .product-filter .filter-wrapper .filter-buttons div {
  margin-right: 10px;
  cursor: pointer;
}

.product .product-filter .filter-wrapper .filter-buttons div svg {
  margin-right: 5px;
  width: 15px;
}

.product .product-filter .filter-wrapper .filter-buttons .filter-btn.active {
  color: #DD5F0A;
}

.product .product-filter .sort-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.product .product-filter .sort-wrap .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-filter .sort-wrap .sort h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.product .product-filter .sort-wrap .sort .dropdown button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product .liView {
  padding: 0;
}

.product .liView li {
  list-style: none;
}

.product .liView .items-list-wrapper {
  border-radius: 10px;
  margin: 20px 0;
  padding: 25px;
}

.product .liView .items-list-wrapper .item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.product .liView .items-list-wrapper .item-show .image-wrapper {
  background-color: #f6f7f8;
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .liView .items-list-wrapper .item-show .image-wrapper img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .liView .items-list-wrapper .item-show .items-description {
  padding: 5px 58px 4px 63px;
}

.product .liView .items-list-wrapper .item-show .items-description h2 a {
  font-size: 1.5rem;
  font-weight: 500;
}

.product .liView .items-list-wrapper .item-show .items-description h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4rem;
}

.product .liView .items-list-wrapper .item-show .items-description a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #4e4e4e;
}

.product .liView .items-list-wrapper .item-show .price-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  text-align: right;
}

.product .liView .items-list-wrapper .item-show .price-section h4 {
  font-size: 1rem;
  font-weight: 500;
}

.product .liView .items-list-wrapper .item-show .price-section .btn {
  border-radius: 5px;
  height: 38px;
}

.product .liView .items-list-wrapper .item-show .price-section .btn svg {
  margin-right: 10px;
}

.product .liView .items-list-wrapper .item-show .tag {
  width: 50px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
}

.product .liView.gridStyle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.product .liView.gridStyle .items-list-wrapper .item-show {
  display: block;
}

.product .liView.gridStyle .items-list-wrapper .item-show .image-wrapper {
  width: 100%;
  height: 150px;
  text-align: center;
}

.product .liView.gridStyle .items-list-wrapper .item-show .items-description {
  text-align: center;
  padding: 15px 20px;
}

.product .liView.gridStyle .items-list-wrapper .item-show .items-description a {
  display: none;
}

.product .liView.gridStyle .items-list-wrapper .item-show .items-description h2 {
  margin-bottom: 0;
}

.product .liView.gridStyle .items-list-wrapper .item-show .items-description h2 a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}

.product .liView.gridStyle .items-list-wrapper .item-show .items-description h4 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4rem;
  max-height: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}

.product .liView.gridStyle .items-list-wrapper .item-show .price-section {
  display: block;
  text-align: center;
}

.product .liView.gridStyle .items-list-wrapper .item-show .price-section div .float-end {
  float: none !important;
  margin-top: 5px;
  height: auto;
}

.product .product-listing {
  padding: 60px 0;
  /* Reset style for input range */
  /* Style toddler input range */
  /* Style track input range */
  /* Style for input value block */
  /* Style for active state input */
}

.product .product-listing .side-block {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  bottom: 20px;
}

.product .product-listing .side-block .block {
  background-color: #f7f7f7;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.product .product-listing .side-block .block .block-title {
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.product .product-listing .side-block .block .category-listing {
  padding: 0;
  margin: 0;
}

.product .product-listing .side-block .block .category-listing li {
  list-style: none;
}

.product .product-listing .side-block .block .category-listing li a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  color: #4d4d4d;
  font-size: 20px;
}

.product .product-listing .side-block .block .category-listing li a span {
  color: #666666;
  padding: 0;
  float: right;
  font-size: 0.875rem;
}

.product .product-listing .side-block .filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.product .product-listing .side-block .filter-price .btn {
  background-color: #DD5F0A;
  border: none;
  border-radius: 5px;
  padding: 5px 25px;
  margin-top: 10px;
}

.product .product-listing .price-title {
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
}

.product .product-listing .price-field {
  position: relative;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  padding-top: 15px;
  padding-left: 0;
  border-radius: 3px;
}

.product .product-listing .price-field input[type='range'] {
  position: absolute;
}

.product .product-listing .price-field input[type='range'] {
  width: 100%;
  height: 5px;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.product .product-listing .price-field input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.product .product-listing .price-field input[type='range']:active,
.product .product-listing .price-field input[type='range']:focus {
  outline: 0;
}

.product .product-listing .price-field input[type='range']::-ms-track {
  width: 100%;
  height: 5px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

.product .product-listing .price-field input[type='range']::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  background-color: #DD5F0A;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.product .product-listing .price-field input[type='range']::-moz-range-thumb,
.product .product-listing .price-field input[type='range']::-ms-thumb {
  /* Firefox */
  position: relative;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  background-color: #000000;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.product .product-listing .price-field input[type='range']::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b3b3b3;
  border-radius: 5px;
}

.product .product-listing .price-field input[type='range']::-moz-range-track {
  /* Firefox */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #000000;
  border-radius: 5px;
}

.product .product-listing .price-field input[type='range']::-ms-track {
  /* IE */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #000000;
  border-radius: 5px;
}

.product .product-listing .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 7px;
}

.product .product-listing .price-wrap-1,
.product .product-listing .price-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .product-listing .price-title {
  margin-right: 5px;
  background: transparent;
}

.product .product-listing .price-wrap_line {
  margin: 0 10px;
}

.product .product-listing .price-wrap #one,
.product .product-listing .price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
}

.product .product-listing .price-wrap label {
  text-align: right;
  font-weight: 500;
}

.product .product-listing .price-field input[type='range']:hover::-webkit-slider-thumb {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.product .product-listing .price-field input[type='range']:active::-webkit-slider-thumb {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.product-pricing-section {
  background-image: none;
  padding: 0 0 20px 0;
  background: url(../img/p.jpg) right center no-repeat;
  background-size: cover;
}

.product-pricing-section h2 {
  font-size: 4rem;
}

.product-pricing-section .hero-content {
  height: 100vh;
}

.contact-section {
  background-image: none;
  padding: 0 0 20px 0;
  background: url(../img/contactus.jpg) right center no-repeat;
  background-size: cover;
  position: relative;
}

.contact-section h2 {
  font-size: 4rem !important;
}

.contact-section .contact-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.contact-section .hero-content {
  height: 100vh;
}

.about-us .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
}

.about-us .navbar.navbar-fixed-top .navbar-nav .nav-item .nav-link {
  color: #4e4e4e;
}

.about-us .hero-product-section {
  background-image: url(../img/lg.jpg);
  padding: 75px 0 20px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  background-position: center;
  color: #ffffff;
}

.about-us .hero-product-section .hero-content-wrapper {
  padding: 420px 0px;
  text-align: center;
}

.about-us .hero-product-section .hero-content-wrapper .text-wrap {
  margin-top: -330px;
}

.about-us .hero-product-section .hero-content-wrapper .text-wrap h2 {
  font-size: 4rem;
  font-weight: 500;
  padding: 40px 0;
}

.about-us .hero-product-section .hero-content-wrapper .text-wrap h3 {
  margin-top: -10px;
  font-size: 20px;
  font-weight: 300;
}

.about-us .benefit {
  background-color: #f9f9fb;
}

.about-us .benefit .section-wrapper {
  text-align: center;
}

.about-us .benefit .section-wrapper .top-header {
  padding: 20px 36px;
}

.about-us .benefit .section-wrapper .top-header h2 {
  font-size: 3rem;
  font-weight: 700;
}

.about-us .benefit .section-wrapper .top-header h4 {
  font-size: 20px;
}

.about-us .benefit .section-wrapper .section-wrapper-container .wrapper-card {
  padding: 40px 36px;
  text-align: left;
}

.about-us .benefit .section-wrapper .section-wrapper-container .wrapper-card .card-image img {
  width: 168px;
  height: auto;
}

.about-us .benefit .section-wrapper .section-wrapper-container .wrapper-card .card-title {
  font-size: 1.6rem;
  font-weight: 600;
}

.about-us .benefit .section-wrapper .section-wrapper-container .wrapper-card .card-description {
  font-size: 20px;
  font-weight: 300;
}

.about-us .achievements .achievements-wrapper .top-header {
  padding: 20px 36px;
  text-align: center;
}

.about-us .achievements .achievements-wrapper .top-header h2 {
  font-size: 3rem;
  color: #DD5F0A;
  font-weight: 700;
}

.about-us .achievements .achievements-wrapper .top-header h2 span {
  color: #4e4e4e;
}

.about-us .achievements .achievements-wrapper .achievement-list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .achievements .achievements-wrapper .achievement-list .achievement-icon {
  width: 70px;
  height: 70px;
  border: 1px solid #DD5F0A;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .achievements .achievements-wrapper .achievement-list .achievement-icon img {
  height: auto;
  width: 60%;
  margin: 0px auto;
  display: block;
}

.about-us .achievements .achievements-wrapper .achievement-list .achievement-info {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0px 0;
  line-height: normal;
  color: #DD5F0A;
}

.about-us .achievements .achievements-wrapper .achievement-list .achievement-description {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
}

.about-us .choose .choose-wrapper .top-header {
  padding: 20px 36px;
  text-align: center;
}

.about-us .choose .choose-wrapper .top-header h2 {
  font-size: 3rem;
  color: #DD5F0A;
  font-weight: 700;
}

.about-us .choose .choose-wrapper .top-header h2 span {
  color: #4e4e4e;
}

.about-us .choose .choose-wrapper .content {
  padding: 20px 95px;
}

.about-us .choose .choose-wrapper .content .header {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}

.about-us .choose .choose-wrapper .content .header:before {
  background-color: #DD5F0A;
  bottom: -20px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  /* right: 0; */
  width: 70px;
}

.about-us .choose .choose-wrapper .content .description-text {
  font-size: 20px;
  font-weight: 300;
  margin-top: 45px;
}

.product-detail .hero-product-section {
  background-image: url(../img/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  z-index: 1;
  position: relative;
  background-position: right;
}

.product-detail .hero-product-section .hero-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 168px 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-detail .hero-product-section .hero-content-wrapper h2 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
}

.product-detail .hero-product-section .hero-content-wrapper h2 span {
  padding-left: 0;
  /* font-size: 2rem; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #DD5F0A;
}

.product-detail .hero-product-section .hero-content-wrapper h5 {
  font-size: 2.8rem;
  font-weight: 300;
  padding-bottom: 20px;
  color: #ffffff;
}

.product-detail .hero-product-section .hero-content-wrapper h5 span {
  display: block;
  color: gray;
}

.product-detail .hero-product-section .hero-content-wrapper h3 {
  padding-bottom: 0;
  font-size: 1.8rem;
  margin: 0;
  color: #ffffff;
}

.product-detail .hero-product-section .hero-content-wrapper h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #DD5F0A;
}

.product-detail .hero-product-section .hero-content-wrapper .button-wrapper {
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .hero-product-section .hero-content-wrapper .button-wrapper .btn {
  padding: 10px 40px;
  border-radius: 55px;
  font-size: 20px;
  font-weight: 300;
}

.product-detail .hero-product-section .hero-content-wrapper img {
  padding-left: 160px;
  height: 400px;
  width: auto;
}

.product-detail .hero-product-section:before {
  background: transparent;
}

.product-detail .specification {
  background-color: #f9f9fb;
}

.product-detail .specification .top-header {
  padding: 40px 0px;
}

.product-detail .specification .top-header h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #DD5F0A;
}

.product-detail .specification .row-wrapper {
  padding: 20px 0;
}

.product-detail .specification .row-wrapper .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .specification .row-wrapper .wrapper .icon-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 6px;
  padding: 0px;
  background-color: #f1f1f1;
  margin-right: 20px;
  margin-top: 0px;
}

.product-detail .specification .row-wrapper .wrapper .icon-wrapper h2 {
  font-weight: 500;
  color: #DD5F0A;
  margin-bottom: 0;
}

.product-detail .specification .row-wrapper .wrapper .icon-wrapper img {
  height: 30px;
  width: auto;
}

.product-detail .specification .row-wrapper .wrapper .text-wrapper h4 {
  font-size: 20px;
  font-weight: 500;
}

.product-detail .specification .row-wrapper .wrapper .text-wrapper h6 {
  font-size: 20px;
  font-weight: 300;
}

.product-detail .product-section-title {
  margin-bottom: 20px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align-items: center; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-detail .product-section-title h2 {
  color: #DD5F0A;
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.product-detail .product-section-img {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-detail .product-section-img img {
  width: 100%;
  display: block;
}

.product-detail .product-detail-section {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9fb;
}

.product-detail .product-detail-section .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0px 0;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.product-detail .product-detail-section .card .product-section-title {
  position: relative;
  padding: 50px 50px;
}

.product-detail .product-detail-section .card .product-section-title h2 {
  font-size: 3rem;
}

.product-detail .product-detail-section .card .product-section-title h4 {
  font-size: 1.2rem;
  font-weight: 300;
}

.product-detail .product-detail-section .img-container img {
  width: 100%;
  height: 396px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  border: none;
}

.product-detail .duty {
  padding: 50px 0 0 0px;
}

.product-detail .duty .img-container {
  background: url(../img/7_en.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.product-detail .duty .img-container .product-section-title {
  position: relative;
  margin-top: 50px;
  padding: 176px 0;
}

.product-detail .duty .img-container .product-section-title h2 {
  font-size: 3rem;
}

.product-detail .duty .img-container .product-section-title h4 {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0 444px 0 0;
  text-align: left;
}

.product-detail .strength {
  padding: 50px 0 0 0px;
  background-color: #f9f9fb;
}

.product-detail .strength .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .strength .flex-wrapper .title-product-section {
  margin-top: -126px;
  padding: 176px 0;
}

.product-detail .strength .flex-wrapper .title-product-section h2 {
  font-size: 3rem;
  color: #DD5F0A;
  font-weight: 500;
}

.product-detail .strength .flex-wrapper .title-product-section h4 {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 12px 200px 0 0;
  text-align: left;
}

.product-detail .strength .flex-wrapper .img-container {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-detail .strength .flex-wrapper .img-container img {
  width: auto;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail .innovation {
  background-color: #4e4e4e;
}

.product-detail .innovation .title-text {
  text-align: center;
  padding: 20px 0;
}

.product-detail .innovation .title-text h2 {
  font-size: 3rem;
  color: #DD5F0A;
  font-weight: 500;
}

.product-detail .innovation .title-text h2 .add-on {
  position: relative;
  top: -15px;
  color: #ffffff;
}

.product-detail .innovation .image-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.product-detail .innovation .image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.billing-section {
  background: url(../img/t2s.png), #f6f7f8;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right bottom;
}

.billing-content h2 {
  font-weight: 500;
  color: #DD5F0A;
  font-size: 2.5rem;
}

.billing-content h2 span {
  display: block;
  font-size: 2rem;
  color: #000000;
}

.billing-content h3 {
  font-size: 1.3rem;
  font-weight: 500;
}

.billing-content .billing-card {
  border: none;
  padding: 20px;
  border-radius: 10px;
  background-color: #f6f7f8;
  height: 100%;
  position: relative;
}

.billing-content .billing-card h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.billing-content .billing-card .icon {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DD5F0A;
  border-radius: 50%;
  margin-right: 15px;
}

.billing-content .billing-card .icon img {
  display: block;
  width: 60%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.billing-content .billing-card p {
  font-size: 1.1rem;
}

.billing-content .billing-card .billing-footer {
  bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  font-size: 1.1rem;
  line-height: 22px;
  color: #DD5F0A;
}

.billing-content .billing-card .billing-footer .footer-icon {
  width: 50px;
  display: block;
}

.billing-content .billing-card .billing-footer .footer-icon img {
  width: 100%;
}

.list {
  padding: 0;
  list-style: none;
}

.list li {
  display: inline-block;
  font-size: 1.1rem;
  vertical-align: top;
  width: 49.5%;
  position: relative;
  padding-left: 20px;
}

.list li:before {
  content: '\2611';
  color: #DD5F0A;
  position: absolute;
  top: 0;
  left: 0;
}

.lead {
  font-size: 20px;
}

.image-wrapper {
  width: 100%;
}

.image-wrapper img {
  width: 100%;
  display: block;
}

.contact-detail {
  padding: 0;
}

.contact-detail li {
  list-style: none;
  font-size: 1.2rem;
  width: 100%;
  margin: 10px 0;
  display: inline-block;
}

.contact-detail li svg {
  width: 35px !important;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.feature-section {
  background-color: #f6f7f8;
}

.feature-section .features-text h2 {
  font-size: 3rem;
  color: #4e4e4e;
}

.featured-card {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.featured-card .feature-icon {
  margin-right: 10px;
}

.featured-card .feature-icon .icon {
  width: 65px;
  height: 100px;
  display: block;
}

.featured-card .feature-icon .icon img {
  display: block;
}

.featured-card .feature-detail h3 {
  font-size: 20px;
  font-weight: 500;
}

.featured-card .feature-detail p {
  font-size: 1.1rem;
}

.hero-section .hero-content, .product .hero-product-section .hero-content, .product-pricing-section .hero-content, .contact-section .hero-content {
  text-align: left;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hero-section .hero-content span, .product .hero-product-section .hero-content span, .product-pricing-section .hero-content span, .contact-section .hero-content span {
  text-align: left;
}

.hero-section .hero-content .row, .product .hero-product-section .hero-content .row, .product-pricing-section .hero-content .row, .contact-section .hero-content .row {
  width: 100%;
}

.product-slider,
.product-slidergrocery {
  margin-bottom: 15px;
  /* the parent */
}

.product-slider .slick-track,
.product-slidergrocery .slick-track {
  margin: 0;
}

.product-slider .slick-slide,
.product-slidergrocery .slick-slide {
  margin: 0 15px;
}

.product-slider .slick-list,
.product-slidergrocery .slick-list {
  margin: 0 -15px;
}

.product-slider .slick-slide,
.product-slidergrocery .slick-slide {
  overflow: hidden;
}

.product-slider .slick-slide img,
.product-slidergrocery .slick-slide img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.product-slider .slick-slide h4,
.product-slidergrocery .slick-slide h4 {
  background-color: #f6f7f8;
  padding: 20px 10px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  border: 0.1em solid #000;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.social-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 280px;
  border: 2px dashed #a1a2a3;
  padding: 10px 20px;
  border-radius: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.social-contact h3 {
  font-size: 1.15rem;
}

.social-contact span {
  display: inline-block;
  vertical-align: middle;
}

.social-contact img {
  height: 30px;
  margin-right: 10px;
}

.social-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  margin-bottom: 0;
}

.hero-section, .product .hero-product-section, .product-pricing-section, .contact-section {
  padding-top: 0;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-section .carousel, .product .hero-product-section .carousel, .product-pricing-section .carousel, .contact-section .carousel {
  max-width: 100%;
  height: 100%;
}

.hero-section .carousel .carousel-inner, .product .hero-product-section .carousel .carousel-inner, .product-pricing-section .carousel .carousel-inner, .contact-section .carousel .carousel-inner {
  background-size: 100%;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-section .carousel-item, .product .hero-product-section .carousel-item, .product-pricing-section .carousel-item, .contact-section .carousel-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.hero-section .carousel-item .container, .product .hero-product-section .carousel-item .container, .product-pricing-section .carousel-item .container, .contact-section .carousel-item .container {
  height: 100vh;
}

.hero-section .carousel-item img, .product .hero-product-section .carousel-item img, .product-pricing-section .carousel-item img, .contact-section .carousel-item img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}

.pay-body .close {
  color: #000;
  cursor: pointer;
}

.pay-body .close:hover {
  color: #000;
}

.pay-body .form-check-input:checked {
  background-color: #DD5F0A;
  border-color: #DD5F0A;
}

.pay-body .form-check-input:focus {
  border-color: #8bbafe;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pay-body label.radio {
  cursor: pointer;
}

.pay-body label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}

.pay-body label.radio span {
  padding: 7px 12px;
  border: 2px solid #DD5F0A;
  display: inline-block;
  color: #DD5F0A;
  border-radius: 3px;
  text-transform: capitalize;
}

.pay-body label.radio input:checked + span {
  border-color: #DD5F0A;
  background-color: #DD5F0A;
  color: #fff;
}

.pay-body .fee {
  padding: 8px;
}

.pay-body label.radio1 {
  cursor: pointer;
  width: auto;
  margin-right: 7px;
}

.pay-body label.radio1 input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}

.pay-body label.radio1 span {
  padding: 30px 30px;
  border: 2px solid #DD5F0A;
  display: inline-block;
  color: #DD5F0A;
  border-radius: 3px;
  text-transform: capitalize;
  width: 100%;
}

.pay-body label.radio1 input:checked + span {
  border-color: #DD5F0A;
  background-color: #DD5F0A;
  color: #fff;
}

.pay-body label.radio1 input:checked + span img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.pay-body .form-control {
  border: 1px solid #ced4da;
  background-color: #ffffff;
  color: #444;
  border: none;
  height: 50px;
  font-weight: 300;
  font-size: 14px;
}

.pay-body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #DD5F0A;
}

.pay-body .pay {
  color: #fff;
  background-color: #DD5F0A;
  border-color: #DD5F0A;
  border-radius: 3px;
  padding: 8px;
}

.pay-body .pay:hover {
  color: #fff;
  background-color: #DD5F0A;
  border-color: #DD5F0A;
  border-radius: 3px;
  padding: 8px;
}

.pay-body .cancel {
  text-decoration: none;
  color: #DD5F0A;
}

.pay-method .btn {
  border-radius: 5px;
  padding: 12px;
  max-width: 200px;
}

.payment-image {
  height: 110px;
  max-width: 200px !important;
}

.payment-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.select-plan {
  font-size: 16px;
}

.pay-body-right {
  padding: 20px 20px;
  -webkit-box-shadow: 0px 0px 5px #00000007;
          box-shadow: 0px 0px 5px #00000007;
  border-radius: 10px;
  background: #ffffff;
}

.pay-body-right .product-image {
  height: 200px;
  width: 100%;
}

.pay-body-right .product-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pay-body-right .key-features ul {
  padding-left: 22px;
  list-style: none;
  list-style-image: url("../img/check.png");
}

.pay-body-right .key-features ul li {
  padding: 2px;
}

.pay-body-right .key-features ul li::marker {
  height: 10px;
  width: 10px;
}

.fee h3 {
  font-size: 26px;
  font-weight: 600;
  color: #6a6a6a;
}

.fee h3 sub {
  font-size: 14px;
  color: #9a9a9a;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  color: #000;
}

.bg-gray {
  background: #f6f7f8 !important;
}

.btn {
  padding: 10px 40px;
  border-radius: 100px;
}

.btn.btn-secondary {
  background: transparent;
  border: 1px solid #DD5F0A;
  color: #DD5F0A;
}

.btn.btn-secondary:hover {
  background: #DD5F0A;
  color: #ffffff;
}

.hero-product-section {
  background-image: url(../img/bg-vector.png);
  background-size: cover;
}

.hero-product-section .hero-content h2 {
  font-size: 60px;
}

.hero-product-section .hero-content p {
  padding: 20px 0px;
}

.solution-provide .solution-wrapper {
  padding-top: 5px;
}

.solution-provide .solution-wrapper .solution-list {
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #00000015;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin: 10px 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px #00000012;
          box-shadow: 0px 0px 10px #00000012;
}

.solution-provide .solution-wrapper .solution-list svg {
  font-size: 35px;
  color: #DD5F0A;
}

.solution-provide .solution-wrapper .solution-list h4 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 15px;
}

.solution-provide .solution-wrapper .solution-list p {
  margin: 0;
}

.solution-provide .solution-wrapper .solution-list:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
          box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
  background: #fff;
  cursor: pointer;
}

.solution-provide .solution-wrapper .solution-list:hover h4 {
  color: #DD5F0A;
}

.business-image-wrapper {
  height: 400px;
}

.business-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.business-type-content h4 {
  font-size: 40px;
  font-weight: 700;
}

.business-type-content p {
  font-size: 1.1rem;
}

.business-type-content ul {
  list-style: none;
  padding-left: 0px;
}

.business-type-content ul li {
  font-size: 16px;
  padding: 7px;
  position: relative;
  padding: 6px;
  padding-left: 42px;
}

.business-type-content ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background: #DD5F0A;
  top: 8px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.business-type-content .btn-secondary {
  color: #DD5F0A;
}

.business-type-content .btn-secondary:hover {
  color: #ffffff;
  background-color: #DD5F0A;
  border: #DD5F0A;
}

.workflow-section .wf-img {
  max-height: 150px;
  max-width: 150px;
  margin: auto;
  overflow: hidden;
}

.workflow-section .wf-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-wrapper .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  margin: 12px 0px;
}

.feature-wrapper .feature-list .feature-image {
  height: 120px;
  width: 120px;
  background: #fff;
  border-radius: 120px;
  padding: 20px;
  -webkit-box-flex: 120px;
      -ms-flex: 120px 0 0px;
          flex: 120px 0 0;
  border: 1px solid #DD5F0A;
}

.feature-wrapper .feature-list .feature-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-wrapper .feature-list .feature-desc {
  padding-left: 15px;
}

.feature-wrapper .feature-list .feature-desc h5 {
  position: relative;
  display: initial;
}

.feature-wrapper .feature-list .feature-desc h5::after {
  content: "";
  height: 1px;
  width: 60%;
  background: #DD5F0A;
  left: 0;
  bottom: -2px;
  position: absolute;
  border-radius: 5px;
}

.feature-wrapper .feature-list .feature-desc p {
  margin: 0;
  padding-top: 10px;
}

.other-facilities-section .o-f-list {
  position: relative;
  padding-bottom: 100px;
  margin: 12px 0px;
}

.other-facilities-section .o-f-list .o-f-image {
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
}

.other-facilities-section .o-f-list .o-f-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.other-facilities-section .o-f-facilities-content {
  text-align: center;
  position: absolute;
  background: #ffffffe0;
  bottom: 0px;
  width: 86%;
  margin-left: 7%;
  padding: 25px;
  padding-top: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px #00000020;
          box-shadow: 0px 0px 15px #00000020;
}

.other-facilities-section .o-f-facilities-content h5 {
  color: #DD5F0A;
  font-weight: 600;
}

.other-facilities-section .o-f-facilities-content .icon {
  position: absolute;
  height: 60px;
  width: 60px;
  background: #ffffff;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  margin-left: -30px;
  overflow: hidden;
  top: -30px;
  padding: 6px;
}

.other-facilities-section .o-f-facilities-content .icon span {
  border-radius: 100%;
}

.other-facilities-section .o-f-facilities-content .icon svg {
  font-size: 20px;
  color: #ffffff;
}

.payment-logo {
    width: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
}

.payment-logo img {
    width: 100%;
    display: block;
}

.payment-logo.pay-img {
    width: 125px;
    margin: 15px 0;
}
/*# sourceMappingURL=style.css.map */
