
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.woff2') format('woff2'),
        url('../fonts/Lora-Regular.woff') format('woff');
}
@font-face {
  font-family:'4a-rotunda-regular-web';
  src: url('../fonts/4a-rotunda-regular-web.woff2') format('woff2'),
  url('../fonts/4a-rotunda-regular-web.woff') format('woff');
}
@font-face {
  font-family:'6a-rotunda-bold-web';
  src: url('../fonts/6a-rotunda-bold-web.woff2') format('woff2'),
  url('../fonts/6a-rotunda-bold-web.woff') format('woff');
}
@font-face {
  font-family:'7a-rotunda-extrabold-web';
  src: url('../fonts/7a-rotunda-extrabold-web.woff2') format('woff2'),
  url('../fonts/7a-rotunda-extrabold-web.woff') format('woff');
}


body {
  font-family:'4a-rotunda-regular-web' !important;
  font-size: 14px;
  color: #433E4A;
  margin: 0px;
  padding: 0;
} 

ul, ol {
  margin: 0px !important;
  padding: 0px !important;
}
a {
  text-decoration: none !important; 
}

/* Common css start here */
.ml-auto {
  margin-left: auto;
}
.section-space {
  padding: 5rem 0;
}

.section-space-lg {
  padding: 9.62rem 0 6.25rem 0;
}
.blue-bg {
  background: #CCDEED;
}
.pink-bg {
  background: #F3E9E2;
}
.top-blue-border {
  border-top: solid 10px #2D2850;
}
.top-pink-border {
  border-top: 10px solid #C3936F;
}
.bold-text {
  font-family:'7a-rotunda-extrabold-web';
}
.sub-text {
  font-size: 20px !important;
  color: #56535A;
  line-height: 22px;
  margin-bottom: 1.37rem;
}
.main-heading {
  color: #2D2850;
  text-transform: uppercase;
  font-size: 36px;
  font-family:'7a-rotunda-extrabold-web';
  line-height: 40px;
  letter-spacing: 0.72px;  
}
.main-heading sup {
  font-size: 20px;
}
.sub-heading {
  color: #C74E52;
  text-transform: uppercase;
  font-size: 18px;
  font-family:'7a-rotunda-extrabold-web';
  line-height: 24px;
  letter-spacing: 0.54px;
}
.img-fluid img {
  max-width: 100% !important;
  height: auto !important;
}
.round-border-left { 
  border-radius: 0px 0px 0px 60px !important;
}
.round-border-right {
  border-radius: 0px 0px 60px 0px !important;
}
.theme-btn {
  background-color: #1d8190 !important;
  border-radius: 50px !important;
  padding: 11px 50px !important;
  font-family: '7a-rotunda-extrabold-web' !important;
  font-size: 16px !important;
  border: solid 1px #1d8190 !important;
}
.theme-btn:hover {
  background-color: #0a5f6c !important;
}
.overlay-hidden {
  overflow: hidden;
}
/* Common css ends here */


/* Header Css start here */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; 
  transition: all 0.2s ease;
}
.header.sticky {
  top: -37px;
}

.header .top-bar {
  background-image: linear-gradient(to right, #F4F6F7 76%,#176773 24%);
  position: relative;
}
.header .top-bar .header-text {
  font-size: 13px;
  color: #71767A;
  margin: 8px 0;
  display: flex;
}
.header .top-bar .header-text p {
  margin: 0 0 0 5px;
}
.header .top-bar .top-links li {
  display: inline-block;
}
.header .top-bar .top-links li.stay a {
  color: #fff;
} 

.header .top-bar .top-links li a {
  font-size: 14px;
  color: #56535A;
  padding: 8px 50px;
  display: inline-block;
}
.header .top-bar .top-links li:first-child a {
  background: #F4F6F7;
  border-radius: 0 0 50px 0;
} 
.header .top-bar .top-links li:last-child a {
  padding-right: 0;
  color: #fff;
}

.header nav.navbar {
  background: #2C284E;
  padding:  0;
  box-shadow: 0px 3px 10px #0000001A;
}

.header .navbar .navbar-nav .nav-item {
  padding: 0 26px;
}
.header .navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #77B4BD;
  font-weight: 600;
  padding: 2.62rem 0 1.75rem;
  border-bottom: solid 6px transparent;
}
.header.sticky .navbar .navbar-nav .nav-item .nav-link {
  padding: 2.02rem 0 1.15rem;
}
.header .navbar .navbar-nav .nav-item .nav-link.is-active {
  color: #FFFFFF;
  border-bottom: solid 6px #FFFFFF;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #FFFFFF;
}
/* Header Css Ends here */



/* Banner Css start here */

.home-bnr {
  background: url(../images/home-bnr.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100vh - 7.43rem);
  margin-top: 7.43rem;
  position: relative;
}

.home-bnr .bnr-outer  {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: auto;
}
.home-bnr .bnr-outer .bnr-content {
  margin-top: auto;
  padding-bottom: 3.29rem;
}
.home-bnr .bnr-outer .bnr-content h2 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.875rem;
  margin: 2.12rem 0 1.25rem 0;
}
.home-bnr .bnr-outer .bnr-content h2 sup {
  font-size: 16px;
}
.home-bnr .bnr-outer .bnr-content p {
  font-family: 'Lora';
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.37rem;
  margin: 0 0 6px 0;
}
.home-bnr .bnr-outer .bnr-content p.bnr-note {
  font-family: 'Lora';
  font-size: 14px;
}

/* Banner Css ends here */



/* Inner Banner Start here */

.inner-banner {
  position: relative;
  margin-top: 7.43rem;
}
.inner-banner .inner-head {
  position: absolute;
  bottom: 12%;
  left: 5.8%;
  min-height: 126px;
}
.inner-banner.bnr-sm-head .inner-head h2 {
  font-size: 52px;
}
.inner-banner .inner-head h2 {
  font-size: 64px;
  font-family:'6a-rotunda-bold-web';
  color: #2C284E;
  line-height: 64px;
  text-transform: uppercase;
  position: relative;
  
}
/* .inner-banner .inner-head h2:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 144px;
  height: 10px;
  background: #2C284E;
} */
.inner-bnr-img img {
  width: 100%;
}

/* Inner Banner Ends here */


/* Approved Treatment Css start here  */


.approved-sec {
  padding-right: 40px;
}
.approved-sec .approved-list {
  padding: 26px 0 8px 0 !important;
}
.approved-sec .approved-list li {
  display: block;
  font-size: 20px;
  color: #433E4A;
  line-height: 26px;
  padding-left: 16px;
  padding-bottom: 30px;
  position: relative;
}
.approved-sec .approved-list li:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #FF5067;
  border-radius: 50px;

}
.approved-sec .approved-list li sup {
  font-size: 13px;
}

.approved-sec .footnote {
  margin-top: 3rem;
  color: #56535A;
}

.approved-sec .approved-blue-box {
  background: #2D2850;
  padding: 2.875rem 3.125rem 1.875rem;
  margin-bottom: 3.125rem;
  display: flex;
}
.approved-sec .approved-blue-box .approved-blue-left {
  padding: 1.25rem 2.8125rem 0 0;
  max-width: 299px;
}
.approved-sec .approved-blue-box .approved-blue-left p {
  font-family: 'Lora';
  font-size: 16px;
  color: #fff;
  margin: 0 0 8px 0;
}
.approved-sec .approved-blue-box .patient-no {
  font-size: 56px;
  color: #fff;
  font-family:'7a-rotunda-extrabold-web';
  margin: 0;
  letter-spacing: 1.12px;
}
.approved-sec .approved-blue-box h4 {
  font-size: 18px;
  color: #FFB9C2;
  font-family:'7a-rotunda-extrabold-web';
  padding: 0 0 8px 0;
  border-bottom: solid 1px #FFB9C2;
  margin-bottom: 16px;
  display: inline-block;
  letter-spacing: 0.54px;
}
.approved-sec .approved-blue-box .approved-blue-right {
  text-align: center;
  padding: 20px 0 20px 30px;
  max-width: 299px;
}
.approved-sec .approved-blue-box .approved-blue-right p {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  margin: 0;
}

.approved-sec .approved-blue-box .border-right {
  border-right: 1px solid #3c3764;
} 

.approved-sec p.note {
  font-family: 'Lora';
  font-size: 16px;
  color: #433E4A;
  margin: 0 0 20px 0;
}



/* Approved Treatment Css Ends here  */



/* Facilitate section CSS start here */

.sub-para {
  font-size: 20px;
  color: #56535A;
  line-height: 26px;
  font-family:'4a-rotunda-regular-web';
}

.heading-img-box .pop-btn {
  margin: 0.25rem 0.93rem 0.25rem 0;
  cursor: pointer;
}

.heading-img-box .right-text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.54px;
  color: #C74E52;
  text-transform: uppercase;
  font-family:'7a-rotunda-extrabold-web';
}

.facilitate-card .pop-click {
  display: flex;
  align-items: baseline;
}

.facilitate-card {
  padding: 25px 20px 40px 20px;
  background-color: #FAFBFB;
  box-shadow: 0px 3px 6px #00000029;
  border: 0;
  height: 100% !important;
}

.facilitate-card .card-body {
  padding-top: 45px;
}

.facilitate-card .pop-click {
  display: flex;
  align-items: baseline;
}

.facilitate-card .card-header {
  background-color: transparent;
  padding: 0 0px 7px 0;
  border-bottom: 1px solid #C74E52;
  min-height: 65px;
}

.facilitate-box .facilitate-decrpt {
  font-size: 16px;
  font-family: 'Lora';
  line-height: 22px;
  color: #56535A;
  margin-top: 50px;
}

/* Facilitate section CSS end here */




/* vitiligo section CSS start here */

.vitiligo-card .vitiligo-box {
  border: 0;
  text-align: center;
  margin-bottom: 20px;
}

.vitiligo-card .vitiligo-box .vitiligo-header {
  border: 0;
  background-color: transparent;
  padding-bottom: 25px;
}

.vitiligo-card .vitiligo-box .vitiligo-body h6 {
  font-size: 20px;
  line-height: 26px;
  color: #56535A;
  font-family:'4a-rotunda-regular-web';
}

.vitiligo-detail .pop-clicks {
  display: flex;
  align-items: baseline;
  /* border-top: 1px solid #C74E52; */
  /* padding-top: 20px; */
}

.vitiligo-detail .pop-clicks p {
  margin-bottom: 0;
}

.vitiligo-detail .pop-clicks .right-texts {
  font-size: 20px;
  line-height: 26px;
  color: #56535A;
  font-family:'4a-rotunda-regular-web';
}

.vitiligo-treatment .vitiligo-card {
  margin: 30px 0px 20px 0;
  padding: 50px 50px;
  border: 0;
  box-shadow: 0px 3px 6px #00000029;
}

.vitiligo-treatment .week-list {
  margin-top: 50px;
}

.week-list .week-list-row {
  text-align: center;
}
.week-list .week-list-row .week-list-menu h6 {
  font-size: 20px;
  line-height: 26px;
  font-family:'4a-rotunda-regular-web';
  color: #56535A;
  text-transform: capitalize;
  padding-bottom: 25px;
}
.vitiligo-treatment .week-list-row {
  position: relative;
}
.vitiligo-treatment .week-list .week-list-row::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #FF5067;
  right: 155px;
  top: 63%;
  transform: translateY(-60%);
  position: absolute;
  z-index: 2;
}
.vitiligo-treatment .week-list .week-list-menu {
  z-index: 3;
}
.vitiligo-treatment {
  background-color: #F3E9E2;
}
.vitiligo-treatment .week-bottom {
  font-size: 16px;
  font-family: Lora;
  line-height: 22px;
  color: #56535A;
  text-align: center;
  margin-top: 50px;
}
.right-cross-btn {
  display: block;
}
.popup-left-cross {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.opz-modal .btn-one {
  background-color: red;
}

.opz-modal .viti-cross-btn {
  position: relative;
}

.opz-modal .viti-cross-btn .viti-btn {
  position:absolute;
  top: 0;
  right: 0px;
  z-index: 999999;
}

.opz-modal .viti-cross-btn .viti-btn .btn-close {
  background: url(../images/close-icon.svg)no-repeat;
  opacity: 1;
  width: 30px;
  height: 30px;
  position:absolute;
  top: 37px;
  right: 60px;
}

/* vitiligo section CSS end here */




/* References Section Start Here */

.references-section {
  background: #F4F4F6;
}
.references-section .reference-accordion .accordion .accordion-item {
  border: 0;
  border-radius: 0;
}
.references-section .reference-accordion .accordion-header .accordion-button {
  border-radius: 0;
  box-shadow: 0px 3px 6px #00000029;
  background: #FFFFFF;
  padding: 15px 30px 15px 36px;
  font-size: 18px;
  color: #176773;
  font-weight: 600;
}
.references-section .reference-accordion .accordion-header .accordion-button::after {
  background:url(../images/down-arrow.svg) no-repeat;
  width: 30px;
  height: 30px;
  opacity: 0,9;
}
.references-section .reference-accordion .accordion .accordion-item .accordion-body {
  padding: 48px 30px 85px 30px;
  box-shadow: 0px 3px 6px #00000029;
}
.reference-list li {
  font-family: 'Lora';
  font-size: 14px;
  color: #56535A;
  line-height: 18px;
  display: block;
  padding: 0 0 10px 0;
  word-wrap: break-word;
}
.tel-no {
  white-space: nowrap;
}

/* References Section Ends Here */


/* Mechanism of disease CSS start here  */


.pathway-section .pathologenesis-subheading{
  text-align: center;
  align-items: start;
}
.pathway-section .pathologenesis-subheading .item{
  margin-top: 80px;
}
.pathway-section .desktop-icon{
  padding: 0px 0px 0px 17px;
}
.pathway-section .desktop-icon:hover{
  color: #C74E52;
}
.pathway-section .pathway-img{
  align-items: center;
  margin-bottom: 1.56rem;
}
.pathway-section .pathway-img img {
  margin-top: 15px;
}
.pathway-section .para-info {
  font-size: 16px;
  font-family: 'Lora';
  line-height: 22px;
  padding-left: 5rem;
}
.pathway-section .box-info{
  padding:4.5rem 0;
  border-radius: 0px 0px 0px 40px;
  background-color: #2C284E;
  box-shadow: 0px 3px 6px #00000029;
}
.pathway-section .box-info h6{
letter-spacing: 0.54px;
color: #FFB9C2;
font-family:'7a-rotunda-extrabold-web';
font-size: 18px;
}
.pathway-section .box-info p{
line-height:32px;
letter-spacing: 0px;
color: #FFFFFF;
font-size: 24px;
}

/* Mechanism of disease CSS end here  */


 /* Vitiligo Effect isn't section css start here  */

 .vitiligo-effect  .vitiligo-patient-box {
    box-shadow: 0px 3px 6px #00000029;
    background: #FAFBFB;
    height: 100%;
 }
 .vitiligo-effect .vitiligo-patient-box .vitiligo-patient-icon {
  text-align: center;
  background: #fff;
  padding: 2.37rem 1rem 2.37rem;
  min-height: 178px;
 }
 .vitiligo-effect .vitiligo-patient-box .vitiligo-patient-text {
    padding: 1.5rem 1.37rem  2.37rem;
 }
 .vitiligo-effect .vitiligo-patient-box .vitiligo-patient-text .patient-no {
    font-size: 56px;
    color: #2D2850;
    font-family:'7a-rotunda-extrabold-web';
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
 }
 .vitiligo-effect .vitiligo-patient-box .vitiligo-patient-text .patient-red {
    font-size: 24px;
    letter-spacing: 0.72px;
    color: #FF5067;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.vitiligo-effect .vitiligo-patient-box .vitiligo-patient-text p {
  font-size: 16px;
  color: #56535A;
  line-height: 22px;
  margin: 0;
}
.vitiligo-effect .vitiligo-effect-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 0.93rem;
}
.vitiligo-effect .vitiligo-effect-right .patient-list li {
  display: flex;
  font-size: 20px;
  color: #56535A;
  margin-bottom: 2.25rem;
}
.vitiligo-effect .vitiligo-effect-right .patient-list li  .plus-icon {
  padding: 0.25rem 0.93rem 0.25rem 0;
  cursor: pointer;
}
.vitiligo-effect .vitiligo-effect-right .need-blue-box {
  background: #2C284E;
  padding: 3.12rem 0.62rem;
  text-align: center;
}

.vitiligo-effect .vitiligo-effect-right .need-blue-box h3 {
  font-size: 18px;
  color: #FFB9C2;
  font-family:'7a-rotunda-extrabold-web';
  margin-bottom: 0.62rem;
}
.vitiligo-effect .vitiligo-effect-right .need-blue-box p {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 2rem;
  margin-bottom: 0.32rem;
}
.vitiligo-effect .vitiligo-effect-right .need-blue-box h4 {
  font-size: 32px;
  color: #FFB9C2;
  font-family:'7a-rotunda-extrabold-web';
  margin: 0px
}
.opz-modal .modal-body .bsa-text {
  font-family: 'Lora';
  color: #56535A;
  font-size: 14px;
  align-self: flex-end;
  padding: 3.75rem 0;
}
.opz-modal .modal-body .location-list ul {
  padding: 0;
}
.opz-modal .modal-body .location-list ul li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #282445;
    margin-bottom: 8px;
}
.opz-modal .modal-body .location-list ul li .green-icon {
  width: 16px;
  height: 16px;
  background: #1D8190;
  margin-right: 8px;
  margin-bottom: 0;
}

.opz-modal .modal-body .location-list ul li p {
  margin-bottom: 0;
}

.opz-modal .modal-body .location-list ul li .brown-icon {
  width: 16px;
  height: 16px;
  background: #C3936F;
  margin-right: 8px;
}
  /* Vitiligo Effect isn't section css ends here  */


/* Unmeet Need page css start here */



/* Chronic Autoimmune CSS start here */

.chronic-sectn {
  background-color: #CCDEED;
}

.chronic-sectn .Chronic-list li {
  display: block;
  font-size: 20px;
  color: #433E4A;
  line-height: 26px;
  padding-bottom: 30px;
  padding-left: 16px;
  position: relative;
}
.chronic-sectn .Chronic-list li:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #FF5067;
  border-radius: 50px;
}
.chronic-sectn .Chronic-list div div:first-child li .pop-clicks {
  padding-left: 46px;
  position: relative;
}
.chronic-sectn .Chronic-list div div:first-child li .pop-clicks .pop-btn {
  position: absolute;
  top: 2px;
  left: 11px;
  width: 6px;
  height: 6px;
  background: #FF5067;
  border-radius: 50px;
  cursor: auto;
}
.chronic-sectn .Chronic-list div div:first-child li .pop-clicks .pop-btn img {
  display: none;
}
.chronic-sectn .Chronic-list .pop-clicks {
  display: flex;
  /* align-items: baseline; */
}

.chronic-sectn .Chronic-note {
  margin-top: 2.68rem;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Lora';
  color: #433E4A;
}

.chronic-sectn .chronic-sectn-two {
  padding-right: 3.75rem;
}
#Chronic-third .modal-body .popup-imgs img {
  width: 80%;
}



/* Chronic Autoimmune CSS end here */


/* quality repagmentation css start here */

.repagmentation-sec {
  background-color:#CCDEED;
}
.quality-repagmentation{
  padding-left: 6.7rem;
}
.repagmentation-sec .repagmentation-list {
  padding: 20px 0 2px 0;
}
.repagmentation-sec .repagmentation-list li {
  display: block;
  font-size: 20px;
  color: #433E4A;
  line-height: 26px;
  padding-left: 16px;
  padding-bottom: 36px;
  position: relative;
}
.repagmentation-sec .repagmentation-list li:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #FF5067;
  border-radius: 50px;

}
.repagmentation-sec .repagmentation-list li sup {
  font-size: 13px;
}
.repagmentation-sec .repagmentation-blue-box {
  background: #2D2850;
  padding: 4.563rem 3.125rem 1.875rem 6.7rem;
  margin-bottom:5.9375rem;
  display: flex;
  max-width: 706px;
  box-shadow: 0px 3px 6px #00000029;
}

.repagmentation-sec .repagmentation-blue-box .repagmentation-blue-left p {
  font-family: 'Lora';
  font-size: 16px;
  color: #fff;
  margin: 0 0 8px 0;
}
.repagmentation-sec .repagmentation-blue-box .repagmentation-blue-left .patient-no {
  font-size: 56px;
  color: #fff;
  font-family:'7a-rotunda-extrabold-web';
  margin: 0;
  letter-spacing: 1.12px;
}
.repagmentation-sec .repagmentation-blue-box .repagmentation-blue-left h4 {
  font-size: 18px;
  color: #FFB9C2;
  font-family:'7a-rotunda-extrabold-web';
  padding: 0 0 12px 0;
  border-bottom: solid 1px #FFB9C2;
  margin-bottom: 16px;
  display: inline-block;
  letter-spacing: 0.54px;
}
/* quality repagmentation css end here */


/* Unmeet Need page css Ends here */



/* summary-en desktop css start here */

.summary-offer .blue-upmost-case {
  background-color: #2D2850;
  padding: 25px 38px 17px 22px;
  height: 93px;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 35px 0px;
}

.summary-offer .blue-upmost-case .upmost-title {
font-size: 18px;
line-height: 24px;
letter-spacing: 0.54px;
color: #FFFFFF;
text-transform: uppercase;
font-family:'7a-rotunda-extrabold-web';
}

.summary-offer .summary-flow {
box-shadow: 0px 3px 6px #00000029;
border-radius: 0px 0px 35px 0px;
padding: 1.87rem 3.43rem 1.37rem 1.37rem;
position: relative;
}

.summary-offer .summary-flow .summary-flow-details .summary-icon{
position: absolute;
top: -22px;
right: -19px;
width: 68px;
height: 68px;
}

.summary-offer .summary-flow p {
font-size: 16px;
line-height: 20px;
letter-spacing: 0px;
color: #282445;
font-family:'4a-rotunda-regular-web';
margin-bottom: 0.70rem;
}

.summary-offer .summary-flow ul.summary-list {
padding: 0 0 0px 12px;
}

.summary-offer .summary-flow ul.summary-list li {
display: block;
font-size: 16px;
line-height: 20px;
color: #282445;
font-family:'4a-rotunda-regular-web';
position: relative;
padding-bottom: 0.18rem;
}

.summary-offer .summary-flow ul.summary-list li:after {
  content: '';
  position: absolute;
  top: 6px;
  left: -10px;
  width: 5px;
  height: 5px;
  background: #FF5067;
  border-radius: 50px;
}

.summary-offer .summry-bottom-note .note1 {
  font-size: 16px;
  line-height: 22px;
  color: #56535A;
  font-family: 'LORA';
  font-family:'4a-rotunda-regular-web';
  padding-top: 4rem;
}

.summary-offer .summry-bottom-note .note2 {
  font-size: 14px;
  line-height: 18px;
  color: #56535A;
  font-family: 'LORA';
  font-family:'4a-rotunda-regular-web';
}

.summary-offer .summary-row {
  padding-top: 3.70rem;
}

.summary-offer .use-twice-box {
position: relative;
}

.summary-offer .use-twice-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2D2850;
  right: -140px;
  top: 43px;
  transform: translateY(-60%);
  position: absolute;
  z-index: -1;
}

.summary-offer .use-twice-box:last-child::after {
display: none;
}

.summary-offer .summary-flow { 
position: relative;
}

.summary-offer .summary-flow::after {
content: "";
position: absolute;
width: 2px;
height: 3rem;
background-color: #CC4052;
left: 50%;
top: -3rem;
transform: translateX(-50%);
}

.summary-offer .summary-flow:last-child::before {
content: "";
width: 12px;
height: 12px;
border-radius: 50px;
background-color: #CC4052;
position: absolute;
top: -5px;
left: 50%;
transform: translateX(-50%);
}

/* summary-en desktop css end here */



/* Efficacy Weeks CSS Start Here */

.jump-to-btn a {
  background-color: #1d8190;
  font-size: 18px;
  border: none;
}

.efficacy-weeks-sec h3 {
  font-size: 24px;
  color: #56535A;
  margin: 0 0 1.25rem 0;
  font-family:'7a-rotunda-extrabold-web';
}
.efficacy-weeks-sec .efficacy-weeks-left {
  padding-right: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.efficacy-weeks-sec .rating-text {
  font-family: 'Lora';
  font-size: 16px;
  color: #56535A;
  line-height: 22px;
  margin-top: auto;
}
.efficacy-weeks-sec .efficacy-weeks-right .weeks-title {
  font-size: 20px;
  color: #56535A;
  font-family:'7a-rotunda-extrabold-web';
  line-height: 26px;
  margin: 0 0 1.27rem 0;
}
.efficacy-weeks-sec .weeks-list li {
    font-size: 20px;
    color: #56535A;
    line-height: 26px;
    margin: 0 0 1rem 1.25rem;
}
.efficacy-weeks-sec .weeks-list li::marker {
  color: #FF5067;
}
.efficacy-weeks-sec .efficacy-weeks-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.efficacy-weeks-sec .efficacy-weeks-right .graph-bottom-content {
  margin-top: auto;
  font-family: 'Lora';
  font-size: 16px;
  color: #56535A;
}
.efficacy-weeks-sec .efficacy-weeks-right .declared-list li {
  display: flex;
  padding-bottom: 2rem;
  font-size: 20px;
  color: #56535A;
}
.efficacy-weeks-sec .efficacy-weeks-right .declared-list li a {
  opacity: 0.9;
  width: 32px;
  height: 32px;
}
.efficacy-weeks-sec .efficacy-weeks-right .declared-list li span {
  padding-left: 1rem;
  width: 100%;
}
.efficacy-weeks-sec .vns-responce-sec {
  padding-top: 3.75rem;
}
.efficacy-weeks-sec .vns-responce-sec .weeks-list li {
  margin-bottom: 1rem;
}
.efficacy-weeks-sec .vns-responce-sec .vns-blue-box {
  background: #2C284E;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 0px 40px;
  padding: 4.37rem 1rem;
  text-align: center;
}
.efficacy-weeks-sec .vns-responce-sec .vns-blue-box h4 {
  font-size: 18px;
  color: #FFB9C2;
  text-transform: uppercase;
  font-family:'7a-rotunda-extrabold-web';
}
.efficacy-weeks-sec .vns-responce-sec .vns-blue-box h5 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}
.efficacy-weeks-sec .vns-responce-sec p {
  margin: 4.12rem 0 0 0;
  font-family: 'Lora';
  font-size: 16px;
  color: #56535A;
}
.efficacy-weeks-sec .patient-range {
  display: flex;
  align-items: center;
}
.efficacy-weeks-sec .patient-range span {
  font-size: 20px;
  color: #433E4A;
  margin: 0 0 0 15px;
  width: 100%;
} 
.efficacy-weeks-sec .patient-range a {
  width: 30px;
  height: 30px;
}
.efficacy-weeks-sec .patient-range-img {
  margin-top: 2.5rem;
}
.opz-modal .no-list {
  padding: 0 0 0 16px !important;
}
.opz-modal .no-list li {
  font-size: 16px;
  color: #56535A;
  padding: 0 0 3px 8px;
}
.opz-modal .modal-body .surface-area ul {
  display: flex;
  align-items: center;
}
.opz-modal .modal-body .surface-area ul li {
  margin: 0 24px 0 0;
  display: inline-block;
  text-align: center;

}
.opz-modal .modal-body .surface-area ul li p {
  font-size: 16px;
  color: #56535A;
  font-family:'7a-rotunda-extrabold-web';
  margin: 20px 0 0 0;
}

.opz-modal .modal-body .surface-area ul li:last-child {
  margin-right: 0;
}
.patient-character tbody tr td:first-child {
    width: 68%;
}

/* Efficacy Weeks CSS Ends Here */


/* Efficacy Slider section CSS Start Here */

.efficacy-slider-section h3 {
  font-size: 24px;
  color: #2D2850;
  margin-bottom: 1.37rem;
  font-family:'7a-rotunda-extrabold-web';
}
.efficacy-slider-section h4 {
  font-size: 18px;
  color: #2D2850;
  margin-bottom: 0.75rem;
  font-family:'7a-rotunda-extrabold-web';
}
.efficacy-slider-section p {
  font-size: 16px;
  color: #56535A;
  margin-bottom: 1.62rem;
}
.efficacy-slider-section .opz-carousels {
  padding: 0 9.37rem;
}
.efficacy-slider-section .patient-slide-panel {
  text-align: center;
  border-radius: 0px 0px 0px 30px;
  min-height: 400px;
  margin: 0 12px;
}
.efficacy-slider-section .patient-slide-panel .patient-des {
  padding: 0 16px;
} 
.efficacy-slider-section .patient-slide-panel .patient-des h6 {
  font-size: 18px;
  color: #56535A;
  font-weight: 800;
  margin-bottom: 8px;
}
.efficacy-slider-section .patient-slide-panel .patient-des p {
  font-size: 16px;
  color: #56535A;
  margin: 0;
  line-height: 22px;
}
.efficacy-slider-section .patient-note {
  font-family: 'Lora';
  font-size: 16px;
  color: #000000;
  margin: 0 0 0 12px;
}
.efficacy-slider-section .carousel-inner {
    margin-bottom: 24px;
}
.efficacy-slider-section .carousel-indicators {
  bottom: -70px;
}
.efficacy-slider-section .patient-slide-sm {
  min-height: 422px;
}
.patient-15-slider .patient-slide-sm {
  min-height: 280px;
}
.efficacy-slider-section .opz-carousels .carousel-control-next, .efficacy-slider-section .opz-carousels .carousel-control-prev {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
}

/* Efficacy Slider section CSS Ends Here */







/* Safety Clinical CSS Start here */

.safety-clinical {
  padding: 7.5rem 0 7.5rem 6rem;
}

.safety-clinical .safety-clinical-right .safety-blue-box {
  background: #2C284E;
  padding: 3.12rem 4rem 3.12rem 2rem;
  text-align: center;
}

.safety-clinical .safety-clinical-right .safety-blue-box h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.54px;
  color: #FFB9C2;
  font-family:'7a-rotunda-extrabold-web';
  margin-bottom: 0.62rem;
}

.safety-clinical .safety-clinical-right .safety-blue-box p {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  font-family:'4a-rotunda-regular-web';
}

.safety-clinical .safety-clinical-right .safety-data-list ul li .pop-clicks {
  display: flex;
}

.safety-clinical .safety-clinical-right .safety-data-list {
  padding-right: 3rem;
  padding-left: 1.3rem;
}

.safety-clinical .safety-clinical-right .safety-data-list ul li {
  display: block;
  font-size: 20px;
  color: #56535A;
  line-height: 26px;
  padding-bottom: 1.87rem;
}

.safety-clinical .safety-clinical-right .safety-data-list ul .list-3 {
  position: relative;
  padding-left: 2.78rem;
}

.safety-clinical .safety-clinical-right .safety-data-list ul .list-3::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 22px;
  width: 6px;
  height: 6px;
  background: #FF5067;
  border-radius: 50px;
}

.safety-bottom-note {
  padding-top: 1.87rem;
}

.safety-bottom-note p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'LORA';
  margin: 0;
}

.safety-bottom-note .note2 {
  margin-top: 0.62rem;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  opacity: 1;
  padding: 0 0 24px 0;
}

.safety-clinical-table .week-table thead {
  vertical-align: top;
}

.safety-clinical-table .week-table thead tr th:first-child {
  text-align: left;
}

.safety-clinical-table .week-table thead tr th {
  text-align: center;
}

.safety-clinical-table .week-table thead .s-heading1 {
  background-color: #2C2850;
}

.safety-clinical-table .week-table thead .s-heading1 th {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.safety-clinical-table .week-table thead .s-heading2 {
  background-color: #CCDEED;
}

.safety-clinical-table .week-table thead .s-heading2 th {
  font-size: 16px;
  line-height: 22px;
  color: #2D2850;
}

.safety-clinical-table .week-table thead .s-heading1 th:first-child {
  padding-left: 1.5rem;
}

.safety-clinical-table .week-table thead .s-heading2 th:first-child {
  padding-left: 1.5rem;
}

.safety-clinical-table .week-table tbody tr td {
  border: 0;
}

.safety-clinical-table .week-table tbody tr.s-border {
  border: 1px solid #000000;
}

.safety-clinical .small-t {
  font-size: 20px;
  line-height: 26px;
  color: #56535A;
  font-family:'4a-rotunda-regular-web';
  padding-top: 2.5rem;
}

.safety-clinical-table .week-table tbody tr:nth-child(even) {
  background-color: #F4F4F6;
}

.safety-clinical-table .week-table tbody tr td {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #2C2850;
}

.safety-clinical-table .week-table tbody tr td:first-child {
  text-align: left;
  padding-left: 1.5rem;
}

.safety-clinical-table .week-table tbody .s-border .pop-click {
  display: flex;
  align-items: baseline;
  border: 0;
}

.safety-clinical-table .week-table tbody .s-border .pop-click .pop-btn {
  margin-right: 0.5rem;
  cursor: pointer;
}

.safety-clinical-table .week-table tbody tr td.s-pl {
  padding-left: 2.25rem;
}

.safety-clinical-table .week-table tbody tr td.s-pl.table-content-heading {
  padding-left: 1.8rem;
}

.safety-clinical .safety-scroll {
  max-height: 720px;
  overflow-y: scroll;
  padding-right: 5px;
  scrollbar-color: #ececf2 #fff;
  scrollbar-width: thin;
}

.safety-clinical .safety-scroll::-webkit-scrollbar {
  width: 7px;
}

.safety-clinical .safety-scroll::-webkit-scrollbar-thumb {
  background: #ececf2;
  border-radius: 20px;
}

.opz-modal .safety-slide {
  padding: 0 6.06rem 1.5rem 6.06rem;
}

.safety-slide-dot {
  position: absolute !important;
  bottom: -21px !important;
  margin: 0;
}

.opz-modal .table-space1 {
  padding: 40px 56px 36px 56px;
}

/* Safety Clinical CSS end here */


/* effective-cream css start here */

.effective-cream .left-side .left-info1{
  margin-top: 8.5rem;
}
.effective-cream .left-side .left-info2 {
  margin-top: 10.5rem;
}
.effective-cream p {
  width: 70%;
}
.effective-cream .right-info{
  margin-top: 8.5rem;
  align-items: self-start;
}
.effective-cream .right-info2{
  margin-top: 11.5rem;
  align-items: self-start;
}
.effective-cream .makup-info{
  color: #2D2850;
  font-size: 18px;
  line-height: 24px;
  font-family:'7a-rotunda-extrabold-web';
  letter-spacing: 0.54px;
}
.effective-cream p{
  color: #433E4A;
  font-size: 20px;
  line-height: 26px;
}

 .affected-area{
  background-color: #FFFFFF;
  padding-left:7rem;
  padding-bottom: 6.25rem;
}
.affected-area .para-inform .para1 {
  font-size: 16px;
  font-family: 'Lora';
  line-height: 22px;
  letter-spacing: 0px;
}
.affected-area .para-inform .para2 {
  font-size: 14px;
  font-family: 'Lora';
  line-height: 18px;
  letter-spacing: 0px; 
}
.affected-area .box-info{
  padding:3.31rem 0;
  border-radius: 0px 0px 0px 40px;
  background-color: #2C284E;
  box-shadow: 0px 3px 6px #00000029;
}
.affected-area .box-info h6{
  letter-spacing: 0.54px;
  color: #FFB9C2;
  font-family: '4a-rotunda-regular-web' !important;
  font-size: 24px !important;
}
.affected-area .box-info p{
  line-height:32px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 24px;
}
.affected-area .box-info h3{
  letter-spacing: 0.64px;
  color: #FFB9C2;
  font-family: '4a-rotunda-regular-web' !important;
  font-size: 24px !important;
  line-height: 32px;
  margin-bottom: 0;
}
/* effective-cream css end here */


/* sitemap page section css start here */
.sitemap ul {
  list-style-type: none;
}
.sitemap ul li a{
  display:inline-block;
  font-size: 24px;
  font-family:'7a-rotunda-extrabold-web';
  letter-spacing: 0.48px;
  color: #2D2850;
  padding-left: 0rem;
  padding-bottom: 36px;
}
/* sitemap page section css ends here */


/* stay-informed section css start here */



.stay-informed-form .main-heading {
  margin-bottom: 60px;
}
.stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .form-item .description, .stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .form-item label {
  font-family:'6a-rotunda-bold-web';
  font-size: 20px;
  color: #4B4B53;
}
.stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .form-item .form-text, .stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .form-item input, .stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .form-item .form-select {
  height: 40px;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .form-item p {
  font-size: 16px;
  margin: 20px 0 0px;
}
.stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .form-item p a {
  color: #000000;
  text-decoration: underline !important;
}

.stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .js-form-type-checkbox .description {
  font-size: 16px;
  font-family:'4a-rotunda-regular-web';
  color: #000000;
  margin: 10px 0 0 0;
  line-height: 22px;
}

.stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .js-form-type-checkbox .form-checkbox {
  height: 24px;
  width: 24px;
  margin: 0 17px 0 0;
  padding: 0;
}
.stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .webform-button--submit {
  border-radius: 50px;
  border: none;
  background-color: #1D8190;
  font-family:'7a-rotunda-extrabold-web';
  font-size: 16px;
  color: #FFFFFF;
}

.stay-informed-form form.webform-submission-bleiben-sie-informiert-form .form-wrapper .webform-button--submit:hover {
  background: #0a5f6c;
}
.stay-informed{
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.stay-informed .main-heading{
  padding-bottom: 4.625rem;
  margin: 0px;
}
.detail-form .form-label{
  font-size: 20px;
  line-height: 26px;
  color: #4B4B53;
}
.detail-form .form-control{
  font-size: 16px;
  line-height: 24px;
  color: #56535A;
}
.detail-form p{
  font-size: 16px;
  line-height:22px;
  margin-top: 2rem;
  margin-bottom: 2.9rem;
}
.detail-form .checkbox-sec{
  font-size: 16px;
  line-height:22px;
  padding-left: 35px;
  margin-bottom: 25px;
}
.detail-form .checkbox-sec a{
  color: black;
  text-decoration: underline;
}
.detail-form .checkbox-sec a:hover{
  color: black;
}
/* Customize the label (the checkbox-text) */
.checkbox-text {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 16px;
  line-height:32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-text input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #FFFFFF;
  border: 1px solid #959595;
border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-text:hover input ~ .checkmark {
  background-color:#FFFFFF;
}

/* When the checkbox is checked, add a blue background */
.checkbox-text input:checked ~ .checkmark {
  background-color:#1D8190;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-text input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-text .checkmark:after {
  left: 6px;
  top: 1px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* submit button */

.detail-form .submit{
  margin-top: 46px;
  width: 15.4375rem;
  height: 3rem;
  border-radius: 24px;
  border: none;
  background-color: #1D8190;
  color: #FFFFFF;
}
/* stay-informed section css ends here */


/* summary german Css start here */
h2.summary-ger {
  padding-top: 65px;
  }
.summary-wrapper{
  margin-bottom:60px;
}
.approved-sec.summary-wrapper .footnote .note2 {
  margin-top: 0.62rem;
  margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    opacity: 1;
}

/* summary german Css Ends here  */



/* cookies-policy section css start here */
a.ot-floating-button__open.reset-cookies {
  text-decoration: underline !important;
}

.cookies-sec .content-blk h4{
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.56px;
  font-family:'7a-rotunda-extrabold-web';
  color: #2D2850;
  padding-top:20px;
  margin: 0px;
}
.cookies-sec .sub-text{
  font-family:'4a-rotunda-regular-web';
  font-size: 20px;
  line-height:26px;
  letter-spacing: 0px;
  color: #433E4A;
  padding-bottom: 20px;
  margin: 0px;  
}
.cookies-sec .sub-header{
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.72px;
    font-family:'7a-rotunda-extrabold-web';
    color: #2D2850;
    padding-top:20px;
    margin: 0px; 
}

.cookies-sec .content-blk p{
  font-family:'4a-rotunda-regular-web';
  font-size: 20px;
  line-height:26px;
  letter-spacing: 0px;
  color: #433E4A;
  padding-bottom: 20px;
  margin: 0px;
}
.cookies-sec .content-blk p .italic {
  font-style: italic;
  }
.cookies-sec .content-blk p a{
color: #433E4A;
text-decoration: underline !important;
}
.cookies-sec .content-blk p a:hover{
  color: #433E4A;
}
/* cookies-policy section css ends here */


/* Thank You page css Start here */

.thank-you h2 {
  border: 1px solid #1D8190;
  border-radius: 5px;
  font-size: 16px;
  color: #56535A;
  padding: 6px 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.thank-you h2 img {
  margin-right: 20px;
}

.thank-you p {
  font-size: 24px;
  color: #000000;
  line-height: 32px;
  margin: 0 0 0 0;
}
.thank-you p a {
  display: block;
  color: #000000;
  font-family: '6a-rotunda-bold-web';
  word-wrap: break-word;
}
.thank-you h2 span img {
  padding-right: 14px;
}


/* Thank You page css ends here */


/* Dock check popup css start heare */

.dc-consent-popup .modal-dialog.modal-lg {
  max-width: 956px;
}
.dc-consent-popup .modal-content {
  border-radius: 0;
} 
.dc-consent-popup .modal-content .modal-body {
  padding: 80px 20px 0px 20px;
}
.dc-consent-popup .modal-content .modal-body .pop-up-header-content {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
.dc-consent-popup .modal-content .modal-body p {
  margin-bottom: 0;
}

/* Dock check popup css ends heare */

/* Error page css start heare */


.error404 {
    height: 76vh;
    display: flex;
    align-items: center;
}
.error404 p.text {
  font-size: 24px;
  color: #000000;
  line-height: 32px;
}




/* Error page css ends heare */

/* footer css sttart here */
footer{
  background: #2D2850;
  padding-top: 34px;
  padding-bottom: 70px;
  }
  footer .footer-links {
    border-bottom: 1px solid rgba(252, 252, 252, 0.5) ;
    margin-bottom:48px !important;
  }
  footer .footer-links li {
    display: inline-block;
    padding: 0 3.875rem 0 0;
  }
  footer .footer-links li a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    text-decoration: none;
    letter-spacing: 0.8px;
    display: inline-block;
    padding: 0px 0px 23px 0px;
  }
  footer .footer-links li:last-child {
    padding-right: 0;
  }
  footer .footer-links li a:hover {
    color: #FFFFFF;
  }
  footer .footer-links li a.is-active {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom:4px solid #FFFFFF;
  }
  footer .footer-links li a:focus{
    color: #FFFFFF;
  }
  footer .footer-logo {
    display: flex;
    align-items: center;
  }
  footer .footer-logo .opz-logo {
    margin-right: 32px;
  }
  footer .footer-logo .copy-panel {
    padding-left: 40px;
  }
  footer .footer-logo .copy-panel .copy {
    font-size: 16px;
    color: #FFFFFF;
    margin: 0px;
    line-height: 20px;
  }
  footer .footer-logo .copy-panel .date{
    color: #FFFFFF;
    font-size:12px;
    margin: 0px;
    line-height:14px;
    padding-top:16px;
  }

  /* footer css end here */
  
  

  
/* Modal Pop-up css start here  */

.honesty-content {
  max-width: 956px !important;
}

.opz-modal .modal-dialog {
  max-width: 88.37%;
}

.modal-space {
  padding: 40px 56px 36px 56px;
}

.opz-modal .modal-header {
  border-bottom: 0;
  padding: 0px 0 15px 0;
}

.opz-modal .modal-body {
  padding: 0;
}

.opz-modal .modal-footer {
  border-top: 0;
  padding: 0;
}

.opz-border {
  border-top: 8px solid #1D8190 !important;
}

.opz-modal .pop-wrap {
  border-radius: 0px 0px 0px 60px;
}

.honesty-box .popup-bottom {
  justify-content: center;
}

.opz-modal .top-space {
  padding-top: 3rem;
}

.opz-modal .popup-bottom {
  justify-content: flex-start;
}

.honesty-box .popup-header {
  background-color: #2D2850;
  border-radius: 0px 0px 50px 0px;
  padding: 12px 10px;
}

.honesty-box .modal-two {
  padding: 50px 25px;
}

.honesty-box .popup-middle .body-title {
    font-size: 30px;
    font-family:'7a-rotunda-extrabold-web';
    letter-spacing: 0.6px;
    color: #2D2850;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.honesty-box .popup-middle .body-text {
  font-size: 20px;
  line-height: 26px;
  color: #56535A;
  padding-bottom: 20px;
}

.opz-modal .upper-head .modal-title .upper-title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #2D2850;
  font-family:'7a-rotunda-extrabold-web';
}

.opz-modal .body-heading {
  font-size: 16px;
  line-height: 24px;
  color: #56535A;
  font-variation-settings: "wght" 700;
}

.opz-modal .body-para {
  font-size: 16px;
  line-height: 22px;
  color: #56535A;
  font-family:'4a-rotunda-regular-web';
}

.opz-modal .modal-body .pop-list {
  padding-left: 1rem !important;
}

.opz-modal .modal-body .pop-list li::marker {
  color: #FF5067;
}

.opz-modal .popup-bottom p {
  font-size: 14px;
  font-family: Lora;
  line-height: 18px;
  color: #56535A;
} 

.honesty-box .popup-bottom .btn {
  width: 247px;
  height: 48px;
  border-radius: 50px;
}

.honesty-box .popup-bottom .btn-two {
  margin-right: 40px;
  background-color: #1D8190;
  border-color: #1D8190;
  overflow: hidden
}

.honesty-box .popup-bottom .btn-two:focus {
  box-shadow: none;
}

.honesty-box .popup-bottom .btn-one {
  background-color: white;
  border-color: #77B4BD;
  color: #77B4BD;
}

.honesty-box .popup-bottom .btn-one:focus {
  box-shadow: none;
}

.opz-modal .modal-header .btn-close {
  background: url(../images/close-icon.svg)no-repeat;
  opacity: 1;
  width: 30px;
  height: 30px;
  opacity: 0.9;
}

.opz-modal .btn-close:focus {
  box-shadow: none;
}

.opz-carousels .carousel-control-prev-icon {
  background: url(../images/crousel-left-arrow-2.svg);
  width: 48px;
  height: 48px;
  opacity: 0.9;
}

.opz-carousels .carousel-control-next-icon {
  background: url(../images/Right-Arrow.svg)no-repeat;
  width: 48px;
  height: 48px;
  opacity: 0.9;
}

.opz-carousels .carousel-control-next-icon:hover, 
.opz-carousels .carousel-control-prev-icon:hover,
.opz-modal .modal-header .btn-close:hover,
.efficacy-weeks-sec .efficacy-weeks-right .declared-list li a:hover {
  opacity: 1;
}

.opz-modal .opz-carousels .carousel-indicators {
  position: unset;
}

/* .opz-modal .opz-carousels .carousel-img-cart {
  margin-bottom: 40px;
} */

.opz-carousels .carousel-img-cart .custom-img-cart {
  min-height: 400px;
  margin-top: 45px;
}

.opz-modal .modal-body .popup-imgs {
  padding: 30px 0;
}

.opz-carousels .carousel-indicators [data-bs-target]{
  width: 14px;
  height: 14px;
  background-color: #2D2850;
  border-radius: 50%;
}

.opz-modal .carousel-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.opz-modal .carousel-title .carousel-upper-title {
  padding-right: 2.81rem;
}

.opz-modal .carousel-title .carousel-upper-title h5 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #2D2850;
  font-family:'7a-rotunda-extrabold-web';
}

.opz-modal .carousel-title .carousel-right-cross .btn-close {
  background: url(../images/close-icon.svg)no-repeat;
  width: 30px;
  height: 30px;
  right: 0;
  top: 1;
  z-index: 999999;
  position: absolute;
}

/* .opz-modal .opz-carousels .carousel-control-next, .carousel-control-prev {
  width: 5%;
  opacity: inherit; 
}  */
.opz-modal .opz-carousels .carousel-control-next, .opz-modal .opz-carousels .carousel-control-prev {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
}


.opz-modal .upper-modal-header {
  display: flex;
  justify-content: space-between;
}

.upper-modal-header .upper-head .modal-title {
  padding-right: 2.80rem;
}

.opz-modal .upper-modal-header .modal-top-title {
  padding-right: 2rem;
}

.opz-modal .upper-modal-header .modal-top-title h5 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #2D2850;
  font-family:'7a-rotunda-extrabold-web';
  padding-bottom: 20px;
}

.opz-modal .upper-modal-header .carousel-right-cross .btn-close {
    background: url(../images/close-icon.svg)no-repeat;
    opacity: 1;
    width: 30px;
    height: 30px;
}


/* Modal Pop-up css end here  */

.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
}
.carousel-control-next.coplor, .carousel-control-prev.coplor {
  opacity: 0.4 !important;
}

/* Scroll down css start here */

.scroll-down {
  position: fixed;
  bottom: 2.18rem;
  right: 2.90rem;
  background: rgba(0, 0, 0 , 0.6);
  width: 44px;
  height: 82px;
  border-radius: 40px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.scroll-down .scroll-inner {
  border: solid 2px #FFFFFF;
  border-radius: 40px;
  height: 42px;
  position: relative;
}
.scroll-down .scroll-inner .scroll-dot {
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #FFFFFF;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  animation: UpDown 1.2s linear infinite;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease;
  color: transparent;
  
}



@keyframes UpDown {
  0% {
    top: 0;
    
    opacity: initial;
  }
  50% {
    top: 1em;
    opacity: initial;
  }
  100% {
    top: 0;
    opacity: .3;
  }
}

.scroll-down .down-arrrow {
  display: block;
  text-align: center;
  
  position: relative;
}
.scroll-down .down-arrrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: scale 1s alternate infinite ease-in;
	-webkit-animation: scale 1s alternate infinite ease-in;
}
.scroll-down.down-scroll .scroll-wrapper {
  rotate: 180deg;
  /* transition: all 0.3s ease; */
}
@keyframes scale {
  0%   {transform: scale(.8) rotate(-45deg);}
  100% {transform: scale(1.2) rotate(-45deg); }
}

/* Scroll down css ends here */

#edit-processed-text {
  display: none;
}

body {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}


.reference-list li a {
  color: #56535A;
  pointer-events:none;
}

.dc-consent-popup.cookies-modal.show { 
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}


/* Opz de subpage css start here */

.sub-page-wrapper {
  color: #2d3a6f;
}
.sub-page-section-space {
  padding: 50px 0;
}
.sub-page-section-space#go-to-section {
  padding-top: 5.5rem;
}
.sub-page-wrapper .sub-page-bg-desktop {
  display: block;
}
.sub-page-wrapper .sub-page-bg-mobile {
  display: none;
}
.sub-page-wrapper .main-head {
  font-size: 67px;
  margin: 0 0 30px 0;
  line-height: 80px;
}
.sub-page-wrapper .main-head sup {
  font-size: 2.53rem;
}
.sub-page-wrapper .sub-page-sub-heading {
  color: #2D2850;
    text-transform: uppercase;
    font-size: 36px;
    font-family: '7a-rotunda-extrabold-web';
    line-height: 40px;
    letter-spacing: 0.72px;
}
.sub-page-wrapper .para-text {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
.sub-page-wrapper .para-text sup {
  font-size: .65em;
}
.sub-page-wrapper .sub-header {
  font-size: 30px;
  margin: 0 0 40px 0;
  line-height: 36px;
}
.sub-page-wrapper .sub-page-table .para-text {
  margin: 0 0 68px 0;
}
.sub-page-wrapper .sub-page-table table thead tr th {
  border-bottom: solid 3px #ffffff;
  border-top: solid 3px #ffffff;
  font-size: 30px;
  line-height: 36px;
  vertical-align: middle;
  color: #2d3a6f;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* .sub-page-wrapper .sub-page-table table thead tr th:nth-child(3), .sub-page-wrapper .sub-page-table table tbody tr td:nth-child(3), .sub-page-table .sub-page-table-mobile {
  display: none !important;
} */
.sub-page-wrapper .sub-page-table table thead tr th:nth-child(2), .sub-page-wrapper .sub-page-table table tbody tr td:nth-child(2), .sub-page-wrapper .sub-page-table table thead tr th:nth-child(3), .sub-page-wrapper .sub-page-table table tbody tr td:nth-child(3) {
  /* text-align: center; */
  padding: 1.4rem;
}
/* .sub-page-wrapper .sub-page-table table thead tr th:nth-child(1), .sub-page-wrapper .sub-page-table table tbody tr td:nth-child(1) {
  width: 31%;
} */

.sub-page-wrapper .sub-page-table table tbody tr td:nth-child(3) a:hover {
  text-decoration: underline !important;
}
.sub-page-wrapper .sub-page-table table tbody tr td:nth-child(3) a, .sub-page-wrapper .sub-page-table .para-text {
  font-size: 20px;
  line-height: 26px;
}

.sub-page-wrapper .sub-page-table table tbody tr td {
  font-size: 30px;
  line-height: 36px;
  vertical-align: middle;
  color: #2d3a6f;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}
.sub-page-wrapper .sub-page-table table tbody tr td .title {
  font-weight: bold;
  font-size: 20px;
  font-family: '7a-rotunda-extrabold-web';
  line-height: 26px;
}
.sub-page-wrapper .sub-page-table table tbody tr td .teasertext {
  font-size: 20px;
  line-height: 26px;
}
.sub-page-wrapper .sub-page-table table tbody tr td .download-btn {
  color: #2d3a6f;
  /* text-transform: uppercase; */
  text-decoration: none;
}
.sub-page-wrapper .sub-page-table table tbody tr td .img-box-shadow {
  box-shadow: 2px 5px 15px #00000049;
}
.sub-page-wrapper .sub-page-btn {
  background-color: rgba(29, 129, 144, 1);
  border-radius: 18px;
  padding: 1rem 1.75rem 1.44rem 1.75rem;
  font-size: 30px;
  color: #ffffff;
  line-height: normal;
}
.sub-page-wrapper .sub-page-btn:hover {
  background-color: rgba(29, 129, 144, 0.8) !important;
  color: #ffffff !important;
}

.sub-page-wrapper .sub-page-btn:focus, .sub-page-wrapper .sub-page-btn:visited, .sub-page-wrapper .sub-page-btn:active, .sub-page-wrapper .sub-page-btn:focus-visible,
.sub-page-wrapper .kv-btn:focus, .sub-page-wrapper .kv-btn:visited, .sub-page-wrapper .kv-btn:active, .sub-page-wrapper .kv-btn:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.sub-page-wrapper .kv-buttons-panel {
  margin-top: 46px;
}
.sub-page-wrapper .kv-buttons-panel .kv-btn {
  background: #2d3b70;
  border-radius: 18px;
  font-size: 1.87rem;
  color: #ffffff;
  padding: 0.87rem 1.25rem;
  margin: 0 3.5rem 3.21rem 0;
  display: inline-block;
  min-width: 17.25rem;
}

.sub-page-wrapper .sub-page-map-block .sub-page-user-des p {
  font-size: 30px;
  line-height: 36px;
  margin: 40px 0 24px 0;
}
.sub-page-wrapper .sub-page-map-block .sub-page-user-des p a {
  color: #2d3a6f;
  text-decoration: none;
  display: block;
}
.sub-page-wrapper .page-wrapper-edge-bg .d-none.d-sm-block img, .sub-page-wrapper .page-wrapper-edge-bg .d-sm-none.d-md-none img {
  transform: rotate(180deg);
}

.sub-page-user-des.killen-map p {
  font-family: '6a-rotunda-bold-web';
} 

@media screen and (max-width: 1440px) {
  .sub-page-wrapper .kv-buttons-panel .kv-btn {
    margin: 0 1rem 3.21rem 0;
  }
  .sub-page-wrapper .main-head {
    font-size: 48px;
    line-height: 56px;
  }
  .sub-page-wrapper .para-text,
  .sub-page-wrapper .sub-page-table table thead tr th, 
  .sub-page-wrapper .sub-page-table table tbody tr td,
  .sub-page-wrapper .sub-page-map-block .sub-page-user-des p {
    font-size: 22px;
    line-height: 30px;
  }
  .sub-page-wrapper .sub-header {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 34px 0;
  }
  .sub-page-wrapper .sub-page-btn {
    font-size: 22px;
    padding: 0.9rem 1.5rem 0.9rem 1.5rem;
  }
  .sub-page-wrapper .kv-buttons-panel .kv-btn {
    font-size: 22px;
    padding: 0.6rem 1rem;
  }
  /* .sub-page-wrapper .sub-page-table table thead tr th:nth-child(1), 
  .sub-page-wrapper .sub-page-table table tbody tr td:nth-child(1) {
    width: 36%;
  } */
  .sub-page-section-space.sub-page-map-block .row .col-xl-3.right-column {
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .sub-page-wrapper .sub-page-map-block .sub-page-map {
    margin: 30px 0;
}
.sub-page-wrapper .kv-buttons-panel .kv-btn {
  min-width: auto;
}
}
@media screen and (max-width: 768px) {
  .sub-page-wrapper .sub-page-sub-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sub-page-wrapper .main-head {
    font-size: 40px;
    line-height: 50px;
  }
  .sub-page-wrapper .main-head sup {
    font-size: 1.73rem;
  }
  .sub-page-wrapper .para-text {
    font-size: 26px;
    line-height: 32px;
  }
  .sub-page-table .table-responsive {
    margin-bottom: 3rem;
  }
  .sub-page-table.blue-bg .table-responsive {
    margin-bottom: 0;
  }
  .sub-page-wrapper .kv-buttons-panel .kv-btn {
    margin-right: 0;
    display: block;
    min-width: 100%;
  }
  .sub-page-wrapper .sub-page-bg-desktop {
    display: none;
  }
  .sub-page-wrapper .sub-page-bg-mobile {
    display: block;
  }
  .sub-page-wrapper .sub-page-table table thead tr th, .sub-page-wrapper .sub-page-table table tbody tr td {
    font-size: 20px;
    line-height: 24px;
  }
  .sub-page-wrapper .sub-page-table table thead tr th,
  .sub-page-wrapper .sub-page-table table tbody tr td {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .sub-page-wrapper .kv-buttons-panel .kv-btn {
    font-size: 1.62rem;
    line-height: 32px;
  }
  .sub-page-wrapper .sub-page-map-block .sub-page-user-des p {
    font-size: 26px;
    line-height: 32px;
  }
  .sub-page-wrapper .sub-page-table table tbody tr td:last-child {
    border-bottom: solid 2px #ffffff;
  }
  .sub-page-wrapper .sub-page-table .sub-page-table-mobile table tbody tr td:last-child  {
    border-bottom: solid 2px #ffffff;
  }
  .sub-page-wrapper .kv-buttons-panel .kv-btn:last-child {
    margin-bottom: 0;
  }
  .verordnung-sectn {
    padding-top: 6rem;
  }
}

/* Opz de subpage css ends here */

.header .top-bar .top-links .Fachinformation {
  position: relative;
  right: -2.5rem;
}

@media screen and (max-width: 1024px) {
  .sub-page-wrapper .sub-page-table table tbody tr td img {
    max-width: 120px;
    height: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .header .top-bar .header-text {
    max-width: 30%;
  }
  .header .top-bar .col-lg-7.text-end.d-none.d-lg-block {
    width: 70%;
  }
  .header .top-bar .top-links li a {
    padding: 20px 38px;
  }
  .header .top-bar .top-links li {
    display: table-cell;
  }
  .header .top-bar .top-links .Leitlinie a {
    padding: 20px 30px 20px 50px;
  }
  .header.sticky {
    top: -60px;
  }
  footer .footer-links li a {
    padding: 20px 0px 10px 0px;
  }
}

@media screen and (max-width: 430px) {
  .vitiligo-modal-ext-link .opz-modal .modal-dialog {
    max-width: 98% !important;
  }
  .vitiligo-modal-ext-link .opz-modal .modal-content .modal-header .modal-title {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 990px) and (orientation: landscape) {
  /* .header .top-bar {
    display: none;
  } */
  .header .navbar .navbar-collapse {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 1366px) {
  .header .top-bar .top-links .Leitlinie a {
    padding: 8px 40px 8px 60px;
  }
}

.vitiligo-modal-ext-link .opz-modal .modal-dialog {
  max-width: 60%;
  text-align: center;
}

.vitiligo-modal-ext-link .opz-modal .modal-content .modal-header .modal-title {
    font-size: 40px;
    font-family:'4a-rotunda-regular-web';
    font-style: italic;
    margin: auto;
    line-height: 50px;
    color: #212529;
}

.vitiligo-modal-ext-link .opz-modal .modal-content .modal-footer {
  justify-content: center;
}

.vitiligo-modal-ext-link .opz-modal .modal-content .modal-footer .btn {
  background-color: #1d8190;
}

.header .top-bar .top-links .Leitlinie a {
  background: rgb(244, 246, 247);
  border-radius: 0px 0px 50px;
  background-color: #f15a5b;
  color: #fff;
}