.logo1 {
  color: var(--bs-link-color);
  text-decoration: none;
}
.footerline {
  color: var(--bs-link-color);
  text-decoration: none;
}
.about-us-font {
  font-weight: 700;
  font-family: poppins, sans-serif;
  margin: 0 0 16px;
  color: #5d5c61;
  line-height: 1.4;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  color: white;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: white;
}

#outer {
  width: 100%;
  text-align: center;
  padding: 10px;
}

.text-blue {
  color: #04385a;
}

.text-blue-light {
  color: #096daf;
}

.exception-font {
  font-size: small;
  background-color: transparent;
}
.lg-font {
  font-size: 2em;
  font-weight: bold;
}
.top-btn {
  padding: 1%;
  font-size: 1.3em;
  border-radius: 7%;
  border-color: #04385a;
  color: white;
  font-weight: bold;
  background-color: #04385a;
}

.btm-btn {
  padding: 1%;
  font-size: 1.3em;
  border-radius: 7%;
  border-color: #04385a;
  color: white;
  font-weight: bold;
  background-color: #e2f2fd;
}
.xs-font {
  font-size: small;
}

.filter-h {
  font-size: medium;
}
.avai-btn {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  border-radius: 5%;
  border-color: #04385a;
  color: white;
  background-color: #04385a;
}

/* filter */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 1.7rem 0.75rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0px 0 0;
  line-height: normal;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
  padding-right: 10px;
  text-align: center;
}

.star-btn {
  color: white;
  background-color: #04385a;
  padding-right: 9px;
  padding-left: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.search-icon {
  padding: 16px;
  font-size: medium;
}

@media screen and (max-width: 800px) {
  .wrapper {
    display: flex;
    flex-direction: column;
  }
  .wrapper .first:first-child {
    order: 1;
  }
}

@media (max-width: 359px) {
  .pagination li a {
    height: 33px;
    width: 28px;
    line-height: 18px;
  }
}

.sub-input-group {
  position: relative;
}
.sub-input-group i {
  position: absolute;
  color: #aaa;
  font-size: 16px;
  top: 25px;
  left: 40px;
}
.sub-input-group .form-control {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 7px;
  padding-right: 125px;
  font-size: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-color: #eee;
}
.sub-input-group .subs-btn {
  float: right;
  position: relative;
  z-index: 1;
  margin: 5px 5px;
}
/*custom-input-group*/
.sub {
  background: #7395ae;
  border: none;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 76px;
  height: 31px;
}
/*appsLand-btn*/
.appsSubs-btn {
  background: #7395ae;
  display: inline-block;
  padding: 10px 24px;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
  letter-spacing: 0.7px;
  border: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.appsLand-btn:hover,
.appsLand-btn:focus,
.appsLand-btn:active {
  text-decoration: none;
  outline: none;
}
.appsLand-btn:hover {
  box-shadow: 0 3px 25px rgba(2, 3, 3, 0.25);
  background: #00d8ff;
}

.appsLand-btn.appsLand-btn-larg {
  padding: 20px 40px;
}

.appsLand-btn.appsLand-btn-larg i {
  margin-right: 9px;
  font-size: 24px;
  vertical-align: sub;
} /*appsLand-btn*/
.Expl-view {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6ca8d0;
  border: 1px solid #6ca8d0;
  width: 200px;
  height: 60px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  /* box-shadow: 0 5px 20px rgb(14 15 18 / 20%); */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-check-input {
  width: 1.5em !important;
  height: 1.5em !important;
  margin-right: 5px !important;
}