/*
Theme Name: Link3 2019
Theme URI: link3.net
Author: Disrupt Technologies
Author URI: http://disruptglobal.com/
Version: 1.0

TOC:
a. Reset
b: Typography
c: layout
	1. header
	2. banner
	3. main
	4. footer
d: meadia query css

*/
/* ------------------------------------------------------------------ */
/* a : Reset Css
/* ------------------------------------------------------------------ */

body{
	font-size: 14px;
	text-align:left;
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
}

/*--global css--*/

*{outline:none;margin:0;padding:0;}
img, fieldset {border:0;}
a {text-decoration:none !important;}


/* ------------------------------------------------------------------ */
/* b : Typography
/* ------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

/* ------------------------------------------------------------------ */
/* c : Layout
/* ------------------------------------------------------------------ */

/* --------------- c.1 : Header--------------- */
@font-face {
 font-family: 'MuseoSans-500';
 src: url('fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),  url('fonts/MuseoSans-500.otf')  format('opentype'),
         url('fonts/MuseoSans-500.woff') format('woff'), url('fonts/MuseoSans-500.ttf')  format('truetype'), url('fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'MuseoSans-900';
 src: url('fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'),  url('fonts/MuseoSans-900.otf')  format('opentype'),
         url('fonts/MuseoSans-900.woff') format('woff'), url('fonts/MuseoSans-900.ttf')  format('truetype'), url('fonts/MuseoSans-900.svg#MuseoSans-900') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Roboto Condensed', sans-serif;
 src: url('fonts/MuseoSans-100.eot?#iefix') format('embedded-opentype'),  url('fonts/MuseoSans-100.otf')  format('opentype'),
         url('fonts/MuseoSans-100.woff') format('woff'), url('fonts/MuseoSans-100.ttf')  format('truetype'), url('fonts/MuseoSans-100.svg#MuseoSans-100') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
    font-family: 'MuseoSans-300';
    src: url('fonts/museosans-300.woff2') format('woff2'),
         url('fonts/museosans-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MuseoSans-700';
    src: url('fonts/museosans_700.woff2') format('woff2'),
         url('fonts/museosans_700.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'SolaimanLipi';
	src: url('fonts/SolaimanLipiNormal.eot');
	src: url('fonts/SolaimanLipiNormal.eot?#iefix') format('embedded-opentype'),
		url('fonts/SolaimanLipiNormal.woff') format('woff'),
		url('fonts/SolaimanLipiNormal.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.cernter{
	text-align:center;
}
/* --------------- c.1 : Header--------------- */
@media only screen  and (min-width : 1250px) {
	.container{
		width: 1240px;
	}
	
}

.cctv-banner{
		 background: url(images/CCTV-page-banner-update.jpg) no-repeat;
		 width:100%;
		 min-height:450px;
		 padding-top: 100px;
}
.iptv-banner{
	 background: url(images/Link3-IPTV-banner.jpg) no-repeat;
	 width:100%;
	 min-height:500px;
	 padding-top: 100px;
}
.iptv-new-banner{
	 /*background: url(images/iptv-new-banner.jpg) no-repeat;*/
	 background: url(images/iptv-banner-july-31st-2019.jpg) no-repeat;
	 background-size:cover;
	 background-position:50%;
	 width:100%;
	 min-height:500px;
	 position:relative;
}
.features-list{
	 /*background: url(images/feature-list-bg.jpg) no-repeat;*/
	 background: url(images/link3-iptv-Bottom-Banner.jpg) no-repeat;
	 background-size:cover;
	 width: 100%;
    min-height: 600px;
    position: relative;
    padding-top: 50px;
}
.iptv-terms-condition-bg{
	background: url(images/terms-and-condition-bg.jpg) no-repeat;
	background-size:cover;
	width: 100%;
	min-height: 600px;
	position: relative;
	background-position:center;
}
ul.iptv-new-feature-list{
		list-style:none;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
ul.iptv-new-feature-list>li{
		flex-basis:23%;
		text-align:center;
		margin-bottom:30px;
	}
ul.iptv-new-feature-list> li > img{
	text-align: center;
    margin: 0 auto;
    height: 90px;
    padding: 0 0 15px 0;
}
ul.iptv-new-feature-list> li > p{
	color: #766e6e;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    width: 80%;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
	}
ul.iptv-feature-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    list-style: none;
}
ul.iptv-feature-list li{
	font-size: 17px;
    color: #fff;
    flex-basis: 100%;
    line-height: 34px;
    text-align: left;
    font-weight: 300;
    padding: 11px 0 9px 22px;
    position: relative;
}
ul.iptv-feature-list li span{
	color:#ffa800;
	font-weight:700;
}
ul.iptv-feature-list > li:before{
	position:absolute;
	left:0;
	top: 22px;
    width: 12px;
    height: 12px;
	border-radius:50px;
	content:'';
	background:#ffa800;
}
.iptv-description {
    width: 488px;
    position: absolute;
    background-color: #003571db;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.40);
    min-height: 219px;
    padding: 20px 23px 15px 25px;
    right: 0;
    top: 255px;
}
.iptv-top-head{
	color: #fff;
	font-size: 60pt;
	text-align: left;
	font-weight: 300;
}
.fill-your-account{
	color: #1a68c3;
    font-size: 22pt;
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
}
.get-iptv-head{
	color: #1a68c3;
	font-size: 40pt;
	text-align: center;
	font-weight: 700;
	padding-bottom:30px;
}
.iptv-top-head span{
	font-weight: 700;
}
.iptv-price{
	color: #ffa800;
	font-size: 60pt;
	text-align: left;
	font-weight: 700;
}
.pre-book{
	font-size: 19pt;
    top: -1.5em;
    left: 0;
	color: #fff;
}
.pre-bdt{
	font-size:20pt;
	color: #fff;
	left: -18px;
}
a.iptv-booknow{
	display: inline-block;
    text-align: center;
    padding: 18px 52px;
    background: #ffa800;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 14pt;
}
.discount-value{
	text-align: right;
    font-size: 14pt;
    color: #fff;
    font-weight: 300;
    padding-top: 13px;
}
.price-box{
	line-height: 0;
    padding-top: 26px;
}
.fixed-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	margin-top: 0;
	/*padding-top: 10px;*/
	position: fixed;
	transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 1px 3px 0px rgba(193,193,193,1.00);
}

header{
	/*margin-bottom:10px;*/
}
.scroll-header{
	padding-bottom:3px;
}
.logo{
}
.logo img{
   max-width:96px; 
}
nav.navbar{
	margin-bottom:0;
	box-shadow:none;
	padding: 0;
}
.navbar-inverse{
	background-color: initial;
	border: 0
}
.navbar-collapse{
	padding:0;
}
.nav>li>a{
	padding:0;
}
.navbar{
	margin-bottom:0;
	min-height: initial;
}
.navbar-nav {
	/*margin-left: 30px !important;*/
}	
.navbar-default {
	    /* background-color: #f8f8f8; */
    /* border-color: #e7e7e7; */
    /* border-top: 5px solid rgb(0, 88, 188); */
    background: none;
    /* border-bottom: 0; */
    /* HEIGHT: 55px; */
    border: none;
}
ul.main-nav{
	margin-top: 26px;
    display: flex;
    justify-content: flex-end;
    float: initial;
}
ul.main-nav li a{
	font-size: 17px;
	color: #303030 !important;
    font-family: 'Roboto Condensed', sans-serif;
	padding: 6px 18px;
	text-transform: uppercase;
}
.dropdown-menu>li>a {
    font-size: 15px!important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.dropdown-menu>li>a:hover{
    text-decoration: none;
    color: #ffffff !important;
    background-color: #05366e !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #f3f3f3;
    color: #555;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 31px !important;
    background-color: #f3f3f3;
    border-radius: 0 !important;
    padding: 0;
}
.navbar-default .navbar-collapse .in{
	border-color: transparent;
    background: rgba(0, 0, 0, 0.478);
}
.navbar-default .navbar-nav> li >a {	

}
ul.main-nav li.login{
	border: 3px solid #00a2ff;
    border-radius: 5px;
    margin-right: 12px;
	font-family: 'MuseoSans-500';
}
ul.main-nav li.login a{
}
ul.main-nav li.register{
	border:3px solid #49ff9f;
	 border-radius: 5px;
	 font-family: 'MuseoSans-500';
}
.header-top{
	border-bottom: 1px solid #afb0b138;
	padding-top: 10px;
	box-shadow: 0 0 5px #cccccc38;
	padding-bottom: 10px;
	background: #172433;
}
.header-bottom {
	border-top: 3px solid rgb(0, 88, 188);
}
a.call-us{
	font-size: 13px;
	color: #fff;
	text-transform: lowercase;
	text-align: left;
	display: inline;
    letter-spacing: 2px;
	line-height:14px;
    margin-right: 10px;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
a.call-us span{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #0479fc;
	letter-spacing: 1px;
}
a.call-us:hover{
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
ul.social-icon{
	margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
	padding-top: 3px;
}
.social-icon > li{
	padding-left: 1px;
	border-right: 1px solid #fff;
}
.social-icon > li:last-child{
	border-right:none;
}
.social-icon > 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;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
.social-icon > li:last-child > a{
	padding-right:0px;
}
.social-icon > li > a:hover{
	color: #0479fc;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
.menu-icon {
	top: 4px;
    left: 5px;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
  
  font-weight: 500;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 393px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 391px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

ul.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
ul.mega-dropdown-menu > li >  a {
	  display: block;
	  font-family: 'MuseoSans-100' !important;
	  font-size: 14px !important;
	  clear: both;
	  font-weight: normal;
	  line-height: 1.428571429;
	  color: #000 !important;
	  white-space: normal;
}
.mega-dropdown-menu > li > a > span.mega-icon{
  display: inline-block;
}
.mega-dropdown-menu > li > a > span.mega-icon-text{
	display: inline-block;
    /* margin-left: 9px; */
    /* margin-top: -11px; */
    position: relative;
    top: -10px;
    left: 10px;
}
.mega-dropdown-menu > li > a > span{
  display: inline-block;
  
}
section.link3-goti-package-banenr-background{
	background: url(images/link3-goti-pack-banner-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 835px;
	width: 100%;
}
section.goti-new-packge-box-dec{
	background: url(images/2018/new-price-box-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 1000px;
	width: 100%;
}
span.mega-security-icon {
	background: url(images/mega-security-icon.png) no-repeat;
	background-size: contain;
	height: 34px;
	width: 30px;
}
span.mega-cctv-icon {
	background: url(images/mega-cctv-icon.png) no-repeat;
	background-size: contain;
	height: 34px;
	width: 30px;
}
span.mega-corporate-icon {
	background: url(images/mega-corporate-icon.png) no-repeat;
	background-size: contain;
	height: 34px;
	width: 30px;
}
span.mega-value-icon {
	background: url(images/mega-value-icon.png) no-repeat;
	background-size: contain;
	height: 34px;
	width: 30px;
}
span.mega-mpls-icon {
	background: url(images/mega-mpls-icon.png) no-repeat;
	background-size: contain;
	height: 34px;
	width: 30px;
}
span.mega-enterprise-icon {
	background: url(images/mega-enterprise-icon.png) no-repeat;
	background-size: contain;
	height: 34px;
	width: 30px;
}
span.mega-home-soho-icon {
	background: url(images/mega-home-soho-icon.png) no-repeat;
	background-size: contain;
	height: 34px;
	width: 30px;
}
span.mega-hosted-icon {
	background: url(images/mega-hosted-icon.png) no-repeat;
	background-size: contain;
	height: 34px;
	width: 30px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.offer-page-banner{
	width: 100%;
    min-height: 559px;
    padding-bottom:30px;
    background: url(images/offers-page-new-bg.jpg) no-repeat top center;
    border-bottom: 9px solid #003571;
	
}
ul.current-offers-list{
	width:100%;
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
	margin-top:100px;
	list-style:none;
}
ul.current-offers-list > li{
	flex-basis:31%;
	margin-right:2%;
	position:relative;
	margin-bottom: 80px;
	min-height: 445px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 11.52px 4.48px rgba(0, 0, 0, 0.04);
}
ul.current-offers-list >  li:before{
	content: "";
	position: absolute;
    left: 25px;
    top: -30px;
	width:58px;
	height:58px;
	background: url(images/offer-icon-link3-new.png) no-repeat top center;
}
.condition-box{
	width:100%;
	padding:0 10px;
	background:#edf8ff;
	min-height: 42px;
	position: absolute;
    bottom: 0;
}
span.tc-apply{
	text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #7ea2b6;
    line-height: 42px;
	float:left;
}
span.date-apply{
	text-align:right;
	line-height: 42px;
	font-size:14px;
	font-weight:300;
	color:#1b3848;
	float:right;
}
ul.current-offers-list > li > img{
	width:100%;
	border-radius: 10px 10px 0 0;
}
.current-offers-head{
	color: #000;
    font-size: 18pt;
    text-align: left;
    padding: 15px 10px 11px;
    text-transform: capitalize;
    /* margin-bottom: 10px; */
    font-family: 'MuseoSans-300';
}
.current-offers-para{
	color: #00a2ff;
    font-size: 11pt;
    text-align: left;
    padding:0px 10px 8px;
    text-transform: capitalize;
    /* margin-bottom: 10px; */
    font-family: 'MuseoSans-500';
}



/* Migrate page Css  */
  .migrate-banner{
		width: 100%;
		min-height: 450px;
		background: url(images/Link3-Web-Banner-Dec-2018.jpg) no-repeat top center;
  }
  .form-title{
	  font-size:25px;
	  line-height:35px;
	  text-align:center;
	  color:#4d2ead;
	  text-transform:capitalize;
	  font-weight: 600;
      margin-bottom: 20px;
  }
  .form-inner{
	    background: #47088a33;
		padding: 40px 50px;
		margin: 50px 0px;
		border-radius: 8px
  }
input.migrate-from-field, select.migrate-from-field{
	color: #000;
    font-size: 15px;
    line-height: 45px;
    border: 2px solid #480c90;
    margin-bottom: 10px;
    height: 45px;
    padding: 8px 10px;
    width: 100%;	
}
label.migrate-from-label{
	font-size:16px;
	line-height:20px;
	color:#4d2ead;
}
.migration-btn{
	background-color: #480c90;
    padding: 9px 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    border: none;
    margin-top: 10px;	
}
.migration-btn:hover{
	background-color:#000;
	color:#fff;
	
}  
a.migrate-btn{
	background-color: #ffffff;
    color: #172433;
    font-size: 17px;
    line-height: 10px;
    /* font-family: 'MuseoSans-900'; */
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    padding: 12px 20px 0px;
    border-radius: 5px;
    display: inline-block;
}
a.explore-all-btn{
	width: 170px;
    height: 45px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    float: left;
	margin-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    background-color: #00a2ff;
} 
.migrate-bg{
	background: url(images/2018/new-price-box-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 1000px;
    width: 100%;
}

/****** new pack css dec *******/

.new-package-list-title {
	font-size: 42px;
    font-family: 'MuseoSans-900';
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    position: relative;
    z-index: 5;
	padding-top:13px;
    color: #fff;
}
ul.new-package-list-dec{
	list-style:none;
	display:block;
	/*justify-content:space-between;
	flex-wrap:wrap;*/
	margin: 0px 10px; 
	padding:0;
	margin-top:20px;
}
ul.new-package-list-dec > li{
	flex-basis: 23%;
	position:relative;
	text-align: center;
	border: 1px solid #7a7a7a29;
	border-radius: 8px;
	background: #fff;
	margin:0;
	padding:0;
	min-height:558px;
	padding-bottom:25px;
	box-shadow: 0px 0px 13.92px 2.08px rgba(0, 0, 0, 0.11);
}

ul.new-package-list-dec > li:after{
	content: '';
	position:absolute;
	left:0;
	opacity:1;
	top:0;
	width:100%;
	height:370px;
	background: url(images/2018/cheetha-after-bg.jpg) no-repeat;
	background-size:cover;
	
}
.freelancer-pack:after{
	content: '';
	position:absolute;
	left:0;
	opacity:1;
	top:0;
	width:100%;
	height:370px;
	background: url(images/2018/freelencer-package-after-bg.jpg) no-repeat !important;
	background-size:cover;
}
.eagle-pack:after{
	content: '';
	position:absolute;
	left:0;
	opacity:1;
	top:0;
	width:100%;
	height:370px;
	background: url(images/2018/egale-after-bg-new.jpg) no-repeat !important;
	background-size:cover;
}
.hawk-pack:after{
	content: '';
	position:absolute;
	left:0;
	opacity:1;
	top:0;
	width:100%;
	height:370px;
	background: url(images/2018/hawk-after-img.jpg) no-repeat !important;
	background-size:cover;
}
.falcon-pack:after{
	content: '';
	position:absolute;
	left:0;
	opacity:1;
	top:0;
	width:100%;
	height:370px;
	background: url(images/2018/falcon-img.jpg) no-repeat !important;
	background-size:cover;
}
ul.new-package-list-dec > li:nth-child(2):after{
	background: url(images/2018/freelencer-package-after-bg.jpg) no-repeat !important;
	background-size:cover;	
}
.freelncer-color{
	background-color:#403a78 !important;
}
ul.new-package-list-dec > li:nth-child(3):after{
	background: url(images/2018/egale-after-bg-new.jpg) no-repeat;
	background-size:cover;	
}
ul.new-package-list-dec > li:nth-child(4):after{
	background: url(images/2018/hawk-after-img.jpg) no-repeat;
	background-size:cover;	
}
ul.new-package-list-dec > li:last-child:after{
	background: url(images/2018/falcon-img.jpg) no-repeat;	
	background-size:cover;
}
ul.new-package-list-dec > li img{
	display: inline-block;
    text-align: center;
    z-index: 5;
    position: relative;
    margin-top: -10px;
}
.new-package-para-dec{
	font-size: 13px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'MuseoSans-500';
    margin: 10px 0 0 15px;
    padding: 0;
    position: relative;
    z-index: 5;
}
.new-package-description-dec{
	font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000a1;
    font-family: 'MuseoSans-500';
    padding: 10px 5px 0; 
    display: inline-block;
    position: relative;
    z-index: 5;
	height: 95px;
}
.package-list-mid{
    z-index: 5;
    padding-top: 34px;
    padding-left: 20px; 
}
ul.package-mid-list-dec{
	list-style:none;
	position:relative;
}
ul.package-mid-list-dec>li{
   display:block;
   padding:40px 0px;
    text-align: left;
}
.bandwidth-inner{
	display: inline-block;
	}
.package-bandwith-dec {
	text-align: left;
	font-size: 90px;
	color: #000;
	line-height: 15px;
	margin-right: 11px;
	font-family: 'MuseoSans-900';
}
.package-bandwith-dec sup{
	font-size:10px;
	text-transform:uppercase;
	top:-50px;
}
.bandwidth-text-inner {
    text-align: left;
    display: inline-block;
}
.mbps-text {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 15px;
}
.package-price-dec{
  font-size: 48px;
  color: rgb(0, 162, 255);
  text-transform: uppercase;
  line-height: 1.5;
  font-family: 'MuseoSans-900';
  text-align: left;
  -moz-transform: matrix( 0.91143687585519,0,0,0.90913621342047,0,0);
  -webkit-transform: matrix( 0.91143687585519,0,0,0.90913621342047,0,0);
  -ms-transform: matrix( 0.91143687585519,0,0,0.90913621342047,0,0);
}
.package-feature-box{
	position: absolute;
    left: -10px;
    top: 42%;
    background: url(images/2018/youtube-offers-bg-new.png) no-repeat;
    width: 260px;
    height: 53px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 10px;
    padding-top: 13px;
    text-align: left;
}
.package-feature-box em{
	font-size: 10px;
    line-height: 8px;
}
a.downarrow{
	font-size: 13px;
    line-height: 0px;
    color: #e91e63;
    text-align: center;
    display: inline-block;
    padding: 0 0 26px 0;
    width: 100%;
}
a.buy-package-btn-dec{
	min-height: 58px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
    color: #fff;
    /* padding: 17px 22px; */
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #0066d6;
    text-decoration: none;
    border-radius: 50px;
    width: 85%;
}
.charge-text-dec{
	font-size: 15px;
    color: #111111bd;
    font-weight: 600;
    line-height: 18px;
    padding-top: 20px;
}
.charge-text-dec span{
	color: #ee3b66;
	font-weight: 300;
}
a.buy-package-btn-dec:hover{
  background-color: #4e8fdc;
}
a.eagle-color{
	background: #04149a;
}
a.hawk-color{
	background: #6c3d97;
}
a.falcon-color{
	background: #24b685;
}
ul.turms-list{
	display:flex;
	list-style:none;
	margin-top: 30px;
	flex-wrap: wrap;
}
ul.turms-list > li{
	background:url(images/2018/condition-bullet-icon.png) no-repeat;
	background-position: 0% 10%;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
    flex-basis: 50%;
    color: #000;
    padding-left: 26px;
    font-family: 'MuseoSans-900';	
}
ul.turms-list > li span{
	color: #0031ac;
}

ul.offers-list{
	display:flex;
	list-style:none;
	flex-wrap: wrap;
	margin-left: 10px;
}
ul.offers-list > li{
	background:url(images/2018/condition-bullet-icon.png) no-repeat;
	background-position: 0% 10%;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    color: #000;
    padding-left: 26px;
    font-family: 'MuseoSans-900';
    flex-basis: 100%;
}
ul.offers-list > li span{
	color: #0031ac;
}

.package-condition {
    border: 1px solid #a6cfe2;
    border-radius: 5px;
    background-color: #f4fcff;
    margin-top: 30px;
    position: relative;
    padding: 20px 35px 35px;
    margin-bottom: 40px;
}
.package-condition ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.package-condition ul li {
    margin-top: 15px;
    padding-left: 30px;
    position: relative;
	font-size: 15px;
}
.package-condition ul li:before {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #5c3592;
}
/***** offer page now ******/

.offers-page-bg{
	background: url(images/2018/offer-top-bg.jpg) no-repeat;
	width:100%;
	min-height:818px;
	background-size:cover;
}
.offers-top-head{
	color: #1968c3;
    font-size: 56pt;
    text-align: left;
    margin: 0;
    padding-top:270px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'MuseoSans-900';
}
.offers-top-para{
	color: #000;
    font-size:12pt;
    text-align: left;
    margin: 0;
	padding-left: 5px;
    padding-top:10px;
    margin-bottom: 10px;
    font-family: 'MuseoSans-500';
}
.offers-top-head span{
	color: #000;
}
a.get-it-now{
	border: 3px solid #fff;
    border-radius: 5px;
    padding: 0 53px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 33px;
    color: #fff;
    font-family: 'MuseoSans-900';
    display: inline-block;
}

/******************Menu****************/
/*************Home Page *****************/
.banner-bg{
	background: url(images/banner-bg.png) no-repeat;
	width:100%;
	min-height:580px;
	background-size:cover;
}
.banner{
	width:100%;
	/*margin-top:20px;*/
}
ul.banner-list{
	position:relative;
	display:block;
	margin:0;
	margin-top:20px;
}
ul.banner-list > li{
	position: relative;
	width:100%;
	z-index: 10;
	min-height:835px;
	background-repeat:no-repeat;
	background-size:cover !important;
	background-position:center center;
}
.link3-common-title{
	font-size:42px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
	text-transform:capitalize;
	padding-top:65px;
	font-weight:400;
	margin:0px;	
}
.link3-common-para{
	font-size:15px;
	line-height:27px;
	text-align:center;
	padding-top:20px;
	padding-bottom:50px;
	color:#565c63;
	font-family: 'Roboto Condensed', sans-serif;
	display:inline-block;
	width:70%;
}
.link3-common-para span {
	color:#2e69b3;
	font-family: 'MuseoSans-900';
}
.contrast-para{
	color:#080808;
}
.bg-content-package{
	background: rgb(0,44,167);
    background: linear-gradient(90deg, rgba(0,44,167,1) 60%, rgba(0,88,208,1) 100%);
	min-height:180px;
	padding-bottom:50px;
}
.speed-test-title{
	font-size:29px;
	font-family: 'MuseoSans-900';
	margin:0;
	text-transform:capitalize;
	text-align:left;
	color:#fff;
	padding-top:50px;
}
.speed-test-small{
	font-family:'MuseoSans-100';
	font-size:24px;
	margin:0;
	text-align:left;
	color:#fff;
	padding-top:12px;
}
.speed-test-para{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 15px;
    color: #ffffff;
}
.package-btn{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 50px;
    border: 2px solid #49ff9f;
	color:#49ff9f;
	background:none;
	display:block;
    border-radius: 3px;
}
.package-btn:hover{
	color:#fff;
	border: 2px solid #ccd5e0;
}
ul.packages-list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
ul.packages-list li{
	padding: 10px 10px 40px;
	text-align:center;
	border:3px solid rgb(73, 255, 159);
	border-radius:20px;
	flex-basis: 24%;
	list-style:none;
}
ul.packages-list li img{
	display:inline-block;
	padding: 20px 0;
}
.package-inside-icon{
	font-size: 50px;
    color: #157efb;
    border-radius: 50%;
    border: 2px solid #1111112e;
    margin: 15px 0px;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding-top: 13px;
}
.package-inside-title{
	font-size: 22px;
    text-transform: capitalize;
    font-family: 'MuseoSans-900';
    padding-bottom:10px;
	text-align:center;
	margin:0;
	color:#000;
}
.package-inside-para{
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom:10px;
	text-align:center;
	margin:0;
	color:#175eb0;
}
.package-inside-bandwith{
	font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
    padding:15px 0px;
	text-align:center;
	margin:0;
	color:#00a2ff;
	border-top:1px solid #00000014;
	border-bottom:1px solid #00000014;
}
.pakage-bandwith-sub-text{
	font-size:15px;
}
.pakage-bandwith-bottom-text{
	font-size: 12px;
    text-transform:capitalize;
    font-weight: 300;
    padding-top:10px;
	text-align:center;
	margin:0;
	color:#b2b2b2;
}
a.package-inside-btn{
	background-color:#00a2ff;
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	margin-top:15px;
	padding: 17px 40px;
    border-radius: 8px;
    display: inline-block;
	text-decoration:none;
}
a.package-inside-btn:hover{
	background-color:#0994e4;
}
.other-services-bg{
	background: url(images/other-service-bg.png) no-repeat;
	width:100%;
	min-height:700px;
	background-size:cover;
	padding-top:5px;
	/*border-top: 1px solid #00000026;
    margin-top: 40px;*/
	
}
ul.other-service-list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
ul.other-service-list li{
	padding:10px;
	text-align:center;
	border-radius:8px;
	flex-basis: 32%;
	list-style:none;
}
.other-service-inside-title{
	font-size: 32px;
	padding:15px 0;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 200;
	text-align:center;
	margin:0;
	color:#000;
}
.other-service-para{
	font-size: 15px;
    line-height: 27px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 50px;
    color: #687f9a;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
	width:92%;
}
.contact-us-bg{
	background: url(images/contact-us-support-banner.png) no-repeat;
	width:100%;
	min-height:840px;
	background-size:cover;
	border-bottom: 1px solid #cccccc38;
}
.contact-us-title{
	font-size:35px;
	font-family: 'MuseoSans-900';
	text-align:left;
	padding-top:240px;
	margin:0px;	
}
.contact-us-para{
	font-size:15px;
	line-height:24px;
	text-align:left;
	padding-top:20px;
	padding-bottom:15px;
	color:#121315;	
}
.footer-para {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #a5a8ad;
	font-style: initial;
}
a.contact-us-btn{
	background-color:#11245e;
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
	margin-top:15px;
	padding: 17px 30px;
    border-radius: 5px;
	display:inline-block;
	text-decoration:none;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
a.contact-us-btn:hover{
	background-color:#000;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
ul.news-list{
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
    justify-content: space-between;
}
ul.news-list li {
    flex-basis:30%;
    list-style: none;
	position:relative;
	margin-bottom: 20px;
}
.new-blog-info-box{
	position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    min-height: 77px;
    padding: 12px 5px 5px 5px;
    box-sizing: border-box;
	background: #00000073;
}
.new-blog-info-head{ 
	color: #585353;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 24px;
	margin-bottom:15px;
    margin: 0;
}
a.blog-read-more-btn{
	background: #11245e;
    text-align: center;
	text-transform: capitalize;
    line-height: 35px;
    font-size: 14px;
    width: 120px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
	/*margin-top: 25px;*/
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
a.blog-read-more-btn:hover{
	background-color:#000;
	color:#fff;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
a.blog-read-more-btn>span{
	margin-left: 5px;
    vertical-align: middle;
}
p.new-blog-info-para{
	color: #766e6e;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
	font-family: 'Roboto Condensed', sans-serif;
}

/*************Home Page *****************/
/* ---------- Social Sidebar ---------- */
.note-para {  
	float: left;
    text-align: left;
    width: 100%;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 10pt;
    font-weight: bold;
}
#social-sidebar {
	right: 0;
	margin-top: -75px; /* (li * a:width) / -2 */
	position: fixed;
	top: 46%;
	z-index:1;
}
#social-sidebar ul {
	list-style:none;
}
#social-sidebar li:first-child a { border-radius: 0 5px 0 0; }
#social-sidebar li:last-child a { border-radius: 0 0 5px 0; }

#social-sidebar a {
	/*background: #0058BC;*/
	color: #fff;
	display: block;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	text-align: center;
	width: 50px;
}

#social-sidebar a:hover span {
	right: 130%;
	opacity: 1;
}

#social-sidebar a span {
	border-radius: 3px;
	line-height: 24px;
	right: -100%;
	margin-top: -16px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	-webkit-transition: opacity .3s, right .4s;
	-moz-transition: opacity .3s, right .4s;
	-ms-transition: opacity .3s, right .4s;
	-o-transition: opacity .3s, right .4s;
	transition: opacity .3s, right .4s;
	top: 50%;
  white-space: nowrap;
	z-index: -1;
}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
	right: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	z-index: -2;
}
#social-sidebar a[class*="self"]:hover,
#social-sidebar a[class*="self"] span,
#social-sidebar a[class*="self"] span:before { background: #666666; }

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before { background: #785899; }

#social-sidebar a[class*="dribbble"]:hover,
#social-sidebar a[class*="dribbble"] span,
#social-sidebar a[class*="dribbble"] span:before { background: #DD4949; }

#social-sidebar a[class*="behance"]:hover,
#social-sidebar a[class*="behance"] span,
#social-sidebar a[class*="behance"] span:before { background: #3162A2; }
/************************Social Sidebar***********************/
/*************************Footer*****************************/
.bg-footer{
	background-color:#002958;
	padding-top:45px;
	padding-bottom:25px;
}
.footer-logo{
	display: inline-block;
    padding-right: 20px;
}
.footer-nav{
	display:inline-block;
	
}
.footer-nav-title{
	font-size:15px;
	text-transform:capitalize;
	color:#fff;
	text-align:left;
	margin:0;
}


@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
	padding-right:10px;
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    /*width: 38px;
    height: 38px;
    line-height: 38px;*/
    font-size: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 6px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'\e041';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'\e040';
}
.soc-dribbble {
    background-color: #e84d88;
}
.soc-dribbble:before {
    content:'\e023';
}
.soc-vimeo {
    background-color: #51b5e7;
}
.soc-vimeo:before {
    content:'\e052';
}
.soc-googleplus {
    background-color: #dd4b39;
}
.soc-googleplus:before {
    content:'\e042';
}

.soc-facebook:hover {
    background-color: #2a4784;
}
.soc-twitter:hover {
    background-color: #3993ca;
}
.soc-dribbble:hover {
    background-color: #d43974;
}
.soc-vimeo:hover {
    background-color: #3da1d3;
}
.soc-googleplus:hover {
    background-color: #c93725;
}
ul.footer-navigation{
    list-style:none;
	margin: 0;
    padding: 0;
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.footer-navigation > li{
    margin: 0;
    padding: 0;
    display: block;
	flex-basis: 50%;
}
ul.footer-navigation > li > a {
	color: #fff;
    font-size: 14px;
	line-height: 32px;
	font-weight: 500;
	text-transform:capitalize;
	text-decoration:none;
}
ul.footer-navigation li a:hover {
	color: #fff;
	background:none;
	box-shadow:none;
}
.newsletter{
	font-size: 20px;
    font-weight: 100;
    text-align: left;
	padding-top:5px;
    margin: 0px;
    color: #ffffffab;
}
.footer-bottom-para {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #a5a8ad;
}
.tnp-field-email{
	display:inline-block;
}
.tnp-field-button{
	display:inline-block;
}
input.footer-input-field,input.tnp-email{
	padding: 8px 75px;
    max-width: 100%;
    color: #fff;
	font-size: 15px;
    background-color: #1f436c;
    border: none;
    border-radius: 5px;
    display: inline-block;
	margin-right: 10px;
}
input.tnp-button{
	padding: 5px 30px;
    background: none;
    color: #49ff9f;
    font-size: 15px;
	font-weight:600;
    border: 2px solid #49ff9f;
    text-transform: uppercase;
    display: inline-block;
}

.footer-subs-btn{
	padding: 5px 30px;
    background: none;
    color: #49ff9f;
    font-size: 15px;
	font-weight:600;
    border: 2px solid #49ff9f;
    text-transform: uppercase;
    display: inline-block;
}
.footer-subs-btn:hover{
	background-color:#49ff9f;
	color:#000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}
/*************************Footer*****************************/
/**************************Loading**************************/
/*home tab 2 */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after { 
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.foorterbubble {
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 10px;
    height: 64px;
    background: rgba(0, 0, 0, 0.778);
    border-radius: 5px 5px 0px 0px;
}
.foorterbubble p {
    color: white;
    font-size: 14px;
    margin-top: 10px;
	text-align: center;
}
/**************************Loading**************************/
/* --------------- c.3 : main ----------------- */

.top-service{
	float: left;
	width: 100%;

}
.top-service ul{
	list-style: none;
	width: 100%;
	margin: 0;
}

.top-service ul li{
	width: 33.33%;
	float: left;
	min-height: 467px;
	background: url(images/top-service.jpg) no-repeat;
}
.top-service ul li:nth-child(2){
	background: url(images/top-service1.jpg) no-repeat;
}
.top-service ul li:last-child{
	background: url(images/top-service2.jpg) no-repeat;
}
.top-service ul li:first-child article {
    padding-top: 30%;
}
.top-service ul li article {
    /* padding: 20px; */
    padding-top: 30%;
    padding-left: 16%;
}
.top-service-head {
    color: #ffffff;
    font-size: 50pt;
    text-align: left;
    margin: 0;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 10px;
}
.top-service-para {
  	color:#fff;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
	width: 80%;
}
.meet-the-team-button {
    /* margin-left: 37%; */
    margin-top: 20px;
    width: 182px;
    height: 45px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    /* float: left; */
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 20px;
    background-color: rgb(255, 144, 0);
    display: block;
    margin: 0 auto;
    /* text-align: center; */
    margin-top: 10px;
}
.meet-the-team-button:hover{
	text-decoration: none;
	color: #ddd;
}
.visit-now-btn{
	width: 182px;
	height: 45px;
	color:#fff;
	font-size: 13px;
	text-align: center;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 20px;
	background-color: rgb(255, 144, 0);
}
.visit-now-btn:hover{
	text-decoration: none;
	color: #ddd;
}
.bye-pac-btn:hover{
	text-decoration: none;
	color: #ddd;
}
.more-pac-btn:hover{
	text-decoration: none;
	color: #ddd;
}
.tab-panel{
	display: block;
	margin-top:50px;
	display: inline-block;
}
ul.tabs-custom{
	width: 100%;
	margin: 0;
	list-style: none;
	background-color: rgba(0, 102, 180,0.761);
	min-height: 615px;
}
ul.tabs-custom li{
	position:relative;
	width: 100%;
    float: left;
    padding-left: 22px;
    border-bottom: 1px solid #6699cc;
    background: url(images/home-icon.png) no-repeat;
    background-position: 24px 55px;
    
}
ul.tabs-custom li.active:after, ul.tabs-custom li.active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

ul.tabs-custom li.active:after {
	border-width: 30px;
	margin-top: -30px;
}
ul.tabs-custom li.active:before {
	border-color: rgba(194, 225, 245, 0);
    border-left-color: rgba(0, 102, 180,0.761);
    border-width: 24px;
    margin-top: -21px;
}

/*ul.tabs-custom li.active{
	background: url(images/tabs-arrow.png) no-repeat right center;
	background-position: 20% 50%;

}*/
ul.tabs-custom li:nth-child(2){
	background: url(images/enterprise-icon.png) no-repeat;
	background-position: 24px 58px;
	
}
ul.tabs-custom li:nth-child(3){
	background: url(images/web-icon.png) no-repeat left center;
	background-position: 24px 58px;
	
}
ul.tabs-custom li:last-child{
	border-bottom: none;
	background: url(images/security-icon.png) no-repeat left center;
	background-position: 24px 58px;
	
} 
ul.tabs-custom li:last-child a{
	padding-left: 39px;
 }
ul.tabs-custom li a{
	font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: left;
    /* line-height: 140px; */
    text-decoration: none;
    padding-left: 51px;
    text-transform: uppercase;
    line-height: 16px;
	padding-top: 56px;
    padding-bottom: 56px;
}
ul.tabs-custom li a span {
	font-size: 11px;
	line-height: 15px;
    margin-top: 10px;
    display: inline-block;
	text-transform: capitalize;
	font-weight:normal
}
.tabs-heading{
	color: #000;
	font-size: 48pt;
	text-align: left;
	padding-top:58px;
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
}
.tabs-heading span{
	font-size: 20pt;
}
.tabs-para{
	text-align: left;
	font-size: 18px;
	font-weight:400;
	color:#999999;
	padding-top:20px;
	width:80%;
}
ul.tabs-info-list{
	width: 100%;
	float: left;
	list-style: none;
	margin-top:15px;
}
ul.tabs-info-list li{
	color:#333333;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 13px;
	padding-left: 20px;
	background: url(images/service-arrow.png) no-repeat left center;
}

.bye-pac-btn{
	border: none;
    width: 182px;
    height: 45px;
    color: #fff;
    margin-right: 20px;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #0994e4;
}
a.ente-more-pac-btn{
	width: 182px;
	height: 45px;
	color:#fff;
	font-size: 13px;
	text-align: center;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	background-color:#00a2ff;
}
.more-pac-btn{
	width: 182px;
	height: 45px;
	color:#fff;
	font-size: 13px;
	text-align: center;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 20px;
	background-color: rgb(0, 132, 208);
}
.more-pac-btn-new{
	width: 182px;
	height: 45px;
	color:#fff;
	font-size: 13px;
	text-align: center;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 20px;
	background-color: rgb(0, 132, 208);
}
.more-pac-btn-new:hover{
	text-decoration: none;
    	color: #ddd;
}
.tabs-full-body{
	width: 100%;
	display: inline-block;
	position: relative;
}
.right-speed-img{
	width: 630px;
	height: 404px;
	position: absolute;
	right: 0;
	top: 60px;
	background: url(images/left-tabs-img.jpg) no-repeat;
}
.left-speed-img{
	opacity:0.7;
	width: 346px;
	height: 556px;
	position: absolute;
	left: 0;
	bottom:48px;
	background: url(images/ray.png) no-repeat;
}
.internet-set-up-option{
	width: 100%;
	min-height: 790px;
	margin-top: -50px;
	background: url(images/internet-set-up-bg.jpg) no-repeat left center;
}
.internet-set-heading,.blog-head{
	color: #fff;
    font-size: 44pt;
    text-align: left;
    padding-top: 288px;
    font-weight: 900;
    line-height: 73px;
}
.blog-head{
	padding-top: 220px;
}
.internet-set-para,.blog-para{
	text-align: left;
	font-size: 18px;
	font-weight:400;
	color:#fff;
	padding-top:20px;
	line-height: 30px;
}
.video-box img{
	padding-top: 200px;
}
.blog-option{
	width: 100%;
	min-height: 790px;
	background: url(images/blog-option-bg.jpg) repeat left center;
}
ul.blog-info{
	width: 100%;
	float: left;
	margin-top:125px;
	margin-bottom: 0;
	list-style: none;
}
ul.blog-info li{
	float: left;
	width: 50%;
	min-height:225px;
	margin-bottom: 20px;
}
ul.blog-info li img{
	display: block;
	width:200px;
	height:110px;
	border-radius: 5px;
}
.blog-info-head{
	color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0;
    line-height: 24px;
    text-transform: capitalize;
}
.blog-info-cat{
	margin: 0;
	color:#3399ff;
	font-weight:400;
	font-size: 14px;
	padding-bottom: 4px;
	width:90%;
}
.blog-info-cat span{
	color:#fff;
}
.author-name{
	color:#33ccff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	padding-top: 20px;
}
.authore-designation{
	color:#fff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}
.client-box{
	width: 100%;
	min-height: 130px;
	/*background: #0099ff;*/
}
.client-list{
	width: 100%;
	min-height: 130px;
	display: inline-block;
	position: relative;
}
.bx-next{
	left: 0;
	top:38%;
	width:38px;
	font-size: 0;
	height: 38px;
	position: absolute;
	background: url(images/next-arrow.png) no-repeat left center;
}
.bx-prev{
	top:38%;
	right: 0;
	width:38px;
	font-size: 0;
	height: 38px;
	position: absolute;
	background: url(images/right-arrow.png) no-repeat left center;
}
.bx-pager, .bx-default-pager {
    display: none;
}
ul.client-img-list{
	list-style: none;
	width: 100%;
	float: left;
	padding-left: 59px;
}
ul.client-img-list li{
	float: left;
	padding-top: 16px;
	padding-right: 20px;
}
ul.client-img-list li img{
	margin-left: 45%;
}

/* -------------------------------------------------------------------*/
/*	common csss
/*---------------------------------------------------------------------*/
.package-new {
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: timer-ani;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-name: timer-ani;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.package-note {
    padding: 20px;
    font-family: 'MuseoSans-500'; 
}
.package-note-new {
    color: #2f3a46;
    text-shadow: 0px 0px 1px #191d21;
    font-size: 16px;
}
.common-inner-top,.self-care-bg{
	width: 100%;
	min-height: 558px;
	background: url(images/security-top-img.jpg) no-repeat top center;
}
.self-care-bg{
	/*background: url(images/self-care.jpg) no-repeat top center;*/
	background: url(images/self-care-new-update.jpg) no-repeat top center;
}
.selfcare-app-banner-head{
    font-size: 42pt !important;
    padding-top: 140px !important;
	font-weight:900 !important;
	text-transform:capitalize !important;
}
.selfcare-app-banner-para{
	width:80%;
	color: #fff !important;
}
.product-details-head,.data-process-head,.services-heading,.statictis-head,.statictis-list-heading,.partner-head,.enterprise-head,.wireless-head,.enterprise-heading,.goti-banner-head{
	color: #fff;
    font-size: 42pt;
    text-align: left;
    padding-top: 233px;
    font-weight: 500;
    text-transform: uppercase;
}
.goti-banner-head{
	font-size: 53px;
	padding-top: 214px;
	
}
.enterprise-heading{
	font-size: 15px;
	color: #000;
	padding: 0px 0 23px;
}
.soho-top-heading{
	padding-bottom: 0;
	line-height: 35px;
	padding-top: 0;
	font-weight: 900;
	font-size: 20px;
}
.enterprise-head{
	padding-top: 130px;
	color: #000;
    font-weight: 500;
}
.data-process-head{
	padding-top: 50px;
	color:#0099ff;
	font-size: 43pt;
}
.wireless-head{
	padding-top: 20px;
	text-align: center;
}
.services-heading{
	font-size: 16pt;
	text-align: center;
	padding-top: 20px;
}
.statictis-list-heading{
	color:#000;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
}
.statictis-head{
	color: #000;
	padding-top:40px;
	padding-bottom: 20px;
	text-align: center;
}
.statictis-head span{
	color:#fff;
	font-size: 46pt;
}
.partner-head{
	color: #0099ff;
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.statictis-para span{
	color:#fff;

}
.product-description,.statictis-para,.common-top-para,.wireless-para,.goti-banner-description{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #ddd;
    padding-top: 20px;
    line-height: 30px;
}
.product-description-new{
	text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #024ea2;
    padding-top: 20px;
    line-height: 30px;
}
.goti-banner-description{
	color:#fff;
	width: 80%;
}
.wireless-para{
	text-align: center;
	padding-top: 0;
}
.common-top-para{
	 color: #669999;
}
.statictis-para{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #6f849d;
}
.common-top{
	margin-top:50px;
	margin-bottom: 20px;
	position: relative;
	text-align:center;
}
.common-top img{
	padding-top: 20px;
	display: block;
	text-align: center;
}
.security-service{
	width: 100%;
	min-height: 389px;
	background:#341950 url(images/security-service-bg.jpg) no-repeat top center;
}
ul.service-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 70px;
}
ul.service-list li{
	float: left;
	width: 20%;
}
ul.service-list li img{
	margin:0 auto;
}
ul.service-list li p{
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #ccccff;
	padding-top: 20px;
	line-height: 20px;
	}
ul.statictis-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
}
ul.statictis-list li{
	float: left;
	/* width: 25%; */
	padding-right: 74px;
}
ul.statictis-list li img{
	display: block;
	text-align: center;
}
ul.partner-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;

}
ul.partner-list li{
	float: left;
	padding-right: 23px;
}
ul.partner-list li img{
	display: block;
	text-align: center;
}



/* -------------------------------------------------------------------*/
/*	enterprise csss
/*---------------------------------------------------------------------*/

.enterprise-top{
	width: 100%;
	min-height: 598px;
	background: url(images/enterprise-top-bg.jpg) no-repeat top center;
}
.enterprise-new-top{
	width: 100%;
	min-height: 598px;
	background: url(images/corporate-new-bg.jpg) no-repeat top center;
	background-size:cover;
}

ul.enterprise-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-list li{
	float: left;
	width: 100%;
	font-size: 16px;
	color:#fff;
	font-weight: 800;
	padding: 0 0 10px 26px;
	background: url(images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 16%;
}
ul.enterprise-list-new{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-list-new li{
	float: left;
	width: 100%;
	font-size: 15px;
	color:#000;
	font-weight: 500;
	padding: 0 0 19px 19px;
	background: url(images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 16%;
}
ul.top-feature-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.top-feature-list li{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
ul.top-feature-list li img{
	float: left;
	padding-top: 6px;
	padding-bottom: 68px;
	margin-right: 20px;
}
.feature-name{
	color: #0099ff;
	font-size: 16pt;
	text-align: left;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.uptime-color{
	color: #859F48;
}
.on-security-color{
	color: #FF9000;
}
.sup-color{
	color: #59A9BD;
}
.feature-description{
	color: #6f849d;
	font-size: 11pt;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	width:95%;
}
.wireless-router-box{
	width: 100%;
	margin-top:20px;
	min-height: 795px;
	background: url(images/wireless-router-box-bg.jpg) repeat top center;
}
.wireless-box{
	width: 100%;
    display: inline-block;
    text-align: center;
}
.wireless-box img{
	display: inline-block;
    text-align: center;
}
.wireless-name{
	color: #fff;
    font-size: 24pt;
    text-align: center;
    font-weight: 700;
    padding:15px 0;
    text-transform: uppercase;
}
ul.price-box{
	width: 80%;
	margin: 0 auto;
	min-height: 300px;
	border: 1px solid rgb(90, 84, 84);
	border-radius: 5px;
	list-style: none;
}
ul.price-box li{
	width: 100%;
	min-height: 100px;
	padding: 10px 0;
	border-bottom: 1px solid rgb(90, 84, 84);
}
ul.price-box li:last-child{
	border-bottom: none;
}
.pro-name{
	color: #fff;
	font-size: 11pt;
	text-align: center;
	font-weight: 700;
	padding-bottom: 10px;
}
.pro-price{
	color: #fff;
	font-size: 20pt;
	text-align: center;
	font-weight: 700;
}
.pro-price span{
	 font-size: 12pt;
}
.full-faq{
	width:100%;
	min-height: 473px;
	margin: 60px 0;
	padding-bottom: 30px;
	background-color: rgb(81, 35, 108);
}
.faq-head{
	color: #002a58;
    font-size: 14pt;
    line-height:25px;
    text-align: center;
    font-family: 'MuseoSans-700';
    padding:15px 0;
    
}
.faq-head span{
	color:#fff;
 }
 .faq-para span{
	color:#fff;
 }
.faq-para{
	font-size: 15px;
    line-height: 27px;
    text-align: center;
    padding-bottom:20px;
    color: #42474c;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    width: 100%;
}
ul.social-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
	margin-bottom:50px;
}
ul.social-list li{
	float: left;
	width: 33.33%;
	background: url(images/social-arrow.png) no-repeat left center;
    background-position: 90% 18px;
}
ul.social-list li:last-child{
	background: none;
}
ul.social-list li img{
	float: left;
	margin-right: 15px;
}
ul.social-list li p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 87%;
text-transform: capitalize;
}
.fb-color{
	float: left;
	width: 20%;
	height: 6px;
	background: #336699;
}
.google-color{
	float: left;
	width: 20%;
	height: 6px;
	background: #cc3333;
}
.tw-color{
	float: left;
	width: 20%;
	height: 6px;
	background: #6699ff;
}
/* ------------common min-------------- */
/* ------------Corporate ip vpn services -----------*/
.corporate-ip-top {
	width: 100%;
	min-height: 620px;
	background: url(images/corporateip.jpg) no-repeat top center;
}
.corporate-ip-head {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin-top: 226px;
	text-transform: uppercase;
}
.corporate-ip-top-product-description {
	color: #b7d9ff;
	font-size: 16px;
	margin-top: 21px;
	width: 70.333333%;
}
.corporate-ip-common-header {
	color: #0096ff;
	font-size: 30px;
	font-weight: 900;
	margin-top: 60px;
	line-height: 38px;

}
.corporate-ip-common-paragraph {
	color: #6f849d;
	font-size: 16px;
	margin-top: 15px;
}
/* ------------Corporate ip vpn services -----------*/
/* ------------Enterprise ip phone -----------*/
.enterprise-ip-top {
	width: 100%;
	min-height: 647px;
	background: url(images/enterprise-ip-phone.jpg) no-repeat top center;
}
.enterprise-ip-head,.soho-ip-head,.support-head-top {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin-top: 226px;
	text-transform: uppercase;
}
.enterprise-ip-top-product-description {
	color: #fff;
	font-size: 16px;
	margin-top: 21px;
	width: 78.333333%;
	line-height: 28px;
}
.enterprise-ip-middle-title {
	color: #282828;
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.enterprise-ip-middle-paragraph {
	color: #6f849d;
	font-size: 16px;
	margin-top: 10px;
	line-height: 28px;
	    text-align: justify;
	
}
.corporate-ip-common-paragraph {
	color: #6f849d;
	font-size: 16px;
	margin-top: 15px;
}
ul.enterprise-tab{
	width: 100%;
	list-style: none;
	border: 1px solid rgba(204, 204, 204, 0.42);
	min-height: 70px;
	border-radius: 10px;
	text-align: center;
}
ul.enterprise-tab li:first-child{
	padding-left: 10px;
}
ul.enterprise-tab li:last-child{
	background: none;
	padding-right: 10px;
}
ul.enterprise-tab li{
	padding: 5px 10px 0;
    background: url(images/enterprise-arrow.png) no-repeat left center;
    background-position: 100% 18px;
    width: 33%;
	display:inline-block;
}
span.packicon,span.packiconhome{
	color: #013896;
    font-size: 40px;
    padding: 3px;
    border: 3px solid #d1ebff;
    border-radius: 50%;
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-right: 15px;
}
span.packiconhome{
	float:none;
	margin-right:0;
	display:inline-block;
	margin-bottom: 8px;
}
ul.enterprise-tab li a{
	font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 57px;
    background-color: rgb(184, 205, 220);
    border-radius: 10px;
    width: 100%;
    float: left;
}
ul.enterprise-tab li a:hover{
	text-decoration: none;
	background-color: rgb(46, 151, 227);
}
ul.enterprise-tab li.active a{
	text-decoration: none;
	background-color: rgb(46, 151, 227);
}
ul.enterprise-tabs-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-tabs-list li{
	
}
ul.enterprise-tabs-list li img{
	float: left;
	margin-right: 10px;
}
ul.enterprise-tabs-list li p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 75%;
}
ul.enterprise-tabs-list-second{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-tabs-list-second li{
	float: left;
	width: 25%;
}
ul.enterprise-tabs-list-second li img{
	float: left;
	margin-right: 10px;
}
ul.enterprise-tabs-list-second li p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 75%;
}

ul.enterprise-tabs-list-extra{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-tabs-list-extra li{
	float: left;
    width: 20%;
    display: inline-block;
    text-align: center;
}
ul.enterprise-tabs-list-extra li img{
	margin-right: 10px;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
}
ul.enterprise-tabs-list-extra li p{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 100%;
}
.search-top{
	min-height: 800px;
	padding-top: 120px;
}
/* ------------SOHO ip phone-----------*/
.soho-ip-top{
	width: 100%;
    min-height: 788px;
    background: url(images/soho-ip-top-bg.jpg) no-repeat top center;
}
.soho-ip-head{
	margin-top: 150px;
}
.support-head-top{
	margin-top: 100px;
	font-size: 44px;
}
ul.soho-ip-top-list{
	width: 100%;
	float: left;
	margin-top: 30px;
	list-style: none;
}
ul.soho-ip-top-list li{
	float: left;
	width: 50%;
}
ul.soho-ip-top-list li img{
	float: left;
	margin-right: 15px;
	padding: 5px 0 20px 0;
}
.soho-ip-top-heading{
	font-size: 16px;
    padding-top: 0;
    color: #fff;
    line-height: 22px;
    padding-bottom: 5px;
}
ul.soho-ip-top-list li p{
	text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    width: 90%;
}
.soho-para{
	color: #6f849d;
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
    text-align: center;
}
ul.soho-top-feature-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.soho-top-feature-list li{
	width: 33.33%;
	float: left;
	min-height: 119px;
}
ul.soho-top-feature-list li img{
	float: left;
	margin-right: 15px;
	padding: 35px 0;
}
ul.soho-top-feature-list li p{
	text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    line-height: 20px;
    width: 95%;
}
ul.other-benifite-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.other-benifite-list li{
	width: 33.33%;
	float: left;
	padding-bottom:20px;
}
ul.other-benifite-list li img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
ul.other-benifite-list li p{
	text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}
.other-benifite-heading{
	font-size: 20px;
	 padding-bottom: 0;
    line-height: 35px;
    padding-top: 0;
    font-weight: 900;
    text-align: center;
}
/* ------------Host top-----------*/
.host-top-bg{
	width: 100%;
    min-height: 598px;
    background: url(images/host-top-bg.jpg) no-repeat top center;
}
.host-ip-border{
	left: 10%;
    top: 36%;
	width: 72%;
	height: 5px;
	position: absolute;
	background: url(images/host-line.png) no-repeat top center;
}
ul.host-ip-list{
	position: relative;
    /* width: 100%; */
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.host-ip-list li{
	/*width: 25%;
	float: left;*/
	padding-bottom: 20px;
    flex-basis: 24%;
}
ul.host-ip-list li img{
	display: block;
	margin: 0 auto;
	padding-bottom:20px;
}
ul.host-ip-list li p{
	text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #669999;
    line-height: 26px;
    width: 84%;
    margin: 0 auto;
}
.advance-host-ip-bg{
	width: 100%;
    min-height: 850px;
    background: url(images/advance-host-ip-bg.jpg) repeat top center;
}
ul.advance-inner-box{
	position: relative;
	width: 100%;
	list-style: none;
	padding-top: 70px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.advance-inner-box li{
	/*width: 50%;*/
	/*float: left;*/
	padding-bottom:20px;
	flex-basis: 48%;
}
ul.advance-inner-box li img{
	float: left;
	margin-right: 35px;
	padding: 20px 0 100px;
}
.advanced-inner-head{
	font-size: 24px;
	padding-bottom: 0;
    line-height: 35px;
    padding-top: 0;
    font-weight: 900;
    color:#33ccff;
    text-align: left;
}
ul.advance-inner-box li p{
	text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #ccccff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}
/* ------------MPls Solituion-----------*/
.mpls-solution-top{
	width: 100%;
    min-height: 598px;
    background: url(images/mpls-solution-top-bg.jpg) no-repeat top center;
}
.mpls-middle-border{
	left: 50%;
    top: 0%;
	width: 10px;
	height: 437px;
	position: absolute;
	background: url(images/middle-border-bg.png) no-repeat top center;
}
ul.mpls-middle-list{
	position: relative;
	width: 100%;
	list-style: none;
}
ul.mpls-middle-list li{
	width: 100%;
	float: left;
	padding-bottom:100px;
}
ul.mpls-middle-list li img{
	float: right;
	margin-left: 30px;
	padding-bottom: 30px;
}
ul.mpls-middle-list li p{
	text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #669999;
    line-height: 26px;
    width: 84%;
    margin: 0 auto;
}
ul.mpls-middle-list-right{
	position: relative;
	width: 100%;
	list-style: none;
}
ul.mpls-middle-list-right li{
	width: 100%;
	float: left;
	padding-bottom:100px;
}
ul.mpls-middle-list-right li img{
	float: left;
	margin-right: 30px;
	padding-bottom: 30px;
}
ul.mpls-middle-list-right li p{
	text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #669999;
    line-height: 26px;
    width: 84%;
    margin: 0 auto;
}
.mpls-middle-list-head{
	font-size: 20px;
    padding-top: 0;
    color: #000;
    line-height: 42px;
    padding-bottom: 10px;
    text-align: right;
    font-weight: 900;
}
.mpls-middle-list-head-right{
	font-size: 20px;
    padding-top: 0;
    color: #000;
    line-height: 42px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 900;
}
.mpls-feature-list-bg{
	width: 100%;
    min-height: 471px;
    background: url(images/mpls-feature-list-bg.jpg) repeat top center;
}
ul.mpls-feature-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.mpls-feature-list li{
	width: 100%;
	float: left;
	padding-bottom:50px;
	background: url(images/mpls-feature-list-arrow.png) no-repeat left center;
    background-position: 0px 16%;
}
.circule-icon{
	width: 9px;
	height: 9px;
	background: url(images/mpls-feature-list-arrow.png) no-repeat right center;
    background-position: 100% 16%;
}
.mpls-feature-list-head{
	font-size: 24px;
    padding-top:20px;
    color: #fff;
    line-height: 42px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
}

ul.mpls-feature-list li p{
	text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    width: 84%;
    margin: 0 auto;
}
.phone-head{
	font-weight:600;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

/* ------------Support Css-----------*/
.contact-us{
	width: 100%;
    min-height: 320px;
    background: url(images/contact-bg.jpg) no-repeat top center;
}


.support-top{
	width: 100%;
    min-height: 400px;
    background: url(images/support-page-bg-new.jpg) no-repeat top center;
	background-size:cover;
}
ul.support-top-list{
	list-style: none;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.support-top-list li{
	flex-basis:48%;
	padding-bottom: 30px;
}
ul.support-top-list li img{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
}
.contact-frm{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.contact-group{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.contact-group label{
	width: 100%;
	font-size: 16px;
	color: rgb(0, 156, 255);
	text-transform: uppercase;
	line-height: 20px;
	text-align: left;
	font-weight: 900;
}
input.contact-fld{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(196, 196, 196);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	min-height: 41px;
	line-height: 41px;
	padding:0 10px;
	font-weight:400;
	font-size: 16px;
	color: #9999cc;
	width: 100%;
}
textarea.contact-mes{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(196, 196, 196);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	min-height: 100px;
	padding:10px;
	font-weight:400;
	font-size: 16px;
	color: #9999cc;
	width: 100%;
}
.contact-btn{
	width: 182px;
	height: 45px;
	border-radius: 20px;
	border:none;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	background-color: rgb(255, 144, 0);
}
ul.support-info-list{
	width: 100%;
	float: left;
	margin-top: 30px;
	list-style: none;
}
ul.support-info-list li{
	float: left;
	width: 46%;
	margin-right: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(197, 197, 197);
	border-radius: 5px;
	min-height: 169px;
	padding: 20px 12px;
    margin-bottom: 20px;
}
.referral-list-title{
	font-size: 17px;
    color: #000;
    text-transform: capitalize;
    line-height: 34px;
    text-align: left;
    font-weight: 500;
    padding: 0 0 21px 35px;
    background: url(images/referral-icon.png) no-repeat left center;
    background-position: 0px 9%;
}
.referral-list-title span{
	color:#1968c3;
	font-weight: 900;
}
.help-number-head{
	font-size: 16px;
    color: rgb(0, 156, 255);
  	text-transform: uppercase;
  	text-align: left;
    font-weight: 900;
    padding: 0 0 20px 26px;
    background: url(images/contact-circule-arrow.png) no-repeat left center;
    background-position: 0px 8%;
}
.general-support-head{
	font-size: 18px;
    color: #009cff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 900;
    padding: 25px 0px;
    margin-top: 5px;
}
.support-right-space{
	padding-left:10%;
}
.general-support-details{
	font-size: 16px;
    color: #333333;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
    padding: 13px 0px;
}
.general-support-details > span {
    font-weight: 800;
    text-transform: capitalize;
}
.general-support-details > span >i{
    font-size: 18px;
    margin-right: 10px;
	vertical-align:middle;
}
.telephone-head{
	font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 22px 38px;
    background: url(images/telephone-icon.png) no-repeat left center;
    background-position: 0px 8%;
}
.telephone-head span{
	font-weight: 800;
	text-transform: lowercase;
}

.fax-head{
	font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    text-align: left;

    font-weight: 400;
    padding: 10px 0 22px 38px;
    background: url(images/fax-icon.png) no-repeat left center;
    background-position: 0px 8%;
}
.fax-head span{
	font-weight: 800;
}
/* ------------Web Solution Css-----------*/
.web-solution-top{
	width: 100%;
    min-height: 688px;
    background: url(images/web-solution-top-bg.jpg) no-repeat top left;
}
ul.web-service-top-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.web-service-top-list li{
	width: 25%;
	float: left;
	padding-bottom:20px;
}
ul.web-service-top-list li img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
ul.web-service-top-list p{
	width:90%;
	font-size:10pt;
	color:#000;
	text-align:justify;
}
.web-service-top-listt-head{
	
	font-size: 18px;
	 padding-bottom: 0;
    line-height: 25px;
    padding-top: 0;
    font-weight: 900;
    text-align: center;
    color:#0099ff;
    text-transform: uppercase;
}
.web-service-top-listt-head span{
	color:#9966cc;
}
.web-service-top-listt-head span span{
	color:#cc66cc;
}
.web-service-top-listt-head span span span{
	color:#ff9999;
}
ul.all-services-list{
	width: 100%;
	float: left;
	list-style: none;
	padding-bottom: 50px;
	border-bottom: 1px solid #663399;
	margin-bottom: 30px;
}
ul.all-services-list li{
	width: 20%;
	float: left;
	padding-bottom:20px;
}
ul.all-services-list li img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.all-services-heading{
	font-size: 18px;
	 padding-bottom: 0;
    line-height: 35px;
    padding-top: 0;
    font-weight: 900;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
}
a.request-pro{
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	padding: 0 60px;
	line-height: 60px;
	min-height: 60px;
	border-radius: 20px;
	text-transform: uppercase;
	display: inline-block;
	background-color: rgb(255, 144, 0);
    margin-left: 40%;
}
/* ------------Vas Css-----------*/
.learn-more{
	text-align: right;
    display: block;
    position: absolute;
    right: 0;
    bottom: 12px;
}
.vas-top-bg{
	width: 100%;
    min-height: 600px;
    background: url(images/vas-top-bg.jpg) no-repeat top center;
}
ul.ves-service-top-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.ves-service-top-list li{
	position: relative;
	/* width: 25%; */
	float: left;
	padding-bottom:20px;
}
ul.ves-service-top-list li img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
ul.ves-service-top-list p{
	/* width:90%; */
	font-size:10pt;
	color:#000;
	text-align:justify;
}
.ves-service-top-listt-head{
	min-height:50px;
	font-size: 16px;
	 padding-bottom: 0;
    line-height: 25px;
    padding-top: 0;
    font-weight: 700;
    text-align: center;
    color:#DD73B4;
    text-transform: uppercase;
}
.ves-service-top-listt-head a{
	color:#DD73B4;
	text-decoration: none;
}
/* ------------Goti Css-----------*/
a.pay-now-btn {
    background-color: #11245e;
    color: #fff;
    font-size: 15px;
    font-family: 'MuseoSans-900';
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0 8px;
    padding: 17px 30px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0px 0px 3.92px 2.08px rgba(0, 0, 0, 0.25);
}
a.pay-now-btn:hover{
	box-shadow:none;	
}
.test-goti-top{
	width: 100%;
    min-height:756px;
    /*background: url(images/test-goti-top.jpg) no-repeat top center;*/
	background: url(images/goti-march-page-bg.jpg) no-repeat top center;
	background-size:cover;
}
.test-goti-top-head{
	color: #000;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    line-height:55px;
	padding-top:50px;
    padding-bottom: 15px;
}
.test-goti-top-head span{
	color:#fff;
}
.test-goti-top-para{
	color: #6f849d;
    font-size: 12pt;
    text-align: center;
    font-weight: 400;
    line-height: 27px;
}
.test-goti-top-para span{
	color:#aed0dc;
}
ul.goti-service-list{
	width:100%;
	list-style:none;
}
ul.goti-service-list > li{
	width:100%;
	display:inline-block;
	text-align:center;
	padding:30px 0;
}
ul.goti-service-list > li img{
	text-align:center;
	padding:10px 0;
	display:inline-block;
 }
.goti-service-head{
	color: #0096ff;
    font-size: 12pt;
    text-align: center;
    font-weight: 900;
    line-height: 25px;
    padding: 5px 0;
}
.goti-service-title {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding: 20px 0;
    margin: 0px;
}

.enterpries-info-section{
	position: relative;
    width: 100%;
    text-align: center;
}
.goti-service-para{
	font-size: 15px;
    line-height: 27px;
    text-align: center;
    padding-bottom: 50px;
    color: #42474c;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    width:90%;
}
.goti-provide-img-box{
	display:inline-block;
	text-align:center;
	width: 100%;
}
.goti-provide-img-box img{
	text-align:center;
	padding-top:20px;
	display:inline-block;
}
ul.new-monthly-charge-list-box{
	width: 100%;
    list-style: none;
    margin-top: 15px;
    /* text-align: center; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.new-monthly-charge-list-box > li{
    flex-basis: 24%;
    margin-right: 1%;
    margin-bottom: 2%;
    position: relative;
    min-height: 376px;
    border-radius: 10px 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 0px 0px rgba(195, 213, 217, 0.95);
}
ul.new-monthly-charge-list-box > li:last-child{
	float: none;
    display: inline-block;
    text-align: center;
}
.independent-offer-large,.independent-offer-medium,.independent-offer-small,.independent-offer-mini,.metro-bg,.super-lite-bg,.gamers-bg,.small-office-bg,.movie-streamer-bg,.super-heavy-bg,.ultimate-combo-bg,.super-fast-st-fa-bg,.super-fast-bg,.super-fast-ul-fa-bg,.super-fast-pr-fa-bg{
	background: url(images/super-fast-bg.png) no-repeat top center;
	background-size:cover;
	width:100%;
	min-height: 199px;
	display:inline-block;
	text-align:center;
	margin-bottom: 31px;
}
.independent-offer-mini{
	background: url(images/indipendent-mini-bg.png) no-repeat top center;
	background-size:cover;
}
.independent-offer-small{
	background: url(images/indipendent-small-bg.png) no-repeat top center;
	background-size:cover;
}
.independent-offer-medium{
	background: url(images/indipendent-medium-bg.png) no-repeat top center;
	background-size:cover;
}
.independent-offer-large{
	background: url(images/indipendent-large-bg.png) no-repeat top center;
	background-size:cover;
}
.metro-bg{
	background: url(images/metro-bg.png) no-repeat top center;
	background-size:cover;
}
.super-lite-bg{
	background: url(images/super-lite-bg.png) no-repeat top center;
	background-size:cover;
}
.gamers-bg{
	background: url(images/gamers-bg.png) no-repeat top center;
	background-size:cover;
}
.small-office-bg{
	background: url(images/small-office-bg.png) no-repeat top center;
	background-size:cover;
}
.movie-streamer-bg{
	background: url(images/movie-streamer-bg.png) no-repeat top center;
	background-size:cover;
}
.super-heavy-bg{
	background: url(images/super-heavy-bg.png) no-repeat top center;
	background-size:cover;
}
.ultimate-combo-bg{
	background: url(images/ultimate-combo-bg.png) no-repeat top center;
	background-size:cover;
}
.super-fast-st-fa-bg{
	background: url(images/super-fast-st-fa-bg.png) no-repeat top center;
	background-size:cover;
}
.super-fast-pr-fa-bg{
	background: url(images/super-fast-pr-fa-bg.png) no-repeat top center;
	background-size:cover;
}
.super-fast-ul-fa-bg{
	background: url(images/super-fast-ul-fa-bg.png) no-repeat top center;
	background-size:cover;
}
.independent-offer-mini img {
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.independent-offer-small img {
	text-align:center;
	padding: 32px 0 10px;
	display:inline-block;
}
.independent-offer-medium img {
	text-align:center;
	padding: 40px 0 10px;
	display:inline-block;
}
.independent-offer-large img {
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.super-heavy-bg img{
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.movie-streamer-bg img{
	text-align:center;
	padding: 20px 0 8px;
	display:inline-block;
}
.small-office-bg img{
	text-align:center;
	padding: 20px 0 15px;
	display:inline-block;
}
.gamers-bg img{
	text-align:center;
	padding: 36px 0 20px;
	display:inline-block;
}
.super-lite-bg img{
	text-align:center;
	padding: 20px 0 16px;
	display:inline-block;
}
.ultimate-combo-bg img{
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.super-fast-st-fa-bg img{
	padding: 15px 0;
	display:inline-block;
}
.super-fast-pr-fa-bg img{
	padding: 15px 0;
	display:inline-block;
}
.super-fast-ul-fa-bg img{
	padding: 15px 0;
	display:inline-block;
}
.super-fast-bg img{
	text-align:center;
	padding: 28px 0 10px;
	display:inline-block;
}
.metro-bg img{
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.new-speed-val{
	color: #00a2ff;
	font-size: 57pt;
	font-weight: 900;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
}
.new-speed-val span{
	font-size: 10pt;
	margin-left: -13px;
}
.new-monthly-limit{
	color: #848484;
	font-size: 10pt;
	text-align: center;
	font-weight: 700;
	line-height: 27px;
	/* font-family: 'Lato', sans-serif; */
}
.new-pack-price-val{
	color: #00a2ff;
	font-size: 20pt;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	padding: 15px 0 0;
	/* margin-bottom: 5px; */
	text-align: center;
}
.new-pack-price-val span{
	font-size: 12pt;
	margin-left: 4px;
}
span.new-pack-price{
	color: #848484;
	font-size: 12pt;
	font-weight: 900;
	line-height: 19px;
	margin-right: 5px;
	text-transform: uppercase;
}
a.new-buy-pack{
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    line-height: 39px;
    text-align: center;
    width: 139px;
    border-radius: 17px;
    background-color: rgb(0, 162, 255);
    position: absolute;
    bottom: -16px;
    left: 26%;
}
.test-monthly-charge-name{
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	padding: 15px 0;
}
.test-monthly-charge-name span{
	font-size: 10px;
}

ul.router-list{
	width:100%;
	list-style:none;
	display:inline-block;
	text-align: center;
}
ul.router-list > li{
	width: 26%;
    text-align: center;
    display: inline-block;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
}
ul.router-list > li.active{
	border:6px solid #00a2ff;
}
.test-wireless-head{
	color: #000000;
    font-size: 12pt;
    font-weight: 900;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
	padding: 5px 0;
}
ul.router-list li a img{
	text-align:center;
	display:inline-block;
}
.wireless-routing-common-box{
	padding: 50px 15px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    display: inline-block;
	width:100%;
}
.wireless-routing-common-box img{
	float: left;
    margin-right: 98px;
    padding-left: 92px;
}
.wireless-routing-common-head{
	color: #000000;
    font-size: 30pt;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
    margin: 15px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #eaeaea;
}
.wireless-routing-common-head span{
	color: #b8b8b8;
	font-size: 13pt;
    font-weight: 400;
	text-transform: capitalize;
}
.wireless-routing-common-speed{
	color: #00a2ff;
    font-size: 35pt;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 19px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.wireless-routing-common-speed span{
	font-size: 11pt;
    font-weight: 500;
	text-transform: capitalize;
}
.wireless-routing-common-price{
	color: #b8b8b8;
    font-size: 12pt;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.detail-specifications-para{
	color: #b8b8b8;
	font-size: 11pt;
    font-weight: 500;
	text-transform: capitalize;
    text-align: left;
}
a.specifications-more{
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    line-height: 39px;
    text-align: center;
    width: 139px;
	float:left;
    border-radius: 17px;
    background-color: rgb(0, 162, 255);
  
}
span.feature-icon{
	color: #fff;
    font-size: 12pt;
    font-weight: 700;
    text-transform: capitalize;
    background: #00a2ff;
    padding: 7px 12px;
    border-radius: 10px;
    margin-bottom: 1px;
    display: inline-block;
}
span.reatail-price{
	color: #000;
    font-size: 12pt;
    font-weight: 900;
    line-height: 19px;
    margin-right: 5px;
    text-transform: capitalize;
}
span.reatail-price-value{
	color: #00a2ff;
    font-size: 20pt;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}


/*=== New home page ===*/

.new-banner{
	width:100%;
	display:block;
	height: 787px;
}
ul.new-banner-list{
	display:inline-block;
	width:100%;
	list-style:none;
	margin-bottom:0;
	padding:0;
}
ul.new-banner-list > li{
	width:100%;
	display:inline-block;
	min-height:787px;
	background-size:cover !important;
}
.new-banner-head{
	color: #ffffff;
    font-size: 68pt;
    text-align: left;
	padding-top:250px;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.new-banner-para{
	color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
}
ul.top-product-info-list{
	width:100%;
	list-style:none;
	margin:0;
	display:inline-block;
}
ul.top-product-info-list > li{
	float: left;
    width: 50%;
    color: #fff;
    font-weight: 900;
    font-size: 14pt;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom: 20px;
    background: url(images/top-product-info-list-arrow.png) no-repeat left center;
}
ul.top-product-info-list > li span{
	color: #ff9000;
    font-size: 25pt;
}
.top-service{
	float: left;
	width: 100%;
}
.new-top-service ul{
	list-style: none;
	width: 100%;
	margin: 0;
}
.new-top-service ul li{
	width: 33.33%;
	float: left;
	min-height: 467px;
	background: url(images/new-top-service.jpg) no-repeat;
}
.new-top-service ul li:nth-child(2){
	background: url(images/new-top-service1.jpg) no-repeat;
}
.new-top-service ul li:last-child{
	background: url(images/new-top-service2.jpg) no-repeat;
}
.new-top-service ul li:first-child article {
    padding-top: 42%;
}
.new-top-service ul li article {
    padding-top: 30%;
    padding-left: 16%;
}
.new-product-tab{
	width:100%;
	display:inline-block;
	min-height:126px;
	background:#ff9000;
}
ul.new-product-tab-list{
	width:100%;
	list-style:none;
	min-height:126px;
	margin-bottom:0;
}
ul.new-product-tab-list > li{
	width: 25%;
    float: left;
    background: #3d8bc6;
    min-height: 126px;
	position:relative;
    box-sizing: border-box;
    padding: 42px 5px 10px 20px;
}
ul.new-product-tab-list > li.active{
	background:#ff9000;
}
ul.new-product-tab-list > li.active:after {
	bottom: 0%;
    left: 27%;
	content: url('images/active-arrow.png');
	height: 0;
	width: 0;
	z-index:10;
	position: absolute;
	pointer-events: none;
}
.panel-body{
	padding:15px;
}
ul.new-product-tab-list > li img{
	float: left;
    margin-right: 25px;
    padding-bottom: 28px;
}
.new-product-tab-head{
	font-size: 18pt;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}
.new-product-tab-para{
	color: #fff;
	font-size: 10pt;
    line-height: 15px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: normal;
}
.tabs-common-details-body,.tabs-enterprise-details-body,.tabs-web-details-body,.tabs-security-details-body{
	width: 100%;
	padding:120px 0 50px;
	box-sizing:border-box;
    background: url(images/tabs-common-details-bg.jpg) no-repeat top center;
	background-size:cover;
	margin-top: -4px;
}
.tabs-enterprise-details-body{
	 background: url(images/tabs-enterprise-details-body.jpg) no-repeat top center;
	background-size:cover;
}
.tabs-web-details-body{
	 background: url(images/tabs-web-details-body.jpg) no-repeat top center;
	background-size:cover;
}
.tabs-security-details-body{
	 background: url(images/tabs-security-details-body.jpg) no-repeat top center;
	background-size:cover;
}
.panel{
	border-color: #ddd
}

.new-tabs-heading{
	color: #fff;
	font-size: 37pt;
	text-align: left;
	/*padding-top:58px;*/
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
}
.new-tabs-heading span{
	font-size: 14pt;
	color:#ff9000;
}
.new-tabs-para{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-weight:400;
	color: rgba(255, 255, 255, 0.82);
	padding-top:20px;
}
ul.new-tabs-info-list{
	width: 100%;
	float: left;
	list-style: none;
	margin-top:15px;
}
ul.new-tabs-info-list li{
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 13px;
	padding-left: 20px;
	background: url(images/service-arrow.png) no-repeat left center;
}
.blog-img-home{
	border-radius: 15px;
	margin-bottom:15px;
}
h3.new-blog-head{
	color: #0084d0;
    font-size:52px;
    text-align: center;
    font-weight: 700;
    line-height:50px;
	padding-top:30px;
}
p.new-blog-para{
	color: #cfcfcf;
    font-size: 13pt;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 25px;
}
.new-blog-box{
	width:100%;
	margin: 10px 0;
}
.new-blog-box a img{
	width:100%;
	position:relative;
	display:inline-block;
	text-align:center;
}
.new-blog-info-box{
	position: absolute;
    bottom:10px;
    left: 15px;
    width: 93%;
    min-height: 77px;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.69);
}
/*
.new-blog-info-head{
	color: #000;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}*/
p.new-blog-info-para{
	olor: #766e6e;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}
.new-client-box{
	width: 100%;
	min-height: 130px;
	border-top:1px solid #ebebeb;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 0px 0px 32px 0px rgba(7, 70, 97, 0.12);
}
.new-client-head{
	color: rgba(0, 0, 0, 0.53);
    font-size: 16pt;
    text-align: center;
    font-weight: 800;
    line-height: 26px;
    padding: 15px 0;
    /* margin: 0; */
    margin-top: 40px;
}

/*===================*/

.goti-top{
	width: 100%;
    min-height:590px;
    background: url(images/goti-top-img.jpg) no-repeat top center;
}
.goti-top-head{
	color: #000;
    font-size: 45px;
    text-align: left;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 20px;
}
.goti-top-para{
	color: #6f849d;
    font-size: 12pt;
    text-align: left;
    font-weight: 400;
    line-height: 27px;
    width: 95%;
}
.goti-call-info{
	color: #000;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 20px;
    padding: 0 0 20px 26px;
    background: url(images/enterprise-list-arrow.png) no-repeat left center;
    background-position: 0px 16%;
}
.monthly-charge-box{
	width: 100%;
    min-height: 1175px;
    background: url(images/monthly-charge-box-bg.jpg) repeat top center;
	background-size: cover;

}
ul.monthly-charge-list-box{
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 20px;
	min-height: 435px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
}
ul.monthly-charge-list-box li{
	float: left;
	width: 20%;
	text-align: center;
	background: url(images/left-border-for-charge.png) no-repeat left center;
    min-height: 435px;
    padding-bottom: 20px;
}
ul.monthly-charge-list-box li img{
	display: inline-block;
	padding-top: 20px;
}
.monthly-charge-name{
	color: #000;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px 0;
}
.monthly-charge-name span{
	font-size: 10px;
}
.speed-head{
	color:#999999;
	font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 0 32px;
}
.speed-val{
	color: #000;
    font-size: 55pt;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}
.speed-val span{
	font-size: 10pt;
    margin-left: -6px;
}
.monthly-limit{
	color:#000;
	font-size: 12px;
    font-weight: 900;
    padding: 10px 0;
}
.pack-info{
	float: left;
    width: 89%;
    font-size: 12px;
    color: #000;
    font-weight: 800;
    padding: 0 0 0px 14px;
    background: url(images/enterprise-list-arrow.png) no-repeat left center;
    background-position: 0px 22%;
    margin-left: 5%;
}
.pack-price{
	color:#000;
	font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.pack-price-val{
	color: #000;
    font-size: 22pt;
    font-weight: 900;
    line-height: 15px;
    text-transform: uppercase;
    padding: 20px 0;
    margin-bottom: 5px;
}
.pack-price-val span{
	font-size: 14pt;
}
a.buy-pack{
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 37px;
	padding: 13px 32px;
	border-radius: 17px;
	background-color: rgb(255, 144, 0);
}
.solution-box{
	width: 100%;
}
.solution-box img{
	padding-bottom: 50px;
}
/* ---------------------Blog Css--------------------------------- */
.blog-top{
	width: 100%;
    min-height: 292px;
    background: url(images/blog-top-img.jpg) no-repeat top center;
}
.blog-nesw-scroll{
	width: 100%;
	min-height: 27px;
	background-color: rgb(224, 224, 224);
}
.blog-scroll-head{
	float: left;
    color: #000;
    width: 9%;
    font-size: 14px;
    line-height: 29px;
    font-weight: 800;
    padding: 0 0 1px 33px;
    background: url(images/blog-scroll-head-bg.png) no-repeat left;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-position: 9px 8px;
}
.scroll-para{
	line-height: 27px;
	padding:0 6px;
	text-align: left;
	font-size: 12px;
	color:#000;
}
.scroll-para-color{
	line-height: 27px;
	padding:0 6px;
	text-align: left;
	font-size: 12px;
	color:#f00;
}
.blog-date{
	min-width: 130px;
    /* border-radius: 50%; */
    background-color: #034ea2;
    position: absolute;
    left: 0;
    top: 14.8%;
    color: #fff;
    text-align: center;
    /* padding-top: 10px; */
    font-size: 15px;
    font-weight: 900;
    line-height:40px;
}
.blog-comment{
	min-width: 42px;
  	min-height: 42px;
	border-radius: 50%;
  	 background-color: rgb(32, 32, 32);
	position: absolute;
	left: -74px;
    top: 84px;
	color: #fff;
	 text-align: center;
	padding-top: 10px;
    font-size: 12px;
    font-weight: 900;
}
ul.blog-list{
	width: 100%;
	list-style: none;
}
ul.blog-list li{
	width: 100%;
    float: left;
    padding-bottom: 15px;
    position: relative;
	background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.blog-page-head{
	font-weight: 800;
	font-size: 30px;
	text-align: left;
	color: #000;
	line-height: 30px;
	padding:8px 0;
}
.blog-cat-author{
	font-weight: 800;
	font-size: 13px;
	text-align: left;
	color: #000;
}
.blog-cat-author span{
	font-weight: 300;
}
.blog-list img{
	width:100%;
	float: left;
	padding-bottom: 10px;
	
}
.blog-description{
	color: #000000ba;
	font-size: 14px;
	padding: 10px 0;
	text-align: justify;
	font-weight: 100;
	line-height:22px;
}
.blog-cat{
	float: left;
	width: 50%;
}
.facebook-share-singel{
float: left;
width:100%;
}
.facebook-share-singel img{
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	width:initial !important;
}
.facebook-share img{
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	width:initial;
}
.blog-full{
	background:#ececec;
}
.blog-cat-name{
	float: left;
	color: #fff;
	margin: 0 5px;
	font-size: 13px;
	padding: 7px 28px;
	background-color: rgb(167, 167, 167);
}
a.blog-more{
	float: right;
    min-width: 127px;
    min-height: 32px;
    border-radius: 15px;
    line-height: 32px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #034ea2;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
a.blog-more:hover{
    background-color: #000;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
}
.tab-panel-blog{
	display: inline-block;
	margin-top: 10px;
}
.pagination-box{
	text-align: left;
	margin-top: 20px;
	padding-top: 0;
}

.wp-paginate a {
    border: 1px solid #c9c9c9!important;
    color: #242424!important;
    text-decoration: none;
    display: inline-block;
    transition: all .8s ease 0s;
    height: 40px;
    line-height: 40px;
    margin: 10 10px 0 0!important;
    padding: 0!important;
    text-align: center;
    width: 40px;
    margin-top: 10px;
	background: #fff!important;
}
.wp-paginate .current {
    background-color: #034ea2!important;
    color: white!important;
	border:transparent;
	text-decoration: none;
    display: inline-block;
    transition: all .8s ease 0s;
    height: 40px;
    line-height: 40px;
    padding: 0!important;
    text-align: center;
    width: 40px;
    margin-top: 10px;
}
.wp-paginate a:hover, .wp-paginate a:active {
    background-color: #034ea2!important;
    color: white !important;
}

.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;font-size: 14px;}

.top-stories{
	float: left;
	width: 100%;
}
.top-stories-head{
	width: 50%;
	min-height: 36px;
	background:#000;
	color: #fff;
	line-height: 36px;
	text-align: left;
	padding: 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0 50px 0 0;
}
ul.stories-tabs-custom{
	width: 100%;
	list-style: none;
	float: left;
	min-height: 36px;
}
ul.stories-tabs-custom li{
	float: left;
	background: #ff0099;
	margin-bottom: 10px;
}
ul.stories-tabs-custom li:nth-child(2){
	background: #ff9933;
}
ul.stories-tabs-custom li:last-child{
	background: #0099cc;
}
ul.stories-tabs-custom li a{
	font-size: 20px;
    text-align: center;
    padding: 0 19px;
    line-height: 36px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
ul.top-stories-tab-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.top-stories-tab-list li{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
ul.top-stories-tab-list li img{
	float: left;
	margin-right: 15px;
	padding-top: 0;
	width: 100px;
}
.top-stories-titel{
	font-size: 14px;
	line-height:24px;
	text-align: left;
	color: #000;
	font-family: 'MuseoSans-500';
}
ul.top-stories-tab-list li p{
	font-size: 12px;
	text-align: left;
	color: #000;
	font-weight: 400;
}
.might-also{
	width: 100%;
	float: left;
	margin:20px 0;
}
.might-heading{
	width: 100%;
	min-height: 36px;
	background: #0099ff;
	color: #fff;
	line-height: 36px;
	text-align: left;
	padding: 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
ul.might-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.might-list li{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
ul.might-list li img{
	float: left;
	margin-right: 15px;
	padding-top: 0;
	width: 100px;
}
.read-full-article{
	font-size: 14px;
	text-align: left;
	color: #000;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}
ul.might-list li p{
	font-size: 12px;
	text-align: left;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
}
.archive-box{
	width: 100%;
	float: left;
	margin:20px 0;
}
.archive-heading{
	width: 100%;
	color: #fff;
	min-height: 36px;
	background:#0099ff;
	line-height: 36px;
	text-align: left;
	padding: 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
ul.archive-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.archive-list li{
	float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 8px 0 8px 26px;
    background: url(images/archive-list-arrow.png) no-repeat left center;
    background-position: 0px 37%;
}

ul.might-list li p{
	font-size: 12px;
	text-align: left;
	color: #000;
	font-weight: 400;
}
ul.job-list{
	float:left;
	width:100%;
	list-style:none;
}
ul.job-list li{
	width:33%;
    min-height: 100px;
    padding: 10px 0;
}
.inner-page-for-career{
    width: 100%;
	min-height:284px;
	background: url(images/career-single-bg.png) no-repeat top center;	
}
.career-inner ul{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 10px;
}
.career-inner ul li{
	float: left;
	width: 100%;
	font-size: 15px;
	color:#000;
	font-weight:500;
	padding: 0 0 10px 15px;
	background: url(images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 36%;
}
a.job-more{
	float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 37px;
    margin-top: 20px;
    padding: 5px 32px;
    border-radius: 24px;
    background-color: rgb(255, 144, 0);
}

/* ---------------------career css--------------------------------- */
.career-top{
	width: 100%;
    min-height: 800px;
    background: url(images/career-top-bg.jpg) no-repeat top center;
    background-size: cover;
	padding-bottom: 50px;
}
.career-top-head{
	color: #fff;
    font-size: 95px;
    font-weight: bold;
    margin-top: 100px;
}
.career-top-head-description{
	color: #ccc;
    font-size: 32px;
    margin-top: 21px;
    line-height: 46px;
}

.our-stap-list p{
	font-weight: 500;
	font-size: 12pt;
	color: #fff;
	line-height: 24px;
	text-align: justify;
	padding: 10px 0;
}
.stap-name{
	font-size: 18px;
    color: #4f9beb;
    text-transform: capitalize;
    text-align: center;
    display: block;
    font-weight: 900;
}
  .career-faq-head{
  	color: #000;
    font-size: 15pt;
    line-height: 28px;
    text-align: center;
    font-weight: 900;
    padding: 15px 0;
  }
  .career-faq-para {
    color: #191616;
    font-size: 11pt;
    text-align: justify;
    font-weight: 400;
    line-height: 28px;
}
.carousel-indicators{
	bottom: -48%;
}
.staff-say-head {
    font-size: 49px;
    /* padding-top: 20px; */
    color: #fff;
    line-height: 42px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: 900;
}
.current-job-notice{
	color: #fff;
    font-size: 15pt;
    line-height: 28px;
    text-align: center;
    font-weight: 900;
    padding: 30px 0;
}
.single-blog-post img{
	
}
.brows-ur-cv {
	float: left;
    display: block;
    color: #fff;
    border-radius: 5px;
    margin-top: 14px;
    padding: 11px;
    width: 120px;
    margin-right: 15px;
    min-height: 32px;
    font-size: 15px;
    background-color: #004db3;
    margin-bottom: 10px;
}
.brows-ur-cv:hover{
	color:#ddd;
}
.post-ur-cv{
	margin-bottom:10px;
	 border: none;
	float: left;
    	display: block;
    	color: #fff;
    	border-radius: 5px;
    	padding: 11px;
    	width: 180px;
    	min-height: 32px;
    	font-size: 15px;
    	background-color: #004db3;
}
.post-ur-cv:hover{
	color:#ddd;
}

.faq-head-top {
    font-size: 33px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #034ea2;
	margin-top:20px;
}
.faq-abbr {
    font-size: 60px;
    font-weight: 200;
    line-height: 70px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 70px;
}
.faq-abbr:after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #034ea2;
    position: absolute;
    left: 47%;
    bottom: -18px;
}

/* ---------------------Billing  css--------------------------------- */
.billing-top{
	width: 100%;
	min-height: 284px;
	background: url(images/billing-top-bg.jpg) no-repeat top center;
}
.pay-at-branch{
	color: #000;
    font-size: 24px;
    font-weight: bold;
   	text-align: center;
  	padding: 20px 0;
}
ul.branch-top-list{
	/*float: left; */
    /* width: 100%; */
	display: flex;
    justify-content: space-between;
    margin-top: 60px;
    list-style: none;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
}
ul.branch-top-list li{
	flex-basis: 33%;
    /* float: left; */
    /* width: 33.33%; */
    padding-left: 68px;
    padding-bottom: 43px;
    background: url(images/address-heading-bg.jpg) no-repeat;
    background-position: 0px 30px;
}
.branch-name{
	color: #0099ff;
    font-size: 18pt;
    font-weight: 900;
    text-align: left;
    padding-bottom: 6px;
}
.branch-description{
	color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 6px;  
}
.branch-border-bottom{
	float: left;
	height: 10px;
	width: 45%;
	background: #ccc; 
}

ul.branch-bank-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 60px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
ul.branch-bank-list li{
	flex-basis: 30%;
    padding-left: 6%;
    padding-bottom: 43px;
    background: url(images/bank-head-icon.jpg) no-repeat;
    background-position: 0px 50px;
}
ul.branch-bank-list li img{
	padding-top: 27px;
}
.bkash-number{
	color: #000;
    font-size: 14pt;
    font-weight: 900;
    text-align: left;
    line-height: 64px;
    padding-left: 40px;
    background: url(images/bkash-number-icon.png) no-repeat;
    background-position: 2% 45%;
    float: left;
}
.branch-bank-description{
	color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 6px;  
}
.branch-bank-description span{
	color: #000;
	font-size: 15px;
	font-weight: 900;
}
.payment-option{
	width: 100%;
	float: left;
	margin: 40px 0;
}
.payment-option-head{
	color: #000;
    font-size: 14pt;
    font-weight: 900;
    text-align: left;
    padding-bottom: 20px;
}
.payment-option img{
	float: left;
	margin-right: 20px;
}
.show_details {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.33);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.show_inner {
    max-width: 720px;
    min-height: 440px;
    margin: 0 auto;
    margin-top: 60px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    padding: 20px;
}
.hide_content {
    background: url(images/close.png) right center no-repeat;
    width: 30px;
    height: 30px;
	position: absolute;
    right: 10px;
    top: 10px;
    
}
.show-condition-class {
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.33);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.form-group{
	margin-bottom:10px;
}
.form-group textarea{
	width:100%;
	height:70px;
	padding:0 12px;
	font-size:14px;
	color:#555;
}
.condition-heading{
	padding:20px 0;
}
.show-condition-inner{
	width: 720px;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 82px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 5px;
    position: relative;
    padding: 40px;
}
.show-condition-inner ul{
	width:100%;
	list-style: none;
}
.show-condition-inner ul li{
	width:100%;
	min-height:0;
	float:left;
	font-size: 16px;
	color:#000;
	font-weight: 500;
	padding: 0 0 10px 26px;
	background: url(images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 25% !important;
}
.job-opening-head,.position-name,.dead-line,.details-job{
	color: #fff;
    font-size: 30pt;
    text-align: left;
    padding: 5px 0;
    font-weight: 900;
    line-height: 35px;
}
.career-inner p{
	font-size: 15px;
    text-align: left;
    font-weight: 500;
	color:#000;
    line-height: 22px;
}
.position-name{
	font-size: 15pt;
}
.position-name span{
	font-size: 15px;
    line-height: 9pt;
    font-weight: 500;
}
.dead-line{
	font-size: 15pt;
    padding: 0;
    margin: 0;
}
.dead-line span{
	font-size: 15px;
    line-height: 9pt;
	font-weight: 500;
}
.details-job{
	font-size: 14pt;
    float: left;
    width: 100%;
    padding: 0;
}
.apply-here{
	background: #009933;
    padding: 7px 10px 8px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    float: left;
}
.apply-here:hover{
	color:#ddd;
	text-decoration:none;
}
.details-job:hover{
	color:#ddd;
	text-decoration:none;
}
/* ---------- about-us ---------- */
.about-us-top{
	width: 100%;
	min-height: 500px;
	background: url(images/about-bg.jpg) no-repeat top center;
}
ul.office-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.office-list li{
	float: left;
	width: 50%;
	font-size: 16px;
	color:#000;
	font-weight: 500;
	padding: 0 0 10px 26px;
	background: url(images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 25%;
}
ul.credit-rating-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.credit-rating-list li{
	float: left;
	width: 100%;
	font-size: 15px;
	color:#000;
	font-weight: 500;
	padding: 0 0 10px 0;
}
.rating-summary{
       color: #000;
    font-size: 13pt;
    font-weight: 700;
    text-align: left;
    padding-bottom: 15px;
}
span.ratting_title{
font-weight: 800;
    width: 28%;
    float: left;
}
.about-para{
	text-align: justify;
    font-weight: 500;
    font-size: 14px;
    padding-top: 20px;
}
ul.about-list{
	/*float: left; */
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    margin-top: 60px;
    list-style: none;
    flex-wrap: wrap;
}
ul.about-list li{
	/*float: left; */
    flex-basis: 24%;
    /* width: 24%; */
    /* margin-right: 5px; */
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    /* min-height: 390px; */
    padding: 0 10px;
    background-color: rgb(248, 248, 248);
}
ul.about-list li img{
	display: inline-block;
    text-align: center;
    padding: 10px 0 10px 0;
}
.about-list-head{
	color: #000;
    font-size: 18pt;
    font-weight: 900;
    text-align: center;
    padding-bottom: 15px;
}
ul.about-list li p{
	text-align: justify;
	color: #666666;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 6px;  
}
.licences-para{
	text-align: left !important;
    padding: 0 0 10px 92px;
    background: url(images/enterprise-list-arrow.png) no-repeat left center;
    background-position: 60px 31%;
}
.value-box{
	
	background-color: rgb(236, 236, 236);
	width: 100%; 
}
ul.value-list{
    margin-top: 60px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.value-list li{
    text-align: center;
    flex-basis: 23%;
    margin-bottom: 20px;
}
ul.about-list li img{
	display: inline-block;
    text-align: center;
    padding: 0 0 10px 0;
}
.value-list-head{
	color: #000;
    font-size: 16pt;
    font-weight: 900;
    text-align: left;
    padding-bottom: 6px;
}
ul.value-list li p{
	text-align: justify;
	color: #666666;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 6px;  
}
.form-group select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.faq-top{
    width: 100%;
    min-height: 290px;
    margin-bottom:70px;
    background: url(images/new-faq-bg.jpg) no-repeat top center;
	background-size:cover;
}
ul.faq-list{
	width: 100%;
	list-style: none;
}
.input-group{
	margin-bottom:30px;
}
ul.faq-list > li{
    width: 100%;
    float: left;
    background: rgba(204, 204, 204, 0.25);
    padding: 10px;
    position: relative;
    margin: 10px 0;
    border-radius: 6px;
}

.faq-search-para{
	color: #000;
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:10px 0 10px 26px;
    	background: url(images/a-bg.png) no-repeat left center;
    	background-position: 0px 58%;
}
.faq-title{
	font-family: 'MuseoSans-500';
	font-size: 18px;
	text-align: left;
	color: #2B2B2B;
	line-height: 30px;
	padding: 0 0 10px 26px;
	background: url(images/q-bg.png) no-repeat left center;
	background-position: 0px 32%;
	text-transform: lowercase;
}
.faq-title::first-letter{
	text-transform: uppercase;
}
/* ---------------------client css--------------------------------- */
.customer-top{
	width: 100%;
	min-height: 530px;
	background: url(images/customer-top-bg.jpg) no-repeat top center;
}
ul.enterprise-client-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.enterprise-client-list li{
	float: left;
    width: 23%;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid rgba(161, 161, 161, 0.32);
    border-right: 1px solid rgba(161, 161, 161, 0.32);
}
ul.enterprise-client-list li img {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 140px;
}
.availabilty-pro{
	font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #FF0E0E;
    padding-top: 10px;
    float: left;
    width: 100%;
}
.enterprise-customer-title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.26);
    /* width: 56%; */
    padding: 0px 20px;
    /* border-radius: 0 99px 0 0; */
    display: inline-block;
}
.customer-top-head-description{
	color: #ddd;
    font-size: 48px;
    margin-top: 21px;
    line-height: 46px;
}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flex-direction-nav{
   display:none;
}
.footer-social-info{
	display: inline-block;
    	margin: 20px 0;
    	width: 100%;
}
.footer-social-info img{
	float: left;
	margin-right: 15px;
}
.footer-social-info p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 100%;
	text-transform: capitalize;
}
#slidertwo {
		height:500px;
		background: url(images/customercare1.jpg);
		background-position: 50% 50% !important;
		background-repeat: no-repeat !important;
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		transition: background 1s linear !important;
		margin-top: -50px;
	}
	.meet-the-team-head {
		color: #fff;
		font-size: 44pt;
		text-align: center;
		/* padding-top: 33px; */
		font-weight: 900;
		
	}
	.meet-the-team-para {
		text-align: center;
		font-size: 18px;
		font-weight: 400;
		color: #fff;
		padding-top: 20px;
		line-height: 30px;
		width: 60%;
		margin: 0 auto;		
	}
	.custom-table th {
	font-size: 13pt;
        padding: 10px !important;
}
.custom-table tr td {
    font-size: 13pt;
    padding: 12px !important;
}
.one-time-cost-heading{
    font-size: 18pt;
    text-transform: uppercase;
    padding: 20px 0;
}
.new-banner-des{
	top:28%;
	position:relative;
}
ul.selfcare-tutorial-list{
	width:100%;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
	margin-bottom:50px;
}
ul.selfcare-tutorial-list > li{
	flex-basis: 24%;
    margin-right: 1%;
    background: #d6d2d2;
    border-radius: 5px;
    padding: 8px;
	position:relative;
}
ul.selfcare-tutorial-list > li img{
	padding-top: 0px;
    padding-bottom: 23px;
	
}
.selfcare-video-icon{
	position: absolute;
    left: 40%;
    top: 24%;
    z-index: 10;
}
.selfcare-video-icon>span{
	color: #f1174b;
    font-size: 60px;
}
.selfcare-head{
	color: #000;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    text-transform: capitalize;
    text-align:center;
	padding-bottom:10px;
}

.gallery-tab {
    margin-top: 0px;
	margin-bottom:20px;
}
.gallery-tab >li >a {
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
    border-radius: 0px;
}
.gallery-tab>li.active>a, .gallery-tab>li.active>a:focus, .gallery-tab>li.active>a:hover {
    color: #FF9800;
    background-color: #3F51B5;
}
.gallery-tab >li >a:hover, .gallery-tab>li>a:focus {
    background: #425bea;
	color: #ff9000;
}
.gallery-tab li {
    background-color: #425bea;
}
.gallery-content {
    margin: 30px 0px;
    /*border: 1px solid #7a7a7a54;*/
    min-height: auto;
    border-radius: 5px;
}
ul.sales-branch-list{
	list-style:none;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	/*padding:15px 20px;*/
	border: none;
}
ul.sales-branch-list>li{
	flex-basis:48%;
	margin-bottom: 15px;
	border: 1px solid #dddddd54;
    padding: 10px;
    box-shadow: 0 0 15px #00000014;
}
.addr-para{
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.addr-para>span{
	color: #009cff;
}
.sales-branch-name{
	padding: 0 0 10px 26px;
}
/* Selfcare New page */
.selfcare-banner-bg{
	width: 100%;
    min-height: 800px;
    background: url(images/selfcare-app-page-banner.jpg) no-repeat bottom center;
    background-size: cover;
    padding-top: 50px;
	margin-bottom: 40px;
}
a.store{
	display:inline-block;
	margin-right:15px;
	margin-top: 20px;
}
a.store>img{
	width:150px;
	height:50px;
	vertical-align:middle;
}
.banner-phone{
	float:right;
}
.selfcare-body-bg{
	width: 100%;
	background: url(images/selfcare-content-bg.png) no-repeat center;
	min-height:800px;
	padding-top:100px;
	padding-bottom:100px;
	margin-bottom:50px;
	position: relative;
    z-index: 1;
}
.bg-scroll {
    width: 100%;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-lightpurple {
    background-color: #715fef;
}
ul.selfcare-screen-list{
	list-style:none;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
ul.selfcare-screen-list>li{
	flex-basis:16%;
	margin-bottom:20px;
}
.bx-viewport{
	height: 520px !important;
	margin-bottom: 30px;
}
.app-screen-head{
	font-size: 42pt ;
    font-weight: 900 ;
    text-transform: capitalize ;
	color: #715fef;
	text-align: center;
	line-height:50px;
	margin-bottom:40px;
}
.bx-prev, .bx-next{
	top:50%!important;
}

.bill-pay-top-title{
	text-transform: capitalize;
    font-size: 30px;
    margin-top: 20px;
}

.offer-list-bg{
    /*background: url(images/link3-referral-bottom-bg.jpg) no-repeat;*/
	background: url(images/referral-bottom-bg-new.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    position: relative;
    padding-top: 50px;
}
.package-info-bg{
	/*background: url(images/iptv-packahe-info-bg-new.jpg) no-repeat;*/
	background: url(images/iptv-pack-info-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    position: relative;
    padding-top: 50px;
	margin-bottom: 30px;
}
/* -----SME Page-----*/
.sme-terms-conditions{
	background:url(images/sme-terms-bg.jpg)no-repeat center;
	width:100%;
	background-size:cover;
	min-height:750px;
	padding-top:250px;
}
.sme-page-top-title{
	font-size: 42px;
	line-height:45px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
	color:#034ea2;
	margin:50px 0px;
}
.sme-page-top-title>span{
	font-weight:300;
	color:#000;
}
.sme-terms-small-title{
	font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #ffa800;
    letter-spacing: 1px;
}
.sme-terms-big-title{
	font-size: 60px;
    font-weight: 900;
    text-align: left;
    line-height: 60px;
    color: #fff;
}
ul.sme-pack-list{
	list-style:none;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	border-bottom:1px solid #edf1f6;
}
ul.sme-pack-list>li{
	flex-basis:50%;
	border-right:1px solid #edf1f6;
	text-align:center;
}
ul.sme-pack-list>li:last-child{
	border-right:none;
}
ul.sme-pack-list>li>h3{
	font-size: 65px;
    font-weight: 900;
    color: #11245e;
	position:relative;
	margin-bottom:43px;
}
ul.sme-pack-list>li>p{
	font-size: 15px;
    font-weight: 400;
    color: #819bc7;
	line-height:20px;
}
ul.sme-pack-list>li>h3:after{
	content: url(images/sme-pack-bandwidth-img.png);
    position: absolute;
    right: 67px;
    z-index: 111;
    bottom: -50px;
}
ul.sme-pack-list>li:last-child>h3:after{
	content: url(images/sme-pack-space-img.png);
    position: absolute;
    right: 67px;
    z-index: 111;
    bottom: -50px;
}

.grecaptcha-badge {
  display: none !important;
}

.route-config-bg{
	background:url(images/link3-router-config-bg.jpg)no-repeat center;
	width:100%;
	background-size:cover;
	min-height:500px;
}
.privacy-banner{
	background:url(images/link3-privacy-banner.jpg)no-repeat center;
	width:100%;
	background-size:cover;
	min-height:300px;
}
/* ------------------------------------------------------------------ */
/*  d: Media Query Css
/* ------------------------------------------------------------------ */
@media only screen  and (min-width: 1600px){
	.container{
		max-width: 1240px;
	}
}
@media only screen  and (max-width: 1249px) {	
	ul.mega-dropdown-menu > li > a {
		font-size: 14.27px !important;
	}
}
@media only screen  and (min-width : 1240px) {
	.container{
		width: 1240px;
	}
}

@media only screen  and (max-width : 1200px) {
.package-bandwith-dec{
	font-size:67px;
}
.package-price-dec{
	font-size:33px;
}
.charge-text-dec{
	font-size:13px;
}
ul.turms-list > li{
	font-size:13px;
}
	
.top-service ul li article{
	padding-left: 10%;
}
.new-top-service ul li article{
	padding-left: 10%;
}
.top-service-head{
	font-size: 33pt;
}
.monthly-charge-name {
		min-height: 94px;
	}
.package-bandwith{
		font-size: 39px;
	}
	span.mbps-text{
		margin-left: -8px;
	}
	.package-limit{
		font-size: 24px;
	}
	a.buy-package{
		padding: 12px;
		font-size: 12px;
	}
	.goti-service-para{
		padding-bottom: 10px;
	}
	ul.mega-dropdown-menu > li > a {
		font-size: 13.10px !important;
		text-align:center;
	}
	.mega-dropdown-menu > li > a > span.mega-icon {
		display: block;
		margin: 0 auto;
	}
	.mega-dropdown-menu > li > a > span.mega-icon-text {
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
	}
}
@media only screen  and (max-width: 1000px) {
	ul.new-package-list-dec > li{
		flex-basis:48%;
		margin-bottom:15px;
	}
	ul.iptv-new-feature-list > li{
		flex-basis: 48%;
	}
	.search{
		float:left;
		padding-bottom:10px;
	}
	ul.monthly-charge-list-box li{
		width: 50%;
	}
	ul.monthly-charge-list-box li:last-child{
		width: 100%;
	}
	ul.host-ip-list li{
		flex-basis:48%;
	}
	.host-ip-border{
		display: none;
	}
	ul.enterprise-tab li{
		width: 50%;
	}
	.tabs-heading{
		font-size: 40pt;
	}
	.top-service ul li{
		width: 50%;
	}
	.new-top-service ul li{
		width: 50%;
	}
	.new-top-service ul li:last-child{
		width:100%;
		background-size:cover;
	}
	.new-top-service ul li:last-child article{
		padding-top:15%;
	}
	.top-service ul li:last-child{
		width:100%;
		background-size:cover;
	}
	.top-service ul li:last-child article{
		padding-top:15%;
	}
	#slidertwo{
		margin-top:0;
	}
	.internet-set-heading, .blog-head{
		font-size: 26px;
		line-height: 40px;
	}
	.internet-set-para, .blog-para{
		font-size: 14px;
		line-height: 24px;
	}
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;

    }
    .enterprise-customer-title{
		width: 100%;
	}
	ul.new-monthly-charge-list-box > li{
		flex-basis: 32%;
	}
	ul.new-product-tab-list > li {
		padding: 33px 5px 10px 5px;
	}
	ul.new-product-tab-list > li img{
		    margin-right: 10px;
	}
	.new-product-tab-head{
		font-size: 13pt;
	}
	.new-product-tab-para{
		font-size: 10pt;
	}
	.new-tabs-heading {
		font-size: 24pt;
		line-height: 35px;
		padding-top: 10px;
	}
	.new-tabs-para{
		font-size: 16px;
	}
	ul.new-tabs-info-list li{
		font-size: 14px;
	}
	.new-blog-info-head{
		font-size: 14pt;
	}
	.new-banner-des{
		top:25%;
		position:relative;
	}
	.new-banner-head{
		font-size: 40pt;
		padding-top:120px;
	}
	ul.top-product-info-list > li span{
		font-size: 16pt;
	}
}
@media only screen  and (max-width: 992px) {
	ul.new-package-list-dec > li{
		flex-basis:48%;
		margin-bottom:15px;
	}	
	ul.iptv-new-feature-list > li{
		flex-basis: 48%;
	}
    .banner-phone{
		float:none !important;
		margin:0 auto;
		margin-top:15px;
	}
	.selfcare-banner-bg{
		padding-top:0px;
	}
	.search {
		width: 147px;	
	}
	ul.main-nav{
		display: block;
	}
	ul.main-nav li a{
		
		padding: 6px 14px;
	}
	.navbar-collapse.collapse {
       display: none !important;
   }
   .navbar-collapse.collapse.in {
       display: block !important;
   }
   .navbar-header .collapse, .navbar-toggle {
       display:block !important;
   }
   .navbar-header {
       float:none;
   }
	.wireless-routing-common-head{
		font-size: 25px;
	}
	.wireless-routing-common-speed{
		font-size: 22px;
	}
	.wireless-routing-common-small-head{
		font-size: 15px;
	}
	ul.news-list li {
		flex-basis: 33%;
		margin-bottom: 10px;
	}
	ul.branch-bank-list li{
		padding-left: 9%;
	}
	ul.value-list li{
		flex-basis: 32%;
	}
	.mpls-middle-border{
		display: none;
	}
	.iptv-terms-condition-bg{
		background-position: right;
	}
}
@media only screen  and (max-width: 768px) { 
	
	.mb-screen{
		display: flex;
        justify-content: center;
	}
	.iptv-terms-condition-bg{
		background-position: right;
	}
	ul.iptv-new-feature-list > li >img{
		height: 118px;
	}
	ul.social-icon {
		justify-content: center;
		    margin-top: 5px;
	}
	.iptv-banner{
		min-height: 320px;
		padding-top: 91px;
		background-size: cover;
	}
	ul.current-offers-list li{
		flex-basis:48%;
	}
	.web-solution-head{
		margin-top:80px !important;
	}
	.web-solution-top{
      min-height: auto;
	  padding-bottom: 20px;
	}
	ul.turms-list > li{
		flex-basis: 100%;
	}
	.faq-abbr {
		font-size: 45px;
		line-height: 55px;
	}
	.app-screen-head{
	  font-size: 30pt;
	}
	.selfcare-app-banner-head{
		font-size: 25pt !important;
	}
	
	ul.advance-inner-box li{
		flex-basis: 100%;
	}
	.search {
		width: 147px;	
	}
	.enterprise-head{
		padding-top:50px;
	}
	ul.packages-list,ul.other-service-list{
		justify-content:center;
	}	
	ul.packages-list li,ul.other-service-list li{
		flex-basis: 47%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.contact-us-title,.contact-us-para{
		text-align: center;
	}
	.contact-us-bg{
		text-align: center;
		min-height:400px;
	}
	.contact-us-title{
		padding-top:100px;
	}
	.navbar-toggle{
		margin-top: 20px;
		border:none;
	}
	.navbar-toggle .icon-bar+.icon-bar{
		margin-top:12px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #175eb0;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
		background-color: initial;
	}
	.navbar-toggle .icon-bar{
		width: 42px;
		height: 4px;
	}
	nav.navbar{
		 margin-bottom: 22px;
	}
	.new-blog-info-head{
		font-size:16px;
	}
	.goti-service-para{
		padding-bottom:1px;
	}
	.link3-common-title{
		font-size:40px;
	}
	.link3-common-para{
		width:100%;
	}
	.package-name-box img{
		float:none;
		display: inline-block;
		text-align: center;
	}
	.common-package-space{
		padding-bottom:10px;
		padding-top:10px;
		text-align: center;
	}
	.package-title{
		font-size: 28px;
		text-align: center;
	}
	.package-para{
		text-align: center;
	}
	.package-limit{
		font-size: 22px;
	}
	.package-bandwith{
		font-size: 40px;
	}
	span.mbps-text{
		margin-left: -4px;
	}
	ul.router-list > li{
		width: 47%;
		margin-bottom:10px;
	}
	.banner-description{
		top: 30%;
	}
	.new-banner-head{
		font-size: 30pt;
		padding-top:120px;
	}
	ul.top-product-info-list > li{
		width:100%;
		font-size: 12pt;
	}
	ul.top-product-info-list > li span{
		font-size: 15pt;
	}
	.new-product-tab-head {
		font-size: 11pt;
	}
	.new-banner-des{
		top:15%;
		position:relative;
	}
	.new-tabs-heading{
		padding-top:50px;
	}
	ul.new-product-tab-list > li.active:after {
		bottom:0;
		z-index: 99;
	}
	h3.new-blog-head{
		font-size:32px;
	}
	.custom-table th{
		font-size:8pt;
		padding: 0!important;
	}
	ul.new-product-tab-list > li{
		width:50%;
	}
	.custom-table tr td {
		font-size: 8pt;
		padding: 2px !important;
	}
	ul.enterprise-client-list li{
		width:30%;
	}
	ul.enterprise-tab li a{
		font-size:12px;
	}
	#slidertwo{
		margin-top:0;
	}
	.left-speed-img{
		display:none;
	}
	.left-speed-img{
		display:none;
	}
	/*ul.enterprise-tabs-list li{
		width: 49%;
	}*/
	.career-top-head{
		font-size: 60px;
	}
	.customer-top-head-description{
		font-size: 30px;
	}
	.enterprise-customer-title{
		width: 100%;
		font-size: 30px;
		text-align: center;
	}
	ul.soho-top-feature-list li{
		width: 50%;
	}
	.corporate-ip-head{
		font-size: 30px;
	}
	.corporate-ip-common-header{
	    font-size: 26px;
	    margin-top: 20px;
	    line-height: 32px;
	}
	.corporate-ip-top-product-description{
		width: 100%;
	}
	.enterprise-top{
		background: url(images/enterprise-top-bg.jpg) repeat top center
	}
	.wireless-router-box{
			background: url(images/wireless-router-box-bg.jpg) repeat top center;
	}
	.security-service{
		background: url(images/security-service-bg.jpg)repeat top center;
	}
	ul.mpls-feature-list li{
		background: none;
	}
	.mpls-middle-border{
		display: none;
	}
	ul.statictis-list li {
		margin-bottom: 18px;
		width: 100%;
		padding-right: 0;
	}
	.common-top{
		margin-top: 15px;
	}
	ul.web-service-top-list li{
		width: 50%;
	}
	ul.all-services-list li{
		width: 50%;
	}
	ul.social-list li{
		width: 50%;
		background:none;
	}
	.fb-color,.google-color,.tw-color{
		display: none;
	}
	ul.statictis-list li img{
		margin: 0 auto;
		display: inherit;
	}
	.statictis-head span{
		font-size: 25px;
	}
	ul.service-list li{
		width: 100%;
	}
	ul.top-feature-list li{
		padding-bottom: 0;
		padding-top: 0;
	}

	.data-process-head,.statictis-head,.product-details-head,.wireless-head,.enterprise-head{
		font-size: 24px;
	}
	.wireless-name{
		font-size: 16px;
	}
	.pro-price{
		font-size: 12px;
	}
	.faq-head{
		font-size: 15px;
	}
	.blog-box{
		/*margin-top:50%;*/
	}
	.new-top-service ul li{
		width: 100%;
		background-size:cover;
	}
	.new-top-service ul li:nth-child(2){
		background-size:cover;
	}
	.new-top-service ul li:last-child{
		background-size:cover;
	}
	.top-service ul li{
		width: 100%;
		background-size:cover;
	}
	.top-service ul li:nth-child(2){
		background-size:cover;
	}
	.top-service ul li:last-child{
		background-size:cover;
	}
	
	.banner-head,.banner-head-left{
		font-size: 30px;
	}
	.banner-head,.banner-head-left1{
		font-size: 30px;
	}

	.banner-para{
		font-size: 15px;
		line-height: 25px;
		width: 100%;
	}
	.tabs-heading{
		font-size: 30px;
	}
	.tabs-heading span{
		font-size: 18px;
	}
	.video-box img{
		padding-top: 10px;
	}
	.author-name{
		padding-top: 0;
		margin-bottom: 0;
	}
	.statictis-para{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.internet-set-heading, .blog-head{
		padding-top: 150px;
	}
	.blog-head{
		padding-top: 20px;
	}
	ul.blog-info li{
		width: 45%;
		margin-left: 10px;
	}
	.blog-info-head{
		font-size: 12px;
	}
	.blog-info-cat{
		font-size: 10px;
	}
   ul.monthly-charge-list-box li{
		width: 100%;
	}
	.pack-info{
		background: none;
	}
	ul.top-feature-list li img{
		float: none;
		margin: 0 auto;
	}
	.goti-banner-head{
		font-size: 40px;
	}
	.goti-top-head {
		font-size: 16px;
	   line-height: 26px;
	}
	.goti-call-info{
		font-size: 13pt;
	}
	.feature-name{
		font-size: 20px;
		text-align: center;
	}
	.feature-description{
		font-size: 11pt;
		text-align: center;
	}
	a.request-pro{
		margin-left: 10%;
	}

	.enterprise-ip-middle-title,.enterprise-ip-head{
			font-size: 36px;
	}
	ul.soho-ip-top-list li{
			width: 100%;
		}
	ul.other-benifite-list li {
			width: 50%;
		}	

	.soho-ip-head{
		font-size: 35px;
		margin-top: 130px;
	}
	.enterprise-ip-middle-title{
		font-size: 35px;
	}
   ul.support-top-list li{
		flex-basis:100%;
	}
	.support-head-top{
		font-size: 25px;
	}
	ul.support-top-list li img{
		float: none;
		margin:0 auto;
	}
	ul.tabs-custom{
		min-height: auto;
		display:inline-block;
	}
	ul.tabs-custom li a{
		font-size: 15px;
		padding-left: 62px;
		line-height: normal;
		padding-top: 26px;
		padding-bottom: 19px
	}
	ul.tabs-custom li {
		background-position: 22px 30px;
	}
	ul.tabs-custom li:nth-child(2){
		background-position: 22px 30px;
	}
	ul.tabs-custom li:nth-child(3){
		background-position: 22px 30px;
	}
	ul.tabs-custom li:last-child{
		background-position: 22px 30px;
	}
	.test-goti-top-head{
		font-size:24px;
		line-height:32px;
	}
	ul.goti-service-list > li{
		width:50%;
		float:left;
	}
	ul.router-list > li{
		width:31%;
		margin-right:1%;
		padding:5px;
	}
	ul.selfcare-tutorial-list > li{
		flex-basis: 48%;
		margin-bottom:10px;
	}
	ul.news-list li {
		flex-basis: 48%;
		margin-bottom: 10px;
	}
	ul.social-icon{
	   text-align: left;
	}
	ul.branch-top-list li{
		flex-basis: 48%;
	}
	ul.branch-bank-list li {
		flex-basis: 48%;
		padding-left: 11%;
	}
	ul.about-list li{
		flex-basis: 48%;
		margin-bottom:15px;
	}
	ul.value-list li{
		flex-basis: 48%;
	}
	.panel-title>a, .panel-title>a:active {
		padding: 15px 10px !important;
		font-size: 15px !important;
	}
}

@media only screen  and( max-width : 585px ){
	
	ul.new-monthly-charge-list-box > li{
		flex-basis: 49%; 
		margin-bottom:12%;
	}
    .new-product-tab-para{
		display:none;
	}
    .board {
		width: 90%;
		height:auto !important;
    }
    span.round-tabs {
        font-size:16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
	width: 50px;
	height: 50px;
	line-height:50px;
	}

	li.active:after {
	content: " ";
	position: absolute;
	left: 35%;
	}

   .btn-outline-rounded {
    padding:12px 20px;
    }
	
}

@media only screen  and (max-width: 576px) {
    	
    
	ul.footer-navigation > li{
	padding-right:10px;
   }
	input.tnp-button{
		margin-top:15px;
	}
	ul.sales-branch-list>li{
		flex-basis: 100%;
	}
	ul.packages-list,ul.other-service-list{
		justify-content:center;
	}
	
	ul.packages-list li,ul.other-service-list li,ul.news-list li{
		flex-basis: 100%;
		margin-bottom: 10px;
	}
	.contact-us-title,.contact-us-para{
		text-align: center;
	}
	.career-top-head{
	  font-size: 40px;
	}
	.footer-subs-btn{
	  margin-top: 15px;
	}
	ul.branch-top-list li{
		flex-basis: 100%;
	}
	ul.branch-bank-list li {
		flex-basis: 100%;
		padding-left: 16%;
	}
	ul.about-list li{
		flex-basis: 100%;
		margin-bottom:15px;
	}
	ul.value-list li{
		flex-basis: 100%;
	}
	.blog-date{
		top: 20.8%;
	}
	
}
@media only screen  and (max-width: 535px) {
	.mpls-feature-list-bg{
		min-height: 560px;
	}
	
}

/* ---------common max----------- */


@media only screen and (min-width : 320px) and (max-width : 480px) {/*--- Mobile portrait ---*/
	.mpls-feature-list-bg{
		min-height: 600px;
	}
	ul.new-package-list-dec{
		justify-content: center;
	}
	ul.new-package-list-dec > li{
		flex-basis:82%;
		margin-bottom:15px;
	}
	
	ul.selfcare-tutorial-list > li{
		flex-basis: 100%;
		margin-bottom:10px;
	}
	ul.router-list > li{
		width:31%;
		margin-right:1%;
		padding:5px;
	}
	.new-product-tab-head{
		font-size: 10pt;
	}
	ul.top-product-info-list > li span{
		font-size: 10pt;
	}
	.test-wireless-head{
		font-size:10pt;
		line-height:20px;
	}
	ul.goti-service-list > li{
		width:100%;
		float:none;
		padding:10px 0;
	}
	.test-goti-top-head{
		font-size:18px;
		line-height:24px;
	}
	.test-monthly-charge-name{
		font-size:14px;
	}
	.new-speed-val{
		font-size: 35pt;
	}
	.new-speed-val span{
		margin-left:-7px;
	}
	.new-pack-price-val{
		font-size: 14pt;
	}
	span.new-pack-price{
		font-size: 11pt;
	}
	a.new-buy-pack{
		width:125px;
		font-size:11px;
	}
	.test-goti-top-head{
		font-size:18px;
		line-height:25px;
	}
	ul.enterprise-client-list li{
		width:47%;
	}
	ul.tabs-custom li a{
	font-size: 15px;
	padding-left: 62px;
	line-height: normal;
	padding-top: 26px;
    padding-bottom: 19px
}
ul.tabs-custom li {
	background-position: 22px 30px;
}
ul.tabs-custom li:nth-child(2){
	background-position: 22px 30px;
}
ul.tabs-custom li:nth-child(3){
	background-position: 22px 30px;
}
ul.tabs-custom li:last-child{
	background-position: 22px 30px;
}
	.corporate-ip-head{
		font-size: 25px;
	}
	ul.support-info-list li{
		width: 100%;
	}
	ul.host-ip-list li{
		flex-basis:100%;
	}
	ul.advance-inner-box li{
		width: 100%;
	}
	ul.support-top-list li{
		width: 100%;
	}
	.support-head-top{
		font-size: 20px;
	}
	.enterprise-ip-top-product-description{
		width: 100%;
		color:#fff;
	}
	ul.support-top-list li img{
		float: none;
		margin:0 auto;
	}
	ul.advance-inner-box li img{
		float: none;
		margin-right: 0;
		padding: 0;
		margin:0 auto;
	}
	.statictis-head span {
	    font-size: 16px;
	}
	.advanced-inner-head{
		text-align: center;
		font-size: 15px;
	}
	ul.enterprise-tab li{
		width: 100%;
	}
	/*ul.enterprise-tabs-list li{
		width: 100%;
	}*/
	.enterprise-ip-middle-title{
		font-size: 26px;
	}
	.soho-ip-head{
		font-size: 30px;
	    margin-top: 110px;
	}
	ul.other-benifite-list li {
		width: 100%;
	}
	ul.soho-top-feature-list li{
		width: 100%;
	}
	.corporate-ip-top-product-description{
		width: 100%;
	}
	.corporate-ip-common-header{
	    font-size: 22px;
	    margin-top: 20px;
	    line-height: 30px;
	}
	ul.monthly-charge-list-box li{
		width: 100%;
	}
	ul.social-list li{
	width: 100%;
	background:none;
	margin-bottom: 10px;
}
.enterprise-ip-middle-title,.enterprise-ip-head{
	    font-size: 28px;
}
.banner-head,.banner-head-left{
	font-size: 22px;
}
.banner-head,.banner-head-left1{
	font-size: 22px;
}
.banner-para{
	font-size: 12px;
	line-height: 25px;
	width: 100%;
}
.tabs-heading{
	font-size: 25px;
}
.tabs-heading span{
	font-size: 15px;
}

a.request-pro{
	margin-left: 0;
}
ul.tabs-custom{
	min-height: auto;
	display:inline-block;
}
input.footer-input-field,input.tnp-email{
	padding: 8px 50px;  
}
}

/*home tab 2*/

.board{
    width: 75%;
margin: 60px auto;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
   
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: rgba(0, 102, 180,0.761);
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
	
}

span.round-tabs.one{
    background: url(images/home-icon.png) no-repeat center;
	background-color: rgba(0, 102, 180,0.761);
}

li.active span.round-tabs.one{
    
}

span.round-tabs.two{
    background: url(images/enterprise-icon.png) no-repeat center;
	background-color: rgba(0, 102, 180,0.761);
}

li.active span.round-tabs.two{
    
}

span.round-tabs.three{
    background: url(images/web-icon.png) no-repeat center;
	background-color: rgba(0, 102, 180,0.761);
}

li.active span.round-tabs.three{
    
}

span.round-tabs.four{
    background: url(images/security-icon.png) no-repeat center;
	background-color: rgba(0, 102, 180,0.761);
}

li.active span.round-tabs.four{
    
}



.nav-tabs > li.active > a span.round-tabs{
    
}
.nav-tabs > li {
    width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    /*border: 5px solid transparent;*/
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    /*border: 10px solid transparent;*/
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
	/*padding-left: 39px;*/
	padding-bottom: 20px;	
}
#shortcode p{
    font-size: 13pt;
    line-height: 32px;
}
.tab-pane{
   position: relative;
   /*padding-top: 50px;*/
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}
.condition-apply-financial{
	font-weight:800;
	font-size:10pt;	
}
.condition-apply-financial span{
	font-size:11pt;
	font-weight:800;
}
.wireless-routing-common-head{
	font-size: 18pt;
}
.wireless-routing-common-speed{
	font-size: 19pt;
}
span.reatail-price,span.reatail-price-value{
	font-size: 12pt;
}
.wireless-routing-common-price{
	font-size: 10pt;
}
.caret{
	margin-left: 5px;
	border-top: 5px dashed;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.valentine-btn{
	border-radius: 6px !important;font-size: 18px !important;line-height: 18px !important;text-shadow: 1px 1px 3px rgba(10,84,165,0.5);
}
.gotiwifi-sec{
	background: url(images/goti-wifi-bg.jpg) no-repeat center bottom;
	background-size:100% auto;
	width:100%;
	position:relative;
	min-height:400px;
}
.gotiwifi-sec:before, .gotiwifi-sec:after, .gotiwifi-howTo-sec:before, .gotiwifi-howTo-sec:after{
	content:"";
	display:block;
	position:absolute;
}
.gotiwifi-sec:before, .gotiwifi-howTo-sec:before{
	background: url(images/cloud-1.png) no-repeat center bottom;
}
.gotiwifi-sec:after, .gotiwifi-howTo-sec:after{
	background: url(images/cloud-2.png) no-repeat center bottom;
}
.gotiwifi-add{
	background: url(images/pack-bg2.png) no-repeat center center;
}
.gotiwifi-pack-holder{
	background: url(images/package6-bg.png) no-repeat center center;
}
.gotiwifi-pack-holder.bg2{
	background: url(images/package7-bg.png) no-repeat center center;
}
.gotiwifi-pack-holder.bg3{
	background: url(images/package8-bg.png) no-repeat center center;
}
.gotiwifi-pack-holder.bg4{
	background: url(images/package9-bg.png) no-repeat center center;
}
.gotiwifi-pack-holder.bg5{
	background: url(images/package10-bg.png) no-repeat center center;
}
@media only screen and (min-width : 220px) and (max-width : 580px) {
	.valentine-btn{
	font-size: 14px !important;line-height:20px !important;}
	}
@media only screen and (min-width : 220px) and (max-width : 319px) {/*--- Mobile portrait ---*/
input.footer-input-field,input.tnp-email{
	padding: 8px 40px;  
}
.wireless-routing-common-head{
	font-size: 18pt;
}
.new-product-tab-head{
		font-size: 10pt;
	}
ul.router-list > li{
	width:31%;
	margin-right:1%;
	padding:5px;
}
ul.top-product-info-list > li span{
		font-size: 10pt;
	}
.test-wireless-head{
		font-size:10pt;
		line-height:20px;
	}
.wireless-routing-common-speed{
	font-size: 19pt;
}
span.reatail-price,span.reatail-price-value{
	font-size: 12pt;
}
.wireless-routing-common-price{
	font-size: 10pt;
}
.test-goti-top-head{
		font-size:16px;
		line-height:24px;
	}
a.new-buy-pack{
	width:100px;
	left: 10px;
	font-size: 11px;
}
.new-speed-val span{
	margin-left:-5px;
}
.test-monthly-charge-name{
		font-size:14px;
	}
	.new-speed-val{
		font-size: 35pt;
	}
	.new-pack-price-val{
		font-size: 14pt;
	}
	span.new-pack-price{
		font-size: 11pt;
	}

}

