.small-business-internet .navBreadcrumb .container {
	padding: 2% 5%;
}

.small-business-internet .navBreadcrumb a {
	color: #28c2fe;
}

/* Common styling starts */
.small-business-internet .hide {
	display: none;
}

.small-business-internet strong, .small-business-internet b {
	font-weight: 500;
}

.small-business-internet .blue {
	color: #23BAFE;
}

.small-business-internet .container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 1% 5%;
	position: relative;
}

.small-business-internet .button {
	text-align: center;
	display: inline-block;
	padding: 15px 35px;
	background-color: #28C2FE;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	transition: all .6s linear;
	border: 1px solid #28C2FE;
	font-size: 14px;
	min-width: 200px;
	text-transform: uppercase;
	margin: 10px 0;
}

.small-business-internet .button.transparent-white {
	background-color: transparent;
	color: #fff;
}

.small-business-internet .button.transparent-black {
	background-color: transparent;
	color: #666;
}

.small-business-internet .button.transparent-blue {
	background-color: transparent;
	color: #23BAFE;
}

.small-business-internet .button.white {
	background-color: #fff;
	color: #005399;
	font-weight: 500;
}

.small-business-internet .button.transparent-blue:HOVER {
	background-color: #23BAFE;
	color: #fff;
}

.small-business-internet .button:HOVER {
	background-color: #fff;
	color: #23BAFE;
	border: 1px solid;
}

.small-business-internet .title {
	font-size: 50px;
	text-align: center;
	font-weight: 400;
	padding: 20px 0 0;
}

.small-business-internet .title * {
	font-weight: 300;
}

.small-business-internet .caption {
	font-size: 18px;
	/* font-weight: 300; */
}

.small-business-internet .description {
	line-height: 24px;
}

.small-business-internet .small {
	font-size: 12px;
}

.small-business-internet .disclaimer {
	font-size: 12px;
	/* font-weight: 300; */
}

.small-business-internet .tooltip {
	background: url(/resources/images/icons/info-icon.svg);
	background-size: 16px 20px;
	height: 20px;
	width: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-left: 5px;
	cursor: pointer;
}
/* Common styling ends */

/* Section styling starts */
.small-business-internet .header {
	background: #414141;
	color: #FFF;
	text-align: center;
}

.small-business-internet .header .container-wrapper {
	max-width: 100%
}

.small-business-internet .header .title {
	font-size: 50px !important;
	text-align: center;
}

#main-content.small-business-internet .header .sub-title {
	text-transform: none;
}

.small-business-internet .header .description {
	font-weight: 400;
	margin: 30px 0 40px 0;
	width: 575px;
	max-width: 100%;
}

.small-business-internet .header .header-button-row {
	margin: 3% auto;
	text-align: center;
}

.small-business-internet .light-button {
	text-align: center;
	display: inline-block !important;
	padding: 15px 35px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	transition: all .6s linear;
	border: 1px solid #28C2FE;
	font-size: 14px;
	min-width: 200px;
	text-transform: uppercase;
	margin: 10px 0;
}

.small-business-internet .header .light-button:HOVER {
	background-color: #fff;
	color: #23BAFE;
	border: 1px solid;
}

.small-business-internet .white-button {
	background-color: transparent;
	text-align: center;
	display: inline-block;
	padding: 15px 35px;
	color: #23BAFE;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	transition: all .6s linear;
	border: 1px solid;
	font-size: 14px;
	min-width: 200px;
	text-transform: uppercase;
	margin: 10px 0;
}

.small-business-internet .white-button:HOVER {
	background-color: #23BAFE;
	color: #fff;
	border: 1px solid;
}

/* Section styling ends */

/* Section styling starts */
.small-business-internet .feature-mods {
	color: black;
}

.small-business-internet .feature-mods ul {
	display: flex;
	line-height: 24px;
	align-items: center;
}

.small-business-internet .feature-mods ul li {
	flex: 1;
}

.small-business-internet .feature-mods .divider {
	min-width: 2px;
	background-color: #23BAFE;
	margin: 0 4%;
	max-width: 2px;
	min-height: 75px;
}

.small-business-internet .feature-mods span {
	font-weight: 500;
	color: #fff;
}

.small-business-internet .feature-mods .feature-description {
	line-height: 24px;
	color: #666;
	font-weight: 400;
}

.small-business-internet .feature-mods .feature-icon {
	width: 150px;
	height: 170px;
	margin: 0 auto;
}

.small-business-internet .feature-mods .feature {
	display: flex;
	width: 29%;
	margin: 20px 2%;
	flex-direction: column;
	text-align: center;
}

.small-business-internet .feature-mods .feature-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* Section styling ends */

/* Section Skew-Image */
.small-business-internet .skew-image {
	max-height: 500px;
	height: 100%;
}

.small-business-internet .skew-image img:first-of-type {
	display: block;
}

.small-business-internet .skew-image img:last-of-type {
	display: none;
}

@media ( max-width : 768px) {
	.small-business-internet .skew-image img:first-of-type {
		display: none;
	}
	.small-business-internet .skew-image img:last-of-type {
		display: block;
	}
}
/* Section styling starts */
.small-business-internet .features {
	text-align: center;
}

.small-business-internet .features .title {
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 500;
}

.small-business-internet .features .description {
	margin: 20px 0;
	text-align: left;
	font-size: 1.8rem;
}

.small-business-internet .features .feature-list {
	display: flex;
	margin: 5% 13% 0;
	justify-content: space-evenly;
}

.small-business-internet .features .feature-list .row .feature {
	flex-basis: 50%;
	flex-grow: 1;
}

.small-business-internet .features .feature {
	display: flex;
	width: 380px;
	height: 340px;
	margin: 0 0 10% 0;
	text-align: center;
	background: #DCDBDC 0% 0% no-repeat padding-box;
	border-radius: 8px;
	flex-direction: column;
	padding: 7%;
}

.small-business-internet .features .feature .feature-title {
	font-size: 1.6rem;
	color: #444444;
	font-weight: bold;
	padding-top: 7%;
}

.small-business-internet .features .feature .feature-description {
	line-height: 24px;
	color: #444444;
	font-size: 1.4rem;
	padding-top: 7%;
}

.small-business-internet .features .feature-img {
	min-width: 80px;
	max-width: 150px;
}

.small-business-internet .features .feature-img img {
	width: auto;
}

.small-business-internet .features .feature-details {
	text-align: left;
}

/* Section styling ends */

/* Section styling starts */
hr.divider {
	border-top: 1px solid #f2f2f2;
	width: 50%;
	margin: 0 auto;
}

.small-business-internet .pardotForm .sub-title {
	text-align: center;
	margin: 20px 0;
}
/* Section styling ends */

/* Section styling starts */
.small-business-internet .why-cspire {
	background-color: #414141;
	color: white;
	padding: 0 0 2%;
}

.small-business-internet .why-cspire .container {
	max-width: 65%
}

.small-business-internet .why-cspire .title {
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}

.small-business-internet .why-cspire .sub-title.center {
	text-align: center;
}

.small-business-internet .why-cspire .description {
	margin: 20px 0;
}

.small-business-internet .why-cspire .feature-list {
	display: flex;
	flex-direction: row;
	margin: 0;
	justify-content: space-evenly;
}

.small-business-internet .why-cspire .feature {
	display: flex;
	/* max-width: 50%; */
	margin: 30px 0;
	flex-direction: column;
	width: 30%;
	min-height: 439px;
	background: #ffffff;
	border-radius: 8px;
	padding: 2%;
}

.small-business-internet .why-cspire .feature .feature-details {
	flex: 1;
}

.small-business-internet .why-cspire .feature .image {
	width: 150px;
}

.small-business-internet .why-cspire .feature .feature-title {
	font-size: 1.6rem;
	font-weight: bold;
	/* margin: 0 0 10px; */
	color: #444444;
	width: 100%;
	padding-top: 7%;
}

.small-business-internet .why-cspire .feature .feature-description {
	line-height: 24px;
	font-size: 1.4rem;
	color: #444444;
	width: 100%;
	padding-top: 7%;
	color: #444444;
}

.small-business-internet .why-cspire .feature .link {
	color: #23BAFE;
	font-weight: 500;
	margin: 5px 0 0;
	display: inline-block;
}
/* Section styling ends */

/* Section styling starts */
.small-business-internet .testimonial {
	color: #222;
	background-color: #F7F7F7;
}

.small-business-internet .testimonial .container-wrapper {
	display: flex;
	align-items: center;
}

.small-business-internet .testimonial .container-wrapper>div {
	flex: 1;
}

.small-business-internet .testimonial .container-wrapper .text {
	padding: 0 0 0 5%;
}

.small-business-internet .testimonial .video {
	text-align: right;
}

.small-business-internet .testimonial iframe {
	height: 255px;
	width: 480px;
}

.small-business-internet .testimonial .title {
	text-align: left;
	font-size: 27px;
}

.small-business-internet .testimonial .name {
	font-weight: 500;
	font-size: 20px;
	margin: 20px 0 0;
}

@media ( max-width : 786px) {
	.small-business-internet .testimonial iframe {
		height: 200px;
		width: 355px;
	}
}

@media ( max-width : 600px) {
	.small-business-internet .testimonial .video {
		padding: 6% 0;
	}
}
/* Section styling ends */

/* Section styling starts */
.small-business-internet .secure-office {
	text-align: center;
}

.small-business-internet .secure-office .title {
	max-width: 850px;
	margin: 0 auto;
}

.small-business-internet .secure-office .caption {
	font-weight: 500;
	color: #222;
	max-width: 575px;
	margin: 20px auto 40px;
}

.small-business-internet .secure-office .description {
	margin: 20px auto;
	text-align: left;
	color: #888;
	max-width: 900px;
}

.small-business-internet .secure-office .feature-list {
	display: flex;
	flex-wrap: wrap;
	margin: 3% 0;
	justify-content: center;
}

.small-business-internet .secure-office .feature {
	display: flex;
	width: 29%;
	margin: 20px 2%;
	flex-direction: column;
	text-align: center;
}

.small-business-internet .secure-office .feature.office-365 {
	max-width: 500px;
	margin: 20px auto;
	width: 100%;
}

.small-business-internet .secure-office .feature .feature-icon {
	width: 100px;
	height: 120px;
	margin: 0 auto;
}

.small-business-internet .secure-office .feature.office-365 .feature-icon
	{
	width: 150px;
	height: 100%;
}

.small-business-internet .secure-office .feature .feature-title {
	font-size: 22px;
	color: #222;
	font-weight: 400;
	margin: 10px 0;
}

.small-business-internet .secure-office .feature .feature-description {
	line-height: 24px;
	color: #888;
}
/* Section styling ends */

/* Section styling starts */
.small-business-internet .floating-btn {
	display: none;
}
/* Section styling ends */

/* Section styling starts */
.small-business-internet .secure-service {
	background-color: #F7F7F7;
}

.small-business-internet .secure-service .container {
	max-width: 1100px;
}

.small-business-internet .secure-service .title {
	max-width: 550px;
	margin: 0 auto;
}

.small-business-internet .secure-service .description {
	margin: 3% 0 0;
}

.small-business-internet .secure-service .plans-wrapper {
	display: flex;
}

.small-business-internet .secure-service .plan {
	max-width: 300px;
	background-color: #fff;
}
/* Section styling ends */

/* Section styling starts */
.small-business-internet .secure-service-pricing {
	background:
		url(/resources/images/business/small-business/internet-secure-office-bg.jpg)
		no-repeat center;
	background-size: cover;
}

.small-business-internet .secure-service-pricing .title {
	color: #fff;
}

.small-business-internet .secure-service-pricing .plans-wrapper {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
	flex-wrap: wrap;
}

.small-business-internet .secure-service-pricing .plan {
	width: 360px;
	background-color: #fff;
	margin: 30px 2%;
	text-align: center;
	padding: 30px 30px 50px;
	color: #777;
	position: relative;
}

.small-business-internet .secure-service-pricing .plan .plan-title {
	font-weight: 500;
	margin: 0 0 20px;
	font-size: 18px;
}

.small-business-internet .secure-service-pricing .plan .starting-at {
	font-size: 12px;
	color: black;
}

.small-business-internet .secure-service-pricing .plan .plan-price {
	color: #23BAFE;
	font-size: 50px;
	margin: 10px 0;
}

.small-business-internet .secure-service-pricing .plan .plan-price * {
	font-weight: 400;
	display: inline-block;
}

.small-business-internet .secure-service-pricing .plan .plan-price .dollar
	{
	font-size: 24px;
	position: relative;
	top: -18px;
}

.small-business-internet .secure-service-pricing .plan .plan-price .per-month
	{
	font-size: 24px;
}

.small-business-internet .secure-service-pricing .plan .plan-features {
	margin: 25px 0 75px 25px;
}

.small-business-internet .secure-service-pricing .plan .plan-features li
	{
	background: url(/resources/images/business/blue-tick.svg) no-repeat left
		4px;
	background-size: 25px 25px;
	padding: 7px 10px 7px 35px;
	margin: 10px 0;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
}

.small-business-internet .secure-service-pricing .plan .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 200px;
	margin: 0 auto;
}

.small-business-internet .secure-service-pricing .plan.custom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.small-business-internet .secure-service-pricing .plan.custom .plan-price
	{
	font-size: 24px;
}

.small-business-internet .secure-service-pricing .plan.custom .plan-details
	{
	margin: 0 0 30px;
	max-width: 100%;
}

.small-business-internet .secure-service-pricing .plan.custom .button {
	position: initial;
}
/* Section styling ends */

/* Section styling starts */
.small-business-internet .internet-plan-pricing {
	background: #f2f2f2;
}

.small-business-internet .internet-plan-pricing .sub-title {
	color: black;
	text-align: center;
}

.small-business-internet .internet-plan-pricing .plans-wrapper {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
	flex-wrap: wrap;
}

.small-business-internet .internet-plan-pricing .plan {
	width: 360px;
	background-color: #fff;
	margin: 30px 2%;
	text-align: center;
	padding: 0px 0px 50px;
	color: #505050;
	position: relative;
	border: #414141 2px solid !important;
	border-radius: 16px;
	box-shadow: 0 2px 5px 0 #ccc;
}

.small-business-internet .internet-plan-pricing .plan .plan-title {
	font-weight: 400;
	font-size: 22px;
	margin: 0 0 3% 0;
	position: relative;
	background-color: #414141;
	border-bottom: 1px solid #414141;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 23px 0;
	color: #fff;
}

.small-business-internet .internet-plan-pricing .plan .starting-at {
	font-size: 12px;
	color: #505050;
}

.small-business-internet .internet-plan-pricing .plan.custom .starting-at
	{
	color: #505050;
}

.small-business-internet .internet-plan-pricing .plan .plan-price {
	color: #505050;
	font-size: 50px;
	margin: 10px 0;
}

.small-business-internet .internet-plan-pricing .plan .plan-price * {
	font-weight: 400;
	display: inline-block;
}

.small-business-internet .internet-plan-pricing .plan .plan-price .dollar
	{
	font-size: 24px;
	position: relative;
	top: -18px;
}

.small-business-internet .internet-plan-pricing .plan .plan-price .per-month
	{
	font-size: 24px;
}

.small-business-internet .internet-plan-pricing .plan .plan-details {
	min-height: 55px;
	padding-left: 5px;
	padding-right: 5px;
}

.small-business-internet .internet-plan-pricing .plan .plan-features {
	margin: 5px 30px 75px 25px;
}

.small-business-internet .internet-plan-pricing .plan .plan-features li
	{
	background: url(/resources/images/business/blue-tick.svg) no-repeat left
		4px;
	background-size: 25px 25px;
	padding: 7px 10px 7px 35px;
	margin: 10px 0;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
}

.small-business-internet .internet-plan-pricing .plan .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 200px;
	margin: 0 auto;
}

.small-business-internet .internet-plan-pricing .plan .deal-banner {
	background-color: #e6f7fe;
	color: black;
	font-weight: 300;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Section styling ends */

/* Section styling starts */
@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	.small-business-internet .container {
		max-width: 100%;
		margin: 0;
		padding: 3% 5%;
		position: relative;
	}
	.small-business-internet .features .feature-img {
		max-width: 100px;
	}
	.small-business-internet .why-cspire .container {
		margin: auto auto;
	}
	.small-business-internet .features .container {
		margin: auto auto;
	}
}

/* Section styling ends */
@media ( max-width : 1300px) { /* Section styling starts */
	/* Section styling ends */
}

@media ( max-width : 1050px) {
	/* Section styling starts */
	.small-business-internet .testimonial .title {
		font-size: 24px;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .features .feature {
		text-align: center;
	}
	.small-business-internet .features .feature-list {
		margin: 0;
	}
	/* Section styling ends */
}

@media ( max-width : 750px) {
	/* Common styling starts */
	.small-business-internet .title {
		font-size: 32px;
	}
	.small-business-internet .sub-title {
		font-size: 24px;
	}
	.small-business-internet .caption {
		font-size: 16px;
	}
	/* Common styling ends */

	/* Section styling starts */
	#main-content .header .title, .small-business-internet .header .title {
		font-size: 40px !important;
	}
	.small-business-internet .header {
		background-position: 68% 0;
	}
	.small-business-internet .header .caption {
		line-height: 16px;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .testimonial .container-wrapper {
		flex-direction: column;
	}
	.small-business-internet .testimonial .container-wrapper .text {
		padding: 5% 0 0;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .secure-service-pricing .container {
		padding: 10% 5%;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .internet-plan-pricing .container {
		padding: 10% 5%;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .secure-office .feature {
		width: 100%;
		margin: 20px 0;
	}
	.small-business-internet .secure-office .feature-list {
		flex-wrap: unset;
		flex-direction: column;
	}
	/* Section styling ends */

	/* Section styling starts */
	/* Section styling ends */
}

@media ( max-width : 500px) {
	/* Common styling starts */
	.footer-mobile {
		margin: 0 0 90px;
	}
	.small-business-internet .caption {
		font-size: 14px;
	}
	.small-business-internet  .button {
		font-size: 12px;
		padding: 10px 30px;
		display: block !important;
		max-width: 300px;
		margin: 0 auto;
	}
	.small-business-internet .container {
		padding: 10%;
	}
	.small-business-internet .title {
		font-size: 26px;
	}
	.small-business-internet .why-cspire .feature-list {
		flex-direction: column;
	}
	/* Common styling ends */

	/* Section styling starts */
	.small-business-internet .floating-btn {
		display: flex;
		background-color: #fff;
		padding: 20px 5%;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 999;
	}
	.small-business-internet .floating-btn .button {
		min-width: 100px;
		padding: 15px;
		display: inline-block !important;
		flex: 1;
		background-color: #F04F23;
		border-color: #F04F23;
		color: #FFFFFF;
	}
	.small-business-internet .floating-btn .button:HOVER {
		background-color: #FFFFFF;
		border-color: #F04F23;
		color: #F04F23;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .features .feature {
		width: 100%;
		margin: 20px 0;
	}
	.small-business-internet .features .feature-list {
		flex-wrap: unset;
		flex-direction: column;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .testimonial .container {
		padding: 0;
	}
	.small-business-internet .testimonial .container-wrapper .text {
		padding: 5%;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .feature-mods .container {
		padding: 5% 10%;
	}
	.small-business-internet .feature-mods ul {
		display: block;
		list-style: disc;
	}
	.small-business-internet .feature-mods ul li {
		padding: 10px 0;
	}
	.small-business-internet .feature-mods .divider {
		display: none;
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .why-cspire .container {
		padding: 10% 5%
	}
	/* Section styling ends */

	/* Section styling starts */
	.small-business-internet .header .header-button-row {
		margin: 7% auto;
	}
	.small-business-internet .feature-mods .feature {
		display: flex;
		width: 100%;
		margin: 20px 2%;
		flex-direction: column;
		text-align: center;
	}
	.small-business-internet .why-cspire .feature {
		display: block;
		margin: 20px 0;
		text-align: left;
		width: 100%;
		padding: 7%;
	}
	.small-business-internet .why-cspire .feature .image {
		padding-bottom: 10px;
	}
	.small-business-internet .why-cspire .feature .feature-details {
		flex: 1;
		margin: 0 0 0 0px;
	}
	/* Section styling ends */
}
/** Preview Video Section **/
.preview_video .container {
	padding: 0 5% 3%;
}

.preview_video .preview_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 430px;
	overflow: hidden;
}

.preview_video .video-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: 10%;
	min-height: unset;
}

.preview_video video {
	width: 100%;
}

.preview_video .video-copy {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 5%;
	flex-basis: 10%;
}

.preview_video .subtitle {
	font-size: 35px;
	white-space: nowrap;
}

.preview_video .description {
	text-align: left;
	width: 100%;
	margin: 10px 0;
	font-size: 2rem;
}

.preview_video .signature span {
	font-weight: 500;
}

@media ( max-width : 750px) {
	.preview_video .preview_wrapper {
		display: block;
		max-height: none;
	}
	.preview_video .video-container {
		min-height: unset;
	}
	.preview_video .subtitle {
		white-space: normal;
	}
}
/* Section styling starts */
.small-business-internet .vid-link .container-wrapper #play-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.small-business-internet .vid-link .container-wrapper #play-wrapper:hover
	{
	text-decoration: underline;
	text-decoration-color: #28C2FE;
}

.small-business-internet .vid-link .blue {
	font-size: 32px;
	font-weight: 400;
	margin: 0 10px;
}

.small-business-internet .vid-link .play-btn {
	max-width: 40px;
}

.belhaven-vid {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	visibility: hidden;
}

.fullscreen-vid {
	visibility: visible !important;
	object-fit: contain;
	position: fixed !important;
	top: 0px !important;
	right: 0px;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box !important;
	min-width: 0px !important;
	max-width: none !important;
	min-height: 0px !important;
	max-height: none !important;
	width: 100% !important;
	height: 100% !important;
	transform: none !important;
	margin: 0px !important;
	background: black;
}

.vid-exit {
	position: fixed;
	top: 5%;
	left: 95%;
	cursor: pointer;
	background: #f5f5f5;
	font-weight: 500;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 999999;
	visibility: hidden;
}

.exit-fullscreen {
	visibility: visible !important;
	left: 95% !important;
}

.vid-link .belhaven-vid-mob {
	display: none;
}

.vid-link .red {
	color: red;
	text-align: center;
	display: none;
}

@media ( max-width : 768px) {
	.small-business-internet .vid-link .container-wrapper .blue {
		display: block;
		font-size: 24px;
	}
	.vid-link .belhaven-vid-mob {
		display: none;
		width: 300px;
		min-height: 200px;
		margin: 10px auto;
	}
	.exit-fullscreen {
		visibility: visible !important;
		left: 85% !important;
	}
	.vid-exit, .belhaven-vid {
		
	}
}
/************************Scroll Down Arrow Styles*****************/
.small-business-internet #scroll-down-arrow {
	background: url(/resources/images/wireless-home/icons/ico_down.svg)
		no-repeat center;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	transition: opacity .5s ease-in;
	opacity: 1;
	animation: fadeinout 2s infinite;
	background-size: 100%;
}

@
keyframes fadeinout { 0% {
	opacity: 0;
}

50%
{
opacity


:

 

1;
}
100%
{
opacity


:

 

0;
}
}
@media ( max-width : 768px) {
	.small-business-internet #scroll-down-arrow {
		background-size: 75%;
	}
}