html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.text-primary {
  color: #fe4c1c;
}

.text-second {
  color: #6cbb47;
}

.text-third {
  color: #0160e7;
}

.text-dark {
  color: #1a1b1e;
}

.text-danger {
  color: #1a1b1e;
}

.text-gray {
  color: #a5b7d2;
}

.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-10 {
  padding: 10px;
}
.pt-30 {
  padding-top: 30px;
}
.main-heading {
  font-size: 25px;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.not-display-flex {
  display: flex;
}
.logo {
  width: 70px;
}
.ml-15 {
  margin-left: 15px;
}
.font-p2 {
  color: #1a1b1e;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
.section-one-bg {
  background-color: transparent;
  background-image: linear-gradient(
    to right bottom,
    #82e5df,
    #88e1e5,
    #90dde8,
    #9bd8e8,
    #a5d4e6,
    #aad7e2,
    #b0d9de,
    #b8dbdb,
    #c8e2d6,
    #dce7d5,
    #f0ebda,
    #fff0e5
  );
  /* background-image: linear-gradient(315deg, #b9bed7 0%, #77eed8 74%); */
  /* background: url('./images/1.png'); */
  background-size: cover;
}
.section-second-bg {
  background-color: transparent;
  background-image: linear-gradient(
    to right top,
    #82e5df,
    #88e1e5,
    #90dde8,
    #9bd8e8,
    #a5d4e6,
    #aad7e2,
    #b0d9de,
    #b8dbdb,
    #c8e2d6,
    #dce7d5,
    #f0ebda,
    #fff0e5
  );
  /* background-image: linear-gradient(241deg, #aeb5d4 0%, #77eed8 74%); */
  /* background: url('./images/2.png'); */
  background-size: cover;
}
.section-third-bg {
  background-color: transparent;
  background-image: linear-gradient(
    to right bottom,
    #82e5df,
    #88e1e5,
    #90dde8,
    #9bd8e8,
    #a5d4e6,
    #aad7e2,
    #b0d9de,
    #b8dbdb,
    #c8e2d6,
    #dce7d5,
    #f0ebda,
    #fff0e5
  );

  /* background-image: linear-gradient(241deg, #aeb5d4 0%, #77eed8 74%); */
  /* background: url('./images/3.png'); */
  background-size: cover;
}
.section-second-img {
  width: 100%;
  border-radius: 0px 200px 0px 0px;
  height: 600px;
  object-fit: cover;
}
.section-third-img {
  width: 100%;
  border-radius: 200px 0px 0px 0px;
  height: 600px;
  object-fit: cover;
}
.section-second-img-py {
  padding-top: 60px;
  padding-bottom: 100px;
}
.section-third-img-py {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-top-20rem {
  padding-top: 20rem;
}
.padding-top-27rem {
  padding-top: 27rem;
}
.title {
  font-size: 50px;
  font-weight: bold;
}
.sub-title {
  font-size: 30px;
  font-weight: 500 !important;
}
.apps-logo {
  width: 200px;
}
.mr-15 {
  margin-right: 15px;
}
.bottom-50 {
  position: relative;
  bottom: 50px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.right-15 {
  right: 15px;
  position: relative;
}
@media (max-width: 450px) {
  .main-heading {
    font-size: 20px;
  }
  .font-p2 {
    font-size: 16px;
  }
  .logo {
    width: 60px;
  }
  .padding-top-20rem {
    padding-top: 0px !important;
  }
  .padding-top-27rem {
    padding-top: 0px !important;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-d-flex-center {
    display: flex;
    justify-content: center;
  }
  .mobile-justify-center {
    justify-content: center;
    display: flex;
  }
  .flex-switch {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-third-img-py {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (min-width: 450px) and (max-width: 991px) {
  .section-third-img-py {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-top-20rem {
    padding-top: 0px;
  }
  .padding-top-27rem {
    padding-top: 10px;
  }
  .section-third-img-py {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flex-switch {
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-d-flex-center {
    display: flex;
    justify-content: center;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.padding-top-14rem {
  padding-top: 14rem;
}
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
.not-display-flex-center {
  display: flex;
  justify-content: center;
}
.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
.footer-logo-text {
  font-size: 18px;
  margin-top: 10px;
}
.footer-logo {
  width: 50px;
}
.country-code-border {
  border: 2px solid #93939378;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.country-code-number {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.phone-number-input {
  background: transparent;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.get-button {
  background-color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1d1d1d),
    to(#141414)
  );
  background-image: linear-gradient(180deg, #1d1d1d, #141414);
  color: #fff;
  padding: 1rem 1rem;
  border: 1px #000;
  font-size: 17px;
  border-radius: 5px;
  font-weight: bold;
  width: 95%;
}
.get-button:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  outline-offset: 0px;
  outline: #fff 0.1em;
}
#formSuccess {
  display: none;
}
#errorMsg {
  color: #eb445a;
  display: none;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.ml-20 {
  margin-left: 20px;
}
