/* Ozzietel Style */
html{
	overflow: inherit !important;
}
html, body{height: auto;}
@font-face {
  font-family: 'Clarendon';
  src: url('../fonts/Clarendon Blk BT Black.ttf'); 
}
body{
	background: #fff;
	font-family: 'Titillium Web', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, button, input, select, textarea {
	font-family: 'Titillium Web', sans-serif;
    /*font-weight: 700;*/
	margin: 0px;
}
h2{
	font-size: 30px;
}
.pB20{
	padding-bottom: 20px;
}
.mB50{
	margin-bottom: 50px !important;
}
.btn{
	border-radius: 50px;
}
.whiteText{
	color: #fff !important;
}



section#header{
	background: #0f5187;
	padding: 0px;
	border-radius: 0px;
}
section#header ul.top-nav{
	margin-top: 0px;
}
section#header ul.top-nav > li > a{
	color: #fff;
	padding: 8px 20px;
	font-weight: 600;
}
section#header ul.top-nav.leftTop-nav{
	float:left;
}
section#header ul.top-nav.leftTop-nav a{
	padding: 7px 10px 10px 10px;
}
section#header ul.top-nav.rightTop-nav li{
	float: left;
}
ul.top-nav > li.primary-action > a.btn{
	background: #232c3b;
}
section#main-menu{
	padding: 10px 0px;
	background: #fff;
	border-bottom: 1px solid #d3d1d1;
	/*box-shadow: 0px 3px 3px #f4f4f4;*/
}
section#main-menu .logo{
	float: left;
}
section#main-menu .logo img{
	max-height: 66px;	
}
section#main-menu .navbar-main{
	float: right;
	background: transparent;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: normal;
	/* padding: 23px 0px; */
}
.navbar-main .navbar-nav > li > a{
	color: #232c3b;
	padding: 23px 10px;
	font-weight: normal;
	position: relative;
}
.navbar-main .navbar-nav > li > a::after {
	content: '';
    display: block;
	width: 0;
	height: 2px;
	background:	#000;
	transition: width .3s;
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
}

.navbar-main .navbar-nav > li:hover > a::after{
    width: 100%;
    transition: width .3s;
}
.navbar-main .navbar-nav > li:hover a{
	background: none;
	color: #232c3b;
}
.submenuMain{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	display: none;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 0 0 #f0f0f5,0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);
	padding: 25px 15px 30px 15px;
}
.submenuMain{
	width: 100%;
	position: relative;
	padding: 1em .5em 0 2.5em;
	color: inherit;
	border-left: 15px solid transparent;
}
.sub-link-items {
    padding-bottom: 1em;
    border-bottom: 1px solid #f0f0f5;
	margin-bottom: -1px;
	position: relative;
	display: block;
	width: 100%;
}
.navbar-main .navbar-nav > li:hover .submenuMain{
	display: block;
}
.cartHead a{
	background: #ff8b00;
	height: 36px;
}
.cartHead img{
	position: relative;
	top: -2px;
	left: -6px;
}
.CustomerLogin a{
	background: #009fee;
	height: 36px;
}

/*** search area ***/
.searchArea{
	padding: 26px 25px;
	width: 100%;
}
.domain-row ul{
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
.domain-row ul li{
	display: inline-block;
	padding: 5px 5px 5px 5px;	
	border-right: 1px solid #d3d1d1;
	color: #ff8b00;
	font-size: 18px;
	font-weight: bold;
}
.domain-row ul li:last-child{
	border-right: 0px none;
}
.domain-row ul li img{
	margin-right: 10px;
	max-height: 22px;
}
.domain-search-from{
	border: 2px solid #373737;
	border-radius: 5px;
	height: 52px;
}
.domain-search-from input[type="text"] {
	background: #fff;
	border: 0px none;
	border-radius: 5px 0 0 5px;
	 -moz-border-radius: 5px 0 0 5px;
	 -webkit-border-radius: 5px 0 0 5px;
	color:#232c3b;
    float: left;
    height: 48px;
    padding: 0 15px;
    width: 70%;
    font-size: 18px;
}
.domain-search-from select {
	background: #fff;
	border: 0px none;
	border-left: 2px solid #373737;
	color:#232c3b;
    float: left;
    height: 48px;
    padding: 0 15px;
    font-size: 18px;
    width: 20%;
	border-radius: 0px !important;
}
.domain-search-from input[type="submit"] {    
	background: #373737 url("../img/search.svg") no-repeat scroll center center;
	background-size: 30px;
    border: 0px none;
    float: right;
    height: 48px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: center;
	text-indent: -9999px;
	font-size: 18px;
    width: 10%;
	border-radius: 0px !important;
}
/*** banner ***/
.main-slider{
	height: auto;
	overflow: hidden;
	width: 100%;
}
.main-slider .carousel-item{
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-slider .sliderOuter{
	padding-top: 56px;
	padding-bottom: 56px;
	height: auto;
	width: auto;
	color: #fff;
}
.main-slider .sliderOuter h1{
	font-size: 65px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	/* line-height: normal; */
}
.main-slider .sliderOuter h1 span{
	background: #ff8b00;
	padding: 0px 10px;
	display: inline-block;
}
.main-slider .sliderOuter p{
	font-size: 20px;
	font-weight: 600;
}
.main-slider .sliderOuter .action-btnSlider{
	margin-top: 35px;
}
.main-slider .sliderOuter .action-btnSlider .btn{
	padding: 10px 30px;
	background: #fff;
	font-size: 20px;
	font-weight: 600;
	color: #232c3b;
}
.main-slider .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
	border: 0px none;
}
.main-slider .carousel-indicators li.active {
	background: #fff;
	margin: 1px;
}
.main-slider .sliderOuter .action-btnSlider .btn:hover{
	background: #ff8b00;
	color: #fff;
}
.main-slider .carousel-control i{
	font-size: 65px;
}
.main-slider .carousel-control.left{
	margin-left: -15px;
}
.main-slider .carousel-control.right{
	margin-right: -15px;
}

/*** service ***/
.serviceMain{
	padding-top: 130px;
	height: auto;
	overflow: hidden;
	background: #f6f6f6 url("../img/serviceBg1.png") no-repeat scroll left top;
}
.serviceMain .serviceWhite{	
	height: auto;
	background: rgba(255,255,255,.8);
	display: flex;
	width: 100%;
}
.serviceMain .serviceWhite .feature-wrap{
	position: relative;
	padding: 100px 10px 20px 10px;
	text-align: center;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-right: 2px solid #373737;
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
	text-align: left;
}
/* .serviceMain .serviceWhite .feature-wrap:hover{
	cursor: pointer;
} */
.serviceMain .serviceWhite .feature-wrap .iconArea{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 154px;
	width: 154px;
	border: 2px solid #131834;
	border-radius: 154px;
	padding: 12px;
	background: #fff;
	box-shadow: 0px 0px 5px #a6a6a6;
}
.serviceMain .serviceWhite .feature-wrap .iconArea .iconinner{
	border: 15px solid #9bbfdc;
	padding: 10px;
	height: 126px;
	width: 126px;
	border-radius: 104px;
	text-align: center;
	line-height: 76px;
}
.serviceMain .serviceWhite .feature-wrap .iconArea.pinkCircle .iconinner{
	border-color: #fbbda9;
}
.serviceMain .serviceWhite .feature-wrap .iconArea.blueCircle .iconinner{
	border-color: #9bd4dc;
}
.serviceMain .serviceWhite .feature-wrap .iconArea.greenCircle .iconinner{
	border-color: #c1dc9b;
}
.serviceMain .serviceWhite .feature-wrap:hover .iconArea .iconinner{
	border-color: #2a7fc3;
}
.serviceMain .serviceWhite .feature-wrap:hover .iconArea.pinkCircle .iconinner{
	border-color: #e2592e;
}
.serviceMain .serviceWhite .feature-wrap:hover .iconArea.blueCircle .iconinner{
	border-color: #2a97a6;
}
.serviceMain .serviceWhite .feature-wrap:hover .iconArea.greenCircle .iconinner{
	border-color: #65a40c;
}
.serviceMain .serviceWhite .feature-wrap .contentArea{
	padding: 0px 10px 0px 10px;
	color: #232c3b;
	font-size: 18px;
}
.serviceMain .serviceWhite .feature-wrap .contentArea h3{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
.serviceMain .serviceWhite .feature-wrap .contentArea p{
	margin-top: 15px;
	font-size: 18px;
	font-weight: normal;
}
.serviceMain .serviceWhite .feature-wrap .contentArea ul {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.serviceMain .serviceWhite .feature-wrap .contentArea ul li{
	display: block;
	padding: 5px 0px 5px 25px;
	background: url("../img/serviceArrow.svg");
	background-size: 16px;
	background-position: left 10px;
	background-repeat: no-repeat;
}
.serviceMain .serviceWhite .feature-wrap:hover{
	box-shadow: 0px 0px 5px #373737;
	background: #fff;
}

.serviceMain.homeService .serviceWhite .feature-wrap .contentArea ul li a{
	color: #0f5187;
}
.serviceMain.homeService .serviceWhite .feature-wrap .contentArea ul li:hover a{
	color: #ff8b00;
	text-decoration: none
}
/*** why choose us ***/
.heading-title{
	font-size: 38px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	color: #131834;
}
.whyChooseUs{
	padding: 70px 0px;
	height: auto;
	overflow: hidden;
	background: #f6f6f6;
}
.whyChooseUs .row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.boxChoose{
	border: 2px solid #131834;
	border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	padding: 20px;
	height: 100%;
}
.boxChoose .toparea{
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
}
.boxChoose .toparea img{
	margin-right: 15px;
	opacity: 0.8;
}

.boxChoose .toparea h2{
	color: #131834;
	font-size: 28px;
	font-weight: bold;
}
.boxChoose .contentBottom{
	color: #232c3b;
	font-size: 18px;
	clear:both;
}
.whyChooseUs .boxChoose:hover{
	background: #fff;
	box-shadow: 0px 0px 5px #373737;
}
.whyChooseUs .boxChoose:hover .toparea img{
	opacity: 1;
}
/*** faq ***/
.faqMain{
	padding: 70px 0px;
	height: auto;
	overflow: hidden;
	/* background: url("../img/faqBg.jpg") no-repeat left top; */
	background-size: cover;
	/* background-attachment: local; */
	position: relative;
	min-height: 450px;
	background: #e2e1e1;
	border-top: 10px solid #0f5187;
}
.faqMain.no-Border{
	border: 0px none;
}
.faqMain .heading-title{
	color: #000 !important;
}
.faqMain:before{
	content: "";
	/* background: rgba(0,0,0,.1); */
	position: absolute;
	left:0px;
	bottom: 0px;
	right: 0px;
	top:0px;
	z-index: 1;
}
.faqMain .faqShow{
	position: relative;
	z-index: 2;
}
.faqMain .faqShow .box-Question{
	/* background: rgba(0,0,0,.7); */
	padding: 10px;
	/* color: #fff; */
	color: #000;
	margin-bottom: 15px;
}
.faqMain .faqShow .box-Question h4{
	font-size: 24px;
	font-weight: 600;
	/* color: #fff; */;
	color: #000;
	padding-bottom: 10px;
}
.faqMain .faqShow .box-Question p, .faqMain .faqShow .box-Question li{
	font-size: 18px;
	/* color: #fff; */;
	color: #000;
	font-weight: 500;
}
/*** contact bar footer***/
.section-top-footer{
	padding: 15px 0px;
	height: auto;
	overflow: hidden;
	background: #0f5187;
	color: #fff;
}
.section-top-footer .needhelp{
	font-size: 38px;
	font-weight: bold;
}
.section-top-footer .needhelp span{
	font-size: 18px;
	font-weight: 600;
	display: block;
}
.section-top-footer .contact-info-site{
	padding-top: 15px;
}
.section-top-footer .contact-info-site a{
	color: #fff;
	font-size: 22px;
	line-height: 45px;
	font-weight: 600;
}
.section-top-footer .contact-info-site a img{
	margin-right: 15px;
}
/*** footer ***/
.footerMain {
	background-color: #231f20 ;
	background-image: url('../img/footerBG.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 16px;
	color: #fff;
	padding: 70px 0px 245px 0px;
}
.footerMain .widget h4{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	color:#fff;
}
.footerMain .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footerMain .widget ul li {
	display: block;
}
.footerMain .widget ul li a {
	color: #fff;
	display: block;
	margin-bottom: 6px;
}
.footerMain .widget ul li a:hover {
	color: #ff8b00;
}
.footerMain .widget .paymentoption{
	margin-bottom: 25px;
}
.footerMain .widget .paymentoption i{
	color: #fff;
	font-size: 40px;
	margin-right: 5px;
}
.footerBottom{
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
	background:#0f5187;
	text-align: center;
	font-size: 14px;
}
/* Dedicated server */
.btn-blue{
	background: #0f5187;
	color: #fff;
}
.btn-blue:hover, .btn-blue:focus{
	background: #135a95;
	color: #fff;
}
.section-main{
	padding: 50px 0px;
	height: auto;
}
.topBanner{
	padding: 45px 0px;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.topBanner h1{
	background: #ff8b00;
	font-size: 50px;
	padding: 3px 8px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 12px;
}
.topBanner p{
	font-size: 20px;
	font-weight: 600;
}
.topBanner img{
	max-width: 100%;
}
.dedicatedServer-Banner{
	background: #1f3954;
	color: #fff;
}
.serviceDedicated{
	/* background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
	background-image: url(../img/serviceDedicated01.png), url(../img/serviceDedicated02.png), linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
	background-position: left bottom, right bottom;
	  	background-repeat: no-repeat, no-repeat; */
	background: rgb(31,57,84);
	background: -moz-linear-gradient(top,  rgba(31,57,84,1) 0%, rgba(205,213,228,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,57,84,1) 0%,rgba(205,213,228,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,57,84,1) 0%,rgba(205,213,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3954', endColorstr='#cdd5e4',GradientType=0 );
}
.boxWhite{
	background: rgba(255, 255, 255, 0.7);
	padding: 18px 6px;
	border: 1px solid #e5e3e3;
	margin-bottom: 30px;
}
.boxWhite .icon-top{
	height: 156px;
	width: 156px;
	border: 13px solid #131835;
	border-radius: 200px;
	/* overflow: hidden; */
	position: relative;
	text-align: center;
	line-height: 125px;
	margin: auto auto 25px auto;
	background: #fff;
}
.boxWhite .icon-top:before {
	content: " ";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 13px solid #6493bc;
	border-radius: 200px;
	overflow: hidden;
}
.boxWhite .bottomBoxWhite{
	height: auto;
	text-align: center;
}
.boxWhite .bottomBoxWhite h3{
	font-size: 23px;
	color: #1f3954;
	font-weight: 600;
	margin-bottom: 10px;
}
.boxWhite .bottomBoxWhite p{
	color: #232c3b;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}
.descService-server{
	font-size: 18px;
	color: #232c3b;
	text-align: center;
	padding: 0px 40px;
}
.descService-server p{
	margin-bottom: 15px;
}
.descService-server p:last-child{
	margin: 0px;
}
.dedicatedServer-List{
	background-color: #e2e1e1;
	background-image: url("../img/serviceBg1.png");
	background-repeat: no-repeat;
	background-position: left 150px;
	background-attachment: fixed;
	/* background-size: cover; */
	border-top: 10px solid #1f3954;
	padding: 60px 0px;
}
.dedicatedServer-List .titleListServer{
	/* background: #0f5187; */
	color: #0f5187;
	padding: 0px 0px 20px 0px;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
.dedicatedServer-List .serverList-outter{
	height: auto;
}
.dedicatedServer-List .serverList-outter .productItemMain{
	background: rgba(255,255,255,.8);
	border: 1px solid #cbcaca;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	margin-bottom: 30px;
	display: table;
	width: 100%;
	vertical-align: top;
}
.productItemMain .products-item-details{
	width: calc(100% - 280px);
	padding: 30px 0px 20px 20px;
	border-right: 1px solid #cbcaca;
	display: table-cell;
	vertical-align: top;
}
.productItemMain .products-item-details .top{
	height: auto;
	border-bottom: 1px solid #cbcaca;
	display: block;
	padding-bottom: 15px;
	padding-right: 20px;
	overflow: hidden;
}
.productItemMain .products-item-details .top .title{
	font-weight: 600;
	font-size: 22px;
	color: #232c3b;
	display: inline-block;
}
.productItemMain .products-item-details .top .rightArea{
	float: right;
}
.productItemMain .products-item-details .top .rightArea .tagsArea{
	margin-right: 5px;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	background: #838383;
	display: inline-block;
	border: 0px none;
	border-radius: 40px;
}
.productItemMain .products-item-details .top .rightArea .tagsArea.greenBg{
	background: #16c803;
}
.productItemMain .products-item-details .top .rightArea .tagsArea.redBg{
	background: #ff0000;
}
.productItemMain .products-item-details .top .rightArea .tagsArea.yellowBg{
	background: #f7b71c;
}
.productItemMain .products-item-details .bottom{
	padding: 15px 20px 0px 0px;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}
.productItemMain .products-item-details .bottom .item{
	flex: 1;
	color: #232c3b;
	padding: 0px 5px;
	font-size: 16px;
}
.productItemMain .products-item-details .bottom .item .type{
	color: #0f5187;
	font-size: 16px;
	font-weight: 800;
	display: block;
}
.productItemMain .products-item-details .bottom .item.cpu {
    flex: 0 0 25%;
    max-width: 25%;
}
.productItemMain .products-item-details .bottom .item.disk {
    flex: 0 0 180px;
    max-width: 180px;
}
.productItemMain .productItemPrice{
	padding: 15px 10px 10px 10px;
	width: 280px;
	display: table-cell;
	position: relative;
	vertical-align: top;
}
.productItemMain .productItemPrice .priceArea{
	padding-top: 45px;
	font-size: 28px;
	color: #232c3b;
	font-weight: 600;
}
.productItemMain .productItemPrice .priceArea .currentPrice span{
	font-size: 18px;
	font-weight: 500;
}
.productItemMain .productItemPrice .priceArea .oldPrice{
	font-size: 24px;
	font-weight: 500;
	color: #9e9e9e;
	display: inline-block;
	position: absolute;
	top: 25px;
}
.productItemMain .productItemPrice .priceArea .discountLabel{
	position: absolute;
	right: 0px;
	top:0px;
	padding: 7px;
	font-size: 16px;
	color: #fff;
	background: #ff0000;
	line-height: 16px;
}
.productItemMain .productItemPrice .btn{
	margin: 20px 0px 0px 0px;
	font-size: 22px;
	font-weight: 600;
}
.pointsArea{
	font-size: 18px;
	color: #ff8b00;
	font-weight: 600;
}
/* blue bar */
.blueBar{
	background: #0f5187;
	height: auto;
	overflow: hidden;
	width: 100%;
	background-image: url("../img/ladyImg.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.blueBar .textSide{
	font-size: 30px;
	color: #fff;
	padding: 50px;
}
/* tabs Features */
.featureMain .nav-tabs{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebeef3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebeef3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebeef3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeef3',GradientType=0 );
	border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	border:0px none;
	box-shadow: 0px 0px 10px #ccc;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.featureMain .nav-tabs li{
	/* flex: 1; */
	-webkit-box-flex: 1;
	-moz-box-flex: 1;

	flex: 1 1 auto;
	text-align: center;
}
.featureMain .nav-tabs li a{
	color:#484848 !important;
	font-size: 22px;
	border: 0px none !important;
	border-right: 2px solid #a4a4a4 !important;
	border-radius: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.featureMain .nav-tabs li:last-child a{
	border-right: 0px none !important;
}
.featureMain .nav-tabs li.active a, .featureMain .nav-tabs li:hover a{
	color:#0070cc !important;
	background: none !important;
} 
.featureMain .tab-content{
	font-size: 18px;
}
.featureMain .tab-content .featureItem{
	margin-top: 30px;
	text-align: center;
}
.featureMain .tab-content .featureItem .topImg{
	text-align: center;
	height: 70px;
	margin-bottom: 7px;
}
.featureMain .tab-content .featureItem h3{
	color: #232c3b;
	font-size: 30px;
	display: block;
}
.featureMain .tab-content .featureItem p{
	font-size: 18px;
	color: #232c3b;
}
/* looking section */
.lookingSection{
	background: #0f5187;
}
.lookingSection .row{display: flex;}
.lookingSection .heading-title{
	color: #fff;
}
.lookingSection .heading-title p{
	font-size: 18px;
	font-weight: normal;
}
.lookingSection .lookingBox{
	/* border: 1px solid 	#022848; */
	padding: 20px;
	height: 100%;
	/* max-width: 300px; */
	margin: auto auto 15px auto;
	background: #fff;
	text-align: center;
	transition: transform .7s;
}
.lookingSection .lookingBox:hover{
	 -ms-transform: scale(1.1); /* IE 9 */
	 -webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
	cursor: pointer;
}
.lookingSection .lookingBox .topImg{
	text-align: center;
	height: 110px;
	width: 110px;
	border: 3px solid #0f5187;
	border-radius: 150px;
	overflow: hidden;
	padding: 10px;
	line-height: 90px;
	margin: auto auto 15px auto;
}
.lookingSection .lookingBox h3{
	color: #0f5187;
	font-size: 30px;
	display: block;
}
.lookingSection .lookingBox p{
	font-size: 18px;
	color: #0f5187;
}
section#main-menu {
	position: relative;
}
section#main-menu .navbar-main{
	position: static;
}
section#main-menu .navbar-main .navbar-nav > li.mega-dropdown{
	position: static;
}
section#main-menu{
	padding: 0px;
}
section#main-menu .logo{
	padding: 10px 0px;
}
.navbar-main .navbar-nav > li > a{
	padding: 33px 10px;
}
.navbar-main .navbar-nav > li > a::after{
	display: none;
}
/* webhosting */
.webHostingbanner{
	background: #1f5452;
	color: #fff;
}
.webHostingService{
	background: #1f5452;
	background: -moz-linear-gradient(top,  #1f5452 0%, #cde4df 100%);
	background: -webkit-linear-gradient(top,  #1f5452 0%,#cde4df 100%);
	background: linear-gradient(to bottom,  #1f5452 0%,#cde4df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5452', endColorstr='#cde4df',GradientType=0 );
}
.webHostingService .boxWhite{
	background: rgb(255, 255, 255, 0.7)
}
.webHostingService .boxWhite .icon-top::before{
	border-color: #3d9582;
}
.webHostingService .boxWhite .icon-top{
	border-color: #133433;
	background: #fff;
}
.webHostingService .boxWhite .bottomBoxWhite h3{
	color: #1f5452;
}
.webHostingPriceList{
	border-top: 10px solid #1f5452;
	padding: 60px 0px;
}
.webHostingPriceList .titleListServer{
	background: none;
	color: #1f5452;
	padding-top: 0px;
}
.webHostingPriceList .nav.nav-tabs{
	margin-bottom: 25px;
}
.pricing-wrap{
	background: #fff;
	padding: 0px;
	height: auto;
	overflow: hidden;
    text-align: center;
	margin-bottom: 20px;
}
.pricing-wrap .pricePlan{
	font-size: 36px;
	font-weight: bold;
	margin: 65px 0 20px;
	color: #ff8b00;
}
.pricing-wrap .pricePlan sub {
    bottom: 0;
    font-size: 22px;
	font-weight: normal;
}
.pricing-wrap .pricePlan .monthAmountPlan{
	color: #000;
	font-size: 20px;
	font-weight: normal;
}
.pricing-wrap .pricePlan .monthAmountPlan sub{
	font-size: 75%;
}
.pricing-wrap .planFeature{padding-top:25px;clear: both;}
.pricing-wrap .planFeature ul{padding:0px;}
.pricing-wrap .planFeature ul li{
	list-style:none;
	padding: 5px 0 15px 0px;
	border-top: 1px solid #484848;
	font-size: 26px;
	color: #232c3b;
	font-weight: bold;
	margin: 0px 15px;
	min-height: 86px;
}
.pricing-wrap .planFeature ul li span{
	display: block;
	font-size: 20px;
	font-weight: normal;
}
.pricing-wrap .btnBuy{
	padding: 8px 50px;
	font-size: 18px;
	color: #fff;
	margin: auto;
	background: #3d9582;
	border: 0px none;
	border-radius: 50px;
	display: inline-block;
}
.pricing-wrap .btnBuy:hover{
	text-decoration: none;
	opacity: 0.9;
}
.pricing-wrap .headerPrice {
    position: relative;
    text-align: center;
    background-color: #3d9582;
    line-height: 2.3em;
    /* border-top:100px solid #fff;
    top:-100px; */
	margin-bottom: 25px;
}
/* .pricing-wrap .headerPrice::after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #3d9582;
    padding-bottom: 50%;
    width: 57.7%;
    z-index: 1;
		-webkit-transform-origin:0 0;
		-ms-transform-origin:0 0;
    transform-origin:0 0;
		-webkit-transform: rotate(-30deg) skewX(30deg);;
		-ms-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
} */

.pricing-wrap .headerPrice::after{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	background-color: #3d9582;
	border: 0;
	transform: skewY(-6deg);
	bottom: -40px;
	content: "";
}
.pricing-wrap .headerPrice::before {
    width: 51%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #3d9582;
    border: 0;
    transform: skewY(6deg);
    bottom: -40px;
	content: "";
}
.pricing-wrap .headerPrice .titlePrice{
	position: relative;
	z-index: 9;
	color:#fff;
	font-size: 36px;
	padding-top: 40px;
	text-transform: uppercase;
}
.pricing-wrap.mediumPlan  .headerPrice, .pricing-wrap.mediumPlan .headerPrice::after, .pricing-wrap.mediumPlan  .headerPrice::before{
	background-color: #ff8b00;
}
.pricing-wrap.mediumPlan .btnBuy{
	background-color: #ff8b00;
}
.pricing-wrap.largePlan .headerPrice::after, .pricing-wrap.largePlan .headerPrice::before, .pricing-wrap.largePlan  .headerPrice{
	background-color: #dd4b5f;
}
.pricing-wrap.largePlan .btnBuy{
	background-color: #dd4b5f;
}
.showTechnicalBtn{
	margin: 20px 0px;
	text-align: center;
}
.showTechnicalBtn .btn{
	font-size: 18px;
	padding: 10px 35px;
}
.webfeatureEveryPlan{
	padding: 60px 0px;
}
.webfeatureEveryPlan .titleListServer{
	padding: 0px 0px 20px 0px;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	color:#1f5452;
	text-align: center;
}
.webfeatureEveryPlan .featureItemplan{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.webfeatureEveryPlan .featureItemplan .topImgWeb{
	text-align: center;
	height: 70px;
	margin-bottom: 7px;
}
.webfeatureEveryPlan .featureItemplan h3{
	color: #1f5452;
	font-size: 24px;
	display: block;
}
.webHostingGreenBar{
	height: auto;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #1f5452;
	min-height: 225px;

}
.webHostingGreenBar::before {
   /*  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    	background: -moz-linear-gradient(left,  rgba(31,84,82,1) 0%, rgba(125,185,232,0) 100%);
    	background: -webkit-linear-gradient(left,  rgba(31,84,82,1) 0%,rgba(125,185,232,0) 100%);
    	background: linear-gradient(to right,  rgba(31,84,82,1) 0%,rgba(125,185,232,0) 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5452', endColorstr='#007db9e8',GradientType=1 ); */
}	
.webHostingGreenBar .textSide h2{
	font-size: 43px;
	font-weight: bold;
	margin-bottom: 20px;
}
.webHostingGreenBar .textSide {
    font-size: 24px;
    color: #fff;
	padding: 50px;
	min-height: 400px;
}
.webHostingGreenBar .moduleBanner-text-image {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
}
.webHostingGreenBar .moduleBanner-text-image::before, .webHostingGreenBar .moduleBanner-text-image img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(31,84,82,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,84,82,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right,  rgba(31,84,82,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5452', endColorstr='#007db9e8',GradientType=1 );
}
.webHostingGreenBar .moduleBanner-text-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.featureMainWebHost ul li.active a{
	color: #3d9582;
}
.contentWebhosting{
	margin-top: 30px;
}
.contentWebhosting h3{
	color: #232c3b;
	font-size: 24px;
	font-weight: 600;
	margin-bottom:10px;
}
.contentWebhosting p{
	color: #232c3b;
	font-size: 18px;
	font-weight: normal;
}

/* SSL DV */
.sslDVbanner{
	background: #1f2a54;
	color: #fff;
}
.sslDVService{
	background: rgb(31,42,84);
	background: -moz-linear-gradient(top,  rgba(31,42,84,1) 0%, rgba(197,200,222,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,42,84,1) 0%,rgba(197,200,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,42,84,1) 0%,rgba(197,200,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2a54', endColorstr='#c5c8de',GradientType=0 );
}
.sslDVService .boxWhite .icon-top::before{
	border-color: #3d5295;
}
.sslDVService .boxWhite .icon-top{
	border-color: #131b34;
}
.sslDVService .boxWhite .icon-top i{
	color: #131b34;
	font-size: 55px;
	vertical-align: middle;
}
.sslDVService .boxWhite .bottomBoxWhite h3{
	color: #3d5295;
}
.sslDVPriceList{
	border-top: 10px solid #131b34;
	padding: 60px 0px;
}
.sslDVPriceList .titleListServer{
	background: none;
	color: #131b34;
	padding-top: 0px;
}
.pricing-wrap.RapidSSL  .headerPrice, .pricing-wrap.RapidSSL .headerPrice::after, .pricing-wrap.RapidSSL  .headerPrice::before{
	background-color: #131b34;
}
.pricing-wrap.RapidSSL .btnBuy{
	background-color: #131b34;
}
.upgradeText{
	color: #ff0023;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
	text-align: center;
}
.upgradeText a{
	color: #3d9582;
	text-decoration: underline;
}
.webfeatureEveryPlan.sslDVServicePlan .titleListServer{
	color: #131b34;
}
.webfeatureEveryPlan.sslDVServicePlan .featureItemplan h3{
	color: #131b34;	
}
.webfeaturePlanList .row .col-sm-3:nth-child(4n+1){
	clear: both;
}
.webfeatureEveryPlan .featureItemplan .topImgWeb i{
	color: #131b34;
	font-size: 55px;
}
.webHostingGreenBar.sslDVNBannerBar{
	background: #1f2a54;
}
.webHostingGreenBar.sslDVNBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(31,42,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,42,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,42,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2a54', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.sslDVNBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.sslDVNBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(31,42,84,1) 0%, rgba(125,185,232,0.42) 58%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,42,84,1) 0%,rgba(125,185,232,0.42) 58%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right,  rgba(31,42,84,1) 0%,rgba(125,185,232,0.42) 58%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2a54', endColorstr='#007db9e8',GradientType=0 );
}
.featureMainSSL ul.nav-tabs{display: block;}
.featureMainSSL ul.nav-tabs li{min-width: 200px;}
.featureMainSSL .listingFeature{
	margin: 15px 0px 0px 0px;
}
.featureMainSSL .listingFeature ul{
	margin: 0px;
	padding: 0px;
}
.featureMainSSL .listingFeature li{
	position: relative;
	list-style: none;
	padding: 0px 0px 15px 50px ;
	background: url('../img/checkIcon.png') no-repeat left top;
	color: #232c3b;
	font-size: 18px;
	font-weight: normal;
}
.marketconnect{
	text-align: center;
	padding: 60px 0px;
}
.marketconnect .headingmarket{
	padding: 0px 0px 20px 0px;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	color: ##131b34;
	text-align: center;
}
.marketconnect .logos img{
	max-height: 70px;
	max-width: 90%;
}
.sslCertificate-looking img{
	max-width: 65px;
	max-height: 65px;
}
.sslCertificate-looking .lookingBox .topImg{
	line-height: 75px;
}

.featureMain .nav-tabs li:hover a:not([href]) {
	color: inherit !important;
}


/* sslOVbanner */
.sslOVbanner{
	background: #4b541f;
	color: #fff;
}
.sslOVService{
	background: #4b541f;
	background: -moz-linear-gradient(top,  #4b541f 0%, #e2e4cd 100%);
	background: -webkit-linear-gradient(top,  #4b541f 0%,#e2e4cd 100%);
	background: linear-gradient(to bottom,  #4b541f 0%,#e2e4cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b541f', endColorstr='#e2e4cd',GradientType=0 );
}
.sslService .boxWhite{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.sslOVService .boxWhite .icon-top::before{
	border-color: #90953d;
}
.sslOVService .boxWhite .icon-top{
	border-color: #2e3413;
}
.sslOVService .boxWhite .icon-top i{
	color: #2e3413;
	font-size: 55px;
	vertical-align: middle;
}
.sslOVService .boxWhite .bottomBoxWhite h3{
	color: #2e3413;
}
.sslOVPriceList{
	border-top: 10px solid #2e3413;
	padding: 60px 0px;
}
.sslOVPriceList .titleListServer{
	background: none;
	color: #2e3413;
	padding-top: 0px;

}
.pricing-wrap.firstPriceOV  .headerPrice, .pricing-wrap.firstPriceOV .headerPrice::after, .pricing-wrap.firstPriceOV  .headerPrice::before{
	background-color: #2e3413;
}
.pricing-wrap.firstPriceOV .btnBuy{
	background-color: #2e3413;
}
.pricing-wrap.firstPriceOV .headerPrice .titlePrice{
	height: 122px;
}
.webfeatureEveryPlan.sslOVServicePlan .titleListServer{
	color: #2e3413;
}
.webfeatureEveryPlan.sslOVServicePlan .featureItemplan h3{
	color: #2e3413;	
}
.webfeatureEveryPlan.sslOVServicePlan .featureItemplan .topImgWeb i{
	color: #2e3413;
	font-size: 55px;
}
.webHostingGreenBar.sslOVNBannerBar{
	background: #51541f;
}
.webHostingGreenBar.sslOVNBannerBar::before {
	background: -moz-linear-gradient(top,  rgba(81,84,31,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(81,84,31,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(81,84,31,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51541f', endColorstr='#00ffffff',GradientType=0 );
}	
.webHostingGreenBar.sslOVNBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.sslOVNBannerBar .moduleBanner-text-image img::before {
	background: -moz-linear-gradient(left,  rgba(81,84,31,1) 0%, rgba(81,84,31,0.42) 58%, rgba(81,84,31,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(81,84,31,1) 0%,rgba(81,84,31,0.42) 58%,rgba(81,84,31,0) 100%);
	background: linear-gradient(to right,  rgba(81,84,31,1) 0%,rgba(81,84,31,0.42) 58%,rgba(81,84,31,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51541f', endColorstr='#0051541f',GradientType=1 );
}
.featureMainSSLOV ul li.active a{
	color: #3d9582;
}

/* sslEVbanner */
.sslEVbanner{
	background: #543e1f;
	color: #fff;
}
.sslEVService{
	background: #543e1f;
	background: -moz-linear-gradient(top,  #543e1f 0%, #e4dccd 100%);
	background: -webkit-linear-gradient(top,  #543e1f 0%,#e4dccd 100%);
	background: linear-gradient(to bottom,  #543e1f 0%,#e4dccd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#543e1f', endColorstr='#e4dccd',GradientType=0 );
}
.sslEVService .boxWhite .icon-top::before{
	border-color: #95733d;
}
.sslEVService .boxWhite .icon-top{
	border-color: #342813;
}
.sslEVService .boxWhite .icon-top i{
	color: #342813;
	font-size: 55px;
	vertical-align: middle;
}
.sslEVService .boxWhite .bottomBoxWhite h3{
	color: #342813;
}
.sslEVPriceList{
	border-top: 10px solid #342813;
	padding: 60px 0px;
}
.sslEVPriceList .titleListServer{
	background: none;
	color: #342813;
	padding-top: 0px;
}
.pricing-wrap.firstPriceEV  .headerPrice, .pricing-wrap.firstPriceEV .headerPrice::after, .pricing-wrap.firstPriceEV  .headerPrice::before{
	background-color: #543e1f;
}
.pricing-wrap.firstPriceEV .btnBuy{
	background-color: #543e1f;
}
.webfeatureEveryPlan.sslEVServicePlan{
	border-color: #342813;
}
.webfeatureEveryPlan.sslEVServicePlan .titleListServer{
	color: #342813;
}
.webfeatureEveryPlan.sslEVServicePlan .featureItemplan h3{
	color: #342813;	
}
.webfeatureEveryPlan.sslEVServicePlan .featureItemplan .topImgWeb i{
	color: #342813;
	font-size: 55px;
}
.webHostingGreenBar.sslEVNBannerBar{
	background: #342813;
}
.webHostingGreenBar.sslEVNBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(52,40,19,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(52,40,19,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(52,40,19,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#342813', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.sslEVNBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.sslEVNBannerBar .moduleBanner-text-image img::before {
	background: -moz-linear-gradient(left,  rgba(52,40,19,1) 0%, rgba(81,84,31,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(52,40,19,1) 0%,rgba(81,84,31,0) 100%);
	background: linear-gradient(to right,  rgba(52,40,19,1) 0%,rgba(81,84,31,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#342813', endColorstr='#0051541f',GradientType=1 );
}
.featureMainSSLEV ul li.active a{
	color: #3d9582;
}
.certDetail{
	padding: 60px 0px;
	border-bottom: 10px solid #342813;
}
.certDetail h4{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #2e3413;
}
.certDetail p{
	font-size: 24px
}
.certDetail img{
	max-width: 100%;
}

/* sslwildcardbanner */
.sslWCbanner{
	background: #541f1f;
	color: #fff;
}
.sslWCService{
	background: #541f1f;
	background: -moz-linear-gradient(top,  #541f1f 0%, #e4cdcd 100%);
	background: -webkit-linear-gradient(top,  #541f1f 0%,#e4dccd 100%);
	background: linear-gradient(to bottom,  #541f1f 0%,#e4dccd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#543e1f', endColorstr='#e4dccd',GradientType=0 );
}
.sslWCService .boxWhite .icon-top::before{
	border-color: #953d3d;
}
.sslWCService .boxWhite .icon-top{
	border-color: #341313;
}
.sslWCService .boxWhite .icon-top i{
	color: #341313;
	font-size: 55px;
	vertical-align: middle;
}
.sslWCService .boxWhite .bottomBoxWhite h3{
	color: #341313;
}
.sslWCPriceList{
	border-top: 10px solid #341313;
	padding: 60px 0px;
}
.sslWCPriceList .titleListServer{
	background: none;
	color: #341313;
	padding-top: 0px;
}
.pricing-wrap.firstPriceWC .headerPrice, .pricing-wrap.firstPriceWC .headerPrice::after, .pricing-wrap.firstPriceWC  .headerPrice::before{
	background-color: #541f1f;
}
.pricing-wrap.firstPriceWC .btnBuy{
	background-color: #541f1f;
}
.pricing-wrap.firstPriceWC .headerPrice .titlePrice{
	height: 140px;
}
.webfeatureEveryPlan.sslWCServicePlan .titleListServer{
	color: #341313;
}
.webfeatureEveryPlan.sslWCServicePlan .featureItemplan h3{
	color: #341313;	
}
.webfeatureEveryPlan.sslWCServicePlan .featureItemplan .topImgWeb i{
	color: #341313;
	font-size: 55px;
}
.webHostingGreenBar.sslWCNBannerBar{
	background: #541f1f;
}
.webHostingGreenBar.sslWCNBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(84,31,31,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(84,31,31,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(84,31,31,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#541f1f', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.sslWCNBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.sslWCNBannerBar .moduleBanner-text-image img::before {
	background: -moz-linear-gradient(left,  rgba(84,31,31,1) 0%, rgba(81,84,31,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(84,31,31,1) 0%,rgba(81,84,31,0) 100%);
	background: linear-gradient(to right,  rgba(84,31,31,1) 0%,rgba(81,84,31,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#541f1f', endColorstr='#0051541f',GradientType=1 );
}
.featureMainSSLWC ul li.active a{
	color: #3d9582;
}
.customOrderSummary #orderSummaryLoader{
	width: 50px;
    position: absolute;
    right: 15px;
    font-size: 22px;
    top: 15px;
}
.addon-promo-container .logo{
	display: none;
}
/** Email Hosting **/
.featureMain .nav-tabs.noFlex{
	display:block;
}
.featureMain .nav-tabs{
	margin-bottom: 25px;
}
.section-main .boxWhite .icon-top i{
	font-size: 55px;
	vertical-align: middle;
}
.emailHostingbanner{
	background: #544b1f;
	color: #fff;
}
.emailHostingService{
	background: #544b1f;
	background: -moz-linear-gradient(top,  #544b1f 0%, #e4dccd 100%);
	background: -webkit-linear-gradient(top,  #544b1f 0%,#e4dccd 100%);
	background: linear-gradient(to bottom,  #544b1f 0%,#e4dccd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544b1f', endColorstr='#e4dccd',GradientType=0 );
}
.section-main.emailHostingService .boxWhite .icon-top i{
	color: #342f13;
}
.emailHostingService .boxWhite .icon-top::before{
	border-color: #95813d;
}
.emailHostingService .boxWhite .icon-top{
	border-color: #342f13;
}
.emailHostingService .boxWhite .icon-top i{
	color: #342f13;
	font-size: 55px;
	vertical-align: middle;
}
.emailHostingService .boxWhite .bottomBoxWhite h3{
	color: #342f13;
}
.emailHostingPriceList{
	border-top: 10px solid #342f13;
	padding: 60px 0px;
}
.emailHostingPriceList .titleListServer{
	background: none;
	color: #342f13;
	padding-top: 0px;
}
.pricing-wrap.emailHostingPrice  .headerPrice, .pricing-wrap.emailHostingPrice .headerPrice::after, .pricing-wrap.emailHostingPrice  .headerPrice::before{
	background-color: #342f13;
}
.pricing-wrap.emailHostingPrice .btnBuy{
	background-color: #342f13;
}

.webfeatureEveryPlan.emailHostingPlan .titleListServer{
	color: #342f13;
}
.webfeatureEveryPlan.emailHostingPlan .featureItemplan h3{
	color: #342f13;	
}
.webfeatureEveryPlan.emailHostingPlan .featureItemplan .topImgWeb i{
	color: #342f13;
}
.webHostingGreenBar.emailHostingBannerBar{
	background: #342f13;
}
.webHostingGreenBar.emailHostingBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(52,47,19,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(52,47,19,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(52,47,19,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#342f13', endColorstr='#00ffffff',GradientType=0 );
}	
.webHostingGreenBar.emailHostingBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.emailHostingBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(52,47,19,1) 0%, rgba(52,47,19,0.42) 58%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(52,47,19,1) 0%,rgba(52,47,19,0.42) 58%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(52,47,19,1) 0%,rgba(52,47,19,0.42) 58%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#342f13', endColorstr='#00342f13',GradientType=1 );
}
#progressbar {
    margin: 5px 0px 30px 0px;
    padding: 0;
    overflow: hidden;
    /*counter-reset: step;*/

}
#progressbar li {
    list-style-type: none;
    color: #aeaeae;
    font-size: 18px;
    font-weight: bold;
    width: 33.3%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar li:first-child:before {
    content: "";
}
#progressbar li:nth-child(2):before {
    content: "";

}
#progressbar li:nth-child(3):before {
    content: "";
}
#progressbar li:last-child:before {
    content: "";
}
#progressbar li:before {
    /*content: counter(step);*/
    /*counter-increment: step;*/
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #aeaeae;
    background-color: #fff;
    display: block;
    margin: 0 auto 15px auto;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #aeaeae;
    position: absolute;
    top: 20px;
    z-index: -1;
    left: -50%;
}
#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before, #progressbar li.active:after, #progressbar li.active   {
    border-color: #131835;
    color: #131835;
    
}
#progressbar li.active:before{
background-color: #131835;
}
#progressbar li.active + li:after{
    background-color: #131835;
    content: '';
}

#progressbar li.active:before {
    content: '\f3fd';
}
.progressbar25 ul#progressbar li{
	width: 25%;
}

.domain-selection-options{
	box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.15);
}
.domain-selection-options .option {
	position: relative;
}
.domain-selection-options label.labelDomainOption {
	padding: 15px 15px 15px 65px;
	width: 100%;
	display: block;
	text-align: left;
	color: #fff;
	background: #0f5187;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	overflow: hidden;
	border: 1px solid #232c3b;
	font-weight: 300;
	font-size: 18px !important;
	height: 58px;
	margin-bottom: 2px;
}
.domain-selection-options label.labelDomainOption span{
	display: block;
}
.domain-selection-options label.labelDomainOption:before {
	width: 100%;
	height: 10px;
	border-radius: 50%;
	content: '';
	background-color: #0f5187;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
		  transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.domain-selection-options label.labelDomainOption:after {
	width: 36px;
	height: 36px;
	content: '';
	border: 1px solid #232c3b;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.domain-selection-options  input:checked ~ label.labelDomainOption {
	color: #fff !important;
	border-color: #0f5187;
}
.domain-selection-options input:checked ~ label.labelDomainOption:before {
	 -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.domain-selection-options input:checked ~ label.labelDomainOption:after {
	background-color: #fff;
	border-color: #fff;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAANlBMVEUAAAAPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYeyNcbYAAAAEXRSTlMAAQMEBhpJTU5PUF+tr87P0Wb3U5sAAABMSURBVBjTY2CgMmDjYcQQ4xLkZ8QUE2BBF+PEJ8bKjCnGhNDAgWByCvKzoIuBHcGCLgYS5WNhYEe3FyjKjekWLkEs7mNg48UUoy4AAHiFAxJRq2bQAAAAAElFTkSuQmCC");

}
.domain-selection-options input[type="radio"] {
	width: 32px;
	height: 32px;
	 -webkit-box-ordinal-group: 2;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	 -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.domain-selection-options .domain-input-group{
	padding: 30px 10px;
	display: none;
}
.domain-selection-options .domain-input-group .domains-row div[class*=col-xs-]{
	padding: 0px;
}
.domain-selection-options .domain-input-group input[type="text"]{
	height: 48px;
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
	border-right: 2px solid #373737;
	border-radius: 0px;
	border-left: 0px none;
}
.domain-selection-options .domain-input-group .input-group .input-group-addon{
	border-width: 2px;
	border-color: #373737;
	border-right: 0px;
}
.domain-selection-options .domain-input-group select{
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
	border-right: 2px solid #373737;
	border-radius: 0px 5px 5px 0px;
	height: 48px;
}
.domain-selection-options .domain-input-group .btn{
	height: 48px;
	background: #0f5187;
	font-size: 18px;
}
.domain-selection-options .domain-input-group .form-control-static{
	background: #eee;
	height: 48px;
	width: 60px;
	float: right;
	border: 2px solid #373737;
	border-right: 0px none;
	border-radius: 5px 0px 0px 5px;
	text-align: center;
	line-height: 28px;
}
.domain-selection-options .domain-input-group .owndomaintld{
	border-radius: 0px 5px 5px 0px !important;
}
/* SSL Order **/
.paymentTermChoose{
	padding: 10px 0px 30px 0px;
}
.paymentTermChoose label{
	color: #232c3b;
	font-size: 24px;
}
.whiteBGSelect{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAA7VBMVEUAAAAPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYe0HLPtAAAATnRSTlMAAQIDBAUHCAsMDRASExQVFhcZGhwdHiAjKCsuNTY5PEVKTE5XXF9maW1vcHx/gIKLj5KUoKOlrbCytLW+wMHMz9rc5ujp7e/x9ff5+/0EiKk/AAAA3ElEQVQYGe3Bh1qCYACG0e8HIcumDbNly2yXZbscWQlJ7/1fjjZ8cABdQJ2jPy23pgRuSdK0T16xUjVK0jkES4phPcGbI3MD/qwimVvwZyRZj9DKKIKpQLCoT6kaNNMaVQby+uY2oOFq2Amwrp50E+qOBh0AmwplWlC11a8I7Krf3DvcWwptA/salAvgyqinABxr2ApwoR+rQFmjNoAzfVn+gIpRhC3gSF3zbbgzilQE9qQpD6q2YhwCOxOvUHcU6xTw4HlMCS7pehlXEnMN3qSSWQ/trH5jL+hfqAOkSCkX7S/b3wAAAABJRU5ErkJggg==) #fff !important;
	background-repeat: no-repeat !important;
	background-position: right .7em top 50%, 0 0 !important;
	background-size: 20px auto, 100% !important;
}
.singleSelect{
	border: 2px solid #373737 !important;
}
.sslOrderpage input[type="text"], .select-css .whiteBGSelect .singleSelect select{
	border: 2px solid #373737 !important;
}
.actionbtnOrderSSL{
	margin: 30px 0px;
}
.actionbtnOrderSSL .btn{
	font-size: 18px;
	color: #232c3b;
}
.actionbtnOrderSSL .btn.btn-blue{
	color: #fff;
}
#DomainSearchResults{
	margin-top: 30px;
	font-size: 18px;
}
#DomainSearchResults .list-group-item{
	font-size: 18px;
	border-right: 1px solid #0f5187;
	border-left: 1px solid #0f5187;
	padding-top: 10px;
	padding-bottom: 10px;
}
#DomainSearchResults ul.domain-lookup-result{
	border-bottom: 2px solid #0f5187;
}
#DomainSearchResults .btn-add-to-cart.product-domain, #DomainSearchResults .btn-add-to-cart{
	color:#fff;
	background-color:#0f5187;
	border-color:#0f5187;
	margin: 0px 10px;
	font-size: 12px;
	width: auto;
	border-radius: 50px;
	line-height: 1.42857143;
	padding: 6px 12px;
}
#DomainSearchResults .panel-heading{
	background-color:#0f5187;
	color:#fff;
}
#DomainSearchResults .domain-invalid{
	margin-bottom: 15px;
}
#DomainSearchResults .text-center #btnDomainContinue{margin-top: 30px;}
.whiteBgBanner{
    background:none;
}
.whiteBgBanner h1{
    background:none;
    text-transform: inherit;
    margin-top: 0px;
    padding: 0px;
}
.promo.new{
	background-color: #5cb85c;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
}
.domain-suggestions-warning{
	margin-top: 10px;
}
#btnDomainContinue{
	margin-top: 40px;
}
.certDetail.ovCertDetail{
	border-color: #2e3413;
}

/* VOIP */
.VOIPbanner{
	background: #1f5426;
	color: #fff;
}
.VOIPService{
	background: rgb(31,84,38);
	background: -moz-linear-gradient(top,  rgba(31,84,38,1) 0%, rgba(213,228,205,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,84,38,1) 0%,rgba(213,228,205,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,84,38,1) 0%,rgba(213,228,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5426', endColorstr='#d5e4cd',GradientType=0 );
}
.VOIPService .boxWhite .icon-top::before{
	border-color: #58953d;
}
.VOIPService .boxWhite .icon-top{
	border-color: #173413;
}
.VOIPService .boxWhite .icon-top i{
	color: #173413;
	font-size: 55px;
	vertical-align: middle;
}
.VOIPService .boxWhite .bottomBoxWhite h3{
	color: #173413;
}
.VOIPWork{
	border-top: 10px solid #173413;
	padding: 0px;
	margin: 0px;
}
.VOIPWork .navWorkMain{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebeef3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebeef3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebeef3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeef3',GradientType=0 );
	border-radius: 0px;
	border:0px none;
	box-shadow: 0px 0px 10px #ccc;
	display: flex;
	padding: 10px 0px;
}
.VOIPWork .navWorkMain .nav{
	background: none;
	box-shadow: none;
	margin: 0px 0px 0px 200px;
}
.VOIPWork .titleVoipWork{
	color: #173413;
	font-size: 35px;
	font-weight: bold;
	margin-right: 20px;
	float: left;
	margin-top: 6px;
}
.VOIPWork .mainWrapperVOIP{
	padding: 50px 0px;
}
.VOIPWork .mainWrapperVOIP .topHeader{
	margin-bottom: 20px;
	text-align: center;
}
.VOIPWork .mainWrapperVOIP .topHeader h2{
	color: #232c3b;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
}
.VOIPWork .mainWrapperVOIP .topHeader p{
	color: #232c3b;
	font-size: 18px;
	font-weight: normal;
}
.VOIPWork .mainWrapperVOIP .stepsMain{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	min-height: 350px;
}
.VOIPWork .mainWrapperVOIP .stepsMain .container{
	position: relative;
	z-index: 9;
}
.VOIPWork .mainWrapperVOIP .stepsMain .borderBack{
	position: absolute;
	width: 2000px;
	height: 2200px;
	top: 110px;
	border: 1px solid #c7cccf;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: opacity .8s ease-in .4s;
	z-index: 1;
}
.VOIPWork .mainWrapperVOIP .stepsMain .borderBack .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.VOIPWork .mainWrapperVOIP .stepsMain .step{
	margin: 20px auto auto auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	height:140px;
	width: 140px;
	overflow: hidden;
	background-size: 70px 70px;
	background-position: center;
	background-repeat: no-repeat;
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li.active .step, .VOIPWork .mainWrapperVOIP .stepsMain ul li:hover .step{
	background-color: #ff8b00;
	box-shadow: 0px 0px 5px #ccc;
}

.VOIPWork .mainWrapperVOIP .stepsMain ul li a, .VOIPWork .mainWrapperVOIP .stepsMain ul{
	background: none !important;
	border: 0px none !important;
}
.VOIPWork .mainWrapperVOIP .stepsMain ul{
	counter-reset: listCounter;
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li{
	width: 33.3%;
	float: left;
	position: relative;
	counter-increment: listCounter;
	text-align: center;
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li a{display: inline-block;}
.VOIPWork .mainWrapperVOIP .stepsMain ul li a::before {
	/* content: counter(listCounter); */
	content: "Step" counter(listCounter);
	color: #232c3b;
	font-size: 18px;
	font-weight: 600;
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li .step1{
	background-image: url("../img/phoneGrey.svg");
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li.active .step1, .VOIPWork .mainWrapperVOIP .stepsMain ul li:hover .step1{
	background-image: url("../img/phoneWhite.svg")
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li .step2{
	background-image: url("../img/DiallingGrey.png");
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li.active .step2, .VOIPWork .mainWrapperVOIP .stepsMain ul li:hover .step2{
	background-image: url("../img/DiallingWhite.png");
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li .step3{
	background-image: url("../img/IdentifyGrey.png");
}
.VOIPWork .mainWrapperVOIP .stepsMain ul li.active .step3, .VOIPWork .mainWrapperVOIP .stepsMain ul li:hover .step3{
	background-image: url("../img/IdentifyWhite.png");
}
.stepsMain .tab-pane h2{
	color: #232c3b;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.stepsMain .tab-pane .stepDesc, .stepsMain .tab-pane .stepDesc p{
	color: #232c3b;
	font-size: 18px;
	font-weight: normal;
}
.VOIPWork .mainWrapperVOIP .stepsMain .stepDesc ul li, .VOIPWork .mainWrapperVOIP .stepsMain .stepDesc ul li:last-child{
	width: 100%;
	margin-top: 10px !important;
	text-align: left;
}
.stepsMain .tab-pane{
	text-align: center;
	margin-top: 40px;
	min-height: 100px;
}

.VOIPPriceList{
	border-top: 0px none;
	padding: 60px 0px;
}
.VOIPPriceList .titleListServer{
	background: none;
	color: #173413;
	padding-top: 0px;
}
.VOIPPriceList .planVoip {
    background: rgba(255,255,255,.8);
    border: 1px solid #cbcaca;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    margin-bottom: 30px;
    width: 100%;
	height: auto;
}
.VOIPPriceList .planVoip .discountLabel {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 7px;
    font-size: 16px;
    color: #fff;
    background: #ff0000;
    line-height: 16px;
}
.VOIPPriceList .planVoip .titleVoipPrice{
	padding: 7px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background: #58953d;
}
.VOIPPriceList .planVoip .planVoipInner{
	padding: 10px;
	height: auto;
	width: 100%;
	min-height: 100px;
	position: relative;
	overflow: hidden;
}
.VOIPPriceList .planVoip .planVoipInner .imgLeftPlan{
	position: absolute;
	bottom: 0px;
	left: 20px;
	display: none;
}
.VOIPPriceList .planVoip .planVoipInner .imgLeftPlan img{
	max-width: 100%;
}
.VOIPPriceList .planVoip .planVoipInner .rightAreaPrice{
	width: 260px;
	padding: 10px;
	border: 1px solid #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background: #58953d;
	color: #fff;
	box-shadow: 0px 0px 5px #333;
	text-align: center;
}
.VOIPPriceList .planVoip.premiumUnlimited .planVoipInner .rightAreaPrice, .VOIPPriceList .planVoip.premiumUnlimited .titleVoipPrice{
	background: #ff8b00;
}
.VOIPPriceList .planVoip .planVoipInner .rightAreaPrice h3{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.VOIPPriceList .planVoip .planVoipInner .rightAreaPrice .priceArea {
    font-size: 28px;
    font-weight: bold;
	text-align: center;
}
.VOIPPriceList .planVoip .planVoipInner .rightAreaPrice .priceArea span {
    font-size: 16px;
    font-weight: 500;
}
.VOIPPriceList .planVoip .planVoipInner .rightAreaPrice .moreInfo{
	font-size: 16px;
}
.VOIPPriceList .planVoip .planVoipInner .rightAreaPrice .btn{
	font-size: 22px;
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: 10px;
	width: auto;
}
.planVoipInnerContent{
	/* padding: 0px 0px 10px 190px; */
	padding: 0px 0px 10px 20px;
	/* position: relative; */
	width: calc(100% - 320px);
	min-height: 182px;
}
.planVoipInnerContent ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style: none;
}
.planVoipInnerContent ul li{
	padding-left: 45px;
	margin-bottom: 10px;
	position: relative;
	font-size:16px;
	font-weight: 600;
	color: #232c3b;
}
.planVoipInnerContent ul li img{
	left: 0px;
	top: 0px;
	position: absolute;
}
.devicesArea{
	background: rgb(127,83,172);
	background: -moz-linear-gradient(51deg,  rgba(127,83,172,1) 0%, rgba(100,125,238,1) 50%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(51deg,  rgba(127,83,172,1) 0%,rgba(100,125,238,1) 50%,rgba(125,185,232,1) 100%);
	background: linear-gradient(51deg,  rgba(127,83,172,1) 0%,rgba(100,125,238,1) 50%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f53ac', endColorstr='#7db9e8',GradientType=1 );
	padding: 60px 0px;
}
.devicesArea h2{
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 35px;
}
.devicesArea .thumbnailCustom{
	background: #fcfbfb;
	border: 0px none;
	border-radius: 4px;
	padding: 15px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.devicesArea .thumbnailCustom .bottomAreaDevice .promoCode{
	position: absolute;
	top: 0px;
	right: 0px;
}
.devicesArea .thumbnailCustom h4{
	font-size: 22px;
	color: #232c3b;
	font-weight: bold;
	height: 42px;
}
.devicesArea .thumbnailCustom .deviceImg{
	height: 130px;
	padding: 10px 0px;
	text-align: center;
	line-height: 110px;
}
.devicesArea .thumbnailCustom .desc{
	font-size: 16px;
	color: #232c3b;
	line-height: 20px;
	height: 130px;
	padding-bottom: 10px;
	font-weight: lighter;
}
.devicesArea .thumbnailCustom .bottomAreaDevice{
	height: auto;
	overflow: hidden;
	width: 100%;
}
.devicesArea .thumbnailCustom .bottomAreaDevice .priceLeft{
	font-size: 22px;
	font-weight: bold;
	float: left;
}
.devicesArea .thumbnailCustom .bottomAreaDevice .priceBTN{
	float: right;
}
.devicesArea .thumbnailCustom .bottomAreaDevice .priceBTN .btn{
	border-radius: 4px;
	font-weight: bold;
}
.IVNumber{
	padding: 60px 0px;
	color: #232c3b;
}
.IVNumber .topHead{
	height: auto;
	padding-bottom: 40px;
	text-align: center;
}
.IVNumber .topHead h2{
	font-size: 35px;
	padding-bottom: 25px;
	color: #173313;
	font-weight: bold;
}
.IVNumber .topHead h5{
	font-size: 24px;
	color: #173313;
	padding-bottom: 10px;
	font-weight: bold;
}
.IVNumber .topHead p{
	font-size: 18px;
	color: #232c3b;
	margin-bottom: 10px;
}
.IVNumberCountry{
	margin: 10px 0px 0px 0px;
}
.IVNumberCountry .row {
	margin-right: -5px;
	margin-left: -5px;
	display: flex;
	flex-wrap: wrap;
}
.IVNumberCountry .row .col-sm-2{
	padding-right: 5px;
	padding-left: 5px;
}
.IVNumberCountry .boxCountry{
	background: #f3f2f2;
	border: 1px solid #b6b5b5;
	border-radius: 4px;
	padding: 6px 6px 6px 30px;
	position: relative;
	margin-bottom: 10px;
}
.IVNumberCountry .boxCountry img{
	width: 22px;
	height: 22px;
	position: absolute;
	left: 3px;
	top: 8px;
	object-fit: cover;
	background: #fff;
	border: 1px solid #717070;
	border-radius: 30px;
	overflow: hidden;
}
.IVNumberCountry .boxCountry h4{
	/* font-size: 20px; */
	color: #232c3b;
	font-size: 16px;
	font-weight: 600;
}
.IVNumberCountry .boxCountry p{
	/* font-size: 16px; */
	font-size: 14px;
}
.internationalRate{
	background: rgb(127,83,172);
	background: -moz-linear-gradient(51deg,  rgba(127,83,172,1) 0%, rgba(100,125,238,1) 50%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(51deg,  rgba(127,83,172,1) 0%,rgba(100,125,238,1) 50%,rgba(125,185,232,1) 100%);
	background: linear-gradient(51deg,  rgba(127,83,172,1) 0%,rgba(100,125,238,1) 50%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f53ac', endColorstr='#7db9e8',GradientType=1 );
	padding: 60px 0px;
}
.internationalRate h2{
	font-size: 35px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.internationalRate h2.yellowText{
	color: #fffc00;
}
.searchCountryRate{
	background: #fff;
	padding: 20px;
	height: auto;
	width: 100%;
}
.searchCountryRate h4{
	font-size: 24px;
	color: #232c3b;
	margin-bottom: 10px;
}
.searchCountryRate .searchFormCountry{
	border: 2px solid #373737;
	border-radius: 5px;
	height: 52px;
}
.searchCountryRate .searchFormCountry input.searchGobtn {
    background: #373737 url("../img/search.svg") no-repeat scroll center center;
    background-size: auto;
    background-size: 30px;
    border: 0px none;
    float: right;
    height: 48px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: center;
    text-indent: -9999px;
    font-size: 18px;
    width: 10%;
}
.searchCountryRate .searchFormCountry input[type="text"] {
    background: #fff;
    border: 0px none;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    color: #232c3b;
    float: left;
    height: 48px;
    padding: 0 15px;
    width: 80%;
    font-size: 18px;
}
.internationalRate .searchCountryRate .searchFormCountry input[type="text"]{
	width:90%;
}
.priceListCountry .boxPriceCountry{
	background: #fff;
	border: 1px solid #afafaf;
	border-radius: 4px;
	padding: 6px 6px 6px 40px;
	position: relative;
	margin-top: 10px;
	font-size: 20px;
}
.priceListCountry .boxPriceCountry span{
	float: right;
	font-size: 16px;
}
.priceListCountry .boxPriceCountry img{
	position: absolute;
	left: 5px;
	top: 8px;
	height: 26px;
	width: 26px;
	object-fit: cover;
}
.webfeatureEveryPlan.VOIPfeature .titleListServer{
	color: #163212;
}
.webfeatureEveryPlan.VOIPfeature .featureItemplan h3{
	color: #163212;	
}
.webfeatureEveryPlan.VOIPfeature .featureItemplan .topImgWeb i{
	color: #163212;
}

/*** domain Name ***/
.domainNamebanner{
	background: #541f39;
	color: #fff;
}
.domainNameService{
	background: #541f39;
	background: -moz-linear-gradient(top,  #541f39 0%, #ddc5d9 100%);
	background: -webkit-linear-gradient(top,  #541f39 0%,#ddc5d9 100%);
	background: linear-gradient(to bottom,  #541f39 0%,#ddc5d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#541f39', endColorstr='#ddc5d9',GradientType=0 );
}
.domainNameService .boxWhite .icon-top::before{
	border-color: #34132a;
}
.domainNameService .boxWhite .icon-top{
	border-color: #953d75;
}
.domainNameService .boxWhite .icon-top i{
	color: #34132a;
	font-size: 55px;
	vertical-align: middle;
}
.domainNameService .boxWhite .bottomBoxWhite h3{
	color: #34132a;
}
.searchAreaDomain{
	background: #fff;
	padding: 20px;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	border: 0px none;
	border-radius: 6px;
}
.searchAreaDomain .domain-search-from{
	height: 64px;
}
.searchAreaDomain input[type="text"] {
	background: #fff;
	border: 0px none;
	border-radius: 5px 0 0 5px;
	 -moz-border-radius: 5px 0 0 5px;
	 -webkit-border-radius: 5px 0 0 5px;
	color:#232c3b;
    float: left;
    height: 60px;
    padding: 0 15px;
    width: 70%;
    font-size: 24px;
}
.searchAreaDomain select {
	background: #fff;
	border: 0px none;
	border-left: 2px solid #373737;
	color:#232c3b;
    float: left;
    height: 60px;
    padding: 0 15px;
    font-size: 18px;
    width: 20%;
}
.searchAreaDomain input[type="submit"] {    
	background: #373737 url("../img/search.svg") no-repeat scroll center center;
	background-size: 30px;
    border: 0px none;
    float: right;
    height: 60px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: center;
	text-indent: -9999px;
	font-size: 18px;
    width: 10%;
}
.domainName-row{
	margin-top:10px;
}
.domainName-row ul{
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
.domainName-row ul li{
	display: inline-block;
	padding: 5px 20px;	
	color: #ff8b00;
	font-size: 18px;
	font-weight: bold;
}
.domainName-row ul li img{
	margin-right: 10px;
}
.domainName-row ul li span{
	background: #ff8b00;
	padding: 1px 3px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.domainNamePlan{
	border-top: 10px solid #34132a;
	padding: 60px 0px;
}
.domainNamePlan .titleListServer {
    background: none;
    color: #34132a;
    padding-top: 0px;
}*
.domainNamePlan .leftArea{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 15px;
}
.domainNamePlan .leftArea .titleTopSide{
	background: #953d75;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
}
.domainNamePlan .leftArea .listMain{
	max-height: 210px;
	overflow: auto;
	padding: 10px 0px;
}
.domainNamePlan .leftArea .listMain ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.domainNamePlan .leftArea .listMain ul li a{
	padding: 10px 15px;
	font-size: 22px;
	font-weight: 500;
	display: block;
	color: #3c3c3c;
	text-decoration: none;
}
.leftArea .listMain ul li.active a{
	background: #eeeeee;
}
.domainNamePlan .leftArea .listMain ul li:hover a{
	text-decoration: underline;
}
.domainNamePlan .leftArea .listMain.otherDomains ul li{
	/* padding-left: 45px; */
	position: relative;
}
.domainNamePlan .leftArea .listMain.otherDomains ul li img{
	position: absolute;
	left: 0px;
	top: 10px;
	display: none;
}
.domainNamePlan .domainPriceTable table tr td, .domainNamePlan .domainPriceTable table tr th{
	background: #fff;
	color: #3c3c3c;
	font-size: 22px;
	border-top: 1px solid #5B5B5B;
	padding: 10px 20px;
}
.domainNamePlan .domainPriceTable table tr td:first-child{
	font-weight: bold;
}
.domainNamePlan .domainPriceTable table tr:nth-child(even) td{
	background: #f0f0f0;
}
.domainNamePlan .domainPriceTable table tr th{
	background: #953d75;
	color: #fff;
	font-size: 24px;
	border-bottom: 0px none;
}
.tabsRightPrice{
	position: absolute;
	top: -100px;
	right: 0px;
}
.tabsRightPrice ul li a{
	color: #34132a;
	font-size: 24px;
	background: none;
	border: 0px none !important;
	border-bottom: 2px solid transparent !important;
}
.tabsRightPrice ul li.active a, .tabsRightPrice ul li:hover a{
	background: none !important;
	border: 0px none !important;
	border-bottom: 2px solid #953d75 !important;
}


.webfeatureEveryPlan.domainNamePlanFeature .titleListServer{
	color: #34132a;
	text-align: left;
}
.webfeatureEveryPlan.domainNamePlanFeature .featureItemplan h3{
	color: #34132a;	
}
.webfeatureEveryPlan.domainNamePlanFeature .featureItemplan .topImgWeb i{
	color: #34132a;
}
.webHostingGreenBar.domainNameBannerBar{
	background: #34132a;
}
.webHostingGreenBar.domainNameBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(52,19,42,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(52,19,42,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(52,19,42,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34132a', endColorstr='#00ffffff',GradientType=1 );

}	
.webHostingGreenBar.domainNameBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.domainNameBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(52,19,42,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(52,19,42,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(52,19,42,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34132a', endColorstr='#00ffffff',GradientType=1 );

}

/*** domain Transfer ***/
.domainTransferbanner{
	background: #1f4d54;
	color: #fff;
}
.domainTransferService{
	background: rgb(31,77,84);
	background: -moz-linear-gradient(top,  rgba(31,77,84,1) 0%, rgba(205,222,228,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,77,84,1) 0%,rgba(205,222,228,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,77,84,1) 0%,rgba(205,222,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4d54', endColorstr='#cddee4',GradientType=0 );
}
.domainTransferService .boxWhite .icon-top::before{
	border-color: #3d9592;
}
.domainTransferService .boxWhite .icon-top{
	border-color: #132e34;
}
.domainTransferService .boxWhite .icon-top i{
	color: #132e34;
	font-size: 55px;
	vertical-align: middle;
}
.domainTransferService .boxWhite .bottomBoxWhite h3{
	color: #132e34;
}
.domainTransferSearch .domain-search-from{
	border-color: #1f4d54;
}
.domainTransferSearch.searchAreaDomain{
	background: rgb(0,129,115);
	background: -moz-linear-gradient(top,  rgba(0,129,115,1) 0%, rgba(205,223,228,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,129,115,1) 0%,rgba(205,223,228,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,129,115,1) 0%,rgba(205,223,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008173', endColorstr='#cddfe4',GradientType=0 );
	padding: 20px;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	border: 0px none;
	border-radius: 6px;
}
.domainTransferSearch.searchAreaDomain .domain-search-from{
	height: 64px;
}
.domainTransferSearch.searchAreaDomain input[type="text"] {
	background: #fff;
	border: 0px none;
	border-radius: 5px 0 0 5px;
	 -moz-border-radius: 5px 0 0 5px;
	 -webkit-border-radius: 5px 0 0 5px;
	color:#232c3b;
    float: left;
    height: 60px;
    padding: 0 15px;
    width: 70%;
    font-size: 24px;
}
.domainTransferSearch.searchAreaDomain select {
	background: #fff;
	border: 0px none;
	border-left: 2px solid #1f4d54 !important;
	color:#232c3b;
    float: left;
    height: 60px;
    padding: 0 15px;
    font-size: 18px;
    width: 20%;
}
.domainTransferSearch.searchAreaDomain input[type="submit"] {    
	background: #1f4d54;
	background-size: 30px;
    border: 0px none;
    float: right;
    height: 60px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: center;
	font-size: 22px;
	font-weight: 600;
	text-indent: inherit;
    width: 10%;
	color: #fff;
}
.domainTransferSearch h3{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.domainTransferSearch p{
	font-size: 22px;
	color: #fff;
	border-top: 1px solid #fff;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.domainNamePlan.domainTransferPlan .leftArea .titleTopSide{
	background: #132e34;
}
.domainNamePlan.domainTransferPlan .domainPriceTable table tr th{
	background: #132e34;
}
.webfeatureEveryPlan.domainTransferFeature .featureItemplan h3 {
    color: #132e34;
}
.webfeatureEveryPlan.domainTransferFeature .titleListServer{
	color: #132e34;
}

.webHostingGreenBar.domainTransferBannerBar{
	background: #1f4d54;
}
.webHostingGreenBar.domainTransferBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(31,77,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,77,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,77,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4d54', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.domainTransferBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.domainTransferBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(31,77,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,77,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,77,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4d54', endColorstr='#00ffffff',GradientType=1 );
}
.webHostingGreenBar.domainTransferBannerBar.NewBGBannerDTran{
	background: #1f4d54 !important;
}
.webHostingGreenBar.domainTransferBannerBar.NewBGBannerDTran::before {
	background: -moz-linear-gradient(left,  rgba(31,77,84,1) 0%, rgba(255,255,255,0) 100%) !important;
	background: -webkit-linear-gradient(left,  rgba(31,77,84,1) 0%,rgba(255,255,255,0) 100%) !important;
	background: linear-gradient(to right,  rgba(31,77,84,1) 0%,rgba(255,255,255,0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4d54', endColorstr='#00ffffff',GradientType=1 ) !important;
}	
.webHostingGreenBar.domainTransferBannerBar.NewBGBannerDTran .moduleBanner-text-image::before, .webHostingGreenBar.domainTransferBannerBar.NewBGBannerDTran .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(31,77,84,1) 0%, rgba(255,255,255,0) 100%) !important;
	background: -webkit-linear-gradient(left,  rgba(31,77,84,1) 0%,rgba(255,255,255,0) 100%) !important;
	background: linear-gradient(to right,  rgba(31,77,84,1) 0%,rgba(255,255,255,0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4d54', endColorstr='#00ffffff',GradientType=1 ) !important;
}
.domainTransferPlan{
	border-color: #132e34;
	/* background: #c9c9c9; */
}
.domainTransferPlan .titleListServer{
	color: #132e34 !important;
}
.domainTransferPlan .tabsRightPrice ul li.active a, .domainTransferPlan .tabsRightPrice ul li:hover a{
	border-color: #132e34 !important;
}
.domainTransferProcess{
	border-color: #132e34;
	background: #fff;
}
.domainTransferProcess .titleListServer {
    color: #132e34 !important;
}


.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    /* border: 1px solid #e9e9e9; */
    position: relative;
    padding: 20px 20px 30px 30px;
}
.design-process-content h3 {
    margin-bottom: 20px;
	color: #ff8b00;
	font-size: 24px;
	font-weight: bold;
}
.design-process-content p {
    font-size: 18px;
	color: #333;
    margin-bottom: 12px;
}
.design-process-content ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.design-process-content ul li{
	font-size: 18px;
	padding-left: 45px;
	position: relative;
	margin-bottom: 15px;
	min-height: 30px;
}
.design-process-content ul li img{
	position: absolute;
	left: 0px;
	top: 0px;
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 100%;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -50%;
    top: 45px;
    width: 85%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #ff8b00;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 25%;
    text-align: center;
    float: left;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;
}
.nav-tabs.process-model > li.active > a span, .nav-tabs.process-model > li.active > a:hover span, .nav-tabs.process-model > li.active > a:focus span, .process-model li a:hover span, .process-model li a:focus span {
    color: #fff;
    background: #ff8b00;
    border-color: #ff8b00;
}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;	
}
.process-model li.active,
.process-model li.visited {
    color: #ff8b00;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #ff8b00;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 700;
}
.process-model li span {
    display: block;
    height: 90px;
    width: 90px;
    text-align: center;
    margin: 0 auto;
	font-size: 80px;
	font-family: "Clarendon";
	font-weight: normal;
	background: #fff;
    line-height: 80px;
    border-radius: 50%;
	border: 1px solid #e5e5e5;
	color: #333;
}
.process-model li.active span, .process-model li.visited span  {
    color: #fff;
    background: #ff8b00;
    border-color: #ff8b00;
}
.process-model li p {
    font-size: 22px;
    margin-top: 11px;
	font-weight: 700;
	color: #333333;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}


/*** Domain Transfer Renew ***/
.HeadingCenter{
	padding: 0px 0px 20px 0px;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.paymentOption .HeadingCenter{
	color: #383838;
	/* color: #133426; */
}
.paymentRow {
	/* display: flex;
	flex-wrap: wrap; */
	width: 100%;
	height: auto;
	overflow: hidden;
}
.paymentCol {
	/* flex-grow: 1; */
	padding: 0px 15px 15px 15px;
	text-align: center;
	min-width: 155px;
	display: inline-block;
}
.paymentCol .payment-item-icon{
	margin-bottom: 15px;
	height: 75px;
}
.paymentCol .payment-item-name{
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
.paymentCol .card-status{
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}
.paymentCol .card-status.supported{
	color: #6fac2f;
}
.domainRenewbanner{
	background: #1f5444;
	color: #fff;
}
.domainRenewService{
	background: rgb(31,84,68);
	background: -moz-linear-gradient(top,  rgba(31,84,68,1) 0%, rgba(205,228,227,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,84,68,1) 0%,rgba(205,228,227,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,84,68,1) 0%,rgba(205,228,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5444', endColorstr='#cde4e3',GradientType=0 );
}
.domainRenewService .boxWhite .icon-top::before{
	border-color: #3d9566;
}
.domainRenewService .boxWhite .icon-top{
	border-color: #133426;
}
.domainRenewService .boxWhite .icon-top i{
	color: #133426;
	font-size: 55px;
	vertical-align: middle;
}
.domainRenewService .boxWhite .bottomBoxWhite h3{
	color: #133426;
}
.domainRenewProcess{
	border-color: #133426;
	background: #fff;
}
.domainRenewProcess .titleListServer {
    color: #133426 !important;
}
.domainNamePlan.domainRenewPlan .leftArea .titleTopSide{
	background: #133426;
}
.domainNamePlan.domainRenewPlan .domainPriceTable table tr th{
	background: #133426;
}
.domainRenewProcess .process-model li{
	width: 33.3%;
}
.domainRenewProcess .process-model li::after{
	right: -45%;
}
.webfeatureEveryPlan.domainRenewPlanFeature .featureItemplan h3 {
    color: #133426;
}
.webfeatureEveryPlan.domainRenewPlanFeature .titleListServer{
	color: #133426;
}
.domainRenewPlan{
	border-color: #133426;
	background-color: #e2e1e1;
}
.domainRenewPlan .titleListServer{
	color: #133426 !important;
}
.domainRenewPlan .tabsRightPrice ul li.active a, .domainRenewPlan .tabsRightPrice ul li:hover a{
	border-color: #3d9592 !important;
}
/*** Domain Transfer protection ***/
/* .paymentOption .HeadingCenter{
	color: #133426;
} */


.domainProtectionbanner{
	background: #1f3d54;
	color: #fff;
}
.domainProtection{
	background: rgb(31,61,84);
	background: -moz-linear-gradient(top,  rgba(31,61,84,1) 0%, rgba(205,217,228,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,61,84,1) 0%,rgba(205,217,228,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,61,84,1) 0%,rgba(205,217,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3d54', endColorstr='#cdd9e4',GradientType=1 );
}
.domainProtection .boxWhite .icon-top::before{
	border-color: #3d7195;
}
.domainProtection .boxWhite .icon-top{
	border-color: #132634;
}
.domainProtection .boxWhite .icon-top i{
	color: #132634;
	font-size: 55px;
	vertical-align: middle;
}
.domainProtection .boxWhite .bottomBoxWhite h3{
	color: #132634;
}
.domainProtectionProcess{
	border-color: #132634;
}
.domainProtectionProcess .titleListServer {
    color: #132634 !important;
}
.domainPrivacyMain{
	background: rgba(255,255,255,.8);
	border: 1px solid #cbcaca;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	padding: 30px;
	height: auto;
	overflow: hidden;
}
.domainPrivacyMain h2{
	color: #383838;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.domainPrivacyMain .subheadingPrivacy{
	font-size: 30px;
	text-align: center;
}
.domainPrivacyMain .protectionWHOIS{
	background: #fbfbfb;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.domainPrivacyMain .protectionWHOIS .heading-WHOIS{
	background: #c12228;
	padding: 6px 15px;
	font-size: 30px;
	color: #fff;
}
.domainPrivacyMain .protectionWHOIS .heading-WHOIS.blueheadWHOIS{
	background: #005492;
}
.domainPrivacyMain .protectionWHOIS .WHOISbody{
	padding: 30px;
	position: relative;
	height: 340px;
}
.domainPrivacyMain .protectionWHOIS .WHOISbody ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: calc(100% - 85px);
}
.domainPrivacyMain .protectionWHOIS .WHOISbody ul li{
	color: #323232;
	font-size: 24px;
	padding-bottom: 6px;
}
.domainPrivacyMain .protectionWHOIS .WHOISbody img{
	position: absolute;
	right: 20px;
	top: 30px;
}
.activePrivacySearch{
	background: #f6f6f6;
	padding: 15px 30px 30px 30px;
	color: #383838;
	font-size: 30px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	margin-top: 50px;
	text-align: center;
}
.activePrivacySearch .searchAreaPrivacy{
	border: 2px solid #1f4d54;
	border-radius: 5px;
	height: 62px;
	margin-top: 15px;
}
.activePrivacySearch .searchAreaPrivacy input[type="text"], .activePrivacySearch .searchAreaPrivacy input[type="password"] {
    background: #fff;
    border: 0px none;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    color: #232c3b;
    float: left;
    height: 58px;
    padding: 0 15px;
    width: calc(100% - 170px);
    font-size: 24px;
	text-align: left;
}
.activePrivacySearch .searchAreaPrivacy input.searchGobtn {
    background: #1f4d54;
    border: 0px none;
    float: right;
    height: 58px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: center;
    font-size: 24px;
    width: 170px;
	color: #fff;
}
.webHostingGreenBar.domainTransferBannerBar{
	background: #1f3d54;
}
.webHostingGreenBar.domainTransferBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(31,61,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,61,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,61,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3d54', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.domainTransferBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.domainTransferBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(31,61,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,61,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,61,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3d54', endColorstr='#00ffffff',GradientType=1 );
}
/*** Domain WHOIS ***/
.WHOISbanner{
	background: #541f3e;
	color: #fff;
}
.domainName-WHOIS{
	background: rgb(84,31,62);
	background: -moz-linear-gradient(top,  rgba(84,31,62,1) 0%, rgba(227,204,217,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(84,31,62,1) 0%,rgba(227,204,217,1) 100%);
	background: linear-gradient(to bottom,  rgba(84,31,62,1) 0%,rgba(227,204,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#541f3e', endColorstr='#e3ccd9',GradientType=1 );
}

.domainName-WHOISProcess{
	border-color: #132634;
}
.domainName-WHOISProcess .titleListServer {
    color: #132634 !important;
}

.domainWHOIS .searchAreaWHOIS{
	border-color: #541f3e;
}
.domainWHOIS.searchAreaWHOIS{
	background: rgb(145,71,114);
	background: -moz-linear-gradient(top,  rgba(145,71,114,1) 0%, rgba(227,204,217,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(145,71,114,1) 0%,rgba(227,204,217,1) 100%);
	background: linear-gradient(to bottom,  rgba(145,71,114,1) 0%,rgba(227,204,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#914772', endColorstr='#e3ccd9',GradientType=0 );
	box-shadow: 0px 0px 5px #000;
	padding: 20px;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	border: 0px none;
	border-radius: 6px;
}
.domainWHOIS.searchAreaWHOIS .domain-search-from{
	height: 64px;
}
.domainWHOIS.searchAreaWHOIS input[type="text"] {
	background: #fff;
	border: 0px none;
	border-radius: 5px 0 0 5px;
	 -moz-border-radius: 5px 0 0 5px;
	 -webkit-border-radius: 5px 0 0 5px;
	color:#232c3b;
    float: left;
    height: 60px;
    padding: 0 15px;
    width: 90%;
    font-size: 24px;
}
.domainWHOIS.searchAreaWHOIS input[type="submit"] {    
	background: #541f3e;
	background-size: 30px;
    border: 0px none;
    float: right;
    height: 60px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: center;
	font-size: 22px;
	font-weight: 600;
	text-indent: inherit;
    width: 10%;
	color: #fff;
}
.domainWHOIS h3{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.domainWHOIS p{
	font-size: 22px;
	color: #fff;
	border-top: 1px solid #fff;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.domainName-WHOIS .descWHOIS .descGroup{
	margin-bottom: 15px;
}
.domainName-WHOIS .descWHOIS p {
    font-size: 26px;
    color: #fff;
	font-weight:
}
.domainName-WHOIS .descWHOIS h4{
	font-size: 30px;
	font-weight: bold;
	color: #331326;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	margin-bottom: 10px;
}
.domainName-WHOIS .descWHOIS p a{
	color: #331326;
	text-decoration: underline;
}
.domainName-WHOIS .descWHOIS .panel.panel-primary{
	border-color: #541f3e;
}
.domainName-WHOIS .descWHOIS .panel.panel-primary .panel-heading{
	background-color: #541f3e;
	border-color: #541f3e;
	font-size: 22px;
}
.activePrivacySearch .searchAreaPrivacy.WHOISActiveArea {
	border-color: #541f3e;
}
.activePrivacySearch .searchAreaPrivacy.WHOISActiveArea.DomainSearchBottomNew input[type="password"] {
	border-left: 1px solid #541f3e;
}
.activePrivacySearch .searchAreaPrivacy.WHOISActiveArea input.searchGobtn {
    background: #541f3e;
    border: 0px none;
    float: right;
    height: 58px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: center;
    font-size: 24px;
    width: 170px;
	color: #fff;
}
.webHostingGreenBar.domainWHOISBannerBar{
	background: #331326;
}
.webHostingGreenBar.domainWHOISBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(51,19,38,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(51,19,38,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(51,19,38,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331326', endColorstr='#00ffffff',GradientType=0 );
}	
.webHostingGreenBar.domainWHOISBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.domainWHOISBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(51,19,38,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(51,19,38,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(51,19,38,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331326', endColorstr='#00ffffff',GradientType=0 );
}
/*** Transfer hosting ***/
.hostingTransferbanner{
	background: #1f2d54;
	color: #fff;
}
.hostingTransferService{
	background: rgb(31,45,84);
	background: -moz-linear-gradient(top,  rgba(31,45,84,1) 0%, rgba(204,210,227,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,45,84,1) 0%,rgba(204,210,227,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,45,84,1) 0%,rgba(204,210,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2d54', endColorstr='#ccd2e3',GradientType=0 );
}
.hostingTransferService .boxWhite .icon-top::before{
	border-color: #3d5494;
}
.hostingTransferService .boxWhite .icon-top{
	border-color: #131b33;
}
.hostingTransferService .boxWhite .icon-top i{
	color: #131b33;
	font-size: 55px;
	vertical-align: middle;
}
.hostingTransferService .boxWhite .bottomBoxWhite h3{
	color: #131b33;
}
section.hostingTransferWork{
	border-color: #131b33;
}
section.hostingTransferWork .mainWrapperVOIP .topHeader h2{
	font-size: 35px;
	margin-bottom: 30px;
}
section.hostingTransferWork .mainWrapperVOIP .stepsMain ul li a::before{
	content: "Step" counter(listCounter);
	font-size: 24px;
}




.VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li .step1{
	background-image: url(../img/step1HT-Grey.png);
}
.VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li.active .step1, .VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li:hover .step1{
	background-image: url(../img/step1HT-white.png)
}
.VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li .step2{
	background-image: url(../img/step2HT-grey.png);
}
.VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li.active .step2, .VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li:hover .step2{
	background-image: url(../img/step2HT-white.png);
}
.VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li .step3{
	background-image: url(../img/step3HT-grey.png);
}
.VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li.active .step3, .VOIPWork.hostingTransferWork .mainWrapperVOIP .stepsMain ul li:hover .step3{
	background-image: url(../img/step3HT-white.png);
}

.VOIPWork.hostingTransferWork .btnStepTransfer{
	background: #1f2d54;
	color: #fff;
	font-size: 28px;
	padding: 10px 20px;
	margin: 40px 0px 10px 0px;
	border-radius: 1px;
	 -webkit-border-radius: 1px;
	 -moz-border-radius: 1px;
	box-shadow: 3px 3px 3px #ccc;
}
.VOIPWork.hostingTransferWork .btnStepTransfer:hover{
	color: #fff;
	box-shadow: -3px -3px 3px #ccc;
}
.pinkbarhostTrans{
	background: #dd4b5f;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 15px 0px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	position: relative;
}
.hostingTransferPriceList.dedicatedServer-List{
	border-color: #1f2d54;
}
.hostingTransferPriceList.dedicatedServer-List .titleListServer{
	color: #1f2d54;
}
.hostingTransferPriceList.dedicatedServer-List .pricing-wrap.smallPlanHT .headerPrice{
	background: #1f2d54;
}
.hostingTransferPriceList.dedicatedServer-List .pricing-wrap.smallPlanHT .headerPrice::before, .hostingTransferPriceList.dedicatedServer-List .pricing-wrap.smallPlanHT .headerPrice::after{
	background-color: #1f2d54;
}
.hostingTransferPriceList.dedicatedServer-List .pricing-wrap.smallPlanHT .btnBuy{
	background: #1f2d54;
}
.featureHostingTransfer .titleListServer, .featureHostingTransfer .featureItemplan h3{
	color: #1f2d54;
}
.webHostingGreenBar.transferHostingBannerBar{
	background: #1f2d54;
}
.webHostingGreenBar.transferHostingBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(31,45,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,45,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,45,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2d54', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.transferHostingBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.transferHostingBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(31,45,84,1) 0%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,45,84,1) 0%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(31,45,84,1) 0%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2d54', endColorstr='#00342f13',GradientType=1 );
}
/*** hosting vps ***/
.hostingVPSbanner{
	background: #54321f;
	color: #fff;
}
.hostingVPSService{
	background: #54321f;
	background: -moz-linear-gradient(top,  #54321f 0%, #e3d4cc 100%);
	background: -webkit-linear-gradient(top,  #54321f 0%,#e3d4cc 100%);
	background: linear-gradient(to bottom,  #54321f 0%,#e3d4cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54321f', endColorstr='#e3d4cc',GradientType=0 );
}
.hostingVPSService .boxWhite .icon-top::before{
	border-color: #bd8364;
}
.hostingVPSService .boxWhite .icon-top{
	border-color: #361f13;
}
.hostingVPSService .boxWhite .icon-top i{
	color: #361f13;
	font-size: 55px;
	vertical-align: middle;
}
.hostingVPSService .boxWhite .bottomBoxWhite h3{
	color: #361f13;
}
.hostingVPSPriceList {
    border-top: 10px solid #361f13;
    padding: 60px 0px;

}
.hostingVPSPriceList .titleListServer{
	background: none;
	color: #361f13;
	padding-top: 0px;
}
.VPSWhiteBG{
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #000;
	padding: 15px;
	height: auto;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	margin-bottom: 25px;
}
.VPSWhiteBG .topHeading{
	height: auto;
	border-bottom: 1px solid #cbcaca;
	display: block;
	padding-bottom: 15px;
}
.VPSWhiteBG .topHeading .title {
    font-weight: 600;
    font-size: 22px;
    color: #232c3b;
    display: inline-block;
}
.VPSWhiteBG .topHeading .title img{
	width: 25px;
}
.VPSWhiteBG .stockArea{
	border-bottom: 1px solid #cbcaca;
	padding-bottom: 15px;
	padding-top: 15px;
}
.VPSWhiteBG .stockArea .tagsArea{
	margin-right: 5px;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	background: #838383;
	display: inline-block;
	border: 0px none;
	border-radius: 40px;
}
.VPSWhiteBG .stockArea .tagsArea.greenBg{
	background: #16c803;
}

.VPSWhiteBG .stockArea .tagsArea.redBg{
	background: #ff0000;
}
.VPSWhiteBG .stockArea .tagsArea.yellowBg{
	background: #f7b71c;
}

.VPSWhiteBG .detailsVPS{
	border-bottom: 1px solid #cbcaca;
	padding-top: 15px;
	padding-bottom: 15px;
}
.VPSWhiteBG .detailsVPS ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.VPSWhiteBG .detailsVPS ul li{
	font-size: 22px;
	color: #232c3b;
	text-align: center;
}
.VPSWhiteBG .priceAreaMain{
	padding: 15px;
	position: relative;
}
.VPSWhiteBG .priceAreaMain .priceArea{
	/* padding-top: 10px; */
	font-size: 28px;
	color: #232c3b;
	font-weight: 600;
	text-align: center;
}
.VPSWhiteBG .priceAreaMain .priceArea .currentPrice span{
	font-size: 18px;
	font-weight: 500;
}
.VPSWhiteBG .priceAreaMain .priceArea .oldPrice{
	font-size: 20px;
	font-weight: 500;
	color: #9e9e9e;
	display: inline-block;
	/* position: absolute;
	top: 5px; */
}
.VPSWhiteBG .priceAreaMain .priceArea .discountLabel{
	position: absolute;
	right: 0px;
	top:0px;
	padding: 7px;
	font-size: 16px;
	color: #fff;
	background: #ff0000;
	line-height: 16px;
}
.VPSWhiteBG .priceAreaMain .btn{
	margin: 10px 0px 0px 0px;
	font-size: 22px;
	font-weight: 600;
	background: #361f13;
}
.VPSWhiteBG .priceAreaMain .btn:hover{
	opacity: 0.9;
}
.webHostingGreenBar.hostingVPSBannerBar{
	background: #361f13;
}
.webHostingGreenBar.hostingVPSBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(54,31,19,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(54,31,19,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(54,31,19,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#361f13', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.hostingVPSBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.hostingVPSBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(54,31,19,1) 0%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(54,31,19,1) 0%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(54,31,19,1) 0%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#361f13', endColorstr='#00342f13',GradientType=1 );
}
.hostingVPSFeature .featureMain .tab-content .featureItem h3{
	color: #361f13;
}

.btn-White{
	background: #fff;
	color: #010000;
}
.btn-Orange{
	background: #ff8b00;
	color: #fff;
}
.btn-Orange:hover{
	background: #f88400;
}
.btn-Blue, .btn-Blue:hover, .btn-Blue:focus{
	background: #131834;
	color: #fff;
}
.row.customColumn{
	column-count: 2;
}
.row.customColumn .col-sm-6{
	width: 100%;
	float: none;
	-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
}
.productItemMain .productItemPrice .pointsArea{
	display: none;
}

/* .webHostingGreenBar.dedicatedServerBannerBar{
	background: #0f5187;
}
.webHostingGreenBar.dedicatedServerBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(15,81,135,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(15,81,135,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(15,81,135,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5187', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.dedicatedServerBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.dedicatedServerBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(15,81,135,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(15,81,135,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(15,81,135,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5187', endColorstr='#00ffffff',GradientType=1 );
} */

.webHostingGreenBar.dedicatedServerBannerBar.dedicatedServerBannerBarNew{
	background: #1F3954;
}
.webHostingGreenBar.dedicatedServerBannerBar.dedicatedServerBannerBarNew::before {
	background: -moz-linear-gradient(left,  rgba(31,57,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,57,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,57,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3954', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.dedicatedServerBannerBar.dedicatedServerBannerBarNew .moduleBanner-text-image::before, .webHostingGreenBar.dedicatedServerBannerBar.dedicatedServerBannerBarNew .moduleBanner-text-image img::before {
	background: -moz-linear-gradient(left,  rgba(31,57,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,57,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,57,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3954', endColorstr='#00ffffff',GradientType=1 );
}


/* Login */
.loginPageTop{
	/* background: #1f3d54; */
	background: #131834;
	border-bottom: 3px solid #fff;
	height: auto;
	overflow: hidden;
	width: 100%;
	padding: 20px 0px;
}
.logoLogin{
	text-align: center;
	position: relative;
}
.logoLogin .backHomeBTN{
	position: absolute;
	left: 0px;
	top: 8px;
}
.logoLogin .backHomeBTN a{
	/* background: #fff; */
	background: none;
	font-size: 20px;
	color: #fff;
	padding: 10px 15px;
	border: 0px none;
	border-radius: 5px;
	display: block;
	border: 1px solid #fff;
	border-radius: 4px;
}
.logoLogin .backHomeBTN a i{
	font-size: 26px;
}
.logoLogin .backHomeBTN a:hover{
	text-decoration: none;
}
.wrapperLogin{
	padding: 75px 0px;
	height: auto;
	overflow: hidden;
	width: 100%;
	background: #e2e1e1;
	/* background: rgb(31,61,84);
	background: -moz-linear-gradient(top,  rgba(31,61,84,1) 0%, rgba(115,141,160,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,61,84,1) 0%,rgba(115,141,160,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,61,84,1) 0%,rgba(115,141,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3d54', endColorstr='#738da0',GradientType=0 ); */
}
.loginFormArea{
	/* background: #131834; */
	background: #fff;
	padding: 30px;
	border: 1px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #000;
	max-width: 100%;
	width: 420px;
	margin: auto;
}
.loginFormArea h2, .loginFormArea h1{
	font-size: 36px;
	color: #131834;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	border: 0px none;
}
.loginFormArea p{
	color: #131834;
	font-size: 18px;
	margin-bottom: 40px;
}
.loginFormArea .input-group-addon{
	/* border: 0px none; */
	border-right: 0px none !important;
}
.loginFormArea .input-group-addon i{
	width: 20px;
}
.loginFormArea .input-group-addon, .loginFormArea input.form-control{
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #131834;
	font-size: 20px;
	padding: 10px 20px !important;
	height: auto;
	color: #131834;
}
.loginFormArea input.form-control::-webkit-input-placeholder {
	color: #131834 !important;
	/* opacity: 0.6 !important; */
}
.loginFormArea input.form-control:-ms-input-placeholder {
	color: #131834 !important;
	/* opacity: 0.6 !important; */
}
.loginFormArea input.form-control::placeholder {
	color: #131834 !important;
	/* opacity: 0.6 !important; */
}
.loginFormArea input.btn{
	border-radius: 4px;
	font-size: 28px;
}
.loginFormArea a.lostPassword{
	text-align: center;
	display: block;
	color: #131834;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0px 0px 0px;
}
.newUserLink{
	font-size: 20px;
	color: #131834;
	text-align: center;
	margin-top: 40px;
}
.newUserLink a{
	font-weight: bold;
	color: #131834;
}
.sslOVPriceList .pricing-wrap .headerPrice .titlePrice,
.sslEVPriceList .pricing-wrap .headerPrice .titlePrice,
.sslDVPriceList .pricing-wrap .headerPrice .titlePrice{
	height: 125px !important;
}
.sslWCPriceList .pricing-wrap .headerPrice .titlePrice{
	height: 165px !important;
}
#searchDomainInfo{
	padding: 48px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 22px;
}
#searchDomainInfo .domain-price .price{ 
	background: #5cb85c;
	color: #fff;
	padding: 0px 10px;
}



/** web search **/
.spotlight-tlds-container{margin-left:-4px;margin-right:-4px;display:flex;margin-top: 15px;margin-bottom: 15px;}
.spotlight-tld{
	position:relative !important;
	overflow:hidden !important;
	/* margin:0 0 40px !important; */
	margin:0px !important;
	height: 150px !important;
	padding: 55px 0px 40px 0px !important;
	background:#fff !important;
	border-radius:4px !important;
	text-align:center !important;
	border:1px solid #e6e8ec !important;
}
.spotlight-tld .spotlight-body{display:flex;flex-direction:column;background-color:#fff;border:1px solid #e6e8ec}
.spotlight-tld .spotlight-top{padding:0}.spotlight-tld .spotlight-top .spotlight-price{background:#f6f7f8;border-bottom:1px solid #e6e8ec;font-size:12px}.spotlight-tld .spotlight-content{position:relative;overflow:hidden;border-top:none;padding:24px 0}.spotlight-tld .spotlight-content .extension{font-size:26px;font-weight:400;margin:0}.spotlight-tld .spotlight-footer{background-color:#ebf4fd}.spotlight-tld .spotlight-footer .btn{margin:0;min-width:0}.spotlight-tld-container{margin-top:24px;padding:0 4px;}.spotlight-tld-container-1,.spotlight-tld-container-2,.spotlight-tld-container-3,.spotlight-tld-container-4{padding:0 8px}.spotlight-tld-container-1 .spotlight-content,.spotlight-tld-container-2 .spotlight-content,.spotlight-tld-container-3 .spotlight-content,.spotlight-tld-container-4 .spotlight-content{padding:24px 0}.spotlight-tld-container-1 .spotlight-content .extension,.spotlight-tld-container-2 .spotlight-content .extension,.spotlight-tld-container-3 .spotlight-content .extension,.spotlight-tld-container-4 .spotlight-content .extension{font-size:26px;font-weight:500}.spotlight-tld-container-1{width:100%}.spotlight-tld-container-2{width:50%}.spotlight-tld-container-3{width:33.3%}.spotlight-tld-container-4{width:25%}.spotlight-tld-container-5{width:20%}.spotlight-tld-container-6{width:16.6%}.spotlight-tld-container-7{width:14.28%}.spotlight-tld-container-8{width:12.5%}.spotlight-tld.unavailable .spotlight-content .extension{color:#acb0b8}.spotlight-tld.unavailable .btn-unavailable{background-color:transparent;color:#acb0b8}.spotlight-tld.unavailable .spotlight-footer{background-color:#f6f7f8}.label-corner{top:4px;left:-36px;width:100px;position:absolute;max-height:16px;font-size:10px;padding:4px;color:#fff;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center}@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active){.label-corner{line-height:1}}.suggested-domains h4{font-weight:500;margin-bottom:24px}.domain-lookup-result{margin-bottom:0}.domain-lookup-result>:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.domain-lookup-result.list-group{background:#fff;border:1px solid #e6e8ec;border-radius:4px;overflow:hidden}.domain-lookup-result.list-group .list-group-item{padding:20px 15px;display:flex;align-items:center;justify-content:space-between}.domain-lookup-result.list-group .list-group-item .content{display:flex;align-items:center}.domain-lookup-result.list-group .list-group-item .content .label{display:inline-flex;padding:4px 5px;font-size:12px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:2px;text-transform:uppercase;margin-left:8px!important}

.domain-lookup-result.list-group .list-group-item .domain{font-size:16px;line-height:26px;color:#2a2e36}
.suggested-domains .domain-lookup-result.list-group .list-group-item .domain{max-width: 200px;}

.domain-lookup-result.list-group .list-group-item .actions{display:flex;align-items:center;margin-left: auto;}.domain-lookup-result .btn-add-to-cart{min-width:136px}.domain-lookup-result>.domain-suggestion:not(:last-of-type){border-bottom:1px solid #e6e8ec}.more-suggestions{padding:8px 16px;background-color:#f6f7f8;margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0;border:1px solid #e6e8ec}.more-suggestions .btn{min-width:256px}.domain-suggestion.unavailable .domain,.domain-suggestion.unavailable .extension,.domain-suggestion.unavailable .price{color:#acb0b8!important}.domain-suggestion.unavailable .btn.btn-info{background-color:#f6f7f8;color:#acb0b8}.domain-suggestion.unavailable .promo.new{background-color:#e6e8ec}.domain-suggestion.added{background-color:#ebf4fd}.domain-suggestion .price{display:flex;flex-direction:column;margin-right:37px;text-align:right;color:#2a2e36;font-size:16px;line-height:26px}.domain-suggestion .price span{margin-top:-5px;color:#ee848b;font-size:12px;line-height:18px}.domain-suggestion .extension{font-weight:;font-size:16px}.domain-suggestions-warning{font-size:12px;line-height:18px;margin-top:16px;color:#7c8088}#DomainSearchResults,#primaryLookupSearching{margin-bottom:40px}@media screen and (max-width:991px){.spotlight-tld-container-5,.spotlight-tld-container-6{width:33.3%;float:left;}.spotlight-tld-container-7,.spotlight-tld-container-8{width:25%}}
@media screen and (max-width:580px){.spotlight-tld-container-3,.spotlight-tld-container-4,.spotlight-tld-container-5,.spotlight-tld-container-6,.spotlight-tld-container-7,.spotlight-tld-container-8{width:50%;float: left;}}

.domain-promo-box{border:1px solid #e6e8ec;background:#fff;border-radius:4px;padding:40px 24px 24px}.promo-box-icon{margin-right:24px}.promo-box-icon img{width:100%;max-width:80px;max-height:80px}.promo-box-header h3{margin-bottom:0}.promo-box-header .description{margin-bottom:0;color:#7c8088;font-size:14px;line-height:24px}.promo-box-body{display:flex;flex-direction:column}.promo-box-content{display:flex}.promo-box-content-between{justify-content:space-between}.promo-box-content .promo-description{font-size:12px;color:#acb0b8;margin-bottom:0;line-height:18px;width:50%;flex-basis:50%}.promo-box-content .promo-description+.btn{margin-left:10px}.promo-box-content+.promo-box-content{margin-top:48px}.spotlight-tld .btn span{padding:0}.spotlight-tld .results{display:none}.domain-checker-result-headline{margin:20px 0}.domain-checker-result-headline .message-no-data{min-height:auto}.domain-price .price{margin-top:-16px;margin-bottom:17px;text-align:center}.promo-code-description{display:flex;align-items:center;font-weight:500;color:#1062fe;font-size:17px}.promo-code-description span{margin-left:8px}.empty-cart-text{min-height:120px;display:flex;align-items:center;justify-content:center}@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active){.empty-cart-text{height:120px}}.border-primary{border-color:#1062fe}.order-summary{background:#1062fe;border-radius:4px;padding:16px;position:relative;z-index:1}.order-summary>h2{color:#fff;font-size:16px;line-height:28px;margin-bottom:0}.order-summary-actions{display:flex;flex-direction:column-reverse;margin-top:17px}.order-summary-list{margin-bottom:0;list-style:none;border-bottom:1px solid hsla(0,0%,100%,.24);padding:10px 0 8px;color:#fff;font-size:12px;line-height:18px}.order-summary-list.faded{color:hsla(0,0%,100%,.64)}.order-summary-list .product-name{padding-bottom:8px}.order-summary-list .product-name .item-name{font-size:15px;font-weight:500}.order-summary-list .list-item{display:flex;justify-content:space-between;padding-top:4px;padding-bottom:4px}.order-summary-list .list-item-title{color:hsla(0,0%,100%,.48);font-size:12px}.order-summary-list .list-item.faded{color:hsla(0,0%,100%,.64)}.order-summary-list .list-item .item-value{flex-basis:40%;text-align:right;padding-left:8px}.order-summary-list .list-item .item-value .line-through,.order-summary-list .list-item .item-value [style*="font-size: 1.2em; text-decoration: line-through;"]{font-size:inherit!important;color:hsla(0,0%,100%,.48)}.order-summary-list .list-item .item-name{max-width:60%;flex-basis:60%;overflow:hidden;text-overflow:ellipsis}.order-summary-list .list-item .item-name span{color:hsla(0,0%,100%,.64)}.order-summary-list .list-item .item-actions{padding-left:8px}.order-summary-list .list-item .item-actions a{color:hsla(0,0%,100%,.64)}.order-summary-list .list-item .item-actions a:hover{color:#fff}.order-summary .subtotal{color:#fff;font-size:12px;line-height:18px;border-bottom:1px solid hsla(0,0%,100%,.24);padding-bottom:8px}.order-summary .total-due-today{padding-top:20px;display:flex;align-items:center;justify-content:space-between}.order-summary .total-due-today .content{display:flex;flex-direction:column-reverse;font-size:26px;font-weight:400;line-height:34px;color:#fff}
.spotlight-tld-sale, .customSpotLighttlds .spotlight-tld-sale{
	top: 4px;
	left: -36px;
	width: 100px;
	position: absolute;
	max-height: 16px;
	font-size: 10px;
	padding: 4px;
	color: #fff;
	transform: rotate(-45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #b3a3de;
	z-index: 9;
}
.spotlight-tld-new, .customSpotLighttlds .spotlight-tld-new{
	top: 4px;
	left: -36px;
	width: 100px;
	position: absolute;
	max-height: 16px;
	font-size: 10px;
	padding: 4px;
	color: #fff;
	transform: rotate(-45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8bd086;
	z-index: 9;
}
.spotlight-tld-hot, .customSpotLighttlds .spotlight-tld-hot{
	top: 4px;
	left: -36px;
	width: 100px;
	position: absolute;
	max-height: 16px;
	font-size: 10px;
	padding: 4px;
	color: #fff;
	transform: rotate(-45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ee848b;
	z-index: 9;
}
.spotlight-tld .domain-lookup-result button, .customSpotLighttlds .spotlight-tld .domain-lookup-result button{
	display: block;
	width: 100% !important;
	margin: 0px !important;
	border-radius: 0px !important;
	position: absolute;
	bottom: 0px;
}
.spotlight-tld .domain-lookup-result .price{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #f6f7f8;
	border-bottom: 1px solid #e6e8ec;
	font-size: 12px;
	padding: 6px 12px;
}
.customSpotLighttlds{
	background: none !important;
	padding: 0px !important;
}

.featureMain ul.nav-tabs.nav.voIPTabs, .featureMain ul.nav-tabs.nav.TabsFlex{
	display: flex;
}
.devicesvoIPArea .row{
	display: flex;
	flex-wrap: wrap;
}
.devicesvoIPArea .row .col-sm-3{
	flex: 1 0 21%;
	max-width: 50%;
}
.devicesArea .row .thumbnailCustom{
	margin-bottom: 15px;
}

.descService-server {
	-webkit-transition: color .85s;
	-o-transition: color .85s;
	transition: color .85s;
}

.mrc-btn-wrap {
	display: inline-block;
	margin: 15px 0;
}

/* .mrc-shadow {
	pointer-events: none;
	position: absolute;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #fff), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
} */
.mrc-btn{
	background: none;
	padding: 10px 25px;
	border: 0px none;
	border-radius: 50px;
	width: 176px;
	font-weight: bold;
}

/*** Audio ***/
.Audiobanner{
	background: #4c1f54;
	color: #fff;
}
.audioService{
	background: rgb(76,31,84);
	background: -moz-linear-gradient(top,  rgba(76,31,84,1) 0%, rgba(224,204,227,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(76,31,84,1) 0%,rgba(224,204,227,1) 100%);
	background: linear-gradient(to bottom,  rgba(76,31,84,1) 0%,rgba(224,204,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1f54', endColorstr='#e0cce3',GradientType=0 );
}
.audioService .boxWhite .icon-top::before{
	border-color: #873d94;
}
.audioService .boxWhite .icon-top{
	border-color: #281333;
}
.audioService .boxWhite .icon-top i{
	color: #281333;
	font-size: 55px;
	vertical-align: middle;
}
.audioService .boxWhite .bottomBoxWhite h3{
	color: #281333;
}
.AudioSolutionStep{
	border-top: 10px solid #281333;
	padding: 0px;
	margin: 0px;
}
.AudioSolutionStep .navWorkMain{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebeef3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebeef3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebeef3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeef3',GradientType=0 );
	border-radius: 0px;
	border:0px none;
	box-shadow: 0px 0px 10px #ccc;
	display: flex;
	padding: 10px 0px;
}
.AudioSolutionStep .navWorkMain .nav{
	background: none;
	box-shadow: none;
	margin: 0px 0px 0px 200px;
}
.AudioSolutionStep .titleAudio{
	color: #281333;
	font-size: 35px;
	font-weight: bold;
	margin-right: 20px;
	float: left;
	margin-top: 6px;
}
.AudioSolutionStep .mainWrapperAudio{
	padding: 50px 0px;
}
.AudioSolutionStep .mainWrapperAudio .topHeader{
	margin-bottom: 20px;
	text-align: center;
}
.AudioSolutionStep .mainWrapperAudio .topHeader h2{
	color: #232c3b;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
}
.AudioSolutionStep .mainWrapperAudio .topHeader p{
	color: #232c3b;
	font-size: 18px;
	font-weight: normal;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	min-height: 350px;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain .container{
	position: relative;
	z-index: 9;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain .borderBack{
	position: absolute;
	width: 2000px;
	height: 2200px;
	top: 110px;
	border: 1px solid #c7cccf;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: opacity .8s ease-in .4s;
	z-index: 1;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain .borderBack .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain .step{
	margin: 20px auto auto auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	height:140px;
	width: 140px;
	overflow: hidden;
	background-size: 70px 70px;
	background-position: center;
	background-repeat: no-repeat;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li.active .step, .AudioSolutionStep .mainWrapperAudio .stepsMain ul li:hover .step{
	background-color: #281333;
	box-shadow: 0px 0px 5px #ccc;
}

.AudioSolutionStep .mainWrapperAudio .stepsMain ul li a, .AudioSolutionStep .mainWrapperAudio .stepsMain ul{
	background: none !important;
	border: 0px none !important;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul{
	counter-reset: listCounter;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li{
	width: 25%;
	float: left;
	position: relative;
	counter-increment: listCounter;
	text-align: center;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li a{display: inline-block;}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li a::before {
	content: "Step " counter(listCounter);
	color: #232c3b;
	font-size: 18px;
	font-weight: 600;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li:first-child, .AudioSolutionStep .mainWrapperAudio .stepsMain ul li:last-child{
	position: relative;
	top:80px;
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li .step1{
	background-image: url(../img/step1AudioGrey.png);
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li.active .step1, .AudioSolutionStep .mainWrapperAudio .stepsMain ul li:hover .step1{
	background-image: url(../img/step1AudioWhite.png)
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li .step2{
	background-image: url(../img/step2AudioGrey.png);
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li.active .step2, .AudioSolutionStep .mainWrapperAudio .stepsMain ul li:hover .step2{
	background-image: url(../img/step2AudioWhite.png);
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li .step3{
	background-image: url(../img/step3AudioGrey.png);
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li.active .step3, .AudioSolutionStep .mainWrapperAudio .stepsMain ul li:hover .step3{
	background-image: url(../img/step3AudioWhite.png);
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li .step4{
	background-image: url(../img/step4AudioGrey.png);
}
.AudioSolutionStep .mainWrapperAudio .stepsMain ul li.active .step4, .AudioSolutionStep .mainWrapperAudio .stepsMain ul li:hover .step4{
	background-image: url(../img/step4AudioWhite.png);
}
.stepsAudioMain .tab-pane h2{
	color: #281333;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.stepsAudioMain .tab-pane h4{
	color: #281333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.stepsAudioMain .tab-pane .stepDesc, .stepsAudioMain .tab-pane .stepDesc p{
	color: #281333;
	font-size: 18px;
	font-weight: normal;
}
.stepsAudioMain .tab-pane{
	text-align: center;
	margin-top: 40px;
}
.AVServiceSection{
	border-top: 10px solid #281333;
	padding: 60px 0px;
}
.AVServiceSection .titleListServer{
	background: none;
	color: #281333;
	padding-top: 0px;
	text-align: center;
}
.AVService{
	background: rgba(255,255,255,.8);
	border: 1px solid #cbcaca;
	padding: 10px 25px;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.AVService .AVServiceImg{
	width: 70px;
	height: 70px;
	text-align: center;
	display: inline-block;
}
.AVService .AVServiceImg img{
	max-width: 100%;
}
.AVService .AVServiceDesc{
	color: #281333;
	font-size: 24px;
	display: inline-block;
	width: calc(100% - 100px);
	padding-left: 20px;
}
.webHostingGreenBar.AudioBannerBar{
	background: #4c1f54;
}
.webHostingGreenBar.AudioBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(76,31,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(76,31,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(76,31,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1f54', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.AudioBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.AudioBar .moduleBanner-text-image img::before {
   background: -moz-linear-gradient(left,  rgba(76,31,84,1) 0%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(76,31,84,1) 0%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(76,31,84,1) 0%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1f54', endColorstr='#00342f13',GradientType=1 );
}
.AudioContactForm {
	
}
.AudioContactForm .sectionTitle{
	color: #281333;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.AudioContactForm .formAudioOuter .form-control{
	padding: 5px 15px;
	border: 1px solid #231f20;
	color: #231f20;
	font-size: 18px;
	margin-bottom: 25px;
	height: auto;
}
.AudioContactForm .formAudioOuter .actionButtonAudioForm{
	margin-top: 10px;
}
.AudioContactForm .formAudioOuter .actionButtonAudioForm .btn{
	border: 1px solid #4c1f54;
	background: #4c1f54;
	color: #fff;
	font-size: 18px;
	padding: 10px 30px;
}
.AudioContactForm .formAudioOuter .actionButtonAudioForm .btn.resetAudioBtn{
	background: none;
	margin-left: 15px;
	color: #4c1f54;
}
.sticky-div{
	z-index: 9999;
}
/*** Registration Form ***/
.registrationForm .loginFormArea{
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
}
.registrationForm .loginFormArea h2{
	color: #131834;
}
.registrationForm .loginFormArea .field, .registrationForm .loginFormArea .form-control{
	background: rgba(255, 255, 255, 0.5) !important;
	height: 50px !important;
	width: 100% !important;
	border-radius: 3px !important;
	font-size: 20px !important;
	padding-left: 70px !important;
	color: #131834 !important;
	border: 1px solid #131834 !important;
}

.registrationForm .loginFormArea .form-control::placeholder {
  color: #131834 !important;
  opacity: 0.6 !important; /* Firefox */
}

.registrationForm .loginFormArea .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #131834 !important;
  opacity: 0.6 !important;
}

.registrationForm .loginFormArea .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #131834 !important;
  opacity: 0.6 !important;
}

.registrationForm .loginFormArea .prepend-icon .field-icon{
	border-right: 1px solid #133148 !important;
	height: 50px !important;
	width: 60px !important;
	line-height: 50px !important;
}
.registrationForm .loginFormArea .prepend-icon .field-icon i{
	color: #131834 !important;
	font-size: 20px !important;
}
.btn.btnSignUp{
	color: #fff;
	font-size: 28px;
	min-width: 200px;
	border-radius: 4px;
	border: 0px none !important;
}
#default-captcha-domainchecker p{
	color: #131834;
	margin-bottom: 20px;
}
.intl-tel-input.separate-dial-code .selected-dial-code{
	color: #131834;
}
.loginFormArea select option{
	color: #000;
}
.intl-tel-input .country-list{
	z-index: 9;
}
.marketing-email-optin{
	background: #fff !important;
}
.captchaOuter #default-captcha-domainchecker #inputCaptcha{
	padding: 10px !important;
	width: 200px !important;
	height: 40px !important;
}
/*** Other Pages ***/
.otherPagesBanner{
	background: #1f2f54;
	border-bottom: 5px solid #131334;
	color: #fff;
}
.otherPageInner{
	padding: 70px 0px;
	font-size: 18px;
	color: #333;
}
.otherPageInner h3{
	font-size: 34px;
	color: #1f2f54;
	margin-bottom: 15px;
	font-weight: 600;
}
.otherPageInner p{
	
}
.termsarea{
	margin-bottom: 30px;
}
.webHostingLooking-Section.lookingSection{
	background: #1f5452;
}
.webHostingLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #1f5452;
}
.webHostingLooking-Section.lookingSection .lookingBox h3,
.webHostingLooking-Section.lookingSection .lookingBox p{
	color: #1f5452;
}

.emailHostingLooking-Section.lookingSection{
	background: #544b1f;
}
.emailHostingLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #544b1f;
}
.emailHostingLooking-Section.lookingSection .lookingBox h3,
.emailHostingLooking-Section.lookingSection .lookingBox p{
	color: #544b1f;
}

.VPSHostingLooking-Section.lookingSection{
	background: #54321f;
}
.VPSHostingLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #54321f;
}
.VPSHostingLooking-Section.lookingSection .lookingBox h3,
.VPSHostingLooking-Section.lookingSection .lookingBox p{
	color: #54321f;
}

.TransferHostingLooking-Section.lookingSection{
	background: #1f2d54;
}
.TransferHostingLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #1f2d54;
}
.TransferHostingLooking-Section.lookingSection .lookingBox h3,
.TransferHostingLooking-Section.lookingSection .lookingBox p{
	color: #1f2d54;
}
.DomainRegLooking-Section.lookingSection{
	background: #541f39;
}
.DomainRegLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #541f39;
}
.DomainRegLooking-Section.lookingSection .lookingBox h3,
.DomainRegLooking-Section.lookingSection .lookingBox p{
	color: #541f39;
}
.DomainTransferLooking-Section.lookingSection{
	background: #1f4d54;
}
.DomainTransferLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #1f4d54;
}
.DomainTransferLooking-Section.lookingSection .lookingBox h3,
.DomainTransferLooking-Section.lookingSection .lookingBox p{
	color: #1f4d54;
}
.DomainRenewLooking-Section.lookingSection{
	background: #1f5444;
}
.DomainRenewLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #1f5444;
}
.DomainRenewLooking-Section.lookingSection .lookingBox h3,
.DomainRenewLooking-Section.lookingSection .lookingBox p{
	color: #1f5444;
}
.DomainProtLooking-Section.lookingSection{
	background: #1f3d54;
}
.DomainProtLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #1f3d54;
}
.DomainProtLooking-Section.lookingSection .lookingBox h3,
.DomainProtLooking-Section.lookingSection .lookingBox p{
	color: #1f3d54;
}
.WHOISLooking-Section.lookingSection{
	background: #541f3e;
}
.WHOISLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #541f3e;
}
.WHOISLooking-Section.lookingSection .lookingBox h3,
.WHOISLooking-Section.lookingSection .lookingBox p{
	color: #541f3e;
}

.SSLDVLooking-Section.lookingSection{
	background: #1f2a54;
}
.SSLDVLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #1f2a54;
}
.SSLDVLooking-Section.lookingSection .lookingBox h3,
.SSLDVLooking-Section.lookingSection .lookingBox p{
	color: #1f2a54;
}

.SSLOVLooking-Section.lookingSection{
	background: #4b541f;
}
.SSLOVLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #4b541f;
}
.SSLOVLooking-Section.lookingSection .lookingBox h3,
.SSLOVLooking-Section.lookingSection .lookingBox p{
	color: #4b541f;
}

.SSLEVLooking-Section.lookingSection{
	background: #543e1f;
}
.SSLEVLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #543e1f;
}
.SSLEVLooking-Section.lookingSection .lookingBox h3,
.SSLEVLooking-Section.lookingSection .lookingBox p{
	color: #543e1f;
}
.SSLwildcardLooking-Section.lookingSection{
	background: #541f1f;
}
.SSLwildcardLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #541f1f;
}
.SSLwildcardLooking-Section.lookingSection .lookingBox h3,
.SSLwildcardLooking-Section.lookingSection .lookingBox p{
	color: #541f1f;
}
.VOIPLooking-Section.lookingSection{
	background: #1f5426;
}
.VOIPLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #1f5426;
}
.VOIPLooking-Section.lookingSection .lookingBox h3,
.VOIPLooking-Section.lookingSection .lookingBox p{
	color: #1f5426;
}
.AudioLooking-Section.lookingSection{
	background: #4c1f54;
}
.AudioLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #4c1f54;
}
.AudioLooking-Section.lookingSection .lookingBox h3,
.AudioLooking-Section.lookingSection .lookingBox p{
	color: #4c1f54;
}
.dedicatedServer-Section.lookingSection{
	background: #1f3954;
}
.dedicatedServer-Section.lookingSection .lookingBox .topImg{
	border-color: #1f3954;
}
.dedicatedServer-Section.lookingSection .lookingBox h3,
.dedicatedServer-Section.lookingSection .lookingBox p{
	color: #1f3954;
}

.DomainSearchBottomNew{
	position: relative;
	padding-right: 170px;
}
.activePrivacySearch .searchAreaPrivacy.DomainSearchBottomNew input.searchGobtn{
	position: absolute;
	right: 0px;
}
.activePrivacySearch .searchAreaPrivacy.DomainSearchBottomNew input.form-field{
	width: 50%;
	float: left;
}
.activePrivacySearch .searchAreaPrivacy.DomainSearchBottomNew input[type="password"]{
	border-left: 1px solid #1f4d54;
	border-radius: 0px;
}
/*** Contact Us ***/
.boxContactBox{
	background: #fafafa;
	/* border: 1px solid #ababab; */
	padding: 20px 30px;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.boxContactBox h3{
	font-size: 35px;
	color: #1f2f54;
	border-bottom: 1px solid #131334;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.boxContactBox input, .boxContactBox select, .boxContactBox textarea{
	border: 1px solid #231f20 !important;
	font-size: 18px;
	padding: 8px 15px !important;
	height: auto;
	color: #231f20;
	margin-bottom: 30px;
}
.boxContactBox .sendBtnContact{
	background: #1f2f54;
	color: #fff;
	margin-top: 30px;
	padding: 8px 30px !important;
	font-size: 24px;
}
.boxContactBox .sendBtnContact:hover{
	background: #223769;
}
.boxContactBox h4{
	background: #1f2f54;
	font-size: 24px;
	margin-bottom: 15px;
	padding: 8px 15px;
	color: #fff;
}
.boxContactBox p{
	color: #171717;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 15px;
}
.boxContactBox .captchaCustom{
	margin-bottom: 15px;
}
.businessTable {
    border-collapse: collapse;
    color: #282828;
    line-height: normal;
    width: 100%;
}
.businessTable, td, th {
    border: 1px solid #7d7d7d;
    padding: 10px;
	font-size: 16px;
}
.businessTable tr th {
    background: #e2e1e1 none repeat scroll 0 0;
}
.businessTable tr td {
    background: #fff none repeat scroll 0 0;
}
.featureDedicatedServer .titleListServer,
.featureDedicatedServer .featureItemplan h3{
	color: #1f3954;
}
.featureVPSHosting .titleListServer,
.featureVPSHosting .featureItemplan h3{
	color: #54321f;
}

/*** Help ***/
.topAreaHelpTabs{
	border-bottom: 1px solid #fff;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
.topAreaHelpTabs .leftTabsLinks{
	float: left;
}
.topAreaHelpTabs .leftTabsLinks ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.topAreaHelpTabs .leftTabsLinks ul li{
	display: inline-block;
	padding: 5px 15px;
}
.topAreaHelpTabs .leftTabsLinks ul li a{
	border-bottom: 2px solid transparent;
	font-size: 24px;
	color:#fff;
}
.topAreaHelpTabs .leftTabsLinks ul li.active a, .topAreaHelpTabs .leftTabsLinks ul li:hover a{
	border-bottom: 2px solid #ff8b00;
	text-decoration: none;
}
.topAreaHelpTabs .ChatLinkRight{
	float: right;
}
.topAreaHelpTabs .ChatLinkRight a{
	color: #ff8b00;
	font-size: 24px;
}
.searchBarHelp{
	background: #395390;
	padding: 15px;
	height: 78px;
	width: 100%;
}
.searchBarHelp input[type="text"] {
    background: #fff;
    border: 0px none;
    color: #333333;
    float: left;
    height: 48px;
    padding: 5px 15px;
    width: calc(100% - 75px);
    font-size: 18px;
}
.searchBarHelp .searchGobtn{
	background: url("../img/search.svg") no-repeat scroll center center;
	background-size: 30px;
	border: 0px none;
	float: right;
	height: 48px;
	margin: 0 0 0 -1px;
	position: relative;
	text-align: center;
	text-indent: -9999px;
	width: 75px;
}
.helpMainPage .boxHelpMain{
	background: #fff;
	padding: 40px 10px;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}
.helpMainPage .boxHelpMain h4{
	color: #000;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 600;
}
.helpMainPage .boxHelpMain:hover{
	cursor: pointer;
	box-shadow: none;
	background: #fcfcfc;
}
.helpAccordion .help2Page{
	color: #323232;
}
.helpAccordion .help2Page a:hover{
	text-decoration: none;
}
.helpAccordion .help2Page h4.panel-title{
	font-size: 24px;
}
.helpAccordion .help2Page h4.panel-title span{
	font-size: 16px;
	display: block;
	padding-top: 5px;
}
.helpAccordion .help2Page .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f0d7";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #323232;         /* adjust as needed */
	font-size: 45px;
}
.helpAccordion .help2Page .panel-heading .accordion-toggle.collapsed::before {
    content: "\f0da";    /* adjust as needed, taken from bootstrap.css */
}
.helpAccordion .help2Page .list-Help ul{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.helpAccordion .help2Page .list-Help ul li{
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}
.helpAccordion .help2Page .list-Help ul li a{
	padding: 10px;
	color: #323232;
	background: url("../img/rightArrow.png") no-repeat right center;
	background-size: 20px;
	display: block;
}
.helpAccordion .help2Page .panel-group .panel {
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px #ccc;
}
.contentAreaHelp{
	margin-bottom: 30px;
}
.contentAreaHelp, .contentAreaHelp p{
	font-size: 18px;
	color: #323232;
}
.contentAreaHelp h2{
	font-size: 28px;
	color: #323232;
	margin-bottom: 20px;
	font-weight: 600;
}
.relatedArticles{
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #ccc;
	border-radius: 10px;
	height: auto;
	overflow: hidden;
}
.relatedArticles .titleTopPanel{
	background: #f6f6f6;
	color: #323232;
	font-size: 28px;
	padding: 5px 10px;
}
.relatedArticles .articlesList ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.relatedArticles .articlesList ul li a{
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	color: #323232;
	font-size: 18px;
	display: block;
	background: url("../img/rightArrow.png") no-repeat right center;
	background-size: 18px;
	background-position: 96%;
}
.relatedArticles .articlesList ul li:last-child a{
	border-bottom: 0px none;
	padding-bottom: 30px;
}

/*** Price compare table ***/
.comparePlanTable{
	padding: 50px 0px;
	border-top: 5px solid #3d9582;
}
.comparison {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
}

.comparison td,
.comparison th {
	border: 0px none;
	border-right: 1px solid #ccc;
	empty-cells: show;
	padding: 10px;
	text-align: center;
}

.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important;
  background:#3d9582;
	color:#fff;
	padding-bottom: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}
.tableWebBuilder .comparison tbody tr:nth-child(odd) {
  display: table-row;
}
.tableWebBuilder .comparison tbody tr.viewMobileTr {
  display: none;
}
/* .tableWebBuilder .comparison tr.titleAreaTable td{
	display: none;
} */
.comparison tbody tr td{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.comparison .compare-row {
  background: #f5f5f5;
}
.comparison .tickgreenCustom {
  color: #009e2c;
}
.comparison .wrongRedCustom {
  color: #ff0000;
}
/* .comparison .tickblue {
  color: #0078c1;
}

.comparison .tickgreen {
  color: #009e2c;
} */

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.comparison tr td:first-child {
  text-align: left;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
  color: #fff;
  padding: 10px;
  font-size: 13px;
  border-right: 1px solid #ccc;
  border-bottom: 0;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .qbse {
  background: #0078c1;
  border-top-left-radius: 3px;
  border-left: 0px;
}

.comparison .qbo {
  background: #009e2c;
  border-top-right-radius: 3px;
  border-right: 0px;
}

.comparison .price-info {
  padding: 5px 15px 15px 15px;
}

.comparison .price-was {
  color: #999;
  text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
  color: #ff8b00;
}

.comparison .price-now span {
  font-size: 32px;
}

.comparison .price-small {
  font-size: 18px !important;
  position: relative;
  top: -11px;
  left: 2px;
}

.comparison .price-buy {
  background: #ff8b00;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}

.comparison .price-try {
  font-size: 12px;
}

.comparison .price-try a {
  color: #202020;
}


/*** PCSupport ***/
.PCSupportbanner{
	background: #1f2554;
	color: #fff;
}
.PCSupportService{
	background: rgb(31,37,84);
	background: -moz-linear-gradient(top,  rgba(31,37,84,1) 0%, rgba(205,204,227,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,37,84,1) 0%,rgba(205,204,227,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,37,84,1) 0%,rgba(205,204,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2554', endColorstr='#cdcce3',GradientType=0 );
}
.PCSupportService .boxWhite .icon-top::before{
	border-color: #3d4794;
}
.PCSupportService .boxWhite .icon-top{
	border-color: #131733;
}
.PCSupportService .boxWhite .icon-top i{
	color: #131733;
	font-size: 55px;
	vertical-align: middle;
}
.PCSupportService .boxWhite .bottomBoxWhite h3{
	color: #131733;
}
.PCSupportStep{
	border-top: 10px solid #131733;
	padding: 0px;
	margin: 0px;
}
.PCSupportStep .navWorkMain{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebeef3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebeef3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebeef3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeef3',GradientType=0 );
	border-radius: 0px;
	border:0px none;
	box-shadow: 0px 0px 10px #ccc;
	display: flex;
	padding: 10px 0px;
}
.PCSupportStep .navWorkMain .nav{
	background: none;
	box-shadow: none;
	margin: 0px 0px 0px 200px;
}
.PCSupportStep .titlePCSupportStep{
	color: #131733;
	font-size: 35px;
	font-weight: bold;
	margin-right: 20px;
	float: left;
	margin-top: 6px;
}
.PCSupportStep .mainWrapperPC{
	padding: 50px 0px;
}
.PCSupportStep .mainWrapperPC .topHeader{
	margin-bottom: 20px;
	text-align: center;
}
.PCSupportStep .mainWrapperPC .topHeader h2{
	color: #131733;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
}
.PCSupportStep .mainWrapperPC .topHeader p{
	color: #131733;
	font-size: 18px;
	font-weight: normal;
}
.PCSupportStep .mainWrapperPC .stepsMain{
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
	min-height: 350px;
}
.PCSupportStep .mainWrapperPC .stepsMain .container{
	position: relative;
	z-index: 9;
}
.PCSupportStep .mainWrapperPC .stepsMain .borderBack{
	position: absolute;
	width: 2000px;
	height: 2200px;
	top: 110px;
	border: 1px solid #c7cccf;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: opacity .8s ease-in .4s;
	z-index: 1;
}
.PCSupportStep .mainWrapperPC .stepsMain .borderBack .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.PCSupportStep .mainWrapperPC .stepsMain .step{
	margin: 20px auto auto auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	height:140px;
	width: 140px;
	overflow: hidden;
	background-size: 70px 70px;
	background-position: center;
	background-repeat: no-repeat;
}
.PCSupportStep .mainWrapperPC .stepsMain ul li.active .step, .PCSupportStep .mainWrapperPC .stepsMain ul li:hover .step{
	background-color: #ff8b00;
	box-shadow: 0px 0px 5px #ccc;
}

.PCSupportStep .mainWrapperPC .stepsMain ul li a, .PCSupportStep .mainWrapperPC .stepsMain ul{
	background: none !important;
	border: 0px none !important;
}
.PCSupportStep .mainWrapperPC .stepsMain ul{
	counter-reset: listCounter;
}
.PCSupportStep .mainWrapperPC .stepsMain ul li{
	width: 33.3%;
	float: left;
	position: relative;
	counter-increment: listCounter;
	text-align: center;
}
.PCSupportStep .mainWrapperPC .stepsMain ul li a{display: inline-block;}
.PCSupportStep .mainWrapperPC .stepsMain ul li a::before {
	content: "Step " counter(listCounter);
	color: #232c3b;
	font-size: 18px;
	font-weight: 600;
}
.PCSupportStep .mainWrapperPC .stepsMain ul li:first-child, .PCSupportStep .mainWrapperPC .stepsMain ul li:last-child{
	/* position: relative;
	top:80px; */
	margin-top: 70px;
}
.PCSupportStep .mainWrapperPC .stepsMain ul li .step1{
	background-image: url(../img/step1PCSupport.png);
}
.PCSupportStep .mainWrapperPC .stepsMain ul li.active .step1, .PCSupportStep .mainWrapperPC .stepsMain ul li:hover .step1{
	background-image: url(../img/step1PCSupportWhite.png)
}
.PCSupportStep .mainWrapperPC .stepsMain ul li .step2{
	background-image: url(../img/step2PCSupport.png);
}
.PCSupportStep .mainWrapperPC .stepsMain ul li.active .step2, .PCSupportStep .mainWrapperPC .stepsMain ul li:hover .step2{
	background-image: url(../img/step2PCSupportWhite.png);
}
.PCSupportStep .mainWrapperPC .stepsMain ul li .step3{
	background-image: url(../img/step3PCSupport.png);
}
.PCSupportStep .mainWrapperPC .stepsMain ul li.active .step3, .PCSupportStep .mainWrapperPC .stepsMain ul li:hover .step3{
	background-image: url(../img/step3PCSupportWhite.png);
}

.stepsPCSupportMain .tab-pane h2{
	color: #131733;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.stepsPCSupportMain .tab-pane h4{
	color: #131733;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.stepsPCSupportMain .tab-pane .stepDesc, .stepsPCSupportMain .tab-pane .stepDesc p{
	color: #131733;
	font-size: 18px;
	font-weight: normal;
}
.stepsPCSupportMain .tab-pane .stepDesc ul li{
	width: 100%;
	float: none;
	text-align: left;
	position: initial !important;
	padding-top: 10px;
}
.stepsPCSupportMain .tab-pane{
	text-align: center;
	margin-top: 40px;
}
.PCSupportServiceSection{
	border-top: 10px solid #131733;
	padding: 60px 0px;
}
.PCSupportServiceSection .titleListServer{
	background: none;
	color: #131733;
	padding-top: 0px;
	text-align: center;
}
.PCSupportRepair{
	background: rgba(255,255,255,.8);
	border: 1px solid #cbcaca;
	padding: 10px 25px;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.PCSupportRepair .AVServiceImg{
	width: 70px;
	height: 70px;
	text-align: center;
	display: inline-block;
}
.PCSupportRepair .AVServiceImg img{
	max-width: 100%;
}
.PCSupportRepair .AVServiceDesc{
	color: #131733;
	font-size: 24px;
	display: inline-block;
	width: calc(100% - 190px);
	padding-left: 20px;
	position: relative;
	top: 10px;
}
.PCSupportRepair .bookingBtn{
	width: 110px;
	color: #131733;
	text-decoration: underline;
	display: inline-block;
	position: relative;
	top: 10px;
}
.PCSupportRepair .bookingBtn a{
	color: #131733;
	font-size: 24px;
}
.webHostingGreenBar.PCSupportBannerBar{
	background: #1f2554;
}
.webHostingGreenBar.PCSupportBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(31,37,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,37,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,37,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2554', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.PCSupportBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.PCSupportBannerBar .moduleBanner-text-image img::before {
	background: -moz-linear-gradient(left,  rgba(31,37,84,1) 0%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,37,84,1) 0%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(31,37,84,1) 0%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2554', endColorstr='#00342f13',GradientType=1 );
}
.onOFFSiteSupport{
	padding: 50px 0px;
}
.onOFFSiteSupport .titleOnOffSupport{
	padding: 20px 0px;
	color: #131733;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.onOFFSiteSupport .boxDescSupportBottom{
	background: #fff;
	color: ##1f2554;
	font-size: 24px;
	padding: 24px;
	text-align: center;
	border: 2px solid #1f2554;
}
.PCLooking-Section.lookingSection {
    background: #1f2554;
}
.PCLooking-Section.lookingSection .lookingBox h3, .PCLooking-Section.lookingSection .lookingBox p {
    color: #1f2554;
}
.PCLooking-Section.lookingSection .lookingBox .topImg {
    border-color: #1f2554;
}

/*** Domain Name Regr Result ***/
.domainResultPage{
	box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.15);
}
.domainResultPage .boxSearchMainResult{

}
.domainResultPage .boxSearchMainResult .panelTitleArea{
	padding: 15px;
	width: 100%;
	display: block;
	text-align: left;
	color: #fff;
	background: #0f5187;
	position: relative;
	z-index: 2;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	overflow: hidden;
	border: 1px solid #232c3b;
	font-weight: 300;
	font-size: 18px !important;
	margin-bottom: 2px;
}
.domainResultPage .boxSearchMainResult .panelBodyResult{
	padding: 30px;
	height: auto;
	overflow: hidden;
	font-size: 18px;
}
.domainResultPage .boxSearchMainResult .panelBodyResult .input-group{
	margin-bottom: 10px;
}
.domainResultPage .boxSearchMainResult .panelBodyResult .input-group input[type="text"] {
    height: 48px;
    border-top: 2px solid #373737;
    border-bottom: 2px solid #373737;
    border-right: 2px solid #373737;
    border-radius: 0px;
    border-left: 0px none;
}
.domainResultPage .boxSearchMainResult .panelBodyResult .input-group .input-group-addon {
	border-width: 2px;
	border-right-width: 2px;
	border-color: #373737;
	border-right-color: rgb(55, 55, 55);
	border-right: 0px;
}
.domainResultPage .boxSearchMainResult .panelBodyResult .form-group label{
	font-weight: normal;
}
.domainResultPage .boxSearchMainResult .panelBodyResult .form-group input{
	font-size: 18px;
	padding: 10px 15px;
	height: auto;
	box-shadow: none;
}
.domainResultPage .boxSearchMainResult .panelBodyResult .btn {
    height: 48px;
    background: #0f5187;
    font-size: 18px;
}
.domainResultTable.domain-pricing{
	margin-top: 30px;
	
}
.domainResultTable.domain-pricing h4{
	color: #333;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600;
}
.domainResultTable.domain-pricing .tld-filters{
	margin: 0 0 25px 0;
}
.domainResultTable.domain-pricing .tld-filters a{
	display: inline-block;
	margin-bottom: 4px;
	padding: 5px 6px;
	font-size: 90%;
	font-weight: 400;
	border-radius: 2px;
}
.btnAddCartResult .btn{
	padding: 10px 30px;
	margin-top: 30px;
}
.textBottomTLD{
	font-size: 18px;
	margin-top: 30px;
}


.domainResultTable.domain-pricing .tld-row {
 padding-top:3px;
 padding-bottom:3px;
 font-size: 18px;
 border-bottom:1px solid #f5f5f5
}
.domainResultTable.domain-pricing .tld-row.highlighted {
 background:#f5f5f5;
}
.domainResultTable.domain-pricing .tld-pricing-header div{
	font-size: 18px;
	background:#0f5187 !important;
	color: #fff;
	border-bottom: 0px none !Important;
	font-weight: 600;
}
.domainResultTable.domain-pricing .tld-pricing-header div.no-bg {
    background-color: transparent !important;
	color: #333;
}
.domainResultTable.domain-pricing .tld-pricing-header .col-sm-2,
.domainResultTable.domain-pricing .tld-pricing-header .col-xs-2 {
	height:56px
}
.domainResultTable.domain-pricing .tld-pricing-header .col-sm-2,
.domainResultTable.domain-pricing .tld-pricing-header .col-sm-4,
.domainResultTable.domain-pricing .tld-pricing-header .col-xs-2,
.domainResultTable.domain-pricing .tld-pricing-header .col-xs-4 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:6px solid #97b5d2;
	background-color:#efefef;
	border-radius:4px 4px 0 0
}
.domainResultTable.domain-pricing .no-bg {
 background-color:transparent!important
}
.domainResultTable.domain-pricing .tld-pricing-header div:nth-child(odd) {
 border-color:#369;
 background-color:#f5f5f5
}
.domainResultTable.domain-pricing .two-row-center {
 line-height:38px;
 margin-top:6px;
 margin-bottom:6px;
 border-right:2px solid #c7d7e6
}
.domainResultTable.domain-pricing .tld-row.no-tlds {
 display:none
}



.domainResultPage .default-captcha {
	margin: 18px auto auto auto;
    padding: 10px;
    max-width: 340px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    color: #888;
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    text-align: center;
    font-size: .9em;
}
.domainResultPage .captcha-container p {
    margin-bottom: 5px;
}
.domainResultPage .captcha-container .form-control {
    height: inherit;
    max-width: 90px;
    text-align: center;
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    display: -moz-inline-stack;
    display: inline-block;
    color: #626262;
    outline: 0;
    background-color: #fff;
    height: 36px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
}
.domainPriceTable table tr td span{
	font-size: 14px;
	line-height: 16px;
	padding: 2px 5px;
	font-family: "arial";
}

.formContactMain #default-captcha-domainchecker p{
	font-size: 16px;
}
.formContactMain .row .col-md-8{
	width: 100%;
	margin: 0px;
}
.form-horizontal .boxContactBox{
	min-height: 660px
}
.selectBillingCycle{
	border: 2px solid #373737 !important;
}

/*** Managed Medical Hosting ***/
.medicalHostingbanner{
	background: #231f54;
	color: #fff;
}
.medicalHostingService{
	background: rgb(35,31,84);
	background: -moz-linear-gradient(top,  rgba(35,31,84,1) 0%, rgba(210,205,228,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(35,31,84,1) 0%,rgba(210,205,228,1) 100%);
	background: linear-gradient(to bottom,  rgba(35,31,84,1) 0%,rgba(210,205,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f54', endColorstr='#d2cde4',GradientType=0 );
}
.medicalHostingService .boxWhite .icon-top::before{
	border-color: #3d4595;
}
.medicalHostingService .boxWhite .icon-top{
	border-color: #231f54;
}
.medicalHostingService .boxWhite .icon-top i{
	color: #231f54;
	font-size: 55px;
	vertical-align: middle;
}
.medicalHostingService .boxWhite .bottomBoxWhite h3{
	color: #231f54;
}
.medicalHostingStep{
	border-top: 10px solid #231f54;
}
.medicalHostingStep .titlePCSupportStep{
	color: #231f54;
}
.medicalHostingPlan {
    border-top: 10px solid #231f54;
    padding: 60px 0px;
}
.medicalHostingPlan .titleListServer {
    background: none;
    color: #231f54;
    padding-top: 0px;
}
.webfeatureEveryPlan.medicalHostingFeature .titleListServer{
	color: #231f54;
}
.webfeatureEveryPlan.medicalHostingFeature .featureItemplan h3{
	color: #231f54;	
}
.webHostingGreenBar.medicalHostingBannerBar{
	background: #231f54;
}
.webHostingGreenBar.medicalHostingBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(35,31,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(35,31,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(35,31,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f54', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.medicalHostingBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.medicalHostingBannerBar .moduleBanner-text-image img::before {
	background: -moz-linear-gradient(left,  rgba(35,31,84,1) 0%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(35,31,84,1) 0%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(35,31,84,1) 0%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f54', endColorstr='#00342f13',GradientType=1 );
}
.planMedicalHost{
	background: rgba(255,255,255,.8);
	padding: 10px;
	border: 1px solid #cbcaca;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.planMedicalHost h2{
	color: #231f54;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0px;
}
.planMedicalHost h2 span{
	color: #ff7400;
	font-weight: normal;
}
.planMedicalHost .mainPlanList{
	background: #fff;
	height: auto;
	overflow: hidden;
	border: 1px solid #231f54;
	margin-top: 20px;
}
.planMedicalHost .mainPlanList .priceMainBar{
	background: #231f54;
	padding: 5px 30px;
	font-size: 22px;
	color: #fff;
}
.planMedicalHost .mainPlanList .priceArea .discountLabel{
	position: absolute;
	background: red;
	font-size: 15px;
	padding: 2px 7px;
	top: 15px;
	left: -41px;
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	line-height: 18px;
	width: 75px;
}
.planMedicalHost .mainPlanList .priceMainBar p{
	margin-top: 12px;
} 
.planMedicalHost .mainPlanList .priceMainBar p a{
	text-decoration: underline;
	color: #fff;
}
.planMedicalHost .mainPlanList .priceArea{
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	line-height: 28px;
}
.planMedicalHost .mainPlanList .priceArea .amountText{
	font-size: 30px;
	display: block;
}
.planMedicalHost .mainPlanList .priceArea .amountText span{
	font-size: 16px;
	font-weight: normal;
}
.planMedicalHost .mainPlanList .priceMainBar .btn{
	background: #3d4595;
	border: 2px solid #fff;
	font-size: 22px;
	font-weight: 600;
	margin-top: 6px;
}
.planMedicalHost .mainPlanList .priceMainBar .btn:hover{
	background: #231f54;
}
.planMedicalHost .mainPlanList .mainplanService{
	padding: 10px;
}
.planMedicalHost .mainPlanList .mainplanService .serviceRow{
	/*padding: 10px 0px;  border-bottom: 1px solid #231f54;*/
	height: auto;
	display: flex;
	flex-flow: row wrap;
	
}
.planMedicalHost .mainPlanList .mainplanService .serviceRow .itemCol {
    flex: 1;
    color: #232c3b;
    font-size: 16px;
}
.planMedicalHost .mainPlanList .mainplanService .serviceRow .itemCol .type {
    color: #231f54;
    font-size: 16px;
    font-weight: 800;
    display: block;
}
.planMedicalHost .mainPlanList .mainplanService .serviceRow .itemCol.cloudService{
	flex: 0 0 300px;
	padding-right: 10px;
}
.planMedicalHost .mainPlanList .mainplanService .serviceNameArea{
	padding-left: 80px;
	min-height: 70px;
	position: relative;
}
.planMedicalHost .mainPlanList .mainplanService .itemCol .serviceNameArea .type{
	font-size: 24px;
	line-height: 26px;
}
.planMedicalHost .mainPlanList .mainplanService .itemCol .serviceNameArea img{
	position: absolute;
	width: 64px;
	left: 0px;
}
.serviceBorder{
	border-bottom: 1px solid #231f54;
	/* border-top: 1px solid #231f54; */
	padding: 10px 0px;
}
.mainplanService .serviceBorder:last-child{
	border: 0px none;
}
.moreServiceMedical a{
	background: #3d4595;
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 10px 10px;
	cursor:pointer;
}
.planMedicalHost .mainPlanList .mainplanService .boxServiceItem{
	border: 1px solid #231f54;
	padding: 7px;
	height: auto;
	margin-bottom: 15px;
	font-size: 24px;
	color: #231f54;
	font-weight: 800;
	display: block;
	padding-left: 80px;
    min-height: 130px;
    position: relative;
}
.planMedicalHost .mainPlanList .mainplanService .boxServiceItem img{
	position: absolute;
	width: 60px;
	left: 7px;
	top: 15px;
}
.planMedicalHost .mainPlanList .mainplanService .boxServiceItem p{
	font-size: 16px;
	font-weight: normal;
}
.customRowPlans{
	margin: 0px -7px;
}
.customRowPlans .col-sm-3{
	padding: 0px 7px;
}
.no-border{
	border: 0px none !important;
}
.MedicalLooking-Section.lookingSection {
    background: #231f54;
}
.MedicalLooking-Section.lookingSection .lookingBox .topImg{
	border-color: #231f54;
}
.MedicalLooking-Section.lookingSection .lookingBox h3,
.MedicalLooking-Section.lookingSection .lookingBox p{
	color: #231f54;
}
/** website builder **/
.webBuilderbanner{
	background: #120f2b;
	color: #fff;
}
.webBuilderService{
	background: #120f2b;
	background: -moz-linear-gradient(top,  #120f2b 0%, #cde4df 100%);
	background: -webkit-linear-gradient(top,  #120f2b 0%,#cde4df 100%);
	background: linear-gradient(to bottom,  #120f2b 0%,#cde4df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#120f2b', endColorstr='#cde4df',GradientType=0 );
}
.webBuilderService .boxWhite .icon-top::before{
	border-color: #443d94;
}
.webBuilderService .boxWhite .icon-top{
	border-color: #120f2b;
	background: #fff;
}
.webBuilderService .boxWhite .bottomBoxWhite h3{
	color: #120f2b;
}
.webBuilderPriceList{
	border-top: 10px solid #120f2b;
	padding: 0px;
	margin: 0px;
}
.webBuilderPriceList .navWorkMain{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebeef3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebeef3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebeef3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeef3',GradientType=0 );
	border-radius: 0px;
	border:0px none;
	box-shadow: 0px 0px 10px #ccc;
	display: flex;
	padding: 10px 0px;
}
.webBuilderPriceList .navWorkMain .nav{
	background: none;
	box-shadow: none;
	margin: 0px 0px 0px 200px;
}
.webBuilderPriceList .titleVoipWork {
    color: #120f2b;
    font-size: 35px;
    font-weight: bold;
    margin-right: 20px;
    float: left;
    margin-top: 6px;
}

.webBuilderPriceList .mainWrapperwebBuilder{
	padding: 50px 0px;
}
.webBuilderPriceList .mainWrapperwebBuilder .topHeader{
	margin-bottom: 60px;
	text-align: center;
}
.webBuilderPriceList .mainWrapperwebBuilder .topHeader h2{
	color: #120f2b;
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: 600;
}
.mainWrapperwebBuilder .pricing-wrap .headerPrice .titlePrice{
	height: 100px;
	line-height: 35px;
}
.mainWrapperwebBuilder .pricing-wrap.webBuilderPlan  .headerPrice, .mainWrapperwebBuilder .pricing-wrap.webBuilderPlan .headerPrice::after, .mainWrapperwebBuilder .pricing-wrap.webBuilderPlan  .headerPrice::before{
	background-color: #120f2b;
}
.mainWrapperwebBuilder .pricing-wrap.webBuilderPlan .btnBuy{
	background-color: #120f2b;
}
.webfeatureEveryPlan.webBuilderFeature .titleListServer{
	color: #120f2b;
}
.webfeatureEveryPlan.webBuilderFeature .featureItemplan h3{
	color: #120f2b;	
}
.webfeatureEveryPlan.webBuilderFeature .featureItemplan .topImgWeb i{
	color: #120f2b;
}
.comparePlanTable.tableWebBuilder{
	border-color: #120f2b;
}
.comparePlanTable.tableWebBuilder .compare-heading{
	background: #120f2b;
}
.comparePlanTable.tableWebBuilder .titleAreaTable td {
    background: #201c4d;
    color: #fff;
    text-align: center !important;
    font-weight: bold;
}
.comparePlanTable.tableWebBuilder .loadMoreBtn{
	background: #ff8b00;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}
.webHostingGreenBar.webBuilderBannerBar{
	background: #120f2b;
}
.webHostingGreenBar.webBuilderBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(18,15,43,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(18,15,43,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(18,15,43,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#120f2b', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.webBuilderBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.webBuilderBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(18,15,43,1) 0%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(18,15,43,1) 0%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(18,15,43,1) 0%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#120f2b', endColorstr='#00342f13',GradientType=1 );
}
.webBuilderLooking-Section.lookingSection {
    background: #120f2b;
}
.webBuilderLooking-Section.lookingSection .lookingBox h3, .webBuilderLooking-Section.lookingSection .lookingBox p{
	color: #120f2b;
}
.webBuilderLooking-Section.lookingSection .lookingBox .topImg {
    border-color: #120f2b;
}
/*** website Logo Design ***/
.LogoDesignbanner{
	background: #0f1c2b;
	color: #fff;
}
.LogoDesignService{
	background: #0f1c2b;
	background: -moz-linear-gradient(top,  #0f1c2b 0%, #cde4df 100%);
	background: -webkit-linear-gradient(top,  #0f1c2b 0%,#cde4df 100%);
	background: linear-gradient(to bottom,  #0f1c2b 0%,#cde4df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1c2b', endColorstr='#cde4df',GradientType=0 );
}
.LogoDesignService .boxWhite .icon-top::before{
	border-color: #3d6494;
}
.LogoDesignService .boxWhite .icon-top{
	border-color: #0f1c2b;
	background: #fff;
}
.LogoDesignService .boxWhite .bottomBoxWhite h3{
	color: #0f1c2b;
}
.logoPriceList.webBuilderPriceList{
	border-color: #101c2b;
}
.logoPriceList.webBuilderPriceList .titleVoipWork {
    color: #101c2b;
}
.logoPriceList .mainWrapperwebBuilder .topHeader h2{
	color: #101c2b;
}
.mainWrapperwebBuilder .pricing-wrap.webBuilderPlan.logoDesignsmall  .headerPrice, .mainWrapperwebBuilder .pricing-wrap.webBuilderPlan.logoDesignsmall .headerPrice::after, .mainWrapperwebBuilder .pricing-wrap.webBuilderPlan.logoDesignsmall  .headerPrice::before{
	background-color: #101c2b;
}
.mainWrapperwebBuilder .pricing-wrap.webBuilderPlan.logoDesignsmall .btnBuy{
	background-color: #101c2b;
}
.PCSupportStep.logoDesginStep{
	border-color: #101c2b;
}
.PCSupportStep.logoDesginStep .titlePCSupportStep{
	color: #101c2b;
}
.webHostingGreenBar.logoDesignBannerBar{
	background: #101c2b;
}
.webHostingGreenBar.logoDesignBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(16,28,43,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(16,28,43,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(16,28,43,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101c2b', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.logoDesignBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.logoDesignBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(16,28,43,1) 0%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(16,28,43,1) 0%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(16,28,43,1) 0%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101c2b', endColorstr='#00342f13',GradientType=1 );
}
.logoDesignLooking-Section.lookingSection {
    background: #101c2b;
}
.logoDesignLooking-Section.lookingSection .lookingBox h3, .logoDesignLooking-Section.lookingSection .lookingBox p{
	color: #101c2b;
}
.logoDesignLooking-Section.lookingSection .lookingBox .topImg {
    border-color: #101c2b;
}
/* Slider */
.sliderLogoDesign{
	padding: 50px 0px;
}
.sliderLogoDesign .topHeader {
    margin-bottom: 60px;
    text-align: center;
}
.sliderLogoDesign .topHeader h2{
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #101c2b;
}
.sliderLogoDesign .slick-slide {
    margin: 0px 20px;
	border: 1px solid #ccc;
}

.sliderLogoDesign .slick-slide img {
    width: 100%;
}

.sliderLogoDesign .slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.sliderLogoDesign .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.sliderLogoDesign .slick-list:focus{
    outline: none;
}
.sliderLogoDesign .slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.sliderLogoDesign .slick-slider .slick-track,
.sliderLogoDesign .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.sliderLogoDesign .slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.sliderLogoDesign .slick-track:before,
.sliderLogoDesign .slick-track:after{
    display: table;
    content: '';
}
.sliderLogoDesign .slick-track:after{
    clear: both;
}
.sliderLogoDesign .slick-loading .slick-track{
    visibility: hidden;
}

.sliderLogoDesign .slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.sliderLogoDesign [dir='rtl'] .slick-slide{
    float: right;
}
.sliderLogoDesign .slick-slide img{
    display: block;
}
.sliderLogoDesign .slick-slide.slick-loading img{
    display: none;
}
.sliderLogoDesign .slick-slide.dragging img{
    pointer-events: none;
}
.sliderLogoDesign .slick-initialized .slick-slide{
    display: block;
}
.sliderLogoDesign .slick-loading .slick-slide{
    visibility: hidden;
}
.sliderLogoDesign .slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.sliderLogoDesign .slick-arrow.slick-hidden {
    display: none;
}
/* Dots */
.sliderLogoDesign .slick-dotted.slick-slider{
    margin-bottom: 30px;
}

.sliderLogoDesign .slick-dots{
    position: absolute;
    /* bottom: -25px; */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	margin-top: 15px;
}
.sliderLogoDesign .slick-dots li{
    position: relative;
    display: inline-block;
    /* width: 20px;
    height: 20px; */
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.sliderLogoDesign .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 5px;
    padding: 1px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #a9a9a9;
}
.sliderLogoDesign .slick-dots li button:hover,
.sliderLogoDesign .slick-dots li button:focus{
    outline: none;
}
.sliderLogoDesign .slick-dots li button:hover:before,
.sliderLogoDesign .slick-dots li button:focus:before{
    opacity: 1;
}
/* .sliderLogoDesign .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.sliderLogoDesign .slick-dots li.slick-active button{
    background: #0f1c2b;
}

.callRateTableVoip{
	width: 100%;
	margin-top: 10px;
}
.callRateTableVoip tr th{
	background: #153011;
	color: #fff;
	padding: 5px;
}
.callRateTableVoip tr td{
	background: #f5f5f5;
	color: #333;
	padding: 5px;
}

/*** ICT ***/
.ICTbanner{
	background: #1f3354;
	color: #fff;
}
.ICTService{
	background: #1f3354;
	background: -moz-linear-gradient(top,  #1f3354 0%, #cde4df 100%);
	background: -webkit-linear-gradient(top,  #1f3354 0%,#cde4df 100%);
	background: linear-gradient(to bottom,  #1f3354 0%,#cde4df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3354', endColorstr='#cde4df',GradientType=0 );
}
.ICTService .boxWhite .icon-top::before{
	border-color: #3d6894;
}
.ICTService .boxWhite .icon-top{
	border-color: #1f3354;
	background: #fff;
}
.ICTService .boxWhite .bottomBoxWhite h3{
	color: #1f3354;
}
.ICTServiceSolution{
	border-top: 10px solid #1f3354;
	padding: 0px;
	margin: 0px;
}
.ICTServiceSolution .navWorkMain{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebeef3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebeef3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebeef3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeef3',GradientType=0 );
	border-radius: 0px;
	border:0px none;
	box-shadow: 0px 0px 10px #ccc;
	display: flex;
	padding: 10px 0px;
}
.ICTServiceSolution .navWorkMain .nav{
	background: none;
	box-shadow: none;
	margin: 0px 0px 0px 200px;
}
.ICTServiceSolution .titleVoipWork {
    color: #1f3354;
    font-size: 35px;
    font-weight: bold;
    margin-right: 20px;
    float: left;
    margin-top: 6px;
}
.ictServicesTab .PCSupportRepair .AVServiceDesc{
	width: calc(100% - 215px);
}
.ictServicesTab .PCSupportRepair .bookingBtn{
	width: 135px;
}
.ictServicesTab .itemCollapseICT{
	border-top: 1px solid #132333;
	padding: 15px 15px 15px 90px;
	margin-top: 15px;
}
.ictServicesTab .itemCollapseICT ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
	height: auto;
	overflow: hidden;
}
.ictServicesTab .itemCollapseICT ul li{
	background: url("../img/arrowLeft.png") no-repeat left center;
	width: 50%;
	float: left;
	color: #132333;
	font-size: 18px;
	padding-left: 25px;
	background-size: 16px;
	margin-bottom: 5px;
}

.webHostingGreenBar.ictBannerBar{
	background: #1f3354;
}
.webHostingGreenBar.ictBannerBar::before {
	background: -moz-linear-gradient(left,  rgba(31,51,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,51,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,51,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101c2b', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.ictBannerBar .moduleBanner-text-image::before, .webHostingGreenBar.ictBannerBar .moduleBanner-text-image img::before {
    background: -moz-linear-gradient(left,  rgba(31,51,84,1) 0%, rgba(52,47,19,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,51,84,1) 0%,rgba(52,47,19,0) 100%);
	background: linear-gradient(to right,  rgba(31,51,84,1) 0%,rgba(52,47,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101c2b', endColorstr='#00342f13',GradientType=1 );
}
.ictLooking-Section.lookingSection {
    background: #1f3354;
}
.ictLooking-Section.lookingSection .lookingBox h3, .ictLooking-Section.lookingSection .lookingBox p{
	color: #1f3354;
}
.ictLooking-Section.lookingSection .lookingBox .topImg {
    border-color: #1f3354;
}
.ICTContactForm .sectionTitle{
	color: #1f3354;
}
.ICTContactForm .formAudioOuter .actionButtonAudioForm .btn{
	background: #1f3354;
	border-color: #1f3354;
}
.ICTContactForm .formAudioOuter .actionButtonAudioForm .btn.resetAudioBtn{
	color: #1f3354;
}
.promoCode{
	background: #fe0000;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

/************ admin style start *****************/

body.adminOzz {
	background: #eeeeee;
}
body.adminOzz .container{
	width: 100%;
}
#wrapper {
    padding-left: 0;    
}
#wrapper .navbar-inverse{
	background: #131834;
}

#page-wrapper {
    width: 100%;        
    padding: 0;
}
#wrapper .navbar-inverse .navbar-brand{
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.adminOzz .side-nav{
	background: #131834;
}
#wrapper .navbar-inverse .navbar-right{
	margin-right: 15px;
}
.adminOzz .top-nav > li > a.logOutBtn{
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 10px 25px;
	margin-top: 10px;
	border-radius: 4px;
	font-size: 18px;
}
.adminOzz .top-nav > li > a.logOutBtn:hover{
	background: #18204a;
}


/* Top Navigation */

.adminOzz .top-nav {
    padding: 0 15px;
}

.adminOzz .top-nav>li {
    display: inline-block;
    float: left;
}

.adminOzz .top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #cccccc;
}

.adminOzz .top-nav>li>a:hover,
.adminOzz .top-nav>li>a:focus,
.adminOzz .top-nav>.open>a,
.adminOzz .top-nav>.open>a:hover,
.adminOzz .top-nav>.open>a:focus,
.adminOzz .top-nav>li.active>a{
    color: #fff;
    background-color: #18204a;
}

.adminOzz .top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.adminOzz .top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}
.adminOzz .side-nav > li a{
	font-size: 20px;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 3px solid #131834;
	color: #fff;  
	
}
.adminOzz .side-nav > li a i{
	display: block;
	font-size: 35px;
	margin-bottom: 10px;
}
.adminOzz .side-nav > li.active > a, .adminOzz .side-nav > li:hover > a, .adminOzz .side-nav > li:focus > a{
	color: #fff;
    background-color: #18204a !important;
	border-bottom: 3px solid #ff8b00;
}
#frmConfigureProduct .field-container .inputGroup label span{	
	line-height: 18px;
	white-space: normal;
}
#order-standard_cart #frmConfigureDomains .prepend-icon .field-icon{
	left: 0px;
}
.noHostingBtn{
	color: #fff;
	background: #ff8b00;
	padding: 5px 15px;
	border: 0px none;
	border-radius: 5px;
	margin-top: 5px;
	display: inline-block;
}
.featureMain .nav-tabs li a{
	padding-left: 5px;
	padding-right: 5px;
}
/* Side Navigation */

.adminOzz .side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.adminOzz .side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;    
}

.adminOzz .side-nav>li>ul>li>a:hover {
    color: #fff;
}

.adminOzz .navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.adminOzz .navbar .nav > li > a:hover > .label {
  top: 10px;
}

.adminOzz.navbar-brand {
    padding: 5px 15px;
}
.welcomeArea{
	background: #fff;
	padding: 15px;
	border: 1px solid #d2d2dc;
	height: auto;
	overflow: hidden;
}
.welcomeArea h1{
	font-size: 30px;
	color: #131834;
}
.welcomeArea a{
	font-size: 18px;
	color: #131834;
	margin-top: 4px;
	display: block;
}
.topBtnArea .btn{
	margin: 15px 0px;
	border-radius: 4px;
	font-size: 22px;
	text-align: left;
	border: 0px none;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0px 0px 5px;
}
.topBtnArea .btn:hover{
	box-shadow: 0px 0px 5px #ccc;
}
.topBtnArea .btn .btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 12px 12px;
	background: #e98002;
	border-radius: 4px 0px 0px 4px;
	width: 50px;
}
.tilesCustom .whiteBoxTile{
	background: #fff;
	padding: 40px 15px 15px 15px;
	position: relative;
	border: 0px none;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #ccc;
	margin-bottom: 15px;
}
.tilesCustom .whiteBoxTile:hover{
	cursor: pointer;
	box-shadow: none;
}
.tilesCustom a{
	text-decoration: none;
}
.tilesCustom .whiteBoxTile .iconBox{
	background: #eff6ff;
	border: 0px none;
	border-radius: 100px;
	height: 45px;
	width: 45px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
}
.tilesCustom .whiteBoxTile .iconBox i{
	color: #0f5187;
	font-size: 30px;
}
.tilesCustom .whiteBoxTile .titleTile{
	font-size: 18px;
	font-weight: 600;
	color: #989797;
}
.tilesCustom .whiteBoxTile .statTile{
	font-size: 32px;
	font-weight: 600;
	color: #232c3b;
	line-height: 30px;
}
.panelCustom{
	margin-bottom: 15px;
	border-radius: 0px;
	border: 1px solid #d2d2dc;
}
.panelCustom .panel-heading{
	background: #fff;
	margin: 0px 20px;
	padding: 15px 0px;
}
.panelCustom .panel-heading .panel-title{
	color: #232c3b;
	font-size: 24px;
}
.panelCustom .panel-heading .panel-title .btn{
	font-size: 14px;
	border: 0px none;
	color: #fff;
	padding: 4px 10px;
}
.panelCustom .list-group .list-group-item{
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
	color: #232c3b;
}
.panelCustom .list-group .list-group-item .text-domain{
	font-size: 14px;
}
.panelCustom .list-group .list-group-item span{
	margin-top: 5px;
}
.searchAreaDashboard{
	margin-bottom: 15px;
}
.searchAreaDashboard .form-control {
    padding-left: 50px;
    background-color: #fff;
    border: 2px solid #373737;
    color: #373737;
    font-weight: 300;
	font-size: 24px;
	height: auto;
}
.searchAreaDashboard i {
    color: #373737;
	font-size: 30px;
	position: absolute;
	left: 25px;
	top: 14px;
}
.promoWrapper{
	margin-bottom: 15px;
	border: 1px solid #d2d2dc;
	background: #fff;
	padding: 25px;
}
.promoWrapper .titlePromo{
    color: #232c3b;
    font-size: 24px;
	padding-bottom: 25px;
}
.promo-banner .fa:not(.fa-spinner){
	color: #232c3b;
}
.promoWrapper .promo-banner h3{
	margin-bottom: 10px;
}
.promo-banner h4{
	margin-bottom: 15px;
}
.promoWrapper .carousel-control{
	position: absolute;
	top: 40%;
	background: none;
	font-size: 50px;
	height: 40px;
	color: #232c3b;
}
.promoWrapper .carousel-control.left{
	left: -50px;
}
.promoWrapper .carousel-control.right{
	right: -50px;
}
.client-home-panels .panel{
	border: 1px solid #ddd;
	border-left: 3px solid transparent;
	border-radius: 0px;
	font-size: 16px;
}
.client-home-panels .panel-heading {
    background: #fff;
    margin: 0px 20px;
    padding: 15px 0px;
	border-bottom: 1px solid #ddd !important;
}
.client-home-panels .panel-heading .panel-title{
	font-weight: bold;
}

.client-home-panels .list-group{font-size: 16px;}
.client-home-panels .panel.panel-accent-emerald{
	border-left-color: #00c689;
}
.client-home-panels .panel.panel-accent-emerald i{
	color: #00c689;
}
.client-home-panels .panel .btn i{
	color: #fff !important;
}
.client-home-panels .panel.panel-accent-emerald .panel-heading .btn{
	background: #00c689;
}
.client-home-panels .panel.panel-accent-blue{
	border-left-color: #3da5f4;
}
.client-home-panels .panel.panel-accent-blue .panel-heading .btn{
	background: #3da5f4;
}
.client-home-panels .panel.panel-accent-blue i{
	color: #3da5f4;
}
.client-home-panels .panel .btn-success{
	background: #3cc500;
}

.client-home-panels .panel.panel-accent-pink{
	border-left-color: #f1536e;
}
.client-home-panels .panel.panel-accent-pink .panel-heading .btn{
	background: #f1536e;
}
.client-home-panels .panel.panel-accent-pink i{
	color: #f1536e;
}

.client-home-panels .panel.panel-accent-orange{
	border-left-color: #ff8b00;
}
.client-home-panels .panel.panel-accent-orange .panel-heading .btn{
	background: #ff8b00;
}
.client-home-panels .panel.panel-accent-orange i{
	color: #ff8b00;
}
.panel.panel-accent-gold {
 border-left-color:#f0ad4e
}
.panel.panel-accent-green {
 border-left-color:#5cb85c
}
.panel.panel-accent-red {
 border-left-color:#d9534f;
}
.panel.panel-accent-blue {
 border-left-color:#5bc0de
}
.panel.panel-accent-orange {
 border-left-color:#f39c12
}
.panel.panel-accent-pink {
 border-left-color: #e671b8
}
.panel.panel-accent-purple {
border-left-color: #7b4f9d
}
.panel.panel-accent-lime {
 border-left-color:#8cbf26
}
.panel.panel-accent-magenta {
 border-left-color:#ff0097
}
.panel.panel-accent-teal {
 border-left-color: #00aba9
}
.panel.panel-accent-turquoise {
 border-left-color: #1abc9c
}
.panel.panel-accent-emerald {
 border-left-color: #2ecc71
}
.panel.panel-accent-amethyst {
border-left-color: #9b59b6
}
.panel.panel-accent-wet-asphalt {
 border-left-color: #34495e
}
.panel.panel-accent-midnight-blue {
border-left-color: #2c3e50
}
.panel.panel-accent-sun-flower {
border-left-color: #f1c40f
}
.panel.panel-accent-pomegranate {
border-left-color: #c0392b
}
.panel.panel-accent-silver {
border-left-color: #bdc3c7
}
.panel.panel-accent-asbestos {
border-left-color: #7f8c8d
}


.client-home-panels .panel > .list-group{
	border-top: 0px none;
}
.field-container .addon-promo-containe label.radio-inline{
	display: block;
	clear: both;
}
.field-container .addon-promo-containe label.radio-inline span{
	font-weight: bold;
}

/** My account **/
.accountFormArea{
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}
.accountWhiteArea{
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}
.accountFormArea h2, .accountWhiteArea h2 {
    /* font-size: 36px;
    color: #131834; */
    margin-bottom: 20px;
    font-weight: normal;
	font-size: 24px;
color: #131834;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
}
.accountFormArea .field, .accountFormArea .form-control {
    background: rgba(255, 255, 255, 0.5) !important;
    height: 50px !important;
    width: 100% !important;
    border-radius: 3px !important;
    font-size: 20px !important;
    padding-left: 70px !important;
    color: #131834 !important;
    border: 1px solid #131834 !important;
}
.accountWhiteArea .field, .accountWhiteArea .form-control{
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	font-weight: 400;
}
.accountFormArea .prepend-icon{}
.accountFormArea .prepend-icon .field-icon {
    border-right: 1px solid #133148 !important;
    height: 50px !important;
    width: 60px !important;
    line-height: 50px !important;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 4;
	 -webkit-transition: all .5s ease-out;
	 -moz-transition: all .5s ease-out;
	 -ms-transition: all .5s ease-out;
	 -o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	pointer-events: none;
	font-weight: 300;
	font-size: 13px;
}
.accountFormArea .prepend-icon .field-icon i {
    color: #131834 !important;
    font-size: 20px !important;
}
#registration .accountFormArea .controls.checkbox label {
    font-size: 16px;
    margin-bottom: 5px;
}
/* invoice */
.submenuClientOuter{
	height: auto;
	overflow: hidden;
	padding-bottom: 25px;
}
.submenuClientOuter h2{
	font-size: 30px;
	color: #132333;
	font-weight: 600;
	float: left;
	margin-right: 15px;
	padding-top: 8px;
}
.submenuClientOuter ul li a{
	font-size: 24px;
	color: #132333;
	border-bottom: 3px solid transparent;
}
.submenuClientOuter ul li.active a{
	border-color: #ff8b00;
}
.subMenuClient.supportSubNav li a{
	padding-left: 8px;
	padding-right: 8px;
}
.tableCustomClient{
	
}
div.dataTables_wrapper div.dataTables_info{
	background:none;
	text-align: right !important;
	color: #132333;
	padding: 10px !important;
	white-space: normal;
}
.listtable h3{
	float: left;
	font-size: 30px;
	color: #132333;
}
.dataTables_wrapper .dataTables_filter {
    float: left;
	width: calc(100% - 400px);
}
.dataTables_wrapper .dataTables_filter label{
	padding: 0px 0px 0px 15px;
	width: 100% !important;
}
.dataTables_wrapper .dataTables_filter label .form-control{
	background: url("../img/search.png") #fff no-repeat 8px 5px !important;
	border-radius: 0px !important;
	padding: 5px 10px 5px 45px !important;
	height: 35px !important;
	margin-left: 0px !important;
	font-size: 16px !important;
	width: 100% !important;
}
.dataTables_wrapper table.table-list {
    margin-top: 30px !important;
}
table.table-list tbody td{
	border: 0px none !important;
	border-top: 1px solid #8e8e8e !important;
	background: none !important;
}
table.table-list tbody tr:last-child td{
	border-bottom: 1px solid #8e8e8e !important;
}
.rowClientInvoice{
	font-size: 16px;
	min-height: 50px;
	padding-left: 70px;
	position: relative;
	color: #131834;
}
.rowClientInvoice input[type="checkbox"]{
	position: absolute;
	left: -15px;
	top: 7px;
}
.rowClientInvoice .colImgLeft{
	position: absolute;
	left: 0px;
	top: 8px;
	width: 55px;
}
.rowClientInvoice .colImgLeft img{
	max-width: 100%;
}
.rowClientInvoice h5{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_length label{
	background: none !important;
	font-size: 16px !important;
	color: #132333 !important;
}
.dataTables_length .form-control{
	padding: 0px 30px 0px 0px !important;
	width: 50px !important;
	height: 30px !important;
	font-size: 14px !important;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAA7VBMVEUAAAAPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYe0HLPtAAAATnRSTlMAAQIDBAUHCAsMDRASExQVFhcZGhwdHiAjKCsuNTY5PEVKTE5XXF9maW1vcHx/gIKLj5KUoKOlrbCytLW+wMHMz9rc5ujp7e/x9ff5+/0EiKk/AAAA3ElEQVQYGe3Bh1qCYACG0e8HIcumDbNly2yXZbscWQlJ7/1fjjZ8cABdQJ2jPy23pgRuSdK0T16xUjVK0jkES4phPcGbI3MD/qwimVvwZyRZj9DKKIKpQLCoT6kaNNMaVQby+uY2oOFq2Amwrp50E+qOBh0AmwplWlC11a8I7Krf3DvcWwptA/salAvgyqinABxr2ApwoR+rQFmjNoAzfVn+gIpRhC3gSF3zbbgzilQE9qQpD6q2YhwCOxOvUHcU6xTw4HlMCS7pehlXEnMN3qSSWQ/trH5jL+hfqAOkSCkX7S/b3wAAAABJRU5ErkJggg==) #fff !important;
		background-position-x: 0%;
		background-position-y: 0%;
		background-repeat: repeat;
		background-size: auto;
	background-repeat: no-repeat !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-position: right .7em top 50%, 0 0 !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	width: 66px !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	font-size: 16px;
}

select, select.form-control, .form-group.prepend-icon select.form-control{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAA7VBMVEUAAAAPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYe0HLPtAAAATnRSTlMAAQIDBAUHCAsMDRASExQVFhcZGhwdHiAjKCsuNTY5PEVKTE5XXF9maW1vcHx/gIKLj5KUoKOlrbCytLW+wMHMz9rc5ujp7e/x9ff5+/0EiKk/AAAA3ElEQVQYGe3Bh1qCYACG0e8HIcumDbNly2yXZbscWQlJ7/1fjjZ8cABdQJ2jPy23pgRuSdK0T16xUjVK0jkES4phPcGbI3MD/qwimVvwZyRZj9DKKIKpQLCoT6kaNNMaVQby+uY2oOFq2Amwrp50E+qOBh0AmwplWlC11a8I7Krf3DvcWwptA/salAvgyqinABxr2ApwoR+rQFmjNoAzfVn+gIpRhC3gSF3zbbgzilQE9qQpD6q2YhwCOxOvUHcU6xTw4HlMCS7pehlXEnMN3qSSWQ/trH5jL+hfqAOkSCkX7S/b3wAAAABJRU5ErkJggg==) #fff !important;
  background-position: right .7em top 50%, 0 0 !important;
  background-repeat: no-repeat !important; 
  background-size: 20px !important;
}
select::-ms-expand {display: none; }
.accountFormArea.accountWhiteArea select.form-control{
	padding-left: 10px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAA7VBMVEUAAAAPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYcPUYe0HLPtAAAATnRSTlMAAQIDBAUHCAsMDRASExQVFhcZGhwdHiAjKCsuNTY5PEVKTE5XXF9maW1vcHx/gIKLj5KUoKOlrbCytLW+wMHMz9rc5ujp7e/x9ff5+/0EiKk/AAAA3ElEQVQYGe3Bh1qCYACG0e8HIcumDbNly2yXZbscWQlJ7/1fjjZ8cABdQJ2jPy23pgRuSdK0T16xUjVK0jkES4phPcGbI3MD/qwimVvwZyRZj9DKKIKpQLCoT6kaNNMaVQby+uY2oOFq2Amwrp50E+qOBh0AmwplWlC11a8I7Krf3DvcWwptA/salAvgyqinABxr2ApwoR+rQFmjNoAzfVn+gIpRhC3gSF3zbbgzilQE9qQpD6q2YhwCOxOvUHcU6xTw4HlMCS7pehlXEnMN3qSSWQ/trH5jL+hfqAOkSCkX7S/b3wAAAABJRU5ErkJggg==) #fff !important;
	background-position: right .7em top 50%, 0 0 !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
}
.accountFormArea.accountWhiteArea select.form-control#stateselect{
	padding-right: 46px;
}
.form-group label#inputStateIcon{
	display: block !important;
}
.accountFormArea.accountWhiteArea .form-group.prepend-icon select.form-control {
	padding-left: 70px !important;
}
div.passwordPage.accountFormArea .form-control{
	padding-left: 10px !Important;
}
div.inputNoneIcon.accountFormArea .form-control{
	padding-left: 10px !Important;
}
div.passwordPage .control-label{
	font-size: 18px !important;
	color: #132333 !important;
	font-weight: normal !important;
}
/* service detail */
/*Cpanel CSS Start*/
div#cPanelPackagePanel, div#cPanelUsagePanel{
    position: relative;
    background: #ffffff;
    min-height: 330px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    border: 1px solid #d2d2dc;
}
div#cPanelExtrasPurchasePanel {
    position: relative;
    background: #ffffff;
    min-height: 180px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    border: none;
}
div#cPanelQuickShortcutsPanel {
    position: relative;
    background: #ffffff;
    min-height: 580px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    border: none;
}
#cPanelPackagePanel .panel-heading, #cPanelUsagePanel .panel-heading, #cPanelExtrasPurchasePanel .panel-heading, #cPanelQuickShortcutsPanel .panel-heading  {
    background: #fff;
	margin: 0px 20px;
	padding: 15px 0px;
}
/* #cPanelUsagePanel .panel-heading {
    background: #545454;
}
#cPanelExtrasPurchasePanel .panel-heading {
    background: #1ca2c9;
} */
#cPanelQuickShortcutsPanel .panel-heading{
    /* background-image: linear-gradient(127deg, #0a85a4, #0cb2c1); */
}
#cPanelPackagePanel .panel-heading h3.panel-title, #cPanelUsagePanel .panel-heading h3.panel-title, #cPanelExtrasPurchasePanel .panel-heading h3.panel-title, #cPanelQuickShortcutsPanel .panel-heading h3.panel-title {
    margin: 0;
	color: #232c3b;
	font-size: 24px;
}
.cpanel-package-details em {
    font-size: 24px;
    text-transform: uppercase;
    color: #1cb8e6;
    font-weight: 700;
    margin: 0;
}
.cpanel-package-details h4 {
    font-size: 16px;
    font-weight: 300;
    color: #7d7d7d;
    margin: 10px 0px 0px !important;
    display: inline-block;
    width: 100%;
}
.cpanel-package-details a {
    font-size: 22px;
    color: #404040;
    margin: 16px 0 30px 0;
    display: inline-block;
    width: 100%;
}
#cPanelPackagePanel a.btn.btn-default.btn-sm {
    font-size: 12px;
    color: #404040;
    border: solid 1px #404040;
    padding: 9px 0;
    border-radius: 4px;
    text-transform: uppercase;
    width: 27%;
    display: inline-block;
    margin: 0 6px;
}
#cPanelPackagePanel input.btn.btn-info.btn-sm {
    font-size: 12px;
    color: #ffffff;
    border: solid 1px #1cb8e6;
    padding: 9px 0;
    border-radius: 4px;
    text-transform: uppercase;
    width: 27%;
    display: inline-block;
    margin: 0 6px;
    background: #1cb8e6;
}
#cPanelPackagePanel input.btn.btn-info.btn-sm:hover {
    background: #1ca2c9;
    color: #fff;
}
a.btn.btn-default.btn-sm:hover {
    background: #404040;
    color: #fff !important;
}
.cpanel-usage-stats .text-info.limit-near {
    color: #a4a4a4;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}
#cPanelExtrasPurchasePanel select.form-control.input-sm {
    font-size: 12px;
    border-radius: 4px;
    width: 27%;
    display: inline-block;
    height: 35px;
	padding-right: 30px !important;
	min-width: 200px;
}
#cPanelExtrasPurchasePanel button.btn.btn-default.btn-sm {
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    height: 35px;
	width: 150px;
}
#cPanelQuickShortcutsPanel .col-sm-3 a, #cPanelQuickShortcutsPanel .col-md-3 a {
    text-align: center;
    color: #404040;
    font-size: 16px;
    width: 100%;
    padding: 21px 0;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 30px;
}
.modal-footer button.btn.btn-save.wgs_custom-btn {
    padding: 7px 22px;
}
#cPanelQuickShortcutsPanel .col-sm-3 a:hover {
    background: #fff;
    color: #5cc55a;
    box-shadow: 0 0 10px #ccc;
}
div#cPanelQuickEmailPanel, div#cPanelBillingOverviewPanel, div#cPanelMetricStatsPanel{
    position: relative;
    background: #ffffff;
    min-height: 180px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-top: 40px;
}
#cPanelQuickEmailPanel .panel-heading, div#cPanelBillingOverviewPanel .panel-heading, div#cPanelMetricStatsPanel .panel-heading, #cPanelAdditionalInfoPanel .panel-heading{
    position: relative;
    /* display: inline-block; */
    margin-bottom: 35px;
	background: #fff;
	margin: 0px 20px;
	padding: 15px 0px;
}
#cPanelQuickEmailPanel .panel-heading::before, div#cPanelBillingOverviewPanel .panel-heading::before, div#cPanelMetricStatsPanel .panel-heading::before{
    /* content: '';
    background: #1cb8e6;
    height: 1px;
    width: 27%;
    display: inline-block;
    bottom: -1px;
    left: 0;
    position: absolute; */
}
#cPanelQuickEmailPanel .panel-heading h3.panel-title, div#cPanelBillingOverviewPanel .panel-heading h3.panel-title,div#cPanelMetricStatsPanel .panel-heading h3.panel-title, #cPanelAdditionalInfoPanel .panel-heading h3.panel-title{
    margin: 0;
	color: #232c3b;
	font-size: 24px;
}
div#cPanelBillingOverviewPanel .panel-heading::before {
    width: 17%;
}
div#cPanelBillingOverviewPanel .panel-body{
	padding-left: 30px;
	padding-right: 30px;
}
#frmCreateEmailAccount input.form-control {
    height: 46px;
    box-shadow: inherit;
}
#frmCreateEmailAccount button.btn.btn-primary.btn-block:hover {
    background: #f58703;
}
#frmCreateEmailAccount button.btn.btn-primary.btn-block {
    background: #ff8b00;
    font-weight: 300;
    width: 78%;
    font-size: 20px;
    line-height: 7px;
    height: inherit;
    color: #fff;
    padding: 12px 0;
    border: 1px solid transparent;
}
#cPanelBillingOverviewPanel .col-md-5 {
    /* margin-left: 20px; */
}
#recurringAmount .col-xs-6.text-right, div#billingCycle .col-xs-6.text-right, div#paymentMethod .col-xs-6.text-right, #registrationDate .col-xs-6.text-right, #nextDueDate .col-xs-6.text-right {
    text-align: left;
    list-style: none;
    font-size: 14px;
    padding-left: 20px;
    background: url("../img/doots.png") no-repeat left;
    color: #404040;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}
#recurringAmount .col-xs-6.text-right::before, div#billingCycle .col-xs-6.text-right::before, #registrationDate .col-xs-6.text-right::before {
    content: '';
    background: #ff8b00;
    height: 23px;
    width: 2px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 16px;
    bottom: 0;
}
#recurringAmount .col-xs-6:last-child, #billingCycle .col-xs-6:last-child, #paymentMethod .col-xs-6:last-child, #registrationDate .col-xs-6.col-md-7, #nextDueDate .col-xs-6.col-md-7 {
    font-weight: 900;
    color: #404040;
}
#registrationDate .col-xs-6.col-md-7, #nextDueDate .col-xs-6.col-md-7{
    width: 50%;
}
.files-item.downloads {
    width: 25%;
}
.files-item.downloads .file-icone i.fas.fa-download {
    font-size: 35px;
}
i.fas.fa-long-arrow-alt-left {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 22px;
    left: -9px;
}
div#customFieldsContainer {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.server-box .tbs-icone {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 5px;
}
#tabOverview .row .col-xl-6{
	padding-left: 15px;
	padding-right: 15px;
}
.col-xl-3, .col-xl-6{
	padding-left: 15px;
	padding-right: 15px;
}
.product-status{border-radius: 0px;}
div.product-details div.product-icon{
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 0px;
}
.infoProductArea{padding-left: 30px;font-weight: bold;font-size: 16px;}
.infoProductArea h4{
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}
.infoProductArea .col-sm-12 {
    text-align: left;
    list-style: none;
    font-size: 14px;
    padding-left: 20px;
    background: url("../img/doots.png") no-repeat left;
    color: #404040;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}
.infoProductArea .col-sm-12::before{
    content: '';
    background: #ff8b00;
    height: 23px;
    width: 2px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 16px;
    bottom: 0;
}
.infoProductArea .col-sm-12:last-child {
    font-weight: 900;
    color: #404040;
}
.infoProductArea .col-sm-12:last-child::before{
	display: none;
}
.invoiceMassPay{min-height: 55px;padding-left: 45px;}
.invoiceMassPay .colImgLeft{width: 30px;}
#frmManagePaymentMethod .form-control, #modalBillingAddress input.form-control{
	padding-left: 12px !important;
}
.all-support {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.all-support ul {
	padding: 0px;
	margin :0px;
}
.all-support li {
    list-style: none;
    text-align: center;
	padding: 0px 20px 6px 20px;
	float: left;
	width: 33.3%;
}
.all-support h3 {
    margin: 3px 0 0px;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
}
.all-support span {
    margin: 0;
    color: #000000;
    font-size: 14px;
}
.all-support li a {
    background: #fff;
    display: block;
    border: solid 2px #fff;
    padding: 45px 21px;
    box-shadow: 3px 3px 7px #ccc;
    border-radius: 4px;
    min-height: 220px;
}
.all-support li:hover a{
	text-decoration: none;
}
.supp a:hover {
    border: solid 2px #87a61c;
}
.sale a:hover {
    border: solid 2px #edb800;
}
.bill a:hover {
    border: solid 2px #404040;
}
.custm a:hover {
    border: solid 2px #0cb4e5;
}
.quest a:hover {
    border: solid 2px #1b66ef;
}
.accountFormArea.formInputWithOutIcon .form-control{
	padding-left: 12px !important;
}
.accountFormArea.formInputWithOutIcon label{
	font-size: 16px;
	font-weight: normal;
}
.md-editor{
	border: 1px solid #131834 !important;
}
.md-editor textarea.form-control{
	border-left: 0px none !important;
	border-right: 0px none !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1;
}
.ticket-cnt-box {
    margin: 60px auto 120px;
    padding: 0px;
    max-width: 587px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.12);
    border-radius: 8px;
    background: #f2f6fa;
}
.t-box-hd {
    background: #47d764;
    text-align: center;
    padding:20px;
    margin:0px;
    border-radius: 8px 8px 0 0;
}
.t-box-hd h4{
    margin:0px;
    padding:0px;
    font-size:18px;
    color:#fff;
    font-weight:normal;
}
.t-box-hd h4 i.fa.fa-check-circle {
    font-size: 36px;
    vertical-align: middle;
    margin: 0px 16px 0 0;
}
.ticket-cn-inr{
    padding:75px 0;
    margin:0px;
    text-align:center;
}
.ticket-cn-inr h5{
    margin:0px auto;
    padding:0px;
    font-weight:bold;
    font-size:16px;
    color:#6b6b6b;
    max-width:80%;
    line-height:32px;
}
.customPanel{
	border-color: #131834;
}
.customPanel .panel-heading{
	background: #131834;
	color: #fff;
	border-color: #131834;
}
.comments {
    max-width: 100%;
    padding-bottom: 100px;
	height: auto;
	overflow: hidden;
}
.comment-wrap {
    margin-bottom: 36px !important;
    display: table;
    width: 80%;
    min-height: 5.3125rem;
	border: none !important;
}
.comment-wrap.replay-me{
	float: right;
}
.photo {
    padding-top: 1.625rem;
    display: table-cell;
    width: 3.5rem;
}
.photo .avatar {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-size: contain;
    margin-right: 17px;
    background-repeat: no-repeat;
    background-position: center;
}
.comment-block {
    padding: 10px 10px 8px;
    position: relative;
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    border: solid 1px #d4d4d4;
	
}
.comment-block textarea {
    width: 100%;
    resize: none;
}
.comment-text {
    margin-bottom: 1.25rem;
}
.top-comment {
    display: inline-block;
    width: 100%;
    /* margin-bottom: 22px; */
}
.comment-date {
    float: left;
}
.comment-actions {
    float: right;
}
.comment-actions li {
    display: inline;
    margin: -2px;
    cursor: pointer;
}
.comment-actions li.complain {
    padding-right: 0.75rem;
    border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
    padding-left: 0.75rem;
    padding-right: 0.125rem;
}
.comment-actions li:hover {
    color: #0095ff;
}
.name-client {
    font-size: 18px;
    font-weight: 700;
}
.name-client p{
	font-size: 12px;
}
.date-time {
    font-size: 12px;
    color: #a8a8a8;
}
.comment-block:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 13px 16px 13px 0;
    border-style: solid;
    border-color: transparent #d4d4d4;
    top: 20px;
    left: -16px;
}
.comment-wrap.replay-me .comment-block:after {
    display: none;
}
.comment-wrap.replay-me .comment-block:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 13px 0 13px 16px;
    border-style: solid;
    border-color: transparent #edf7fa;
    top: 20px;
    right: -16px;
}
.replay-me .comment-block {
    background: #edf7fa;
    border-color: #edf7fa
}
.replay-me .photo {
    padding-top: 0rem;
    display: table-cell;
    width: 6.5rem;
    margin-left: 20px;
    position: relative;
    left: 14px;
}
.replay-me p {
    font-weight: 500;
}
.replay-me .comment-block {
    background: #edf7fa;
    border-color: #edf7fa;
}
.comment-wrap.replay-me .comment-block::before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 13px 0 13px 16px;
    border-style: solid;
    border-color: transparent #edf7fa;
    top: 20px;
    right: -16px;
}
.adminAvatar{display:none;}
.replay-me .userAvatar{display:none;}
.replay-me .adminAvatar{display:table-cell;}
.replay-me .name-client{float: right !important;}
.replay-me .date-time{float: left !important;}
.replay-me.ticket-reply .message{/* text-align: left; */}

.searchDownload .form-control{
	background: url("../img/search.png") !important;
	background-repeat: no-repeat !important;
	background-position: 15px center !important;
}
.catAreaMain .catName{
	font-size: 18px;
}
.list-groupCustom a.list-group-item{
	border:0px none;
	border-bottom: 1px solid #ccc;

}
.tableAffiliatesCommission tr td{
	border: 0px none !important;
	border-top: 1px solid #ccc !important;
}
.adminOzz .domainResultPage{background: #fff;}
.adminOzz #DomainSearchResults #searchDomainInfo{background: #fff;}
.adminOzz .domainResultTable.domain-pricing{background: #fff;padding:15px 15px 0px 15px;}
.colam-adon {
    /* background: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e9e9e9; */
	position: relative;
}
/* .colam-adon:after {
	content:"";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #e9e9e9;
    transform: translate(-50%);
} */
.colam-adon .row h4{
	width: 44%;
	display: inline-block;
	font-weight: normal;
}
.colam-adon .row h4 strong{font-weight: normal;}
.colam-adon .row span{
	font-weight: bold;
}
.colam-adon .row .col-sm-5, .colam-adon .row .col-sm-6{
	margin-bottom: 20px;
	font-size: 16px;
}

ul.pord-detal li {
    list-style: none;
    font-size: 16px;
    color: #545454;
    margin: 0 0 19px;
}
.by-domin {
    width: 44%;
    display: inline-block;
}
.label-Renew{
	font-weight: normal;
	border: 0px none;
	border-radius: 4px;
	font-size: 16px;
}

.prot-data {
	background: #131834;
	background: -moz-linear-gradient(left,  #131834 0%, #255066 100%);
	background: -webkit-linear-gradient(left,  #131834 0%,#255066 100%);
	background: linear-gradient(to right,  #131834 0%,#255066 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131834', endColorstr='#255066',GradientType=1 );
    border-radius: 5px;
    padding: 24px 16px;
    min-height: 296px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.block-image {
    min-height: 65px;
}

.manage-titel {
    margin-bottom: 30px;
}

.key-titel {
    font-weight:700 !important;
    font-size: 20px !important;
    color: #ffffff !important;
    margin: 23px 0 14px !important;
}

.prot-data p {
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
}

.key-domen {
    margin-top: 20px;
}

.key-domen .price {
    font-weight:700;
    font-size: 32px;
    color: #ffffff;
	float: none !important;
	padding: 14px 0 17px;
	letter-spacing: -1px;
}

.key-domen .price sub {
    font-size: 16px;
}

.key-btn {
    /* background: linear-gradient(to right, #0b9cb2 0%, #0b9cb2 100%); */
	background: #131834;
    font-size: 17px;
    color: #ffffff;
    font-weight:700;
    border-radius: 4px;
    padding: 6px 14px;
    margin-top: 8px;
    display: inline-block;
}

.key-btn:hover{color: #f2f2f2;}

.prot-data.dns {
    background: #0b9cb2;
	background: -moz-linear-gradient(left,  #0b9cb2 0%, #0ed1c0 100%);
	background: -webkit-linear-gradient(left,  #0b9cb2 0%,#0ed1c0 100%);
	background: linear-gradient(to right,  #0b9cb2 0%,#0ed1c0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9cb2', endColorstr='#0ed1c0',GradientType=1 );
}

.prot-data.dns .key-btn {
    background: #0b9cb2;
}
/* .prot-data.dns .key-btn:hover {
    background: #0ed1c0;
} */

.prot-data.data-show {
    background: #494949;
	background: -moz-linear-gradient(left,  #494949 0%, #919191 100%);
	background: -webkit-linear-gradient(left,  #494949 0%,#919191 100%);
	background: linear-gradient(to right,  #494949 0%,#919191 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#919191',GradientType=1 );

}

.prot-data.data-show .key-btn {
    background: #494949;
}
.clientDomainAddon .header-lined h1{
	color: #132333;
	font-weight: 600;
	font-size:30px;
	border: 0px none;
}
#containerExistingAccountSelect .account .radio-inline{
	padding-left: 32px !important;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
}
#containerExistingAccountSelect .account .iradio_square-blue{
	position: absolute !important;
	left: 0px !important;
}
.domainRenewProduct{
	height: auto;
	overflow: hidden;
}
.domainRenewProduct select.form-control{
	padding-right: 40px;
	width: 300px !important;
}
#domainRenewals.domain-renewals{
	border-top: 0px none;
	background: none;
}
#domainRenewals.domain-renewals .domain-renewal{
	border-bottom: 1px solid #ccc;
	background: none;
}
#domainRenewals.domain-renewals .domain-renewal:last-child{
	border-bottom: 0px none;
}
#domainRenewals .form-horizontal .form-group label.control-label{
	font-size: 16px;
	font-weight: 500;
	color: #232c3b;
}
#order-standard_cart .cart-sidebar .panel-sidebar,
.row-product-selection .panel-sidebar{
	font-family: 'Titillium Web', sans-serif;
}
#order-standard_cart .cart-sidebar .panel-sidebar > .panel-heading,
.row-product-selection .panel-sidebar > .panel-heading{
	background: #131834;
}
#order-standard_cart .cart-sidebar .panel-sidebar .panel-title,
.row-product-selection .panel-sidebar .panel-title{
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}

.addonService .panel{
	border: 1px solid #ddd;
	border-left: 3px solid transparent;
	border-radius: 0px;
}
.addonService .panel-heading {
    background: #fff;
    margin: 0px 20px;
    padding: 15px 0px;
	border-bottom: 1px solid #ddd !important;
	font-weight: bold;
}
.addonService .panel-heading .panel-title{
	font-weight: bold;
	font-size: 20px;
}
.addonService .panel{
	border-left-color: #ff8b00;
}
.addonService .panel .panel-body{
	font-size: 16px;
}
.addonService .panel .panel-body .product-pricing{
	font-weight: bold;
}
.addonService .panel .btn i{
	color: #fff !important;
}
.addonService .panel .btn{
	background: #ff8b00;
}

.addonService .row:nth-child(2n) .panel{
	border-left-color: #00c689;
}
.addonService .row:nth-child(2n) .panel .btn{
	background: #00c689;
}
.addonService .row:nth-child(3n) .panel{
	border-left-color: #f1536e;
}
.addonService .row:nth-child(3n) .panel .btn{
	background: #f1536e;
}
.addonService .row:nth-child(4n) .panel{
	border-left-color: #3da5f4;
}
.addonService .row:nth-child(4n) .panel .btn{
	background: #3da5f4;
}


.productsListingClient .price{
	font-size: 28px;
}

.productsListingClient .col-sm-4:nth-child(2n) .pricing-wrap  .headerPrice, .productsListingClient .col-sm-4:nth-child(2n) .pricing-wrap .headerPrice::after, .productsListingClient .col-sm-4:nth-child(2n) .pricing-wrap  .headerPrice::before{
	background-color: #ff8b00;
}
.productsListingClient .col-sm-4:nth-child(2n) .pricing-wrap .btnBuy{
	background-color: #ff8b00;
}
.productsListingClient .col-sm-4:nth-child(3n) .pricing-wrap .headerPrice::after, .productsListingClient .col-sm-4:nth-child(3n) .pricing-wrap .headerPrice::before, .productsListingClient .col-sm-4:nth-child(3n) .pricing-wrap  .headerPrice{
	background-color: #dd4b5f;
}
.productsListingClient .col-sm-4:nth-child(3n) .pricing-wrap .btnBuy{
	background-color: #dd4b5f;
}

.promoWrapper h3{
	color: #232c3b;
	font-size: 24px;
	padding-bottom: 5px;
}
.promoWrapper .promotions-slider-control{
	position: absolute;
	top: 50%;
	font-size: 30px;
	width: 100%;
	left: 0px;
	right: 0px;
	heigt: 40px;
}
.promoWrapper .promotions-slider-control a{
	position: absolute;
	left: 4%;
	color: #232c3b;
}
.promoWrapper .promotions-slider-control a:last-child{
	position: absolute;
	right: 4%;
	left: auto;
}
.promoWrapper .promo-banner{
	border: 0px none;
	border-radius: 0px;
}
.promoWrapper #promotions-slider {
	margin: 0px 7% 20px 7% !important;
	border: 1px solid #ccc;
}
.adminOzz .searchBarHelp {
	background: none;
	padding: 0px;
	height: auto;
	width: 100%;
}
.adminOzz .searchBarHelp #inputKnowledgebaseSearch{
	padding-left: 10px !important;
	background-color: #fff !important;
	border: 2px solid #373737 !important;
	color: #373737 !important;
	font-weight: 300;
	font-size: 24px !important;
	height: auto !important;
	width: calc(100% - 75px) !important;
	border-radius: 4px 0px 0px 4px !important;
}
.adminOzz .searchBarHelp .searchGobtn{
	background-color: #ff8b00;
	height: 50px;
	border-radius: 0px 4px 4px 0px !important;
}
.adminOzz .knowledgebaseKBCAT{
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px !important;
	margin-bottom: 30px;
}
.borderBGKnowledg{
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px !important;
	margin-bottom: 30px;
}
.adminOzz .boxHelpMain{
	background: #fff;
	display: block;
	border: solid 2px #fff;
	padding: 45px 10px;
	box-shadow: 3px 3px 7px #ccc;
	border-radius: 4px;
	min-height: 220px;
}
.adminOzz .boxHelpMain:hover{
	border-color: #1b66ef;
}
.adminOzz .boxHelpMain a:hover{
	text-decoration: none
}
.adminOzz .knowledgebaseKBCAT h2{
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 24px;
	color: #131834;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.adminOzz .relatedArticles{
	background: #fff;
	border-radius: 0px;
}
.adminOzz .otherPageInner {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
}

/* server status panel style */
.serverStatusPanel .panel-default {
 border-color:#e1e1e1
}
.serverStatusPanel .panel{
	font-size: 16px;
	border: 1px solid;
}
.adminOzz .serverStatusPanel .panel{
	font-size: 16px;
	border: 0px none;
}
.serverStatusPanel .panel-heading{
	padding: 20px;
	font-size: 16px;
	color: #fff !important;
}
.serverStatusPanel .panel-default>.panel-heading {
 color:#333;
 background-color:#FFF;
 border-color:#e1e1e1
}
.serverStatusPanel .panel-default>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#e1e1e1
}
.serverStatusPanel .panel-default>.panel-heading .badge {
 color:#FFF;
 background-color:#333
}
.serverStatusPanel .panel-default>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#e1e1e1
}
.serverStatusPanel .panel-primary {
 border-color:#2ca1c3
}
.serverStatusPanel .panel-primary>.panel-heading {
 color:#fff;
 background-color:#2ca1c3;
 border-color:#2ca1c3
}
.serverStatusPanel .panel-primary>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#2ca1c3
}
.serverStatusPanel .panel-primary>.panel-heading .badge {
 color:#2ca1c3;
 background-color:#fff
}
.serverStatusPanel .panel-primary>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#2ca1c3
}
.serverStatusPanel .panel-success {
 border-color:#94bd31
}
.serverStatusPanel .panel-success>.panel-heading {
 color:#94bd31;
 background-color:#94bd31;
 border-color:#94bd31
}
.serverStatusPanel .panel-success>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#94bd31
}
.serverStatusPanel .panel-success>.panel-heading .badge {
 color:#94bd31;
 background-color:#94bd31
}
.serverStatusPanel .panel-success>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#94bd31
}
.serverStatusPanel .panel-info {
 border-color:#131834
}
.serverStatusPanel .panel-info>.panel-heading {
 color:#131834;
 background-color:#131834;
 border-color:#131834
}
.serverStatusPanel .panel-info>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#131834
}
.serverStatusPanel .panel-info>.panel-heading .badge {
 color:#131834;
 background-color:#131834
}
.serverStatusPanel .panel-info>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#131834
}
.serverStatusPanel .panel-warning {
 border-color:#ff8b00
}
.serverStatusPanel .panel-warning>.panel-heading {
 color:#ff8b00;
 background-color:#ff8b00;
 border-color:#ff8b00
}
.serverStatusPanel .panel-warning>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#ff8b00
}
.serverStatusPanel .panel-warning>.panel-heading .badge {
 color:#ff8b00;
 background-color:#ff8b00
}
.serverStatusPanel .panel-warning>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:##ff8b00
}
.serverStatusPanel .panel-danger {
 border-color:#d9534f
}
.serverStatusPanel .panel-danger>.panel-heading {
 color:#d9534f;
 background-color:#d9534f;
 border-color:#d9534f
}
.serverStatusPanel .panel-danger>.panel-heading+.panel-collapse>.panel-body {
 border-top-color:#d9534f
}
.serverStatusPanel .panel-danger>.panel-heading .badge {
 color:#d9534f;
 background-color:#d9534f
}
.serverStatusPanel .panel-danger>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color:#d9534f
}

.serverStatusPanel .panel .list-group-item{
	padding-top: 10px;
	padding-bottom: 16px;
	font-size: 16px;
	border-color: #e1e1e1;
}
.serverStatusPanel .panel .list-group-item-warning{
	background: #f17d0d;
	color: #fff;
}
.paginationServerStatus .btn-group{
	float: right;
}
.paginationServerStatus .btn-group .btn{
	border-radius: 4px;
	font-size: 15px;
}
.paginationServerStatus .btn-group .btn-default.active, .paginationServerStatus .btn-group .btn-default:active{
	background: #131834;
	color: #fff;
}
.paginationServerStatus {
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.tableServerStatus table tr td, .tableServerStatus table tr th{
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #ccc;
}
.faqTable tr th, .faqTable tr td{
	vertical-align: top;
}
.activeProductService .panel{
	border: 0px none;
	margin: 0px;
}

/*** Submenu ***/
.submenuCustom li{
	max-width: 250px;
}

.submenuCustom li:hover .iconSubmenu-Custom::before{
	border-color: #e2592e;
}
.submenuCustom li:nth-child(2):hover .iconSubmenu-Custom::before{
	border-color: #2a97a6;
}
.submenuCustom li:nth-child(3):hover .iconSubmenu-Custom::before{
	border-color: #65a40c;
}
.submenuCustom li:nth-child(4):hover .iconSubmenu-Custom::before{
	border-color: #8878ed;
}
.submenuCustom li:nth-child(5):hover .iconSubmenu-Custom::before{
	border-color: #63efb4;
}
.fileUploadOuter{
	margin-bottom: 10px;
}
.fileUploadCustom {
    position: relative;
    overflow: hidden;
}
.fileUploadCustom input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUploadCustom.btn--browse{
    border: 1px solid #131834;
    border-left: 0;
	border-radius: 0 2px 2px 0;
    background-color: #131834;
    color: #fff;
    height: 42px;
	padding: 10px 14px;
}

.fileUploadOuter .f-input{
	height: 42px;
	background-color: white;
	border: 1px solid #131834;
	width: 100%;
	max-width: 400px;
	float: left;
	padding: 0 14px;
}
.availableAddonsProduct .addon-promo-container label {
    margin-top: 10px;
    width: 98%;
}
.availableAddonsProduct .addon-promo-container label span{
	font-weight: bold;
}
.footerClientArea{
	background: #231f20;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 15px 50px;
	text-align: center;
	margin-top: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 160px;
}

.websiteBuilderTabs img[src="/whmcs/"] {
   display: none;
}
.comparePlanTable .loadMoreButton{
	background: #ff8b00;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}
.comparePlanTable .loadlessBtn{
	background: #ff8b00;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}
body.menuToggler{
	overflow: hidden;
}

.TransferHostingCompareTable{
	border-top: 5px solid #1f2d54;
}
.TransferHostingCompareTable .compare-heading{
	background: #1f2d54;
}
.comparePlanTable .titleListTable{
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #1f5452;
	text-align: center;
}
.tableWebBuilder.comparePlanTable .titleListTable{
	color: #1f2d54;
}
.TransferHostingCompareTable.comparePlanTable .titleListTable{
	color: #232c3b;
}
.sidebarCustom .panel-sidebar > .panel-heading {
    background: #131834;
}
.sidebarCustom .panel-sidebar .panel-title {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
.productItemMain .productItemPrice.productPriceDedicatedServer {
	text-align: center;
}
.productItemMain .productItemPrice.productPriceDedicatedServer .priceArea{
	padding-top: 35px;
}
.productItemMain .productItemPrice.productPriceDedicatedServer img{
	width: 60px;
}
.productItemMain .productItemPrice.productPriceDedicatedServer .priceArea .oldPrice {
    top: 58px;
    right: 0px;
    left: 0px;
	color: #5C5C5C;
}
.productItemMain .productItemPrice.productPriceDedicatedServer .btn{
	margin-top: 5px;
}
#tabAddons .client-home-panels .panel > .panel-body p{
	padding: 5px 15px;
}
.perMonth, .perMonth sub{
	color: #333;
	font-size: 15px !important;
}
.modal .panel-primary > .panel-heading{
	background: #131834;
}
.userSecurityPage{
	font-size: 18px;
}
.securityModal .modal-header button{color: #fff;}
.securityModal .modal-body .btn-primary{
	background: #ff8b00;
	border-color: #ff8b00;
	color: #fff;
}
.securityModal .modal-body .btn-primary{
	background: #f88400;
	border-color: #ff8b00;
}
.userSecurityPage tr td, .userSecurityPage tr th{
	border: 1px solid #7d7d7d !important;
}
.userSecurityPage tr td .btn{
	margin-bottom: 5px;
}
.accountSubmenu{
	overflow: inherit;
}
.adminOzz .accountSubmenu .navbar-nav.subMenuClient{
	float: none !important;
	display: inline-block;
}
.adminOzz .accountSubmenu .menuHiddenMobile{
	font-size: 20px;
	top: -20px;
	left: 15px;
}
.adminOzz .accountSubmenu .menuHiddenMobile .btn{
	font-size: 20px;
	padding: 3px 12px;
}
.adminOzz .accountSubmenu .btn-group.menuHiddenMobile > .btn + .dropdown-toggle{
	padding-left: 8px;
}
.adminOzz .accountSubmenu .menuHiddenMobile li a{
	font-size: 18px;
}
.customPanelAddon{
	padding: 10px;
	background: #f6f6f6;
	border: 1px solid #ddd;
}
.customPanelAddon .checkbox-inline{
	margin-top: 0px;
}



.topBanner{
	padding-top: 30px;
	padding-bottom: 15px;
}
.servicesMainTop{
	padding-bottom: 15px;
	padding-top: 30px;
}
.mrc-btn-wrap{
	margin: 0px;
}


.descService-server p{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
      height: 74px;
    overflow: hidden;
    position: relative;
}
.descService-server.open p{
	height: auto;
}
/* .audioService .descService-server  p{
	height: auto;
} */
.availableAddonsProduct .customPanelAddon{
	margin-bottom: 15px;
}
.paymentoption i.fa-bitPay{
	background: url("../img/bitpayFooter.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
	width: 60px;
	height: 36px;
	background-size: auto 36px;
	background-position: left 0px;
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
	margin-right: 0px !important;
}

.accountFormArea .pricing-wrap .headerPrice .titlePrice{
	padding-top: 10px;
	font-size: 20px;
}
.accountFormArea .pricing-wrap .headerPrice::before, .accountFormArea .pricing-wrap .headerPrice::after{
	bottom: -14px;
}
.accountFormArea .pricing-wrap .pricePlan{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
}
.accountFormArea .productsListingClient .price{
	font-size: 20px;
}
.accountFormArea .pricing-wrap .planFeature ul li{
	padding: 3px 0px 3px 0px;
	min-height: 50px;
	font-size: 16px;
}
.accountFormArea .pricing-wrap .planFeature{
	padding-top: 15px;
}
.accountFormArea #order-supreme_comparison .row .col-sm-4:nth-child(3n+1){
    clear:left;
}
.email-verification{
	margin-bottom: 10px;
}
.email-verification .btn{
	background: #0f5187;
	color: #fff;
}
.home-shortcuts{
	margin-bottom: 10px;
}
.notificationLogin a#accountNotifications{
	margin-right: 15px;	
}
.notificationLogin a#accountNotifications i{
	font-size: 25px;
	color: #fff;	
}
#wrapper .landing-page.mail-services .product-options{
	background:none;
}
#wrapper .landing-page.mail-services .product-options .item{
	font-size: 14px;
	background: #fff;
	padding: 0px;
}
#wrapper .landing-page.mail-services .product-options .item i{
	color: #ff8b00;
}
#wrapper .landing-page.mail-services .product-options .item .emailServicesBody{
	margin: 65px 15px 15px 15px;
}
#wrapper .landing-page.mail-services .product-options .item .emailServicesBody .price{
	font-size: 16px;
	color: #000;
}
#wrapper .landing-page.mail-services .product-options .item .emailServicesBody .price span{
	color: #ff8b00;
	font-size: 24px;
}
#wrapper .landing-page.mail-services .product-options .item.pricing-wrap.emailHostingPrice .btnBuy {
    background-color: #342f13 !important;
}
#wrapper .landing-page.mail-services .product-options .item.pricing-wrap.mediumPlan .btnBuy {
    background-color: #ff8b00 !important;
}
#wrapper .landing-page.mail-services .product-options .item.pricing-wrap.largePlan .btnBuy {
    background-color: #dd4b5f !important;
}
#wrapper .landing-page .featureMain .nav-tabs > li > a, .landing-page .featureMain .nav-tabs > li > a:focus{
	background: none;
}
#wrapper .landing-page .featureMain .tab-content{
	font-size: 14px;
}
#wrapper .landing-page.mail-services .get-started{
	background: #131834;
	padding: 30px 15px;
	margin-top: 40px;
}
.adminOzz .landing-page .hero{
	text-align: left;
}
.adminOzz .landing-page.ssl .validation-levels{
	background: transparent;
}
.adminOzz .landing-page.ssl{
	padding-top: 0px;
}
.landing-page.ssl .validation-levels h3{
	font-weight: 600 !important;
	color: #000 !important;
}
#wrapper .landing-page.mail-services .product-options .item.pricing-wrap.RapidSSL .btnBuy {
    background-color: #131b34 !important;
}
.landing-page.ssl p.help-me-choose a, .landing-page.ssl a.help-me-choose{
	color: #131b34 !important;
}
.landing-page.ssl .featureMain nav{
	margin-bottom: 0px;
}
.content-blockCustom{
	margin-top: 0px !important;
	background: #fff;
	padding: 20px !important;
}
.landing-page.ssl .what-is-ssl ul{
	list-style: disc !important;
}
.contentWebhosting h3{
	font-weight: 600 !important;
}
.featureSSL h3, .featureSSL i{color: #131834 !important;}
.featureSSL i{
	font-size: 55px !important;
}
.webHostingGreenBar.sslBGBarLogin{
	background: #1f3954;
}
.webHostingGreenBar.sslBGBarLogin::before {
	background: -moz-linear-gradient(left,  rgba(31,57,84,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,57,84,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(31,57,84,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3954', endColorstr='#00ffffff',GradientType=1 );
}	
.webHostingGreenBar.sslBGBarLogin .moduleBanner-text-image::before, .webHostingGreenBar.sslBGBarLogin .moduleBanner-text-image img::before {
	background: -moz-linear-gradient(left,  rgba(31,57,84,1) 0%, rgba(81,84,31,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(31,57,84,1) 0%,rgba(81,84,31,0) 100%);
	background: linear-gradient(to right,  rgba(31,57,84,1) 0%,rgba(81,84,31,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3954', endColorstr='#0051541f',GradientType=1 );
}
.competitive-upgrade-promo{
	background: #1f3954 !important;
}
.landing-page .marketconnect .content-block{margin: 0px;padding: 0px;}
.landing-page.ssl .certificate-options{
	background: #131834 !important;
	padding-left: 20px;
	padding-right: 20px;
}
.landing-page.ssl .features{
	background: #fff !important;
	padding-left: 20px;
	padding-right: 20px;
}
.landing-page.ssl .features .titleListServer{color: #131834;}

#chatstack-container .chatstack-launcher-frame{
	min-width: 123px !important;
	min-height: 60px !important;
	box-shadow: none !important;
	border-radius: 0px !important;
} 
#chatstack-container.hidden{}
.formConfiguressl{
	font-size: 16px;
}
.formConfiguressl .form-control{
	padding-left: 12px !important;
}
.sortSelect{
	position: absolute;
	right: 400px;
}
.sortSelect label{
	font-size: 16px;
	margin-right: 10px;
}
.sortSelect select{
	padding: 6px 22px 6px 3px;
	border: 1px solid #131834 !important;
	border-radius: 4px;
	font-size: 14px;
	max-width: 150px;
	background-size: 16px !important;
	background-position: right .3em top 50%, 0 0 !important;
}
.dataTables_wrapper .dataTables_filter {
    float: left;
    width: calc(100% - 700px);
}

.AudioContactForm {
    padding: 0px;
    border-top: 10px solid #ffff;
}