/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}

.row-vc>div, .vc-child {
    display: table-cell;
    vertical-align: middle;
	float:none;
}
.email-resell{    background-color: #fbfbfb;
    margin-top: 40px;
    padding-bottom: 40px;}
.service-item-content h2 {
    margin: 0 0 17px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #6fb723;
}
.about-desc-content h3{ color: #6fb723;
    font-weight: 600;
    text-transform: uppercase;}
.service-item-content h2 span {
    display: block;
    color: #202736;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    text-indent: 1px;
}
.service-item-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-item-content ul li {
    float: left;
    width: 50%;
}
.service-item-content ul li .fa {
    margin-right: 8px;
    color: #6fb723;
}

.service-item-content ul:after, .service-item-content ul:before {
    content: " ";
    display: table;
    clear: both;
}
.service-item-content p {
    margin-bottom: 17px;
}

.service-item-content .price {
    margin-top: 24px;
}

a.btn-custom-reverse.btn-lg, a.btn-custom.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
}

#email-plan>.item {
    height: 910px;
}
#power-dedication>.item{height: 832px;}
.ticket-con{ margin-bottom:80px;}
.ticket-con a{    color: #fff;
    background-color: #516c81;
    padding: 20px;
    display: inline-block;
    font-size: 20px;
    width: 250px;
    margin: 0px 40px;}
.ticket-con a i{     font-size: 40px;
    vertical-align: bottom;
    margin-right: 4px;
    display: block;
    margin-bottom: 10px;}
	

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6fb723;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}




.terms{background-color:#f9fafa; box-sizing:border-box; padding:20px 0px;}
.section-title-wrapper {
	margin-bottom: 50px;
	position: relative;
	margin-top: 20px;
}
.container2{    margin-top: 30px;
    /* border: 1px solid #f1f1f1; */
    box-sizing: border-box;
    padding: 15px;
    padding-left: 0px;}
.section-title-wrapper:before {
	background: #2d3e50 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 230px;
}
.testimonial-section{border-top: 1px solid #f3f3f3;
    background-color: rgba(243, 243, 243, 0.32); }
.section-title {
	text-align: center;
	overflow: hidden;
	position: relative;
}
.section-title h3 {
	color: #6fb723;
	font-size: 34px;
	line-height: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	
}
.section-title h1 {
    color: #6fb723;
    font-size: 34px;
    line-height: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.section-title p {
	color: #000000;
	font-weight: 400;
	margin-bottom: 24px;
}
.section-title-wrapper:after {
	background: rgba(0, 0, 0, 0) url(../images/cap-dark.jpg) no-repeat scroll 0 0;
	bottom: -8px;
	color: #1bb4b9;
	content: "";
	font-size: 14px;
	height: 20px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 40px;
	z-index: 9;
}
.skill-image img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}
.about-text-container p span {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.overview-list {
	margin-left: 15px;
}
.overview-list li {
	background-image: url(../images/list.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	text-align: left;
}
.contact-form-area {
	color: #4c4c4c;
}
.section-padding {
	padding: 120px 0;
}
h4.contact-title {
	color: #4c4c4c;
	font-size: 24px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact-text {
	margin-bottom: 75px;
}
.contact-text > p {
	line-height: 24px;
	margin-bottom: 9px;
}
span.c-icon {
	display: inline-block;
	float: left;
}
span.c-text {
	display: inline-block;
}
.link-social > a {
	color: #4c4c4c;
	display: inline-block;
	line-height: 19px;
	margin-right: 27px;
}
.link-social > a i {
	font-size: 20px;
}
.contact-form-area textarea {
	height: 150px;
	padding-top: 13px;
	resize: none;
}
.contact-form-area .button-default {
	border: 0 none;
	padding: 8px 40px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 20px;
}
.contact-form-area input[type=text], input[type=email], input[type=search], input[type=button], textarea, select, input[type=password], input[type=submit]:focus {
	border: none;
	outline: none;
	box-shadow: none;
	transition: 1s;
}
.contact-form-area input[type=text], input[type=password], input[type=email], textarea, select {
	width: 100%;
	border: none;
	background-color: #f6f8f9;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	color: #999999;
	transition: 1s;
	margin-top: 5px;
}
#have-qustion{ margin-bottom:40px;}
.contact-form-area input[type=submit], input[type=button] {
	width: 47%;
	background-color: #4d687d;
	border: none;
	border-radius: 5px;
	padding: 15px !important;
	box-sizing: border-box;
	margin-top: 5px;
	color: #fff;
}
.common-btn {
	width: 100%;
	background-color: #4d687d;
	border: none;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 5px;
	color: #fff;
}
.common-txt {
	width: 100%;
	border: none;
	background-color: #f6f8f9;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	color: #999999;
	transition: 1s;
	margin-top: 5px;
}
.tld {
	width: 100%;
	background-color: #4d687d;
	border: none;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 5px;
	color: #fff;
	float:left;
}
.search-section .common-txt {
	width: 700px;
	margin: auto;
}
.search-section {
	background-color: #fbfbfb;
	float: left;
	width: 100%;
	margin-top: -40px;
	box-sizing: border-box;
	padding: 25px 15px;
}
.search-section ul {
	margin: auto;
	text-align: center;
}
.search-section table {
	border: 1px solid #dddddd;
}
.login-bg {
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 40px;
}
.login-bg input[type=text], input[type=email], input[type=password], input[type=submit]:focus {
	border: none;
	outline: none;
	box-shadow: none;
}
.login-bg input[type=text], input[type=password], input[type=email] {
	width: 100%;
	border: none;
	background-color: #f6f8f9;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	color: #999999;
}
.login-bg input[type=submit] {
	width: 100%;
	background-color: #4d687d;
	border: none;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
}
.login-bg ul li {
	margin-bottom: 15px;
}
.login-con {
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	padding: 40px 40px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 500px;
	margin: auto;
	border-radius: 5px;
}
#password:focus:invalid:focus{
	
}

#confirm_password:focus:invalid {
    color: #b94a48;
	
}

#register{ width:850px}
.login-bg h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
}
.login-bg h2 span {
	margin-left: 15px;
}
.domain-tab ul li a {
}
.domain-tab ul li {
	color: #fff;
	position: relative;
	padding: 0px;
	background-color: #6fb723;
}
.domain-tab ul li a {
	display: inline-block;
	color: #fff;
	padding: 15px;
	background-color: darkgrey;
}
.dot-list {
	text-align: left;
	position: relative;
	width: 98.5%;
	float: left;
	background-color: #f6f8f9;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 8px;
}
.tab-active {
	text-decoration: none;
	border: none;
	outline: none;
	background-color: #6fb723 !important;
}
.tab-active:after {
	transition: margin 0.3s;
	width: 0px;
	height: 0px;
	border-left: 15px solid rgba(204, 204, 204, 0);
	border-right: 15px solid rgba(204, 204, 204, 0);
	border-top: 15px solid #6fb824;
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 48px;
}
.search-con {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.search-con ul li {
	    position: relative;
    vertical-align: bottom;
}
.search-con ul li textarea{
		background-color: #d3dee4;
		width: 850px;
		height: 170px;
}
.top-bg {
	background-image: url(../images/top-header-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-bg:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #1e3219;
	position: absolute;
	top: 52px;
	left: 0px;
	right: 0;
}
.login-section ul {
	padding: 15px 0px;
	margin: 0px;
	padding-bottom: 20px;
}
.login-section ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.login-section ul li {
	margin-right: 15px;
}
.social-section ul li {
	margin-right: 5px !important;
}
.login-section ul li img {
	margin-right: 5px;
}
.logo-section {
}
.support-section ul li:nth-child(1) {
	background-image: url(../images/24x7-top.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	padding-left: 44px;
	margin-right: 50px;
	text-align: left;
}
.support-section ul li:nth-child(2) {
	background-image: url(../images/contact-us-top.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	padding-left: 44px;
	text-align: left;
}
.support-section ul li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.support-section ul li {
	transition: 1s;
}
.support-section ul li:hover {
	opacity: 0.6;
	transition: 1s;
}
.support-section ul li a span {
	display: block;
	font-weight: bold;
	margin-top: 3px;
	text-transform: uppercase;
	color: #86cb3f;
}
/*top header end*/
/*navigation start*/
.nav-bg {
	background-image: url(../images/menu-bg.jpg);
	height: 45px;
	position: relative;
}
.menu-section {
}
.menu-section ul li a {
	color: #fff;
	text-transform: uppercase;
}
.navbar {
	border: 0px solid transparent;
}
.navbar-nav>li {
	float: left;
	width: 170px;
	text-align: center;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 15px 8px;
}
.dropdown .dropdown-menu li a:hover {
	background-color: #304250;
}
.navbar-nav>li:hover {
	color: #fff;
	background-color: #304250;
}
/*navigation end*/

/*banner start*/
.banner {
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
	text-align: center;
}
.banner img {
	width: 100%
}
/*banner end*/

/*services start*/
.services-bg {
	background-image: url(../images/services-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 0px;
}
.service-box {
	text-align: center;
	padding: 60px;
	cursor: pointer;
}
.b1 {
	background-color: #01a4ef;
}
.b2 {
	background-color: #f25022;
}
.b3 {
	background-color: #7fba00;
}
.b4 {
	background-color: #ffb901;
}
.service-box span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
}
.services-bg h2 {
	text-align: center;
	margin: 0px;
	color: #fff;
	margin-bottom: 55px;
	font-size: 34px;
	text-transform: uppercase;
}
a:hover {
	text-decoration: none;
}
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);/* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/*services end*/

/*partner secction*/
.partnerbox ul {
	margin: 0;
	overflow: hidden;
}
.partnerbox {
	width: 100%;
	margin: auto;
}
.partnerbox ul li:nth-last-child(1) {
	margin-right: 0px;
}
.partnerbox ul li.microsoft {
	background-position: 0 6px;
	width: 120px;
	transition: 2s;
}
.partnerbox ul li.microsoft:hover {
	background-position: 0 -45px;
	transition: 2s;
}
.partnerbox ul li {
	list-style: none;
	background: url(../images/partner.png) no-repeat left top;
	height: 38px;
	padding-right: 6px;
}
.partnerbox ul li.parallers {
	background-position: -227px 5px;
	width: 110px;
	transition: 2s;
}
.partnerbox ul li.parallers:hover {
	background-position: -227px -45px;
	transition: 2s;
}
.partnerbox ul li.vmware {
	background-position: -450px 5px;
	width: 149px;
	transition: 2s;
}
.partnerbox ul li.vmware:hover {
	background-position: -450px -45px;
	transition: 2s;
}
.partnerbox ul li.cisco {
	background-position: -687px 5px;
	width: 71px;
	transition: 2s;
}
.partnerbox ul li.cisco:hover {
	background-position: -687px -45px;
	transition: 2s;
}
.partnerbox ul li.cpanel {
	background-position: -851px 5px;
	width: 148px;
	transition: 2s;
}
.partnerbox ul li.cpanel:hover {
	background-position: -851px -45px;
	transition: 2s;
}
.partner-bg {
	padding: 15px 0px;
	background-color: #181828;
	text-align: center;
}
.partner-bg ul {
	margin: 0px;
}
.partner-bg ul li {
	margin-right: 80px;
}
.partner-bg span a {
	color: #6fb723;
}
.partner-bg span {
	color: #fff;
}
/*footer section*/
.footer-section {
	background-color: #212331;
	padding: 20px 0px;
}
.footer-section h3 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 25px;
}
.footer-section ul li a {
	color: #878993;
}
.footer-section p {
	font-weight: bold;
	color: #878993;
}
.footer-section ul li {
	margin-bottom: 7px
}
.footer-section h3:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	border-top: 15px solid transparent;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #6fb723;
	top: -9px;
	margin-left: 5px;
}
.footer-section ul li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.footer-section ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #6fb723;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.footer-section ul li a:hover:before, .footer-section ul li a:focus:before, .footer-section ul li a:active:before {
	right: 0;
}
/*plan slider*/
/*footer contant*/
.domainName h2, h1, h3, h4{
	  font-size: 18px;
    color: #6fb723;
	margin-top:30px;
	}
/*testimonial*/
.testimonial-section h2 {
	text-align: center;
	margin-top: 25px;
	color: #6fb723;
	margin-bottom: 30px;
	font-size: 34px;
	text-transform: uppercase;
}
.testimonial-section .carousel-caption p {
	color: #171c23;
	font-style: italic;
	text-shadow: none;
	font-size: 14px;
}
.testimonial-section .carousel-caption p span.q-s {
	padding-left: 10px;
	display: inline-block;
	margin-right: 16px;
	height: 60px;
	float: left;
	margin-top: -7px;
}
.testimonial-section .carousel-caption p span.q-e {
	padding-left: 10px;
	display: inline-block;
	margin-left: 16px;
	height: 60px;
	margin-top: 33px;
	float: right;
}
.testimonial-section .carousel-caption p em {
	width: 89%;
	display: inline-block;
}
.testimonial-section .carousel-inner>.item {
	height: 150px;
}
.testimonial-section .carousel-caption span.c-name {
	color: #7aaa44;
	font-size: 13px;
	text-shadow: none;
	display: block;
	text-align: right;
	font-weight: 600;
}
.testimonial-section .carousel-caption span.c-post {
	color: #171c23;
	font-size: 10px;
	text-shadow: none;
	display: block;
	text-align: right;
}
/*plan*/
.plan-section {
	background-color: #f9fafa;
}
.plan-section-inner {
	background-color: #f9fafa;
	padding-bottom: 30px;
}
.plan-section .carousel-caption p {
	color: #171c23;
	font-style: italic;
	text-shadow: none;
	font-size: 14px;
}
.plan-section .carousel-inner>.item {
	height: 807px;
}
.plan-section-inner .carousel-inner>.item {
	height: 773px;
}
.plan-section h2 {
	font-size: 34px;
	font-weight: bold;
	color: #304250;
	text-transform: uppercase;
}
.plan-section h3 {
	font-size: 14px;
	color: #304250;
	margin-top: 14px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.slider-b-con {
	border: 1px solid #b9b9b9;
	margin-bottom: 50px;
	margin-top: 60px;
	padding-bottom: 40px;
}
.linux-btn {
	padding: 22px 30px;
	display: inline-block;
	color: #6fb824;
	background-color: #fff;
	font-weight: 700;
	margin: 0px 31px;
	transition: 1s;
	border: 1px solid #5ba510;
}
.active-btn {
	background-color: #6fb824;
	text-decoration: none;
	color: #fff;
}
.active-btn:active {
	text-decoration: none;
}
.active-btn:after {
	transition: margin 0.3s;
	width: 0px;
	height: 0px;
	border-left: 15px solid rgba(204, 204, 204, 0);
	border-right: 15px solid rgba(204, 204, 204, 0);
	border-top: 15px solid #6fb824;
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 42px;
}
.active-btn:hover {
	color: #fff;
}
a:active, a:hover, a:focus {
	text-decoration: none;
}
.plan-section .tab-btn-con {
	margin-top: -32px;
	width: 580px;
	text-align: center;
	margin: -35px auto 0px auto;
	background-color: #f9fafa;
}
.tab-btn-con span {
	position: relative;
}
.plan-list li {
	width: 30%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 14px 0px #bdbdbd;
	padding: 0px;
	background-color: #fff;
	color: #343535;
}
.plan-list li .price-con {
	width: 100%;
	float: left;
}
.price-btn-con {
	width: 100%;
	float: left;
	position: relative;
	padding: 35px 0px 0px 0px;
}
/*.price-btn-con a{    background-color: #304250;
    color: #fff;
    padding: 20px 35px 15px 35px;
    border-radius: 10px 10px 0px 0px;}
.price-btn-con a:after{      width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 31px solid transparent;
    border-top: 14px solid #0a1925;
    content: " ";
    display: block;
    position: absolute;
    left: 70px;
    margin-left: 0px;
    margin-top: 0;
    z-index: -1;}
	.price-btn-con a:before{ width: 0;
    height: 0;
    border-left: 31px solid transparent;
    border-right: 15px solid transparent;
    border-top: 14px solid #0a1925;
    content: " ";
    display: block;
    position: absolute;
    right: 68px;
    margin-left: 0px;
    margin-top: 20px;
    z-index: -1;}*/
.plan-list li .price-con span {
	display: block;
	padding: 20px 0px;
	border-bottom: 1px solid #555;
	margin: auto;
	width: 90%;
}
.plan-list li .header-plan {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #efefef;
	padding: 35px;
}
.plan-list li .price-heading h4 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #304250;
}
.plan-list li .price-heading h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #304250;
}
.price-heading {
	background-color: #efefef;
	float: left;
	width: 100%;
	padding: 35px;
	color: #304250;
}
.main-plan {
	width: 34% !important;
	z-index: 999;
}
.plan-list li:nth-child(1) {
	margin-right: -20px;
	z-index: -1;
}
.plan-list li:nth-child(2) {
	z-index: 99999;
	position: relative;
	margin-bottom: -8px;
}
.plan-list li:nth-child(3) {
	margin-left: -20px;
	z-index: -1;
}
.main-plan .price-heading {
	background-color: #304250 !important;
	position: relative;
	color: #fff !important;
	padding: 48px 0px;
}
.main-plan .price-heading h4 {
	color: #fff !important;
	font-size: 26px !important;
	font-weight: bold;
}
.main-plan {
	border: 0px solid #fff !important;
}
.main-plan .price-heading h5 span {
	font-size: 30px;
	font-weight: bold;
	color: #85fd09;
}
.main-plan .price-heading h5 {
	margin-top: -5px;
}
.big-img {
	margin-bottom: -9px;
}
.small-img {
	margin-bottom: -9px;
}
.main-plan .price-con span {
	font-size: 16px;
	font-weight: 600;
}
.popular {
	position: absolute;
	top: -7px;
	right: -5px;
}
.next-btn {
	position: absolute;
	top: 50%;
}
.prv-btn {
	position: absolute;
	top: 50%;
}
.carousel-control.right {
	right: 25px;
	left: auto;
}
.menu1 {
	display: none;
}
.menu2 {
	display: none;
}
#web-plan {
	display: block;
}
#mobile-plan {
	display: none;
}

@media (max-width:480px) {
#web-plan {
	display: none;
}
#mobile-plan {
	display: block;
}
.support-section ul {
	width: 100%;
}
.support-section ul li:nth-child(1) {
	margin-right: 0px;
	width: 50%;
	float: left;
}
.support-section ul li:nth-child(2) {
	width: 50%;
	float: right;
}
.support-section ul li a span {
	font-size: 12px;
}
.support-section ul li a {
	font-size: 12px;
}
}

@media (max-width:767px) {
	.contact-form-area {
    color: #4c4c4c;
    padding: 0px 10px;
    box-sizing: border-box;
}
.about-text-container{ padding: 0px 10px;
    box-sizing: border-box;}
.top-bg {
	background-size: cover;
}
.menu1 {
	display: inline-block;
	margin-left: 15px;
	margin-top: 10px;
	position: relative;
	height: 32px;
	cursor: pointer;
}
#contact {
	display: none;
	position: absolute;
	z-index: 999999;
	background: #304250;
	padding: 15px 10px;
	border-bottom: 2px solid #6fb824;
}
#contact ul li {
	width: 100%;
	float: left;
	margin: 5px 0px;
}
#social-top {
	position: relative;
	float: right;
}
.top-bg:after {
	top: 42px;
}
.login-section ul {
	padding: 8px 0px;
	padding-bottom: 10px;
}
.logo-section .col-md-6 ul.mobile-logo {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.menu2 {
	display: block;
	padding: 8px 10px;
}
#main-nav {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
}
.nav-bg {
	height: auto;
	position: relative;
	background: #304250;
}
.navbar-nav {
	margin: 0.5px 0px;
}
.navbar-nav>li {
	width: 100%;
	text-align: left;
}
.for-mobile {
	padding: 0px;
}
#homepage {
	background-color: #1b3142;
	border-bottom: 3px solid #6fb824;
}
.service-box {
	width: 94%;
	margin: auto;
	margin-bottom: 20px;
}
.hvr-float-shadow {
	display: block;
}
.testimonial-section .carousel-inner>.item {
	height: 400px;
}
.footer-section {
	padding: 20px 10px;
}
.slider-b-con {
	border: none;
}
.plan-section .tab-btn-con {
	margin-top: -32px;
	width: 100%;
	text-align: left;
	margin: -35px auto 0px auto;
	background-color: #f9fafa;
}
.linux-btn {
	padding: 12px 7px;
	display: inline-block;
	margin: 0px 0px;
	font-size: 12px;
}
.paymeny {
	width: 100%;
}
.partner-bg {
	padding: 15px 10px;
}
.plan-section .carousel-inner>.item {
	height: 790px;
}
.plan-list li {
	width: 100% !important;
	margin-bottom: 40px !important;
}
.slider-b-con {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.carousel-caption {
	right: 0%;
	left: 0%;
	padding-bottom: 20px;
	width: 94%;
	margin: auto;
}
.active-btn:after {
	top: 31px;
}
.plan-list li:nth-child(3) {
	margin-left: 0px;
}
.plan-list li:nth-child(1) {
	margin-right: 0px;
}
.margin-0 {
	margin: 0px;
}
}

@media (max-width:992px) {
.menu2 {
	display: block;
	padding: 8px 10px;
}
#main-nav {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
}
.nav-bg {
	height: auto;
	position: relative;
	background: #304250;
}
.navbar-nav {
	    margin: 0.5px 0px;
    width: 100%;
    background: #304250;
}
.navbar-nav>li {
	width: 100%;
	text-align: left;
}
.for-mobile {
	padding: 0px;
}
#main-nav {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
}
#homepage {
    background-color: #1b3142;
    border-bottom: 3px solid #6fb824;
}
.navbar-nav {
    margin: 0.5px 0px;
}
.service-box {
    text-align: center;
    padding: 20px;
    cursor: pointer;
}
.service-box img{
	width:100px;
	height:100px;
	text-align:center;
    }
	.partner-bg ul li {
    margin-right: 30px;
}
	.testimonial-section .carousel-inner>.item {
    height: 230px;
}
#register {
    width: 80%;
}	
}

@media (max-width:1200px) {
	.navbar-nav>li {
    
}
}
/* new Code  */
.margin_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.page_header {
	margin-bottom: 30px;
}
.page_header h1 {
	font-size: 24px;
	margin: 0 0 5px 0;
}

.cus_ctr {
	box-shadow: none;
	height: 40px;
	border-radius: 0;
}
ul.list_ok {
	list-style: none;
	margin: 0 0 0;
	padding: 0
}
.box_account h2 {
	font-size: 14px;
	font-weight: 700;
}
ul.list_ok li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 5px
}

ul.list_ok li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f058";
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 16px;
	color: #304250
}

ul.list_ok li:last-child {
	margin-bottom: 0
}

.step {
	margin-bottom: 30px
}

@media (max-width: 991px) {
	.step {
			margin-bottom:35px
	}
}

.step h3:before {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 10px solid #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 0
}

@media (max-width: 767px) {
	.step h3:before {
			border:none
	}
}

.step h3:after {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 17px inset transparent;
	border-left: 10px solid #333;
	position: absolute;
	content: "";
	top: 0;
	right: -10px;
	z-index: 2
}

.stepsbar {
	float: left;
	width: 150px;
}
.box_account {
	margin-bottom: 25px
}

.box_account h3 {
	font-size: 14px;
    padding-left: 0px;
    height: 30px;
    padding-top: 5px;
    display: inline-block;
    color: #444;
    margin-top: 0;
    margin-bottom: 10px;
}



.box_account .form_container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	padding: 25px;
	position: relative;
	background-color: #e2e2e2;
}
button{
    outline:none;
}
.box_account .form_container hr {
	margin: 0 0 10px 0;
	border-color: #ededed
}

.box_account .form_container a.social_bt {
	margin-bottom: 0;
	min-width: inherit
}

@media (max-width: 991px) {
	.box_account .form_container a.social_bt {
			margin-bottom:5px
	}
}

.box_account .form_container .form-group {
	margin-bottom: 10px
}

.box_account .form_container #forgot_pw {
	height: 100% !important;
	min-height: inherit;
	background-color: #f4f4f4;
	padding: 15px
}

.stepsbar .step {
	margin: 0 0 25px 0;
	padding: 15px 5px;
	width: 140px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	position: relative;
}
.stepsbar .step strong{ text-transform: uppercase;}

.stepsbar .step a {
	color: #000;
}

.stepsbar .step.active {
	background-color: #9ee13d;
	color: #fff;
}

.stepsbar .step.active a {
	color: #fff;
}
/* .stepsbar .step.active:after {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 10px solid #9ee13d;
	position: absolute;
	content: "";
	top: 16px;
	right: -9px;
	z-index: 2;
} */
@media (max-width: 767px) {
	.step h3:after {
			border:none
	}
	.stepsbar {
		margin-top: 20px;
    float: none;
		display: flex;
		justify-content: center;
		width: auto;
}
.stepsbar .step a {
	font-size: 7px;
}
.stepsbar .step strong{
	font-size: 12px;
}

.stepsbar .step {
    margin: 0 0 25px 0;
		padding: 5px 5px;
		font-size: 7px;
}

}

.step.first h3:before,.step.last h3:after {
	border: none
}

.step h3 {
	padding: 10px 12px 10px 20px;
	background: #333;
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
}

@media (max-width: 767px) {
	.step h3 {
			margin-left:-15px;
			margin-right: -15px;
			padding-left: 15px
	}
}

.step #forgot_pw {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1)
}


.box_general.summary {
	box-shadow: none;
	background-color: #fff;
	padding-bottom: 20px;
	padding: 25px 25px 20px 25px;
	border: 1px solid #ededed
}

.box_general.summary ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #ededed
}
.box_general.summary ul.no-b {
	
	border-bottom: 0px solid #ededed
}

.box_general.summary ul li {
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: 500;
	display: block;
	line-height: 1.3
}

.box_general.summary ul li em {
	font-style: normal;
	float: left;
	width: 68%;
	font-weight: 400;
	text-align: left;
}
.color_blue {
	color: #0044c2 !important;
	text-decoration: underline;
}
.color_blue2 {
	color: #0044c2 !important;
	text-decoration: none;
}
.box_general.summary ul li span {
	float: right;
	text-align: right;
	width: 32%;
	font-weight: 700
}

.box_general.summary label.container_check {
	font-size: 12px;
}

.box_general.summary .total {
	font-size: 18px;
	font-weight: 700;
	border-bottom: none;
	color: red
}
.box_general.summary ul li span a{color: #333;}
.box_general.summary .total span {
	float: right;
	margin-bottom: 15px
}
.line-number {
	border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 10px;
}
#confirm {
	text-align: center;
	background-color: #f8f8f8;
	padding: 150px 15px
}
.generation_div {
	padding: 10px 12px 10px 20px;
	background: #333;
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.generation_div a {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 767px) {
	#confirm {
			padding:60px 15px
	}
	.box_general.summary .total {
    font-size: 15px;
}
}

.form-group {
	position: relative;
}
a.btn_1.full-width, .btn_1.full-width {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
a.btn_1, .btn_1 {
	border: none;
	color: #fff;
	background: #86cb3f;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 14px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: normal;
}

#error_page,#track_order {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 50px;
}

#error_page p,#track_order p {
	font-size: 21px;
}

@media (max-width: 767px) {
	#error_page p,#track_order p {
			font-size:18px;
	}
}

.search_bar {
	position: relative;
	margin-bottom: 30px
}

.search_bar input[type='text'] {
	border: 0;
	height: 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding-left: 15px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
}

.search_bar input[type='submit'] {
	position: absolute;
	right: -1px;
	color: #fff;
	font-weight: 600;
	top: 0;
	border: 0;
	padding: 0 25px;
	height: 50px;
	cursor: pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-color: #86cb3f;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url(../images/menu-bg.jpg);
  height: 45px;
}

.search_bar2 {
	display: flex;

}
.search_bar2 input[type='submit'] {
	position: relative;
	margin-left: -2px;
}
.search_bar2 .cus_ctr {
	height: 45px;
	
	margin-top: 0;
}
.text-center {
	text-align: center!important;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
	display: flex;
}
.justify-content-space-between {
	-ms-flex-pack: space-between!important;
	justify-content: space-between;
	display: flex;
}
.search_bar input[type='submit']:focus {
	outline: none
}

.search_bar input[type='submit']:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%)
}
.d-flex {
	display: flex;
	align-items: center;
	width: 60%;

}
.server-info .form-group{
	width: 100%;
}
.server-info  {
	margin-bottom: 15px;
	align-items: center;
}

.server-info input {
	padding: 10px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: calc(1.75em + .75rem + 2px);
    background: #fff;
		
		margin-right: 5px;
		min-width: 240px;
}
 .captchainput {
	margin: 10px auto 5px;
	padding: 10px;
	background-color: #f8f8f8;
	border: 1px dashed #ccc;
	width: 425px;
	text-align: center
}
.domain-holder {
	border: 1px solid #ededed;
	padding: 35px;
}
.internalpadding {
	width: 425px;
	display: flex;
	justify-content: space-between;
	margin:auto
}
.internalpadding input{ width: 48%;}

#track_order .captchainput p {
	font-size: 14px;
}
 .captchainput div {
	margin: 0 auto
}
 .multitldbtn {
	position: relative;
	top: 5px;
	right: 0;
	height: 0
}
 .multitldbtn input {
	padding: 4px 7px;
	font-size: 11px
}
 .domcheckertldselect {
	margin: 0 auto;
	padding: 10px;
	width: 50%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px
}
 .domcheckererror {
	color: #c00
}
 .domcheckersuccess {
	color: #093
}
 textarea.bulksearch {
	width: 60%
}
 .affiliatestatcontainer {
	margin: 15px auto;
	padding: 0;
	width: 660px
}
 .affiliatestatblock {
	float: left;
	margin: 0 10px;
	padding: 10px;
	width: 180px;
	height: 70px;
	background-color: #efefef;
	text-align: center;
	font-size: 16px
}


@media (max-width:767px) {
	.internalpadding {
    width: 100%;
}
.captchainput {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.captchainput p+p{
	display: flex;
	justify-content: space-between;
}
.internalpadding input + input {
	width: 170px;
	margin-left: 10px;
}
.margin_30{
	padding: 0px 12px;
}
}

.uyd .form-control {
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: 0 0 #555;
	border-radius: 0px;
	min-height: 40px;
}


.container_check {
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 1.7;
	margin-bottom: 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.container_check input:checked ~ .checkmark {
	background-color: #86cb3f;
	border: 1px solid transparent
}

.container_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.container_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.container_check input:checked ~ .checkmark:after {
	display: block
}

.container_radio {
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 1.7;
	margin-bottom: 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container_radio input {
	position: absolute;
	opacity: 0
}

.container_radio input:checked ~ .checkmark:after {
	opacity: 1
}

.container_radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 50%
}

.container_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #86cb3f;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
a.btn_1.outline, .btn_1.outline {
	border: 2px solid #111;
	color: #111;
	padding: 10px 30px;
	background: none;
}

.form_btn {
	display: flex;
	justify-content: center
}
.form_btn input {
	width: 150px;
	margin: 0px 10px;
}
a.box_topic {
	text-align: center;
	background: #fff;
	padding: 40px 30px 15px 30px;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	color: #444;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

@media (max-width: 767px) {
	a.box_topic {
			padding:20px 20px 0 20px
	}
}

a.box_topic:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}

a.box_topic i {
	display: inline-block;
	font-size: 51px;
	color: #86cb3f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: #0044c2;
	background-color: rgba(0,77,218,0.05);
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 15px
}

a.box_topic h3 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.open-support-tkt {
	display: flex;
	justify-content: space-between;
	background: #333;
	padding: 10px 20px;
	align-items: center;
}
.ost-heading {
	display: flex;
    color: #fff;
    align-items: center;
}
.ost-heading p{ margin: 0 10px 0 0;}
	.ost-heading span{display: flex;
	width: 30px;
	height: 30px;
	background: #86cb3f;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	}
table.table-centered tr td, table.table-centered tr th {
    text-align: center;
}
.ct {
	margin-top: 20px;
}
.ct thead tr th{
	padding: 0;
}

.ct thead tr th a{
	padding: 10px;
	display: block;
	color: #333;
}
.ct thead tr th a:hover{
	color: #fff;
	background: #848484;
}
.ct thead tr th a.heading-active{
	color: #fff;
	background: #848484;
}
.open-support-tkt .btn_1{padding: 5px 10px;}

.row-border {
	border: 1px solid #c4c4c4;
  margin-bottom: 50px;
}
.data_tbl tr th{
	text-align: left !important;
}
.data_tbl tbody tr td{
	text-align: left;
}
.data_tbl tbody tr td:nth-child(1) strong{
cursor: pointer !important;
color: #417e01;
}
.label.label-light-primary {
	color: #3699FF;
	background-color: #E1F0FF;
}
.label.label-light-success {
	color: #1BC5BD;
	background-color: #C9F7F5;
}
.label.label-light-danger {
	color: #F64E60;
	background-color: #FFE2E5;
}
.label.label-inline {
	width: auto;
}
.label.label-inline {
	width: auto;
	padding: 0.15rem 0.75rem;
	border-radius: 0.42rem;
}
.data_filter {
	margin-top: 60px;
 display: flex;
 justify-content: space-between;
 padding: 10px;
 background: #e9e9e9;
}
.payments ul, .shipping ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.payments ul li, .shipping ul li {
	border-bottom: 1px solid #ededed;
	margin-bottom: 8px;
}
.data_filter .pagination {
	margin: 0;
}
.data_count {
	display: flex;
	align-items: center;
}
.data_count .dropdown-menu, .cus_drop .dropdown-menu {
	background-color: #fff;
}
.data_count .dropdown{ margin: 0px 10px;}
.data_count .dropdown button{ width: 70px;}
.data_count .dropdown button .caret{ margin-left: 10px;}
.p_det.box_general.summary ul li em {
	color: #6fb723;
} 

.p_det.box_general.summary ul  {
	border-bottom: 0px solid #ededed;
}
.p_det.box_general.summary ul li {
	border-bottom: 1px solid #ededed;
    padding: 15px 0px;
    margin: 0;
}
.p_det.box_general.summary {
	padding: 20px 25px 10px 25px;
}
.p_det.box_general.summary ul li:nth-last-child(1) {
	border-bottom: none;
	padding-bottom: 0px;
}
.p_det.box_general.summary ul li:nth-child(1) {

	padding-top: 0px;
}

.tab_content_wrapper {
	background-color: #f8f8f8;
	padding: 60px 0 35px 0;
}
.tabs_product .nav-tabs li {
	text-transform: uppercase;
	font-weight: 600;
}
.nav-tabs .nav-item {
	margin-bottom: -2px;
}
.nav-tabs {
	border-bottom: 0px solid #ddd;
}
.nav-tabs li.active{
	border-bottom: 2px solid #004dda !important;
	color: #004dda !important;
	background-color: transparent;

}
.nav-tabs li.active a{
	color: #004dda !important;

}
.nav-tabs li {
	color: #495057 !important;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	
}
.nav-tabs li a:hover {
	color: #495057 !important;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	border: 1px solid transparent;
	padding: 15px 8px;
}
.margin_60{
	margin: 60px auto;
}
.nav-tabs li a {
	padding: 15px 8px;
}
.nav-tabs .nav-link {
	border: none;
}
.flex-row {
	display: flex;
    align-items: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
}
.tab_btn_info {
	display: flex;
	justify-content: space-between;
}
.whois_bg {
	background-color: #4d687d!important;
}

.search_blog .form-group {
	position: relative;
	margin-bottom: 0px;
}

.search_blog .form-group button[type="submit"] {
	outline: none;
	color: #444;
	font-size: 21px;
	background: none;
	border: 0;
	position: absolute;
	top: 0px;
	right: 0
}

.search_blog .form-control{
	padding: 10px;
	font-size: 14px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #ddd;
	height: calc(1.75em + .75rem + 2px);
	min-width: 250px;
}
.search_blog .form-group button[type="submit"]:hover {
	color: #004dda
}
.prod_serv_tag {
	display: flex;
	justify-content: center;
	padding: 50px;
}
.prod_serv_tag .tag_container{
	max-width: 800px;
	margin: auto;
}


.tags a {
	background-color: #f0f0f0;
	padding: 3px 10px;
	font-size: 13px;
	margin: 0 0 4px;
	letter-spacing: 0.4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #333
}

.tags a:hover {
	background-color: #6fb723;
	color: #fff
}
.table.cart-list {
	margin: 0
}

.table.cart-list th,.table.options_cart th {
	background-color: transparent;
	text-transform: uppercase;
	font-weight: normal;
	color: #111;
	border: 0;
	padding-top: 0
}

.table.cart-list th:nth-child(1) {
	width: 70%
}

.table.cart-list th:nth-child(2) {
	width: 15%
}

.table.cart-list th:nth-child(3) {
	width: 20%
}

.table.cart-list th:nth-child(4) {
	width: 5%
}

.table.cart-list td {
	vertical-align: middle;
	border: 0
}

.view_cart_btn {
	margin-top: 20px;
}

.add_top_30 {
	margin-top: 30px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table.cart-list td.options a {
	display: inline-block;
	margin-right: 10px
}

.table.cart-list td.options a i {
	font-size: 18px;
	font-size: 1.125rem
}

.table.cart-list td .numbers-row {
	background-color: #fff
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,0.045)
}

@media (max-width: 767px) {
	.table.cart-list,.table.cart-list thead,.table.cart-list tbody,.table.cart-list th,.table.cart-list td,.table.cart-list tr {
			display:block;
			border: 0
	}

	.table.cart-list thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px
	}

	.table.cart-list tr {
			border: 1px solid #ddd
	}
}

@media (max-width: 767px) and (max-width: 991px) {
	.table.cart-list tr {
			margin-bottom:20px
	}
}

@media (max-width: 767px) {
	.table.cart-list td {
			border:none;
			border-bottom: 1px solid #ddd;
			position: relative;
			padding-left: 35%
	}

	.table.cart-list td:before {
			position: absolute;
			top: 12px;
			left: 12px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap
	}

	.table.cart-list td:nth-of-type(1):before,.table.cart-list td:nth-of-type(2):before,.table.cart-list td:nth-of-type(3):before,.table.cart-list td:nth-of-type(4):before,.table.cart-list td:nth-of-type(5):before {
			font-weight: 700;
			color: #111
	}

	.table.cart-list td:nth-of-type(1):before {
			content: "Product"
	}

	.table.cart-list td:nth-of-type(2):before {
			content: "Price"
	}

	.table.cart-list td:nth-of-type(3):before {
			content: "Quantity"
	}

	.table.cart-list td:nth-of-type(4):before {
			content: "Subtotal"
	}

	.table.cart-list td:nth-of-type(5):before {
			content: "Edit"
	}
}

.thumb_cart {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	position: relative;
	background-color: #fff;
	padding: 5px;
	box-sizing: content-box
}

.thumb_cart img {
	width: 60px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

@media (max-width: 991px) {
	.thumb_cart {
			display:none
	}
}

.item_cart {
	float: left;
	width: 65%;
	margin: 25px 0 0 10px;
	line-height: 1.3;
	font-weight: 500
}

@media (max-width: 991px) {
	.item_cart {
			margin:5px 0 0 0;
			width: 100%;
			float: none
	}
}

.cart_actions .apply-coupon .form-control {
	margin-right: 10px;
	height: 40px
}

@media (max-width: 575px) {
	.cart_actions .apply-coupon .form-control {
			margin:0 0 5px 0
	}
}

@media (max-width: 575px) {
	.cart_actions .btn_1 {
			width:100%;
			margin-bottom: 15px
	}
}

.box_cart {
	background-color: #fff;
	padding: 30px 0;
	text-align: right
}

@media (max-width: 767px) {
	.box_cart {
			padding:30px 0
	}
}

.box_cart h5 {
	margin-top: 0;
	padding: 0;
	text-transform: uppercase
}

.box_cart small {
	text-align: center;
	line-height: 1.1;
	display: block;
	margin-top: 10px
}
.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
	display: flex;
}
.box_cart ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
}

.box_cart ul li span {
	float: left
}

.box_cart ul li:last-child {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff5353;
	font-size: 21px;
}

.tab-content.checkout {
	padding: 15px 0 0 0
}

.tab-content.checkout hr {
	margin: 10px 0
}

.tab-content.checkout .form-group {
	margin-bottom: 10px
}

.tab-content.checkout .nice-select {
	margin-bottom: 0
}

.tab-content.checkout .social_bt {
	margin-bottom: 10px
}
.fade {
	transition: opacity .15s linear !important;
	
}
.checkout .form-control {
	padding: 10px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: none;
}

.pr-1, .px-1 {
	padding-right:12px!important;
}
.checkout .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.checkout .no-gutters {
	margin-right: 0;
	margin-left: 0;
}



.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
	.open-support-tkt{ margin-bottom: 15px;}
	.box_cart ul li:last-child {
  
    font-size: 17px;
}
	.row-border {
    margin: 20px -5px;
	}
	.data_count .dropdown {
    margin: 0px 3px;
}
.data_count .dropdown button {
	width: 50px;
}
.container {
	padding-right: 8px;
	padding-left:8px;
}
.data_filter {
	flex-wrap: wrap;

}
.data_filter .pagination {
	margin-top: 30px;
}
.flex-row {
	display: block;
}
.server-info {
	align-items: flex-start;
	flex-direction: column;
}
.d-flex {
	display: flex;
	align-items: flex-start;
	width: 100%;
	flex-direction: column;
}
.server-info input {
	margin-right: 0px;
	min-width: 100%;
}
}