body {
  font-family: "Montserrat", sans-serif !important;
  background:#fdc500;
}

.display-hide {
  display: none;
}
.font-1 {
  font-size: 60px;
  font-weight: 800;
}

.font-2 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

.font-3 {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
}

#navbar {
  z-index: 10;
  position: fixed;
  top: 6%;
  left: 5%;
  width: 90%;
  border-radius: 5em;
  background-color: #fff;
  height: 80px;
  justify-content: left;
}

.claimTree {
  text-transform: none;
}

#navbar a {
  margin-right: 3%;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}

section.row {
  min-height: 100vh;
}

.any-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.large-text {
  font-size: 56px;
}

.clean-input {
  border: none !important;
}

.clean-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-rounded {
  border-radius: 2.5em;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.claimTreeSource {
  text-transform: lowercase;
  border-radius: 25px;
  font-size: 1.2rem;
  margin-right: 20px;
}
.questionFaq {
  background-color: #d1d1f6;
  width: 80%;
}
.firstSection {
  padding-top: 0em !important;
  padding-bottom: 10em;
}


.show-on-mobile {
  display: none;
}

#fullSideBar.showSideBar {
  right: 0 !important;
  transition: 0.5s ease-in-out;
}

#fullSideBar {
  transition: 0.5s ease-in-out;
  padding-top: 20vh;
  background: #dca11f;
  z-index: 9;
  position: fixed;
  top: 0;
  right: -500%;
  height: 100vh;
  width: 100vw;
}

.digi-input {
  border-radius: 1.5em;
  background: #d9feff;
  border: 0;
  width: 100%;
  margin-top: 2%;
  padding: 10px 25px;
  resize: none;
}

.digi-input:focus {
  outline: none;
  box-shadow: none;
}

.digi-input::-moz-placeholder {
  color: #d3d3d3;
  font-weight: 400;
}

.digi-input:-ms-input-placeholder {
  color: #d3d3d3;
  font-weight: 400;
}

.digi-input::placeholder {
  color: #d3d3d3;
  font-weight: 400;
}

.digi-input-label {
  color: #d3d3d3;
  font-weight: 400;
}

.label-dark {
  color: #9b9797;
  font-weight: 400;
}

.digi-input-dark {
  border-radius: 1.5em;
  background: #d9feff;
  border: 0;
  width: 100%;
  margin-top: 2%;
  padding: 10px 25px;
  resize: none;
}

.digi-input-dark:focus {
  outline: none;
  box-shadow: none;
}

.digi-input-dark::-moz-placeholder {
  color: #242020;
  font-weight: 400;
}

.digi-input-dark:-ms-input-placeholder {
  color: #242020;
  font-weight: 400;
}

.digi-input-dark::placeholder {
  color: #242020;
  font-weight: 400;
}

.smallBorder {
  border-radius: 1.5em;
}

#swup:first-child {
  padding-top: 5em;
}

.optionContainer .digi-input-dark {
  border-bottom: 1px solid #3b4a8c;
  border-radius: 0 !important;
  line-height: 36px;
  padding: 10px 5px;
  margin: 10px 0px;
}

.optionContainer .digi-input {
  border-bottom: 1px solid #3b4a8c;
  border-radius: 0 !important;
  line-height: 36px;
  padding: 10px 5px;
  margin: 10px 0px;
}

.msgNotice {
  position: fixed;
  color: #fff;
  bottom: 0;
  padding: 10px;
  width: 100%;
  left: 0;
  z-index: 9999;
  -webkit-animation: msgMove 1s;
  animation: msgMove 1s;
  text-transform: uppercase;
  font-weight: bolder;
}

@-webkit-keyframes msgMove {
  0% {
    bottom: -50%;
  }
  to {
    bottom: 0;
  }
}

@keyframes msgMove {
  0% {
    bottom: -50%;
  }
  to {
    bottom: 0;
  }
}

.generic-button {
  padding-right: 1.8rem !important;
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
  padding-left: 1.8rem !important;
  font-weight: 500 !important;
  border-radius: 25px !important;
  text-transform: unset !important;
}

/*.card-body {
  -moz-padding-start: 3.25em;
}*/

.pricing-card {
  background-color: #a6a6a6;
  border-radius: 2em;
  width: 22vw;
}

.choose-plan {
  background-color: #fff532;
  border-radius: 25px;
  position: absolute;
  width: 60%;
  left: 20%;
  font-size: 1.25em;
  bottom: -5%;
}
.priceShower {
  position: absolute;
  width: 80%;
  bottom: 5%;
  background-color: #004aad;
  border-radius: 1em;
}
@media (min-width: 768px) and (max-width: 1024px) {
.pricing-card{
  width: 30vw;
  }
  .choose-plan{
    padding: 18px;
    text-align: center;
    font-size: 14px;
  }

  .priceShower{
    font-size: 18px;
  }
    .hide-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: flex !important;
  }
  
}
@media (min-width: 320px) and (max-width: 767px) {
  .firstSection {
    padding-bottom: 1em !important;
  }
  .questionFaq {
    background-color: #d1d1f6;
    width: 100%;
  }
  .claimTreeSource {
    font-size: 0.8em !important;
  }
  .font-1 {
    font-size: 40px !important;
    font-weight: 800 !important;
  }
  .font-2 {
    font-size: 18px !important;
    line-height: 1.5em !important;
    font-weight: 800 !important;
  }

  .font-3 {
    font-size: 17px !important;
    line-height: 1.5em !important;
    font-weight: 400 !important;
  }
  section.row {
    padding-top: 10%;
    min-height: auto !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: flex !important;
  }
  
  .pricing-card {
    height: auto !important;
    width: 90vw !important;
    margin-left: 5vw !important;
  }
  .choose-plan,
  .priceShower {
    width: 100%;
    left: 0%;
    position: relative;
  }
  .mobile-absolute-right {
    position: absolute;
    right: 2%;
  }
  #loginSection {
    margin-top: 15vh;
    margin-bottom: 25vh;
  }
}
.mobile-absolute-right {
  position: relative;
}
