@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
body {
  font-family: "Roboto" !important;
  background-color: #FCFCFC;
}

.__nav-head {
  background-color: #2e2e2e;
}

.__nav-top {
  color: #d3d3d3;
  font-size: 14px;
}

.heading {
  color: rgba(46, 46, 46, 0.5176470588);
  font-size: 15px;
  background-color: #fff;
}

.heading:focus {
  color: #2e2e2e;
  background-color: rebeccapurple;
}

a {
  color: inherit;
}

.__login button {
  padding: 8px 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid white;
  color: #01aa43;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}
.__login button i {
  display: none;
  transition: all ease 0.5s;
}

.__login:hover button {
  border: 1px solid #01aa43;
  transition: all ease 0.5s;
}

.__register button {
  background-color: #01aa43;
  padding: 8px 20px;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  border: 0;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.resp-nav-menu-btn {
  border: 1px solid #01aa43;
  background-color: white;
  padding: 5px 14px;
}

.show_bg_2 {
  background-image: linear-gradient(to bottom, rgb(232, 240, 231), rgba(201, 227, 200, 0.38)), url("../imagess/skyscraper.jpeg");
  height: 990px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
}
.show_bg_2 button {
  background-color: #01aa43;
  font-weight: 500;
  padding: 12px 24px;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  border: 0;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
      /*margin-right: 155px;*/

}

.__hero-container {
  height: 630px;
}

.__hero-h2 {
  font-size: 35px;
  font-weight: 600;
  color: #2E2E2E;
}

.__hero-p {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.__currency-box {
  background-color: rgba(4, 63, 27, 0.5215686275);
  border-radius: 15px;
  border: 1px solid #01aa43;
}
.__currency-box h3 {
  font-size: 15px;
  font-weight: 400;
  color: #dcdcdc;
}
.__currency-box .__selectTag {
  background-color: rgba(4, 63, 27, 0.5215686275);
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
}
.__currency-box .__table h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 23.44px;
  margin: 0;
  /*text-align: center;*/
}
.__currency-box .__table h4 {
  font-weight: 350;
  font-size: 14px;
  margin: 0;
}
.__currency-box button {
  background-color: #01aa43;
  padding: 10px 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: 0;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}

.__converter {
  width: 100%;
  position: absolute;
  border-radius: 5px;
  padding: 40px 55px;
  background-color: #fff;
}
.__converter i {
  color: #000;
}
.__converter h1 {
  font-size: 40px;
  color: #000;
}
.__converter .__inputConverter {
  background-color: #f9f9f9;
  padding: 20px;
}
.__converter .__info {
  background-color: #f2f7fe;
  padding: 10px;
  margin-top: 20px;
  border-radius: 6px;
}
.__converter .__info p {
  font-size: 12px;
  padding-left: 10px;
  color: #000;
}
.__converter .__convert-btn {
  margin-top: 20px;
}
.__converter .__convert-btn .btn {
  background-color: #01aa43;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  border: 0;
}

.currency-div {
  position: absolute;
  bottom: -140px;
  right: 115px;
  box-shadow: 2px 5px 5px rgba(209, 193, 193, 0.2);
}

@media (max-width: 767px) {
.currency-div {
    position: absolute;
    bottom: -654px;
    right: 7px;
    width: 400px;
    box-shadow: 2px 5px 5px rgba(209, 193, 193, 0.2);
}
}

@media only screen and (max-width: 600px) {
  .exchange-div {
    margin-top: 500px;
  }
}
@media only screen and (min-width: 600px) {
  .exchange-div {
    margin-top: 275px;
  }
}
.exchange-div-border {
  border-bottom: 1px solid #f2ebeb;
  border-left: 1px solid #f2ebeb;
  border-right: 1px solid #f2ebeb;
}

.exchange-table-div {
  background-color: #F5F8F6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.exchange-table-div h6 {
  color: #01aa43;
  font-size: 18px;
}

.exchange-div-h6 {
  color: #2E2E2E;
}

.font-size {
  font-size: 14px;
}

.font-color {
  color: #01aa43;
}

.bg-color {
  background-color: #01aa43;
}

.minutes-div-UtubeImg {
  position: absolute;
  top: 41%;
  right: 42%;
}

.our-features-bg {
  background-image: linear-gradient(135deg, #70F570 1%, #01aa43 100%);
}

.gold-service-icon {
  position: absolute;
  top: -5px;
  right: 233px;
}

.service-div-ht {
  height: 100px;
}

.service-div-img {
  border-radius: 0 30px 0px 30px;
  box-shadow: 10px 10px 1px #01aa43;
}

.features-div-img {
  border-radius: 50px 0px 50px 0;
}

.features-div-iconBg {
  background-color: #dcf3e6;
}

.customer-feedback-div {
  font-style: italic;
  font-size: 15px;
  color: #2E2E2E;
  height: 300px;
}

.feedback-slider {
  box-shadow: 0 2px 5px 1px rgba(173, 164, 164, 0.5);
}

.plus-minus-icon {
  height: 10px;
  width: 20px;
}

.bg-image {
  background-image: url("https://s3-alpha-sig.figma.com/img/4016/be44/edc4185d2034514b3c4d1b9f5d0b97f6?Expires=1710720000&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=qX7gZ0mjHkr4bYtsNw~NTZebt60FeE5d8072~wUS6ag0FA99X5ZKt9h9ccZ7EDt0vi6P1csbjMAfIRe8xy7tCwwuDukBmJtXPQA1UV-ZCVDmR2mKM~Xt0oGQmjop4mlkuVbYYIJ6VctNVEcCHKq~prN4V03HA8VuMoiQAV61qyrrA0aZ5I-DJSkODBKZwCdRGw6bDcJAmcVCo4RdoUQGt8EoHPF5nSdSAL-PB2tkJ6EI1rhq~Cn1y5n6Cxf09TMzdG7QTbzADMMDKjyLMfDOQpMbbxS~K~dID6W6Pbc6Kq~dkm-H059WkLo2ym9vpr-Ns1on1RWN5vonn3E97eS31g__");
}

.footer-a {
  font-size: 11px;
  font-weight: 700;
  margin-top: 10px;
}

.about-us-p-ht {
  height: 90px;
}

.primary-border {
  border: 1px solid #01aa43;
}

.contactDiv-girl-img {
  position: absolute;
  bottom: 0;
  right: -50px;
}

.contact-bg-image {
  background-image: url("../images/circles.png");
  width: 575px;
}

.phone-details {
  position: absolute;
  top: -10%;
  left: 25px;
}

.navbar {
  background: #fff;
  transition: all ease 0.6s;
  backface-visibility: hidden;
  box-shadow: 0 2px 5px 1px rgba(173, 164, 164, 0.5);
  /*position: fixed;*/
    /*top: 45px;*/
    padding: 0 12px;
}

.navbar-dark .navbar-nav {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  outline: 0;
}

.navbar-dark .navbar-toggler {
  border-color: #444;
}

.navbar-dark .navbar-toggler:focus {
  background: #01aa43;
  outline: 0;
}

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
  background: #ccc;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded=true] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded=true] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded=false] span {
  transform: none;
  opacity: 1;
}

.navbar-brand {
  width: 162px;
  height: 44px;
  background: url(../img/logo.png) left center no-repeat;
  border: 0;
  text-indent: -99999px;
}

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all ease 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded=true] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded=true] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded=false] span {
  transform: none;
  opacity: 1;
}

.navbar-shadow {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
  position: sticky;
}

@media only screen and (max-width: 600px) {
  .__nav-main {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  .navbar {
    display: none !important;
  }
}
.navbar-hover {
  transition: all ease 0.5s;
  border: 2px solid white;
}

.navbar-hover:hover {
  transition: all ease 0.5s;
  color: #01AA43;
  border-bottom: 2px solid #01aa43;
}

@media only screen and (max-width: 600px) {
  ._gold {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  ._resp-gold {
    display: none !important;
  }
}
._img-build {
  border-top-right-radius: 45px;
  border-bottom-left-radius: 45px;
  width: 100%;
  height: 540px;
  background: url(img/tiger.png) no-repeat;
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 20px 20px 0px #01AA43;
  -khtml-box-shadow: 10px 10px 5px #ccc;
  transform: scaleX(-1);
}

._img-money {
  width: 100%;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
}

._submit-btn {
  background-color: #01AA43;
  color: #fff;
  border-radius: 6px;
}

._hero {
  background-color: #F7FCF9;
}

._service-box {
  height: auto;
  border-radius: 20px;
  border: 1px solid gray;
  transition: all ease 0.3s;
}

._service-box:hover {
  border: 1px solid #01AA43;
  border-radius: 20px;
  transition: all ease 0.3s;
}

.toggle-checkbox {
  display: none;
}

.toggle-label {
  cursor: pointer;
}

.toggle-label i::before {
  content: "\f078";
  /* FontAwesome chevron down icon */
}

.toggle-checkbox:checked + .toggle-label i::before {
  content: "\f077";
  /* FontAwesome chevron up icon */
}

.sub-navbar {
  display: none;
}

.toggle-checkbox:checked + .toggle-label + .sub-navbar {
  display: block;
}

.nav-list {
  color: #4B4B4B;
  font-weight: 600;
}

.sub-list-nav {
  color: #8F8F8F;
}

.toggle-content {
  display: none;
}

.toggle-button:before {
  content: "+";
}

.toggle-button.active:before {
  content: "-";
}

:focus,
:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  display: inline-flex;
  list-style: none;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1da1f2;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #25d366;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #cd201f;
  color: #ffffff;
}

/* CSS */
.button-24 {
  background: #01aa43;
  border: 1px solid #01aa43;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 25px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  transition: all ease 0.4s;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #01aa43;
  transition: all ease 0.4s;
}

.button-24:active {
  opacity: 0.5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
}

.feedback-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /*min-height: 10vh;*/
  padding: 0 35px;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}

.wrapper .arrow {
  height: 50px;
  width: 50px;
  background: rgb(118, 233, 118);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 1.25 rem;
  transform: translateY(430%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wrapper .arrow:first-child {
  left: 450px;
}

.wrapper .arrow:last-child {
  right: 450px;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 12px);
  gap: 36px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel :where(.card, .img) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel .card {
  scroll-snap-align: start;
  height: 380px;
  list-style: none;
  background: #F0F3F5;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  width: 98%;
  padding: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card .img {
  background: green;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.card .img img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
}

.card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}

.card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}
.content_area {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.show-content {
  max-height: none;
  cursor: pointer;
}

.read-more {
  display: none;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */

/*//css*/
/*// feedback*/
.customer-feedback-div {
    font-style: italic;
    font-size: 15px;
    color: #2E2E2E;
    height: 300px;
    font-weight: 500;
}
.features-div-iconBg {
    background-color: #DCF3E6;
}
.feedback-slider {
    box-shadow: 0 2px 5px 1px rgba(173, 164, 164, 0.5);
}
// read more
.content_area {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.show-content {
    max-height: none;
    cursor: pointer;
}
.read-more {
    display: none;
    cursor: pointer;
}
// slider feedback
.feedback-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0 35px;
}
.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}
.wrapper .arrow {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25 rem;
    transform: translateY(430%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wrapper .arrow:first-child {
    left: 450px;
}
.wrapper .arrow:last-child {
    right: 450px;
}
.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 36px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}
.carousel::-webkit-scrollbar {
    display: none;
}
.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}
.carousel.no-transition {
    scroll-behavior: auto;
}
.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}
.carousel .card {
    scroll-snap-align: start;
    height: 380px;
    list-style: none;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    width: 98%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card .img {
    background: green;
    width: 145px;
    height: 145px;
    border-radius: 50%;
}
.card .img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}
.card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}
.card span {
    color: #6A6D78;
    font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}
@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

.image_pop-up {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
}
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background-color: rgba(0, 0, 0, 0.5); */
  /* Semi-transparent background */
  z-index: 1;
}
@media screen and (max-width: 600px) {
   .popup-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  width: 100%;
}
}
@media screen and (min-width: 600px) {
   .popup-content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  width: 100%;
}
}

@media screen and (min-width: 600px) {
  .close-btn {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  background-color: rgba(46, 46, 46, 0.2470588235);
  border-radius: 50%;
  padding: 5px 10px;
  font-family: "Roboto", sans-serif;
  z-index: 1;
  left: 730px;
  top: -29px;
}
}

@media screen and (max-width: 600px) {
  .close-btn {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  background-color: rgba(46, 46, 46, 0.2470588235);
  border-radius: 50%;
  padding: 5px 10px;
  font-family: "Roboto", sans-serif;
  z-index: 1;
  left: 612px;
  top: -29px;
}
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(370%);
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  padding: 5px 10px;
}
.prev-btn { 
  left: 45px;
}
.next-btn {
  right: 45px;
}
.slider-image {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  padding: 0 !important;
  border-radius:15px;
  /* Hide all images initially 
  transition: opacity 0.5s ease; /* Smooth transition for opacity */
}
.slider-image.active {
  opacity: 1; /* Show active image */
}
@media (max-width: 767px) {
  .slider-image.active {
    height: 512%;
}
}


.slider-container {
  position: static; /* Set position for absolute positioning of images */
  width: 100%;
  height: auto;
}
.img-3 {
  border-radius: 8%;
  width: 80%;
  left: 76px;
}/*# sourceMappingURL=style.css.map */


@media only screen and (max-width: 600px) {
  .container-ht {
	margin-top: 700px;
}

}

@media only screen and (max-width: 600px) {
                    .show_bg_2 button {
                            background-color: #01aa43;
                            font-weight: 500;
                            padding: 12px 24px;
                            color: #fff;
                            font-size: 15px;
                            border-radius: 6px;
                            border: 0;
                            box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
                            /*margin-right: 109px;*/
                            margin-top: -96px;
                            /*margin-left: 81px;*/
                    
                    }
                            .slider-image {
                                /*margin-top:30px;*/
                                /*position: absolute;*/
                                /*top: -11px;*/
                                left: 0;
                                width: 100%;
                                height: 210px;
                                opacity: 1;
                                transition: opacity 0.5s
                }
                .banner{
                    margin-top:40px;
                }

                .__convert-btn button {
    background-color: #01aa43;
    font-weight: 500;
    padding: 12px 24px;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    border: 0;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
    /*margin-right: 109px;*/
    margin-top: 6px;
    margin-left: 0px;
}
}
@media (max-width: 767px) {
	#back-to-top .top {
		bottom: 0 !important;
		right: 0 !important;
  }
}

@media (max-width: 767px) {
	.px-0 {
		    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
    header .iq-header {
     padding: 0 !important;
    }
    .popup-container {
    position:static;
        
    }
}