/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "helveticalight";
  src: url("/fonts/helvetica_light_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "neulis_sansbold";
  src: url("/fonts/fonnts.com-neulis_sans_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "neulis_sansregular";
  src: url("/fonts/fonnts.com-neulis_sans_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  color: #545c64;
  font-family: "Helvetica";
  font-size: 1rem;
}

.blue-bg {
  background: rgb(224, 239, 244);
  background: linear-gradient(0deg, rgb(224, 239, 244) 0%, rgb(255, 255, 255) 100%);
}

.footer {
  width: 100%;
  background: #fff;
}
@media (max-width: 600px) {
  .footer {
    font-size: 0.99rem;
  }
}
@media (max-width: 600px) {
  .footer {
    font-size: 0.8rem;
  }
}
@media (max-width: 380px) {
  .footer {
    font-size: 0.75rem;
  }
}
@media (max-width: 360px) {
  .footer {
    font-size: 0.7rem;
  }
}

header {
  width: 100%;
}
header .logo-section {
  width: 100%;
  height: 130px;
  padding-right: 12px;
  background-color: #ffb900;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
@media (max-width: 600px) {
  header .logo-section {
    height: 80px;
    padding-right: 8px;
    width: 80%;
  }
}
header .logo-section .blue-clip {
  width: 100%;
  height: 131px;
  background: #408aab;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
@media (max-width: 600px) {
  header .logo-section .blue-clip {
    height: 80px;
  }
}
header .logo-section .blue-clip .logo {
  width: 65%;
  padding-top: 20px;
  padding-left: 40px;
}
@media (max-width: 600px) {
  header .logo-section .blue-clip .logo {
    width: 65%;
    padding: 10px;
  }
}
header h4 {
  color: #fdb81d;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 600px) {
  header h4 {
    font-size: 1.3rem;
  }
}

.required {
  color: #ec008c;
}

.submit-maindiv {
  width: 210px;
  background: #ffb81c;
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
}
.submit-maindiv .submit-btn {
  background: #006a91;
  width: 200px;
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.submit-maindiv .submit-btn i {
  color: #fff;
  margin-left: 10px;
}
@media (max-width: 370px) {
  .submit-maindiv .submit-btn {
    width: 200px;
  }
}
@media (max-width: 370px) {
  .submit-maindiv {
    width: 210px;
  }
}

.text-blue {
  color: #006a91;
}

.h4, h4 {
  font-size: 1.4rem;
}

.text-underline {
  text-decoration: underline;
}

.thankyou-page .zoryveFoam {
  width: 300px;
}
@media (max-width: 600px) {
  .thankyou-page .zoryveFoam {
    width: 470px;
  }
}
.thankyou-page .request-resources h4 {
  color: #fdb81d;
  font-weight: bold;
  font-size: 1.35rem;
}
.thankyou-page .zoryve-cream {
  width: 90%;
}
.thankyou-page .thankyou-text {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .thankyou-page .mob-hide {
    display: none;
  }
}
.thankyou-page h1 {
  font-size: 4.3rem;
  font-weight: bold;
  font-family: "neulis_sansbold";
}
@media (max-width: 700px) {
  .thankyou-page h1 {
    font-size: 4rem;
  }
}
.thankyou-page h4 {
  font-size: 1.8rem;
  font-family: "neulis_sansregular";
  font-weight: 600;
}
@media (max-width: 700px) {
  .thankyou-page h4 {
    font-size: 1.55rem;
    font-family: "neulis_sansbold";
    margin-bottom: 20px;
  }
}
.thankyou-page .followUp {
  font-size: 1.7rem;
  font-family: "neulis_sansregular" !important;
  font-weight: normal !important;
}
@media (max-width: 700px) {
  .thankyou-page .followUp {
    font-size: 1.5rem;
  }
}
.thankyou-page h5 {
  font-weight: 500;
}
.thankyou-page .link {
  color: #006a91;
  text-decoration: underline;
}
.thankyou-page .link:hover {
  text-decoration: none;
}

.zoryve-imag {
  margin: 10px auto;
  background-size: contain;
  padding: 0 0 0px 0;
  /*  @media (max-width:700px) {
     width: 80%;
     margin: 20px auto;
     background: none;
     padding: 0;
   } */
}

/* .zoryve-imag-thankyou {
  background: url("/images/zoryve-img.png") no-repeat;
  background-size: contain;
  padding: 0 0 20px 200px;
  margin: 0 0 0 20px;
  text-align: left;
  @media (max-width:700px) {
    width: 100%;
    margin: 0;
    padding: 0px;
    text-align: center;
    padding: 0 0 80px 100px;
  }

} */
.form-control {
  border-radius: 0;
  border-color: #408aab;
}

.custom-checkbox .custom-control-label {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border-color: #408aab;
}

@media (max-width: 745px) {
  .footer-logo {
    max-width: 170px;
    margin-bottom: 10px;
  }
}

.footer-yellow-clip {
  width: 150px;
  height: 10px;
  position: relative;
  top: 0;
  left: -15px;
  background-color: #ffb900;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}
@media (max-width: 745px) {
  .footer-yellow-clip {
    width: 120px;
  }
}

.custom-control {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 745px) {
  .custom-control:last-child {
    padding-bottom: 10px;
  }
}

.zoryve-imag-mob {
  display: none;
}
@media (max-width: 745px) {
  .zoryve-imag-mob {
    display: inline-block;
    position: relative;
    top: -125px;
    width: 60%;
    right: -147px;
    margin-bottom: -400px;
  }
}

/* .mob-space{
  @media (max-width:745px){
    position: relative;
    top: -80px;
  }
}*/
@media (max-width: 745px) {
  .mob-space1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.mob-space1 {
  padding-left: 30px;
  padding-right: 30px;
}

.request-form {
  padding-top: 20px;
}

@media (max-width: 376px) {
  .thankyou-page h1 {
    font-size: 2.5rem;
  }
  .thankyou-page h4.follow-up {
    font-size: 1rem;
  }
}
.zoryve-foam {
  position: relative;
  left: -20px;
}
@media (max-width: 950px) {
  .zoryve-foam {
    left: 0px;
  }
}

.form-check .form-check-label {
  line-height: 1rem;
  padding-top: 3px;
}

.footer-nav {
  margin: 0 auto;
}
.footer-nav ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.footer-nav ul li {
  list-style-type: none;
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer-nav ul li {
    padding-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .footer-nav ul li {
    margin-right: 10px;
  }
}
.footer-nav ul li a {
  text-decoration: underline;
}
.footer-nav ul li a:hover {
  text-decoration: none;
}

#author_bio_wrap {
  margin-top: 0px;
  margin-bottom: 30px;
  background: gray;
  width: auto;
  height: 50px;
}

#author_bio_wrap_toggle {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #9E9E77;
  text-align: center;
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  box-shadow: 2px 2px 3px #888888;
  text-decoration: none;
}

#author_bio_wrap_toggle:hover {
  text-decoration: none;
  border-top: 1px groove white;
  border-left: 1px groove white;
  border-bottom: 1px solid #7B7B78;
  border-right: 1px solid #7B7B78;
  color: #663200;
  background: #EBEBB3;
  box-shadow: 1px 1px 2px #888888;
}

/* ISI Drawer CSS */
#showIndication {
  background: none;
  border: none;
  color: #149ed9;
  float: right;
  position: relative;
  top: 0px;
}
#showIndication i {
  font-size: 1.3rem;
}
#showIndication a {
  color: #149ed9 !important;
}
#showIndication .bi-plus {
  font-size: 2.3rem;
  top: -6px;
  line-height: 2rem;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 500px) {
  #showIndication .bi-plus {
    position: absolute;
    right: -5px;
  }
}
#showIndication .bi-x-lg {
  font-size: 1.5rem;
  top: -6px;
  line-height: 2rem;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 500px) {
  #showIndication .bi-x-lg {
    position: absolute;
    right: -5px;
  }
}

.footer_scroll {
  height: 46%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .footer_scroll {
    height: 55%;
  }
}

footer {
  flex: 0 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  color: #353535;
  background: #fff;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  footer {
    bottom: 0;
    padding-bottom: 0;
    font-size: 0.9rem;
    border-top: 0;
  }
}
footer .footer {
  position: relative;
  width: 100%;
  height: 100px;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
@media (max-width: 600px) {
  footer .footer {
    height: 150px;
  }
}
@media screen and (min-width: 610px) and (max-width: 736px) {
  footer .footer {
    height: 200px;
  }
}
footer .footer_head {
  padding: 10px 0 0;
}
footer .footer_main {
  width: 100%;
}
footer .footer_main .nav {
  float: right;
}
@media (max-width: 823px) {
  footer .footer_main .nav {
    float: left;
  }
}
footer .footer_main .nav .nav-link {
  font-size: 0.9rem;
  color: #353535;
  text-decoration: underline;
}
footer .footer_main .nav .nav-link:hover {
  text-decoration: none;
}
footer .footer_main .nav .nav-link:first-child {
  padding-left: 0;
}
@media (max-width: 1024px) {
  footer .footer_main .nav .nav-link {
    padding: 0.5rem 0.8rem;
  }
}

.footer-head-bar {
  padding: 10px 0;
  background: #006a91;
}
@media (max-width: 500px) {
  .footer-head-bar {
    font-size: 0.8rem;
  }
}

.isi-body-content h5 {
  font-size: 1rem;
}
.isi-body-content p {
  line-height: 1.2;
  margin-bottom: 7px;
}
.isi-body-content a {
  color: #545c64;
}

.bodyfooter {
  position: inherit !important;
  margin-top: 30px;
  color: #545c64 !important;
}

.form-check-label a {
  color: #006a91;
}

.request-form .small {
  font-size: 85%;
}

.mdDoNpPa .custom-control-label {
  margin-right: 60px;
}
@media (max-width: 768px) {
  .mdDoNpPa .custom-control-label {
    margin-right: 35px;
  }
}
.mdDoNpPa .custom-control-label::before {
  width: 1.8rem;
  height: 1.8rem;
}
.mdDoNpPa .custom-control-label::after {
  width: 1.8rem;
  height: 1.8rem;
}
.mdDoNpPa .custom-checkbox .custom-control-label {
  line-height: 2.2rem;
}

.more-text, .less-text {
  position: relative;
  right: 65px;
  float: right;
  font-size: 0.6rem;
  top: 7px;
}

@media (max-width: 768px) {
  .more-text, .less-text {
    display: none;
  }
}/*# sourceMappingURL=site.css.map */