.viti-mobile-block {
  display: none;
}
.viti-blue-bold-text {
  font-family: 'poppins-semibold';
  color: #2C2851;
}
.viti-blue-text {
  color: #2C2851;
}
.viti-white-font {
  color: #fff;
}
.viti-pop-bold-text {
  font-family: 'poppins-bold';
  color: #2C2851;
}





.cream-img-wrapper {
  width: 100%;
  position: relative;
}
.cream-img-wrapper .cream-img img {
  position: absolute;
  right: 0;
  width: 275px;
  z-index: 1;
}

@media(max-width: 991px) {
  .cream-img-wrapper .cream-img img {
    width: 200px;
  }
}


/* Home Banner section styles */
#viti-home-banner-section {
  position: relative;
  margin-top: -10px;
}
#viti-home-banner-section .banner-img img {
  width: 100%;
}
#viti-home-banner-section .banner-heading-wrap .img-wrap.v-m-banner-droplet {
  display: none;
}
#viti-home-banner-section .banner-heading-wrap .img-wrap {
  position: absolute;
  top: 7%;
}
#viti-home-banner-section .banner-heading-wrap .img-wrap img {
  margin-left: -78px;
}
#viti-home-banner-section .banner-heading-wrap .heading-text {
  position: absolute;
  top: 7%;
  padding-top: 60px;
}
#viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text {
  font-family: 'poppins-regular';
  font-size: 18px;
  color: #fff;
  background-color: #1D8190;
  padding: 0 6px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
@media(min-width: 991px) {
  #viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text {
    display: inline-block;
  }
}
#viti-home-banner-section .banner-heading-wrap .heading-text .its-here-text {
	font-family: 'gobold-bold';
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin: 18px 0 10px 0;
}
#viti-home-banner-section .banner-heading-wrap .heading-text .main-heading {
	font-family: 'gobold-bold';
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 60px;
}
#viti-home-banner-section .banner-heading-wrap .heading-text .main-heading br.m-br {
	display: none;
}
#viti-home-banner-section .banner-heading-wrap .heading-text .main-heading br.d-br {
	margin-bottom: 10px;
}
#viti-home-banner-section .banner-heading-wrap .heading-text .main-heading span {
	font-family: 'gobold-hollow-bold';
}
#viti-home-banner-section .banner-droplet-wrapper {
  width: 100%;
  position: relative;
}
#viti-home-banner-section .banner-droplet-wrapper .banner-droplet-wrap {
	position: absolute;
	bottom: 0px;
  right: 0px;
}
#viti-home-banner-section .banner-droplet-wrapper .banner-droplet-wrap img {
  width: 90px;
  margin-bottom: -25px;
}
#viti-home-banner-section .banner-blue-bg {
  height: 40px;
  background-color: #2C2851;
}
@media(max-width: 991px) {
  .viti-desktop-block {
		display: none;
	}
  .viti-mobile-block {
    display: block;
  }
}
@media(max-width: 575px) {
  #viti-home-banner-section .banner-blue-bg {
    height: 20px;
  }
	#viti-home-banner-section .banner-droplet-wrap {
		bottom: -24px;
	}
  #viti-home-banner-section .banner-heading-wrap .img-wrap.v-d-banner-droplet {
    display: none;
  }
  #viti-home-banner-section .banner-heading-wrap .img-wrap.v-m-banner-droplet {
    display: block;
    padding-top: 20px;
  }
  #viti-home-banner-section .banner-heading-wrap .img-wrap.v-m-banner-droplet img {
    margin-left: -8px;
  }
	#viti-home-banner-section .banner-heading-wrap .heading-text {
    padding-top: 10px;
    padding-left: 20px;
  }
	#viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text {
		font-size: 12px;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	#viti-home-banner-section .banner-heading-wrap .heading-text .its-here-text {
		font-size: 20px;
		margin: 12px 0 5px 0;
	}
	#viti-home-banner-section .banner-heading-wrap .heading-text .main-heading {
		font-size: 26px;
		line-height: 34px;
	}
  #viti-home-banner-section .banner-droplet-wrapper .banner-droplet-wrap img {
    width: 55px;
    margin-bottom: -10px;
  }
}
@media (min-width:576px) and (max-width:991px) {
	#viti-home-banner-section .banner-droplet-wrapper .banner-droplet-wrap img {
		width: 80px;
		margin-bottom: -15px;
	}
  #viti-home-banner-section .banner-blue-bg {
    height: 30px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
	#viti-home-banner-section .banner-heading-wrap .img-wrap {
		top: 14%;
	}
	#viti-home-banner-section .banner-heading-wrap .heading-text {
		top: 10%;
	}
	#viti-home-banner-section .banner-heading-wrap .img-wrap img {
		margin-left: -60px;
		width: 120px;
	}
	#viti-home-banner-section .banner-heading-wrap .heading-text .main-heading {
		font-size: 32px;
		line-height: 40px
	}
	#viti-home-banner-section .banner-heading-wrap .heading-text .its-here-text {
		margin: 12px 0 15px 0;
	}
}

/* Inner Page Banner Styles */
#viti-inner-banner .banner-wrapper img {
  width: 100%;
}
#viti-inner-banner {
  position: relative;
}
#viti-inner-banner .droplet-wrapper,
#viti-inner-banner .text-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
#viti-inner-banner .droplet-wrapper img {
  margin-left: -50%
}
#viti-inner-banner .text-wrapper h1 {
  font-size: 55px;
  font-family: 'gobold-bold';
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0 0 0;
}
#viti-inner-banner .banner-droplet-wrapper {
  width: 100%;
  position: relative;
}
#viti-inner-banner .banner-droplet-wrapper .banner-droplet-wrap {
	position: absolute;
	bottom: 0px;
  right: 0px;
}
#viti-inner-banner .banner-droplet-wrapper .banner-droplet-wrap img {
  width: 90px;
  margin-bottom: -25px;
  z-index: 1;
  position: relative;
  left: -100px;
}
@media(max-width: 991px) {
  #viti-inner-banner .banner-droplet-wrapper .banner-droplet-wrap img {
    left: 0px;
  }
}
@media(max-width: 575px) {
  #viti-inner-banner .text-wrapper h1 {
    font-size: 26px;
    margin-left: 8px
  }
  #viti-inner-banner .droplet-wrapper {
    top: 44%;
  }
  #viti-inner-banner .droplet-wrapper img {
    margin-left: -10px;
    width: 112px;
  }
  #viti-inner-banner .banner-droplet-wrapper .banner-droplet-wrap img {
    width: 55px;
    margin-bottom: -16px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #viti-inner-banner .text-wrapper h1 {
    font-size: 44px;
  }
  #viti-inner-banner .droplet-wrapper img {
    margin-left: -30%;
    width: 85%;
  }
}

/* Split Image Banner Section Styles */
#split-image-banner-section {
  position: relative;
}
#split-image-banner-section .img-wrapper img {
  width: 100%;
}
#split-image-banner-section .text-wrapper-sec {
  position: absolute;
  top: 10%;
  left: 50%;
}
#split-image-banner-section .text-wrapper-sec h2 {
  font-family: 'gobold-bold';
  font-size: 40px;
  text-transform: uppercase;
  color: #2CA4B2;
}
#split-image-banner-section .text-wrapper-sec p {
  color: #fff;
}
#split-image-banner-section.viti-safety h2 {
  margin: 10px 0px;
}
#split-image-banner-section.viti-safety .text-wrapper-sec .text-wrapper {
  display: inline-block;
}
#split-image-banner-section.viti-safety .text-wrapper-sec .text-wrapper img {
  width: 48px;
}
#split-image-banner-section.viti-how-to-use .text-wrapper-sec {
  top: 18%;
}



@media(max-width: 991px) {
  #split-image-banner-section .banner-text {
    background-color: #2C2851;
  }
  #split-image-banner-section .text-wrapper-sec {
    position: unset;
    padding: 40px 0;
  }
  #split-image-banner-section .text-wrapper-sec br {
    display: none;
  }
  #split-image-banner-section.viti-safety .img-wrapper.img-1.viti-mobile-block {
    background: #E9F5F7;
  }
  #split-image-banner-section.viti-safety .img-wrapper.img-2.viti-mobile-block {
    background: #2C2851;
  }
  #split-image-banner-section .text-wrapper-sec h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  #split-image-banner-section .text-wrapper-sec p {
    font-size: 18px !important;
  }
  #split-image-banner-section.viti-safety .text-wrapper-sec {
    text-align: center;
  }
  #split-image-banner-section.viti-safety .text-wrapper-sec .text-wrapper .text-left {
    text-align: left !important;
  }
  #split-image-banner-section.viti-safety .text-wrapper-sec br {
    display: block !important;
  }
  #split-image-banner-section.viti-safety .text-wrapper-sec .text-wrapper h2 {
    font-size: 42px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec {
    top: 10%;
  }
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec h2 br {
    display: none;
  }
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec h2 {
    font-size: 30px;
    width: 80%;
    margin-bottom: 16px;
  }
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec p {
    width: 80%;
  }
  #split-image-banner-section.viti-safety .text-wrapper-sec {
    left: 48%;
    top: unset;
    bottom: 21%;
  }
  #split-image-banner-section.viti-safety .text-wrapper-sec h2 {
    font-size: 32px;
  }
  #split-image-banner-section.viti-safety h2 br {
    display: none;
  }
  #split-image-banner-section.viti-how-to-use .text-wrapper-sec {
    top: 10%;
  }
  #split-image-banner-section.viti-how-to-use .text-wrapper-sec h2 {
    font-size: 36px;
    margin-bottom: 22px;
  }
  #split-image-banner-section.viti-how-to-use .text-wrapper-sec p {
    width: 65%;
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec p {
    width: 75%;
    font-size: 16px;
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec h2 br,
  #split-image-banner-section.viti-resources .text-wrapper-sec h2 br {
    display: none;
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec,
  #split-image-banner-section.viti-resources .text-wrapper-sec {
    left: 48%;
  }
  #split-image-banner-section.viti-resources .text-wrapper-sec h2 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #split-image-banner-section.viti-resources .text-wrapper-sec p {
    font-size: 16px;
    width: 82%;
  }
}
@media(min-width: 1200px) {
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec p {
    width: 55%;
    margin-bottom: 40px;
  }
  #split-image-banner-section.viti-safety .text-wrapper-sec {
    top: unset;
    bottom: 23%;
    left: 50%;
  }
  #split-image-banner-section.viti-safety h2 br {
    display: none;
  }
  #split-image-banner-section.viti-how-to-use .text-wrapper-sec p {
    width: 54%;
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec p {
    width: 55%
  }

  #split-image-banner-section.viti-resources .text-wrapper-sec p {
    width: 55%
  }
  #split-image-banner-section.viti-resources .text-wrapper-sec {
    top: 15%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec p {
    font-size: 16px;
  }
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec h2,
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec h2,
  #split-image-banner-section.viti-resources .text-wrapper-sec h2 {
    margin-bottom: 20px;
  }
  #split-image-banner-section.viti-how-to-use .text-wrapper-sec {
    top: 13%;
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec {
    top: 8%;
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec p {
    font-size: 16px;
    width: 70%
  }
  #split-image-banner-section.viti-resources .text-wrapper-sec p {
    width: 65%;
    font-size: 16px;
  }
  #split-image-banner-section.viti-resources .text-wrapper-sec {
    top: 12%;
  }

  #viti-how-to-use-caring-callout .caring-callout-wrapper {
    width: 33%;
  }

  #split-image-banner-section.viti-safety .text-wrapper-sec {
    left: 48%;
  }
}

/* Home Callout Section Styles */
#viti-home-callout-sec {
  padding: 80px 0;
}
#viti-home-callout-sec .img-wrapper {
  margin-bottom: 20px;
}
#viti-home-callout-sec .img-wrapper img {
  width: 220px;
}
#viti-home-callout-sec .text-wrapper p {
  height: 115px;
}

#viti-home-callout-sec p.opz-skin-text {
  margin-top: 30px;
}
@media(max-width: 991px) {
  #viti-home-callout-sec .text-wrapper p {
    height: unset !important;
  }
  #viti-home-callout-sec {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #viti-home-callout-sec .img-wrapper {
    margin-top: 60px;
  }
}
@media(max-width: 575px) {

}
@media (min-width:992px) and (max-width:1199px) {
  #viti-home-callout-sec .text-wrapper p {
    height: 140px;
  }
  
}
/* Home Page Copay Savings Styles */
#viti-home-copay-savings-sec {
  padding: 60px 0 10px 0;
}
#viti-home-copay-savings-sec h2 {
  margin-bottom: 8px;
  color: #2C2851;
  font-size: 28px;
  font-family: 'gobold-bold';
  text-transform: uppercase;
}
#viti-home-copay-savings-sec h3 {
  color: #2C2851;
  font-family: 'poppins-semibold';
  font-size: 16px;
  text-transform: uppercase;
  line-height: 23px;
}
#viti-home-copay-savings-sec p.qualify-text {
  font-size: 14px;
  line-height: 20px !important;
}
#viti-home-copay-savings-sec p.eligible-text {
  font-size: 12px;
  line-height: 17px !important;
  margin-top: 20px;
}

@media (max-width: 991px) {
  #viti-home-copay-savings-sec {
    padding-bottom: 30px;
  }
  #viti-home-copay-savings-sec h3 br {
    display: none;
  }
  #viti-home-copay-savings-sec .img-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media(min-width: 1200px) {
  #viti-home-copay-savings-sec p.qualify-text,
  #viti-home-copay-savings-sec p.eligible-text {
    width: 80%;
  }
  #viti-home-copay-savings-sec .img-wrapper.copay-card img {
    position: relative;
    right: -20px;
    top: -30px;
  }
}
/* Inner Page Bg Sec2 Styles */
#viti-bg-img-sec2 {
  background-image: url('../images/vitiligo-images/home-2nd-sec-bg-d.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.type-vitiligo.discussing-opzelura #viti-bg-img-sec2 {
  background-image: url('../images/vitiligo-images/discussing-opz-2nd-sec-bg-d.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.type-vitiligo.how-to-use #viti-bg-img-sec2 {
  background-image: url('../images/vitiligo-images/bg-2nd-sec-d.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
body.type-vitiligo.staying-on-track #viti-bg-img-sec2 {
  background-image: url('../images/vitiligo-images/staying-on-track-2nd-sec-bg-d.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#viti-bg-img-sec2 .sec2-text-wrapper {
  display: flex;
  padding: 60px 0 25px 0;
}
#viti-bg-img-sec2 .sec2-text-wrapper .left-sec {
  width: 45%
}
#viti-bg-img-sec2 .sec2-text-wrapper .right-sec {
  width: 55%;
}
#viti-bg-img-sec2 .sec2-text-wrapper h2,
#viti-bg-img-sec2.home-bg-sec2 .sec2-text-wrapper h1 {
  font-family: 'gobold-bold';
  font-size: 44px;
  color: #1D8190;
  text-transform: uppercase;
  line-height: 56px;
}
#viti-bg-img-sec2 .sec2-text-wrapper .blue-bg-text {
  color: #fff;
  font-family: 'poppins-regular';
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
#viti-bg-img-sec2 .sec2-text-wrapper .blue-bg-text span {
  background: #2C2851;
  padding: 3px 14px 3px 8px;
}
#viti-bg-img-sec2 .sec2-text-wrapper .blue-bg-text span.white-bold-text {
  font-family: 'poppins-semibold';
}
#viti-bg-img-sec2 .sec2-text-wrapper .blue-bg-text span.white-bold-text {
  padding-left: 0px;
}
#viti-bg-img-sec2 .stroke-img-wrapper img {
  margin-top: 6px;
}
#viti-bg-img-sec2.inner-page {
  padding-bottom: 60px;
}
#viti-bg-img-sec2.inner-page h2 {
  font-size: 48px;
}

body.type-vitiligo.how-to-use #viti-bg-img-sec2 .sec2-text-wrapper {
  padding-bottom: 0px;
}
@media(max-width: 991px) {
	#viti-bg-img-sec2 .sec2-text-wrapper {
		flex-direction: column;
		padding: 30px 0;
	}
	#viti-bg-img-sec2 .sec2-text-wrapper .left-sec,
	#viti-bg-img-sec2 .sec2-text-wrapper .right-sec {
		width: 100%;
	}
	#viti-bg-img-sec2 .sec2-text-wrapper h2,
  #viti-bg-img-sec2.home-bg-sec2 .sec2-text-wrapper h1 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 14px;
	}
	#viti-bg-img-sec2 .sec2-text-wrapper h2 br,
  #viti-bg-img-sec2.home-bg-sec2 .sec2-text-wrapper h1 br {
		display: none !important;
	}
  #viti-bg-img-sec2 .stroke-img-wrapper img {
    margin-top: 18px;
  }
  body.type-vitiligo.discussing-opzelura #viti-bg-img-sec2.inner-page {
    padding-bottom: 10px;
  }
  body.type-vitiligo.discussing-opzelura #viti-bg-img-sec2 .stroke-img-wrapper img {
    margin-top: 20px;
  }
}
@media(max-width: 575px) {
	#viti-bg-img-sec2 .bg-block {
	  background-image: url('../images/vitiligo-images/home-2nd-sec-bg-m.jpg');
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover;
	}
  body.type-vitiligo.discussing-opzelura #viti-bg-img-sec2 {
    background-image: url('../images/vitiligo-images/discussing-opz-2nd-sec-bg-m.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  body.type-vitiligo.how-to-use #viti-bg-img-sec2 {
    background-image: url('../images/vitiligo-images/bg-2nd-sec-m.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #viti-bg-img-sec2 .sec2-text-wrapper .blue-bg-text {
    font-size: 12px;
    line-height: 20px;
  }
  #viti-bg-img-sec2.home-bg-sec2 .sec2-text-wrapper {
    padding: 20px 0 40px 0;
  }
  #viti-bg-img-sec2.home-bg-sec2 .stroke-img-wrapper img {
    margin-top: 0px;
  }
}

@media (min-width:992px) {
  body.type-vitiligo.discussing-opzelura #viti-bg-img-sec2 .sec2-text-wrapper {
    padding-top: 70px;
  }
  body.type-vitiligo.discussing-opzelura #viti-bg-img-sec2 .cta-wrapper {
    margin-top: 50px;
  }
  body.type-vitiligo.staying-on-track #viti-bg-img-sec2 .stroke-img-wrapper.viti-desktop-block {
    margin-top: 40px;
  }
}

/* Bottom Callout Section Styles */
#viti-bottom-callout {
  padding: 80px 0;
}
#viti-bottom-callout .img-wrapper {
  margin-bottom: 20px;
}
/* #viti-bottom-callout img {
  width: 155px;
} */
#viti-bottom-callout h4 {
  font-family: 'poppins-semibold';
  font-size: 20px;
  color: #2C2851;
  text-transform: uppercase;
  margin-bottom: 16px;
}

body.type-vitiligo.registration-confirmation #viti-bottom-callout,
body.type-vitiligo.opt-in-confirmation #viti-bottom-callout {
  padding-top: 40px;
}

@media(max-width: 991px) {
  #viti-bottom-callout {
    padding-bottom: 0px;
    padding-top: 60px;
  }
  #viti-bottom-callout h4 br,
  #viti-bottom-callout p br {
    display: none;
  }
  #viti-bottom-callout h4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #viti-bottom-callout p {
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  #viti-bottom-callout .cta-wrap {
    margin-bottom: 60px;
  }

  body.type-vitiligo.registration-confirmation #viti-bottom-callout,
  body.type-vitiligo.opt-in-confirmation #viti-bottom-callout {
    padding-top: 30px;
  }
}
@media(max-width: 575px) {
  #viti-bottom-callout h4 {
    width: 88% !important;
  }
  #viti-bottom-callout p {
    width: 90% !important;
  }
  
}
@media (min-width:992px) and (max-width:1199px) {
  #viti-bottom-callout h4 br,
  #viti-bottom-callout p br {
    display: none;
  }
  #viti-bottom-callout h4 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #viti-bottom-callout p {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  body.type-vitiligo.what-is-opzelura #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.clinical-trial-results #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.safety-side-effects #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.how-to-use #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.staying-on-track #viti-bottom-callout .text-wrapper {
    height: 256px;
  }
  body.type-vitiligo.discussing-opzelura #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.what-is-vitiligo #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.resources #viti-bottom-callout .text-wrapper {
    height: 170px;
  }
  body.type-vitiligo.copay-savings-program #viti-bottom-callout .text-wrapper {
    height: 200px;
  }
  body.type-vitiligo.registration-confirmation #viti-bottom-callout .text-wrapper {
    height: 150px;
  }
  body.type-vitiligo.opt-in-confirmation #viti-bottom-callout .text-wrapper {
    height: 256px;
  }
}
@media(min-width: 1200px) {
  body.type-vitiligo.what-is-opzelura #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.clinical-trial-results #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.safety-side-effects #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.how-to-use #viti-bottom-callout .text-wrapper,
  body.type-vitiligo.staying-on-track #viti-bottom-callout .text-wrapper {
    height: 226px;
  }
  body.type-vitiligo.what-is-vitiligo #viti-bottom-callout h4 br {
    display: none;
  }
  body.type-vitiligo.copay-savings-program #viti-bottom-callout .text-wrapper {
    height: 175px;
  }
  body.type-vitiligo.registration-confirmation #viti-bottom-callout .text-wrapper {
    height: 150px;
  }
  body.type-vitiligo.opt-in-confirmation #viti-bottom-callout .text-wrapper {
    height: 226px;
  }
}


/* Icon Text Section Section Styles */
#viti-icon-text-section {
  padding: 20px 0 80px 0;
}
#viti-icon-text-section .icon-text-wrapper {
  display: flex;
  background: #E9F5F7;
  padding: 50px 60px;
  margin: 0 auto;
}
#viti-icon-text-section .icon-text-wrapper h5 {
  font-family: 'poppins-semibold';
  font-size: 18px;
  color: #2C2851;
  text-transform: uppercase;
}
#viti-icon-text-section .icon-text-wrapper h3 {
  font-family: 'gobold-bold';
  font-size: 28px;
  color: #2C2851;
  text-transform: uppercase;
}
#viti-icon-text-section .icon-text-wrapper .icon-wrap {
  margin-right: 40px;
}
#viti-icon-text-section .icon-text-wrapper .text-wrapper {
  margin-right: 40px;
}

#viti-icon-text-section.viti-safety {
  padding: 80px 0 130px 0;
}
#viti-icon-text-section.viti-how-to-use p {
  margin: 26px 0 0 0;
}
#viti-icon-text-section.viti-csp-page {
  padding: 0 0 20px 0;
}
@media(max-width: 991px) {
  #viti-icon-text-section {
    padding: 0px;
    background: #E9F5F7;
  }
  #viti-icon-text-section .icon-text-wrapper {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }
  #viti-icon-text-section .cta-wrap.align-self-center {
    align-self: unset !important;
  }
  #viti-icon-text-section .icon-text-wrapper .icon-wrap {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  #viti-icon-text-section .icon-text-wrapper .text-wrapper {
    margin-right: 0px;
  }
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section .icon-text-wrapper {
    padding-bottom: 80px;
  }
  #viti-icon-text-section .icon-text-wrapper .text-wrapper p {
    font-size: 18px !important;
  }
  #viti-icon-text-section.viti-how-to-use .img-wrapper.img-1.viti-mobile-block img {
    width: 100%;
  }
  #viti-icon-text-section.viti-csp-page {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
  #viti-icon-text-section.viti-safety {
    padding: 0px;
  }
}
@media(min-width: 991px) {
  #viti-icon-text-section .icon-text-wrapper {
    position: relative;
  }
  #viti-icon-text-section .icon-text-wrapper .cta-wrap {
    position: absolute;
    right: 60px;
  }
  #viti-icon-text-section.viti-safety .icon-text-wrapper p {
    width: 70%;
  }
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section .icon-text-wrapper {
    width: 80%;
  }
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section .icon-text-wrapper p {
    width: 56%;
    margin-bottom: 0px;
  }

}
@media(min-width: 1200px) {
  #viti-icon-text-section.viti-safety .cream-img-wrapper .cream-img img {
    margin-right: -40px;
  }
  #viti-icon-text-section.viti-safety .icon-text-wrapper {
    width: 81%;
  }
  #viti-icon-text-section.viti-safety .icon-text-wrapper p {
    padding-right: 20px;
  }
}

/* Inner Page Section 2 styles */
#viti-inner-page-sec-2 {
  padding: 50px 0;
}
#viti-inner-page-sec-2 h2 {
  font-family: 'gobold-bold';
  font-size: 40px;
  color: #1D8190;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.type-vitiligo.safety-side-effects #viti-inner-page-sec-2 h3 {
  font-family: 'gobold-bold';
  text-transform: uppercase;
  color: #2C2851;
  margin-bottom: 26px;
  margin-top: 50px;
}
body.type-vitiligo.what-is-opzelura #viti-inner-page-sec-2 .cta-wrapper {
  margin-top: 30px;
}



@media(max-width: 991px) {
  #viti-inner-page-sec-2 h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  #viti-inner-page-sec-2 {
    padding-top: 30px;
  }
  
}


/* Safety and Side effects Page Styles */
#viti-safety-callout {
  background-color: #1D8190;
  padding: 40px 0;
}
#viti-safety-callout .safety-callout-warpper {
  display: flex;
}
#viti-safety-callout h3 {
  font-family: 'gobold-bold';
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 12px;
}
#viti-safety-callout p {
  color: #fff;
  margin-bottom: 0px;
}
@media(max-width: 991px) {
  #viti-safety-callout .safety-callout-warpper {
    flex-direction: column-reverse;
  }
  #viti-safety-callout .safety-callout-warpper .img-wrapper {
    text-align: center;
    margin: 20px 0 25px 0;
  }
  #viti-safety-callout .safety-callout-warpper .text-wrapper {
    text-align: center;
  }
  #viti-safety-callout h3 {
    font-size: 26px;
  }
  #viti-safety-callout p {
    line-height: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #viti-safety-callout h3 {
    font-size: 22px;
  }
}
@media(min-width: 991px) {
  #viti-safety-callout .safety-callout-warpper {
    width: 75%;
    margin: 0 auto;
  }
  #viti-safety-callout .safety-callout-warpper img {
    max-width: unset !important;
  }
  #viti-safety-callout .safety-callout-warpper .text-wrapper {
    margin-right: 20px;
  }
}
/* Three Icons Section Styles */
#viti-three-icon-text-callout .icons-callout-wrapper {
  background-color: #2C2851;
  padding: 50px 0;
}
#viti-three-icon-text-callout .icon-wrapper {
  margin-bottom: 34px;
}
#viti-three-icon-text-callout h2 {
  font-family: 'gobold-bold';
  font-size: 40px;
  text-transform: uppercase;
  color: #2CA4B2;
  margin-bottom: 16px;
}
#viti-three-icon-text-callout h3 {
  color: #2CA4B2;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'poppins-semibold';
}
#viti-three-icon-text-callout p {
  color: #fff;
}


@media(max-width: 991px) {
  #viti-three-icon-text-callout .icons-callout-wrapper {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  #viti-three-icon-text-callout .icon-wrapper {
    margin-top: 50px;
    margin-bottom: 22px;
  }
  #viti-three-icon-text-callout p {
    margin-bottom: 0px;
  }
  #viti-three-icon-text-callout h3 {
    margin-bottom: 16px;
  }
  #viti-three-icon-text-callout.viti-staying-on-track .icons-callout-wrapper {
    text-align: center;
    padding-top: 50px;
  }
  #viti-three-icon-text-callout.viti-staying-on-track h2 {
    font-size: 26px;

  }
  #viti-three-icon-text-callout.viti-staying-on-track .cta-wrap {
    margin-top: 24px;
  }

}
@media(min-width: 991px) {
  #viti-three-icon-text-callout .header-text-wrapper,
  #viti-three-icon-text-callout .icon-wrapper,
  #viti-three-icon-text-callout .text-wrapper,
  #viti-three-icon-text-callout .cta-wrap {
    text-align: center;
  }
  #viti-three-icon-text-callout .header-text-wrapper {
    margin-bottom: 54px;
  }
  #viti-three-icon-text-callout .icon-wrapper {
    margin-bottom: 30px;
  }
  #viti-three-icon-text-callout h3 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #viti-three-icon-text-callout.viti-staying-on-track .text-wrapper p {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  #viti-three-icon-text-callout.viti-staying-on-track .text-wrapper p {
    height: 150px;
  }
}



/* Terms and condition Accordion Styles */

body.type-vitiligo #terms-and-conditions {
  margin-bottom: 60px;
}
body.type-vitiligo #terms-and-conditions .terms-title a,
body.type-vitiligo #terms-and-conditions button.terms-title {
  background-color: #1D8190;
  display: block;
  padding: 10px 16px;
  position: relative;
}
body.type-vitiligo #terms-and-conditions .terms-title a span.title,
body.type-vitiligo #terms-and-conditions button.terms-title span.title {
  font-family: 'poppins-semibold';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
body.type-vitiligo #terms-and-conditions .terms-title a span.button,
body.type-vitiligo #terms-and-conditions button.terms-title span.button {
	background-color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
  right: 16px;
	position: absolute;
  top: 13px;
}
body.type-vitiligo #terms-and-conditions .terms-title a span.button span,
body.type-vitiligo #terms-and-conditions button.terms-title span.button span {
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 1px solid #1D8190;
	border-left: 1px solid #1D8190;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: transparent;
	transform: rotate(225deg);
	position: absolute;
	margin-left: 7px;
	margin-top: 6px;
}
body.type-vitiligo #terms-and-conditions .terms-title a span.button.arrow-up span,
body.type-vitiligo #terms-and-conditions button.terms-title span.button.arrow-up span {
  transform: rotate(45deg);
  margin-top: 9px;
}
body.type-vitiligo #terms-and-conditions .terms-text-wrapper{
  border: 1px solid #1D8190;
  padding: 30px;
  border-top: none;
  display: none;
}
body.type-vitiligo #terms-and-conditions .terms-text-wrapper ul {
  list-style-type: none;
  margin: 32px 0;
  padding-left: 36px;
}
body.type-vitiligo #terms-and-conditions .terms-text-wrapper ul li::before {
  content: "\2022";
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
body.type-vitiligo #terms-and-conditions .terms-text-wrapper ul li,
body.type-vitiligo #terms-and-conditions .terms-text-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'poppins-regular';
  margin-bottom: 8px;
  color: #2b2b2b;
  letter-spacing: 0.29px;
}
/* body.type-vitiligo #terms-and-conditions .terms-text-wrapper ul li::before {
  content: "\25CB";
  color: #F15D5E;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  font-size: 8px;
  position: relative;
  top: -2px;
} */

@media(max-width: 991px) {
  
  body.type-vitiligo #terms-and-conditions .terms-text-wrapper {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 45px;
  }
  body.type-vitiligo #terms-and-conditions .terms-text-wrapper ul {
    margin: 15px 0;
    padding-left: 25px;
  }
  body.type-vitiligo #terms-and-conditions .terms-text-wrapper p,
  body.type-vitiligo #terms-and-conditions .terms-text-wrapper ul li {
    letter-spacing: 0;
    line-height: 20px;
  }
  
}

/* clinical Study page styles */
#viti-clinical-study {
  background: linear-gradient(to left,#E9F5F7 50%,#1D8190 50%);
  padding: 80px 0;
}
#viti-clinical-study .viti-cs-wrapper {
  display: flex;
}
#viti-clinical-study .title-sec-wrapper {
  display: flex;
  border-bottom: 4px solid #9FC6D5;
}
#viti-clinical-study .title-sec-wrapper .title-left-sec,
#viti-clinical-study .title-sec-wrapper .title-right-sec {
  width: 50%;
}
#viti-clinical-study .title-sec-wrapper.second-title {
  border-bottom: none;
}
#viti-clinical-study .title-sec-wrapper.second-title h4 {
  font-size: 30px;
  font-family: 'poppins-semibold';
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
}
#viti-clinical-study .title-sec-wrapper h3 {
  font-family: 'gobold-bold';
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#viti-clinical-study .title-sec-wrapper.d-cs-text .title-left-sec {
  padding-right: 10px;
}
#viti-clinical-study .title-sec-wrapper.d-cs-text .title-right-sec {
  padding-left: 10px;
}
#viti-clinical-study .title-sec-wrapper.d-cs-text .title-left-sec h3,
#viti-clinical-study .title-sec-wrapper.second-title.d-cs-text .title-left-sec h4 {
  text-align: right;
}
#viti-clinical-study h3 br,
#viti-clinical-study .viti-cs-wrapper .icon-title-wrap .text-title br {
  display: none;
}
#viti-clinical-study .viti-cs-wrapper .left-sec,
#viti-clinical-study .viti-cs-wrapper .right-sec {
  width: 50%;
}
#viti-clinical-study .viti-cs-wrapper .right-sec {
  padding-left: 55px;
}
#viti-clinical-study .viti-cs-wrapper .right-sec .c-m-block {
  display: none;
}
#viti-clinical-study .viti-cs-wrapper .icon-title-wrap {
  display: flex;
}
#viti-clinical-study .viti-cs-wrapper .icon-title-wrap span {
  margin-left: 20px;
}
#viti-clinical-study .viti-cs-wrapper .icon-title-wrap .text-br-wrap {
  display: flex;
  flex-direction: column;
}
#viti-clinical-study .viti-cs-wrapper .icon-title-wrap .text-br-wrap .l-g-br {
  width: 50px;
  border-top: 4px solid #9FC6D5;
}
#viti-clinical-study .viti-cs-wrapper .icon-title-wrap .text-br-wrap .g-br {
  width: 50px;
  border-top: 4px solid #1F8C9B;
}
#viti-clinical-study .viti-cs-wrapper .icon-title-wrap .text-title {
  font-family: 'poppins-regular';
  font-size: 25px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #fff;
}
#viti-clinical-study .viti-cs-wrapper .right-sec .icon-title-wrap .text-title {
  color: #433D61;
}
#viti-clinical-study .viti-cs-wrapper .about-text {
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  font-family: 'gobold-bold';
  line-height: 60px;
}
#viti-clinical-study .viti-cs-wrapper .right-sec .about-text {
  color: #433D61;
}
#viti-clinical-study .viti-cs-wrapper .about-text span.hollow-text {
  font-family: 'gobold-hollow-bold';
}
#viti-clinical-study .viti-cs-wrapper .about-text span.saw-text {
  font-family: 'poppins-semibold';
  font-size: 18px;
}
#viti-clinical-study .viti-cs-wrapper .about-text br.m-br,
#viti-clinical-study .viti-cs-wrapper .m-saw-text {
  display: none;
}
#viti-clinical-study .num-color-stroke-wrapper {
  display: flex;
}
#viti-clinical-study .num-color-stroke-wrapper .num-text {
  font-family: 'gobold-bold';
  font-size: 67px;
  text-transform: uppercase;
  color: #fff;
  line-height: 82px;
  border-bottom: 4px solid #9FC6D5;
  margin-right: 10px;
}
#viti-clinical-study .num-color-stroke-wrapper .color-stroke-wrap span.improvement-text,
#viti-clinical-study .that-measured-text {
  font-family: 'poppins-semibold';
  font-size: 18px;
  text-transform: uppercase;;
  color: #fff;
  position: relative;
  top: 3px;
}
#viti-clinical-study .m-cs-text,
#viti-clinical-study .m-cs-img {
  display: none;
}
#viti-clinical-study .num-color-stroke-wrapper .color-stroke-wrap {
  position: relative;
  top: 8px;
}
#viti-clinical-study .right-sec .num-color-stroke-wrapper .num-text {
  border-bottom: 4px solid #1F8C9B;
  color: #433D61;
}
#viti-clinical-study .right-sec .num-color-stroke-wrapper .color-stroke-wrap span.improvement-text,
#viti-clinical-study .right-sec .that-measured-text {
  color: #433D61;
}
#viti-clinical-study .viti-area-text-wrap {
  display: flex;
  margin-bottom: 25px;
}
#viti-clinical-study .viti-area-text-wrap .viti-text {
  font-family: 'gobold-bold';
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  line-height: 55px;
  margin-right: 10px;
  margin-top: 4px;
}
#viti-clinical-study .viti-area-text-wrap .area-text {
  font-family: 'poppins-semibold';
  font-size: 18px;
  text-transform: uppercase;;
  color: #fff;
  line-height: 22px;
  margin-top: 15px;
}
#viti-clinical-study .left-sec .viti-area-text-wrap .img-wrapper img {
  margin-top: -3px;
  margin-left: 20px;
  width: 50px;
}
#viti-clinical-study .right-sec .viti-area-text-wrap .img-wrapper img {
  margin-top: 5px;
  margin-left: 20px;
  width: 60px;
}
#viti-clinical-study .left-sec .specific-text .c-br-top,
#viti-clinical-study .right-sec .specific-text .c-br-top {
  width: 50%;
  height: 4px;
  display: block;
  margin-bottom: 10px;
}
#viti-clinical-study .left-sec .specific-text .c-br-top {
  background: #9FC6D5;
}
#viti-clinical-study .right-sec .specific-text .c-br-top {
  background: #1D8190;
}
#viti-clinical-study .specific-text p {
  text-transform: uppercase;
  width: 70%;
  margin-bottom: 0px;
  color: #fff;
}
#viti-clinical-study .right-sec .specific-text p {
  color: #433D61;
}
#viti-clinical-study .right-sec .viti-area-text-wrap .viti-text,
#viti-clinical-study .right-sec .viti-area-text-wrap .area-text {
  color: #433D61;
}
@media(max-width: 575px) {
  #viti-clinical-study {
    background: #1D8190;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #viti-clinical-study .d-cs-text,
  #viti-clinical-study .d-cs-img {
    display: none;
  }
  #viti-clinical-study .m-cs-text,
  #viti-clinical-study .m-cs-img {
    display: block;
  }
  #viti-clinical-study .container {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  #viti-clinical-study .title-sec-wrapper h3 {
    margin-left: 15px;
    padding-bottom: 2px;
    margin-bottom: 25px;
    border-bottom: 4px solid #9FC6D5;
    font-size: 26px;
    padding-bottom: 15px;
  }
  #viti-clinical-study .title-sec-wrapper {
    border-bottom: none;
  }
  #viti-clinical-study h4 {
    font-family: 'poppins-semibold';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
  }
  #viti-clinical-study h3 br,
  #viti-clinical-study .viti-cs-wrapper .icon-title-wrap .text-title br,
  #viti-clinical-study .viti-cs-wrapper .right-sec .c-m-block,
  #viti-clinical-study .viti-cs-wrapper .about-text br.m-br,
  #viti-clinical-study .viti-cs-wrapper .m-saw-text {
    display: block;
  }
  #viti-clinical-study .viti-cs-wrapper .about-text br.d-br,
  #viti-clinical-study .viti-cs-wrapper .about-text span.saw-text.d-text {
    display: none;
  }
  #viti-clinical-study .viti-cs-wrapper {
    flex-direction: column;
  }
  #viti-clinical-study .viti-cs-wrapper .left-sec,
  #viti-clinical-study .viti-cs-wrapper .right-sec {
    width: 100%;
  }
  #viti-clinical-study .viti-cs-wrapper .left-sec {
    padding: 0 15px 45px 15px;
  }
  #viti-clinical-study .viti-cs-wrapper .right-sec {
    background: #E9F5F7;
    padding-left: 0px
  }
  #viti-clinical-study .viti-cs-wrapper .right-sec h4 {
    color: #1F8C9B;
  }
  #viti-clinical-study .viti-cs-wrapper .right-sec .right-sec-wrapper {
    padding: 0 15px 45px 15px;
  }
  #viti-clinical-study .viti-cs-wrapper .right-sec .c-m-block {
    padding: 35px 0 25px 0;
  }
  #viti-clinical-study .viti-cs-wrapper .right-sec .c-m-block span {
    height: 4px;
    margin-right: 15px;
    border-top: 4px solid #9FC6D5;
    display: block;
  }
  #viti-clinical-study .viti-cs-wrapper .m-saw-text {
    font-family: 'poppins-semibold';
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 38px;
  }
  #viti-clinical-study .viti-cs-wrapper .right-sec .m-saw-text {
    color: #433D61;
  }
  #viti-clinical-study .left-sec .specific-text .c-br-top,
  #viti-clinical-study .right-sec .specific-text .c-br-top,
  #viti-clinical-study .specific-text p {
    width: 100%;
  }
  #viti-clinical-study .viti-area-text-wrap {
    margin-bottom: 20px;
  }
  #viti-clinical-study .that-measured-text {
    display: flex;
  }
  #viti-clinical-study .that-measured-text .m-cs-text {
    margin-right: 5px;
  }
  #viti-clinical-study .viti-cs-wrapper .about-text {
    font-size: 45px;
  }
  #viti-clinical-study .left-sec .num-color-stroke-wrapper {
    margin-top: -6px;
  }
  #viti-clinical-study .right-sec .num-color-stroke-wrapper {
    margin-top: -10px;
  }
  .cream-img-wrapper .cream-img img {
    margin-top: -50px;
  }
}
@media (min-width:576px) and (max-width:991px) {
  #viti-clinical-study .title-sec-wrapper h3 {
    font-size: 34px;
  }
  #viti-clinical-study .viti-cs-wrapper .about-text {
    font-size: 36px;
    line-height: 46px;
  }
  #viti-clinical-study .num-color-stroke-wrapper {
    margin-top: -16px;
  }
  #viti-clinical-study .viti-area-text-wrap {
    margin-bottom: 3px;
  }
  #viti-clinical-study .num-color-stroke-wrapper .num-text {
    font-size: 46px;
  }
  #viti-clinical-study .num-color-stroke-wrapper .color-stroke-wrap span.improvement-text,
  #viti-clinical-study .that-measured-text {
    font-size: 14px;
  }
  #viti-clinical-study .viti-area-text-wrap .area-text {
    font-size: 11px;
    margin-top: 22px;
    line-height: 15px;
  }
  #viti-clinical-study .viti-area-text-wrap .viti-text {
    font-size: 36px;
  }
  #viti-clinical-study .specific-text p {
    width: 90%;
  }
  .cream-img-wrapper .cream-img img {
    margin-top: 30px;
  }
}
/* clinical Study Page Styles */
#viti-more-findings-sec {
  padding: 60px 0 25px 0;
}
#viti-more-findings-sec h3 {
  font-family: 'gobold-bold';
  font-size: 28px;
  text-transform: uppercase;
  color: #2C2851;
  margin-bottom: 30px;
}
#viti-more-findings-sec .icon-text-wrapper {
  display: flex;
}
#viti-more-findings-sec .icon-text-wrapper .icon-wrapper {
  margin-right: 30px
}
#viti-more-findings-sec .icon-text-wrapper .icon-wrapper img {
  width: 80px;
}
#viti-more-findings-sec .icon-text-wrapper h5 {
  font-size: 18px;
  color: #2C2851;
  text-transform: uppercase;
  font-family: 'poppins-semibold';
  margin-bottom: 8px;
}
#viti-more-findings-sec .icon-text-wrapper p {
  margin-bottom: 22px;
}
@media(max-width: 991px) {
  #viti-more-findings-sec h3 {
    font-size: 26px;
    margin-bottom: 26px;
  }
  #viti-more-findings-sec .icon-text-wrapper {
    flex-direction: column;
  }
  #viti-more-findings-sec .icon-text-wrapper .icon-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #viti-more-findings-sec .icon-text-wrapper p {
    font-size: 18px !important;
  }
}


/* discussing Opz page styles */

/* How to use page styles */
#viti-how-to-use-caring-callout h2 {
  text-transform: uppercase;
  color: #2C2851;
  font-size: 40px;
  font-family: 'gobold-bold';
}
@media(max-width: 991px) {
  #viti-how-to-use-caring-callout h2 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 65%;
  }
}
@media(min-width: 991px) {
  #viti-how-to-use-caring-callout {
    position: relative;
  }
  #viti-how-to-use-caring-callout .caring-callout-wrapper {
    position: absolute;
    width: 25%;
    left: 50%;
    margin-top: -16%;
  }
  #viti-how-to-use-caring-callout h2 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #viti-how-to-use-caring-callout p {
    font-size: 18px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #viti-how-to-use-caring-callout .caring-callout-wrapper {
    width: 38%;
  }
  #viti-how-to-use-caring-callout h2 {
    margin-bottom: 16px;
  }
}

/* How to use page styles */
#viti-when-how-to-use-opz-sec {
  padding: 100px 0px 30px 0;
}
#viti-when-how-to-use-opz-sec h3 {
  color: #2D2754;
  font-size: 40px;
  font-family: 'gobold-bold';
  text-transform: uppercase;
  margin-bottom: 16px;
}
#viti-when-how-to-use-opz-sec .icon-text-points {
  display: flex;
}
#viti-when-how-to-use-opz-sec .icon-text-points h5 {
  font-family: 'poppins-semibold';
  font-size: 18px;
  color: #2C2851;
  text-transform: uppercase;
}
#viti-when-how-to-use-opz-sec .icon-text-points .icon-wrap {
  margin-right: 30px;
}
#viti-when-how-to-use-opz-sec .when-to-use-wrapper {
  margin-bottom: 70px;
}
#viti-when-how-to-use-opz-sec .icon-text-points.sec-2 {
  margin-top: 16px
}

@media(max-width: 991px) {
  
  #viti-when-how-to-use-opz-sec {
    padding-top: 60px;
  }
  #viti-when-how-to-use-opz-sec h3 {
    font-size: 28px;
  }
  #viti-when-how-to-use-opz-sec .icon-text-points {
    flex-direction: column;
  }
  #viti-when-how-to-use-opz-sec .icon-text-points .icon-wrap {
    margin-bottom: 20px;
  }
  #viti-when-how-to-use-opz-sec .when-to-use-wrapper {
    margin-bottom: 45px;
  }
  
  #viti-when-how-to-use-opz-sec p {
    font-size: 18px;
  }
  #viti-when-how-to-use-opz-sec.first-sign-text {
    padding-top: 25px
  }
}

/* Right and left Image Section Styles */
#viti-right-img-section .text-img-wrapper,
#viti-left-img-section .text-img-wrapper {
  display: flex;
}
#viti-right-img-section .text-img-wrapper .text-wrapper,
#viti-right-img-section .text-img-wrapper .img-wrapper{
  width: 50%;
}
#viti-left-img-section .text-img-wrapper .text-wrapper {
  width: 55%;
}
#viti-left-img-section .text-img-wrapper .img-wrapper {
  width: 45%;
}
#viti-right-img-section .text-img-wrapper .img-wrapper .r-img-wrapper img,
#viti-left-img-section .text-img-wrapper .img-wrapper img {
  width: 100%;
}
#viti-right-img-section h2,
#viti-left-img-section h2 {
  font-size: 40px;
  color: #2C2851;
  font-family: 'gobold-bold';
  text-transform: uppercase;
  margin-bottom: 14px;
}
#viti-right-img-section .content-sec {
	width: 60%;
	margin-left: 24%;
	margin-top: 14%;
}


@media(max-width: 991px) {
  #viti-right-img-section .text-img-wrapper .text-wrapper,
  #viti-right-img-section .text-img-wrapper .img-wrapper,
  #viti-right-img-section .content-sec,
  #viti-left-img-section .text-img-wrapper .img-wrapper,
  #viti-left-img-section .text-img-wrapper .text-wrapper,
  #viti-left-img-section .content-sec {
    width: 100%;
  }
  #viti-right-img-section .content-sec,
  #viti-left-img-section .content-sec {
    margin-left: 0%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #viti-right-img-section .content-sec p,
  #viti-left-img-section .content-sec p {
    font-size: 18px;
  }
  #viti-right-img-section h2,
  #viti-left-img-section h2 {
    font-size: 28px;
  }
  #viti-right-img-section .text-img-wrapper,
  #viti-left-img-section .text-img-wrapper {
    flex-direction: column;
  }
  body.type-vitiligo.resources #viti-right-img-section .text-img-wrapper {
    flex-direction: column-reverse;
  }
  #viti-left-img-section .content-sec {
    margin-top: 60px;
  }
}
@media(max-width: 575px) {
  #viti-right-img-section .content-sec,
  #viti-left-img-section .content-sec {
    padding: 0 15px;
  }
}
@media (min-width:576px) and (max-width:991px) {
  #viti-right-img-section .content-sec,
  #viti-left-img-section .content-sec {
    max-width: 720px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(min-width: 992px) {
  #viti-right-img-section .text-img-wrapper .img-wrapper {
    position: relative;
  }
  #viti-right-img-section .text-img-wrapper .img-wrapper .droplet-r-wrap {
    position: absolute;
    bottom: -25px;
    z-index: 1;
    left: -50px;
  }
  body.type-vitiligo.resources #viti-right-img-section .text-img-wrapper .img-wrapper .droplet-r-wrap {
    bottom: -50px;
  }
  #viti-left-img-section .text-img-wrapper .text-wrapper {
    position: relative;
  }
  #viti-left-img-section .text-img-wrapper .text-wrapper .content-sec {
    position: absolute;
    top: 50%;
    margin-left: 12%;
    width: 60%;
    transform: translate(0%, -50%);
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #viti-right-img-section h2, #viti-left-img-section h2 {
    font-size: 28px;
  }
  #viti-right-img-section .content-sec {
    width: 80%;
    margin-left: 14%;
    margin-top: 40px;
  }
}





/* Staying on track page styles */
#viti-staying-on-track-icon-text-sec {
  padding: 50px 0;
}
#viti-staying-on-track-icon-text-sec .icon-text-wrapper {
  display: flex;
}
#viti-staying-on-track-icon-text-sec .icon-wrapper {
  margin-right: 25px;
}
#viti-staying-on-track-icon-text-sec .text-wrapper h5 {
  color: #2C2851;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'poppins-semibold';
  margin-bottom: 5px;
}
#viti-staying-on-track-icon-text-sec .icon-text-wrapper.knowledge-sec {
  margin-bottom: 50px;
}

#viti-staying-on-track-hcp {
  background: #E9F5F7;
}
#viti-staying-on-track-hcp .hcp-wrapper {
  padding: 60px 0 40px 0;
}
#viti-staying-on-track-hcp .hcp-wrapper h2,
#viti-staying-on-track-questions h3 {
  font-size: 40px;
  color: #161A3D;
  font-family: 'gobold-bold';
  text-transform: uppercase;
  margin-bottom: 20px;
}
#viti-staying-on-track-hcp .hcp-wrapper ul li,
#viti-staying-on-track-questions ul li {
  margin-bottom: 20px;
}

#viti-staying-on-track-questions {
  padding: 65px 0 0 0;
}
#viti-staying-on-track-questions h3 {
  color: #2C2851;
}
@media(max-width: 991px) {
  #viti-staying-on-track-icon-text-sec .icon-text-wrapper {
    flex-direction: column;
  }
  #viti-staying-on-track-icon-text-sec .icon-wrapper {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  #viti-staying-on-track-hcp .hcp-wrapper h2,
  #viti-staying-on-track-questions h3 {
    font-size: 26px;
  }
}
@media(min-width: 991px) {
  #viti-staying-on-track-hcp .hcp-wrapper ul li:last-child,
  #viti-staying-on-track-hcp .hcp-wrapper ul,
  #viti-staying-on-track-questions ul li:last-child,
  #viti-staying-on-track-questions ul {
    margin-bottom: 0px;
  }
}


/* Living With Vitiligo Page Styles */
#viti-causes-triggers-section {
  background: #E9F5F7;
}
#viti-causes-triggers-section .causes-triggers-wrapper {
  padding: 60px 0 45px 0;
}
#viti-causes-triggers-section h2,
#viti-causes-triggers-section h3 {
  font-size: 40px;
  color: #2C2851;
  font-family: 'gobold-bold';
  text-transform: uppercase;
  margin-bottom: 14px;
}
#viti-causes-triggers-section h3 {
  font-size: 28px;
  margin-bottom: 18px;
}
#viti-causes-triggers-section .causes-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
#viti-causes-triggers-section .icon-text-wrapper {
  display: flex;
  margin-bottom: 20px;
}
#viti-causes-triggers-section .icon-text-wrapper .icon-wrapper {
  margin-right: 25px;
}
#viti-causes-triggers-section .icon-text-wrapper .text-wrapper {
  align-self: center;
}
#viti-causes-triggers-section .icon-text-wrapper .text-wrapper p {
  margin-bottom: 0px;
}
@media(max-width: 991px) {
  #viti-causes-triggers-section .causes-triggers-wrapper {
    padding-top: 90px;
  }
  #viti-causes-triggers-section h2 {
    font-size: 28px;
  }
  #viti-causes-triggers-section .icon-text-wrapper {
    flex-direction: column;
  }
  #viti-causes-triggers-section .icon-text-wrapper .icon-wrapper  {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #viti-causes-triggers-section .icon-text-wrapper .text-wrapper {
    align-self: unset;
  }
  #viti-causes-triggers-section p {
    font-size: 18px;
  }
}

#viti-resources-tools-sec {
  background: #E9F5F7;
  padding: 60px 0;
}
#viti-resources-tools-sec .cta-wrapper.two-cta {
  display: flex;
  justify-content: center;
}
#viti-resources-tools-sec .cta-wrapper.two-cta .cta-wrap-1 {
  margin-right: 16px;
}
#viti-resources-tools-sec h2 {
  font-size: 40px;
  text-align: center;
}
#viti-resources-tools-sec h5 {
  font-family: 'poppins-semibold';
  font-size: 18px;
  color: #2C2851;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#viti-resources-tools-sec .icon-wrapper {
  margin: 0 0 20px 0;
}

@media (max-width: 991px) {
  #viti-resources-tools-sec h2 {
    margin-bottom: 0px;
    font-size: 26px;
  }
  #viti-resources-tools-sec .icon-wrapper {
    margin: 40px 0 16px 0;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #viti-resources-tools-sec p {
    font-size: 16px;
  }
}

/* Copay success page styles */
#viti-copay-incytecares-section {
  margin-bottom: 60px;
}


#viti-copay-incytecares-section .incytecares-wrapper {
  padding-bottom: 65px;
}
#viti-copay-incytecares-section .text-wrapper {
  padding-left: 20px;
  margin-top: 14%;
}
#viti-copay-incytecares-section .text-wrapper h3 {
  font-family: 'gobold-bold';
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2C2851;
}
#viti-copay-incytecares-section .text-wrapper h3 span {
  font-family: 'gobold-lowplus';
  color: #1D8190;
  text-transform: none !important;
}
#viti-copay-incytecares-section .text-wrapper .cta-wrap {
  margin-top: 36px;
}
#viti-copay-incytecares-section .viti-copay-sign-up .sign-up-wrapper {
  padding: 40px;
  text-align: center;
  font-family: 'poppins-medium';
  font-size: 18px;
  color: #2C2851;
  background-color: #E9F5F7;
}



#viti-copay-savings-program-page-sec .copay-savings-program-wrapper {
  padding: 60px 0;
  border-bottom: 1px solid #D8D8D8;
}
#viti-copay-savings-program-page-sec .copay-savings-program-wrapper h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #2C2851;
}
#viti-copay-savings-program-page-sec .copay-savings-program-wrapper p.eligible-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
@media(max-width: 991px) {
  #viti-copay-incytecares-section {
    margin-bottom: 40px;
  }
  #viti-copay-savings-program-page-sec .copay-savings-program-wrapper p.eligible-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
  #viti-copay-savings-program-page-sec .copay-savings-program-wrapper .img-wrapper {
    text-align: center;
  }
}
@media(max-width: 575px) {
  #viti-copay-incytecares-section .viti-copay-sign-up .sign-up-wrapper {
    font-size: 16px;
    line-height: 28px;
    padding: 45px 40px;
  }
}


/* .main-navigation .viti-copay-button-img.viti-desktop-btn img {
  width: 263px;
} */
.main-navigation .viti-copay-button-img.viti-mobile-btn {
  display: none;
}

/* Cookie Banner */
body.type-vitiligo .eu-cookie-compliance-message {
  max-width: 85% !important;
  align-self: center !important;
}
body.type-vitiligo .eu-cookie-compliance-message p {
  font-size: 12px !important;
  line-height: 17px !important;
  font-family: 'poppins-regular' !important;
}

body.type-vitiligo .top-header-menu p,
body.type-vitiligo .top-header-menu ul li a {
  font-size: 12px;
  color: #433D61;
}
body.type-vitiligo header .atopic-dermatitis-text {
  color: #2C2851;
  font-size: 16px;
  line-height: 19px;
  border-top: 1px solid #2CA4B2;
  padding: 14px 0;
}
body.type-vitiligo .top-header-menu.viti-top-header-menu {
  border-bottom: none;
}

body.type-vitiligo footer .footer-logo-wrapper p {
  font-size: 14px;
  color: #fff;
}
footer p.footer-opz-text {
  margin-bottom: 0px;
}

@media(max-width: 991px) {
  body.type-vitiligo .eu-cookie-compliance-message {
    max-width: 100% !important;
    align-self: unset !important;
  }
  #block-agnostic-vitiligo-mainmenuvitiligo  .container {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #block-agnostic-vitiligo-mainmenuvitiligo  .container .row {
    margin: 0 !important;
  }
  #block-agnostic-vitiligo-mainmenuvitiligo  .container .row .col-12 {
    padding: 0 !important;
  }
  .main-navigation .viti-copay-button-img.viti-mobile-btn {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .main-navigation .viti-copay-button-img.viti-mobile-btn img {
    width: 100%;
  }
  .main-navigation .viti-copay-button-img.viti-desktop-btn {
    display: none;
  }
  body.type-vitiligo .top-header-menu.viti-top-header-menu ul li:last-child {
    display: none;
  }
  body.type-vitiligo .top-header-menu.viti-top-header-menu ul li {
    border-right: none;
  }
  body.type-vitiligo header .atopic-dermatitis-text {
    font-size: 14px;
    line-height: 16px
  }
  body.type-vitiligo .top-header-menu p {
    font-size: 14px;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link a.stay-informed {
    text-decoration: underline;
  }
  footer p.footer-opz-text {
    margin-bottom: 10px;
  }
  footer p.footer-opz-text br {
    display: none;
  }
}
@media (max-width: 575px) {
  body.type-vitiligo footer {
    padding: 30px 0 20px 0;
  }
  body.type-vitiligo footer p {
    line-height: 24px;
  }
  footer p.footer-opz-text {
    margin-bottom: 30px;
  }
  body.type-vitiligo footer .footer-logo-wrapper p {
    font-size: 16px;
    max-width: 316px;
  }
  
}
@media (min-width:992px) {
  body.type-vitiligo .main-navigation ul.nav-bar {
    position: relative;
    left: -12px;
    margin-bottom: 0px;
  }
  body.type-vitiligo .main-navigation .viti-copay-button-img img {
    width: 270px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  body.type-vitiligo .ad-viti-menu-dropdown.desktop-ad-viti .ad-viti-menu-heading {
    margin-top: 5px;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(1) .parent-menu,
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(2) .parent-menu {
    padding-left: 30px;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(3) a.eczema-link {
    padding-left: 18px;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(4) .parent-menu {
    padding-left: 6px;
  }
  #block-agnostic-vitiligo-mainmenuvitiligo  ul.custom-dropdown-menu li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link i.fa-chevron-down,
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link i.fa-chevron-up {
    color: #1D8190;
  }
}
@media (min-width: 1200px) {
  body.type-vitiligo .ad-viti-menu-dropdown.desktop-ad-viti .ad-viti-menu-heading {
    margin-top: 5px;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(1) .parent-menu,
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(2) .parent-menu {
    margin-left: 40px;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(3) a.eczema-link {
    margin-left: 44px;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(4) .parent-menu {
    margin-left: 20px;
  }
  #block-agnostic-vitiligo-mainmenuvitiligo  ul.custom-dropdown-menu li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link i.fa-chevron-down,
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link i.fa-chevron-up {
    color: #1D8190;
  }
}

/* Cream Img styles */
@media (max-width: 575px) {
  #viti-home-copay-savings-sec .cream-img-wrapper .cream-img img {
    margin-top: -100px;
  }
  
  body.type-vitiligo.discussing-opzelura #viti-three-icon-text-callout .cream-img-wrapper .cream-img img {
    margin-top: -52px;
  }
  #viti-when-how-to-use-opz-sec .cream-img-wrapper .cream-img img {
    margin-top: -20px;
  }
  #viti-staying-on-track-hcp .cream-img-wrapper .cream-img img {
    margin-top: -50px;
  }
  #viti-causes-triggers-section .cream-img-wrapper .cream-img img {
    margin-top: -25px;
  }
  #viti-icon-text-section.viti-csp-page .cream-img-wrapper .cream-img img {
    margin-top: -50px;
  }
  #viti-copay-incytecares-section .cream-img-wrapper .cream-img img {
    left: 50%;
    transform: translate(-50%);
    margin-top: -68px;
  }
  #viti-copay-incytecares-section .incytecares-wrapper {
    padding-bottom: 110px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  #viti-home-copay-savings-sec .cream-img-wrapper .cream-img img {
    margin-top: -110px;
    margin-right: 80px;
  }
  
  body.type-vitiligo.discussing-opzelura #viti-three-icon-text-callout .cream-img-wrapper .cream-img img {
    margin-top: -50px;
  }
  #viti-when-how-to-use-opz-sec .cream-img-wrapper .cream-img img {
    margin-top: -20px;
  }
  #viti-staying-on-track-hcp .cream-img-wrapper .cream-img img {
    margin-top: -50px;
  }
  #viti-causes-triggers-section .cream-img-wrapper .cream-img img {
    margin-top: -30px;
  }
  #viti-icon-text-section.viti-csp-page .cream-img-wrapper .cream-img img {
    margin-top: -50px;
  }
  #viti-copay-incytecares-section .cream-img-wrapper .cream-img img {
    margin-right: -55px;
    margin-top: -52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cream-img-wrapper .cream-img img {
    width: 200px;
    margin-right: -45px
  }

  #viti-copay-incytecares-section .cream-img-wrapper .cream-img img {
    margin-top: -55px;
  }
  #viti-clinical-study .cream-img-wrapper .cream-img img {
    margin-right: -80px;
  }
  #viti-copay-incytecares-section .text-wrapper {
    margin-top: 0px;
  }
  #split-image-banner-section.home-hcp-banner .cream-img-wrapper .cream-img img {
    margin-top: -50px;
  }
 
  #viti-icon-text-section.viti-safety .cream-img-wrapper .cream-img img,
  body.type-vitiligo.discussing-opzelura  #viti-three-icon-text-callout .cream-img-wrapper .cream-img img,
  #viti-icon-text-section.viti-how-to-use .cream-img-wrapper .cream-img img {
    margin-top: -35px;
  }
  #viti-staying-on-track-hcp .cream-img-wrapper .cream-img img,
  #viti-causes-triggers-section .cream-img-wrapper .cream-img img,
  #viti-icon-text-section.viti-csp-page .cream-img-wrapper .cream-img img {
    margin-top: -45px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cream-img-wrapper .cream-img img {
    margin-right: -54px;
  }

  #split-image-banner-section.home-hcp-banner .cream-img-wrapper .cream-img img {
    margin-top: -50px;
  }
 
  #viti-clinical-study .cream-img-wrapper .cream-img img {
    margin-right: -80px;
  }
  #viti-icon-text-section.viti-safety .cream-img-wrapper .cream-img img,
  body.type-vitiligo.discussing-opzelura  #viti-three-icon-text-callout .cream-img-wrapper .cream-img img,
  #viti-icon-text-section.viti-how-to-use .cream-img-wrapper .cream-img img {
    margin-top: -45px;
  }
  #viti-staying-on-track-hcp .cream-img-wrapper .cream-img img,
  #viti-causes-triggers-section .cream-img-wrapper .cream-img img,
  #viti-copay-incytecares-section .cream-img-wrapper .cream-img img {
    margin-top: -70px;
  }
  #viti-icon-text-section.viti-csp-page .cream-img-wrapper .cream-img img {
    margin-top: -60px;
  }

  #viti-staying-on-track-icon-text-sec,
  body.type-vitiligo.what-is-vitiligo #viti-inner-page-sec-2 {
    padding-bottom: 80px;
  }
  #viti-copay-incytecares-section .text-wrapper {
    margin-top: 12%;
  }
}

@media (min-width: 1400px) {
  .cream-img-wrapper .cream-img img {
    margin-right: -135px;
  }

  #split-image-banner-section.home-hcp-banner .cream-img-wrapper .cream-img img {
    margin-top: -55px;
  }

  #viti-clinical-study .cream-img-wrapper .cream-img img {
    margin-right: -80px;
  }
  #viti-icon-text-section.viti-safety .cream-img-wrapper .cream-img img,
  body.type-vitiligo.discussing-opzelura  #viti-three-icon-text-callout .cream-img-wrapper .cream-img img,
  #viti-icon-text-section.viti-how-to-use .cream-img-wrapper .cream-img img {
    margin-top: -45px;
  }
  #viti-staying-on-track-hcp .cream-img-wrapper .cream-img img,
  #viti-causes-triggers-section .cream-img-wrapper .cream-img img {
    margin-top: -66px;
  }
  #viti-icon-text-section.viti-csp-page .cream-img-wrapper .cream-img img {
    margin-top: -60px;
  }
  #viti-copay-incytecares-section .cream-img-wrapper .cream-img img {
    margin-top: -70px;
  }

  #viti-icon-text-section.viti-how-to-use {
    padding-bottom: 110px;
  }
  #viti-staying-on-track-icon-text-sec,
  body.type-vitiligo.what-is-vitiligo #viti-inner-page-sec-2 {
    padding-bottom: 80px;
  }
}






@media (min-width:1920px) {
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec {
    top: 15%;
  }
  #split-image-banner-section.home-hcp-banner .text-wrapper-sec p {
    width: 42%;
  }
  #split-image-banner-section.viti-safety .text-wrapper-sec {
    left: 53%;
  }
  #split-image-banner-section.viti-how-to-use .text-wrapper-sec {
    top: 21%;
  }
  #split-image-banner-section.viti-how-to-use .text-wrapper-sec p {
    width: 45%;
  }
  body.type-vitiligo.what-is-vitiligo #viti-right-img-section .content-sec {
    margin-left: 40%;
    margin-top: 20%;
    padding-right: 14%
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec {
    top: 15%;
  }
  #split-image-banner-section.living-with-vitiligo .text-wrapper-sec p {
    width: 46%;
  }
  body.type-vitiligo.resources #viti-left-img-section .text-img-wrapper .text-wrapper .content-sec {
    width: 45%;
  }
  body.type-vitiligo.resources #viti-right-img-section .content-sec {
    margin-left: 41%;
    padding-right: 10%;
    margin-top: 16%;
  }
}


/* Form Styles */


body.type-vitiligo .radio {
  min-height: 2.6rem !important;
}
body.type-vitiligo input[type="text"],
body.type-vitiligo input[type="email"],
body.type-vitiligo input[type="number"],
body.type-vitiligo input[type="tel"]  {
  height: 45px !important;
}
body.type-vitiligo input[type="text"].error,
body.type-vitiligo input[type="email"].error,
body.type-vitiligo input[type="number"].error,
body.type-vitiligo input[type="tel"].error {
  border-width: 1.5px !important;
}

.js-form-type-checkbox,
.form-check-label {
  cursor:pointer
}
/* body.type-vitiligo .radio .form-check-label::before,
body.type-vitiligo .radio .form-check-label::after {
  height: 30px !important;
	width: 30px !important;
  border-color: #2C2851 !important;
  border-width: 1.5px !important;
} */

/* New Radio Styles */
body.type-vitiligo .radio input[type="radio"] {
  width: 30px !important;
  height: 30px !important;
  border: 1.5px solid #2C2851 !important;
  background-color: #fff;
  cursor: pointer;
}
body.type-vitiligo .radio input.error[type="radio"] {
  border: 1.5px solid #c54b4b !important
}
body.type-vitiligo .radio input:checked[type="radio"] {
  background-image: url('../images/vitiligo-images/radio_button_checked.svg')!important;
  border: 1.5px solid #2C2851 !important;
  box-shadow: none !important;
  outline: none !important;
  background-size: 20px;
  background-repeat: no-repeat;
}
body.type-vitiligo .radio input[type="radio"]:focus {
  box-shadow: none !important;
}
/* body.type-vitiligo .radio label {
  position: relative;
  display: flex;
  left: -15px;
} */
/* body.type-vitiligo .radio label::before {
  content: '';
  display: inline-block;
  height: 30px !important;
	width: 30px !important;
  border: 1.5px solid #2C2851 !important;
  border-radius: 50%;
  background-color: #fff;
}
body.type-vitiligo .radio input[type="radio"]:checked ~ label::after {
  border-radius: 11px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5pxpx;
  left: 5px;
  content: " ";
  display: block;
  background: #2C2851;
} */
/* New Radio Styles */

body.type-vitiligo form .form-error {
  font-size: 17px;
  font-family: 'poppins-regular';
}
/* body.type-vitiligo .radio input[type="radio"].form-check-input:checked ~ .form-check-label::before {
  border-color: #2C2851 !important;
  background-color: #fff !important;
}
body.type-vitiligo .radio input[type="radio"].form-check-input:checked ~ .form-check-label::after {
  width: 20px !important;
  height: 20px !important;
  background: #1D8190 !important;
  position: absolute !important;
  border-radius: 50% !important;
  top: 9px !important;
  left: -19px !important;
} */

body.type-vitiligo .webform-options-display-two-columns .radio {
  width: 33.33% !important;
}
body.type-vitiligo .webform-options-display-three-columns .radio {
  width: 33.33% !important;
}
body.type-vitiligo .radio label span.radio-label {
  margin-left: 16px !important;
  font-size: 17.6px !important;
  /* top: 7px !important; */
  cursor:pointer;
}
body.type-vitiligo label {
  font-size: 18px !important;
}
body.type-vitiligo .radios--wrapper {
  margin-bottom: 35px !important;
}






/* Copay Form */
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next,
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next {
  color: #fff;
  background-color: #433D61;
  font-size: 17px;
  font-family: 'poppins-semibold';
  width: 220px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  height: 50px !important;
  text-align: center;
}
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next:focus,
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next:focus,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next:focus-visible,
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next:focus-visible {
  box-shadow: unset !important;
  outline: unset;
  /* box-shadow: 0 0 0 .1rem rgba(255,255,255,0.9); */
}
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next:hover,
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next:hover {
  color: #433D61;
  background-color: #fff;
  border: 2px solid #433D61;
}
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next,
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next {
  margin-top: -195px;
  margin-left: 40px;
}
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step1 .form-blue-bg,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-container-step1,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step1 {
  margin-bottom: 0px !important;
}
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step1 .form-blue-bg {
  padding-bottom: 140px;
}
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step2 .form-blue-bg {
  margin-bottom: 40px !important;
}
body.type-vitiligo.get-copay-saving-card #viti-terms-condition {
  margin-top: -20px;
}
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg,
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 {
  margin-bottom: 0px;
}
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-get-started-step2 .form-blue-bg {
  margin-bottom: 40px;
}
body.type-vitiligo.activate-copay-savings-card #viti-terms-condition {
  margin-top: -20px;
}
body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg {
  padding-bottom: 130px;
}
.viti-back-to-csp {
  margin: 16px 0 30px 0;
}
.viti-back-to-csp a {
  text-decoration: none;
}
.viti-back-to-csp a .csp-text {
  font-family: 'poppins-semibold';
  font-size: 14px;
  color: #2C2851;
  text-decoration: underline;
  position: relative;
  top: -1px;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}


.csp-form-intro-details .csp-step-text {
  font-family: 'poppins-semibold';
  font-size: 20px;
  color: #2C2851;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.csp-form-intro-details h2 {
  color: #1D8190;
  font-size: 40px;
}
.csp-form-intro-details p.all-fields {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 6px;
}



/* Share and Stay Informed Form */
body.type-vitiligo #stay-story-into-text {
  padding: 50px 0 40px 0;
}
body.type-vitiligo #stay-story-into-text h2 {
  font-size: 40px;
  color: #1D8190;
  margin-bottom: 18px;
}
body.type-vitiligo #stay-story-into-text p.all-fields {
  font-family: 'poppins-regular';
  font-size: 16px;
  margin-top: 24px;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .top-blue-container,
body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .form-blue-bg {
  padding-top: 0px;
}

body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .about-you-text,
body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .about-you-text {
  color: #2C2851;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'gobold-bold';
  margin: 35px 0 8px 0;
}
body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .form-item-zip-code {
  margin-bottom: 40px !important;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .top-blue-container {
  margin-bottom: 80px !important;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-subscribe-to-sms {
  margin: 45px 0;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-subscribe-to-mail {
  margin: 20px 0 40px 0;
}

body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-mail,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-sms {
  position: relative;
  left: -28px;
  height: 24px;
  display: block;
  z-index: 1;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form input#edit-mobile-accordion:focus ~ label .subscribe-to-sms,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form input#edit-address-accordion:focus ~ label .subscribe-to-mail {
  outline: 1px dotted #2c2851;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-mobile-accordion.form-check-input:focus,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-address-accordion.form-check-input:focus {
  outline: none !important;
  opacity: 0 !important;
}

body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-mail .mail-header,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-sms .sms-header {
  position: relative;
  font-size: 16px;
  color: #2C2851;
  font-family: 'poppins-semibold';
  text-decoration: underline;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-mail .mail-header:hover,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-sms .sms-header:hover {
  text-decoration: none;
}
/* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-mail .mail-header .sub-mail-sms-text,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-sms .sms-header .sub-mail-sms-text {
  text-decoration: underline;
} */
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-mail .mail-header .optional-italic,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-sms .sms-header .optional-italic {
  font-family: 'poppins-regular' !important;
  color: #2b2b2b !important;
  font-size: 14px !important;
  text-decoration: none!important;
  margin-left: 2px;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-subscribe-to-sms #edit-mobile-container,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-subscribe-to-mail #edit-mail-acc-container {
  margin-top: 20px;
}

body.type-vitiligo .top-blue-container p,
body.type-vitiligo .form-blue-bg p {
  font-size: 16px !important;

}

/* Checkbox Styles */
body.type-vitiligo .checkbox label {
  font-size: 16px !important;
}
body.type-vitiligo form .checkbox .form-error {
  margin-left: -1.5rem;
}
/* New Checkbox Styles */
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox input[type="checkbox"],
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox input[type="checkbox"] {
  height: 24px !important;
	width: 24px !important;
  border-radius: 4px !important;
  border: 1.5px solid #2C2851 !important;
  background-color: #fff;
  cursor: pointer;
}

body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox input.error[type="checkbox"],
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox input.error[type="checkbox"] {
  border: 1.5px solid #c54b4b !important
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox input:checked[type="checkbox"],
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox input:checked[type="checkbox"] {
  background-image: url('../images/vitiligo-images/Path.svg') !important;
  background-repeat: no-repeat;
  background-color: #1D8190 ;
  box-shadow: none !important;
  outline: none !important;
}
/* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox label::before {
  content: '';
  display: inline-block;
  height: 24px !important;
	width: 24px !important;
  border: 1.5px solid #2C2851 !important;
  border-radius: 4px;
  background-color: #fff;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox input[type="checkbox"]:checked ~ label::before {
  background: #1D8190 url('../images/vitiligo-images/Path.svg') no-repeat !important;
  background-position: center !important;
} */
/* New Checkbox Styles */

/* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox .form-check-label::before,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox .form-check-label::after,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox label::before,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox label::after {
	border-radius: 4px !important;
	width: 24px !important;
	height: 24px !important;
	border: 1.5px solid #2C2851 !important;
	left: -2.5rem !important;
  transition: unset !important;
  margin-left: 17px;
} */
/* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox .form-check-input:focus ~ .form-check-label::before,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox .form-check-input:focus ~ label::before {
  box-shadow: none !important;
} */
/* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox .form-check-input:checked ~ .form-check-labell::before,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox .form-check-input:checked ~ label::before {
  background-color: #fff !important;
} */
/* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox .form-check-input:checked ~ .form-check-label::after,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox .form-check-input:checked ~ label::after {
  background: #1D8190 url('../images/vitiligo-images/Path.svg') no-repeat !important;
  background-position: center !important;
} */
/* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox .form-check-label,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox label {
  padding-left: 20px;
  display: inline-block;
} */
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox {
  margin: 35px 0 25px;
}



/* Form Arrow Styles */
.viti-back-to-csp span.csp-btn {
  background-color: #1D8190;
	border-radius: 50%;
	width: 20px;
	height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 7px;
}
.viti-back-to-csp span.csp-btn span.csp-arrow {
  width: 6px;
	height: 6px;
	background: #1D8190;
	border-top: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: transparent;
	transform: rotate(-45deg);
	position: absolute;
	margin-left: 8px;
	margin-top: 7px;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form span.stay-arrow {
  background-color: #1D8190;
	border-radius: 50%;
	width: 25px;
	height: 25px;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  padding: 7px;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form span.stay-arrow span.arrow-down {
  width: 8px;
  height: 8px;
  background: #1D8190;
  border-top: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  position: absolute;
  transform: rotate(225deg);
  margin-left: 8px;
	margin-top: 7px;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form span.stay-arrow.arrow-up span.arrow-down {
  transform: rotate(45deg);
  margin-top: 10px;
}



@media (max-width: 991px) {
  body.type-vitiligo .webform-options-display-two-columns .radio,
  body.type-vitiligo .webform-options-display-three-columns .radio {
    width: 100% !important;
  }
  body.type-vitiligo .radios--wrapper {
    margin-bottom: 20px !important;
  }
  body.type-vitiligo .radio {
    margin-bottom: 16px !important;
  }
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-do-you-already-have-a-prescription-for-brand-.webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-person-adolescent.webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #edit-brand-prescription-.webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form #edit-are-you-currently-using-opzelura-.webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form #edit-i-prefer-to-be-contacted-via-.webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step1 .webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step2 #edit-already-prescription-brand.webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step2 #edit-person-adolescent.webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step2 #edit-brand-prescription.webform-options-display-two-columns,
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form .webform-options-display-two-columns {
    flex-direction: row !important;
  }

  body.type-vitiligo #stay-story-into-text h2,
  .csp-form-intro-details h2 {
    font-size: 28px;
  }
  body.type-vitiligo #stay-story-into-text p,
  .csp-form-intro-details p {
    font-size: 18px;
  }
  body.type-vitiligo #stay-story-into-text p.all-fields,
  .csp-form-intro-details p.all-fields {
    font-size: 14px;
  }

  
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step1 .form-blue-bg {
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next,
  form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next {
    margin-left: 20px;
    width: 90%;
  }
  
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next,
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next {
    margin-left: 20px;
    width: 90%;
  }
  
}
@media (min-width: 991px) {
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .top-blue-container,
  body.type-vitiligo form .form-blue-bg {
    padding-left: 80px;
    padding-right: 80px;
  }
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next,
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next {
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox input[type="checkbox"]:hover,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox input[type="checkbox"]:hover,
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox input[type="checkbox"]:focus-visible,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox input[type="checkbox"]:focus-visible {
    background-color: #d8d4d7 !important;
    outline: unset !important;
    box-shadow: unset !important;
  }
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox input:checked[type="checkbox"]:hover,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox input:checked[type="checkbox"]:hover,
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox input:checked[type="checkbox"]:focus-visible,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox input:checked[type="checkbox"]:focus-visible {
    background-color: #1D8190 !important;
  }
}


#Vitiligo-Healthcare-Modal .modal-dialog,
#SMS-TermsExt-Modal .modal-dialog {
  max-width: 700px !important;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
}
#Viti-Zocdoc-Modal .modal-dialog,
#Viti-populus-Modal .modal-dialog,
#Viti-TermsCondition-Modal .modal-dialog {
  max-width: 800px !important;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
}
#Viti-TermsCondition-Modal.modal h2,
#Vitiligo-Healthcare-Modal.modal h2,
#Viti-Zocdoc-Modal.modal h2,
#Viti-populus-Modal.modal h2,
body.type-vitiligo #TermsConditionExt-Modal.modal h2,
#SMS-TermsExt-Modal.modal h2,
#appstoreExt-Modal.modal h2,
#googleExt-Modal.modal h2 {
	color: #1D8190;
}


#Viti-Zocdoc-Modal .modal-body {
  overflow-y: scroll;
}
/* #Viti-populus-Modal .modal-body {
  overflow-y: scroll;
} */

#Viti-Zocdoc-Modal .modal-dialog .modal-footer,
#Viti-populus-Modal .modal-dialog .modal-footer,
#Vitiligo-Healthcare-Modal .modal-dialog .modal-footer,
body.type-vitiligo #TermsConditionExt-Modal .modal-dialog .modal-footer,
#SMS-TermsExt-Modal .modal-dialog .modal-footer,
#appstoreExt-Modal .modal-dialog .modal-footer,
#googleExt-Modal .modal-dialog .modal-footer {
  padding: 0px;
}
#Viti-Zocdoc-Modal .modal-body p.modal-p-bold,
#Viti-populus-Modal .modal-body p.modal-p-bold,
#Vitiligo-Healthcare-Modal .modal-body p.modal-p-bold,
body.type-vitiligo #TermsConditionExt-Modal .modal-body p.modal-p-bold,
#SMS-TermsExt-Modal .modal-body p.modal-p-bold,
#appstoreExt-Modal .modal-body p.modal-p-bold,
#googleExt-Modal .modal-body p.modal-p-bold {
  margin-top: 23px;
  margin-bottom: 3px;
}
#Viti-Zocdoc-Modal .modal-body,
#Viti-populus-Modal .modal-body,
#Vitiligo-Healthcare-Modal .modal-body,
body.type-vitiligo #TermsConditionExt-Modal .modal-body,
#SMS-TermsExt-Modal .modal-body,
#appstoreExt-Modal .modal-body,
#googleExt-Modal .modal-body {
  padding-left: 0px;
  padding-right: 0px;
}
#Viti-Zocdoc-Modal h2,
#Viti-populus-Modal h2,
#Vitiligo-Healthcare-Modal h2,
body.type-vitiligo #TermsConditionExt-Modal h2,
#SMS-TermsExt-Modal h2,
#appstoreExt-Modal h2,
#googleExt-Modal h2 {
  margin-bottom: 10px;
}
#Viti-Zocdoc-Modal p,
#Viti-populus-Modal p,
#Vitiligo-Healthcare-Modal p,
body.type-vitiligo #TermsConditionExt-Modal p,
#SMS-TermsExt-Modal p,
#appstoreExt-Modal p,
#googleExt-Modal p {
  font-size: 16px;
  line-height: 24px;
}
#Viti-Zocdoc-Modal .modal-body p.modal-p-bold,
#Viti-populus-Modal .modal-body p.modal-p-bold {
  margin-top: 28px;
}

#Viti-TermsCondition-Modal .terms-text-wrapper-modal ul {
  list-style-type: none;
  padding-left: 30px;
}
#Viti-TermsCondition-Modal .terms-text-wrapper-modal ul li::before {
  content: "\2022";
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
#Viti-TermsCondition-Modal .terms-text-wrapper-modal ul li,
#Viti-TermsCondition-Modal .terms-text-wrapper-modal p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'poppins-regular';
  margin-bottom: 8px;
  color: #4c4c4c;
  letter-spacing: 0.29px;

}
#Viti-TermsCondition-Modal .modal-content {
  height: 80vh !important;
  padding: 0px;
}
#Viti-TermsCondition-Modal h2 {
  padding: 50px 50px 0px 25px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 28px;
  line-height: 37px;
}
#Viti-TermsCondition-Modal .modal-body {
  overflow: auto;
  margin: 0 12px 60px 0;
  padding-left: 25px;
  scrollbar-width: none;
}
#Viti-TermsCondition-Modal .modal-body::-webkit-scrollbar {
  display: none !important;
}

#Viti-TermsCondition-Modal .simplebar-track.simplebar-vertical {
  width: 6px;
}
#Viti-TermsCondition-Modal .simplebar-scrollbar {
  background: #4c4c4c;
  border-radius: 30px;
  /* height: 100px !important; */
  width: 100%;
  cursor: pointer;
}
#Viti-TermsCondition-Modal .simplebar-wrapper {
  height: 100% !important;
}
#Viti-populus-Modal.modal h2 {
  font-size: 28px;
}
#Viti-populus-Modal .modal-body p.modal-p-bold {
  font-size: 20px !important;
}
@media (max-width: 1366px) {
  #Viti-populus-Modal .modal-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  #Viti-populus-Modal .modal-body {
    overflow: auto;
    /* scrollbar-width: none; */
    padding-right: 36px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    padding-left: 50px;
    margin-right: 14px;
  }
  #Viti-populus-Modal .modal-dialog .modal-footer {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* #Viti-populus-Modal .modal-body::-webkit-scrollbar {
    display: none !important;
  }
  
  #Viti-populus-Modal .simplebar-track.simplebar-vertical {
    width: 6px;
  }
  #Viti-populus-Modal .simplebar-scrollbar {
    background: #4c4c4c;
    border-radius: 30px;
    height: 100px !important;
    width: 100%;
    cursor: pointer;
  }
  #Viti-populus-Modal .simplebar-wrapper {
    height: 100% !important;
  } */
  #Viti-populus-Modal .modal-body p.modal-p-bold {
    font-size: 16px !important;
  }
}

@media (min-width:1200px) and (max-width:1300px) {
  #Viti-populus-Modal .modal-body p {
    font-size: 14px;
    line-height: 22px;
  }
  #Viti-populus-Modal .modal-body p.modal-p-bold {
    font-size: 14px !important;
  }
}
@media (min-width:1200px) and (max-width:1366px) {
  #Viti-populus-Modal .modal-body p.modal-p-bold {
    margin-top: 15px !important;
  }
}
@media (max-width: 575px) {
  #Viti-populus-Modal .modal-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-right: 20px !important;
  }
  #Viti-populus-Modal .modal-body p.modal-p-bold {
    font-size: 16px !important;
  } 
}
#Viti-populus-Modal .modal-body::-webkit-scrollbar {
  width: 8px;
}
#Viti-populus-Modal .modal-body::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 40px;
}
#Viti-populus-Modal .modal-body::-webkit-scrollbar-thumb {
  background-color: #4C4C4C;
  border-radius: 40px;
}
/* #Viti-TermsCondition-Modal .modal-body::-webkit-scrollbar,

#Viti-TermsCondition-Modal .modal-body::-webkit-scrollbar-track,

#Viti-TermsCondition-Modal .modal-body::-webkit-scrollbar-thumb, */
@media (max-width: 575px) {
  #Vitiligo-Healthcare-Modal .modal-dialog,
  #Viti-Zocdoc-Modal .modal-dialog,
  #Viti-populus-Modal .modal-dialog,
  #Viti-TermsCondition-Modal .modal-dialog,
  #SMS-TermsExt-Modal .modal-dialog {
    max-width: 90% !important;
  }
  #Viti-Zocdoc-Modal h2,
  #Viti-populus-Modal h2,
  #Vitiligo-Healthcare-Modal h2,
  body.type-vitiligo #TermsConditionExt-Modal h2,
  #SMS-TermsExt-Modal h2,
  #appstoreExt-Modal h2,
  #googleExt-Modal h2 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 47px;
  }

  
}




@media (max-width: 575px) {
  #viti-inner-banner .text-wrapper h1 br.viti-d-br {
    display: none;
  }
  #viti-inner-banner .text-wrapper h1 br.viti-m-br {
    display: block !important;
  }
  
  #viti-home-callout-sec .img-wrapper img {
    width: 180px;
  }

  
  #viti-home-banner-section .banner-heading-wrap .heading-text {
    padding-left: 0px;
  }
  #viti-home-banner-section .banner-heading-wrap .img-wrap.v-m-banner-droplet img {
    margin-left: -28px;
  }
  
  #viti-inner-banner .droplet-wrapper img {
    margin-left: -5px;
  }
  #viti-inner-banner .text-wrapper h1 {
    margin-left: 14px;
  }
  #viti-inner-banner .banner-droplet-wrapper .banner-droplet-wrap img {
    margin-right: 10px;
  }
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section .icon-text-wrapper .icon-wrap img {
    margin-left: 10px;
  }
 
  #viti-clinical-study .container
  #viti-clinical-study .viti-area-text-wrap .viti-text {
    font-size: 38px;
  }
  
  
  
  body.type-vitiligo.safety-side-effects #viti-safety-callout .safety-callout-warpper .img-wrapper img {
    width: 270px;
  }
  body.type-vitiligo.discussing-opzelura #viti-bg-img-sec2 .stroke-img-wrapper img {
    width: 103px;
  }
  
  #Vitiligo-Healthcare-Modal .modal-dialog, 
  #Viti-Zocdoc-Modal .modal-dialog,
  #Viti-populus-Modal .modal-dialog,
  #Viti-TermsCondition-Modal .modal-dialog, 
  #SMS-TermsExt-Modal .modal-dialog {
    width: 87% !important;
  }
  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.type-vitiligo.how-to-use #split-image-banner-section .text-wrapper-sec p {
    margin-bottom: 0px !important;
  }
  body.type-vitiligo.what-is-vitiligo #viti-inner-page-sec-2 {
    padding-bottom: 20px;
  }
  
  body.type-vitiligo.copay-savings-program #viti-inner-banner .text-wrapper h1 {
    margin-left: 26px;
  }
  
  body.type-vitiligo #terms-and-conditions {
    margin-bottom: 40px;
  }
  .csp-form-intro-details p.all-fields {
    margin-top: 30px;
    margin-bottom: 15px;
  }
 
  .viti-back-to-csp {
    margin-bottom: 22px;
  }
}
@media (min-width:576px) and (max-width:767px) {
  body.type-vitiligo header {
    position: relative;
    z-index: 16;
  }
  #viti-clinical-study .viti-cs-wrapper .about-text {
  	font-size: 24px;
  	line-height: 36px;
  }
  #viti-clinical-study .num-color-stroke-wrapper .color-stroke-wrap .img-wrap {
    width: 60%;
  }
  #viti-clinical-study .specific-text p {
    font-size: 12px;
    line-height: 20px;
  }
  #viti-right-img-section .content-sec,
  #viti-left-img-section .content-sec {
    max-width: 540px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form span.optional-italic {
  font-family: 'poppins-regular' !important;
}

@media (min-width:992px) and (max-width:1199px) {
  #viti-inner-banner .banner-droplet-wrapper .banner-droplet-wrap img {
    left: 0px;
  }
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section .icon-text-wrapper {
    margin: 0 auto !important;
  }
}



@media(min-width: 1200px) {
  #viti-home-banner-section .banner-heading-wrap .img-wrap {
    top: 10%;
  }
  #viti-home-banner-section .banner-heading-wrap .heading-text {
    top: 10%;
    padding-top: 40px;
    margin-left: -3px;
  }
  
  #viti-home-banner-section .banner-droplet-wrapper .banner-droplet-wrap img {
    margin-right: -10px;
  }
  #viti-inner-banner .banner-droplet-wrapper .banner-droplet-wrap img {
    left: 8px;
  }
  #viti-inner-banner .text-wrapper {
    margin-left: 6px
  }
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section .icon-text-wrapper {
    margin: 35px auto 0px auto !important
  }
  #viti-clinical-study .viti-cs-wrapper .right-sec {
    padding-left: 70px;
  }
  
  body.type-vitiligo footer .footer-logo-wrapper .text-wrapper {
    margin-left: 34px;
  }
  #viti-clinical-study .right-sec .specific-text p {
    width: 72%;
  }
  #viti-clinical-study {
    padding-bottom: 45px;
  }
  #viti-safety-callout .safety-callout-warpper {
    width: 80%;
  }

  
  
  #Viti-TermsCondition-Modal .modal-body {
    padding-left: 50px;
    margin-right: 30px;
    padding-top: 30px;
  }
  #Viti-TermsCondition-Modal .modal-body .terms-text-wrapper-modal {
    margin-right: 20px;
  }
  #Viti-TermsCondition-Modal h2 {
    padding-top: 62px;
    padding-bottom: 0px;
  }
  #viti-how-to-use-caring-callout h2 {
    margin-bottom: 4px;
  }
  body.type-vitiligo.staying-on-track #viti-bg-img-sec2 .stroke-img-wrapper.viti-desktop-block {
    margin-top: 70px;
  }
  #viti-staying-on-track-icon-text-sec .icon-text-wrapper.knowledge-sec {
    margin-bottom: 80px;
  }
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .top-blue-container {
    padding-bottom: 70px !important;
    padding-top: 10px!important;
  }
  body.type-vitiligo form .form-error {
    color: #EB0000 !important;
    margin-top: -5px !important;
  }
  body.type-vitiligo form .radios--wrapper .form-error {
    margin-top: -10px !important;
  }
 
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-container-step1 .webform-options-display-two-columns .radio {
    width: 14% !important;
  }
  .utility-viti-droplets-img-wrap {
    padding: 40px 0 140px 0;
  }
  
}



@media (max-width: 575px) {
  /* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #stay-story-into-text,
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .top-blue-container,
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form #stay-story-into-text,
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .form-blue-bg,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .csp-form-intro-details,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .form-blue-bg,
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form .csp-form-intro-details,
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form .form-blue-bg {
    padding-left: 35px !important;
    padding-right: 35px !important;
  } */

  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form.container,
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form.container,
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form.container,
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form input.webform-button--next,
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next {
    margin-left: 35px;
    width: 83%;
  }
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti .ad-viti-head-wrap,
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti ul.select-dropdown li,
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link.menu-item--active-trail button.nolink,
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link button.nolink,
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(6),
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link:nth-child(5) {
    padding-left: 15px !important;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link ul.custom-dropdown-menu li a {
    padding-left: 30px !important;
  }
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti .ad-viti-head-wrap .ad-viti-select {
    right: 35px;
  }
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link i {
    right: 15px;
    top: -5px;
  }
  #Viti-Zocdoc-Modal .modal-body,
  #Viti-populus-Modal .modal-body {
    padding-bottom: 0px !important;
    padding-top: 0px;
  }
  /* #Viti-Zocdoc-Modal .modal-dialog .modal-footer,
  #Viti-populus-Modal .modal-dialog .modal-footer {
    margin-top: 20px !important;
  } */
  #Viti-Zocdoc-Modal.modal h2,
  #Viti-populus-Modal.modal h2 {
    margin-bottom: 20px !important;
  }
  #viti-bg-img-sec2 .sec2-text-wrapper .blue-bg-text span {
    padding-right: 30px;
  }
  body.type-vitiligo.staying-on-track #viti-bg-img-sec2 .stroke-img-wrapper img {
    width: 103px;
  }
  body.type-vitiligo.staying-on-track #viti-bg-img-sec2.inner-page {
    padding-bottom: 15px;
  }
  
  #viti-copay-incytecares-section .incytecares-wrapper {
    padding-bottom: 125px;
  }
  #viti-copay-incytecares-section {
    margin-bottom: 55px;
  }
  body.type-vitiligo.copay-program-not-eligible #viti-inner-banner .banner-droplet-wrapper .banner-droplet-wrap {
    display: none;
  }
  
  body.type-vitiligo.copay-program-not-eligible #viti-copay-incytecares-section .text-wrapper {
    margin-top: 25px !important;
  }

  
  
  
  #viti-inner-banner .droplet-wrapper img {
    margin-left: -15px;
  }
  #viti-inner-banner .text-wrapper h1 {
    margin-left: 2px;
  }

}
@media (min-width:576px) and (max-width:767px) {
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti .ad-viti-head-wrap,
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti ul.select-dropdown li {
    padding-left: 80px;
  }
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti .ad-viti-head-wrap .ad-viti-select {
    right: 80px;
  }
  body.type-vitiligo footer {
    padding: 30px 0 20px 0
  }
  footer .img-wrapper {
    margin-bottom: 40px;
  }
}
@media(min-width: 1200px) {
  #viti-safety-callout .safety-callout-warpper,
  #viti-icon-text-section.viti-safety .icon-text-wrapper {
    width: 100% !important;
  }
  #viti-icon-text-section.viti-safety .cream-img-wrapper .cream-img img {
    margin-right: -100px;
  }
  #viti-when-how-to-use-opz-sec.first-sign-text {
    padding-top: 60px;
  }
  
}
@media (min-width: 1200px) {
  #Viti-Zocdoc-Modal .modal-dialog,
  #Viti-populus-Modal .modal-dialog,
  #Viti-TermsCondition-Modal .modal-dialog {
    max-width: 703px !important;
  }
  /* #Viti-Zocdoc-Modal .modal-body {
    overflow-y: hidden !important;
  } */
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #Viti-Zocdoc-Modal .modal-footer {
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  /* #Viti-populus-Modal .modal-body {
    overflow-y: hidden !important;
  } */
}


@media (min-width: 1200px) {
  #viti-bg-img-sec2.home-bg-sec2 .right-sec p {
    margin-bottom: 28px !important;
  }
  #viti-home-banner-section .banner-blue-bg {
    position: relative;
    margin-top: -10px;
  }
  #viti-home-banner-section .banner-droplet-wrapper .banner-droplet-wrap img {
    margin-bottom: -18px;
  }
  #viti-bg-img-sec2.home-bg-sec2 .stroke-img-wrapper img {
    margin-top: -14px;
    margin-bottom: 6px;
  }
  
  #viti-clinical-study .right-sec .specific-text p {
    width: 77% !important;
  }
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section .icon-text-wrapper,
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section .icon-text-wrapper p {
    width: 100%;

  }
  body.type-vitiligo.resources #viti-left-img-section .text-img-wrapper .text-wrapper .content-sec p {
    margin-bottom: 50px !important;
  }
  body.type-vitiligo.resources #viti-right-img-section .text-img-wrapper .img-wrapper .r-img-wrapper {
    margin-left: 40px;
  }
  body.type-vitiligo.resources #viti-right-img-section .text-img-wrapper .img-wrapper .droplet-r-wrap {
    left: -10px !important;
  }
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form #edit-processed-text-01 {
    margin-top: 45px;
  }
  
 
  /* body.type-vitiligo.registration-confirmation #viti-bottom-callout img {
    height: 178px;
  } */
}
@media (min-width: 1200px) and (max-width: 1399px) {
  
  #viti-icon-text-section.viti-safety .cream-img-wrapper .cream-img img,
  #viti-clinical-study .cream-img-wrapper .cream-img img {
    margin-right: -60px !important;
  }
  #viti-three-icon-text-callout.viti-staying-on-track .text-wrapper p {
    height: 172px !important;
  }
  #split-image-banner-section.viti-resources .text-wrapper-sec {
    top: 13% !important;
  }
}

.magenta-text.mg-tel {
  text-decoration: underline;
}
/* .checkbox .form-checkbox.error ~ .form-check-label::before,
.checkbox .form-checkbox.error ~ .form-check-label::after {
  border: 1px solid #C54B4B !important;
} */
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-address-line-2 span.optional-italic {
  font-family: 'poppins-regular' !important;
  color: #2b2b2b !important;
  font-size: 14px !important;
}
/* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox .form-checkbox.error ~ .form-check-label::before,
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox .form-checkbox.error ~ .form-check-label::after,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox .form-checkbox.error ~ .form-check-label::before,
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox .form-checkbox.error ~ .form-check-label::after {
  border: 1.5px solid #EB0000 !important;
} */
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-mail .mail-header .optional-italic, body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-sms .sms-header .optional-italic {
  margin-left: 0px;
}
@media (max-width: 575px) {
  /* body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form #stay-story-into-text,
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .top-blue-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  } */
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-sms .sms-header .optional-italic,
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-mail .mail-header .optional-italic {
    margin-left: -5px !important;
  }
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form span.stay-arrow {
    margin-right: 3px !important;
  }
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-mail .mail-header, body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .subscribe-to-sms .sms-header {
    font-size: 15px !important
  }
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form span.stay-arrow {
  width: 21px;
  height: 21px;
  }
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form span.stay-arrow span.arrow-down  {
    width: 6px;
    height: 6px;
    margin-left: 7.5px;
  	margin-top: 7px;
  }
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form span.stay-arrow.arrow-up span.arrow-down {
    margin-top: 9px;
  }

  body.type-vitiligo .eu-cookie-compliance-banner.container,
  body.type-vitiligo header .container,
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti .ad-viti-head-wrap,
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti ul.select-dropdown li,
  body.type-vitiligo #terms-and-conditions .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.type-vitiligo .ad-viti-menu-dropdown.mobile-ad-viti .ad-viti-head-wrap .ad-viti-select {
    right: 16px !important;
  }
  #viti-clinical-study .title-sec-wrapper h3 {
    margin-left: 35px;
  }
  #viti-clinical-study .viti-cs-wrapper .right-sec .c-m-block span {
    margin-right: 35px;
  }
  #viti-clinical-study .that-measured-text {
    margin-top: 12px;
  }
  
  
  #viti-inner-banner .droplet-wrapper img {
    margin-left: -16px !important;
  }
  #viti-when-how-to-use-opz-sec .cream-img-wrapper .cream-img img {
    right: -30px;
  }
  
  #viti-bottom-callout p,
  #viti-bottom-callout h4 {
    width: 100% !important;
  }
  #viti-causes-triggers-section .icon-text-wrapper .icon-wrapper {
    margin-top: 20px;
  }
  /* body.type-vitiligo.what-is-vitiligo #viti-right-img-section .content-sec,
  body.type-vitiligo.resources #viti-left-img-section .content-sec,
  body.type-vitiligo.resources #viti-right-img-section .content-sec {
    padding-left: 35px !important;
    padding-right: 35px !important;
  } */
  body.type-vitiligo.what-is-vitiligo #split-image-banner-section .text-wrapper-sec h2 br {
    display: block;
  }
  body.type-vitiligo.what-is-vitiligo #split-image-banner-section .text-wrapper-sec h2 {
    line-height: 35px;
  }
  body.type-vitiligo.resources #split-image-banner-section .text-wrapper-sec {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.type-vitiligo .js-form-type-textfield,
  body.type-vitiligo .js-form-type-tel,
  body.type-vitiligo .js-form-type-select  {
    margin-bottom: 30px !important;
  }
  body.type-vitiligo.copay-savings-program #viti-inner-banner .text-wrapper h1 {
    margin-left: 2px !important;
    margin-top: 40px;
  }
  body.type-vitiligo #terms-and-conditions .terms-title a,
  body.type-vitiligo #terms-and-conditions button.terms-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.type-vitiligo #terms-and-conditions .terms-title a span.button,
  body.type-vitiligo #terms-and-conditions button.terms-title span.button {
    top: 18px;
  }
  
  #viti-bottom-callout h4 br.m-br {
    display: block !important;
  }
  #viti-bg-img-sec2 .sec2-text-wrapper br.m-br {
    display: none !important;
  }
}


body.type-vitiligo #block-agnostic-vitiligo-mainmenuvitiligo ul.custom-dropdown-menu li a:hover,
body.type-vitiligo #block-agnostic-vitiligo-mainmenuvitiligo ul.custom-dropdown-menu li a:focus {
  background-color: #2c2851 !important;
}
@media (min-width:992px) {
  
  body.type-vitiligo #block-agnostic-vitiligo-mainmenuvitiligo ul.custom-dropdown-menu {
    border-top: 4px solid #2C2851 !important;
    margin-top: 7px !important;
  }
}

body.type-vitiligo #terms-and-conditions .terms-title a,
body.type-vitiligo #terms-and-conditions button.terms-title {
  text-decoration: none;
}

#viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text br {
  display: none;
}

@media (max-width: 991px) {
  #viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text br {
    display: block;
  }
  #viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text {
    padding-top: 9px !important;
    padding-bottom: 7px !important;
    line-height: 14px !important;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg {
    position: relative;
    padding-bottom: 330px !important;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next {
    position: absolute;
    margin-top: -330px !important;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg #edit-imagewrapper {
    text-align: center;
    position: absolute;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg #edit-imagewrapper img {
    margin-top: 90px;
  }
}
@media (min-width: 991px) {
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg {
    padding-left: 40px !important;
    padding-right: 40px !important;
    display: flex;
    padding-bottom: 10px !important;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg #edit-textwrapper {
    width: 70%;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg #edit-imagewrapper {
    width: 30%;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg #edit-imagewrapper img {
    margin-top: -15px;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form input.webform-button--next {
    margin-left: 40px !important;
    margin-top: -175px !important;
  }
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg input[type="text"] {
    width: 85% !important;
  }
 
}
@media (min-width: 991px) and (max-width: 1199px) {
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg {
    padding-bottom: 45px !important;
  }
}
/* @media (min-width: 1200px) {
  #block-agnostic-vitiligo-mainmenuvitiligo  a.viti-about-opz-menu,
  #block-agnostic-vitiligo-mainmenuvitiligo  a.viti-using-opz-menu,
  #block-agnostic-vitiligo-mainmenuvitiligo  a.viti-sup-res-menu {
    cursor: default;
  }
} */



#viti-bottom-callout .img-wrapper {
  width: 155px;
  height: 178px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
#viti-bottom-callout .img-wrapper img {
  align-self: flex-end;
}




@media (max-width: 991px) {
  body.type-vitiligo .main-navigation ul.nav-bar li.main-link a.stay-informed {
    color: #2C2851 !important;
  }
  
  
}

form.webform-submission-stay-in-the-know-form input#edit-mobile-accordion:focus ~ label .mobile-accordion-header-wrap,
form.webform-submission-stay-in-the-know-form input#edit-address-accordion:focus ~ label .mail-accordion-header-wrap {
  outline: 1.6px dotted #2c2851 !important;
}


@media (min-width: 1200px) {
 
  .main-navigation #block-agnostic-vitiligo-mainmenuvitiligo  ul.nav-bar li a.stay-informed:hover {
    background-color: #2c2851 !important;
    color: #fff !important;
    border: 2px solid #2c2851 !important;
  }

  #viti-bg-img-sec2.home-bg-sec2 .sec2-text-wrapper h1 {
    margin-bottom: 30px;
  }
}




body.type-vitiligo .webform-submission-stay-informed-vitiligo-form select {
  appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    background-position: calc(100% - 12px) center !important;
    background: url("../images/vitiligo-images/down.png") no-repeat;
    padding: 8px 32px 8px 16px;
    background-color: #fff !important;
}


@media(max-width: 575px) {
  #viti-clinical-study .viti-cs-wrapper .about-text {
    font-size: 40px;
    line-height: 50px;
  }
  /* .top-header-menu.gateway-topheader .container {
    padding-left: 6px !important;
    padding-right: 6px !important;
  } */
  #viti-clinical-study .viti-cs-wrapper .about-text span.hollow-text.viti-of-text {
    margin-right: 14px;
  }
  #Viti-Zocdoc-Modal .modal-body,
  #Viti-populus-Modal .modal-body {
    padding-right: 18px !important;
  }
  #viti-clinical-study .viti-cs-wrapper .about-text {
    font-size: 36px !important;
    line-height: 48px !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  #viti-clinical-study .viti-cs-wrapper .about-text {
    font-size: 32px;
  }
  #viti-clinical-study .that-measured-text {
    margin-top: 4px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #viti-clinical-study .viti-cs-wrapper .about-text {
    font-size: 44px;
    line-height: 52px;
  }
  #viti-when-how-to-use-opz-sec.first-sign-text {
    padding-top: 150px;
  }
  body.type-vitiligo.what-is-opzelura #viti-icon-text-section {
    padding-top: 40px;
  }

  #copay-savings-callout.home-incyte-page .cp-callout-text h2 {
    font-size: 24px;
  }
  #copay-savings-callout.home-incyte-page .cp-callout-text p.bold-text {
    font-size: 10px;
    margin-bottom: 6px;
  }
  #copay-savings-callout.home-incyte-page .cp-callout-text p.small-text,
  #copay-savings-callout.home-incyte-page .cp-callout-text p.ex-s-text {
    font-size: 10px;
  }
  #copay-savings-callout.home-incyte-page .cta-wrap {
    margin-bottom: 15px;
  }
  #copay-savings-callout.res-page .cp-callout-text h2 {
    font-size: 24px;
     margin-bottom: 12px;
  }
  #copay-savings-callout.res-page .cp-callout-text p {
    font-size: 14px;
     margin-bottom: 10px;
  }
  #copay-savings-callout.res-page .cp-callout-text p.ex-s-text {
    font-size: 12px;
  }
  body.type-atopic.resources #brochure-mockup-section .sec-wrapper .text-wrapper {
    width: 75%;
  }

  .cream-img-wrapper .cream-img img {
    margin-right: -25px !important;
  }
  #viti-clinical-study .cream-img-wrapper .cream-img img {
    margin-right: 0px;
  }
}


@media (min-width:992px) and (max-width:1199px) {
  #gateway-section .gateway-cta {
    top: 71% !important;
  }
  #gateway-section .gateway-right .gateway-cta {
    top: 74.5% !important;
  }
}
@media(max-width: 991px) {
  #viti-home-callout-sec p.opz-skin-text {
    display: none;
  }
  #viti-home-callout-sec p.opz-skin-text-mobile {
    display: block !important;
  }
}


@media (min-width:992px) and (max-width:1199px) {
  body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg input[type="text"].error {
    margin-bottom: 55px !important;
  }
}
@media(min-width: 1200px) {

body.type-vitiligo form.webform-submission-copay-savings-program-vitiligo-form #edit-copay-savings-card-step-1 .form-blue-bg input[type="text"].error {
  margin-bottom: 90px !important;
}

}

.magenta-text.mg-underline,
span.viti-res-ul {
  text-decoration: underline;
}
@media (max-width: 991px) {
  body.type-vitiligo .mobile-isi-scroll-sec p.semibold-text,
  body.type-vitiligo .mobile-isi-scroll-sec span.semibold-text  {
    font-family: 'poppins-semibold';
  }
  body.type-vitiligo .mobile-isi-scroll-sec p.viti-mob-isi-mb {
    margin-bottom: 10px !important;
  }
  body.type-vitiligo header .atopic-dermatitis-text {
    text-align: left !important;
  }
}
@media (min-width: 1400px) {
  #split-image-banner-section.home-hcp-banner .cream-img-wrapper .cream-img img {
    margin-right: -75px !important;
  }
}

body.type-vitiligo .eu-cookie-compliance-message p a,
body.type-vitiligo .eu-cookie-compliance-message p a:hover,
body.type-vitiligo .eu-cookie-compliance-message p a:active {
  font-family: 'poppins-regular' !important;
}

@media (min-width: 992px) {
  #viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text .nsv-1 {
    padding: 0 6px 0 0;
  }
}
@media (max-width: 991px) {
  #viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text {
    padding: 0px !important;
    line-height: unset !important;
    background-color: unset;
  }
  #viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text .nsv-1 {
    background-color: #1d8190;
    padding: 0 2px 0 4px;
  }
  #viti-home-banner-section .banner-heading-wrap .heading-text .green-bg-text .nsv-2 {
    background-color: #1d8190;
    padding: 0 2px 0 4px;
    position: relative;
    top: -3px;
  }
}
#viti-bg-img-sec2 .sec2-text-wrapper .blue-bg-text span {
  padding-left: 12px !important;
}

@media (max-width: 575px) {
  #viti-bg-img-sec2 .sec2-text-wrapper .blue-bg-text span {
    padding-right: 9px !important;
  }
}
@media (max-width: 575px) {
  #Viti-Zocdoc-Modal .modal-content,
  #Viti-populus-Modal .modal-content {
      height: 75vh !important;
  }
}


form .form-type-textfield label,
form .form-type-email label,
form .form-type-select label,
form .form-type-tel label {
  margin-bottom: 0.5rem;
}
form .webform-type-radios.error legend {
  margin-bottom: 12px !important;
}
form .webform-type-radios legend {
  margin-bottom: 10px !important;
}
body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .form-item-i-consent-to-receiving-product-information-and-updates-about-opz.checkbox label {
  padding-left: 8px;
  display: inline-block;
}
body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox label {
  padding-left: 20px;
  display: inline-block;
}
form.webform-submission-stay-informed-vitiligo-form .about-you-text {
  margin-bottom: 22px;
}
form.webform-submission-stay-informed-vitiligo-form .starter-pack h2 {
  margin-top: 25px;
}
body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .about-you-text {
  margin-top: 0px;
  padding-top: 60px;
}
form.webform-submission-stay-informed-vitiligo-form #edit-by-clicking {
  margin-top: 40px;
}
/* form.webform-submission-stay-informed-vitiligo-form #edit-by-clicking p {
  font-size: 14px !important;
  letter-spacing: .25px !important;
  line-height: 20px !important;
} */

form #edit-actions {
  margin-bottom: 0px !important;
}
@media (max-width: 575px) {
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .form-item-zip-code {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  
  body.type-vitiligo .radios--wrapper {
    margin-bottom: 0px !important;
  }
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .about-you-text {
    padding-top: 35px;
    margin-bottom: 20px;
  }
  form.webform-submission-share-your-story-vitiligo-form #common-error.error-form-common {
    margin-bottom: 36px;
  }
}
@media (min-width: 991px) {
  
  body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step1 #edit-i-have-read-the-a-id-termsopen-href-terms-conditions-class-text---wrapper.radios--wrapper {
    margin-bottom: 20px;
  }
  form.webform-submission-stay-informed-vitiligo-form #common-error.error-form-common {
    margin-bottom: 36px;
  }
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .about-you-text {
    margin-top: 46px !important;
    margin-bottom: 23px;
  }

  
  #Viti-6c-Inner-Sec-1 .row,
  #Beige-BG-6c-Section .row,
  #Viti-6c-Inner-Sec-1.stay-questions .row,
  #Viti-6c-Inner-Sec-1.caring-for-vit .row,
  #find-answer-learning-sessions .row,
  #track-progress-derminder .row,
  #support-2-col-cta .row,
  #Financial-Assistance-Support-6c .row,
  #Copay-Savings-Program-6c .row,
  #Opz-Pricing_copay .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  
  #Viti-6c-Inner-Sec-1 .row .col-lg-4,
  #Beige-BG-6c-Section .row .col-lg-6,
  #Viti-6c-Inner-Sec-1.stay-questions .row .col-lg-6,
  #Viti-6c-Inner-Sec-1.caring-for-vit .row .col-lg-6,
  #find-answer-learning-sessions .row .col-lg-6,
  #track-progress-derminder .row .col-lg-6,
  #support-2-col-cta .row .col-lg-6,
  #Financial-Assistance-Support-6c .row .col-lg-6,
  #Opz-Pricing_copay .row .col-lg-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  body.type-vitiligo form.webform-submission-stay-informed-vitiligo-form .about-you-text {
    margin-bottom: 24px !important;
  }
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form {
    margin-bottom: 80px !important;
  }
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form .about-you-text {
    margin-top: 18px !important;
  }
  body.type-vitiligo form.webform-submission-share-your-story-vitiligo-form #common-error.error-form-common {
    margin-bottom: 45px;
  }
  #Copay-Savings-Program-6c p.elig-text {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

body.type-vitiligo form.webform-submission-copy-get-started-vitiligo-form .checkbox.form-item-crm-enable {
  margin-bottom: 24px !important;
}

@media (min-width: 1200px) {
  body.type-vitiligo .radio input[type="radio"]:hover,
  body.type-vitiligo .radio input[type="radio"]:focus {
    background-color: #d8d4d7 !important;
  }
  form.webform-submission-stay-informed-vitiligo-form #edit-i-am-.radio label,
  form.webform-submission-share-your-story-vitiligo-form #edit-i-am-.radio label,
  form.webform-submission-copy-get-started-vitiligo-form #edit-copay-get-started-step2 #edit-i-am.radio label {
    width: 100%;
  }

}

@media (max-width: 1200px) {
  form .radio label {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #edit-copay-get-started-step1 .radio {
    margin-bottom: 8px !important;
  }
  #edit-copay-get-started-step1 #edit-i-have-read-the-a-id-termsopen-href-terms-conditions-class-text---wrapper .radio {
    margin-bottom: 14px !important;
  }

  #edit-copay-get-started-step2 #edit-how-would-you-like-to-receive-your-copay-savings-card---wrapper {
    margin-bottom: 6px !important;
  }
  
  #edit-copay-get-started-step2 #edit-already-prescription-brand.radio {
    margin-bottom: -4px !important;
  }
  #edit-copay-get-started-step2 #edit-how-long-have-you-been-living-with-vitiligo-,
  #edit-copay-get-started-step2 #edit-how-long-have-you-been-care-with-vitiligo-.radio {
    margin-bottom: 0px !important;
  }
  #edit-copay-get-started-step2 .js-form-item-zip-code {
    margin-top: -22px !important;
  }
  #edit-copay-get-started-step2 #edit-brand-prescription--wrapper #edit-brand-prescription {
    margin-bottom: 0px !important;
  }
  #edit-copay-get-started-step2 #edit-how-long-have-you-been-care-with-vitiligo---wrapper {
    margin-top: -6px;
    margin-bottom: 10px !important;
  }
}
