/*-------------------------------------------*\
    Edit H1 Tags css 
\*-------------------------------------------*/
/*  secure trial */
#adhesion-data h2 {
    margin-top: 10px;
}
#adhesion-data h2 {
    line-height: 1;
}
.outer-cointainer h2 {
    color: #c0188d;
    font-size: 40px !important;
    text-align: center;
    width: 100%;
    font-family: "Helvetica Neue LT 57 Condensed" !important;
    font-weight: 100;
    margin: 0px;
    padding-top: 0;
    padding-bottom: 50px;
    max-width: 650px;
    margin: auto;
}


/*  demonstrated Efficacy */









/*--------------end------------------*/

/*-------------------------------------------*\
    Demonstrated Efficacy Mobile css 
\*-------------------------------------------*/
@media only screen and (max-width: 767px){
    h2.custom-h1-pd{
        padding-top: 0px!important;
    }

    #adhesion-data.new-dem-effi .container-trial.dem-cus-pad-top-2 h2.custom-h1-pd {
    padding-top: 30px !important;
  }
}
/*---------------END------------------------*/


/*-------------------------------------------*\
    Adhesion of Data Mobile css 
\*-------------------------------------------*/
@media only screen and (max-width: 767px){
#adhesion-data .last-section .container.last-content {
    margin-top: -80px;
}
#adhesion-data.patient-cons .with-pink-wrapper a, #adhesion-data .with-pink-wrapper a {
    margin-top:30px!important;
    }
}
/*---------------END------------------------*/
/*-------------------------------------------*\
    Menu Mobile css 
\*-------------------------------------------*/
@media only screen and (max-width:375px){
    a.DsmallLogo img{
        margin-left:-10px;
    }
}

/*---------------END------------------------*/
.menu-main-bar .main-wrapper ul li ul.level2-menu{
    min-width: 100%; /* Set width of the dropdown */
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    }
.menu-main-bar .main-wrapper ul li ul.level2-menu li{
    display: block!important;
}



/*-------------------------------------------*\
    Patch Placement Mobile css
\*-------------------------------------------*/
@media only screen and (max-width: 768px) {

#patch-trial img{
  display:none;
}

.ppatch-full{
  display:none!important;
}

.ppatches{
    display:block!important;
    margin:0 auto;
    margin-bottom:50px;

}

#patch-trial .section2-wrapper{
    width:100%;
    display: flex;
    justify-content:center;
}


#patch-before-ref{
    padding-left:0px !important;
    padding-right:0px !important;

}
#patch-before-ref .st-span-before-btn
{
    display:block!important;
    text-align:center!important;
    margin-bottom:35px;
    width:100%;
}
}
/*-----------end Patch Placement Mobile css-----------*/
/*-------------------------------------------*\
    Secure Trial Mobile css
\*-------------------------------------------*/

@media only screen and (max-width: 1014px) {
/* .section2-wrapper, */
.section4-wrapper,
.sec-img-sticky,
.secPcont
{
    display:none;
}
.m-margin{
    margin-bottom:50px;
}
.m-margin1{
    margin-bottom:65px;
}

/* .m-graph1 {
    display: flex !important;
    justify-content: center;
    position:relative;
} */

.m-with-background{
    display: block !important;
    height:215px;
    background:linear-gradient(180deg, #DCC7E0 0%, #FAF8FA 100%);
    margin-top:130px;
    text-align:center;
}

.m-with-background p{
    font-family: 'Helvetica Neue LT 47 Light Condensed';
    color: #C0188D;
    font-size:24px;
    margin-top:-10px!important;
}
.m-with-background span{
    font-family: 'Helvetica Neue LT 67 Medium Condensed';
    color: #5F2687;
    font-size:24px;
}
}

/*-----------end Secure Trial Mobile css-----------*/

/*-------------------------------------------*\
    Header css
\*-------------------------------------------*/
/*.logo-content a.iconMenu,*/
#btnMenu,
.menu-main-bar a.closebtn,
.main-wrapper a.drop-btn,
a.desk-iconMenu
{
    display:none;
}

/********white burger menu****/
a.desk-iconMenu{
    text-decoration:none;
    font-size:45px; 
    color:#C0188D; 
    font-weight: bold;
    position: fixed !important;
    display: block;
    right: 80px;
    z-index: 12 ;
    line-height: 40px;
}
div.container a.DsmallLogo{
    position: fixed !important;
    display: block;
    top: 5px;
    z-index: 15;

}
/*@media only screen and (max-width: 768px)*/
/*@media only screen and (max-width: 1300px) {



/*******nav full screen****/

.Dmenu-main-bar {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 101;
    /*display: block;*/
    top: 0; 
    left: 0; 
    background: linear-gradient(180deg, #C0188D 0%, #5F2687 100%)!important; 
    overflow-x: hidden;
    /*overflow-y:auto;*/
    transition: 0.5s!important;
}

.Dmenu-main-bar a.closebtn { 
    display: block;
    position: absolute; 
    top: -31px;
    right: 23px; 
    font-size: 70px; 
    text-decoration:none;
}  

.Dmenu-main-bar .main-wrapper a.drop-btn{
    display: block;
    position: absolute; 
    right: 15px; 
    top:22px;
}

/*******menu************/

.Dmenu-main-bar .main-wrapper a{
    font-family: 'Helvetica Neue LT 57 Condensed';
    font-size: 28px!important;
    line-height:22px;
    color: #F7F9FD;
}

.Dmenu-main-bar .main-wrapper { 
    position: relative; 
    top: 76px;
    width: 100%!important; 
} 

.Dmenu-main-bar .main-wrapper {
    padding-left: 0px;
    padding-right:0px;
}

.Dmenu-main-bar .main-wrapper ul > li {
    width:100%;
    display: block;
    padding: 10px 0;
    text-align: left;
}

.Dmenu-main-bar .mobile-menu
 { 
    padding-left: 24px; 
    padding-top:20px;
    padding-bottom: 10px;
    text-decoration: none; 
    color: white; 
    display: block; 
    transition: 0.3s;
} 

.Dmenu-main-bar ul ul li{
    padding-left: 24px!important; 
    padding-top:27px!important;
       padding-bottom: 16px!important;;
}

/*****submenu***********/
.Dmenu-main-bar .main-wrapper ul > li,
.Dmenu-main-bar .main-wrapper ul > li.current-item {
    box-shadow: none;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.Dmenu-main-bar .main-wrapper ul li.current-item .level2-menu {
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Dmenu-main-bar .main-wrapper ul > li > ul.level2-menu {
    position: relative;
    width: 100%;
}

.Dmenu-main-bar .main-wrapper ul li .level2-menu
 {
    background: rgba(255,255,255,0.25);
}

.Dmenu-main-bar .main-wrapper ul > li > ul.level2-menu > li > a {
    color: #ffffff;
}

 .Dmenu-main-bar .main-wrapper ul > li > ul.level2-menu > li:not(:last-child){
    border-bottom:1px solid #FDF8F8;
}

.Dmenu-main-bar .main-wrapper ul > li > ul.level2-menu > li{
    padding-left: 0px;
}

.Dmenu-main-bar .main-wrapper ul li.current-item .level2-menu > li {
    border-top: none;
    display:none;
}

.Dmenu-main-bar .main-wrapper ul > li.current-item {
    background: transparent;
}


/************menu btn******************/

.drop-btn{
    border: 2px solid rgba(204, 118, 149, 0.5);
    border-radius:50%;
    padding:2px !important;
    right:0;
}
.drop-btn-inner{

    background: #D052A9;
    width: 29px; 
    height: 28px;
    border-radius: 50%;
    display: flex; /* or inline-flex */
    align-items: center; 
    justify-content: center;
    color: white;
    font-size:24px;
}

/*}*/
@media only screen and (max-width: 1015px){
  /******logo*********/
/******top bar******/

.top-wrapper li:not(:last-child):after{
    content:' | ';
    color: #C1188D;
    font-size: 17px;
}
/* .top-wrapper li:nth-child(2):after{
    content:'';
} */

.menu-top-bar .top-wrapper {
    width: 100%!important;
    padding:0px;
}

.menu-top-bar .top-wrapper ul{
    text-align: center;
} 

.container-fluid.top-bar{
    background:#F6DEEE;
}

.menu-top-bar .top-wrapper ul li {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.top-wrapper li  {
    line-height:10px;
}
#myLogo{
    position:relative;
    padding:0;
    float: left;
    top:56px;
}

/*.logo-content{
    padding: 0 30px;
}

.logo-content a.iconMenu{
    display: block;
    float: right;
    position: absolute;
    right:20px;
    top:15px;
    text-decoration:none;
}*/
.logo-wrapper {
    position: absolute;
    z-index: 100;
    background: white;
    padding: 24px 45px 29px 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius:15px;
    box-shadow: -2px 7px 15px -13px #000000;
    left:20px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 10;
    background: linear-gradient(270deg, #F6DEEE 0%, #F6DEEE 32%, #FFFFFF 100%);
    padding:0;
    border-radius: 0;
    box-shadow:none;
    height: 40px;
    width:100vw;
    display: flex;
    justify-content: center;
    align-items:center;
} 


.smallLogo img{
    height:30px;
    position:absolute;
    display:  inline-block;
    left: 30px!important;
    transform: translate(-50%, -50%);
}

.logo-content a.s-iconMenu{
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 0px;
    transform: translate(-50%, -50%);
    text-decoration:none;
    line-height: 40px;
 }
}

@media only screen and (max-width: 1015px) {
  
    #secure-trial.main.secure-trial-page .section2-wrapper > img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    #secure-trial.main.secure-trial-page .section2-wrapper {
        display: none;
    }

    #secure-trial.main.secure-trial-page .m-graph1 {
        display: flex !important;
        justify-content: center;
        position:relative;
    }
}


/*-----------end header css-----------*/

/*-------------------------------------------*\
    ISI CSS
\*-------------------------------------------*/

/**
 * ISI div css
 */

#bottom-bar{
    background: #ffffff;
}

.isiFUll{
    height: 100% !important;
    position: static;
    z-index: -1;
}

.isiFixed{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 126px; 
    z-index: 1001;
}

.all-pop-up-cont{
    top:580px;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
 /*   max-width: 1200px;*/
}

/**
 * ISI heading and content css
 */

.isi-heading,
.isi-content{
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.isi-heading{
    position: relative;
    padding-left:10px!important;
    padding-right:10px!important;
}
.isi-content p, .isi-content li, .isi-content strong {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 7px;
  font-family: 'Helvetica Neue LT 57 Condensed';
  color: #6C6D70;
}

.isi-content strong {
  font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
}

.isi-content ul {
  margin-bottom: 8px;
}

.isi-content h4 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #9659A2;
  font-family: 'Helvetica Neue LT 67 Medium Condensed';
  line-height: 18px;
}

.pop-up-heading{
    max-width: 100vw;
    height:26px;
    background: #9659A2;
    margin-bottom: 10px;
}

.pop-up-heading h2{
  font-size: 16px !important;
  line-height: 26px;
  color: #ffffff;
  display:inline-block;
  font-family: 'Helvetica Neue LT 67 Medium Condensed';
  margin-bottom: 0;
}
.isi-visible-cont {
  padding:10px;
  padding-top: 0;
  padding-bottom: 0;
}
.isi-invisible-cont{
  padding:10px;
  display:block;
}
.isi-visible-cont h5,
.isi-invisible-cont h5{
    font-size: 20px !important;
    line-height: 22px;
    color: #9659A2;
    display: inline;
}

.isi-invisible-cont p {
    color: #6C6D70;
    display: inline-block;
}

p.p-bold {
    font-size: 17px !important;
    line-height: 16px;
    color: #6C6D70;
    display: inline;
}

p.isi-indent{
  display: inline-block;
  text-indent: 30px;
  margin: 0 0 0 0;
  font-weight: normal;
}

.p-bullet{
  color: #9659A2;
}
#myDIVF,
#myDIV {
  width: 100%;
  text-align: left;
  display: block;
  padding-left:0px;
  padding-top:0;
}

#myDIV {
  padding-top: 40px; 
}

#myDIV2 {
  width: 100%;
  text-align: left;
  display: block;
  padding-left:10px;
  padding-top: 0;
  padding-bottom: 40px;
}

/**
 * ISI button css
 */

.isi-btn-inner{
-webkit-appearance:none; 
  background-color:#DCC7E0;
  outline: none;
  border:none;
  width:20px;
  height:20px;
  line-height:20px;
  border-radius:50%;
  display: flex;
  align-items: center;
  justify-content: center; 
  text-align: center;
}

#isiToggle{
    position:relative;
    display: block;
    width:20px;
    height:20px;
    margin-top: 0;
    outline: none;
    border:none;
    border-radius: 10px;
    cursor: pointer;
    /*float:right!important;*/
}

/* ISI */
.btn-cont-isi{
    position: absolute;
    top:0;
    right:10px;
}
#isiToggle{
    background-color: #DCC7E0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    float: right!important;
    margin-top: 3px;
}

#isiToggle:after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width:20px;
    height:20px;
    font-size: 14px;
    color:#ffffff;
}
#isiToggle.minus-btn:after{
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width:20px;
    height:20px;
    color:#ffffff;
}

/*-----------end ISI css-----------*/

/*-------------------------------------------*\
    Transdermal Hormone Delivery css
\*-------------------------------------------*/

/*************sticky and pop-up*****************/
.flower-sticky{
    position:fixed;
    right:0;
    top:200px;
    z-index: 12;
}

.flower-fixed{
    position:absolute;
    left:10px;
    top:1000px;
    z-index: 10;
}

/**************end of sticky and pop-up***********************/

.th-section2-content{
    position:relative;
    z-index: 9;
    margin-top:50px;
}

.th-section2-content h2{
    font-family: 'Helvetica Neue LT 47 Light Condensed';
    color:#C0188D !important;
    font-size: 36px !important;
    line-height:40px;
    display: block;
    text-align:center;
    margin:0 auto;
 }

 /*.th-graph-heading h2{
    margin-top:30px;
    font-family: 'Helvetica Neue LT 67 Medium Condensed';
    font-size: 27px !important;
    line-height:40px;
    background: url(images/Path-22659-s.svg);
    background-repeat: no-repeat;
    background-size:center;
    background-position: center;
    width: 100%;
    height:100%;
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    color:#FFFFFF !important;
}*/

.th-section2-content img{
    display: block;
    margin:0 auto;
}

.th-section2-content p{
    font-family: 'Helvetica Neue LT 57 Condensed';
    padding:20px 0;
    margin-left:100px;
    position:relative;
    font-size:15px;
    color: #707070;
    line-height:18px;
}


.th-section3{
    padding-top:50px;
    width:85%;
    margin:0 auto;
}

.th-section3 p{
    font-family: 'Helvetica Neue LT 57 Condensed';
    font-size:22px;
    line-height:32px;
    color:#6C6D70;
}

.with-bullet{
    list-style: none;
    width:80%; 
    display:block; 
    margin:0 auto;
    margin-top:40px;
}
.th-section3 ul li {
    text-indent: -2.5em;
}

.th-section3 span{
    margin-right:0.5em;
}

.container.ref p{
    font-family: 'Helvetica Neue LT 57 Condensed';
    padding-top:100px;
    padding-bottom:50px;
    position:relative;
    color:#6C6D70;
    font-size:17px;
    line-height:22px;
    margin-left:-15px!important;
}
/*-----------end THD page css-----------*/


/* responsiveness */
@media only screen and (max-width: 1088px) {
    .isiFixed{
        height: 145px;
    }
}
@media only screen and (max-width: 861px) {
    .isiFixed {
        height: 165px;
    }
}
@media only screen and (max-width: 457px) {
    .isiFixed {
        height: 182px;
    }
}