@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:900');
@import url('https://fonts.googleapis.com/css?family=Raleway');

@font-face {
	font-family: 'WebRupee';
	src: url('../fonts/WebRupee.V2.0.eot');
	src: local('WebRupee'), url('../fonts/WebRupee.V2.0.ttf') format('truetype'),  url('../fonts/WebRupee.V2.0.woff') format('woff'), url('../fonts/WebRupee.V2.0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
		
}
.WebRupee {
	font-family: 'WebRupee';
}
* { 
	margin: 0;
	padding: 0px;
} 
body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Abel', sans-serif;
	font-weight: 700;
}
/* 1.1. SECTION TITLE */
.section-title {
    margin-bottom: 40px;
	padding-left: 15px;
}
.section-title .p2t {
	font-size:18px;
}

.section-title h2 {
    position: relative;
    margin: -9px 0 20px;
    padding-bottom:0px;
    color:#4285f4;
    font-size:40px;
    line-height: 68px;
}
.section-title h2 span {
	color: #1b1b1d;
}

/*Innner title head*/

.inner-section-title {
    margin-bottom: 40px;
    text-align:left;
}
.inner-section-title .p2t {
	font-size:18px;
}

.inner-section-title h2 {
    position: relative;
    margin: -9px 0 20px;
    padding-bottom:0px;
    color: #f05323;
    font-size:40px;
    line-height: 68px;
}
.inner-section-title h2 span {
	color: #1b1b1d;
}
/*Innner title head*/

.small-button {
	min-width:160px;
	line-height:1.2;
	padding:16px 15px;
	border:2px solid #e49801;
	background:#ffa900;
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-align:center;
	display:inline-block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	border-radius:3px;
}
/*.section-title h2:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color: #ff4718;
}*/

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color:#4285f4;
}

a:hover,
a:focus {
  text-decoration: none;
  color:#303030;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}
/*Header code comes here*/
#header {
	background:#FFF;
	z-index: 2;
	position: relative;
	padding:18px 0 15px;
	
}
#header .logo {
	margin:0 0 15px 0;
	padding:0;
}
#header.sticky #nav {
	top: 0;
	bottom: auto;
	position: fixed;
}

#header.sticky #nav .nav-list {
	border-radius: 0 4px 4px 0;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, .1);*/
}

#header .nav-opener {
	width: 45px;
	height: 40px;
	display: none;
	font-size: 24px;
	margin: 4px 0 0;
	line-height: 34px;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	border: 1px solid rgba(255, 255, 255, .5);
}

/*------------------------------------------------------------------
	6. navigation of the page styles / #nav
-------------------------------------------------------------------*/

#nav {
	background: #4285f4 none repeat scroll 0 0;
    border-bottom:2px solid #0c5adb;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
	margin:0;
	left: 0;
	right: 0;
	bottom: -38px;
	font-weight: bold;
	position: absolute;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
    font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	display:block;
	border-top-left-radius:9px !important;
	border-top-right-radius: 9px !important;
}

#nav .nav-list {
	margin: 0;
	overflow: hidden;
	background: #4285f4 none repeat scroll 0 0;
	padding:7px 0px;
	border-top-left-radius:9px !important;
	border-top-right-radius: 9px !important;
}

/*#nav .nav-list li {
  display: inline-block;
  position: relative;
  z-index: 100;
}*/
#nav .nav-list li:first-child { margin-left: 0; }
#nav .nav-list li a {
  font-weight: 600;
  text-decoration: none;
  padding:9px 30px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
#nav .nav-list li a:hover,
#nav .nav-list li:hover>a {
  color: #000;
}

#nav .nav-list ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding:5px 0;
  min-width:inherit;
  position: absolute;
  background: #fff;
}

#nav .nav-list ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

#nav .nav-list ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

#nav .nav-list ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
  z-index:-999 !important;
}

#nav .nav-list ul li a:hover,
#nav .nav-list ul li:hover>a {
  background: #448aff;
  color: #fff;
}

#nav .nav-list li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

#nav .nav-list ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
 /* position: absolute;*/
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

#nav .nav-list li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

#nav .nav-list .button {
	float: right;
	padding: 0;
}

#nav .nav-list .btn {
	color: #fff;
	font-size: 12px;
	padding: 9px 15px;
}

.top-list {
	margin: 0;
	padding:0;
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top-list li {
	color:#6a6c6f;
	position: relative;
	padding:15px 0 0 0;
	margin:0;
	list-style:none;
	font-size:18px;
}
.top-list li i {
	margin:0px 15px 0;
	float:left;
	width:25px;
}

.top-list a {
	color:#4285f4;
}
.top-list a:hover {
	text-decoration:underline;
}

/*Header code end here*/

/*Menu code comes here*/

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
footer {
	padding-top:15px;
	background:#545454;
}
.footer-copyright {
	color:#FFF !important;
    background:#414141;
    padding: 10px 0;
	line-height:15px;
}
footer h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:22px;
	padding-left:10px;
	padding-top: 18px;
}
footer ul {
	margin: 0;
    padding:10px 0px 30px 0; 
	text-align:left;
}
footer li {
	/*display: inline-block;*/
    list-style: outside none none;
    margin: 10px;
	color:rgba(255,255,255,.38);
}
footer li strong {
	font-size: 16px;
	color: #fff;
}
footer li a {
	color:rgba(255,255,255,.38);
}
footer li a:hover {
	color:#FFF;
}
.footer-copyright p {
	color:#bdbdbd;
}
.footer-copyright p strong a {
	color:#FFF;
}
#footerwrap p {
	color:#FFF;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/*middle contend code comes here*/
.middle-contend {
	padding:35px 0;
}

/*Banner Code comes here*/
.bestwebhosting-banner {
	background: url(../img/bestwebhosting-bg.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding:35px 0 20px;
}
.bestwebhosting-banner h1, .best-domain-reg h1 {
	margin:25px 0 0;
	padding:0;
	text-align:left;
	color:#FFF;
}
.bestwebhosting-banner h2, .best-domain-reg h2 {
	text-align:left;
}
.bestwebhosting-banner h1 strong, h2 strong {
	color:#4285f4;
}
.tag-line {
	font-size: 30px;
	color: #fe9901;
	text-align: left;
	display: block;
	padding: 0;
	line-height: 1.2;
	margin: 30px 0;
	word-spacing: 8px;
}
.bestwebhosting-banner ul, .best-domain-reg ul {
	color:#FFF;
	margin:0 0 20px -35px;
	padding:0;
}
.bestwebhosting-banner ul li, .best-domain-reg ul li{
	list-style:none;
	padding:10px 0;
	margin:0;
}
.bestwebhosting-banner ul li i, .best-domain-reg ul li i {
	font-size:20px;
    display: inline-block;
    margin:0 6px;
    vertical-align: middle;
	color:#4285f4;
}
.bestwebhosting-banner h2 {
	color:#FFF;
	margin:0;
	padding:20px 0 10px 0;
	font-size:27px;
}
.tag-line span {
	color:#FFF;
}
.bestwebhosting-banner .hosting-plan-title {
	color:#FFF;
	font-weight:bold;
	padding:0;
	margin:0;
}
.bestwebhosting-banner .hosting-plan-price {
    color:#4285f4;
    font-family: "Montserrat";
    font-size:48px;
    font-weight:700;
    margin: 0 auto;
}
.bestwebhosting-banner .hosting-plan-price-period {
	font-size: 20px;
    padding: 0 0 0 0;
	font-weight:normal;
}
.bestwebhosting-banner .hosting-plan-price .inr {
	font-size:36px;
	font-weight:bold;
    vertical-align: super;
}
.bestwebhosting-banner .small-button {background:#4285f4; border-color:#0c5adb; margin-top:20px;}
.bestwebhosting-banner .small-button:hover {color:#FFF !important;}
.hosting-name {
	max-width: 107px;
	width: 100%;
	float: left;
	border-radius: 0;
	min-width: 107px;
}
.bestwebhosting-banner .best-web-hostoing-server {
	padding:150px 40px 0 0px;
}
.banner-text {
	background:#1c3749;
}
.banner-text h3 {
	font-size:32px;
	font-weight:normal;
}
.bestwebhosting-banner .uptime {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #ffea00 none repeat scroll 0 0;
    border: 2px dashed #e64a1c;
	border-radius: 100%;
	color: #24292f;
    font-size: 36px;
    font-weight: bold;
    height: 119px;
    left:0px;
    padding-top:25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top:110px;
    width: 119px;
	line-height:30px;
}
.bestwebhosting-banner .uptime span {
	font-size:30px;
    font-weight: bold;
}
.bestwebhosting-banner .uptime small {
 	display: block;
    font-size:20px;
    font-weight: 500;
}
.best-domain-reg {
	padding:30px 0;
	background-color:#253886;
	border-bottom:3px solid #48589a;
}
.domain-search {
	margin-top:30px;
}
.best-domain-reg h2 {
	color:#c7efb3;
}
.best-domain-reg li strong {
	color:#ffd35b !important;
}
.best-domain-reg li i {
	color:#ffeb3b !important;
}
/*Banner Code end here*/
/*Site Builder code comes here*/
.site-builder {
	background:#f5f5f5;
	border-top:1px solid #e2e2e2;
	padding:30px 0;
}
.site-builder ul {
	margin: 0;
    padding:10px 5px 15px;
	text-align:center;
}
.site-builder li {
	display: inline-block;
    list-style: outside none none;
    margin: 10px;
}

/*iiner-Banner Code comes here*/
.business-hosting-color {
	color:#f7931e !important;
}
.bestwebhosting-banner-button {
    background: #f7921e !important;
    border-color: #d47b15 !important;
}
.best-windows-reseller-hosting {
	background-color:#edce1f !important;
	border-bottom: 3px solid #a48e16;
	padding:30px 0 0;
}

.best-windows-reseller-hosting h1, .best-domain-reg h1 {
	margin:25px 0 0;
	padding:0;
	text-align:left;
	color:#dd2810;
}
.best-windows-reseller-hosting h2, .best-domain-reg h2 {
	text-align:left;
}
.best-windows-reseller-hosting h1 strong, h2 strong {
	color:#333;
}
.tag-line {
	font-size: 30px;
	color: #fe9901;
	text-align: left;
	display: block;
	padding: 0;
	line-height: 1.2;
	margin: 30px 0;
	word-spacing: 8px;
}
.best-windows-reseller-hosting ul  {
	color:#FFF;
	margin:0 0 20px -35px;
	padding:0;
}
.best-windows-reseller-hosting ul li {
	list-style:none;
	padding:10px 0;
	margin:0;
	color:#333;
}
.best-windows-reseller-hosting ul li i {
	font-size:20px;
    display: inline-block;
    margin:0 6px;
    vertical-align: middle;
	color:#86730e;
}
.bestwebhosting-banner h2 {
	color:#FFF;
	margin:0;
	padding:20px 0 10px 0;
	font-size:27px;
}
.tag-line span {
	color:#FFF;
}
.best-windows-reseller-hosting .hosting-plan-title {
	color:#584942;
	font-weight:bold;
	padding:0;
	margin:0;
}
.best-windows-reseller-hosting .hosting-plan-price {
    color:#000;
    font-family: "Montserrat";
    font-size:48px;
    font-weight:700;
    margin: 0 auto;
}
.best-windows-reseller-hosting .hosting-plan-price-period {
	font-size: 20px;
    padding: 0 0 0 0;
	font-weight:normal;
}
.best-windows-reseller-hosting .hosting-plan-price .inr {
	font-size:36px;
	font-weight:bold;
    vertical-align: super;
}
.best-windows-reseller-hosting .small-button {background:#b05232; border-color:#b95227; margin-top:20px;}
.best-windows-reseller-hosting .small-button:hover {color:#FFF !important; background:#f36e41; border-color:#f25f2d;}




.best-mssql-reseller-hosting {
	background-color:#09c6a2 !important;
	border-bottom:3px solid #07957a;
	padding:30px 0 0;
}

.best-mssql-reseller-hosting h1 {
	margin:25px 0 0;
	padding:0;
	text-align:left;
	color:#fff;
	text-shadow:1px 2px 1px #000;
}
.best-mssql-reseller-hosting h2 {
	text-align:left;
}
best-mssql-reseller-hosting h1 strong {
	color:#333;
}
.tag-line {
	font-size: 30px;
	color: #fe9901;
	text-align: left;
	display: block;
	padding: 0;
	line-height: 1.2;
	margin: 30px 0;
	word-spacing: 8px;
}
.best-mssql-reseller-hosting ul  {
	color:#FFF;
	margin:0 0 20px -35px;
	padding:0;
}
.best-mssql-reseller-hosting ul li {
	list-style:none;
	padding:10px 0;
	margin:0;
	color:#fff;
}
.best-mssql-reseller-hosting ul li i {
	font-size:20px;
    display: inline-block;
    margin:0 6px;
    vertical-align: middle;
	color:#ffeb3b;
}
.tag-line span {
	color:#FFF;
}
.best-mssql-reseller-hosting .hosting-plan-title {
	color:#d63e0e;
	font-weight:bold;
	padding:0;
	margin:0;
}
.best-mssql-reseller-hosting .hosting-plan-price {
    color:#fff;
    font-family: "Montserrat";
    font-size:48px;
    font-weight:700;
    margin: 0 auto;
}
.best-mssql-reseller-hosting .hosting-plan-price-period {
	font-size: 20px;
    padding: 0 0 0 0;
	font-weight:normal;
}
.best-mssql-reseller-hosting .hosting-plan-price .inr {
	font-size:36px;
	font-weight:bold;
    vertical-align: super;
}
.best-mssql-reseller-hosting .small-button {background: #FFEB3B;
    border-color: #dcc609;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.87);
}
.best-mssql-reseller-hosting .small-button:hover {color:#FFF !important; background:#f36e41; border-color:#f25f2d;}


.best-vsp-hosting {
	background-color:#03386c !important;
	border-bottom:3px solid #000204;
	padding:30px 0 0;
}

.best-vsp-hosting h1 {
	margin:25px 0 0;
	padding:0;
	text-align:left;
	color:#fff;
	text-shadow:1px 2px 1px #000;
}
.best-vsp-hosting h2 {
	text-align:left;
	color:#eea430;
}
.best-vsp-hosting h1 strong {
	color:#ffeb3b;
}
.tag-line {
	font-size: 30px;
	color: #fe9901;
	text-align: left;
	display: block;
	padding: 0;
	line-height: 1.2;
	margin: 30px 0;
	word-spacing: 8px;
}
.best-vsp-hosting ul  {
	color:#FFF;
	margin:0 0 20px -9px;
	padding:0;
}
.best-vsp-hosting ul li {
	list-style:none;
	padding:10px 0;
	margin:0;
	color:#fff;
}
.best-vsp-hosting ul li i {
	font-size:20px;
    display: inline-block;
    margin:0 6px;
    vertical-align: middle;
	color:#ffeb3b;
}
.tag-line span {
	color:#FFF;
}
.best-vsp-hosting .hosting-plan-title {
	color:#d63e0e;
	font-weight:bold;
	padding:0;
	margin:0;
}
.best-vsp-hosting .hosting-plan-price {
    color:#fff;
    font-family: "Montserrat";
    font-size:48px;
    font-weight:700;
    margin: 0 auto;
}
.best-vsp-hosting .hosting-plan-price-period {
	font-size: 20px;
    padding: 0 0 0 0;
	font-weight:normal;
}
.best-vsp-hosting .hosting-plan-price .inr {
	font-size:36px;
	font-weight:bold;
    vertical-align: super;
}
.best-vsp-hosting .small-button {background: #FFEB3B;
    border-color: #dcc609;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.87);
}
.best-vsp-hosting .small-button:hover {color:#FFF !important; background:#f36e41; border-color:#f25f2d;}


.best-dedicated-hosting {
	background-color:#d8472a !important;
	border-bottom:3px solid #711806;
	padding:30px 0 0;
}

.best-dedicated-hosting h1 {
	margin:25px 0 0;
	padding:0;
	text-align:left;
	color:#fff;
	text-shadow:1px 2px 1px #000;
}
.best-dedicated-hosting h2 {
	text-align:left;
	color:#ffca30;
}
.best-dedicated-hosting h1 strong {
	color:#ffeb3b;
}
.tag-line {
	font-size: 30px;
	color: #fe9901;
	text-align: left;
	display: block;
	padding: 0;
	line-height: 1.2;
	margin: 30px 0;
	word-spacing: 8px;
}
.best-dedicated-hosting ul  {
	color:#FFF;
	margin:0 0 20px -9px;
	padding:0;
}
.best-dedicated-hosting ul li {
	list-style:none;
	padding:10px 0;
	margin:0;
	color:#fff;
}
.best-dedicated-hosting ul li i {
	font-size:20px;
    display: inline-block;
    margin:0 6px;
    vertical-align: middle;
	color:#ffeb3b;
}
.tag-line span {
	color:#FFF;
}
.best-dedicated-hosting .hosting-plan-title {
	color:#d63e0e;
	font-weight:bold;
	padding:0;
	margin:0;
}
.best-dedicated-hosting .hosting-plan-price {
    color:#fff;
    font-family: "Montserrat";
    font-size:45px;
    font-weight:700;
    margin: 0 auto;
}
.best-dedicated-hosting .hosting-plan-price-period {
	font-size: 20px;
    padding: 0 0 0 0;
	font-weight:normal;
}
.best-dedicated-hosting .hosting-plan-price .inr {
	font-size:36px;
	font-weight:bold;
    vertical-align: super;
}
.best-dedicated-hosting .small-button {background: #FFEB3B;
    border-color: #dcc609;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.87);
}
.best-dedicated-hosting .small-button:hover {color:#FFF !important; background:#f36e41; border-color:#f25f2d;}



.hosting-name {
	max-width: 107px;
	width: 100%;
	float: left;
	border-radius: 0;
	min-width: 107px;
}

.contact {
	background-color:#f39c12 !important;
	border-bottom:3px solid #935d08;
	padding:30px 0 0;
}

.contact h1 {
	margin:25px 0 0;
	padding:0;
	text-align:left;
	color:#fff;
	text-shadow:1px 2px 1px #000;
}
.contact h2 {
	text-align:left;
	color:#174f78;
}
.contact h1 strong {
	color:#ffeb3b;
}

.contactul  {
	color:#FFF;
	margin:0 0 20px -9px;
	padding:0;
}
.contact ul li {
	list-style:none;
	padding:10px 0;
	margin:0;
	color:#fff;
}
.contact ul li i {
	font-size:20px;
    display: inline-block;
    margin:0 6px;
    vertical-align: middle;
	color:#174f78;
}

.best-contact {
	margin:30px 0 11px 50px;
}

/*Site Builder code end here*/


/*Madurai web hosting features comes here*/
.maduraiwebhostingfeatures-set {
	padding:35px 0;
}
.features-block {
	position:relative;
	margin-bottom:40px;
	padding: 0px 30px;
}

.features-block .features-inner-box{
	position:relative;
}

.features-block .features-inner-box .features-icon-box{
	background: #f9f9f9;
	display: inline-table;
	min-width:100px;
	min-height:100px;
	margin-bottom: 5px;
	padding: 23px 23px;
	border: 1px solid #c6c6c6;
	border-radius:45%;
	line-height: 0;
	-webkit-transition: color .25s ease, border-color .25s ease;
	transition: color .25s ease, border-color .25s ease;
}

.features-block .features-inner-box .features-top-box {
	position:relative;
	display:inline-block;
}

.features-block .features-inner-box .features-top-box .number{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	font-size:14px;
	width:28px;
	height:28px;
	line-height:29px;
	font-weight:600;
	border-radius:50%;
	display:inline-block;
	background:#f05323;
}

.features-block .features-inner-box .features-bottom-box{
	position:relative;
}

.features-block .features-inner-box .features-bottom-box h3{
	position:relative;
	line-height:1em;
	padding-bottom:18px;
	color:#448aff;
	font-size:18px;
}


.features-block .features-inner-box .features-bottom-box h3:after{
	position:absolute;
	content:'';
	bottom:0px;
	width:30px;
	height:2px;
	left:4%;
	margin-left:-15px;
	background:#448aff;
}

.features-block .features-inner-box .features-bottom-box .text{
	position:relative;
	color:#312f2f;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	margin-top:24px;
}
.features-block .features-inner-box .features-bottom-box .text ul {
	margin:0;
	padding:0;
}
.features-block .features-inner-box .features-bottom-box .text ul li {
	padding:0;
	margin:0;
	text-align:left;
	list-style:none;
}
.features-block .features-inner-box .features-bottom-box .text ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f05d";
    float: left;
    margin: 6px 6px 0 0;
	color: #448aff;
}
.features-block .features-inner-box .features-bottom-box .text ul li i {
	color:#f05323;
	font-size:17px;
}

/*inner features code*/
.in-features-block {
	position:relative;
	margin-bottom:40px;
	padding: 0px 30px;
}

.in-features-block .in-features-inner-box{
	position:relative;
	text-align:left;
}

.in-features-block .in-features-inner-box .in-features-icon-box{
	position:relative;
	width:116px;
	height:116px;
	margin:0 auto;
	color:#6d6e70;
	font-size:40px;
	border-radius:50%;
	line-height:110px;
	text-align:center;
	margin-bottom:22px;
	border:1px dashed #afafaf;
}

.in-features-block .in-features-inner-box .in-features-top-box {
	position:relative;
	display:inline-block;
}

.in-features-block .in-features-inner-box .in-features-top-box .in-number{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	font-size:14px;
	width:28px;
	height:28px;
	line-height:29px;
	font-weight:600;
	border-radius:50%;
	display:inline-block;
	background:#f05323;
	text-align:center;
}

.in-features-block .in-features-inner-box .in-features-bottom-box{
	position:relative;
}

.in-features-block .in-features-inner-box .in-features-bottom-box h3{
	position:relative;
	line-height:1em;
	padding-bottom:14px;
	color:#f05323;
}


.in-features-block .in-features-inner-box .in-features-bottom-box h3:after{
	position:absolute;
	content:'';
	bottom:0px;
	width:30px;
	height:2px;
	left:0;
	background:#f05323;
}

.in-features-block .in-features-inner-box .in-features-bottom-box .text{
	position:relative;
	color:#312f2f;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	margin-top:24px;
}
.in-features-block .in-features-inner-box .in-features-bottom-box .in-text ul {
	margin:0;
	padding:0;
}
.in-features-block .in-features-inner-box .in-features-bottom-box .in-text ul li {
	padding:7px 0;
	margin:0;
	text-align:left;
	list-style:none;
}
.in-features-block .in-features-inner-box .in-features-bottom-box .in-text ul li i {
	margin-right:7px;
	color:#f05323;
	font-size:17px;
}

/*Madurai web hosting features end here*/
/* Why Choose code comes here*/

.why-choose-set {
	background:#f5f5f5;
	border-bottom:1px solid #e2e2e2;
	padding:30px 0;	
}

.why-choose-set .why-choose-icon {
	position:relative;
	margin-bottom: 40px;
	text-align:center;
}
.why-choose-set .why-choose-icon .why-choose-text {
	margin:0 20px;
}

/* Why Choose code end here*/

.features-side-set {
	padding:50px 0 0;
	clear:both;
}

.hosting-name {
	max-width: 107px;
	width: 100%;
	float: left;
	border-radius: 0;
	min-width: 107px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	background: url(../img/dr-arrow.png) center center no-repeat;
	border: 0;
	width: 18px;
	height: 8px;
}
.availability {
	border-radius: 0;
	float: left;
	color: #fff;
	background: #4285f4;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	height: 54px;
	padding: 2px 15px;
	border: 2px solid #236fec
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.availability:hover {
	background: rgb(251, 225, 79);
	color:#000;
}
.hosting-availability-board {
	width: 100%;
	max-width: 816px;
	margin: 0 auto;
	padding: 33px 0;
	display: table;
	position: relative;
	z-index: 99
}
.hosting-availability-board .bootstrap-select {
	width: 100% !important;
	border-radius: 0;
}
.hosting-availability-board.padding-top20 {
	padding-top: 20px
}
.hosting-availability-board .btn {
	border-radius: 0;
	background: #f2f2f2;
	color: #2d2d2d;
	line-height: 1;
	border: 0;
	font-size: 18px;
	height: 54px;
	font-weight: 700;
	margin: 0;
	padding: 10px 21px;
}
.hosting-availability-board .form-control {
	width: 68%;
	height: 54px;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	color: #2d2d2d;
	line-height: 1;
	padding: 10px 21px;
	float: left;
	border-radius: 0;
	background: #ffffff;
	font-weight: 500;
}
.hosting-availability-board .form-horizontal {
	z-index: 2;
	position: relative;
}
.hosting-availability-board .bootstrap-select .btn {
	background: #cecece;
}
.hosting-availability-board .bootstrap-select .btn:hover, .hosting-availability-board .bootstrap-select .btn:active {
	background: #cecece;
	color: #2d2d2d;
	-webkit-box-shadow: none;
	box-shadow: none;
}



.other-domains h3 {
	font-size: 48px;
	color: #222d3a;
	text-align: center;
	font-weight: 700;
}
.other-domains-details {
	width: 100%;
	text-align: center
}
.other-domains-details .plans-header {
	font-size: 18px;
	text-transform: uppercase;
	width: 33.333%;
	padding: 0
}
.other-domains-details .plans-header span {
	padding: 19px 0;
	background: #262626;
	color: #fff;
	display: block;
	font-size: 100%;
	margin: 0 15px;
}
.other-domains-details .plans-offers {
	font-size: 24px;
	color: #222d3a;
	width: 33.333%;
	padding: 12px 0
}
.other-domains-details .color-row {
	background: #f8f8f9;
}
.other-domains-details del {
	font-size: 16px;
}
.other-domains-details .discount {
	color: #222d3a;
	font-size: 24px
}
.border-domain {
	border: 1px solid #efefef
}

/*Domain price code comes here*/
.price-details--table {
	padding:0 30px;
}
.price-details--table table{width:100%;background-color:#fff;text-align:center;}
.price-details--table.text-left table{text-align:left;}
.price-details--table table th{text-align:center;}
.price-details--table.text-left table th{text-align:left;}
.price-details--table thead{color:#fff;background-color:#566ebb;;font-family: 'Abel', sans-serif;}
.price-details--table thead th{font-size:24px;font-weight:bold;padding:9px;text-transform:uppercase;}
.price-details--table tbody{border-style:solid;border-width:0 1px 1px;border-color:#e9e9e9;}
.price-details--table tbody tr{border-bottom:1px dotted #e9e9e9;}
.price-details--table .domain-color-row{background:#efefef !important;}
.price-details--table tbody tr:last-child{border-bottom:none;}
.price-details--table tbody td{padding:12px 15px;font-size:18px;}
.price-details--table tbody td strong{color:#303030;}
.price-details--table tbody td div{font-size:16px;color:#ef6d4b;}
.price-details--table tbody td .domain-current{text-decoration:line-through;font-size:13px;}
.price-details--table tbody td:first-child{font-size:22px;font-family: 'Abel', sans-serif;font-weight:700;}
.price-details--table tbody td .btn--default{min-width:106px;color:#303030;border-color:#303030;}
.price-details--table.btn--default,
a.btn--default{display:inline-block;padding:10px 25px;color:#fff;border:1px solid #fff;border-radius:100px;font-family: 'Abel', sans-serif;-webkit-transition:color .25s ease, border-color .25s ease;transition:color .25s ease, border-color .25s ease;outline:0;}
.price-details--table .btn--default.hover:hover,
a.btn--default.hover:hover{color:#ff4718;border-color:#ff4718;}
.price-details--table tbody td strong{display:none;}
/*Domain price code end here*/

.contact-set {
	margin:5px 0;
}

/* 19.1. CONTACT FORM */
.contact--form {
    text-align: left;
}

.contact--form-status .alert {
    padding: 15px 30px;
    border-radius: 50px;
}

.contact--form label {
    font-weight: 400;
}

.contact--form .form-group {
    position: relative;
}

.contact--form .form-control {
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #d7d4d4;
    height: auto;
    padding: 10px 12px;
	border-radius:0 !important; 
}

.contact--form textarea.form-control {
    min-height: 172px;
    resize: none;
}


.contact--form .btn-success {
   min-width: 100px;
color: #fff;
background-color: #4285f4;
border-color: #4285f4;
padding: 11px 21px;
font-weight: bold;
font-size: 16px;
}

.service--icon {
    border: 1px dashed #6d6e70;
    border-radius: 50%;
    color: #303030;
    display: inline-block;
    font-size: 38px;
    line-height: 0;
    margin-bottom: 15px;
    min-height: 86px;
    min-width: 86px;
    padding: 23px 10px;
	text-align:center;
    transition: color 0.25s ease 0s, border-color 0.25s ease 0s;
}
.service--icon i {
	color:#6d6e70;
	text-align:center;
}


.middle-content-set {
	padding:65px 0;
}

.runing-list {
	margin:0 0 0 15px;
	padding:0;	
}
.runing-list li {
	padding:5px 0;
}

.features-block .features-inner-box .features-bottom-box .text p a{
	color: #ff3d03;
	text-decoration:underline;
}
.features-block .features-inner-box .features-bottom-box .text p a:hover {
	text-decoration:none;
}


.pricing-box {
    background: #fff;
    color: #333;
    border-radius: 6px;
    overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	margin-bottom:40px;
}
.pricing-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.pricing-box .pricing-head {
    position: relative;
    padding: 25px 0 0px
}
.pricing-box h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    margin: 8px 0 0px;
    letter-spacing: -0.05em;
    text-transform: uppercase
}
.pricing-box h3 .price-sticker {
    display: inline-block;
    padding: 4px 6px;
    margin: -15px 0 0 3px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 0;
    vertical-align: middle;
	background:#e64d20;
}
.pricing-box .regular-pricing {
   padding-bottom:35px;
    font-size: 16px;
    font-weight: 500;
}

.pricing-box .regular-pricing .plan-regular-pricing span {
    text-decoration: line-through;
	font-weight:400;
    color: #222;
}
.pricing-box .regular-pricing .plan-regular-pricing .plansdiscounttxt {
  background-color: #e3ecfb;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  color: #4285f4;
  border: 1px solid #e3ecfb;
}
.pricing-box .price {
    display: inline-block;
    line-height: 17px;
    padding-top:20px;
	color:#4285f4;
	
}
.pricing-box .price sup {
    top: -25px;
    font-size: 20px;
}
.pricing-box .price-digit {
    font-size: 60px;
    font-weight: bold
}
.pricing-box .pricing-list {
    padding-top: 25px
}
.pricing-box .pricing-list li {
    display: block;
    padding: 10px 0;
    margin: 0 20px
}
.pricing-box .pricing-list li:nth-child(odd) {
    background: #f9f9f9
}
.pricing-box .btn {
    display: inline-block;
    padding: 10px 20px;
    margin:0px 0 25px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
	background:#34a853;
}
.fot-reseller-plan-set {
	position:relative;
	padding:12px 0;
	background-color:#448aff;
	border-top: 2px solid #1865e6;
	color:#FFF;
}
.fot-reseller-plan-set h2 {
	font-size:36px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
.fot-reseller-plan-set h2 strong {
	color:#FFF;
}
.fot-reseller-plan-set h2 small {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
.fot-reseller-plan-set .inr{
	font-size: 27px;
	color: #ffffff;
	position: relative;
	top: -9px;
	left: 5px;
}
.fot-reseller-plan-set .btn {
    display: inline-block;
    padding: 10px 20px;
    margin:15px 0 0px 0;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
	background:#34a853;
}
.sitemap-url {
	padding:5px;
}
.sitemap-url ul {
	margin:0;
	padding:0 0 0 10px;
}
.sitemap-url ul li {
	list-style:none;
	padding:12px 0;
	font-size:18px;
}
.sitemap-url li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}
.sitemap-url ul li a {
	color:#666;
}
.sitemap-url ul li a:hover {
	color:#4285f4;
}
.footer-text{
	background:#474545;
	padding:30px 0;
	color:#303030;
}

.footer-text h1 {
	font-size:14px !important;
	color:#fff !important;
	font-family:'Open Sans','Arial';
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top:0px !important;
	font-weight: bold;
	text-shadow:none !important;
}
.footer-text p {
    /*font-size: 13px;*/
	line-height: 24px;
	padding-left: 0px;
	color: #d5d2d2;
}
.footer-text .footer-list {
	margin:0;
	padding:0 0 0 12px;
}
.footer-text .footer-list li {
	margin:0;
	padding:0;
	list-style:disc !important;
	/*font-size: 13px;*/
	color: #d5d2d2;
}
.footer-text .footer-list li a {
	color:#32f265;
}
.footer-text .footer-list li a:hover {
	color:#32f265;
	text-decoration:underline;
}

.footer-text p a {
	color:#32f265;
}
.footer-text p a:hover {
	color:#32f265;
	text-decoration:underline;
}
/* WhatsChat Start Here*/
.live-chat{position:relative;z-index:99;}
.live-chat .wc-btn{display: flex;position: fixed;bottom:3em;right:3em;outline: 0;cursor: pointer;  }
.live-chat .wc-btn .wc-chat-icon img{position: relative;width:60px;height:60px;line-height: 0.8;font-size: 25px;text-align: center;border-radius: 50%;}
.live-chat .wc-btn:hover .wc-chat-icon img{box-shadow: 0 0px 10px #222;}
.live-chat .wc-btn p{padding: 2px 30px 2px 30px;
  margin-top:12px;
  margin-bottom: 0;
  margin-left: -15px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;}
.live-chat .wc-btn:hover .wc-chat-icon img,
.live-chat .wc-btn:hover p{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.live-chat .wc-btn .wc-chat-icon img,
.live-chat .wc-btn:hover p{box-shadow: 0 0px 2px #222;}

/*WhatsChat Button*/
.live-chat .wc-btn .wc-chat-icon img{border:2px solid #7638db;}
.live-chat .wc-btn .wc-chat-icon img,.live-chat .wc-btn p{color: #fff;background:#7638db;}
/*WhatsChat Button*/
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.mb-2, .my-2 {
  margin-bottom: .5rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.modal-title {
  color: #4285f4;
  font-size: 32px;
}
.modal-footer .btn-primary {
  background-color: #4285f4 !important;
  border-color: #4285f4 !important;
  padding: 10px 25px;
  font-size: 16px;	
}