html, body {
    color: black;
    font-size: 14px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

a{
    color:#2952a3;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.btn-lang {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}


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-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.banner p {
    font-size: 20px;
    font-weight: 600;
    margin:0;
    padding:0;
}


.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;

}

.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;
}

.pricingTable{
    border: 1px solid #ddd;
    text-align: center;
    color: #002f57;
    padding: 50px 0 25px;
    margin-top: 30px;
    position: relative;
    background-color:white;
}
.pricingTable .pricing-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: -40px;
    left: 50%;
    padding: 10px;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricing-icon{
    border: 1px solid #002f57;
    background: #002f57;
}
.pricingTable .pricing-icon i{
    width: 100%;
    height: 100%;
    line-height: 58px;
    border-radius: 50%;
    background: #002f57;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricing-icon i{
    color: #002f57;
    background: #fff;
}
.pricingTable .price-Value{
    display: inline-block;
    font-size: 60px;
    color: #494949;
    position: relative;
}
.pricingTable .currency{
    font-size: 25px;
    position: absolute;
    top: 18px;
    left: -18px;
}

.pricingTable .other-currency{
    font-size: 25px;
    position: absolute;
    top: 18px;
    right: {% if currency == "isk" %}-44px{% else %}-28px{% endif %};
}


.pricingTable .month{
    display: block;
    font-size: 17px;
    text-transform: capitalize;
}
.pricingTable .pricingHeader{
    position: relative;
    z-index: 1;
}
.pricingTable .pricingHeader:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.pricingTable .title{
    width: 50%;
    background: #002f57;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.pricingTable .pricing-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 40px;
    margin-bottom: 25px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #218838;
    border: 1px solid #002f57;
    padding: 5px 20px;
    transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    background: #fff;
    color: #002f57;
}

@media only screen and (max-width:990px){
    .pricingTable{ margin-bottom: 20px; }
}

@media only screen and (max-width:767px){
    .pricingTable{ margin-bottom: 60px; }
}




