
/*second menu not necessary*/
.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
   display:none;
}
/segment twenty-four*/
@media (min-width: 736px), handheld and (orientation: landscape)
.segment_four, .segment_twenty_container, .segment_twentyfour {
    width: 50%;
}
/*disorders and clinical trials*/
@media (min-width: 736px), handheld and (orientation: landscape)
.conditions {
    padding: 0.9em 0em;
	}
/*contact page*/	
@media (min-width: 320px), handheld and (orientation: portrait)
.contact_us_form label:after {
    display:none;
}	
/*testimonial */
@media (min-width: 736px), handheld and (orientation: landscape)
.segment_nineteen, .segment_twentytwo,{
    width: 100%;
}
/*segment twentyfour button*/
@media (min-width: 320px), handheld and (orientation: portrait)
.segment_twentyfour:nth-of-type(2n) {
    /* margin: 1em 0; */
}

@media (min-width: 414px), handheld and (orientation: portrait)
.button_style {
    /* margin-bottom: 0.5em; */
}

