@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
h1, h2, h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	color: #7879FF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}
p {
	font-family: 'Ubuntu', sans-serif;
	margin: 15px 0px;
}
i {
	padding-right: 8px;
}
.no-padding {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.no-margin {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.full-width {
	width: 100%;
}
a.full-width {
	display: inline-block;
	text-align: center;
}
.sac-paragraph {
	text-align: justify;
}
h3.sac-heading {
	font-weight:bold;
	color: #122b3f;
	font-size: 24px;
}
.sar-heading-title{
	font-weight: bold;
	color: #008000;
}
.sar-heading {
	font-weight: normal;
	color: #122b3f;
}
.sac-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.vcare-btn {
	padding: 6px 27px 8px;
	border: 1px solid;
	transition: .5s;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	border-radius: 20px;
}
.vcare-btn:hover {
	text-decoration: none;
}
.vcare-btn-dark {
	background-color: #206d77;
	border-color: #206d77;
	color: white;
}
.vcare-btn-dark:hover {
	background-color: white;
	color: #206d77;
}
.sar-btn-light {
	background-color: white;
	border-color: #008000;
	color: #008000;
}
.sar-btn-light:hover {
	background-color: #008000;
	color: white;
}
.sar-text-button, .sar-text-button:hover {
	color: #008000;
	font-weight:bold;
}
.no-horizontal-padding {
	padding-left:0;
	padding-right: 0;
}
.sac-text-button, .sac-text-button:hover {
	color: #122b3f;
	font-weight:bold;
}
.sac-btn:hover {
	text-decoration: none;
}
.sac-btn-dark {
	background-color: green;
	border-color: green;
	color: white;
}
.sac-btn-dark:hover {
	background-color: white;
	color: green;
}
.sac-btn-light {
	background-color: white;
	border-color: green;
	color: green;
}
.sac-btn-light:hover {
	background-color: green;
	color: white;
}
.sac-product-wrapper {
	padding-left: 5px;
	padding-right: 5px;
}
.sac-product {
	background-color: #ffffff;
	margin: 5px;
}
.sac-text-input {
	width: 100%;
	border: 1px solid #122b3f;
	font-size: 16px;
	padding: 2px 10px 4px;
	background-color: #ffffff;
}
.vertical-padded {
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact-info {
	background-color: #122b3f;
	color: #ffffff;
	padding: 30px;
}
.contact-info p, .contact-info a, .contact-info h3, .contact-info i {
	color: #ffffff;
}
footer p {
	text-align: justify;
	width: 90%;
}
footer a, footer a:visited, footer a:hover, footer p, footer address, footer i {
	color: #ffffff;
	font-size: 14px;
}
footer ul {
	padding-left: 5px;
	margin-bottom: 0;
}
footer li {
	list-style-type: none;
}
footer h5 {
	font-weight: bold;
	color: #ffffff;
}
.about-section p {
	text-align: justify;
}
.about-section .row {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-modal {

}
.product-modal .modal-content {
	padding: 20px;
}
.product-modal .product-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.product-modal .product-description{
	padding: 3em 3em 3em 0;
}
.product-modal .product-description h3{
	font-weight: bold;
	color: #3e3e3e;
}
.product-modal .table-responsive{
	max-height: 250px;
}
.product-modal .table-responsive table{
	width: 100%;
}
.product-row {
	margin-top: 15px;
	margin-bottom: 15px;
}


@media only screen and (max-width: 768px) {
  .banner-row {
    padding: 150px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-row {
    min-height: 700px;
  }
  .banner-text-div {
  	padding: 300px 50px 0;
  }
  .product-feature-image {
  	padding-top: 30px;
  }
}