.q-topbar img {
    height: 30px ! important;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.what-to-expect ul {
    margin: 0 0 40px 0;
    display: block;
    float: left;
    padding: 0 5px;
}

.what-to-expect li {
    background-color: #F7D3C1;
    list-style-type: none;
    margin: 5px 0;
    padding: 10px;
}

.box-hero .box-content h1,
.box-hero .box-content h2 {
    color: #722267;
}

ul.list li:before,
#discover-if-you-qualify .panel-bordered [class*=icon-],
.page-container>header .q-navbar .q-tabs li a,
.page-container>header .q-navbar .q-tabs li a [class*=icon-],
.page-container>header .q-navbar .q-tabs li.active a,
.page-container>header .q-navbar .q-tabs li.active a [class*=icon-] {
    color: #722267;
    text-shadow: none;
}

.box-hero .box-content p,
.box-hero .box-content ul li {
    /* color: #87558c; */
    text-shadow: none;
    color: #722267;
}

.box-hero::before {
    background: #ffffffdd
}

#about-the-study .q-bg-white.nbp,
#about-the-study .the-study-periods,
.section__heading.epr-bg-white.moving-image {
    /* background-color: #F1F8FB !important; */
    padding-bottom: 55px !important;
}

.q-bg-white.ntm.pb-50 .col-xs-12.col-md-6 {
    width: 60%;
    margin: 0 20%;
}

#about-the-study .what-to-expect {
    background: #fff;
}

#who-can-take-part .gradient,
#discover-if-you-qualify .panel.panel-bordered,
.page-container>header .q-navbar .q-tabs li.active a {
    border-color: #722267;
}

#who-can-take-part .row>div {
    background-color: #3a1a30;
}

.q-bg-white.ntm.pb-50 {
    background-color: #87558c !important;
}

.q-bg-white.ntm.pb-50 ul {
    color: #fff !important;
}

.q-bg-white.ntm.pb-50 h2,
.q-bg-white.ntm.pb-50 h3,
.q-bg-white.ntm.pb-50 h4,
.q-bg-white.ntm.pb-50 p {
    color: #fff;
}

#hero-btn {
    background-color: #3a1a30;
    color: #fff;
}

#hero-btn:hover {
    color: #eee;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.7);
}

.panel.panel-accordion>.panel-heading a {
    color: #722267;
}

.panel.panel-accordion,
.panel.panel-accordion>.panel-heading,
.panel.panel-accordion>.panel-heading a:before,
.panel.panel-accordion>.panel-heading a:after {
    border-color: #87558c;
}


@media (min-width: 768px) {

    .what-to-expect h3,
    .what-to-expect p,
    .the-study-periods h3,
    .the-study-periods p {
        text-align: center
    }

    .what-to-expect h3,
    .study-periods h3 {
        margin-top: 40px
    }

    #about-the-study .study-periods .cell p {
        text-align: left !important;
    }

    #about-the-study .study-periods>div {
        border: none;
    }

    .what-to-expect ul {
        width: 50%;
    }

    .what-to-expect .col-md-8 {
        width: 100%;
    }
}

@media (min-width: 992px) {

    #about-the-study .what-to-expect,
    #about-the-study .the-study-periods,
    .q-bg-white.ntm.pb-50 {
        padding-top: 50px;
    }

    #who-can-take-part .gradient {
        background: linear-gradient(to right, #3a1a30, #3a1a30 50%, #fafafa 50%);
    }

}

@media (min-width: 992px) {
    .dropdown-menu {
        right: -10px;
        left: auto;
    }
}


@media (max-width: 991px) {
    .q-topbar-lang {
        display: flex;
    }

    .q-topbar {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eee;
        margin: 0 10px 0 0;
        padding: 10px;
    }

    nav.navbar.q-navbar {
        display: block;
        width: 50%;
        clear: both;
    }

    .page-container>header .q-navbar .q-tabs li {
        display: none
    }

    .page-container>header .q-navbar .q-tabs li:last-child {
        border-right-width: 1px;
        display: flex;
        /* align-content: center; */
        padding-top: 7px;
    }

    .page-container>header .q-navbar .q-tabs li:last-child {
        text-align: right;
        padding-right: 15px;
    }

    .page-container>header .q-navbar .q-tabs li:last-child a {
        display: none;
    }

    .page-container>header .q-navbar .q-tabs li:last-child a#phone-number-a {
        display: inline-block
    }

    .page-container>header .q-topbar-lang {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .q-topbar-left {
        text-align: center;
        margin: 5px 0;
    }

    .q-topbar-lang {
        width: 50%;
        text-align: center;
        align-content: center;

    }

    .q-topbar-lang .lang-button {
        margin: 5px 0 5px 0;
    }
}


@media all and (max-width:360px) {

    /* .page-container>header .q-navbar .q-tabs li:last-child .icon-phone{
          display:none;
      } */
    .page-container>header .q-navbar .q-tabs li:last-child {
        padding: 5px 3px 0;
        word-wrap: break-word;
    }

    .page-container>header .q-topbar-lang {
        padding: 5px 3px
    }
}

@media (min-width: 768px) {
    .page-container>header .q-topbar-lang {
        display: flex;
        margin-left: 0;
    }
}

.RigthCol {
    padding-right: 0;
    padding-left: 0;
}

.datepicker.dropdown-menu {
    left: 20% !important;
    width: 232px !important;
}

#contact-info form .form-error {
    min-height: 13px;
    display: block;
}

.panel.panel-simple.q-bg-secondary.no-bottom-margin {
    background-color: #722267 !important;
}

.box-6 .line.active {
    border-color: #722267;
    color: #722267;
}


div#sticky-footer {
    padding: 0 0 0 0;
    border-top: #3a1a30 3px solid;
}

#sticky-footer .container {
    width: 100%;
    padding: 0 0 0 0;
}

#sticky-footer a#sticky-footer-btn {
    width: 100%;
    padding: 8px 0 10px 0;
    display: block;
    background: #3a1a30;
    color: #fff;
}

#sticky-footer a#sticky-footer-btn:hover {
    background: #fff;
    color: #3a1a30;
}

/* box-hero start */
.box-hero .box-content .btn {
    max-width: 418px;
}

/*.box-hero::before {
    background: #fff !important;
}*/

.box-hero .box-content h1 {
    font-size: 2.1em;
    line-height: 40px;
}

.box-hero .box-content h2 {
    font-size: 1.3em;
}

.box-hero .box-content p,
.box-hero .box-content ul~p,
.box-hero .box-content ul li {
    font-size: 1.3em;
    font-weight: 500;
}

.box-hero .box-content li {
    position: relative;
}

.box-hero {
    background-position: calc(100% + 120px)center;
    background-color: #fff;
}

.box-hero .box-content .container {
    padding-right: 15px;
}

.box-hero .btn.v8 {
    font-size: 22px;
}

@media (max-width:992px) {
    .box-hero .box-content .container {
        max-width: 100%;
    }
}

/*
@media (max-width:1199px) {
    .box-hero::before {
        display: block;
    }
}
*/

@media all and (min-width: 992px) {
    .box-hero .box-content .container {
        max-width: 85%;
        padding-left: 0%;
        /* padding-right: 0;
    */
    }

    .box-hero .box-content p,
    .box-hero .box-content ul li {
        font-size: 1.2em;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .box-hero .box-content .container {
        max-width: 51%;
    }

    .box-hero .box-content p,
    .box-hero .box-content ul li {
        font-size: 1.2em;
        padding-right: 0;
    }
}

@media (min-width:1450px) {
    .box-hero .box-content .container {
        max-width: 57%;
    }

    .box-hero {
        padding: 70px 0 85px 0;
    }
}

@media (min-width:1680px) {
    .box-hero {
        padding: 90px 0 105px 0;
    }
}


/* box-hero end */

@media (max-width: 375px) {

    #contact-info h1,
    #site-selection h1 {
        font-size: 3.5rem;
    }
}

/* Site Selection Page fix */
@media all and (max-width:320px) {
    .gm-style-iw.gm-style-iw-c {
        width: 270px !important;
        max-width: 270px !important;
    }

    .RigthCol {
        padding: 0 5px;
    }

    .siteSelectionPage #map2 .epr-map-iw h4 {
        font-size: 16px;
    }

    .siteSelectionPage #map2 .epr-map-iw p {
        font-size: 14px;
    }

    .site.grid .distance strong {
        font-size: 13px;
    }

    .site.grid .distance {
        font-size: 10px;
    }
}

/* Site Selection Page fix end */

/* Privacy policy fix */
@media (max-width: 450px) {
    .page-container main .container.last-section h1 {
        font-size: 3rem;
        word-break: break-word;
    }

    .page-container main .container.last-section h2 {
        font-size: 2.8rem;
        word-break: break-word;
    }

    .page-container main .container.last-section h3 {
        font-size: 2.6rem;
        word-break: break-word;
    }

    .page-container main .container.last-section p a,
    .page-container main .container.last-section ul a {
        word-break: break-word;
    }
}

/* Privacy policy fix end */

@media (max-width: 991px) {
    .section__heading.epr-bg-white.moving-image {
        padding-bottom: 10px !important;
    }
}


/* custom colors */
.section__heading.moving-image h2,
.section__heading.moving-image span,
#about-the-study .col-xs-12.col-md-7 h3 {
    color: #722267 !important;
}

#about-the-study .q-bg-white.ntm.pb-50 {
    background: #722267 !important;
}

.the-study-periods h3 {
    color: #722267 !important
}

#about-the-study .study-periods .left,
.about-the-study-protocol-switcher .study-periods .left {
    color: #722267 !important;
}

span.icon-about-trials {
    color: #722267 !important;
}

#about-the-study h4,
.section__heading h2,
span.icon-about-trials {
    color: #722267 !important;
}

.panel.panel-accordion>.panel-heading {
    border-top: #722267 1px solid;
}

.panel.panel-accordion,
.panel.panel-accordion>.panel-heading,
.panel.panel-accordion>.panel-heading a:before,
.panel.panel-accordion>.panel-heading a:after {
    border-color: #722267;
}

.page-container>footer {
    background: #722267;
}

#about-the-study .col-12.col-md-6 {
    width: 80%;
    margin: 0 auto;
}

#about-the-study ul {
    padding-left: 40px;
}

@media (max-width: 991px) {
    #about-the-study .col-12.col-md-6 {
        width: 100%;
    }
}

.cookieManagementModalSection .btn-cookieModal {
    background: #722267;
    border: 2px solid #722267;
}

.cookieManagementModalSection .modal-header-2 {
    padding-top: 10px;
}

.cookieManagementModalSection .onoffswitch .onoffswitch-inner:before {
    background-color: #722267;
}

.cookieManagementModalSection .itemBody {
    color: #000;
}

/* START: Sticky footer update for mobile only */
@media (max-width:991px) {
    #sticky-footer {
        display: block !important;
        bottom: 0 !important;
        padding: 0px 0 0px 0 !important;
        margin-top: 0 !important;
        top: auto !important;
        height: auto !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
        transition: 0.3s bottom;
    }

    #sticky-footer a {
        padding: 8px 0 10px;
        display: block;
    }

    header[style*="display: none"]~main #sticky-footer,
    header[style*="display:none"]~main #sticky-footer {
        bottom: -200px !important;
    }

    #hero-btn {
        display: none;
    }
}

/* END: Sticky footer update for mobile only */

.footer-content em {
    color: white;
}

#contact-info .btn.v9 {
    background-color: #3a1a30;
}

#contact-info .btn.v9:hover {
    background-color: #aa2dac;
}

@media (min-width: 768px) {
    .gradient-success-secondary {
        background: linear-gradient(to right, #722267, #722267 50%, #fafafa 50%) ;
    }
}

.q-bg-secondary {
   background-color: #722267 !important;
}

#site-selection .form-area {
  background-color: #722267 !important;
}

@media only screen and (max-width: 600px) {
    .q-bg-white.ntm.pb-50 {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .section__heading.moving-image h2, 
    .section__heading.moving-image span {
        color: white !important;
    }
}

.gm-style-iw-chr {    
    position: absolute; 
    top: 0; 
    right: 0;       
}

.gm-style-iw-d {
    margin-top: 5px;
}

.gm-ui-hover-effect {    
    width: 10px !important;
    height: 10px !important;
}

.gm-ui-hover-effect span {
    margin: 0 !important;
    position: absolute; 
    top: 2px; 
    right: 2px;   
    width: 16px!important;
    height: 16px !important;
}
