/* ##########################################################  
-------------------------------------------------------------
					FONTS 
-------------------------------------------------------------
########################################################## */
@import url('../plugins/fontawesome/css/all.min.css');
@font-face {
	font-family: 'HWTArtz';
	src: url('../plugins/fonts/HWTArtz.eot');
	src: url('../plugins/fonts/HWTArtz.eot?#iefix') format('embedded-opentype'),          /*url('../plugins/fonts/HWTArtz.woff2') format('woff2'),*/
         url('../plugins/fonts/HWTArtz.woff') format('woff'),  url('../plugins/fonts/HWTArtz.ttf') format('truetype');/*,  url('../plugins/fonts/HWTArtz.svg#HWTArtz') format('svg');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans500';
	src: url('../plugins/fonts/MuseoSansRounded-500.eot');
	src: url('../plugins/fonts/MuseoSansRounded-500.eot?#iefix') format('embedded-opentype'),          /*url('../plugins/fonts/MuseoSansRounded-500.woff2') format('woff2'),*/
         url('../plugins/fonts/MuseoSansRounded-500.woff') format('woff'),  url('../plugins/fonts/MuseoSansRounded-500.ttf') format('truetype');/*,  url('../plugins/fonts/MuseoSansRounded-500.svg#MuseoSansRounded-500') format('svg');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans700';
	src: url('../plugins/fonts/MuseoSansRounded-700.eot');
	src: url('../plugins/fonts/MuseoSansRounded-700.eot?#iefix') format('embedded-opentype'),          /*url('../plugins/fonts/MuseoSansRounded-700.woff2') format('woff2'),*/
         url('../plugins/fonts/MuseoSansRounded-700.woff') format('woff'),  url('../plugins/fonts/MuseoSansRounded-700.ttf') format('truetype');/*,  url('../plugins/fonts/MuseoSansRounded-700.svg#MuseoSansRounded-700') format('svg');*/
	font-weight: normal;
	font-style: normal;
}


@import url("https://p.typekit.net/p.css?s=1&k=cdv7mje&ht=tk&f=14032.14038.26911&a=646436&app=typekit&e=css");
@font-face {
    font-family: "aktiv-grotesk";
    src: url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "aktiv-grotesk";
    src: url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "aktiv-grotesk-extended";
    src: url("https://use.typekit.net/af/5a2c6f/00000000000000003b9ad13c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/5a2c6f/00000000000000003b9ad13c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/5a2c6f/00000000000000003b9ad13c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

.tk-aktiv-grotesk {
    font-family: "aktiv-grotesk", sans-serif;
}

.tk-aktiv-grotesk-extended {
    font-family: "aktiv-grotesk-extended", sans-serif;
}
/* ##########################################################  
-------------------------------------------------------------
					GLOBAL CSS
-------------------------------------------------------------
########################################################## */
html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "aktiv-grotesk", sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
a, p, img, div, ul, li, span, h1, h2, h3, h4, h5, h6, form, input, select, hr, header, footer, section, article, nav, iframe {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	background: none;
	border: none;
}
a {
	color: #C1272D;
	text-decoration: none;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
a:hover, a:focus {
	color: #666666;
	text-decoration: none;
	outline: none !important;
}
.text-orange {
	color: #C1272D;
}
.text-grey {
	color: #999999;
}
.text-sm {
	font-size: 14px;
	line-height: 20px;
}
hr {
	height: 1px;
	margin: 30px 0;
	border: none;
	background: #CCCCCC;
}
.main {
	margin: 0;
	padding: 0;
}
section {
	position: relative;
	/*padding: 120px 0;*/
	padding: 60px 0;
	background: #fff;
}
@media screen and (max-width:1366px) {
section {
	padding: 120px 0;
}
}
@media screen and (max-width:767px) {
section {
	padding: 90px 0;
}
}
/* ########## Margins CSS ########## */
.m0 {
	margin: 0;
}
/*.p0 {
	padding: 0;
}*/
.mauto {
	margin: 0 auto !important;
}
.mb0 {
	margin-bottom: 0;
}
.mb1 {
	margin-bottom: 10px;
}
.mb2 {
	margin-bottom: 20px;
}
.mb3 {
	margin-bottom: 30px;
}
.mb4 {
	margin-bottom: 40px;
}
.mb5 {
	margin-bottom: 50px;
}
.mb6 {
	margin-bottom: 60px;
}
.mb9 {
	margin-bottom: 90px;
}
.mb12 {
	margin-bottom: 120px;
}
/*.pt0 {
	padding-top: 0;
}*/
.pb0 {
	padding-bottom: 0;
}
@media screen and (max-width:1200px) {
.mb0-lg {
	margin-bottom: 0;
}
.mb1-lg {
	margin-bottom: 10px;
}
.mb2-lg {
	margin-bottom: 20px;
}
.mb3-lg {
	margin-bottom: 30px;
}
.mb4-lg {
	margin-bottom: 40px;
}
.mb5-lg {
	margin-bottom: 50px;
}
.mb6-lg {
	margin-bottom: 60px;
}
.pb0-lg {
	padding-bottom: 0;
}
}
@media screen and (max-width:992px) {
.mb0-md {
	margin-bottom: 0;
}
.mb1-md {
	margin-bottom: 10px;
}
.mb2-md {
	margin-bottom: 20px;
}
.mb3-md {
	margin-bottom: 30px;
}
.mb4-md {
	margin-bottom: 40px;
}
.mb5-md {
	margin-bottom: 50px;
}
.mb6-md {
	margin-bottom: 60px;
}
.pb0-md {
	padding-bottom: 0;
}
}
@media screen and (max-width:767px) {
.mb0-sm {
	margin-bottom: 0;
}
.mb1-sm {
	margin-bottom: 10px;
}
.mb2-sm {
	margin-bottom: 20px;
}
.mb3-sm {
	margin-bottom: 30px;
}
.mb4-sm {
	margin-bottom: 40px;
}
.mb5-sm {
	margin-bottom: 50px;
}
.mb6-sm {
	margin-bottom: 60px;
}
.pb0-sm {
	padding-bottom: 0;
}
}
@media screen and (max-width:576px) {
.mb0-xs {
	margin-bottom: 0;
}
.mb1-xs {
	margin-bottom: 10px;
}
.mb2-xs {
	margin-bottom: 20px;
}
.mb3-xs {
	margin-bottom: 30px;
}
.mb4-xs {
	margin-bottom: 40px;
}
.mb5-xs {
	margin-bottom: 50px;
}
.mb6-xs {
	margin-bottom: 60px;
}
.pb0-xs {
	padding-bottom: 0;
}
}
/* ########## Headings CSS ########## */
h1, h2, h3, h4, h5, h6 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "aktiv-grotesk-extended", sans-serif !important;
	font-weight: 500;
	text-align: left;
	background: none;
	border: none;
	font-smooth:always;
}
h1 {
	font-size: 60px;
	line-height: 60px;
}
h2 {
	font-size: 36px;
	line-height: 36px;
}
h3 {
	font-size: 30px;
	line-height: 30px;
}
h4 {
	font-size: 24px;
	line-height: 24px;
}
h5 {
	font-size: 20px;
	line-height: 20px;
}
h6 {
	font-size: 18px;
	line-height: 18px;
}
@media screen and (max-width: 1366px) {
h1 {
	font-size: 48px;
	line-height: 48px;
}
}
@media screen and (max-width: 1024px) {
h1 {
	font-size: 42px;
	line-height: 42px;
}
}
@media screen and (max-width: 576px) {
h1 {
	font-size: 36px;
	line-height: 36px;
}
h2 {
	font-size: 32px;
	line-height: 32px;
}
h3 {
	font-size: 28px;
	line-height: 28px;
}
}
@media screen and (max-width: 360px) {
h1 {
	font-size: 32px;
	line-height: 32px;
}
}
/* ########## Form Elements CSS ########## */
form {
	margin: 0 !important;
	padding: 0 !important;
}
label {
	margin: 0 0 5px 20px;
}
.form-group {
	margin: 0 !important;
	margin-bottom: 15px !important;
	padding: 0 !important;
}
.form-control {
	display: block;
	width: 100%;
	height: auto !important;
	padding: 15px 20px;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #999999;
	font-family: "aktiv-grotesk", sans-serif !important;
	background: none;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	vertical-align: middle;
}
.form-control:focus {
	color: #666666 !important;
	border-color: #C1272D !important;
	outline: 0;
}
.form-control::placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-ms-input-placeholder {
 color: #999999;
}
.select {
	position: relative;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.select:after {
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #CCCCCC;
	right: 30px;
	top: 13px;
	padding: 0;
	position: absolute;
	pointer-events: none;
}
.select:before {
	content: '';
	/*right:4px; top:0px;
    width:23px; height:18px;*/
	background: none;
	position: absolute;
	pointer-events: none;
	display: block;
}
.btn {
	min-width: auto !important;
	position: relative;
	display: inline-block;
	padding: 23px 60px;
	margin: 0;
	white-space: nowrap;
	font-weight: 400;
	text-transform: none;
	vertical-align: middle;
	font-family: "aktiv-grotesk", sans-serif !important;
	font-size: 18px;
	line-height: 18px !important;
	color: #fff;
	text-align: center !important;
	text-decoration: none !important;
	background: #C1272D !important;
	border: none !important;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
	outline: none !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none !important;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fff !important;
	background: #666666 !important;
}
.btn a {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
}
.btn:hover a {
	color: #000 !important;
	text-decoration: none !important;
}
.btn-bordered {
	padding: 6px 30px;
	color: #666666;
	background: none !important;
	border: 2px solid #C1272D !important;
}
.btn-bordered a {
	color: #666 !important;
}
.btn-bordered:hover, .btn-bordered:focus, .btn-bordered.focus {
	color: #fff !important;
	background: #C1272D !important;
}
.btn-bordered-white {
	padding: 6px 30px;
	color: #fff;
	background: none !important;
	border: 2px solid #C1272D !important;
}
.btn-bordered-white:hover, .btn-bordered-white:focus, .btn-bordered-white.focus {
	color: #fff !important;
	background: #C1272D !important;
}
.btn-big {
	padding: 23px 100px;
}
.btn-sm {
	padding: 10px 70px;
}
.btn-logout-sm {
	padding: 10px 45px;
}
.btn-sm2 {
	padding: 10px 30px;
}
.btn-block {
	display: block;
}
.custom-control label {
	color: #999999;
	padding-left: 5px;
}
.custom-checkbox .custom-control-input~.custom-control-label::before {
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	background: #fff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	top: 2px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background: none;
	outline: none !important;
	box-shadow: none !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");*/
	background: url("../imgs/icon-check-mark.png") 50% 0 no-repeat !important;
	position: absolute;
	left: -20px;
	top: -1px;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #C1272D;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");*/
	background: url("../imgs/icon-check-mark.png") 50% 0 no-repeat !important;
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(255,107,0,.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(255,107,0,.5);
}
.custom-radio .custom-control-label::before {
	width: 19px !important;
	height: 19px !important;
	top: 2px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	width: 19px;
	height: 19px;
	background-color: #C1272D;
	outline: none !important;
	box-shadow: none !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
	width: 19px;
	height: 19px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
	top: 2px;
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(255,107,0,0);
}
.inputfile {
	width: 70%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 26px;
	z-index: 1;
	margin: 2px 0 0 0;
	padding: 8px 30px;
	text-align: center;
	color: #666666;
	border: 2px solid #C1272D;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	text-indent: -9999px;
}
.inputfile + label {
 text-overflow: ellipsis;
 white-space: nowrap;
 cursor: pointer;
 display: block;
 overflow: hidden;
 position: relative;
}
.no-js .inputfile + label {
	display: block;
}
.inputfile:focus + label, .inputfile.has-focus + label {
	outline: none;
}
.inputfile-1 + label {
	width: 79%;
	margin: 2px 0 0 0;
	text-align: center;
	color: #666666;
	background-color: #fff;
	border: 2px solid #C1272D;
	padding: 10px 30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
/*.inputfile-1:focus + label,
.inputfile-1.has-focus + label,*/
.inputfile-1:hover + label {
	color: #fff;
	background-color: #C1272D;
	outline: none !important;
	cursor: pointer;
}
/* ########## Header CSS ########## */
#header {
	width: 100% !important;
	margin: 0 !important;
	padding: 15px 0 !important;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background: #fff !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
#header .container-fluid {
	padding-right: 90px;
	padding-left: 90px;
}
#header.header-shrink {
	padding: 10px 0 !important;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.navbar {
	padding: 0;
}
.navbar-brand {
	margin: 0;
	margin-right: 160px;
	padding: 0;
}
.navbar {
	font-family: "aktiv-grotesk", sans-serif !important;
	font-size: 20px;
	color: #666666;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav.navbar-right li {
	margin-right: 20px;
}
.navbar-nav li.call {
	margin-right: 60px;
}
.navbar-nav li a {
	color: #666666;
	text-decoration: none !important;
}
.navbar-nav li a:hover {
	color: #C1272D;
}
.navbar-nav i.icon-logo img {
	width: 20px;
	height: 20px;
}
.dropdown-menu {
	position: absolute !important;
	right: 0;
	padding: 10px 0;
}
.dropdown-menu .dropdown-item {
	padding: 5px 15px;
}
.dropdown-menu .dropdown-item:hover {
	background: none;
}
.nav-button {
	position:relative; 
	z-index:1111; 
	display:block;
	margin: 0; 	
	padding:0;
}
.nav-button #nav-icon {
	width:24px;
	height:16px;	
	display:inline-block;
	position:relative;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
.nav-button #nav-icon span {
	display:block;
	position:absolute;
	height:3px;
	width:100%;
	background:#666;
	overflow: hidden;
	opacity:1;
	left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}
.nav-button:hover #nav-icon span {
	background: #C1272D;
}
.nav-button #nav-icon span:nth-child(1) {
	top: 0;
}
.nav-button #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
	top: 7px;
}
.nav-button #nav-icon span:nth-child(4) {
	top: 14px;
}
.nav-open #nav-icon {
	/*position: fixed;
	right: 30px;
	top: 100px; */
}
.nav-open #nav-icon span, .nav-open #nav-icon:hover span {
	background: #000;
}
.nav-open #nav-icon span:nth-child(1) {
	top: 9px;
	width: 0;
	left: 50%;
}
.nav-open #nav-icon span:nth-child(2) {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.nav-open #nav-icon span:nth-child(3) {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.nav-open #nav-icon span:nth-child(4) {
	top:9px;
	width:0;
	left:50%;
}
.main-menu {
	width: 100%; 
	height: 100%; 
	opacity: 0; 
	visibility: hidden;
}
.nav-open .main-menu {
	opacity: 1; 
	visibility: visible; 
	/*background: #C1272D;*/
}
.main-menu .nav {
	display: block;
	padding: 90px 60px;
	opacity: 1; 
}
.main-menu .nav li { 
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}
.main-menu .nav li:last-child { 
	display: block;
	margin-bottom: 10px;
}
.main-menu .nav li h1 {
	font-size: 90px;
	line-height: 90px;
	margin-bottom: 10px; 
}
.main-menu .nav li a { 
	display: inline-block;
	color:#000; 
	font-size: 17px;
}
.main-menu .nav li a:hover { 
	color:#000; 
}

.main-menu .nav {
	padding: 1em 8em 2em 2em; 
	max-width: 25em;
	float: right;
	background: #fff;
	/*background:#DCDCDC;*/
}
.main-menu .nav li h1 {
	font-size: 72px;
	line-height: 72px;
}

@media screen and (max-width: 1200px) {
#header .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
}
@media screen and (max-width: 992px) {
.navbar-brand {
	margin-right: 0;
}	
div .fixed-top {
    top: 59px;
}
.navbar-left {
		display: none;
}
.navbar-right li.call {
	display: none;
}
.main-menu {
	overflow-y: scroll;
}
.main-menu .nav li h1 {
	font-size: 48px;
	line-height: 48px;
}
.main-menu .nav li .heading{
	font-size: 36px !important;
	line-height: 36px !important;
	padding-bottom: 0px !important;
}
}
@media screen and (max-width: 360px) {
.navbar-brand img {
	width: auto;
	height: 35px;
}	
.main-menu .nav {
	padding: 30px; 
}	
.main-menu .nav li h1 {
	font-size: 36px;
	line-height: 36px;
}
.main-menu .nav li .heading {
	font-size: 36px;
	line-height: 36px;
}
}
/* ########## Footer CSS ########## */
footer {
	position: relative;
	margin: 0;
	padding: 60px 0 120px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.2);
}
ul.footer-links {
	margin: 0;
	padding: 0;
}
ul.footer-links li {
	display: block;
	margin-bottom: 5px;
}
ul.footer-links li:last-child {
	display: block;
	margin-bottom: 0;
}
ul.footer-links li a {
	color: #666666;
}
ul.footer-links li a:hover {
	color: #C1272D;
}
@media screen and (max-width: 767px) {
footer h6, footer ul.footer-links {
	text-align: center;
}
}
/* ##########################################################  
-------------------------------------------------------------
					HOMEPAGE CSS
-------------------------------------------------------------
########################################################## */

/* ########## BOTTOM BAR CSS ########## */
.bottom-bar {
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 10px 0 !important;
	background: #fff !important;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.bottom-bar.nbn .navbar-brand {
	display: none;
}
.bottom-bar .navbar-collapse {
	width: 100% !important;
}
.bottom-bar .navbar-nav {
	width: 100%;
	float: none;
}
.bottom-bar .navbar-nav li {
	margin: 0 !important;
	padding: 0 !important;
}
.bottom-bar .navbar-nav li.row {
	width: 100%;
	margin: 0 !important;
	font-family: "aktiv-grotesk", sans-serif !important;
	font-size: 16px;
}
.navbar-nav li a {
	border-bottom: none;
}
a.chat {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	width: 60px;
	height: 60px;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	background: #C1272D;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
a.chat img {
	margin: 0 auto;
	display: block;
}
a.chat {
	color: #fff;
}
a.chat:hover {
	background: #666666;
}
@media screen and (max-width: 992px) {
a.chat {
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	font-size: 10px;
	line-height: 16px;
}
a.chat img {
	width: auto;
	height: 12px;
}
.bottom-bar {
	min-height: 40px;
}
.bottom-bar .navbar-nav {
	padding-top: 20px;
}
.bottom-bar .navbar-toggler {
	/*float: left !important;*/	
	position: absolute;
	left: -30px;
	top: -4px;
	outline: none !important;
}
.bottom-bar .navbar-brand {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.bottom-bar.nbn .navbar-brand {
	display: block;
}
}
@media screen and (max-width: 1024px) {
.bottom-bar.nbn .text-sm, .bottom-bar.nbn h6 {
	text-align: center;
}
}
@media screen and (max-width: 767px) {
.bottom-bar, .bottom-bar .text-right, .bottom-bar h3, .bottom-bar h6 {
	text-align: center !important;
}
}
@media screen and (max-width: 360px) {
.bottom-bar .navbar-brand {
	font-size: 20px;
}
}
/* ########## BANNER CSS ########## */
.banner {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90vh;
}
.banner .banner-text {
	display: table;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}
.banner .banner-text .col-md-12 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.banner-img {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translate(-50px, -50%);
	-webkit-transform: translate(-50px, -50%);
	-moz-transform: translate(-50px, -50%);
	-o-transform: translate(-50px, -50%);
	-ms-transform: translate(-50px, -50%);
}
.search-bl {
	width: 100%;
	position: relative;
	display: block;
	padding: 0 18px;
	text-align: left;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.search-bl i {
	position: absolute;
	left: 18px;
	top: 12px;
}
.search-bl .form-control {
	padding-left: 56px;
	border: none;
}
.search-bl .search-box:focus + .search-result {
	display: block;
}
.address-list {
	display: block;
	position: relative;
}
.pac-container{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}
.pac-matched{
	font-weight: bolder;
}
.autocomplete-suggestions{
	width: 100%;
	height: 150px !important;	
	min-height: 150px !important;
	max-height: 150px !important;
	margin-top: 10px;
	padding-right: 10px !important;
	background: #fff; 
	cursor: default; 
	overflow: auto;
	position: relative;
}
.autocomplete-suggestion,.pac-item {
	padding: 10px 5px;
	white-space: nowrap;
	overflow: hidden;
	margin: 3px 0px 0px 0;
	padding: 15px 20px 15px 70px;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #333333;
	font-family: "aktiv-grotesk", sans-serif !important;
	background: #fff;
	border: 1px solid #C1272D;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	cursor: pointer;
}
.autocomplete-selected,.pac-item:hover, .autocomplete-suggestion:hover {
	color: #fff;
	background: #C1272D;
}
@media screen and (min-width: 1280px) {
.banner-img img {
	width: auto;
	height: 450px;
}
.banner-img {
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translate(-0px, -50%);
    -webkit-transform: translate(-0px, -50%);
    -moz-transform: translate(-50px, -50%);
    -o-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
}
.homepage .banner-img img {height: 500px;}
.homepage .banner-img {}
}
@media screen and (min-width:1500px) {
 .banner-img {
    position: absolute;
    top: 56%;
    right: 0em;
}
}
@media screen and (min-width:1900px) {
 .banner-img {
    position: absolute;
    top: 57%;
    right: 15em;
}
}

@media screen and (min-width:2000px) {
 .banner-img {
    position: absolute;
    top: 56%;
    right: 27em;
}

}
@media screen and (max-width: 1280px) {
.banner {
	height: auto;
	padding: 80px 0;
	display: block !important;
}
.banner-img {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.banner-img img {
	margin: 0 auto 15px auto;
	width: auto;
	height: 200px;
}
.banner .banner-text {
	display: block;
	width: 100%;
	height: auto;
}
.banner .banner-text .col-md-12 {
	display: block;
}
}
@media screen and (max-width: 992px) {
.banner-img img {
	height: 300px;
}
}
@media screen and (max-width: 768px) {
.autocomplete-suggestion,.pac-item {
	padding: 15px 20px;
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.autocomplete-suggestions{
	padding-right: 20px !important;
}
}
/* ########## INTRO CSS ########## */
.intro {
	display: block;
}
ul.ratings {
}
ul.ratings li {
	display: inline-block;
	margin-right: 8px;
}
ul.ratings li:last-child {
	margin-right: 0;
}
ul.ratings li i {
	font-size: 30px;
	color: #C1272D;
}
 @media screen and (max-width: 992px) {
.img-intro {
	width: auto !important;
	height: 300px !important;
}
}
@media screen and (max-width: 767px) {
.intro, .intro .text-right, .intro h3 {
	/*text-align: center !important;*/
}
}
/* ########## PRODUCT REVIEW CSS ########## */
.product-review {
}
.product-review .btn {
	font-family: 'aktiv-grotesk-extended', sans-serif !important;
	text-transform: uppercase;
}
.product-review .btn i {
	margin: 0 5px;
}
.product-review .btn:hover svg path {
	fill: #fff !important;
}
/* ##########################################################  
-------------------------------------------------------------
					NBN PAGE CSS
-------------------------------------------------------------
########################################################## */

/* Pricing Plans CSS */
.pricing-plans {
	display: block;
}
.pricing-plans .heading-bl {
	display: block;
	clear: both;
	padding: 20px;
	background: #EEEEEE;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.pricing-plans .col-lg-4 {
	display: block;
	align-self: flex-end;
}
.pricing-plans .col-lg-3 {
	display: block;
	align-self: flex-end;
}
.plans {
	text-align: center;
}
.plans .plan-btn, .plans label {
	/*min-width: 100% !important;*/
	position: relative;
	display: block !important;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px !important;
	color: #666 !important;
	background: none !important;
	border: none !important;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	overflow: visible;
	outline: none !important;
	text-overflow: ellipsis !important;
  	white-space: nowrap !important;
  	white-space:normal !important;
	word-wrap:break-word !important;
}
.plans .plan-btn:hover {
	color: #666666 !important;
}
.plans .plan-btn input[type=radio] {
	opacity: 0;
}
.plans .plan-btn.active {
	outline: none !important;
}
.plans .plan-btn .plan-bl-inner {
	border: 2px solid #999999;
}
.plans .plan-btn.active .plan-bl-inner {
	border-color: #C1272D;	
}
.plans .plan-btn .plan-bl .popular-plan {
	background: #999999;
}
.plans .plan-btn.active .plan-bl .popular-plan {
	background: #C1272D;	
}
.pricing-plans .plan-bl {
	/*width: 350px;*/
	position: relative;
	top: 0;
	display: block !important;
	margin: 0 auto !important;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.plan-bl:hover {
	top: -5px;
}
.plan-bl-inner {
	position: relative;
	display: block;
	padding: 50px 20px;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.plan-bl:hover .plan-bl-inner {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
/*.pricing-plans .plan-bl-inner.selected {
	border: 2px solid #C1272D;
}*/
.heading{
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	font-family: "aktiv-grotesk", sans-serif !important;
}
.sub-heading
{
	font-size: 36px;
	line-height: 36px;
	font-family: "aktiv-grotesk", sans-serif !important;
	text-transform: uppercase;
}
.plan-bl.popular .plan-bl-inner {
	border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-o-border-radius: 0 0 30px 30px;
	-ms-border-radius: 0 0 30px 30px;
}
.plan-bl .popular-plan {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 15px 15px 10px 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	/*background: #C1272D;*/
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-o-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
}
.plan-bl h1,.plan-bl h2, .plan-bl h3 {
	text-align: center;
}
.col-lg-3 .plan-bl h3 {
	font-size: 25px;
}
.col-lg-3 .plan-bl .btn-sm {
	padding: 10px 50px;
}
.plan-bl p i {
	position: relative;
	left: -4px;
}
.plan-bl p a i {
	color: #666666;
}
.plan-bl p a i:hover {
	color: #C1272D;
}
.plan-bl .fa-question-circle {
	margin-left: 10px;
	font-size: 18px;
}
.plan-bl ul {
	display: block;
	width: 90%;
	margin: 20px auto !important;	
}
.plan-bl ul li {
	position: relative;
	padding-left: 28px;
	text-align: left;
	color: #C1272D;
}
.plan-bl ul li i {
	position: absolute;
	left: 0;
	top: 2px;
	color: #C1272D;
}
.plan-bl h1 span,.plan-bl h2 span {
	font-size: 18px;
}
.plan-bl .text-sm {
	text-align: center;
	color: #999999;
}
@media screen and (max-width: 1024px) {
.plan-bl-inner {
	padding: 25px !important;
}
}
@media screen and (max-width: 576px) {

.plan-bl .btn-sm {
	padding: 10px 30px;
}
}
/* Your Order CSS */
.your-order .img-mascot {
	width: auto;
	height: 250px;
}

ul.order-list li {
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
}
ul.order-list li:first-child {
	padding-top: 0;
}
ul.order-list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
@media screen and (max-width: 576px) {
ul.order-list li .text-right {
	text-align: left !important;
}
ul.order-list li h3 {
	margin-bottom: 5px !important;
}
}
/* Order Total CSS */
.order-total {
	display: block;
	background: #666666;
}
.order-total, .order-total h1, .order-total h3 {
	color: #fff;
}
.order-total .btn:hover {
	color: #ff6a00 !important;
	background: #ffffff !important;
}
.order-total .btn-sm2:hover {
	color: #fff !important;
	background: #C1272D !important;
}
.promo-bl {
	width: 100%;
	display: inline-block;
	height: 60px;
	padding: 5px 8px;
	background: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.promo-bl .form-control {
	border: none;
}
@media screen and (max-width: 992px) {
.order-total, .order-total .text-right, .order-total h3 {
	text-align: center !important;
}
.order-total .btn {
	display: block;
	width: 100%;
}
}
/* Accordion CSS */
.card {
	margin-bottom: 10px;
	background: none;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-radius: 0;
}
.card.first {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
.card-header {
	margin: 0;
	padding: 20px 20px 10px 0;
	background: none;
	border-bottom: none;
}
.card-header h5 {
	position: relative;
	font-size: 18px;
	color: #666666;
	text-transform: none;
	cursor: pointer;
	font-family: 'aktiv-grotesk-extended', sans-serif !important;
	font-weight: 700;
}
.card-header h5::before {
	font-family: 'Font Awesome 5 Free' !important;
	content: "\f107";
	float: right;
	color: #CCCCCC;
	font-size: 20px !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.card-header.active h5:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 30px 10px 0;
}
@media screen and (max-width: 1024px) {
.card-header h5 {
	font-size: 16px;
	line-height: 24px;
}
}
/* Why Us CSS */
.whyus {
	display: block;
}
.whyus-item {
	display: block;
	text-align: center;
}
.whyus-item i {
	font-size: 40px;
	color: #C1272D;
}
.whyus-item h6 {
	text-align: center;
}
.whyus-item p {
	font-size: 14px;
	line-height: 18px;
}
/* ##########################################################  
-------------------------------------------------------------
					MODALS CSS
-------------------------------------------------------------
########################################################## */
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background: rgba(0,0,0,.3);
}
.modal-backdrop.show {
	opacity: 1
}
.modal-content {
	border: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.modal-body {
	padding: 90px 120px;
}
.close {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 30px;
	color: #000;
	text-shadow: none;
	opacity: 1;
	z-index: 9;
}
.close:hover {
	color: #C1272D !important;
	opacity: 1;
}
@media screen and (max-width: 992px) {
.modal-body {
	padding: 60px;
}
}
@media screen and (max-width: 576px) {
.modal-body {
	padding: 30px;
}
}
/* ##########################################################  
-------------------------------------------------------------
						CHECTOUT PAGES CSS
-------------------------------------------------------------
########################################################## */
.forgot-pass {
	padding-right: 20px;
}
.page-checkout {
	padding-top: 50px !important;
}
@media screen and (max-width: 576px) {
.page-checkout header .navbar-brand {
	float: none !important;
}
.page-checkout header .navbar-brand img {
	width: auto;
	height: 30px;
}
}
.checkout {
}
/* Progress Bar CSS */
ul.progressbar {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	counter-reset: step;
}
ul.progressbar li {
	position: relative;
	width: 25%;
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
ul.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
	text-indent: -99999px;
	background: #CCCCCC;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
ul.progressbar li.active:before {
	background: #C1272D;
}
ul.progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #CCCCCC;
	position: absolute;
	left: -50%;
	top: 10px;
	z-index: -1;
}
ul.progressbar li:first-child:after {
	content: none;
}
ul.progressbar ul {
	width: 65%;
	position: absolute;
	top: 5px;
	left: 65%;
	right: 0;
}
ul.progressbar li ul li:before {
	width: 12px;
	height: 12px;
	margin: 0 auto;
}
ul.progressbar li ul li:after {
	top: 5px;
}
@media screen and (max-width: 576px) {
ul.progressbar li:before {
	width: 16px;
	height: 16px;
}
ul.progressbar li:after {
	height: 1px;
	top: 8px;
}
ul.progressbar ul {
	top: 4px;
}
ul.progressbar li ul li:before {
	width: 10px;
	height: 10px;
}
}
/* Order Summary CSS */
@media screen and (max-width: 992px) {
#sidebar {
	padding-top: 0 !important;
}
}
.order-summary {
	padding: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.summary-list {
	display: block;
}
/*.summary-list .price {
	padding-right: 5px;
}
.summary-list.finish .price {
	padding-right: 0;
}*/
.summary-list .price i {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 14px;
	color: #CCCCCC;
}
.btn-back {
	margin: 7px 0;
	font-size: 18px;
	vertical-align: middle;
}
.error {
	color: #FF0000;
}
.form-control.error {
	border-color: #FF0000;
}
.add {
	position: relative;
	min-height: 30px;
	padding-left: 40px
}
.add i {
	position: absolute;
	left: 0;
	top: -5px;
	vertical-align: middle;
}
.add i.fa-plus-circle {
	font-size: 30px;
}
@media screen and (max-width: 576px) {
.order-summary {
	padding: 30px;
}
}

.nested-form {
	display: none;
	margin: 0 0 0 30px;
}

/*##################### Contact MAP ###################*/
.contact-map-container iframe{
	height: 100%;
	width: 100%;
    -webkit-filter: grayscale(99%);
       -moz-filter: grayscale(99%);
        -ms-filter: grayscale(99%);
         -o-filter: grayscale(99%);
            filter: grayscale(99%);
}
/*######################### Google Autocomplete ################################*/
.pac-icon{
  display: none;
}
/*######################## Custom CSS ################################*/
.custom-pt6{
	padding-top: 60px !important;
}
body .a-color-grey{
	color: #999999 !important;
}
body .a-color-grey:hover,body .btn.plan-btn:hover .a-color-grey:hover{
	color: #C1272D !important;
}
body .btn.plan-btn:hover .a-color-grey{
	color: #999999 !important;
}
.responsive-btn{
	padding: 10px 10px;
	white-space: normal;
}
.promo-bg{background-color: #666;}
.input-clr{background-color: #f7f2f1;}
.has-error input {
      border-width: 2px;
      border-color:#C1272D;
    }
    .validation.text-danger:after {
      content: 'Validation failed';
    }

    .validation.text-success:after {
      content: 'Validation passed';
    }
i.search-clr{left:unset;right:18px;top:15px;}
/*.plan-speed .plan-bl-inner mb2 mb1-md
{
	min-height: 515px;
}*/

.plan-speed .plan-bl-inner{
	min-height: 490px;
}
.plan-modem .plan-bl-inner{
	min-height: 530px;
}
.plan-call .plan-bl-inner{
	min-height: 553px;
}
.plan-sim .plan-bl-inner{
	min-height: 525px;
}
.btn-order:hover a {
	color: #C1272D !important;
	text-decoration: none !important;
}
/*serach*/
.pac-container{
    margin-top: -300px;
 }

/*custom css*/
.main-menu .nav li .heading
{
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 10px;
    color: #000;
    font-family: "aktiv-grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 72px;
    text-align: left;
    text-transform: uppercase;
    background: none;
    border: none;
}
h2#nbn-grand-total {
    color: #ffffff;
}

/*.main-menu .nav li .heading {
    font-size: 39px;
    line-height: 36px;
    padding-bottom: 6px;
}*/

.tab-content>.active{
	padding-top: 35px;
}

/* Error pages CSS*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  /*height: 240px;*/
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 50px;
}

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}
/* End Error Pages CSS*/
.mobile_banner{right:unset; left:0;}

@media screen and (min-width:1920px) {
	.banner-img{right:15em;}
	.mobile_banner{right:unset !important;left:10em;}
}

@media screen and (min-width:2200px) {
	.banner-img{right:25em;}
	.mobile_banner{right:unset !important;left:30em;}
}
/*@media screen and (max-width:2500px) {
	.banner-img{right:25em;}
	.mobile_banner{right:unset !important;left:32em;}
}*/
.fixed-top .nav {
    height: auto;
    width: auto;
    /* margin: 50px auto 0; */
	/*box-shadow: 0 2px 6px #333;*/
	box-shadow: rgba(0,0,0,0.2) 0px 0px 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.2);
}
div .fixed-top {
    top: 68px;
}
.main-heading{padding-top: 15px;}
.navbar .main-menu{font-family: "aktiv-grotesk", sans-serif;}
.navbar .main-menu .main-heading{font-family:"aktiv-grotesk", sans-serif !important;}
.card-text{text-align: justify;}
.left-text{text-align: left;}
ul.dotes li{
	margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    background: none !important;
    border: none !important;
    list-style: disc !important;
}
.btn-finish{
	padding: 9px 54px;
}
.success{
	font-size: 39px !important;
    line-height: 30px !important;
    color: #C1272D !important;
}
.input-group #amount{border-bottom-right-radius: 27px !important;
    border-top-right-radius: 27px !important;
}
.input-group-prepend #inputGroupPrepend {border-bottom-left-radius: 27px !important;
    border-top-left-radius: 27px !important;
}
#network_map h1{font-family:"aktiv-grotesk", sans-serif !important;}
#network_map h2{font-family:"aktiv-grotesk", sans-serif !important;}
/*.grecaptcha-badge {position: unset !important;}*/
div.plan-img img.img-fluid {
    max-height: 145px;
}
.monthlyprice{display: block;
    line-height: normal;}
small.help-block {
    margin-bottom: 0;
    font-size: 16px;
    color: #C1272D;
}
.top-padding {
	padding: 120px 0;
}
.customer-font{
	position: relative;
	display: block;
	font-size: 30px;
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "aktiv-grotesk", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	background: none;
	border: none;
	font-smooth:always;
}
.service-font{
	position: relative;
	font-size: 30px;
    display: block;
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: "aktiv-grotesk", sans-serif !important;
    font-weight: 400;
    /* text-align: left; */
    text-transform: uppercase;
    background: none;
    border: none;
}
.customerfooter {
	position: relative;
	margin: 0;
	padding: 60px 0 1px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.card-border{border:1px solid;color: #C1272D;}
.everyside-padding{padding: 5px 5px 5px 5px; }
.txt-clr{color: #C1272D;text-align:center;}
.page-item.active .page-link{
	background-color: #C1272D !important;
    border-color: #C1272D !important;
}
.bothside{ padding: 8px 1px 8px 1px; }
.textsize{ font-size: 20px !important; }
.fontcolor{color: #C1272D;}
.card-border{background: #C1272D;}
.icon{color: #00000 !important;}
.iconcolor{color: #FFF !important;}
.boxlink{background:#F0F3F4}
.panel-default{ border: #C1272D 1px solid}
.panel > .panel-heading {
    background-image: none;
    background-color: #C1272D;
    color: white;
    padding: 12px 0px 12px 27px;

}
ul.dashboardul li {list-style-type: square !important;}
.dashboardul{padding: 0px 0px 0px 20px !important;}
.setspece{padding: 20px 0px 0px 25px;}
.dataTables_wrapper .dataTables_paginate .paginate_button{ padding: 0.1em 0.1em !important}
.fonth2{font-size: 36px !important;line-height: 0px !important;}
.fonth1{font-size: 60px !important;line-height: 0px !important;}
.stateh2{font-size: 36px !important;}
/*table th{color: #C1272D !important;}*/

.genratepwd{border: groove 1px;
    padding: 60px 45px 60px 45px;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 9px 9px;
    border-color: #C1272D;
}

.loadge-txt{background: #C1272D;
    color: #FFFFFF;
    padding: 10px 16px 10px 18px;}

.txt-clr{color:#FFFFFF;}
/*.page-link{color: #C1272D;}*/
.modal-body-size{padding: 90px 102px;}
.model-top{margin-top: 10em;}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}
 
 
 
 .input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 38px;
  text-align: center;
	font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
	padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.fixed-index{
	z-index: -1;
    position: fixed;
}