@import '../fonts/font.css';
@import 'animate.css';
* {
  font-family: 'Source Sans Pro';
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  --scroll-behavior: smooth;
}
body {
  font-size: 10px;
  overflow-x: hidden;
}
#doctors-speciality .slide .description .arrow {
  outline: none;
  box-shadow: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro bold';
  margin: 0;
}
p a {
  text-decoration: none;
  font-family: 'Source Sans Pro bold';
}
p a:hover {
  color: black;
  text-decoration: none;
}
.modal-footer {
  border-radius: 0 !important;
}
.parallax-content {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
h1 {
  font-size: 4.8em;
}
h2 {
  font-size: 4em;
}
p {
  font-family: 'Source Sans Pro bold';
  font-size: 2em;
  margin: 0;
}
p ul {
  font-size: 2em;
  font-family: 'Source Sans Pro bold';
}
p i {
  font-family: 'Source Sans Pro bold italic';
}
p i span {
  font-family: 'Source Sans Pro bold italic';
}
p span {
  font-family: 'Source Sans Pro bold';
}
.img-shadow {
  width: 90%;
  height: 30px;
  margin: 0 auto;
}
.blue {
  color: #3467a3;
}
.green {
  color: #a4cc46;
}
.line-before {
  position: relative;
}
.line-before:before {
  content: '';
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  width: 25px;
  height: 5px;
}
.blue.line-before:before {
  background-color: #3467a3;
}
.green.line-before:before {
  background-color: #a4cc46;
}
.parallax-image,
.parallax-text {
  position: relative;
}

.header {
  height: 10px;
  background-color: #3467a3;
}
.nav-item .nav-link {
  font-family: 'Source Sans Pro semibold';
  font-size: 1.8em;
}
.nav-item .active.nav-link:after {
  width: 100%;
}
.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #3467a3;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.full-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  background-color: #2e6ab0;
  color: white;
  z-index: 1100;
}
.full-nav.show {
  height: 100vh;
}
.full-nav .nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  height: calc(100vh - 10px);
}
.full-nav ul {
  list-style-type: none;
  color: white;
  margin: auto 0;
}
.full-nav ul li .btn {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 60px;
  font-family: 'Source Sans Pro';
}
.full-nav .sub-list ul li a {
  color: white;
  font-size: 30px;
  font-family: 'Source Sans Pro';
  text-decoration: none;
  text-transform: capitalize;
  padding: 15px 0px;
}

.full-nav .sub-list ul li {
  padding: 10px 0px;
}
.full-nav .sub-list {
  display: none;
}
.full-nav .mainlinks li .btn:hover,
.full-nav .sub-list ul li a:hover {
  color: #4291ee;
}
.btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.full-nav .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.full-nav .close-btn img {
  width: 25px;
}
.full-nav .header {
  height: 10px;
  width: 100%;
  background-color: white;
}
.navbar-collapse {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.nav-item .nav-link:hover:after {
  width: 100%;
}
.home-links-card {
  color: white;
  position: relative;
}
.home-links-card .card-hover {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: relative;
  height: 800px;
}
.home-links-card .card-hover img {
  position: absolute;
  top: 0;
  left: 0;
}
.home-links-card:hover .card-hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.home-links-card:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-links-card img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.home-links-card .description h3 {
  font-size: 22px;
  font-family: 'Calibre Regular';
  margin: 0;
}
.home-links-card .description {
  position: absolute;
  width: 90%;
}
.home-links-card .description {
  position: relative;
}
.home-links-card .description .arrow {
  width: 35px;
  overflow: hidden;
  display: block;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.home-links-card .description .arrow img {
  width: 35px;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-links-card:hover .description .arrow img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.home-links-card .description.green {
  background-color: #a4cc46;
}
.home-links-card .description.blue {
  background-color: #2e6ab0;
}

.home-links-card .description.top {
  top: -80px;
  left: -50px !important;
}
.home-links-card .description.bottom {
  bottom: 50px;
  left: 50px !important;
}
.home-links-card .description.bottom2 {
  bottom: 50px;
  left: -50px !important;
}

footer {
  background-color: #282828;
  color: white;
  position: relative;
}
footer h6,
footer ul li a {
  font-family: 'Source Sans Pro bold';
  font-size: 16px;
}
footer p {
  font-size: 15px;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  color: #6a6464;
}
footer ul li {
  padding: 2px 0;
}
footer ul li a:hover {
  text-decoration: none;
  color: white;
}
footer .contact h1 {
  font-size: 30px;
}
footer .contact p {
  color: white;
  text-decoration: none;
}
.full-nav i.fas {
  color: #3467a3 !important;
}
footer i.fas,
footer i.fab,
.full-nav i.fas {
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border-radius: 50px;
  color: black;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 20px;
}
footer .social a:hover i.fab {
  background-color: transparent;
  color: white;
}
footer .social p {
  text-align: center;
  font-family: 'Source Sans Pro bold';
  margin-bottom: 10px;
}
footer .social a {
  text-decoration: none;
}
footer .social {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.scroll-up {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  top: 50%;
}
.scroll-up img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scroll-up a,
.scroll-down a {
  text-decoration: none;
  color: white;
  font-size: 1.4em;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  font-family: 'Source Sans Pro semibold';
}
#banner .carousel-back {
  width: 100%;
  height: calc(100vh - 230px);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
#vortocarousel {
  height: calc(100vh - 230px);
}

.carousel-arrows img {
  width: 50px;
}
.carousel-arrows {
  margin-top: 20px;
  margin-left: 300px;
}
.carousel-arrows .prev {
  margin-right: 10px;
}

.carousel-arrows .next {
  margin-left: 10px;
}
.carousel-arrows .prev,
.carousel-arrows .next {
  cursor: pointer;
}
#captioncarousel .slide .caption {
  height: calc(100vh - 215px);
  width: 100%;
  padding: 60px 40px 0 40px;
  background-color: #2e6ab0;
}
#captioncarousel {
  height: 100%;
  width: 48%;
  position: absolute;
  top: 80px;
  right: 0;
}
#captioncarousel .slide .caption h1 {
  padding-top: 50px;
  margin-bottom: 40px;
  position: relative;
  font-size: 4.8em;
}
#captioncarousel .slide.slick-active .caption h1,
#captioncarousel .slide.slick-active .caption p,
#captioncarousel .slide.slick-active .caption .btn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#captioncarousel .slide .caption h1,
#captioncarousel .slide .caption p,
#captioncarousel .slide .caption .btn {
  opacity: 0;
  -webkit-transform: translateX(62px);
  transform: translateX(62px);
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
#captioncarousel .caption a {
  font-family: 'Source Sans Pro semibold';
}
#captioncarousel .slide .caption h1 {
  -webkit-transition: opacity 1s ease-in-out 0ms,
    -webkit-transform 1s ease-in-out 0ms;
  transition: opacity 1s ease-in-out 0ms, -webkit-transform 1s ease-in-out 0ms;
  -webkit-transition: opacity 1s ease-in-out 0ms,
    -webkit-transform 1s ease-in-out 0ms;
  transition: transform 1s ease-in-out 0ms, opacity 1s ease-in-out 0ms;
  transition: transform 1s ease-in-out 0ms, opacity 1s ease-in-out 0ms,
    -webkit-transform 1s ease-in-out 0ms;
  transition: transform 1s ease-in-out 0ms, opacity 1s ease-in-out 0ms,
    -webkit-transform 1s ease-in-out 0ms;
  width: 500px;
}
#captioncarousel .slide .caption p {
  -webkit-transition: opacity 1.3s ease-in-out 0ms,
    -webkit-transform 1.3s ease-in-out 0ms;
  transition: opacity 1.3s ease-in-out 0ms,
    -webkit-transform 1.3s ease-in-out 0ms;
  -webkit-transition: opacity 1.3s ease-in-out 0ms,
    -webkit-transform 1.3s ease-in-out 0ms;
  transition: opacity 1.3s ease-in-out 0ms,
    -webkit-transform 1.3s ease-in-out 0ms;
  transition: transform 1.3s ease-in-out 0ms, opacity 1.3s ease-in-out 0ms;
  transition: transform 1.3s ease-in-out 0ms, opacity 1.3s ease-in-out 0ms,
    -webkit-transform 1.3s ease-in-out 0ms;
  transition: transform 1.3s ease-in-out 0ms, opacity 1.3s ease-in-out 0ms,
    -webkit-transform 1.3s ease-in-out 0ms;
  width: 500px;
  font-size: 2.2em;
}
#captioncarousel .slide .caption .btn {
  -webkit-transition: opacity 1.5s ease-in-out 0ms,
    -webkit-transform 1.5s ease-in-out 0ms;
  transition: opacity 1.5s ease-in-out 0ms,
    -webkit-transform 1.5s ease-in-out 0ms;
  -webkit-transition: opacity 1.5s ease-in-out 0ms,
    -webkit-transform 1.5s ease-in-out 0ms;
  transition: opacity 1.5s ease-in-out 0ms,
    -webkit-transform 1.5s ease-in-out 0ms;
  transition: transform 1.5s ease-in-out 0ms, opacity 1.5s ease-in-out 0ms;
  transition: transform 1.5s ease-in-out 0ms, opacity 1.5s ease-in-out 0ms,
    -webkit-transform 1.5s ease-in-out 0ms;
  transition: transform 1.5s ease-in-out 0ms, opacity 1.5s ease-in-out 0ms,
    -webkit-transform 1.5s ease-in-out 0ms;
}
#captioncarousel .slide .caption h1:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: white;
}
#captioncarousel .slide .caption p {
  margin-bottom: 80px;
}
.carousel-container {
  position: relative;
}
#captioncarousel .slide .animate-width {
  overflow: hidden;
  width: 0;
}

.scroll-down {
  font-family: 'Source Sans Pro';
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  bottom: 100px;
  color: white;
  z-index: 99;
}

.carousel-item {
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}

@-webkit-keyframes inc-width {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

@keyframes inc-width {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes dec-width {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes dec-width {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
#captioncarousel .slide .animate-width.current-caption {
  -webkit-animation: dec-width 1s forwards;
  animation: dec-width 1s forwards;
}
#captioncarousel .slide .animate-width.next-caption {
  -webkit-animation: inc-width 1s forwards;
  animation: inc-width 1s forwards;
}
.slick-slide.slick-active {
  opacity: 1 !important;
}
#captioncarousel .slide.slick-slide {
  opacity: 1 !important;
}
#captioncarousel .slide .animate-width.width-500 {
  width: 100%;
}
.animate-height {
  height: 100vh;
  width: 100vw;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-animation: decheight 1.5s forwards;
  animation: decheight 1.5s forwards;
}
@-webkit-keyframes decheight {
  from {
    height: 100vh;
  }
  to {
    height: 0;
  }
}
@keyframes decheight {
  from {
    height: 100vh;
  }
  to {
    height: 0;
  }
}
.carouselmain {
  width: calc(100% + 60px);
  position: absolute;
  top: 0;
  right: 0;
  left: -60px;
}
.navbar-toggler {
  border: none;
  outline: none !important;
}
.copy2 {
  display: none;
  font-family: 'Source Sans Pro' !important;
  font-size: 15px;
}
.bg-blue {
  background-color: #3467a3;
}
#doctors-speciality h5 {
  font-size: 4em;
  color: #464545;
  position: relative;
}
#doctors-speciality .line-before {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.pageheader .content {
  padding: 0 100px;
  color: white;
}
.pageheader .content h1 {
  font-size: 4.8em;
  position: relative;
}
.pageheader.in-view .content .title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.pageheader.in-view .content .text {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.pageheader.in-view img {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.pageheader .content h1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 5px;
  background-color: white;
}
.pageheader .content p {
  font-family: 'Source Sans Pro bold';
  font-size: 2.2em;
}
#restoring-sex-life .parallax-container {
  position: relative;
  height: 600px;
}
#restoring-sex-life h5 {
  font-size: 4em;
  font-style: italic;
  color: #a4cc46;
}
#restoring-sex-life .para {
  -webkit-transition: all 1s;
  transition: all 1s;
}
#doctors-speciality .description h3 {
  font-size: 2.2em;
  color: white;
  margin: 0;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
#doctors-speciality .slide {
  position: relative;
  padding-bottom: 50px;
}
#doctors-speciality .slide .description {
  position: absolute;
  width: 90%;
  bottom: 50px;
  -webkit-transition: all 1s;
  transition: all 1s;

  left: 5% !important;
  padding: 30px 15px;
}
#doctors-speciality .slide {
  outline: none;
  padding-left: 40px;
}
#doctors-speciality .description.green {
  background-color: #a4cc46;
}
#doctors-speciality .description.blue {
  background-color: #2e6ab0;
}
#doctors-speciality .carousel-arrows {
  display: table;
  margin: 0 auto;
  padding: 20px 0px;
}
#doctors-speciality .slide .description .arrow {
  width: 35px;
  overflow: hidden;
  display: block;
  -webkit-transform-origin: right;
  transform-origin: right;
}
#doctors-speciality .slide .description .arrow img {
  width: 35px;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#doctors-speciality .slide .description:hover .arrow img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.your-consult p {
  position: relative;
  font-family: 'Source Sans Pro black';
  margin: 0;
}
.your-consult .test .modal .close-btn {
  padding-top: 0;
  padding-right: 0;
  font-size: 0;
  padding-bottom: 1rem;
  line-height: 0;
}
.your-consult .test {
  height: 100%;
  color: white;
  position: relative;
}
.your-consult .test .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.your-consult .test h6 {
  font-size: 2.5em;
}
.your-consult .test p {
  font-family: 'Source Sans Pro';
  font-size: 1.9em;
}
.your-consult .test .modal-footer {
  border: 0;
}
.your-consult .test .modal-content {
  border-radius: 0;
  border: 0;
}
.your-consult .test .btn {
  font-size: 1.9em;
  font-family: 'Source Sans Pro semibold';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.your-consult .test .modal-footer p {
  margin: 0 auto;
  font-size: 2.5em;
  font-family: 'Source Sans Pro bold';
}
.bg-green {
  background-color: #a4cc46;
}
.your-consult .image-parallax div {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.your-consult .image-parallax,
.your-consult .parallax-text {
  position: relative;
  height: 800px;
}
.your-consult .parallax-text div {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  top: 0;
}

.common-pe h2 {
  font-family: 'Source Sans Pro black';
  position: relative;
}
.why-pe p.italic {
  color: #a4cc46;
  font-style: italic;
}

.why-pe .outer-text {
  color: white;
}
.outer-text div {
  font-family: 'Source Sans Pro bold';
  color: white;
}
.outer-text div ul {
  font-size: 2em;
}
.outer-text ul li,
.pageheader ul li {
  font-family: 'Source Sans Pro bold';
}
.pageheader ul li {
  font-size: 2.2em;
}
.rellax,
.rellax2 {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.why-pe .outer-text .animation-element ul li {
  font-size: 1em;
}
.why-pe .outer-text {
  position: absolute;
  left: -10%;
}
.why-pe .parallax-image,
.why-pe .parallax-text {
  height: 750px;
  position: relative;
}
.common-pe div.italic p {
  color: #3467a3;
  font-family: 'Source Sans Pro black';
  font-style: italic;
}
.ages {
  background-color: #f7f7f7;
}
.ages .circle {
  background-color: #3467a3;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ages .circle h2 {
  font-size: 3.5em !important;
  color: white;
  margin: 0;
  text-align: center;
}
.ages .inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.ages .inner .arc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
  transform: translate(-50%, -50%) rotate(-25deg);
}
.ages .inner .percentage {
  position: absolute;
  top: 0%;
  right: -23%;
}
.ages .arc #shape {
  cx: 150px;
  cy: 150px;
  r: 125px;
  stroke-width: 4px;
  fill: none;
  stroke-dasharray: 1720;
  stroke-dashoffset: 2000;
}
.inner .percentage h1 {
  color: #3467a3;
  font-size: 3.5em;
  margin: 0;
}
.ages .inner .arc svg {
  width: 300px;
  height: 300px;
  background: transparent;
}
.ages .inner .circle-sm1,
.ages .inner .circle-sm2 {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #3467a3;
  border-radius: 50%;
}
.ages .inner .circle-sm1 {
  top: 0%;
  right: 14%;
}
.ages .inner .circle-sm2 {
  top: 21%;
  right: -4%;
}
.ages .in-view .inner svg #shape {
  stroke: #3467a3;
  -webkit-animation-name: animateArc;
  animation-name: animateArc;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes animateArc {
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes animateArc {
  to {
    stroke-dashoffset: 1000;
  }
}
.ages .in-view .inner .circle {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.ages .in-view .inner .circle-sm2,
.ages .in-view .inner .circle-sm1 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.ages .in-view .inner .percentage {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.ages h2 {
  color: #3467a3;
  font-size: 3.8em;
  text-align: center;
}
.pe-causes .italic p {
  font-style: italic;
  color: #464545;
}
.pe-causes .line-before.green p {
  color: black;
}
.pe-causes .italic p span {
  font-family: 'Source Sans Pro black italic';
}
.pe-causes a.btn {
  border-color: #a4cc46;
  font-size: 2em;
  font-family: 'Source Sans Pro bold';
}
.pe-causes a.btn:hover {
  background-color: #a4cc46;
  color: white;
}
.pe-causes span.last {
  font-family: 'Source Sans Pro bold';
  margin: 0;
}
.pe-causes .parallax-image {
  position: relative;
}
.pe-causes p {
  margin: 0;
}
.pe-causes .parallax-image,
.pe-causes .parallax-text {
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.pe-causes .parallax-image,
.pe-causes .parallax-text {
  height: 900px;
}
.pageheader ul {
  padding: 0;
  margin: 0;
}
.outer-text ul li {
  list-style-type: none;
  position: relative;
  padding-left: 70px;
  margin: 20px 0px;
}
.pageheader ul li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
  margin: 5px 0px;
}
.pageheader ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/premature-ejaculation/arrow.png') no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.treat-pe .parallax-text,
.treat-pe .parallax-image {
  height: 800px;
}
.outer-text ul {
  padding: 0;
}
.outer-text ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/premature-ejaculation/arrow.png') no-repeat center;
  background-size: contain;
  width: 50px;
  height: 30px;
}
.treat-pe .blue,
.diagnosing .green {
  position: relative;
}
.treat-pe .content {
  position: relative;
  height: 100%;
}
.treat-pe {
  margin-bottom: 100px;
}
.outer-text {
  width: 110%;
}
.treat-pe .parallax-text .parallax-content {
  z-index: 99;
}
.outer-text .in-view {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.diagnosing .parallax-image,
.diagnosing .parallax-text {
  height: 1000px;
}
.treatment .parallax-text {
  height: 1200px;
}
.treatment .semi p {
  font-family: 'Source Sans Pro semibold';
  color: white;
}
.treatment .line-before h2 {
  color: black;
}
.custom-checkbox {
  display: table;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Source Sans Pro semibold';
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid white;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.error {
  font-size: 2em;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.error .fas {
  margin-right: 10px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 0;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#candidate-pe-test .test-container {
  height: 100%;
  overflow: hidden;
}
.treat-pe {
  margin: 0;
}
#candidate-pe-test .test-container form .tab {
  display: none;
}

#candidate-pe-test .test-container p {
  font-size: 3em;
  line-height: 1.3;
}
#candidate-pe-test .test-container .questions-number p span {
  font-family: 'Source Sans Pro bold';
}
#candidate-pe-test .test-container .questions-number p {
  font-size: 2em;
  margin: 10px 0px;
}
#candidate-pe-test .test-container .next-question.btn {
  border: 1px solid white;
  border-radius: 0;
  width: 150px;
  height: 40px;
  font-size: 0;
}
#candidate-pe-test .test-container .next-question.btn:hover {
  background-color: white;
}
#candidate-pe-test .test-container .next-question.submit.btn {
  font-size: 1.6em;
  color: white;
  font-family: 'Source Sans Pro';
}
#candidate-pe-test .test-container .next-question.submit.btn:hover {
  color: #a4cc46;
}
#whatED .italic p {
  font-size: 4em;
  font-family: 'Source Sans Pro bold';
  font-style: italic;
}
#whatED .parallax-text {
  height: 900px;
}
#haveED .parallax-text {
  height: 850px;
}
#haveED.second .parallax-text {
  height: 1100px;
}
#common-ed .parallax-text {
  height: 800px;
}
.custom-ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-ul ul li {
  margin: 10px 0px;
  padding-left: 35px;
  font-size: 2em;
  font-family: 'Source Sans Pro bold';
  position: relative;
}
.custom-ul ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 4px;
}
.gr.custom-ul ul li:before {
  background-color: #a4cc46;
}
.bl.custom-ul ul li:before {
  background-color: #2e6ab0;
}
#common-ed .btn {
  border-color: #2e6ab0;
  font-size: 2em;
  font-family: 'Source Sans Pro bold';
}
#common-ed .btn:hover {
  background-color: #2e6ab0;
  color: white;
}
.img-shadow2 {
  width: 100%;
  height: 90%;
}
.collapse-container .btn {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
}
.collapse-container ul li {
  font-size: 2em;
  font-family: 'Source Sans Pro bold';
  list-style-type: none;
  position: relative;
  padding-left: 70px;
  margin: 20px 0px;
}
.collapse-container ul {
  padding: 0;
}
.collapse-container ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/premature-ejaculation/green-arrow.png') no-repeat
    center;
  background-size: contain;
  width: 50px;
  height: 30px;
}
#what-is-low-sex-2 .parallax-text {
  height: 700px;
}
.questions-number p {
  margin-bottom: 10px;
}
.answer {
  display: none;
}
.answer p {
  font-size: 2em !important;
}
.answer ul li {
  font-size: 2em;
  font-family: 'Source Sans Pro bold';
}

#candidate-pe-test.in-view .test-container {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#candidate-pe-test.in-view img {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
