/* 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. */
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montas';
  src: url("fonts/Montas-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h3 {
  font-family: 'Montas';
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.color-pink {
  color: #eb008b;
}

.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
-------------------------------------------------- */
body {
  font-family: 'Montserrat';
  font-size: 0.85rem;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
          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
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.bg-pink {
  background: #eb008b;
}

.bg-black {
  background: #020306;
}

.phexxi-logo {
  background: #020306;
}

.phexxi-logo img {
  max-width: 240px;
}

@media (max-width: 990px) {
  .phexxi-logo img {
    max-width: 90%;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}

.evofem-footer ul.footer-links {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.evofem-footer ul.footer-links li {
  margin-right: 10px;
  display: inline-block;
}

.evofem-footer ul.footer-links li a {
  text-decoration: underline !important;
  color: #eb008b !important;
}

.evofem-footer ul.footer-links li a:hover {
  text-decoration: none !important;
}

.evofem-footer .evfm-logo {
  max-width: 190px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .evofem-footer .evfm-logo {
    max-width: 100%;
  }
}

.img-britney {
  max-width: 180px;
}

.request-form {
  background-image: url(../images/patran.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 740px) {
  .request-form {
    padding-top: 50px;
  }
}

.request-form label {
  margin-bottom: 0 !important;
  margin-top: .5rem;
}

.request-form .xx-image {
  width: 200px;
  height: 211px;
  background-image: url(../images/xx.png);
  background-repeat: no-repeat;
  background-position: top;
  top: 10px;
  right: 0;
  position: absolute;
}

.required {
  color: #eb008b;
}

.custom-control-input {
  top: 10px;
  z-index: 1;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-label::before {
  border-color: #eb008b;
  width: 0.85rem;
  height: 0.85rem;
}

.custom-control-label::after {
  width: 0.85rem;
  height: 0.85rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #eb008b;
  background-color: #eb008b;
}

.btn-primary {
  border-color: #eb008b !important;
  background-color: #eb008b !important;
}

.btn-primary:hover {
  border-color: #c90378 !important;
  background-color: #c90378 !important;
}

.btn-dark {
  border-color: #231f20 !important;
  background-color: #231f20 !important;
}

.btn-dark:hover {
  border-color: #040304 !important;
  background-color: #040304 !important;
}

.form-control {
  border-radius: 0;
}

.btn {
  border-radius: 0;
}

.email-phone {
  font-size: 1.2rem;
  word-break: break-all;
}

@media (min-width: 768px) and (max-width: 915px) {
  .email-phone {
    font-size: 1rem;
  }
}

.thankyou-line {
  width: 500px;
  height: 3px;
  margin: 0 auto;
  background-color: #eb008b;
}

@media (max-width: 990px) {
  .thankyou-line {
    width: 90%;
  }
}

.thankyou-page {
  padding-top: 20%;
}

.thankyou-page h6 {
  font-weight: 600;
}

.share-btn {
  color: #eb008b;
  font-size: 1.3rem;
}

.h-30 {
  height: 30%;
  min-height: 220px;
}

@media (max-width: 760px) {
  .h-30 {
    height: 34%;
  }
}

.h-70 {
  height: 70%;
}

@media (max-width: 760px) {
  .h-70 {
    height: 66%;
  }
}

@media (max-width: 760px) {
  .mp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.img-circle {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
/*# sourceMappingURL=site.css.map */