.muibsah {
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 0px;
  text-decoration: none solid rgb(36, 40, 43);
  text-align: start;
  text-indent: 0px;
  text-transform: none;

  white-space: normal;
  word-spacing: 0px;

  /* Color & Background */

  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    #fbbe24,
    rgba(0, 0, 0, 0)
  );
  background-position: 0% 0%;
  background-repeat: repeat;
  color: rgb(36, 40, 43);

  /* Box */
  height: 2px;
  width: 70%;
  margin: 0px 0px 5px;

  padding: 0px;
  max-height: none;
  min-height: auto;
  max-width: none;
  min-width: auto;

  /* Miscellaneous */
  overflow: visible;
  cursor: auto;
  visibility: visible;

  /* Effects */
  transform: none;
  transition: all 0s ease 0s;

  outline-offset: 0px;
  box-sizing: border-box;
  resize: none;
  text-shadow: none;
  text-overflow: clip;
  word-wrap: normal;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.features-div__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--fontstyle);
  letter-spacing: 1px;
  margin-bottom: 4rem;
  margin-top: 5rem;
}

.features-div__title h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.screenshots-display-container-main {
  padding: 0rem 1rem 5rem;
}

#features__landing {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  min-height: 70vh;

  background: url("../Images/f1.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 500px;
}

.features__landing-title h3 {
  font-size: 40px;
  font-weight: bolder;
  letter-spacing: 1px;
}

.features__landing-description p {
  padding: 1rem 0 0;
  width: 50%;
  color: #808080;
  font-size: 17px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 2rem;
}
.features__landing-btn a {
  display: inline-block;
  font-family: var(--fontstyle);
  background-color: #fbbe24;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
  text-transform: capitalize;
  font-weight: 300;
  transition: all 0.4s ease;
  text-decoration: none;
  color: black;
}
.features__landing-btn a:not(:last-child) {
  margin-right: 10px;
}

.features__landing-btn a:hover {
  background-color: #222222;
  color: white;
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 992px) {
  #features__landing {
    align-items: center;
    justify-content: center;
    padding: 10% 5% 10%;
    min-height: auto;
    background: none;
  }

  .features__landing-title h3 {
    font-size: 35px;
    text-align: center;
  }
  .features__landing-description p {
    text-align: center;
    font-size: 16px;
    width: 100%;
  }

  .fleetily_features_content_btn div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Features-Booking */

.features-booking-anchor-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #1c2b39;

  border-radius: 10px;
  padding: 15px 0px;
  color: #fbbe24;
}

.features-booking-anchor-button-contain {
  margin: 10px 25px;
}

.features-booking-anchor-button {
  border: none;
  background: transparent;
  color: #fbbe24;
  text-decoration: none;
  transition: all 0.4s ease;
}

.features-booking-anchor-button:hover {
  color: white;
}

.features-booking-container {
  width: 100%;
}

.features-booking-main {
  width: 100%;
}

.features-booking-single-contain {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-booking-single-contain-1 {
  background-color: #f6f6f8;
}

.features-booking-contain {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0px;
  min-height: 200px;
}

.features-booking-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features-booking-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.features-booking-content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #242f51;
  line-height: 1.25;
  font-family: "poppins";
}

.features-booking-content p {
  font-size: 16px;
  color: gray;
  font-family: "poppins";
}

.features-icon {
  font-size: 30px !important;
  padding: 35px !important;
  background: #fbbe24;
  border-radius: 100%;
  color: #1c2b39;
}

.features-booking-icon-web {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}

.features-icon-web {
  font-size: 40px !important;
  padding: 20px !important;
  background: #1c2b39;
  border-radius: 100%;
  color: #fff;
}

.features-booking-contain-1 {
  flex-direction: row;
}

.features-booking-contain-2 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  .features-booking-contain {
    width: 95%;
  }

  .features-booking-content h3 {
    font-size: 28px;
  }

  .features-booking-content p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .features-booking-anchor-main {
    flex-direction: column;
    text-align: center;
  }

  div.features-booking-single-contain:nth-child(2) {
    margin-top: 50px;
  }

  .features-booking-content {
    width: 100%;
  }

  .features-booking-icon {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .features-booking-icon-web {
    display: none;
  }

  .features-icon {
    font-size: 25px !important;
    padding: 20px !important;
  }

  .fleetily-booking-main {
    background-image: none !important;
  }
  .features-booking-contain {
    margin: 50px 0px;
    height: 200px;
    margin: 20px 0px;
    width: 80%;
    height: auto;
    flex-direction: column-reverse;
  }
  .features-booking-contain-1 {
    flex-direction: row;
    flex-direction: column-reverse;
  }
  .features-booking-contain-2 {
    flex-direction: row-reverse;
    flex-direction: column-reverse;
  }
}

/* Fleetily features */

.fleetily-features-container-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fleetily-features-container-main h2 {
  font-size: 40px;
  font-weight: 700;
  color: black;
  margin-bottom: 50px;
}

.fleetily-features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
}

.fleetily-features-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fleetily-features-main {
  width: 33.333%;
}

.fleetily-features-box {
  padding: 20px 15px !important;
  border-radius: 10px;
  border: 2px solid #e7eaf2;
  transition: all 0.4s ease;
  background-color: white;
}

.fleetily-features-box div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fleetily-features-box:hover {
  border-color: #fbbe24;
  cursor: pointer;
}

.fleetily-features-icon-1 {
  padding: 20px !important;
  background-color: #1c2b39;

  color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
}

.fleetily-features-icon-2 {
  padding: 20px !important;
  background-color: #fbbe24;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
}

.fleetily-features-icon-3 {
  padding: 20px !important;
  background-color: #ffbc42;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
}

.fleetily-features-icon-4 {
  padding: 20px !important;
  background-color: #1c2b39;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
}

.fleetily-features-box h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2px;
  line-height: normal;
}

.fleetily-features-box ul {
  padding-left: 10%;
}

.fleetily-features-box ul li {
  text-align: left;
  font-size: 16px;
  color: #646f79;
}

@media screen and (max-width: 1200px) {
  .fleetily-features-container {
    width: 90%;
  }

  /* .fleetily-features-box {
    width: 90%;
  } */

  .fleetily-features-main {
    width: 50%;
  }

  .fleetily-features-main-3 {
    width: 100%;
  }

  /* .fleetily-features-main-3 .fleetily-features-box-container {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 20px;
  }

  .fleetily-features-main-3 .fleetily-features-box {
    width: 47%;
  } */
}

@media (max-width: 800px) {
  .fleetily-features-main {
    width: 100%;
  }
  .fleetily-features-container {
    width: 100%;
  }
}

/* Screenshot Section */

.screenshot-display-container {
  display: flex;
  justify-content: center;
}

.screenshots-display-container-heading {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #ffbd42;
  margin-top: 100px;
  margin-bottom: 30px;
}

.screenshot-of-subject-container {
  width: 70%;
  margin-left: 2rem;
}

.screenshot-to-click-container {
  width: 30%;
}

.screenshot-display-main {
  width: 90%;
}

.screenshot-display-main-contain {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.screenshot-of-subject-contain-1-2,
.screenshot-of-subject-contain-1-3 {
  display: none;
}

.screenshot-of-subject-contain > img:nth-child(1) {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

.screenshot-to-click-main {
  width: 90%;
  padding: 20px 20px 15px;
  background: white;

  border: 2px solid #e7eaf2;
  margin: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.screenshot-to-click-main-1-2 {
  border: 2px solid #ffbd42;
}

.screenshot-to-click-main hr {
  margin-top: 0;
  margin-bottom: 15px;
}

.screenshot-to-click-contain {
  display: flex;
  justify-content: center;
}

.screenshot-to-click-main h3 {
  font-size: 20px;
  font-weight: 600;
  color: black;
}

.screenshot-to-click-main-1-2 h3 {
  color: #ffbd42;
}
.screenshot-to-click-main p {
  font-size: 14px;
  color: #867b89;
}

#features__end-demo {
  width: 100%;
  text-align: center;

  padding: 1% 0 1%;
}

#features__end-demo a {
  display: inline-block;
  font-family: var(--fontstyle);
  background-color: #fbbe24;
  padding: 20px 30px 20px 30px;
  border-radius: 6px;

  font-weight: 300;
  transition: all 0.4s ease;
  text-decoration: none;
  color: black;
}

#features__end-demo a:hover {
  background-color: #222222;
  color: white;
  transform: scale(1.03, 1.03);
}

@media (max-width: 800px) {
  .screenshot-display-main-contain {
    flex-wrap: wrap;
  }

  .screenshot-of-subject-container {
    width: 100%;
    margin: 0;
  }

  .screenshot-of-subject-contain > img:nth-child(1) {
    width: 100%;
    height: 200px;
  }
  .screenshot-display-main {
    width: 100%;
  }

  .screenshot-to-click-container {
    width: 95%;
    margin-top: 20px;
  }

  .screenshot-to-click-main {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
  }
}

.fleeting_features_tab_Image img {
  width: 800px;
  height: 350px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .fleeting_features_tab_Image img {
    width: auto;
    height: auto;
  }
}
