/* Custom CSS Starts */
/* font-family: 'Montserrat', sans-serif; */

/* common css */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
}

b,
strong {
	font-weight: 600;
}

p:empty {
	display: none;
}

a {
	color: #007dba;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a,
button {
	font-family: inherit;
}

a:hover {
	text-decoration: none;
	color: #0064a1;
}

.container p > a:hover,
.container p > a:focus,
.container p > a:active,
.container li > a:hover,
.container li > a:focus,
.container li > a:active {
	text-decoration: underline;
}

a:focus,
a:focus-visible,
a:focus-within {
	outline: 1px dotted #007dba;
}

input,
textarea{
	font-family: 'Montserrat', sans-serif;
}

input[type=submit],
button {
	font-weight: 600;
	cursor: pointer;
}

/* hidden labels */

.hidden-label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* lists */

.entry-content ul,
.single-post .main-container ul {
	margin-left: 18px;
	margin-bottom: 18px;
}

.disc-ul ul{
	list-style-type: disc;
}

.entry-content ol {
	margin-left: 18px;
	margin-bottom: 18px;
}

.bottom-margin li {
	margin-bottom: 27px;
}

.two-col-list ul,
ul.two-col-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

/* typography */

p {
	margin-bottom: 18px;
}

p:last-child {
	margin-bottom: 0;
}

h1,
.h1 {
	font-weight: 800;
	font-size: 40px;
	line-height: 1.1;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 {
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 18px;
}

/* font awesome */

.fa, .fas {
	font-weight: 900 !important;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free" !important;
}
.fa.fa-phone:before{
	content: '\f879' !important;
}

/* text colors */

.text-black		{ color: #444; }
.text-blue		{ color: #007dba; }
.text-white		{ color: #fff; }
.text-orange	{ color: #f68d1f; }

/* buttons */

.vc_btn3-container {
	margin-bottom: 18px;
}

/* full width w/ icon */

.vc_btn3-block .vc_btn3-icon {
	margin-top: 5px;
}

/* get started btn */

.get-started a {
	padding: 8px 12px !important;
}

.get-started:before {
	content: "Call";
	display: inline-block;
	margin-right: 10px;
	font-weight: 600;
}

.get-started:after {
	content: " to Get Started";
	display: inline-block;
	margin-left: 10px;
	font-weight: 600;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	float: none;
}

/* responsive iframe embed */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* common classes */

/* page loader css */

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0.0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

.page-loader-dv{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #EF8902;
	z-index: 100000;
}
.page-loader-dv .loader-circle {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	background-color: #fefefe;
	text-indent: -12345px;
	border-radius: 100%;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

/* page loader css */

.page-banner-row{
	min-height: 400px;
}
.inline-block {
	display: inline-block;
}

.site-banner-section,
.white-light-overly,
.home-banner {
	position: relative;
	display: block;
}
.site-banner-section > div,
.white-light-overly > div{
	position: relative;
	z-index: 1;
}

.site-banner-section::after{
	content: " " !important;
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	height: 100% !important;
	visibility: visible !important;
}
.home-smart-business-solutions::after{
	content: " " !important;
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.9)),color-stop(80%, rgba(255,255,255,0)));
	background: -o-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 80%);
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 80%);
	height: 100% !important;
	visibility: visible !important;
}
.white-light-overly::after{
	content: " " !important;
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	background-color: rgba(100, 103, 106, 0.5);
	height: 100% !important;
	visibility: visible !important;   
}

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

.white-to-gray-bg {
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(247, 247, 247, 1)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.gray-to-white-bg {
	background: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
	background: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#fff', GradientType=0);
}

.custom-link-btn.vc_btn3-center {
	background: none !important;
}

.custom-orange-btn a,
.custom-orange-btn button {
	color: #fff !important;
	background-color: #f68d1f !important;
	border-color: #f68d1f !important;
	font-size: 20px !important;
	font-weight: 600;
	padding: 13px 30px !important;
	border-radius: 2px !important;
	background-image: none !important;
}

.custom-link-btn a,
.custom-link-btn button {
	font-size: 20px !important;
	font-weight: 600;
	color: #fff !important;
	border: 1px solid #007dba !important;
	background-color: #007dba !important;
	padding: 13px 30px !important;
	border-radius: 2px !important;
	background-image: none !important;
	text-transform: capitalize !important;
}

.custom-link-btn button {
	margin-top: 20px;
}

.custom-link-btn a:hover {
	background-color: #0056a0 !important;
	border-color: #0056a0 !important;
	color: #fff !important;
}

.custom-link-btn.orange-btn a {
	border: 1px solid #f68d1f !important;
	background-color: #f68d1f !important;
}

.custom-link-btn.orange-btn a:hover {
	background-color: #ea8011 !important;
	border-color: #ea8011 !important;
}

.custom-orange-btn.right-orange-icon-btn a,
.custom-orange-btn.right-orange-icon-btn button {
	padding-right: 45px !important;
}

.custom-orange-btn a:hover,
.custom-orange-btn button:hover {
	background-color: #e98012 !important;
	border-color: #e98012 !important;
}

.custom-link-btn.btn-icon a,
.custom-orange-btn.btn-icon a {
	padding-left: 45px !important;
}

.custom-link-btn-right-icon a {
	padding-right: 45px !important;
}

body .mini-custom-btn a {
	font-size: 12px !important;
	padding-left: 40px !important;
}

body .mini-custom-btn a i {
	left: 23px !important;
	font-size: 11px !important;
}

.overflow-visible {
	overflow: visible !important;
}

.z-index99 {
	z-index: 99;
}

.border-top-seperator {
	position: relative;
	padding-top: 50px;
}

.border-top-seperator:before {
	content: '';
	width: 90px;
	height: 3px;
	background-color: #007dba;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* breadcrumbs */
.breadcrumbs {
	padding: 16px 0;
	font-size: 14px;
	line-height: 1;
	background-color: #fff;
	border-bottom: 1px solid #f3f3f3;
	z-index: 999;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
	text-decoration: underline;
}
/* breadcrumbs */

/* common classes */

.custom-accordian-sec .wpb_accordion_header {
	background-color: #007dba !important;
	padding: 10px 15px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	outline: none;
}

.custom-accordian-sec .wpb_accordion_header .ui-icon {
	color: #fff;
}

.custom-accordian-sec .wpb_accordion_header a {
	padding: 0;
	color: #fff !important;
}

.custom-accordian-sec .wpb_accordion_content {
	border: 1px solid #eaeaea;
	background-color: #f2f2f3;
	padding: 30px 15px;
	font-size: 16px;
}

.circle-icon-list ul,
.circle-icon-list {
	margin-left: 0 !important;
	list-style-type: none;
}

.circle-icon-list li {
	position: relative;
	padding-left: 20px;
	margin-top: 0;
}

.circle-icon-list li:before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	background-color: #007dba;
	font-weight: bold;
	color: #fff;
	height: 15px;
	width: 15px;
	line-height: 12px;
	font-size: 7.5px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.circle-icon-list.con-list li:before {
	content: "\f00d";
	background-color: #ba0c2f;
}

.bigger-icons-ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 50%;
	padding-right: 30px;
}

.bigger-icons-ul li {
	position: relative;
	text-align: left;
	padding-left: 40px;
	width: 100%;
	margin-bottom: 27px;
}

.bigger-icons-ul li:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	background: #0056a0;
	height: 45px;
	width: 45px;
	line-height: 45px;
	position: absolute;
	left: -18px;
	top: 0px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.bigger-icons-ul li h4{
	color: #303133;
}

/* header css */

#header {
	margin-top: 48px;
}

/* top header */

.top-header {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
	color: #444;
	/* padding: 5px 0; */
	z-index: 9999;
}

.admin-bar .top-header {
	top: 32px;
}

.top-header-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

/* .top-header-bar a {
	color: #fff;
} */

/* .top-header-bar a:hover {
	text-decoration: none;
	color: #fff;
} */

.top-header-bar .phone-dv .icon,
.top-header-bar .webmail-dv .icon {
	color: #f68d1f;
}

.top-header-bar .globe-img {
	width: 0;
	-webkit-transition: all .25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
		 -o-transition: all .25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
			transition: all .25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.sticky .top-header-bar .globe-img {
	width: 34px;
}

.top-header-bar .globe-img img {
	width: 24px;
	padding-top: 5px;
	margin-right: 10px;
}

.top-header-bar .phone-dv-web {
	display: flex;
	align-items: center;
}

/* phone-dv */

.top-header-bar .phone-dv .btn-tel {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 6px;
}

.phone-dv-web .icon i {
	font-size: 12.5px;
	margin-left: 5px;
}

.top-header-bar .phone-dv a {
	color: #444;
}

.top-header-bar .phone-dv a:hover {
	color: #f68d1f;
}

.topbar-menu,
.topbar-submenu {
	margin: 0 !important;
	list-style-type: none;
}

.topbar-menu > li {
	position: relative;
	line-height: 1;
}

.topbar-menu > li > a {
	padding: 15px 10px;
	font-size: 16px;
}

.topbar-menu li a {
	color: #444;
}

.topbar-menu > li:hover {
	background-color: #f7f7f7;
}

.topbar-menu li:hover a,
.topbar-menu li a:hover,
.topbar-menu li:focus-within a {
	color: #007dba;
	text-decoration: none;
}

.topbar-submenu {
	display: none !important;
	opacity: 0;
	transition: all .25s ease-in-out;
}

.topbar-submenu li {
	text-align: left;
}

.topbar-menu li:hover > .topbar-submenu,
.topbar-menu li:focus-within > .topbar-submenu {
	position: absolute;
	display: flex !important;
	opacity: 1;
	top: 47px;
	right: 0;
	width: auto;
	min-width: 150px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	background-color: #f7f7f7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}

.topbar-submenu li a {
	display: block;
	padding: 10px 10px;
	font-size: 16px;
	border-bottom: 1px solid #e7e7e7;
}

/* press releases - single */

.single-press-releases .alignright {
	float: right;
	margin-left: 20px;
}

.single-press-releases .alignright p {
	font-size: 12px;
}

.single-press-releases hr {
	margin-bottom: 20px;
}

/* get-internet */

.top-header-bar .get-internet a {
	text-decoration: none !important;
	text-transform: none;
	letter-spacing: 0;
	background-color: #f68d1f;
	border-color: #f68d1f;
	border: none;
	margin: 5px 0;
	padding: 5px 15px !important;
	line-height: 27px;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.top-header-bar .get-internet a:hover,
.top-header-bar .get-internet a:active,
.top-header-bar .get-internet a:focus {
	background-color: #e98012;
}

/* WebMail */

.top-header-bar .webmail-dv {
	/* font-size: 18px; */
	font-weight: 600;
}

/* top header */

/* header menu */

.main-menu-section {
	-webkit-box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
	box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
	z-index: 2000;
	position: relative;
}

.main-nev-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-logo {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 15px;
}
.main-logo a{
	display: inline-block;
	margin-top: 5px;
}

.main-nev-row {
	position: relative;
}

.main-nev-section {
	width: 100%;
}

nav.ubermenu-main.ubermenu-bound {
	position: static;
}

.ubermenu-submenu .ubermenu-item .ubermenu-target-title {
	font-size: 16px;
}

.ubermenu-nav .ubermenu-content-block {
	padding-top: 5px !important;
	font-size: 14px;
	line-height: 24px;
	list-style-type: none;
}

.ubermenu-nav .ubermenu-content-block ul {
	list-style-type: none;
}

.ubermenu-widget-area .widget_nav_menu {
	padding: 0 29px !important;
}

.ubermenu-nav .ubermenu-content-block li:hover a,
.ubermenu-nav .ubermenu-content-block li:active a,
.ubermenu-nav .ubermenu-content-block li:focus a {
	padding-left: 0 !important;
}

.ubermenu-nav li a {
	text-decoration: none;
}

.ubermenu-widget-area .widget_nav_menu ul li {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ubermenu-widget-area .widget_nav_menu ul li:hover {
	padding-left: 3px;
}

.ubermenu-submenu-type-flyout {
	min-width: 217px !important;
}

.ubermenu-submenu-id-72689 li:hover a,
.ubermenu-submenu-id-72689 li:focus a,
.ubermenu-submenu-id-72689 li:active a {
	background-color: #007dba !important;
}

/* ribbon-bar */

.ribbon-bar {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	background-color: #007dba;
	padding: 10px 0;
	text-align: center;	
}

.ribbon-bar a {
	color: #fff;
	text-decoration: underline;
}

.ribbon-bar a:hover {
	color: #f7f7f7;
}

/* footer css */

.main-footer-section {
	background-color: #f7f7f7;
	padding: 62px 0 37px;
	background-image: url(/wp-content/uploads/2020/10/elnk-footer-mark-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 480px;
}

.footer-title {
	font-size: 21px;
	color: #f68d1f;
	fill: #f68d1f;
	margin-bottom: 4px;
}

.footer-widget-container {
	padding-bottom: 25px;
}

footer ul {
	list-style-type: none;
}

.main-footer-section ul li a {
	color: #444;
	border-bottom: 1px solid #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.main-footer-section ul li a:hover {
	text-decoration: none;
}

.footer-logos-dv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-ms-flex-pack: distribute;
		justify-content: space-around;
}

.footer-logos-dv .thumb {
	flex: 0 1 48%;
	margin-bottom: 15px;
	text-align: center;
}

.footer-logos-dv .thumb a {
	display: inline-block;
}

.footer-logos-dv img {
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.textwidget .footer-logos-dv img {
	width: auto;
}

/* social icons */

.social-icons {
	display: flex;
}

.social-icons a {
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	width: 36px;
	height: 36px;
	font-size: 20px !important;
	line-height: 36px !important;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	background-color: #f68d1f;
	border-bottom: none !important;
	border-radius: 50%;
	transition: all .25s ease-in-out;
}

.social-icons a:hover,
.social-icons a:active,
.social-icons a:focus {
	background-color: #007dba;
}

.social-icons a:before {
	font-family: "Font Awesome 5 Brands";
}

.social-icons .twitter a:before {
	content: "\f099";
}

.social-icons .facebook a:before {
	content: "\f39e";
}

.social-icons .youtube a:before {
	content: "\f167";
}

.social-icons .linkedin a:before {
	content: "\f0e1";
}

.social-icons a span {
	display: none;
}

.local-scroll {
	color: #fff;
	background-color: #444;
	border-color: #444;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 2px;
	text-align: center;
	color: rgba(255, 255, 255, .2);
	font-size: 18px;
	/* display: none; */
	z-index: 9999;
	cursor: pointer;
}

.local-scroll a {
	color: #fff;
}

.local-scroll * {
	display: inline-block;
	line-height: inherit;
}

#copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#copyright a{
	color: #fff;
}

#copyright a:hover{
	color: #0064a1;   
}

#copyright p{
	font-size: 16px;
}

#copyright.copyright-padding-bottom{
	padding-bottom: 120px;
}

.sticky-cta {
	position: fixed;
	display: block;
	padding: 0 0 15px;
	width: 100%;
	bottom: 0;
	text-align: center;
	background-color: #f68d1f;
	-webkit-box-shadow: 0 0 3px 2px rgb(0 0 0 / 30%);
	box-shadow: 0 0 3px 2px rgb(0 0 0 / 30%);
	z-index: 999;
}

.sticky-cta .inner {
	margin-top: -23px;
}

.sticky-cta a {
	position: relative;
	display: inline-block;
	margin: 0 7.5px 7.5px;
	padding: 10px 15px;
	width: 245px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #007dba;
	border: 3px solid #fff;
	border-radius: 26px;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.sticky-cta a:hover,
.sticky-cta a:active,
.sticky-cta a:focus {
	color: #000 !important;
	background-color: #00a3e0;
}

.sticky-cta a:hover .fa-mobile-alt,
.sticky-cta a:hover .fa-shopping-cart {
	-webkit-transform: rotate(-15deg) translateY(0);
	-ms-transform: rotate(-15deg) translateY(0);
	transform: rotate(-15deg) translateY(0);
}

.sticky-cta .fa-mobile-alt,
.sticky-cta .fa-shopping-cart {
	-webkit-transform: rotate(-11deg) translateY(1px);
	-ms-transform: rotate(-11deg) translateY(1px);
	transform: rotate(-11deg) translateY(1px);
}

.sticky-cta p {
	margin: 3px 0 0;
	padding: 0 15px;
	font-weight: 800;
	font-size: 20px;
	color: #fff;
}

/* contact form 7 css */

::-webkit-input-placeholder {
	color: #bbb !important;
	font-weight: 500;
}
::-moz-placeholder {
	color: #bbb !important;
	font-weight: 500;
}
:-ms-input-placeholder {
	color: #bbb !important;
	font-weight: 500;
}
::-ms-input-placeholder {
	color: #bbb !important;
	font-weight: 500;
}
::placeholder {
	color: #bbb !important;
	font-weight: 500;
}
::-webkit-input-placeholder {
	color: #bbb !important;
	font-weight: 500;
}
:-ms-input-placeholder {
	color: #bbb !important;
	font-weight: 500;
}
::-moz-placeholder {
	color: #bbb !important;
	opacity: 1;
	font-weight: 500;
}
:-moz-placeholder {
	color: #bbb !important;
	opacity: 1;
	font-weight: 500;
}

.wpcf7-form .form-input .width-half {
	width: 50%;
	float: left;
}

.wpcf7-form .form-input .width-half:last-child {
	padding-left: 0;
}

.wpcf7-form .form-input .width-half:last-child {
	padding-left: 10px;
}

.get-touch-form {
	background: #f7f7f7;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
			box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
	border-radius: 4px;
}

.get-touch-form h3,
.get-touch-form h5,
.get-touch-form .title {
	font-weight: 600;
	background-color: #007db0;
	text-align: center;
	padding: 15px;
	color: #fff;
	font-size: 24px;
	border-radius: 4px 4px 0 0;
}

.get-touch-form .form-input {
	padding: 0 15px;
	display: inline-block;
	width: 100%;
}
.get-touch-form .form-input .wpcf7-form-control-wrap input,
.get-touch-form .form-input .wpcf7-form-control-wrap textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #257cba;
	padding: 13px 15px;
	border-radius: 0;
	margin-top: 15px;
	font-size: 16px;
}

.get-touch-form .form-input .wpcf7-form-control-wrap textarea {
	max-height: 113px;
}
.get-touch-submit {
	padding: 15px;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.get-touch-submit .submit {
	margin-right: 10px;
}
.get-touch-form .wpcf7-submit {
	background-color: #257cba !important;
	color: #fff;
	font-size: 17px;
	padding: 10px 25px;
	display: block;
	text-transform: capitalize;
	font-weight: bold !important;
	letter-spacing: 0;
	font-family: Montserrat, sans-serif !important;
	border: 1px solid #257cba;
}
div.wpcf7 .ajax-loader {
	margin: 2px 0 0 16px;
	position: absolute;
}
.get-touch-form span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 14px;
	line-height: 18px;
	display: block;
	font-weight: 500;
	display: block;
	margin-top: 0;
}
.media-form span.wpcf7-not-valid-tip {
	font-size: 14px;
}
.bad-bad-error {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #f00;
	font-weight: 500;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output{
	font-size: 12px;
	color: #f00 !important;
}
.get-touch-submit .desclaimer {
	font-size: 12px;
	line-height: 14px;
	width: calc(100% - 133px);
}

.icon-rotate{
	transform: scaleX(-1);
}

.vc_icon_element.vc_icon_element-outer.font-icon-size .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
	font-size: 2.1em!important;
}

.internet-dash-dv .vc_column-inner {
	background-color: #f68d1f;
}

.fiber-dash-dv .vc_column-inner {
	background-color: #007dba;
}

.moving-dash-dv .vc_column-inner {
	background-color: #777;
}

.home-dash-icon-dv .entry-txt p {
	margin: 0 -15px;
	background-color: rgb(255, 255, 255, 0.15);
	color: #fff;
}

.home-dash-icon-dv .entry-txt .text-top-reduced {
	padding: 15px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.home-dash-icon-dv .entry-txt .text-bold a {
	display: block;
	min-height: 48px;
	line-height: 48px;
	color: #fff;
	font-weight: 600;
}

.home-dash-icon-dv .entry-txt .text-bold a:hover {
	color: #444 !important;
	background-color: rgb(255, 255, 255, 0.25);
	text-decoration: none;
}

/* internet pages */

.callout-blocks .vc_column-inner .wpb_wrapper {
	height: 100%;
}

.callout-blocks > .wpb_column > .vc_column-inner > .wpb_wrapper {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
			box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
}

.callout-blocks > .wpb_column.no-callout > .vc_column-inner > .wpb_wrapper {
	background-color: transparent;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.callout-blocks.four-cols .wpb_single_image {
	margin: -15px -15px 0;
}

.callout-blocks-box {
	margin-bottom: 15px;
	background-color: #fff;
	height: 100%;
	margin: 0;
}

.callout-blocks-box h3 {
	color: #303133;
	margin-bottom: 18px;
}

.callout-blocks-box h3 i {
	padding: 0 2px;
	font-size: 20px;
	color: #f68d1f;
}

.looking-for-more-col > .vc_column-inner > .wpb_wrapper {
	padding: 26px 30px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
	height: 100%;
	margin: 0;
	border-radius: 4px;
}

.empty-img-col.looking-for-more-col>.vc_column-inner {
	padding-top: 0;
}

.empty-img-col.looking-for-more-col>.vc_column-inner>.wpb_wrapper {
	padding: 0;
}

.empty-img-col.looking-for-more-col .vc_figure {
	margin-bottom: 0;
}

.ui-accordion-header .ui-icon{
	background: none !important;
	/*position: relative;*/
}
.ui-accordion-header .ui-icon:after{
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: bold;
	right: 10px;
	top: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ui-accordion-header.ui-state-active .ui-icon:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* internet page */


/* Sub menu code */
.menu a:hover {
	font-weight: normal
}

.menu ul li {
	position: relative;
}

.menu ul li ul {
	position: absolute;
	top: 44px;
	left: 0px;
	padding-top: 10px;
	padding-left: 0;
	visibility: hidden;
	background: #ddd;
	width: 150px;

}

.menu ul li ul li {
	display: block;
	text-align: left !important;
	left: 0;
}

.menu ul li ul li a {
	display: block;
	width: auto;
	text-align: left !important;
	font-size: 90%;
}

.second-section-four img {
	width: 100%;
	max-width: 65% !important;
}

ul.sub-menu {
	display: none;
}

ul.menu li.menu-item-has-children:hover>ul.sub-menu {
	display: block;
}

ul.ubermenu-nav li a {
	text-transform: none !important;
}

ul.ubermenu-submenu.ubermenu-submenu-id-24.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width li a {
	display: block;
	font-weight: 600;
	line-height: 24px;
	color: #007dba;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-size: 16px;
}

.textwidget img {
	width: 100%;
}

/* map */

[data-code="US-AK"],
[data-code="US-HI"] {
	display: none;
}

/* city state pages css */

.map-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.col-map-6,
.col-map-12 {
	width: 100%;
	padding: 0 15px;
}

.col-map-6 {
	width: 100%;
	max-width: 50%;
}
/* map styling */

.jsmaps-text h1,
.jsmaps-text p {
	display: none !important;
}

.map-section .map-details {
	vertical-align: middle !important;
}

.jsmaps-wrapper {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jsmaps-wrapper .jsmaps {
	width: 100%;
	position: relative !important;
	height: 100%;
	text-align: center;
}

.jsmaps-wrapper .jsmaps-text {
	width: auto !important;
	margin-left: 5px;
	padding: 0 15px !important;
	min-width: 170px;
}

.jsmaps-wrapper,
.jsmaps-wrapper .jsmaps-text {
	max-height: 400px;
	min-height: 185px;
}

.jsmaps-wrapper .jsmaps > svg {
	width: 100%;
	height: 100%;
}

.jsmaps-wrapper .jsmaps-text ul li {
	font-size: 14px;
}

/*
#southCarolina-map,
#southCarolina-map .jsmaps-text {
  min-height: 250px;
}
*/

/* map styling */

.cityState-banner-section {
	padding: 70px 0;
	background-color: #f7f7f7;
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: 75px;
}

.cityState-banner-section .banner-col {
	max-width: 650px;
}

.cityState-banner-section .cityState-title {
	color: #007dba;
	font-size: 40px;
	margin-bottom: 10px;
}

.cityState-banner-section .cityState-text {
	color: #444;
	margin-bottom: 20px;
}

.cityState-map-section {
	padding: 50px 0;
}

.cityState-map-section h2 {
	color: #007dba;
	margin-bottom: 20px;
}

.speedcheck-section {
	background-color: #f2f2f2;
	padding: 50px 0;
}

.speedcheck-section .heading-text {
	text-align: center;
	color: #444;
}

.speedcheck-details .main-mmemory-dev {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 36px;
}

.speedcheck-section .heading-text {
	margin-top: 0;
}

.speedcheck-section .heading-text h2 span {
	color: #444;
}

.speedcheck-details .inner-memroty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.speedcheck-details .inner-memroty .first-memory {
	width: calc(100% - 150px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 15px 15px 15px 0;
	background: #fff;
}

.speedcheck-details .main-mmemory-dev .inner-memroty .scond-memory {
	background: #f68d1f;
	color: #fff;
	font-size: 25px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 20px;
}

.speedcheck-details .main-mmemory-dev .inner-memroty .first-memory .imag-left {
	width: 150px;
	margin-top: -15px;
}

.speedcheck-details .main-mmemory-dev .inner-memroty .first-memory .rigth-text h2 {
	margin: 0px;
	color: #257dba;
	font-size: 30px;
	font-weight: bold;
}

.speedcheck-details .main-mmemory-dev .inner-memroty .first-memory .rigth-text h3 {
	font-size: 20px;
}

.speedcheck-details .inner-memroty .scond-memory .nmbr {
	font-size: 50px;
	line-height: 45px;
}

.speedcheck-details .inner-memroty .scond-memory .txt {
	font-size: 14px;
}
.speedcheck-details .cals-button a {
	background-color: #007dba;
	padding: 10px 15px;
	color: #fff !important;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.speedcheck-section .popupp-div{
	margin-top: 20px;
}

.cityState-benefits-section{
	background-color: #f68d1f;
	padding: 50px 0 80px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.cityState-benefits-section h2{
	margin-bottom: 15px;
}
.cityState-benefits-section a{
	color: #fff;
}

.cityState-servicedetails-section{
	background-color: #eaeaea;
	padding-bottom: 50px;
}
.cityState-servicedetails-section .custom-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.cityState-servicedetails-section .custom-col{
	width: 100%;
	max-width: 50%;
}
.cityState-servicedetails-section .custom-row-one{
	margin-top: -45px;
	position: relative;
}
.cityState-servicedetails-section .txt-box{
	background-color: #fff;
	padding: 36px;
}
.cityState-servicedetails-section .txt-box .entry-title{
	color: #444;
	margin-bottom: 15px;
}
.cityState-servicedetails-section .txt-box .entry-txt{
	margin-bottom: 20px;
	color: #444;
}
.cityState-servicedetails-section .img{
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.internetservice-section{
	background-color: #f68d1f;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
.internetservice-section a{
	color: #fff;
}

.faq-section {
	padding: 50px 0;
}
.faq-section .heading-text h2 span {
	color: #444;
}
.faq-details {
	margin-top: 40px;
}
.faq-details .set {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #007dba;
	margin-bottom: 10px;
}
.faq-details .set > a {
	display: block;
	padding: 13px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.faq-details .set > a:hover,
.faq-details .set > a:focus {
	color: #fff;
}
.faq-details .set > a.active {
	background-color: #007dba;
	color: #fff;
}
.faq-details .content {
	background-color: #f2f2f3;
	padding: 30px 15px;
	display: none;
}
.faq-details .content p {
	color: #444;
	margin: 0;
}
.faq-description p {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	margin-top: 40px;
}

/* state page city css */
.city-list-section .drop-state-title {
	text-align: center;
	margin: 0 0 20px !important;
	color: #444;
}
.city-list-box {
	margin-bottom: 10px;
}


.city-order-name {
	border: 1px solid #ccc;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.faq-details .set > a {
	position: relative;
}

.faq-details .set > a:after,
.city-order-name:after {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: bold;
	right: 10px;
	top: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.faq-details .set > a.active:after,
.city-order-name.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.city-list-dv {
	display: none;
	border: 1px solid #ccc;
	border-top: none;
}
.city-list-ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
	text-transform: capitalize;
}
.city-list-ul li {
	padding: 0 10px;
	margin-bottom: 10px;
	width: 25%;
	font-size: 14px;
	line-height: 20px;
}

.service-new-map-sec {
	background-color: #eaeaea;
}
.servicable-speedcheck-row .speedcheck-details .main-mmemory-dev{
	margin-top: 0;
}
.servicable-speedcheck-row .popupp-div{
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.serviceprovider-section {
	background-color: #007dba;
	padding: 50px 0;
	color: #fff;
	text-align: center;
}
.serviceprovider-section .title,
.serviceprovider-section .title .title{
	margin-bottom: 15px;
}
.serviceprovider-details a {
	font-size: 35px;
	margin-top: 19px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}

.technology-part-sec {
	padding: 36px 0;
	background-repeat: no-repeat;
	background-position: bottom;
}
.technology-part-sec table td {
	border: none;
	background-color: #eaeaea;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	height: 50px;
	text-align: left;
	border-right: 3px solid #fff;
	text-transform: capitalize;
	border-bottom: 3px solid #fff;
	padding: 8px 18px;
}
.technology-part-sec table th {
	height: 60px;
	background-color: #007dba;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	width: 20%;
	border-right: 3px solid #fff;
}
.technology-part-sec table {
	width: 100%;
	border: none;
}
.technology-part-sec .row-inner h2 {
	color: #007dba;
	margin-bottom: 15px;
}

.helpp-section{
	padding: 50px 0;
	text-align: center;
}
.helpp-section h2{
	color: #007dba;
	margin-bottom: 20px;
}

/* city state pages css */

/*custom city pages*/
.city-provider-div {
	padding: 18px 0;
}
.city-provider-div ul {
	margin-left: 18px;
}

.four-cols p {
	font-size: 16px;
}

.city-custom-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),to(rgba(247,247,247,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
}

.four-cols .vc_column-inner .wpb_wrapper,
.four-cols .vc_column-inner .wpb_wrapper .wpb_single_image {
	margin: 0;
}

.four-cols > .vc_col-sm-3 > .vc_column-inner {
	margin-bottom: 15px;
	padding: 0 !important;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin: 5.5%;
}

.four-cols > .vc_col-sm-3 > .vc_column-inner:hover {
	-webkit-box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
			box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
}

.four-cols .vc_column-inner .wpb_wrapper p {
	padding: 15px 15px 0px 15px;
}

/*table*/

.zip-code-section ul {
	list-style-type: disc;
	padding-left: 20px;
}
.speedcheck-details .main-mmemory-dev .inner-memroty .first-memory .rigth-text h2 {
	font-weight:600;
	line-height: 33px;
	margin-bottom: 7px;
}
.speedcheck-details .main-mmemory-dev .inner-memroty .first-memory .rigth-text h3 {
	color: #303133;
	margin: 0;
	line-height: 25px;
	padding-right: 10px;
}
.city-fast-facts sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}
.new-table-city-custom .technology-table {
	border-left: 3px solid #fff !important;
	border-top: 3px solid #fff !important;
}

.new-table-city-custom table th {
	border-bottom: 3px solid #fff !important;
}

.new-table-city-custom .technology-table tr td {
	transition: all .25s ease-in-out
}

.new-table-city-custom .technology-table tr:nth-of-type(n+2):hover td {
	background-color: #dedede;
}

/*fast facts*/

.city-fast-facts ul {
	margin-left: 0;
	padding-left: 0 !important;
}

.city-fast-facts li {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #f68d1f;
	list-style-type: none;
}

.four-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
	margin-bottom: 0;
	padding: 0;
}

.four-cols > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
	border-radius: 4px 4px 0 0;
}

/* blog page css */

.blog-content-section .blog-title{
	text-align: center;
	margin-bottom: 30px;
	color: #444;
}
.blog-content-section{
	padding: 50px 0;
}
.blogcustom-nav{
	border-bottom: none;
	text-align: center;
}
.blogcustom-nav li.custom-filters{
	float: left;
}
.blogcustom-nav li {
	padding: 0 15px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: bold;
	display: inline-block;
}
.blogcustom-nav li a {
	font-size: 18px;
	padding: 5px 0 !important;
	color: #007dba !important;
	letter-spacing: 0px;
}
.ui-br-accent, .nav-tabs > li.active > a, 
.tabs-left > li.active > a {
	border-color: #007dba !important;
}
.blog-tab-content{
	position: relative;
}
#custom-loading-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.5);
}

.post-content-front {
	margin: 24px 0;
	color: #000;
}

.post-content-sec-front {
	margin-top: 24px;
	color: #000;
}

.single-post ol {
	padding-left: 20px;
}

.blog-row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.blog-col {
	position: relative;
	padding: 0 15px;
	position: relative;
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 30px;
}

.blog-info-dv {
	background-color: #fff;
	height: 100%;
}

.blog-thumb {
	position: relative;
}

.blog-thumb .b-image {
	height: 220px;
	display: block;
	background-color: #0b62ad;
	margin-bottom: 10px;
}

.blog-thumb img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-thumb h3 {
	font-size: 16px !important;
	line-height: 24px;
	margin-top: 0;
}

.blog-thumb h3 a{
	color: #f68d1f;
}

.blog-info-dv .blog-details {
	display: none;
}

.loadmore-dv {
	text-align: center;
	margin-top: 10px;
}

.loadmore-dv .btn-custom-typo {
	border-radius: 0;
	font-size: 20px;
	width: 222px;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	background-color: #007dba;
	border-color: #007dba;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	border: 1px solid #007dba;
}

.loadmore-dv .btn-custom-typo:hover{
	background-color: #fff;
	color: #007dba;
}

.no-more-posts {
	background: #007dba;
	color: #fff;
	padding: 10px;
	border-radius: 40px;
	max-width: 500px;
	margin: 15px auto 0;
	font-weight: 600;
}

/* blog page css */

/* blog single page */
.blog-single-section {
	padding: 50px 0;
}

.descptn-box {
	margin-top: 18px;
	font-size: 16px;
}

.blog-single-section img {
	height: auto;
}

.single-blog-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.single-blog-row .col-lg-12,
.single-blog-row .col-lg-9,
.single-blog-row .col-lg-3{
	padding: 0 15px;
	width: 100%;
}

.blog-single-section .titl-custom-pst {
	color: #f58b21;
	margin-bottom: 10px;
}

.blog-single-section table td {
	background-color: transparent;
	border: 1px solid;
	padding: 7px 18px 7px 18px;
	font-weight: 600;
	border-color: #eaeaea;
	font-size: 14px;
	line-height: 20px;
	border-bottom-width: 0px;
}

.blog-single-section table tr:last-child td {
	border-bottom: 1px solid #eaeaea;
}

.blog-single-section table {
	margin-bottom: 18px;
}

.blog-single-section table td:last-child {
	border-left-width: 0px;
}

.single-post blockquote {
	margin: 45px auto;
	padding: 15px 15px 15px 30px;
	width: auto;
	max-width: 600px;
	background-color: #fff;
	border: none;
}

.single-post blockquote p {
	position: relative;
	font-weight: 600;
	font-style: italic;
	font-size: 24px;
	line-height: 1.3;
	color: #444;
}

.single-post blockquote p:before {
	content: open-quote;
	display: block;
	position: absolute;
	font-size: 196px;
	line-height: 60px;
	width: 100px;
	height: 60px;
	top: calc(50% + 15px);
	left: -124px;
	color: #f68d1f;
}

.single-post blockquote p:after {
	content: close-quote;
}

.blog-single-section a:hover{
	color:#007dba;
}

.blog-single-section .authr-titl{
	margin-right: 7px;
}

.blog-single-section .authr-titl a{
	color: #56a0cc;
	text-decoration: underline;
}

.auth-nmm img {
	border-radius: 30px;
	border: 1px solid #bbb;
	position: relative;
	top: 12px;
	margin-right: 4px;
}

.auth-nmm {
	font-size: 14px;
	font-weight: 500;
}

.authr-bio-box {
	background-color: #f7f7f7;
	margin-top: 30px;
}

.authr-bio-box .img-dv {
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

.authr-bio-box .bio-descptn {
	padding: 0 15px 15px;
}

.cat-desc-box {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #fff;
}

.cat-desc-box p strong:before {
	content: "\f07c";
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	color: #007dba;
}

.blog-sidebar-section .image {
	margin-bottom: 15px;
	text-align: center;
	background-color: #fff;
}

.blog-sidebar-section .image a {
	display: inline-block;
}

.back-to-blog {
	text-align: center;
}

.blog-sidebar-section .back-to-blog a {
	display: inline-block;
	padding: 13px 25px;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-color: #f68d1f;
	border-radius: 2px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100%;
}

/* blog single page */

.latest-earthLink-blog-sec .vc_gitem-post-data-source-post_excerpt,
.latest-earthLink-blog-sec .vc_btn3-container{
	display: none;
}

.latest-earthLink-blog-sec .vc_gitem-post-data {
	margin-bottom: 0;
}

.latest-earthLink-blog-sec h4 {
	margin-bottom: 0;
	color: #F68D1F;
	font-size: 16px;
}

section.modal-content {
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	padding: 70px 72px;
}

h4.policy-text {
	font-size: 21px !important;
}

.page-id-69575 .footer-row ul li {
	margin-top: 0;
}

/* reconnect page css */

.reconnect-slider .slick-slide{
	outline: none;
}

.reconnect-slider .img{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.reconnect-slider .slick-prev:before{
	content: "\f053";
}
.reconnect-slider .slick-next:before{
	content: "\f054";
}
.reconnect-slider .slick-arrow:before{
	font-family: 'Font Awesome 5 Free';
	opacity: 1;
	font-size: 50px;
	color: inherit;
}
.reconnect-slider .slick-prev{
	left: 0;
}
.reconnect-slider .slick-next{
	right: 0;
}
.reconnect-slider .slick-arrow{
	color: #D9D8D6;
	font-size: 0;
	z-index: 1;
}
.reconnect-slider .slick-arrow:hover,
.reconnect-slider .slick-arrow:focus{
	color: #f68d1f;
}

.reconnect-form-box{
	color: #fff;
}
.reconnect-form-box .desclaimer{
	font-size: 13px;
}

.input-bx{
	position: relative;
	margin-bottom: 35px;
}
.input-name{
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	margin: 0;
	color: #fff;
	line-height: 16px;
	padding: 0;
	pointer-events: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.inputdv input{
	background: none;
	color: #fff;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #FFA400;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 2;
	height: 30px;
}
.floating .input-name{
	top: -10px;
}
.reconnect-form-box .submit{
	margin: 25px 0 30px;
}
.reconnect-form-box .wpcf7-submit{
	color: #fff;
	background: #C10230;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 1.5;
	border-radius: .3rem;
	border: none;
}

/* reconnect page css */

/* author-page-section */
.author-page-section .entry-content{
	padding: 70px 0 40px;
}
.author-header{
	text-align: center;
	background-color: #0b62ad;
	padding: 50px 15px;
	color: #fff;
	min-height: 300px;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.author-header .down-arrow{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.author-header .down-arrow:hover{
	bottom: 10px;
}
.author-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.author-col-4{
	padding: 0 15px;
	width: 100%;
}
.author-page-section .author-col-4{
	margin-bottom: 50px;
}
.author-box{
	-webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
	box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
	height: 100%;
	position: relative;
}
.author-box .img-link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f68d1f;
	height: 300px;
	aspect-ratio: 1 / 1;
}
.author-box .img-link img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;	
}
.author-box .entry-txt{
	padding: 30px 20px 80px;
}
.author-box .entry-author{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
}
.author-box .entry-author img{
	margin-right: 10px;
}
/* author-page-section */

.domain-reg.vc_custom_1618296519082.vc_row-has-fill {
	overflow: visible !important;
}

/* pagination css */
.pagonation-dv{
	border-top: 1px solid #eaeaea;
	background-color: #f7f7f7;
	padding: 30px 15px;
}
.navigation.pagination h2.screen-reader-text{
	display: none;
}

.navigation.pagination .nav-links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.navigation.pagination .page-numbers{
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 500;
	color: #444;
	text-align: center;
}
.navigation.pagination .page-numbers:hover{
	color: #007dba;
}
.navigation.pagination .page-numbers.current{
	background-color: #eeeeee;
}
.prev.page-numbers,
.next.page-numbers{
	position: absolute;
}
.prev.page-numbers{
	left: 0;
}
.next.page-numbers{
	right: 0;
}
/* pagination css */

/* 404 page css */
.top-section-404{
	background-color: #f7f7f7;
	padding-top: 0 !important;
}
.top-section-404 .error-image img{
	margin: 0 auto;
	width: 400px;
}
.top-section-404 .verticle-image-bg{
	background-image: url(/wp-content/uploads/2021/04/404-rainbow-liftoff-v3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: 400px;
	height: 50vh;
}

.error-top-content{
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.error-top-content .search-form{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	border: 3px solid #f68d1f;
	border-radius: 4px;
}
.error-top-content .search-form > label{
	width: 100%;
}
.error-top-content .search-form input.search-field{
	width: 100%;
	border: none;
	padding: 10px;
	outline: 0;
	font-size: 18px;
	border: 1px solid #ccc;
	border-right: none;
}
.error-top-content .search-form .search-submit{
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: auto;
	background-color: #f68d1f;
	color: #fff;
	padding: .7rem 1rem;
	text-transform: capitalize;
	font-size: 1rem;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-width: 100px;
	border: none;
	text-align: center;
	cursor: pointer;
}
.error-top-content .search-form .screen-reader-text{
	display: none;
}
.bottom-section-404{
	padding-top: 0 !important;
}

.image-content-section{
	position: relative;
}
.error-image-content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-align: right;
	padding: 60px;
	margin: 0 !important;
	margin-left: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 550px;
}

/* 404 page css */

/* moving flow code */

.flow-data-sec > .row-parent{
	width: 100%;
	max-width: 100% !important;
	padding: 0 !important;
	background: #fff;
}

.banner-wdgt-section .uncode_text_column {
	display: none;
}

.banner-wdgt-section #root .card-div-section .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-wdgt-section{
	margin-top: 0 !important;
}

/*moving page*/

.remove-extra-text .wpb_text_column > .wpb_wrapper{
	display: none;
}

.remove-extra-text .wpb_text_column{
	margin: 0px !important;
}

body .flow-data-sec,
.flow-data-sec .vc_column-inner{
	padding: 0px !important;
}

body .flow-data-sec .moving-wdgt-section{
	margin: 0px !important
}

body .flow-data-sec #root{
	padding-top: 42px;
	padding-bottom: 42px;
}

/* moving flow code */

.already-row .wpb_text_column .wpb_wrapper {
	padding: 15px;
	background-color: #f7f7f7;
	border-radius: 4px;
}

/* good better best */

.value-section {
	background-color: #f6f6f6;
	overflow: visible !important;
}

.value-section h2 {
	margin-top: 15px;
	font-weight: 800;
	font-size: 32px;
	line-height: 1;
	color: #007dba;
	text-transform: uppercase;
}

.value-section h3 {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 20px;
	color: #f68d20;
}

.value-section .speed {
	font-size: 20px;
	color: #444444;
	margin: 8px 0;
	line-height: 40px;
}

.value-section .speed .bits {
	font-weight: 800;
	font-size: 40px;
}

.value-section p {
	margin-top: 0;
}

.value-section .inner-value {
	padding: 27px 0;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.value-section p a {
	display: inline-block;
	margin-top: 6px;
	padding: 10px 40px;
	font-weight: 700;
	font-size: 24px;
	background-color: #f2f2f2;
	border-radius: 4px;
	color: #007dba;
}

.icon-box-value {
	position: relative;
}

.icon-box-value span {
	position: absolute;
	top: -60px;
	left: calc(50% - 30px);
	padding: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 3px solid #e07302 !important;
	background-color: #f78d1d;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.icon-box-value span i {
	font-size: 25px;
	color: #fff;
}

.inner-value:hover {
	color: #fff;
	background-color: #f78d1e;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.inner-value {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.inner-value:hover h2,
.inner-value:hover h3,
.inner-value:hover p,
.inner-value:hover .speed {
	color: #fff;
}

/* jump nav */

.jump-nav {
	padding: 27px 30px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
			box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
}

.jump-nav strong {
	color: #F68D1F;
}

.jump-nav strong {
	color: #F68D1F;
}

.jump-nav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.jump-nav a {
	color: #007dba;
}

/* check device css */

.check-device-button {
	background-color: #007dba;
	color: #fff;
	border: none;
	margin-bottom: 18px;
	padding: 15px 22px;
	font-size: 20px;
	border-radius: 4px;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.check-device-button:hover,
.check-device-button:active,
.check-device-button:focus {
	color: #333;
	background-color: #00a3e0;
}

.check-device-popup .popup-inner {
	max-width: 700px;
}

.check-device-popup .modal-content {
	height: calc(70vh);
	overflow-x: hidden;
	overflow-y: scroll;
}

.check-device-modal .title {
	font-size: 18px;
}

.data-entry-bx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.data-entry-col {
	border: 1px solid #ccc;
	padding: 30px 15px;
	border-radius: 10px;
	width: calc(50% - 20px);
}

.inp-bx {
	margin-bottom: 15px;
}

.inp-bx label {
	display: block;
	line-height: 16px;
	font-size: 16px;
	margin-bottom: 5px;
}

.input-control {
	padding: 3px 5px;
	border: 1px solid #d8d5d5;
	width: 100%;
	border-radius: 3px;
	outline: none;
	background-color: #fff;
}

.result-compatible {
	margin: 30px 0;
	color: #007dba;
}

.popup-action-dv {
	display: flex;
	justify-content: center;
}
.compatible{
	color: rgba(71, 171, 71, 1);
}
.not-compatible{
	color: #f00;
}
.popup-action-dv button { 
	margin: 5px 10px 0px !important;
	padding: 15px 15px;
	min-width: 115px;
	color: #fff;
	border: none;
	background-color: #007dba;
	font-size: 16px;
}

.data-entry-bx select:disabled,
.data-entry-bx .input-control:disabled,
.popup-action-dv #CheckSub:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.popup-action-dv .check-device-btn {
	background-color: #ebebeb;
	color: #444;
}

#resultarea {
	position: relative;
}

.proscess-icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
	min-width: 50px;
	position: absolute;
	right: -45px;
	top:  -14px;
}

/* .checkbox-able-side {
	display: flex;
	margin-top: 10px;
} */

.or-text-before {
	position: relative;
}

.or-text-before:before {
	content: 'OR';
	position: absolute;
	left: -35px;
	color: #1e7cba;
	font-weight: 600;
	transform: translate(0px, 0px);
	top: 43%;
}

.imei-error{
	font-size: 12px;
	color: #f00;
	font-weight: 600;
}

/* city state css */
.nearby-cities-zip-codes-list a {
	color: #444;
}
/* city state css */

/* responsive media */

/* min-width media */

@media all and (-ms-high-contrast:none) {
	.site-banner-section .vc_col-sm-6{
		margin-top: 8%;
	}
	
	select::-ms-expand {
		display: none !important;
	}
}

@media only screen and (min-width: 600px) {
	.sticky-cta a {
		font-size: 20px;
	}
	
	.sticky-cta p {
		margin: 12px 0 0;
		font-size: 24px;
	}
}

@media only screen and (min-width: 768px) {
	.modal {
		padding: 0 8px !important;
	
	}
	
	/* header top */
	
	.top-bar-col{
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.top-header-bar .get-internet{
		text-align: center;
	}
	.top-header-bar .webmail-dv{
		text-align: right;
	}

	.phone-dv-mob {
		display: none;
	}
	.authr-bio-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.authr-bio-box .img-dv {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 0;
		padding: 30px 0 30px 30px;
	}
	.authr-bio-box .img-dv img {
		width: auto;
		border-radius: 50%;
	}
	.authr-bio-box  .read-bio{
		margin-top: 12px;
		display: inline-block;
	}
	.authr-bio-box .bio-descptn {
		padding: 30px;
	}
	.authr-bio-box .bio-descptn p{
		margin-bottom: 0px;
		font-size: 16px;
	}
	/* header top */
	
	.OrangeBg div#check-domain-sec {
		background: #f68d1f;
	}

	.OrangeBg .vc_custom_1618617118314 {
		margin-top: 45px !important;
		padding: 0 13px;
	}

	.moving-wdgt-section .serviceabilityCheck{
		margin-left: auto;
		width: 50%;
	}
	.moving-wdgt-section .serviceabilityCheck .col-lg-12{
		padding: 0;
	}

	.moving-wdgt-section{
		position: absolute !important;
		right: 0;
		top: 0;
		margin-top: 0 !important;
		width: 100%;
	}
	.moving-text-banner{
		position: relative;
		z-index: 10;
	}
	.flow-data-sec .moving-wdgt-section{
		position: static !important;
	}
	.page-banner-main-row > .vc_col-sm-12 > .vc_column-inner{
		padding-top: 0;
	}
	
	.footer-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
				flex-flow: row wrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
	
	.footer-col {
		width: calc(100% / 3);
	}
}

@media only screen and (min-width: 960px) {
	.breadcrumbs {
		font-size: 16px;
	}
	/* header top */
	
	.menu-resize-container {
		display: none;
	}
	
	/* header top */
	
	.custom-row-lg-reverse{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.single-blog-row .col-lg-9{
		max-width: 75%;
	}
	
	.single-blog-row .col-lg-3{
		max-width: 25%;
	}
	
	.OrangeBg div#check-domain-sec {
		background: #f68d1f;
	}

	.OrangeBg .vc_custom_1618617118314 {
		margin-top: 45px !important;
		padding: 0 13px;
	}
	
	div#check-domain-sec .able-Cheker.inner {
		margin: 30px 0;
	}
	
	div#check-domain-sec {
		background: #f68d1f;
	}
	.author-col-4{
		max-width: 33.33%;
	}
}

@media only screen and (min-width: 1024px) {
	.topbar-menu li:hover > .topbar-submenu,
	.topbar-menu li:focus-within > .topbar-submenu {
		left: 0;
		right: auto;
	}
	
	.footer-col {
		width: 18.25%;
	}
}

@media only screen and (min-width: 1170px) {
	.side-form-section .free-assessment-url input[type="text"] {
		width: 240px;
	}
}

@media only screen and (min-width: 1200px) {
	.footer-row {
		margin: 0 -15px;
	}
}

/* max-width media */

@media only screen and (max-width: 1199px) {
	.site-banner-section{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.first-top-section-responsive{
		padding-bottom: 8rem !important;
	}
	.first-top-section-responsive .iphone img {
		position: absolute;
		left: 0;
		bottom: -5rem;
	}
	.new-box .content-section h1{
		font-size: 35px;
	}
	body .new-box .slick-dots {
		bottom: 19% !important;
	}
}

@media only screen and (max-width: 1023px) {
	.top-header-bar .webmail-dv .txt {
		display: none !important;
	}
}

@media only screen and (max-width: 959px) {
	/* header top */
	.top-header-bar,
	.top-header-bar .phone-dv .btn-tel,
	.top-header-bar .webmail-dv {
		font-size: 13px;
	}

	/* header top */

	/* header css */
	.main-menu-section {
		display: none;
	}

	/* header css */

	/* footer css */
	.main-footer-section {
		padding-bottom: 0;
	}

	/* footer css */

	/* home page css */
	.home-get-started-dv {
		width: 100%;
	}

	.md-reverse-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.home-grid-image {
		min-height: 400px;
		margin-bottom: 30px;
	}

	/* home page css */
	.OrangeBg .able-inner h3 {
		padding: 9px 15px !important;
	}
	.OrangeBg div#check-domain-sec {
		background: #f68d1f;
	}

	.OrangeBg .vc_custom_1618617118314 {
		margin-top: 45px !important;
		padding: 0 13px;
	}
	div#check-domain-sec .able-Cheker.inner {
		margin: 30px 0;
	}
	div#check-domain-sec {
		background: #f68d1f;
	}
	body .content-section {
		max-width: 100% !important;
		float: none; 
		padding: 0px 15px;
	}
	.content-section h1,
	.content-section p {
		text-align: center !important ;
	}
	.new-box,
	.new-box > .vc_col-sm-12 {
		max-height: 400px;
	}
	.custom-link-btn a,
	.custom-link-btn button,
	select.protect-dropdown,
	.custom-orange-btn a, 
	.custom-orange-btn button
	{
		font-size: 16px !important;
	}
	/* .custom-link-btn.btn-icon a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	} */
	.fire-set-responsive h3{
		font-size: 20px !important;
	}
	.SingleImage h2{
		padding: 10px !important;
	}
	body .custom-table {
		overflow: auto !important;
	}
	.remove-br-responsive br{
		display: none !important;
	}
	.width-set-responsive{
		width: 100%;
		margin-bottom: 15px;
	}
	.custom-btn-call{
		font-size: 16px !important;
	}
	.logo-row > .vc_column-inner > .wpb_wrapper img{
		padding: 0px 10px;
	}
	body .backgrodun-position-set-full > .vc_column-inner {
		background-position: center !important;
	}
	body .carrer-gallery .wpb_image_grid_ul .isotope-item,
	body .carrer-gallery .wpb_image_grid_ul .isotope-item a,
	body .carrer-gallery .wpb_image_grid_ul .isotope-item a img{
		padding: 10px 7px !important;
		position: unset !important;
		width: 100%; 
		-o-object-fit: cover; 
		object-fit: cover;
		overflow: hidden;
	}
	body .carrer-gallery .wpb_gallery_slides{
		text-align: center !important;
	}
	.carrer-gallery .wpb_image_grid_ul {
		text-align: center !important;
		position: unset !important;
		height: auto !important;
		display: inline-block;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		float: none !important;
	}
	.main-upper-section{
		padding-bottom: 4rem;
	}
	.main-upper-section img{
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.new-box .content-section h1:before{
		transform: translate(200% ,0);
	}
	body .new-box .content-over-slider .slick-track div.slick-slide:nth-child(2) .content-section {
		top: 14vw !important;
	}
	.main-down-award {
		transform: translate(20% ,0);
	}
	.custom-city-speed-check-detail .main-mmemory-dev .inner-memroty .scond-memory{
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 28px !important;
	}
	h2, .h2 {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	h3, .h3 {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	h4, .h4 {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	h5, .h5 {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.modal {
		padding: 0 8px !important;
	}
	
	.ribbon-bar {
		font-size: 14px;
	}
	
	/* header css */
	
	/* header top */
	
	.phone-dv-web {
		display: none !important;
	}

	.top-header-bar .phone-dv .btn-tel,
	.top-header-bar .webmail-dv {
		font-size: 19px;
	}

	.top-header-bar .phone-dv .btn-tel{
		color: #f68d1f;
	}

	section.modal-content {
		font-size: 16px;
		line-height: 1.5;
		padding: 70px 15px;
	}
	/* header top */
	.OrangeBg .able-inner h3 {
		padding: 9px 15px !important;
	}
	.OrangeBg .vc_custom_1618617118314 {
		margin-top: 45px !important;
		padding: 0 13px;
	}
	div#check-domain-sec .able-Cheker.inner {
		margin: 30px 0;
	}
	div#check-domain-sec {
		background: #f68d1f;
	}
	ul.circle-icon-list {
		-webkit-column-count: auto !important;
		-moz-column-count: auto !important;
		column-count: auto !important;
	}
	.display-flex-input {
		display: block !important;
	}
	.display-flex-input input#formSubmit{width:100%;margin-left: 0px !important;}
	.side-form-section .free-assessment-url form{display:block !important;}
	.side-form-section .free-assessment-url input[type="text"] {
		width: 100% !important;
		margin-bottom: 10px !important;
	}

	.free-assessment-url input.btn-style {
		width: 100%;
	}
	
	#header-floating-box input {
		margin-bottom: 10px;
	}
	
	.margin-top-responsive {
		margin-top: 30px !important;
	}
	
	body .margin-bottom-responsive {
		margin-bottom: 30px !important;
		display: inline-block;
	}
	
	.padding-height-responsive > .vc_column-inner {
		min-height: 400px;
	}
	
	.logo-center-responsive .wpb_single_image,
	.text-center-responsive {
		text-align: center !important;
	}
	
	.logo-center-responsive .vc_col-sm-3 > .vc_column-inner {
		padding:0px !important;
	}
	
	body .online-backup-row .vc_col-sm-4 .wpb_wrapper {
		max-width: 95%;
		margin-bottom: 40px;
	}
	body .tabing-inner-section .vc_tta-panel-body {
		padding: 15px !important;
	}
	.text-center-responsive {
		text-align: center !important;
	}
	.jsmaps-wrapper .jsmaps-text {
		margin-top: 0 !important;
		padding: 0 7px !important;
	}
	.jsmaps-wrapper .jsmaps {
		width: 100%;
		position: relative !important;
		height: 100%;
		text-align: center;
	}
	.col-map-6 {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.cityState-servicedetails-section .custom-col {
		max-width: 100%;
	}
	.cityState-servicedetails-section .img {
		min-height: 400px;
		background-position: center;
	}
	.technology-table-section {
		overflow: auto;
	}
	.technology-part-sec table {
		table-layout: fixed;
		min-width: 770px;
		width: 100%;
		border-collapse: collapse;
	}
	.device-section .vc_col-sm-4 > .vc_column-inner {
		margin-bottom: 30px !important;
	}
	.iphone,
	.samsung {
		margin-top: 2rem !important;
		text-align: center !important;
	}
	.iphone img,
	.samsung img {
		width: auto !important;
	}
	.first-top-section-responsive,
	.main-upper-section {
		padding-bottom: 1rem !important;
	}
	.first-top-section-responsive .iphone img,
	.main-upper-section img {
		position: unset !important;
	}
	.main-upper-section > .vc_col-sm-8 > .vc_column-inner {
		padding-bottom: 0px !important;
	}
	.logo-row > .vc_column-inner > .wpb_wrapper img {
		padding: 10px 0px;
	}
	.logo-row > .vc_column-inner > .wpb_wrapper {
		display: block !important;
	}
	.bg_round {
		display: flex;
		align-items: center;
		margin: 0 auto;
		justify-content: center;
	}
	.responsive-row-section {
		margin: 0px;
	}
	body .future-bg {
		background-position: 63% center !important;
	}
	.future-bg:before,
	.easytech-banner:before {
		content: " ";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgb(0 0 0 / 50%);
		left: 0;
		top: 0;
	}
	
	body .easytech-banner {
		background-position: 80% center !important;
	}
	
	.wpcf7-form .form-input .width-half {
		width: 100% !important;
		padding: 0px !important;
	}
	
	.get-touch-form .form-input {
		display: block;
	}
	
	.page-banner-row-reponsive {
		min-height: 150px !important;
	}
	
	.page-banner-row-reponsive h1 {
		margin-bottom: 0px !important;
	}
	
	body .reverse-column-responsive {
		flex-direction: column-reverse !important;
		display: flex !important;
		flex-wrap: wrap !important;
	}
	
	.down-content-ldr-team .vc_row.wpb_row.vc_inner.vc_row-fluid {
		display: flex;
		flex-flow: column-reverse;
		flex-wrap: wrap;
	}
	
	.down-content-ldr-team .for-margin-set-imgg.vc_col-sm-4 > .vc_column-inner {
		margin-top: 0px !important;
	}
	
	.header-intro-team > .vc_column-inner {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.down-content-ldr-team .vc_col-sm-8 {
		margin-bottom: 30px;
	}

	.new-box .content-section p br,
	.new-box .content-section h1 br {
		display: none;
	}
	
	body .new-box .content-section {
		top: 18vw !important;
	}
	
	.new-box .slick-dotted.slick-slider,
	.new-box .slick-slide img {
		margin-bottom: 0px !important;
	}
	
	body .wpcf7-form .form-input .width-half:last-child {
		padding-left: 0px;
	}
	
	body .icons.or-option p {
		margin-top: 30px;
	}
	
	.four-cols .wpb_single_image, 
	.four-cols .wpb_single_image > .wpb_wrapper,
	.four-cols .vc_single_image-wrapper,
	.four-cols .wpb_single_image  img {
		width: 100%;
	}
	.new-city-custom h1 br {
		display: none;
	}
	
	.checkbox-able-bx .checkbox-able-side {
		display: block;
	}
	
	ul.streetAPI {
		margin: 0;
		width: calc(100% + 2px) !important;
		left: -1px;
		right: -1px;
		top: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.carrer-gallery .wpb_image_grid_ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.site-banner-section br {
		display: none !important;
	}
	
	.checkbox-able-bx .disclaimer-text p {
		text-align: left!important;
	}
	
	body .padding-less-mobile {
		padding:15px !important;
	}
	
	body .ul-width-set ul {
		max-width: 90%;
	}
	
	.get-touch-form .recaptcha {
		display: block;
	}
	
	.wpcf7-recaptcha {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		display: block;
	}
	
	.get-touch-submit .desclaimer {
		width: 100%;
		margin-top: 10px;
	}
	
	.get-touch-submit {
		display: block;
		padding-top: 0px;
	}
	
	.speedcheck-details .inner-memroty .first-memory {
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.speedcheck-details .inner-memroty {
		display: block;
	}
	
	.check-domain{
		margin: 0px;
	}
	
	.check-domain input {
		width: 100%;
	}
	
	.main-down-award .award-content {
		width: 90% !important;
	}
	
	.main-down-award {
		transform: translate(3% ,0);
	}
	
	.new-box .content-section h1:before {
		transform: inherit;
		left: 40%;
	}
	
	.new-box .content-section h1 {
		line-height: 20px;
		font-size: 15px !important;
	}
	
	#copyright.copyright-padding-bottom {
		padding-bottom: 178px;
	}
	
	#copyright {
		padding: 15px 10px;
	}
	
	#copyright p {
		font-size: 14px;
	}
	
	.local-scroll {
		bottom: 70px;
		right: 10px;
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
}