
@charset "utf-8";
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #000000;
	letter-spacing: 0.3px;
}
.container {
	max-width:1270px;
}
/*----------------------
	1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #1c1e20;
	font-weight: 500;
	margin: 8px auto 15px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}
p {
	margin-bottom: 30px;
}
a, a strong {
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	text-decoration: none;
	color: #00ccff;
}
a:hover, a:focus, a strong:hover {
	text-decoration: none;
	outline: none;
	color: #019cc3;
}
ul, ol {
	margin: 0 0 20px;
}
ul li, ol li {
	margin: 0 0 18px;
}
ul li strong, strong {
	color: #111;
	font-weight: 500;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/*-----------------
	1.2. Button
-------------------------*/
.btn {
	background: #015dbf;
	border: medium none;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	height: auto;
	margin: auto;
	letter-spacing: 0.5px;
	padding: 12px 40px;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.pre-order {
	background: #FF7F50	;
	font-size: 15px;
	padding: 12px 12px;
}
.stock {
	background: #f23d33;
}
.btn.btn-lg {
	line-height: 30px;
	padding: 16px 45px;
}
.btn.btn-sm {
	font-size: 14px;
	padding: 1px 20px;
	line-height: 26px;
}

.btn.btn-xs {
	font-size: 11px;
	padding: 1px 18px;
	line-height: 22px;
}
.btn:hover, .btn:focus, .btn.outline-btn:hover {
	color: #ffffff;
	outline: none;
	background: #019cc3;
	box-shadow: none;
	border-color: #019cc3;
}
.btn-link {
	font-weight: 600;
	color: #00ccff;
	position:relative;
}
.btn-link:hover {
	text-decoration:none;
	color: #019cc3;
}
.btn-link:after {
	position:absolute;
	bottom:-5px;
	left:0;
	right:0;
	content:"";
	border-bottom:#00ccff solid 1px;
}
.btn.outline-btn {
	background: none;
	color: #00ccff;
	border: #00ccff solid 1px;
	letter-spacing: 1px;
	font-weight: 700;
}


/*-----------------
	1.4. Form
---------------------------*/
.form-group {
	margin-bottom: 10px;
	position: relative;
}
.form-label {
	color: #323232;
	font-size: 14px;
	font-weight: 500;
	margin: 0 auto 1px;
	display: block;
}
.form-control {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	border: #ccc solid 1px;
	box-shadow: none;
	color: #888888;
	font-size: 14px;
	height: 46px;
	line-height: 30px;
	padding: 5px 18px;
}
textarea.form-control {
	padding: 15px 20px;
	min-height: 150px;
}
.form-control:hover {
	box-shadow: none;
	outline: none
}
.form-control:focus {
	box-shadow: none;
	border-color: #cbe3f6;
	outline: none
}
.select {
	position: relative;
}
.select select {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}
.select::after {
	color: #878787;
	content: "";
	cursor: pointer;
	font-family: fontawesome;
	font-size: 15px;
	padding: 12px 0;
	pointer-navs: none;
	position: absolute;
	right: 15px;
	top: 0;
}
.form-control option {
	padding: 10px;
}
.control-label {
	color: #555;
	font-size: 15px;
	font-weight: 700;
}
.radio label, .checkbox label {
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	position: relative;
}
.radio input[type=radio], .checkbox input[type=checkbox] {
	display: none;
}
.radio label:before {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #cacaca;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 20px;
	left: 0;
	top: 6px;
	position: absolute;
	width: 20px;
}
.checkbox label::before {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #111111;
	content: "";
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 16px;
}
.radio input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 30px;
	text-align: center;
	line-height: 11px;
	color: #00ccff;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}
.black_input .form-control {
	background: #222;
	border-radius: 3px;
	color: #fff;
	border: #222 solid 1px;
	font-size: 17px;
}
.checkbox, .radio {
	padding-top: 5px;
}

/*-----------------
	1.5. Table
---------------------------*/
table {
	margin: 0 0 30px;
	width: 100%;
	border: rgba(0, 0, 0, 0.1) solid 1px;
}
table tr:nth-child(even) {background: #f0f0f0;}
table tr:nth-child(odd) {background: #fff}
table th, table td {
	border: 0;
	padding: 24px 16px;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
}
table th img, table td img {
	max-width: 100%;
}
table thead {
	background: #eee;
}
table thead th, table thead td {
	font-weight: 900;
	color: #fff;
	background: #03437b;
	font-size: 17px;
	padding: 18px 18px;
}
.border-none, .border-none td, .border-none th {
	border: 0;
	padding: 8px;
}

/*-----------------
	1.6. Accordion
---------------------------*/
.panel-title {
	position: relative;
}
.panel-title a {
	display: block;
	padding: 28px 50px 28px 0;
	position: relative;
}
.panel-title a::after {
	position: absolute;
	top: 33px;
	right: 0;
	background: #b7b7b7;
	height: 2px;
	width: 16px;
	content: "";
}
.panel-title a.collapsed::before {
	position: absolute;
	top: 26px;
	right: 7px;
	background: #b7b7b7;
	height: 16px;
	width: 2px;
	content: "";
}
.panel-title {
	margin: 0 auto;
}
.panel.panel-default:first-child {
	border-top: #e8e7e7 solid 1px;
}
.panel.panel-default {
	border-bottom: #e8e7e7 solid 1px;
}
.card .btn.btn-link {
	display: block;
	background: none;
	text-align: left;
	width: 100%;
	padding: 0;
	border: 0;
	cursor: pointer;
	font-size: 17px;
}
.card .btn.btn-link.collapsed {
	color: #111;
}
.card .btn.btn-link:hover, .card .btn.btn-link {
	color: #00ccff;
	text-transform: inherit;
}
.card-body, .card-body p {
	font-size: 15px;
	line-height: 26px;
	padding: 0;
}
.card-body p {
	margin: 0 auto 5px;
}
.card-header {
	border: 0;
	background: none;
	padding: 0;
}
.card-header h2 {
	margin: 0 auto;
	line-height: 15px;
}
.card-header button {
	background: #f3f7fc;
	border: 0;
	font-size: 21px;
	font-weight: 600;
	padding: 28px;
	cursor: pointer;
	text-align: left;
	width: 100%;
	position: relative;
}
.card-header button:hover, .card-header button:focus {
	outline: none;
}
.card-header button.collapsed {
	background: #fff;
}
.card {
	margin: 0 auto 15px;
	border: 1px solid rgba(0,0,0,.2) !important;
	border-radius: 4px !important;
	background: #fff;
}
.card-body table {
	border: 0;
	margin: 0 auto;
}
.card-body td:first-child {
	width: 250px;
	text-align: left;
	border-left: 0;
}
.card-body td {
	text-align: center;
}
.card-body td {
	text-align: center;
	border-left: 1px solid rgba(0,0,0,.15);
	border-top: 1px solid rgba(0,0,0,.15);
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 22px 28px;
}
.card-body table tr:nth-child(2n+1) {
	background: #f3f7fc;
}
.card-body table tr:nth-child(2n) {
	background: #f3f7fc;
}



/*-----------------------------------------------------------
	1.7. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
.secondary-bg {
	background: #070f21;
}
.primary-bg {
	background: #00ccff;
}
.gray-bg {
	background: #f3f7fc;
	position: relative;
}
.gray-bg:after {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	content: "";
	background: url("../images/gray-top.png") no-repeat top center / cover;
	height: 100px;
}
.gray-bg:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	content: "";
	background: url("../images/gray-bottom.png") no-repeat bottom center / cover;
	height: 100px;
}

.dark-overlay {
	position: relative;
}
.dark-overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}
.section-padding {
	padding: 80px 0;
}
.section-header {
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
}
.section-header h2 {
	margin: 0 auto 20px;
}
.section-header p {
	font-size: 18px;
	letter-spacing: 0.5px;
	margin: 0 auto;
}
.dots-patterns::after {
	position: absolute;
	top: -50px;
	left: 0;
	background: url(../images/dots-patterns.png) no-repeat center bottom;
	width: 194px;
	height: 157px;
	content: "";
	z-index: 1;
}
.z-index {
	z-index: 2;
	position: relative;
}
.divider {
	border-top: #e7e7e7 solid 1px;
}
.white-text, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
	color: #fff;
}

/*--------------------
	1.8. Tabs 
------------------------------*/
.nav.nav-tabs {
	border: medium none;
}
.tab-content {
	margin: 0 auto 20px;
}
.nav-tabs > li a {
	border-radius: 6px;
	background: #fff;
	font-size: 17px;
	font-weight:400;
	color: #333;
	padding: 20px 8px;
	box-shadow: rgba(0, 0, 0, 0.02) 0 0 15px;
	margin: 0 auto;
	position:relative;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-ms-transition-duration: 0s;
}
/* .nav-tabs > li.active > a:after,  */
/* .nav-tabs .nav-link.active:after,  */
/* .nav-tabs > li.active > a:focus:after,  */
/* .nav-tabs > li.active > a:hover:after,  */
/* .nav-tabs > li a:hover:after,  */
/* .nav-tabs > li a:focus:after  { */
	/* position:absolute; */
	/* bottom:-30px; */
	/* left:0; */
	/* right:0; */
	/* margin:0 auto; */
	/* width:20px; */
	/* height:20px; */
	/* content:""; */
	/* border-style:solid; */
	/* border-width:20px; */
	/* border-color:#00cbfe transparent transparent ; */
	/* transition-duration: 0.5s; */
/* } */
.nav-tabs > li.active > a, .nav-tabs .nav-link.active, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li a:hover, .nav-tabs > li a:focus {
	color: #ffffff;
	border-color: #00cbfe !important;
	background: #00cbfe;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.tab-pane {
	border: 0;
	padding: 40px;
	border-radius:10px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.02) 0 0 15px;
	overflow:hidden;
}

/*================
	 2. Header
===========================*/
#header {
	background: #fff;
	left: 0;
	right: 0;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	z-index: 22;
}
@media (min-width:768px) {
.collapse.navbar-collapse {
	display: block;
}
}
.collapse.navbar-collapse {
	width: auto;
	flex-basis: auto;
	text-align: right;
	flex-grow: inherit;
}
.navbar-nav {
	display: block;
}
.navbar-nav > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 6px;
}
.navbar.navbar-default {
	padding: 0;
	border-bottom: 5px solid #ff4242;
}
.navbar-nav li a {
	display: block;
	color: #1c1e20;
	font-size: 16px;
	padding: 30px 13px;
	margin: 0 auto;
	font-weight: 600;
}
.navbar-nav li a:hover, .navbar-nav li.active a, header.transparent .navbar-nav li a:hover, header.transparent .navbar-nav li.active a {
	text-decoration: none;
	color: #00ccff;
}
.navbar-header {
	float: left;
	margin-right: 60px;
}

/*----------------
	sub-menu
----------------*/
.navbar .navbar-nav li.dropdown > a {
	padding-right: 28px;
}
.navbar .navbar-nav li.dropdown > a::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 9px;
	top: 30px;
}
ul.sub-menu {
	background: #fff none repeat scroll 0 0;
	display: none;
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	z-index: 9999;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 15px;
}
ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	display: none;
}
.navbar .navbar-nav li:hover > ul.sub-menu, .navbar .navbar-nav li ul.sub-menu:hover > ul.sub-menu {
	display: block;
}
.navbar ul li ul.sub-menu li {
	float: none;
	margin: 0;
	display: block;
}
.navbar ul li ul.sub-menu li a {
	padding: 15px 17px;
	color: #111;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	font-size: 14px;
}
.navbar ul li ul.sub-menu li a:hover {
	color: #00ccff;
}
#menu-slide {
	display: none;
}
.header-act {
	float:right;
	text-align:right;
}
.header-act a {
	display: inline-block;
	border-radius: 3px;
	padding: 3px 15px;
	color: #03437b;
	border: #03437b solid 2px;
	margin: 0 0 0 7px;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
}
.header-act a span {
    display: inline-block;
    width: 25px;
    height: 27px;
    background-position: 0 0;
    vertical-align: middle;
}
.header-act a.alient-btn span {
    background-image: url(../images/btn-icon1.png);
}
.header-act a.live-btn span {
    background-image: url(../images/btn-icon2.png);
}
.header-act a:hover {
	color:#fff;
	background:#03437b;
}
.header-act a:hover span {
	background-position:0 29px;	
}

/*==================
	Intro
======================*/
#intro {
    position: relative;
   background-image: url(../images/bg-new-home.svg);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position:700px;
}
#intro::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	content: "";
	background: url(../images/intro-shape.png) no-repeat center / cover;
	height: 64px;
	z-index: 1;
}
/*#intro .intro-text .btn {
    background: #444;
}
#intro .intro-text .btn:hover{
	color: #0cf; 
	background: #FFF;
}*/
#intro .item {
	padding: 180px 0 200px;
	
}
#intro .intro-text
{
	padding: 160px 0 200px;
}
.intro-text {
	max-width: 62%;
}
.intro-text p, .intro-text {
	color: #fff;
}
.intro-text h1, .intro-text h2 {
	font-size: 63px;
	color: #fff;
}
.intro-text p {
	font-size:1.5rem !important;
	letter-spacing: 0.5px;
	line-height:2rem;
}
.intro-price {
	font-size: 32px;
	margin: 60px auto 25px;
	line-height: 40px;
	font-weight: 400;
}
.intro-text span {
	font-size: 63px;
	color: #fff;
}


/*==================
	Why-Choose-Us
======================*/
.box-wrap {
	text-align:center;
	padding:50px 25px;
	border:#eee solid 1px;
	border-radius:6px;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 0px;
	margin:15px auto;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;
}
/*.box-wrap:hover {
	box-shadow:rgba(0, 0, 0, 0.05) 0 0 20px;	
}*/
.box-wrap img {
	margin:0 auto 30px;
}
.box-wrap h4 span, .box-wrap h5 span {
	color: #01539d;	
}
.box-wrap h5 {
	margin:0 auto 6px;
}
.box-wrap p a {
	color:#555;	
}
.box-wrap p a:hover {
	color:#00cbfe;	
}
.box-wrap p {
	margin: 0 auto 12px;
	line-height: 26px;
}


/*==================
	Another-Hosting
======================*/
.another-hosting p, .content-wp p {
	font-size:16px;
	line-height:36px;
}
.another-hosting h5 {
	font-weight: 500;
	margin: 0 auto 30px;
}
.listings ul {
	padding-left: 70px;
}
.listings ul li {
	list-style:none;
	font-size:18px;
	margin:0 auto 20px;
	padding: 0px 0;
	position:relative;
}
.listings li::after {
    position: absolute;
    content: "\f058";
    font-family: fontawesome;
    top: 0;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #f3f7fc;
    color: #42d8fd;
    font-size: 26px;
    line-height: 50px;
}
.content-wp {
	margin:80px auto 0;
}


/*==============
	Services
======================*/
#our-services {
	background: #f3f7fc;
	position: relative;
	padding:100px 0;
}
#our-services:after {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	content: "";
	background: url("../images/gray-top.png") no-repeat top center / cover;
	height: 100px;
}
#our-services:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	content: "";
	background: url("../images/gray-bottom.png") no-repeat bottom center / cover;
	height: 100px;
}


/*==============
	Quick-Support
======================*/
#quick-support {
	background: #f3f7fc;
	position: relative;
}
#quick-support:after {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	content: "";
	background: url("../images/gray-top.png") no-repeat top center / cover;
	height: 100px;
}
.vertival-box {
	background:#fff;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 0px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	margin: 0 auto 36px;
	position: relative;
	top: 0;
}
.vertival-box a {
	display: block;
	padding: 30px 20px 30px 130px;
	position: relative;
	color: #555;
}
.vertival-box:hover {
	box-shadow: rgba(0, 0, 0, .03) 0 0 30px;
	top: -5px;
}
.icon-box-wp {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 60px;
    text-align: center;
}
.icon-box-wp::after {
	position: absolute;
	top: -15%;
	right: -24px;
	content: "";
	border-right: #eaeaea solid 1px;
	height: 130%;
}
.vertival-box h6 {
    margin: 0 auto 5px;
    font-weight: 500;
}
.vertival-box p, .vertival-box a p {
    margin: 0 auto;
	line-height: 22px;
	font-size: 15px;
}



/*==============
	Footer
======================*/
#footer {
	background: #070f21;
	position: relative;
	padding-top: 140px;
}
#footer:after {
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	height: 100px;
	background-image: url("../images/footer-bg.png");
	background-position: top center;
	background-size: cover;
	content: "";
}
.footer-bottom {
	border-top: #202c43 solid 1px;
	padding: 20px 0;
}
.footer-bottom p {
    font-size: 13px;
    opacity: 0.7;
    color: #fff;
    margin: 0px auto;
    line-height: 40px;
}
.follow-us {
    text-align: right;
}
.follow-us ul {
	margin: 0 auto;
}
.follow-us ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}
.follow-us ul li a {
	display: block;
	color: #fff;
	border-radius: 50%;
	border: #fff solid 2px;
	text-align: center;
	width: 44px;
	height: 44px;
	font-size: 22px;
	line-height: 41px;
}
.follow-us ul li a:hover {
	background: #fff;
	color: #202c43;
}
.peyment-icons {
	text-align: right;
}
.need-help {
	position: relative;
	padding: 0 0 0 70px;
}
.need-help h4 {
	margin: 0 auto;
	color: #fff;
}
.sm-logo {
    position: absolute;
    top: 0;
    left: 0;
}
.need-help a {
	color: #fff;
}
.footer-mid {
    padding: 40px 0;
    border-top: #202c43 solid 1px;
}
.footer-widgets {
	margin: 0 auto 90px;
}
.footer-widgets h5 {
	color: #fff;
	margin:0 auto 30px;
}
.footer-widgets ul {
	margin: 0 auto;
	padding: 0;
}
.footer-widgets ul li {
	list-style: none;
	margin: 0 auto 6px;
}
.footer-widgets ul li a {
	color: #fff;
	opacity: 0.85;
	position: relative;
	font-size: 15px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	left: 0;
}
.footer-widgets ul li a:hover {
	left: 5px;
}
.footer-widgets ul li a:hover, .need-help a:hover {
	color: #00ccff;
}


/*==============
	Services
======================*/
.services-tab {
    margin: 0 auto 40px;
}
.nav.nav-tabs {
    border: medium none;
    text-align: center;
    display: block;
}
.nav-tabs .nav-item {
    margin: 0 3px;
    display: inline-block;
    width: 24.2%;
    vertical-align: middle;
}
.services-plan-info ul {
	margin: 30px auto 40px;
	padding: 0;
	list-style: none;
}
.services-plan-info ul li {
	margin: 0 auto 20px;
	font-weight:400;
	color:#222;
}
.services-plan-info ul li i {
	margin:0 5px 0 0;
	color:#00cbfe;	
}
.services-price {
	font-size:33px;	
	color:#111;
	margin:0 auto 30px;
}
.services-content-wrap {
	position: relative;
	display:table;
	width:100%;
}
.services-plan-info {
	float: left;
	width: 32%;
	padding:10px;
}
.services-images-wrap {
	position: absolute;
	top: -40px;
	bottom: -40px;
	width: 68%;
	content: "";
	right: -40px;
}

.tech-heading-table td {
	text-align: left;
	width: 20%;
}
.tech-heading-table td:first-child {
	width: 250px;
	text-align: left;
	background: #272e3d;
	vertical-align: bottom;
}
.tech-heading-table table {
	margin: 0 auto 10px;
	background: #070f21;
	color: #fff;
}
.tech-heading-table {
	border-radius: 5px;
	overflow: hidden;
}
.tech-heading-table h5 {
	color: #fff;
	margin: 0 auto 4px;
}
.tech-heading-table p {
	margin: 0 auto 1px;
	font-size: 17px;
	font-weight: 300;
}
.tech-heading-table table tr:nth-child(2n+1) {
	background: #070f21;
}
.tech-heading-table p.tech-old-price {
	text-decoration: line-through;
	font-size: 12px;
	margin: 0 auto 10px;
}
.tech-heading-table h6 {
	color: #fff;
	margin: 0 auto 4px;
	font-size: 18px;
	font-weight: 500;
}
.plan-tab-nav {
	margin: -125px auto 50px;
}
.plan-tab-nav ul li a {
	font-size: 20px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 25px;
	padding: 26px 18px;
}
.discount-pre {
	background: #fad702;
	width: 60px;
	height: 60px;
	color: #222;
	display: block;
	position: absolute;
	top: 10px;
	left: -30px;
	border-radius: 50%;
	padding: 15px 11px;
	font-size: 15px;
	line-height: 15px;
}
.plan-content .tab-pane {
	border-radius: 0;
	padding: 50px 0 20px;
}


/*==============
	Inner-Intro
======================*/
#inner-intro {
/*background: rgb(0,16,93);
background: -moz-linear-gradient(left,  rgba(0,16,93,1) 0%, rgba(0,19,95,1) 4%, rgba(3,20,98,1) 6%, rgba(0,22,98,1) 7%, rgba(2,24,100,1) 9%, rgba(0,23,99,1) 10%, rgba(2,29,106,1) 15%, rgba(0,36,110,1) 21%, rgba(3,42,117,1) 26%, rgba(1,45,118,1) 26%, rgba(1,57,131,1) 37%, rgba(0,67,138,1) 41%, rgba(3,67,139,1) 42%, rgba(0,73,142,1) 45%, rgba(3,77,148,1) 48%, rgba(0,78,147,1) 48%, rgba(0,79,148,1) 50%, rgba(2,79,151,1) 50%, rgba(0,83,153,1) 53%, rgba(2,86,158,1) 54%, rgba(1,100,168,1) 63%, rgba(2,103,173,1) 64%, rgba(0,105,173,1) 67%, rgba(1,112,181,1) 71%, rgba(0,127,192,1) 82%, rgba(3,128,194,1) 84%, rgba(0,129,194,1) 84%, rgba(1,130,195,1) 86%, rgba(0,132,197,1) 86%, rgba(1,134,199,1) 90%, rgba(1,140,205,1) 94%, rgba(1,143,207,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,16,93,1) 0%,rgba(0,19,95,1) 4%,rgba(3,20,98,1) 6%,rgba(0,22,98,1) 7%,rgba(2,24,100,1) 9%,rgba(0,23,99,1) 10%,rgba(2,29,106,1) 15%,rgba(0,36,110,1) 21%,rgba(3,42,117,1) 26%,rgba(1,45,118,1) 26%,rgba(1,57,131,1) 37%,rgba(0,67,138,1) 41%,rgba(3,67,139,1) 42%,rgba(0,73,142,1) 45%,rgba(3,77,148,1) 48%,rgba(0,78,147,1) 48%,rgba(0,79,148,1) 50%,rgba(2,79,151,1) 50%,rgba(0,83,153,1) 53%,rgba(2,86,158,1) 54%,rgba(1,100,168,1) 63%,rgba(2,103,173,1) 64%,rgba(0,105,173,1) 67%,rgba(1,112,181,1) 71%,rgba(0,127,192,1) 82%,rgba(3,128,194,1) 84%,rgba(0,129,194,1) 84%,rgba(1,130,195,1) 86%,rgba(0,132,197,1) 86%,rgba(1,134,199,1) 90%,rgba(1,140,205,1) 94%,rgba(1,143,207,1) 100%);
background: linear-gradient(to right,  rgba(0,16,93,1) 0%,rgba(0,19,95,1) 4%,rgba(3,20,98,1) 6%,rgba(0,22,98,1) 7%,rgba(2,24,100,1) 9%,rgba(0,23,99,1) 10%,rgba(2,29,106,1) 15%,rgba(0,36,110,1) 21%,rgba(3,42,117,1) 26%,rgba(1,45,118,1) 26%,rgba(1,57,131,1) 37%,rgba(0,67,138,1) 41%,rgba(3,67,139,1) 42%,rgba(0,73,142,1) 45%,rgba(3,77,148,1) 48%,rgba(0,78,147,1) 48%,rgba(0,79,148,1) 50%,rgba(2,79,151,1) 50%,rgba(0,83,153,1) 53%,rgba(2,86,158,1) 54%,rgba(1,100,168,1) 63%,rgba(2,103,173,1) 64%,rgba(0,105,173,1) 67%,rgba(1,112,181,1) 71%,rgba(0,127,192,1) 82%,rgba(3,128,194,1) 84%,rgba(0,129,194,1) 84%,rgba(1,130,195,1) 86%,rgba(0,132,197,1) 86%,rgba(1,134,199,1) 90%,rgba(1,140,205,1) 94%,rgba(1,143,207,1) 100%);
*/
background: #010230;	
	position:relative;
}
#inner-intro::after {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	content: "";
	background: url(../images/intro-shape.png) no-repeat top center / cover;
	height: 64px;
}
#inner-intro.section-padding {
    padding: 70px 0;
}
#inner-intro h1, #inner-intro p, #inner-intro h4 {
	color:#fff;
}
#inner-intro p {
	margin:0 auto;
	font-size:20px;
	letter-spacing:1px;
}
.box-wrap.contact-box {
	margin:0 auto 20px;
}
.box-wrap.contact-box p {
	margin:0 auto;
}


/*====================
	Hosting-Services
======================*/
.hosting-plan {
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0 0 10px;
    margin: 0 auto;
    transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.hosting-plan:hover {
	margin-top:-10px;
}
.hosting-plan.recommend-plan:hover {
	margin-top:-20px;
}
.plan-header {
   /* background: #1d222e; */
    color: #000;
    padding: 19px;
    overflow: hidden;
    position: relative;
}
.plan-header h4 {
    color: #fff;
    margin: 0 auto 4px;
    font-size: 36px;
}
.plan-header p {
    letter-spacing: 0.8px;
    margin: 0 auto 0;
}
.hosting-price {
    background: #2e3545;
    padding: 23px 18px 15px 18px;
    margin: 15px -19px -19px;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}
.hosting-price span {
    font-size: 13px;
    font-weight: 400;
}
.blue-plan2 .plan-header {
    background: #0075c4;
}
.blue-plan2 .hosting-price {
    background: #0481ca;
}
.blue-plan .plan-header {
    background: #007bff;
	text-align: center;
}
.blue-plan .hosting-price {
    background: #ffff;  border-bottom:rgba(0, 0, 0, 0.1) solid 1px;
}

.blue-plan3 .plan-header {
    background: #0563a3;
}
.blue-plan3 .hosting-price {
    background: #066fac;
}
.recommend-plan .plan-header {
    background: #FF7500;
}
.recommend-plan .hosting-price {
    background: #fff;
}
.plan-footer {
    padding: 20px 15px;
}
.hosting-plan ul {
	padding:0;
	margin:0 auto;
}
.hosting-plan ul li {
	list-style:none;
}
.hosting-plan ul li {
    list-style: none;
    padding: 5px 0;
    font-weight: 400;
	margin:5px 20px;
}
 /*
.hosting-plan ul li:nth-child(even) {background: #fff; border-bottom:rgba(0, 0, 0, 0.1) solid 1px;}
.hosting-plan ul li:nth-child(odd) {background: #fff; border-bottom:rgba(0, 0, 0, 0.1) solid 1px;}
 .hosting-plan ul li:nth-child(odd) {background: #fff} */
.hosting-plan.recommend-plan {
    margin-top: -15px;
}
.recommend-label {
    background: #fad702;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 17px;
    right: -24px;
    padding: 0 18px;
    transform: rotate(45deg);
}
.inculde-info {
    background: #fff;
    border-radius: 300px;
    margin: 0 auto;
    max-width: 830px;
    padding: 30px 150px;
}
.inculde-info .listings ul {
	margin:0 auto;
}
.inculde-info .listings ul li {
    font-size: 18px;
    margin: 0 auto 14px;
    padding: 10px 0;
    font-weight: 400;
    color: #333;
}
.custom-solution {
	max-width:70%;
	margin:0 auto 30px;
}
.custom-solution p {
	font-size:18px;
	line-height:30px;
}
.inner-intro-text {
	max-width:80%;
	margin:0 auto 40px;
}
.table-price {
	color: #014f95;
	font-weight: 600;
	font-size: 21px;
	margin: 0 auto 5px;
}
.table-price span {
	font-size: 14px;
	font-weight: 400;
}
.table-price d {
    color: #99130b;
	font-size: 14px;
	font-weight: 400;
}
.table-format-plan td:first-child {
	font-weight: 600;
	width: 144px;
}
.table-format-plan td:nth-child(2) {
	width: 300px;
}
.tab-pane .table-format-plan {
	margin: 0 auto 0;
}
.tab-pane .table-format-plan table td {
	font-weight:600;
}
.tab-pane .table-format-plan table td p{
	margin-bottom:0;
    color: #010230;
    font-weight: normal;
}
.table-format-plan {
	margin: -134px auto 0;
	position: relative;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px;
}
.table-format-ssl td:first-child {
	font-weight: 600;
	width: 335px;
}
.table-format-ssl td:nth-child(2) {
	width: 1000px;
}

.table-format-ssl {
	margin: -134px auto 0;
	position: relative;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px;
}
.accordion-button {
	position: absolute;
	top: 15px;
	right: 22px;
	width: 38px;
	height: 38px;
	background: #222;
	text-align: center;
	color: #fff;
	line-height: 38px;
	border-radius: 50%;
	font-size: 14px;
	cursor: pointer;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.accordion-button::after {
	position: absolute;
	top: 18px;
	left: 12px;
	right: 12px;
	height: 2px;
	background: #fff;
	content: "";
}
.accordion-button::before {
	position: absolute;
	top: 18px;
	left: 12px;
	right: 12px;
	height: 2px;
	background: #fff;
	content: "";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.collapsed .accordion-button::before {
	position: absolute;
	top: 18px;
	left: 12px;
	right: 12px;
	height: 2px;
	background: #fff;
	content: "";
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.ssl-plan .hosting-price {
	font-size: 50px;
}
.ssl-plan .plan-header {
	padding: 14px;
}
.ssl-plan .plan-header h4 {
	margin: 0 auto 2px;
	font-size: 22px;
}
.ssl-plan .hosting-plan ul li {
	list-style: none;
	padding: 18px 20px;
	font-weight: 400;
	margin: 0 auto;
	letter-spacing: 0;
}
.ssl-plan .hosting-plan ul li:first-child {
	min-height: 440px;
}
.ssl-plan .hosting-plan ul li:nth-child(2n+1) {
	background: #fff;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.ssl-plan .hosting-plan ul li:nth-child(2n) {
	background: #ebebeb;
	border-bottom: 0;
}
.ssl-plan .hosting-plan {
	margin: 0 auto 30px;
}



/*====================
	Affiliate 
======================*/
.sub-heading {
	max-width: 85%;
	margin: 0 auto;
}
.sub-heading p {
	margin: 0 auto;
	font-size: 18px;
}
.jon-affiliate {
	margin: 20px auto ;
}
.jon-affiliate p {
	font-size: 20px;
	margin: 0 auto 15px;
}
.earning-table {
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 0px;
	width: 60%;
}
.faq-wrap {
	padding: 27px 35px;
	border: rgba(0, 0, 0, 0.2) solid 1px;
	margin: 0 auto 8px;
	border-radius: 3px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.faq-wrap:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;	
}
.faq-wrap h5 {
	margin: 0 auto 5px;
}
.faq-wrap p {
	margin: 0 auto;
}
.collapse.show .card-body {
	box-shadow: rgba(0, 0, 0, 0.08) 0 10px 20px;
}
.page-content-wrap {
	background: #fff;
	margin: -130px auto 0;
	position: relative;
	padding: 0px 20px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
}
.page-content-wrap h4, .page-content-wrap h5, .page-content-wrap h6 {
	margin: 0 auto 8px;
}
.page-content-wrap ul, .page-content-wrap ol {
	padding: 5px 0 0 20px;
}
.page-content-wrap ul li, .page-content-wrap ol li {
	margin: 0 auto 5px;
}
.page-content-wrap h4 {
	font-size: 23px;
	margin-bottom: 25px;
}
.content-tab-nav {
	margin: -50px -30px 0;
}
.content-tab-nav .nav.nav-tabs {
	padding: 0;
}
.content-tab-nav .nav.nav-tabs {
	padding: 0;
	/* background: #ecfafd; */
	display: table;
	width: 100%;
}
.content-tab-nav .nav-tabs .nav-item {
	margin: 0 auto;
	display: block;
	float: left;
	width: 50%;
/*	vertical-align: middle; */
}
.content-tab-nav .nav-tabs > li a {
	font-size: 20px;
	font-weight: 500;
	background: #ecfafd;
	border-radius: 0 0 6px 6px;
}
/* .content-tab-nav .nav-tabs > li.active > a,  */
/* .content-tab-nav .nav-tabs .nav-link.active,  */
/* .content-tab-nav .nav-tabs > li.active > a:focus,  */
/* .content-tab-nav .nav-tabs > li.active > a:hover,  */
/* .content-tab-nav .nav-tabs > li a:hover,  */
/* .content-tab-nav .nav-tabs > li a:focus { */
	/* border-radius: 0 0 6px 6px; */
	/* border-color: #00cbfe !important; */
	/* background: #00cbfe; */
/* } */
.page-content-wrap .plan-content .tab-pane {
	padding: 30px 0 0px;
}
#inner-intro .listings {
	text-align: left;
}
#inner-intro .listings ul {
	padding-left: 50px;
	margin: 0 auto;
	max-width: 100%;
	width: 550px;
}
#inner-intro .listings ul li {
	font-size: 18px;
	margin: 0 auto 4px;
	padding: 2px 0;
	color: #fff;
}
#inner-intro .listings li::after {
	left: -50px;
	width: 33px;
	height: 33px;
	font-size: 21px;
	line-height: 33px;
}


/*====================
	Responsive-CSS
======================*/
@media (min-width:991px) and (max-width:1200px) {
.navbar-nav > li {
	margin: 0;
}
.navbar-nav li a {
	font-size: 14px;
	padding: 30px 9px;
	margin: 0 auto;
}
.header-act a {
	padding: 3px 6px;
	margin: 0 0 0 0px;
	font-size: 14px;
}
.navbar-header {
	margin-right: 0;
}
.intro-text {
	max-width: 70%;
}
.intro-text h1, .intro-text h2 {
	font-size: 45px;
}
.intro-text p {
	font-size: 20px;
}
.intro-price {
	font-size: 27px;
	margin: 40px auto 20px;
}
#intro .item {
	padding: 100px 0 140px;
}
.section-padding {
	padding: 60px 0;
}
.section-header {
	padding-bottom: 30px;
}
.box-wrap {
	padding: 40px 15px;
	margin: 10px auto;
}
.box-wrap h4 {
	font-size: 22px;
}
h2 {
	font-size: 36px;
}
.nav-tabs .nav-item {
	margin: 0 1px;
	width: 23.2%;
}
.nav-tabs > li a {
	font-size: 14px;
	padding: 15px 5px;
}
.services-plan-info {
	padding: 0;
}
.tab-content {
	margin: 0 auto;
}
.another-hosting h5 {
	margin: 0 auto 20px;
}
.listings ul li {
	padding: 10px 0;
}
.content-wp {
	margin: 50px auto 0;
}
.vertival-box a {
	padding: 30px 20px 30px 120px;
}
.icon-box-wp {
	left: 20px;
}
.icon-box-wp::after {
	right: -20px;
}
#footer {
	padding-top: 100px;
}
.footer-widgets {
	margin: 0 auto 70px;
}
.footer-mid {
	padding: 30px 0;
}
.gray-bg::after, .gray-bg::before {
	height: 50px;
}
.hosting-price {
	font-size: 45px;
	line-height: 42px;
}
h1 {
    font-size: 44px;
}

	
}


@media (min-width:768px) and (max-width:992px) {
.intro-text {
	max-width: 70%;
}
.intro-text h1, .intro-text h2 {
	font-size: 45px;
}
.intro-text p {
	font-size: 20px;
}
.intro-price {
	font-size: 27px;
	margin: 40px auto 20px;
}
#intro .item {
	padding: 80px 0 140px;
}
.section-padding {
	padding: 60px 0;
}
.btn {
	padding: 10px 30px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 30px;
}
.box-wrap {
	margin: 10px auto;
}
.box-wrap {
	padding: 40px 25px;
}
.box-wrap h4 {
	font-size: 23px;
}
.tab-pane {
	padding: 20px;
}
.services-plan-info {	
	width: 47%;
	padding: 0;
}
.services-images-wrap {
	top: -20px;
	bottom: -20px;
	width: 58%;
	right: -40px;
}
.listings ul li {
	margin: 0 auto 4px;
}
.another-hosting h5 {
	margin: 0 auto 20px;
}
.vertival-box a {
	padding: 20px 20px;
	text-align: center;
}
.icon-box-wp {
	position: relative;
	top: 0;
	left: 0;
	transform: inherit;
	margin: 0 auto 16px;
}
.icon-box-wp::after {
	display: none;
}
#footer {
	padding-top: 100px;
}
.footer-widgets ul li {
	margin: 0 auto 2px;
}
.footer-widgets {
	margin: 0 auto 60px;
}
.footer-mid {
	padding: 25px 0;
}
.footer-bottom p {
	line-height: 22px;
}
.nav-tabs .nav-item {
	margin: 0 1px;
}
.nav-tabs > li a {
	font-size: 16px;
	padding: 20px 17px;
	line-height: 24px;
}
.header-act a {
	padding: 0px 5px;
	margin: 0 0 0 0px;
	font-size: 12px;
}
.navbar-nav > li {
	margin: 0 0 0 3px;
}
.navbar .navbar-nav li.dropdown > a {
	padding-right: 12px;
}
.navbar-nav li a {
	font-size: 13px;
	padding: 20px 4px;
	margin: 0 auto;
}
.navbar .navbar-nav li.dropdown > a::after {
	right: 3px;
	top: 20px;
}
.navbar-header {
	margin-right: 0;
	max-width: 140px;
}
.section-header {
	padding-bottom: 30px;
}
.gray-bg::after {
	height: 40px;
}
.plan-tab-nav .nav-tabs .nav-item {
	width: 37%;
}
.plan-tab-nav {
	margin: -125px auto 20px;
}
.hosting-plan {
	margin: 0 auto 30px;
}
.inculde-info .listings ul li {
	font-size: 17px;
	margin: 0 auto 6px;
}
.gray-bg::before {
	bottom: -20px;
	height: 40px;
}	
#quick-support::after {
	height: 60px;
	top: -10px;
}
.ssl-plan .hosting-plan ul li:first-child {
	min-height: inherit;
}	
	
	
}



@media (max-width:768px) {
.navbar-header {
	float: none;
	margin: 0;
	width: 100%;
	border-bottom: #ddd solid 1px;
}
.navbar-header .logo {
	float: left;
	margin: 10px 0;
}
#menu-slide {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	margin: 20px 3px;
	background: #fff;
	border: #ddd solid 1px;
	cursor: pointer;
	border-radius: 3px;
}
#menu-slide:hover, #menu-slide:focus {
	background: #00ccff;
	border-color:  #00ccff;
	outline: none;
}
#menu-slide:hover.navbar-toggle .icon-bar, #menu-slide:focus.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-toggle .icon-bar {
	height: 3px;
	width: 22px;
	display: block;
	background-color: #888;
	margin: 4px 0;
}
#intro .item {
	padding: 60px 0 90px;
}
.intro-text {
	max-width: 100%;
}
.intro-text h1, .intro-text h2 {
	font-size: 38px;
}
.intro-text p {
	font-size: 20px;
	line-height: 30px;
}
.intro-price {
	font-size: 26px;
	margin: 30px auto 20px;
	font-weight: 400;
}
.intro-price {
	font-size: 26px;
	margin: 30px auto 20px;
}
#intro::after {
	bottom: -30px;
}
.section-padding {
	padding: 60px 0;
}
#inner-intro p {
	font-size: 18px;
	letter-spacing: 0;
}
#inner-intro.section-padding {
	padding: 50px 0;
}
.sub-heading p {
	font-size: 17px;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	font-size: 23px;
	line-height: 28px;
}
.page-content-wrap h4 {
	font-size: 18px;
}
.section-header {
	padding-bottom: 30px;
}
.box-wrap {
	padding: 20px;
	margin: 10px auto;
}
.dots-patterns::after {
	display: none;
}
.nav-tabs .nav-item {
	margin: 0 auto 12px;
	display: inline-block;
	width: 100%;
}
.nav-tabs > li a {
	font-size: 15px;
	padding: 8px 8px;
}
.tab-pane {
	padding: 35px;
}
.services-plan-info {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 auto 20px;
}
.services-plan-info ul li {
	margin: 0 auto 10px;
}
.services-plan-info ul {
	margin: 20px auto 30px;
}
.services-price {
	font-size: 30px;
}
.services-images-wrap {
	display: none;
}
.services-tab {
	margin: 0 auto 20px;
}
.tab-content {
	margin: 0 auto;
}
.listings ul li {
	margin: 0 auto 5px;
}
.content-wp {
	margin: 30px auto 0;
}
.vertival-box {
	margin: 0 auto 8px;
}
#footer {
	padding-top: 80px;
}
.footer-widgets h5 {
	margin: 0 auto 10px;
}
.footer-widgets ul li {
	margin: 0 auto 3px;
}
.footer-widgets {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.footer-mid {
	padding: 30px 0;
}
.col-md-3:last-child .footer-widgets {
	border: 0;
	margin: 0 auto 5px;
}
.need-help {
	margin: 0 auto 20px;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom p {
	line-height: 23px;
}
.follow-us {
	text-align: center;
	margin: 20px auto 0;
}
.follow-us ul {
	padding: 0;
}
.navbar-nav > li {
	display: block;
	margin: 0;
}
.collapse.navbar-collapse {
	width: 100%;	
	text-align: left;
}
.navbar-nav li a {
	font-size: 15px;
	padding: 12px 0;
	border-bottom: #ddd solid 1px;
}
.navbar .navbar-nav li.dropdown > a::after {
	right: 0;
	top: 12px;
}
ul.sub-menu {
	min-width: inherit;
	position: relative;
	left: 0;
	top: 0;
	box-shadow: none;
}
.navbar ul li ul.sub-menu li a {
	padding: 15px 0;
}
.header-act {
	float: none;
	text-align: center;
	padding: 12px 0;
	width: 100%;
}
#our-services {
	padding: 70px 0;
}
#our-services::after {
	height: 50px;
}
.jon-affiliate p {
	font-size: 16px;
	margin: 0 auto 25px;
}
.gray-bg::after {
	height: 30px;
}
table thead th, table thead td {
	font-size: 17px;
	padding: 18px 18px;
}
.faq-wrap {
	padding: 20px 25px;
}
.page-content-wrap img {
	margin: 0 auto 20px;
}
.page-content-wrap {
	margin: -110px auto 0;
	padding: 25px 25px;
}
.navbar .navbar-nav li:hover > ul.sub-menu, 
.navbar .navbar-nav li ul.sub-menu:hover > ul.sub-menu, 
.navbar .navbar-nav li.dropdown > a::after {
	display: none;
}
.navbar .arrow {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 53px;
	cursor: pointer;
	z-index: 1;
}
.navbar .arrow::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 14px;
	top: 12px;
	color: #000;
	font-size: 20px;
}
.plan-tab-nav .nav-tabs .nav-item {
	width: 42%;
}
.plan-tab-nav ul li a {
	font-size: 16px;
	padding: 32px 38px;
	line-height: 19px;
}
.plan-tab-nav {
	margin: -105px auto 0px;
}
.hosting-price {
	font-size: 45px;
	line-height: 38px;
}
.hosting-price span {
	font-size: 18px;
}
.hosting-plan {
	margin: 0 auto 40px;
	
}
.hosting-price {
	padding: 18px 18px 13px 18px;
}
.plan-footer {
	padding: 20px 20px 12px;
}
.gray-bg::before {
	height: 50px;
}
.inculde-info {
	border-radius: 10px;
	margin: 0 auto;
	max-width: 100%;
	padding: 20px;
}
.custom-solution {
	max-width: 100%;
}
.custom-solution p {
	font-size: 16px;
}
.tech-heading-table h5 {
	font-size: 17px;
}
.card-header button {
	font-size: 16px;
	padding: 22px;
}
.card-body td {
	font-size: 12px;
	padding: 10px 4px;
}
.accordion-button {
	top: 9px;
	right: 15px;
}
.card-body td:first-child {
	width: 125px;
}
.tech-heading-table h6 {
	font-size: 16px;
}	
.box-wrap img {
	margin: 0 auto 20px;
	max-height: 110px;
}
.faq-wrap h5 {
	font-size: 20px;
}
.faq-wrap p {
	line-height: 24px;
}	
.ssl-plan .hosting-plan ul li:first-child {
	min-height: inherit;
}	
.content-tab-nav {
	margin: -25px -25px 0;
}
.content-tab-nav .nav-tabs > li a {
	font-size: 17px;
}
.inner-intro-text {
	max-width: 100%;
}
.table-format-plan thead {
	display: none;
}
.table-format-plan tr{
    margin-bottom: 30px;
}
.table-format-plan tr, .table-format-plan tr td {
	display: block;
	width: 100% !important;
	
}
.table-format-plan td {
	padding: 12px 10px 12px 100px;
	border-bottom: #eee solid 1px;
	position: relative;
}
.table-format-plan td::after {
	position: absolute;
	top: 9px;
	left: 10px;
	content: attr(data-name);
	font-weight: bold;
	color: #000;
}	
	
	
}

@media (max-width:480px) {
#intro .item {
	background-position: -590px 0px;
}
h1 {
	font-size: 30px;
}
#inner-intro p {
	font-size: 16px;
	line-height: 25px;
}
.plan-tab-nav ul li a {
	font-size: 16px;
	padding: 12px 38px;
	line-height: 19px;
}
.hosting-plan ul li {
	padding: 12px 0;
	font-size: 15px;
}
.discount-pre {
	top: 2px;
}
.btn {
	font-size: 15px;
	padding: 8px 30px;
}

.tech-heading-table h6 {
	font-size: 14px;
	font-weight: 400;
}
.tech-heading-table td {
	padding: 14px 13px;
}
.card-body td:first-child {
	width: 80px;
}	
.btn.btn-sm {
	font-size: 11px;
	padding: 0px 8px;
	line-height: 26px;
}
.tech-heading-table p {
	margin: 0 auto 0px;
	font-size: 15px;	
}
.tech-heading-table td {
	padding: 10px 7px;
}
.inculde-info .listings ul li {
	font-size: 16px;
	margin: 0 auto 10px;
	padding: 10px 0;
	line-height: 27px;
}
.listings li::after {
	top: 4px;
}
	
	
}

/************* NEW ***********/

.tab-pane .table-format-plan table tbody tr:hover {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.4);
    border-radius: 5px;
    background: #e6f7ff;
	transition: all ease-in-out 0.5s;
}
@media(min-width:767px){
 
.tab-pane .table-format-plan table tr:nth-child(even) {
    background: none;
}
.tab-pane .table-format-plan table tr:nth-child(odd) {
    background: none;
}
}

/*.content-tab-nav ul.nav.nav-tabs {
    text-align: center;
    margin-top: 10px;
    margin-left: 5px;
}
.content-tab-nav .nav .nav-tabs {
    border: 0px;
}
.content-tab-nav .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.content-tab-nav ul.nav.nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 auto 30px;
    position: relative;
}
.content-tab-nav .nav.nav-tabs > li.active a, .content-tab-nav .nav.nav-tabs > li:hover a, .content-tab-nav .nav.nav-tabs > li a:hover {
    background: #36d7ff;
    fill: #36d7ff;
	color: #fff;
}
.content-tab-nav .nav.nav-tabs > li > a {
    border: 8px solid rgba(19, 19, 19, 0.1);
    border-radius: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    color: #000;
    font-size: 27px;
    font-weight: 700;
    margin-right: 8px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.content-tab-nav .nav.nav-tabs > li a.active::after {
    border-color: #151515 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 12px;
}
.content-tab-nav .nav.nav-tabs > li a.active::after {
    border-color: #00cbfe transparent transparent;
}*/

.content-tab-nav .nav-tabs{ 
     border: none; 
     margin: 0; 
 } 
.content-tab-nav .nav-tabs li a{ 
    padding: 10px; 
     margin-right: 20px; 
     font-size: 20px; 
     font-weight: 600; 
     color: #293241; 
     text-transform: capitalize; 
     border: none; 
     border-radius: 0; 
     background: transparent; 
     z-index: 2; 
     position: relative; 
     transition: all 0.3s ease 0s; 
 } 
 .content-tab-nav .nav-tabs li a:hover, 
 .content-tab-nav .nav-tabs li.active a{ border: none; } 
 .content-tab-nav .nav-tabs li a:before{ 
     content: ""; 
     width: 100%; 
     height: 4px; 
     background: #f6f6f6; 
     border: 1px solid #e9e9e9; 
     border-radius: 2px; 
     position: absolute; 
     bottom: 0; 
     left: 0; 
 } 
 .content-tab-nav .nav-tabs li a:after{ 
     content: ""; 
     width: 0; 
     height: 4px; 
     background: #00cbfe; 
     border: 1px solid #00cbfe; 
     border-radius: 2px; 
     position: absolute; 
     bottom: 0; 
     left: 0; 
     opacity: 0; 
     z-index: 1; 
     transition: all 1s ease 0s; 
 } 
.content-tab-nav .nav-tabs li:hover a:after, 
.content-tab-nav .nav-tabs li a.active:after{ 
     width: 100%; 
     opacity: 1; 
} 

.content-tab-nav .nav-tabs > li.active > a, .content-tab-nav .nav-tabs .nav-link.active, .content-tab-nav .nav-tabs > li.active > a:focus, .content-tab-nav .nav-tabs > li.active > a:hover, .content-tab-nav .nav-tabs > li a:hover, .content-tab-nav .nav-tabs > li a:focus {
	color : #000;
	background:none;
}
@media only screen and (max-width: 479px){
    .content-tab-nav .nav-tabs li{
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .tab-content{ margin-top: 0; }
}
.table-format-plan table{
	width: 99%;
    margin-right: 2px;
    margin-left: 2px;
    /*border-collapse: collapse;
	border-radius: 10px;
	overflow: hidden;*/
}
/*=======NEW-CSS==========*/
.box-wrap {padding: 40px; text-align: left; box-shadow: 0px 0px 20px rgba(196, 196, 196, 0.3); border: none !important; height: 100%; margin: 0; }
.box-wrap p{font-size: 16px; margin: 0px;} 
.box-wrap img{margin: auto;}
#intro .intro-text small {max-width: 500px; width: 100%; display: block; font-size: 14px; }
.intro-text p{margin-bottom: 20px; max-width: 492px;}
.intro-price{margin-top: 30px;}
#intro::before {content: ''; position: absolute; top: 0; bottom: 0; width: 100%; background: #010230; z-index: -1; }
#intro .intro-text strong {color: #FFF; text-transform: uppercase; font-size: 1.25rem !important; line-height: 2rem; font-weight: 700; }
.intro-text h1, .intro-text h2{font-size:42px;}
#intro .intro-text .btn {padding: 7px 23px; font-size: 14px; }
#intro .intro-text ul{padding: 0px; list-style: none; padding-top: 4rem; margin: 0px;}
#intro .intro-text ul li a{font-size: 1.25rem ; line-height: 2rem; color: #FFF;  position: relative; padding-left: 45px; }
#intro .intro-text ul li{padding-top:0.25rem; margin: 0px;}
#intro .intro-text ul li a mark { color: #0cf; font-weight: 700; background: transparent; font-size: 24px; }
#intro .intro-text ul li a figure {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 28px; }
.box-inner [class*="col-"]{margin: 50px 0px;}

.header_wp
{
	background: #FEA500;
	color: white;
}
.header_wp .top-bar
{
	display: flex;
	display: inline;
	align-items:center;
}

.first {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #014f95;
}
.second {
	font-weight: 300;
	font-size: 13.5px;
	line-height: 23px;
	color: #000;
	margin: 2px;
}
.dedi-plan {
	font-weight: 500;
	font-size: 16.5px;
	line-height: 22px;
	color: #010230;
}
.ready_flag {
    width : 24px;
    height: 24px;
}
.table-area-title {
	background-color: #010230;
	color: #ffffff;
	font-size: 16px;
    text-align: center;
    text-transform: uppercase;
	border-top: none;
	border-bottom: none;
	padding: 10px 12px;
}
.features-background {
	background-color: #010230;
	color: #ffffff;
	font-size: 24px;
    text-align: center;
	padding: 12px 12px;
}
.old-price {
    background-color: #ffd891;
    padding: 5px 5px;
    font-size: 12px !important;
    border-radius: 8px;
    color: #000;
}