body {
	background: #fff;
	margin: 0;
	padding: 0;
}
body, select, input, div {
	font-family: 'Open Sans', sans-serif;
	color: #777;
	font-size: 14px;
	line-height: 18px;
}
img {
	border: none;
}
::-moz-selection {
 color: #fff;
 background:#8fc900;
}
::selection {
	color: #fff;
	background: #8fc900;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-ms-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
	outline: none;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: auto;
}
.wrapper {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.top-hidebox{
	float:left;
	width:100%;
	background:#000;
}
.top-hidebox p{
	margin:5px 0;
	padding:0px;
	color:#fff;
	text-align:center;
}
.topbox {
	float: left;
	width: 100%;
	line-height:40px;
	/*padding: 10px 0;*/
	background:#72b8d8 url("../images/bg2.png") repeat scroll 0 0;
	/*background: #0171bc;
	position:fixed;*/
	top:0px;
	z-index:999;
	position: relative;
}
.topbox p {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
}
.topbox p i {
	margin: 0 5px 0 0;
}
.topbox p span {
	font-size: 14px;
	font-weight: normal;
}
.topbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.topbox ul li {
	float: left;
	/*background-color:#ec7124;*/
	color: #fff;
	font-size: 14px;
	background:#3386a0 url("../images/noisy2.png") repeat scroll 0 0;
	line-height: 38px;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.topbox ul li:hover {
	box-shadow:8px 0 12px #2286a0 inset;
}
.topbox ul li i {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin: 0 3px 0 0;
}
.topbox ul li a {
	color: #fff;
	text-decoration: none;
}
.topbox ul li:last-child {
	border: none;
	padding-right: 0px;
}
.loginbox {
	float:left;
	width:940px;
	padding:10px;
	display:none;
}
.client_login {
	float:right;
	width:113px;
	top:-46px;
	height:26px;
	position:absolute;
	right:0px;
	background:url(../images/client_loginbg.png) no-repeat left bottom;
	padding:0 10px;
}
.client_login a {
	display:block;
	font-size:12px;
	color:#777;
	text-transform:uppercase;
	line-height:22px;
}
.client_login a:hover {
	color:#fff;
}
.hide_login {
	background:url(../images/hide_loginbtn.png) no-repeat left -8px;
	display:none;
}
.headerbox {
	float: left;
	width: 100%;
	min-height: 90px;
	background:#FFF url("../images/bg1.png") repeat scroll 0 0;
}
.header-inner {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
.logo {
	float: left;
	width: 250px;
	/*height: 37px;*/
	margin: 15px 0 0;
	background: url("../images/logo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.logo a {
	display: block;
	height: 70px;
	/*background: url(../images/logo.png) no-repeat left top;*/
}
.bannercon {
	float: left;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	margin:0 0 0;
		-webkit-box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.15);

}
#bannerslides {
	float: left;
	width: 100%;
	position: relative;
}
#bannerslides {
	float: left;
	width: 100% !important;
}
#bannerslides .slide {
	width: 100% !important;
	float: left;
}
.bannerbox {
	float: left;
	width: 100%;
	position: relative;
	height: 500px;
}
.banner-innertext {
	float: left;
	width: 70%;
	position: relative;
	color: #fff;
	margin: 50px 0 0;
}
.bannerbox h1 {
	margin: 0 0 10px;
	padding: 0px;
	color: #005793;
	font-size: 46px;
	line-height: 50px;
	font-weight: 300;
}
.bannerbox h1 span {
	font-weight: bold;
}
.bannerbox h2 {
	margin: 0 0 15px;
	padding: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
}
.banner-price {
	float: right;
	width: 118px;
	text-align: center;
	height:118px;
	color: #232224;
	font-size: 16px;
	line-height: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 100px;
	border: 3px solid #eff4f9;
	padding: 25px 0 0;
	position: absolute;
	right: 20px;
}
.banner-price span {
	color: #0171bc;
	font-size: 32px;
	line-height: 38px;
	font-weight: 800;
}
.bannerbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px;
}
.bannerbox ul li {
	padding: 4px 0 4px 20px;
	position: relative;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
}
.bannerbox ul li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-family: 'FontAwesome';
}
.banner-btnbox {
	float: left;
	width: 100%;
	margin: 35px 0 0;
}
.banner-btnbox .btn1 {
	float: left;
	font-size: 17px;
	margin: 0 10px 0 0;
}
.banner-imagebox {
	position: absolute;
	right: 20px;
	bottom: 125px;
	margin: 0px;
}
.banner-imagebox img {
	float: left;
}
.banner-imagebox span {
	position: absolute;
	left: 58px;
	bottom: -15px;
}
.banner-imagebox2 span {
	bottom: 15px;
}
.pagination-boxes {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
	margin: -127px 0 0;
}
.pagination-boxes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.pagination-boxes ul li {
	display: inline-block;
 *display:inline;
	width: 25%;
	position: relative;
	vertical-align: top;
	margin: 0 -4px 0 0;
}
.pagination-boxes ul li:before {
	position: absolute;
	left: 0px;
	width: 1px;
	height: 100%;
	content: "";
	background: #eff4f7;
	display: block;
}
.pagination-boxes ul li:first-child:before {
	display: none;
}
.pagination-boxes ul li a {
	display: block;
	background: #323f52;
	padding: 18px 0;
	color: #fff;
	text-decoration: none;
}
.pagination-boxes figure {
	margin: 0 15px 0 0;
	display: inline-block;
 *display:inline;
	vertical-align: top;
}
.text-rt {
	display: inline-block;
 *display:inline;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
.pakage-price {
	float: left;
	width: 100%;
	background: #0171bc;
	color: #fff;
	padding: 8px 0;
	font-size: 16px;
	margin: 15px 0 0;
	border-top: 3px solid #2b8bcb;
}
.pakage-price span {
	font-weight: 18px;
	font-weight: 600;
}
.style1 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.pagination-boxes ul li a.current .pakage-price {
	background: #323f52;
	border-top: 3px solid #323f52;
}
.contentbox {
	float: left;
	width: 100%;
}
.paddingbox {
	padding: 55px 0;
}
.contentbox h2 {
	margin: 0 0 6px;
	padding: 0px;
	color: #323f52;
	font-size: 34px;
	font-weight: 800;
	line-height: 36px;
}
.domain-box {
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	width: 100%;
}
.domain-box p {
	margin: 0px;
	padding: 0px;
}
.domain-searchfield {
	display: inline-block;
 *display:inline;
	vertical-align: top;
	width: 70%;
	margin: 22px 0 0;
}
.domain-searchfield .fieldbox {
	float: left;
	width: 78%;
	background: #fff;
	padding: 5px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.02);
}
.fieldbox input[type="text"] {
	float: left;
	width: 84%;
	background: #fff;
	padding: 0 2%;
	font-weight: 300;
	font-size: 14px;
	color: #666;
	height: 30px;
	border: none;
	line-height: 30px;
}
.fieldbox .drop-down {
	float: right;
	width: 66px;
	height: 30px;
	border-left: 1px solid #dcdcdc;
}
.fieldbox .drop-down select {
	float: left;
	width: 100%;
	border: none;
	background: #fff;
	font-weight: 300;
	font-size: 14px;
	outline: none;
	color: #666;
	margin: 5px 0 0;
}
.domain-searchfield input[type="submit"] {
	float: right;
	border: 1px solid #0160a0;
	border-bottom: 2px solid #0171bc;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 9px 28px;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	background: #0171bc;
}
.domain-box ul.list1 {
	list-style: none;
	margin: 75px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.domain-box ul.list1 li {
	display: inline-block;
 *display:inline;
	vertical-align: top;
	background: #fff;
	font-size: 18px;
	color: #555;
	font-weight: 300;
	padding-bottom: 18px;
	border: 1px solid #cfddeb;
	border-bottom: 3px solid #cfddeb;
	width: 14%;
	margin: 0 2% 0 0;
}
.domain-box ul.list1 li span {
	font-size: 30px;
	color: #0171bc;
	font-weight: bold;
}
.domain-box ul.list1 li figure {
	margin: -45px auto 20px;
	display: table;
	width: 84px;
	height: 84px;
	background: #fff;
	border: 1px solid #cfddeb;
	border-radius: 360px;
}
.domain-box ul.list1 li figure span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.domain-box ul.list1 li:nth-child(odd) {
	background: #0171bc;
	border: 1px solid #005a96;
	color: #fff;
	border-bottom: 3px solid #005a96;
}
.domain-box ul.list1 li:nth-child(odd) span {
	color: #fff;
}
.domain-box ul.list1 li:nth-child(odd) figure {
	border: 1px solid #0171bc;
}
.domain-box ul.list1 li:last-child {
	margin: 0px;
}
.planbox {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.planbox p {
	margin: 0px;
	padding: 0px;
}
.planbox .planinner {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
.plan1 {
	float: left;
	width: 48%;
	background: #0171bc;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	padding: 30px 3%;
	border-radius: 5px;
	text-align: left;
}
.plan1 figure {
	margin: 0px;
	float: left;
}
.plan1-text {
	float: right;
	width: 55%;
	color: #fff;
	font-weight: 300;
}
.plan1 h3 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	border-bottom: 1px solid #218bd2;
}
.plan1 ul.list1 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 58%;
	border-right: 1px solid #218bd2;
}
.plan1 ul.list1 li {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding: 2px 0;
}
.plan1 ul.list1 li b {
	font-weight: bold;
}
.plan-price {
	float: right;
	width: 38%;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.plan-price span {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	display: block;
}
.plan1 .btn1 {
	float: left;
	margin: 12px 0 0;
	font-size: 14px;
}
.plan1:nth-child(even) {
	float: right;
}
.smallbox1 {
	float: left;
	width: 50%;
	color: #323f52;
	font-weight: 300;
	padding: 25px 2%;
	box-shadow: -1px 0 0 #e1e1e1 inset;
}
.smallbox1 h4 {
	margin: 0 0 12px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #323f52;
	text-shadow: 0 0 1px #fff;
}
.smallbox1 p {
	margin: 0px;
	padding: 0px;
}
.imageholder1 {
	margin: 0px !important;
	float: right;
}
.imageholder1 img {
	float: left;
}
.smallbox1:last-child {
	box-shadow: none;
}
.textbox {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.textbox p {
	margin: 0px;
	padding: 0px;
}
.textbox ul.list1 {
	list-style: none;
	margin: 25px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.textbox ul.list1 li {
	padding: 0 2%;
	width: 25%;
	line-height: 22px;
	font-weight: 300;
	float: left;
	color: #fff;
	font-size: 14px;
}
.textbox figure {
	display: inline-block;
 *display:inline;
	margin: 0 0 15px;
}
.textbox h4 {
	margin: 0 0 4px;
	padding: 0px;
	font-size: 16px;
	color: #505d70;
	font-weight: bold;
	line-height: 16px;
}
.why-choosebox {
	background: url(../images/why-chooseus-bg.jpg) no-repeat center top;
	background-size: cover;
}
.why-choosebox .textbox {
	color: #fff;
}
.why-choosebox h2 {
	color: #fff;
}
.testimonial-box {
    float: left;
    padding: 30px 0;
    width: 100%;
}
.testimonial-box figure {
    float: left;
    margin: 35px 0 0;
    text-align: center;
    width: 23%;
}
#testimonial_logoslider figure {
    width: 100%;
}
.testimonial_slider {
    float: right;
    position: relative;
    width: 70%;
}
.testimonial-text {
    float: right;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 2%;
    position: relative;
    width: 70%;
}
.testimonial-text::before, #testimonial_slider::before {
    background: rgba(0, 0, 0, 0) url("../images/arrow-shape.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 213px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 14px;
}
#testimonial_slider .testimonial-text {
    width: 96%;
}
#testimonial_slider .testimonial-text::before {
    display: none;
}
#testimonial_slider::before {
    left: -30px;
}
.testimonial-text h3 {
    color: #333;
    font-size: 36px;
    font-weight: 800;
    line-height: 34px;
    margin: 0 0 18px;
    padding: 0;
}
.testimonial-text p {
    margin: 0 0 10px;
    padding: 0;
				font-family:Comic Sans MS;
}
.author-name {
    color: #0171bc;
    float: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
}
.date {
    font-size: 14px;
}
.partnerbox {
	float: left;
	width: 100%;
	padding: 35px 0;
}
/**************FOOTER CSS********************/
.footerbox {
	float: left;
	width: 100%;
	/*background: url(../images/footerbg.jpg) no-repeat center top;*/
background:#1A4A58 url("../images/noisy2.png") repeat scroll 0 0;
	padding: 60px 0;
		box-shadow: 0 2px 2px #092230 inset;

}
.sitemap {
	float: left;
	width: 25%;
}
.sitemap h5 {
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 12px;
}
.sitemap ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.sitemap ul li {
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 3px 0 3px 16px;
}
.sitemap ul li a {
	color: #fff;
	text-decoration: none;
}
.sitemap ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 3px;
	color: #b1cd46;
	font-family: 'FontAwesome';
	font-size: 14px;
}
.sitemap ul:last-child {
	margin: 0px;
}
.sitemap ul.contact-info li {
	padding: 3px 0;
}
.sitemap ul.contact-info li:before {
	display: none;
}
.newsletter_box {
	float: left;
	width: 25%;
}
.newsletter_box h5 {
	margin: 0 0 12px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
.fieldset-box {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	margin: 0 0 10px;
}
.fieldset-box label {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	border-right: 1px solid #c8c8c8;
}
.fieldset-box label i {
	color: #609b21;
	font-size: 16px;
	line-height: 40px;
}
.newsletter_box input[type="text"] {
	float: right;
	width: 75%;
	height: 40px;
	outline: none;
	border: none;
	padding: 0 2%;
	line-height: 40px;
	background: #fff;
}
.newsletter_box input[type="submit"] {
	float: left;
	background: #0171bc;
	padding: 8px 36px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	cursor: pointer;
}
.newsletter_box input[type="submit"]:hover {
	background: #000;
}
.social_box {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
.social_box ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social_box ul li {
	float: left;
	margin: 0 5px 0 0;
}
.social_box ul li a {
	display: block;
	width: 32px;
	height: 32px;
}
.social_box ul li a:hover {
	opacity: 0.8;
}
.social_icon1 {
	background: url(../images/social-icons.png) no-repeat left top;
}
.social_icon2 {
	background: url(../images/social-icons.png) no-repeat -37px top;
}
.social_icon3 {
	background: url(../images/social-icons.png) no-repeat -74px top;
}
.social_icon4 {
	background: url(../images/social-icons.png) no-repeat -111px top;
}
.copyrightbox {
	float: left;
	width: 100%;
	padding: 25px 0;
	background:#062e3c url("../images/noisy2.png") repeat scroll 0 0;
	box-shadow: 0 2px 2px #092230 inset;

}
.copyrightbox p {
	margin: 0px;
	padding: 0px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.copyrightbox p a {
	color: #b1cd46;
}
.payment-section {
	float: right;
}
.payment-section label {
	color: #b1cd46;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
.payment-section figure {
	margin: 0 0 0 10px;
	float: right;
}
/*********************SHARED HOSTING PAGE**************/
.subbannercon {
	float: left;
	width: 100%;
	background: url(../images/subbanner.jpg) no-repeat center top;
	background-size: cover;
}
.subbanner {
	float: left;
	width: 100%;
	height: 402px;
	position: relative;
}
.subbanner-innertext {
	float: left;
	width: 100%;
	margin: 75px 0 0;
}
.subbanner h1 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 54px;
	font-weight: 300;
	line-height: 58px;
}
.subbanner h1 span {
	font-weight: 800;
	text-transform: uppercase;
}
.subbanner h2 {
	margin:10px 18px 18px 11px;
	padding: 0px;
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	line-height: 28px;
}
.subbanner ul.list1 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.subbanner ul.list1 li {
	color: #6aa60f;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	padding: 3px 0 3px 20px;
	position: relative;
}
.subbanner ul.list1 li:before {
	position: absolute;
	left: 0px;
	top: 3px;
	content: "";
	display: block;
	color: #0171bc;
	font-size: 8px;
	font-family: 'FontAwesome';
}
.banner-image1 {
	/*float: left;*/
	margin: 5px 0 0;
}
.shared-bannerimage {
	position: absolute;
	right: 3%;
	top: 20px;
	margin: 0px;
}
#tabs .anchors-box {
	float: left;
	width: 100%;
	margin: -60px 0 0;
	position: relative;
	z-index: 1;
}
.anchors-box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.anchors-box ul li {
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
}
.anchors-box ul li a {
	display: block;
	font-size: 22px;
	font-weight: 300;
	padding: 18px 0;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	line-height: 24px;
	text-decoration: none;
	background: rgba(50,63,82,0.80);
}
.anchors-box ul li a:hover, .anchors-box ul li.current a, .anchors-box ul li.ui-state-active a {
	background: #0171bc;
	box-shadow: 0 -2px 0 #2b8bcb inset;
}
.anchors-box ul li:last-child {
	margin: 0px;
}
.shared-tabs {
	text-align: center;
}
.shared-tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: none;
	display: inline-block;
 *display:inline;
	vertical-align: top;
	width: 48%;
	text-align: center;
}
.shared-tabs ul li {
	width: 48%;
}
.subplan1 {
	float: left;
	position:relative;
	width: 24.2%;
	background: #eff4f7;
	margin: 0 1% 0 0;
	/*padding-bottom: 30px;*/
	-webkit-box-shadow: 0px 0px 2px 0px rgba(130,130,130,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(130,130,130,1);
box-shadow: 0px 0px 2px 0px rgba(130,130,130,1);    color: #010101 !important;
}
.subplan1 h4 {
	margin: 0px;
	padding: 12px 0;
	font-size: 22px;
	font-weight: 800;
	color: #a06304;
	line-height: 28px;
	position: relative;
		background: #FFC200 url("../images/noisy2.png") repeat scroll 0 0;
	border-bottom: 3px solid #d09300;
	text-transform: uppercase;
	text-shadow:0 1px 0 #ffffff;
}
.subplan1 h4:after {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -16px;
	width: 44;
	height: 16px;
	content: "";
	display: block;
}
.subplan1-inner {
	float: left;
	width: 100%;
		background: #1b515f url("../images/noisy2.png") repeat scroll 0 0;
}
.subplan-rate {
		padding: 15px 0%;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	color: #fefeb9;
	margin:0;
	text-shadow:-1px 1px 0 #3a1712;
}
.subplan-rate span.numeric {
	font-size: 36px;
	font-weight: bold;
	line-height: 46px;
}
.dropdown-box2 {
	float: left;
	width: 90%;
	height: 38px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding: 0 5%;
}

.dropdown-box2 select {
	float: left;
	width: 100%;
	border: none;
	color: #666;
	outline: none;
	font-size: 14px;
	background: #fff;
	margin: 8px 0 0;
}
.subplan1 ul.list1 {
	list-style: none;
	margin: 0 0 28px;
	padding: 0px;
	float: left;
	width: 100%;
}
.subplan1 ul.list1 li {
	padding: 18px 0;
	color: #323f52;
	font-size: 14px;
	text-align:left;
	line-height: 20px;
	font-weight:500;
	/*background: url(../images/li-bg.png) no-repeat center bottom;*/
	background: #D5EDED url("../images/noisy2.png") repeat scroll 0 0;
	
 padding: 13px 10px 10px 37px !important;

}
.subplan1 ul.list1 li:nth-child(2n) {
    background: #eff4f7 url("../images/noisy2.png") repeat scroll 0 0;
				
}
.subplan1 ul.list1 li b {
	font-weight: bold;
	text-transform: uppercase;
}
.subplan1 .btn1 {
	display:inline-block;
	vertical-align: top;
	font-size: 16px;
	width:90%;
	 padding-bottom: 20px;
}
.subplan1 .btn1 a {
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: 2px solid rgba(0,0,0,0.2);
}
.subplan1 .btn1 a:hover {
	background: #FFC200 url("../images/noisy2.png") repeat scroll 0 0;
}
.subplan1:last-child {
	margin: 0px;
}
.subplan1 .dropdown-box2{
				float:none;
				width:80%;
				display:inline-block;
				*display:inline;
				vertical-align:top;
				margin:0 0 28px;
			}
.compare-planbox {
	background: url(../images/compare-boxbg.jpg) no-repeat center top;
	background-size: cover;
}
.compare-planbox h2 {
	color: #fff;
}
.compare-planbox p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
.seprator {
	float: left;
	width: 100%;
	margin: 25px 0;
}
.compare-planholder {
	float: left;
	width: 100%;
}
.compare-planholder thead td, .compare-planholder thead th, .compare-planholder tbody td, .compare-planholder tbody th, .compare-planholder thead tr {
	display: block;
	width: 100%;
	float: left;
}
.compare-planholder thead {
	float: left;
	width: 30%;
	text-align: left;
	display: block;
}
.compare-planholder thead th {
	font-size: 22px;
	color: #fff;
	padding: 23px 5% 24px;
	width: 100%;
	line-height: 24px;
	font-weight: 600;
	background: rgba(50,63,82,0.50);
}
.compare-planholder thead td {
	background: rgba(237,242,245,0.80);
	padding: 15px 5%;
	width: 100%;
	color: #000;
	box-shadow: 0 -1px 0 #2a3036 inset;
}
.compare-planholder thead td i {
	color: #0171bc;
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
	font-size: 9px;
}
.compare-planholder thead td:first-child {
	background: none;
	padding: 0px;
	height: 98px;
}
.compare-planholder thead td:last-child {
	border: none;
	padding: 15px 5% 16px;
}
.compare-planholder tbody {
	float: right;
		text-align:center;
	width: 70%;
	display: block;
}
.compare-planholder tbody tr {
	width: 25%;
	float: left;
	display: block;
}
.compare-planholder tbody th {
	background: #0171bc;
	color: #fff;
	padding: 15px 0;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	border-bottom: 3px solid #2b8bcb;
	box-shadow: -1px 0 0 #2a3036 inset;
}
.compare-planholder tbody td {
	background: #fff;
	color: #010101;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 0;
	box-shadow: -1px 0 0 #2a3036 inset;
}
.compare-planholder tbody td:nth-child(even) {
	background: #eff4f7;
}
.compare-planholder tbody td.compare-price {
	background: #323f52;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	padding: 9px 0 !important;
}
.compare-planholder tbody td.compare-price span {
	font-size: 24px;
	font-weight: bold;
	display: block;
	line-height: 26px;
}
.compare-planholder .btn1 {
	display: inline-block;
	font-size: 14px;
}
.compare-planholder tbody tr:first-child th, .compare-planholder tbody tr:nth-child(4) th {
	margin: 40px 0 0;
}
.compare-planholder tbody tr:nth-child(2) th {
	margin: 20px 0 0;
	padding: 25px 0;
}
.compare-planholder tbody tr:nth-child(3) th {
	padding: 35px 0;
}
.compare-planholder tbody td:last-child {
	padding: 25px 0;
}
.best-plan {
	position: relative;
}
.best-plan:after {
	content: "";
	display: block;
	right: -9px;
	top: 40%;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 9px solid rgba(50, 63, 82, 0.5);
	border-bottom: 10px solid transparent;
}
.plan-feature h4 {
	margin: 0 0 1px;
	padding: 15px 2%;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	line-height: 20px;
	float: left;
	width: 100%;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	background: url(../images/close-btn.png) no-repeat 98% 8px #323f52;
}
.plan-feature h4.ui-state-active {
	background: url(../images/open-btn.png) no-repeat 98% 8px #0171bc;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-content {
	float: left;
	width: 100%;
	padding: 0;
	border-top: 0;
	overflow: hidden;
}
.plan-feature table {
	float: left;
}
.plan-feature table.compare-planholder thead td:first-child {
	height: auto;
	padding: 15px 5%;
	background: rgba(237, 242, 245, 0.8);
}
.plan-feature table.compare-planholder tbody td img {
	height: 15px;
}
.plan-feature table.compare-planholder tbody td:last-child {
	padding: 14px 0;
}
.feature-boxheading h2 {
	color: #fff;
}
.feature-boxheading p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
.textlt {
	float: left;
	width: 60%;
	font-size: 14px;
	line-height: 24px;
	color: #323f52;
	margin: 45px 0 0;
}
.textlt p {
	margin: 0 0 15px;
}
.textbox h3 {
	margin: 0 0 10px;
	padding: 0px;
	font-size: 30px;
	color: #0171bc;
	line-height: 34px;
	font-weight: bold;
}
.textbox ul.list2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.textbox ul.list2 li {
	float: left;
	width: 45%;
	margin: 0 0 30px;
	text-align: left;
}
.textbox ul.list2 li figure {
	margin: 0px;
	float: left;
	width: 20%;
	text-align: center;
}
.textrt {
	float: right;
	width: 77%;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.textbox ul.list2 li:nth-child(even) {
	float: right;
}
.faq-box {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #323f52;
}
.faq-box p {
	margin: 0px;
	padding: 0px;
}
.faq-questionbox {
	float: left;
	width: 100%;
	margin: 25px 0 0;
}
.faq-box h4 {
	margin: 0 0 5px;
	padding: 15px 2%;
	font-size: 16px;
	color: #323f52;
	cursor: pointer;
	line-height: 20px;
	float: left;
	width: 100%;
	font-weight: 600;
	text-align: left;
	background: url(../images/plus-sign.png) no-repeat 98% 17px #eff4f7;
	border-bottom: 2px solid #dadada;
}
.faq-box h4.ui-state-active {
	color: #fff;
	background: url(../images/negetive-sign.png) no-repeat 98% 24px #0171bc;
}
.faq-box .ui-accordion .ui-accordion-content {
	float: left;
	width: 96%;
	padding: 10px 2% 20px;
	border-top: 0;
	overflow: auto;
	text-align: left;
	line-height: 26px;
}
.migration-box {
	background: url(../images/migration-boxbg.jpg) no-repeat center top;
	background-size: cover;
}
.migration-box h3 {
	color: #fff;
}
.migration-box .textlt {
	color: #fff;
}
.textbox ul.list3 {
	list-style: none;
	margin: 85px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.textbox ul.list3 li {
	float: left;
	width: 31.3%;
	margin: 0 3% 0 0;
	padding: 0 2% 30px;
		background:#eff4f7 url("../images/noisy2.png") repeat scroll 0 0;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #cfddeb;
	border-bottom: 4px solid #9dabb9;
	box-shadow:0 12px 26px #6e95bc;
}
.textbox ul.list3 li figure {
	margin: -65px auto 20px;
	display: table;
	width: 122px;
	height: 122px;
	border: 4px solid #fff;
	border-radius: 360px;
	background: #323f52;
}
.textbox ul.list3 li figure span {
	display: table-cell;
	vertical-align: middle;
}
.textbox ul.list3 li:last-child {
	margin: 0px;
}
/************ABOUT PAGE***********************/
.about-bannercon {
	background: url(../images/about-banner.jpg) no-repeat center top;
	background-size: cover;
}
.about-bannercon .subbanner {
	height: 328px;
}
.about-bannercon .subbanner-innertext {
	margin: 95px 0 0;
}
.about-bannercon .subbanner h1 {
	text-transform: none;
	color: #005793;
	margin: 0 0 8px;
	font-weight: 800;
}
.about-bannercon .subbanner h2 {
	color: #333;
	font-size: 20px;
}
.textbox ul.list4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
.textbox ul.list4 li {
	float: left;
	padding: 0 2%;
	width: 29.3%;
	font-size: 14px;
	line-height: 20px;
}
.textbox ul.list4 li figure {
	margin: 0 0 25px;
	display: inline-block;
}
.textlt2 {
	width: 52%;
}
/*********************DOMAIN PAGE**************/
.domain-bannercon {
	background: url(../images/domain-banner.jpg) no-repeat center top;
	background-size: cover;
}
.domain-bannercon .subbanner-innertext {
	width: 100%;
	margin: 74px 0 0;
}
.domain-searchfield2 {
	display: inline-block;
	width: 70%;
	margin: 18px 0 0;
}
.domain-searchfield2 label {
	float: left;
	width: 130px;
	background: #0171bc;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 5px 0 0 5px;
	line-height: 70px;
}
.domain-fieldbox {
	float: left;
	width: 81.6%;
	padding: 5px;
	background: #fff;
	border-radius: 0 5px 5px 0;
}
.domain-searchfield2 input[type="text"] {
	float: left;
	width: 60%;
	background: #fff;
	border: none;
	height: 60px;
	color: #777;
	font-size: 20px;
	line-height: 60px;
	outline: none;
	padding: 0 2%;
}
.domain-searchfield2 .domain-selectbox {
	float: left;
	width: 74px;
	height: 60px;
}
.domain-searchfield2 .domain-selectbox select {
	float: left;
	width: 100%;
	color: #777;
	font-size: 20px;
	line-height: 20px;
	border: none;
	background: #fff;
	outline: none;
	margin: 15px 0 0;
}
.domain-searchfield2 input[type="submit"] {
	float: right;
	background: #0171bc;
	padding: 18px 28px;
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	border-bottom: 2px solid rgba(0,0,0,0.3);
	border-radius: 4px;
}
.domain-searchfield2 input[type="submit"]:hover {
	background: #000;
}
.textbox ul.list5 {
	list-style: none;
	margin: 25px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.textbox ul.list5 li {
	display: inline-block;
 *display:inline;
	vertical-align: top;
	width: 20%;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	border-right: 1px solid #c7c7c7;
}
.textbox ul.list5 li figure {
	margin: 0 0 15px;
	float: left;
	width: 100%;
}
.textbox ul.list5 li:last-child {
	border: none;
}
.domain-specialoffer {
	background: url(../images/domain-nameboxbg.jpg) no-repeat center top;
	background-size: cover;
}
.domain-specialoffer h2 {
	color: #fff;
}
.domain-specialoffer p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.domain-specialoffer ul.list1 {
	list-style: none;
	margin: 35px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.domain-specialoffer ul.list1 li {
	display: inline-block;
 *display:inline;
	vertical-align: top;
	width: 21%;
	background: #fff;
	margin: 0 2% 0 0;
}
.domain-specialoffer ul.list1 li figure {
	margin: 0px;
	float: left;
	width: 100%;
	height: 62px;
	background: #eff4f9;
	display: table;
	border-bottom: 1px solid #d7d7d7;
}
.domain-specialoffer ul.list1 li figure span {
	display: table-cell;
	vertical-align: middle;
}
.domain-detail {
	float: left;
	width:100%;
	padding: 25px 4%;
}
.domain-detail p {
	font-size: 14px;
	color: #777;
	line-height: 20px;
}
.domain-price {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #323f52;
	font-weight: 300;
	line-height: 22px;
	margin: 15px 0;
}
.domain-price span {
	font-size: 36px;
	color: #0171bc;
	font-weight: bold;
	line-height: 40px;
}
.domain-detail .btn1 {
	display: inline-block;
	font-size: 16px;
}
.domain-detail .btn1 a {
	background: #eff4f9;
	color:#333;
}
.domain-detail .btn1 a:hover {
	background: #0171bc;
	color:#fff;
}
.domain-specialoffer ul.list1 li:last-child {
	margin: 0px;
}
.domain-pricesection {
	float: left;
	width: 100%;
}
.domain-pricesection p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.domain-pricesection table {
	float: left;
	width: 100%;
	margin: 25px 0 0;
	border: 1px solid #d6d6d6;
}
.domain-pricesection table th {
	background: #0171bc;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 10px;
	font-weight: 600;
}
.domain-pricesection table td {
	font-size: 16px;
	color: #333;
	padding: 12px 0;
	background: #eff4f7;
	border-top: 1px solid #d6d6d6;
	line-height: 20px;
}
.domain-pricesection table tr:nth-child(odd) td {
	background: #fff;
}
.domain-pricesection table td:nth-child(even) {
	background: #e8edf0;
}
.domain-pricesection table tr:nth-child(odd) td:nth-child(even) {
	background: #f7f7f7;
}
.inner-padding {
	padding: 0 2%;
	width: 96%;
}
.f-nav {
	float: left;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	background: rgba(50, 63, 82, 0.8);
	z-index: 9991;
}
.margin_top {
	margin: 0px;
}
.help-icon {
	position: fixed;
	left: 0px;
	top: 290px;
	z-index: 999;
}
.toll-free {
	position: fixed;
	right: 0px;
	top: 290px;
	z-index: 999;
}
/************************************************/
/****************About us New*********************/
/**************************************************/
.about_bannercon {
	background: url(../images/aboutus-banner.jpg) no-repeat center top;
	background-size: cover;
}
.abouttabs {
	float: left;
	width: 100%;
}
.aboutbanner {
	height: 328px;
	font-size: 20px;
}
.aboutbanner .subbanner-innertext {
	margin: 90px 0 0;
}
.aboutbanner .subbanner-innertext h1 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	margin-bottom: 10px;
}
.about-tabs ul {
	width: 100%;
}
.about-tabs ul li {
	margin-right: 0.5%;
	width: 16.25%;
}
.about-tabs ul li a {
	font-size: 20px;
}
.abouttext .imageholder2 {
	margin-top: 15px;
}
.abouttextlt {
	margin: 0;
	width: 73%;
}
.abouttext h3 {
	color: #323f52;
	margin-bottom: 15px;
}
.textlt2 {
	width: 51%;
}
.textlt3 {
	margin: 0;
}
.textbox2 {
	color: #323f52;
}
.textbox2 ul.list1 li {
	color: #323f52;
}
.domainbox p {
	margin-bottom: 35px;
}
.domainbox ul.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.domainbox ul.list1 li {
	float: left;
	margin: 0;
	padding: 0;
	width: 24%;
	display: table;
	height: 132px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.domainbox ul.list1 li:last-child {
	border-right: none;
}
.domainbox ul.list1 li span {
	display: table-cell;
	vertical-align: middle;
}
.domainbox ul.list2 li {
	border-bottom: none;
}
.testimonial-text2 h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
}
.conditionbox, .contactcon {
	border-bottom: 1px solid #eff4f9;
}
.termsbox, .contactbox, .contactform {
	float: left;
	width: 100%;
	margin: 0;
	line-height: 20px;
	color: #323f52;
	text-align: left;
}
.termsbox h2 {
	margin: 0;
	font-size: 30px;
	line-height: 32px;
	color: #323f52;
	font-weight: 700;
}
.termsbox .num {
	font-size: 18px;
	font-weight: 700;
}
.termsbox p {
	margin: 25px 0 0;
}
.contactbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contactbox ul li {
	float: left;
	width: 29%;
	margin: 0;
}
.contactbox ul li:first-child {
	width: 40%;
}
.contactbox ul li .iconholder {
	float: left;
	margin: 0 10px 0 0;
}
.contactbox ul li .text {
	float: left;
	font-size: 16px;
	color: #0171bc;
	line-height: 22px;
	font-weight: 400;
}
.contactbox ul li .text h4 {
	margin: 0;
	color: #323f52;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}
.contactbox ul li .text p {
	margin: 10px 0 0;
}
.contactbox ul li .text p span {
	font-weight: 700;
}
.contactbox ul li .text p a {
	color: #0171bc;
}
.form {
	float: left;
	margin: 0;
	padding: 0 2%;
	width: 46%;
}
.form h4 {
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 30px;
	color: #323f52;
	font-weight: 600;
}
.form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form ul li {
	float: left;
	width: 49%;
	margin: 0 0 10px;
}
.form ul li:nth-child(2n) {
	float: right;
}
.form ul li input[type="text"] {
	margin: 0;
	padding: 0 3%;
	outline: none;
	height: 40px;
	width: 94%;
	font-size: 14px;
	color: #777;
	font-weight: 400;
	line-height: 40px;
	border: 1px solid #d4d4d4;
}
 .form ul li input[type="text"]::-webkit-input-placeholder, .form ul li textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #777;
}
.form ul li input[type="text"]:-moz-placeholder, .form ul li textarea :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #777;
 opacity:  1;
}
.form ul li input[type="text"]::-moz-placeholder, .form ul li textarea :-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #777;
 opacity:  1;
}
.form ul li input[type="text"]:-ms-input-placeholder, .form ul li textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #777;
}
.form ul li:nth-child(5n), .form ul li:nth-child(6n) {
	width: 100%;
}
.form ul li textarea {
	float: left;
	width: 96%;
	padding: 20px 2% 0;
	min-height: 185px;
	border: 1px solid #d4d4d4;
	font-family: 'Open Sans', sans-serif;
}
.form input[type="submit"] {
	margin: 0;
	border: none;
	outline: none;
	height: 49px;
	width: 229px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 49px;
	background: #0171bc;
	cursor: pointer;
	border-radius: 2px;
}
.form input[type="submit"]:hover {
	background: #000;
}
.mapbox {
	float: right;
}
.map {
	float: left;
	width: 100%;
	border: 1px solid #d4d4d4;
}
/*********************SPECIAL CLASSES**************/
.aligncenter {
	text-align: center;
}
.paddingbox2 {
	padding: 80px 0 0;
}
/*********************SPECIAL COLORS**************/
.blue {
	color: #0171bc;
}
.green {
	color: #b1cd46;
}
.bluebg {
	background: #0171bc;
}
.light-bluebg {
	background: #eff4f7;
}
.floatlt {
	float: left !important;
}
.floatrt {
	float: right !important;
}
.nomargin {
	margin-right: 0px !important;
}


/* custom */

 nav#nav > ul > li > a {
	font-weight: 600 !important;
	
	}
	

	
	.headerbox {
		min-height: 80px !important;
		box-shadow: 0 1px 2px #29596C, 0 0px 2px #29596C;
		/*position:fixed;*/
		z-index:999;
		/*top:40px;*/
		position:relative;
		}
		

.subbannerhost {
	height:235px !important;
	text-align:center;
	}		
			
.subbannerhost h1 {
				text-transform: uppercase !important;
				text-shadow: 0px 1px 0px rgb(64, 63, 63);
				font-weight: 800;
	}
	
	
     
.subbannervps {
	height:250px !important;
	text-align:center;
	}	
	.subbannervps h1 {
				text-transform: uppercase !important;
				text-shadow: 0px 1px 0px rgb(64, 63, 63);
				font-weight: 800;
	}
	.hosting-bannercon {
			background: rgba(0, 0, 0, 0) url("../images/1600x400=Rack-Server-C.jpg") no-repeat scroll center top / cover;
			 box-shadow: 0 -2px 3px #2c2c2c inset;
}
	
.height100 {
	height:100px !important;
	
	}	
	.height200 {
	height:200px !important;
	
	}
	.height300 {
	height:300px !important;
	
	}
	
		.cartbanner {
		height: 100px !important;
		}


	.cartbanner h1 {
		font-size: 30px !important;
		}
		
		.cartbanner	.subbanner {
				height: 100px !important;		}
		
	.cartbanner	.subbanner-innertext {
		margin: 25px 0 0 
		}
	


.domain-fieldboxcart {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 0 5px 5px 0;
    float: left;
    padding: 4px;
    width: 81.6%;
}

#domainresults input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #0171bc none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.3);
    border-image: none;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
				margin-left: 9%;
    margin-top: 1%;
    font-weight: 600;
    line-height: 20px;
    outline: medium none;
    padding: 18px 28px;
    text-transform: uppercase;
			
}

/*********BANNER 2**************/
.banner2 {
	background: url(../images/banner2.jpg) no-repeat center top;
	background-size: cover;
}
.banner2 h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 800;
	line-height: 40px;
	text-shadow: 2px 0 5px rgba(0,0,0,0.5);
	text-transform: uppercase;
	margin: 0 0 22px;
}
.banner2 h1 span {
	font-weight: 300;
}
.banner2 .banner-innertext {
	background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	padding:25px;
}
.banner-image2 {
	margin: 0px;
	float: left;
}
.banner-price-box {
	float: right;
	width: 222px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	padding: 15px;
}
.banner-price-text {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
.banner-price-text span {
	color: #fff;
	line-height: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.banner-price-text span.doller {
	font-size: 50px;
}
.banner-price-text span.numeric {
	font-size: 60px;
}
.banner-price-text div {
	float: right;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
.banner-price-box .btn2 {
	float: left;
	font-size: 14px;
	margin: 8px 0 0;
	width: 100%;
}
/**********************************************/
.fixed {
	
	position:fixed !important;
	
	}
	
	.nopaddingtop {
		padding-top: 0px !important;
		}
		
		.priceo {
			background: #e7694d url("../images/noisy2.png") repeat scroll 0 0;
    display: inline-block !important;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
				color:#fefeb9;
			}
		
		
		.bigheading {
				background:#378FA4 url("../images/noisy2.png") repeat scroll 0 0;
				box-shadow:0 0px 3px #001b30 inset;
				color:#0b576b !important;
				text-shadow: 0 1px 0px #FFF;
				padding:15px;
				
			}
			
			.bg4 {
			 background: #587498 url("../images/noisy2.png") repeat scroll 0 0;
    box-shadow: 0 0 2px #0f2b4f inset;
    color: #fff !important;
    padding: 5px;
    text-shadow: 0 1px 0 #6c88ac;
			}
		
			
			.contentbg1 {
				background:#f0fcfc url("../images/noisy2.png") repeat scroll 0 0;
				/*box-shadow:0px 0px 3px #001b30 inset;*/
				
			}
			.contentbg2 {
				background:#b0d7fe url("../images/noisy2.png") repeat scroll 0 0;
				box-shadow:0px 0px 3px #001b30 inset;
				
			}
			.bg3 {
				background:#d7c59e url("../images/noisy2.png") repeat scroll 0 0;
				box-shadow:0 1px 4px #5b4922 inset;
				
			}
			
		/** new **/
	
	.contentm h2 {
		font-size:14px !important;
		color:#333 !important;
		
		}
		
		.boxstyle {
			margin-top:15px;
		padding:15px;
		background:#FFF;
		width: 100%;
border: 1px solid;
border-color: #e5e5e5 #dbdbdb #d2d2d2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
			}
	/*		
			.bannersale80 {
				background:rgba(0, 0, 0, 0) url("../images/bannersale80.jpg") no-repeat scroll center top / cover ;
				}
			.bannersale75 {
				background:rgba(0, 0, 0, 0) url("../images/bannersale75.jpg") no-repeat scroll center top / cover ;
				}
				
					.bannersale70 {
				background:rgba(0, 0, 0, 0) url("../images/bannersale70.jpg") no-repeat scroll center top / cover ;
				}
				
				.bannersale65 {
				background:rgba(0, 0, 0, 0) url("../images/bannersale65.jpg") no-repeat scroll center top / cover ;
				}
						
				.bannersale60 {
				background:rgba(0, 0, 0, 0) url("../images/bannersale60.jpg") no-repeat scroll center top / cover ;
				}
				.bannersale55 {
				background:rgba(0, 0, 0, 0) url("../images/bannersale55.jpg") no-repeat scroll center top / cover ;
				}
					.bannersale50 {
				background:rgba(0, 0, 0, 0) url("../images/bannersale50.jpg") no-repeat scroll center top / cover ;
				}
					.bannersale45 {
				background:rgba(0, 0, 0, 0) url("../images/bannersale45.jpg") no-repeat scroll center top / cover ;
				}
				*/
				
				.free_d {
					background: url("../images/promob1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;}
				
	.diwalilights1 {	
   	background: url("../images/microhostdiwalilights1.gif");
    background-repeat: repeat-x;
		position: absolute;
  top: 0;
  left: 16px;
  width: 96%;
  height: 130px;
  z-index: 999;
}

.diwalilights2 {	
 background-repeat: no-repeat;
   	background: url("../images/microhostdiwalilights2.gif");
		position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
		 background-repeat: no-repeat;
  height: 30px;
  z-index: 999;
}

.diwalilights3 {	
   	background: url("../images/microhostdiwalilights3.gif");
		position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
		 background-repeat: no-repeat;
  z-index: 999;
}

.diwalilights4 {	
   	background: url("../images/microhostdiwalilights4.gif");
		position: absolute;
  top: 0;
		 background-repeat: no-repeat;
  right: 0;
  top: -4px;
    width: 58px;
				height:100px;
  z-index: 999;
}


.diwalilights5 {	
 background-repeat: no-repeat;
   	background: url("../images/microhostdiwalilights5.gif");
		position: absolute;
		right: 0;
  top: 24px;
  width: 45px;
		 background-repeat: no-repeat;
  height: 100px;
  z-index: 999;
}
		.banner-bottom {
    background: rgba(0, 0, 0, 0) url("../images/diwaliheaderbg.png") repeat-x scroll 0 0;
    border: medium none;
    box-shadow: none !important;
}

.custommargin20 {
	margin-top: 30px;
	
	}
	
	.floatleft{
		float:left;
		
		}
		
		.floatright{
			float:right;
		
		}
		
/*.winterbanner {
    background: url("../images/xmassalebanner.png") no-repeat scroll center bottom, rgba(0, 0, 0, 0) linear-gradient(to bottom, #def1f8 0%, #dbeef8 15%, #cfe3f8 42%, #c0d5f8 67%, #a8bff8 100%) repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
}
.winterbanner::before {
    background-image: url("../images/ice.png");
				  height: 50px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0px);
    z-index: 1;
}
.winterbanner::after {
    background-position: center bottom;
    background-repeat: repeat-x;
    bottom: 0;
    content: "";
    height: 86px;
    left: 0;
    position: absolute;
    right: 0;
}*/



.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbonh {
   width: 100%;
   position:relative;
   text-align: center;
   font-size: 2px!important;
				background: #d64b4b url("../images/noisy2.png") repeat scroll 0 0;

   background: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
   background: -webkit-linear-gradient(top, #d64b4b, #ab2c2c);
   background: -moz-linear-gradient(top, #d64b4b, #ab2c2c);
   background: -ms-linear-gradient(top, #d64b4b, #ab2c2c);
   background: -o-linear-gradient(top, #d64b4b, #ab2c2c);
   background-image: -ms-linear-gradient(top, #d64b4b 0%, #ab2c2c 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Helvetica Neue',Helvetica, sans-serif;
   }
.ribbonh h1 {
   font-size: 18px!important;
   color: #691919;
   text-shadow: #d65c5c 0 1px 0;
   margin:0px;
   padding: 15px 10px;
   }
.ribbonh:before, .ribbonh:after {
   content: '';
   position: absolute;
   display: block;
   bottom: -1em;
   border: 1.5em solid #c23a3a;
   z-index: -1;
   }
.ribbonh:before {
   left: -2em;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   }
.ribbonh:after {
   right: -2em;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   }
.ribbonh .ribbonh-content:before, .ribbonh .ribbonh-content:after {
   border-color: #871616 transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -1em;
   content: '';
   }
.ribbonh .ribbonh-content:before {
   left: 0;
   border-width: 1em 0 0 1em;
   }
.ribbonh .ribbonh-content:after {
   right: 0;
   border-width: 1em 1em 0 0;
   }
.ribbonh-stitches-top {
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.ribbonh-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }


.cross {
    position: relative;
    display: inline-block;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 1px solid blue;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.cross::after {
    border-bottom: 1px solid blue;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}
