@charset "UTF-8";

@font-face {
  font-family: "Mulish";
  src: url("../landing-css/Mulish/static/Mulish-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Mulish";
  src: url("../landing-css/Mulish/static/Mulish-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Mulish";
  src: url("../landing-css/Mulish/static/Mulish-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Mulish";
  src: url("../landing-css/Mulish/static/Mulish-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
  text-decoration: none;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.outerimage {
  width: 100%;
  height: auto;
}

.outerimage img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.tx_orngae {
  color: #F4694F;
}

.abouth2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #212B36;
}

@media (max-width: 991px) {
  .abouth2 {
    font-size: 24px;
  }
}

.aboutp {
  font-size: 16px;
  font-weight: 500;
  color: #4F4F4F;
  opacity: 0.7;
}

.lineclass {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #D4D4D8;
}

.aboutpara {
  color: #141F39;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.listheading {
  font-size: 18px;
  font-weight: 700;
  color: #212B36;
  margin-bottom: 20px;
}

.listparadisc {
  font-size: 18px;
  font-weight: 500;
  color: #141F39;
  opacity: 0.7;
}

.card {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  /* display: flex; */
  text-align: center;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 767px) {
  .card {
    padding: 15px;
  }
}

.card .cardimage {
  margin-bottom: 15px;
}

.card .card_head {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #212B36;
}

.card .card_para {
  font-size: 18px;
  font-weight: 500;
  color: #4F4F4F;
  opacity: 0.7;
}

.textpartthird {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.textpartthird .bg_store {
  width: 190px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 30px;
}

.textpartthird .bg_store img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mainpart {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.mainpart .firstpartright,
.mainpart .firstpartleft {
  width: calc(50% - 15px);
}

@media (max-width: 991px) {

  .mainpart .firstpartright,
  .mainpart .firstpartleft {
    width: 100%;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  padding-top: 10px;
}

.header .navbar .header-logo {
  width: 160px;
  height: auto;
}

.header .navbar .middlemenu {
  display: flex;
  justify-content: end;
}

.header .navbar .middlemenu .middlemenuparent {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header .navbar .middlemenu .middlemenuparent {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
  }
}

.header .navbar .middlemenu li {
  list-style-type: none;
  margin-right: 25px;
}

.header .navbar .middlemenu li a {
  color: #fff;
}

@media (max-width: 991px) {
  .header .navbar .middlemenu li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.header .navbar .middlemenu .headerbtn {
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #212B36;
  font-size: 16px;
  font-weight: 700;
  width: auto;
  display: flex;
}

@media (max-width: 991px) {
  .header .navbar .middlemenu {
    display: flex;
    position: absolute;
    width: 100%;
    top: -265px;
    background-image: linear-gradient(to right bottom, #fb606d, #fc6769, #fc6d66, #fc7463, #fc7a61);
    left: 0;
    justify-content: center;
    transition: top 0.5s ease-in-out;
  }

  .header .navbar .middlemenu.active {
    top: 55px;
    transition: top 0.5s ease-in-out;
    z-index: -1;
  }
}

.header .navbar .togglemenu {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  display: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header .navbar .togglemenu {
    display: block;
  }
}

.header .navbar .togglemenu img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0) invert(1);
}

.banner {
  background-image: "{{ asset('assets/images/landing/bannerbg.png') }}";
  background-color: #fc626d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .banner {
    padding-bottom: 30px;
  }
}

.banner .mainpartfirst {
  padding: 85px 0 0;
}

.banner .firstpartleft .textpart {
  margin-bottom: 30px;
}

.banner .firstpartleft .textpart .banner-title {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.banner .firstpartleft .textpart .banner-title::before {
  content: "●";
  position: absolute;
  top: -70px;
  left: 50px;
}

@media (max-width: 1199px) {
  .banner .firstpartleft .textpart .banner-title::before {
    top: -40px;
  }
}

@media (max-width: 1199px) {
  .banner .firstpartleft .textpart .banner-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .banner .firstpartleft .textpart .banner-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.banner .firstpartleft .textpart .banner-disc {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .banner .firstpartleft .textpart .banner-disc {
    margin-bottom: 15px;
  }
}

.banner .firstpartleft .textparttwo {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.banner .firstpartleft .textparttwo .firstpartright p {
  margin-bottom: 0;
  color: #fff;
}

.banner .firstpartleft .textparttwo .firstpartright p .for-bold {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .banner .firstpartleft .textparttwo .firstpartleft img {
    width: 200px;
  }
}

.banner .firstpartright .outdiveimge {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.banner .firstpartright .outdiveimge img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner .firstpartright .btndiv {
  position: absolute;
  left: 38%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 190px;
  justify-content: space-between;
  background-color: #fff;
  padding: 7px 10px 7px 25px;
  border-radius: 40px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .banner .firstpartright .btndiv {
    left: 50%;
  }
}

.banner .firstpartright .btndiv .btntext p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
}

.banner .firstpartright .btndiv .btnicon {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .firstpartright .btndiv .btnicon img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner .videoModal {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.banner .videoModal .modalContent {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  /* For positioning the close icon */
}

.banner .videoModal .modalContent #videoElement {
  width: 100%;
  height: auto;
}

.banner .videoModal .modalContent .close {
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #fb6969;
  height: 30px;
  border-radius: 50%;
  width: 30px;
}

.banner .videoModal .modalContent .close .closeModalicon {
  position: absolute;
  top: -6px;
  right: 5px;
}

.about_us {
  padding: 30px 0;
}

.about_us .listparadisc {
  font-size: 18px;
  font-weight: 500;
  color: #4F4F4F;
  opacity: 0.7;
}

.about_us .about_list .inerlistdata {
  margin-bottom: 30px;
}

.about_us .bg_div {
  background-color: #FFFFFF;
  display: flex;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
}

.about_us .bg_div .imgcounterdiv {
  height: 40px;
  width: 40px;
}

.about_us .bg_div .counterdiv {
  width: calc(100% - 60px);
}

.about_us .counter {
  font-size: 30px;
  font-weight: 900;
}

.about_us .countertext {
  color: #212B36;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.5;
}

.howitswork {
  padding: 30px 0;
}

.howitswork .aboutp {
  color: #141F39;
  opacity: 0.7;
}

.howitswork .howitsbg {
  background: "{{ asset('assets/images/landing/bgfor.png') }}" no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  border-radius: 30px;
}

.howitswork .text-div {
  padding-bottom: 30px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.howitswork .cardworks {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .howitswork .cardworks {
    padding: 0 10px;
  }
}

.howitswork .cardworks .divfirst {
  width: calc(33.33% - 20px);
}

@media (max-width: 991px) {
  .howitswork .cardworks .divfirst {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .howitswork .cardworks .divfirst {
    width: 100%;
  }
}

.howitswork .timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  /* Adjust the width to your design */
  margin: 0 auto;
  /* Center the timeline horizontally */
  padding: 50px 0;
}

@media (max-width: 991px) {
  .howitswork .timeline-container {
    max-width: 600px;
    justify-content: center;
    padding: 20px 0;
  }
}

.howitswork .timeline-container .timeline-step {
  display: flex;
  align-items: center;
  position: relative;
}

.howitswork .timeline-container .timeline-step .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFECEC;
  /* Light pink background */
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed rgba(33, 43, 54, 0.4);
  /* Dashed border */
}

.howitswork .timeline-container .timeline-step .line {
  height: 2px;
  width: 300px;
  border-top: 2px dashed rgba(33, 43, 54, 0.3);
  margin-left: 10px;
}

@media (max-width: 991px) {
  .howitswork .timeline-container .timeline-step .line {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .howitswork .timeline-container .timeline-step .line {
    width: -moz-max-content;
    width: max-content;
  }
}

.howitswork .timeline-container .timeline-step .timeline-step:last-child .line {
  display: none;
  /* Hide the line after the last circle */
}

.howitswork .tagline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  background-color: #FFE9E7;
  margin: 0 auto;
  border-radius: 30px;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #212B36;
}

@media (max-width: 991px) {
  .howitswork .tagline-container {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .howitswork .tagline-container {
    max-width: 280px;
    font-size: 16px;
  }
}

.about_us1 .about_list .inerlistdata,
.about_us2 .about_list .inerlistdata {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.about_us1 .about_list .inerlistdata .rightpart,
.about_us2 .about_list .inerlistdata .rightpart {
  width: calc(100% - 48px);
}

.about_us2 .mainpart {
  flex-direction: row-reverse;
}

.about_us2 .mainpart .textdiv {
  position: relative;
}

.about_us2 .mainpart .textdiv::after {
  position: absolute;
  content: "";
  background-image: "{{ asset('assets/images/landing/arrow.png') }}";
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: cover;
  right: -70px;
}

@media (max-width: 991px) {
  .about_us2 .mainpart .textdiv::after {
    right: -30px;
  }
}

@media (max-width: 767px) {
  .about_us2 .mainpart .textdiv::after {
    right: 0;
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 575px) {
  .about_us2 .mainpart .textdiv::after {
    display: none;
  }
}

.about_us2 .mainpart .inerlistdata {
  margin-bottom: 30px;
}

.about_us3 .lineclass {
  margin-bottom: 0;
}

.about_us3 .accordion .accordion-item {
  border-bottom: 1px solid #D4D4D8;
}

.about_us3 .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #212B36;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.about_us3 .accordion button:hover::after {
  cursor: pointer;
  color: #212B36;
  border: 1px solid #212B36;
}

.about_us3 .accordion button:focus::after {
  cursor: pointer;
  color: #212B36;
  border: 1px solid #212B36;
}

.about_us3 .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 16px;
  font-weight: 700;
  color: #212B36;
}

.about_us3 .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  color: #F4694F;
}

.about_us3 .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.about_us3 .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.about_us3 .accordion button[aria-expanded=true] {
  color: #212B36;
}

.about_us3 .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.about_us3 .accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.about_us3 .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.about_us3 .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
  color: #4F4F4F;
  opacity: 0.7;
}

.chooseappliction {
  padding: 30px 0;
}

.chooseappliction .textdiv {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.chooseappliction .textdiv .aboutp {
  color: #12141D;
  opacity: 0.7;
}

.chooseappliction .bgdivmap {
  background: url(../assets/images/map.png) no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

.chooseappliction .bgdivmap .outerimage {
  width: 690px;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .chooseappliction .bgdivmap .outerimage {
    width: auto;
    height: auto;
  }
}

.chooseappliction .divsecond {
  width: calc(25% - 22.5px);
}

@media (max-width: 1199px) {
  .chooseappliction .divsecond {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 991px) {
  .chooseappliction .divsecond {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .chooseappliction .divsecond {
    width: 100%;
  }
}

.Memoriplaymobile {
  background: "{{ asset('assets/images/landing/video_interface.png') }}" no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.Memoriplaymobile .textdiv {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.Memoriplaymobile .textdiv .abouth2,
.Memoriplaymobile .textdiv .aboutp {
  color: #fff;
}

.Memoriplaymobile .mobile_swiper {
  margin-top: 30px;
  overflow: hidden;
  /* Zoom effect on the centered item */
  /* Optionally, apply a slight shadow for emphasis */
  /* Normal items should have no scaling */
}

@media (max-width: 767px) {
  .Memoriplaymobile .mobile_swiper {
    margin-top: 0;
  }
}

.Memoriplaymobile .mobile_swiper .owl-carousel {
  margin: 0 -50px;
  width: calc(100% + 100px);
}

.Memoriplaymobile .mobile_swiper .owl-carousel .owl-stage-outer {
  padding: 50px 0;
  width: calc(100% + 100px);
}

@media (max-width: 767px) {
  .Memoriplaymobile .mobile_swiper .owl-carousel .owl-stage-outer {
    padding: 20px 0;
  }
}

.Memoriplaymobile .mobile_swiper .owl-carousel .owl-item.center {
  transform: scale(1);
  /* 1.2 for 20% zoom */
  transition: transform 0.3s ease;
  /* Smooth transition */
}

.Memoriplaymobile .mobile_swiper .owl-carousel .owl-item {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.whatclients {
  padding: 30px 0;
  background: "{{ asset('assets/images/landing/roundbgclient.png') }}" no-repeat;
  background-size: contain;
  background-position: center;
  margin: 15px 0;
}

.whatclients .textdiv {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.whatclients .clents .owl-carousel .owl-stage {
  display: flex;
}

.whatclients .clents .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

.whatclients .clents .item {
  padding: 0 12px;
  height: 100%;
}

.whatclients .clents .clentsswiper .card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 40px 80px 40px;
  position: relative;
}

.whatclients .clents .clentsswiper .card .cardicon {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

.whatclients .clents .clentsswiper .card .cardicon img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.whatclients .clents .clentsswiper .card .star {
  width: 90px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
}

.whatclients .clents .clentsswiper .card .cardbody {
  margin-bottom: 30px;
}

.whatclients .clents .clentsswiper .card .cardfotter {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}

.whatclients .clents .clentsswiper .card .cardfotter .clientname {
  font-size: 16px;
  font-weight: 600;
  color: #12141D;
}

.whatclients .clents .clentsswiper .card .cardfotter .clientpos {
  font-size: 16px;
  font-weight: 400;
  color: #52525B;
}

.whatclients .clents .clentsswiper .card .cardfotter .clientname,
.whatclients .clents .clentsswiper .card .cardfotter .clientpos {
  margin-bottom: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.whatclients .clents .owl-carousel .owl-dots {
  display: block;
}

.whatclients .clents .owl-carousel .owl-nav {
  display: none;
}

.whatclients .clents .owl-theme .owl-dots .owl-dot span {
  background: #ffc6bb;
}

.whatclients .clents .owl-theme .owl-dots .owl-dot.active span {
  background: #F4694F;
}

.FAQ {
  background-color: #FBF1F0;
  padding: 60px 0;
  /* Style the button when it's active */
}

.FAQ .textdiv {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.FAQ .textdiv .aboutp {
  color: #12141D;
  opacity: 0.7;
}

.FAQ .prev-active {
  border: none !important;
}

.FAQ .accordion-item.active-parent {
  background-color: #FFFFFF;
  border-radius: 20px;
  color: #4F4F4F;
  border: none;
}

.FAQ .accordion-item.active-parent .accordion-title {
  width: calc(100% - 30px);
}

.FAQ .accordion button.active {
  font-weight: bold;
}

.FAQ .countdiv {
  width: 80px;
  text-align: center;
  font-size: 22px;
  color: #212B36;
  opacity: 0.2;
  font-weight: 700;
}

@media (max-width: 767px) {
  .FAQ .countdiv {
    width: 25px;
    font-size: 18px;
  }
}

.FAQ button {
  width: calc(100% - 95px) !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .FAQ button {
    width: calc(100% - 45px) !important;
  }
}

.FAQ .faqheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.FAQ .accordion-item.active-parent .accordion-content {
  opacity: 1;
  max-height: unset;
}

.FAQ .accordion-content p {
  padding-left: 95px;
  margin-top: 0 !important;
  padding-right: 42px !important;
  margin-bottom: 36px !important;
}

@media (max-width: 767px) {
  .FAQ .accordion-content p {
    padding-left: 45px;
  }
}

.FAQ button[aria-expanded=true] .icon {
  transform: rotate(45deg);
  color: #fff !important;
  background-color: #F4694F;
  opacity: 1;
}

.FAQ button[aria-expanded=true] .icon::after {
  width: 2px !important;
}

.FAQ .active-parent .countdiv {
  color: #F4694F;
  opacity: 1;
}

.FAQ .icon {
  width: 30px;
  height: 30px;
  background-color: #fdcdc8;
  color: #212B36 !important;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  top: unset !important;
  margin-right: 20px;
}

.FAQ .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px) !important;
  left: calc(50% - 5px) !important;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.FAQ .icon::after {
  display: block;
  position: absolute;
  content: "";
  left: calc(50% - 1px) !important;
  top: calc(50% - 5px) !important;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.about_us4 {
  padding-bottom: 0;
}

.about_us4 .outerimage {
  width: 100%;
  position: relative;
  bottom: -4px;
}

@media (max-width: 991px) {
  .about_us4 .outerimage {
    height: auto;
    position: unset;
  }
}

.about_us4 .mainpart {
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}

.about_us4 .mainpart .textdiv {
  margin-bottom: 30px;
}

.about_us4 .mainpart .bg_store {
  border: 1px solid #212B36;
}

.footer {
  background: #212B36;
  padding: 50px 0 15px 0;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer-section.logo-section {
  max-width: 400px;
  width: 100%;
  padding-right: 100px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer .footer-section.logo-section {
    max-width: 300px;
    padding-right: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-section.logo-section {
    max-width: 230px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-section.logo-section {
    max-width: 250px;
    padding-right: 0px;
  }
}

.footer .footer-section.logo-section a {
  display: inline-flex;
}

.footer .footer-section.logo-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer .footer-section.logo-section .logofooer {
  width: 190px;
  height: 40px;
}

.footer .footer-section.logo-section .footernote {
  font-size: 16px;
  margin: 25px 0;
  color: #B4B6C4;
  opacity: 0.7;
}

.footer .footer-section .phonediv {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.footer .footer-section .phonediv a {
  color: #B4B6C4;
  opacity: 0.7;
}

.footer .footer-section.company,
.footer .footer-section.resources {
  max-width: 180px;
  width: 100%;
}

@media (max-width: 767px) {

  .footer .footer-section.company,
  .footer .footer-section.resources {
    margin: 30px 0;
    width: 50%;
  }
}

.footer .footer-section.company .footerheader,
.footer .footer-section.resources .footerheader {
  color: #B4B6C4;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer .footer-section.company ul,
.footer .footer-section.resources ul {
  list-style: none;
}

.footer .footer-section.company ul li,
.footer .footer-section.resources ul li {
  margin-bottom: 10px;
}

.footer .footer-section.company ul li a,
.footer .footer-section.resources ul li a {
  color: #B4B6C4;
  text-decoration: none;
  transition: color 0.3s;
  opacity: 0.7;
}

.footer .footer-section.company ul li a:hover,
.footer .footer-section.resources ul li a:hover {
  color: #ccc;
}

.footer .footer-section.newsletter {
  max-width: calc(100% - 800px);
  width: 100%;
  padding-left: 80px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer .footer-section.newsletter {
    max-width: calc(100% - 700px);
    padding-left: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-section.newsletter {
    max-width: calc(100% - 610px);
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .footer .footer-section.newsletter {
    max-width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer-section.newsletter {
    margin-top: 0px;
  }
}

.footer .footer-section.newsletter .footerheader {
  color: #B4B6C4;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer .footer-section.newsletter .suscribenewslatter {
  font-size: 16px;
  font-weight: 400;
  color: #B4B6C4;
  opacity: 0.7;
}

.footer .footer-section.newsletter .textpartthird {
  margin-top: 20px;
}

.footer .footer-section.newsletter .textpartthird .bg_store {
  width: 160px;
  height: 60px;
  border: 1px solid #fff;
  background: transparent;
}

@media (max-width: 1199px) {
  .footer .footer-section.newsletter .textpartthird .bg_store {
    width: 145px;
    height: 55px;
  }
}

.footer-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  background-color: #1B2631;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .footer-bottom p {
    margin-top: 10px;
  }
}

.footer-bottom .social-icons a {
  margin-right: 20px;
  display: inline-flex;
}

.footer-bottom .social-icons img {
  width: 21px;
  height: 21px;
}

.footer-bottom .footer-links a {
  margin-right: 10px;
  color: #B4B6C4;
  text-decoration: none;
  transition: color 0.3s;
}

/*# sourceMappingURL=custom.css.map */