.float-left {
  float: left;
}

.parenteque-story-text {
  margin: 0 10px;
}

.footer-container {
  padding: 30px; 
  margin: auto;
}

.footer-checkbox-container {
  display: flex; 
  align-items: center;
}

.hover-none:hover {
  text-decoration: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-none {
  border: none
}

.gradient-button {
  float: right;
  box-shadow: 1px 3px 8px #124edd; 
  border-radius: 8px; padding: 6px 30px; 
  margin: 10px 0; 
  background-image: linear-gradient(#00ffff, #124edd);
  border-width: 0; color: #fff;
}

.proxima-nova-bold {
  font-family: "Proxima Nova Bold";
}

.proxima-nova-semi-bold {
  font-family: "Proxima Nova Semi Bold";
}

.proxima-nova-regular {
  font-family: "Proxima Nova Regular";
}

.carrot-orange {
  color: #124edd;
}

.fountain-blue {
  color: #48ada8;
}

.punch {
  color: #de5225;
}

.boston-blue {
  color: #3b8bc4;
}

.black {
  color: #000000 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transform-none {
  text-transform: none !important;
}

.tms-overlay {
  background-color: transparent !important;
}

input[type="text"],
textarea,
input[type="checkbox"],
body {
  font-family: "Proxima Nova Regular" !important;
}

::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
  font-family: "Proxima Nova Semi Bold";
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
  font-family: "Proxima Nova Semi Bold";
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
  font-family: "Proxima Nova Semi Bold";
}

.footer-text {
  border-width: 0; 
  border-radius: 8px;
}

input.footer-text::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
  font-family: "Proxima Nova Regular";
}

input.footer-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
  font-family: "Proxima Nova Regular";
}

input.footer-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
  font-family: "Proxima Nova Regular";
}

button:hover {
  cursor: pointer;
}

a.privacypolicy {
  cursor: pointer;
  border-bottom: 1px solid #000000; 
  text-decoration: none;
}

a.privacypolicy:hover {
  text-decoration: underline;
}

/* BANNER */
.banner-container {
  display: flex;
  flex-direction: row;
}

.banner-container-mobile {
  display: none;
}

.img-banner-left {
  width: 80% !important;
  height: 80% !important;
  position: static !important;
  margin: 0 !important;
}

.img-banner-right {
  width: 100% !important;
  height: 100% !important;
  position: static !important;
}

.img-googleplaystore {
  width: 100% !important;
  height: 100% !important;
  position: static !important;
}

.img-googleplaystore-mobile {
  width: 100% !important;
  height: 100% !important;
  position: static !important;
}

.img-applestore {
  width: 100% !important;
  height: 100% !important;
  position: static !important;
  margin-top: 1rem !important;
}

.img-applestore-mobile {
  width: 100% !important;
  height: 100% !important;
  position: static !important;
  margin-top: 1rem !important;
}

/* MISSION */
.mission-container {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* MISSION DETAIL */

.mission-detail {
  display: flex;
}

.mission-detail-mobile {
  display: none;
}

/* THE PARENTEQUE STORY*/

.the-parenteque-story {
  display: block;
}

.the-parenteque-story-mobile {
  display: none;
}

.contact-us {
  margin: 40px;
  padding: 36px;
}

.contact-us-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#btn-send-email {
  padding: 6px 30px;
}

.parenteque-footer {
  display: block;
}

.parenteque-footer-mobile {
  display: none;
}

.right-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.right-mobile > img {
  margin: unset !important;
  padding-bottom: 20px !important;
}

.footer-left-section,
.footer-middle-section,
.footer-right-section {
  height: 260px;
}

/* APP FEATURES */
.app-feature {
  display: block;
}

.app-feature-mobile {
  display: none;
}

.width-auto {
  width: auto;
}

.fs12 {
  font-size: 12px;
}

.subscribe-description {
  padding-left: 6px; 
  cursor: pointer;
}

/* line height */
.lh-small {
  line-height: 1.3em;
}


/* MEDIA QUERIES */
@media (max-width: 320px) {
  /* banner */
  .banner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-container {
    height: 100vh !important;
  }

  .slider {
    height: inherit !important;
  }
}

@media (max-width: 353px) {
  .parenteque-story-text-mobile {
    margin: 0 !important;
  }

  .float-left {
    float: none;
  }
}

@media (max-width: 480px) {
  .footer-left-section,
  .footer-middle-section,
  .footer-right-section {
    height: 210px;
  }
}

@media (max-width: 600px) {
  .banner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-container {
    height: 100vh !important;
  }

  .slider {
    height: inherit !important;
  }
}

@media (max-width: 768px) {
  .parenteque-story-text-mobile {
    margin: 0 10px;
  }

  .banner-container {
    display: none;
  }

  .banner-container-mobile {
    display: flex;
    flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-container {
    height: 100vh !important;
  }

  .slider {
    height: inherit !important;
  }

  .img-googleplaystore-mobile {
    width: 60% !important;
    height: 60% !important;
    margin-left: 0 !important;
  }

  .img-applestore-mobile {
    width: 60% !important;
    height: 60% !important;
    margin-left: 0 !important;
  }

  .fs12 {
    font-size: 12px !important;
  }

  /* FOOTER */
  .fs12 {
    font-size: 12px !important;
  }

  /* Change Mobile Design */
  .mission-container > h2:first-child {
    margin-bottom: 30px;
  }

  .mission-detail {
    display: none;
  }

  .mission-detail-mobile {
    display: flex;
  }

  .the-parenteque-story {
    display: none;
  }

  .the-parenteque-story-mobile {
    display: block;
  }

  .contact-us {
    margin: 20px;
    padding: 50px 10px;
  }

  #contact-us-description {
    font-size: 12px;
  }

  .contact-us-footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #btn-send-email {
    padding: 3% 25%;
    font-size: 25px;
    border-radius: 20px !important;
  }

  .parenteque-footer {
    display: none;
  }

  .parenteque-footer-mobile {
    display: block;
  }

  .app-feature {
    display: none;
  }

  .app-feature-mobile {
    display: block;
  }
}

@media (max-width: 960px) {
  .parenteque-story-text {
    margin: 0 !important;
  }

  .banner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-container {
    height: 100vh !important;
  }

  .slider {
    height: inherit !important;
  }

  .img-googleplaystore {
    width: 70% !important;
    height: 70% !important;
    margin-left: 0 !important;
  }

  .img-applestore {
    width: 70% !important;
    height: 70% !important;
    margin-left: 0 !important;
  }

  /* PARENTEQUE STORY */
  .parenteque-story {
    display: block !important;
  }

  .parenteque-story-separator {
    display: none !important;
  }

  .parenteque-story-image {
    justify-content: flex-start !important;
  }

  /* FOOTER */
  .fs12 {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .parenteque-story-text {
    margin: 0 10px;
  }

  .banner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-container {
    height: 100vh !important;
  }

  .slider {
    height: inherit !important;
  }

  .img-googleplaystore {
    width: 60% !important;
    height: 60% !important;
    margin-left: 0 !important;
  }

  .img-applestore {
    width: 60% !important;
    height: 60% !important;
    margin-left: 0 !important;
  }

  /* PARENTEQUE STORY */
  .parenteque-story {
    display: flex;
  }

  .parenteque-story-separator {
    display: block;
  }

  .parenteque-story-image {
    justify-content: center;
  }

  /* FOOTER */
  .fs12 {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .banner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-container {
    height: 110vh !important;
  }

  .slider {
    height: inherit !important;
  }

  .img-googleplaystore {
    width: 50% !important;
    height: 50% !important;
    margin-left: 0 !important;
  }

  .img-applestore {
    width: 50% !important;
    height: 50% !important;
    margin-left: 0 !important;
  }

  /* PARENTEQUE STORY */
  .parenteque-story {
    display: flex;
  }

  .parenteque-story-separator {
    display: block;
  }

  .parenteque-story-image {
    justify-content: center;
  }
}

@media (min-width: 1201px) {
  .banner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-container {
    height: 100vh !important;
  }

  .slider {
    height: inherit !important;
  }

  .img-googleplaystore {
    width: 40% !important;
    height: 40% !important;
    margin-left: 0 !important;
    display: inline-block !important;
  }

  .img-applestore {
    width: 40% !important;
    height: 40% !important;
    display: inline-block !important;
    margin-left: 2rem !important;
    margin-top: 0 !important;
  }

  .app-feature-description {
    width: 70% !important;
  }

  /* PARENTEQUE STORY */
  .parenteque-story {
    display: flex;
  }

  .parenteque-story-separator {
    display: block;
  }

  .parenteque-story-image {
    justify-content: center;
  }
}

/* @media only screen and (max-width: 960px) {
  #home {
    display: none;
  }

  .parenteque-story {
    display: block;
  }

  .parenteque-story-separator {
    display: none;
  }

  .parenteque-story-image {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 960px) {
  .parenteque-story {
    display: flex;
  }

  .parenteque-story-separator {
    display: block;
  }

  .parenteque-story-image {
    justify-content: center;
  }
} */
