html, body {
    color: black;
    font-size: 14px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

a{
    color:#2952a3;
}

li{
    list-style-type:none;
}

.hosting-pointers{
    text-align:center;
    color:#002f57;
}

.hosting-pointers h1{
    font-size:60px;    
}


.global-list {
    margin: 0;
    padding: 0;
    list-style: none;

}


.list-noborder li{
    border:none;
}

.right-upper-menu{
    float:right;
}

.right-upper-menu li{
    float:left;
    margin-top:20px;
    margin-left:14px;
}

.navbar-toggler {
    padding:0;
}

.banner{
    color:white;
    padding-top:20px;
    padding-left:20px;
}


.banner h1 {
    font-size:calc(2em + 1vw);
	font-weight: 800;
	text-transform: uppercase;
    white-space: nowrap;
}

.banner p {
    font-size: 20px;
	font-weight: 600;
    margin:0;
    padding:0;
}


.banner .start-price{
    font-size:24px;
    font-weight: 600;
}

.shoutout{
    color:#002f57;
    font-weight:800;
    text-transform:uppercase;
    font-size: 1.6rem;
    line-height: 2rem;
}

.tr-breadcrumb{
    margin-top:40px;
}



footer{
    margin-top:20px;
    padding-top:40px;
    background-color: #e6e6e6;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-widget h3 {
	color: black;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	margin:5px 0 30px;
}

.footer-widget ul li {
	margin-bottom: 10px;
}

.footer-widget ul li:last-child {
	margin-bottom: 0;
}

.footer-social {
	margin-top: 10px;
}

.footer-social li {
	margin-bottom: 0;
	float: left;
	margin-right: 5px;
}

.footer-social li a {
	padding: 5px;
}

.footer-bottom {
	overflow: hidden;
	padding: 30px 0;
	text-transform: uppercase;
}

.footer-bottom a {
	font-weight: 700;
}

.step {
    padding: 0 30px;
    color:#b3b3b3;
    text-align:center;    
}

.step h2{
    font-size:20px;
}


.section-padding {
    padding: 60px 0;
}

.step-icon {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: inline-block;
    background-color: #f2f2f2;
    position: relative;
}

.step.step-1 .step-icon::after {
    position: absolute;
    content: "";
    right: -360px;
    top: 50%;
    width: 360px;
    height: 1px;
    background-color: #d0d0d0;
}

.step.step-2 .step-icon::after {
    position: absolute;
    content: "";
    right: -360px;
    top: 50%;
    width: 360px;
    height: 1px;
    background-color: #d0d0d0;
}

.pricing:hover{
    background-color:#eee;
    cursor:pointer;
}

.pricing h1 {
    text-align:center;
    font-size: 60px;
    font-weight: 800;
}

