body {
  margin: 0 !important;
  padding: 0 !important;
}

.navbar {
  position: fixed !important;
  font-size: 14px !important;
  letter-spacing: 1.5x !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background-color: transparent !important;
  transition: background-color 0.3s !important;
}

.navbar-solid {
  background-color: #26a9de !important;
}

.navbar img {
  max-width: 100% !important;
  height: auto !important;
}

.hero-section {
  /* height: 620px !important;*/
  height: 752px !important;
  background-image: url("../images/deb-hero.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

* {
  font-family: "Open Sans", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #beedff;
}

.home-title {
  margin-top: 50px;
  text-align: center;
}

#goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #0e72e5;
  border: none;
}

.featureh {
  font-size: 16px;
  letter-spacing: 2px;
}

.featurep {
  font-size: 14px;
}

.white-hr {
  border-top: 1px solid white;
}

.social-icons .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f8f9fa;
  color: #000000;
  transition: background-color 0.3s ease-in-out;
}

.social-icons .social-icon:hover {
  background-color: #26a9de;
  color: #ffffff;
}

.footer {
  color: #ffffff;
  padding: 20px 0;
}

.carousel .carousel-item {
  padding: 20px;
}

.card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.Sliderdetails {
  color: #fff;
  max-width: 596px;
  text-align: center;
  margin-top: 30px;
}

.CP {
  font-size: 14px;
}

.cl {
  letter-spacing: 2px;
}

.Sliderdetails h1 {
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}

.Sliderdetails h4 {
  font-size: 16px;
  margin-top: 60px;
  letter-spacing: 3px;
  color: #fff;
}

.Sliderdetails p {
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: 300;
}

.btn-bg-white {
  margin-top: 15px;
}

.btn-bg-white a {
  background-color: #fff;
  color: #48a0b6;
  font-size: 13px;
  padding: 10px 10px;
  font-weight: 600;
  border-radius: 20px;
  min-width: 170px;
  display: inline-block;
  margin: 0px 10px 15px 10px;
  letter-spacing: 1px;
}

.btn-bg-white a:hover {
  text-decoration: none;
  background-color: #26a9de;
  color: #fff;
}

.btn-bg-white-new a {
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 30px;
  letter-spacing: 2px;
  border-radius: 35px;
}

.btn-bg-white-new {
  padding: 30px 0px 15px 0px;
}

.btn-bg-white-new a:hover {
  border: 1px solid #00aae0;
  background-color: #00aae0;
  color: #fff;
}

.home-title h2 {
  color: #26a9de;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.home-title p {
  font-size: 13px;
  color: #4c4c4c;
  margin-bottom: 15px;
  font-weight: 600;
}

.logo {
  width: 50px;
  height: 40px;
}

.responsive {
  height: 400px;
  width: 500px !important;
}

@media (max-width: 768px) {
  .responsive {
    height: 224px;
    width: 300px;
  }
}

.navbar-divider {
  border-left: 1px solid #fff;
  height: 32px;
  margin-top: 5px;
}

h1 {
  text-align: center;
}

.slidertext {
  margin-top: 0;
  padding: 20px;
  border-radius: 10px;
}

.Sliderdetails h1 {
  padding-left: 10px;
  padding-right: 10px;
}

.Sliderdetails h1 {
  font-size: 30px;
  padding-top: 10px;
}

.Sliderdetails p {
  font-size: 13px;
  /* padding: 0px 15px; */
}

.Sliderdetails {
  max-width: 100%;
}

.carousel-item {
  text-align: center;
}

.carousel-inner .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.carousel-inner .card .card-img-top {
  transition: transform 0.3s ease;
}

.carousel-inner .card:hover .card-img-top {
  transform: scale(1.1);
}

.carousel-zoom-button {
  margin-top: 20px;
  text-align: center;
}

.carousel-zoom-image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-color: #ccc;
}

.carousel-dots {
  margin-top: 10px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.carousel-indicators li {
  background-color: #bbb;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.carousel-indicators li.active {
  background-color: #26a9de;
}

body {
  font-family: Garamond, serif;
}

#continue-btn {
  display: none;
}

body {
  font-size: 17px;
  color: #000;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.bg-fs-blue {
  background-color: #1ca5e1 !important;
}

.features-ul li a {
  color: #fff;
  text-decoration: none;
}

.features-ul li i {
  padding-right: 5px;
  color: #fff;
}

.features-ul li {
  color: #fff;
}

.features-ul li .fa-check-circle:before {
  color: #fff;
}

.features-ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}

.contact-info {
  padding: 10px;
  background: #1ca5e1;
  list-style: none;
  margin-top: 40px;
  border-radius: 14px 0 0 14px;
}

.contact-info > li div {
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}

.contact-info > li:nth-child(3) div {
  font-family: fantasy;
  font-size: 75px;
  color: #fff;
}

.contact-info img {
  margin-bottom: 15%;
}

.contact-info h2 {
  margin-bottom: 10%;
}

.contact-form {
  padding: 10px;
  box-shadow: 0 0 8px 3px #00000026;
  border-radius: 20px;
}

.contact-form label {
  font-weight: 100;
}

.contact-form button {
  color: #fff;
  font-weight: 100;
  border-radius: 25px;
  background-color: #53a7e0;
}

.contact-form button:focus {
  box-shadow: none;
}

.custom label {
  max-width: 37% !important;
}

.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* Media queries for smaller screens */
@media screen and (max-width: 768px) {
  .contact-info {
    margin-top: 10px;
  }
  .hero-section {
    /* height: 620px !important;*/
    height: 1000px !important;
    background-image: url("../images/deb-hero.png") !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .contact-info > li div {
    font-size: 30px;
  }

  .contact-info > li:nth-child(3) div {
    font-size: 60px;
  }

  .contact-info img {
    margin-bottom: 10%;
  }

  .contact-info h2 {
    margin-bottom: 5%;
  }

  .custom label {
    max-width: 100% !important;
  }

  .contact-form button {
    margin-top: 10%;
  }

  .contact-form {
    padding: 20px;
    width: 230px;
    margin-bottom: 41px;
  }
}

@media (max-width: 768px) {
  .signup {
    width: 100% !important;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-divider {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .Sliderdetails {
    padding-left: 10px;
  }

  .iconright {
    text-align: left;
  }

  .col-client {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 20px;
  }
}
