*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
/*font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;*/

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.small-chart-wrapper{
	padding: 80px 0px 50px 0px; 
}
.company-name h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 0px;
}
.company-name p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0px;
	color: rgba(0,0,0,0.7);
}
.company-name p span{
	padding: 0px 6px 0px 0px;
}
.company-name p span:nth-child(2),
.company-name p span:nth-child(3){
	padding-left: 6px;
}
.add-to-wishlist-checkbox input.custom___checkbox__input__style_2[type=checkbox] {
  display: none;
}
.add-to-wishlist-checkbox label.custom___checkbox__style_2 {
  height: 100%;
  display: inline-block;
  background: white;
  border-radius: 30px;
  box-shadow: 0px 6px 20px #E5E5E547;
  border:2px solid #0288D1;
  font-size: 16px;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}
.add-to-wishlist-checkbox .notifcation-bg{
  background-image: url('star-line.svg');
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}
.add-to-wishlist-checkbox .image-radio-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.add-to-wishlist-checkbox input.custom___checkbox__input__style_2[type=checkbox]:checked + label.custom___checkbox__style_2 {
  background: #fff;
}
.add-to-wishlist-checkbox input.custom___checkbox__input__style_2[type=checkbox]:checked + label.custom___checkbox__style_2 .notifcation-bg{
    background-image: url('star-fill.svg');
}
.image-radio-wrapper span:last-child{
	position: relative;
	top: 2px;
}
.notification-msg-wrapper p{
	margin-bottom: 0px;
}
.nice-toast-icon{
	margin: 0px 18px 0px 0px;
	position: relative;
	top: 3px;
}
.company-value-content ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.company-value-content ul li{
	display: inline-block;
	margin-right: 8px;
}
.company-value-content ul li:last-child{
	margin-right: 0px;
}
.high-value h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 46px;
	margin-bottom: 0px;
}
.mid-value label{
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: green;
}
.last-value label{
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: green;
}
.company-statics-list ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.company-statics-list ul li{
	/*margin-bottom: 8px;*/
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.company-statics-list ul li label{
	margin-bottom: 0px;
}
.sigle-static-wrapper{
	display: flex;
	align-items: center;
	height: 50px;
	/*padding: 0px 0px 8px 0px; */
}
.single-static-label{
	width: 50%;
}
.single-static-label label{
	font-weight: 500;
	font-size: 15px;
}
.single-static-value{
	width: 50%;
	text-align: right;
}
.single-static-value label{
	font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: unset;
	color: #0288D1;
}
.nav-link{
	color: #000;
	font-weight: 600;
	padding: 0.5rem 0rem;
}
.small-chart-content h2{
	font-size: 18px;
	font-weight: 700;
	color: #0288D1;
	margin-bottom: 0px;
}
.small-chart-content label:nth-child(2){
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 0px;
}
.small-chart-content label:nth-child(3){
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0px;
	color: green;
}

@media(min-width:320px) and (max-width:767px){
	.company-name h2{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.company-name p{
		margin-bottom: 20px;
	}
}
