body, html {
  font-size: 11px;
  height: 100%;
  background: #fff;
}

.form-control {
  height: 30px;
  border-radius: 2px;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.form-control:focus {
  border-color: #91A4AE;
  transition: 0.2s;
 /* border-bottom: 2px solid #42a6d3;*/
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.wrapper {
  -webkit-animation: fadein 5s;
  animation: fadein 5s;
}

textarea.form-control {
  border: 1px solid #dddddd;
}

.back-button {
  position: absolute;
  top: -3px;
  left: -70px;
  width: auto;
}

.credent-form .back-button{
  top: 7px;
}

.credent-form .back-button a {
  color: #dce3ea;
  font-size: 2.5rem;
}

.btn-primary {
  background: #42a6d3 !important;
  color: #fff !important;
  font-size: 1rem;
  border: 1px solid transparent;
  min-width: 100px;
  min-height: 30px;
  border-radius: 0;
}

.wrapper {
  font-family: Roboto, sans-serif;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  min-height: 100%;
  font-size: 1.167rem;
  float: left;
}

.index_page_bg {
  background: #969393;
  background-image: url("../images/index.jpg"); /* fallback */
  background-image: url(../images/index.jpg), linear-gradient(to top, #7e6e57 20%, #969393 70%, #9ea5ab 100%);

  /*  background: url(../images/index.jpg), -webkit-linear-gradient(to top, #7e6e57 20%, #969393 70%, #9ea5ab 100%) 100% 0;
  background: url(../images/index.jpg), linear-gradient(to top, #7e6e57 20%, #969393 70%, #9ea5ab 100%) 100% 0;*/

  /*background: url(../images/index.jpg), linear-gradient(to top, #7e6e57 20%, #969393 70%, #9ea5ab 100%) 100% 0;*/
  /* background: linear-gradient(to top, #7e6e57 20%, #969393 70%, #9ea5ab 100%) 100% 0;
   background: url(../images/index.jpg) no-repeat center top;*/
  background-size: cover;
  height: 620px;
  /*  background-color: rgb(195, 197, 198);*/
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 47px;
  background: transparent;
  margin: auto;
  padding: 0 2.2% 0;
  z-index: 99999;
}

.logo {
  float: left;
  padding: 10px 0 0;
  line-height: 30px;
  width: 20%;
}

.company-logo {
  background: url(../images/logo.svg) no-repeat center;
  height: 36px;
  width: 128px;
  display: inline-block;
}

.logo a {
  float: left;
  color: #039be5;
  width: 128px;
  text-decoration: none;
}

.logo a i {
  color: #6d6e71;
  font-style: normal;
  margin-right: 1px;
}

.logo img {
  height: auto;
  width: 100%;
}

.sign_in {
  float: left;
  font-size: 1.167rem;
  text-align: right;
  width: 19.3%;
  padding: 16px 0 0 0;
}

.sign_in a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  float: left;
}

.sign_in a .icon-info {
  font-size: 1.08rem;
  float: left;
}

.sign_in .aUserName:hover {
  text-decoration: none;
}

.sign_in .userMenu a i {
  padding: 0 10px 0 0;
  font-size: 1.41rem;
  height: 17px;
  width: 30px;
  text-align: center;
  display: inline-block;
  float: left;
}

.index-menu {
  top: 46px;
  background: rgba(51, 63, 80, 0.5);
}

.main {
  height: 80%;
  min-height: 465px;

}

.head_center {
  width: 60.7%;
  float: left;
  text-align: center;
  padding: 15px 0 0 0;
}

.head_center form {
  padding: 18px 37px 0 0;
  margin-left: -15px;
  display: inline-block;
  position: relative;
  height: 27px;
}

.head_center form input[type=image] {
  height: 13px;
}

.head_center form input[type=text] {
  width: 113px;
  font-size: 1.41rem;
  color: #039be5;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.search {
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 11px;
  line-height: 10px;
  vertical-align: top;
}

.search a {
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  display: inline-block;
}

.search.able a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.able {
  font-size: 1.33rem;
  font-weight: 500 !important;
  border: 0;
}

.search.able a {
  color: #fff;
}

/*.first-header .search a:hover {
  border-bottom: 2px solid #fff;
}*/

.first-header .search a span:hover {
  color: #fff;
}

.search a:hover {
  color: #fff;
}

/*.second-header .search a:hover {
  border-bottom: 3px solid #abe5f4;
}*/

.search .icon-magnifier {
  font-size: 1.5rem;
  padding-top: 3px;
}

.search i {
  float: left;
  font-size: 1.91rem;
}

.search i.icon-articles {
  font-size: 1.40rem;
  margin-top: 3px;
}

.search a span {
  float: left;
  padding: 0 12px;
  line-height: 14px;
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
}

/*Header animation starts border bottom*/
.search a:hover,.search.able a {
  border-bottom: 0;
}
.search a{
  position: relative;
}
.search a:after{
  content:'';
  width:0;
  transition:all 0.3s ease;
  left:50%;
}

.search a:before{
  content:'';
  width:0;
  transition:all 0.3s ease;
  left:50%;
}

.search a:hover:after,.search.able a:after{
  content:'';
  position:absolute;
  bottom:0;
  left:50%;
  background:#ffffff;
  height:2px;
  width:50%;
}

.search a:hover:before,.search.able a:before{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  background:#ffffff;
  height:2px;
  width:50%;
}
.second-header .search a:hover:before,.second-header .search.able a:before{
  bottom:-2px;
  height:3px;
  background: #abe5f4;
}
.second-header .search a:hover:after,.second-header .search.able a:after{
  bottom:-2px;
  height:3px;
  background: #abe5f4;
}
/*Header animation ends here border bottom animation*/

.search img,
.search_notActive img {
  height: 18px;
  margin-top: 3px;
}

.person_search {
  width: 100%;
  padding: 20px 0;
  margin: 38px auto 6%;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  background: rgba(51, 63, 80, 0.6);
}

.person_search small {
  display: block;
  padding-top: 6px;
  text-align: right;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.person_search h6 {
  font-size: 1.75rem;
  color: #fff;
  margin-top: 0;
  padding-bottom: 14px;
  font-weight: 500;
}

.person_search h6 img {
  width: 40px;
  height: 40px;
  margin-bottom: -15px;
}

.person_search p,
.person_search_form {
  font-size: 1rem;
  color: #fff;
}

.person_search_form {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 28px;
}

.person_search_form label {
  display: block;
  text-align: left;
  padding-bottom: 2px;
  font-size: 1.25rem;
  font-weight: 500;
}

.person_search_form input {
  width: 100%;
  height: 34px;
  font-family: Roboto, sans-serif;
  border: none;
  border-radius: 0;
}

/*.person_search_form input:focus,
.person_search_form textarea:focus {
  border-bottom: solid 2px #039BE5;
}*/

.person_search_form textarea {
  width: 100%;
  text-indent: 8px;
  font-size: 1.16rem;
  color: #939598;
  font-family: Roboto, sans-serif;
  border: none;
}

.person_search_form a {
  font-size: 0.83rem;
  color: #fff;
  font-weight: 500;
  margin-top: 2px;
}

/*.person_search_form a:hover {
  text-decoration: underline;
}*/

.person_search_row {
  overflow: hidden;
  padding: 0 35px 0;
}

.vertical-outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.vertical-inner {
  display: table-cell;
  vertical-align: middle;
}

/*.notify-icon em {
  font-family: Roboto;
  font-size: 0.67rem;
  font-weight: 600;
}*/

.notification-div {
  display: inline-block; /*float: left;*/
  width: auto;
}

.notification-toggle { /*display: none;*/
  position: absolute;
  top: 30px;
  right: 2px;
  min-width: 270px;
  max-width: 270px;
  background: #fff;
  font-size: 0.91rem;
  border: 1px solid rgba(100, 100, 100, .4);
  border-radius: 0 0 2px 2px; /*box-shadow: 0 4px 10px rgba(0,0,0,.85);*/
}

.notification-toggle:before {
  content: '';
  border-bottom: 18px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 15px;
  top: -9px;
  z-index: 10;
}

.notification-header {
  display: inline-block;
  width: 100%;
  padding: 10px;
  float: left;
}

.notification-header span > em {
  font-style: normal;
  color: #42a6d3;
  padding: 0 3px 0 0;
  cursor: pointer;
}

.notification-list {
  max-height: 228px;
  overflow: auto;
  float: left;
  width: 100%;
  padding: 0;
  line-height: 27px;
  text-align: left;
  list-style: none;
  border-top: 1px solid #ccc;
}

.notification-list li {
  position: relative;
  padding: 8px 6px 8px 45px;
  min-height: 50px;
  border-bottom: 1px solid #e8e7e7;
  float: left;
  width: 100%;
}

.notification-list li img {
  position: absolute;
  left: 10px;
  right: 0;
  height: 27px;
  border-radius: 50%;
}

.no-notifications {
  padding: 10px 0 20px;
}

.notification-list li a {
  position: unset;
  font-weight: 400;
}

.notification-list li:nth-last-child(1) {
  border: 0;
}

.first-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-pos footer {
  position: relative;
!important;
}

/*.person_search_col_xxl {
  width: 81.3%;
  float: left;
}*/
/*
.person_search_col_xs {
  float: right;
  width: 16.4%;
  margin: 0;
}

.person_search_col_xs button {
  margin-top: 22px;
  background: #039BE5;
  width: 100%;
  height: 30px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
}

.person_search_col_xs button img {
  position: relative;
  margin-right: 5px;
  margin-top: 3px;
}

.person_search_col_xs button span {
  position: relative;
  top: -3px;
  font-size: 1.16rem;
}*/

select {
  background-color: rgb(255, 255, 255) !important;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: none;
  color: #939598;
  overflow: hidden;
  padding: 3px 32px 3px 10px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*  background-image: url("../images/arrow_down.png") !important;*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMzZDQTc1MjY0MTFFNzkyRURBMzU3MzMyMjBBNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMzZDQTg1MjY0MTFFNzkyRURBMzU3MzMyMjBBNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTIzNkNBNTUyNjQxMUU3OTJFREEzNTczMzIyMEE0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTIzNkNBNjUyNjQxMUU3OTJFREEzNTczMzIyMEE0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/zItEAAADJSURBVHjaYnRadlmSgYHh495InW8MeIDz8ivcQIqPCUjcBOIjQAF+PIoFgNQJID4J0rAbiA2BeDNQgguLYpDYdiDWAdEgDZFAvB+IbYF4NVABG5JiEHsDEFsA8U4gzmH8//8/SIIHyNkLxGZAvAKIY6B6VgJxMBAfB2IXkD/BGqCmCQOpA1CrZwAxyPQkIL4Msh2o+CNIHVwDVJMMkDoIxEpQobtAbAVU/AqmBkUDVJMKVBNIwhqo+CGyPIYGJOf9Ayp+jy4HEGAAPF5K+d4SyKoAAAAASUVORK5CYII=) !important;
  background-repeat: no-repeat;
  background-position: 93% 50%;
  border: 1px solid rgb(169, 169, 169);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#tagsList select:before {
  content: "\e920";
}

.select {
  width: 100%;
  height: 30px;
}

.select select {
  width: 100%;
  height: 30px;
  font-size: 1.16rem;
}

.person_search_col {
  width: 19%;
  float: left;
  margin: 0 2% 0 0;
}

/*.person_search_col--belong {
  width: 18%;
}*/

/*.how_analitic_wrap {
  margin: 0 auto 29px;
}

.how_analitic_wrap h3 {
  font-size: 1.33rem;
  color: #fff;
  padding: 0 0 20px;
  font-weight: 500;
}

.how_analitic_block {
  overflow: hidden;
  width: 100%;
}

.how_block > h3 {
  padding-bottom: 10px;
}*/
/*
.personalize {
  height: 239px;
  width: 46px;
  float: left;
  background: rgba(255, 255, 255, .5);
  position: relative;
}

.personalize:before {
  content: '';
  background: url(../images/person-ico.svg) no-repeat;
  width: 23px;
  height: 30px;
  position: absolute;
  top: 13px;
  left: 12px;
}

.personalize span {
  width: 185px;
  font-size: 1.08rem;
  color: #414042;
  position: absolute;
  font-weight: 500;
  left: -69px;
  top: 98px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}*/

/*.analitic_block {
  float: left;
  height: auto;
  width: 40%;
  padding-bottom: 9px !important;
  margin-right: 1% !important;
}

.analitic_block img {
  margin-top: 10px;
}

.analitic_block figure {
  width: 30%;
  height: 85px;
  text-align: center;
  float: none;
  margin: 0;
  font-weight: 300;
  font-size: 0.91rem;
  color: #fff;
  position: relative;
  padding: 0 10px;
  vertical-align: bottom;
  display: inline-block;
}

.analitic_block figure span {
  display: inline;
  height: 55px;
  width: 94px;
  vertical-align: middle;
}

.analitic_block figure img {
  width: 39px;
  height: 40px;
}*/

/*.how_block {
  margin: 12px 0 20px;
  overflow: hidden;
  width: 59%;
  padding-left: 16px;
}

.how_inner {
  overflow: hidden;
  padding-top: 7px;
}

.how {
  padding: 0 2% 0 0;
  position: relative;
  vertical-align: top;
  width: 32%;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.how:after {
  content: '';
  background: url(../images/how-right-arrow.svg) no-repeat center;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 65px;
}

.how figcaption {
  padding: 15px 0 0;
  margin-left: 3px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

.how p {
  font-size: 1.08rem;
  color: #E6E3E3;
  line-height: 16px;
  width: 100%;
  font-weight: 400;
  margin-top: 5px;
  word-wrap: normal;
}

.how:last-child {
  margin: 0;
}

.how:last-child:after {
  content: none;
}*/

/* footer Starts*/
.footer {
  background: #505c6a;
  padding: 11px 30px;
  /*  position: relative;*/
  float: left;
  width: 100%;
}
vocp-footer{
  z-index: 99999;
}

.foot_text {
  float: left;
  font-size: 0.91rem;
  color: #bfbfbf;
  margin-right: 0;
  line-height: 1.3;
  padding: 3px 20px 7px 20px;
  border-left: 1px solid #808080;
}

.foot_text_inner {
  border-right: 1px solid #808080;
}

.powered-text {
  color: #b1b1b1;
  font-size: 0.75rem;
  margin-top: 7px;
}

.foot {
  padding: 0 20px;
}

.all-rights-text {
  color: #b1b1b1;
  font-size: 0.75rem;
  margin-top: 7px;
}

.fr {
  font-size: 0.91rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  font-weight: 500;
  border-right: 1px solid #fff;
  line-height: 8px;
  float: right;
}

.fr:hover, .fr:focus {
  /*  text-decoration: underline;*/
  color: #fff;
}

.footer-top {
  float: left;
  width: 100%;
}

.footer-bottom {
  color: #777777;
}

.footer-bottom span {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  font-size: 0.83rem;
  font-weight: 500;
}

.footer-bottom a {
  font-size: 1.41rem;
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
}

.footer-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
  margin-bottom: 15px;
}

.footer-logo {
  width: 22%;
}

.footer-logo-inner {
  width: 12%;
}

.footer-logo img, .footer-logo-inner img {
  height: 35px;
  width: 123px;
}

.footer-disclaimer {
  width: 78%;
}

.footer-disclaimer-inner {
  width: 68%;
}

.footer-links-inner {
  width: 20%;
}

.about-us-info {
  margin: 7% auto 2%;
  padding: 20px 20px 10px;
}

.footer-logo {
  float: left;
  padding: 5px 0 0 0;
}

.foot a:hover {
  text-decoration: none;
}

.foot a i {
  padding-right: 5px;
  font-size: 1.33rem;
  height: 16px;
  vertical-align: text-bottom;
}

.foot a img {
  padding-right: 3px;
  height: 15px;
  float: left;
}

.search-page-disclaimer {
  background: transparent;
  padding: 10px 0;
  font-size: 0.91rem !important;
  color: #888 !important;
  line-height: 16px !important;
  border-top: 1px solid #f5f5f5;
}

.site-administered {
  font-size: 0.91rem !important;
  width: auto;
  margin-bottom: 30px;
  padding: 0 7px 20px;
  border-bottom: 1px solid rgba(247, 247, 247, 0.6);
  display: inline-block;
}

.pipe {
  margin-left: 15px;
}

.footer-bottom [class^="icon-"] {
  font-size: 1.25rem;
  color: #b1b1b1;
}

/* footer ends*/
.search .icon-search {
  font-size: 1.5rem;
  padding-top: 2px;
}

.search_field {
  margin-bottom: 20px;
  position: fixed;
  z-index: 1;
  background: #f2f2f2;
  top: 47px;
  width: 100%;
  box-shadow: none;
}

.search_field input {
  padding: 5px 19px;
  border: 0;
  font-size: 1rem;
  width: 100%;
  height: 35px;
  background: #fff url(../images/search.svg) no-repeat 96%/18px 18px;
}

.search_field__title {
  color: #78909C;
  font-weight: 300;
  display: block;
  font-size: 1rem;
  padding-bottom: 1px;
}

.drugs {
  padding-left: 45px;
  padding-top: 10px;
  /*background: url(../images/tabletWithExclaimation.svg) no-repeat 0 22px;
  background-size: 35px 35px;*/
}

.drug section {
  margin-bottom: 12px;
  max-width: 100%;
  width: 100%;
  float: left;
}

.drug h1,
.drug h2 {
  font-size: 1.33rem;
  color: #90a4b1;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 700;
}

.drug p {
  color: #6D6E71;
  padding-bottom: 2px;
  line-height: 1.2;
}

.drug ul {
  color: #6D6E71;
  line-height: 1.3;
}

/*.demo_drug {
  padding-left: 45px;
  padding-top: 8px;
  margin-bottom: 15px;
}*/

.drug_other_names ul span {
  color: #6D6E71;
}

.drug_other_names ul b {
  font-weight: 400;
}

/*.sentiments_drug {
  padding-left: 45px;
  padding-top: 5px;
  position: relative;
}*/

/*.sentiments_drug h3 {
  font-size: 1.33rem;
  font-weight: 700;
  color: #939598;
  margin-bottom: 5px;
  padding-top: 20px;
  border-top: 1px solid #6D6E71;
}*/

/*.sentiments_drug p {
  margin-bottom: 25px;
}*/

.sentiments_drug__diagram {
  width: 88%;
  height: auto;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
}

.sentiments__title {
  color: #42a6d3;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: -2px;
  display: block;
}

.sentiments__content {
  font-size: 1rem;
  color: #939598;
}

.sentiments_block {
  float: left;
  padding: 12px 7px 5px 2px;
  position: relative;
  border: 1px solid transparent;
}

.sentiments__item:hover > .sentiments_block {
  border: 1px solid #42a6d3;
}

.sentiments__item:hover .sentiments__search {
  display: block;
}

.sentiments__search a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 0.58rem;
  margin-right: 9px;
}

.sentiments__search img {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%;
}

.alternative_therapy {
  position: relative;
  padding-left: 45px;
  padding-top: 10px;
}

/*.side_effects {
  padding-left: 45px;
  padding-bottom: 1px;
  padding-top: 6px;
  display: block;
}*/

/*.like {
  background: url(../images/like.svg) no-repeat left 11px !important;
  background-size: 35px 35px !important
}*/

/*.alternative_therapy h3,
.drugs h3,
.side_effects h3 {
  font-size: 1.33rem;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 25px;
  border-top: 1px solid #939598;
}*/

/*.drugHead {
  padding-left: 45px;
  padding-bottom: 1px;
  padding-top: 6px;
  background: url(../images/dislike-ico.svg) no-repeat 0 22px/35px 35px;
}*/

.alternative_therapy p,
.drugs p {
  min-height: 5px;
}

.therapyList {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.therapyList img {
  width: 8%;
  max-width: 35px;
  max-height: 35px;
  float: left;
  margin-top: 12px
}

/*.side_effects__search {
  background: #42a6d3;
  padding: 5px 7px 3px;
  text-align: center;
  display: none;
  font-size: 1.08rem;
  position: relative;
  height: 35px;
  float: right;
  margin-top: -35px;
}*/

/*.side_effects__search a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 0.66rem;
  margin-right: 9px;
}*/

/*.side_effects__search img {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%;
  width: auto;
}*/

/*.content1 {
  width: 250px;
  border: 1px solid #fff;
}*/

/*
.content1:hover .side_effects__search {
  display: block;
}
*/

/*.content1:hover {
  border: 1px solid #42a6d3;
}*/

/*.alternative_therapy_desc {
  margin-top: 5px;
  color: #6D6E71;
}*/

/*
.side_effects .icon-like {
  top: 32px;
  font-size: 2.66rem;
}
*/

/*.sentiments_drug .icon-heart, .alternative_therapy i, .side_effects i {
  top: 19px;
  font-size: 2.66rem;
}*/

.alternative_therapy_content i {
  top: 15px;
}

.conversations__header i {
  position: absolute;
  left: 17px;
  top: 9px;
  font-size: 2.50rem;
  color: #111111;
}

.no_of_conversations {
  float: left;
  width: 73%;
}

.last_div_in_conversation_filter {
  margin: 4px 0 0 2px;
  display: inline;
  float: none;
}

.conversations__header h3 b {
  margin-right: 0;
}

/*.drugs {
  background: url(../images/tabletWithExclaimation.svg) no-repeat 0 0;
  background-size: 28px 28px;
}*/

.drug {
  float: left;
  height: 100%;
  overflow: auto;
  line-height: 1.3;
  outline: 0;
  padding: 0 65px 20px 30px;
  margin-left: 14px;
  background: #fff;
  width: 50%;
  margin-top: 175px;
  border-right: 1px solid #e4e2e2;
}

.section-list {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 0 0 1px 45px;
}

.section-list > i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: #111111;
}

.section-list > i.loader-gradient {
  min-height: 30px;
  min-width: 30px;
  border-radius: 50%;
}

.section-list h2 {
  font-size: 1.33rem;
  color: #111111;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 700;
}

.section-list h3 {
  font-size: 1.16rem;
  color: #666666;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 700;
}

.section-list p {
  color: #444;
  line-height: 18px;
  font-size: 1.16rem;
  padding-bottom: 5px;
  font-weight: 400;
}

.section-list ul {
  color: #6D6E71;
  line-height: 1.3;
}

.sentiments_drug__diagram {
  width: 88%;
  display: block;
  position: relative;
  text-align: center;
  float: left;
}

.sentiments__item2 {
  position: absolute;
  top: 20px;
  right: 30px;
  border: 1px solid transparent;
}

.sentiments__item3 {
  bottom: 20px;
  right: 0;
}

.sentiments__title {
  color: #888888;
  font-size: 1.25rem;
  display: block;
  font-weight: 500;
}

.sentiments__content {
  font-size: 1rem;
  color: #888888;
}

.sentiments__search {
  top: -1px;
  position: absolute;
  background: #42a6d3;
  padding: 1px 4px 0 10px;
  overflow: hidden;
  text-align: center;
  display: none;
  height: 34px;
  border: 1px solid #42a6d3;
  left: 100%;
  /*  float: left;*/
  cursor: pointer;
}

.sentiments__search a {
  color: #b991db;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  margin-right: 9px;
  padding: 8px 0;
  min-width: 60px;
}

.sentiments__search img {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%;
}

.sentiments__search em {
  font-style: normal;
  font-family: 'Roboto';
  padding: 0 5px;
  font-size: 1.08rem;
}

.side_effects {
  padding-left: 45px;
  padding-bottom: 1px;
  padding-top: 6px;
}

/*.like {
  background: url(../images/like.svg) no-repeat left 11px !important;
  background-size: 35px 35px !important
}*/

.drugs h3 {
  font-size: 1.33rem;
  margin-bottom: 5px;
  padding-top: 10px;
  font-weight: 700;
}

.conversations {
  position: fixed;
  right: 2.4%;
  top: 175px;
  width: 45%;
  height: 76%;
  background: #fff;
}

.conversations h3 {
  font-size: 1.33rem;
  color: #111111;
  margin-bottom: 5px;
  float: none;
  display: inline;
  line-height: 25px;
  font-weight: 500;
  margin-left: 5px;
}

.conversations_btn_style {
  float: right;
  font-size: 1.16rem;
  background: transparent;
  box-shadow: none;
  color: #42a6d3;
  padding: 5px 2px 5px 17px;
  line-height: 10px;
  font-weight: 500;
  border-left: 1px solid #f2f2f2;
}

.conversations__header {
  overflow: visible;
  width: auto;
  position: relative;
  top: 0;
  right: 0;
  float: none;
  padding: 13px 7px 5px 50px;
}

.dialogs_item {
  color: #6D6E71;
  padding: 10px 10px 0 25px;
  float: left;
  width: 100%;
}

.dialogs_item_inner {
  border-bottom: 1px solid #e4e2e2;
  padding: 2px 0;
  float: left;
  width: 100%;
}

.dialogs_item p {
  font-size: 1.16rem;
  color: #444444;
  padding-bottom: 7px;
  font-weight: 400;
  word-wrap: break-word;
}

.dialogs {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.dialogs_item__footer {
  margin-bottom: 4px !important;
  color: #a5a5a5;
}

.dialogs_item__bookmark,
.dialogs_item__date,
.dialogs_item__location {
  font-size: 1rem;
  padding: 0 10px;
  /*  border-right: 1px solid #a5a5a5;
    line-height: 15px;*/
}

.dialogs_item__bookmark_icon {
  color: #039BE5;
  font-size: 2.16rem;
  padding: 0 !important;
  background: transparent;
}

.dialogs_scrollbar {
  height: 80%;
  overflow-y: scroll !important;
  outline: 0;
  position: relative;
  top: 80px;
  padding-bottom: 0;
  overflow-x: hidden;
}

.readLess,
.readMore {
  cursor: pointer;
  color: #a5a5a5;
  font-size: 0.91rem;
  font-weight: 400;
  float: left;
  line-height: 13px;
}

.userMenu li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: -3px
}

div.tagsInput {
  text-decoration: none;
  font-size: 1.16rem;
  color: #42a6d3;
  cursor: pointer;
  margin-bottom: 2px;
  float: none;
  display: inline-block;
  margin-right: 0;
  padding: 2px 5px 2px 4px;
  border: 1px solid transparent;
  line-height: 17px;
}

div.tagsInput:hover {
  border: 1px solid #42a6d3;
}

div.tagsInput a {
  width: 13px;
  height: 13px;
  display: inline-block;
  color: #111;
  font-size: 0.75rem;
  margin: 0 0 3px 2px;
}

.middle_conversation_header {
  display: inline;
  width: auto;
  float: none;
  overflow: hidden;
}

.last_conversation_header {
  float: right;
  display: block;
  width: 24%;
  margin-top: 6px;
}

.barDiv {
  margin-top: 15px;
  transition: all linear 0.5s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  float: left;
  width: 100%;
}

.bluestrip {
  background-color: #039BE5;
}

.bluestrip a {
  color: #fff !important;
}

.btn_style {
  margin-top: 14px;
  background-color: #039BE5 !important;
  width: 100%;
  height: 40px;
  border: none;
  cursor: pointer;
  font-size: 1.33rem;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
}

/*.btn-signup {
  width: 30%;
  min-width: 200px;
}*/

/*.user-signup-main {
  margin-top: 15%;
}*/

/*
.form-section {
  padding: 0 20px 20px;
}
*/

.dialogs_item_inner {
  border-bottom: 1px solid #dbdbdb;
  padding: 2px;
  float: left;
  width: 100%;
}

.dialogs_item_inner:hover {
  background-color: #EBEBEC;
  color: #333;
}

.dialogs_item_inner img {
  height: 12px;
  display: inline;
  cursor: pointer;
}

.dialogs_item:last-child {
  border-bottom: none;
}

.dialogs {
  position: relative;
}

.dialogs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 97.5%;
  height: 1px;
}

.dialogs_item__bookmark,
.dialogs_item__date,
.dialogs_item__location,
.dialogs_item__url {
  font-size: 1rem;
}

.dialogs_item__date {
  float: left;
  padding: 1px 0 3px 15px;
  /*    margin-top: 1px;*/
  overflow: hidden;
}

/*.dialogs_item__location {
    overflow: hidden;
    padding: 3px 0 2px 15px;
    display: inline;
    float: left;
    word-wrap:break-word;
}

.dialogs_item__bookmark {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/bookmark-grey.svg);
  overflow: hidden;
  display: inline;
  float: right;
  height: 28px;
  margin-top: -8px;
  color: #039BE5;
  width: 90px;
  font-weight: 500;
  margin-right: 30px;
}*/

.bookmarks-div-width {
  width: 88px;
  float: right;
  cursor: pointer;
}

.jspTrack,
.jspVerticalBar {
  background: 0 0;
}

.jspDrag {
  background: #E6E7E8;
}

.jspVerticalBar {
  top: 2%;
  right: 12px;
  width: 5px;
  height: 98%;
}

.barChartMore {
  display: block;
  padding: 0;
  width: 100%;
  float: left;
  border: none !important;
}

.barChartMore a.down {
  font-size: 0.91rem;
  color: #42a6d3;
  display: inline-block;
  padding: 9px 0 9px 4px;
  /* background: url(../images/arrow_down.png) no-repeat left center;*/
  /*  background-size: 8px;*/
  margin: 0;
}

.barChartMore a.up {
  font-size: 0.91rem;
  color: #42a6d3;
  display: inline-block;
  padding: 9px 0 9px 4px;
  /* background: url(../images/arrow_up.png) no-repeat left center;*/
  /* background-size: 8px;*/
  margin: 0;
}

.barChartMore a.down .icon-dropdown {
  padding: 2px 10px 0 0;
  font-size: 0.83rem;
}

.barChartMore a.up .icon-dropdown {
  padding: 0 0 2px 10px;
  font-size: 0.83rem;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

/*.alternative_therapy h3, .drugs h3, .side_effects h3, .sentiments_drug h3 {
  color: #90a4b1;
  font-weight: 700;
}*/

.drug p, .drug li, .alternative_therapy_desc {
  color: #000;
  font-weight: 400;
  font-size: 1.16rem;
  padding-bottom: 10px;
}

.dialogs_item__location, .dialogs_item__date, .messages-listing-page .dialogs_item__footer a, .dialog-all-messages-list button {
  background: none;
  padding: 0 10px;
}

.dialogs_item__location i, .dialogs_item__date i {
  padding-right: 5px;
  font-size: 1.25rem;
}

/*.sentiments_drug, .demo_drug, .side_effects, .alternative_therapy {
  padding-left: 60px;
  position: relative;
}*/

/*.sentiments_drug i, .demo_drug i, .side_effects i, .alternative_therapy i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.33rem;
  color: #90a4b1;
}*/

.sentiments__item1 {
  position: absolute;
  bottom: 10px;
  left: 0;
  border: 1px solid transparent;
}

.alternative_therapy .icon-supportive {
  font-size: 3.33rem;
}

.supportiveDiv {
  height: auto;
  float: left;
  overflow: hidden;
  width: 100%;
}

/*.personalised-conversion .dialogs_scrollbar {
  height: 320px;
}*/

.side_effects .icon-dislike {
  font-size: 2.91rem;
  top: -4px;
  left: -10px;
}

.members h6 {
  font-weight: 700;
  font-size: 0.91rem;
  color: #333333;
  margin: 5px 0 2px;
}

.members h6 span {
  color: #888888;
  padding-left: 5px;
}

.collaspe-outer {
  border: 1px solid transparent;
  margin: 0 0 8px;
  padding: 0 25px;
  float: left;
  position: relative;
  width: 100%;
  clear: both;
}

.collaspe-inner {
  padding: 4px 15px;
  border-left: 3px solid #dcdcdc;
  margin: 14px 0 0 25px;
  float: left;
  position: relative;
  width: 100%;
  clear: both;
  display: none;
}

.collaspe-inner li {
  position: relative;
  float: left;
  width: 100%;
  padding: 4px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}

.collaspe-inner li:nth-last-child(1) {
  margin-bottom: 0;
}

.collaspe-inner li:hover {
  border: 1px solid #42a6d3;
}

.collaspe-inner li:hover .search-filter {
  display: block !important;
}

.collaspe-outer-content, .collaspe-inner-content {
  width: 100%;
  float: left;
}

.collaspe-outer:hover .search-filter {
  display: block;
}

.search-filter {
  background: #42a6d3;
  font-size: 1rem;
}

.search-filter {
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  position: absolute;
}

.search-filter a {
  font-size: 1.08rem;
  margin: 0;
  position: relative;
  border: 0;
  color: #fff;
  width: 95px;
  padding: 9px 14px;
  font-weight: normal;
  float: left;
}

.search-filter a:before {
  float: left;
  font-size: 1.5rem;
}

.search-filter a em {
  display: block;
  text-align: center;
  padding: 3px 2px 0 0;
  font-style: normal;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.search-filter a ins {
  top: 2px;
  right: -2px;
  height: 31px;
  width: 3px;
  background: #fff;
  position: absolute;
}

.collaspe-outer > i {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  color: #b991db;
}

.side-effects-inner-detail .c-bar-pannel {
  background: #AEB7C0;
}

.therapyList .collaspe-outer {
  padding: 2px 3px !important;
}

.causing-drugs .collaspe-outer:hover, .therapyList .collaspe-outer:hover, .drug-list .collaspe-outer:hover {
  border: 1px solid #42a6d3;
}

.c-bar-label .effect > a {
  color: #42a6d3;
  font-size: 1.16rem;
}

.search-with-tags {
  max-height: 72px;
  overflow: auto;
}

.collaspe-outer:hover .search-filter {
  display: block;
}

.causing-medicines-outer {
  padding: 4px 4px 2px 25px;
}

.causing-medicines-outer:hover {
  border: 1px solid #42a6d3;
}

.dialog_item_action i {
  font-size: 1rem;
  font-style: normal;
  line-height: 13px;
  color: #a5a5a5;
}

.dialog_item_action > span {
  cursor: pointer;
  margin: 0 8px;
}

.dialogs_item__url {
  color: #42a6d3 !important;
  cursor: pointer;
  font-size: 1rem;
}

.dialogs_item:nth-last-child(1) {
  /*border: 1px solid #42a6d3;*/
}

.more_stories {
  float: left;
  width: 100%;
  background: #fff;
}

.more_stories a {
  font-size: 1.08rem;
  color: #42a6d3;
  text-decoration: none;
  width: 100px;
  margin: 0 auto;
  display: block;
  padding: 6px 0 9px 18px;
  font-weight: 500;
  /*background: url(../images/arrow_down.png) no-repeat left center;*/
}

.more_stories a .icon-dropdown {
  padding: 3px 5px 0 0;
  font-size: 1.08rem;
}

.dialog-all-messages-list {
  padding: 10px 0 25px;
}

.messages-listing-page .dialogs_item {
  padding-top: 25px;
}

.messages-listing-page h5 {
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
}

.messages-listing-page p {
  color: #444444;
}

.messages-listing-page .dialogs_item__footer a {
  font-size: 1rem;
  float: left;
  /*  margin-top: 2px;*/
}

/*.dialog-all-messages-list>span{
  float: left;
  padding: 0 10px;
  line-height: 12px;
}*/

.dialog-all-messages-list button {
  background: transparent;
  float: left;
  /*  line-height: 14px;
  margin-top: 2px !important;*/
}

.dialog-all-messages-list > span > time {
  color: #a5a5a5;
  /*  font-family: 'roboto-medium',Arial;*/
}

.dialog-all-messages-list > span:nth-last-child(1) {
  border: 0;
}

.result-related-search {
  width: 100%;
}

.result-related-search::-webkit-input-placeholder {
  color: #dcdcdc !important;
}

.result-related-search::-moz-placeholder {
  color: #c6c6c6 !important;
}

.result-related-search:-moz-placeholder {
  color: #dcdcdc !important;
}

.result-related-search:-ms-input-placeholder {
  color: #dcdcdc !important;
}

.result-related-search .icon-cancer-ribbon {
  margin: 0;
}

.messages-listing-page {
  overflow: hidden;
  background: #fff;
  padding: 10px 20px;
  text-align: left;
  color: #888888;
  margin: 30px auto;
}

.messages-listing-page .dialogs_item {
  padding: 40px 0 0 0;
}

.messages-listing-page .dialogs_item__footer a, .messages-listing-page .dialogs_item__footer address,
.messages-listing-page .dialogs_item__footer time {
  width: auto;
  line-height: 15px;
}

/*.messages-listing-page .dialogs_item__footer address {
  margin-top: 2px;
}*/

.messages-listing-page .dialogs_item p {
  font-size: 1.16rem;
}

.inner-advance-search-btns {
  float: left;
  margin: 0 6px 0 0;
}

.inner-advance-search-btns .btn {
  min-width: 70px;
  height: 35px;
  font-size: 1rem;
  border: 1px solid #42a6d3;
  border-radius: 0;
}

.inner-advance-search-btns .btn-cancel {
  background: transparent;
  color: #42a6d3;
}

.inner-advance-search-btns .btn-default {
  background: #42a6d3;
  color: #fff;
}

.readLess,
.readMore {
  font-size: 1rem;
  color: #a5a5a5;
  cursor: pointer;
}

.readLess a,
.readMore a {
  color: #888;
}

.readLess a:hover,
.readMore a:hover {
  color: #42a6d3;
}

/*.article_dialogs_item {
  display: none;
}*/

/*.ribbon:before {
  content: '';
  background: url(../images/ribbon.svg) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 280px;
  top: 15px;
}

.no-ribbon:before {
  background: 0 0
}*/

.login .bx-first {
  width: 30%;
  float: left;
  position: relative;
}

.login .bx {
  width: 30%;
  margin-left: 5%;
  float: left;
  position: relative;
}

/*.loginForm {
  width: 700px;
  max-width: 700px;
  margin-top: 18%;
}*/

/*
.col-divider {
  position: absolute;
  right: -14px;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 16px;
}
*/

/*.col-divider:before {
  content: '';
  height: 44%;
  width: 1px;
  margin: 0 auto;
  display: block;
  background: #fff;
}

.col-divider:after {
  content: '';
  height: 44%;
  width: 1px;
  margin: 0 auto;
  display: block;
  background: #fff;
}*/

.col-divider span {
  padding: 5px 0;
  display: inline-block;
}

.main-content-div fieldset{
  display: inline-block;
  padding: 0;
/*  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;*/
  /*-webkit-padding-before: 30px;
  -webkit-padding-start: 29px;
  -webkit-padding-end: 29px;
  -webkit-padding-after: 30px;*/
  width: 100%;
  max-width: 378px;
  border: 1px solid #dce3ea;
/*  border: 2px solid #dce3ea;
  border-style: groove;
  border-bottom: 1px solid #dce3ea;*/
/*  -webkit-box-shadow: -1px 1px 2px 0 rgb(159, 166, 172);
  -moz-box-shadow: -1px 1px 2px 0 rgb(159, 166, 172);
  box-shadow: -1px 1px 2px 0 rgb(159, 166, 172);*/
/*  border-style: groove;
  border-color: threedface;
  border-image: initial;*/
}
/*fieldset legend{
  color: #dce3ea;
  width: auto;
  padding: 0 15px;
  text-shadow: -1px 1px 4px rgba(0,0,0,0.6);
}*/
fieldset legend {
  color: rgb(51, 51, 51);
  width: auto;
  padding: 0 15px;
/*  text-shadow: -1px 1px 4px rgba(0,0,0,0.6);*/
  margin: 0 auto;
  line-height: 2rem;
}

/*.the-fieldset {
  border: 1px solid #e0e0e0;
  padding: 10px;
}*/
.img-layer{
  background: rgba(67,79,89,0.65);
  position: relative;
  z-index: 9999;
}

.credent-form{
  width: 100%;
  max-width: 378px;
  position: relative;
}

.credent-form .checkbox label::before{
  top:0 !important;
  border-radius: 50% !important;
  height: 13px;
  width: 13px;
}

.credent-form .custom-checkbox input[type="checkbox"].styled:checked + label:after{
  font-size: 0.83rem;
  width: 12px;
  height: 12px;
  top: -2px;
  left: 0;
}

.credent-form .checkbox .styled {
  left: 0 !Important;
  width: 130px !important;
}

fieldset .btn-primary{
  border-radius: 6px;
}

.btn-primary:focus{
  outline: none;
}

.credent-form .custom-dropdown > span {
  background: #1d6585;
  color: #fff;
  border-radius: 6px;
  padding: 3px 32px 3px 22px;
  text-align: center;
}

.credent-form .custom-dropdown i {
  right: 10px;
  top: 8px;
}

.credent-form .custom-dropdown > ul{
  background: #fff;
  border-radius: 5px;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
}
.credent-form .custom-dropdown li{
  padding: 4px 10px;
  text-align: left;
  color: #1d6585;
  border-bottom: 1px solid #ccc;
}
.credent-form .custom-dropdown li:hover{
  background: #1d6585 !important;
  color: #fff;
}
.cust-radio .btn{
  min-width: auto;
  padding: 2px 15px;
  background: #fff;
  color: #333;
  margin:0 2px !important;
  border-radius: 0 !important;
  height: 21px;
  font-size: 1rem;
  box-shadow: none;
  position: relative;
}
.form-group.cust-radio input[type='radio']{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  opacity: 0;
  cursor: pointer;
}

.cust-radio .btn.active{
  background: #42a6d3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0,0.6);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0,0.6);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0,0.6);
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
}

.credent-form button.close {
  position: absolute;
  right: -31px;
  top: -13px;
  z-index: 99;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  padding: 0 5px;
  border: 1px solid #c2c7cd;
}

/*.remember-me {
  display: inline-block;
  float: left;
  margin-top: 7px;
  font-size: 0.91rem !important;
  text-decoration: none;
  font-weight: 400 !important;
}

.remember-me input {
  height: 13px;
  float: left;
  margin: 2px 2px 0 0;
  width: auto;
}*/

.pwdBox {
  width: 340px;
  /*  margin: 20% auto 0;*/
  padding: 25px 25px 35px;
}

.pwdBox:before {
  background: none !important;
}

.userMenu {
  /*display: none;*/
  position: absolute;
  right: 15px;
  top: 26px;
  z-index: 99999;
  width: 178px;
  text-align: left;
  background-color: #d3eaf4;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in;
  -moz-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}

.sign_in .aUserName.hovered{
  padding: 7px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 0;
  background: transparent;
  top: -4px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  /*margin: 0;*/
}

#sign_in:hover .aUserName.hovered{
  background: #d3eaf4;
}

.userMenu ul li {
  padding: 12px 15px;
  float: left;
  list-style: none;
  width: 100%;
}

.userMenu ul li img {
  margin: 1px 11px 0 0 !important;
  height: 18px;
  float: left;
}

.userMenu ul li a {
  text-decoration: none;
  cursor: pointer;
}

.userMenu ul li a:hover {
  text-decoration: none
}

.userName {
  border-bottom: 2px solid #039be5;
  padding-bottom: 4px
}

.notValid {
  border: 1px solid #DC4C4A;
}

div.tagBox {
  display: inline;
  width: auto;
  float: none;
  margin: 0 0 0 0;
  /*  margin: 0 0 0 5px;*/
}

/*div.tagsInput:hover {
  border: 1px solid #42a6d3;
}*/

div.tagsInput a {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: cover;
  margin-bottom: 3px;
}

div.tagsInput .icon-deletecross {
  color: #42a6d3;
  background: transparent;
  font-size: 0.83rem;
  vertical-align: super;
  padding-left: 3px;
  cursor: pointer;
}

div.tagsInput.selected {
  color: #fff;
  background: #42a6d3 none repeat scroll 0 0;
  margin-left: 10px;
  font-weight: 500;
}

.tagText {
  display: inline-block
}

.tagText input[type=text] {
  height: 35px;
}

.tagsInput .upper {
  padding-right: 10px;
  position: relative;
  font-weight: 400;
  display: inline-block;
}

.help-block {
  display: block;
/*  color: #ed5858 !important;*/
  color: #f59c9c !important;
  margin-top: 0;
  border-radius: 0;
  position: absolute;
  width: 100%;
  font-size: 0.91rem !important;
  text-align: left;
  line-height: 12px;
}

.textError {
  color: #ffffff;
  left: 40px;
  width: 70%;
}

/*.main_heading {
  font-weight: 400;
  color: #039be5;
}

.main_heading span {
  margin-left: -50px;
}*/

.subtitle {
  border-bottom: 1px solid #ADA4A4;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 1.16rem;
}

.about {
  color: #fff;
  line-height: 24px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 25px;
}

.popup_close_btn {
  position: absolute;
  right: -11px;
  top: -11px;
  width: 20px;
  background: 0 0;
  cursor: pointer;
}

.pos_rel {
  position: relative;
}

/*.middle_conversation_header {
  width: 90%;
  float: left;
  display: block;
}*/

/*.last_conversation_header {
  float: right;
  display: block;
  width: 24%;
}*/

/*
.message_page_filter_h3 {
  font-size: 1.16rem;
  font-weight: 700;
  color: #939598;
  line-height: 25px;
}

.postPanel {
  width: 70%;
  margin-left: 4%;
  padding-right: 3%;
  float: left;
  height: 100%;
  overflow: auto;
  line-height: 1.4;
  outline: 0;
}

.postPanel h1 {
  font-size: 1.66rem;
  font-weight: 700;
  color: #939598;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.commentBox {
  margin-top: 30px;
}

.commentBox h4 {
  overflow: visible;
  margin-bottom: 35px !important;
  border-top: 4px solid #eee;
}

.commentBox h4 span.post-header {
  color: #A09898;
  float: left;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  margin-top: -4px;
  padding-top: 5px;
  position: relative;
  text-transform: uppercase;
  border-top: 4px solid #42a6d3;
}*/

.comments {
  padding: 15px;
  border-top: 1px solid #F7F7F7;
}

/*.comment_title {
  color: #42a6d3;
  font-weight: 500;
}

.commentBox textarea {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 5px 0 #eee inset;
  -moz-box-shadow: 2px 2px 5px 0 #eee inset;
  -ms-box-shadow: 2px 2px 5px 0 #eee inset;
  -o-box-shadow: 2px 2px 5px 0 #eee inset;
  box-shadow: 2px 2px 5px 0 #eee inset;
  width: 99%;
}*/

/*.actionTray .likebtn {
  background-image: url(../assets/images/like.svg);
  background-repeat: no-repeat;
  padding-left: 20px;
  cursor: pointer;
}*/

/*.rightPanel {
  width: 25%;
  float: right;
}*/

.sign_in_mob {
  display: none;
}

.sign_in_mob .userMenu ul li {
  color: #039be5;
  border-bottom: 1px solid #f7f7f7;
}

.sign_in_mob .userMenu ul li > i {
  font-size: 1.33rem;
  padding-right: 10px;
  padding-top: 3px;
  display: inline-block;
  float: left;
}

/*.how_analitic_wrap {
  width: 100%;
  border-radius: 5px;
}*/

/* Search Page Filter */

.barDiv {
  margin-top: 15px;
  transition: all linear 0.5s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
}

/*.content1 {
  position: relative;
  z-index: 10;
}*/

/*.side_effects__search span {
  display: block;
}*/

/*.contact-form {
  margin: 8.5% auto 0;
}*/

/*.personalised_search {
  margin-bottom: 0.9%;
}*/

/*.containerConv {
  width: 95%;
  position: fixed;
  right: inherit;
  float: none;
  z-index: 10;
}*/

.search,
.search.click {
  outline: transparent none 0;
}

.separator {
  border-right: 1px solid #428BCA;
}

.rateDv {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

/*md-radio-button {
  display: inline !important;
}*/

.relation {
  font-size: 0.91rem;
  display: inline-block;
  border-bottom: 1px solid silver;
}

.highlightedText {
  color: rgba(72, 70, 70, 0.86);
  font-weight: 700;
}

/*New Menu and Html Page css */

.custom-btn {
  background: #039BE5;
  width: auto;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
  padding: 4px 10px;
}

.inner-header a {
  display: block;
  color: #a5a5a5;
  font-size: 1.25rem;
  font-weight: 400;
}

.inner-header a, .inner-header a:hover, .inner-side-menu a:hover {
  text-decoration: none;
}

.inner-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 50px 2.2% 0;
  text-align: center;
  background: #ffffff;
}

.inner-header img {
  height: 20px;
  display: inline-block;
  width: 100%;
}

.inner-header li {
  padding: 4px 5px 5px;
  margin: 2px 40px 0;
  border-bottom: 2px solid transparent;
}

.header .logo span {
  padding-left: 5px;
  display: inline-block;
  padding-top: 25px;
}

.inner-side-menu li:hover a, .inner-header li:hover a {
  color: #42a6d3;
}

.inner-header li.active > a, .inner-side-menu li.active > a, .inner-side-menu li > a {
  color: #fff;
  text-decoration: none;
}

.inner-header li a i {
  display: inline-block;
  font-size: 1.5rem;
  padding-bottom: 2px;
}

.inner-header a, .inner-header a:hover, .inner-side-menu a:hover {
  text-decoration: none;
}

.inner-header li.active a {
  color: #42a6d3;
}

.inner-header li:hover {
  border-bottom: 2px solid #42a6d3;
}

.inner-header li a:hover {
  color: #42a6d3;
}

.custom-div-width {
  width: 93.5%;
  margin: 0 auto 8px;
}

/*.custom-inner-div-width {
  width: 90%;
  margin: 0 auto;
}*/

.inner-header .list-inline {
  padding: 12px 0 0;
}

/*.inner-side-menu img {
  height: 20px;
  width: 100%;
}*/

.inner-side-menu li {
  padding: 5px 5px;
  margin: 6px 2px;
  position: relative;
}

.inner-side-menu {
  margin: -1px 0 0 0;
  padding: 0 2px 0 0;
}

.inner-side-menu ul {
  background: #fff;
  border: 1px solid #90a4ae;
  padding-top: 16px;
}

.inner-side-menu li a {
  font-size: 1rem;
  display: block;
  color: #939598;
  font-weight: 500;
}

.inner-side-menu li a i {
  display: block;
  text-align: center;
  font-size: 2.33rem;
  padding-bottom: 2px;
}

.inner-side-menu li > em {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  color: #fff;
  font-style: normal;
  font-size: 0.83rem;
  background: #ccc;
}

.inner-side-menu li.active, .inner-side-menu li:hover {
  color: #fff;
  background: #42a6d3;
}

.inner-side-menu li:hover a {
  color: #fff;
}

.inner-side-menu li.active > a, .inner-side-menu li > a {
  color: #fff;
  text-decoration: none;
}

.inner-side-menu img {
  height: 20px;
  width: 100%;
}

.inner-side-menu li {
  padding: 6px 5px;
  margin: 1px 0 2px;
}

.inner-side-menu {
  margin: -1px 0 0 0;
  padding: 0 2px 0 0;
  width: 97.5%;
}

.inner-side-menu ul {
  background: #f2f2f2;
}

.inner-side-menu li a {
  font-size: 0.91rem;
  display: block;
  color: #78909c;
  font-weight: 500;
}

.inner-side-menu li a i {
  display: block;
  text-align: center;
  font-size: 1.66rem;
  padding-bottom: 2px;
}

.posts-listing {
  padding: 0;
}

.posts-lists {
  padding: 0 0 0 90px;
}

.main-profile {
  margin: 15px 0 0 0;
  min-height: 80px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.profile-head-desc {
  float: left;
  padding: 0 10px 5px 0;
}

.profile-head-desc h5 a {
  color: #000;
  font-size: 1.16rem;
  font-weight: normal;
}

.profile-head-desc a:hover {
  text-decoration: none;
}

.profile-head-desc span {
  display: inline-block;
  color: #888888;
  font-size: 0.91rem;
  font-weight: 400;
}

.profile-head-desc em {
  display: inline-block;
  color: #969696;
  font-size: 1.08rem;
  font-style: normal;
  padding: 0 10px;
  cursor: pointer;
  font-weight: 400;
}

.icon-same-question {
  background: url("../images/helpful-icons/same-question.svg") center no-repeat;
  height: 13px;
  display: block;
  margin-top: 5px;
}

.helpful-links.col-sky-blue .icon-same-question {
  background: url("../images/helpful-icons/same-question-blue.svg") center no-repeat;
}

.reaction-icons .icon-same-question {
  background-position: 10px 0;
}

.icon-same-question > i {
  padding-left: 20px !important;
}

.post-expressions span:hover .icon-same-question {
  background: url("../images/helpful-icons/same-question-colored.svg") center no-repeat;
}

.reaction-icons .icon-people-x {
  font-size: 1.16rem;
}

.profile-head-desc .dialogs_item__date {
  width: auto;
  background-position: 1px 1px;
  height: 16px;
  padding: 1px 4px 3px 12px;
}

.profile-head-desc i {
  padding-right: 3px;
  font-size: 0.91rem;
  font-style: normal;
  color: #000;
}

.profile-head-desc .icon-clock {
  font-size: 1.16rem;
}

.viewprofile-head-desc {
  float: left;
  padding: 0 10px 5px 0;
}

.viewprofile-head-desc h5 a {
  color: #000;
  font-size: 1.16rem;
  font-weight: normal;
}

.viewprofile-head-desc a:hover {
  text-decoration: none;
}

.viewprofile-head-desc span {
  display: inline-block;
  color: #888888;
  font-size: 0.91rem;
  font-weight: 400;
}

.viewprofile-head-desc em {
  display: inline-block;
  color: #969696;
  font-size: 1.08rem;
  font-style: normal;
  padding: 0 10px;
  font-weight: 400;
}

.viewprofile-head-desc .dialogs_item__date {
  width: auto;
  background-position: 1px 1px;
  height: 16px;
  padding: 1px 4px 3px 12px;
}

.viewprofile-head-desc i {
  padding-right: 3px;
  font-size: 0.91rem;
  font-style: normal;
  color: #000;
}

.viewprofile-head-desc .icon-clock {
  font-size: 1.16rem;
}

.top-post-section {
  padding: 11px 0 0;
  position: fixed;
  top: 96px;
  left: 0;
  background: #fff;
  z-index: 1;
  border-bottom: 1px solid #dddddd;
}

.top-post-section h3 {
  font-size: 1.25rem;
  padding: 7px 0;
  text-align: left;
  color: #91a4ae;
  font-weight: 500;
}

.top-post-section h2 {
  color: #91a4ae;
  padding: 7px 0;
  font-size: 1.25rem;
}

.top-post-section-moderate {
  padding: 11px 0 0;
  position: fixed;
  top: 96px;
  left: 0;
  background: #fff;
  z-index: 1;
  border-bottom: 1px solid #dddddd;
}

.top-post-section-moderate h3 {
  font-size: 1.25rem;
  padding: 7px 0;
  text-align: center;
  color: #91a4ae;
  font-weight: 500;
}

.top-post-section-moderate h2 {
  color: #91a4ae;
  padding: 7px 0;
  font-size: 1.25rem;
}

.search-top {
  position: relative;
  padding: 0;
  margin-bottom: -4px;
}

.search-top input {
  width: 100%;
  padding: 7px 10px 0 30px;
  height: 40px;
  bottom: -1px;
  position: relative;
  background: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.search-top button {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 1.16rem;
  padding: 7px;
  cursor: pointer;
  color: #a5a5a5;
  background: transparent;
}

.multiple-search-tags-section h5 {
  margin: 20px 0 15px;
  font-size: 1.16rem;
  text-align: left;
  color: #888888;
  font-weight: 500;
}

.multiple-search-tags-section h5 span {
  font-weight: 400;
  padding: 0 2px;
}

.search-with-tags span {
  display: inline-block;
  float: left;
  color: #888888;
  padding: 6px 10px;
  margin: 0 11px 10px 0;
  border: 1px solid #dcdcdc !important;
  cursor: pointer;
  text-transform: capitalize;
  min-width: 120px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.search-with-tags span:hover {
  border: 1px solid #42a6d3 !important;
  color: #4c4b4b;
}

.search-with-tags .search-tag-active {
  color: #fff;
  background: #42a6d3;
  border: 1px solid #42a6d3;
}

.profile-description {
  padding: 0 5% 0 0;
  position: relative;
  margin: 0;
}

.profile-description h6 {
  position: relative;
  color: #42a6d3;
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 21px;
}

.profile-description h6 em {
  font-size: 0.91rem;
  font-style: normal;
  color: #90a4ae;
}

.profile-description p a {
  cursor: pointer;
}

.profile-edit {
  position: absolute;
  top: -40px;
  right: 0;
  width: 150px;
  height: 40px;
  border: 1px solid #f2f2f2;
  padding: 5px 0;
}

.post-expressions ul li {
  display: inline-block;
  width: 100%;
  padding: 1px;
  text-align: left;
}

.helpful-links {
  position: relative;
  color: #888888;
  max-height: 22px;
  line-height: 22px;
}

.helpful-links .icon-heartgrey {
  padding-top: 4px;
  font-size: 1.33rem;
}

.show-hide {
  display: inline-block !important;
}

.helpful-links-show-hide {
  display: none;
  position: absolute;
  top: -1px;
  background: #fff;
  z-index: 99;
  right: 100%;
  text-align: center;
  width: 100%;
  min-width: 150px;
  padding: 0;
  border: 1px solid #42a6d3;
}

.helpful-links-show-hide i {
  font-size: 0.91rem !Important;
  color: #42a6d3;
  float: none !important;
  font-style: normal;
  width: auto !important;
}

.view-post{
  width: 70%;
}

.news-grid-item .social-icons.post-expressions {
  width: 30%;
  max-width: 188px;
  border-left: 1px solid #f2f2f2;
  float: right;
  margin-top: 44px;
  padding: 0 0 0 10px;
}

.post-expressions ul li i {
  font-size: 1.08rem;
  padding: 7px 8px 0 4px;
  display: inline-block;
  float: left;
  width: 28px;
  text-align: right;
}

.post-expressions ul li em {
  cursor: pointer;
}

.post-expressions ul li ins {
  text-decoration: none;
  font-style: normal;
  padding: 0 3px;
  float: right;
}

.helpful-links .icon-helpful {
  font-size: 1rem;
  padding-top: 6px;
}

.search-top input:focus {
  border-bottom: 1px solid #42a6d3;
}

.search-top input::-webkit-input-placeholder {
  color: #a5a5a5 !important;
  font-size: 1.08rem;
}

.search-top input::-moz-placeholder {
  color: #a5a5a5 !important;
  font-size: 1.08rem;
}

.search-top input:-moz-placeholder {
  color: #a5a5a5 !important;
  font-size: 1.08rem;
}

.search-top input:-ms-input-placeholder {
  color: #a5a5a5 !important;
  font-size: 1.08rem;
}

.search-by-tags-link {
  color: #42a6d3;
  font-size: 1rem;
  padding-top: 17px;
  line-height: 23px;
  display: inline-block;
  margin-left: -103px;
  position: relative;
}

.search-by-tags-link, .search-by-tags-link:hover {
  color: #42a6d3;
}

.profile-filters > em {
  position: absolute;
  top: -1px;
  left: 0;
}

.profile-filters span {
  padding: 0 6px;
  border-right: 1px solid #91a4ae;
  background: transparent;
  margin: 3px 0 5px 0;
  float: left;
  font-size: 0.91rem;
  line-height: 10px;
}

.post-expressions ul li em {
  font-style: normal;
  vertical-align: middle;
  line-height: 24px;
  font-size: 0.91rem;
}

.helpful-links em a {
  color: #888;
}

.helpful-links em a:hover {
  color: white;
}

.post-expressions span {
  padding-left: 5px;
  cursor: pointer;
  display: inline-block;
  float: left;
}

.post-detail {
  text-align: center;
}

.post-detail .post-expressions li {
  width: 100%;
  text-align: left;
}

.post-reply {
  background: #f8f8f8;
  padding: 15px 32px;
}

.profile-description h6:before {
  font-family: 'icomoon' !important;
  position: absolute;
  left: -28px;
  top: -5px;
  color: #90a4ae;
  font-size: 1.75rem;
}

.reply-post {
  position: relative;
}

.reply-post .reply-show {
  position: absolute;
  right: 100%;
  top: 1px;
  width: 100%;
  border: 1px solid #2C98D4;
  padding: 5px 10px;
  cursor: pointer;
  background: #fff;
}

.reply-post .reply-show a:hover {
  text-decoration: none;
}

.button-active {
  background: #2C98D4;
  color: #fff;
}

.button-active span {
  color: #fff;
}

.reply-form label {
  color: #91a4ae;
  font-size: 1.08rem;
  margin-bottom: 5px;
}

.reply-form .form-control {
  height: auto;
  resize: none;
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.reply-form .form-group {
  margin-bottom: 15px;
  width: 100%;
  float: left;
  position: relative;
  max-width: 550px;
}

.reply-form {
  text-align: left;
  float: none;
  display: inline-block;
}

/*.social-icons, .reply-post-link {
  position: relative;
}

.social-icons .social-icons-link, .reply-post .reply-post-link {
  position: absolute;
  left: -110px;
  top: 0;
  width: auto;
  height: auto;
  display: none;
  background: #fff;
  z-index: 99;
  border: 1px solid #2C98D4;
}

.reply-post .reply-post-link {
  left: -143px;
}

.social-icons-link li, .reply-post-link li {
  display: inline-block !important;
  width: auto !important;
  padding: 7px 10px !important;
}*/

.reply-form > h3 {
  font-weight: 400;
  font-size: 1rem;
  color: #888;
}

.reply-tags-input {
  font-size: 0.91rem;
  float: left;
  max-width: 350px;
  border: 0 !important;
  border-bottom: 1px solid #dcdcdc !important;
}

.reply-tags-input::-moz-placeholder {
  color: #42a6d3 !important;
}

.reply-tags-input::-webkit-input-placeholder {
  color: #42a6d3 !important;
}

.reply-tags-input:-ms-input-placeholder {
  color: #42a6d3 !important;
}

.reply-btn {
  float: right;
  font-size: 0.91rem;
  min-width: 74px;
  min-height: 23px;
  padding: 0;
  margin-top: 5px;
}

.reply-post-list-div {
  background: transparent;
}

.reply-post-list {
  border: 0;
  padding: 20px 0 0;
  border-top: 1px solid #cecece;
  margin: 0;
}

.post-reply-page:hover {
  box-shadow: none !important;
  border: 1px solid #F2F2F2;
}

.reply-post-list:nth-last-child(1) {
  border-bottom: 0;
}

.reply-edit-post {
  font-size: 0.91rem !important;
  color: #888888 !important;
  position: relative;
}

/*.social-icons li a {
  font-size: 1.33rem;
}*/

/*Basic info*/

/*.basic-info-details h2, .basic-info-details h3, .basic-info-details h4 {
  color: #90a6bd;
  font-weight: 500;
}

.basic-info-details h2 {
  font-size: 1.25rem;
}

.basic-info-details h3 {
  font-size: 1.16rem;
  min-height: 27px;
}

.basic-info-details h4 {
  font-size: 1.08rem;
}*/

.basic-info h2 {
  margin: 10px 0 20px;
}

.basic-info h2 em a, .my-treatment .profile-visibility-setting {
  float: right;
  padding: 6px;
  font-size: 1.16rem;
  color: #42a6d3;
  min-width: 151px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: capitalize;
}

.basic-info h2 em i {
  padding-right: 5px;
}

/*.basic-info-desc h3 {
  line-height: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.basic-info-desc span {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 5px;
  font-weight: 500;
}

.basic-info-desc em {
  font-style: normal;
  font-weight: 500;
  font-size: 1.16rem;
}

.basic-info-desc em i {
  padding-right: 8px;
  color: #90A4AE;
  font-size: 1.5rem;
}*/

/*.about-me, .additional-info {
  padding: 20px 0;
  width: 86%;
  border-top: 1px solid #90a4ae;
}*/

/*.about-me {
  padding: 20px 0;
}*/

/*.about-me p {
  width: 87%;
}*/

/*.mydiagnosis-list {
  border: 1px solid #f2f2f2;
  padding: 15px;
  float: left;
  width: 100%;
  margin: 20px 0;
}*/

/*.questionnaire_box {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}*/

/*.mydiagnosis-list h3 {
  font-size: 1.16rem;
}

.mydiagnosis-list h3 em {
  float: right;
  font-style: normal;
  font-weight: normal;
}

.mydiagnosis-list h3 em a {
  color: #2C98D4;
  font-size: 1.16rem;
}

.mydiagnosis-list a {
  color: #42a6d3;
}

.mydiagnosis-list h3 em i {
  padding-right: 5px;
}*/

/* Questions Css starts*/
.card {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

.question-list label {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-style {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.question-list label span {
  position: relative;
  z-index: 10;
}

.question-heading {
  font-size: 1.33rem;
  color: #666;
  font-weight: 400;
}

.question-list > h5 {
  position: relative;
}

.question-list > h5 > span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  height: 100%;
  width: 50px;
  text-align: center;
  font-style: normal;
  border-right: 1px solid #eeeeee;
  font-size: 1.5rem;
  color: #666666;
}

.questions ul li:hover input:before {
  background: #5db5e8;
  content: '';
}

.questions ul li:hover label span {
  color: #fff;
}

.completion-status p {
  font-size: 1rem;
  padding: 10px;
  color: #888;
  text-align: center;
}

.completion-status ul {
  position: relative;
  z-index: 10;
  padding: 10px 50px;
}

.completion-status li {
  margin: 0;
  float: left;
  width: 100%;
}

.completion-status li span {
  height: 25px;
  width: 25px;
  font-size: 1rem;
  display: inline-block;
  color: #fff;
  border-radius: 60%;
  text-align: center;
  padding: 4px 0 0;
  border: 1px solid #326c9b;
  cursor: pointer;
}

.completion-status li span:hover {
  background-color: #42a6d3 !important;
  border: 2px solid white;
  color: #fff !important;
}

.status-border {
  position: absolute;
  top: 0;
  left: 49%;
  height: 100%;
  border: 1px solid #bbb;
  z-index: 1;
}

.completion-status li:nth-last-child(1) {
  margin: 0 !important;
}

.question-list > h5 > span > i {
  position: absolute;
  top: 37%;
  left: 37%;
  font-style: normal;
}

.questions h2 {
  font-size: 2.00rem;
}

.questions ul {
  padding: 20px 50px;
}

.questions ul li {
  position: relative;
  list-style: none;
}

.uib-datepicker-popup {
  padding-left: 0 !important;
}

.questions label {
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  color: #333;
  margin: 0;
  padding: 10px;
}

.questions h5 {
  font-size: 1.16rem;
  padding: 20px 60px 20px;
  border-bottom: 1px solid #eeeeee;
  color: #666666;
}

.questions textarea {
  width: 100%;
  overflow-x: hidden;
  margin-top: 10px;
}

.questions .my-treatment a {
  font-size: 1.08rem;
}

/*.questionnaire_box span {
  display: inline-block;
  font-weight: bold;
  width: 100%;
  padding-right: 25px;
  position: relative;
}

.questionnaire_box span i {
  float: right;
  position: absolute;
  right: 10px;
  top: 0;
  font-style: normal;
}*/

.selectbox-visibilty select {
  color: #666 !important;
  background-image: none !important;
  width: 100%;
  padding: 10px !important;
}

.selectbox-visibilty select.selected {
  color: #fff !important;
  background-color: #8BC34A !important;
}

.selectbox-visibilty select:hover {
  background-color: #42a6d3 !important;
  color: #fff !important;
  border: 1px solid #42a6d3 !important;
}

.selectbox-visibilty .icon-dropdown {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #666;
}

.selectbox-visibilty .icon-dropdown select.selected {
  color: #fff;
}

.completion-wizard {
  top: 160px;
  right: 95px;
  width: 160px;
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
}

.completion-wizard-abs {
  top: -40px;
  right: -245px;
  width: 160px;
  position: absolute;
}

.completion-wizard-btn .survey-btns {
  position: fixed;
  top: 165px;
  right: 110px;
}

.completion-status .nav > li > a:hover, .completion-status .nav > li > a:focus {
  background: transparent !important;
}

.my-treatment {
  float: right;
  text-align: right;
  position: relative;
}

.prof-v-s-l {
  position: absolute;
  top: 26px;
  right: 0;
  width: 154px;
  max-width: 154px;
  color: #fff;
  background: #fff;
  display: none;
  z-index: 9;
  padding: 3px 10px 8px;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}

.profile-visibility-setting {
  color: #42a6d3 !important;
  font-size: 0.91rem;
  min-height: 25px;
  display: inline-block;
  padding: 5px 10px 3px;
  height: 25px;
  width: 154px;
  max-width: 174px;
}

.profile-visibility-setting_click {
  background: #e5e5e5;
}

.profile-visibility-setting a {
  color: #fff !important;
  font-size: 0.91rem;
}

.prof-v-s-l ul {
  box-shadow: 0 8px 8px rgba(0, 0.7, 0.7, 0);
}

.prof-v-s-l ul li {
  background: #fff;
  color: #42a6d3;
  border-top: 0;
  cursor: pointer;
  font-weight: normal;
  font-style: normal;
  font-size: 0.91rem;
  text-align: right;
  padding-right: 0;
  padding-top: 5px;
  margin-left: 0;
}

.prof-v-s-l ul li.active, .prof-v-s-l ul li:hover {
  background: transparent;
}

/*.additional-info h3 em a:focus, .about-me h3 em a:focus {
  text-decoration: none !important;
}*/

/*.basic-info-location {
  font-size: 1.16rem;
  font-weight: 400;
  vertical-align: super;
  text-decoration: none;
}*/

/*
.basic-details-user-age {
  font-weight: normal !important;
}
*/

/*Write post Section starts*/
.write-new-post-sec {
  padding: 20px 24px;
  background: #fff;
  border: 2px solid #e8e8e8;
}

.write-new-post-sec .form-group {
  float: left;
  width: 100%;
  position: relative;
}

/*.tips_suggestion_div {
    width: 23%;
}*/

.write-new-post-sec h2 {
  color: #91a4ae;
  font-size: 1.25rem;
  padding: 20px 30px;
  margin: 0;
  border-bottom: 1px solid #91a4ae;
}

.write-new-post-sec h2 a {
  color: #42a6d3;
  float: right;
  font-size: 1.16rem;
  font-weight: 500;
}

.write-new-post-sec label {
  color: #91a4ae;
  padding: 4px 0;
  font-weight: 500;
}

.attached-images {
  padding: 0 15px 0 15px;
}

.attached-images img {
  height: 10%;
  width: 11%;
  padding-right: 10px;
}

.write-post-actions {
  margin-top: 5px !important;
  float: left;
  width: 100%;
}

.write-post-actions .discard-btn {
  padding: 6px;
  display: inline-block;
  color: #42a6d3;
}

.write-post-actions a {
  float: right;
  margin: 0 0 0 10px;
}

.post-sugessions ul li {
  padding: 7px 15px;
}

.post-sugessions ul li h6 {
  margin-bottom: 1px;
}

.post-sugessions ul p > i {
  font-style: normal;
}

.posts-listing div.tagsInput {
  padding-right: 0 !important;
}

/*
.tips-write-post-sec {
  margin: 20px 0;
  padding: 0;
  color: #91a4ae;
}
*/

/*.tips-write-post-sec h4, .suggestions-section h4 {
  color: #fff;
  font-size: 1.16rem;
  padding: 20px 10px;
  cursor: pointer;
}*/

/*.tips-write-description, .suggestions-desc {
    padding: 0 10px 30px;
    background: #fff;
    border: 1px solid #b0bec5;
}*/

/*.tips-write-description p {
  margin-top: 20px;
}*/

.edit-post {
  position: absolute;
  top: -1px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 98;
}

.edit-post a {
  display: inline-block;
  font-size: 1rem;
  color: #42a6d3;
  padding: 6px 8px;
  border: 1px solid #e6e6e6;
}

.edit-post a:hover {
  background: #42a6d3;
}

.edit-post:hover a {
  color: #fff;
}

.icon-play-up {
  float: right;
  transform: rotate(32deg);
  font-size: 1rem;
  padding: 4px;
}

.icon-play-down {
  float: right;
  transform: rotate(90deg);
  font-size: 1rem;
  padding: 4px;
}

/*
.suggestions-desc {
  padding: 10px;
}
*/

/*.suggestions-section h4 {
  cursor: default;
  background: #78909c;
}*/

/*.suggestion-profile-img {
  float: left;
  width: 55px;
}*/

/*.suggestion-profile-img img {
  width: 100%;
  height: 100%;
}*/

/*.suggestion-profile {
  float: left;
  padding-left: 10px;
}*/

/*.suggestion-profile h5 a, .suggestion-profile-detail h5 a {
  font-size: 1.25rem;
}*/

/*.suggestion-profile span {
  display: block;
  color: #90a4ae;
}*/

/*.suggestion-profile span i {
  padding-right: 6px;
}*/

/*.suggestion-profile .dialogs_item__date {
  background-position: 3px 3px;
  height: 16px;
  width: 20px;
}*/

/*.suggestion-profile-detail {
  display: block;
  float: left;
}

.suggestion-profile-detail h5 {
  margin-top: 5px;
}

.suggestion-profile-detail p {
  font-size: 1.08rem;
  font-weight: 500;
}*/

/*Write post Section Ends*/

/*
.chat-connection-list {
  text-align: left;
  margin-top: 20px;
  padding: 10px 5px 5px 10px !important;
  border: 1px solid #b0bec5;
}

.chat-connection-list img {
  width: 100%;
  height: auto;
  border: 1px solid #90a4ae;
}
*/

/*.chat-connection-description {
  padding-left: 15px !important;
}

.chat-connection-description h3 {
  font-size: 1.33rem;
  font-weight: 500;
}

.chat-connection-description .icon-chat:before {
  padding-right: 7px;
}*/

/*.chat-connection-list h3 span {
  float: right;
  font-size: 1.66rem;
  cursor: pointer;
}

.chat-connection-list h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 5px 0;
  color: #261f20;
}

.chat-connection-list .icon-pin {
  font-size: 1.66rem;
  padding-right: 2px;
  color: #90A4AE;
}

.chat-connection-list ins {
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
}*/

/*.chat-connection-info {
  margin-top: 10px;
}*/

.chat-active-state {
  border-right: 4px solid #64dd17;
}

.chat-list {
  padding: 0;
  background: #fff;
  border: 1px solid #e4e4e4;
  max-height: 550px;
}

.chat-list-user-img {
  width: 50px;
  float: left;
  padding: 0 10px 0 4px;
  position: absolute;
  top: 5px;
  left: 11px;
}

.chat-list-left-pannel {
  float: left;
  width: 100%;
  cursor: pointer;
}

.chat-list-user-img img {
  height: auto;
  min-height: 40px;
  width: 40px;
  border-radius: 50%;
}

.chat-list-user-img .unread-messages {
  position: absolute;
  top: 9px;
  left: -6px;
  height: 22px;
  width: 22px;
  padding: 2px 0;
  background: #42a6d3;
  color: #fff;
  border-radius: 50%;
  font-style: normal;
  font-size: 0.91rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
}

.chat-list-user-info {
  float: left;
  width: 100%;
  text-align: left;
  display: table;
  height: 50px;
  padding-left: 48px;
}

.chat-list-user-info p {
  color: #000;
  line-height: 17px;
  font-size: 1.16rem;
  min-height: 17px;
  font-weight: 400;
}

.chat-list-user-info p span {
  color: #888888;
  font-size: 1rem;

}

.chat-list-user-info p a {
  color: #000;
  font-size: 1.16rem;
  font-weight: 500;
}

.chat-list ul li {
  float: left;
  width: 100%;
  padding: 4px 15px 0;
  position: relative;
}

.chat-list-description {
  float: left;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 0;
}

.chat-list-user-description {
  float: left;
  background: #f5f5f5;
  max-width: 66%;
  padding: 4px 10px;
  word-wrap: break-word;
}

.chat-list-user-description h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.chat-list-user-description p {
  font-weight: 400;
  font-size: 1.16rem;
}

.chat-list-description ul li:nth-last-child(1) {
  border-bottom: 1px solid #90a4ae;
}

.chat-list-textbox {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 20px;
}

.chat-list-textbox textarea {
  margin-bottom: 5px;
  resize: none;
  padding-bottom: 17px;
  border: 1px solid #dbdbdb !important;
}

.chat-list-submit-btn {
  padding: 45px 0 0 0;
  text-align: right;
}

.my-treatment a:focus {
  text-decoration: none;
}

.helpful-links img {
  height: 24px;
  width: 24px;
  padding: 0;
  display: inline-block;
}

.community-acess {
  color: #fff;
  text-align: center;
}

.community-acess h2 {
  font-size: 1.5rem;
  font-weight: 400;, serif;
}

.community-acess .btn {
  height: 35px;
  min-width: 150px;
  background: #42a6d3;
  color: #fff;
  border-radius: 0;
  margin: 0 10px;
}

.community-enales-section {
  color: #fff;
}

.community-services {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.community-enales-section i {
  font-size: 2.66rem;
  display: inline-block;
}

.community-enales-section h3 {
  font-size: 1.66rem;
  font-weight: 300;
  line-height: 30px;
  margin: 10px 0 20px;

}

.community-enales-section h5 {
  font-size: 1.25rem;
  margin-top: 10px;
  font-weight: 300;
}

.community-enales-description {
  padding: 0;
  width: 24%;
  vertical-align: top;
  display: inline-block;
}

.community-enales-description img {
  height: 40px;
}

/*.community-section {
  margin-top: 10%;
}*/

.chat-list ul {
  float: left;
  overflow: auto;
  width: 100%;
  max-height: 380px;
}

.dob-calender button {
  border-radius: 0;
  border: 1px solid #90a4ae;
}

/*
.how_inner .how i {
  font-size: 3rem;
  color: #fff;
}
*/

/*.draft-list-posts {
  width: 84%;
  float: none;
  display: inline-block;
}

.draft-list-posts h2 {
  padding: 20px 5%;
}

.draft-list-posts .dialogs_item {
  padding: 20px 5% 0;
}

.draft-list-posts h6 {
  font-size: 1.25rem;
}

.draft-list-posts .dialogs_item p {
  font-size: 1.16rem;
}

.draft-list-posts i {
  float: left;
  padding: 1px 4px 0 0;
  font-size: 1.33rem;
}

.draft-list-posts time {
  width: auto;
}

.draft-list-posts .dialogs_item_inner:hover {
  background: transparent;
}

.draft-list-posts .dialogs_item:nth-last-child(1) > .dialogs_item_inner {
  border-bottom: 0;
}*/

.profile-description p {
  float: left;
  font-size: 1.16rem;
  word-wrap: break-word;
  overflow: hidden;
  width: 100%;
  /*  white-space: pre-line;*/
}

.communication-icons {
   float: left;
   width: 100%;
   text-align: right;
   padding: 0 12px 10px 0;
/* white-space: normal !important;
   background: rgb(214, 214, 214);
   border-top: 1px solid #cacaca;
   box-shadow: 0 1px 8px #d8cbcb;
   -webkit-box-shadow: 0 1px 8px #d8cbcb;
   -moz-box-shadow: 0 1px 8px #d8cbcb;*/
}

.communication-icons a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #ffffff;
  color: #e8e8e8;
  margin: 0 5px 0 0;
 /* float: right;
    background: rgba(246, 247, 249, 1); */
  border-radius: 2px;
}

.communication-icons a:hover {
  border: 1px solid #a7a7a7;
}

.messages-listing-page .dialogs_item:last-child > .dialogs_item_inner {
  border: 0;
}

.dialogs_item_inner:hover {
  background: transparent;
}

.chat-messages {
  height: 316px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0 20px;
}

/*.profile-view-status i {
  font-size: 1.66rem !important;
  vertical-align: middle;
}

.profile-view-status {
  width: auto;
  !*min-width: auto !important;*!
  position: relative;
  text-align: right;
  padding: 6px 10px !important;
}

.profile-view-status span {
  display: inline-block;
  padding: 2px;
}

.profile-view-status .prof-v-s-l {
  top: 42px;
}*/

.post-screen {
  top: auto;
  bottom: 32px;
  left: 0;
  border: 1px solid #42a6d3;
}

.post-screen-down {
  margin-top: 30px;
  border: 1px solid #42a6d3;
}

.suggestions-list.post-screen li:nth-last-child(1) {
  border-bottom: 1px solid #dddddd;
}

.side_effects .icon-dislike {
  font-size: 4.16rem;
  top: 19px;
  left: -12px;
}

.side_effects.bgpos0 i, .alternative_therapy.bgpos0 i {
  top: -6px;
}

/*.reset-pwd-div {
  margin-top: 12%;
}*/

/*
.how_inner figure .icon-search {
  font-size: 3.5rem;
  margin: 8px 6px 0;
  display: inline-block;
}
*/

/*.pushing-div-img {
  position: absolute;
  background: url(../images/loading1.gif) no-repeat center;
  top: 35%;
  left: 45%;
  height: 85px;
  width: 75px;
}*/

.sign_in a .icon-dropdown {
  display: inline-block;
  margin: 3px 0 0 5px;
  font-size: 1.08rem;
}

.profile-edit a {
  display: inline-block;
  padding-top: 7px;
  font-size: 1.08rem;
  color: #888888;
}

.profile-edit i {
  padding: 0 4px;
}

/*Calender Css starts*/
.uib-daypicker th, .uib-monthpicker th, .uib-yearpicker th {
  vertical-align: middle;
}

.uib-daypicker td span, .uib-monthpicker td span, .uib-yearpicker td span {
  font-size: 1rem;
  margin: 0;
}

.uib-daypicker .btn-info.active {
  background-color: #42a6d3;
}

/*Calender Css Ends*/

.chart-doughnut {
  width: 90% !important;
  height: 100% !important;
}

/*18 July 2016*/
/*.sentiments_dropdown {
  right: -34px;
  display: none;
  cursor: pointer;
  background: #42a6d3;
  padding: 3px 2px;
}

.sentiments_dropdown a {
  font-size: 1.33rem;
  padding: 0 2px;
  margin: 4px;
  -ms-transform: rotate(90deg); !* IE 9 *!
  -webkit-transform: rotate(90deg); !* Chrome, Safari, Opera *!
  transform: rotate(90deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}*/

.collaspe-main .sentiments__item {
  float: left;
  width: 92%;
  font-weight: 700;
}

.side-effects-inner-detail {
  float: left;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.sentiments__item, .c-bar-main.collaspe-main {
  height: auto;
}

/*.side-effects-inner-detail:hover .side_effects__search {
  display: block;
}*/

/*.collaspe-inner .side_effects__search a ins {
  top: 9px;
  right: 0;
  height: 13px;
  width: 1px;
  background: #fff;
  position: absolute;
}*/

/*
.side_effects__search a:nth-last-child(1) {
  border: 0;
}
*/

/*.side-effects-inner-filters {
  float: left;
}*/

.side_effects .bar_chart {
  width: 100%;
  float: left;
  height: auto;
  margin: 13px 0 0;
  clear: both;
}

.c-bar-pannel {
  height: 12px;
  background: #b991db;
  max-width: 150px !important;
  transition: width 2s;
}

.c-bar-inner-pannel {
  height: 35px;
  background: #FFEA00;
}

/*.collaspe-main .sentiments__item {
  width: 92%;
  font-weight: 700;
}*/

/*
.collaspe-div-width {
  transition: 1s;
  width: 63% !important;
}
*/

.side-effects-inner-detail:hover {
  max-height: 35px;
}

.side-effects-inner-detail:hover > .c-bar-label > .effect {
  color: #42a6d3 !important;
}

.side-effects-inner-detail > .c-bar-label {
  padding: 0 20px 0 0;
  cursor: pointer;
}

.c-bar-label > .effect > span {
  padding: 0 10px !important;
  color: #42a6d3;
  font-size: 1.16rem;
  font-weight: 400;
}

/*.cbar-border-blue .sentiments_dropdown {
  display: block !important;
}

.cbar-border-blue .sentiments_dropdown a {
  -ms-transform: rotate(-90deg); !* IE 9 *!
  -webkit-transform: rotate(-90deg) !important; !* Chrome, Safari, Opera *!
  transform: rotate(-90deg);
  transition: .4s;
}*/

.c-bar-inner-pannel:hover {
  background: #FFEA00;
  opacity: 0.6;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

/*.pending-request {
  position: absolute;
  top: 54px;
  left: 33px;
  padding: 0;
  height: 19px;
  width: 20px;
}

.pending-request img {
  height: 16px;
}*/

.conversation-login {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(242, 242, 242, 0.9);
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.conversation-login .main-profile {
  top: 35%;
}

/*.search_field input:focus, .search_field select:focus, .person_search_form input:focus, .person_search_form select:focus, .form-group input:focus, .form-group textarea:focus {
  border-bottom: 2px solid #42a6d3;
}*/

.effect .upper a:hover {
  color: #42a6d3;
}

.conversion-messages .conversation-login {
  position: fixed;
}

.edit-moderate-btn span i {
  padding: 0 8px;
}

/*
.moderate-verify-btn {
  cursor: pointer;
  color: #42a6d3;
}

.moderate-verify-btn:hover {
  color: #42a6d3;
}

.moderate-verify-btn img {
  height: 13px;
  width: 16px;
  border: 0;
}

.moderate-verify-btn em span {
  font-size: 1rem;
}

.moderate-verify-btn i {
  font-size: 1.25rem !important;
  width: 25px !important;
  padding-top: 5px !important;
}
*/

/*.moderate-post-btns a, .moderate-btns a {
  !* display: block;*!
  !*padding: 9px 0 0 0;*!
  color: #42a6d3;
  !*  text-align: left;
    padding-left: 20%;*!
}*/

/*.moderate-post-btns i, .moderate-btns i {
  padding: 0 4px 0 0;
  color: #42a6d3;
}*/

/*.moderate-post-btns a {
  float: right;
  clear: both;
  text-align: left;
}*/

/*.moderate-post-btns em {
  font-style: normal;
}*/

/*.moderate-popup-image {
  background: url("../images/inspection-white.svg") no-repeat left;
  background-size: 67px 55px;
  height: 32px;
  display: block !important;
  background-position: -2px -6px;
}*/

/*prompt-bar css starts*/
.prompt-bar {
  background: #eceff1;
  position: fixed;
  bottom: 34px;
  right: 6px;
  width: auto;
  z-index: 99;
  padding: 0;
}

.prompt-bar-div {
  height: auto;
  max-height: 500px;
  overflow-y: auto;
  width: auto;
  transition: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.prompt-bar-div h3 {
  color: #fff;
  padding: 10px;
  font-size: 1.16rem;
  text-align: center;
  background: rgb(66, 165, 245);
}

.prompt-bar-div p {
  background: #eceff1;
  padding: 10px;
  text-align: center;
}

.prompt-bar-icon {
  position: fixed;
  bottom: 10px;
  right: 6px;
  z-index: 10;
}

.prompt-bar-div > .inner-header li {
  margin: 2px 10px;
  background: transparent;
  width: 95px;
  color: #6d6e87;
  border: 0;
}

.prompt-bar-div .inner-header {
  background: #eceff1;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #42a6d3;
}

.prompt-bar a {
  background: #42a6d3;
  color: #fff !important;
  padding: 4px 6px;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.prompt-bar-div-show {
  transition: 0.5s;
  width: 0;
  height: 0;
  background-color: #ccc;
}

/*.sendFeedback-pannel > h6 {
  margin: 0;
  padding: 11px 0 !important;
  border-bottom: 1px solid #42a6d3;
  color: #f5fbff !important;
  background: #42a6d3;
  font-size: 1.41rem;
  font-weight: 500;
}*/

.sendFeedback-form label {
  color: #6d6e87;
  padding: 5px 0;
}

.sendFeedback-form .form-control {
  border: 1px solid #ccc;
  max-width: 100%;
}

.prompt-bar-div h5 {
  font-weight: 400;
  font-size: 1.08rem;
}

.prompt-bar-div .custom-btn {
  margin: 0 3px;
}

/*prompt-bar css ends*/

.side-effects-inner-detail > .c-bar-label > .effect, .side-effects-inner-detail > .c-bar-label > .members {
  font-size: 0.91rem;
  font-weight: 700;
}

.btn-signup:focus, .btn_style:focus {
  border: 1px dotted #fff;
}

.effect .upper a {
  color: #42a6d3;
}

.dob-calender .btn {
  padding: 4px 10px;
}

.chat-list-user-info h4 a {
  color: #000;
  text-align: left;
  float: left;
}

/*New Main page design css starts*/
.person_search_row h2 {
  font-size: 1.33rem;
  color: #fff;
  font-weight: 500;
  margin: 9px 0 8px;
  text-align: center;
}

.cancer-list a {
  padding: 0;
  width: 159px;
  font-size: 1.08rem;
  float: none;
  display: inline-block;
  background: rgba(247, 247, 247, 0.95);
  color: #000;
  font-weight: 500;
  margin: 0 0.8% 0.8% 0;
  text-transform: capitalize;
  line-height: 35px;
  border-radius: 2px;
}

.person_search_row a .icon-ribbon {
  font-size: 1rem;
  transform: rotate(13deg);
  -ms-transform: rotate(13deg); /* IE 9 */
  -webkit-transform: rotate(13deg); /* Chrome, Safari, Opera */
  display: inline-block;
  vertical-align: middle;
}

.person_search_row a img {
  height: 15px;
  margin-right: 5px;
}

.person_search_row a:hover {
  text-decoration: none;
}

/*
.analitic_block, .how_block {
  margin: 0;
  min-height: 230px;
  max-height: 230px;
  text-align: center;
  padding: 14px 10px 10px;
  background: rgba(0, 26, 47, .7);
}

.analitic_block figure em {
  position: absolute;
  top: 27px;
  right: 0;
  height: 30px;
  background: #fff;
  width: 1px;
}

.analitic_block figure figcaption {
  font-size: 1rem;
  padding-top: 3px;
  font-weight: normal;
}
*/

.main-content-div {
  width: 72%;
  margin: 0 auto;
}

/*.search-about-sec {
  color: #fff;
  width: 68.5%;
  margin: 0 auto;
}*/

/*.search-about-sec h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.search-about-sec h2 span {
  color: #42a6d3;
  padding: 0 10px;
  cursor: pointer;
  text-transform: capitalize;
}

.search-about-sec h2 span img {
  margin-left: 8px;
}

.search-about-sec input {
  padding: 11px 15px;
  border: 1px solid #fff;
  color: #333;
  height: 40px;
  background: #fff;
  width: 100%;
  font-size: 1rem;
}

.search-about-sec .form {
  position: relative;
  float: left;
  width: 100%;
}

.search-about-sec form a {
  color: #42a6d3;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 10px 20px;
}*/

.person-search-link {
  color: #42a6d3;
  font-size: 1rem;
  margin: 19px 0 0 0;
  float: right;
  min-width: 150px;
  cursor: pointer;
}

/*.search-about-sec .icon-search {
  font-size: 1.83rem;
}*/

.advance-search label {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 6px;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

.advance-search .form-group {
  width: 16.2%;
  float: none;
  margin: 0 5px;
  vertical-align: bottom;
  display: inline-block;
}

.advance-search select {
  box-shadow: none;
  border: 0;
  padding: 0 5px;
  color: #888888;
  background: url("../images/arrow_down.png") no-repeat 93% 50%;
}

.advance-search .btn {
  border: 0;
  height: 30px;
  border-radius: 0;
  width: 100%;
  color: #fff;
  background: #42a6d3;
}

/*.advance-search-row {
  float: left;
  width: 100%;
  padding: 18px 0 0;
}*/

.advance-search .form-group:nth-last-child(1) {
  width: 11%;
  margin: 0;
  vertical-align: bottom;
}

/*.abt-cancer-dropdown-list {
  width: 87%;
  padding: 0 0 10px;
  margin: 0 auto;
  float: none;
  display: inline-block;
}*/

/*.abt-cancer-dropdown-list a {
  width: 150px;
  float: left;
  display: inline-block;
  margin: 8px 0;
  font-size: 0.91rem;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  padding-right: 8px;
}*/
/*
.abt-cancer-dropdown-list a:hover {
  color: #42a6d3;
}*/

.advance-search {
  margin-top: 5px;
  float: right;
}

/*.drug-realted-searches {
  position: relative;
  width: 100%;
  color: #fff;
  float: left;
}*/

/*.trending-drugs-sec {
  width: 33.2%;
  float: left;
  max-height: 215px;
  overflow: hidden;
  margin-right: 1.1%;
}*/

/*.total-conversion, .top-drugs-sec, .top-side-effect {
  padding: 11px 15px 8px;
  margin-bottom: 10px;
  max-height: 215px;
}

.total-conversion h3 {
  font-size: 2.5rem;
  font-weight: normal;
}

.total-conversion p {
  text-align: center;
  font-size: 0.91rem;
  font-weight: 100;
  line-height: 13px;
  margin-top: 4px;
}*/

/*.trending-drugs {
  padding: 13px;
}

.trending-drugs i {
  padding-right: 7px;
  font-size: 1.41rem;
}

.trending-drugs ul li {
  margin: 7px 0;
}*/

/*
.top-side-effect ul li {
  padding: 16px 0 0;
}
*/

/*.trending-drugs ul li a, .top-drugs-sec ul li a, .top-side-effect ul li a {
  font-size: 1.16rem;
  color: #42a6d3;
  cursor: pointer;
  font-weight: 500;
  word-break: break-all;
  height: 42px;
}

.top-drugs-sec {
  float: left;
  width: 39.9%;
  margin-right: 1.1%;
}

.top-side-effect {
  float: left;
  width: 24.6%;
  padding-bottom: 11px;
}*/

/*.about-search-cancer-specific {
  height: 260px;
  margin-bottom: 2%;
  background: transparent;
}*/

/*.advance-search-row .advance-search {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}*/

/*.top-drugs-sec h5, .trending-drugs h5, .top-side-effect h5 {
  font-size: 1.16rem;
}

.top-drugs-sec ul {
  padding: 6px 15px;
  float: left;
  width: 100%;
}

.top-drugs-sec li {
  width: 33.33%;
  float: left;
  max-height: 81px;
  overflow: hidden;
}*/

/*.side-effect-progress-chart {
  max-width: 85px;
}

.side-effect-progress-chart a {
  word-break: break-all;
  height: 30px;
  display: table-cell;
  vertical-align: bottom;
}

.side-effect-progress-chart span {
  width: 100%;
  display: inline-block;
  font-size: 1.75rem;
}

.side-effect-progress-chart .progress {
  height: 5px;
  border-radius: 0;
  box-shadow: none;
  max-width: 60px;
  margin-bottom: 5px;
  background: #888888;
}

.side-effect-progress-chart .progress-bar {
  background: #fff;
}*/

/*.top-drugs-sec h5 i {
  font-size: 1.25rem;
  vertical-align: text-bottom;
}

.top-drugs-sec h5 i {
  font-size: 1.83rem;
  vertical-align: text-top;
}*/

/*.top-side-effect .icon-dislike {
  font-size: 1.83rem;
  margin-left: -8px;
  vertical-align: text-top;
}

.top-side-effect .icon-drug {
  font-size: 1.41rem;
}*/

#tagsList .form-group {
  margin: 0;
  width: auto;
  float: none;
}

#tagsList select {
  border: 0;
  height: 35px;
  padding-right: 23px !important;
}

#tagsList .form-group label {
  color: #888888;
  font-size: 1.25rem;
  font-weight: normal;
  min-width: 173px;
  max-width: 173px;
  width: auto;
  margin: 0;
  float: left;
  padding: 6px 10px;
  border: 1px solid #fff;
}

#tagsList .form-group label .icon-cancer-ribbon {
  font-size: 1.5rem;
  /*    transform: rotate(13deg);
      -ms-transform: rotate(13deg);
      -webkit-transform: rotate(13deg);*/
  display: inline-block;
  vertical-align: bottom;
  color: #c6c6c6;
  margin-right: 4px;
  float: left;
}

#tagsList {
  padding: 10px 2.3%;
  border-bottom: 1px solid #f5f5f5;
}

/*.inner-advance-div {
  position: absolute;
  background: rgb(242, 242, 242);
  padding: 0 2.3% 8px;
  width: 100%;
  left: 0;
  top: 50px;
}*/

.person-search-link:hover {
  color: #42a6d3;
}

.icon-up {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(-180deg);
  margin-top: 3px;
  margin-left: 5px;
  padding: 0;
}

.inner-advance-search {
  width: 13%;
  float: left;
  margin: 0 1.5% 0 0;
  display: inline-block;
}

.inner-advance-search label {
  color: #333333 !important;
}

.aUserName > p {
  float: left;
  padding-right: 3px;
}

.select-cancer-type {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.select-cancer-type h1 {
  font-size: 2.33rem;
  padding-bottom: 30px;
  font-weight: normal;
  line-height: 38px;
}

.select-cancer-type h1 > i {
  font-size: 1.83rem;
  font-style: normal;
  font-weight: 400;
  color: #bfbfbf;
}

.select-cancer-type h1 > i > em {
  color: #eaa639;
  font-style: normal;
}

.select-cancer-type .icon-dropdown {
  font-size: 1.16rem;
  padding: 4px 10px;
  position: absolute;
  top: 15px;
  right: 2px;
  color: #42a6d3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.all-cancer-dropdown .icon-cancer-ribbon {
  font-size: 1.12rem;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 4px 7px 0 0;
}

/*.select-cancer-type .icon-ribbon {
  font-size: 1.25rem;
  transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 4px 7px 0 0;
}*/
.all-cancer-dropdown {
  position: relative;
  width: auto;
  cursor: pointer;
  height: 50px;
  float: left;
  font-size: 1.33rem;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 13px 15px;
  min-width: 190px;
  max-width: 190px;
  overflow: hidden;
}

.index-search-input {
  position: relative;
  width: 100%;
  max-width: 550px;
  float: left;
  padding: 0;
}

.index-search-input input {
  width: 100%;
  float: left;
  max-width: 500px;
  height: 50px;
  color: #fff;
  font-size: 1.16rem;
  padding-left: 23px;
  border-radius: 0;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
}

.index-search-input input::-moz-placeholder {
  color: #fff !important;
}

.index-search-input input::-webkit-input-placeholder {
  color: #fff !important;
}

.index-search-input input:-ms-input-placeholder {
  color: #fff !important;
}

.index-search-input .btn {
  color: #fff;
  float: left;
  padding: 16px 10px;
  border-radius: 0;
  height: 50px;
  min-width: 50px;
  margin-left: -2px;
  background: #42a6d3;
}

.search:nth-last-child(1) a span {
  border-right: 0;
}

.index-search {
  position: relative;
  width: 1045px;
}

.total-specific-conversion {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: rgba(51, 63, 80, 0.5);
}

.total-specific-conversion > h5 {
  font-size: 2rem;
  color: #666666;
  font-weight: 500;
}

.total-specific-conversion > p {
  color: #b9b9b7;
  font-size: 1.16rem;
}

.top-results-section {
  background: #fff;
  position: relative;
}

.top-results {
  position: relative;
  padding: 30px 0;
  text-align: center;
  border-right: 1px solid #eaeaea;
  font-size: 1.16rem;
  height: 255px;
}

.top-results > h4 {
  text-align: center;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500;
}

.top-drugs {
  border-right: 1px solid #eaeaea;
  margin: 58px 0 25px;
  padding: 0 15px;
  text-transform: capitalize;
}

.top-results .top-drugs a {
  color: #42a6d3;
  width: 100%;
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
}

.top-results .top-drugs span {
  color: #999999;
  font-size: 1.16rem;
}

.top-results:nth-child(1) .top-drugs:nth-last-child(2), .top-results .top-drugs:nth-last-child(1) {
  border-right: 0 !important;
}

.c100 > span {
  font-weight: 500;
}

.top-results-section em {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background: #eaeaea;
}

.top-results:nth-last-child(1) {
  border: 0;
}

/*.personalised-conversion {
  padding: 30px;
  text-align: center;
  background: #42a6d3;
  color: #fff;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}*/

/*.personalised-msg {
  border-right: 1px solid #c5dfee;
}*/

/*.personalised-head {
  font-size: 1.5rem;
}*/

/*
.personalised-desc {
  padding: 35px 25px;
}

.personalised-desc > h6 {
  padding-bottom: 20px;
  border-bottom: 1px solid #c5dfee;
}

.personalised-desc > h6 > span {
  font-size: 1.5rem;
}

.personalised-desc .msg {
  padding: 10px 0 0;
}
*/

/*.personalised-desc .msg p {
  padding-top: 12px;
  font-size: 1rem;
  font-family: 'roboto-italic', Arial;
}*/

.search-link-reference {
  font-size: 1.33rem;
  font-weight: 500;
}

.personalised-img img {
  margin: 0 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid white;
}

/*.join-community-btn {
  background: #fff;
  min-width: 150px;
  min-height: 35px;
  border-radius: 0;
  font-size: 1.16rem;
  color: #42a6d3;
}*/

.how-do-sec {
  padding: 0 0 20px;
  float: left;
  width: 100%;
}

.articles-sec h2 {
  font-size: 2rem;
  color: #666;
  font-weight: 400;
}

.how-steps {
  padding: 0;
  position: relative;
}

.how-steps span {
  background: #fff;
  color: #42a6d3;
  padding: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.how-steps em {
  position: absolute;
  left: 0;
  top: 9px;
  height: 2px;
  width: 100%;
  z-index: 1;
  background: #fff;
}

.how-we-do-boxes {
  color: #fff;
  width: 200px;
  float: none;
  padding: 37px 0 0;
  display: inline-block;
  margin: 30px 5.5% 0;
  position: relative;
  vertical-align: top;
}

.how-we-do-boxes h3 {
  padding-bottom: 10px;
  font-size: 1.75rem;
}

.how-we-do-boxes p {
  width: 195px;
  font-size: 1.08rem;
  margin: 0 auto;
  text-align: center;
}

.how-we-do-boxes > i {
  position: absolute;
  top: -50px;
  left: 55px;
  font-size: 4.83rem;
  background: #42a6d3;
  padding: 20px;
}

.articles-sec {
  float: left;
  width: 100%;
  padding: 25px 25px 40px;
  background: #f8f8f8;
  position: relative;
}

/*
.video-tour-sec {
  background: #fff;
  float: left;
  width: 100%;
  padding: 60px 0;
}

.video-tour-sec p {
  font-size: 1rem;
}

.video-tour-sec .btn {
  height: 42px;
  width: 200px;
  padding: 10px;
  font-size: 1.33rem;
  background: #42a6d3;
  border-radius: 0;
  color: #fff;
  margin-top: 30px;
}
*/

.cancer-home-page-top {
  padding-top: 230px !important;
  /*  background-position: 100% 13%;*/
}

.total-specific-conversion > h4 {
  font-size: 1.75rem;
  padding: 20px;
  color: #bfbfbf;
  font-weight: 400;
}

.discover-insights {
  background: #fff;
  padding: 30px 50px 40px;
}

.discover-insights-div {
  width: 14%;
  min-width: 160px;
  vertical-align: top;
  margin: 0 1%;
}

.discover-insights-div i {
  font-size: 2.35rem;
  padding: 15px;
  color: #42a6d3;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  min-height: 58px;
  min-width: 58px;
  border: 1px solid #42a6d3;
}

.discover-insights-div i:hover {
  background: #42a6d3;
  color: #fff;
}

.discover-insights-div h3 {
  position: relative;
  margin: 15px 0 10px;
  color: #42a6d3;
  font-size: 1.5rem;
  font-weight: 400;
}

.discover-insights-div p {
  color: #888888;
  font-size: 1rem;
}

/*.section-gradient {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}*/

.how-do-sec-inverse, .how-do-sec-inverse h2 {
  color: #fff;
}

.how-do-sec-inverse .how-steps em, .how-do-sec-inverse .how-steps span {
  background: #989ca1;
  color: #42a6d3;
}

.how-do-sec-inverse .how-we-do-boxes > i {
  background: transparent;
  color: #8c8c8c;
}

.how-do-sec-inverse .how-we-do-boxes {
  color: #fff;
  border-color: #fff;
}

.select-bg-pos {
  background-position: 98% 50% !important;
}

.articles-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 10px 50px;
  text-align: center;
}

.articles-overlay h3 {
  color: #333333;
  font-size: 1.66rem;
  font-weight: 300;
}

.articles-overlay p {
  color: #888888;
  margin: 5px 0 10px;
  font-size: 1rem;
  font-weight: 300;
}

.articles-overlay span {
  color: #aaaaaa;
  font-size: 0.91rem;
}

.slider {
  width: 90%;
  margin: 50px auto 40px;
}

.slick-slide {
  margin: 29px 20px 0;
  position: relative;
  display: inline-block !important;
  height: 274px !important;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  content: "\e920" !important;
  font-family: 'icomoon' !important;
  color: #42a6d3 !important;
  font-size: 3.5rem !important;
}

.slick-active {
  height: 331px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: -2px 3px 20px 2px rgba(199, 199, 199, 1);
  -moz-box-shadow: -2px 3px 20px 2px rgba(199, 199, 199, 1);
  box-shadow: -2px 3px 20px 2px rgba(199, 199, 199, 1);
}

.slick-active .articles-list {
  height: 331px !important;
}

.slick-track {
  width: 15357px !important;
}

.slick-prev:before {
  content: "\e920" !important;
  font-family: 'icomoon' !important;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.slick-next:before {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.slick-prev {
  left: -50px !important;
  z-index: 100;
  top: 42% !important;
}

.slick-next {
  right: -30px !important;
  z-index: 100;
  top: 42% !important;
}

.slick-list:before, .slick-list:after {
  content: '';
  position: absolute;
  top: 29px;
  height: 78%;
  -webkit-box-shadow: rgb(248, 248, 248) 5px 0 33px 34px;
  -moz-box-shadow: rgb(248, 248, 248) 5px 0 33px 34px;
  box-shadow: rgb(248, 248, 248) 5px 0 33px 34px;
  z-index: 99;
}

.slick-list:before {
  left: 0;
}

.slick-list:after {
  transform: rotate(180deg);
  right: 0;
  /*-webkit-box-shadow: rgb(248, 248, 248) 5px 0 33px 34px;
  -moz-box-shadow: rgb(248, 248, 248) 5px 0 33px 34px;
  box-shadow: rgb(248, 248, 248) 5px 0 33px 34px;*/
}

.slick-track {
  padding-bottom: 20px;
}

.cancer-list {
  margin-top: 10px;
  padding: 9px 20px 10px;
}

.cancer-list a.cancer-specific-btn > span {
  font-size: 1.38rem;
  width: 18px;
  display: inline-block;
  vertical-align: text-bottom;
}

.cancer-list a:hover, .cancer-list a:hover > span {
  color: #fff !important;
}

.cancer-list a:nth-child(1):hover, .cancer-list a:nth-child(1):hover > span {
  color: #42a6d3 !important;
}

.search.able a span {
  color: #fff !important;
}

.inner-header li.active {
  border-bottom: 2px solid #42a6d3;
}

.cancer-list.abs {
  margin-top: -6px;
  z-index: 99;
  position: absolute;
  top: 76px;
  left: 0;
}

/*popup css for tasklist in verifymsg.html*/
#tasklist .modal-body {
  overflow: hidden;
  padding: 0;
}

/*.taskbar-heading {
  background: #78909c;
}

.taskbar-heading span {
  padding: 22px 10px;
  width: 10%;
  text-align: center;
  color: #fdfdfd;
  float: left;
  font-weight: bold;
  font-size: 1.16rem;
}

#tasklist .modal-footer {
  margin: 0;
}

.taskbar-decription p {
  float: left;
  padding: 10px;
  width: 10%;
  text-align: center;
  line-height: 40px;
}

.taskbar-decription {
  border-top: 1px solid #ccc;
}

.taskbar-decriptions span:nth-last-child(1), .taskbar-heading p:nth-last-child(1) {
  border-right: 0;
}*/

/*popup css for tasklist in verifymsg.html ends*/
.jspTrack .jspDrag {
  left: 6px;
}

.person_search_form .form-group {
  margin-bottom: 20px;
}

/*.contact-main {
  margin-top: 14%;
}*/

#sign_in:hover .icon-hamberger{
  color: #000 !important;
}

#sign_in:hover #userMenu {
/*  display: block !important;*/
  max-height: 378px;
}

/*
.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgb(66, 165, 245);
}

.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover {
  background-color: rgb(66, 165, 245);
}

.md-button.md-default-theme.md-hue-1.md-accent.md-raised, .md-button.md-hue-1.md-accent.md-raised, .md-button.md-default-theme.md-hue-1.md-accent.md-fab, .md-button.md-hue-1.md-accent.md-fab {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 128, 171);
}*/
/*
.mainBox {
  background: #fff;
  border: 1px solid #90a4ae;
  width: 100%;
  overflow: hidden;
}*/
/*
.navigatePanel {
  position: fixed;
  width: 85%;
  bottom: 0;
  border-top: 1px solid silver;
  background-color: white;
  margin: 0 auto;
  text-align: center;
}*/
/*
.statTool {
  padding: 40px;
  color: #90a4b1;
  font-weight: bold;
  text-align: center;
  float: left;
  background: #fff;
}*/

.stats h4 {
  padding: 10px;
  background-color: #78909c;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*

.statResult {
  padding: 40px;
  float: left;
  border-top: 1px dashed #939598;
}
*/

.caret-updown {
  height: 15px;
  width: 9px;
  display: inline-block;
  margin-top: 3px;
}

/*

.statResult h1 {
  margin: 40px 60px;
  border-left: 5px solid #42a6d3;
  text-align: center;
  font-size: 4.16rem;
  padding: 20px 0;
  color: #78909c;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.1);
}
*/

.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index: 10000;
  position: absolute;
  width: 50%; /* Default */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
}

.ng-modal-dialog-content {
  padding: 10px;
  text-align: left;
}

.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}

textarea#post-content, textarea#reply-content {
  min-height: 250px !important;
}

.first-header .search a {
  padding: 8px 0;
}

/*.first-header .search.able a {
  border-bottom: 2px solid #fff;
}*/

.first-header .search a span {
  color: #e2e2e2;
}

.second-header {
  background: #42a6d3;
  position: fixed;
}

.second-header .search a span {
  border-right: 0;
  color: #abe5f4;
}

/*.second-header .search.able a {
  padding-bottom: 7px;
  border-bottom: 3px solid #abe5f4;
  background: transparent !important;
}*/

.sign_in .userMenu a {
  color: #000;
  font-size: 1rem;
}

.notify-icon {
  color: #184c63;
/*  padding-right: 20px;*/
  position: relative;
  /*left: 0;*/
  font-size: 1.75rem;
  float: left;
}

.sign_in .aUserName {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  border-right: 1px solid rgba(61, 79, 169, 0.2);
/*  padding-bottom: 20px;*/
/*  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;*/
}

.sign_in .aUserName > img{
  border: 1px solid #ccc;
}

#sign_in:hover ~ div a.aUserName{
  border-color: transparent;
}

.notify-icon em {
  position: absolute;
  top: -12px;
  left: 7px;
  background: #e50c0c;
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  padding: 3px;
  border-radius: 50%;
  font-weight: 500;
  width: 16px;
  height: 16px;
  text-align: center;
  font-family: 'Roboto', serif;
}

.read, .notification-list li:hover {
  background: #f5f5f5;
}

.back-button.big {
  left: -105px;
}

.back-button a {
  color: #42a6d3;
  font-size: 1rem;
}

.draft-post-section {
  float: right;
  padding: 26px 20px 20px;
  text-align: left;
}

.tips-drafts-desc {
  padding: 12px 6px 5px;
  margin: 0;
  color: #a5a5a5;
  font-size: 1rem;
  border-bottom: 1px solid #e4e4e4;
}

.tips-drafts-desc > h5 {
  font-size: 1.08rem;
  color: #333;
  cursor: pointer;
}

.tips-drafts-desc > p {
  padding: 10px 0;
  font-size: 1rem;
}

.tips-drafts-desc > span {
  font-size: 0.91rem;
  float: right;
}

.draft-list-sec {
  position: absolute;
  right: 0;
  z-index: 9999;
  width: 400px;
  top: 37px;
}

.draft-list {
  background: rgba(242, 242, 242, 0.9);
  padding: 10px 10px 0;
  border: 1px solid #cacaca;
  border-radius: 6px;
  /* font-family: 'Open Sans', sans-serif; */
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); */
}

.popup-div .draft-list p {
}

.draft-list ul {
  list-style-type: none;
  max-height: 370px;
  overflow: auto;
}

.draft-list li {
  padding: 15px 30px 15px 15px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  margin-bottom: 10px;
}

.draft-subject > span {
  float: left;
  color: #808080;
  line-height: 8px;
}

.draft-subject > span > i {
  color: #4d4d4d;
}

.draft-subject > a {
  font-size: 1.3rem;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  color: #333333;
}

.popup-div .draft-list .draft-body div {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}

.draft-filter {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
  display: -webkit-box;
  white-space: normal;
  line-height: 18px;
}

.draft-list .icon-trash-bold {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.6rem;
  color: #808080;
}

.tagsinput.custom-tag-input {
  min-height: 22px;
  background: transparent;
  vertical-align: middle;
  font-size: 1.08rem;
  /*  font-family: 'Montserrat', sans-serif;*/
  width: 100%;
  max-width: 50%;
}

/*.custom-tag-input::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
}*/

/*.draft-list:before {
  content: '';
  border-bottom: 12px solid #e7e7e7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 30px;
  top: -12px;
  z-index: 10;
}*/

.collaspable-link {
  color: #777777;
  font-size: 1rem;
  font-weight: 500;
  background: #dbdbdb;
  padding: 5px 10px;
  width: 100%;
  display: inline-block;
}

.collaspable-link:hover, .collaspable-link:focus {
  color: #777777;
}

.write-post-link {
  background: #42a6d3;
  padding: 12px 0 !important;
  min-width: 140px;
  text-align: center;
  color: #fff !important;
  display: inline-block;
  font-size: 1rem;
}

/*.collaspe-icons {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background: #42a6d3;
  display: none;
}

.collaspe-icons a {
  color: #fff;
  padding: 4px 6px;
}

.collaspe-outer:hover .collaspe-icons {
  display: block;
}*/

/* Ravi's Work starts */
.chat-connection-request {
  width: 160px;
  height: auto;
  border: 1px solid #dcdcdc;
  margin-left: 20px !important;
  margin-top: 20px !important;
  display: inline-block;
  vertical-align: top;
  background-color: white;
}

.connection_image img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}

.connection_profile {
  height: 70px;
}

.connection_profile h5 a {
  font-size: 1rem;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
}

.connection_profile h6 {
  margin-top: 9px;
  font-size: 0.91rem;
  color: #888888;
  padding-left: 15px;
  padding-right: 15px;
}

.connection_profile h6 > span {
  display: inline-block;
  width: 100%;
}

.connection_profile .description {
  margin-top: 20px;
  font-size: 0.83rem;
  color: #bcbcbc;
  padding-left: 15px;
  padding-right: 15px;
}

.connection_action {
  height: 40px;
}

.connection_accept {
  margin-left: 16px;
  margin-bottom: 20px;
  height: 22px;
  width: 60px;
  background-color: #42a6d3;
  padding-top: 3px;
  font-size: 0.91rem;
  color: #ffffff;
}

.connection_reject {
  margin-left: 8px;
  margin-bottom: 20px;
  height: 22px;
  width: 60px;
  background-color: #ffffff;
  padding-top: 3px;
  border: 1px solid #dcdcdc;
  font-size: 0.91rem;
  color: #e56a6a;
}

.connection_cancel {
  margin-left: 48px;
  margin-bottom: 20px;
  height: 24px;
  width: 60px;
  background-color: #ffffff;
  border: 1px solid #f95858;
  padding-top: 3px;
  padding-left: 14px;
  font-size: 0.91rem;
  color: #ffffff;
  text-align: center;
}

.connection_connect {
  margin-left: 48px;
  margin-bottom: 20px;
  height: 22px;
  width: 60px;
  background-color: #42a6d3;
  padding-top: 3px;
  padding-left: 10px;
  font-size: 0.91rem;
  color: #ffffff;
  text-align: center;
}

.connection_message {
  margin-left: 16px;
  margin-bottom: 20px;
  height: 22px;
  width: 60px;
  background-color: #42a6d3;
  padding-top: 3px;
  padding-left: 8px;
  font-size: 0.91rem;
  color: #ffffff;
  text-align: center;
}

.connection_videochat {
  margin-left: 8px;
  margin-bottom: 20px;
  height: 22px;
  width: 60px;
  background-color: #42a6d3;
  padding-top: 3px;
  padding-left: 4px;
  font-size: 0.91rem;
  color: #ffffff;
  text-align: center;
}

.videocall_accept {
  margin-left: 16px;
  margin-bottom: 20px;
  height: 22px;
  width: 60px;
  background-color: #61bc85;
  padding-top: 3px;
  font-size: 0.91rem;
  color: #ffffff;
}

.videocall_reject {
  margin-left: 8px;
  margin-bottom: 20px;
  height: 22px;
  width: 60px;
  background-color: #e56a6a;
  padding-top: 3px;
  border: 1px solid #dcdcdc;
  font-size: 0.91rem;
  color: #e56a6a;
}

.connection_options {
  font-size: 1rem;
  color: #333333;
  text-align: left;
  padding-left: 19px;
}

.connection_options_specific {
  font-size: 1rem;
  color: #333333;
  text-align: left;
}

.connection_options > li {
  border-left: 2px solid transparent;
  cursor: pointer;
  position: relative;
  list-style: none;
}

.connection_options > li > i {
  display: none;
  color: #d8d8d8;
}

.connection_options > li:hover i {
  display: inline-block !important;
}

.dropdown-rotate {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.connection_options > li:hover {
  border-left: 2px solid #42a6d3;
}

.connection_options > li:hover a {
  color: #42a6d3 !important;
}

.connection_active {
  font-weight: 500;
  border-left: 2px solid #42a6d3 !important;
}

.connection_active > a {
  color: #42a6d3 !important;
}

.profile-img-section img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  padding: 0;
  text-align: center;
}

.profile input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  font-size: 1rem;
  cursor: pointer;
}

.profile .icon-profile {
  position: relative;
  font-size: 544%;
  padding: 21% 18% 22%;
  height: 100%;
  width: 100%;
  float: left;
  color: #90a4ae;
  display: inline-block;
  border: 1px solid #90a4ae;
}

.profile .icon-camera {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #42a6d3;
  font-size: 1rem;
}

.profile_description {
  margin-top: 25px;
  font-size: 1.16rem;
  color: #888888;
  text-align: left;
  padding-top: 20px;
}

.profile_information {
  margin-top: 35px;
  width: 20%;
  text-align: left;
  padding-left: 0;
  display: inline-block;
}

.profile_information h6 {
  font-size: 1.16rem;
  color: #111111;
}

.profile_information p {
  font-size: 1.16rem;
  color: #888888;
  padding-right: 20px;
  word-break: break-all;
}

.profile-img-section {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 12px;
}

.plus-img {
  height: 8px;
}

.profile {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 12px;
  min-height: 140px;
  background: #fff;
}

.profile-actions-dropdown > i {
  padding: 4px 0 0 5px;
  display: inline-block;
}

.edit_profile {
  height: 30px;
  width: 170px;
  margin-top: 10px;
  padding-left: 12px;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  float: left;
}

.edit_profile_name {
  font-size: 1.33rem;
  color: #000000;
  margin-left: 0;
}

.edit_profile_metadata {
  font-size: 1rem;
  color: #888888;
  margin-left: 0;
}

.edit_profile_about {
  height: 110px;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 1rem;
  color: #888888;
}

.edit_profile_specialinfo {
  width: 160px;
  font-size: 1rem;
  color: #888888;
  text-align: left;
}

.edit_profile_visibility {
  width: 160px;
  font-size: 1rem;
  color: #42a6d3;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  border: 0;
  float: right;
}

.edit_profile_visibility:hover {
  background-color: #e5e5e5;
}

.edit_profile_moderator {
  height: 340px;
  width: 280px;
  background-color: #42a6d3;
  color: #ffffff;
  font-size: 1.16rem;
  text-align: center;
  position: fixed;
  bottom: 34px;
  right: 6px;
  z-index: 99;
  padding: 0 10px;
}

.edit_profile_moderator h4 {
  font-size: 1.5rem;
  color: #ffffff;
  padding-top: 15px;
}

.edit_profile_moderator p {
  font-size: 1.16rem;
  color: #ffffff;
}

.edit_profile_moderator textarea {
  height: 200px;
  color: #888888;
  font-size: 1rem;
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 10px;
}

/*.edit_moderator_button{
  height: 30px;
  width: 150px;
  margin-top: 15px;
  margin-left: 64px;
  background-color: #ffffff;
  padding-top: 6px;

}*/

.edit_moderator_button a {
  color: #42a6d3;
  font-size: 1rem;
  text-align: center;
  height: 30px;
  width: 150px;
  display: inline-block;
  padding: 6px 0;
  margin: 3px 0;
  background-color: #ffffff;
}

.send_feedback_button {
  height: 30px;
  width: 100px;
  background-color: #ffffff;
}

.send_feedback_button a {
  color: #42a6d3;
  font-size: 1rem;
  text-align: center;
}

/* Ravi's Work Ends */

/*.chat-status {
  background: #f2f2f2;
  text-align: left;
  color: #000000;
  font-size: 1rem;
  max-width: 1000px;
  padding: 15px 25px;
}*/

/*.start-video {
  cursor: pointer;
  text-align: right;
  color: #42a6d3;
  position: relative;
  padding-right: 25px !important;
}

.start-video i {
  position: absolute;
  font-size: 1.5rem;
  top: 0;
  right: 3px;
}*/

.chat-section {
  padding: 0;
  position: relative;
  max-width: 1000px;
}

.search-connection {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.search-connection i {
  position: absolute;
  color: #a5a5a5;
  left: 15px;
  top: 3px;
  font-size: 1.16rem;
}

.search-connection input {
  float: left;
  width: 100%;
  padding: 0 0 7px 35px;
  border-bottom: 1px solid #e4e4e4;
}

.search-connection input:focus {
  border-bottom: 1px solid #f2f2f2;
}

.chat-decription {
  position: absolute;
  top: 0;
  left: 0;
}

.chat-msg-sender .chat-decription {
  right: 0 !important;
  left: 95%;
}

.chat-decription img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
}

.chat-msg-sender .chat-list-user-description {
  float: right;
  background: transparent;
  border: 1px solid #f0f4f7;
}

.chat-msg-sender .chat-list-user-description p {
  color: #888888;
  text-align: right;
}

.chat-msg-reciever, .chat-msg-sender {
  margin-bottom: 20px;
  position: relative;
}

.chat-list-textbox textarea::-moz-placeholder {
  color: #dcdcdc !important;
}

.chat-list-textbox textarea::-webkit-input-placeholder {
  color: #dcdcdc !important;
}

.chat-list-textbox textarea:-ms-input-placeholder {
  color: #dcdcdc !important;
}

.textbox-info {
  color: #a5a5a5;
  font-size: 0.91rem;
  position: absolute;
  top: -20px;
  right: 15px;
  text-align: right;
  background: #fff;
}

.chat-list ul li:hover {
  background: #f1f1f1;
}

.chat-list ul li:hover .user-online {
  display: block;
}

.chat-list-active {
  background: #f8f8f8;
}

.profile-filters {
  position: relative;
  color: #888888;
  margin-bottom: 20px;
}

.profile-filters span:nth-last-child(1) {
  border-right: 0;
}

.filters-listing {
  padding-left: 28px;
}

.filters-heading {
  color: #888888;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 10px;
  background: #dbdbdb;
  padding: 10px 18px;
  font-weight: 500;
}

.filters-bottom {
  position: fixed;
  bottom: 70px;
  right: 14%;
  width: 185px;
}

.right-filters {
  position: fixed;
  top: 191px;
  right: 14%;
  width: 185px;
}

.ngProgressLiteBar {
  height: 3px;
  background: #fff;
}

.ngProgressLite .ngProgressLiteBarShadow {
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
}

.not-registered {
  display: inline-block;
  margin-top: 5px !important;
  font-weight: 400;
}

.screen-height {
  width: 100%;
}

/*
.signup-proceed-div {
  width: 100%;
  max-width: 450px;
}
*/

/*.signup-create-div {
  width: 100%;
  max-width: 700px;
}*/

.modal{
  background: rgba(67,79,89,0.65);
  z-index: 9999;
}

.modal-dialog {
  /*position: fixed;*/
  position: absolute;
  bottom: 50% !important;
  right: 50% !important;
  -webkit-transform: translate(50%, 50%) !important;
  -ms-transform: translate(50%, 50%) !important;
  -moz-transform: translate(50%, 50%) !important;
  -o-transform: translate(50%, 50%) !important;
  transform: translate(50%, 50%) !important;
}

.modal-dialog, .modal-dialog div {
  border: 0;
  text-align: left;
}

.modal-body {
  padding: 10px 20px;
  word-wrap: break-word;
  line-height: 18px;
}

.modal-footer {
  padding: 15px;
  margin: 0;
  text-align: center !important;
}

.modal-header .close {
  font-size: 1.66rem;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  color: #fff;
}

button.close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 99;
}

.modal-header {
  background: #42a6d3;
}

.modal-title {
  color: #fff;
  font-size: 1.33rem;
  font-weight: 500;
}

.modal-content {
  border-radius: 3px;
}

.modal-xxxl {
  width: 100% !important;
  max-width: 850px !important;
}

.modal-xxl {
  width: 100% !important;
  max-width: 700px !important;
}

.modal-xl {
  width: 100% !important;
  max-width: 600px !important;
}

.modal-lg {
  width: 100% !important;
/*  max-width: 500px !important;*/
}

.modal-sm {
  width: 100% !important;
  max-width: 320px !important;
}

.modal-xs {
  width: 100% !important;
  max-width: 160px !important;
}

.custom-sm-Modal .modal-sm {
  width: 100% !important;
  max-width: 400px !important;
}

.modal-list-user p {
  font-size: 1rem;
}

.modal-chat-msg {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-textbox {
  border-color: #42a6d3 !important;
}

.articles-img img {
  /*  width: 100%;
    float: left;*/
  height: 254px;
  width: 100%;
  float: none;
  margin: 0 auto;
  padding: 0 !important;
}

.articles-desc {
  padding: 0 0 0 12px;
}

.articles-desc h2 {
/*  font-size: 2rem;
  font-weight: 700;*/
  font-size: 1.75rem;
  font-weight: 500;
}

.articles-desc h2 a {
  color: #4d4d4d;
}

.articles-desc p {
  font-size: 1.16rem;
  color: #666666;
}

.articles-list {
  height: 274px;
  padding: 0;
  overflow: hidden;
}

.article-home {
  width: 48.3%;
  height: 450px !important;
  padding: 0 !important;
  padding-left: 0 !important;
  /*padding: 15px !important;*/
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
}

.article-home:nth-child(even) {
  float: right;
}

.article-home:nth-child(odd) {
  float: left;
}

.articles-list-desc {
  padding: 10px 17px;
}

.latest-article-desc {
  padding: 26px 30px 0 4px;
}

.articles-list-desc h2 {
  font-size: 1.5rem;
  margin: 6px 0;
}

.articles-list-desc h2 a {
  color: #4d4d4d;
}

.articles-list-desc p {
  font-size: 1.16rem;
  color: #666666;
  font-weight: 400;
}

.articles-list-desc span {
  font-size: 0.83rem;
  color: #aaaaaa;
}

.articles-detail {
  float: left;
  margin-top: 50px;
}

.articles-detail h1 {
  font-size: 3.1rem;
  margin: 5px 0 4px;
  line-height: 42px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 700;
  /*  font-family: 'Open Sans', sans-serif;*/
  /* text-align: left;*/
}

.articles-detail h3 {
  margin-bottom: 35px;
  color: #888888;
  padding: 0 30px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}

.articles-detail p {
  margin-bottom: 35px;
  font-size: 1.70rem;
  color: #000;
  float: left;
  line-height: 30px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}

.articles-detail p > span {
  font-weight: 500;
}

.articles-detail > h2 {
  font-size: 2rem;
  color: #494350;
  margin: 0 0 15px 0;
}

.articles-detail ol {
  padding-left: 17px;
  list-style-type: decimal;
}

.articles-detail ol li {
  margin-bottom: 20px;
  font-size: 1.33rem;
  color: #464647;
  float: left;
  width: 100%;
}

.articles-detail a {
  color: #d173ae;
  word-break: break-all;
}

.additional-research p {
  line-height: 21px;
}

.un-orderList li {
  margin-bottom: 20px;
  font-size: 1.58rem;
  color: #000;
  float: left;
  width: 100%;
  line-height: 30px;
  font-weight: 300;
}

.orderList li {
  margin-bottom: 20px;
  font-size: 1.53rem;
  color: #464647;
  float: left;
  width: 100%;
  line-height: 26px;
  list-style-type: decimal;
}

.analytics-info {
  font-size: 1.33rem;
  color: #494350;
  display: inline-block;
  padding: 0 0 40px 0;
  font-style: italic;
  line-height: 24px;
}

.article-footer {
  padding: 25px 0 80px;
  float: left;
  width: 100%;
  color: #888888;
  border-bottom: 1px solid #e0e0df;
}

.article-footer > h6 {
  font-size: 1.16rem;
  font-weight: 500;
}

.article-footer li {
  font-size: 0.91rem;
  padding: 2px 0;
}

.company-info-footer {
  padding: 20px 0;
  color: #888888;
  font-size: 1.25rem;
  font-weight: 300;
}

.articles-detail p:nth-last-child(1) {
  margin-bottom: 0;
}

.articles-detail h2 {
  margin-bottom: 10px;
  font-size: 1.75rem;
}

.article-content {
  padding: 20px 40px;
}

.article-content .user-profile {
  padding: 0 0 0 53px;
}

.article-content .user-profile>img {
  height: 43px;
  width: 43px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.article-content .user-profile h5 {
  font-size: 2rem;
  color: #4d4d4d;
}

.article-content .user-profile p {
  color: #808080;
  line-height: 20px;
}

.article-content ul{
  padding-left: 20px;
}

.user-connect ul {
  float: left;
  font-size: 1.16rem;
  font-weight: 700;
  list-style: none;
  color: #6cb9da;
}

.user-connect ul li {
  width: 160px;
  float: left;
  cursor: pointer;
  margin: 35px 0;
}

.seprator {
  height: 1px;
  background: #e2e2e2;
  width: 50%;
  margin: 50px auto 0;
  display: block;
}

/*.table.articleTable { background: #d2d2d2;}
.table.articleTable > thead > tr > th:nth-child(1){ width: 25%;text-align: left; }
.table.articleTable > thead > tr > th {    font-weight: 500; background: #e66ba9;  color: #fff;  border: 0; width: 13%;text-align: center; }
.table.articleTable tr td { text-align: center; }
.table.articleTable tr td:nth-child(1){ text-align: left; }
.table-responsive {  min-height: .01%;  overflow-x: auto; }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #efefef;  }
.columnHighlight{ background: #e66ba9 !important; color: #fff; }
.analysis-drugs{ position: relative; float: none; width: 190px; background: #e66ba9; display: inline-block; padding: 20px 10px; border-radius: 10px; min-height: 161px; vertical-align: middle; margin: 0 6% 0 0;}
.analysis-drugs p{ color: #fff; }
.analysis-drugs p:before { content: "\e91f"; font-family: 'icomoon'!important; position: absolute; top: 57px; right: -34px; transform: rotate(90deg); font-size: 23px; color: #c7c7c7;}
.analysis-drugs:nth-last-child(1) >:before,.article-bottom:nth-last-child(1) > p:before{display: none;}
.article-bottom i{font-size: 50px; margin: 0 0 20px 0; display: inline-block; width: 100%; color: #c7c7c7;}
.article-bottom{ padding: 10px 30px; }
.article-bottom p:before{ content: "\e91f"; font-family: 'icomoon'!important; position: absolute; top: 22px; right: -9px; transform: rotate(90deg); font-size: 18px;color: #c7c7c7;   }
.articles-detail p{ text-shadow: 0 0 0 rgba(0,0,0,0.5); }
.articles-detail{ width: 100%; }
.articles-refrences h3{ color: #909090; }
.articles-refrences ol li{ font-size: 1.08rem; color: #909090;margin-bottom: 6px; }
.article-bottom p{ line-height: 21px; }*/
.sticky-icons span {
  cursor: pointer;
  height: 40px;
  width: 40px;
  border: 1px solid #777575;
  padding: 12px 11px;
  border-radius: 50%;
  color: #777575;
  display: inline-block;
  text-align: center; /*margin: 8px 0;display: table-cell; vertical-align: middle;border-radius: 50%; box-shadow: 0 0 4px rgba(0,0,0,.15);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-icons ul {
  list-style-type: none;
}

.sticky-icons li {
  position: relative;
  display: table;
  margin: 20px 0;
}

.sticky-icons li > i {
  position: absolute;
  top: 12px;
  left: 50px;
  font-size: 1rem;
  font-style: normal;
  color: #676767;
}

/*.sticky-icons li:nth-child(1) span{ border-color: #42a6d3; }*/
.sticky-icons {
  width: 140px;
  top: 0;
  left: 150px;
  padding-top: 150px;
}

.pos-absolute {
  position: absolute;
  top: 880px;
}

.pos-fixed {
  position: fixed;
}

.sticky-icons li > span:hover {
  color: #333;
  border: 1px solid #333;
}

.sticky-icons li.liked > i {
  color: #42a6d3;
}

.sticky-icons .icon-helpful-blue-filled {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #42a6d3;
  color: #42a6d3;
}

.sticky-icons .liked .icon-helpful-blue-filled, .sticky-icons .icon-helpful-blue-filled:hover {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
  /*-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);*/
  background: #42a6d3;
  border: 1px solid #42a6d3;
}

/*
.user-survey-container {
  position: relative;
  padding: 45px 20px 50px 20px;
  width: 940px;
  min-height: 540px;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
*/

/*.survey-input-name {
  padding-right: 30px !important;
}*/

.questions > p {
  position: relative;
  font-size: 2rem;
  padding-left: 35px;
  margin-bottom: 20px;
}

.questions > p > em {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-style: normal;
}

/*.questions-options span {
  display: table-cell;
  vertical-align: middle;
}*/

/*.selected-option {
  background: #4c9385 !important;
}*/

/*.user-survey-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 10px 20px;
  background: #fff;
}*/

/*.questions-options {
  padding-left: 48px;
}*/

/*.survey-pagination {
  padding: 5px 0 0 45px;
}

.survey-pagination span {
  font-weight: 400;
  font-size: 1rem;
  padding-right: 15px;
}*/

.survey-btns a {
  margin-right: 10px;
}

/*.questions-options p {
  display: table-cell;
  vertical-align: middle;
}*/

/*.survey-pagination em.active {
  height: 24px;
  width: 24px;
  background: #42a6d3;
  display: inline-block;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  font-size: 0.91rem;
  text-align: center;
}

.survey-pagination em {
  font-style: normal;
  font-size: 1rem;
  padding: 0 8px;
  font-weight: 500;
}*/

/*.cancer-selectbox {
  color: #6bc6b5;
  border-radius: 2px;
  max-width: 500px;
  position: relative;
  border: 1px solid #6bc6b5;
  padding: 20px 45px 20px 15px;
}

.cancer-selectbox p {
  font-size: 1.16rem;
  cursor: pointer;
  font-weight: 500;
}

.cancer-selectbox p em {
  position: absolute;
  top: 25px;
  right: 12px;
}

.cancer-selectbox ul {
  color: #6bc6b5;
  padding: 20px;
  background: #f8f8f8;
  position: absolute;
  left: -1px;
  top: 60px;
  width: 100%;
  height: 198px;
  overflow: auto;
}

.cancer-selectbox ul li {
  cursor: pointer;
  padding: 3px 0;
}*/

/*.questions-options .inputMaterial:focus ~ label, .questions-options .inputMaterial:valid ~ label {
  color: #6bc6b5 !important;
}*/

/*.questions-options .inputMaterial {
  border: 1px solid #6bc6b5;
  max-width: 570px;
}*/

/*.questions-options .bar {
  max-width: 570px;
}*/

.community-acess .btn-default {
  min-width: 150px;
  border-color: #42a6d3;
  color: #42a6d3;
  margin: 0 10px;
  border-radius: 0;
}

.community-acess .btn-default:hover {
  background: #42a6d3;
  color: #fff;
}

.community-acess p {
  margin: 20px 0;
}

.community-acess-divider span {
  height: 1px;
  width: 100px;
  background: #dcdcdc;
  display: block;
  margin: 0 auto;
}

.chatting-with-name {
  font-weight: 400;
  font-size: 1.16rem;
  font-style: normal;
  color: #42a6d3;
  padding-left: 3px;
  cursor: pointer;
}

.chatting-with-name > ins {
  text-decoration: none;
}

.chatting-with-name > i {
  display: inline-block;
  padding: 3px 0 0 5px;
}

.user-online {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #42a6d3;
}

.articles-max-width {
  margin: 0 auto;
  max-width: 1300px;
}

.social-links {
  width: auto;
  float: left;
  cursor: pointer;
  color: #676767;
  margin: 35px 35px 35px 0;
}

.social-links i, .social-links span, .social-links em {
  font-style: normal;
  display: inline-block;
  width: 100%;
  font-size: 1.16rem;
  font-weight: 500;
}

.social-links i {
  font-size: 2rem;
}

.share-img {
  height: 24px;
  width: 24px !important;
}

.share-hollow {
  float: left;
  width: 16px;
  display: inline-block;
  padding-top: 7px;
}

.share-img img {
  width: 100%;
}

.artiles-wrapper {
  max-width: 768px;
}

.second-article-design h1 {
  color: #ec79d5;
}

.second-article-design h3 {
  color: #343c4d;
}

.second-article-design ul li {
  font-size: 1.33rem;
  color: #464647;
  width: 100%;
  float: left;
  font-weight: 500;
}

.table.articleTable {
  background: #f7f7f7;
}

.table.articleTable > thead > tr > th:nth-child(1) {
  width: 25%; /*text-align: left;*/
}

.table.articleTable > thead > tr > th {
  font-weight: 500;
  background: #e66ba9;
  color: #fff;
  border: 0;
  width: 13%;
  text-align: center;
  vertical-align: middle;
}

.table.articleTable tr td {
  text-align: center;
  border-top: 1px solid #efefef;
}

.table.articleTable tr td:nth-child(1) {
  text-align: left;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #efefef;
}

.columnHighlight {
  background: #e66ba9 !important;
  color: #fff;
}

.columnHighlight-purple {
  background: linear-gradient(to left, rgb(154, 85, 120), rgb(230, 107, 169));
  color: #fff;
}

/*.analysis-drugs{ position: relative; float: none; width: 190px; background: #e66ba9; display: inline-block; padding: 20px 10px; border-radius: 10px; min-height: 161px; vertical-align: middle; margin: 0 6% 0 0;}
.analysis-drugs p{ color: #fff; }
.analysis-drugs p:before { content: "\e91f"; font-family: 'icomoon'!important; position: absolute; top: 67px; right: -34px; transform: rotate(90deg); font-size: 23px; color: #c7c7c7;}
.analysis-drugs:nth-last-child(1) >:before,.article-bottom:nth-last-child(1) > p:before{display: none;}*/
.article-bottom i {
  font-size: 50px;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
  color: #9a9999;
}

.article-bottom {
  padding: 10px 30px;
}

.article-bottom p:before {
  content: "\e91f";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 22px;
  right: -9px;
  transform: rotate(90deg);
  font-size: 18px;
  color: #c7c7c7;
}

.articles-detail p { /*text-shadow: 0 0 0 rgba(0,0,0,0.5);*/
}

.articles-detail {
  width: 100%;
}

.articles-refrences h3 {
  color: #909090;
}

.articles-refrences ol li {
  font-size: 1.08rem;
  color: #909090;
  margin-bottom: 6px;
}

.article-bottom p {
  line-height: 21px;
}

.article-bottom:nth-last-child(1) > p:before {
  display: none;
}

.happy-bg{background: #a9d18e;}
.unhappy-bg{background: #ff9393;}
.neutral-bg{background: #a6a6a6;}
.compare-sentiments span{ display: inline-block; min-height: 100px; border-radius: 15px; padding: 40px; color: #fff; font-weight: 500; margin: 0 5% 40px; }
.compare-sentiments span > i{ position: absolute; bottom: -30px; left: 0; text-align: center; font-style: normal; color: #333; width: 100%; }
.article-imgs{ max-width: 600px;width: 100%; }

/*.articles-list-highlight li {
  padding: 0 0 30px 50px;
  color: #608c92 !important;
  position: relative;
  font-size: 1.75rem !important;
}*/

/*.articles-bullet-list {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.articles-bullet-list li {
  font-weight: 300 !important;
}

.articles-bullet-list li:before {
  content: '-';
  float: left;
  padding: 0 5px;
}*/

/*.articles-message-data span {
  float: left;
  display: inline-block;
  font-size: 3.08rem;
  padding: 11px;
  color: #608c92;
}

.articles-message-data h6 {
  font-size: 1.25rem;
  color: #608c92;
  font-weight: 400;
  text-align: left;
  line-height: 19px;
}*/

/*.second-article-sprites, .article-msg1, .article-msg2, .article-msg3, .articles-list-highlight1:before, .articles-list-highlight2:before, .articles-list-highlight3:before,
.articles-list-highlight4:before, .second-article-design ul li:before {
  background: url("../images/second-article-sprites.png") center no-repeat;
  display: block;
  float: left;
}

.article-msg1 {
  background-position: -30px -11px;
  height: 70px;
  width: 60px;
}

.article-msg2 {
  background-position: -126px -11px;
  height: 70px;
  width: 60px;
}

.article-msg3 {
  background-position: -220px -11px;
  height: 70px;
  width: 60px;
}*/
/*
.articles-list-highlight1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-position: -28px -103px !important;
  height: 70px;
  width: 70px;
}

.articles-list-highlight2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-position: -117px -103px !important;
  height: 70px;
  width: 70px;
}

.articles-list-highlight3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-position: -214px -103px !important;
  height: 70px;
  width: 70px;
}

.articles-list-highlight4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-position: -311px -103px !important;
  height: 70px;
  width: 70px;
}

.articles-list-highlight li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-position: -26px -200px !important;
  height: 40px;
  width: 30px;
}*/

/*.articles-symptoms-list li {
  padding: 0 0 40px 80px;
  position: relative;
  color: #608c92 !important;
  font-size: 1.75rem !important;
}

.articles-disc-list {
  list-style-type: disc;
  float: left;
  padding: 0 20px;
}

.articles-detail .articles-disc-list li {
  margin-bottom: 20px;
  font-size: 1.33rem;
  color: #464647;
  float: left;
  width: 100%;
  font-weight: 300;
}*/

.comment-section {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.article-post-comment h6 {
  font-size: 1.16rem;
  color: #898989;
  font-weight: 500;
}

.article-post-comment textarea {
  float: left;
  min-height: 82px;
  background: transparent;
}

.article-post-comment-img {
  width: 50px;
  float: left;
}

.article-post-comment-img img {
  height: 35px;
  width: 35px !important;
  border-radius: 50%;
}

.article-post-comment-desc {
  font-size: 1.08rem;
  padding: 0;
  color: #000;
  font-weight: 400;
  float: left;
}

.article-post-comment-btn {
  margin: 52px 0 0 9px;
  float: left;
}

.article-post-comment-actions {
  float: left;
  margin: 10px 0 0;
}

.article-post-comment-actions li {
  font-style: normal;
  font-size: 1rem;
  line-height: 11px;
  padding: 0 10px;
  float: left;
  font-weight: 500;
  border-right: 1px solid #42a6d3;
}

.article-post-comment-actions li i {
  font-style: normal;
}

.article-post-comment-actions li:nth-child(1) {
  padding-left: 0;
}

.article-post-comment-actions li:nth-last-child(1) {
  border-right: 0;
}

.all-replies {
  background: #f2f2f2;
  padding-top: 20px;
  margin-top: 20px;
}

.article-post-comment-list {
  margin: 10px 0;
}

.article-post-comment-list-time {
  color: #888888;
  font-size: 0.91rem;
}

.articles_text_highlight {
  font-size: 1.5rem;
  color: #42a6d3;
  float: left;
  margin-bottom: 45px;
  line-height: 24px;
}

.article-view-top img {
  height: auto !important;
  float: left;
}

.article-detail img {
  height: auto !important;
}

.articles-detail .adjuvant-table td {
  position: relative;
}

.latest-article .articles-img {
  padding-left: 0;
}
.story-detail{
  margin-bottom: 35px;
  font-size: 1.58rem;
  color: #000;
  float: left;
  line-height: 30px;
  font-weight: 300;
}

.adjuvant-table td > img {
  position: absolute;
  top: 7px;
  left: 15px;
  height: 20px;
  width: 20px;
}

.all-replies > h5 {
  font-size: 1rem;
  color: #878787;
  font-weight: 500;
  margin-bottom: 15px;
}

.see-all-comments a {
  color: #666667;
  font-weight: 500;
}

.social-links .icon-heart {
  font-size: 1.75rem;
  margin-top: 4px;
}

.social-icons-overlay {
  background: #eff0f1;
  padding: 15px;
  width: 315px;
  position: absolute;
  top: -12px;
  left: 70px;
  z-index: 99;
  display: none;
  word-break: break-all;
  box-shadow: 2px 2px 6px #cccaca;
  -webkit-box-shadow: 2px 2px 6px #cccaca;
  -moz-box-shadow: 2px 2px 6px #cccaca;
}

.social-icons-overlay a {
  font-size: 1.3rem;
  float: left;
  color: #ffffff;
  line-height: 30px;
  margin-right: 15px;
  background: #676767;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}

.social-icons-overlay a:hover {
  opacity: 0.8;
}

.social-icons-overlay h6 {
  text-align: left;
  color: #676767;
  margin-bottom: 7px;
  padding-left: 5px;
}

.social-icons-overlay .icon-facebook-chat {
  font-size: 1.7rem;
  padding: 2px 0;
}

.copy-link {
  padding: 12px 0 0 !important;
  margin-top: 12px;
  border-top: 1px solid #e0e0df;
}

.copy-link p {
  font-size: 0.91rem;
  font-weight: 500;
  padding: 3px 7px;
  color: #62b5e5;
}

.social-icons-overlay:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 12px 0;
  border-color: transparent #eff0f1 transparent transparent;
  position: absolute;
  left: -11px;
  top: 13px;
}

/*.sentiments-box-shadow {
  -webkit-box-shadow: rgb(97, 182, 229) 5px 0 18px 12px;
  -moz-box-shadow: rgb(97, 182, 229) 5px 0 18px 12px;
  box-shadow: rgb(97, 182, 229) 5px 0 18px 12px;
  position: relative;
  z-index: 99;
}*/

.sendFeedback-form .error-msg {
  /*  bottom: -13px;
    left: 4px; */
}

.sendFeedback-form textarea {
  resize: none;
}

.profile-img {
  height: 66px !important;
  width: 66px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border-radius: 50%;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

.profile-img img, .profile-detail-img img, .user-replied-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
}

.posted-by {
  font-size: 0.91rem;
  color: #000;
  margin-bottom: 10px;
}

.posted-by ins {
  text-decoration: none;
  padding-left: 4px;
}

.reaction-icons > em > i {
  padding-left: 5px;
  vertical-align: text-bottom;
  font-style: normal;
  color: #969696;
  font-weight: 400;
}

.reaction-icons .icon-heart {
  font-size: 0.85rem;
}

.post-reply-page {
  border: 1px solid #f2f2f2;
  padding: 20px 20px 20px 80px;
}

.post-follow em {
  font-style: normal;
  font-size: 1rem;
}

.user-replied-img {
  height: 36px;
  width: 36px;
  float: left;
  margin-right: 10px;
}

.user-replied-img img {
  border-radius: 50%;
  width: 100%;
}

.profile-detail-img {
  width: 50px;
  height: 50px !important;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
  border-radius: 50%;
}

.profile-detail-img img {
  width: 100%;
  border-radius: 50%;
}

.post-reply-page .profile-description h6 {
  font-size: 1.33rem;
  font-weight: 500;
}

.helpful-links-show-hide i {
  font-size: 0.83rem !important;
  padding: 0 !important;
}

.helpful-links .icon-heart {
  font-size: 0.91rem;
  padding-top: 7px !important;
}

.profile-info {
  padding-left: 120px;
  word-break: keep-all;
}

.profile-name {
  color: #000;
  font-size: 1.5rem;
}

.profile-asl {
  color: #888;
  font-size: 0.91rem;
}

.profile-desc p {
  line-height: 19px;
  font-size: 1.08rem;
  margin: 17px 0 5px 0;
  color: #888;
  padding: 0 0 13px 0;
  border-bottom: 2px solid #f3f3f3;
  font-weight: 400;
}

.see-more-profile {
  font-size: 0.83rem;
  font-weight: 700;
}

.see-more-profile i {
  display: inline-block;
  float: left;
  padding: 4px 0 0 5px;
  font-size: 0.75rem;
}

.see-more-profile-expanded {
  padding-top: 10px;
}

.see-more-profile-expanded [class^="col-"] {
  padding: 0 20px 0 0;
}

.see-more-profile-expanded h6 {
  font-size: 0.91rem;
  color: #888;
  padding: 0 0 6px 0;
  font-weight: 400;
}

.see-more-profile-expanded p {
  font-size: 1rem;
  color: #111;
  font-weight: 500;
}

.profile-activity {
  float: left;
  width: 100%;
  padding: 0;
}

.profile-activity ul li {
  min-width: 160px;
  float: left;
  margin-right: 0.5%;
  list-style: none;
}

.profile-activity ul li:nth-last-child(1) {
  margin-right: 0;
}

.profile-activity ul li a {
  padding: 10px;
  width: 100%;
  color: #666666;
  font-size: 1.08rem;
  font-weight: 500;
  display: inline-block;
}

.profile-activity ul li.active > a, .profile-activity ul li:hover > a {
  color: #42a6d3 !important;
}

.profile-activity > ul > li.active, .profile-activity > ul > li:hover {
  background: #fff;
}

.tab-content {
  padding: 0 55px 10px 30px;
}

.inner-tab li.active, .inner-tab li:hover {
  border-bottom: 2px solid #42a6d3;
  /*  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

.inner-tab li a {
  color: #a5a5a5 !important;
  font-weight: 400 !important;
}

.inner-tab {
  border-bottom: 2px solid #f3f3f3;
}

.inner-tab li {
  width: 120px !important;
}

.inner-tab li {
  margin-bottom: -2px;
}

.no-description > h2 {
  font-size: 1.5rem;
  color: #111111;
  font-weight: 500;
  border-bottom: 1px solid #e4e2e2;
  padding-bottom: 20px;
}

.post-bookmark {
  height: 20px;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}

.complete-profile, .privacy-options {
  padding: 18px 10px;
  margin-bottom: 15px;
}

.complete-profile {
  margin-bottom: 76px;
}

.complete-profile h5 {
  font-size: 1rem;
  font-weight: 500;
}

.complete-profile h5 span {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  display: block;
  padding: 8px 0 5px;
  width: 130px;
  margin: 0 auto;
}

.complete-profile p {
  font-size: 0.91rem;
  color: #888;
  margin-top: 11px;
}

.similar-profiles input {
  background: transparent;
  padding-left: 5px;
  color: #666666 !important;
  font-size: 1.08rem;
  font-weight: 500;
  border-bottom: 2px solid #e5e5e5;
}

.similar-profiles input::-webkit-input-placeholder {
  color: #666666 !important;
  font-size: 1rem;
  font-weight: 500;
}

.similar-profiles input::-moz-placeholder {
  color: #666666 !important;
  font-size: 1rem;
  font-weight: 500;
}

.similar-profiles input:-moz-placeholder {
  color: #666666 !important;
  font-size: 1rem;
  font-weight: 500;
}

.similar-profiles input:-ms-input-placeholder {
  color: #666666 !important;
  font-size: 1rem;
  font-weight: 500;
}

.similar-profiles {
  background-color: #c4e3f1;
  padding: 20px 18px;
  /*border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;*/
/*  margin-top: 1.83rem !important;*/
}
.similar-profiles h5{
  font-weight: 700;
  line-height: 1.3;
  color: #4d4d4d;
  font-size: 1.41rem;
  padding: 10px 0 0;
  margin: 0;
}
.similar-profiles-list {
  position: relative;
  text-align: left;
  width: 100%;
  float: left;
  list-style: none;
  padding: 0 30px 0 28px;
  margin: 0 0 15px 0;
  min-height: 37px;
  word-break: break-all;
  background: #dceef7;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

 .similar-profiles-list:nth-last-child(1) {
  border-bottom: 0;
}

 .similar-profiles-occupation {
  color: #4d4d4d;
  float: left;
  margin-top: 2px;
  font-weight: 400;
  line-height: 10px;
  font-size: 0.91rem;
}


.similar-profiles-list-img {
  height: 37px;
  width: 37px;
  top: 0;
  left: -20px;
  position: absolute;
}

.similar-profiles-list-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.similar-profiles-list-name {
  color: #1d2529;
  font-size: 1rem;
  font-weight: 500;
}

/*.similar-profiles-list-location {
  color: #999999;
  font-size: 0.91rem;
  font-weight: 500;
}*/

/*.survey .similar-profiles-list .prof-h-content h5 {
  border: 0;
  padding: 0;
}*/

.edit-profile-form .form-group {
  max-width: 170px;
  float: left;
  width: 100%;
  position: relative;
}

.edit-profile-form option {
  color: #666666;
}

.edit-profile-form label {
  font-size: 1rem;
  width: 100%;
  color: #111;
  font-weight: normal;
}

.edit-profile-form input, .edit-profile-form select {
  border: 1px solid #dddddd;
}

.edit_profile_error {
  position: absolute;
  left: 0;
  background: transparent;
  color: #ed5858;
  line-height: 11px;
  font-size: 0.91rem;
  font-weight: 500;
}

.edit-other-details > h5 {
  padding-bottom: 8px;
  color: #898989;
  border-bottom: 1px solid #e7e7e7;
}

.other-details-info {
  max-width: 60%;
  float: left;
  width: auto;
}

.other-details-info p {
  height: 49px;
  color: #a5a5a5;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  display: table-cell;
  vertical-align: bottom;
}

.edit_profile_paragraph {
  color: #a5a5a5;
  font-size: 1rem;
  display: table-cell;
  text-align: left;
}

/*.edit-profile-left-div {
  width: 62%;
}*/

.edit-profile-right-div {
  /*  width: 38%;*/
  margin-top: 68px;
}

.edit-profile-input {
  width: 50%;
}

.privacy-options table td {
  vertical-align: middle !important;
  border: 0 !important;
  color: #898989;
  font-size: 1rem;
  font-weight: 400 !important;
}

input[type="radio"], input[type="checkbox"], .radio, .checkbox {
  padding: 0 !important;
  margin: 0 !important;
}

.privacy-options table th {
  font-size: 1.08rem;
  color: #988e8e;
  font-weight: 500;
  border-bottom: 2px solid #f4f4f4 !important;
}

.privacy-options table td:nth-child(1) {
  font-weight: 500;
}

.privacy-options-heading {
  font-size: 1.33rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #898989;
}

.edit-profile-form input:focus, .edit-profile-form select:focus {
  border-bottom: 1px solid #91A4AE;
}

.change-pwd-link {
  color: #42a6d3;
  display: inline-block;
  font-size: 1rem;
  margin-top: 30px;
  margin-left: 10px;
}

.change-pwd-link:hover {
  color: #42a6d3;
}

.other-drugs-desc h5 {
  font-size: 1rem;
  font-weight: 500;
}

.other-drugs-desc p {
  font-size: 1rem;
  color: #a5a5a5;
}

.similar-profiles-height {
  float: left;
  width: 100%;
  padding: 0 20px 0 42px;
  /*max-height: 260px;
  overflow: auto;
  height: auto;*/
}

.hover-menu-list {
  position: absolute;
  width: 10px;
  right: 0;
  top: 10px;
  padding: 0 0 10px 0;
  z-index: 99;
  cursor: pointer;
}

.hover-menu-list img {
  height: 17px !important;
  width: 10px !important;
  cursor: pointer;
  padding: 0 3px;
}

.hover-menu-list ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 25px;
  right: -10px;
  z-index: 99;
  width: 130px;
  box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.4);
}

.hover-menu-list:hover ul {
  display: block;
}

.hover-menu-list ul li {
  font-size: 0.92rem;
  list-style: none;
}

.hover-menu-list ul li:hover a {
  background: #42a6d3;
  color: #fff;
}

.hover-menu-list li a {
  color: #656565;
  width: 100%;
  display: inline-block;
  padding: 7px 10px;
}

.hover-menu-list .icon-menu {
  font-size: 1.16rem;
  color: #9e9494;
}

.profile-setting-visibility-div {
  border-bottom: 1px solid #e6e6e6;
  padding: 13px 0;
}

.add-treatement-btn {
  float: right;
  position: relative;
  font-size: 1rem;
  color: #42a6d3;
  text-align: left;
  max-width: 160px;
  min-width: 160px;
}

.add-treatement-btn a {
  border: 1px solid #42a6d3;
  border-radius: 0;
  padding: 7px 10px;
  width: 100%;
  color: #42a6d3;
  display: inline-block;
}

.add-treatement-btn a:hover {
  color: #42a6d3;
}

.add-treatement-btn a i {
  padding-top: 3px;
}

.add-treatement-btn ul {
  position: absolute;
  /*top: 32px;*/
  right: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #dbdbdb !important;
  background: #fff;
  z-index: 99;
}

.add-treatement-btn ul li {
  width: 100% !Important;
}

.add-treatement-btn ul li a {
  padding: 6px 10px;
  border: 0;
  font-size: 1rem;
}

.modal-body .form-control {
  border: 1px solid #ccc;
}

.write-post-heading {
  color: #666666;
  font-size: 1.08rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.collaspable-link i {
  padding-top: 4px;
  color: #42a6d3;
}

.online-users {
  padding: 0 20px;
}

.online-users > h4 {
  font-size: 1.16rem;
  padding: 10px 0 7px 0;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 500;
}

.status {
  color: #a5a5a5;
  font-size: 0.91rem;
  text-align: right;
  font-weight: 400;
  font-style: italic;
}

.user-chat-date-time-stamp span, .user-chat-date-time-stamp em {
  color: #a5a5a5;
  font-size: 0.91rem;
  font-style: normal !important;
  font-weight: 400;
}

.chat-msg-reciever {
  padding-left: 40px !important;
}

.chat-msg-sender {
  padding: 0 !important;
}

.icon-cancel-moderator {
  position: absolute;
  top: 18px;
  right: 10px;
  color: #fff;
}

.chat-list-active .user-online {
  display: block;
}

.company-links {
  margin-top: 7px;
}

.questions-calendar-section input {
  height: 31px;
  border: 1px solid #e5e5e5;
}

.cancer-chats > li {
  position: relative;
  float: left;
  display: inline-block;
  margin: 5px 5px 0 0;
  min-width: 180px;
  background: transparent;
}

.people-like-section {
  /*background: url("../images/poeople-like-bg.jpg") no-repeat center;*/
  background: linear-gradient(to top, rgb(64, 73, 86) 30%, rgb(94, 96, 101) 60%, rgb(64, 73, 86) 100%);
  height: 441px;
  width: 100%;
  color: #f8f8f8;
  padding: 50px;
  background-size: cover;
}

.people-like-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 400;
}

.people-like-section p {
  line-height: 24px;
  font-size: 1.33rem;
  font-weight: 300;
}

.poeople-like-services {
  width: 165px;
  margin-top: 30px;
}

.poeople-like-services i, .community-enales-description i {
  font-size: 3.33rem;
  color: #fff;
}

.poeople-like-services h6 {
  font-size: 1.25rem;
  padding-top: 7px;
  color: #fff;
  font-weight: 300;
}

.poeople-like-services img {
  height: 40px;
}

.people-like-section .btn-primary {
  font-size: 1.33rem;
  padding: 8px 20px;
  min-width: 200px;
  min-height: 40px;
}

.cancer-chats a {
  width: 100%;
  float: left;
  font-size: 1.08rem;
  padding: 5px 8px 5px 35px;
  text-align: left;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid #e6e6e6;
  color: #42a6d3;
  height: 31px;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}

.cancer-chats i {
  padding: 0 0 0 3px;
}

.cancer-chats .icon-chat img {
  height: 12px;
  vertical-align: middle;
}

.cancer-chats .icon-chat {
  font-size: 0.91rem;
  padding-left: 8px;
  margin-left: 6px;
  color: #626060;
}

.cancer-chats .icon-chat > em {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 3px;
  color: #888888;
}

.cancer-chats ul {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: left;
  background: #fff;
  max-height: 286px;
  overflow-y: auto;
  border: 1px solid #e4e2e2;
}

.cancer-chats ul li {
  border-bottom: 1px solid #e4e2e2;
  float: left;
  width: 100%;
  background: #f9f9f9;
}

.cancer-chats ul li a {
  border: 0;
  height: auto;
  text-align: left;
}

.cancer-chats .icon-dropdown {
  font-size: 0.83rem;
}

.inner-advance-search-btns .btn-cancelnew {
  min-height: 35px;
  border-radius: 0;
  color: #42a6d3 !important;
  border-color: #42a6d3 !important;
  min-width: 70px;
}

.disc-list {
  list-style: disc;
}

.disc-list li {
  padding: 5px 0;
  font-size: 1.33rem !important;
  color: #464647 !important;
  float: left !important;
  font-weight: 300 !important;
}

.begin-cancer-search-text {
  font-size: 1rem;
  padding-bottom: 5px;
  font-weight: 400;
  color: #afabab;
}

.cancer-selection {
  width: 740px;
  margin: 0 auto;
  float: none;
  display: inline-block;
}

.cancer-selection input {
  color: #111 !important;
  font-size: 1.33rem;
  font-weight: 300;
  text-shadow: 0 0 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.cancer-selection input:focus {
  background-color: rgba(255, 255, 255, 0.86);
  box-shadow: inset -1px 0 1px 1px #42a6d3;
}

.cancer-selection input::-webkit-input-placeholder {
  color: #111 !important;
  font-size: 1.16rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.cancer-selection input::-moz-placeholder {
  color: #111 !important;
  font-size: 1.16rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.cancer-selection input:-moz-placeholder {
  color: #111 !important;
  font-size: 1.16rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.cancer-selection input:-ms-input-placeholder {
  color: #111 !important;
  font-size: 1.16rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.prompt-bar-div .inner-header li:hover {
  border-bottom: 0;
}

.searchResultsWithin {
  float: left;
  display: inline-block;
  padding: 11px 10px 0 15px;
  color: #9a9a9a;
  font-size: 1rem;
}

.person_search .back-button {
  left: 15px;
  top: 10px;
}

.person_search .back-button a {
  color: #bfbfbf;
}

.dedicated-drugs-list {
  float: left;
  margin: 5px 0;
  width: 100%;
  padding: 15px 10px;
  background: #f5f5f5;
}

.progress-div {
  width: 320px;
  float: left;
  margin-right: 15%;
}

.progress-div > h6 {
  font-size: 1.33rem;
  color: #42a6d3;
  padding-bottom: 3px;
  font-weight: 300;
}

.progress-div .progress-bar {
  background: #42a6d3;
}

.progress-div > h6 > span {
  color: #999999;
  font-size: 1rem;
  font-weight: 400;
}

.progress-div .progress {
  margin: 0;
  height: 5px;
  background: #dbdbdb;
  border-radius: 0;
}

.progress-div .total-conversations {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
}

.dedicated-drugs-description {
  float: left;
  width: 90%;
  text-align: left;
  color: #707070;
  padding: 10px 0 0;
}

.readmore a {
  font-size: 1rem;
  color: #a5a5a5;
}

.discover-insights-div h3 a, .discover-insights-div h3 a:hover {
  color: #42a6d3;
}

.top-results-section .viewmore {
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 1rem;
  width: 100%;
  color: #a5a5a5;
}

.tips-drafts-desc > h5 > a {
  color: #42a6d3;
}

.conversation-right-filters {
  top: 180px;
  padding: 0;
  width: 210px;
  /* right: 0; */
  position: fixed;
  float: right;
  z-index: 99;
}

.tab-heading li {
  display: inline-block;
  float: left;
  color: #b9b2b2;
  font-size: 1.33rem;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 5px 10px;
  border-bottom: 2px solid transparent;
}

.tab-heading li.active {
  color: #42a6d3;
  border-bottom: 2px solid #42a6d3;
}

.signup-popup {
  min-height: 460px;
}

.pop-up-rememberme {
  line-height: 12px;
  font-weight: normal;
}

.conversation-right-filters .filters-heading {
  color: #7f7f7f;
  background: #f2f2f2;
  padding: 12px 15px;
  font-size: 1.1rem;
  border-bottom: 1px solid #d6dce5;
}

.conversation-right-filters .connection_options {
  padding: 0 15px 8px;
  max-height: 168px;
  overflow-y: auto;
}

.conversation-right-filters .connection_options > li {
  padding: 0 0 6px;
  color: #42a6d3;
  border: 0 !important;
}

.conversation-right-filters .connection_options_specific {
  color: #42a6d3;
}

.conversation-right-filters .connection_options > li:hover {
  border: 0;
}

.conversation-right-filters-list {
  border: 1px solid #d6dce5;
  box-shadow: 1px 1px 1px 1px #f2f2f2;
  margin-bottom: 30px;
}
.result-include{
  color: #a5a5a5;
}
.result-include span{
  padding:0 2px;
  display: inline-block;
}
.result-include span>i{
  background: #e6e6e6;
  padding: 1px 3px 8px 4px;
  border-radius: 5px;
  line-height: 5px;
  position: relative;
  top: 3px;
  left: 0;
}

.how-we-do-boxes .icon-dropdown {
  position: absolute;
  top: 77px;
  right: -30%;
  font-size: 2.5rem;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #8c8c8c;
}

.view-more-drugs {
  font-size: 1.08rem;
  color: #42a6d3 !important;
}

.sugession-list-div {
  padding-left: 173px !important;
}

.sugession-list-div input::before {
  content: "\e957";
}

.sugession-list-div .form-group {
  position: absolute;
  top: 0;
  left: 0;
}

.dedicatedDrugs-listing ul li {
  width: 33%
}

.profile-icon-text {
  display: inline-block;
  line-height: 18px;
  vertical-align: text-top;
}

.tagsInput .icon-deletecross {
  color: #42a6d3;
  font-size: 0.83rem;
  position: absolute;
  top: 2px;
  right: -2px;
}

.cancer-chats .icon-chat:before {
  display: none;
}

.cancer-chats a .icon-cancer-ribbon {
  position: absolute;
  top: 8px;
  left: 13px;
}

.sugession-list-div .icon-dropdown {
  display: inline-block;
  font-size: 0.91rem;
  float: right;
  padding: 5px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

/*.top-results-section>.top-results:nth-child(1) .top-drugs:nth-child(4) {
    border: 0;
}*/
.top-results-section > .top-results .top-drugs:nth-child(4) {
  border: 0;
}

.homePage-logo {
  padding-top: 22px;
}

.homePage-logo a {
  width: 165px;
}

.loading-img {
  background: url(../images/loading.gif) no-repeat center;
  height: 85px;
  width: 75px;
}

.dialogs_item__footer footer > span, footer.dialogs_item__footer > span {
  border-right: 1px solid #a5a5a5;
  float: left;
}

.dialogs_item__footer footer > span:nth-last-child(1) {
  border: 0;
}

.dialogs_scrollbar .lastMsgDiv .dialogs_item_inner {
  border-bottom: 2px solid #42a6d3;
}

/*
.tour-ordering {
  padding: 3px 9px;
  background: #ff0000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -12px;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
}*/

.popover-navigation .btn-default {
  margin: 10px 0;
}

.checkbox .styled {
  left: -20px !Important;
  min-width: 110px;
}

/*.modal-login-input {
  left: -20px !Important;
  min-width: 110px;
}*/

.post-actions a {
  min-width: 50px;
  border: 1px solid #42a6d3;
}

.post-actions .edit-post {
  position: relative;
  height: 30px;
  z-index: 98;
  float: right;
  width: auto;
  margin: -26px 0 0 6px;
}

.moderate-request-btns a {
  padding: 5px 8px;
  min-height: 30px;
  display: inline-block;
  float: left;
  font-size: 1rem;
  margin: 0 5px;
  cursor: pointer;
}

.inactiveStatus {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  background: #e43a3a;
  height: auto;
  padding: 10px;
  color: #fff;
  font-weight: normal;
  max-width: 500px;
}

.inactiveStatus img {
  height: 15px;
  display: inline-block;
  float: left;
  margin-top: 2px;
  padding: 0 5px 0 0;
}

.posts-count {
  position: absolute;
  top: -50px;
  right: 25px;
  width: auto;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #42a6d3;
}

.posts-count i {
  font-style: normal;
}

.moderator-rejector-div {
  width: auto;
  top: 0;
  left: 0;
  font-size: 0.91rem;
  padding: 3px 10px;
  position: absolute;
  border: 1px solid #f5f5f5;
  border-top: 0;
}

.moderator-rejector-div h5 {
  font-size: 1.08rem;
  color: #ed5858;
  padding-left: 15px;
  margin-bottom: 10px;
}

.moderator-rejector-div p {
  border-left: 1px solid #f2f2f2;
  font-size: 0.91rem;
  padding-left: 15px;
}

.reply-post-list .moderator-rejector-div p {
  border-left: 1px solid #eaeaea;
}

.select-all {
  font-size: 1rem;
  min-width: 80px;
  padding: 10px 0;
  text-align: right;
}

.select-checkbox-pos {
  position: absolute;
  top: 14px;
  right: 10px;
}

/*
.tour-step-background {
  border-radius: 0;
  background: transparent;
}*/

/*.modal-backdrop.in {
  filter: alpha(opacity=50) !important;
  opacity: .9 !important;
  background-color: hsla(0, 0%, 100%, .9) !important;
  !*background-color: transparent !important;*!
}*/
.modal-backdrop.fade{
  opacity: 0;
}

.modal-content {
/*  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .15) !important;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, .15) !important;*/
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* gradient Loader Post list css starts */

.loader-animation {
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #f9f8f8 8%, #f3f3f3 20%, #f9f8f8 36%);
  /*  background: linear-gradient(to right, #fbfbfb 8%, #f7f7f7 20%, #fbfbfb 36%);*/
  /*  background: linear-gradient(to right, #fbfbfb 8%, #f9f9fa 18%, #fbfbfb 33%);*/
  /*  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);*/
  background-size: 900px 104px;
  height: auto;
  position: relative;
}

.loader-mask {
  background: transparent;
  width: 100%;
  position: relative;
}

.loader-mask-pos {
  background: #fff;
  position: absolute;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}

/* gradient Loader Post list css Ends */

span.icon-Call-icon {
  color: #ed5858 !important;
}

.term-policy p {
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: #464647;
  float: left;
  line-height: 26px;
  font-weight: 400;
}

.term-policy {
  margin-bottom: 30px;
}

.term-policy h3 {
  font-size: 1.5em;
  margin-bottom: 7px;
}

.term-policy h5 {
  font-size: 1.16em;
  margin: 30px 0 7px;
}

.term-policy ul {
  float: left;
  width: 100%;
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}

.term-policy ul li {
  font-size: 1.25rem;
  color: #464647;
  width: 100%;
  margin: 5px 0;
  line-height: 26px;
  font-weight: 400;
}

.term-policy p span {
  color: #464647;
  font-weight: 700;
}

.connection_image {
  height: 95px;
}

.connection_image .loader-gradient {
  height: 80px;
  width: 80px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 50%;
}

/*Profile hover css starts*/

.postedByName {
  width: auto;
  padding: 0 3px;
}

.prof-h-s {
  padding: 20px 0 0 0;
  position: absolute;
  top: 9px;
  left: 0;
  background: transparent;
  z-index: 99;
  width: 220px;
  /*  box-shadow: 0 1px 8px #d8cbcb;
    -webkit-box-shadow: 0 1px 8px #d8cbcb;
    -moz-box-shadow: 0 1px 8px #d8cbcb;*/
}

/*
.postedByName:hover .prof-h-s, .profile-img:hover .prof-h-sn,
.profile-detail-img:hover .prof-h-s, .user-replied-img:hover .prof-h-s,
.replied-userName:hover .prof-h-s, .article-post-comment-img:hover .prof-h-s,
.article-post-comment-img:hover .prof-h-s, .similar-profiles-list:hover .prof-h-s {
  display: block;
}
*/

.prof-h {
  position: relative;
  float: left;
  z-index: 99;
  width: 100%;
  min-height: 62px;
  padding: 10px 10px 25px;
}

/*.prof-h:before {
  border: 36px rgba(194, 225, 245, 0);
  border-bottom-color: rgba(240, 240, 240, 1);
  margin-left: -36px;
}*/

.prof-h-inner {
  float: left;
  border: 0;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: rgba(0,0,0,0.9);
/*  border-top: 1px solid #f1eded;
  border-right: 1px solid #f1eded;*/
/*  box-shadow: 0 1px 8px #d8cbcb9e;
  -webkit-box-shadow: -4px 8px 8px #d8cbcb9e;
  -moz-box-shadow: 0 1px 8px #d8cbcb9e;*/
}

.prof-h-inner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 12px;
  left: 11px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0,0,0,0.9);
}

.prof-h-img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 41px;
  width: 50px;
  padding-right: 9px;
  border-right: 1px solid #636363;
}

.prof-h-content {
  padding: 2px 0 0 60px;
  text-transform: capitalize;
}

.prof-h-content > a {
  background: #b0bec5;
  padding: 2px 10px;
  display: inline-block;
  font-size: 0.83rem;
  border-radius: 15px;
  margin-top: 4px;
  color: #fff;
}

.prof-h:after, .prof-h:before {
  bottom: 100%;
  left: 35%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.prof-h:after {
  border-width: 12px;
  margin-left: -12px;
}

.prof-h:before {
  border: 12px rgba(194, 225, 245, 0);
  border-bottom-color: #f6f0f0;
  margin-left: -12px;
}

.prof-h-img img {
  border-radius: 50%;
  padding: 2px;
  height: 40px;
  width: 40px;
/* border: 1px solid #f3f3f3;
   background-color: #dbdbdb;*/
/*  box-shadow: inset 0 1.5px 3px 0 #cececed9, 0 1.5px 3px 0 #e8e8e8d9;*/
}

.profile-img .prof-h-s {
  background: transparent;
  top: 55px;
  left: 15px;
}

.profile-detail-img .prof-h-s {
  left: -15px;
  top: 54px;
}

.profile-detail-img .prof-h:after, .profile-detail-img .prof-h:before {
  left: 19%;
}

.postedByName .prof-h:after, .postedByName .prof-h:before {
  left: 20px;
}

.user-replied-img .prof-h:after, .user-replied-img .prof-h:before,
.replied-userName .prof-h:after, .replied-userName .prof-h:before,
.article-post-comment-img .prof-h:after, .article-post-comment-img .prof-h:before {
  left: 20px;
}

.user-replied-img .prof-h-s,
.article-post-comment-img .prof-h-s {
  top: 35px;
  background: transparent;
}

.replied-userName .prof-h-s, .article-post-comment-list-time .prof-h-s {
  background: transparent;
  top: 10px;
}

.article-post-comment-img .prof-h-content, .replied-userName .prof-h-content {
  padding-left: 60px;
}

.replied-userName img {
  width: 35px !important;
}

.loader-mask-post-div {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 90px;
  height: 100%;
}

.loader-mask-post-img {
  background: #f6f5f5;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  margin-top: 5px;
}

.loader-mask-postDetail-div {
  width: 70px;
}

.loader-mask-postDetail-img {
  height: 50px !important;
  width: 50px !important;
}

.loader-icon {
  position: absolute;
  height: 30px;
  width: 30px;
  background: #f6f5f5;
  left: -45px;
  top: 0;
  border-radius: 50%;
}

/*Textbox beautifier starts*/
/*trix-toolbar {
  text-align: left !important;
}*/

.trix-button-row {
  display: inline-block !important;
  justify-content: normal !important;
  padding-left: 20px !important;
}

trix-editor {
  text-align: left;
  height: 325px;
  min-height: 325px !important;
  color: #666666 !important;
  background: #fff;
  font-size: 1.25rem;
  overflow: auto;
  /*  border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    padding: 42px 45px;*/
  display: inline-block;
  width: 100%;
  border: 0;
}

.trix-content:empty:not(:focus)::before {
  color: #b7b7b7;
  font-weight: 300;
  font-size: 1.3rem;
}

.trix-button-group {
  margin: 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  float: left;
}

input.trix-button--dialog[value='Link'] {
  /*border: 0 !important;*/
  color: #fff;
  background: rgba(66, 166, 211, 0.79);
  opacity: 1 !important;
  min-width: 60px;
}

trix-toolbar .trix-button-group input[value="Discard"] {
  opacity: 1 !important;
  min-width: 72px !important;
  border: 1px solid #e8e8e8 !important;
  padding: 5px 15px !important;
}

trix-toolbar .trix-dialog--link {
  border-radius: 5px !important;
}

trix-toolbar .trix-button {
  border-bottom: 0;
  /* width: 2.5em;
   height: 2.3em;*/
  width: 30px;
  height: 28px;
  margin: 0 6px;
  border-left: 0 !important;
}

/*input.trix-button--dialog[value='Unlink']{
  border: 0 !important;
  color: #fff;
  background: #f95858;
}*/
.trix-dialog--link, .trix-input--dialog {
  border-color: #ddd !important;
  border-radius: 1px !important;
  max-width: 100% !important;
}

.trix-input--dialog:focus {
  border: 1px solid #ddd !important;
}

/*Textbox beautifier Ends*/

.online-status {
  background: #4ba934;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.connection_image .online-status {
  right: 40px;
  bottom: 9px;
}

.row-divider span:before {
  content: '';
  height: 1px;
  width: 45%;
  display: block;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

.row-divider span:after {
  content: '';
  height: 1px;
  width: 45%;
  display: block;
  background: #fff;
  position: absolute;
  top: 7px;
  right: 0;
}

.modal-body .col-divider:before {
  background: #ece8e8;
}

.modal-body .col-divider:after {
  background: #ece8e8;
}

/*.row-divivder{
  height: 1px;
  background: #fff;
  top: 8px;
}*/
.external-signupLinks a {
  width: 48%;
  height: 30px;
  display: inline-block;
  padding: 7px 10px;
  font-size: 1.08rem;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

a.fb-bgColor {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

a.google-bgColor {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.external-signupLinks a i {
  font-size: 1.3rem;
  vertical-align: middle;
  text-align: center;
}

.profile-head .profile-description ul, .profile-head .profile-description ol, .text-editor-content ul, .text-editor-content ol {
  padding-left: 20px !important;
}

.profile-description h1 {
  font-size: 1.6rem !important;
}

/*Questions Checkbox and radio box css Starts */
.question-list .checkbox {
  padding-left: 20px;
}

.question-list .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  /*  margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;

    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
}

.question-list .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 0.91rem;
  color: #555555;
  z-index: 1;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.question-list .checkbox input[type="checkbox"]:focus + label::before,
.question-list .checkbox input[type="radio"]:focus + label::before {
  outline: none;
}

.question-list .checkbox input[type="checkbox"]:disabled,
.question-list .checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}

.question-list .checkbox-primary input[type="checkbox"]:checked + label::before,
.question-list .checkbox-primary input[type="radio"]:checked + label::before {
  height: 100%;
  width: 100%;
  background-color: #8bc34a;
}

.question-list .radio {
  padding-left: 20px;
  position: relative;
}

.question-list .radio label {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.question-list .radio label::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.question-list .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  z-index: 1;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  /*-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);*/
}

.question-list .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.question-list .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.question-list .radio-info input[type="radio"] + label::after {
  background-color: #8bc34a;
}

.question-list .radio-info input[type="radio"]:checked + label::before {
  border-color: #8bc34a;
}

.question-list .radio-info input[type="radio"]:checked + label::after {
  background-color: #8bc34a;
}

/* Custom Style */
.question-list .checkbox, .question-list .radio {
  position: relative;
  width: 100%
}

.question-list .checkbox span, .question-list .radio span {
  position: relative;
  z-index: 10;
}

.question-list .checkbox:hover, .question-list .radio:hover {
  background: #42a6d3;
  color: #fff;
}

.question-list-answered span {
  color: #fff !important;
}

/*Questions Checkbox and radio box css Ends*/

.privacy-options .checkbox {
  padding-left: 20px;
}

.privacy-options .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.privacy-options .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  /*-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
}

.privacy-options .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 0.91rem;
  color: #555555;
}

.privacy-options .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.privacy-options .checkbox input[type="checkbox"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.privacy-options .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.privacy-options .checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.privacy-options .checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.privacy-options .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.privacy-options .checkbox.checkbox-inline {
  margin-top: 0;
}

.privacy-options .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #42a6d3;
  border-color: #42a6d3;
}

.privacy-options .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.privacy-options .radio {
  padding-left: 20px;
  position: relative;
  width: 17px;
  margin: 0 auto !important;
}

.privacy-options .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.privacy-options .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -5px;
  top: -10px;
  z-index: 1;
  border: 1px solid #acacac;
  border-radius: 50%;
  background-color: #fff;
  /*-webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;*/
}

.privacy-options .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  left: -1px;
  top: -6px;
  z-index: 1;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  /*-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);*/
}

.privacy-options .radio input[type="radio"] {
  opacity: 0;
  z-index: 99;
  position: absolute;
  top: 3px;
  right: 7px;
  cursor: pointer;
}

.privacy-options .radio input[type="radio"]:focus + label::before {
  outline: 0;
  outline-offset: -2px;
}

.privacy-options .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.privacy-options .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.privacy-options .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.privacy-options .radio.radio-inline {
  margin-top: 0;
}

.privacy-options .radio-success input[type="radio"] + label::after {
  background-color: #42a6d3;
}

.privacy-options .radio-success input[type="radio"]:checked + label::before {
  border-color: #acacac;
}

.privacy-options .radio-success input[type="radio"]:checked + label::after {
  background-color: #42a6d3;
}

.privacy-options input[type="checkbox"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.privacy-options input[type="checkbox"] .styled:checked + label::before {
  color: #fff;
}

.privacy-options input[type="checkbox"] .styled:checked + label::after {
  color: #fff;
}

/*Questions Checkbox and radio box css Ends */

.trix-button--icon-code, .trix-button--icon-heading-1, .trix-button--icon-undo, .trix-button--icon-redo {
  display: none !important;
}

/*.trix-button--icon-heading-1::before{
  background-image: none !important;
  content: 'h' !important;
}*/

.trix-button--icon-heading-1::before {
  top: 5px !important;
  background-image: url(../images/heading.svg) !important;
  bottom: 3px !important;
}

noscript {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18% 0;
  background: #42a6d3;
  color: #fff;
  z-index: 9999
}

.noscript-logo {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 28px;
}

noscript p {
  font-size: 2rem;
  line-height: 40px;
  border: 1px solid #fff;
  padding: 40px;
  width: 50%;
  margin: 0 auto;
  border-radius: 3px;
  font-weight: 300;
}

.custom-tooltip ul {
  width: 100%;
  max-width: 110px;
  max-height: 150px;
  padding: 0 8px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 78px;
  z-index: 99;
  display: none;
}

.custom-tooltip ul:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-bottom-width: 0;
}

.tool-tip:hover .custom-tooltip, .tool-tip:hover .custom-tooltip ul {
  display: block !important;
}

/*Analysis of cancer patients css*/
.cancer-patients-analysis {
  background: #ec3669;
  padding: 60px 30px 30px;
}

.cancer-patients-analysis h2 {
  font-size: 2.2rem;
}

.cancer-patients-analysis > ul > li {
  position: relative;
  padding-left: 120px;
  float: left;
  width: 100%;
}

.articles-detail .cancer-patients-analysis li p, .articles-detail .cancer-patients-analysis li ul {
  line-height: 22px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  border-bottom: 1px solid #c3385f;
}

.cancer-patients-analysis li > img {
  position: absolute;
  left: 20px;
  top: 0;
}

.cancer-patients-analysis h3 {
  font-size: 1.8rem;
}

.watermark-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.watermark-img img {
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

/*custom form style starts*/
.popup-div #article-title.story-title {
  font-size: 2rem !important;
  height: auto;
  /*  font-weight: 700;*/
  overflow: hidden;
}

.custom-form {
  position: relative;
  z-index: 10;
}

.popup-div .custom-form select {
  border: 0;
  height: 25px;
  margin-top: -4px;
  padding-left: 0 !important;
  color: rgb(78 78 78);
}

.popup-div .custom-form .form-group {
  margin-bottom: 0;
}

.popup-div .custom-form .form-group-default {
  border-bottom: 1px solid transparent;
}

.popup-div .custom-form .form-group:nth-last-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.popup-div .custom-form .trix-content {
  border-bottom: 0 !important;
}

.trix-content {
  font-family: 'Roboto', Arial;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  min-height: 200px !important;
  max-height: 600px !important;
  height: auto !important;
  padding: 18px 34px;
  font-size: 1.3rem;
  padding-bottom: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.story-imgLayer {
  border: 2px solid #d5d5d5;
  padding: 95px 0;
  background: #d5d5d5;
  background: linear-gradient(#d5d5d5, #f5f5f5);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: -10px 0 -65px 0;
}

.story-imgLayer img {
  position: relative;
  z-index: 99;
}

/*.story-imgLayer:hover {
  border: 1px dashed #d4d4d4;
}*/

.story-imgLayer a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 70px 0;
  text-align: center;
  color: #cccccc;
  font-weight: 400;
  z-index: 1;
  font-size: 1.75rem;
}

/*.story-imgLayer a:hover{
  border-color: #d4d4d4;
}*/
.popup-div .story-imgLayer input {
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*.feed-tab:after {
  content: '';
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
}

.feed-tab li.active:before, .feed-tab li.active:after {
  border: medium solid transparent;
  content: "";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 120;
  top: 98%;
}

.feed-tab li.active:before {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 11px;
  margin-left: -11px;
}

.feed-tab li.active:after {
  border-top-color: #fafafa;
  border-width: 10px;
  margin-left: -10px;
}*/

/*Modal Css Starts*/
.modal-div {
  padding: 70px;
  background: #fbfbfb;
  color: #4d4d4d;
/*  box-shadow: 0px 2px 12px #d8cbcb;
  -webkit-box-shadow: 0px 2px 12px #d8cbcb;
  -moz-box-shadow: 0px 2px 12px #d8cbcb;*/
}

.modal-div h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.66rem;
  font-weight: 700;
  line-height: 24px;
  color: #4d4d4d;
}

.custom-dropdown {
  /*  background: #d8e0e4;*/
  float: left;
  width: auto;
  position: relative;
  min-width: 200px;
}

.custom-select {
  float: left;
  width: auto;
  position: relative;
  min-width: 200px;
  max-width: 300px;
}

.custom-select > span, .custom-dropdown > span {
  background: #d8e0e4;
  padding: 7px 30px 7px 22px;
  border-radius: 6px;
  font-family: roboto;
  font-weight: 500;
  font-size: 1.08rem;
  color: #4d4d4d;
  display: inline-block;
}

.custom-select > span {
  background: transparent;
  border: 1px solid #cccccc;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #999999;
  width: 100%;
  padding: 6px 40px 6px 27px;
  text-transform: capitalize;
}

.modal-div sup {
  font-size: 0.83rem;
  color: #c1272d;
}

.custom-select > span > i, .custom-dropdown > span > i {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 0.83rem;
}

.custom-select > ul, .custom-dropdown > ul {
  position: absolute;
  z-index: 999;
  top: 104%;
  left: 0;
  list-style: none;
  max-height: 300px;
  overflow: auto;
  background: #f2f2f2;
  border: 1px solid #d8e0e4;
}

.custom-select > ul {
  width: 100%;
}

.custom-select > ul li, .custom-dropdown > ul li {
  padding: 6px 16px;
  font-size: 1.08rem;
  font-weight: 500;
  cursor: pointer;
}

.custom-select > ul li:hover, .custom-dropdown > ul li:hover {
  background: #42a6d3 !important;
  color: #fff;
}

.custom-select > ul li.active, .custom-dropdown > ul li.active {
  background: #42a6d3 !important;
  color: #fff;
}

.drugs-review-sec ul {
  list-style: none;
  display: inline-block;
}

.drugs-review-sec ul li {
  width: 100%;
  min-width: 82px;
  max-width: 82px;
  height: 14px;
  cursor: pointer;
  display: block;
  margin: 0 0 3px 0;
  background: #d8e0e4;
  position: relative;
  transition: 0.2s;
}

span.drugs-review-active {
  color: #000;
}

/*
.drugs-review-sec ul li>i{display: none}
.drugs-review-sec ul li:nth-child(1):hover{
  background: #bb4646;
}
.drugs-review-sec ul li:nth-child(2):hover{
  background: #f6863b;
}
.drugs-review-sec ul li:nth-child(3):hover{
  background: #efc150;
}
.drugs-review-sec ul li:nth-child(4):hover{
  background: #75b531;
}
.drugs-review-sec ul li:nth-child(5):hover{
  background: #4a913d;
}*/
.drugs-review-text {
  width: auto;
  float: left;
  line-height: 18px;
  max-width: 230px;
}

.drugs-info {
  font-size: 0.83rem;
  font-style: normal;
  background: #ced8dd;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #b7b5b5;
  margin-left: 5px;
  color: #4d4d4d;
  text-align: center;
  font-weight: 700;
}

.sideEffectsEncount {
  margin: 15px 0 10px;
}

.sideEffectsEncount h3 a {
  color: #42a5d2;
  font-size: 1.41rem;
  line-height: 21px;
  font-family: roboto;
  cursor: pointer;
  font-weight: 400;
}

.sideEffectsEncount h3 i {
  font-size: 1rem;
  display: inline-block;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}

.sideEffectsEncount-tags li {
  display: inline-block;
  float: left;
  margin: 0 25px 20px 0;
  text-align: center;
}

.sideEffectsEncount-tags li span {
  display: inline-block;
  background: #d0cfcf7a;
  padding: 6px 12px;
  /*  border-radius: 10px;*/
  font-size: 1rem;
  cursor: pointer;
  font-family: roboto;
  /*clear: both;*/
  /*  margin: 10px 0 0 0;*/
  position: relative;
  width: 85px;
  text-align: center;
  float: none;
}

.sideEffectsEncount-tags {
  margin-left: 18px;
}

.add-sideEffect input {
  padding: 6px 18px;
  border: 1px dashed #999999;
  color: #999999;
  width: 136px;
  min-width: 139px;
  border-radius: 6px;
  background: transparent;
  transition: 0.3s;
}

/*trix-toolbar .trix-button--icon::before{
  opacity: 0.155;
}*/
/*.sideEffectTrix.trix-content:empty:not(:focus)::before{
  padding: 0;
  display: inline-block;
  color: #cccccc !important;
  font-size: 15px;
}*/
/*.sideEffectTrix {
  border-radius: 18px;
  border: 1px solid #808080 !important;
  border: 1px solid #808080 !important;
  background: transparent;
  border-bottom: 0 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sideEffectTrixBox trix-toolbar{
  background: transparent;
  border: 1px solid #808080 !important;
  border-top: 0 !important;
}*/

trix-toolbar, .trix-button-row {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  padding-left: 32px;
}

/*.sideEffectTrixBox .trix-button {
  border: 0 !important;
  !*  border-right: 1px solid #ededed !important;*!
}*/

.trix-button-group {
  border: 0 !important;
  padding-left: 7px;
  border-right: 1px solid #ededed !important;
}

.share-experience .bootstrap-tagsinput {
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 1.3rem;
  padding: 10px 40px 10px 33px;
  margin-top: 60px;
  background: #fff;
  border-radius: 6px;
  color: #666666;
}

.bootstrap-tagsinput .tagsinput {
  font-family: Roboto, sans-serif;
  font-weight: 400 !Important;
  font-size: 1.5rem;
}

.share-experience .bootstrap-tagsinput .custom-tag-input:-moz-placeholder {
  color: #b3b3b3 !important;
  font-family: Roboto, sans-serif;
  font-weight: 400 !Important;
  font-size: 1.3rem;
}

.share-experience .bootstrap-tagsinput .custom-tag-input::-webkit-input-placeholder {
  color: #b3b3b3 !important;
  font-family: Roboto, sans-serif;
  font-weight: 400 !Important;
  font-size: 1.5rem;
}

.share-experience .bootstrap-tagsinput .custom-tag-input:-ms-input-placeholder {
  color: #b3b3b3 !important;
  font-family: Roboto, sans-serif;
  font-weight: 400 !Important;
  font-size: 1.3rem;
}

.custom-dropDown .btn {
  background: #e6e6e6 !important;
  padding: 3px 5px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  color: #4d4d4d !important;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 12px;
  min-height: 10px;
  min-width: 10px;
}

.custom-dropDown button i {
  padding-right: 5px;
  font-size: 1.16rem;
  padding-top: 1px;
}

.custom-dropDown .caret {
  margin-left: 4px;
  margin-top: 3px;
  border-top: 5px solid;
}

.postVisible-menu {
  background: #e6e6e6;
  max-width: 200px;
  width: 200px;
  list-style: none;
  box-shadow: -2px -1px 7px rgba(25, 24, 24, 0.3);
  -moz-box-shadow: -2px -1px 7px rgba(25, 24, 24, 0.3);
  -webkit-box-shadow: -2px -1px 7px rgba(25, 24, 24, 0.3);
  position: absolute;
  bottom: 100%;
  right: 0;
}

.postVisible-menu li {
  background: #fff;
  float: left;
  width: 100%;
  margin: 5px 0;
  position: relative;
  border: 1px solid transparent;
}

.postVisible-menu li a > i {
  position: absolute;
  top: 12px;
  left: 36px;
  font-size: 1.16rem;
}

.postVisible-menu li a {
  white-space: normal;
  width: 100%;
  float: left;
  color: #4d4d4d;
  padding: 10px 10px 10px 55px;
}

.postVisible-menu li:hover {
  border: 1px solid #000000;
}

.postVisible-menu li:hover a > i {
  color: #68b6da;
}

.drugs-review-info-block {
  display: none;
  width: 306px;
  height: 220px;
  border: 1px solid #333333 !important;
  position: absolute;
  z-index: 99;
  background: #f2f2f2;
  top: -96px;
  left: 40px;
  padding: 20px;
  border-radius: 14px;
}

.drugs-review-info:hover .drugs-review-info-block {
  display: block;
}

.drugs-review-info-block h5 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 17px;
}

.sideEffect-faced {
  background: #e5e5e5;
  padding: 6px 16px;
  /*  border-radius: 25px;*/
  color: #4d4d4d;
  font-size: 1rem;
  margin: 0 5px 0 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 85px;
}

.sideEffect-faced > i {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  box-sizing: content-box;
  border-right: 1px solid #fbfbfb;
}

.sideEffectsEncount-tags .sideEffect-expand {
  width: auto;
  padding: 0 15px;
  display: inline-block;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e7e6e6;
  color: #9a9696;
  font-weight: 700;
  font-size: 1.6rem;
}

/*.sideEffect-faced > .color-code-2{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}*/

/*.sideEffect-faced > .color-code-3{
  border-radius: 25px;
}*/

.drugs-review-info-block > em {
  width: 22px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  top: 109px;
  left: -22px;
}

.drugs-review-info {
  padding: 5px 30px 5px 0;
}

.review-submit {
  padding: 7px;
  font-size: 1.6rem;
  font-weight: 500;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1) inset;
}

.cancel-modal {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.66rem;
  color: #000;
}

.effectiveness-text {
  position: absolute;
  top: 0;
  left: 100px;
  color: #c3c3c3;
  min-width: 130px;
}

.sideEffectsEncount-tags li span > i {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  background: transparent;
  border-right: 1px solid #fbfbfb;
  box-sizing: content-box;
}

.width-33 {
  width: 33.33%;
}

.width-66 {
  width: 66.66%;
}

.width-100 {
  width: 100%;
}

.col-1 {
  background: #d0cfcf7a !important;
  background: -webkit-linear-gradient(left, #efc150 0%, #efc150 50%, #d0cfcf7a 51%, #ccc 100%) !important;
  background: linear-gradient(to right, #efc150 0%, #efc150 33%, #d0cfcf7a 33%, #d0cfcf7a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efc150', endColorstr='#d0cfcf7a', GradientType=1) !important;
}

.col-2 {
  background: #d0cfcf7a !important;
  background: -webkit-linear-gradient(left, #ed914c 0%, #ed914c 66%, #d0cfcf7a 51%, #ccc 100%) !important;
  background: linear-gradient(to right, #ed914c 0%, #ed914c 66%, #d0cfcf7a 66%, #d0cfcf7a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed914c', endColorstr='#d0cfcf7a', GradientType=1) !important;
}

.col-3 {
  background: #bb4646 !important;
  background: -webkit-linear-gradient(left, #bb4646 0%, #bb4646 50%, #bb4646 51%, #bb4646 100%) !important;
  background: linear-gradient(to right, #bb4646 0%, #bb4646 50%, #bb4646 34%, #bb4646 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb4646', endColorstr='#bb4646', GradientType=1) !important;
}

.color-code span {
  width: 45px;
  /*  height: 28px;*/
  float: left;
  display: inline-block;
  position: relative;
  height: 18px;
  border-radius: 0;
}

.color-code span > i {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  color: #808080;
  font-style: normal;
}

.color-code-1 {
  background: #efc150;
  /*  border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;*/
}

.color-code-2 {
  background: #ed914c;
}

.color-code-3 {
  background: #bb4646;
  /*  border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;*/
}

.writeReview-btn {
  background: #eee;
  padding: 5px 26px;
  float: right;
  color: #4d4d4d !important;
  font-size: 0.91rem;
  margin-top: 2px;
  /*  box-shadow: -1px -1px 0 1px rgba(230, 230, 230, 0.24);
    -webkit-box-shadow: -1px -1px 0 1px rgba(230, 230, 230, 0.24);
    -moz-box-shadow: -1px -1px 0 1px rgba(230, 230, 230, 0.24);*/
  box-shadow: -1px 1px 1px 0 rgba(216, 215, 215, 0.67);
  -webkit-box-shadow: -1px 1px 1px 0 rgba(216, 215, 215, 0.67);
  -moz-box-shadow: -1px 1px 1px 0 rgba(216, 215, 215, 0.67);

}

.question-btn {
  border: 0;
  color: #4d4d4d;
  border-radius: 0;
  font-size: 0.91rem;
  padding: 4px 24px;
  box-shadow: -1px 1px 1px 0 rgba(216, 215, 215, 0.67);
  -webkit-box-shadow: -1px 1px 1px 0 rgba(216, 215, 215, 0.67);
  -moz-box-shadow: -1px 1px 1px 0 rgba(216, 215, 215, 0.67);

  /*  box-shadow: 2px 3px 4px 0 rgba(230, 230, 230, 0.8);
    -webkit-box-shadow: 2px 3px 4px 0 rgba(230, 230, 230, 0.8);
    -moz-box-shadow: 2px 3px 4px 0 rgba(230, 230, 230, 0.8);*/
  background: rgb(230, 230, 230);
}

/*custom form style ends*/

.trix-button-row .trix-button--icon-strike {
  width: 2px;
  height: 28px;
  padding: 0;
  margin: 0 2px 0 4px;
  pointer-events: none;
  border-right: 1px solid #ededed;
}

button.trix-button--icon-strike:hover:before {
  box-shadow: none;
}

.trix-button-row:nth-child(1) > span {
  border-right: 1px solid #ededed !important;
  padding-right: 5px;
}

.trix-button-row span:nth-last-child(1) {
  border: 0 !important;
}

/*trix text-format images starts*/

/*trix-toolbar .trix-button--icon-italic {
  border-right: 1px solid #ededed !important;
}*/

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("../images/text-format/bold.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("../images/text-format/italic.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
  /*  border-right: 1px solid #ededed !important;*/
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("../images/text-format/link.svg");
  background-size: 38px 38px;
  background-position: -2px -3px;
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("../images/text-format/quote.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("../images/text-format/bullet.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("../images/text-format/numbered-bullet.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("../images/text-format/dec-indent.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("../images/text-format/inc-indent.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("../images/text-format/undo.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
  /*width: 26px;
  height: 24px;
  left: 13px;
  top: 8px;
  padding: 6px;*/
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("../images/text-format/redo.svg");
  background-size: 36px 36px;
  background-position: -2px -3px;
}

.trix-button--icon:hover:before {
  /*  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);*/
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

trix-toolbar .trix-button.trix-active {
  background: transparent;
}

trix-toolbar .trix-button.trix-active:before {
  /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);*/
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

/*.trix-button{
  width: 4em;
  height: 3.2em;
  background: transparent;
}*/

.trix-button:before {
  width: 100%;
  height: 100%;
  /*  left: 13px;
    top: 8px;
    padding: 6px;*/
}

.profile-head-desc em.icon-mee-too, .profile-head-desc em.icon-same-question {
  display: none;
}

trix-toolbar {
  position: absolute;
  bottom: -42px;
  left: 0;
  width: 100%;
  padding-left: 0;
  background: #fff;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.trix-not-focus trix-toolbar .trix-button {
  opacity: 0.3;
}

.trix-focus trix-toolbar {
  opacity: 1;
}

/*trix text-format images Ends*/

.text-ellipsis {
  position: relative;
  width: 98%; /* Could be anything you like. */
}

.text-concat {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2.4em; /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  text-align: justify;
}

.text-ellipsis.ellipsis::after {
  content: "...";
  position: absolute;
  right: -12px;
  bottom: 5px;
}

.popup-div .form-control.custom-inputBox {
  font-size: 1.66rem !important;
  color: #666666;
  font-weight: 500;
  padding: 27px 35px !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #fff !important;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.input-label {
  position: absolute;
  top: 21px;
  left: 5px;
  font-size: 1.5rem;
  color: #666;
}

.custom-label {
  font-size: 1.33rem;
}

.close {
  opacity: 0.7;
}

.close:hover, .close:focus {
  opacity: 1;
}

.icon-dont-post {
  background: url(../images/dont-post.svg) no-repeat 0 0;
  height: 12px;
  width: 12px;
}

.default-visiblity .icon-dont-post, .postVisible-menu li:hover .icon-dont-post {
  background: url(../images/dont-post-hover.svg) no-repeat 0 0;
}

.latest-article {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
}

.articles-detail .article-cancer-ribbon{
  padding: 0 20px;
  font-size: 1.08rem;
  display: inline-block;
  border: 1px solid rgb(214, 214, 214);
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  width: 225px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: default;
}
.article-cancer-list li{
  float: left;
  margin: 0 15px 15px 0;
  display: inline-block;
  text-align: left;
}
.articles-detail .article-cancer-ribbon > em{
  float: right;
  display: inline-block;
  font-style: normal;
}
.col-01{ color: rgb(240, 99, 146) }
.col-02{color: rgb(29, 39, 239)}
.col-03{color: rgb(198, 198, 198)}
.col-04{color: rgb(166, 239, 101)}
.col-05{color: rgb(101, 151, 239)}
.col-06{color: rgb(188, 188, 188)}
.col-07{color: rgb(1, 185, 185);}
.col-08{color: rgb(242, 89, 18)}
.col-09{color: rgb(23, 144, 153)}
.col-10{color: rgb(148, 101, 239)}
.col-11{color: rgb(114, 18, 18)}
.col-12{color:rgb(226, 210, 210)}
.col-13{color: rgb(226, 210, 210)}
.col-14{color:rgb(17, 17, 17)}
.col-15{color:rgb(187, 101, 202)}
.col-16{color: rgb(51, 51, 51)}
.col-17{color: rgb(171, 170, 255)}
.col-18{color:rgb(199, 101, 239)}
.col-19{color: rgb(239, 143, 101)}
.col-20{color:rgb(135, 84, 234)}
.col-21{color:rgb(22, 152, 116)}
.col-22{color:rgb(236, 215, 4)}
.col-23{color: rgb(28, 198, 138)}
.col-24{color: rgb(221, 189, 88)}
.col-25{color:rgb(230, 230, 230)}

.blur-bg {
  filter: blur(3px) grayscale(50%);
  -moz-filter: blur(3px) grayscale(50%);
  -webkit-filter: blur(3px) grayscale(50%);
  -ms-filter: blur(3px);
}

/*vocp-header.blur-bg{
  opacity: 0;
 }*/
/*.modal.fade{
    transition: 0s;
}*/

.breadcrumb{
  float: left;
  width: 100%;
}
.breadcrumb > li {
  float: left;
}

.features-highlight{ margin: 0 23px 20px; }
.features-highlight i{ font-size: 25px; margin-bottom: 20px; display: inline-block; color: #8c8888; padding: 17px; border: 1px solid #8c8888; border-radius: 50%; }
.features-highlight h6{color: #587953; }
.features-highlight p{color: #8c8888;}
.table.table-green > thead > tr > th { background: #6a7d34; border-bottom:1px solid #5c6d2c; min-width: 98px;}

.marijuana-discussions{
  border: 1px solid #e8e8e8;
  padding: 15px;
  border-radius: 10px;
  margin: 1.5%;
  width: 210px;
}
.marijuana-discussions i{ font-size: 34px; }
.marijuana-discussions p{line-height: 20px;}
.marijuana-discussions h5{
  margin: 10px 0 5px;
}
.marijuana-discussions span{
  color: #8a8a8a;
  font-weight: 300;
  font-size: 13px;
}
.ul-circleList li{
  color: #5a5a5a;
}

/*
.profile-desc-heading{
  width: auto;
}
.prof-h-section{
  padding: 30px 0 0 0;
  position: absolute;
  top:0;
  left: 0;
  z-index: 99;
  display: none;
  width: 250px !important;
}
.profile-desc-heading:hover .prof-h-section{
  display: block;
  width: auto;
}
.prof-h {
  position: relative;
  background: #fff;
  padding:10px;
  float: left;
  z-index: 99;
  min-height: 72px;
  box-shadow: 0px 2px 12px #d8cbcb;
  -webkit-box-shadow: 0px 2px 12px #d8cbcb;
  -moz-box-shadow: 0px 2px 12px #d8cbcb;
}

.prof-h:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c2e1f5;
  border-width: 36px;
  margin-left: -36px;
}


.prof-h-img{
  position: absolute;
  top: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
}
.prof-h-content {
  padding: 5px 0 0 65px;
}
.prof-h-content>a{
  background: #b0bec5;
  padding: 2px 10px;
  display: inline-block;
  font-size: 10px;
  border-radius: 15px;
  margin-top: 4px;
  color: #fff;
}

.prof-h:after, .prof-h:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.prof-h:after {
  border-width: 12px;
  margin-left: -12px;
}
.prof-h:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #f5f5f5;
  border-width: 12px;
  margin-left: -12px;
}
*/

/*Profile Hover css ends*/

/*Old Css Not Used starts*/
/*.custom-div-width {
  width: 93.5%;
  margin: 20px auto 8px;
}

.custom-inner-div-width {
  width: 90%;
  margin: 20px auto;
}

.custom-inner-div-width h3 {
  font-size: 1.08rem;
  line-height: 30px;
  color: #91a4ae;
}

.whiteCross {
  background: url(../images/icons/close-icon-white.png) no-repeat 50% 50%
}

.blueCross {
  background: url(../images/icons/closebutton.png) no-repeat 50% 50%
}

.collaspe-div-width .sentiments_dropdown {
  -ms-transform: rotate(180deg); !* IE 9 *!
  -webkit-transform: rotate(180deg); !* Chrome, Safari, Opera *!
  transform: rotate(180deg);
}

.moderate-verify-btn .aprove-img {
  padding-top: 0 !important;
  background: url("../images/aprove.svg") no-repeat left;
  background-size: 15px 13px;
  height: 23px;
  background-position: 6px 6px;
}

.moderate-verify-btn em span:hover .aprove-img {
  background: url("../images/aprove-white.svg") no-repeat left;
  background-size: 15px 13px;
  height: 23px;
  background-position: 6px 6px;
}

.moderate-img {
  background: url("../images/inspection.svg") no-repeat left;
  background-size: 67px 55px;
  height: 32px;
  background-position: 50% -4px;
}

.inner-side-menu li:hover .moderate-img, .inner-side-menu li.active .moderate-img {
  background: url("../images/inspection-white.svg") no-repeat left;
  background-size: 67px 55px;
  height: 32px;
  background-position: 16px -4px;
}

.feedback-popup-image {
  background: url("../images/feedback.svg") no-repeat left;
  background-size: 66px 40px;
  height: 32px;
  display: block !important;
  background-position: -1px 1px;
}

.survey-btn{
  background: #6bc6b5;
  color: #fff;
  font-size: 1.08rem;
  display: table;
  float: left;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  padding: 10px 20px;
  margin-right: 2%;
  font-family: 'roboto-medium',Arial;
}
.survey-btn-sm{
  min-width: 180px;
  min-height: 60px;
}
.survey-btn-md{
  margin: 0 2% 2% 0;
  width: 47%;
  height: 70px;
  vertical-align: middle;
}
.survey-btn-lg{
  margin: 0 4.4% 13px 0;
  width: 29%;
  height: 70px;
  vertical-align: middle;
}
.survey-btn-xl{
  width: 92%;
  text-align: left;
  margin: 0 2% 2% 0;
}

.street_address label {
  width: 100%;
}

.street_address .form-control {
  width: 89%;
  float: left;
}

.street_address i {
  padding: 8px 10px;
  display: inline-block;
  font-size: 1.66rem;
  color: #42a6d3;
}

.basic-info-img img {
  width: 100%;
  height: auto;
  padding: 0;
  border: 1px solid #90a4ae;
}

.file-attachement {
  position: relative;
}

.file-attachement input {
  width: 132px;
  z-index: 10;
  opacity: 0;
  position: relative;
}

.file-attachement a {
  position: absolute;
  top: 0;
  left: 0;
}

.basic-info-edit label {
  width: 100%;
}

.edit-user-pincode {
  width: 75%;
  float: left;
}
.basic-info-edit .icon-pin {
  display: inline-block;
  padding: 9px;
  color: #42a6d3;
  font-size: 1.5rem;
}

.edit-country-city ins {
  display: inline-block;
  padding-top: 25px;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: bold;
  color: #42a6d3;
  cursor: pointer;
}

.basic-info-edit .row {
  margin: 0;
}

.basic-info-edit .form-group {
  padding: 0;
}

.specific-info-div {
  padding: 3px 0 10px;
}

.list-of-members {
  display: none;
  position: absolute;
  top: 22px;
  right: -27px;
  background: #fff;
  z-index: 99;
  padding: 0;
  border: 1px solid #42a6d3;
}

.list-of-members i {
  text-align: left;
  width: auto;
  display: block !important;
  font-style: normal;
  padding: 1px 5px;
  color: #42a6d3;
  font-size: 1rem !important;
}

.list-of-members i:hover {
  background: #42a6d3;
  color: #fff;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -moz-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  -o-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px)
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.main-profile-detail {
  width: 100% !important;
}

.profile-view-status .icon-sign-delete {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(128deg);
  display: inline-block;
  padding: 0 9px;
}
.profile-view-status .icon-letter, .profile-view-status .icon-connections, .profile-view-status .icon-chat, .profile-view-status .icon-chat {
  font-size: 2.41rem !important;
}

.top-search input {
  width: 100%;
  border: 1px solid #c3c3c3;
  padding: 2px 10px;
  height: 34px;
  background: #fff url(../images/search.svg) no-repeat 98%/20px 19px;
}


.top-search {
  position: absolute;
  right: 10px;
  top: 22px;
  width: 100%;
  max-width: 415px;
}

.listelement {
  float: left;
  height: 12px;
  margin: 0 10px 0 0;
}

.listelement .fa-angle-down {
  color: #b991db;
  font-size: 1.83rem;
  line-height: 12px;
}

.side_effects__item1 {
  top: 18px;
  left: -8px;
}

.side_effects__item2 {
  top: -3px;
  right: 69px;
}

.side_effects__item3 {
  bottom: 0;
  right: 43px;
}

.side_effects__title {
  color: #42a6d3;
  font-size: 0.83rem;
  font-weight: 700;
  margin-bottom: -2px;
  display: block;
}

.side_effects__content {
  font-size: 0.75rem;
  color: #939598;
}

.side_effects__item:hover {
  border: 1px solid #42a6d3;
}

.side_effects__item:hover .side_effects__search:hover {
  display: block;
}

.side_effects_block {
  float: left;
  padding: 7px 7px 5px 2px;
}

.side_effects__item {
  border: 1px solid transparent;
  display: inline-block;
  position: absolute;
  z-index: 2;
}

.side_effects_drug__diagram {
  width: 313px;
  height: 115px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.alternative_therapy_heading {
  color: #42a6d3;
  font-size: 1.33rem;
  font-weight: 700;
  display: inline-block;
}

.alternative_therapy_members {
  font-size: 0.91rem;
  color: #6d6e71;
}

.alternative_therapy_content {
  position: relative;
  width: 80%;
  padding-left: 10%;
}

.msgHeader {
  width: 43%;
  margin-left: 35%;
}
.basic-info-img {
    position: relative;
    padding: 0;
    width: 12%;
    margin-right: 20px;
    text-align: center;
}

.basic-info-img input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    font-size: 1em;
    cursor: pointer;
}

.basic-info-img .icon-profile {
    position: relative;
    font-size: 544%;
    padding: 21% 18% 22%;
    height: 100%;
    width: 100%;
    float: left;
    color: #90a4ae;
    display: inline-block;
    border: 1px solid #90a4ae;
}

.basic-info-img .icon-camera {
    position: absolute;
    bottom: 10px;
    right: 9px;
    z-index: 1;
    color: #42a6d3;
    font-size: 1.66rem;
}

.additional-info h3 em, .about-me h3 em, .profileView {
    float: right;
    position: relative;
    font-style: normal;

}

.additional-info h3 em a, .about-me h3 em a {
    color: #90a4ae;
    display: inline-block;
    padding: 6px;
    font-weight: normal;
    min-width: 153px;
}

.additional-info h3 i, .about-me h3 i {
    padding-right: 5px;
}
*/

/*Old Css Not Used Ends*/


.add-treatement-btn ul li {
 transition: 0.6s;
}
.add-treatement-btn ul li a {
  transition: 0.3s;
  border-bottom: 1px solid transparent !important;
}
.add-treatement-btn ul li a:hover{
  background: #42a6d3;
  color: #fff !important;
  border-bottom: 1px solid #dbdbdb !important;
}

.share-icons a{
  color: #fff;
  display: inline-block;
  margin: 26px 20px 0 5px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.share-icons a:hover{
  color: #42a6d3;
}