body {
  font-family: "Poppins", sans-serif;
}

body .modal-open {
  overflow: scroll !important;
}

body .ladder {
  min-height: 100vh;
  height: 100%;
}

body img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

body h1, body h2, body h3, body h4, body h5 {
  font-size: calc(15px + 2vw);
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

body .close {
  width: 0% !important;
}

body .secZero .miniForm {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  background: #4DC7F0;
  color: #FFF;
  width: 20%;
  right: 0% !important;
  height: 100vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  right: 0;
  position: fixed;
}

body .secZero .miniForm h3 {
  color: #0877DF;
  font-size: calc(1vw + 1px);
}

body .secZero .miniForm p {
  font-size: 14px;
}

body .secZero .miniForm form p {
  font-size: 14px;
}

body .secZero .miniForm form .form-control {
  border-radius: 0px;
  border: none;
  height: 30px;
  background: #D1F1FB;
}

body .secZero .miniForm form .btn-submit {
  background: #0877DF;
  color: #FFF;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 35px;
}

body .secOne {
  width: 80%;
  background: #0877DF;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body .secOne h1, body .secOne h2, body .secOne h3, body .secOne h4, body .secOne h5 {
  color: #FFF;
  font-weight: 800;
}

body .secOne p {
  font-size: calc(10px + 1vh) !important;
  color: #FFF;
}

body .secOne b {
  font-size: 22px;
}

body .secTwo {
  width: 80%;
  background: #FFF;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body .secTwo h1, body .secTwo h2, body .secTwo h3, body .secTwo h4, body .secTwo h5 {
  color: #0877DF;
  font-weight: 800;
}

body .secTwo p {
  font-size: calc(10px + 1vw) !important;
  color: #0877DF;
}

body .secTwo span {
  font-size: 25px;
}

body .secThree {
  width: 80%;
  background: #0877DF;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body .secThree h1, body .secThree h2, body .secThree h3, body .secThree h4, body .secThree h5 {
  color: #FFF;
  font-weight: 800;
}

body .secThree p {
  font-size: calc(10px + 1vw) !important;
  color: #FFF;
}

body .secFour {
  width: 80%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: #FFF;
}

body .secFour h1, body .secFour h2, body .secFour h3, body .secFour h4, body .secFour h5 {
  color: #0877DF;
  font-weight: 800;
}

body .secFour p {
  font-size: calc(10px + 1vw) !important;
  color: #0877DF;
}

body .secFour span {
  font-size: 25px;
}

body .btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .form-seen {
  display: none;
  position: fixed;
  top: 90%;
  left: 5%;
  z-index: 9999;
  border-radius: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.75);
}

body .form-seen a {
  color: #0877DF;
}

body .form-seen button i {
  color: #0877DF;
  font-size: 25px;
  padding: 0.3em 0.1em 0.3em 0.1em;
}

@media only screen and (max-width: 991px) {
  .secOne, .secTwo, .secThree, .secFour {
    width: 100% !important;
  }
  .secOne #iMob, .secTwo #iMob, .secThree #iMob, .secFour #iMob {
    width: 100%;
  }
  .secZero .miniForm h3 {
    font-size: calc(1vw + 10px) !important;
  }
  .form-seen {
    display: block !important;
  }
  .modal {
    overflow-y: scroll !important;
  }
}

.thank-you {
  background: #0877DF;
  color: #FFF;
}

.thank-you a {
  color: #FFF;
  text-decoration: underline;
}

.thank-you a:hover {
  color: #FFF;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  top: -50px !important;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: calc(65% + 2vw) !important;
}

/* The Close Button */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */