.primary-text-color {
	color: #e85a4f !important;
}

.primary-background-color {
	background-color: #e85a4f !important;
	border-color: #e85a4f !important;
}

.secondary-background-color {
	background-color: #8e8d89;
	border-color: #8e8d89;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.thick-border {
	border-width: 3px !important;
}

.border-color-black {
	border-color: black !important;
}

.inner-banner {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px !important;
}

.main-banner {
	height: 500px;
	background-image: url(../img/banner.png);
	background-size: cover;
	background-position: center;
}

.sub-banner {
	height: 500px;
	background-image: url(../img/banner.jpg);
	background-size: cover;
	background-position: center;
}
.medical_banner {
	height: 500px;
	background-image: url(../img/medical_pricing.jpg);
	background-size: cover;
	background-position: center;
}

#hiw .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#hiw .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#hiw .carousel-control-prev {
    left: 10px;
}

#hiw .carousel-control-next {
    right: 10px;
}

.text-size-large-brand {
	font-size: 2rem !important;
}

#hiw li {
	list-style-type: none;
	font-size: 1.5rem;
	margin-bottom: 0px;
	position: relative; /* It's needed for setting position to absolute in the next rule. */
}
@media (max-width: 575.98px) { 
	#hiw li {
		font-size: 1rem;
		margin-bottom: 20px;
		line-height: 15px;
	}

 }

 @media (min-width: 768px) and (max-width: 991.98px) {
	#hiw li {
		font-size: 1.2rem;
		margin-bottom: 20px;
		line-height: 20px;
	}
}


#hiw li::before {
	content: "■";
	position: absolute;
	left: -1.5em; /* Adjust this value so that it appears where you want. */
	font-size: 1.1em; /* Adjust this value so that it appears what size you want. */
}

.gap {
	margin-right: 10px;
}

.social_icon2 ul li:first-child {
	margin-left: 0px;
}

.facebook {
	background: #2a66b3;
	border: 1px solid #2a66b3;
}

.social_icon2 ul li a i {
	margin-right: 10px;
}

.twitter {
	background: #35bbec;
	border: 1px solid #35bbec;
}

.social_icon2 ul li a {
	float: left;
	border-radius: 4px;
	line-height: 40px;
	color: #fff;
	height: 40px;
	width: 110px;
	text-align: center;
	margin-bottom: 40px;
}

.google {
	background: #e55644;
	border: 1px solid #e55644;
}

.facebook:hover {
	background: #082b58;
	border: 1px solid #082b58;
}

.twitter:hover {
	background: #0f607e;
	border: 1px solid #0f607e;
}

.google:hover {
	background: #a52a1b;
	border: 1px solid #a52a1b;
}

.dz-message {
	margin-bottom: 0px !important;
	width: 100% !important;
	padding: 15px !important;
	background-color: rgba(255, 255, 255, 0.3) !important;
}

button.dz-button {
	width: 100% !important;
}

.dropzone {
	height: 200px;
	padding: 0px !important;
}

#hiw .carousel-indicators {
	right: unset !important;
	bottom: unset !important;
	left: unset !important;
	z-index: unset !important;
	display: unset !important;
	justify-content: unset !important;
	padding-left: unset !important;
	margin-right: unset !important;
	margin-left: unset !important;
	list-style: unset !important;
}

#hiw .carousel-indicators li {
	width: unset !important;
	text-indent: unset !important;
	background-color: unset !important;
	height:unset !important;
	border: none !important
}

#hiw li.active::before {
    color:#e55644 !important;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	float:right;
	margin-bottom: 0px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {display:none;}
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input.default:checked + .slider {
	background-color: #444;
  }
  input.primary:checked + .slider {
	background-color: #2196F3;
  }
  input.success:checked + .slider {
	background-color: #8bc34a;
  }
  input.info:checked + .slider {
	background-color: #3de0f5;
  }
  input.warning:checked + .slider {
	background-color: #FFC107;
  }
  input.danger:checked + .slider {
	background-color: #f44336;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }