.main-sections {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 35px;
	margin-top: 4rem;
	align-items: flex-start;
}

.main-sections .section-one {
	background: transparent linear-gradient(180deg, #f68d1f 0%, #ffa300 100%) 0% 0% no-repeat padding-box;
	position: relative;
	padding: 10rem 14rem 3rem 3rem;
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.main-sections .section-one .orange-sec h3 {
	margin: 0;
	font-size: 18px;
}

.main-sections .section-one .orange-sec p {
	margin: 0;
	font-size: 16px;
}

.main-sections .section-one .orange-sec img {
	position: absolute;
	top: auto;
	bottom: 0;
	right: -2rem;
	width: 71%;
}

.main-sections .section-three {
	background: transparent linear-gradient(66deg, #0075a3 0%, #00a3e0 100%) 0% 0% no-repeat padding-box;
	position: relative;
	padding: 3rem;
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.main-sections .section-three .section-blue h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 27px;
}

.main-sections .section-three .section-blue ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-top: 1rem;
	position: relative;
	z-index: 1;
}

.main-sections .section-three .section-blue img {
	width: 105px;
	position: absolute;
	left: auto;
	top: -13px;
	right: 3rem;
	z-index: 0;
}

.main-sections .section-two {
	background-color: #fff;
	border-radius: 6px;
	border-bottom: 5px solid #c8c9c7;
	padding: 3rem;
	text-align: center;
	height: 78%;
}
.main-sections .section-two .white-sec{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;

}
.second-tab-btn.common-btn {
    font-size: 18px;
    padding: 13px 24px;
}
.main-sections .section-two h2 {
	font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 44px;
}

.main-sections .section-two i {
	background-color: #c8c9c7;
	color: #fff;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	border-radius: 50%;
	font-size: 13px;
}

.nextBtn {
	background-color: #007dba;
	color: #fff;
	margin-bottom: 15px;
	padding: 14px 0px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	border-bottom: 4px solid #00a3e0 !important;
	cursor: pointer;
	width: 100%;
	border: 1px solid #00a3e0;
	font-family: 'Montserrat', sans-serif;
}

.nextBtn:focus {
	outline: 1px solid #000;
	border-color: black !important;
}

.main-sections .section-two .select-options div {
	background-color: #007dba;
	color: #fff;
	margin-bottom: 15px;
	padding: 14px 0px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	border-bottom: 4px solid #00a3e0;
	cursor: pointer;
}

.main-sections .section-two .select-options div:last-child {
	margin: 0px;
}

.tab {
	display: none;
}

.step1 {
	margin-top: 7rem;
}

.step1 h2 {
	text-align: center;
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 2rem;
}

.step1 .tabs .tabs-nav {
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
	justify-content: center;
	column-gap: 20px;
}

.step1 .tabs .tabs-nav li {
	width: 20%;
	text-align: center;
}

.step1 .tabs .tabs-nav li a {
	width: 100%;
	text-align: center;
	background-color: #00a3e0;
	color: #000;
	display: inline-block;
	text-decoration: unset;
	font-size: 17px;
	padding: 10px 0;
	border-radius: 6px 6px 0 0;
	font-weight: 600;
}

.step1 .tabs .tabs-nav li.tab-active a {
	background-color: #0075a3;
	color: #fff;
}

.step1 .tabs-stage {
	margin: 0px;
	list-style-type: none;
	background: transparent linear-gradient(180deg, #0075a3 0%, #00a3e0 100%) 0% 0% no-repeat padding-box;
	padding: 3rem 0;
}

.step1 .tabs-stage h3 {
	font-size: 27px;
    color: #fff;
    text-align: center;
    margin: 0px 0 25px;
}

.step1 .tabs-stage .main-sections-tabs .single-section {
	background-color: #fff;
	border-radius: 6px;
	margin: 0px 15px;
}

.responsive-plans {
	display: none;
}

.desktop-plan {
	display: flex;
}

.step1 .tabs-stage .main-sections-tabs .single-section h4 {
	margin: 0;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 16px;
	color: #0075a3;
	font-style: italic;
	padding: 15px 0;
	border-radius: 6px 6px 0px 0px;
}

.step1 .tabs-stage .main-sections-tabs .single-section .main-middle-desc {
	padding: 2rem 3rem;
	border-top: 1px solid #c8c9c7;
	border-bottom: 1px solid #c8c9c7;
}

.step1 .tabs-stage .main-sections-tabs .single-section .main-middle-desc ul {
	padding: 0px;
	margin: 5px 0 0px;
	min-height: 160px;
}

.step1 .tabs-stage .main-sections-tabs .single-section .main-middle-desc ul li {
	display: block !important;
	font-size: 17px;
	position: relative;
	padding-left: 14px;
	color: #333333;
}

.step1 .tabs-stage .main-sections-tabs .single-section .main-middle-desc ul li::before {
	position: absolute;
	content: '';
	background-color: #0075a3;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	top: 10px;
	left: 0;
}

.step1 .tabs-stage .main-sections-tabs .single-section .main-middle-desc p {
	margin: 0;
	font-size: 14px;
	color: #333333;
	font-weight: 600;
}

.step1 .tabs-stage .main-sections-tabs .single-section .main-middle-desc h5 {
	margin: 0;
	color: #0075a3;
	font-size: 24px;
	margin-top: 2px;
}

.step1 .tabs-stage .main-sections-tabs .single-section .main-middle-desc .price {
	font-size: 36px;
	color: #333333;
	font-weight: 600;
}

.step1 .tabs-stage .main-sections-tabs .single-section .main-middle-desc .price span {
	font-size: 18px;
	font-weight: normal;
}

.step1 .tabs-stage .main-sections-tabs .single-section .buttons {
	text-align: center;
	padding: 3rem 0px;
}

.step1 .tabs-stage .main-sections-tabs .single-section .buttons a {
	display: inline-block;
}

.step1 .tabs-stage .main-sections-tabs .single-section .buttons button {
	display: inherit;
	margin: 7px auto 0;
	border: unset;
	background-color: unset;
	color: #0075a3;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.step2 {
	margin: 4rem 0px;
}

.step2 h2 {
	text-align: center;
	font-size: 36px;
}

.step2 p {
	font-size: 18px;
	text-align: center;
}

.step2 .mobile-tv-sec {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 35px;
}

.step2 .mobile-tv-sec .common-mobile-tv {
	background-color: #fff;
	border-radius: 6px;
	border-bottom: 5px solid #c8c9c7;
}

.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common {
	padding: 2.5rem;
	position: relative;
}

.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common h3 {
	font-size: 28px;
	font-weight: 600;
}

.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common p {
	margin-bottom: 0px;
	text-align: left;
}

.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common ul {
	margin: 3rem 0 5rem;
	padding: 0;
	list-style-type: none;
	max-width: 60%;
}

.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common ul li {
	position: relative;
	padding-left: 15px;
}

.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common ul li:before {
	content: '';
	position: absolute;
	background-color: #0075a3;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	left: 0;
	top: 10px;
}

.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.step2 .mobile-tv-sec .common-mobile-tv .down-btn {
	border-top: 1px solid #c8c9c7;
	padding: 3rem 2.5rem;
}

.step2 .mobile-tv-sec .common-mobile-tv .down-btn a {
	display: inline-block;
}

.step2 .mobile-tv-sec .tv-sec ul {
	margin: 3rem 0 3rem !important;
}

.faster-speeed {
	text-align: center;
	margin: 2rem 0;
}

.faster-speeed h3 {
	font-size: 36px;
	color: #cb741a;
}

.faster-speeed p {
	font-size: 18px;
	text-align: center;
}

.faster-speeed a {
	display: inline-block;
}

.faq {
	margin: 3rem 0;
	display: inline-block;
	width: 100%;
}

.faq .inner {
	max-width: 60%;
}

.faq h3 {
	color: #0075a3;
	text-align: center;
	font-size: 36px;
	margin-bottom: 2rem;
}

.custom-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-family: Arial;
	background: rgba(0, 0, 0, 0.4);
	z-index: 150;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 110.145ms 0ms;
}

.custom-popup__holder {
	max-width: 600px;
	background: #fff;
	border-radius: 8px;
	padding: 50px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	position: relative;
	opacity: 0;
	transform: translateY(-100px);
	transition: opacity 400ms, transform 400ms;
	transition-delay: 300ms;
}

.custom-popup__title {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 40px;
}

.custom-popup__content {
	flex: 1;
	font-size: 22px;
	line-height: 24px;
}

.custom-popup__footer {
	font-size: 28px;
	line-height: 30px;
}

.custom-popup__close {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: 0.3s transform;
}

.custom-popup__close:before,
.custom-popup__close:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 3px;
	display: block;
	width: 2px;
	height: 17px;
	background: #000;
	transform: rotate(45deg);
}

.custom-popup__close:after {
	left: 15px;
	top: 3px;
	transform: rotate(-45deg);
}

.custom-popup.is-active {
	opacity: 1;
	pointer-events: auto;
}

.custom-popup.is-active .custom-popup__holder {
	opacity: 1;
	transform: translateY(0);
}

.faq .accordion {
	width: 80%;
	margin: 0 auto;
}

.input-tag {
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	border: 2px solid #d7d7d7;
	border-bottom-width: 4px;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

.input-tag:focus-visible {
	outline: inherit;
	border-color: #007db0;
}

#regForm {
	margin: 0 auto;
	width: 100%;
}

.select-options .common-btn:disabled {
	cursor: not-allowed;
}

.select-options .common-btn {
	cursor: pointer;
	border: 1px solid #00a3e0;
	border-bottom-width: 4px;
	font-family: 'Montserrat', sans-serif;
}

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

.Cell_Number_wrapp {
	position: relative;
	margin-bottom: 0;
}

.Cell_Number_wrapp {
	margin-bottom: 10px;
}

.Cell_Number_wrapp .input-tag {
	margin-bottom: 0;
}

.Cell_Number_wrapp .duplicateNum {
	display: none;
	text-align: left;
	font-size: 12px;
	color: #f00;
	font-weight: 600;
}

.modal {
	z-index: 10000;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 110.145ms 0ms;
}

.modal.is-visible {
	visibility: visible;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.modal-wrapper {
	position: fixed;
	z-index: 9999;
	width: 38em;
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
	transition: all 0.3s 0.12s;
	transform: translateY(-10%);
	opacity: 0;
}

.modal.is-visible .modal-transition {
	transform: translateY(0);
	opacity: 1;
}

.modal-header,
.modal-content {
	padding: 1em;
}

.modal-header {
	position: relative;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
	border-bottom: 1px solid #e8e8e8;
	background-color: #007db0;
	color: #fff;
}

.modal-close {
	position: absolute;
    top: 8px;
    right: 12px;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    color: #fff;
}

.modal-close:hover {
	color: #777;
}

.modal-heading {
	font-size: 1.125em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
	margin-top: 0;
}

.modal-content>*:last-child {
	margin-bottom: 0;
}

.add-another {
	border: none;
	cursor: pointer;
	color: #007db0;
	background-color: inherit;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0 20px;
}

.modal-cancel-btn {
	padding: 1rem;
	border-color: #d9d9d9;
	background-color: transparent;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}

.modal-submit-btn {
	padding: 1rem;
	background-color: #007db0;
	border: none;
	color: #fff;
	cursor: pointer;
}

#unit-number {
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	height: 40px;
	font-family: "Montserrat", sans-serif !important;
}

.unit-type #unit-type {
	padding: 1rem;
	text-align: center;
	border-color: #d3d3d3;
}

#location-edit-icon,
#close-second-unit-type {
	cursor: pointer;
}

.main-item {
	display: flex;
	align-items: center;
	column-gap: 16px;
	width: 400px;
	margin: 10px 0 0px;
}

.single-item {
	width: 50%;
	position: relative;
}

.single-item label {
	width: 100%;
	display: inline-block;
	font-size: 14px;
}

.single-item select {
	height: 40px;
	width: 100%;
	text-align: left;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	padding: 0 11px;
	color: rgba(0,0,0,.85);
	appearance: none;
	font-family: 'Montserrat',sans-serif;
	background-color: transparent;
}
.single-item .downIcon{	
    position: absolute;
    bottom: 10px;
    right: 8px;
    font-size: 12px;
	color: #d9d9d9;
}
.unit-Number {
	height: 40px;
	width: 100%;
	text-align: left;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	padding: 0 11px;
	color: rgba(0,0,0,.85);
	font-family: 'Montserrat',sans-serif;
}

.second-option-widget p {
	margin: 0px;
	font-weight: 600;
}

.inner-modal-content p {
	font-weight: bold;
}

.selected-address {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.selected-address svg {
	width: 15px;
	vertical-align: -2px;
}

.selected-address svg path {
	fill: #007db0;
}

.selected-address h3 {
	margin: 0 4px;
	font-size: 14px;
	font-weight: normal;
	color: rgba(0,0,0,.85);
}
.selected-address > p{
	font-size: 15px;
}

#second-unit-dv {
	margin-bottom: 20px;
}

#second-unit-dv .main-item {
	position: relative;
}

#second-unit-dv .clear-second {
	position: absolute;
	right: -25px;
	top: 30px;
}

#second-unit-dv .clear-second svg path {
	fill: #007db0;
}

.address-btn-wrapp{
	display: flex;
	justify-content: flex-end;
	column-gap: 16px;
}
.address-btn-wrapp > button{
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;    
    padding: 8px 15px;
    text-align: center;
	font-family: 'Montserrat',sans-serif;    
}

@media (min-width: 992px) {
	.desktop-plan>.single-section {
		width: 100%;
		max-width: 33%;
	}
}

@media (max-width: 1366px) {
	.faq .accordion {
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 1259px) {
	.inner {
		max-width: 90%;
		margin: 0 auto;
	}

	.main-sections .section-three .section-blue ul {
		font-size: 14px;
	}

	.main-sections .section-one {
		padding: 8rem 11rem 3rem 3rem;
	}

	.main-sections .section-one .orange-sec h3 {
		font-size: 17px;
	}

	.main-sections .section-one .orange-sec p {
		font-size: 15px;
	}

	.main-sections .section-one .orange-sec img {
		width: 81%;
	}

	.main-sections .section-two h2 {
		font-size: 20px;
	}

	.main-sections .section-two .select-options div {
		margin-bottom: 14px;
		padding: 11px 0px;
	}
}

@media (max-width: 991px) {
	.hero {
		margin-top: 7rem;
	}

	.hero h1 {
		font-size: 32px;
		line-height: 43px;
	}

	/* .hero h1 br {
		display: none;
	} */

	/* .navigation {
		position: relative;
	} */
	.navigation .agent-active {
		text-align: center;
		position: absolute;
		left: 0;
		bottom: -4.7rem;
		width: 100%;
		background-color: #fff;
		padding: 12px 0px;
		border-top: 1px solid #c8c9c7;
		border-bottom: 1px solid #c8c9c7;
		margin: 0;
	}

	body .main-sections {
		display: flex;
		flex-wrap: wrap;
		margin-top: 5rem;
	}

	body .main-sections .section-one {
		order: 2;
		width: 100%;
		margin-bottom: 3rem;
	}

	body .main-sections .section-one .orange-sec {
		width: auto;
	}

	body .main-sections .section-one .orange-sec img {
		width: 147px;
		right: -1rem;
	}

	body .main-sections .section-one .orange-sec h3 {
		font-size: 23px;
	}

	body .main-sections .section-one .orange-sec p {
		font-size: 16px;
	}

	body .main-sections .section-two {
		order: 1;
		width: 100%;
		margin-bottom: 3rem;
		box-sizing: border-box;
	}

	body .main-sections .section-three {
		order: 3;
		width: 100%;
	}

	body .main-sections .section-three .section-blue ul {
		font-size: 16px;
	}

	body .main-sections .section-three .section-blue li {
		line-height: 2;
	}

	body .main-sections .section-three .section-blue h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.mobile-tv-sec .inner-mobile-tv-common ul {
		max-width: 65%;
	}

	.mobile-tv-sec .inner-mobile-tv-common img {
		width: 35%;
	}

	.faster-speeed h3 {
		font-size: 28px;
	}

	.faq .inner {
		max-width: 80%;
	}

	.faq h3 {
		font-size: 28px;
	}

	footer {
		background-size: 6.3rem;
	}

	footer p {
		font-size: 14px;
	}

	body .step1 .tabs-nav li {
		width: 35% !important;
	}

	body .step1 .tabs-stage .inner {
		max-width: 100%;
	}

	body .step1 .tabs-stage .inner .slick-list .slick-track {
		margin: 0px 40px;
	}

	body .step1 .tabs-stage .inner .main-middle-desc ul {
		min-height: 130px !important;
	}

	body .responsive-plans {
		display: block;
	}

	.desktop-plan {
		flex-wrap: wrap;
	}
	.desktop-plan .single-section{
		width: 100%;
		margin-bottom: 20px !important;
	}
}

@media (max-width: 768px) {
	
	.hero h1 {
		font-size: 28px;
		line-height: 34px;
	}

	.hero .main-sections .orange-sec img {
		width: 163px !important;
	}

	.step2 .mobile-tv-sec {
		display: block;
	}

	.step2 .mobile-tv-sec .common-mobile-tv {
		margin-bottom: 2rem;
	}

	.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common img {
		width: 23%;
	}

	body .step1 .tabs-nav li {
		width: 42% !important;
	}

	body .step1 .tabs-nav li a {
		font-size: 15px !important;
	}

	body .step1 .tabs-stage h3 {
		font-size: 20px;
	}

	body .step1 .tabs-stage ul {
		min-height: 150px !important;
	}

	body .accordion h4 {
		display: inline-block;
		width: auto;
		padding-right: 20px;
	}

	.accordion h4::after {
		font-size: 12px;
	}

	.faq .inner {
		max-width: 90%;
	}

	footer {
		padding-bottom: 4rem;
	}

	footer .inner {
		display: block;
		text-align: center;
	}

	.custom-popup__holder {
		padding: 41px 20px 20px;
	}

	.modal-wrapper {
		width: 94%;
	}

	.main-item {
		display: block;
		width: 100%;
	}

	.single-item {
		width: 100%;
		padding-right: 0;
		margin-bottom: 12px;
	}

	#second-unit-dv .clear-second {
		position: absolute;
		right: 0;
		top: -5px;
	}

	#second-unit-dv {
		margin-top: 25px;
	}

	.selected-address h3 {
		line-height: 22px;
	}

	.selected-address {
		align-items: flex-start;
	}

	.modal {
		top: 8rem;
		align-items: inherit;

	}
}

@media (max-width: 575px) {
	body .step1 .tabs-stage .inner .main-middle-desc ul {
		min-height: 100px !important;
	}
	.common-btn {
		font-size: 14px;
	}

	body .step1 {
		margin-top: 3rem;
	}

	body .step1 h2 {
		font-size: 22px;
		padding: 0px 10px;
	}

	body .step1 .tabs-nav li a span {
		display: none;
	}

	body .step1 .tabs-stage .inner h3 {
		font-size: 17px;
		padding: 0px 10px;
	}

	body .step1 .tabs-stage .inner .slick-list {
		margin: 0px !important;
	}

	body .step1 .tabs-stage .inner .slick-list .slick-track {
		margin: 0px;
	}

	body .step1 .tabs-stage .inner .slick-list .slick-track .single-section {
		margin: 0px 7px;
	}

	body .hero .main-sections .section-one .orange-sec {
		width: 178px;
	}

	body .hero .main-sections .section-one .orange-sec h3 {
		font-size: 16px;
	}

	body .hero .main-sections .section-one .orange-sec p {
		font-size: 14px;
	}

	body .hero .main-sections .section-one .orange-sec img {
		width: 203px !important;
		right: -1rem !important;
	}

	body .hero .main-sections .section-three ul {
		font-size: 14px;
	}

	.step2 h2 {
		font-size: 20px;
	}

	.step2 .inner-mobile-tv-common img {
		width: 34%;
	}

	body .faster-speeed h3,
	body .faq h3 {
		font-size: 22px;
	}

	.row.input-able-bx {
		display: block;
	}

	#widget .main-input {
		width: 100%;
	}

	#widget .check-side-col {
		width: 55%;
		margin: 18px auto 0;
	}

	.form-holder>p {
		font-size: 15px;
	}

	.custom-popup__holder {
		width: 85%;
	}

	.step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common ul {
		max-width: 100%;
		padding-right: 25%;
		position: relative;
	}

	.step2 .mobile-tv-sec .common-mobile-tv.tv-sec .inner-mobile-tv-common {
		padding: 2.5rem 0px 2.5rem 2.5rem;
		position: relative;
	}

	.step2 .mobile-tv-sec .common-mobile-tv.tv-sec .inner-mobile-tv-common p {
		padding-right: 2.5rem;
	}

	.step2 .mobile-tv-sec .common-mobile-tv.tv-sec .inner-mobile-tv-common img {
		top: 0;
	}
}

/*# sourceMappingURL=main.css.map */
