/*@media only screen and (max-width: 700px) {
	.theraputic_container {width: 100%; margin: 0 auto;}
}*/
.theraputic_container { margin:auto;width:80%;text-align:center;}
.theraputic_container img.thumbnail {width:80px;height:auto;}
.theraputic_container img.thumbnail-5 {width:80px;height:auto;}
.theraputic_row {
	display:flex;
	flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap;
 }

.box {background:#231f45;color:#fff;border-radius:5px;height:100%;text-align: center;cursor: pointer;
	display: flex;
	flex-basis: 220px;
	flex-direction: column;
    justify-content: flex-end;
	align-items:center;
   	min-width:220px;
	min-height:185px;
   	width:220px;
	height:185px;
	margin: 10px 10px;
	padding: 10px 10px 30px 10px;
	gap:5px;}
	
	
	.box>* {flex: 0 0 25%;}
	
.box .box-title {color: #fff;margin-top:20px;}
.theraputic_container .selected {background: #98f000!important;}

.theraputic_container #info-panel {
    display: none;
    padding: 10px;
    margin: 10px 0;
   /* background-color: #eee; */
	border: 2px solid #231f45;
	width:98%;
	min-height: 425px;
	padding: 15px;
	
background: rgb(227,227,233);
background: linear-gradient(28deg, rgba(227,227,233,1) 0%, rgba(191,191,218,1) 52%, rgba(213,222,224,1) 100%);
}
.theraputic_container #info-panel a {color:#000;text-decoration:underline;}
.theraputic_container #info-panel a:hover {color: #fff;}
.theraputic_container #info-panel h2 {font-weight:600;}

.product_row {clear:both;margin-bottom:15px;margin-bottom:25px;}

.product {border: 1px solid #231f45;
	height: 280px;
	width: 280px;
	border-radius: 150px;
	margin: 5px 7.5px;
	background-color: #ccc;
	float:right;
	}

.theraputic_container #info-panel .imgbox {
padding: 7px;
border: 1px solid #231f45;
width:200px;
height:200px;
border-radius: 150px;
margin: 20px 5px 40px 5px;
background-color: #fff;
-webkit-box-align: center;
float:left;
}
.clearfix {clear:both;display:block;}
.imgbox .brand_logo {width:270px;position:relative;}

.theraputic_container #info-panel p.title {font-size:16px;line-height:1.2em;font-weight:bold;text-align:center;}
.theraputic_container #info-panel .right .imgbox_row .imgbox a {
display: inline-block;
text-align: center;
width: 100%;height:100%;
}
.theraputic_container #info-panel .right .imgbox_row .imgbox .logo {width:100%;height:auto;margin-bottom:15px;}

/* Anti-Infectives */
/* Set generic info-panel styling */
.theraputic_container #info-panel {padding:15px;min-height:425px;}
/* Is the user cookie is determined as HCP then show image background for each panel ID */
.theraputic_container #info-panel.User-HCP.information-1 {
	flex-wrap: wrap;
	padding: 15px;
/*	background-image: url('/wp-content/plugins/AspirePortfolio/img/Anti-Inflectives.jpg');
	background-size: cover;
	background-repeat: no-repeat;
*/	background-position: left center;
	min-height: 350px;
/*	z-index:1; */
}
/* Central Nervous System */
.theraputic_container #info-panel.User-HCP.information-2 {
	flex-wrap: wrap;
	padding: 15px;
	min-height: 350px;
/*	z-index:1;*/
}
/* Dermatology */
.theraputic_container #info-panel.User-HCP.information-3 {
	flex-wrap: wrap;
	padding: 15px;
	min-height: 350px;
/*	z-index:1;*/
}
/* Gastroenterology */
.theraputic_container #info-panel.User-HCP.information-4 {
	flex-wrap: wrap;
	padding: 15px;
	min-height: 350px;
/*	z-index:1;*/
}
/* Oncology */
.theraputic_container #info-panel.User-HCP.information-5 {
	flex-wrap: wrap;
	padding: 15px;
	min-height: 350px;
/*	z-index:1;*/
}
/* Ophthalmology */
.theraputic_container #info-panel.User-HCP.information-6 {
	flex-wrap: wrap;
	padding: 15px;
	min-height: 350px;
/*	z-index:1;*/
}
/* Respiratory */
.theraputic_container #info-panel.User-HCP.information-7 {
	flex-wrap: wrap;
	padding: 15px;
	min-height: 350px;
/*	z-index:1;*/
}	
/* Urology */
.theraputic_container #info-panel.User-HCP.information-8 {
	flex-wrap: wrap;
	padding: 15px;
	min-height: 350px;
/*	z-index:1;*/
}	


@media only screen and (min-width: 2000px) and (orientation: portrait) {
	.imgbox .brand_logo {width:184px!important;}
}
@media only screen and (max-width: 880px) {
	#Aspireportolio-table-holder div.mobile-show {display:inline-block;width:735px;text-align:left;padding-left:125px;font-size:14px;font-weight:bold;height:60px;line-height:52px;border-bottom:dashed 2px #c2c2c2;margin-bottom:10px;}
 	#Aspireportolio-table-holder div.mobile-show span.horiz-icon {background: url('../img/icon-horizontal-scroll.png') 0 0;width:48px;height:52px;display:inline-block;}
	.theraputic_container {width:90%;}
	.theraputic_container #info-panel {width:100%;}
	.imgbox {height: 230px;width: 230px;float:none;}
	.imgbox .brand_logo {width:200px!important;}
	.CNS_divider {width:100%;float:none;}
	.CNS_image {float:none;width:100%;}
	.product {height: 230px;width: 230px;float:none;}
	#main, #header, #Aspireportolio-table-holder  {/*z-index:1;*/}
	.user_banner {/*z-index:100;*/}
}
