* {
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .navbar-collapse {
    flex-grow: 0 !important;
  }
  .nav-button {
    margin-left: 10px;
  }
  .services-text {
    margin-left: 20px;
  }
}

body,
html {
  margin: 0;
  padding: 0;
}

.image-container-main {
  width: 200px;
  height: 150px;
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}

.partner-section img {
  width: 80px;
  border-radius: 5px;
}

.image-container-main img {
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
}

.image-container-1 {
  margin-top: -15px;
}

.image-container-2 {
  margin-top: 25px;
}

.navbar-logo img,
footer img {
  max-height: 23px;
}

.navbar-logo {
  line-height: 0.5 !important;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.slide-form-container {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
  margin: 50px auto;
  text-align: center;
  padding: 50px 20px;
  border-radius: 5px;
  background-color: #fcfcfc;
}

.slide-form-container h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 5px;
  color: #141414;
}

.slide-wma-subhead {
  font-size: 16px;
  margin-bottom: 50px;
  margin-top: 0px;
  color: #141414;
}

.backBtn-wma {
  text-align: left;
  display: block;
  background: #eee;
  color: #141414;
  padding: 10px 40px;
  border: none;
  margin: 20px;
  cursor: pointer;
}

.forwardBtn-wma {
  text-align: center;
  display: block;
  background: #622bff;
  color: #fff;
  padding: 10px 40px;
  border: none;
  margin: auto;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}

.slide-wma {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}

.slide-active-wma {
  display: block;
  opacity: 1;
}

.slide-option-wma {
  margin: 10px;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  max-width: 280px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slide-option-img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  margin: auto;
}

.slide-option-img img {
  width: 100%;
  height: 100%;
}

.slide-flex-wma {
  display: flex;
}

.slide-options-wma {
  margin: auto;
  width: 100%;
}

.slide-option-left {
  margin-left: auto;
}

.slide-option-right {
  margin-right: auto;
}

.option-head {
  font-weight: bold;
  color: #141414;
  font-size: 16px;
  display: block;
  margin: 15px 0;
}

.option-text {
  line-height: 1.4;
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 5px 0;
}

.tipp-wma {
  display: block;
  margin: 20px 0;
}

.qmCount {
  font-weight: bold;
  display: block;
  font-size: 24px;
  color: #141414;
  margin-bottom: 20px;
}

.price {
  color: #622bff;
  font-size: 34px;
}

.dateInput {
  width: 200px;
  max-width: 200px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #111;
  padding: 10px;
}

.qmcontainer {
  margin-bottom: 50px;
}

.slider-wma {
  width: 80%;
  margin: auto;
  cursor: pointer;
}

input,
textarea {
  width: 100%;
  border: 1px solid #622bff;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px 0;
}

.input-container {
  max-width: 500px;
  margin: auto;
}

.nav-button {
  border: 1px solid #fff;
  color: #141414;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  display: block;
}

.nav-button:hover {
  color: #141414;
}

nav {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #622bff;
}

nav a {
  font-weight: bold;
  color: #fff !important;
}

main {
  background-color: #622bff;
  width: 100%;
}

.main-content {
  padding-top: 150px;
  padding-bottom: 100px;
}

.main-content h1 {
  font-weight: bold;
  color: #fff;
  font-size: 36px;
}

.main-content p {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.main-content a {
  font-size: 16px;
  background-color: #ffc24d;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 25px;
  text-decoration: none;
  display: inline-block;
}

.partner-section {
  background-color: #fff;
  width: 100%;
  padding: 10px 50px;
  margin-top: -50px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
  border-radius: 25px;
}

.custom-container {
  max-width: 900px;
  padding: 0 15px;
  margin: auto;
}

section {
  margin: 100px 0;
}

section h2 {
  font-weight: bold;
  color: #001d68;
  font-size: 42px;
  margin-bottom: 0;
  text-align: center;
}

.subhead {
  color: #001d68;
  font-size: 16px;
  text-align: center;
}

.why-col {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
  padding: 15px;
  max-width: 30%;
}

.why-col img {
  border-radius: 25px;
  max-width: 100%;
  margin-bottom: 30px;
}

.why-dot-1 {
  border-radius: 100%;
  background-color: #ff9494;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  margin-top: -55px;
  position: absolute;
  margin-left: 25px;
}

.why-dot-2 {
  border-radius: 100%;
  background-color: #a180ff;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  margin-top: -55px;
  position: absolute;
  margin-left: 25px;
}

.why-dot-3 {
  border-radius: 100%;
  background-color: #ffd788;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  margin-top: -55px;
  position: absolute;
  margin-left: 25px;
}

.why-heading {
  font-weight: bold;
  color: #001d68;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

.why-text {
  color: #141414;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.splide__slide img {
  max-width: 300px;
  max-height: 300px;
  margin: 20px;
  margin-bottom: 50px;
}

.contact-form {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
  padding: 25px 75px;
  max-width: 550px;
  margin: auto;
}

.contact-form form input {
  width: 100%;
  border: none;
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  margin: 5px 0;
}

.contact-form form textarea {
  width: 100%;
  border: none;
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  margin: 5px 0;
}

.contact-form form input[type='submit'] {
  background-color: #622bff;
  color: #fff;
  font-weight: bold;
}

footer {
  background-color: #622bff;
  padding: 50px 0 20px 0;
}

.footer-heading {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

footer ul {
  text-decoration: none !important;
  list-style-type: none !important;
  list-style: none !important;
  padding-left: 0;
}

footer ul li {
  list-style: none !important;
  font-size: 14px;
  color: #fff;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none !important;
}

footer ul li a:hover {
  color: #fff;
}

.footer-flex {
  flex-wrap: wrap;
}

.footer-flex div {
  margin-right: 100px;
}

.hide-phone {
  display: block;
}

@media screen and (max-width: 992px) {
  .splide__slide img {
    max-width: 180px;
    height: 180px;
    margin: 20px;
    margin-bottom: 50px;
  }
  #about .d-flex {
    display: block !important;
  }
  .why-col {
    max-width: 100%;
    margin: 25px 25px;
  }
  .contact-form {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
    padding: 25px 25px;
    max-width: 550px;
    margin: auto;
  }
}

@media screen and (max-width: 900px) {
  .slide-flex-wma {
    display: block;
  }
  .slide-option-left {
    margin: auto;
  }

  .slide-option-right {
    margin: auto;
  }
  .slide-option-wma {
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .hide-phone {
    display: none !important;
  }
}

@media screen and (max-width: 550px) {
  .splide__slide img {
    max-width: 130px;
    height: 130px;
    padding: 10px;
    margin-bottom: 50px;
  }
  .partner-section {
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    margin-top: -25px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
    border-radius: 25px;
    column-gap: 10px;
  }
  .partner-section img {
    width: 50px;
    border-radius: 5px;
  }
}
