/******* Colors *******/


/******* Font Sizes *******/

.size-12-b,
.banner_text_first_heading,
.banner_left .banner_text .quote_by {
    font-size: 12px;
    font-weight: bold;
}

.size-20-b,
.banner_text_heading {
    font-size: 20px;
    font-weight: bold;
}


/********* Media Queries Mixins *********/

body {
    font-family: verdana;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
    color: #009fda;
    cursor: pointer;
}

h4 {
    font-weight: bold;
}

button,
input {
    font-family: verdana;
}

select {
    background: #ffffff;
}

.text-decoration-none {
    text-decoration: none !important;
}

.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-margin {
    margin: 0px !important;
}

.spacer-25 {
    margin-bottom: 25px;
    width: 100%;
}

.faint_blue {
    background-color: #ecf5fb;
}

.blue_bdr {
    border-bottom: 1px solid #009fda;
}

.quote_open {
    display: inline-block;
    float: left;
    margin-bottom: 6px;
}

.quote_close {
    padding-left: 4px;
    padding-top: 8px;
}

.cta_text {
    color: #82786f;
    font-weight: bold;
    font-size: 13px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cta_text {
        display: inline-block;
        padding-right: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .cta_text {
        font-size: 15px;
        display: inline-block;
        padding-right: 10px;
        position: relative;
        top: 5px;
    }
}

@media (min-width: 1366px) {
    .cta_text {
        font-size: 20px;
        display: inline-block;
        padding-right: 10px;
        position: relative;
        top: 5px;
    }
}

.cta_btn {
    display: inline-block;
}

@media (max-width: 768px) {
    .cta_btn {
        margin-top: 5px;
    }
}

.btn-primary {
    font-weight: 800;
    font-size: 13px;
    color: #ffffff;
    background: #009fda;
    border: 0px;
}

.btn-primary:hover {
    background: #e64a0e;
    opacity: 1;
    cursor: pointer;
}

.btn-primary:focus {
    background: #e64a0e;
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn-primary {
        display: inline-block;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .btn-primary {
        font-size: 14px;
        display: inline-block;
    }
}

@media (min-width: 1366px) {
    .btn-primary {
        font-size: 14px;
        display: inline-block;
    }
}

.btn-secondary {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    background: #e64a0e;
    border: 2px solid #e64a0e;
    line-height: 1.25;
}

.btn-secondary:hover {
    background: #BD3C0A;
    color: #ffffff;
    border-color: #BD3C0A;
    opacity: 1;
    cursor: pointer;
}

.btn-secondary:focus {
    background: #BD3C0A;
    color: #ffffff;
    border-color: #BD3C0A;
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn-secondary {
        display: inline-block;
        line-height: 1;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .btn-secondary {
        font-size: 14px;
        display: inline-block;
        line-height: 1;
    }
}

@media (min-width: 1366px) {
    .btn-secondary {
        font-size: 14px;
        display: inline-block;
        line-height: 1;
    }
}

.btn-outline-primary {
    color: #009fda;
    border-color: #009fda;
    border-width: 2px;
    font-size: 13px;
    font-weight: 800;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    cursor: pointer;
    border-color: #009fda;
    background-color: #009fda;
}

.btn-outline-primary:focus {
    cursor: pointer;
    border-color: #009fda;
    background-color: #009fda;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn-outline-primary {
        font-size: 16px;
        padding: 10px 97px;
        width: auto;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .btn-outline-primary {
        font-size: 16px;
        padding: 10px 97px;
        width: auto;
    }
}

@media (min-width: 1366px) {
    .btn-outline-primary {
        font-size: 16px;
        padding: 10px 97px;
        width: auto;
    }
}

.grey-text,
.options .option p {
    color: #82786f;
    font-size: 12px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .grey-text,
    .options .option p {
        font-size: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .grey-text,
    .options .option p {
        font-size: 13px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .grey-text,
    .options .option p {
        font-size: 13px;
    }
}

.banner_text_first_heading {
    padding-bottom: 15px;
}

.banner_text_heading {
    width: 100%;
    padding-bottom: 15px;
    line-height: initial;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_text_heading {
        width: 250px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_text_heading {
        width: 312px;
    }
}

@media (min-width: 1366px) {
    .banner_text_heading {
        width: 412px;
    }
}

.banner_description {
    font-size: 13px;
    width: 100%;
    padding-bottom: 45px;
    line-height: initial;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_description {
        font-size: 14px;
        width: 244px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_description {
        font-size: 15px;
        width: 320px;
        padding-bottom: 85px;
    }
}

@media (min-width: 1366px) {
    .banner_description {
        font-size: 20px;
        width: 421px;
        padding-bottom: 85px;
    }
}

.xs-margin-10 {
    margin-bottom: 10px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .xs-margin-10 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .xs-margin-10 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1366px) {
    .xs-margin-10 {
        margin-bottom: 0px;
    }
}

.xs-margin-30 {
    height: 30px;
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .xs-margin-30 {
        height: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .xs-margin-30 {
        height: 0;
    }
}

@media (min-width: 1366px) {
    .xs-margin-30 {
        height: 0;
    }
}

.spacer-30 {
    height: 30px;
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .spacer-30 {
        height: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .spacer-30 {
        height: 45px;
    }
}

@media (min-width: 1366px) {
    .spacer-30 {
        height: 50px;
    }
}

.spacer-80 {
    height: 80px;
}

.margin-top-30-xs {
    margin-top: 30px;
}

.custom_flex {
    display: flex;
    flex-direction: column;
}

#toTop_page {
    width: 100%;
    padding-bottom: 30px;
    color: #009fda;
    position: relative;
    top: 6px;
    display: inline-block;
}

@media (max-width: 768px) {
    #toTop_page {
        text-align: center;
    }
}

.spacer-margin-20 {
    height: 20px;
}

@media (max-width: 768px) {
    .spacer-margin-20 {
        height: 0px;
    }
}

.spacer-lg-35 {
    height: 30px;
}

@media (max-width: 768px) {
    .spacer-lg-35 {
        height: 0px;
    }
}

.spacer-margin-5 {
    height: 5px;
}

@media (max-width: 768px) {
    .spacer-margin-5 {
        height: 0px;
    }
}

.spacer-mobile-20-desktop-50 {
    height: 50px;
}

@media (max-width: 768px) {
    .spacer-mobile-20-desktop-50 {
        height: 20px;
    }
}

.spacer-mobile-20-desktop-30 {
    height: 30px;
}

@media (max-width: 768px) {
    .spacer-mobile-20-desktop-30 {
        height: 20px;
    }
}


/******* Colors *******/


/******* Font Sizes *******/

.size-12-b,
.banner_text_first_heading,
.banner_left .banner_text .quote_by {
    font-size: 12px;
    font-weight: bold;
}

.size-20-b,
.banner_text_heading {
    font-size: 20px;
    font-weight: bold;
}


/********* Media Queries Mixins *********/

@media (max-width: 374px) {
    .options .option .row {
        width: 280px !important;
    }
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
    .banner_right .block:nth-child(1) .block_text blockquote,
    .banner_right .block:nth-child(2) .block_text blockquote {
        width: 252px !important;
    }
}

@media (max-width: 768px) {
    .story-section img {
        width: 100%;
    }
    .text-center-ipad {
        text-align: center;
    }
    .search_result_wrapper .results table tbody tr td:first-child {
        padding-left: 10px !important;
    }
    .xs-text-center {
        text-align: center;
    }
    .visible-xs {
        display: block;
    }
    .modal-title {
        display: none;
    }
    #quick_search .modal-header {
        background: #fff;
        margin: 0px -15px;
        padding-left: 15px;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 15px;
    }
    .no-padding-xs {
        padding: 0px !important;
    }
    .no-padding-left {
        padding-left: 15px;
    }
    .advance_search_wrapper .filter_by_trial_details .trail_phases .input-title, .treatment .input-title, .conditions_title {
        padding-top: 15px;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper {
        float: left;
        width: 100%;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper .conditions_title,
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper .conditions_sub_title {
        display: block;
        float: left;
        width: 100%;
    }
    .advance_search_wrapper .bottom_section .right-section {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .advance_search_wrapper .bottom_section .right-section .btn-outline-primary {
        order: 2;
    }
    .advance_search_wrapper .bottom_section .right-section .btn-secondary {
        order: 1;
    }
    .no-border-xs {
        border-top: 0px !important;
    }
    .status_img {
        display: none !important;
    }
    .sort-by-option {
        display: block;
    }
    .search_result_wrapper .result_top .intro_text {
        border: 0px !important;
    }
    .participant_exp_page .page_banner .page_banner_text .banner_text_heading {
        width: 190px !important;
    }
    .participant_exp_page .page_banner .page_banner_text .banner_description {
        width: 181px !important;
    }
    .publishes-result-main .row {
        width: 315px !important;
    }
    .sharing_results_accordions .accordion_head {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
    /* .sharing_results_accordions .accordion_head span{ 
          display: -webkit-box !important;	   
      max-width: 275px;
      height: 32px;   
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .sharing_results_accordions .plusminus {
              position: absolute;  
          right: 0;    
              top: 11px !important;	
      }
      .sharing_results_accordions .accordion_open span{ 
          display: -webkit-box !important;    	    
      /* max-width: 275px;
      height: 100%;	   
          -webkit-line-clamp: initial;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      } */
}

@media (max-width: 768px) {
    .faq-page .banner_text_heading {
        width: 215px;
    }
    /*.banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_image img {
    top: 55px;
    position: relative;
    width: 180%;
    right: -46px; }*/
    .faq-page .banner_description {
        width: 177px;
    }
    .container {
        width: 100%;
    }
    .full-width-xs {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .hidden-md-up {
        display: block !important;
    }
    h4 {
        font-size: 20px;
        font-weight: bold;
    }
    .margin-top-30-xs {
        margin-top: 30px;
    }
    .visible-xs {
        display: block;
    }
    .result_details .status_img {
        display: inline-block !important;
    }
    .result_details .border-b {
        display: none;
    }
    .search_result_wrapper .result_details .trial_overview .border-r {
        border-right: 0px !important;
    }
    .search_result_wrapper .result_details_top .intro_text {
        border: 0px !important;
    }
    .no-margin-xs {
        margin: 0px;
    }
    .search_result_wrapper .result_top .page_cnt {
        text-align: left !important;
    }
    .search_result_wrapper .results table tbody tr td:first-child {
        padding-bottom: 0px;
    }
    .search_result_wrapper .result_top {
        padding: 15px 0px !important;
    }
    .sort-by-option {
        padding: 0px 15px;
    }
    .search_result_wrapper .result_bottom {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .clinical_trial .accordian-main {
        margin-bottom: 20px !important;
    }
    .search_result_wrapper .border-solid {
        border-width: 0px !important;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_text .banner_quote {
        width: 182px;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_text .banner_quote {
        width: 167px;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_text .banner_quote {
        width: 178px;
    }
    /*.banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_image img {
    top: 250px;
    position: relative;
    left: -70px;
    height: 820px; }*/
    .banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_text .quote_by {
        width: 200px;
    }
    /* .banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_text .quote_by {
            width: 186px;
    } */
    .tbl-titles {
        display: none;
    }
    .what-is-clinical-trial .page_banner {
        /* background-size: 135% 135%;
background-position: top -26px right; */
    }
    .what-bottom-cta .content-padding {
        padding-bottom: 22px !important;
        padding-top: 8px !important;
    }
    .what-bottom-cta .cta_text {
        padding-top: 10px;
    }
    .part_exp.begin .patitnt-experience-border {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .size-12-b,
    .banner_text_first_heading,
    .banner_left .banner_text .quote_by {
        font-size: 11px;
        font-weight: bold;
    }
    .size-20-b,
    .banner_text_heading {
        font-size: 20px;
        font-weight: bold;
    }
    h4 {
        font-size: 20px;
        font-weight: bold;
    }
    .margin-top-30-xs {
        margin-top: 0px;
    }
    .visible-xs {
        display: none !important;
    }
    .no-padding-r-lg {
        padding-right: 0px;
    }
    .no-padding-lg {
        padding: 0px;
    }
    .sort-by-option {
        display: none;
    }
    .search_result_wrapper .result_top .text-right {
        display: flex;
    }
    .search_result_wrapper .result_top button {
        align-self: center;
    }
    .search_result_wrapper .spacer-30,
    .search_result_wrapper .border-b {
        display: none;
    }
    .half-width-ipad {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 55px;
        position: relative;
    }
    .half-width-ipad:after {
        content: "";
        border-bottom: 2px dashed #d8d8d8 !important;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: -2px;
    }
    .no-bdr-ipad {
        border-right: 0px !important;
    }
    .bdr-ipad {
        border-right: 2px dashed #d8d8d8 !important;
    }
    .width-70 {
        max-width: 70%;
        flex: 0 0 70%;
    }
    .eligible .half-width-ipad:after {
        bottom: -26px;
    }
    .eligible .half-width-ipad:nth-child(3):after {
        border-width: 0px !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .spacer-25 {
        display: none;
    }
    .search_result_wrapper .results table tbody tr td:first-child {
        padding-right: 5px;
    }
    .banner_left .banner_text {
        padding: 20px 30px;
    }
    .banner_left .banner_carousel .owl-nav .owl-prev,
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-size: 50% 50%;
        background-repeat: no-repeat;
    }
    /*.banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_image img {
    top: -113px; }
.banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_image img {
    top: -115px; }*/
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-position: right top;
    }
    /*.banner_left .banner_image img {
    width: 100% !important;
    left: 0px !important; }*/
    .sharing_results_accordions .accordion_head {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
    /* .sharing_results_accordions .accordion_head span{ 
          display: -webkit-box !important;	   
      max-width: 275px;
      height: 32px; 
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .sharing_results_accordions .plusminus {
              position: absolute;  
          right: 0;    
              top: 11px !important;	
      }
      .sharing_results_accordions .accordion_open span{ 
          display: -webkit-box !important;    	    
      max-width: 275px;
      height: 100%;	     
          -webkit-line-clamp: initial;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      } */
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count {
        background-size: 210px 200px;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count .phase_cnt_wrapper {
        /* margin-left: 40px; */
        margin-top: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_left .banner_carousel .owl-nav .owl-prev,
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-size: 80% 80%;
        background-repeat: no-repeat;
    }
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-position: right top;
    }
    /* .banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_image img {
     top: -127px; }
 .banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_image img {
     top: -91px; }*/
    .hidden-sm {
        display: none !important;
    }
    .container {
        width: 100%;
    }
    .size-12-b,
    .banner_text_first_heading,
    .banner_left .banner_text .quote_by {
        font-size: 13px;
        font-weight: bold;
    }
    .size-20-b,
    .banner_text_heading {
        font-size: 24px;
        font-weight: bold;
    }
    h4 {
        font-size: 24px;
        font-weight: bold;
    }
    .margin-top-30-xs {
        margin-top: 0px;
    }
    .visible-xs {
        display: none !important;
    }
    .no-padding-r-lg {
        padding-right: 0px;
    }
    .no-padding-lg {
        padding: 0px;
    }
    .sort-by-option {
        display: none;
    }
    .search_result_wrapper .result_bottom #toTop {
        top: 9px !important;
    }
    .search_result_wrapper .results table tbody tr td:first-child {
        padding-right: 5px;
    }
    .sharing_results_accordions .accordion_head {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
    /* .sharing_results_accordions .accordion_head span{ 
          display: -webkit-box !important;	   
      max-width: 275px;
      height: 32px; 
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .sharing_results_accordions .plusminus {
              position: absolute;  
          right: 0;    
              top: 11px !important;	
      }
      .sharing_results_accordions .accordion_open span{ 
          display: -webkit-box !important;    	    
      /* max-width: 275px;
      height: 100%;	     
          -webkit-line-clamp: initial;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      } */
    .what-is-clinical-trial .page_banner {
        background-size: cover;
        background-position: top 0px right 0px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1366px;
    }
    .size-12-b,
    .banner_text_first_heading,
    .banner_left .banner_text .quote_by {
        font-size: 16px;
        font-weight: bold;
    }
    .size-20-b,
    .banner_text_heading {
        font-size: 32px;
        font-weight: bold;
    }
    h4 {
        font-size: 32px;
        font-weight: bold;
    }
    .margin-top-30-xs {
        margin-top: 0px;
    }
    .visible-xs {
        display: none !important;
    }
    .no-padding-r-lg {
        padding-right: 0px;
    }
    .no-padding-lg {
        padding: 0px;
    }
    .sort-by-option {
        display: none;
    }
    .search_result_wrapper .result_top {
        padding-bottom: 40px !important;
    }
    .options .option .row .custom_tbl .custom_tbl_cell_align_top p {
        font-size: 16px !important;
    }
    /* .what-is-clinical-trial .page_banner {
    background-size: cover;
    background-position: bottom -221px right 0px; } */
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count .p_count {
        font-size: 60px;
        line-height: 50px;
    }
}

@media (min-width: 769px) and (max-width: 950px) {
    .options .option img {
        width: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .options .option .row .custom_tbl {
        height: 190px !important;
        width: 155px !important;
    }
    /*.banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_image img {
    top: -284px !important; }*/
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count .p_count {
        font-size: 48px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .modal .modal_window .modal-content .medical_conditions .mCustomScrollbar {
        height: 370px !important;
    }
    .search_result_wrapper .result_details .trial_overview .data_title {
        padding-top: 20px !important;
    }
    .hidden-ipad {
        display: none !important;
    }
    /*.banner_left .banner_image img {
    width: 100%;
    left: 0px !important; }*/
    .phases_right .phases_tabs .nav-item .nav-link {
        font-size: 14px;
    }
    .text-center-ipad {
        text-align: center;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    /* .aprove_data .accordion_head span{
max-width: 515px;
height: 62px;
}
.aprove_data .accordion_open span, .sharing_results_accordions .accordion_open span{
      max-width: 515px;
height: 100% !important;
}
.sharing_results_accordions .accordion_head span{
      max-width: 515px;
height: 62px;
} */
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* .aprove_data .accordion_head span{
max-width: 325px;
   height: 52px;
}
.sharing_results_accordions .accordion_head span{
      max-width: 325px;
   height: 64px;
}
.aprove_data .accordion_open span, .sharing_results_accordions .accordion_open span{
max-width: 325px;
   height: 100%;
} */
    .aprove_data .plusminus {
        top: 12px;
    }
}

@media (min-width: 501px) and (max-width: 768px) {
    /* .aprove_data .accordion_head span, .sharing_results_accordions .accordion_head span{
max-width: 382px;
   height: 37px;
}
.aprove_data .accordion_open span, .sharing_results_accordions .accordion_open span{
max-width: 382px;
   height: 100%;
} */
}

@media (max-width: 500px) {
    /* .aprove_data .accordion_head span, .sharing_results_accordions .accordion_head span{
      max-width: 275px;
      height: 34px;
}
.aprove_data .accordion_open span, .sharing_results_accordions .accordion_open span{
max-width: 275px;
   height: 100%;
} */
    .faq-page .page_banner {
        /* background-size: 160% 150%;
background-position: top -70px right -138px;  */
    }
}

@media (min-width: 500px) and (max-width: 685px) {
    .what-is-clinical-trial .page_banner {
        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 685px) and (max-width: 768px) {
    /*.banner_left .banner_image img {
    width: 100% !important;
    left: 0px !important; }*/
    .what-is-clinical-trial .page_banner {
        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .phases_right .phases_tabs .nav-item .nav-link {
        padding-left: 33%;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count {
        background-size: 210px 200px;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count .phase_cnt_wrapper {
        /* margin-left: 40px; */
        margin-top: 25px;
    }
}

.width-100 {
    width: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .banner_left .banner_carousel .owl-nav .owl-prev,
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-size: 80% 80%;
        background-repeat: no-repeat;
    }
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-position: right top;
    }
    .home-info-section .info_image,
    .what-is-clinical-trial .info-carousel .info_slide .info_image,
    .participant_exp_page .info-carousel .info_slide .info_image {
        height: 100px;
        width: 100px;
    }
    .info_section .info-carousel .info_slide .info_image img,
    .participant_exp_page .info-carousel .info_slide .info_image img {
        width: 100%;
    }
    .video-btn {
        margin-top: 40px;
    }
    .video_wrapper .video-info-wrapper .video-txt .image-title {
        position: relative;
        top: -20px;
    }
    .modal .modal_window .modal-content .modal-footer {
        padding: 40px 0px;
    }
    .search_result_wrapper .result_details .view-pdf .view_pdf_btn {
        padding-left: 20px;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count {
        background-position: top 0 left 0px;
    }
    .phases_right .phases_tabs :first-child.nav-item {
        margin-left: -33px;
    }
    .phases_right .phases_tabs .nav-item {
        width: 34%;
        display: inline-block;
    }
    .video_wrapper .video-info-wrapper .video-txt .image-title {
        flex: 1;
        font-size: 31px;
        text-align: left;
        color: #001965;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 15px;
        float: none;
        clear: both;
        display: inline-block;
        margin-top: 0px;
        margin-left: 10px;
    }
    .video_wrapper .video-info-wrapper .video-txt .video-info {
        flex: 1;
        font-size: 18px;
        text-align: left;
        color: #009fda;
        font-weight: bold;
        margin-top: 15px;
        float: left;
        margin-left: 10px;
        margin-top: 24px;
    }
    .search_result_wrapper .result_details .view-pdf .view_pdf_btn button {
        width: 94%;
        white-space: pre-wrap;
        margin-left: 16px;
    }
    #quick_search .only_recruiting {
        width: 97%;
    }
    .modal .modal_window .modal-content .custom_select select {
        height: 29px;
    }
    .search_result_wrapper .result_details .trial_overview .eligible .data_content .from_date span:last-child,
    .search_result_wrapper .result_details .trial_overview .eligible .data_content .to_date span:last-child {
        display: inline-block;
    }
    .search_result_wrapper .result_details .trial_overview .data_content .from_date span:last-child,
    .search_result_wrapper .result_details .trial_overview .data_content .to_date span:last-child {
        display: inline-block;
    }
    .banner_text_heading {
        line-height: 40px;
    }
    .banner_description {
        line-height: 25px;
    }
}

.logo-text {
    color: #001965;
    font-size: 32px;
    padding-left: 20px;
    position: relative;
    top: 14px;
}

@media (max-width: 768px) {
    .logo-text {
        font-size: 24px;
        top: 6px;
        padding-left: 0px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .logo-text {
        font-size: 24px;
        top: 6px;
    }
}

.header-logo {
    width: 100%;
}

.header-logo .hidden-xs {
    display: inline-block;
}


/************* Home Page CSS ********************/


/*.banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_image img {
    top: 0px; }*/

.banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_text .banner_quote {
    width: 303px;
}

.banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_text .quote_by {
    top: 114px;
}


/*.banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_image img {
    top: -207px; }*/

.banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_text .banner_quote {
    width: 395px;
}

.banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_text .quote_by {
    top: 155px;
}


/*.banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_image img {
    top: -180px; }*/

.banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_text .banner_quote {
    width: 350px;
}

/* .banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_text .quote_by {
        top: 115px;
} */

@media (max-width: 768px) {
    .banner_left .banner_carousel .owl-nav {
        display: none;
    }
}

.banner_left .banner_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    cursor: pointer;
    left: 0px;
    background-image: url(../img/left-arrow.png);
    font-size: 0;
    height: 116px;
    width: 52px;
}

.banner_left .banner_carousel .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    right: 0px;
    background-image: url(../img/right-arrow.png);
    font-size: 0;
    height: 116px;
    width: 52px;
}

.banner_left .banner_carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .banner_left .banner_carousel .owl-dots {		
        bottom: initial;
        top: 140px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner_left .banner_carousel .owl-dots {
        bottom: 145px;
        top: initial;
    }
    .homepage_spanish .banner_left .banner_carousel .owl-dots {
        bottom: 190px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .banner_left .banner_carousel .owl-dots {
        bottom: 20px;
        top: initial;
    }
}

.banner_left .banner_carousel .owl-dots .owl-dot span {
    background: #ffffff;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    border: 1px solid #fff;
}

.banner_left .banner_carousel .owl-dots .active span {
    background: #009fda;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}


/*
@media (min-width: 769px) and (max-width: 1024px) {
    .banner_left .banner_image {
        height: 332px; }
    .banner_left .banner_image img {
        position: relative; } }

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_left .banner_image {
        height: 500px; }
    .banner_left .banner_image img {
        position: relative; } }

@media (min-width: 1366px) {
    .banner_left .banner_image {
        height: 597px; }
    .banner_left .banner_image img {
        position: relative; } }

@media (max-width: 768px) {
    .banner_left .banner_image {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        height: 310px; } }

.banner_left .banner_image img {
    width: 100%; }
@media (max-width: 768px) {
    .banner_left .banner_image img {
        width: auto;
        height: 560px; } }
*/

.banner_left .banner_text {
    color: #ffffff;
    padding: 73px 60px;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .banner_left .banner_text {
        padding-top: 20px;
        padding-bottom: 35px;
        padding-left: 15px;
        position: static;
    }
    .banner_left .banner_text .banner_text_heading {
        color: #001965;
    }
    .banner_left .banner_text .banner_description {
        color: #82786f;
        padding-bottom: 0px;
    }
}

.banner_left .banner_text .banner_quote {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .banner_left .banner_text .banner_quote {
        position: absolute;
        top: 15px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_left .banner_text .banner_quote {
        width: 252px;
    }
}

.banner_left .banner_text .banner_quote span {
    display: table-cell;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_left .banner_text .banner_quote {
        font-size: 12px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_left .banner_text .banner_quote {
        font-size: 13px;
    }
}

@media (min-width: 1366px) {
    .banner_left .banner_text .banner_quote {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

.banner_left .banner_text .banner_quote img {
    width: auto;
}

.banner_left .banner_text .quote_by {
    padding-left: 7px; 
    margin-top: 20px;
}

@media (max-width: 768px) {
    .banner_left .banner_text .quote_by {
        /* position: absolute */;
        width: 222px;
    }
    .banner_left .banner_text .quote_by{
        margin-top: 10px !important;
    }
}

.banner_left .banner_text .quote_by span {
    padding-right: 10px;
}

.banner_right .block .block_text {
    padding: 30px 10px;
    align-self: flex-start;
}

.banner_right .block .block_text blockquote {
    display: table;
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_right .block .block_text blockquote {
        width: 178px;
        margin-bottom: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_right .block .block_text blockquote {
        width: 215px;
        font-size: 13px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1366px) {
    .banner_right .block .block_text blockquote {
        width: 240px;
        font-size: 20px;
        margin-bottom: 45px;
    }
}

.banner_right .block .block_text blockquote span {
    display: table-cell;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_right .block .block_text {
        padding: 13px 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_right .block .block_text {
        padding: 30px 10px;
    }
}

@media (min-width: 1366px) {
    .banner_right .block .block_text {
        padding: 30px 15px;
    }
}

.banner_right .block:nth-child(1) .block_image {
    background-image: url("../img/banner_image_2.jpg");
    background-size: cover;
    background-position: center center;
    height: 192px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_right .block:nth-child(1) .block_image {
        height: 172px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_right .block:nth-child(1) .block_image {
        height: 222px;
    }
}

@media (min-width: 1366px) {
    .banner_right .block:nth-child(1) .block_image {
        height: 293px;
    }
}

.banner_right .block:nth-child(1) .block_text {
    font-size: 12px;
}

.banner_right .block:nth-child(1) .block_text blockquote {
    color: #a39e9b;
    width: 152px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_right .block:nth-child(1) .block_text blockquote {
        width: 146px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_right .block:nth-child(1) .block_text blockquote {
        width: 195px;
    }
}

@media (min-width: 1366px) {
    .banner_right .block:nth-child(1) .block_text blockquote {
        width: 232px;
    }
}

.banner_right .block:nth-child(1) .block_text:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
    content: "";
    position: absolute;
    top: 20px;
    left: -15px;
    z-index: 9;
}

.banner_right .block:nth-child(2) .block_image {
    background-image: url("../img/banner_image_3.jpg");
    background-size: cover;
    background-position: center center;
    height: 175px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_right .block:nth-child(2) .block_image {
        height: 176px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_right .block:nth-child(2) .block_image {
        height: 222px;
    }
}

@media (min-width: 1366px) {
    .banner_right .block:nth-child(2) .block_image {
        height: 298px;
    }
}

.banner_right .block:nth-child(2) .block_text {
    font-size: 12px;
    padding: 10px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_right .block:nth-child(2) .block_text {
        width: 178px;
        padding: 24px 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_right .block:nth-child(2) .block_text {
        width: 215px;
        padding: 30px 10px;
    }
}

@media (min-width: 1366px) {
    .banner_right .block:nth-child(2) .block_text {
        width: 240px;
        padding: 30px 10px;
    }
}

.banner_right .block:nth-child(2) .block_text blockquote {
    color: #a39e9b;
    width: 160px;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_right .block:nth-child(2) .block_text blockquote {
        width: 178px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_right .block:nth-child(2) .block_text blockquote {
        width: 215px;
        font-size: 13px;
    }
}

@media (min-width: 1366px) {
    .banner_right .block:nth-child(2) .block_text blockquote {
        width: 278px;
        font-size: 20px;
    }
}

.banner_right .block:nth-child(2) .block_text:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ffffff;
    content: "";
    position: absolute;
    top: 20px;
    right: -15px;
    z-index: 9;
}

.banner_right .block .blockquote_writer {
    color: #82786f;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: initial;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_right .block .blockquote_writer {
        font-size: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_right .block .blockquote_writer {
        font-size: 13px;
    }
}

@media (min-width: 1366px) {
    .banner_right .block .blockquote_writer {
        font-size: 16px;
    }
}

.cta_section {
    background-color: #f0f0f0;
    padding: 3px 0px;
}

@media (max-width: 768px) {
    .search_result_wrapper .results table thead tr th {
        display: none;
    }
    .cta_section {
        padding: 10px 0px;
    }
}

.cta_section .cta_section_top,
.cta_section .cta_section_bottom {
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cta_section .cta_section_top,
    .cta_section .cta_section_bottom {
        width: 90%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .cta_section .cta_section_top,
    .cta_section .cta_section_bottom {
        width: 90%;
    }
}

@media (min-width: 1366px) {
    .cta_section .cta_section_top,
    .cta_section .cta_section_bottom {
        width: 90%;
    }
}

.cta_section .cta_btn a {
    width: 190px;
    height: 32px;
    background: #e64a0e;
    color: #FFF;
    display: block !important;
    line-height: 15px;
    padding-top: 6px;
}

.cta_section .cta_btn a:hover,
.cta_section .cta_btn a:focus {
    background: #BD3C0A;
}

.carousel-bottom {
    padding: 8px 0px !important;
}

@media (max-width: 768px) {
    .options .option {
        padding: 0px;
    }
}

.options .option img {
    width: 100%;
    height:auto!important;
    border-radius: 5px;	
}

.options .option h4 {
    margin-top: 35px;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .options .option h4 {
        margin-top: 20px;
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .options .option h4 {
        font-size: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .options .option h4 {
        font-size: 24px;
    }
}

@media (min-width: 1366px) {
    .options .option h4 {
        font-size: 32px;
    }
}

.options .option:nth-child(1) h4 {
    color: #008499;
}

.options .option:nth-child(2) .hidden-xs {
    display: none !important;
}

@media (min-width: 769px) {
    .options .option:nth-child(2) .hidden-xs {
        display: flex !important;
        position: relative;
        bottom: -1px;
    }
}

.options .option:nth-child(2) h4 {
    color: #e64a0e;
}

@media (min-width: 1366px) {
    .options .option:nth-child(2) h4 {
        width: 80%;
    }
}

.options .option:nth-child(3) h4 {
    color: #008499;
}

.options .option .custom_tbl_cell_align_center {
    color: #82786f;
    margin-bottom: 25px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .options .option .custom_tbl_cell_align_center {
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .options .option .custom_tbl_cell_align_center {
        font-size: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .options .option .custom_tbl_cell_align_center {
        font-size: 13px;
    }
}

@media (min-width: 1366px) {
    .options .option .custom_tbl_cell_align_center {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .options .option .custom_tbl_cell_align_bottom {
        margin-bottom: 60px;
    }
}

.options .option .row {
    margin: 0px;
    border-bottom: 2px solid #bdb6b3;
}

@media (max-width: 768px) {
    .options .option .row {
        width: 345px;
        margin: 0px auto;
        border-width: 10px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .options .option .row {
        border-width: 7px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .options .option .row {
        border-width: 5px;
    }
}

@media (min-width: 1366px) {
    .options .option .row {
        border-width: 2px;
    }
}

.options .option .row .custom_tbl {
    display: table;
    height: 150px;
}

.options .option .row .custom_tbl .custom_tbl_cell_align_top {
    display: table-row;
    vertical-align: top;
}

.options .option .row .custom_tbl .custom_tbl_cell_align_bottom {
    display: table-cell;
    vertical-align: bottom;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .options .option .row .custom_tbl {
        height: 161px;
        width: 113px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .options .option .row .custom_tbl {
        height: 190px;
        width: 155px;
    }
}

@media (min-width: 1366px) {
    .options .option .row .custom_tbl {
        height: 236px;
    }
}

.options .option p {
    margin-bottom: 12px;
}

.options .option a {
    color: #009fda;
    display: block;
    font-size: 12px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .options .option a {
        font-size: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .options .option a {
        font-size: 13px;
    }
}

@media (min-width: 1366px) {
    .options .option a {
        font-size: 16px;
    }
}

.options .option a:hover {
    color: #e64a0e;
}

.options .option .image_wrapper {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.home-info-section .info_image {
    display: inline-block;
    border-radius: 50%;
}

.home-info-section .slide1 .info_image {
    background-color: #007c92;
}

.home-info-section .slide2 .info_image {
    background-color: #d47600;
}

.home-info-section .slide3 .info_image {
    background-color: #eaab00;
}

.home-info-section .slide4 .info_image {
    background-color: #3f9c35;
}

.info_section .section_title {
    color: #001965;
    margin-bottom: 30px;
    position: relative;
    padding-top: 0px;
    margin-top: -5px;
    /*border-bottom: 5px solid $marble-grey;*/
    width: 100%;
    text-align: center;
    /*&:after{
                      content: "";
                      position: absolute;
                      height: 5px;
                      border-bottom: 1px solid $grey-color;
                      top: 11px;
                      width: 40px;
                      left: 100%;
                      margin-left: 15px;
                      @media (max-width: 768px) { 
                              top: 8px;
                      }
                      @media (min-width: 769px) and (max-width: 1024px) { 
                              width: 140px;
                              top: 8px;
                      }
                      @media (min-width: 1025px) and (max-width: 1365px) { 
                              width: 190px;
                      }
                      @media (min-width: 1366px) {  				
                              width: 220px;
                              top: 16px;
                      }
              }	
              &:before{
                      content: "";
                      position: absolute;
                      height: 5px;
                      border-bottom: 1px solid $grey-color; 
                      top: 11px;
                      width: 40px;
                      right: 100%;
                      margin-right: 15px;
                      @media (max-width: 768px) { 
                              top: 8px;
                      }
                      @media (min-width: 769px) and (max-width: 1024px) { 
                              width: 140px;
                              top: 8px;
                      }
                      @media (min-width: 1025px) and (max-width: 1365px) { 
                              width: 190px;				
                      }
                      @media (min-width: 1366px) {  				
                              width: 220px;
                              top: 16px;
                      }
              }	*/
}

@media (min-width: 769px) and (max-width: 1024px) {
    .info_section .section_title {
        border-width: 3px;
        margin-top: 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .info_section .section_title {
        border-width: 2px;
        margin-top: 0px;
    }
}

@media (min-width: 1366px) {
    .info_section .section_title {
        border-width: 1px;
        margin-top: 0px;
    }
}

.info_section .info-carousel {
    margin: 0px;
}

.info_section .info-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 9%;
    color: #009fda;
    font-size: 45px;
    left: 0px;
}

.info_section .info-carousel .owl-nav .owl-next {
    position: absolute;
    top: 9%;
    color: #009fda;
    font-size: 45px;
    right: 0px;
}

.info_section .info-carousel .info_slide {
    margin-right: 0px;
}

@media (max-width: 768px) {
    .info_section .info-carousel .info_slide {
        max-width: 100%;
    }
}

.info_section .info-carousel .info_slide .info_image img {
    width: 100px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .info_section .info-carousel .info_slide .info_image img {
        width: 100px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .info_section .info-carousel .info_slide .info_image img {
        width: 60px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .info_section .info-carousel .info_slide .info_image img {
        width: 100px;
    }
}

@media (min-width: 1366px) {
    .info_section .info-carousel .info_slide .info_image img {
        width: 100px;
    }
}

.info_section .info-carousel .info_slide .info_text {
    padding-top: 15px;
    margin: 0 auto;
    color: #82786f;
    font-size: 12px;
}

@media (max-width: 768px) {
    .info_section .info-carousel .info_slide .info_text {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .info_section .info-carousel .info_slide .info_text {
        font-size: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .info_section .info-carousel .info_slide .info_text {
        font-size: 13px;
    }
}

@media (min-width: 1366px) {
    .info_section .info-carousel .info_slide .info_text {
        font-size: 16px;
    }
}

.video_wrapper {
    height: 425px;
    /* background: #009fda; */
    background:url("../img/WIACT_video_revised.jpg") no-repeat center center;
    background-size:cover;	 
    border-radius: 5px;
    padding: 135px 118px;
}

.video_wrapper.on-image {
    background:url("../img/homepage-800.jpg") no-repeat center center;
    background-size:cover;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .video_wrapper {
        padding: 87px 60px;
        height: 330px;
    }
}

@media (max-width: 768px) {
    .video_wrapper {
        padding: 68px 10px;
        height: 245px;
    }
}

.video_wrapper .video-info-wrapper {
    background-color: #ffffff;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    border: 0px;
    min-height: 156px;
}

.video_wrapper.on-image .video-info-wrapper {
    background-color: rgba(255,255,255,0.7);
}

@media (max-width: 768px) {
    .video_wrapper .video-info-wrapper {
        min-height: 110px;
    }
}

.video_wrapper .video-info-wrapper:hover {
    cursor: pointer;
}

.video_wrapper .video-info-wrapper .video-icon {
    flex: 1;
    margin: auto;
}

@media (min-width: 1366px) {
    .video_wrapper .video-info-wrapper .video-icon img {
        height: 86px;
        width: 86px;
    }
}

@media (max-width: 768px) {
    .video_wrapper .video-info-wrapper .video-icon img {
        height: 42px;
        width: 42px;
    }
}

.video_wrapper .video-info-wrapper .video-txt {
    display: flex;
    flex: 4;
    flex-direction: column;
}

.video_wrapper .video-info-wrapper .video-txt .video-info {
    flex: 1;
    font-size: 18px;
    text-align: left;
    color: #009fda;
    font-weight: bold;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .video_wrapper .video-info-wrapper .video-txt .video-info {
        font-size: 10px;
    }
}

.video_wrapper .video-info-wrapper .video-txt .image-title {
    flex: 1;
    font-size: 32px;
    text-align: left;
    color: #001965;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .video_wrapper .video-info-wrapper .video-txt .image-title {
        font-size: 16px;
        line-height: 20px;
        padding-top: 7px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .video_wrapper .video-info-wrapper .video-txt .image-title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .video_wrapper .video-info-wrapper .video-txt .image-title {
        font-size: 24px;
        line-height: 24px;
    }
}

.cta_banner {
    /* background-image: url("../img/cta_background.jpg");
      background-size: cover;	 */
}

.cta_banner .banner_image {
    height: auto;
    width: 100%;
}

@media (max-width: 768px) {
    .cta_banner .banner_image {
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cta_banner .banner_image {
        height: auto;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .cta_banner .banner_image {
        height: auto;
    }
}

@media (min-width: 1366px) {
    .cta_banner .banner_image {
        height: 235px;
    }
}

.cta_banner h4 {
    color: #ffffff;
}

@media (max-width: 768px) {
    .cta_banner h4 {
        font-size: 18px;
    }
}

.cta_banner a {
    color: #ffffff;
}

.cta_banner a:hover {
    color: #e64a0e;
}

@media (max-width: 768px) {
    .cta_banner a {
        font-size: 14px;
    }
}

.cta_banner .cta_banner_text {
    padding: 30px 20px 30px 20px;
    background-image: url(../img/cta_background.jpg);
    background-size: cover;
}

.cta_banner .cta_banner_text .custom_tbl {
    display: table;
    height: 100%;
}

.cta_banner .cta_banner_text .custom_tbl .custom_tbl_cell_align_middle {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .cta_banner .cta_banner_text {
        padding: 30px 20px 30px 20px;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cta_banner .cta_banner_text {
        padding: 0px 30px 0px 30px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .cta_banner .cta_banner_text {
        padding: 0px 82px 0px 82px;
    }
}

@media (min-width: 1366px) {
    .cta_banner .cta_banner_text {
        padding: 0px 82px 0px 82px;
    }
}


/************* What is clinical trials Page CSS ********************/

.what-is-clinical-trial .page_banner .page_banner_text .banner_text_first_heading {
    color: #82786f;
}

.what-is-clinical-trial .info-carousel .slide1 .info_image {
    background-color: #d47600;
}

.what-is-clinical-trial .info-carousel .slide2 .info_image {
    background-color: #009ed9;
}

.what-is-clinical-trial .info-carousel .slide3 .info_image {
    background-color: #3f9c35;
}

.what-is-clinical-trial .info-carousel .slide4 .info_image {
    background-color: #007c92;
}

.what-is-clinical-trial .info-carousel .info_slide .info_image {
    display: inline-block;
    border-radius: 50%;
}

.what-is-clinical-trial .info-carousel .info_slide .info_image img {
    position: relative;
    top: 3px;
    left: 1px;
}

.what-is-clinical-trial .cta_section_top button {
    width: 200px;
}

@media (min-width: 1366px) {
    .what-is-clinical-trial .cta_section_top .cta_text {
        padding-right: 40px;
    }
}

@media (min-width: 1366px) {
    .what-is-clinical-trial .cta_section_bottom .cta_text {
        padding-right: 40px;
    }
}

.page_banner {
    background-image: url("../img/what_is_clinical_trail_banner_img2.jpg");
    background-size: cover;
    background-position: center;
    height: 490px;
}

@media (max-width: 768px) {
    .page_banner {
        height: 360px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .page_banner {
        height: 425px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .page_banner {
        height: 650px;
    }
}

@media (min-width: 1366px) {
    .page_banner {
        height: 600px;
    }
}

.page_banner img {
    width: 100%;
}

.page_banner .page_banner_text {
    padding: 22px 30px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .page_banner .page_banner_text {
        padding: 22px 15px;
    }
}

.page_banner .page_banner_text .banner_text_first_heading {
    color: #4a4a4a;
}

.page_banner .page_banner_text .banner_text_heading {
    color: #001965;
    line-height: initial;
    padding-top: 50px;
    /* width: 60%;
                  @media (max-width: 768px) {
                          width: 100%;
                  }
                  @media (min-width: 769px) and (max-width: 1024px) {
                          width: 100%;
                  }
                  @media (min-width: 1025px) and (max-width: 1365px) {
                          width: 100%; 
                  }
                  @media (min-width: 1366px) {
                          width: 100%;
                  } */
}

@media (max-width: 768px) {
    .page_banner .page_banner_text .banner_text_heading {
        padding-top: 0px;
    }
}

.page_banner .page_banner_text .banner_description {
    color: #4a4a4a;
}

.phases_left {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .phases_left {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .phases_left {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.phases_left h4 {
    color: #001965;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .phases_left h4 {
        font-size: 18px;
    }
}

.phases_left p {
    color: #82786f;
    margin-bottom: 36px;
}

@media (max-width: 768px) {
    .phases_left p {
        font-size: 12px;
        margin-bottom: 0px;
    }
}

.phases_left .banner_text_first_heading {
    color: #82786f;
}

.phases_left ul {
    color: #82786f;
    padding-left: 18px;
}

@media (max-width: 768px) {
    .phases_right {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .phases_right {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.phases_right .phases_tabs {
    position: relative;
    left: -3px;
}

@media (max-width: 768px) {
    .phases_right .phases_tabs {
        left: -1px;
        top: 1px;
    }
}

.phases_right .phases_tabs .nav-item {
    width: 100%;
    display: inline;
    margin-left: -100px;
}

@media (max-width: 400px) {
    .phases_right .phases_tabs .nav-item {
        margin-left: -45px;
    }
}

.phases_right .phases_tabs .nav-item:first-child {
    margin-left: 0px;
}

@media (min-width: 401px) and (max-width: 640px) {
    .phases_right .phases_tabs .nav-item:first-child .nav-link {
        text-align: left;
    }
}

.phases_right .phases_tabs .nav-item .nav-link {
    font-weight: bold;
    line-height: 15px;
    width: 100%;
    font-size: 16px;
    transition: all 0s ease 0s;
    text-transform: uppercase;
    display: block;
    float: left;
    height: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 0px;
    color: #fff;
    text-decoration: underline;
    padding-top: 23px;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 28%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .phases_right .phases_tabs .nav-item .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .phases_right .phases_tabs .nav-item .nav-link {
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 0;
        text-align: left;
        font-size: 10px;
        width: 120px;
        height: 35px;
        background-size: 120px 35px;
        padding-left: 27%;
    }
}

@media (min-width: 401px) and (max-width: 640px) {
    .phases_right .phases_tabs .nav-item .nav-link {
        width: 100%;
        height: 100%;
        padding-right: 28%;
        font-size: 10px;
        padding-top: 15px;
        padding-bottom: 10px;
        text-align: right;
        padding-left: 10%;
    }
}

@media (max-width: 400px) {
    .phases_right .phases_tabs .nav-item .active {
        padding-left: 20%;
    }
}

@media (min-width: 401px) and (max-width: 640px) {
    .phases_right .phases_tabs .nav-item .active {
        text-align: center !important;
    }
}

.phases_right .phases_tabs .phase1 .nav-link {
    z-index: 9999;
    background-image: url("../img/Tab-02.svg");
}

.phases_right .phases_tabs .phase1 .active {
    z-index: 99999;
    background-image: url("../img/Tab-01.svg") !important;
    color: #001965;
    background-color: transparent;
    text-decoration: none;
}

.phases_right .phases_tabs .phase2 .nav-link {
    z-index: 999;
    background-image: url("../img/Tab-03.svg");
}

.phases_right .phases_tabs .phase2 .active {
    z-index: 99999;
    background-image: url("../img/Tab-01.svg") !important;
    color: #009fda;
    background-color: transparent;
    text-decoration: none;
}

.phases_right .phases_tabs .phase3 .nav-link {
    z-index: 99;
    background-image: url("../img/Tab-04.svg");
}

.phases_right .phases_tabs .phase3 .active {
    z-index: 99999;
    background-image: url("../img/Tab-01.svg") !important;
    color: #007a90;
    background-color: transparent;
    text-decoration: none;
}

.phases_right .phases_tabs .phase4 .nav-link {
    z-index: 9;
    background-image: url("../img/Tab-05.svg");
}

.phases_right .phases_tabs .phase4 .active {
    z-index: 99999;
    background-image: url("../img/Tab-01.svg") !important;
    color: #3f9c35;
    background-color: transparent;
    text-decoration: none;
}

@media (max-width: 400px) {
    .phases_right .tab-content {
        position: relative;
        top: -3px;
        z-index: 999999;
    }
}

@media (min-width: 401px) and (max-width: 640px) {
    .phases_right .tab-content {
        position: relative;
        top: 1px;
        z-index: 999999;
    }
}

.phases_right .tab-content .tab-pane .phase_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border: 1px solid #e6e6e1;
    background-color: #FCFCFA;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 485px;
}

@media (max-width: 768px) {
    .phases_right .tab-content .tab-pane .phase_wrapper {
        height: 100%;
        min-height: 475px;
    }
}

.phases_right .tab-content .tab-pane .phase_wrapper .phase_count {
    background-repeat: no-repeat;
    flex: 1;
    height: 180px;
    width: 260px;
    padding-left: 50px;
    background-position: top 0 left 50px;
    padding-right: 65px;
    display: flex;
    align-items: center;
    text-align: center;
}

.phases_right .tab-content .tab-pane .phase_wrapper .phase_count .phase_cnt_wrapper {
    /* margin-left: 58px; */
    width: 80%;
}

@media (max-width: 768px) {
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count {
        display: none;
    }
}

.phases_right .tab-content .tab-pane .phase_wrapper .phase_count .phase_text {
    color: #aea79f;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

.phases_right .tab-content .tab-pane .phase_wrapper .phase_count .p_count {
    font-weight: bold;
    color: #aea79f;
    font-size: 52px;
    line-height: 52px;
}

.phases_right .tab-content .tab-pane .phase_wrapper .phase_content {
    flex: 2;
    padding: 80px 45px 80px 0px;
}

@media (max-width: 768px) {
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_content {
        padding: 45px 45px 120px 30px;
    }
}

.phases_right .tab-content .tab-pane .phase_wrapper .phase_content p {
    color: #82786f;
    margin-bottom: 16px;
    line-height: 20px;
}

.phases_right .tab-content .tab-pane .phase_wrapper .phase_content h4 {
    margin-bottom: 30px;
}

#phase1 .phase_content h4 {
    color: #001965;
}

#phase1 .phase_count {
    background-image: url(../img/Phase_Icon-01.svg);
}

#phase2 .phase_content h4 {
    color: #009fda;
}

#phase2 .phase_count {
    background-image: url(../img/Phase_Icon-02.svg);
}

#phase3 .phase_content h4 {
    color: #007a90;
}

#phase3 .phase_count {
    background-image: url(../img/Phase_Icon-03.svg);
}

#phase3 .phase_count .phase_cnt_wrapper {
    /*margin-left: 58px; */
}

#phase4 .phase_content h4 {
    color: #3f9c35;
}

#phase4 .phase_count {
    background-image: url(../img/Phase_Icon-04.svg);
}

.owl-carousel.off {
    display: block;
}

.mCSB_scrollTools_vertical {
    width: 10px;
}

.mCSB_draggerRail {
    background-color: transparent;
    width: 0px !important;
}

.mCSB_dragger {
    background-color: #929292;
    border-radius: 50px;
    right: 4px;
}

.mCSB_dragger .mCSB_dragger_bar {
    width: 0px !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}


/************* Quick Search Popup CSS ********************/

@media (max-width: 768px) {
    #quick_search .xs-title {
        font-size: 24px;
        color: #001965;
    }
    #quick_search .modal-header.visible-xs {
        background: #efefef;
        margin-bottom: 0px !important;
        padding: 15px;
        border-bottom: 1px solid #e4e4e4;
        position: fixed;
        z-index: 9;
        width: 100%;
        border-top: 1px solid #9b9b9b;
        border-left: 1px solid #9b9b9b;
        border-right: 1px solid #9b9b9b;
        margin: 0;
    }
    #quick_search .modal-content {
        overflow-x: hidden;
        overflow-y: scroll;
        padding-top: 90px;
        display: block;
    }
    #quick_search .modal-footer #toTop {
        margin-bottom: 0px;
    }
    #quick_search .modal-footer .btn {
        font-size: 16px;
    }
}

#quick_search .checkbox label {
    border-bottom: 2px solid #dfdfe6;
}

#quick_search .checkbox:last-child label {
    border-bottom: 0px;
}

#quick_search .medical_conditions_wrapper {
    padding-bottom: 70px;
}

@media (max-width: 768px) {
    #quick_search .medical_conditions_wrapper {
        padding-left: 15px;
        padding-bottom: 0px;
        margin-bottom: -10px;
    }
}

#quick_search .medical_conditions_wrapper .medical_conditions {
    margin-top: 77px;
    padding-right: 60px;
}

@media (max-width: 768px) {
    #quick_search .medical_conditions_wrapper .medical_conditions {
        margin-top: 10px;
        padding-right: 15px;
    }
}

#quick_search .modal_content_wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
}

#quick_search .only_recruiting {
    width: 100%;
    background-color: #009fda;
    margin: 0px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    #quick_search .only_recruiting {
        margin: 0;
        border-radius: 0;
        padding-left: 14px;
    }
}

#quick_search .only_recruiting label {
    border: 0px;
    margin: 10px 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    padding-left: 45px;
}

#quick_search .only_recruiting label span {
    padding-left: 45px;
}

#quick_search .only_recruiting input {
    margin-left: 15px;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px;
}

#quick_search .only_recruiting input:checked+.input-helper:before {
    border-color: #9b9b9b;
    background-color: #ffffff;
}

#quick_search .only_recruiting input:checked+.input-helper:after {
    transform: scale(1);
    opacity: 1;
}

#quick_search .only_recruiting .input-helper:before {
    position: absolute;
    content: "";
    transition: all 200ms;
    left: 18px;
    border: 1px solid #9b9b9b;
    top: 2px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #ffffff;
}

#quick_search .only_recruiting .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 18px;
    top: 1px;
    color: #4a4a4a;
    transform: scale(0);
    opacity: 0;
}

.modal {
    background: rgba(255, 255, 255, 0.7);
    padding-left: 0px;
}

.modal .close {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #001965;
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    font-size: 30px;
    line-height: 20px;
    z-index: 9;
    height: 30px;
}

@media (max-width: 768px) {
    .modal .close {
        right: 10px;
        top: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .modal .close {
        right: -12px;
        top: -12px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .modal .close {
        right: -12px;
        top: -12px;
    }
}

@media (min-width: 1366px) {
    .modal .close {
        right: -12px;
        top: -12px;
    }
}

.modal .close:after {
    content: "\f057";
    font-family: "FontAwesome";
}

.modal .modal_window {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 9px 6px 21px #b3afaf;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .modal .modal_window {
        max-width: 100%;
        margin-top: 0px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .modal .modal_window {
        max-width: 95%;
        margin-top: 50px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .modal .modal_window {
        max-width: 862px;
        margin-top: 50px;
    }
}

@media (min-width: 1366px) {
    .modal .modal_window {
        max-width: 862px;
        margin-top: 50px;
    }
}

.modal .modal_window .modal-content {
    border-radius: 0;
    border: 1px solid #9b9b9b;
}

.modal .modal_window .modal-content .modal-header {
    border-bottom: 0px;
    padding-left: 0;
    padding-right: 0px;
    display: block;
}

.modal .modal_window .modal-content .modal-header .xs-title {
    font-size: 24px;
    color: #009fda;
}

.modal .modal_window .modal-content .modal-header .modal-title {
    font-size: 32px;
    color: #001965;
}

.modal .modal_window .modal-content .xs-text {
    font-size: 12px;
}

@media (max-width: 768px) {
    .modal .modal_window .modal-content {
        border-bottom: 0px;
    }
}

.modal .modal_window .modal-content .medical_conditions_wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

.modal .modal_window .modal-content .medical_conditions {
    margin-bottom: 0px;
}

.modal .modal_window .modal-content .medical_conditions .checkbox label {
    margin-bottom: 0px;
}

.modal .modal_window .modal-content .medical_conditions .checkbox .sub_checkbox {
    padding-top: 10px;
}

.modal .modal_window .modal-content .medical_conditions .title_wrapper {
    border-bottom: 2px solid #dfdfe6;
    margin-bottom: 5px;
}

.modal .modal_window .modal-content .medical_conditions .title_wrapper .conditions_title {
    padding-top: 35px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #001965;
    display: inline-block;
    padding-left: 18px;
}

.modal .modal_window .modal-content .medical_conditions .title_wrapper .conditions_sub_title {
    display: inline-block;
    font-size: 14px;
    color: #9b9b9b;
    padding-top: 40px;
    float: right;
    padding-right: 20px;
}

.modal .modal_window .modal-content .medical_conditions .has_sub .sub_checkbox {
    background-color: #f3f4f6;
}

.modal .modal_window .modal-content .medical_conditions .has_sub .sub_checkbox .checkbox label {
    padding-left: 75px;
}

.modal .modal_window .modal-content .medical_conditions .has_sub .sub_checkbox .checkbox .input-helper:before {
    left: 50px;
}

.modal .modal_window .modal-content .medical_conditions .has_sub .sub_checkbox .checkbox .input-helper:after {
    left: 50px;
}

.modal .modal_window .modal-content .medical_conditions .checkbox {
    position: relative;
    margin-bottom: 10px;
}

.modal .modal_window .modal-content .medical_conditions .checkbox label {
    padding-left: 48px;
    display: block;
    font-size: 14px;
    line-height: 23px;
    border-bottom: 1px solid #dfdfe6;
    padding-bottom: 8px;
    color: #4a4a4a;
}

.modal .modal_window .modal-content .medical_conditions .checkbox label:hover {
    cursor: pointer;
}

.modal .modal_window .modal-content .medical_conditions .checkbox input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px;
}

.modal .modal_window .modal-content .medical_conditions .checkbox input:checked+.input-helper:before {
    border-color: #9b9b9b;
    background-color: #ffffff;
}

.modal .modal_window .modal-content .medical_conditions .checkbox input:checked+.input-helper:after {
    transform: scale(1);
    opacity: 1;
}

.modal .modal_window .modal-content .medical_conditions .checkbox .input-helper:before {
    position: absolute;
    content: "";
    transition: all 200ms;
    left: 18px;
    border: 1px solid #9b9b9b;
    top: 5px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #ffffff;
}

.modal .modal_window .modal-content .medical_conditions .checkbox .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 18px;
    top: 1px;
    color: #4a4a4a;
    transform: scale(0);
    opacity: 0;
}

.modal .modal_window .modal-content .input-title {
    font-size: 20px;
    padding-bottom: 5px;
    color: #001965;
}

.modal .modal_window .modal-content .custom_select {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .modal .modal_window .modal-content .custom_select {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .modal .modal_window .modal-content .custom_select {
        width: 81%;
    }
}

@media (min-width: 1366px) {
    .modal .modal_window .modal-content .custom_select {
        width: 81%;
    }
}

.modal .modal_window .modal-content .custom_select select {
    color: #4a4a4a;
    display: inline-block;
    height: 30px;
    border: 0px;
    padding: 4px 3px 3px 5px;
    margin: 0;
    font-size: 16px;
    outline: none;
    line-height: 1.2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.modal .modal_window .modal-content .custom_select select:focus {
    outline: none;
}

.modal .modal_window .modal-content .custom_select:after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 24px;
    padding: 0 7px;
    background: #ffffff;
    color: #9b9b9b;
    pointer-events: none;
    border-left: 1px solid #9b9b9b;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 22px;
    top: 4px;
}

.modal .modal_window .modal-content input {
    width: 100px;
    border-radius: 0px;
    border: 1px solid #9b9b9b;
    color: #4a4a4a;
    font-size: 14px;
}

.modal .modal_window .modal-content .modal-footer {
    padding: 20px 0px;
    border-color: #009fda;
    background: #fff;
}

@media (max-width: 768px) {
    .modal .modal_window .modal-content .modal-footer {
        padding: 20px 15px;
    }
}

.modal .modal_window .modal-content .modal-footer #toTop {
    cursor: pointer;
    color: #009fda;
    padding-top: 8px;
    margin-bottom: 30px;
}

.modal .modal_window .modal-content .modal-footer #toTop:hover {
    color: #e64a0e;
}

.modal .modal_window .modal-content .modal-footer p {
    font-size: 14px;
    margin: 0px;
    width: 90%;
}

.modal .modal_window .modal-content .modal-footer a {
    color: #e64a0e;
    text-decoration: underline;
}

.modal .modal_window .modal-content .modal-footer a:hover {
    color: #009fda;
    text-decoration: none;
}

.modal .modal_window .modal-content .modal-footer .search-quick-trial {
    margin-top: 0px;
    text-transform: inherit;
    text-decoration: none;
    font-weight: normal;
}

.modal .modal_window .modal-content .modal-footer .search-quick-trial:nth-child(2) {
    color: #ffffff;
}

@media (max-width: 768px) {
    .modal .modal_window .modal-content .modal-footer .search-quick-trial {
        margin-top: 20px;
    }
}

.modal .modal_window .modal-content .modal-footer button {
    width: 100%;
    font-weight: normal;
    padding: 5px;
    font-size: 16px;
    height: 36px;
}

.modal .modal_window .modal-content .modal-footer .checkbox {
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {
    .modal .modal_window .modal-content .modal-footer .checkbox {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .modal .modal_window .modal-content .modal-footer .checkbox {
        width: 88%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .modal .modal_window .modal-content .modal-footer .checkbox {
        width: 75%;
    }
}

@media (min-width: 1366px) {
    .modal .modal_window .modal-content .modal-footer .checkbox {
        width: 72%;
    }
}

.modal .modal_window .modal-content .modal-footer .checkbox label {
    padding-left: 30px;
    display: block;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
}

.modal .modal_window .modal-content .modal-footer .checkbox label:hover {
    cursor: pointer;
}

.modal .modal_window .modal-content .modal-footer .checkbox input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px;
}

.modal .modal_window .modal-content .modal-footer .checkbox input:checked+.input-helper:before {
    border-color: #9b9b9b;
    background-color: #ffffff;
}

.modal .modal_window .modal-content .modal-footer .checkbox input:checked+.input-helper:after {
    transform: scale(1);
    opacity: 1;
}

.modal .modal_window .modal-content .modal-footer .checkbox .input-helper {
    position: absolute;
    top: 0px;
    left: 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .modal .modal_window .modal-content .modal-footer .checkbox .input-helper {
        top: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .modal .modal_window .modal-content .modal-footer .checkbox .input-helper {
        top: 10px;
    }
}

@media (min-width: 1366px) {
    .modal .modal_window .modal-content .modal-footer .checkbox .input-helper {
        top: 10px;
    }
}

.modal .modal_window .modal-content .modal-footer .checkbox .input-helper:before {
    position: absolute;
    content: "";
    transition: all 200ms;
    left: 0;
    border: 1px solid #9b9b9b;
    top: 5px;
    width: 15px;
    height: 15px;
    color: #fff;
}

.modal .modal_window .modal-content .modal-footer .checkbox .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0px;
    top: 1px;
    color: #4a4a4a;
    transform: scale(0);
    opacity: 0;
}

.modal .modal_window .modal-content .modal-footer .result_btn {
    margin: auto;
}


/************* Advance Search Page CSS ********************/

.advance_search_wrapper {
    padding: 0px 25px;
}

@media (max-width: 768px) {
    .advance_search_wrapper {
        padding: 0px;
    }
}

.advance_search_wrapper .title_section {
    padding: 25px 0px;
}

@media (max-width: 768px) {
    .advance_search_wrapper .title_section {
        padding: 30px 15px;
    }
}

.advance_search_wrapper .title_section h4 {
    font-weight: normal;
    color: #001965;
    font-size: 32px;
}

.advance_search_wrapper .title_section p {
    margin-bottom: 0px;
    color: #4a4a4a;
}

.advance_search_wrapper .free_text_search {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
    padding: 0px 10px 0px 10px;
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .free_text_search {
        padding: 15px 15px 0px 15px;
    }
}

.advance_search_wrapper .free_text_search .adv-input .parent-div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.advance_search_wrapper .free_text_search form input {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    padding: 10px;
    color: #4a4a4a;
}

.advance_search_wrapper .free_text_search form input::-webkit-input-placeholder {
    color: #9b9b9b !important;
}

.advance_search_wrapper .free_text_search form input::-moz-placeholder {
    color: #9b9b9b !important;
}

.advance_search_wrapper .free_text_search form input::-ms-placeholder {
    color: #9b9b9b !important;
}

.advance_search_wrapper .free_text_search form input::placeholder {
    color: #9b9b9b !important;
}

.advance_search_wrapper .free_text_search form button {
    padding: 10px 60px;
    font-weight: normal;
    font-size: 16px;
}

@media (max-width: 768px) {
    .advance_search_wrapper .free_text_search form button {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .free_text_search form button {
        width: 100%;
    }
}

.advance_search_wrapper .free_text_search form .parent-div {
    margin-top: 5px;
    font-size: 14px;
}

.advance_search_wrapper .free_text_search form .parent-div p {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    top: -6px;
}

.advance_search_wrapper .free_text_search form .parent-div a {
    padding-left: 5px;
    display: inline-block;
}

.advance_search_wrapper .free_text_search form .parent-div a span {
    display: inline-block;
    float: left;
}

.advance_search_wrapper .free_text_search form .parent-div a .plusminus {
    background: #009fda;
    color: #ffffff;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    margin-left: 5px;
    line-height: 18px;
    margin-top: 2px;
}

.advance_search_wrapper .free_text_search form .parent-div a:hover {
    text-decoration: none;
    color: #e64a0e;
}

.advance_search_wrapper .free_text_search form .parent-div a:focus {
    text-decoration: none;
    color: #009fda;
}

.advance_search_wrapper .free_text_search form .parent-div .accordion-body {
    display: none;
    float: left;
    padding-top: 30px;
    font-size: 14px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .free_text_search form .parent-div .accordion-body {
        border-top: 1px dashed #fff;
        margin-top: 2px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .free_text_search form .parent-div .accordion-body {
        border-top: 1px dashed #fff;
        margin-top: 2px;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .free_text_search form .parent-div .accordion-body {
        border-top: 1px dashed #fff;
        margin-top: 2px;
    }
}

.advance_search_wrapper .free_text_search form .parent-div .accordion-body p {
    margin-bottom: 25px;
}

.advance_search_wrapper .free_text_search form .search_btn_wrapper p {
    margin-bottom: 0px;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    bottom: -1px;
    right: 4px;
}

.advance_search_wrapper .trial_status_section {
    background-color: #efefef;
    padding: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

@media (max-width: 768px) {
    .advance_search_wrapper .trial_status_section {
        width: 100%;        
        padding-bottom: 0px;
    }
}

.advance_search_wrapper .trial_status_section .other_status_wrapper {
    padding-top: 10px;
}

@media (max-width: 768px) {
    .advance_search_wrapper .trial_status_section .other_status_wrapper {
        margin: 0px -10px;
        padding: 0px 10px;
        padding-left: 40px;
        background: #ffffff;
        border: 1px solid #efefef;
        position: relative;
    }
    .advance_search_wrapper .trial_status_section .other_status_wrapper:before {
        content: "";
        height: 3px;
        background-color: #ffffff;
        position: absolute;
        width: 100%;
        top: -4px;
        left: 0;
    }
}

.advance_search_wrapper .trial_status_section .input-title {
    font-size: 16px;
    color: #001965;
    display: inline-block;
    float: left;
}

@media (max-width: 768px) {
    .advance_search_wrapper .trial_status_section .input-title {
        padding-bottom: 10px;
        color: #009fda;
    }
}

.advance_search_wrapper .trial_status_section #show-me {
    display: none;
}

.advance_search_wrapper .trial_status_section .checkbox {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}

@media (max-width: 768px) {
    .advance_search_wrapper .trial_status_section .checkbox:nth-child(3n+2),
    .advance_search_wrapper .trial_status_section .checkbox:nth-child(3n+3) {
        left: initial;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .trial_status_section .checkbox {
        width: 100%;
    }
    .advance_search_wrapper .trial_status_section .checkbox:nth-child(3n+2),
    .advance_search_wrapper .trial_status_section .checkbox:nth-child(3n+3) {
        left: initial;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .trial_status_section .checkbox {
        width: 50%%;
        float: left;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .trial_status_section .checkbox {
        width: 31.33%;
        float: left;
        margin-right: 2%;
    }
    .advance_search_wrapper .trial_status_section .checkbox:nth-child(3n+2),
    .advance_search_wrapper .trial_status_section .checkbox:nth-child(3n+3) {
        left: 2%;
    }
}

.advance_search_wrapper .trial_status_section .checkbox label {
    padding-left: 30px;
    display: block;
    font-size: 12px;
    line-height: 28px;
    border-top: 2px solid #fff;
    padding-top: 5px;
    margin-bottom: 0px;
    color: #4a4a4a;
}

.advance_search_wrapper .trial_status_section .checkbox label:hover {
    cursor: pointer;
}

.advance_search_wrapper .trial_status_section .checkbox input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px;
}

.advance_search_wrapper .trial_status_section .checkbox input:checked+.input-helper:before {
    border-color: #9b9b9b;
    background-color: #ffffff;
}

.advance_search_wrapper .trial_status_section .checkbox input:checked+.input-helper:after {
    transform: scale(1);
    opacity: 1;
}

.advance_search_wrapper .trial_status_section .checkbox .input-helper:before {
    position: absolute;
    content: "";
    transition: all 200ms;
    left: 0;
    border: 1px solid #4a4a4a;
    top: 13px;
    width: 15px;
    height: 15px;
    color: #ffffff;
    background-color: #ffffff;
}

.advance_search_wrapper .trial_status_section .checkbox .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0px;
    top: 7px;
    color: #4a4a4a;
    transform: scale(0);
    opacity: 0;
}

.advance_search_wrapper .trial_status_section .radio {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .advance_search_wrapper .trial_status_section .radio {
        width: 100%;
        border-top: 2px solid #ffffff;
        padding: 10px 0px;
    }
}

.advance_search_wrapper .trial_status_section .radio input:checked {
    position: absolute;
    left: -9999px;
}

.advance_search_wrapper .trial_status_section .radio input:not(:checked) {
    position: absolute;
    left: -9999px;
}

.advance_search_wrapper .trial_status_section .radio input:checked+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0px;
    color: #4a4a4a;
    font-size: 14px;
}

.advance_search_wrapper .trial_status_section .radio input:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #9b9b9b;
    border-radius: 100%;
    background: #ffffff;
}

.advance_search_wrapper .trial_status_section .radio input:checked+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4e4e4e;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.advance_search_wrapper .trial_status_section .radio input:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    color: #4a4a4a;
}

.advance_search_wrapper .trial_status_section .radio input:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #9b9b9b;
    border-radius: 100%;
    background: #ffffff;
}

.advance_search_wrapper .trial_status_section .radio input:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4e4e4e;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.advance_search_wrapper .filter_by_trial_details .treatment {
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .filter_by_trial_details .treatment {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .filter_by_trial_details .treatment {
        width: 81%;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .filter_by_trial_details .treatment {
        width: 81%;
    }
}

@media (max-width: 768px) {
    .advance_search_wrapper .filter_by_trial_details {
        padding: 0px;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .checkbox .input-helper:before{
        left: 4px !important;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .checkbox .input-helper:after {
        left: 4px !important;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .checkbox label {
        padding-left: 30px !important;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two, .treatment, .result {
        padding: 0px 15px;
    }
}

.advance_search_wrapper .filter_by_trial_details .filter_title {
    padding-top: 25px;
    padding-bottom: 12px;
    color: #9b9b9b;
    font-size: 24px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one {
    /* border-bottom: 2px solid #d8d8d8;
padding-bottom: 30px; */
    margin-bottom: 5px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .country_wrapper {
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .country_wrapper {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .country_wrapper {
        width: 81%;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .country_wrapper {
        width: 81%;
    }
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .state_wrapper {
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .state_wrapper {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .state_wrapper {
        width: 81%;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .state_wrapper {
        width: 81%;
    }
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .age_range {
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .age_range {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .age_range {
        width: 81%;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .age_range {
        width: 81%;
    }
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .age_range label span {
    position: relative;
    top: 2px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .result {
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .result {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .result {
        width: 81%;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .result {
        width: 81%;
    }
}

@media (max-width: 768px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}


/* .advance_search_wrapper .filter_by_trial_details .filter_category_one .result label {
    font-size: 12px; } */

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions {
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions {
        width: 81%;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions {
        width: 81%;
    }
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .checkbox label {
    padding-left: 48px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .checkbox .input-helper:before {
    left: 18px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .checkbox .input-helper:after {
    left: 18px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .has_sub {
    margin-bottom: 0px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .has_sub .sub_checkbox {
    background-color: #f3f4f6;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .has_sub .sub_checkbox .checkbox {
    margin-bottom: 0px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .has_sub .sub_checkbox .checkbox label {
    padding-left: 75px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .has_sub .sub_checkbox .checkbox .input-helper:before {
    left: 50px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .has_sub .sub_checkbox .checkbox .input-helper:after {
    left: 50px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .conditions_list label span {
    position: relative;
    top: 2px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper {
    margin-bottom: 2px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper .conditions_title {
    color: #003878;
    display: inline-block;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper .conditions_sub_title {
    display: inline-block;
    font-size: 14px;
    color: #9b9b9b;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper .conditions_sub_title a {
    text-decoration: underline;
}

.advance_search_wrapper .filter_by_trial_details .custom_select {
    position: relative;
    display: inline-block;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    width: 100%;
}

.advance_search_wrapper .filter_by_trial_details .custom_select select {
    color: #4a4a4a;
    display: inline-block;
    height: 30px;
    border: 0px;
    padding: 4px 3px 3px 5px;
    margin: 0;
    font-size: 14px;
    outline: none;
    line-height: 1.2;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.advance_search_wrapper .filter_by_trial_details .custom_select select:focus {
    outline: none;
}

.advance_search_wrapper .filter_by_trial_details .custom_select:after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 24px;
    padding: 0 7px;
    background: #ffffff;
    color: #9b9b9b;
    pointer-events: none;
    border-left: 1px solid #9b9b9b;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 22px;
    top: 4px;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_two {
    /* padding-bottom: 30px; */
}

@media (max-width: 768px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases {
        padding: 0px;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row {
        display: flex;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(1) {
        order: 1;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(2) {
        order: 5;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(3) {
        order: 8;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(4) {
        order: 2;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(5) {
        order: 6;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(6) {
        order: 9;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(7) {
        order: 3;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(8) {
        order: 7;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(9) {
        order: 10;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .row .full-width-xs:nth-child(10) {
        order: 4;
    }
}

.advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .checkbox {
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .checkbox {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .checkbox {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .checkbox {
        /* width: 81%; */
    }
}

.advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .checkbox label span {
    position: relative;
    top: 2px;
}

.advance_search_wrapper .filter_by_trial_details .input-title {
    font-size: 16px;
    padding-bottom: 5px;
    color: #001965;
}

.advance_search_wrapper .filter_by_trial_details .checkbox {
    position: relative;
    margin-bottom: 10px;
}

.advance_search_wrapper .filter_by_trial_details .checkbox label {
    padding-left: 30px;
    display: block;
    font-size: 14px;
    line-height: 23px;
    border-top: 2px solid #dfdfe6;
    padding-top: 5px;
    width: 100%;
    color: #4a4a4a;
}

.advance_search_wrapper .filter_by_trial_details .checkbox label:hover {
    cursor: pointer;
}

.advance_search_wrapper .filter_by_trial_details .checkbox input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px;
}

.advance_search_wrapper .filter_by_trial_details .checkbox input:checked+.input-helper:before {
    border-color: #9b9b9b;
    background-color: #ffffff;
}

.advance_search_wrapper .filter_by_trial_details .checkbox input:checked+.input-helper:after {
    transform: scale(1);
    opacity: 1;
}

.advance_search_wrapper .filter_by_trial_details .checkbox .input-helper:before {
    position: absolute;
    content: "";
    transition: all 200ms;
    left: 0px;
    border: 1px solid #9b9b9b;
    top: 13px;
    width: 15px;
    height: 15px;
    color: #ffffff;
    background-color: #ffffff;
}

.advance_search_wrapper .filter_by_trial_details .checkbox .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0px;
    top: 8px;
    color: #4a4a4a;
    transform: scale(0);
    opacity: 0;
}

.advance_search_wrapper .filter_by_trial_details .postal_code_wrapper input {
    width: 100px;
    border-radius: 0px;
    border: 1px solid #9b9b9b;
    font-size: 14px;
}

.advance_search_wrapper .bottom_section {
    padding: 5px 0px 30px 0px;
    border-bottom: 2px solid #eee;
}

@media (max-width: 768px) {
    .advance_search_wrapper .bottom_section {
        background-color: #ffffff;
        margin: 0px;
        padding: 5px 0px 20px 0px;
    }
}

@media (max-width: 768px) {
    .advance_search_wrapper .bottom_section .left_section {
        margin-bottom: 20px;
        text-align: center;
    }
}

.advance_search_wrapper .bottom_section .left_section #toTop {
    cursor: pointer;
    color: #009fda;
    padding-top: 8px;
    padding-left: 15px;
}

.advance_search_wrapper .bottom_section .left_section #toTop:hover {
    color: #e64a0e;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .bottom_section .right-section {
        padding-right: 0%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .bottom_section .right-section {
        padding-right: 0%;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .bottom_section .right-section {
        padding-right: 7%;
    }
}

.advance_search_wrapper .bottom_section .right-section button {
    width: 345px;
    padding: 5px 10px;
    text-transform: none;
    margin-bottom: 30px;
    margin-left: 10px;
    font-weight: normal;
    line-height: 20px;
}

@media (max-width: 768px) {
    .advance_search_wrapper .bottom_section .right-section button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .bottom_section .right-section button {
        width: 175px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .bottom_section .right-section button {
        width: 175px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .bottom_section .right-section button {
        width: 175px;
        margin-bottom: 0px;
    }
}

.advance_search_wrapper .bottom_section .right-section a {
    width: 345px;
    padding: 5px 10px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-left: 10px;
    font-weight: normal;
    line-height: 20px;
}

@media (max-width: 768px) {
    .advance_search_wrapper .bottom_section .right-section a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .advance_search_wrapper .bottom_section .right-section a {
        width: 175px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .advance_search_wrapper .bottom_section .right-section a {
        width: 175px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1366px) {
    .advance_search_wrapper .bottom_section .right-section a {
        width: 175px;
        margin-bottom: 0px;
    }
}


/************* Search Result Page CSS ********************/

@media (min-width: 1367px) {
    .search_result_wrapper {
        padding-right: 0px;
    }
}

.search_result_wrapper .result_top {
    padding: 15px 0px;
}

.search_result_wrapper .result_top .page_cnt {
    color: #001965;
    font-size: 32px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_top .page_cnt {
        font-size: 24px;
        display: flex;
        align-items: center;
        height: 100%;
    }
}

.search_result_wrapper .result_top .intro_text {
    font-size: 14px;
    padding: 5px 15px;
    color: #001965;
    border-right: 3px solid #eeeeee;
    border-left: 3px solid #eeeeee;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_top .intro_text {
        margin-bottom: 20px;
    }
}

.search_result_wrapper .result_top button {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
    height: 30px;
    line-height: 12px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_top button {
        padding-top: 5px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_top button {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .result_top button {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .result_top button {
        width: 280px;
        margin-top: 12px;
    }
}

.search_result_wrapper .results nav {
    width: 100%;
}

@media (min-width: 1366px) {
    .search_result_wrapper .results {
        padding: 0px 15px;
    }
}

@media (max-width: 768px) {
    .search_result_wrapper .results .sort-by-option {
        width: 100%;
    }
}

.search_result_wrapper .results .sort-by-option .input-title {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #82786f;
}

.search_result_wrapper .results .sort-by-option .custom_select {
    position: relative;
    display: inline-block;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results .sort-by-option .custom_select {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .results .sort-by-option .custom_select {
        width: 81%;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .results .sort-by-option .custom_select {
        width: 81%;
    }
}

.search_result_wrapper .results .sort-by-option .custom_select select {
    color: #4a4a4a;
    display: inline-block;
    height: 30px;
    border: 0px;
    padding: 4px 3px 3px 5px;
    margin: 0;
    font-size: 16px;
    outline: none;
    line-height: 1.2;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search_result_wrapper .results .sort-by-option .custom_select select:focus {
    outline: none;
}

.search_result_wrapper .results .sort-by-option .custom_select:after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 24px;
    padding: 0 7px;
    background: #ffffff;
    color: #9b9b9b;
    pointer-events: none;
    border-left: 1px solid #9b9b9b;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 22px;
    top: 4px;
}

.search_result_wrapper .results table {
    border-bottom: 2px solid #009fda;
}

.search_result_wrapper .results table thead tr th:first-child {
    padding-left: 10px;
}

.search_result_wrapper .results table thead tr th a,
.search_result_wrapper .results table thead tr th {
    color: #009fda;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.search_result_wrapper .results table thead tr th a:hover,
.search_result_wrapper .results table thead tr th:hover {
    color: #001965;
    text-decoration: underline;
}

.search_result_wrapper .results table thead tr th:last-child {
    font-size: 14px;
    color: #9b9b9b;
}

.search_result_wrapper .results table thead tr th:nth-child(3) {
    text-align: center;
}

.search_result_wrapper .results table thead tr th:nth-child(4) {
    text-align: center;
}

.search_result_wrapper .results table thead tr th:nth-child(5) {
    text-align: center;
}

.search_result_wrapper .results table thead tr th:nth-child(6) {
    text-align: left;
    padding-left: 30px;
    padding-right: 65px;
    font-weight: normal;
    text-transform: initial;
}

.search_result_wrapper .results table thead tr th:nth-child(6):hover {
    text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table thead tr th:nth-child(6) {
        padding-left: 25px;
        padding-right: 0px;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .results table thead tr th:nth-child(6) {
        padding-right: 0px;
        text-align: right;
    }
}

.search_result_wrapper .results table tbody tr td {
    padding: 20px 0px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .search_result_wrapper .results table tbody tr td {
        font-size: 14px;
    }
}

.search_result_wrapper .results table tbody tr td a {
    font-weight: normal;
    font-size: 16px;
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table tbody tr td a {
        width: 135px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .results table tbody tr td a {
        width: 155px;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .results table tbody tr td a {
        width: 155px;
    }
}

.search_result_wrapper .results table tbody tr td:first-child {
    padding-left: 15px;
    width: 24%;
    font-weight: bold;
    vertical-align: top;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table tbody tr td:first-child {
        width: 17%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .results table tbody tr td:first-child {
        width: 16%;
    }
}

.search_result_wrapper .results table tbody tr td:first-child p {
    margin-bottom: 0px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table tbody tr td:first-child p {
        margin-bottom: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .results table tbody tr td:first-child p {
        margin-bottom: 10px;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .results table tbody tr td:first-child p {
        margin-bottom: 0px;
    }
}

.search_result_wrapper .results table tbody tr td:nth-child(2) {
    width: 22%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table tbody tr td:nth-child(2) {
        width: 16%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .results table tbody tr td:nth-child(2) {
        width: 26%;
    }
}

.search_result_wrapper .results table tbody tr td:nth-child(3) {
    width: 8%;
    text-align: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table tbody tr td:nth-child(3) {
        width: 12%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .results table tbody tr td:nth-child(3) {
        width: 12%;
    }
}

.search_result_wrapper .results table tbody tr td:nth-child(4) {
    width: 8%;
    text-align: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table tbody tr td:nth-child(4) {
        width: 12%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .results table tbody tr td:nth-child(4) {
        width: 14%;
    }
}

.search_result_wrapper .results table tbody tr td:nth-child(5) {
    width: 10%;
    text-align: center;
    font-size: 14px;
}

.search_result_wrapper .results table tbody tr td:nth-child(5) .status_img {
    /*background: #3f9c35;*/
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
}

.search_result_wrapper .results table tbody tr td:nth-child(5) .status_img img {
    width: 35px;
    height: 35px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table tbody tr td:nth-child(5) {
        width: 16%;
    }
}

.search_result_wrapper .results table tbody tr td:nth-child(6) {
    width: 18%;
    text-align: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results table tbody tr td:nth-child(6) {
        width: 13%;
    }
}

.search_result_wrapper .results table tbody tr:nth-child(odd) {
    background-color: #eeeeee;
}

.search_result_wrapper .results nav .pagination {
    align-items: center;
    justify-content: center;
    padding-top: 18px;
    margin-bottom: 0px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .results nav .pagination {
        align-items: flex-end;
        justify-content: flex-end;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .results nav .pagination {
        align-items: flex-end;
        justify-content: flex-end;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .results nav .pagination {
        align-items: flex-end;
        justify-content: center;
    }
}

.search_result_wrapper .results nav .pagination .page-item .page-link {
    border: 0px;
    transition: all 0.5s ease 0s;
    padding: 10px;
    color: #001965;
}

.search_result_wrapper .results nav .pagination .page-item .page-link:hover {
    color: #e64a0e;
    background-color: transparent;
}

.search_result_wrapper .results nav .pagination .page-item .active {
    color: #001965;
    font-weight: bold;
}

.search_result_wrapper .results nav .pagination .disabled .page-link {
    color: #bcbcbc;
}

.search_result_wrapper .result_bottom {
    border-bottom: 2px solid #eeeeee;
    padding: 17px 0px;
}

.search_result_wrapper .result_bottom #toTop_page {
    color: #009fda;
    position: relative;
    top: 6px;
    display: inline-block;
    text-align: left;
}

.search_result_wrapper .result_bottom #toTop_page:hover {
    cursor: pointer;
    color: #e64a0e;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_bottom #toTop_page {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
}

.search_result_wrapper .result_bottom button {
    width: 280px;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 10px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_bottom button {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .search_result_wrapper .results table tbody tr td:first-child {
        width: 100%;
    }
    .search_result_wrapper .results table tbody tr td:nth-child(2) {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    /*table thead {    
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
      }  */
    table td {
        display: block;
    }
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        font-size: 16px;
    }
    .search_result_wrapper .results table tbody tr td:nth-child(3),
    .search_result_wrapper .results table tbody tr td:nth-child(4),
    .search_result_wrapper .results table tbody tr td:nth-child(5) {
        width: 33.33%;
        float: left;
        text-align: left;
        padding-left: 10px;
    }
    .search_result_wrapper .results table tbody tr td:nth-child(6) {
        width: 100%;
        clear: both;
        padding: 20px 15px;
    }
    .search_result_wrapper .results table tbody tr td:nth-child(6) button {
        width: 100%;
    }
}

/************* Result Details Page CSS ********************/

.border-solid {

    float: left;
    width: 100%;
}

.search_result_wrapper .result_details_top {
    padding: 15px 0px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details_top {
        padding-bottom: 0px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details_top .result-top:nth-child(1) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .search_result_wrapper .result_details_top .result-top:nth-child(2) {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        border: 0px;
    }
    .search_result_wrapper .result_details_top .result-top:nth-child(3) {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

.search_result_wrapper .result_details_top .page_cnt {
    color: #001965;
    font-size: 32px;
}

.search_result_wrapper .result_details_top .page_cnt a {
    padding: 0px 10px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details_top .page_cnt {
        font-size: 20px;
    }
}

.search_result_wrapper .result_details_top .intro_text {
    font-size: 14px;
    padding: 5px 15px;
    color: #003878;
    border-right: 3px solid #eeeeee;
    border-left: 3px solid #eeeeee;
}

.search_result_wrapper .result_details_top .intro_text p {
    display: inline-block;
    margin: 0px;
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #4a4a4a;
}

.search_result_wrapper .result_details_top .intro_text a {
    font-weight: normal;
    margin-left: 10px;
    font-size: 16px;
    padding: 6px 10px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details_top .intro_text a {
        width: 100%;
        margin-left: 0px;
        border: 1px solid #e5e3e3;
        box-shadow: 0 0 2px #787878;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details_top .intro_text a {
        width: 250px;
        margin-left: 0px;
        border: 0px solid #e5e3e3;
        box-shadow: none;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .result_details_top .intro_text a {
        width: 245px;
        box-shadow: 0 0 2px #787878;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .result_details_top .intro_text a {
        width: 280px;
        box-shadow: 0 0 2px #787878;
    }
}

.search_result_wrapper .result_details_top .back_btn {
    padding: 5px 15px;
}

.search_result_wrapper .result_details_top .back_btn button {
    font-size: 16px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details_top .back_btn button {
        width: 100%;
        border: 1px solid #e5e3e3;
        box-shadow: 0 0 2px #787878;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details_top .back_btn button {
        width: 250px;
        border: 0px solid #e5e3e3;
        box-shadow: none;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .result_details_top .back_btn button {
        width: 225px;
        box-shadow: 0 0 2px #787878;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .result_details_top .back_btn button {
        width: 280px;
        box-shadow: 0 0 2px #787878;
    }
}

.search_result_wrapper .result_details .recruiting-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.search_result_wrapper .result_details .recruiting-title .rcrt_detail {
    color: #3f9c35;
}

.search_result_wrapper .result_details .recruiting-title .cmplt_detail {
    color: #419fdb;
}

.search_result_wrapper .result_details .recruiting-title .not_rcrt_detail {
    color: #e64a0e;
}

.search_result_wrapper .result_details .recruiting-title .status_img {
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
}

.search_result_wrapper .result_details .intro_content {
    font-size: 32px;
    line-height: 35px;
    color: #001965;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .intro_content {
        font-size: 24px;
        line-height: 25px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details .intro_content {
        padding-bottom: 20px;
        padding-right: 2%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .result_details .intro_content {
        padding-right: 17%;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .result_details .intro_content {
        padding-right: 17%;
    }
}

.search_result_wrapper .result_details .trial_id {
    color: #001965;
    font-size: 24px;
    margin-bottom: 50px;
}

.search_result_wrapper .result_details .trial_id .trial-id-title {
    font-weight: bold;
}

.search_result_wrapper .result_details .trial_id .trial-id {
    position: relative;
    left: -8px;
}

.search_result_wrapper .result_details .view-pdf {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .view-pdf {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.search_result_wrapper .result_details .view-pdf img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: -25px;
    width: 70px;
}

.search_result_wrapper .result_details .view-pdf .view_pdf_btn {
    background: #eeeeee;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #e5e3e3;
    text-align: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details .view-pdf .view_pdf_btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.search_result_wrapper .result_details .view-pdf .view_pdf_btn button {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    white-space: initial;
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .result_details .view-pdf .view_pdf_btn button {
        padding: 10px 15px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details .view-pdf .view_pdf_btn button {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .view-pdf .view_pdf_btn button {
        padding: 10px 20px;
    }
}

.search_result_wrapper .result_details .trial_overview {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview {
        margin-top: 0px;
    }
}

.search_result_wrapper .result_details .trial_overview .border-r {
    border-right: 2px dashed #d8d8d8;
}

.search_result_wrapper .result_details .trial_overview .border-b {
    border-bottom: 2px dashed #d8d8d8;
    width: 100%;
}

.search_result_wrapper .result_details .trial_overview .section_title {
    font-size: 24px;
    color: #9c9c9c;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 25px;
    text-align: left;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview .section_title {
        margin-bottom: 10px;
    }
}

.search_result_wrapper .result_details .trial_overview .data_title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #001965;
    padding-top: 30px;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview .data_title {
        padding-bottom: 0px;
    }
}

.search_result_wrapper .result_details .trial_overview .direction_column {
    flex-direction: column;
}

.search_result_wrapper .result_details .trial_overview .data_content {
    font-weight: bold;
    text-align: center;
    color: #001965;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview .data_content {
        padding-bottom: 30px;
    }
}

.search_result_wrapper .result_details .trial_overview .data_content p {
    margin-bottom: 0px;
    width: 77%;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview .data_content p {
        width: 100%;
    }
}

.search_result_wrapper .result_details .trial_overview .data_content .from_date {
    font-weight: normal;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    padding-top: 10px;
}

.search_result_wrapper .result_details .trial_overview .data_content .from_date span:first-child {
    font-size: 32px;
}

.search_result_wrapper .result_details .trial_overview .data_content .from_date span:last-child {
    font-size: 24px;
}

.search_result_wrapper .result_details .trial_overview .data_content .to {
    font-size: 20px;
    padding: 0px 30px;
    color: #4a4a4a;
    font-weight: normal;
}

.search_result_wrapper .result_details .trial_overview .data_content .to_date {
    font-weight: normal;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    padding-top: 10px;
}

.search_result_wrapper .result_details .trial_overview .data_content .to_date span:first-child {
    font-size: 32px;
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .result_details .trial_overview .data_content .to_date span:first-child {
        font-size: 30px;
    }
}

.search_result_wrapper .result_details .trial_overview .data_content .to_date span:last-child {
    font-size: 24px;
}

.search_result_wrapper .result_details .trial_overview .data_content .phase_cnt {
    font-size: 40px;
    margin-top: 10px;
}

.search_result_wrapper .result_details .trial_overview .circular p {
    display: inline-block;
    font-size: 42px;
    border: 4px solid;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    padding-top: 20px;
}

.search_result_wrapper .result_details .trial_overview .includes_placebo .data_content p {
    font-size: 32px;
    padding-top: 30px;
}

.search_result_wrapper .result_details .trial_overview .includes_placebo .disp-flex {
    display: flex;
    align-items: center;
}

.search_result_wrapper .result_details .trial_overview .includes_placebo .disp-flex p {
    padding: 50px 86px 50px 0px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview .includes_placebo .disp-flex p {
        padding: 50px 0px 50px 0px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details .trial_overview .includes_placebo .disp-flex p {
        padding: 50px 15px 50px 0px;
    }
}

.search_result_wrapper .result_details .trial_overview .readmore_two {
    padding: 30px 0px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview .readmore_two {
        padding: 0px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details .trial_overview .eligible {
        padding: 0px 15px;
    }
}

.search_result_wrapper .result_details .trial_overview .eligible .age_wrapper .data_title {
    padding-bottom: 45px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview .eligible .age_wrapper .data_title {
        padding-bottom: 30px;
    }
}

.search_result_wrapper .result_details .trial_overview .eligible .section_title {
    margin-top: 25px;
    margin-bottom: 35px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details .trial_overview .eligible .section_title {
        margin-top: 0px;
    }
}

.search_result_wrapper .result_details .trial_overview .eligible .data_title {
    padding-top: 0px;
    padding-bottom: 15px;
}

.search_result_wrapper .result_details .trial_overview .eligible .data_content {
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details .trial_overview .eligible .data_content {
        padding-bottom: 84px;
    }
}

.search_result_wrapper .result_details .trial_overview .eligible .data_content .gender {
    padding-top: 16px;
}

.search_result_wrapper .result_details .trial_overview .eligible .data_content .gender .gender_either {
    font-size: 20px;
    color: #001965;	
    margin-top: 10px;
    display: block;
}

.search_result_wrapper .result_details .trial_overview .eligible .data_content .from_date span:first-child {
    font-size: 42px;
    line-height: 42px;
}

.search_result_wrapper .result_details .trial_overview .eligible .data_content .from_date span:last-child {
    font-size: 24px;
}

.search_result_wrapper .result_details .trial_overview .eligible .data_content .to_date span:first-child {
    font-size: 42px;
    line-height: 42px;
}

.search_result_wrapper .result_details .trial_overview .eligible .data_content .to_date span:last-child {
    font-size: 24px;
}

.search_result_wrapper .result_details_bottom .result-bottom {
    padding-bottom: 30px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details_bottom {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .search_result_wrapper .result_details_bottom .result-bottom:nth-child(1) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .search_result_wrapper .result_details_bottom .result-bottom:nth-child(2) {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
    .search_result_wrapper .result_details_bottom .result-bottom:nth-child(3) {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }
}

.search_result_wrapper .result_details_bottom #toTop_page {
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details_bottom #toTop_page {
        text-align: center;
        margin-bottom: 35px;
    }
}

.search_result_wrapper .result_details_bottom #toTop_page:hover {
    color: #e64a0e;
    cursor: pointer;
}

.search_result_wrapper .result_details_bottom .intro_text {
    font-size: 16px;
    color: #003878;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details_bottom .intro_text {
        /* background-color: #f0f0f0; */
        padding-top: 30px;
    }
}

.search_result_wrapper .result_details_bottom .intro_text p {
    display: inline-block;
    margin: 0px;
    position: relative;
    top: 3px;
    color: #4a4a4a;
}

.search_result_wrapper .result_details_bottom .intro_text a {
    font-weight: normal;
    margin-left: 10px;
    font-size: 16px;
    padding: 6px 10px;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details_bottom .intro_text a {
        width: 100%;
        margin-left: 0px;
        border: 1px solid #e5e3e3;
        box-shadow: 0 0 2px #787878;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details_bottom .intro_text a {
        width: 250px;
        border: 0px;
        box-shadow: none;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .result_details_bottom .intro_text a {
        width: 245px;
        box-shadow: 0 0 2px #787878;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .result_details_bottom .intro_text a {
        width: 280px;
        box-shadow: 0 0 2px #787878;
    }
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details_bottom .back_btn {
        /*  background-color: #f0f0f0; */
        padding-bottom: 30px;
    }
}

.search_result_wrapper .result_details_bottom .back_btn button {
    font-size: 16px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .search_result_wrapper .result_details_bottom .back_btn button {
        width: 100%;
        border: 1px solid #e5e3e3;
        box-shadow: 0 0 2px #787878;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .search_result_wrapper .result_details_bottom .back_btn button {
        width: 250px;
        border: 0px;
        box-shadow: none;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .search_result_wrapper .result_details_bottom .back_btn button {
        width: 225px;
        box-shadow: 0 0 2px #787878;
    }
}

@media (min-width: 1366px) {
    .search_result_wrapper .result_details_bottom .back_btn button {
        width: 280px;
        box-shadow: 0 0 2px #787878;
    }
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    color: #009fda;
    cursor: pointer;
}

.addReadMore .readMore span:first-child,
.addReadMore .readLess span:first-child {
    color: #000;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.addReadMore strong:nth-child(3) {
    font-weight: normal;
}

.addReadMoreacc.showlesscontentacc .SecSecacc,
.addReadMoreacc.showlesscontentacc .readLessacc {
    display: none;
}

.addReadMoreacc.showmorecontentacc .readMoreacc {
    display: none;
}

.addReadMoreacc .readMoreacc,
.addReadMoreacc .readLessacc {
    color: #001965;
    cursor: pointer;
}

.addReadMoreWrapTxtacc.showmorecontentacc .SecSecacc,
.addReadMoreWrapTxtacc.showmorecontentacc .readLessacc {
    display: block;
}


/************* Contact Us About Trail Popup CSS ********************/

#contact_abt_trail .modal_window, .contact_abt_trail .modal_window {
    width: 100%;
    box-shadow: 9px 6px 21px #b3afaf;
}

@media (min-width: 769px) and (max-width: 1024px) {
    #contact_abt_trail .modal_window, .contact_abt_trail .modal_window {
        width: 625px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    #contact_abt_trail .modal_window, .contact_abt_trail .modal_window {
        width: 625px;
    }
}

@media (min-width: 1366px) {
    #contact_abt_trail .modal_window, .contact_abt_trail .modal_window {
        width: 625px;
    }
}

#contact_abt_trail .modal_window .modal-header, .contact_abt_trail .modal_window .modal-header {
    display: block;
    padding: 0px;
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-header, .contact_abt_trail .modal_window .modal-header {
        background: #efefef;
        margin-bottom: 0px !important;
        padding: 15px;
        border-bottom: 1px solid #e4e4e4;
        position: fixed;
        z-index: 9;
        width: 100%;
        border-top: 1px solid #9b9b9b;
        border-left: 1px solid #9b9b9b;
        border-right: 1px solid #9b9b9b;
    }
    #contact_abt_trail .modal_window .modal-header .xs-title, .contact_abt_trail .modal_window .modal-header .xs-title {
        font-size: 24px;
        color: #001965;
    }
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-content, .contact_abt_trail .modal_window .modal-content {
        overflow-x: hidden;
        overflow-y: scroll;
        padding-top: 67px;
    }
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-footer, .contact_abt_trail .modal_window .modal-footer {
        display: block;
    }
}

#contact_abt_trail .modal_window .modal-body, .contact_abt_trail .modal_window .modal-body {
    border-color: #d2d3d7;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
}

#contact_abt_trail .modal_window .modal-body .modal-title, .contact_abt_trail .modal_window .modal-body .modal-title {
    font-size: 24px;
    display: block;
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-body .modal-title, .contact_abt_trail .modal_window .modal-body .modal-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

#contact_abt_trail .modal_window .modal-body .modal-sub-title, .contact_abt_trail .modal_window .modal-body .modal-sub-title {
    color: #4a4a4a;
    font-size: 14px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-body .modal-sub-title, .contact_abt_trail .modal_window .modal-body .modal-sub-title {
        padding-bottom: 10px;
    }
}

#contact_abt_trail .modal_window .modal-body .section-title, .contact_abt_trail .modal_window .modal-body .section-title {
    color: #001965;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-body .section-title, .contact_abt_trail .modal_window .modal-body .section-title {
        margin-bottom: 5px;
        display: inline-block;
        float: left;
    }
}

#contact_abt_trail .modal_window .modal-body .stud_id, .contact_abt_trail .modal_window .modal-body .stud_id {
    font-size: 20px;
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-body .stud_id, .contact_abt_trail .modal_window .modal-body .stud_id {
        margin-bottom: 20px;
        display: inline-block;
        float: left;
        margin-left: 10px;
    }
}

#contact_abt_trail .modal_window .modal-body p, .contact_abt_trail .modal_window .modal-body p {
    color: #001965;
}

#contact_abt_trail .modal_window .modal-body .form-group, .contact_abt_trail .modal_window .modal-body .form-group {
    margin-bottom: 34px;
}

#contact_abt_trail .modal_window .modal-body .custom_select, .contact_abt_trail .modal_window .modal-body .custom_select {
    width: 100%;
}

#contact_abt_trail .modal_window .modal-body .input-title, .contact_abt_trail .modal_window .modal-body .input-title {
    font-size: 16px;
    color: #001965;
}

#contact_abt_trail .modal_window .modal-body input, .contact_abt_trail .modal_window .modal-body input {
    width: 100%;
    font-size: 14px;
}

#contact_abt_trail .modal_window .modal-body select, .contact_abt_trail .modal_window .modal-body select {
    font-size: 14px;
}

#contact_abt_trail .modal_window .modal-footer, .contact_abt_trail .modal_window .modal-footer {
    padding: 28px 30px;
    border-top: 2px solid #d2d3d7;
    border-bottom: 2px solid #d2d3d7;
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-footer, .contact_abt_trail .modal_window .modal-footer {
        padding: 28px 15px !important;
        border: 0px;
    }
}

#contact_abt_trail .modal_window .modal-footer button, .contact_abt_trail .modal_window .modal-footer button {
    width: auto!important;
    text-transform: none;
    padding: 10px 40px!important;
    margin-left: 10px!important;
    line-height: 10px!important;
    display: inline-block!important;
    margin-right: 10px!important;
}

@media (max-width: 768px) {
    #contact_abt_trail .modal_window .modal-footer .result_btn, .contact_abt_trail .modal_window .modal-footer .result_btn {
        display: flex;
        flex-direction: column;
    }
    #contact_abt_trail .modal_window .modal-footer .result_btn .btn-outline-primary, .contact_abt_trail .modal_window .modal-footer .result_btn .btn-outline-primary {
        order: 2;
        margin-left: 0px;
    }
    #contact_abt_trail .modal_window .modal-footer .result_btn .btn-secondary, .contact_abt_trail .modal_window .modal-footer .result_btn .btn-secondary {
        order: 1;
        margin-bottom: 20px;
        margin-left: 0px;
    }
}

#contact_abt_trail .modal_window .modal-bottom, .contact_abt_trail .modal_window .modal-bottom {
    background-color: #efefef;
    padding: 15px 20px;
}

#contact_abt_trail .modal_window .modal-bottom p, .contact_abt_trail .modal_window .modal-bottom p {
    font-size: 12px;
    color: #9b9d9b;
    margin-bottom: 15px;
}


/***************** custom2 css*************/

.begin .start-section .legal-copy {
    margin-bottom: 22px;
}

@media (max-width: 768px) {
    .begin .start-section .legal-copy {
        margin-bottom: 20px !important;
    }
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.participant_exp_page a,
.faq-page a {
    text-decoration: underline;
}

.story-section .info_slide {
    padding-right: 38px;
    padding-left: 38px;
}

.story-section .info_slide .info_text {
    color: #82786f;
}

.participant_exp_page table td {
    display: table-cell;
}

.participant_exp_page .btn-outline-primary {
    text-decoration: none;
}

.participant_exp_page .page_banner_text {
    padding-left: 30px;
}

@media (max-width: 768px) {
    .participant_exp_page .page_banner_text {
        padding-left: 15px;
    }
}

.participant_exp_page .info-carousel .slide1 .info_image {
    background-color: #d47600;
}

.participant_exp_page .info-carousel .slide2 .info_image {
    background-color: #ebac00;
}

.participant_exp_page .info-carousel .slide3 .info_image {
    background-color: #007c92;
}

.participant_exp_page .info-carousel .slide4 .info_image {
    background-color: #3f9c35;
}

.participant_exp_page .info-carousel .info_slide .info_image {
    display: inline-block;
    border-radius: 50%;
}

.participant_exp_page .info-carousel .info_slide .info_image img {
    position: relative;
    top: 3px;
    left: 1px;
}

.faq-page .page_banner .page_banner_text .banner_text_first_heading {
    color: #82786f;
}


/******* Colors *******/


/******* Font Sizes *******/

.size-12-b,
.banner_text_first_heading,
.banner_left .banner_text .quote_by {
    font-size: 12px;
    font-weight: bold;
}

.size-20-b,
.banner_text_heading {
    font-size: 20px;
    font-weight: bold;
}


/********* Media Queries Mixins *********/

body {
    font-family: verdana;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
    color: #009fda;
    cursor: pointer;
}

h4 {
    font-weight: bold;
}

button,
input {
    font-family: verdana;
}

select {
    background: #ffffff;
}

.text-decoration-none {
    text-decoration: none !important;
}

.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-margin {
    margin: 0px !important;
}

.spacer-25 {
    margin-bottom: 25px;
    width: 100%;
}

.faint_blue {
    background-color: #ecf5fb;
}

.blue_bdr {
    border-bottom: 1px solid #009fda;
}

.quote_open {
    display: inline-block;
    float: left;
    margin-bottom: 6px;
}

.quote_close {
    padding-left: 4px;
    padding-top: 8px;
}

.cta_text {
    color: #82786f;
    font-weight: bold;
    font-size: 13px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cta_text {
        display: inline-block;
        padding-right: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .cta_text {
        font-size: 15px;
        display: inline-block;
        padding-right: 10px;
        position: relative;
        top: 5px;
    }
}

@media (min-width: 1366px) {
    .cta_text {
        font-size: 20px;
        display: inline-block;
        padding-right: 10px;
        position: relative;
        top: 5px;
    }
}

.cta_btn {
    display: inline-block;
}

@media (max-width: 768px) {
    .cta_btn {
        margin-top: 5px;
    }
}

.btn-primary {
    font-weight: 800;
    font-size: 13px;
    color: #ffffff;
    background: #009fda;
    border: 0px;
}

.btn-primary:hover {
    background: #202860;
    opacity: 1;
    cursor: pointer;
}

.btn-primary:focus {
    background: #202860;
    opacity: 1;
    cursor: pointer;
    color: #fff;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn-primary {
        display: inline-block;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .btn-primary {
        font-size: 14px;
        display: inline-block;
    }
}

@media (min-width: 1366px) {
    .btn-primary {
        font-size: 14px;
        display: inline-block;
    }
}

.btn-secondary {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    background: #e64a0e;
    border: 2px solid #e64a0e;
    line-height: 1.25;
}

.btn-secondary:hover {
    background: #BD3C0A;
    color: #ffffff;
    border-color: #BD3C0A;
    opacity: 1;
    cursor: pointer;
}

.btn-secondary:focus {
    background: #BD3C0A;
    color: #ffffff;
    border-color: #BD3C0A;
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn-secondary {
        display: inline-block;
        line-height: 1;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .btn-secondary {
        font-size: 14px;
        display: inline-block;
        line-height: 1;
    }
}

@media (min-width: 1366px) {
    .btn-secondary {
        font-size: 14px;
        display: inline-block;
        line-height: 1;
    }
}

.btn-outline-primary {
    color: #009fda;
    border-color: #009fda;
    border-width: 2px;
    font-size: 13px;
    font-weight: 800;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    cursor: pointer;
    border-color: #009fda;
    background-color: #009fda;
}

.btn-outline-primary:focus {
    cursor: pointer;
    border-color: #009fda;
    background-color: #009fda;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn-outline-primary {
        font-size: 16px;
        padding: 10px 97px;
        width: auto;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .btn-outline-primary {
        font-size: 16px;
        padding: 10px 97px;
        width: auto;
    }
}

@media (min-width: 1366px) {
    .btn-outline-primary {
        font-size: 16px;
        padding: 10px 97px;
        width: auto;
    }
}

.grey-text,
.options .option p {
    color: #82786f;
    font-size: 12px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .grey-text,
    .options .option p {
        font-size: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .grey-text,
    .options .option p {
        font-size: 13px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .grey-text,
    .options .option p {
        font-size: 13px;
    }
}

.banner_text_first_heading {
    padding-bottom: 15px;
}

.banner_text_heading {
    width: 100%;
    padding-bottom: 15px;
    line-height: initial;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_text_heading {
        width: 250px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_text_heading {
        width: 312px;
    }
}

@media (min-width: 1366px) {
    .banner_text_heading {
        width: 412px;
    }
}

.banner_description {
    font-size: 13px;
    width: 100%;
    padding-bottom: 45px;
    line-height: initial;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner_description {
        font-size: 14px;
        width: 244px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_description {
        font-size: 15px;
        width: 320px;
        padding-bottom: 85px;
    }
}

@media (min-width: 1366px) {
    .banner_description {
        font-size: 20px;
        width: 421px;
        padding-bottom: 85px;
    }
}

.xs-margin-10 {
    margin-bottom: 10px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .xs-margin-10 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .xs-margin-10 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1366px) {
    .xs-margin-10 {
        margin-bottom: 0px;
    }
}

.xs-margin-30 {
    height: 30px;
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .xs-margin-30 {
        height: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .xs-margin-30 {
        height: 0;
    }
}

@media (min-width: 1366px) {
    .xs-margin-30 {
        height: 0;
    }
}

.spacer-30 {
    height: 30px;
    width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .spacer-30 {
        height: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .spacer-30 {
        height: 45px;
    }
}

@media (min-width: 1366px) {
    .spacer-30 {
        height: 50px;
    }
}

.spacer-80 {
    height: 80px;
}

.margin-top-30-xs {
    margin-top: 30px;
}

.custom_flex {
    display: flex;
    flex-direction: column;
}

#toTop_page {
    width: 100%;
    padding-bottom: 30px;
    color: #009fda;
    position: relative;
    top: 6px;
    display: inline-block;
}

@media (max-width: 768px) {
    #toTop_page {
        text-align: center;
    }
}

.spacer-margin-20 {
    height: 20px;
}

@media (max-width: 768px) {
    .spacer-margin-20 {
        height: 0px;
    }
}

.spacer-lg-35 {
    height: 30px;
}

@media (max-width: 768px) {
    .spacer-lg-35 {
        height: 0px;
    }
}

.spacer-margin-5 {
    height: 5px;
}

@media (max-width: 768px) {
    .spacer-margin-5 {
        height: 0px;
    }
}

.spacer-mobile-20-desktop-50 {
    height: 50px;
}

@media (max-width: 768px) {
    .spacer-mobile-20-desktop-50 {
        height: 20px;
    }
}

.spacer-mobile-20-desktop-30 {
    height: 30px;
}

@media (max-width: 768px) {
    .spacer-mobile-20-desktop-30 {
        height: 20px;
    }
    .sharing-results-wrapper .cta_section {
        padding: 0px;
    }
    .sharing-results-wrapper .cta_section_bottom {
        height: 10px;
    }
}


/******* Colors *******/


/******* Font Sizes *******/

.size-12-b,
.banner_text_first_heading,
.banner_left .banner_text .quote_by {
    font-size: 12px;
    font-weight: bold;
}

.size-20-b,
.banner_text_heading {
    font-size: 20px;
    font-weight: bold;
}


/********* Media Queries Mixins *********/

@media (max-width: 374px) {
    .options .option .row {
        width: 280px !important;
    }
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
    .banner_right .block:nth-child(1) .block_text blockquote,
    .banner_right .block:nth-child(2) .block_text blockquote {
        width: 252px !important;
    }
    .banner_left .banner_carousel .owl-dots {
        top: 260px;
        bottom: initial;
    }
}

@media (max-width: 768px) {
    .story-section img {
        width: 100%;
    }
    .text-center-ipad {
        text-align: center;
    }
    .search_result_wrapper .results table tbody tr td:first-child {
        padding-left: 10px !important;
    }
    .xs-text-center {
        text-align: center;
    }
    .visible-xs {
        display: block;
    }
    .modal-title {
        display: none;
    }
    #quick_search .modal-header {
        background: #fff;
        margin: 0px -15px;
        padding-left: 15px;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 15px;
    }
    .no-padding-xs {
        padding: 0px !important;
    }
    .no-padding-left {
        padding-left: 15px;
    }    
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper {
        float: left;
        width: 100%;
    }
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper .conditions_title,
    .advance_search_wrapper .filter_by_trial_details .filter_category_one .medical_conditions .title_wrapper .conditions_sub_title {
        display: block;
        float: left;
        width: 100%;
    }
    .advance_search_wrapper .bottom_section .right-section {
        display: flex;
        flex-direction: column;
    }
    .advance_search_wrapper .bottom_section .right-section .btn-outline-primary {
        order: 2;
    }
    .advance_search_wrapper .bottom_section .right-section .btn-secondary {
        order: 1;
    }
    .no-border-xs {
        border-top: 0px !important;
    }
    .status_img {
        display: none !important;
    }
    .sort-by-option {
        display: block;
    }
    .search_result_wrapper .result_top .intro_text {
        border: 0px !important;
    }
    .participant_exp_page .page_banner .page_banner_text .banner_text_heading {
        width: 190px !important;
    }
    .participant_exp_page .page_banner .page_banner_text .banner_description {
        width: 181px !important;
    }
    .publishes-result-main .row {
        width: 315px !important;
    }
    .sharing_results_accordions .accordion_head {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
    /* .sharing_results_accordions .accordion_head span{ 
          display: -webkit-box !important;	   
      max-width: 275px;
      height: 32px;   
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .sharing_results_accordions .plusminus {
              position: absolute;  
          right: 0;    
              top: 11px !important;	
      }
      .sharing_results_accordions .accordion_open span{ 
          display: -webkit-box !important;    	    
      /* max-width: 275px;
      height: 100%;	   
          -webkit-line-clamp: initial;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      } */
}

@media (max-width: 768px) {
    .faq-page .banner_text_heading {
        width: 215px;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_image img {
        /*top: 55px;
position: relative;
width: 180%;
right: -46px;*/
    }
    .faq-page .banner_description {
        width: 177px;
    }
    .container {
        width: 100%;
    }
    .full-width-xs {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .hidden-md-up {
        display: block !important;
    }
    h4 {
        font-size: 20px;
        font-weight: bold;
    }
    .margin-top-30-xs {
        margin-top: 30px;
    }
    .visible-xs {
        display: block;
    }
    .result_details .status_img {
        display: inline-block !important;
    }
    .result_details .border-b {
        display: none;
    }
    .search_result_wrapper .result_details .trial_overview .border-r {
        border-right: 0px !important;
    }
    .search_result_wrapper .result_details_top .intro_text {
        border: 0px !important;
    }
    .no-margin-xs {
        margin: 0px;
    }
    .search_result_wrapper .result_top .page_cnt {
        text-align: left !important;
    }
    .search_result_wrapper .results table tbody tr td:first-child {
        padding-bottom: 0px;
    }
    .search_result_wrapper .result_top {
        padding: 15px 0px !important;
    }
    .sort-by-option {
        padding: 0px 15px;
    }
    .search_result_wrapper .result_bottom {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .clinical_trial .accordian-main {
        margin-bottom: 20px !important;
    }
    .search_result_wrapper .border-solid {
        border-width: 0px !important;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_text .banner_quote {
        width: 210px;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_text .banner_quote {
        width: 210px;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_text .banner_quote {
        width: 210px;
    }
    /*.banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_image img {
    top: 250px;
    position: relative;
    left: -70px;
    height: 820px; }*/
    .banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_text .quote_by {
        width: 200px;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_text .quote_by {		
        top: 114px;
    }
    .tbl-titles {
        display: none;
    }
    .what-is-clinical-trial .page_banner {
        /* background-size: 135% 135%; */
        background-position: top 0px right -100px;
    }
    .what-bottom-cta .content-padding {
        padding-bottom: 22px !important;
        padding-top: 8px !important;
    }
    .what-bottom-cta .cta_text {
        padding-top: 10px;
    }
    .part_exp.begin .patitnt-experience-border {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .size-12-b,
    .banner_text_first_heading,
    .banner_left .banner_text .quote_by {
        font-size: 11px;
        font-weight: bold;
    }
    .size-20-b,
    .banner_text_heading {
        font-size: 20px;
        font-weight: bold;
    }
    h4 {
        font-size: 20px;
        font-weight: bold;
    }
    .margin-top-30-xs {
        margin-top: 0px;
    }
    .visible-xs {
        display: none !important;
    }
    .no-padding-r-lg {
        padding-right: 0px;
    }
    .no-padding-lg {
        padding: 0px;
    }
    .sort-by-option {
        display: none;
    }
    .search_result_wrapper .result_top .text-right {
        display: flex;
    }
    .search_result_wrapper .result_top button {
        align-self: center;
    }
    .search_result_wrapper .spacer-30,
    .search_result_wrapper .border-b {
        display: none;
    }
    .half-width-ipad {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 55px;
        position: relative;
    }
    .half-width-ipad:after {
        content: "";
        border-bottom: 2px dashed #d8d8d8 !important;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: -2px;
    }
    .no-bdr-ipad {
        border-right: 0px !important;
    }
    .bdr-ipad {
        border-right: 2px dashed #d8d8d8 !important;
    }
    .width-70 {
        max-width: 70%;
        flex: 0 0 70%;
    }
    .eligible .half-width-ipad:after {
        bottom: -26px;
    }
    .eligible .half-width-ipad:nth-child(3):after {
        border-width: 0px !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .spacer-25 {
        display: none;
    }
    .search_result_wrapper .results table tbody tr td:first-child {
        padding-right: 5px;
    }
    .banner_left .banner_text {
        padding: 20px 30px;
    }
    .banner_left .banner_carousel .owl-nav .owl-prev,
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-size: 50% 50%;
        background-repeat: no-repeat;
    }
    /*.banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_image img {
    top: -113px; }
.banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_image img {
    top: -115px; }*/
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-position: right top;
    }
    /*.banner_left .banner_image img {
    width: 100% !important;
    left: 0px !important; }*/
    .sharing_results_accordions .accordion_head {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
    /* .sharing_results_accordions .accordion_head span{ 
          display: -webkit-box !important;	   
      max-width: 275px;
      height: 32px; 
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .sharing_results_accordions .plusminus {
              position: absolute;  
          right: 0;    
              top: 11px !important;	
      }
      .sharing_results_accordions .accordion_open span{ 
          display: -webkit-box !important;    	    
      max-width: 275px;
      height: 100%;	     
          -webkit-line-clamp: initial;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      } */
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count {
        background-size: 210px 200px;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count .phase_cnt_wrapper {
        /* margin-left: 40px; */
        margin-top: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .banner_left .banner_carousel .owl-nav .owl-prev,
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-size: 80% 80%;
        background-repeat: no-repeat;
    }
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-position: right top;
    }
    /*.banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_image img {
    top: -127px; }
.banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_image img {
    top: -91px; }*/
    .hidden-sm {
        display: none !important;
    }
    .container {
        width: 100%;
    }
    .size-12-b,
    .banner_text_first_heading,
    .banner_left .banner_text .quote_by {
        font-size: 13px;
        font-weight: bold;
    }
    .size-20-b,
    .banner_text_heading {
        font-size: 24px;
        font-weight: bold;
    }
    h4 {
        font-size: 24px;
        font-weight: bold;
    }
    .margin-top-30-xs {
        margin-top: 0px;
    }
    .visible-xs {
        display: none !important;
    }
    .no-padding-r-lg {
        padding-right: 0px;
    }
    .no-padding-lg {
        padding: 0px;
    }
    .sort-by-option {
        display: none;
    }
    .search_result_wrapper .result_bottom #toTop {
        top: 9px !important;
    }
    .search_result_wrapper .results table tbody tr td:first-child {
        padding-right: 5px;
    }
    .sharing_results_accordions .accordion_head {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
    /* .sharing_results_accordions .accordion_head span{ 
          display: -webkit-box !important;	   
      max-width: 275px;
      height: 32px; 
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .sharing_results_accordions .plusminus {
              position: absolute;  
          right: 0;    
              top: 11px !important;	
      }
      .sharing_results_accordions .accordion_open span{ 
          display: -webkit-box !important;    	    
      /* max-width: 275px;
      height: 100%;	     
          -webkit-line-clamp: initial;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      } */
    .what-is-clinical-trial .page_banner {
        background-size: cover;
        /* background-position: bottom -221px right 0px; */
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1366px;
    }
    .size-12-b,
    .banner_text_first_heading,
    .banner_left .banner_text .quote_by {
        font-size: 16px;
        font-weight: bold;
    }
    .size-20-b,
    .banner_text_heading {
        font-size: 32px;
        font-weight: bold;
    }
    h4 {
        font-size: 32px;
        font-weight: bold;
    }
    .margin-top-30-xs {
        margin-top: 0px;
    }
    .visible-xs {
        display: none !important;
    }
    .no-padding-r-lg {
        padding-right: 0px;
    }
    .no-padding-lg {
        padding: 0px;
    }
    .sort-by-option {
        display: none;
    }
    .search_result_wrapper .result_top {
        padding-bottom: 40px !important;
    }
    .options .option .row .custom_tbl .custom_tbl_cell_align_top p {
        font-size: 16px !important;
    }
    .what-is-clinical-trial .page_banner {
        background-size: cover;
        background-position: top 0px right 0px;
        background-repeat: no-repeat;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count .p_count {
        font-size: 60px;
        line-height: 50px;
    }
}

@media (min-width: 769px) and (max-width: 950px) {
    .options .option img {
        width: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .options .option .row .custom_tbl {
        height: 190px !important;
        width: 155px !important;
    }
    /* .banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_image img {
     top: -284px !important; }*/
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count .p_count {
        font-size: 60px;
        line-height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .modal .modal_window .modal-content .medical_conditions .mCustomScrollbar {
        height: 370px !important;
    }
    .search_result_wrapper .result_details .trial_overview .data_title {
        padding-top: 20px !important;
    }
    .hidden-ipad {
        display: none !important;
    }
    /*.banner_left .banner_image img {
    width: 100%;
    left: 0px !important; }*/
    .phases_right .phases_tabs .nav-item .nav-link {
        font-size: 14px;
    }
    .text-center-ipad {
        text-align: center;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    /* .aprove_data .accordion_head span{
max-width: 515px;
height: 62px;
}
.aprove_data .accordion_open span, .sharing_results_accordions .accordion_open span{
      max-width: 515px;
height: 100% !important;
}
.sharing_results_accordions .accordion_head span{
      max-width: 515px;
height: 62px;
} */
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* .aprove_data .accordion_head span{
max-width: 325px;
   height: 52px;
}
.sharing_results_accordions .accordion_head span{
      max-width: 325px;
   height: 64px;
}
.aprove_data .accordion_open span, .sharing_results_accordions .accordion_open span{
max-width: 325px;
   height: 100%;
} */
    .aprove_data .plusminus {
        top: 12px;
    }
}

@media (min-width: 501px) and (max-width: 768px) {
    /* .aprove_data .accordion_head span, .sharing_results_accordions .accordion_head span{
max-width: 382px;
   height: 37px;
}
.aprove_data .accordion_open span, .sharing_results_accordions .accordion_open span{
max-width: 382px;
   height: 100%;
} */
}

@media (max-width: 500px) {
    /* .aprove_data .accordion_head span, .sharing_results_accordions .accordion_head span{
      max-width: 275px;
      height: 34px;
}
.aprove_data .accordion_open span, .sharing_results_accordions .accordion_open span{
max-width: 275px;
   height: 100%;
} */
    .faq-page .page_banner {
        /*  background-size: 160% 150%;
 background-position: top -70px right -138px; */
    }
}

@media (min-width: 500px) and (max-width: 685px) {
    .what-is-clinical-trial .page_banner {
        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 685px) and (max-width: 768px) {
    /* .banner_left .banner_image img {
     width: 100% !important;
     left: 0px !important; }*/
    .what-is-clinical-trial .page_banner {
        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .phases_right .phases_tabs .nav-item .nav-link {
        padding-left: 33%;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count {
        background-size: 210px 200px;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count .phase_cnt_wrapper {
        /* margin-left: 40px; */
        margin-top: 25px;
    }
}

.width-100 {
    width: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .banner_left .banner_carousel .owl-nav .owl-prev,
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .banner_left .banner_carousel .owl-nav .owl-next {
        background-position: right top;
    }
    .home-info-section .info_image,
    .what-is-clinical-trial .info-carousel .info_slide .info_image,
    .participant_exp_page .info-carousel .info_slide .info_image {
        height: 100px;
        width: 100px;
    }
    .info_section .info-carousel .info_slide .info_image img,
    .participant_exp_page .info-carousel .info_slide .info_image img {
        width: 100%;
    }
    .video-btn {
        margin-top: 40px;
    }
    .video_wrapper .video-info-wrapper .video-txt .image-title {
        position: relative;
        top: -20px;
    }
    .modal .modal_window .modal-content .modal-footer {
        padding: 40px 0px;
    }
    .search_result_wrapper .result_details .view-pdf .view_pdf_btn {
        padding-left: 20px;
    }
    .phases_right .tab-content .tab-pane .phase_wrapper .phase_count {
        background-position: top 0 left 0px;
    }
    .phases_right .phases_tabs :first-child.nav-item {
        margin-left: -33px;
    }
    .phases_right .phases_tabs .nav-item {
        width: 34%;
        display: inline-block;
    }
    .video_wrapper .video-info-wrapper .video-txt .image-title {
        flex: 1;
        font-size: 32px;
        text-align: left;
        color: #001965;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 15px;
        float: none;
        clear: both;
        display: inline-block;
        margin-top: 0px;
        margin-left: 10px;
    }
    .video_wrapper .video-info-wrapper .video-txt .video-info {
        flex: 1;
        font-size: 18px;
        text-align: left;
        color: #009fda;
        font-weight: bold;
        margin-top: 15px;
        float: left;
        margin-left: 10px;
        margin-top: 24px;
    }
    .search_result_wrapper .result_details .view-pdf .view_pdf_btn button {
        width: 94%;
        white-space: pre-wrap;
        margin-left: 16px;
    }
    #quick_search .only_recruiting {
        width: 97%;
    }
    .modal .modal_window .modal-content .custom_select select {
        height: 29px;
    }
    .search_result_wrapper .result_details .trial_overview .eligible .data_content .from_date span:last-child,
    .search_result_wrapper .result_details .trial_overview .eligible .data_content .to_date span:last-child {
        display: inline-block;
    }
    .search_result_wrapper .result_details .trial_overview .data_content .from_date span:last-child,
    .search_result_wrapper .result_details .trial_overview .data_content .to_date span:last-child {
        display: inline-block;
    }
    .banner_text_heading {
        line-height: 40px;
    }
    .banner_description {
        line-height: 25px;
    }
}

.participant_exp_page .page_banner {
    background-image: url(../img/participant_experience1.jpg);
    /*  background-position: left 73% top 16%;*/
}


/* .participant_exp_page .page_banner .page_banner_text .banner_text_first_heading {
    color: #ffffff; } */


/* .participant_exp_page .page_banner .page_banner_text .banner_text_heading {
    color: #ffffff; } */

@media (min-width: 1025px) and (max-width: 1365px) {
    .participant_exp_page .page_banner .page_banner_text .banner_text_heading {
        width: 435px;
    }
}

@media (min-width: 1366px) {
    .participant_exp_page .page_banner .page_banner_text .banner_text_heading {
        width: 435px;
    }
}


/* .participant_exp_page .page_banner .page_banner_text .banner_description {
    color: #ffffff; } */

@media (max-width: 768px) {
    .row.patitnt-experience-border {
        border-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
}

.begin .start-section {
    padding-right: 29px;
    /*   margin-bottom: 32px;*/
}

@media (max-width: 768px) {
    .begin .start-section {
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

.begin .start-section .info-heading {
    color: #001965;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .begin .start-section .info-heading {
        font-size: 18px;
        margin-top: 0px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .start-section .info-heading {
        font-size: 20px;
        /* margin-top: 20px !important; */
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .begin .start-section .info-heading {
        font-size: 24px;
        /*margin-top: 20px !important;*/
    }
}

@media (min-width: 1366px) {
    .begin .start-section .info-heading {
        font-size: 32px;
        /*margin-top: 20px !important;*/
    }
}

.begin .start-section .legal-copy {
    line-height: 1.5;
    font-style: normal;
    color: #82786f;
}

@media (max-width: 768px) {
    .begin .start-section .legal-copy {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .start-section .legal-copy {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .begin .start-section .legal-copy {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .begin .start-section .legal-copy {
        font-size: 16px;
    }
}

.begin .start-section .image-content {
    font-weight: bold;
    color: #82786f;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .begin .start-section .image-content {
        font-size: 12px;
        padding-top: 4px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .start-section .image-content {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .begin .start-section .image-content {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .begin .start-section .image-content {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .begin .start-section .info_image {
        text-align: center;
    }
}

.begin .start-section .info_image img {
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .begin .start-section .info_image img {
        /*width: 100%;*/
        /*height: 188px;*/
        width: 325px;
        height: 188px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .start-section .info_image img {
        width: 100%;
        /*height: 284px;*/
    }
}

.begin .start-section .info_image-background {
    background-image: url("../img/Vector-border-Object2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 130px;
    position: relative;
}

@media (max-width: 768px) {
    .begin .start-section .info_image-background {
        background-size: 336px 230px;
        width: 336px;
        margin: 0 auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .start-section .info_image-background {
        background-size: 263px 230px;
        width: 263px; 
    }
    .begin .start-section .info_image-background .content-right{
        position: absolute;
        right: 0px;
        bottom: 58px;
        padding: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .begin .start-section .info_image-background {
        background-size: 370px 280px;
        width: 370px; 
        padding-bottom: 100px;
    }	
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .prc_es_quote .content-right{
        bottom: 0 !important;
    }
}
.begin .start-section .info_image-background .image-content {
    font-size: 20px;
    font-weight: 700;
    /* padding: 28px 66px */
    ;
    color: #82786f;
}

@media (max-width: 768px) {
    .begin .start-section .info_image-background .image-content {
        font-size: 13px;
        padding: 28px 29px;
        padding-bottom: 0px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .start-section .info_image-background .image-content {
        font-size: 13px;
        font-weight: 700;
        padding-top: 45px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .begin .start-section .info_image-background .image-content {
        font-size: 16px;
        font-weight: 700;
        padding: 45px 42px;
    }
    .begin .start-section .info_image-background .content-right {
        padding-top: 0;
    }
}

.begin .start-section .info_image-background .content-right {
    text-align: right;
    margin-right: 9px;
    font-size: 16px;
    padding-right: 30px;
}

@media (max-width: 1366px) {
    .begin .start-section .info_image-background .content-right {
        position: absolute;
        right: 25px;
        bottom: 85px;
    }
}

.info_image-background .image-content:first-child {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 55px;
}

@media (max-width: 768px) {
    .info_image-background .image-content:first-child {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .begin .start-section .info_image-background .content-right {
        font-size: 12px;
        padding: 17px 29px;
        position: absolute;
        bottom: 30px;
        right: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .start-section .info_image-background .content-right {
        text-align: right;
        margin-right: 9px;
        font-size: 12px;
        padding-bottom: 20px;
        padding-top: 40px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .begin .order-sequence1 {
        order: 2;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .order-sequence1 {
        order: 1;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .begin .order-sequence1 {
        order: 1;
    }
}

@media (min-width: 1366px) {
    .begin .order-sequence1 {
        order: 1;
    }
}

@media (max-width: 768px) {
    .begin .order-sequence2 {
        order: 1;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .begin .order-sequence2 {
        order: 2;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .begin .order-sequence2 {
        order: 2;
    }
}

@media (min-width: 1366px) {
    .begin .order-sequence2 {
        order: 2;
    }
}

.stories-main {
    padding-right: 0px;
    padding-left: 0px;
}

.stories-main .story_title {
    color: white;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    text-align: center;
    background-image: url("../img/cta_background2.jpg");
    padding: 21px;
    padding-bottom: 45px;
}

@media (max-width: 768px) {
    .stories-main .story_title {
        font-size: 18px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .stories-main .story_title {
        font-size: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .stories-main .story_title {
        font-size: 23px;
    }
}

@media (min-width: 1366px) {
    .stories-main .story_title {
        font-size: 32px;
    }
}

.stories-main .story-section {
    margin-top: -53px;
}

.stories-main .story-section .stories {
    text-align: left;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .stories-main .story-section .stories {
        margin-left: 0px;
        padding-bottom: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .stories-main .story-section .stories {
        margin-left: 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .stories-main .story-section .stories {
        margin-left: 0px;
    }
}

@media (min-width: 1366px) {
    .stories-main .story-section .stories {
        margin-left: 0px;
    }
}

.stories-main .story-section .stories .info-heading {
    color: #001965;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 14px;
    text-align: left;
}

@media (max-width: 768px) {
    .stories-main .story-section .stories .info-heading {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .stories-main .story-section .stories .info-heading {
        font-size: 18px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .stories-main .story-section .stories .info-heading {
        font-size: 20px;
    }
}

@media (min-width: 1366px) {
    .stories-main .story-section .stories .info-heading {
        font-size: 24px;
    }
}

.stories-main .story-section .stories .info_text {
    text-align: left;
}

@media (max-width: 768px) {
    .stories-main .story-section .stories .info_text {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .stories-main .story-section .stories .info_text {
        font-size: 13px;
        width: 184px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .stories-main .story-section .stories .info_text {
        width: 234px;
    }
}

@media (min-width: 1366px) {
    .stories-main .story-section .stories .info_text {
        width: 234px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .stories-main .story-section .stories .info_image>img {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .stories-main .story-section .stories .info_image>img {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .stories-main .story-section .stories .info_image>img {
        width: 100%;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .info_image-background {
        width: 434px;
        margin: 0 auto;
    }
}


/*FAQ design start*/

.faq-page .page_banner {
    background-image: url(../img/faq_banner2.jpg);
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .faq-page .page_banner .banner_text_heading {
        width: 417px;
    }
}

@media (min-width: 1366px) {
    .faq-page .page_banner .banner_text_heading {
        width: 417px;
    }
}

@media (max-width: 768px) {
    .faq-page .page_banner .banner_description {
        font-size: 12px;
    }
}

.accordion_container .accordian-main {
    margin-bottom: 30px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}

.accordion_container .accordian-main:last-child {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .accordion_container .accordian-main:last-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .accordion_container .accordian-main {
        margin-bottom: 20px;
    }
}

.accordion_container .accordian-main .accordion_head {
    color: #001965;
    cursor: pointer;
    display: table;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    right: -1px;
    width: 100%;
    padding: 10px 0px;
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .accordion_container .accordian-main .accordion_head {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .accordion_container .accordian-main .accordion_head {
        font-size: 16px;
    }
}

.accordion_container .accordian-main .accordion_head .accordion-head-content {
    display: table-cell;
    line-height: 23px;
    width: 683px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 50px;
    line-height: 1.3;
    padding-bottom: 10px;
    vertical-align: middle;
    /*@media (min-width: 769px) and (max-width: 1024px) {
                                  font-size: 18px;
                                  width: 289px !important;
                          }*/
}

@media (max-width: 768px) {
    .accordion_container .accordian-main .accordion_head .accordion-head-content {
        font-size: 12px;
        padding-top: 0px;
        padding-left: 16px;
        padding-bottom: 0px;
        padding-right: 0px;
        line-height: 17px;
    }
}

.accordion_container .accordian-main .accordion_head .plusminus {
    display: table-cell;
    vertical-align: middle;
    /* background-color: #009fda; */
    padding-top: 10px;
    color: white;
    font-size: 25px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 70px;
    padding-bottom: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .accordion_container .accordian-main .accordion_head .plusminus {
        font-size: 20px;
        padding: 0px 8px;
    }
}

.accordion_container .accordian-main .accordion_head .plusminus-nobackground {
    background-color: initial;
    color: #009fda;
}

.accordion_container .accordian-main .accordion_body {
    border-top: 1px solid #e1e1e1;
    display: none;
}

.accordion_container .accordian-main .accordion_body ul {
    padding-right: 10px;
}

.accordion_container .accordian-main .accordion_body .unorder-list-align {
    padding-left: 60px;
}

@media (max-width: 768px) {
    .accordion_container .accordian-main .accordion_body .unorder-list-align {
        padding-left: 40px;
    }
}

.accordion_container .accordian-main .accordion_body p {
    padding: 1px 5px;
    margin: 0px;
    margin-right: 10px;
    margin-left: 15px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .accordion_container .accordian-main .accordion_body p {
        font-size: 12px;
        margin-right: 12px;
        margin-left: 13px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .accordion_container .accordian-main .accordion_body p {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .accordion_container .accordian-main .accordion_body p {
        font-size: 16px;
    }
}

.accordion_container .accordian-main .accordion_body .accodian-padding {
    margin: -3px 15px;
    color: #4a4a4a;
}


/*@media (min-width: 652px) and (max-width: 768px){
        .plusminus {
                padding: 0px 65px !important;
        }
}*/


/*Received data access*/

.received-data-main .received-data {
    padding-bottom: 7px;
    font-size: 24px;
}

@media (max-width: 768px) {
    .received-data-main .received-data {
        font-size: 18px;
    }
}

.contact-us .para-border {
    border-top: 1px solid #82786f;
    border-bottom: 1px solid #82786f;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 7px;
    color: #4a4a4a;
}

.contact-us .contact-sub {
    font-size: 12px !important;
}


/*access_clinical_trial*/

@media (max-width: 768px) {
    .access_clinical_trial {
        padding-right: 0px !important;
        margin-bottom: 5px !important;
        padding-left: 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .access_clinical_trial {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .access_clinical_trial {
        margin-bottom: -5px !important;
    }
}

.access_clinical_trial .received-data {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

@media (max-width: 768px) {
    .access_clinical_trial .received-data {
        margin-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .access_clinical_trial .custom_tbl_cell_align_bottom {
        margin-bottom: 35px !important;
    }
}

.access_clinical_trial .clinical_trial .accordian-main:last-child {
    margin-bottom: 0px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .access_clinical_trial .clinical_trial .accordian-main {
        margin-bottom: 15px;
    }
}

.access_clinical_trial .clinical_trial .accordian-main .accordion_head .accordion-head-content {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .access_clinical_trial .clinical_trial .accordian-main .accordion_head .accordion-head-content {
        font-size: 14px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .access_clinical_trial .clinical_trial .accordian-main .accordion_head .accordion-head-content {
        font-size: 16px !important;
        padding-right: 15px !important;
    }
}

.access_clinical_trial ul li {
    line-height: 1.5;
    font-style: normal;
    color: #4a4a4a;
    font-size: 16px;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .access_clinical_trial ul li {
        font-size: 12px;
        margin-right: 7px;
        margin-left: 13px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .access_clinical_trial ul li {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .access_clinical_trial ul li {
        font-size: 16px;
    }
}

.accordion_body ul li {
    margin-bottom: 30px;
    color: #292b2c;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .accordion_body ul li {
        font-size: 12px;
        margin-right: 7px;
        margin-left: 13px;
        margin-bottom: 15px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .accordion_body ul li {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .accordion_body ul li {
        font-size: 16px;
    }
}


/*approved_data_access_requests*/

.approved_data_access_requests {
    margin-bottom: 0px !important;
}

.clinical_trial .accordian-main {
    margin-bottom: 50px;
}

.approved_data_right .right-navigation {
    margin-top: 88px;
}


/*sharing result*/

.publishes-result-main .custom_tbl_cell_align_top .sub_head {
    font-size: 30px;
    width: 100% !important;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .publishes-result-main .custom_tbl_cell_align_top .sub_head {
        font-size: 18px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .publishes-result-main .custom_tbl_cell_align_top .sub_head {
        font-size: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .publishes-result-main .custom_tbl_cell_align_top .sub_head {
        font-size: 24px;
    }
}

.publishes-result-main .custom_tbl_cell_align_bottom a {
    text-decoration: none !important;
}

.publishes-result-main .row {
    /* @media (max-width: 768px) { 						
                      width: 345px;
              }
    */
}

@media (min-width: 769px) and (max-width: 1024px) {
    .publishes-result-main .row {
        margin-top: 0px !important;
        /*   width: 278px; */
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .publishes-result-main .row {
        font-size: 16px;
        /* width: 385px; */
    }
}

.publishes-result img {
    height: 160px !important;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .publishes-result img {
        margin-top: 0px !important;
        padding-right: 10px;
        height: 170px !important;
        width: auto !important;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .publishes-result img {
        font-size: 16px;
        padding-right: 10px;
        height: 200px !important;
        width: auto !important;
    }
}

@media (min-width: 1366px) {
    .publishes-result img {
        font-size: 16px;
        width: auto !important;
        height: 232px !important;
    }
}


/*anonymised page*/

.anonymised-table .table thead th {
    vertical-align: top;
    border-bottom: 2px solid #eceeef;
    border-top: none;
    color: #0bacda;
    padding: 10px;
}

@media (max-width: 768px) {
    .anonymised-table .table thead th {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .anonymised-table .table thead th {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .anonymised-table .table thead th {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .anonymised-table .table thead th {
        font-size: 16px;
    }
}

.anonymised-table .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .anonymised-table .table td {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .anonymised-table .table td {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .anonymised-table .table td {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .anonymised-table .table td {
        font-size: 16px;
    }
}

.anonymised-table .table td i {
    font-size: 46px;
}

.anonymised-table .table td:nth-child(1) {
    width: 23%;
}

.anonymised-table .table td:nth-child(2) {
    width: 44%;
}

.anonymised-table .table td:nth-child(3) {
    width: 15%;
}

.anonymised-table .table td img {
    height: 48px;
}

.anonymised-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #eeeeee;
}

.legal-copy .pdf-img {
    height: 40px;
    width: 30px;
}

@media (min-width: 1366px) {
    /* .last-option .custom_tbl_cell_align_bottom {
    padding-top: 32px; } */
}

@media (min-width: 1025px) and (max-width: 1365px) {
    /*     .last-option .custom_tbl_cell_align_bottom {
    padding-top: 32px; } */
}

.begin .patitnt-experience-border {
    border-bottom: 1px solid #82786f;
    margin-bottom: 30px !important;
}

@media (max-width: 768px) {
    .begin .patitnt-experience-border {
        border-bottom: 1px solid #82786f;
        margin-bottom: 0px;
    }
}

.begin .home-border-bottom {
    border-bottom: 1px solid #82786f;
}

.clinical-trial-border {
    border-bottom: 2px solid rgb(199, 194, 186);
    padding-bottom: 72px;
}

@media (max-width: 768px) {
    .clinical-trial-border {
        border-bottom: none;
        padding-bottom: 0px;
    }
}

.form-item-trial-phases,
.trail_phases {
    width: 33%;
}

.sub_head {
    color: #001965 !important;
}

.publishes-result-main .sharing-result-img {
    margin: 0px !important;
    border-radius: 10px;
}

.right-navigation {
    list-style-type: none;
    text-align: left;
    margin-top: 15px;
}

.right-navigation li {
    padding-bottom: 15px;
}

.right-navigation li a {
    color: #009fda;
    display: block;
    font-size: 20px;
    text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .right-navigation li a {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .right-navigation li a {
        font-size: 16px;
    }
}

.right-navigation li a:hover {
    color: #001965;
}

.right-navigation .active a {
    color: #6b6b68;
}

.direction {
    flex-direction: column;
}

.send-access-request {
    text-align: left;
    padding-left: 60px;
}

.send-access-request .request-heading {
    padding-top: 20px;
}

.send-access-request .request-heading span {
    color: #009fda;
    font-size: 20px;
}

.send-access-request .request-heading span a {
    color: #009fda;
    font-size: 20px;
    padding: 0 0 0rem;
}

.send-access-request .request-heading i {
    font-size: 20px;
}

.send-access-request .request-heading img {
    margin-left: -8px;
}

.send-access-request .request-sub-heading {
    padding-top: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid;
}

.send-access-request .request-sub-heading p {
    color: #4a4a4a;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .send-access-request .request-sub-heading p {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .send-access-request .request-sub-heading p {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .send-access-request .request-sub-heading p {
        font-size: 16px;
    }
}

.send-access-request .request-sub-heading p a {
    color: #009fda;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .send-access-request .request-sub-heading p a {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .send-access-request .request-sub-heading p a {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .send-access-request .request-sub-heading p a {
        font-size: 16px;
    }
}

.send-access-request .request-sub-heading p {
    padding-right: 65px;
}

.send-access-request .request-spacing {
    display: inline-block;
    float: right;
    width: 91%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .send-access-request .request-spacing {
        width: 88%;
    }
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .send-access-request .request-spacing {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .content-padding {
        padding-bottom: 22px;
        padding-top: 18px !important;
    }
}

.home-img-padding {
    padding-bottom: 35px;
}

@media (max-width: 768px) {
    .home-img-padding {
        padding-bottom: 15px;
    }
}

.aprove_data .accordion_head {
    /* padding-bottom: 20px !important; */
}

@media (max-width: 768px) {
    .aprove_data .accordion_head {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }
}

.aprove_data .accordion_head span {
    /* display: -webkit-box !important;
  display: -moz-box !important;
  display: box !important;
   display: -ms-box !important; 
  @media (min-width: 1301px){
      max-width: 657px;
      height: 67px;
  }    
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
    overflow: hidden;
}

#independent_review_board {
    padding-top: 50px;
}

.aprove_data .plusminus {
    /* position: absolute; */
    top: 25px;
    right: 0;
}

@media (max-width: 768px) {
    .aprove_data .plusminus {
        top: 11px !important;
    }
    .result_btn .btn {
        margin-bottom: 15px;
    }
    .result_btn .btn-primary {
        color: #fff !important;
        text-decoration: none !important;
    }
    /* .access_clinical_trial .clinical_trial .accordian-main .accordion_head .accordion-head-content{
    width: 82%;
} */
}

.aprove_data .accordion_open span {
    /* display: -webkit-box !important;    
  @media (min-width: 1301px){
      max-width: 657px;
      height: 100%;
  }    
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.access_clinical_trial .list-padd {
    padding-bottom: 23px;
}

.video-background {
    background-image: url(../img/Watch_video_BG.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 417px;
}

@media (max-width: 768px) {
    .video-background {
        background-size: 296px 208px !important;
        height: 224px;
    }
}

@media (max-width: 768px) {
    .video-background .video-info-wrapper {
        min-height: 94px;
    }
}

.phase_wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e1+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e1', GradientType=0);
    /* IE6-9 */
}

.send-access-request .request-heading span a {
    color: #009fda;
    font-size: 20px;
    padding: 0 0 0rem;
}

.accordion_container .accordian-main .accordion_body div {
    padding: 1px 5px;
    margin: 0px;
    margin-right: 10px;
    margin-left: 15px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.condition3 .phase2 .nav-link {
    z-index: 9999 !important;
    text-align: left !important;
}

.condition4 .phase3 .nav-link {
    z-index: 9999 !important;
}

.condition4 .phase2 .nav-link {
    z-index: 9999 !important;
    text-align: left !important;
}

.condition2 .phase1 .nav-link,
.condition3 .phase1 .nav-link,
.condition3 .phase2 .nav-link,
.condition4 .phase1 .nav-link,
.condition4 .phase2 .nav-link,
.condition4 .phase3 .nav-link {
    padding-left: 15% !important;
}

@media (min-width: 401px) and (max-width: 640px) {
    .condition4 .phase3 .nav-link {
        text-align: left !important;
    }
}

.modal {
    z-index: 99999999;
}

.year_cnt span:first-child {
    font-weight: bold;
    text-align: center;
    color: #001965;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}

.year_cnt span:last-child {
    font-size: 24px;
    font-weight: normal;
}

.participant.content-padding {
    padding-bottom: 0px;
}

.text-decoration-no {
    text-decoration: none !important;
}


/*quick search status field text*/


/*.quick_search_status_text{
    padding-left: 45px; }*/


/*testing issue fix*/

body.navbar-is-fixed-top {
    padding-top: 0px;
}

@media (min-width: 1366px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 150px;
    }
    .bg-dark {
        width: 90%;
    }
}

.footer {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .banner_left .banner_carousel .owl-item:nth-child(1) .banner_image img {
        top: -180px;
    }
    .banner_left .banner_carousel .owl-item:nth-child(2) .banner_image img {
        top: -50px;
    }
    .banner_left .banner_carousel .owl-item:nth-child(3) .banner_image img {
        top: -176px;
    }
}

.page-node-8 .aprove_data .plusminus,
.page-node-69 .aprove_data .plusminus {
    top: 10px;
}

@media only screen and (max-width: 767px) {
    .researcher_bottom_spc .cta_section {
        padding: 0px;
    }
    .researcher_bottom_spc .cta_section_bottom {
        height: 10px;
    }
    .accordion_container .accordian-main .accordion_head .plusminus {
        width: 50px;
    }
    .form-item-trial-phases,
    .trail_phases {
        width: 100%;
    }
    .advance_search_wrapper .bottom_section .right-section button {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .page-node-8 .aprove_data .plusminus,
    .page-node-69 .aprove_data .plusminus {
        top: 0px !important;
    }
}

.homepage_spanish .banner_left .banner_text {
    padding: 50px 60px;
}

.homepage_spanish .sub_heading_section {
    min-height: 190px;
    display: flex;
    flex-direction: column;
}

.homepage_spanish .custom_tbl_cell_align_bottom {
    margin-top: auto;
    padding-top: 0;
}

body.admin-menu.navbar-is-fixed-top {
    padding-top: 0px !important;
}

@media screen and (min-width: 1366px) {
    .homepage_spanish .banner_text_heading {
        width: 427px;
    }
    .homepage_spanish .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 100px;
    }
    .options .option img {
        height: 227px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* .last-option .custom_tbl_cell_align_bottom {
    padding-top: 26px;
} */
}

.view_pdf_btn a {
    margin-bottom: 5px;
    display: block;
}

.view_pdf_btn a .btn {
    width: 100%;
}

.novo_search_sorting_asending {
    position: relative;
}

.novo_search_sorting_asending:before {
    content: "\f0d8";
    position: absolute;
    top: 1px;
    right: -12px;
    font: normal normal normal 16px/1 FontAwesome;
}

.novo_search_sorting_desending {
    position: relative;
}

.novo_search_sorting_desending:before {
    content: "\f0d7";
    position: absolute;
    top: 1px;
    right: -12px;
    font: normal normal normal 16px/1 FontAwesome;
}

.btn {
    white-space: inherit;
}

.filter_category_two .trail_phases .row.no-margin .form-item-trial-phases,
.filter_category_two .trail_phases .row.no-margin .form-item-trial-phases #edit-trial-phases {
    width: 100%;
    display: block;
}

.advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .checkbox {
    width: 25%;
    float: left;
    margin-right: 8%;
}

@media (max-width:767px) {
    .advance_search_wrapper .filter_by_trial_details .filter_category_two .trail_phases .checkbox {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

@media (min-width: 769px) {
    #edit-trial-phases .form-item:nth-child(3n+2) {
        position: relative;
        left: 2.5%;
    }
    #edit-trial-phases .form-item:nth-child(3n+3) {
        position: relative;
        left: 2.5%;
    }
}

.only_recruiting .form-item {
    display: inline-block;
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    .only_recruiting .form-item {
        width: 100%;
    }
    .homepage_spanish .navbar .navbar-toggler {
        height: 60px;
    }
    .homepage_spanish .findtrails li {
        height: 60px;
    }
    .homepage_spanish .banner_left .banner_text .banner_quote {
        top: 15px;
        left: 20px;
    }
    .homepage_spanish .banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_text .quote_by {
        left: 15px;
    }
}

.dropdown-item {
    white-space: initial;
}

.homepage_spanish .phases_right .tab-content .tab-pane .phase_wrapper {
    height: 515px;
}

.homepage_spanish .cta_btn {
    padding: 0px 15px;
}

.search_result_wrapper .result_details .trial_overview .data_content p {
    word-wrap: break-word;
}

.cta_btn {
    padding: 0 15px;
}

.cta_section .cta_section_bottom {
    padding-top: 8px;
    padding-bottom: 10px;
}

.sharing-results-wrapper .cta_section .cta_section_bottom,
.researcher_bottom_spc .cta_section .cta_section_bottom,
.page-approved-data-access-requests .cta_section .cta_section_bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}

.age_unknown {
    font-weight: bold;
    margin-top: 27px;
    display: block;
    font-size: 20px;
}

.gender_unknown {
    margin-top: 38px!important;
    display: block;
}

.prc_es_quote .info_image-background .image-content:first-child {
    padding-top: 50px;
}

@media (max-width: 768px) {
    .prc_es_quote .info_image-background .image-content:first-child {
        padding-top: 40px;
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .video_wrapper .video-info-wrapper .video-txt .image-title {
        font-size: 26px;
    }
    .toplang .toplangdown .dropdown-menu .dropdown-item {
        white-space: normal;
    }
}


/*video IE-11*/

@media(max-width:1350px) {
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .video_wrapper .video-info-wrapper {
            background-color: #ffffff;
            float: left;
            width: 100%;
            height: auto;
            border-radius: 5px;
            display: flex;
            border: 0px;
            min-height: 205px;
            display: -ms-flex;
        }
        .video_wrapper .video-info-wrapper .video-icon {
            flex: 1;
            margin: auto;
            -ms-flex: 1;
        }
        .video_wrapper .video-info-wrapper .video-txt {
            display: flex;
            flex-direction: column;
            -ms-flex: 4;
            -ms-flex-direction: column;
        }
    }
}

@media(max-width:767px) {
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .video_wrapper .video-info-wrapper {
            background-color: #ffffff;
            float: left;
            width: 100%;
            height: auto;
            border-radius: 5px;
            display: flex;
            border: 0px;
            min-height: 140px;
            display: -ms-flex;
        }
        .video_wrapper .video-info-wrapper .video-icon {
            flex: 1;
            margin: auto;
            -ms-flex: 1;
        }
        .video_wrapper .video-info-wrapper .video-txt {
            display: flex;
            flex-direction: column;
            -ms-flex: 4;
            -ms-flex-direction: column;
        }
    }
}


/*CSS by Nitish hot fix issue*/

@media(min-width: 1360px) {
    .homepage_spanish .region-homepage-slider .banner_description,
    .region-homepage-slider .banner_description {
        font-size: 20px;
        width: 487px;
        padding-bottom: 40px;
    }
    .homepage_spanish .region-homepage-slider .banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_text .banner_quote,
    .region-homepage-slider .banner_left .banner_carousel .owl-item:nth-child(3n+2) .banner_text .banner_quote,
    .region-homepage-slider .banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_text .banner_quote,
    .homepage_spanish .region-homepage-slider .banner_left .banner_carousel .owl-item:nth-child(3n+3) .banner_text .banner_quote {
        width: 487px;
    }
    .homepage_spanish .region-homepage-slider .banner_left .banner_text,
    .region-homepage-slider .banner_left .banner_text {
        padding: 50px 0 20px 60px;
    }
    .homepage_spanish .region-homepage-slider .banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_text .banner_quote,
    .region-homepage-slider .banner_left .banner_carousel .owl-item:nth-child(3n+1) .banner_text .banner_quote {
        width: 487px;
        width: 487px;
    }
}

@media (min-width: 1200px) {
    .prc_es_quote .info_image-background .image-content:first-child {
        top: 0;
        bottom: 0;
        padding: 10% 6% 12% 6% !important;
    }
}

@media(max-width: 1199px) {
    .prc_es_quote .info_image-background .image-content:first-child {
        top: 0;
        bottom: 0;
        padding: 12% 6% 0 6% !important;
    }
}

@media(min-width: 992px) and (max-width: 1024px) {
    .homepage_spanish .banner_left .banner_carousel .owl-dots {
        bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .homepage_spanish .banner_left .banner_carousel .owl-dots {
        bottom: 225px;
    }
}
.participation_unknown{
    font-size: 20px!important;
    text-transform: uppercase;
}
/* @media (max-width: 767px) {
        .banner_image{
                overflow: hidden;
                position: relative;
                height: 450px;
                width: 100%;
        }
        .banner_image img{
                height: 450px;
                min-width: 1042px;
                position: absolute;
                right: 50%;
                top: 0;
                margin-right: -521px;
        }
} */
video{
    width: 100%;
}
.participant_exp_page .info_image{
    position: relative;
    margin-bottom: 30px;
}
@media (min-width: 1201px) and (max-width: 1365px) {
    .prc_es_quote .content-right{
        /*  bottom: 27px !important; */
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .prc_es_quote .info_image-background{
        padding-bottom: 130px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1200px){
    .prc_es_quote .info_image-background{
        padding-bottom: 145px !important;
    }
    .prc_es_quote .content-right{
        right: 0 !important;
    }
}
@media (max-width: 767px){
    .prc_es_quote .content-right{
        bottom: 55px !important;
    }
    .start-section table td {
        display: table-cell;
    }
}
.participant_video_play_button1, .participant_video_play_button2{
    position: absolute;
    top: 33%;
    width: 100px!important;
    left: 40%;
    opacity: 0.8;
}
@media (max-width: 767px){
    .participant_video_play_button1, .participant_video_play_button2{
        top: 28%;
        width: 65px !important;
        left: 41%;
        height: auto !important;
    }
    .options .option .custom_tbl_cell_align_center{
        height: auto !important;
    }
}
.participant_exp_page .info_image{
    position: relative;
}
@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
    .participant_video_play_button1, .participant_video_play_button2{
        width: 10% !important;
        left: 45% !important;
        top: 32% !important;
        height: auto !important;
    }
    .prc_es_quote .content-right{
        bottom: 55px !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
    .participant_video_play_button1, .participant_video_play_button2{
        width: 18% !important;
        left: 41% !important;
        top: 35% !important;
        height: auto !important;
    }
    .homepage_spanish .banner_description{
        width: 300px !important;
    }
}
.novo_detail_treatment{
    flex-direction: column;
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
    .participant_video_play_button1, .participant_video_play_button2{
        left: 46%;
    }
}
.wrapper { 
    position: relative; 
    height: auto; 
    width: 100%;   
}
#check_id {
    position: absolute;
    left:  -9999px;   
}
.see-more-lbl {    
    display: block;
    width: 100%;
    height: 28px;
    cursor: pointer;
    position: relative;
    color: #009fda;
    margin-bottom: 0;   
}
.see-more-lbl:before,
.see-more-lbl:after {
    position: absolute;
}
.see-more-lbl:before {
    content: 'Read more';    
}
#check_id ~ div {
    width: 100%;
    display: none;
}
#check_id:checked ~ div {
    display: block;
    padding-bottom: 20px;
} 

#check_id:checked + label {
    position: absolute; 
    top: 93%;
}

#check_id:checked + label:before {
    content: 'Read less';
}

.patitnt-experience-border .start-section{
    margin-bottom: 32px !important;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .prc_es_quote .content-right{
        bottom: 100px !important;
    }
}
@media (max-width: 1365px) and (min-width: 1025px){		
    .info_image-background .content-right{
        bottom: 45px !important;
    }
}
@media (min-width: 1366px){
    .prc_es_quote .content-right{
        bottom: 100px !important;
    }
}

.trial_id.col-md-4.col-lg-4 span p {
    margin-left: 8px;
}

@media only screen (max-width:768px){
    .trial_id.col-md-4.col-lg-4 {
        text-align: center;
    }
}

.trial_id.col-md-4.col-lg-4 span a {
    color: #001965;
}

.border-s{
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 2px solid #d8d8d8;
}
.search_result_wrapper .result_details .trial_id {
    color: #001965;
    font-size: 20px;
    margin-bottom: 50px;
	padding: 0;
}

/*location listing*/
.country-data table {
    border-top: 2px solid #001965;
}
.country-data table tr:nth-child(odd) {
    background-color: #dddddd;
}
@media screen and (min-width: 75em){
    .contact-details-section.details-section-scroller {
        height: 12.63rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        overflow-y: scroll;
        min-height: 7.5rem;
        margin-bottom: 1.5rem;
        border: solid 1px #d5d1ce;
    }
}

.location-holder .contact-details-section.details-section-scroller .country-data {
    min-height: 7.5rem;
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
    .location-holder .contact-details-section .details-section-scroller {
        height: 13.75rem;
        overflow-y: scroll;
        min-height: 7.5rem;
        margin-bottom: 1.5rem;
        border: solid 1px #d5d1ce;
    }
}
@media screen and (max-width: 48em){
    .location-holder .contact-details-section {
        margin: 0 auto;
        width: 100%;
        display: block;
    }
}

.table-bordered td, .table-bordered th {
    border: 1px solid #eceeef;
    border-bottom: none;
    width: 50%;
    display: inline-block;
}

@media (max-width: 768px) {
    .contact-details-section.details-section-scroller {
        height: 13.75rem;
        overflow-y: scroll;
        min-height: 7.5rem;
        margin-bottom: 1.5rem;
        border: solid 1px #d5d1ce;
    }
    .location-holder.country-data table tbody tr td {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        color: #544f40;
        line-height: 1.125rem;
    }
}