@charset "utf-8";

/*

[Main Stylesheet]

Project Name    : Link3 Technologies Ltd   
Company  		: Link3 Technologies Ltd
Desgined By     : Link3
Developed By    : Link3

* This file contains the styling for the actual Template, this
is the file you need to edit to change the look of the
Template.

*/


/*-------------- Google Font ------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

/*-------------- Defalts Css ------------------*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
}
body.box-style {
	background: url(assets/images/body-bg.png) repeat left top #fff;
}
body.box-style .main-wrapper {
	margin: 0 auto;
	max-width: 1170px;
	box-shadow: 0px 0px 15px 2px rgba(100,100,100,0.9);
	background-color: #fff;
}
a {
	outline: none;
}
a, .logo, .scrollup,  header,  header.sticky,  .header-area, .header-top-area, .mainmenu, .mainmenu ul li ul, .header-search-bar, .header-search-bar .search-box, .wshipping-button, .homepage-slides .owl-nav div, .signup-btn, header.sticky .header-top-area, .wireless-tab .tab-pane, .wireless-tab .tab-pane.active, .owl-nav div, .only-bot-border, .add-btn, .form-btn, .latest-gallery:after, .team-figure, .team-block:hover .team-figure, .btn, .footer-menu ul li, .language ul li ul li:hover a, .footer-menu ul li {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
img {
	max-width: 100%;
}
h1 {
	font-size: 42px;
	font-family: 'Roboto Condensed', sans-serif;
}
h2 {
	font-size:42px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h2.heading2-border, h3.heading3-border, h4.heading4-border {
	position: relative;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 30px;
}
h2.heading2-border {
	font-weight: 500;
}
h3.heading3-border {
	font-weight: 400;
}
h4.heading4-border {
	font-weight: 400;
}
h2.heading2-border:before, h3.heading3-border:before, h4.heading4-border:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	height: 2px;
	background-color: #a3001c;
	content: "";
}
h2.heading2-border:after, h3.heading3-border:after, h4.heading4-border:after {
	position: absolute;
	left: 30px;
	bottom: 0px;
	width: 90px;
	height: 2px;
	background-color: #eb0028;
	content: "";
}
/*-------------- important Css ------------------*/

.pt0 {
	padding-top: 0px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb65 {
	padding-bottom: 65px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.bgnone {
	background: none !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.space40 {
	height: 40px;
}
.space60 {
	height: 60px;
}
.separetor {
	height: 1px;
	background-color: #d6d6d6;
	margin: 15px 0px;
}
a#skiptocontent, a#skiptocontent:hover, a#skiptocontent:visited {
	position: absolute;
	top: -500;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #eb0028;
}
a#skiptocontent:active, a#skiptocontent:focus {
	position: static;
	width: auto;
	height: auto;
}
/*-------------- Background Css ------------------*/

.single-banner {
	background-image: url(assets/images/retail-banner.jpg);
}
.coverage-block {
	background-image: url(assets/images/coverage-bg.jpg);
}
.selfcare-block {
	background-image: url(assets/images/selfcare-bg.png);
}

/*-------------- Preloader Css ------------------*/

.page-site-preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}
.page-site-preloader .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0px;
	margin-top: -20px;
	margin-left: -20px;
}
.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #243e90;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
 @-webkit-keyframes sk-bounce {
 0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0)
}
 50% {
 transform: scale(0.0);
 -webkit-transform: scale(1.0)
}
}
 @keyframes sk-bounce {
 0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
50% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
/*-------------- Scroll Top Css ------------------*/

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 60px;
	right: 50px;
	display: none;
	color: #fff;
	z-index: 3;
	background-color: rgba(0,0,0,0.8);
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 24px;
	cursor: pointer;
}
.scrollup:hover {
	background-color: rgba(239,32,56,0.8);
	color: #fff;
}
/********************** Home Page Css **********************/

/*-------------- Header Top Css ------------------*/

header:after {
	content: "";
	display: block;
	clear: both;
}
.header-top-area {
	background-color: #172433;
	padding: 10px 0px;
}
.header-top-area a:hover {
	text-decoration: none;
	opacity: .8;
}
.header-top-area, .header-top-area a {
	color: #eeeeee;
}
.top-contact {
	padding-top: 0px;
	line-height: 14px;
}
.top-contact i.fa {
	color: #0479fc;
	margin-right: 6px;
}
.top-contact a {
	display: inline-block;
	padding: 0px 15px 2px 12px;
	line-height: 14px;
	color:#eeeeee;
	position:relative;
}
.top-contact a:before{
	position:absolute;
	left:-1px;
	top:0px;
	width:1px;
	height:100%;
	display:block;
	background-color:#757575;
	content:"";
}
.top-contact a:first-child {
	padding-left: 0px;
}
.top-contact a:first-child:before {
	display:none;
}
.top-contact a:last-child {
	background: none;
	padding-right: 0px;
}
.top-nav {
	background: none;
	padding-top:3px;
}
.top-nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:flex;
	justify-content:flex-end;
}
.top-nav ul li{
	padding-left:1px;
}
.top-nav ul li a{
	color:#fff;
	display:block;
	padding:0px 15px;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Roboto Condensed', sans-serif;
	position:relative;
	line-height:12px;
}
.top-nav ul li a:before{
	position:absolute;
	left:-1px;
	top:0px;
	width:1px;
	height:100%;
	display:block;
	background-color:#fff;
	content:"";
}
.top-nav ul li:last-child a {
	padding-right:0px;
}
.top-nav ul li:first-child a:before {
	display:none;
}
.top-nav ul li a:hover{
	color:#0479fc;
}
/*-------------- Header Main Css ------------------*/

.header-area {
	background-color: #fff;
	border-top: 3px solid rgb(0, 88, 188);
}
.logo {
	float: left;
}
.logo img {
	float: left;
}
.logo a:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/*-------------- Main Menu Css ------------------*/

.mainmenu {
	float: right;
}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
.mainmenu > ul {
	display:flex;
}
.mainmenu ul li {
	display: inline-block;
	position: relative;
}
.mainmenu > ul > li {
	padding:21px 0px;
}
.mainmenu ul li a {
	display: block;
	color: #303030;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	padding:12px 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
.mainmenu ul li:last-child a {
	border-bottom: 0px;
}
.mainmenu > ul > li:hover > a {
	text-decoration: none;
	background-color: #f3f3f3;
}
.mainmenu ul li ul {
	position: absolute;
	left: 0px;
	top: 112px;
	background-color: #f3f3f3;
	width: 260px;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.mainmenu ul li ul li {
	display: block;
}
.mainmenu ul li ul li a {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainmenu ul li ul > li:hover > a, .mainmenu ul li ul li ul > li:hover > a {
	background-color: #1a4472;
	text-decoration: none;
	color: #fff;
}
.mainmenu ul li:hover > ul, .mainmenu ul li ul li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	z-index: 999;
	visibility: visible;
	top: 100%;
}
.mainmenu ul li ul li > ul {
	left: 100%;
	top: 80px;
}
.mainmenu ul li ul li:hover > ul {
	top: 0px;
}
.mainmenu ul li:last-child ul li > ul, .mainmenu ul li:nth-last-child(2) ul li > ul {
	left: -100%;
}
.mainmenu ul li.nav-active > a {
	background-color: #f3f3f3;
	text-decoration: none;
	color: #003797;
}
.mainmenu ul li.nav-active > ul li.chaild-active a {
	background-color: #1a4472;
	color: #fff;
}
.header-search-bar {
	float: right;
	position: relative;
	padding: 44px 0px;
	margin-left: 20px;
	width: 40px;
}
.header-search-bar span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #064892;
	line-height: 40px;
	top: 50%;
	margin-top: -20px;
	right: 0px;
	cursor: pointer;
	font-size: 16px;
}
.header-search-bar .search-box {
	border: 1px solid #cccccc;
	height: 36px;
	width: 200px;
	position: absolute;
	bottom: -36px;
	right: 0px;
	padding: 0px 10px;
	left: inherit;
	top: inherit;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
}
.mobile-menu-wrapper {
	display: none;
	float: right;
}
.slicknav_menu {
	padding: 0px;
	background: none;
	font-size: 14px;
	position: relative;
	margin-top: 12px;
}
.slicknav_btn {
	margin: 0px;
	padding: 10px;
	border-radius: 3px;
	background-color: #034ea2;
}
.slicknav_menu .slicknav_menutxt {
	text-shadow: 0px 1px 1px #026387;
	display: none;
}
.slicknav_menu .slicknav_icon-bar {
	height: 2px;
	width: 20px;
	border-radius: 0px;
}
.slicknav_menu .slicknav_icon {
	margin: 0px;
	width: auto;
	height: auto;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
	box-shadow: none;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 4px;
}
.slicknav_nav {
	background: #034ea2;
	border-radius: 2px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 36px;
	z-index: 99;
}
.slicknav_nav a {
	margin: 0px;
	border-radius: 0px;
	padding: 7px 10px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}
.slicknav_nav li:hover a, .slicknav_nav li:hover .slicknav_row {
	border-radius: 0px;
	background: #023268;
	color: #fff;
}
.slicknav_nav li.nav-active > a {
	border-radius: 0px;
	background: #c60122;
	color: #fff;
}
.slicknav_menu .slicknav_arrow {
	display: none;
}
.slicknav_nav .slicknav_row {
	margin: 0px;
	padding: 7px 10px;
}
.slicknav_nav .slicknav_open {
	background-color: #023268;
}
.slicknav_nav .slicknav_open ul li:hover a {
	color: #fff;
	text-decoration: none;
	background-color: #023268;
}
.slicknav_nav .slicknav_open ul li.nav-active a {
	background-color: #023268;
}
.slicknav_nav ul {
	margin: 0px;
}
.slicknav_nav ul li a {
	padding-left: 25px;
}
/*-------------- Slider Css ------------------*/

.homepage-slides-wrapper {
	position: relative;
	clear: both;
}
.single-slide-item {
	background-size: cover;
	background-position: center;
	background-color: #064892;
	height: 580px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.slider-overlay:before {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	content: "";
	width: 100%;
	height: 100%;
}
.single-slide-item h2 {
	color: #eb0028;
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
}
.single-slide-item h3 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
}
.single-slide-item p {
	font-size: 16px;
	color: #fff;
}
.item-table {
	display: table;
	width: 100%;
	height: 100%;
}
.item-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.main-button {
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #eb0028;
	padding: 12px 30px;
	border: 0px;
}
.main-button:hover {
	text-decoration: none;
	background-color: #3b3b3b;
	color: #fff;
}
.main-button.cta-btn {
	margin-top: 20px;
}
.main-button.slide-btn {
	margin-top: 20px;
}
.homepage-slides .owl-nav div {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: rgba(42,42,42,0.6);
	top: 50%;
	margin-top: -30px;
	border-radius: 4px;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 32px;
	display: block;
	text-align: center;
	line-height: 60px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.homepage-slides .owl-nav div.owl-prev {
	left: 40px;
}
.homepage-slides .owl-nav div.owl-next {
	right: 40px;
}
.homepage-slides:hover .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.homepage-slides .owl-nav div:hover {
	background-color: rgba(235,0,40,0.6);
}
.single-banner {
	background-size: cover;
	background-position: center;
	background-color: #064892;
	position: relative;
	padding:30px 0px;
}
.single-banner .container{
	display:flex;
	justify-content:flex-end;
}
.banner-caption {
	color:#fff;
	font-size:16px;
	text-align:right;
	background-color:rgba(57,37,83,0.55);
	max-width:530px;
	padding:25px;
}
.banner-caption h2{
	color:#fa0064;
	font-size:52px;
	text-transform:uppercase;
	line-height:24px;
	margin-bottom:20px;
}
.banner-caption h3{
	color:#fff;
	font-size:36px;
	text-transform:uppercase;
	line-height:42px;
}
.banner-price{
	display:flex;
	justify-content:flex-end;
}
.banner-price-holder{
	color:#81e104;
	font-size:100px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	padding-top:20px;
	padding-bottom:10px;
	line-height: 52px;
	position:relative;
}
.banner-price-holder sup{
	font-size:42px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	display:inline-block;
	margin-top:-10px;
	margin-right:-10px;
	line-height:32px;
	position:absolute;
	left:-45px;
	top:6px;
}
.banner-price-holder span{
	color:#fff;
	font-weight:300;
}
.banner-price-holder span small{
	font-size:32px;
	text-transform:lowercase;
}
.banner-caption p{
	line-height:22px;
	font-weight:300;
}
.banner-caption p strong{
	color:#81e104;
	font-weight:300;
}
.banner-btn{
	color:#392553;
	background-color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	padding:10px 35px;
	display:inline-block;
	border-radius:3px;
}

/*-------------- Section Css ------------------*/

.page-content-block {
	padding: 80px 0px;
	background-color: #fff;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	margin-top: 0px;
	margin-bottom:15px;
}
.section-title p{
	font-size:16px;
}
.section-title p strong{
	color: #1c86f2;
	font-weight:normal;
}


/*-------------- Package Css ------------------*/

.package-section {
	padding-top:30px;
}
.package-section .owl-nav div {
	display:block;
	width:50px;
	height:50px;
	color: #222;
	background-color: #ECECEC;
	line-height:50px;
	font-size:32px;
	margin: 0px;
	text-align:center;
	position:absolute;
	top:50%;
	border-radius:3px;
}
.package-section .owl-nav div:hover {
	background-color: #224594;
	color: #fff;
}
.package-section .owl-nav div.owl-prev{
	left:-40px;
}
.package-section .owl-nav div.owl-next{
	right:-40px;
}
.package-section.owl-carousel .owl-item img{width:auto;}
.package-item {
	border:1px solid #989b9d;
	border-radius:5px;
	font-family: 'Roboto Condensed', sans-serif;
	margin:0px 15px;
}
.package-title {
	color:#fff;
	padding: 5px 15px 10px;
	font-size:34px;
	line-height:normal;
	text-transform:uppercase;
}
.package-title img{
	max-height:76px;
	margin-bottom: 5px;
}
.package-title span{
	font-size:17px;
	display:block;
}
.package-title-color1{
	background-color:#3b56aa;
}
.package-title-color2{
	background-color:#243e90;
}
.package-title-color3{
	background-color:#11245e;
}
.package-title-color4{
	background-color:#001451;
}
.package-title-color5{
	background-color:#010f38;
}
.package-content {
	padding: 20px;
	min-height: 285px;
}
.package-content h4 {
	color: #444444;
	position: relative;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size:24px;
	font-weight:400;
}
.package-content h4 strong {
	color:#131646;
	font-size:40px;
	font-weight:600;
}
.package-content h5 {
	font-size:20px;
	color:#010101;
	min-height:44px;
}
.package-price{
	display:flex;
}
.package-price-holder{
	color:#236bce;
	font-size:52px;
	text-transform:uppercase;
	font-weight:600;
	padding-left:40px;
	margin:25px 0px 10px;
	line-height:40px;
	position:relative;
	letter-spacing: -2px;
}
.package-price-holder sup{
	font-size:36px;
	font-weight:600;
	display:inline-block;
	margin-top:-10px;
	margin-right:-10px;
	line-height:32px;
	position:absolute;
	left:0px;
	top:7px;
	color:#414141;
	letter-spacing: -1px;
}
.package-price-holder span{
	color:#414141;
	font-weight:300;
	letter-spacing:0px;
}
.package-price-holder span small{
	font-size:20px;
	text-transform:lowercase;
}
.signup-btn{
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	background-color:#11245e;
	padding:8px 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.signup-btn:hover {
	text-decoration: none;
	color: #fff !important;
}
.signup-btn:before{
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #243e90;
	z-index: -2;
	display: block;
	border-radius: 4px;
}
.signup-btn:hover:before{
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
	z-index: -1;
}
.package-condition {
	border:1px solid #a6cfe2;
	border-radius:5px;
	background-color:#f4fcff;
	margin-top:70px;
	position:relative;
	padding:20px 35px 35px;
}
.package-condition ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.package-condition ul li{
	margin-top:15px;
	padding-left:30px;
	position:relative;
}
.package-condition ul li:before{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	content: "\f00c";
	font-family:'FontAwesome';
	color:#5c3592;
}

/*-------------- Coverage Css ------------------*/

.coverage-block{
	background-size: cover;
	background-position: center;
	background-color: #0970b2;
	position: relative;
	padding:0px;
	color:#fff;
}
.coverage-block .container{
	z-index:1;
}
.coverage-block h3{
	font-weight:400;
	text-transform:uppercase;
	font-size:42px;
	font-family: 'Roboto', sans-serif;
}
.coverage-btn{
	font-weight:500;
	color:#034082;
	text-transform:uppercase;
	background-color:#f5efef;
	display:inline-block;
	border-radius:3px;
	padding:10px 35px;
	position:relative;
	margin-top:25px;
}
.coverage-btn:after{
	position:absolute;
	text-transform:uppercase;
	background-color:#03376e;
	content:"";
	border-radius:3px;
	bottom:-3px;
	width:100%;
	height:100%;
	left:0px;
	display:block;
	z-index:-1;
}
.coverage-btn:hover{
	color:#fff;
	background-color:#03376e;
	text-decoration:none;
}
.coverage-btn:hover:after{
	background-color:#032548;
}

/*-------------- Install Process Css ------------------*/

.install-video{
	border:10px solid #d0d0d0;
}
.process-step{
	padding-left:70px;
}
.process-step ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
    counter-reset: section;
}
.process-step ul li{
	margin-bottom:20px;
	display:flex;
	position:relative;
}
.process-step ul li:before{
	counter-increment: section;
    content: counter(section);
	display:block;
	position:absolute;
	width:30px;
	left:-30px;
	color:#878787;
	font-size:48px;
	top:0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.process-step ul li:last-child{
	margin-bottom:0px;
}
.process-step ul li h3{
	font-size:24px;
	color:#034ea2;
	line-height:18px;
}
.process-step ul li p{
	line-height:22px;
}
.process-step ul li:last-child p{
	margin-bottom:0px;
}
.process-step ul li .process-icon{
	padding-right:20px;
}
.process-step ul li .process-icon img{
	max-width:36px;width:auto;
}

.check-btn{
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	background-color:#262261;
	display:inline-block;
	border-radius:3px;
	padding:10px 35px;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
}
.check-btn:hover{
	color:#fff;
	background-color:#383199;
	text-decoration:none;
}

/*-------------- Selfcare Css ------------------*/

.selfcare-sec{
	background-color: #edece7;
}
.selfcare-block{
	background-color: #363094;
	border-radius:5px;
	color:#fff;
	background-position:right top;
	background-repeat:no-repeat;
}
.seflcare-holder{
	padding-left:100px;
}
.selfcare-block h3{
	font-size:42px;
	font-weight:400;
	margin-bottom:15px;
}
.selfcare-block p{
	font-size:20px;
	font-weight:300;
}
.selfcare-hand{
	padding:60px 0px 0px 0px;
}
.take-btn{
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	background-color:#1e1a5c;
	display:inline-block;
	padding:10px 15px;
	position:relative;
	font-size:20px;
}

/*-------------- Wireless Css ------------------*/

.router-item{
	padding:0px 15px 15px;
}
.router-item a{
	border-radius: 5px;
	border:1px solid #c6c6c6 !important;
	display:block;
	color:#00002f;
	box-shadow:0px 2px 5px rgba(167,167,167,0.4);
	padding:10px 15px;
	text-align:center;
}
.router-item h3{
	font-size:20px;
	text-transform:uppercase;
	margin-top:10px;
}
.router-item a:hover{
	background-color:#FFFCFC;
	box-shadow:0px 2px 8px rgba(35,141,217,0.7);
	text-decoration:none;
}
.router-item a img{
	display:inline-block !important;
	width:auto !important;
}
.router-sec-popup {
  max-width:1024px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
  display:none;
  margin-top:70px;
  padding:25px;
}
.router-sec .owl-dots{
	text-align:center;
}
.router-sec .owl-dots .owl-dot{
	display:inline-block;
}
.router-sec .owl-dots .owl-dot span{
	background-color:#C8C7C7;
	border-radius:5px;
	height:6px;
	display:block;
	margin:0px 5px;
	width:30px;
}
.router-sec .owl-dots .owl-dot.active span{
	background-color:#064892;
}
.wireless-holder{
	padding: 15px 0px;
	border-bottom: 1px dashed #ADADAD;
}
.wireless-holder h3{
	font-size:32px;
}
.wireless-holder h2{
	font-size:42px;
	font-weight:400;
	margin-top:20px;
	color:#212994;
}
.wireless-holder h4{
	font-size:20px;
	line-height:26px;
	font-weight:400;
	color:#161616;
}
.wireless-holder p{
	color:#212994;
	margin-bottom:0px;
}
.wireless-holder .wireless-price{
	font-size:42px;
	padding-top:25px;
}
.wireless-holder .wireless-price span{
	font-size:18px;
}
a.more-btn{
	font-weight:400;
	color:#f7f5fa;
	background-color:#212994;
	display:inline-block;
	padding:8px 15px;
	font-size:16px;
	margin-top:20px;
	border-radius:3px;
	text-decoration:none;
}
.more-btn:hover{
	text-decoration:none;
	color:#fff;
	background-color:#111872;
}
.wireless-holder a.more-btn{display:none;}
.wireless-border-right{
	position:relative;
}
.wireless-border-right:after{
	position:absolute;
	width:2px;
	height:100%;
	content:"";
	display:block;
	right:-1px;
	top:0px;
	background:url(assets/images/wireless-border-bg.png) repeat-y left top;
}
.wireless-border-right:last-child:after{
	display:none;
}

/*-------------- Counter Css ------------------*/

.counter-section{background-color:#2a729c;padding:0px;}
.counter-block{display:flex;}
.counter-holder{width:25%;color:#fff;text-align:center;padding:30px 0px;position:relative;}
.counter-holder:before{position:absolute;left:-60px;top:0px;width:60px;height:100%;content:"";display:block;opacity:0.7;
background: #2a729c; /* Old browsers */
background: -moz-linear-gradient(left, #2a729c 0%, #125277 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #2a729c 0%,#125277 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2a729c 0%,#125277 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a729c', endColorstr='#125277',GradientType=0 ); /* IE6-9 */
}
.counter-holder:last-child:after{position:absolute;right:-60px;top:0px;width:60px;height:100%;content:"";display:block;opacity:0.7;
background: #2a729c; /* Old browsers */
background: -moz-linear-gradient(left, #125277 0%, #2a729c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #125277 0%,#2a729c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #125277 0%,#2a729c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125277', endColorstr='#2a729c',GradientType=0 ); /* IE6-9 */
	}	
.counter-holder span{display:inline-block;}                          
.counter-holder span.icon{font-size:20px;margin-right:10px;width:44px;height:44px;line-height:44px;text-align:center;background-color:#15567c;border-radius:3px;vertical-align:middle;position:relative;z-index:2;}
.counter-holder span.icon img{max-width:28px;}
.counter-holder span.counter, .counter-holder span.k{font-size:32px;font-weight:600;line-height:40px;position:relative;z-index:2;vertical-align:middle;}
.counter-holder span.k{margin-left:3px;}
.counter-holder h5{margin-top:10px;font-size:16px;position:relative;z-index:2;margin-bottom:0px;font-weight:500;text-transform:uppercase;}


/*-------------- Page Footer Css ------------------*/

.site-footer {
	clear: both;
}
.footer-top-area {
	background-color: #111828;
	padding: 30px 0px;
}
.footer-top-area, .footer-top-area a {
	color: #f1f1f1;
}
.footer-top-area a:hover {
	color: #009cff;
	text-decoration: none;
}
.footer-wiz {
	padding: 20px 0px;
}
.footer-wiz h3 {
	color: #fefefe;
	margin-top: 0px;
	position: relative;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 40px;
	font-weight:400;
}
.footer-wiz h3:before {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #1365bb;
	left: 0px;
	bottom: -10px;
	content: "";
	width: 70px;
}
.footer-wiz ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer-wiz ul li {
	padding-bottom: 5px;
}
.footer-wiz ul.footer-contact li {
	color: #009cff;
}
.footer-wiz ul.footer-contact li a {
	color: #009cff;
}
.footer-wiz ul.footer-contact li i.fa {
	padding-right: 4px;
	color: #a7a7a7;
}
.footer-menu ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer-menu ul li {
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	width:48%;
}
.footer-menu ul li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\f105";
	font-family: 'FontAwesome';
}
.footer-menu ul li:hover {
	padding-left:20px;
}
.footer-menu ul li:hover a {
	color: #009cff;
}
.footer-menu ul li:hover:before {
	color: #009cff;
}
.footer-menu ul li:hover {
	padding-right: 20px;
}
.footer-wiz ul.open-hours li {
	border-bottom: 1px dashed #272e3f;
	padding: 10px 0px;
	display:flex;
}
.footer-wiz ul.open-hours li span{
	display:inline-block;
	width:100%;
}
.footer-wiz ul.open-hours li span:last-child{
	text-align:right;
}
.footer-wiz ul.open-hours li:first-child {
	padding-top: 0px;
}
.bottom-social-block{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.bottom-social{
	width:48%;
}
.bottom-social ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.bottom-social ul li{
	margin-bottom:10px;
	background-color:#0a0f1c;
	position:relative;
	line-height:36px;
	padding:0px;
}
.bottom-social ul li a, .bottom-social ul li a .fa{
	color:#fff;
}
.bottom-social ul li .fa{
	width:36px;
	height:36px;
	margin-right:8px;
	text-align:center;
	line-height:36px;
}
.bottom-social ul li .fa-user-circle-o{
	background-color:#0d765f;
}
.bottom-social ul li .fa-headphones{
	background-color:#9840a0;
}
.bottom-social ul li .fa-money{
	background-color:#5328ac;
}
.bottom-social ul li .fa-user-plus{
	background-color:#0688a9;
}
.bottom-social ul li .fa-facebook{
	background-color:#395ba3;
}
.bottom-social ul li .fa-youtube{
	background-color:#ce1313;
}
.bottom-social ul li .fa-linkedin{
	background-color:#0077b5;
}
.bottom-social ul li .fa-instagram{
	background-color:#b92986;
}
.footer-bottom-area {
	background-color: #060b16;
	color: #f1f1f1;
	font-size: 11px;
	text-transform: uppercase;
	padding: 25px 0px;
	border-top:1px solid #182238;
}
.footer-bottom-area span{
	color: #05a7f3;
}
.footer-bottom-nav {
	background: none;
	padding-top:10px;
}
.footer-bottom-nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:flex;
	justify-content:flex-end;
}
.tfooter-bottom-nav ul li{
	padding-left:1px;
}
.footer-bottom-nav ul li a{
	color:#f1f1f1;
	display:block;
	padding:0px 10px;
	text-transform:uppercase;
	font-size:11px;
	position:relative;
	line-height:8px;
}
.footer-bottom-nav ul li a:before{
	position:absolute;
	left:-1px;
	top:0px;
	width:1px;
	height:100%;
	display:block;
	background-color:#f1f1f1;
	content:"";
}
.footer-bottom-nav ul li:last-child a {
	padding-right:0px;
}
.footer-bottom-nav ul li:first-child a:before {
	display:none;
}

/********************** Search Css **********************/

/*-------------- Breadcroumb Css------------------*/

.page-inner-banner {
	background-color:#141b45;
	color: #fff;
	padding:0px;
}

/*-------------- Search Css------------------*/

.coverage-search {
	padding:60px 0px;
}
.coverage-search h1{
	font-size:32px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:10px;
}
.coverage-srch-holder {
	background-color:#fbfbfb;
	border-radius:3px;
	padding:3px;
	display:flex;
}
.coverage-srch-holder span{
	display:block;
	flex-grow:8;
}
.coverage-srch-holder span:first-child{
	width:100%;
}
.coverage-srch-holder .form-input{
	padding:10px 15px;
	border:0px;
	width:100%;
}
.coverage-srch-holder .form-submit{
	padding:10px 15px;
	border:0px;
	border-radius:3px;
	color:#fff;
	background-color:#1d287b;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	cursor:pointer;
}

/*-------------- coverage Address Css------------------*/

.steps fieldset {
	border: 0 none;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	text-align:center;
}
.steps fieldset:not(:first-of-type) {
	display: none;
}
.inner-box-block{
	text-align:left;
}
.inner-box-block h3{
	color:#088d99;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:32px;
	margin-bottom:20px;
}
.inner-box-holder{
	color:#222;
	background-color:#eeeeee;
	padding:30px 40px;
}
.coverage-address-block .form-group label{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	margin-bottom:5px;
}
.coverage-address-block .form-group p{
	font-size:16px;
}
.inner-box-holder .form-control.only-bot-border{
	background:none;
	border:0px;
	border-radius:0px;
	margin-bottom:10px;
	line-height:24px;
	padding:0px 10px 5px;
	border-bottom:1px solid #222222;
	box-shadow:none !important;
}
.only-bot-border:focus{
	background-color:#dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
.nextBackBtn{
	text-align:center;
	margin-top:30px;
}
.form-btn{
	color:#fff;
	background-color:#092f3c;
	font-size:24px;
	text-transform:uppercase;
	border:0px;
	padding:8px 25px;
	margin:0px 5px;
	font-family: 'Roboto Condensed', sans-serif;
	cursor:pointer;
}
.previous{
	background-color:#092f3c;
}
.next{
	background-color:#2c99bd;
}
.form-btn:hover{
	background-color:#2e76c6;
}
.form-group p{
	color:#515151;
}

/*-------------- Subscription Details Css------------------*/

.subscription-top-block{
	padding:30px 15px 20px;
}
.subscription-top-block h3{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.subscription-top-block p{
	line-height:18px;
	margin-bottom:10px;
}
.subscription-top-status{
	display:flex;
	padding-top:5px;
}
.subscription-top-status span{
	display:block;
	border-right:1px solid #3a489c;
	padding:0px 10px 2px;
	line-height:14px;
}
.subscription-top-status span:first-child{
	padding-left:0px;
}
.subscription-top-status span:last-child{
	padding-right:0px;
	border-right:0px;
}
.subscription-top-status span strong{
	font-size:16px;
	font-weight:400;
}
.subscription-top-discount{
	background-color:#3a489c;
	text-transform:uppercase;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:5px 10px;
	margin-top:30px;
}
.subscription-top-discount span{
	font-size:26px;
}
.sub-price{
	color:#1bc45b;
	text-transform:uppercase;
	font-size:28px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:10px;
	font-weight:500;
}
.subscription-top-block h4{
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:7px;
	line-height: 18px;
}
.subscription-top-block h4 span{
	font-size:18px;
	color:#13b3c6;
}

/*-------------- Something Extra Css------------------*/

.extra-block{
	display:flex;
	background-color:#eeeeee;
	margin-bottom:15px;
}
.extra-block:last-child{
	margin-bottom:0px;
}
.extra-block-left{
	border-right:15px solid #fff;
	width:72%;
	padding:30px 10px 0px 30px;
}
.extra-block-left h4{
	font-size:24px;
	color:#222;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
}
.extra-block-left h4 span{
	display:inline-block;
	padding-left:20px;
}
.extra-select{
	border:1px solid #c7c7c7;
	background-color:#fff;
	color:#222;
	font-size:18px;
	padding:6px 10px;
}
.extra-select option{
	padding:5px 7px;
}
.extra-details{
	display:flex;
}
.extra-details-icon{
	padding-right:25px;
	padding-bottom:15px;
}
.extra-details-icon img{
	max-width:200px;
}
.extra-details-des{
	padding-top:10px;
}
.extra-details-des ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-bottom:15px;
}
.extra-details-des ul li{
	position:relative;
	padding-bottom:4px;
	padding-left:25px;
	font-size:13px;
}
.extra-details-des ul li:before{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	content: "\f00c";
	font-size:13px;
	color:#0a9eab;
	font-family:'FontAwesome';
}
.extra-details-des p{
	font-size:12px;
	font-style:italic;
}
.extra-block-right{
	width:28%;
	text-align:center;
}
.extra-block-right h2{
	color:#222222;
	font-size:52px;
	font-weight:600;
	text-transform:uppercase;
}
.extra-block-right h2 span{
	font-size:16px;
	text-transform:lowercase;
}
.extra-block-right h4{
	font-size:22px;
	color:#6d6c6c;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.add-btn{
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 30px;
	background-color:#2c99bd;
	border:0px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:2px;
	cursor:pointer;
}
.add-btn:hover{
	background-color:#092f3c;
}

/********************** Personal Details CSS **********************/

.process-block{
	color:#919090;
	background-color:#f2f2f2;
	padding:20px 0px;
}
#progressbar {
	margin: 0px;
	counter-reset: step;
	z-index: 1;
	display:flex;
	padding:0px;
}
#progressbar li {
	list-style-type: none;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
	width: 25%;
	position: relative;
	line-height:62px;
}
#progressbar li span {
	display:inline-block;
	width:56px;
	height:56px;
	background: #cccccc;
	border-radius: 50%;
	position:relative;
	text-align:center;
	margin-right:10px;
}
/*#progressbar li:after{
	width:54px;
	height: 54px;
	display: block;
	position:absolute;
	left:0px;
	top:0px;
	background: #fff;
	border-radius: 50%;
	border:4px solid #cccccc;
	content:"";
}*/
#progressbar li span:before {
	content: counter(step);
	counter-increment: step;
	width:48px;
	height:48px;
	line-height:40px;
	text-align:center;
	display: block;
	font-size: 26px;
	color: #fff;
	background: #cccccc;
	border:4px solid #fff;
	border-radius: 50%;
	position:absolute;
	left:4px;
	top:4px;
	font-weight: bold;
	z-index: 1;
	font-family: 'Roboto Condensed', sans-serif;
}
#progressbar li.active {
	color:#222;
}
#progressbar li.active span{
	background-color:#067dc9;
}
#progressbar li.active span:before{
	background-color:#067dc9;
}
#progressbar li.active:after{
	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #f2f2f2;
	position:absolute;
	left:50%;
	margin-left:-7px;
	bottom:-30px;
	content:"";
	display:block;
}
#progressbar li.active-arrow:after{
	display:none;
}
#progressbar li.active:last-child span:before {
	content: "\f00c";
	font-family: 'FontAwesome';
}
fieldset .form-btn {
	margin-top:30px;
}
.inner-box-holder label {
	color:#222222;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}
.inner-box-holder label span{
	color:#646464;
	font-size:14px;
}
.inner-box-holder .form-control {
	border-color:#b0b0b0;
	border-radius:0px;
	box-shadow:2px 2px 4px rgba(171,171,171,0.5);
	font-size:16px;
	color:#424242;
	line-height:26px;
}
select.form-control:not([size]):not([multiple]) {
	height:44px;
}
.inner-box-holder .form-control:disabled {
	background-color:#fff;
}
.error1 {
	color: #FF0004;
}
.terms-check {
	margin: 20px 0px;
}
input[type=checkbox].css-checkbox {
	display: none;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 30px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/check-box2.png);
}
input[type=radio].css-checkbox {
	display: none;
}
input[type=radio].css-checkbox + label.css-label {
	padding-left: 30px;
	height: 20px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom:0px;
}
input[type=radio].css-checkbox:checked + label.css-label {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/check-box2.png);
}
label.css-label {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/check-box.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.terms {
	width: 100%;
	height: 240px;
	overflow-y: auto;
	border: 1px solid #b0b0b0;
	margin: 30px 0px 10px;
	padding: 15px 20px;
	color: #5f5f5f;
	font-size: 13px;
	background-color:#fff;
}
.terms p {
	margin-bottom: 10px;
	line-height: 20px;
}
.promotion-block{
	padding:60px 0px 30px;
}
.promotion-block h3{
	margin-bottom:30px;
}

/********************** Billing Payment css **********************/

.you-have-added-holder{
	background-color:#eeeeee;
	text-transform:uppercase;
	padding:15px;
	margin-bottom:15px;
}
.you-have-added-holder h5{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	margin:0px;
}
.you-have-added-holder h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:32px;
	margin:0px;
	margin-top:5px;
	color:#135681;
}
.payment-method-holder{
	padding:30px;
	border:1px solid #b4b4b4;
	box-shadow:3px 3px 6px 0px rgba(168,168,168,0.6);
	text-align:center;
}

/********************** Pick A Date css **********************/

.pick-date{
	background-color:#eeeeee;
	display:flex;
}
.pick-date-left{
	background-color:#088d99;
	width:30%;
	padding:40px 30px;
}
.pick-date-left h2{
	border-bottom:2px solid #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:80px;
	color:#fff;
}
.pick-date-left h2 span{
	font-size:24px;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
}
.pick-date-right{
	width:70%;
	padding:50px;
}
.pick-date-right-header{
	background-color:#fff;
	display:flex;
	padding:30px;
	justify-content:space-between;
}
.pick-date-right-header span{
	display:block;
	color:#222;
	font-size:16px;
}
.pick-date-right-header span.monthTitle{
	color:#088d99;
	font-size:32px;
}
.calender-week{
	padding:10px 0px;
}
.calender-week ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:flex;
}
.calender-week ul li{
	width:14.3%;
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#088d99;
	padding:5px 0px;
}
.calender-date{
	border-left:1px solid #bfbfbf;
}
.calender-date ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
}
.calender-date ul li{
	width:14.28%;
	text-align:center;
	font-size:17px;
	font-weight:500;
	color:#414141;
	padding:20px 0px;
	border-bottom:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	background-color:#ffffff;
}
.calender-date ul li:nth-child(1), .calender-date ul li:nth-child(2), .calender-date ul li:nth-child(3), .calender-date ul li:nth-child(4), .calender-date ul li:nth-child(5), .calender-date ul li:nth-child(6), .calender-date ul li:nth-child(7){
	border-top:1px solid #bfbfbf;
}
.calender-date ul li.active_f {
	color:#fff;
	background-color:#088d99;
	cursor: pointer;
}
.calender-date ul li.active{
	color:#fff;
	background-color:#69b3b9;
	cursor: pointer;
}
.calender-date ul li.booked{
	background-color:#e5e5e5;
}
.calender-date ul li.offday{
	background-color:#fdfdfd;
	color: #da0f0f;
}
.calender-date ul li.noDate{
	color:#d7d7d7;
}

/********************** Thank You Css **********************/

.thank-you{
	padding:50px 0px;
	text-align:center;
}
.thank-you h4{
	color:#088d99;
	font-size:28px;
	text-transform:uppercase;
}
.thank-you h2{
	color:#303a65;
	font-size:60px;
	text-transform:uppercase;
}
.thank-you p{
	color:#585858;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}


/*-------------- table ------------------*/


.package-list-bottom:hover {
	background: #1e508d;
}
input[type=radio].css-package {
	display: none;
}
input[type=radio].css-package + label.package-label {
	padding: 56px 20px 0px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: center 27px;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom:0px;
	color:#fff;
	border-radius: 0px 8px 8px 0px;
}
input[type=radio].css-package:checked + label.package-label {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/radio-2.png);
	background-color:#1e508d;
}
label.package-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: url(http://link3.net.bd/l3reg/public/front/images/radio-1.png);
}

/*-------------- table css ------------------*/

.table {
	margin:0px 0px 50px;
}
.table thead {
	background-color: #1e508d;
	color: #fff;
}
.table thead th {
	border-right: 1px solid #fff;
	border-bottom: 0px;
}
.table tbody td, .table tfoot td {
	border-right: 1px solid #fff;
	vertical-align:middle;
}
.table tbody tr:nth-child(odd) td {
	background-color: #f1f1f1;
}
.table tbody tr:nth-child(even) td {
	background-color: #fcfcfc;
}
.cart-table tbody tr td:last-child {
	text-align:right;
}
.cart-table tbody {
	position:relative;
	z-index:1;
}
.table tfoot {
	background-color: #1aabb8;
	color: #fff;
}
.table tfoot tr td{
	text-align:right;
	font-weight:600;
}
.cart-table thead{
	background-color: #1e508d;
}
.table tfoot tr.discount-total {
	background-color: #0d6cbd;
}
.table tfoot tr.gtotal-total {
	background-color: #ccc;
	font-size:15px;
	color:#000;
}
.payment-logo{text-align:center;margin-bottom:25px;}
.alert-success {background-color: #f1f1f1;color:#1e508d;}

.support-table tbody tr td{border-color:#fff;}
.support-table tbody tr:nth-child(odd) td{background-color: #fcfcfc;}
.support-table tbody tr:nth-child(even) td{background-color: #fcfcfc;}
.support-table tbody tr.weekly-off td{background-color:#def3f8;}
.support-table tbody tr.gov-off td{background-color:#ffc8c8;}
.support-table ul{margin:0px;padding:0px;list-style-type:none;display:flex;flex-wrap:wrap;}
.support-table ul li{padding:5px 10px 5px 0px;width:33%;}
.support-table input[type="checkbox"]{margin-right:5px;}
.close-support-list{border:0px;color:#000;background-color:#DBDBDB;padding:4px 10px;font-size:12px;margin-right:10px;float:right;border-radius:3px;cursor:pointer;}


/*-------------- Login & Registration css------------------*/

.customer-login {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/login-bg.jpg);
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.customer-login:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(50,10,75,0.7);
}
.customer-login:after {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	content: "";
	display: block;
	background-color: #ECECEC;
}
.customer-login-left {
	padding: 50px 30px;
	text-align: center;
	color: #fff;
}
.login-icon .fa {
	border: 15px solid rgba(131,13,164,0.5);
	color: rgba(131,13,164,0.5);
	font-size: 60px;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	line-height: 90px;
}
.customer-login-left h4 {
	margin-top: 40px;
	color: #fff;
}
.customer-login-left p a {
	color: #0d7aea;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.customer-login-left p a:hover {
	color: #fff;
	text-decoration:none;
}
.customer-login-block {
	position: relative;
	z-index: 1;
	padding: 30px 30px 20px 15px;
}
.customer-login-block h3 {
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
}
.customer-login-block h3:before {
	position: absolute;
	left: 0px;
	bottom: -10px;
	height: 2px;
	width: 60px;
	background-color: #154aab;
	content: "";
}
.customer-login-block label {
	margin-bottom: 3px;
}
.customer-login-block .form-control {
	height: 38px;
}
.checkbox input[type=checkbox].css-checkbox, input[type=radio].css-checkbox {
	display: none;
}
.checkbox input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 30px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/check-box.png);
}
.checkbox label.css-label {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/check-box2.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=radio].css-checkbox + label.css-label2 {
	padding-left: 30px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label2 {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/check-box4.png);
}
label.css-label2 {
	background-image: url(http://link3.net.bd/l3reg/public/front/images/check-box3.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.css-radio-option input[type=radio].css-radio {
	display: none;
}
.customer-login-block a.forgot-pass {
	display: block;
	float: right;
	color: #444444;
}
.customer-login-block a.forgot-pass:hover {
	color: #0d7aea;
}
.btn-submit {
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #194c97;
	padding:8px 15px;
	border: 0px;
	cursor:pointer;
	margin-top:20px;
}
.btn-submit:hover {
	text-decoration: none;
	background-color: #3b3b3b;
	color: #fff;
}
.coverage-srch-holder {
	position: relative;
}

.search-drop {
	position: absolute;
    left: 0px;
    top: 100%;
    padding-top: 2px;
    width: 100%;
	z-index:2;
}
.search-drop ul {
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.search-drop ul li a{
    color:#222;
	display:block;
	padding:2px 5px;
	
}
.search-drop ul li a:hover{
    color:#fff;
	background-color:#194c97;
	text-decoration:none;
}

.pick-a-date { 
	font-size: 60px;
	display: inline-block;
	border-radius: 5px;
	padding: 15px 40px;
	background-color: #194c97;
	color: #fff;
	line-height: normal;
	text-decoration: none;
}


/*-------------- User Dashboard ------------------*/

.page-breadcubs {
	padding-top:0px;
	color:#b3c9e2;
}
.page-breadcubs a{
	color:#146cd0;
}
.page-breadcubs a:hover{
	color:#fff;
	text-decoration:none;
}
.page-breadcubs .fa{
	margin:0px 4px;
}

/*-------------- left block Css------------------*/

.left-block {
	padding-bottom: 30px;
	clear: both;
	float: left;
	width: 100%;
}
.left-block:last-child {
	padding-bottom: 0px;
}
.left-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.left-menu ul li {
	padding-bottom: 4px;
}
.left-menu ul li a {
	display: block;
	padding: 12px 10px 12px 20px;
	background-color: #f6f6f6;
	color: #444444;
	text-transform: uppercase;
	position: relative;
}
 
.left-menu ul li a:hover, .left-menu ul li.active a {
	background-color: #064892;
	color: #fff;
	text-decoration: none;
}
.left-menu ul li a:before {
	position: absolute;
	right: 15px;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 16px;
}

/*-------------- Right block Css------------------*/

.right-block {
	clear: both;
	float: left;
	width: 100%;
}
.feat-img {
	margin-bottom: 30px;
}
.dashboard-notice {
	padding:15px;
	color:#151515;
	background-color:#fff1a5;
	border:1px solid #E5D2A7;
	border-radius:6px;
	margin-bottom:30px;
}
.dashboard-notice p{
	margin-bottom:0px;
}
.stylehighlight{
	font-style:italic;
	font-size:16px;
	color:#088d99;
}
.user-dashboard-block{
	border-radius:6px;
	border:1px solid #C3C3C3;
	padding:15px;
	padding-top:45px;
	margin-bottom:30px;
	margin-top:20px;
	position:relative;
	min-height:260px;
	text-align:center;
	box-shadow:2px 2px 5px 0px rgba(180,180,180,0.6);
	display:flex;
}
.user-dashboard-block > div{
	width:100%;
	margin:auto 0px;
}
.user-dashboard-block span.user-dash-icon{
	border-radius:50%;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#1269cb;
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-30px;
	display:inline-block;
}
.user-dashboard-block span.user-dash-icon img{
	max-width:30px;
}

.user-dashboard-block h4{
	margin-bottom:15px;
	color:#000;
}

.user-dashboard-block ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.user-dashboard-block ul li{
	display:flex;
	padding:5px;
	border-radius:5px;
	border:1px solid #CDCDCD;
	margin-bottom:5px;
	background-color:#fff;
}
.user-dashboard-block ul li:last-child{
	margin-bottom:0px;
}
.user-dashboard-block ul li span{
	font-size:12px;
}
.user-dashboard-block ul li span:last-child{
	color:#000;
	font-weight:bold;
	border-radius:5px;
	margin-left:auto;
	padding:0px 5px;
}
.user-dash-bg2{
	background-color:#f2f2f2;
}
.shedule-block{
	display:flex;
	margin-left:-15px;
	margin-right:-15px;
	padding:15px 0px;
}
.pick-shedule{
	padding:15px;
}
.pick-shedule-header{
	background-color:#088d99;
	display:flex;
	padding:10px 15px;
	justify-content:space-between;
}
.pick-shedule-header span{
	display:block;
	color:#fff;
	font-size:16px;
}
.pick-shedule-header span.monthTitle{
	color:#fff;
	font-size:24px;
}
.pick-shedule .calender-week ul li{
	font-size:12px;
}
.pick-shedule .calender-date ul li{
	padding:12px 0px;
}
.form-group label{
	display:block;
}
.form-group .custom-select{
	display:block;
	width:100%;
}
.submit-btn{
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	background-color:#2a729c;
	display:inline-block;
	border-radius:3px;
	padding:12px 25px;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	border:0px;
	cursor:pointer;
	font-size:17px;
}
.submit-btn:hover{
	color:#fff;
	background-color:#0a2738;
	text-decoration:none;
}
.upload-file-block{
	margin-bottom:20px;
}
.upload-file{
	margin-left:15px;
}

.specialClass{
	background-color: #f1f1f1!important;
    border-top: #0e0e0e!important;
	color:#0e0e0e!important;
}
span.offer-text{font-size:10px;}
span.offer-text small{color:red;font-size:10px;}

.hot-number {

    font-size: 18px;
    color: #f1f1f1;
    border-radius: 4px;
    background-color: #0a0f1c;
    padding: 5px 10px;
    margin-top: 13px;

}

/*----------- Edit-------------*/

.subscription-top-block{
	padding:30px 0px 20px;
}
.subscription-top-block > div{
	width:100%;
}
.subs-top-block-left{
	padding-right:15px;
	position:relative;
}
.subs-top-block-left:before{
	display:block;
	right:5px;
	top:0px;
	height:100%;
	border-left:1px solid #242e6f;
	border-right:1px solid #090d23;
	content:"";
	position:absolute;
}
.subs-top-block-right{
	padding-left:15px;
}
.sub-price{
	font-size:32px;
}
.subscription-top-block h4{
	margin-bottom:4px;
}
.mail-table tr:nth-child(odd) td{
	background-color:#a1d4f9;
}
.mail-table tr:nth-child(even) td{
	background-color:#478ec1;
}

@media only screen and (min-width: 1200px) and (max-width: 5000px) {
.container {
    width: 1240px;
}
}