@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

body {
  font-size: 14px;
  background-color: #d9d9d9;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#navbar {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

#navbar .nav-item {
  padding: 7px 10px;
  transition: 0.3s all;
}

#navbar .nav-link {
  transition: 0.3s all;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

#navbar .nav-link:hover {
  transition: 0.3s all;
  color: #cd9933;
}

#navbar .m-active {
  color: #cd9933;
}

.navbar-light .navbar-toggler {
  outline: none;
  border: none;
}

.nav-link2 button {
  border: none;
  outline: none;
  background-color: #023200;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 12px;
  color: #cd9933;
}

.nav-link2 button:hover {
  background-color: #cd9933;
  color: #023200;
}

.nav-link2 {
  margin-left: 70px;
}

/* .home-banner .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
} */

.home-banner .card {
  border: none;
  background-color: transparent;
}

.home-banner .carousel-item {
  background-image: url(./images/banner-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #ffffff;
  margin-bottom: 100px;
}

.home-banner .card-body {
  width: 80%;
  margin: auto;
  text-align: center;
}

.home-banner .carousel-indicators {
  display: none;
}

.banner-sub {
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  margin-bottom: 10px;
}

.banner-head {
  font-weight: 900;
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 50px;
}

.banner-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.home-about {
  margin-bottom: 100px;
}

.carder {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.img_carder {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.carder:hover .img_carder {
  transform: scale(1.1);
  filter: brightness(0.7);
  border-radius: 20px;
}

.home-about-right {
  padding-top: 10px;
}

.home-about-right-head {
  font-weight: 900;
  font-size: 50px;
  line-height: 82px;
  margin-bottom: 30px;
}

.home-about-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.home-about-navL {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #023200;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 22px;
  box-shadow: 0px 4px 46px 0px #34a8538c;
}

.home-about-navL2 {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  text-align: center;
  color: #023200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 22px;
  border: 1.5px solid #d9d9d9;
}

.home-about-navR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.car-keke {
  margin-bottom: 100px;
}

.car-keke .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.car-keke-body-img img {
  width: 100%;
}

.car-keke-body {
  position: relative;
}

.car-keke-body-txt {
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.car-keke-body-txt {
  font-weight: 900;
  font-size: 50px;
  line-height: 82px;
  color: #000000;
}

.home-smart {
  margin-bottom: 100px;
}

.home-smart-left {
  padding-right: 30px;
  position: relative;
}

.home-smart-right-sub {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

.home-smart-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 50px;
}

.home-smart-right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

.home-smart-nav {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 10px;
}

.home-smart-navR {
  display: flex;
  gap: 20px;
  align-items: center;
}

.home-smart-navL {
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
}

.home-smart-navRb-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.home-smart-navRb p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.home-smart-navRa i {
  color: #023200;
  font-size: 30px;
}

.home-smart-left-txt {
  background-color: #023200;
  width: 222px;
  height: 197px;
  color: #ffffff;
  border-radius: 14px;
  padding: 35px 25px;
  font-weight: 400;
  font-size: 28.55px;
  line-height: 42.83px;
  position: absolute;
  bottom: -20px;
  right: 0px;
}

.customer-say {
  background-color: #eae7e7;
  padding-top: 57px;
  padding-bottom: 57px;
  margin-bottom: 100px;
}

.customer-say-leftA {
  display: flex;
  gap: 20px;
  background-color: #023200;
  color: #ffffff;
  border: 1px solid #cd9933;
  border-left: 4px solid #cd9933;
  padding: 44px 18px;
  border-radius: 11px;
  margin-left: 50px;
}

.customer-say-leftB {
  display: flex;
  gap: 20px;
  background-color: #cd9933;
  color: #000000;
  border: 1px solid #023200;
  border-left: 4px solid #023200;
  padding: 44px 18px;
  border-radius: 11px;
  margin-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.customer-say-leftAL {
  height: 74px;
  width: 74px;
  border-radius: 50%;
  background-color: #cd9933;
  padding: 13px 20px;
  font-weight: 400;
  font-size: 52.64px;
  line-height: 51.76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-say-leftAR-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.customer-say-leftAR-navL {
  font-weight: 700;
  font-style: Bold;
  font-size: 15.79px;
  line-height: 17.55px;
}

.customer-say-leftAR-navR {
  font-weight: 700;
  font-style: Bold;
  font-size: 15.79px;
  color: #cd9933;
}

.customer-say-leftAR p {
  font-weight: 400;
  font-size: 15.79px;
  line-height: 17.55px;
  margin-bottom: 0px;
}

.customer-say-right {
  padding-top: 200px;
}

.customer-say-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  margin-bottom: 15px;
  line-height: 55px;
}

.customer-say-right p {
  font-weight: 400;
  font-size: 18px;
}

.app_download {
  background-color: #023200;
  border-radius: 50px;
  padding: 82px 71px;
  margin-bottom: 176px;
  position: relative;
  color: #ffffff;
}

.app_download-head {
  font-weight: 900;
  font-size: 50px;
  line-height: 48px;
  margin-bottom: 20px;
}

.app_download-links {
  display: flex;
  gap: 10px;
}

.app_download-right p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
}

.app_download-img {
  position: absolute;
  top: -130px;
}

.footer {
  background-color: #4e4c4c;
  padding-top: 61px;
  padding-bottom: 30px;
  color: #ffffff;
}

.footer-logo {
  margin-bottom: 20px;
}

#f-p1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

#f-p2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}

.footer-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.f-line {
  border-top: 1px solid #a6a6a6;
  margin-bottom: 15px;
}

.footer-icons {
  display: flex;
  gap: 10px;
}

.footer-icons a {
  text-decoration: none;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 22px;
  border: 1.5px solid #a6a6a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}

.footer-icons a:hover {
  color: #cd9933;
}

.footer-copy {
  display: flex;
  justify-content: space-between;
}

.footer-copyL {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyR {
  font-weight: 400;
  font-size: 16px;
}

.footer-copyL a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.footer-copyL a:hover {
  color: #cd9933;
}

.inner_banner {
  background-image: url(./images/about-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 267px;
  padding-bottom: 168px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 100px;
}

.inner_banner-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
}

#aboutP {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.about-counts {
  background-color: #eae7e7;
  padding-top: 39px;
  padding-bottom: 39px;
  margin-bottom: 100px;
}

.about-counts-row {
  text-align: center;
}

.about-counts-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 58.07px;
  color: #023200;
  line-height: 100%;
}

.about-counts-row p {
  font-weight: 200;
  font-size: 34.84px;
  line-height: 100%;
}

.mission-vision {
  margin-bottom: 100px;
}

.mission-vision-row {
  background-color: #023200;
  border-radius: 20px;
  padding: 30px;
}

.mission-vision-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
  color: #cd9933;
  margin-bottom: 14px;
}

.mission-vision-row p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
}

.difference {
  margin-bottom: 100px;
  background-color: #eae7e7;
  padding-top: 45px;
  padding-bottom: 45px;
}

.difference-left {
  padding-top: 30px;
}

.difference-left-head {
  font-weight: 900;
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 30px;
}

.difference-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.difference-navR {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.difference-navL {
  font-size: 20px;
  color: #023200;
}

.city-we {
  margin-bottom: 100px;
}

.city-right {
  padding-top: 30px;
}

.city-right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.city-lock-row {
  margin-bottom: 20px;
}

.city-loc {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  background-color: #eae7e7;
  border-radius: 12px;
  padding: 7px;
  width: 100%;
  text-align: center;
}

.our-ommitment {
  margin-bottom: 150px;
  background-color: #eae7e7;
  padding-top: 54px;
  padding-bottom: 54px;
}

.our-ommitment-row {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  height: 280px;
}

.our-ommitment-icon {
  font-size: 70px;
  color: #023200;
  margin-bottom: 20px;
}

.our-ommitment-head {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}

.our-ommitment-row p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
}

.works-right-head {
  font-weight: 900;
  font-size: 50px;
  line-height: 82px;
  margin-bottom: 20px;
}

.works-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.works-navL {
  height: 50px;
  width: 50px;
  background-color: #34a85373;
  border-radius: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.works-navR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 5px;
}

.for-drivers {
  margin-bottom: 100px;
  background-color: #eae7e7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.passenger {
  background-color: #023200;
  padding-top: 40px;
  padding-bottom: 40px;
}

.passenger-right {
  padding-top: 30px;
}

.passenger-right-head {
  font-weight: 900;
  font-size: 50px;
  line-height: 82px;
  text-align: center;
  color: #cd9933;
  margin-bottom: 20px;
}

.driver-top-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.driver-top-row1 {
  background-color: #023200;
  border-radius: 10px;
  padding: 30px 10px;
  color: #ffffff;
  border: 1px solid #cd9933;
  border-left: 4px solid #cd9933;
  height: 170px;
}

.driver-top-row2 {
  background-color: #cd9933;
  border-radius: 10px;
  padding: 30px 10px;
  color: #ffffff;
  border: 1px solid #023200;
  border-left: 4px solid #023200;
  height: 170px;
}

.driver-top-row-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.driver-top {
  margin-bottom: 100px;
}

.driver-top-row-navL {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 25px;
  background-color: #cd9933;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.driver-top-row-navR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 17.55px;
  margin-bottom: 15px;
}

.driver-top-row-navR p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}

.drivers-need {
  background-color: #023200;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 100px;
}

.drivers-need-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 25px;
  color: #cd9933;
}

.drivers-needL {
  color: #cd9933;
  font-size: 28.7px;
}

.drivers-needR {
  font-weight: 400;
  font-size: 28.7px;
  line-height: 100%;
  color: #ffffff;
}

.drivers-need-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}

.vehicle-standards {
  background-color: #eae7e7;
  padding-top: 87px;
  padding-bottom: 87px;
  margin-bottom: 150px;
}

.vehicle-standards-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  margin-bottom: 50px;
}

.vehicle-standards-rows {
  background-color: #023200;
  padding: 50px 20px;
  border-radius: 20px 0px 0px 20px;
  color: #ffffff;
  height: 100%;
}

.vehicle-standards-rows2 {
  background-color: #cd9933;
  padding: 50px 20px;
  border-radius: 0px 20px 20px 0px;
  color: #ffffff;
  height: 100%;
}

.vehicle-standards-rows-img {
  color: #cd9933;
  font-size: 50px;
  line-height: 100%;
}

.vehicle-standards-rows-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.vehicle-standards-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.vehicle-standards-navR {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  width: 80%;
}

.vehicle-standards-navL {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #cd9933;
}

.vehicle-standards .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.safety-body {
  margin-bottom: 150px;
}

.safety-nav {
  width: 70%;
  margin: auto;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
}

.safety-right-nav {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}

.safety-right-navL {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.keyFeatures {
  background-color: #cd9933;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 66px;
  color: #ffffff;
}

.keyFeatures-head {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 50px;
}

.keyFeatures-rows {
  display: flex;
  gap: 20px;
  align-items: center;
  border: 2px solid #023200;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.keyFeatures-rows-left-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.keyFeatures-rows-left-navR {
  font-weight: 400;
  font-size: 30px;
}

.keyFeatures-rows-left-navL {
  font-weight: 400;
  font-size: 30px;
  color: #023200;
}

.keyFeatures-rows-left p {
  font-weight: 400;
  font-size: 18px;
}

.faqs {
  margin-bottom: 120px;
}

.faqs-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.faqs-container details {
  border: 1.5px solid #666666;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}

.faqs-container summary {
  font-weight: 600;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  list-style-type: "+";
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqs-container details summary::after {
  content: "+";
  float: right;
  font-size: 1.2em;
  color: #023200;
}

.faqs-container details[open] summary::after {
  content: "-";
  float: right;
  font-size: 1.5em;
  color: #cd9933;
}

.faqs-container details::details-content {
  block-size: 0;
  transition: all 0.4s ease-in-out;
  transition-behavior: allow-discrete;
}

.faqs-container details[open]::details-content {
  block-size: auto;
}

.contact_body {
  width: 70%;
  margin: auto;
  text-align: center;
}

.contact_body-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  margin-bottom: 10px;
}

.contact_body p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

.contact-row {
  margin-bottom: 50px;
}

.contact-row-left-rows p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 7px;
}

.contact-row-left-rows input {
  outline: none;
  border: none;
  border: 1.5px solid #bcb9b9;
  border-radius: 12px;
  padding: 10px;
  width: 100%;
}

.contact-row-left-rows input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #a6a6a6;
}

.contact-row-left-rows textarea {
  outline: none;
  border: none;
  border: 1.5px solid #bcb9b9;
  border-radius: 12px;
  padding: 10px;
  width: 100%;
}

.contact-row-left-rows textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #a6a6a6;
}

.contact-row-left-rows {
  margin-bottom: 46px;
}

.contact-row-left {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-right: 50px;
}

.contact-row-left button {
  outline: none;
  border: none;
  background-color: #023200;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #cd9933;
  border-radius: 12px;
  padding: 10px 30px;
  width: 100%;
}

.contact-row-left button:hover {
  background-color: #cd9933;
  color: #023200;
}

.contact-row-left button i {
  margin-left: 10px;
}

.contact-row-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-left: 20px;
}

.contact-nav {
  display: flex;
  gap: 10px;
}

.contact-navL {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 8px;
  background-color: #023200;
  color: #cd9933;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-navR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.contactfollow {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.contact_map {
  margin-bottom: 150px;
}

.contact_map iframe {
  border-radius: 20px;
}

.home-about-left {
  margin-right: 70px;
}

.customer-say-mobile {
  display: none;
}

/* MEDIA */

@media (max-width: 736px) {
  .customer-say-desktop {
    display: none;
  }
  .customer-say-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .home-about-left {
    margin-right: 0px;
  }
  .contact-row-left {
    margin-bottom: 40px;
    margin-right: 0px;
  }
  .contact_body {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .keyFeatures-rows {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    border: 2px solid #023200;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .safety-nav {
    width: 100%;
    margin: auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
  .vehicle-standards-rows {
    background-color: #023200;
    padding: 50px 20px;
    border-radius: 0px;
    color: #ffffff;
  }

  .vehicle-standards-rows2 {
    background-color: #cd9933;
    padding: 50px 20px;
    border-radius: 0px;
    color: #ffffff;
  }

  .vehicle-standards-navR {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    width: 100%;
  }
  .drivers-needL {
    color: #cd9933;
    font-size: 14px;
  }

  .drivers-needR {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
  }
  .driver-top-row2 {
    background-color: #cd9933;
    border-radius: 10px;
    padding: 30px 10px;
    color: #ffffff;
    border: 1px solid #023200;
    border-left: 4px solid #023200;
    height: 170px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .works-right {
    margin-top: 30px;
  }
  .our-ommitment-row {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    height: 280px;
    margin-bottom: 30px;
  }
  .difference-navR {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .mission-vision-row {
    margin-bottom: 30px;
  }
  .about-counts-row {
    margin-bottom: 30px;
  }
  .inner_banner {
    background-image: url(./images/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 100px;
  }
  .footer-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .app_download {
    background-color: #023200;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 176px;
    position: relative;
    color: #ffffff;
  }
  .app_download-img {
    position: relative;
    top: 0px;
    margin-bottom: 30px;
  }
  .customer-say-right {
    padding-top: 50px;
  }
  .customer-say-leftAL {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #cd9933;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 51.76px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-say-leftB {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #cd9933;
    color: #000000;
    border: 1px solid #023200;
    border-left: 4px solid #023200;
    padding: 20px 18px;
    border-radius: 11px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .customer-say-leftA {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #023200;
    color: #ffffff;
    border: 1px solid #cd9933;
    border-left: 4px solid #cd9933;
    padding: 20px 18px;
    border-radius: 11px;
    margin-left: 0px;
  }
  .home-smart-left {
    margin-bottom: 50px;
  }
  .home-smart-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
  }
  .banner-sub {
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .home-banner .carousel-item {
    background-image: url(./images/banner-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
    margin-bottom: 100px;
  }
  .banner-head {
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 50px;
  }
  .home-banner .card-body {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .nav-link2 {
    margin-left: 0px;
  }
}
