@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,700;1,900&display=swap");
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "nav.css";
/* @import "footer.css"; */
/* @import "colors.css"; */
@import "custom_carousel.css";
@import "slide_show.css";
@import "pendulum.css";

#greenBox {
  width: 100%;
  height: 6px;
  background-color: #00ae84;
}

.ourTopProducts .card img {
  margin: 5px 0;
  max-width: 100px;
}

#centerBtn {
  display: flex;
  justify-content: center;
}

#leftArr img,
#rightArr img {
  width: 10px;
  height: 10px;
}

#leftArr,
#rightArr {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background-color: #0053a2;
  border: none;
}

#leftArr {
  position: absolute;
  top: 246%;
  left: 3%;
}

#rightArr {
  position: absolute;
  top: 245%;
  right: 3%;
}

#footerForMobile,
.slideshow-container {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: lato;
}

header {
  background-size: cover;
  /* opacity: 0.6; */
  border-bottom: 6px solid #69cba7c3;
  height: 83vh;
  height: 83vh;
  position: relative;
  background: linear-gradient(to right, #62d6ac40, transparent);
  /* background-color: rgb(0, 0, 0,0.4); */
}

header .overlay {
  position: absolute;
  width: 100%;
  height: 83vh;
  animation: fade 30s linear infinite;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(50%);
  /* background-color: rgba(0, 0, 0, 0.9); */
}

nav {
  z-index: 1;
}

nav ul li a {
  text-decoration: none;
  /* color: rgb(11, 11, 11); */
  font-size: 1em;
}

nav .btn {
  width: auto;
  font-size: 1em;
  /* margin-left: 300px; */
  background: white;
}

#btnDIV {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#btnDIV a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 160px;
  font-size: 16px;
}

:root {
  --y: 20px;
  --x: 50px;
}

.main {
  color: white;
  padding: 0px 60px;
  padding-top: 9%;
  height: 83vh;
}

.main a {
  font-size: 1.5em;
}

.main *:not(a) {
  margin-bottom: 20px;
}

.main h1 {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 3px 3px 5px black;
}

.main p {
  font-size: 21px;
  font-weight: normal;
  max-width: 700px;
  text-shadow: 1px 1px 5px black;
  margin: 40px 0px !important;
  text-align: justify;
}

.section-2 {
  height: fit-content;
  text-align: center;
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-2 h1 {
  font-size: 50px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 20px;
}

.section-2 .wrapper {
  margin: 50px 0;
  display: flex;
  align-items: center;
}

.section-2 .wrapper > div {
  /* flex-basis: 50%; */
}

.section-2 .info {
  text-align: left;
  color: #333;
}

.section-2 .info > h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.section-2 .info p {
  font-size: 20px;
}

.section-2 .image {
  text-align: center;
}

.section-2 .image img {
  /* width: 90%; */
  /* height: 300px; */
}

.payment {
  /* background-color: #f1f7fb; */
  text-align: center;
  position: relative;
  bottom: 100px;
}

.payment h1 {
  font-size: 34px;
  font-weight: bold;
}

.payment img {
  width: 15%;
}

.payment p {
  font-size: 20px;
  margin-top: 10px;
}

.testemonial {
  text-align: center;
  background: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.testemonial h1 {
  font-size: 35px;
}

.owl-carousel {
  position: relative;
  margin: 20px 0;
  z-index: -1;
}

.owl-carousel .item {
  padding: 10px;
}

.testemonial .card:hover {
  transform: scale(1.03);
}

.testemonial .card img {
  margin: 5px 0;
  max-width: 100px;
}

.payment-terminal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #d3ffef;
  padding-top: 50px;
  padding-bottom: 50px;
}

.payment-terminal h1 {
  font-size: 35px;
  font-weight: bold;
  color: #01422a;
}

.payment-terminal .btn {
  font-size: 1.5em;
}

#activeNav {
  /* border-bottom: 1px solid #00774c; */
}

@keyframes exampleActiveNav {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

nav ul li a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #62d6ac;
  background: #00774c;

  /* margin-top: 2px; */
  /* margin-left: 1px; */

  animation-name: exampleNavHover;
  animation-duration: 500ms;
}

@keyframes exampleNavHover {
  from {
    width: 0%;
    /* height: 1px; */
  }

  to {
    width: 100%;
    /* height: 2px; */
  }
}

/* #activeNav::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00774c;
  margin-top: 2px;
  margin-left: 1px;

  animation-name: exampleActiveNav;
  animation-duration: 2s;
} */

/* #menu li:hover::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #00ae84;
  margin-top: 0px;
  animation-name: navAnim;
  animation-duration: 1s;
  margin-left: 1px;
}
@keyframes navAnim {
  from {
    width: 0px;
  }
  to {
    width: 40px;
  }
} */

.text-underline::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #00774c;
  margin: auto;
  margin-top: 10px;
}

.text-underline-left::after {
  content: "";
  display: block;
  width: 250px;
  height: 1px;
  background: black;
  margin-top: 10px;
}

.btn {
  display: inline-block;
  background-color: #62d6ac;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 600;
  /* font-size: 12px; */
  box-shadow: 0 2px 10px 0 #0005;
  transition: 0.5s;
  width: 180px;
  text-align: center;
}

.btn:hover {
  transform: scale(0.9) !important;
}

.primary {
  color: white;
}

.active {
  left: 0;
}

/* Zain CSS */
.social-links {
  color: black;
}

.social-links:hover {
  color: #01422a;
}

.btn2 {
  text-decoration: none;
  color: white;
  /* margin-left: 20px; */
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 200px;
  text-align: center;
}

.btn2 img {
  margin-top: 15px;
}

.btn2:hover {
  transform: scale(0.9) !important;
}

.ourTopProducts {
  width: 100%;
  height: 86vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-evenly;
  padding: 0px 60px;
  margin: 20px 0px;
}

.ourTopProducts h1 {
  font-size: 40px;
  color: rgb(69, 69, 69);
}

.ourTopProducts p {
  font-size: 20px;
  color: rgb(69, 69, 69);
}

/*  */

/* .owl-item.active>div:after {
  content: 'active';
}

.owl-item.center>div:after {
  content: 'center';
}

.owl-item.active.center>div:after {
  content: 'active center';
} */

.owl-item.active.center > div {
  /* border: 1px solid #0053a2 !important; */
  /* transform: scale(0.8); */
  border: 1px solid #0053a2;
  background-color: #dbe7f2;
}

/* .owl-item>div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
} */

/*  */
#ourProducts {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#ourProducts i {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background-color: #084ea4;
  color: white;
  /* box-shadow: 1px 1px 2px #0053a2; */
}

.customNextBtn {
  margin-right: 100px;
}

.customPreviousBtn {
  margin-left: 100px;
}

.owl-carousel .item {
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  text-align: left;
  box-shadow: 1px 1px 6px rgb(211, 211, 211);
  border: 1px solid #e8e8e8;
  height: 40vh;
  width: 100% !important;
  cursor: context-menu;
  background-color: #fff;
  /* border-radius: 20px; */
}

#pr-list p {
  font-size: 13px;
}

#pr-list h2 {
  font-size: 18px;
  margin-bottom: 4px;
}

#pr-list img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.ourTopProducts h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #00774c;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;
}

#dropdown {
  /* position: absolute;
  top: 170px;
  left: 10px;
  background-color: white; */
}

#arrowLeft,
#arrowLeft {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 5%;
}

#arrowLeft i,
#arrowRight i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background-color: #084ea4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding-right: 2px;
  box-shadow: 1px 1px 2px rgb(154, 154, 154);
  color: white;
  flex-wrap: wrap-reverse;
}

#arrowRight i {
  padding-right: 0px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.expertiseForMobile {
  /* display: ; */
}

.expertiseSection {
  background: rgb(211, 245, 255);
  background: linear-gradient(
    180deg,
    rgba(211, 245, 255, 1) 0%,
    rgb(224, 245, 242) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  /* padding: 50px; */
  text-align: center;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 60px;
}

.expertiseSection h1 {
  font-size: 35px;
  font-weight: bold;
  color: #01422a;
  margin-top: 20px;
}

.expertiseSection h2 {
  margin-top: 20px;
  font-size: 28px;
}

.expertiseSection h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #00774c;
  margin: auto;
  margin-top: 15px;
}

.expertiseSection .expertises {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* background: red; */
  margin-top: 20px;
}

.expertises div img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.expertises div {
  background-color: white;
  width: 23%;
  padding: 0px 10px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  /* padding: 0px 20px; */
  /* box-shadow: 1px 1px 4px 1px rgb(209, 209, 209); */
  box-shadow: 1px 1px 6px rgb(211, 211, 211);
  border-radius: 17px;
}

.expertises div h1 {
  font-size: 18px;
  color: #01422a;
  font-weight: bolder;
  margin: 10px 0px;
}

.expertises div p {
  font-size: 14px;
}

#viewAllExp {
  text-align: center;
  /* margin-top: 30px; */
}

.servicesSection {
  background: white;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.servicesSection h1 {
  color: #4b4b4b;
}

.servicesSection > h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #00774c;
  margin: auto;
  margin-top: 15px;
}

.servicesSection .expertises div {
  cursor: context-menu;
  width: 30%;
  padding: 0px 20px;
}

.servicesSection .expertises div:hover {
  transform: scale(1.1);
  /* border: 1px solid rgb(165, 165, 165); */
  box-shadow: none;
  transition: 0.5s;
}

.expertiseSection .expertises div:hover {
  transform: scale(1.1);
  /* border: 1px solid rgb(165, 165, 165); */
  box-shadow: none;
  transition: 0.5s;
}

#inlineTest div:hover {
  transform: scale(0.9);
  box-shadow: none !important;
  transition: 0.5s;
  cursor: context-menu;
  border: 1px solid lightgrey;
}

#socialForUpdates a img:hover {
  transform: scale(0.8);
  /* border: 1px solid rgb(165, 165, 165); */
  box-shadow: none !important;
  transition: 0.5s;
  cursor: context-menu;
}

#pr-list:hover {
  box-shadow: none;
}

.clearSimple > div {
  display: flex;
  flex-direction: row;
}

.clearSimple {
  background-color: #f9fdff;
  height: 90vh;
  padding: 0px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* background-image: url(../img/Clover-mini-image.png);
  background-repeat: no-repeat;
  background-size: 500px 500px;
  background-position: center right; */
}

.subClear {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.subClear .pay {
  width: 600px;
  height: 400px;
  object-fit: contain;
  margin-right: 20px !important;
  border-radius: 30px;
  box-shadow: 15px 15px 2px rgba(103, 191, 159, 0.19);
}

.subClear .pay img {
  width: 600px;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
  /* box-shadow: 1px 1px 5px red; */
}

.checkMark div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-left: 30px;
}

.checkMark div p {
  font-size: 18px;
  margin-left: 10px;
}

.clearSimple > h1 {
  font-size: 40px;
  /* margin-left: 5%; */
  margin-bottom: 30px;
  /* margin-top: 60px; */
}

.checkMark div img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.whyChooseUs {
  /* background-color: red; */
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #f9fdff;
}

.whyChooseUs .inlineBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.whyChooseUs .inlineBox div {
  width: 40%;
  height: 2px;
  background-color: rgb(0, 0, 0, 0.1);
}

.whyChooseUs h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #00774c;
  margin: auto;
  margin-top: 15px;
}

.whyChooseUs h1 {
  font-size: 28px;
  color: #00774c;
}

.whyChooseUs h2 {
  font-size: 30px;
  color: #000000;
  margin-top: 15px;
}

.whyChooseUs p {
  width: 50%;
  display: flex;
  /* margin-left: 25%; */
  line-height: 23px;
}

.followUsUpdate a {
  text-decoration: none;
  margin: 0px 20px;
}

.followUsUpdate {
  height: 70vh;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

.followUsUpdate h1 {
  /* margin:30px 0px; */
  font-size: 34px;
}

.followUsUpdate h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #00774c;
  margin: auto;
  margin-top: 15px;
}

.testimSection {
  height: 100vh;
  text-align: center;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.testimSection h2 {
  font-weight: normal;
  margin-bottom: 10px;
}

.testimSection h1 {
  font-size: 40px;
}

.testimSection > div > h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #00774c;
  margin: auto;
  margin-top: 15px;
}

.testimSection #inlineTest {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* background-color: red; */
  width: 100%;
  padding: 0px 60px;
  /* padding: 0px 20px !important; */
}

.testimSection #inlineTest div {
  /* margin: 0px 10px !important; */
  width: 30%;
  box-shadow: 1px 1px 5px rgb(169, 169, 169);
  height: 45vh;
  border-radius: 20px;
  /* margin: 0px 10px; */
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.testimSection #inlineTest div img {
  width: 74px;
  height: 65px;
  object-fit: contain;
  margin: 10px 0px;
}

.testimSection #inlineTest div h1 {
  font-size: 24px;
}

.testimSection #inlineTest div h3 {
  font-weight: normal;
  font-size: 16px;
}

.testimSection #inlineTest div p {
  font-size: 14px;
}

#payTerminal {
  background-color: rgba(226, 255, 250, 0.85);
  color: rgba(1, 66, 42, 0.85);
  height: 18vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px;
}

#payTerminal h1 {
  /* margin-left: 10%; */
}

#footerSection {
  background: #00ae84;
  height: fit-content;
  color: white;
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#inlineLogoSocialLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  /* background-color: red; */
}

#footerLogo img {
  width: 200px;
  /* height: 100px; */
  object-fit: contain;
}

#socialLinkFooter img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-left: 10px;
}

#inlineFooter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* background-color: grey; */
}

#imgDiv1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

#imgDiv1 img {
  object-fit: contain;
  margin: 5px 10px;
  margin-left: 15px;
  width: 60px;
  height: 60px;
}

#divForInline {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

#divForInline p {
  margin-left: 10px;
}

#divForInline img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

#navFooter h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

#navFooter a {
  display: flex;
  flex-direction: column;
  color: white;
  cursor: pointer;
  line-height: 30px;
  font-size: 16px;
  /* text-align: center; */
}

#navFooter a:hover {
  color: #01422a;
}

#footerMainPara {
  width: 70%;
  margin: 40px 0px;
  font-size: 16px;
}

#copyrightPara {
  text-align: center;
  font-size: 14px;
}

#copyrightPara::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 20px;
}

ul#menu a:hover {
  color: #00774c;
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

a {
  text-decoration: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content,
.dropdown-content6 {
  display: none;
  position: absolute;
  left: 10%;
  background-color: #fff;
  min-width: 200px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  z-index: 1;
  padding: 30px 10px;
}

.dropdown-content2,
.dropdown-content3,
.dropdown-content4,
.dropdown-content5 {
  display: none;
  position: absolute;
  left: 30%;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  /* display: block; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown-content6 a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content,
.dropdown2:hover .dropdown-content2,
.dropdown3:hover .dropdown-content3,
.dropdown4:hover .dropdown-content4,
.dropdown5:hover .dropdown-content5,
.dropdown6:hover .dropdown-content6 {
  display: block;
}

.dropdown-content6 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  cursor: pointer;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

@media screen and (max-width: 1200px) {
  .header__btn {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  header {
    height: 90vh !important;
  }

  header .overlay {
    height: 90vh !important;
  }

  .main div {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1050px) {
  .subClear .pay,
  .subClear .pay img {
    width: 400px;
    height: 350px;
  }

  #pr-list {
    width: 31%;
    padding: 0px 10px;
  }

  #pr-list img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

  header {
    height: 90vh !important;
  }

  header .overlay {
    height: 90vh !important;
  }

  .main div {
    margin-top: 50px;
  }
}

@media screen and (max-width: 900px) {
  .main p {
    padding: 0px 10px;
  }

  #productDiv {
    height: 40vh;
    /* width: 90%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    /* margin-left: 5%; */
  }

  #productDiv img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }

  .captionProduct {
    font-size: 25px;
    margin-top: 20px;
  }

  .paraProduct {
    margin: 0px !important;
    margin-top: 10px !important;
    font-size: 18px;
  }

  .ourTopProducts p {
    margin: 20px 0px;
  }

  #viewAllPro {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 20px 0px;
  }

  .expertises {
    display: none !important;
  }

  .mySlides1 {
    display: none;
    /* width: 400px; */
  }

  .mySlides2.mySlides3,
  .mySlides4 {
    display: none;
  }

  * {
    box-sizing: border-box;
  }

  img {
    vertical-align: middle;
  }

  /* Slideshow container */
  .slideshow-container {
    position: relative;
    margin: auto;
    box-shadow: 1px 1px 5px rgb(176, 176, 176);
    background-color: #fff;
    border-radius: 17px;
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 30px 0px;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 14px 12px;
    margin-top: -22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: rgb(0, 0, 0, 0.1);
  }

  /* Position the "next button" to the right */
  .next {
    right: 0px;
    border-radius: 3px 0 0 3px;
  }

  .prev {
    left: 0px;
  }

  /* On hover, add a grey background color */
  .prev:hover,
  .next:hover {
    background-color: #f1f1f1;
    color: black;
  }

  #expertDiv {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* margin-left: 10%; */
    padding: 10px;
    height: 40vh;
    justify-content: center;
    align-items: center;
  }

  #expertDiv .captionProduct {
    margin: 10px 0px;
    text-align: center;
  }

  #expertDiv .paraProduct {
    margin: 10px 20px;
    text-align: center;
    font-size: 12px;
  }

  #expertDiv img {
    width: 100px;
    height: 100px;
  }

  #expertDiv #cardCaption {
  }

  .expertiseSection {
    /* height: fit-content; */
    height: 100vh;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .servicesSection {
    height: 80vh !important;
    margin-top: 4vh;
  }

  .expertiseSection > h2 {
    /* margin-bottom: 30px; */
    font-size: 24px;
  }

  .expertiseSection div > h1 {
    font-size: 22px !important;
    /* text-align: left; */
    padding: 10px 15px;
  }

  /* MAIN */

  .main {
    color: white;
    display: flex;
    flex-direction: column;
    height: 80vh;
    align-items: center;
    justify-content: space-around;
    background-color: rgb(rgb(0, 0, 0, 0.5));
  }

  .overlay {
    margin-top: 0px;
    /* height: 100vh !important; */
  }

  #btnDIV {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #btnDIV a {
    font-size: 12px;
  }

  #footerForMobile {
    display: none !important;
  }

  .main h1 {
    font-size: 30px;
    text-align: center;
  }

  .main p {
    font-size: 18px !important;
    text-align: center;
  }

  .main .btn {
    margin: auto;
    display: block;
    width: max-content;
    font-size: 15px !important;
  }

  .btn2 {
    font-size: 15px !important;
    margin-top: 10px;
  }

  .btn2 img {
    width: 30px;
    height: 30px;
    margin-top: 20px !important;
  }

  .section-5 h1 {
    font-size: 2em;
  }

  .section-2 > h1 {
    font-size: 28px !important;
    text-align: center;
    margin-top: 50px !important;
  }

  .section-2 {
    padding: 0px 30px !important;
  }

  .info > p {
    font-size: 14px !important;
  }

  .info > h1 {
    font-size: 22px !important;
  }

  #orderNow {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 14px;
    margin: 0px !important;
  }

  .ourTopProducts {
    height: fit-content !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    padding-top: 5vh;
  }

  .ourTopProducts > p {
    font-size: 18px !important;
  }

  .ourTopProducts > h1 {
    font-size: 28px !important;
  }

  .expertiseSection,
  .servicesSection {
    height: fit-content !important;
    padding: 30px 0px !important;
  }

  .expertiseSection > h1 {
    font-size: 28px !important;
  }

  .expertiseSection > h2 {
    font-size: 24px !important;
    margin-bottom: 25px;
  }

  .servicesSection > h1 {
    font-size: 28px !important;
    margin: 0px !important;
  }

  .whyChooseUs {
    height: max-content !important;
    padding-top: 60px !important;
  }

  .whyChooseUs .inlineBox img {
    width: 60%;
    margin: 0px 10px;
  }

  .whyChooseUs h1 {
    margin-top: 20px;
    font-size: 28px;
  }

  .whyChooseUs p {
    margin: 20px 0px;
    font-size: 14px;
    width: 90%;
    /* margin-left: 5%; */
  }

  .whyChooseUs h2 {
    font-size: 20px;
  }

  .inlineBox {
    margin: 10px 0px;
  }

  .inlineBox img {
    /* width: 50px; */
    /* height: 100px; */
    /* object-fit: contain; */
  }

  #learnMore {
    margin: 20px 0px;
    justify-content: center;
  }

  .followUsUpdate a {
    text-decoration: none;
    margin: 0px 4px;
  }

  .followUsUpdate {
    height: fit-content;
    padding: 50px 10px;
  }

  .followUsUpdate h1 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .followUsUpdate img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0px 7px;
  }

  .testimSection {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px !important;
  }

  .testimSection > div > h1 {
    font-size: 28px !important;
    margin-bottom: 20px;
  }

  #commentsDiv {
    width: 80%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
  }

  #commentsDiv img {
    margin: 10px 0px;
  }

  #payTerminal {
    height: 10vh;
    padding: 0px 30px;
  }

  #payTerminal h1 {
    margin-left: 0%;
    /* text-align: center; */
    width: 100%;
    font-size: 20px;
  }

  #footerSection {
    display: none !important;
  }

  #footerForMobile {
    background-color: #00ae84;
    padding: 10px 20px;
  }

  #footerLogo img {
    width: 150px;
    height: 150px;
  }

  #socialLinkFooter img {
    width: 22px;
    height: 20px;
    margin: 0px 3px;
  }

  #paymentLogo {
    width: 100%;
  }

  #paymentLogo #imgDiv1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 20px;
  }

  #paymentLogo #imgDiv1 img {
    width: 40px;
    height: 40px;
  }

  #linksAndDetails {
    display: flex;
    flex-direction: row;
  }

  #emailAddressDiv {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #emailAddressDiv div {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    margin-top: 10px;
  }

  #emailAddressDiv div p {
    margin-left: 10px;
    font-size: 14px;
  }

  #emailAddressDiv div img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  #footerParaDiv {
    color: white;
    text-align: center;
    margin-top: 30px;
  }

  #learnMore {
    text-align: center;
  }

  #footerParaDiv > #p1,
  #p2 {
    font-size: 12px !important;
    line-height: 15px;
  }

  #footerParaDiv > #p1::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    margin: auto;
    margin: 15px 0px;
  }

  #footerForMobile {
    display: block !important;
  }

  #ourProducts {
    display: none !important;
  }

  #inlineTest {
    display: none !important;
  }

  #cardCaption p {
    font-size: 14px !important;
  }

  .subClear .pay {
    margin: 0% !important;
    box-shadow: none !important;
    width: 500px;
    height: 300px;
  }

  .subClear .pay img {
    width: 500px;
    height: 300px;
  }

  .section-2 img {
    /* display: none !important; */
    height: 200px !important;
    width: 300px !important;
    object-fit: contain;
  }

  #loveOurHonest {
    font-size: 38px !important;
  }

  .info p {
    font-size: 18px !important;
  }

  .clearSimple > h1 {
    font-size: 28px !important;
    text-align: center;
  }

  .clearSimple > h1::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #00774c;
    margin: auto;
    margin-top: 10px;
  }

  .clearSimple {
    height: fit-content;
    background-image: none;
  }

  .subClear img {
    margin: 0% !important;
    /* width: 20px !important;
    height: 20px !important; */
    object-fit: contain;
  }

  .checkMark {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .checkMark div {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
  }

  .checkMark p {
    font-size: 14px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .subClear {
    /* display: flex; */
    flex-direction: column !important;
  }

  .main,
  .expertiseSection,
  .servicesSection,
  .clearSimple,
  .whyChooseUs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04aa6d;
  color: white;
}

@media screen and (max-width: 1000px) {
  #transparentPricingForMobile {
    display: block;
    text-align: center;
    padding: 0px 10px;
  }

  #traH1 {
    font-size: 28px;
    margin: 20px 0px;
  }
  #traH1::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: #00774c;
    margin: auto;
    margin-top: 15px;
  }

  #traP1 {
    font-size: 14px;
    text-align: center;
  }

  #traCard {
    position: relative;
    top: 50px;
    border-radius: 20px;
  }

  #traCard img {
    width: 200px;
    height: 120px;
    object-fit: contain;
    border-radius: 20px;
  }

  #traCate {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: left;
    padding: 40px 10px;
    padding-top: 80px;
    margin-bottom: 30px;
    background-color: #fafafa;
  }

  #traCate div {
    width: 80%;
  }

  #greenFees,
  #blueFees,
  #lineFees,
  #hiddenFees,
  #revenueFees {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
  }

  #traCate span {
    width: 20px;
    height: 20px;
    margin: 0px 3px;
    border-radius: 3px;
  }

  #blueFees span {
    background-color: #0053a2;
  }

  #greenFees span {
    background-color: #00b164;
  }

  #lineFees span {
    /* background-color: brown; */
    background: repeating-linear-gradient(
      -50deg,
      rgb(59, 59, 59),
      rgb(59, 59, 59) 2px,
      transparent 2px,
      transparent 4px
    );
  }

  #hiddenFees span {
    background-color: black;
  }

  #revenueFees span {
    background-color: #c8c8c8;
  }

  #traCate p {
    font-size: 8px;
    margin-left: 10px;
    text-transform: uppercase;
    color: grey;
  }

  #pandaDiv1 {
    text-align: left;
    padding: 0px 20px;
  }

  #pandaDiv1 p {
    font-size: 8px;
    margin-bottom: 10px;
    color: grey;
  }

  #tPD1 {
    background: rgb(217, 215, 215);
    background: radial-gradient(
      circle,
      rgba(217, 215, 215, 1) 81%,
      rgba(255, 255, 255, 1) 100%
    );
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
  }

  #tPD1 #d1 {
    background-color: #00b164;
    width: 25%;
    height: 40px;
  }

  #tPD1 #d2 {
    background-color: #0053a2;
    width: 10%;
    height: 40px;
  }

  div#d3 {
    width: 10%;
    height: 40px;
    background-color: yellow;
  }

  div#d3 {
    background: repeating-linear-gradient(
      -50deg,
      rgb(59, 59, 59),
      rgb(59, 59, 59) 2px,
      transparent 2px,
      transparent 4px
    );
  }

  div.d3 {
    width: 20% !important;
  }

  #allPay {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 8px;
    color: grey;
    text-transform: uppercase;
  }

  div#d4 {
    width: 15%;
    height: 40px;
    background-color: rgb(0, 0, 0);

    position: relative;
    top: 0;
    left: 0;
    animation: moveAcross 2s linear alternate infinite;
  }

  @keyframes moveAcross {
    0% {
      left: -40px;
      width: 15%;
    }

    100% {
      left: -20px;
      width: 20%;
    }
  }
}

@media screen and (max-width: 1200px) {
  /* #traCard img {
    width: 50%;
    position: relative;
    left: 30px;
  }

  #traCate p {
    font-size: 12px !important;
  } */
}

@media screen and (max-width: 600px) {
  .section-2 .image {
    display: none !important;
  }

  .section-2 > h1 {
    font-size: 28px !important;
  }

  .section-2 .info {
    text-align: center;
  }

  .section-2 .info h1 {
    font-size: 28px !important;
    margin-top: 0px;
  }

  #payTerminal > h1 {
    font-size: 16px !important;
  }

  .subClear .pay,
  .subClear .pay img {
    width: 90% !important;
    display: flex;
    justify-content: center;
    height: 200px !important;
    object-fit: contain !important;
    /* background-color: red; */
  }
}

/* 
@media screen and (min-width: 1700px) {

body{
  margin: 0px 300px;
}} */

@media screen and (min-width: 1000px) {
  #transparentPricingForMobile {
    display: block;
    text-align: center;
    padding: 0px 10px;
    margin-top: 70px;
  }

  #traH1 {
    font-size: 40px;
    margin: 20px 0px;
  }
  #traH1::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: #00774c;
    margin: auto;
    margin-top: 15px;
  }
  #traP1 {
    font-size: 18px;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    line-height: 28px;
  }

  #traCard {
    position: relative;
    left: 50px;
    /* border-radius: 20px; */
  }

  #traCard img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    /* border-radius: 50px !important; */
  }

  #traCate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 100px;
    background-color: #fafafa;
    /* background-color: lightgrey; */
    z-index: -1;
    width: 50%;
    height: 40vh;
    border-radius: 10px;
  }

  #traCate div {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
  }

  #greenFees,
  #blueFees,
  #lineFees,
  #hiddenFees,
  #revenueFees {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
  }

  #traCate span {
    width: 20px;
    height: 20px;
    margin: 0px 3px;
    border-radius: 3px;
  }

  #blueFees span {
    background-color: #0053a2;
  }

  #greenFees span {
    background-color: #00b164;
  }

  #lineFees span {
    background-color: brown;
    background: repeating-linear-gradient(
      -50deg,
      rgb(59, 59, 59),
      rgb(59, 59, 59) 2px,
      transparent 2px,
      transparent 4px
    );
  }

  #hiddenFees span {
    background-color: black;
  }

  #revenueFees span {
    background-color: #c8c8c8;
  }

  #traCate p {
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    color: grey;
  }

  #pandaDiv1 {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  #pandaDiv1 p {
    font-size: 12px;
    margin-bottom: 10px;
    color: grey;
    margin-left: 10%;
  }

  #tPD1 {
    background: rgb(217, 215, 215);
    background: radial-gradient(
      circle,
      rgba(217, 215, 215, 1) 81%,
      rgba(255, 255, 255, 1) 100%
    );
    width: 80%;
    margin-left: 10%;
    height: 50px;
    display: flex;
    flex-direction: row;
  }

  #tPD1 #d1 {
    background-color: #00b164;
    width: 25%;
    height: 50px;
  }

  #tPD1 #d2 {
    background-color: #0053a2;
    width: 10%;
    height: 50px;
  }

  div#d3 {
    width: 6%;
    height: 50px;
    background-color: yellow;
  }

  div#d3 {
    background: repeating-linear-gradient(
      -50deg,
      rgb(59, 59, 59),
      rgb(59, 59, 59) 2px,
      transparent 2px,
      transparent 4px
    );
  }

  div.d3 {
    width: 7% !important;
  }

  #allPay {
    text-align: left;
    margin-left: 10%;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 12px;
    color: grey;
    text-transform: uppercase;
  }

  div#d4 {
    width: 15%;
    height: 50px;
    background-color: rgb(0, 0, 0);

    position: relative;
    top: 0;
    left: 0;
    animation: moveAcross 2s linear alternate infinite;
  }

  @keyframes moveAcross {
    0% {
      left: -30px;
      width: 10%;
    }

    100% {
      left: -20px;
      width: 13%;
    }
  }

  #forInlineCard {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
  }
}

#payTerminal a {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  #payTerminal a {
    width: 100px !important;
    height: 40px !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
  }

  #commentsDiv h1 {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

.experSect {
  background: #f8fffc !important;
  margin-top: 90px !important;
  height: fit-content !important;
  
}
.writeExpr {
  color: black !important;
  font-weight: bolder;
}
.writeExpr::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #00774c;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.readBlogsOur {
  font-size: 18px;
  width: 80%;
  margin-left: 10%;
  margin-top: 30px;
  line-height: 25px;
}
.boxBlogs {
  margin-top: 50px !important;
}
.boxBlogs > a {
  width: 28vw !important;
  height: 460px !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start;
  /* background-color: white; */
  padding: 0px !important;
  /* box-shadow: 1px 3px 6px 4px lightgrey;
  */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid rgb(194, 194, 194);
}
.boxBlogs > a > img {
  width: 100% !important;
  height: 200px !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  object-fit: cover !important;
}
.boxBlogs > a > h1 {
  margin: 20px 20px;
  line-height: 30px;
  font-size: 22px;
}
.boxBlogs > a > p {
  margin: 0px 20px;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
.boxBlogs > a > h4 {
  margin: 20px 20px;
  margin-bottom: 30px;
  color: #00774c;
}
.boxBlogs > a:hover {
  scale: 0.9 !important;
  transition: 0.8s;
  /* cursor: pointer; */
  border: 1px solid lightgrey;
  box-shadow: none;
}
.viewAllBlogs {
  margin-top: 30px;
}

.faqSec {
  background-color: #fafdff;
  /* background-color: grey; */
  margin: 40px 0px;
  padding: 20px 0px;
  height: fit-content !important;
  /* height: 90vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.faqWithArr {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 15px 10px;
  /* height: 45px; */
  width: 800px;
  background-color: white;
  box-shadow: 1px 1px 4px 0px #51c99d;
  border-radius: 10px;
  font-size: 18px;
  margin: 20px 0px;
  cursor: pointer;
}
.faqWithArrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* background-color: red; */
  /* height: ; */
}
.faqWithArrow > button {
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #00774c;
  cursor: pointer;
}
.faqWithArr > p {
  margin: 20px 0px;
  margin-right: 30px;
  line-height: 26px;
  font-size: 15px;
  display: none;
}
.faqSec > p {
  font-size: 18px;
  width: 60%;
  text-align: center;
  line-height: 28px;
}
.faqSec > h1 {
  font-size: 36px;
}
.faqSec > h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #00774c;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.showMoreBtn {
  background-color: #62d6ac;
  color: white;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  width: 150px;
  font-weight: bold;
  box-shadow: 0 2px 10px 0 #0005;
  margin: 15px 0px;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .faqWithArr {
    width: 600px;
  }
  .faqSec > p {
    width: 90%;
  }
  .faqWithArr > p {
    font-size: 14px;
  }
  .faqWithArrow > p {
    font-size: 16px;
  }
  .faqSec > h1 {
    font-size: 28px;
  }
  .blogExpert > div {
    align-items: flex-start !important;
    margin: 0px !important;
    padding: 0px !important;
    /* height: fit-content !important; */
  }
  .blogExpert > div > img {
    width: 100% !important;
    height: 150px !important;
    margin: 0px !important;
    /* background-color: grey; */
    object-fit: cover !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .blogExpert > div > div > h3,
  .blogExpert > div > div > p,
  .blogExpert > div > div > a {
    text-align: center !important;
    margin: 0px !important;
    padding: 0px !important;
    align-items: flex-start !important;
  }
  .blogExpert > div > div {
    padding: 20px 20px;
  }
  .blogExpert > div > div > h3 {
    font-size: 18px;
    color: #00774c;
  }
  .blogExpert > div > div > p {
    font-size: 14px;
    margin: 10px 0px !important;
  }
  .blogExpert > div > div > a {
    color: #00774c;
  }
}
@media screen and (max-width: 750px) {
  .faqWithArr {
    width: 500px;
  }

  .faqSec > p {
    font-size: 16px;
  }
  .readBlogsOur {
    width: 90%;
    margin: 0px;
    margin-left: 5%;
    text-align: left;
  }

  .writeExpr::after {
    width: 100px;
  }
}

@media screen and (max-width: 600px) {
  .faqWithArr {
    width: 90%;
    margin-left: 5%;
  }
  .faqWithArrow > p {
    font-size: 14px;
    line-height: 20px;
  }
  .faqWithArrow > button {
    margin-left: 20px;
    font-size: 16px;
  }
  .faqSec {
    height: fit-content !important;
  }
}

#showWhenClick {
  /* display: none; */
}
