@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');*
{
	padding:0;
	margin:0;
	font-family: 'Montserrat', sans-serif;
	outline:0 none;
}

a:focus, a:active , a:hover
{
	outline:0 none;
	text-decoration:none;
}
b, strong {
	font-weight: 600;
}
html
{
	font-size: 62.5%;
	background-color: #f5f5f5;
}
body {
	position: relative;
	color:#2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	height:100%;
	letter-spacing: 0.05rem;
	overflow:hidden;
}
header , footer , section , .modal-body , .modal-content , .modal-header
{
	float:left;
	width:100%;
	position:relative;
}
.modal-header
{
		background: #f05c51; /* Old browsers */
	background: -moz-linear-gradient(left, #f05c51 0%, #ed3369 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f05c51 0%,#ed3369 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f05c51 0%,#ed3369 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c51', endColorstr='#ed3369',GradientType=1 ); /* IE6-9 */
	padding:1.5rem 2.5rem;
	border:none;

}
.modal-title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height:2.6rem;
}

img
{
	max-width:100%;
}

.body
{
	max-width:700px;
	margin:0 auto;
    width:100%;
	background-color:#fff;
}
.middle_section {
	float: left;
	width: 100%;
	height: calc(100vh - 7rem);
	background-color: #fff;
	overflow: auto;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;

}
.full_view
{
	height: 100vh;
}
.header_view
{
	height: calc(100vh - 7rem);
}

.header_footer_view
{
	height: calc(100vh - 16rem);
}

.container
{
	width:100%;
}
.bg_image
{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.profile_app {
    display: inline-flex;
    margin-bottom: 2rem;
    justify-content: flex-start;
}
.usr_img {
    width: 10rem;
    height: 10rem;
    display: inline-block;
    border-radius: 2rem;
    
   }
.profile_app_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 2rem;
	text-align: left;
	flex: 2;
}
.usr_name {
    color: #2f2f2f;
    font-weight: 700;
    font-size: 1.6rem;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
}
.profile_app_address {
    margin-top: 0.7rem;
    font-size: 1.4rem;
    color: grey;
    font-weight: 500;
}
.usr_name:hover , .usr_name:focus
{
	color:#2f2f2f;
}
.links {
	float: left;
	width: 100%;
}
.links > a {
	display: block;
	padding: 1.3rem 5rem;
	color: #fff;
	font-weight: 400;
	margin-bottom: 1.5rem;
	border-radius: 4px;
}


.links > a:hover , .links > a:focus
{

 	color:#fff;
}

.links > button {
    display: block;
    padding: 1.3rem 5rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.5rem;
    border-radius: 30px;
    width: 100%;
    background-color: transparent;
    border-style: none;
}

.links > button:hover , .links > button:focus
{

 	color:#fff;
}

.blue_link
{
	background: #5CB6FE; /* Old browsers */
	background: -moz-linear-gradient(left, #5CB6FE 0%, #2788E1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #5CB6FE 0%,#2788E1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #5CB6FE 0%,#2788E1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5CB6FE', endColorstr='#2788E1',GradientType=1 ); /* IE6-9 */

}

.blue_link:hover , .blue_link:focus
{
	background: #2788E1;
}

.light_blue_link
{
	background: #87C3FD;
}

.light_blue_link:hover , .light_blue_link:focus
{
	background: #73b6f6;
}


.red_grad_link
{
	background: #f05c51; /* Old browsers */
	background: -moz-linear-gradient(left, #f05c51 0%, #ed3369 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f05c51 0%,#ed3369 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f05c51 0%,#ed3369 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c51', endColorstr='#ed3369',GradientType=1 ); /* IE6-9 */

 }

.red_grad_link:hover , .red_grad_link:focus
{
	background: #ed3369; /* Old browsers */
}

.red_link
{
	background:#FF7073; /* Old browsers */
 }

.red_link:hover , .red_link:focus
{
	background: #ed6063; /* Old browsers */
}
.green_link
{
	background: #25C372; /* Old browsers */
 }

.green_link:hover , .green_link:focus
{
	background: #1cb868; /* Old browsers */
}

.header {
 	height: 7rem;
 	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	padding: 0 1.5rem;
	background: #f05c51; /* Old browsers */
	background: -moz-linear-gradient(left, #f05c51 0%, #ed3369 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f05c51 0%,#ed3369 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f05c51 0%,#ed3369 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c51', endColorstr='#ed3369',GradientType=1 ); /* IE6-9 */
}
/*.h_left
{
	width:2rem;
}*/
.answer_list_main {
	color: #6A6C69;
	float: left;
	width: 100%;
}
.answer_list_main li {
	list-style: none;
	font-size: 1.4rem;
	padding: 1.3rem 2rem;
	border: 4px solid #efefef;
	margin-bottom: 1rem;
	float: left;
	width: 100%;
}
/*.answer_list_main img {
	margin-top: 5px;
	float: left;
	margin-right: 13px;
}*/
.answer_list_main img {
	margin-top: 5px;
	float: left;
	margin-right: 13px;
	object-fit: contain;
	/* background-color: #ccc; */
}
.answer_list_main .map {
	margin-top: 1.5rem;
}
.h_left {
	width: 3rem;
	text-align: left;
	height: 4rem;
	display: flex;
	align-items: center;
}
.header_text {
	font-size: 1.4rem;
	font-weight: 400;
	/*white-space: nowrap;*/
	max-width: 24rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.h_right
{
	width:2rem;
}


.h_left > img {
	width: 1.2rem;
}


.links > a > span:first-child {
	display: block;
	font-weight: 500;
	margin-top: -0.7rem;
}
.links > a > span:nth-child(2) {
	display: block;
	font-size: 1.3rem;
	margin-bottom: -0.7rem;
	margin-top: -0.5rem;
}
.footer {
	min-height: 7rem;
	padding: 2rem 0px;
	background-color: #fff;
}
.footer .links > a
{
	margin-bottom:0rem;
}

.solutions {
	float: left;
	width: 100%;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(211, 211, 211, 0.39);
	text-align: center;
	padding: 1rem;
}
.solutions:last-child
{
	border:none;
	margin-bottom:0;
}
.solution_caption {
	margin-top: 0px;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 400;
}
.solutions h4 {
	font-size: 1.6rem;
	margin-top: 0rem;
	margin-bottom: 1rem;
	/* color: #F93B6A; */
}
.solutions p {
	margin: 0 0 1.5rem;
	color: #7C7C7C;
}
.modal_sm_custom
{
	width: 370px;
}
.modal-body {
	position: relative;
	padding: 2.5rem;
}
.modal .solution_caption
{
	margin-bottom:2.5rem;
	margin-top:1rem;
}
.login
{
	float:left;
	width:100%;
	margin-bottom:1.5rem;
}
.input_block {
	float: left;
	width: 100%;
		margin-bottom: 2rem;
}
.form_control {
	border: 1px solid #DEDFDF;
	padding:1rem 1.5rem;
	width: 100%;
	border-radius: 6px;
	-moz-appearance: none;
	-webkit-appearance: none;
	 appearance: none;
}

.links > input[type="submit"] {
	display: block;
	padding: 1.3rem;

	font-weight: 400;
	margin-bottom: 0rem;
	border-radius: 50px;
	width: 100%;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	 appearance: none;
	 background-color:#fff;
}
.input_block.links
{
	margin-bottom:0;
}


.links > input[type="submit"]:hover , .links > input[type="submit"]:focus
{

 	color:#fff;
}
.dot
{
	width:2rem;
	height:2rem;
	border-radius:50%;
	display:inline-block;
	background-color:grey;
	margin:0 0.1rem;
}
.dots {
	float: left;
	width: 100%;
	margin-bottom:1rem;
}
.g_dot
{
	background-color:#6FC040;
}
.o_dot
{
	background-color:#D6C95A;
}
.r_dot
{
	background-color:#FF7073;
}
.b_dot
{
	background-color:#1F8CEB;
}
.profile_desc {
	float: left;
	width: 100%;
	padding-left: 12rem;
	position: relative;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 2rem;
	margin-top:-1rem;
}
.profile_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 10rem;
	height: 10rem;
	background-color: #fff;
	border-radius: 50%;
	 background-image:url(../images/biolink_images/userplaceholder@3x.png);
}
.profile_detail {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 10rem;
	padding:0.5rem 0;
}
.profile_detail h4 {
	float: left;
	width: 100%;
	margin: 0rem;
	font-size: 1.7rem;
}
.profile_detail h5 {
	float: left;
	width: 100%;
	margin: 0rem;
	font-size: 1.7rem;
	font-weight:400;
	color:#9FA0A4;
}
.profile_detail h5 span {
	display: inline-block;
	color: #EC3B68;
	margin-right: 1rem;
}
.profile_detail p {
	float: left;
	width: 100%;
	margin: 0rem;
	font-size: 1.7rem;
	font-weight:400;
	line-height:1.2;
	color:#9FA0A4;
}
.profile_detail p span {
	display: inline-block;
	color: #9FA0A4;
	margin-right: 1rem;
	font-weight:600;
}
.panel-group
{
	float:left;
	width:100%;
}
.accordion-toggle
{
	font-size:1.7rem;
	font-weight:400;
	display: block;
}
.accordion-toggle img {
	width: 4rem;
	margin-right: 1.3rem;
}
.panel-heading {
	padding: 1.5rem 1.5rem;
}
.panel-title
{
	position:relative;
}
.panel-heading .accordion-toggle::after {
	background-image: url(../images/biolink_images/up_errow@3x.png);
	content: '';
	position: absolute;
	width: 2.3rem;
	height: 2.3rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	right: 0;
	top: 0.6rem;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:0.1s all ease;
	transition:0.1s all ease;
}
.panel-heading .accordion-toggle[aria-expanded="true"]::after
{
	-webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
.panel-heading .accordion-toggle.collapsed:after {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);

}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	  border-top:none;
}
.panel-body {
	font-size: 1.5rem;
	padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}
.rec_messaging {
	float: left;
	width: 100%;
}
.rec_messaging ul {
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.rec_messaging ul li {
	float: left;
	width: 100%;
	margin-bottom: 1rem;
}
.rec_messaging ul li span {
	width: 28%;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.panel-group
{
	margin-bottom:0;
}

.rec_messaging ul li span:first-child
{
	color:#9FA0A4;
}
.rec_messaging ul li span:nth-child(2)
{
	color:#EC3B68;
}
.rec_messaging ul li span:nth-child(3)
{
	color:#2CAAE1;
	width: 44%;
}
.max_ht_rec {
	max-height: 14rem;
	overflow: auto;
}
.problem_slider
{
	float:left;
	width:100%;
}
.bg_image.swiper-slide
{
	width:11rem !important;
	height:11rem;
	margin-right:1rem;
}
.report_status {
	float: left;
	width: 100%;
}
.report_status_header {
	float: left;
	width: 100%;
	margin-bottom: 1rem;
}
.report_status_header h4 {
	margin: 0 0 0.5rem;
	font-size: 1.4rem;
	color: #9FA0A4;
}
.report_status_header p {
	color: #9FA0A4;
	margin: 0 0 1rem 0;
}


.report_status_body {
	float: left;
	width: 100%;
	max-height: 16rem;
	overflow: auto;
}

.report_status_body h4 {
	margin: 0 0 0.5rem;
	font-size: 1.4rem;
	color: #9FA0A4;
}
.report_status_body h4.blue
{
	color:#2CAAE1;
}
.report_status_body h4.green
{
	color:#1cb868;
}

.comments {
	float: left;
	width: 100%;
	margin-bottom: 1.5rem;
}

.report_status_body p {
	color: #9FA0A4;
	margin: 0 0 0rem 0;
}
.report_status_body span {
	display: block;
	color: #9FA0A4;
	font-size: 1.4rem;
}
.report_status_footer {
	float: left;
	width: 100%;
	padding: 1rem 0 0;
}

.report_status_footer input[type="email"] {
	border: 1px solid #9FA0A466;
	font-size: 1.4rem;
	padding: 1rem;
	border-radius: 6px;
	width: calc(100% - 7rem);
	text-align: center;
	box-shadow:none !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.report_status_footer input[type="submit"] {
	width: 6rem;
	text-align: right;
	background-color: #fff;
	border: none;
	color: #EC3B68;
	font-weight: 600;
	font-size: 1.6rem;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.followers {
	float: left;
	width: 100%;
	max-height: 13.5rem;
	overflow: auto;
}

.followers ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
}
.followers li {
	float: left;
	width: 100%;
	margin-bottom: 1rem;
	padding-left: 6.4rem;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: 1.5rem;
}
.followers li:last-child
{
	border-bottom: none;
	padding-bottom:0;
}
.bg_image.follow_img {
	width: 5rem;
	height: 5rem;
	background-color: grey;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
.follow_name
{
	line-height: 3.2;
	color: #9FA0A4;
	font-size: 1.6rem;
	font-weight: 500;
}
.submission {
	float: left;
	width: 100%;
	padding: 1.5rem 0 0 0;
	text-align: center;
}
.solutions_list {
	float: left;
	width: 100%;
	max-height: 20rem;
	overflow: auto;
}
.submission a {
	color: #fff;
 	padding: 1rem 2rem;
	border-radius: 40px;
	display: inline-block;
    background: #f05c51;
	background: -moz-linear-gradient(left, #f05c51 0%, #ed3369 100%);
	background: -webkit-linear-gradient(left, #f05c51 0%,#ed3369 100%);
	background: linear-gradient(to right, #f05c51 0%,#ed3369 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c51', endColorstr='#ed3369',GradientType=1 );
}
.map {
	float: left;
	width: 100%;
	height: 16rem;
	background-color: grey;
}
.links .a_link , .links .a_link:hover ,  .links .a_link:focus
{
	color:#EC3B68;
}
.links .a_link b
{
	font-weight:500;
}
.modal-content
{
	-webkit-box-shadow:0 17px 17px rgba(0,0,0,.15),0 27px 55px rgba(0,0,0,.3);
	box-shadow:0 17px 17px rgba(0,0,0,.15),0 27px 55px rgba(0,0,0,.3);
	border-radius:0;
	border:none;
}

.display_link
{
	display:inline-block !important;
}

.red_grad_outline {

	color: #EC3B68 !important;

	-webkit-box-shadow:inset 0px 0px 0px 2px #EC3B68;
    -moz-box-shadow:inset 0px 0px 0px 2px #EC3B68;
    box-shadow:inset 0px 0px 0px 2px #EC3B68;

}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.close {
	float: right;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-shadow:none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.close:hover , .close:focus
{
	filter: alpha(opacity=100);
	opacity: 1;
	color: #fff;

}
.modal-body .links .red_grad_outline
{
	margin-bottom:0;
}
.bottom_popup .modal-dialog {
	vertical-align: bottom;
	margin: 0 0 0 0px;
	width: 100%;
	max-width: 700px;
}
.bottom_popup .close {
	color: grey;
	line-height: 1;
	font-size: 4rem;
	position: relative;
	top: -1.4rem;
}
.bottom_popup.modal.fade .modal-dialog {

	-webkit-transform: translate(0,25%);
	-ms-transform: translate(0,25%);
	-o-transform: translate(0,25%);
	transform: translate(0,25%);
}
.bottom_popup.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: hidden;
}
.body
{
		padding-right:0 !important;
}
.fields , .fields > form
{
	float:left;
	width:100%;
}
.fields label {
	font-weight: 400;
	font-size: 1.7rem;
	color: #EC3B68;
	margin-bottom: 1rem;
}
.form-group {
	margin-bottom: 2.5rem;
	float: left;
	width: 100%;
}

.form_control_custom {
	border: 1px solid #9FA0A466;
	font-size: 1.4rem;
	padding: 1rem 2rem;
	border-radius: 6px;
	width: 100%;
	text-align: left;
	box-shadow:none !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
textarea.form_control_custom {
	min-height: 15rem;
	resize: vertical;
}
.m-margin-top-10
{
	margin-top:1rem;
}
.links > input[type="button"] {
	display: block;
	padding: 1.3rem;
	font-weight: 400;
	margin-bottom: 0rem;
	border-radius: 50px;
	width: 100%;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}
.thanks_message
{
	text-align:center;
}
.thanks_message .modal-content
{
	border-radius:20px;
}
.thanks {
	float: left;
	width: 100%;
	text-align: center;
}
.thanks h4 {
	margin-top: 0;
	margin-bottom: 1rem;
	display: block;
	line-height: 1.4;
	font-size:1.8rem;
}
.thanks p {
	margin: 0 0 1.5rem;
}
.right_btn.red_grad_link {
	margin-bottom: 0;
	display:inline-block;
}
.m-margin-bottom-15
{
	margin-bottom:1.5rem !important;
}
.footer_h {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 500;
	font-size: 1.7rem;
	color: #1CA3DE;
}
.answer_caption {
	margin-top: 0;
	margin-bottom: 4rem;
	text-align: center;
	font-weight: 500;
	color: #6A6C70;
	font-size: 1.8rem;
}
.answer_list {
	float: left;
	width: 100%;
}
.answer_list ul {
	float: left;
	width: 100%;
	list-style: none;
}
.answer_list li {
	float: left;
	width: 100%;
	color: #6A6C70;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 1.5rem;
}
.m_time
{
	font-weight:500;
}
.answer_list li:last-child
{
	border-bottom: none;
}
.panel-group .panel_padding {

	padding: 1.3rem 0;
}
.panel_list {
	display: block;
	position: relative;
	padding-left: 9.5rem;
	min-height: 7.5rem;
	width: 100%;
}
.bg_panel_pro {
	width: 7.5rem;
	height: 7.5rem;
	margin: 0 auto;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.panel_description {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 7.5rem;
	padding: 1rem 0;
}
.p_name {
	font-size: 1.7rem;
	font-weight: 500;
	color: #2f2f2f;
}
.p_report_id {
	font-size: 1.4rem;
	color: #2f2f2f;
}
.p_arrow {
	position: absolute;
	right: 0px;
	top: 0;
	width: 3rem;
	height: 7.5rem;
	background-image: url(../images/biolink_images/right_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.3rem;

}
.breadcrum_list
{
	display:block;
	text-align:left;
}
.breadcrumb {
	padding: 1.5rem;
	margin-bottom: 2.5rem;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: auto;
}
.breadcrum_list a
{
	font-size: 1.4rem;
	color:#2f2f2f;
}
 .listing_page {
	display: block;
	margin-top: -1.5rem;
}
@media (max-width:767px)
{
	html
	{
	    font-size:55%;
	}
	.modal_sm_custom
	{
		width: auto;
		max-width:310px;
		margin-left:auto;
		margin-right:auto;
	}
	* {
	  -webkit-overflow-scrolling: touch;
    }
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 4px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
.bottom_popup .modal-dialog {
	vertical-align: bottom;
	margin: 0 0 0 -1px;
	width: 100%;
	max-width: 682px;
}



}
