:root {
	--color-elnk-orange: #f68d1f;
	--color-elnk-lightorange: #ffa300;
	--color-elink-textorange: #cb741a;
	--color-elnk-blue: #007db0;
	--color-elnk-lightblue: #00a3e0;
	--color-elnk-darkblue: #00a3e0;
	--color-elnk-darkgray: #57585c;
}

html {
	font-size: 62.5%;
	line-height: 1.5;
}

body {
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	background-color: #f2f2f2;
	margin: 0px;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	max-width: 100%;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* type */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.8rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1.3;
}

h1 {
	font-weight: 800;
}

h2 {
	font-size: 2.4rem;
	color: #007db0;
	color: var(--color-elnk-blue);
}

p {
	margin: 0 0 2.4rem;
	line-height: 1.5;
}

ul {
	margin: 0 0 2.4rem;
}

li {
	line-height: 1.5;
}

a {
	color: #007db0;
	color: var(--color-elnk-blue);
}

strong,
b {
	font-weight: 600;
}

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
	display: none !important;
}

.common-btn {
	background-color: #007dba;
	color: #fff;
	font-weight: 600;
	text-decoration: unset;
	font-size: 16px;
	padding: 11px 15px;
	border-radius: 6px;
	border-bottom: 4px solid #00a3e0;
}
.common-btn svg {
	width: 15px;
	height: 15px;
	margin-top: -3px;
}
.common-btn svg path {
	fill: #fff;
}
.common-orange {
	background-color: #f68d1f;
	color: #333333;
	border-color: #cb741a;
}
.common-orange svg path {
	fill: #333333;
}
/* header */
header {
	background-color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid #c8c9c7;
	position: sticky;
    top: 0;
    z-index: 99;
}
header .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
header .inner a,
header .inner a img {
	width: 170px;
}
.right-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.agent-active {
	font-size: 13px;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 4px;
}
.inner-agent {
	position: relative;
	display: inline-block;
}
.agent-active .inner-agent:after {
	content: '';
	position: absolute;
	background-color: #509e2f;
	height: 9px;
	width: 9px;
	border-radius: 50%;
	right: -12px;
	top: 6px;
}
.agent-active img {
	width: 21px;
	margin-right: 3px;
}
.hero-title {
	text-align: center;
	margin: 2rem 0px;
}
.hero-title p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.hero-title h1 {
	color: #cb741a;
	font-size: 40px;
	line-height: 49px;
}

.accordion h4 {
	position: relative;
	flex-direction: column;
	width: 100%;
	padding: 12px 0px 12px 38px;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	margin: 0;
	display: inline-block;
}

.accordion h4:hover,
.accordion h4:hover::after {
	cursor: pointer;
}

.accordion h4::after {
	font-family: 'Font Awesome 6 Free';
	content: '\2b';
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	top: 14px;
	left: 9px;
	background-color: #509e2f;
	font-size: 12px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordion-item {
	border-bottom: 5px solid #c8c9c7;
	margin: 0px 0 10px;
	padding: 0;
	background-color: #fff;
	border-radius: 6px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.accordion h4.active::after {
	content: '\f068';
}

.accordion .content {
	display: none;
	padding: 1rem 38px;
	overflow: hidden;
}

.accordion .content p {
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
}

footer {
	padding: 1.5rem 0 1.5rem;
	color: #fff;
	background: var(--color-elnk-darkgray) url('../images/ftr-orb@2x.png') center
		bottom no-repeat;
	background-size: 8.3rem;
	margin-top: 6rem;
}

footer .inner {
	display: flex;
	justify-content: space-between;
}
footer .inner p {
	margin-bottom: 0px;
}
footer .logo {
	display: block;
	margin: 0 auto;
	width: 12.5rem;
}
.copyright a,
.tcs a {
	color: #fff;
}
.hide {
	visibility: hidden;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
	-o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 51px;
	font-size: 0;
	cursor: pointer;
}

.close:before,
.close:after {
	content: '';
	position: absolute;
	background: #767676;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	left: 14px;
	right: 14px;
	top: 30px;
	height: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
}

.close:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fafdff;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
		0px 11px 12px 7px rgba(0, 0, 0, 0.02);
	-moz-transition: all 120ms;
	-webkit-transition: all 120ms;
	-o-transition: all 120ms;
	transition: all 120ms;
	z-index: 99;
	padding: 25px;
	color: #5e5e5e;
}
.button {
	padding: 10px 15px;
	border: 1px solid #f5f5f5;
	text-transform: uppercase;
	box-shadow: 1px 2px 3px #f5f5f5;
	color: #5e5e5e;
	cursor: pointer;
	transition: all 120ms ease-in;
	outline: none;
}

.button:hover {
	box-shadow: 1px 3px 5px #e9e9e9;
	transform: translateY(-1px);
}

.button:active,
.button:visited {
	transform: translateY(1px);
	outline: none;
	box-shadow: 1px 2px 3px #f5f5f5;
}

.form-holder-wrap.wrap-open {
	margin-top: 0;
	opacity: 1;
	z-index: 999;
}

.form-holder {
	/* position: relative; */
	margin: 0px;
	padding: 1rem;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 6px;
	border: 2px solid #d7d7d7;
}

.form-holder.widget-open {
	/*margin-top: 1.5rem;
  margin-bottom: 0rem;*/
	/* height: auto; */
	background-color: #fff;
	border-color: #ccc;
	/* z-index: 1; */
}

.plan-btn {
	display: inline-block;
	padding: 0 2.4rem;
	font-weight: 600;
	font-size: 1.4rem;
	color: #fff;
	line-height: 3.5rem;
	text-decoration: none;
	background-color: #007dba;
	border-radius: 5px;
	border: none;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
/*Address Widget*/

ul.streetAPI {
    border-radius: 5px;
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    -webkit-box-shadow: 0 0 47px -3px rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 47px -3px rgba(0, 0, 0, .3);
    overflow-y: scroll;
    z-index: 999;
    list-style: none !important;
    max-height: 0px;
    min-height: 0px;
}

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

ul.streetAPI.active {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 10px 0 !important;
    max-height: 250px;
}

ul.streetAPI li {
    padding: 2px 0 2px 10px;
    margin: 0 0 10px;
    cursor: pointer;
    font-size: 14px;
    outline: none;
}

ul.streetAPI li:hover {
    background: #e5e5e5;
}

.submitForm {
    position: relative;
}

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

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000007a;
    display: none;
}

.loader img {
    width: 80px;
    margin-top: 50px;
}

/*new widget css*/
/* .form-holder-wrap {
    margin-top: -100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 0;
} */

.form-holder-wrap.wrap-open {
    margin-top: 0;
    opacity: 1;
    z-index: 999;
}

.form-holder {
    /* position: relative; */
    margin: 3.5rem 0px;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    border: 2px solid #d7d7d7;
}

.form-holder.widget-open {
    /*margin-top: 1.5rem;
  margin-bottom: 0rem;*/
    /* height: auto; */
    background-color: #fff;
    border-color: #ccc;
    /* z-index: 1; */
}

.plan-btn {
    display: inline-block;
    padding: 0 2.4rem;
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
    line-height: 3.5rem;
    text-decoration: none;
    background-color: #007dba;
    border-radius: 5px;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.streetAPI li.selected {
    background-color: #e6f7ff;
}

.form-holder>p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 9px;
    font-weight: 600;
    color: #444444;
}

.form-holder .checkbox-able-side {
    display: inline-block;
    margin-top: 7px;
}

.row.input-able-bx {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.form-holder .col-set {
    width: 100%;
}

.form-holder .col-set .userInput {
    height: 45px;
}

.form-holder .col-set .input-able.service-form.userInput:before {
    top: 9px;
}

.form-holder .checkbox-able-bx {
    padding: 0px;
}

.form-holder .checkbox-able label {
    display: flex;
    align-items: center;
}

.icon-mobile,
.icon-wifi {
    padding-right: 10px;
}

.icon-mobile i,
.icon-wifi i {
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #f68d1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-mobile i:before {
    font-size: 12px;
}

.icon-wifi i:before {
    font-size: 10px;
}

.form-holder .checkbox-able-bx .checkbox-able label span {
    top: 0;
    margin-left: 5px;
}

.rather-chat-num {
    text-align: center;
    margin-top: 20px;
}

.rather-chat-num a {
    color: #000;
    text-decoration: underline;
}

.addressform {
    text-align: center;
}
#widget .main-input{
    width: 100%;
}
#widget .userInput{
    width: 100%;
    text-align: left;
}
#widget .main-input {
    width: 70%;
    text-align: left;
    position: relative;
}
#widget .check-side-col{
    width: 30%;
}
#widget .addressError{
    margin: 0px;
}
#widget #addressWidget{
    width: 89%;
    padding: 0px 10px;
    line-height: inherit;
    height: 42px;
    border: 2px solid #d7d7d7;
    border-bottom-width: 4px;
    border-radius: 4px;
}
#widget #addressWidget:focus-visible{
    outline: inherit;
    border-color: #007db0;
}
#widget #submitData{
    width: 100%;
    background-color: #007db0;
    border: 1px solid #00a3e0;
    border-bottom-width: 4px;
    border-radius: 4px;
    color: #fff;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
#widget #submitData:disabled {
    cursor: not-allowed;
}
#widget .checkText {
    font-size: 16px;
    color: #333333;
}
#addressWidget::placeholder {
    color: #333333;
  }
  
#addressWidget:-ms-input-placeholder {
    color: #333333;
  }
  
#addressWidget::-ms-input-placeholder {
    color: #333333;
  }

.hidden-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*new widget end*/
@media only screen and (min-width: 1260px) {
	.inner {
		margin: 0 auto;
		width: 120rem;
	}
}

@media (max-width: 1259px) {
		body
		.step1
		.tabs-stage
		.main-sections-tabs
		.single-section
		.main-middle-desc
		ul {
		min-height: 150px;
		margin: 10px 0;
	}
	body
		.step1
		.tabs-stage
		.main-sections-tabs
		.single-section
		.main-middle-desc
		ul
		li {
		font-size: 16px;
	}
	body .step2 .mobile-tv-sec .tv-sec ul {
		margin: 3rem 0 1rem !important;
	}
}
@media (max-width: 1199px) {
	body .main-sections .section-three {
		padding: 2rem;
	}
	body .main-sections .section-three .section-blue ul {
		font-size: 13px;
	}
	body .main-sections .section-three .section-blue h3 {
		font-size: 16px;
		line-height: 22px;
	}
	body .main-sections .section-three .section-blue img {
		width: 90px;
		right: 1.5rem;
	}
	body .main-sections .section-one {
		padding: 7rem 11rem 2rem 2rem;
	}
	body .main-sections .section-one .orange-sec {
		width: 137px;
	}
	body .main-sections .section-one .orange-sec img {
		width: 93%;
		right: -3rem;
	}
	body .main-sections .section-one .orange-sec p {
		font-size: 13px;
	}
	body .step1 .tabs .tabs-nav li {
		width: 30%;
	}
	body .step1 h2 {
		font-size: 31px;
	}
	body .step1 .tabs .tabs-nav li {
		width: 30%;
	}
	body
		.step1
		.tabs-stage
		.main-sections-tabs
		.single-section
		.main-middle-desc
		h5 {
		font-size: 22px;
	}
	body
		.step1
		.tabs-stage
		.main-sections-tabs
		.single-section
		.main-middle-desc
		.price {
		font-size: 33px;
	}
	body
		.step1
		.tabs-stage
		.main-sections-tabs
		.single-section
		.main-middle-desc {
		padding: 2rem 2rem;
	}
	body
		.step1
		.tabs-stage
		.main-sections-tabs
		.single-section
		.main-middle-desc
		ul
		li {
		font-size: 14px;
	}
	body .step2 h2 {
		font-size: 29px;
	}
	body .step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common ul li {
		font-size: 13px;
	}
	body .step2 p {
		font-size: 15px;
	}
	body .faster-speeed h3,
	body .faq h3 {
		font-size: 31px;
	}
	body .faster-speeed p {
		font-size: 16px;
	}
	.accordion h4::after {
		font-size: 10px;
		height: 20px;
		width: 20px;
	}
	body .accordion h4 {
		font-size: 17px;
	}
}
@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 1.25dppx),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

@media print {
	*,
	*::before,
	*::after {
		background: #fff !important;
		color: #000 !important;
		/* Black prints faster */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: ' (' attr(href) ')';
	}

	abbr[title]::after {
		content: ' (' attr(title) ')';
	}

	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
	a[href^='#']::after,
	a[href^='javascript:']::after {
		content: '';
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
