.header-area {
    padding: 15px 0;
    background: #17232d;
}
.header-area .mainlogo {
    margin-top: 0;
}
.header-area .mainlogo:hover {
    opacity: .8;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}
.header-area p.links {
    color: #e4e4e4;
    margin: 6px 0 0 0;
    font-weight: 300;
}
.header-area .links a {
    margin-right: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 16px;
}
.header-area .links a:last-child {
    margin-left: 15px;
    margin-right: 0;
}
.header-area i.fas, .header-area i.far, .header-area i.fal, .header-area i.fab {
    color: #b0b0b0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    vertical-align: bottom;
}
.header-area .btn-headerlinks {
    color: rgb(128, 128, 128);
    padding: 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
    border: none;
}
.header-area .btn-headerlinks:hover, .header-area .btn-headerlinks:focus {
    color: #b8b8b8;
    box-shadow: none;
}
.header-area .btn-headerlinks:active {
    box-shadow: none;
}
.header-area .btn-headercart {
    color: #FFF;
    background-color: #373B42;
    border: 1px solid #373B42;
    padding: 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
}
.header-area .btn-headercart:hover, .header-area .btn-headercart:focus {
    opacity: .9;
    color: #FFF;
}
.header-area .fa-caret-down {
    padding-right: 0;
}
.header-area .fa-shopping-cart {
    color: #FFF!Important;
    padding-left: 0!Important;
}
.modal-backdrop.in {
    background: #373B42;
    opacity: 1;
}
.modal-select-language .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.modal-select-language .modal-content {
    background-color: #FFF;
    border-radius: 0;
    outline: 0;
}
.modal-select-language .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #F3F3F3;
}
.modal-select-language .modal-header img {
    float: left;
    margin-top: 0;
}
.modal-select-language .close {
    opacity: 1;
    margin-top: -9px;
}
.modal-select-language i.fas, .modal-select-language i.far, .modal-select-language i.fal, .modal-select-language i.fab {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1;
}
.modal-select-language .container-fluid {
    margin-top: 20px;
}
.modal-select-language .thumbnail {
    background-color: #f3f3f3;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
}
.modal-select-language .thumbnail:hover {
    background-color: #E3E3E3;
}
.modal-select-language p {
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.modal-select-language a {
    color: #333;
}
.modal-select-language a:hover {
    color: #DF3626;
    text-decoration: none;
}
.modal-select-language .btn-language {
    display: block;
    padding: 15px 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f3f3f3;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    font-weight: 600;
    font-size: 12px;
}
.modal-select-language .current-lang {
    color: #DF3626;
}
.modal-client-notifications .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.modal-client-notifications .modal-content {
    background-color: #FFF;
    border-radius: 0;
    outline: 0;
}
.modal-client-notifications .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #F3F3F3;
}
.modal-client-notifications .modal-header img {
    float: left;
    margin-top: 0;
}
.modal-client-notifications .close {
    opacity: 1;
    margin-top: -9px;
}
.modal-client-notifications i.fas, .modal-client-notifications i.far, .modal-client-notifications i.fal, .modal-client-notifications i.fab {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1;
}
.modal-client-notifications .btn {
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 4px 2px 4px;
}
.modal-client-notifications .container-fluid {
    margin-top: 20px;
}
.modal-client-login .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.modal-client-login .modal-footer {
    padding: 5px 10px 10px 10px;
    text-align: center;
    border-top: 0;
}
.modal-client-login .modal-content {
    background-color: #FFF;
    border-radius: 0;
    outline: 0;
}
.modal-client-login .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #F3F3F3;
}
.modal-client-login .close {
    opacity: 1;
    margin-top: -9px;
}
.modal-client-login i.fas, .modal-client-login i.far, .modal-client-login i.fal, .modal-client-login i.fab {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1;
}
.modal-client-login img {
    float: left;
}
.modal-client-login .form-control {
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    box-shadow: none;
    border-color: #e0e0e0;
}
.modal-client-login p {
    margin: 20px 0 0 0;
    font-weight: 600;
}
.modal-client-login .btn-link {
    color: #333;
    margin: 10px auto;
    font-size: 12px;
}
.modal-client-login .btn-link:hover, .modal-client-login .btn-link:focus {
    color: #DF3626;
}
.modal-client-login .checkbox {
    margin-bottom: 0;
    font-weight: 600;
}
.modal-client-login label {
    margin: 10px 0;
}
.modal-client-login .loginbutton {
    margin-top: 20px;
}
.modal-client-login .btn-primary-small:hover, .modal-client-login .btn-primary-small:focus {
    transition: none;
}
.menu {
    background: #00c8be url(../img/verde.svg) no-repeat center top;
    
}
.menu .navbar-brand {
    padding: 0;
}
.menu .logo:hover {
    opacity: .5;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.menu .navbar {
    padding: 0;
}
.menu .navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu i.fas, .menu i.far, .menu i.fal, .menu i.fab {
    margin-right: 15px!Important;
    font-size: 13px;
    vertical-align: inherit;
    width: 12px;
    text-align: center;
    padding-right: 0;
}
.menu .navbar-nav .dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
}
.menu .dropdown-menu li a.dropdown-item {
    background: #373B42;
    color: #FFF;
    font-weight: 300;
    font-size: 13px;
    padding: 10px 30px 10px 15px;
    border: none;
    border-bottom: 1px solid #4e535d;
    border-radius: 0;
    min-width: 250px;
}
.menu ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}
.menu .dropdown-menu li a.dropdown-item:hover, .menu .dropdown-menu li a.dropdown-item:focus, .menu .dropdown-menu li.dropdown-submenu:hover {
    background: #4e535d;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    pointer-events: auto;
    cursor: pointer;
}
.menu .dropdown-submenu {
    position: relative;
}
.menu .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 18px;
}
.menu .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 10px;
    height: 8px;
}
.menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #2b2e33;
}
.menu .navbar-light .navbar-nav .active>.nav-link, .menu .navbar-light .navbar-nav .nav-link.active {
    background-color: #2677df;
    color: #FFF;
}
.menu .navbar-light .navbar-nav .nav-link:hover, .menu .navbar-light .navbar-nav .nav-link.show, .menu .navbar-light .navbar-nav .show>.nav-link {
    color: #f1f1f1;
}
.menu .navbar-nav li.attention .nav-link {
    background-color: #c32f21;
    color: #FFF;
    padding-right: 35px!Important;
}
.menu .navbar-nav li.attention .nav-link:hover {
    background-color: #f93b29;
    color: #FFF;
}
.custom-toggle {
    border: none;
    margin-left: 7px;
}
.custom-toggle:hover {
    opacity: .5;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.custom-toggle:focus {
    outline: none;
}
.custom-toggle span:after, .custom-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
.custom-toggle span:after {
    top: 9px;
}
.custom-toggle span {
    position: relative;
    display: block;
}
.custom-toggle span, .custom-toggle span:after, .custom-toggle span:before {
    width: 30px;
    height: 5px;
    background-color: #adadad;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
    background-image: none;
}
.imageslider {
    background: #373b42 url(../img/verde.svg) no-repeat center top;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
}
.imageslider .carousel {
    position: relative;
    z-index: 1;
}
.imageslider img {
    display: block;
    margin: 10px auto 0 auto;
}
.imageslider .carousel-indicators {
    bottom: 0;
}
.imageslider i.fas, .imageslider i.far, .imageslider i.fal, .imageslider i.fab {
    color: #df3626;
}
.imageslider .main-container {
    padding: 0;
}
.imageslider h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
}
.imageslider h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.imageslider .carousel-indicators {
    bottom: -55px;
}
.imageslider .carousel-control.right, .imageslider .carousel-control.left {
    background-image: none;
}
.imageslider .carousel .item {
    min-height: 300px;
    height: 100%;
    width: 100%}
.imageslider .carousel-inner .item .container {
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.imageslider h4 {
    animation-delay: 0.5s;
}
.imageslider h4.second {
    animation-delay: 1s;
}
.imageslider .button {
    margin: 40px 0 0 0;
}
.imageslider .button a {
    animation-delay: 1.5s;
}
.imageslider img {
    animation-delay: 0.5s;
}
.subbanner {
    background: #373b42 url(../img/background2.png) no-repeat center top;
    background-size: cover;
    padding: 40px 0;
}
.subbanner h1 {
    color: #FFF;
    margin: 0;
    font-weight: 600;
    text-shadow: 3px 2px 3px #000;
    font-size: 25px;
}
.subbanner p {
    color: #FFF;
    margin-bottom: 0;
    text-shadow: 3px 2px 3px #353535;
    font-weight: 300;
    float: left;
    font-size: 20px;
    margin-top: 20px;
}
.breadcrumbs {
    background: #F3F4F5;
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3;
    font-size: 10px;
}
.breadcrumbs i.fas, .breadcrumbs i.far, .breadcrumbs i.fal, .breadcrumbs i.fab {
    color: #373B42;
}
.breadcrumbs a {
    color: #5f5f5f;
    padding-right: 10px;
}
.breadcrumbs p {
    margin: 0;
}
.sidemenu {
    padding: 0 20px 0 20px;
}
.sidemenu ul {
    border-bottom: 1px solid #DDD;
}
.sidemenu ul li {
    list-style: none;
}
.sidemenu ul li.submenutitle {
    background-color: #373b42;
    border-radius: 0;
    border: 1px solid #373b42;
    padding: 12px 20px;
    color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 12px;
}
.sidemenu .list-group-item {
    background-color: #f3f3f3;
    border-radius: 0;
    border: 1px solid #DDD;
    border-bottom: none;
    padding: 10px 20px;
}
.sidemenu a.list-group-item, .sidemenu button.list-group-item {
    color: #333;
    font-size: 12px;
}
.sidemenu a.list-group-item:hover {
    color: #373B42;
    transition: color 0.5s ease;
    background: #e8e8e8;
}
.sidemenu i.fas, .sidemenu i.far, .sidemenu i.fal, .sidemenu i.fab {
    color: #b0b0b0!Important;
    padding-right: 20px;
    vertical-align: middle;
}
.sidemenu a.list-group-item:hover i.fas, .sidemenu a.list-group-item:hover i.far, .sidemenu a.list-group-item:hover i.fal, .sidemenu a.list-group-item:hover i.fab {
    color: #DF3626!Important;
    transition: color 0.5s ease;
}
.sidemenu .list-group {
    margin-bottom: 40px;
    margin-left: 20px;
}
.content {
    padding: 50px 0;
    background: #FFF;
}
.content .h3, .content h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}
.content .h4, .content h4 {
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.content p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #676767;
}
.content i.fas, .content i.far, .content i.fal, .content i.fab {
    color: #DF3626;
}
.content .category-menu .list-group-item {
    border: none;
    background: none;
}
.content .category-menu .list-group-item a {
    color: #6D6D6D;
    font-weight: 400;
}
.content .category-menu .list-group-item a:hover, .content .category-menu .list-group-item a:active, .content .category-menu .list-group-item a:focus {
    color: #000;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
.vpsinfo {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.vpsinfo .panel {
    border: 1px solid #E3E3E3;
    border-radius: 0;
    margin-bottom: 20px;
    background: #FFF;
}
.vpsinfo .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    padding: 10px 15px;
}
.vpsinfo .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
.vpsinfo .panel-body {
    padding: 26px;
}
.vpsinfo h3 i.fas, .vpsinfo h3 i.far, .vpsinfo h3 i.fal, .vpsinfo h3 i.fab {
    color: #FFF;
}
.vpsinfo i.fas, .vpsinfo i.far, .vpsinfo i.fal, .vpsinfo i.fab {
    color: #DF3626;
}
.vpsinfo .vpsspecifications i.fas, .vpsinfo .vpsspecifications i.far, .vpsinfo .vpsspecifications i.fal, .vpsinfo .vpsspecifications i.fab {
    color: #4cb700;
}
.vpsinfo p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.vpspriceslider {
    background: #FFF;
    padding: 60px 0;
}
.vpspriceslider .sliderbox {
    margin-bottom: 70px;
}
.vpspriceslider .thumbnail {
    background: #373b42;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #373b42;
}
.vpspriceslider .orderthumbnail {
    background: #f3f4f5;
    height: 165px;
    padding: 25px;
    border: 1px solid #e3e3e3;
}
.vpspriceslider span.icon i.fas, .vpspriceslider span.icon i.far, .vpspriceslider span.icon i.fal, .vpspriceslider span.icon i.fab {
    padding-right: 0;
    display: block;
    margin: 15px 0;
    color: #FFF;
    font-size: 55px;
}
.vpspriceslider h3 {
    text-align: center;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 20px;
}
.vpspriceslider h4 {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 2px 1px #000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 2px;
}
.vpspriceslider span.spec {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 2px 1px #000;
    font-weight: 600;
    font-size: 18px;
}
.vpspriceslider span.totalprice {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}
.vpspriceslider .btn-primary {
    margin-top: 20px;
}
.vpspriceslider h3 a {
    color: #df3626;
}
.vpspriceslider .ui-slider {
    position: relative;
    text-align: left;
}
.vpspriceslider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.vpspriceslider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0;
}
.vpspriceslider .ui-slider-horizontal {
    height: .8em;
}
.vpspriceslider .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.vpspriceslider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%}
.vpspriceslider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.vpspriceslider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.vpspriceslider .ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.vpspriceslider .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.vpspriceslider .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%}
.vpspriceslider .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.vpspriceslider .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.vpspriceslider .price_rangetxt {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
}
.vpspriceslider .price_rangetxt div.icon {
    float: left;
    color: #333;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
}
.vpspriceslider .price_rangetxt div.icon:before {
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    height: 20px;
    width: 1px;
    float: left;
    content: "";
    margin: 0 auto;
    border-left: 1px solid #ccc;
}
.vpspriceslider .price_rangetxt div.icon:after {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 8px;
    width: 8px;
    background: #ddd;
    border-radius: 50%;
    float: left;
    content: "";
    border: 2px solid #fff;
}
.vpspriceslider .price_rangetxt div.current {
    color: #373b42;
}
.vpspriceslider .price_rangetxt div.icon.current:after {
    background: #df3626;
}
.vpspriceslider .slider-container .headingbox {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    background: #232323;
    box-shadow: 0 2px 3px #191919;
    padding: 12px 4%}
.vpspriceslider .slider-container #slider {
    display: inline-block;
    width: 100%;
    height: 12px;
    position: relative;
    z-index: 10;
    margin: 0 0 36px;
    background: #ddd;
    border-radius: 10px;
}
.vpspriceslider .slider-container #slider .ui-slider-range {
    margin: 0;
    border-radius: 6px;
    background: #df3626;
}
.vpspriceslider .slider-container #slider .ui-slider-handle {
    width: 28px;
    height: 28px;
    margin-top: -4px;
    margin-left: -12px;
    background: #373b42;
    border-radius: 50%;
    border: 4px solid #fff;
}
.vpspriceslider .slider-container #slider .ui-slider-handle:hover {
    cursor: pointer;
}
.vpspriceslider .price_content {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.vpspriceslider .price_content .smalbox_1 {
    float: left;
    width: 12%;
    position: relative;
    margin-top: 13px;
    -webkit-box-shadow: -1px 0 0 0 #ddd inset;
    -moz-box-shadow: -1px 0 0 0 #ddd inset;
    box-shadow: -1px 0 0 0 #ddd inset;
}
.vpspriceslider .price_content .smalbox_1:nth-child(7) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.vpspriceslider .price_content .heading {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}
.vpspriceslider .price_content .heading span {
    float: left;
    color: #393836;
    line-height: 16px;
    font-size: 14px;
    margin: 10px 0;
    width: 12%;
    -webkit-box-shadow: -1px 0 0 0 #ddd inset;
    -moz-box-shadow: -1px 0 0 0 #ddd inset;
    box-shadow: -1px 0 0 0 #ddd inset;
}
.vpspriceslider .price_content .heading span:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.vpspriceslider .price_content .smalbox_1 .numeric1 {
    color: #bb364c;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
.vpspriceslider .price_content .smalbox_1 .price_txt {
    color: #40a219;
}
.vpspriceslider .price_content .smalbox_1 .price_txt span {
    font-size: 14px;
    font-weight: 700;
}
.vpspriceslider .slider_serverbox {
    float: right;
    width: 145px;
    height: 165px;
    position: relative;
}
.vpscontrolpanels {
    background: #FFF;
    padding: 60px 0;
    text-align: center;
}
.vpscontrolpanels i.fas, .vpscontrolpanels i.far, .vpscontrolpanels i.fal, .vpscontrolpanels i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.vpscontrolpanels h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.vpscontrolpanels .thumbnail {
    border: none;
    margin-bottom: 0;
}
.vpscontrolpanels p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
}
.vpscontrolpanels img {
    margin: 0 0 30px 0;
}
.vpsoperatingsystems {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.vpsoperatingsystems img {
    margin: 20px auto;
    display: block;
}
.vpsoperatingsystems .box {
    background: #FFF;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 10px 25px;
    margin-bottom: 20px;
}
.vpsoperatingsystems .box:hover {
    opacity: .8;
}
.vpsoperatingsystems .info h4 {
    font-weight: 300;
    margin: 20px 0;
    font-size: 18px;
}
.vpshostingfeatures {
    background: #FFF;
    padding: 60px 0 20px 0;
    text-align: center;
}
.vpshostingfeatures i.fas, .vpshostingfeatures i.far, .vpshostingfeatures i.fal, .vpshostingfeatures i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.vpshostingfeatures h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.vpshostingfeatures .thumbnail {
    border: none;
    margin-bottom: 40px;
}
.vpshostingfeatures p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.vpsfeatures {
    background: #F3F4F5;
    padding: 60px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.vpsfeatures i.fas, .vpsfeatures i.far, .vpsfeatures i.fal, .vpsfeatures i.fab {
    color: #DF3626;
}
.vpsfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    font-size: 18px;
}
.vpsfeatures p {
    font-weight: 300;
    margin: 0;
}
.vpsfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px;
}
.gameserversintro {
    background: #FFF;
    padding: 60px 0;
}
.gameserversintro h4 {
    text-align: left;
    border-bottom: 1px solid #F3F4F5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #373B42;
    font-size: 18px;
}
.gameserversintro p {
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.gameserversintro .rowmargin {
    margin-bottom: 50px;
}
.gameserversintro i.fas, .gameserversintro i.far, .gameserversintro i.fal, .gameserversintro i.fab {
    color: #b0b0b0;
    font-size: 60px;
    padding-right: 20px;
    vertical-align: middle;
}
.gameserverpricetable {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.gameserverpricetable .game-icon {
    width: 75px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}
.gameserverpricetable .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 20px;
}
.gameserverpricetable th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300;
}
.gameserverpricetable th.left {
    text-align: left;
}
.gameserverpricetable th.center {
    text-align: center;
}
.gameserverpricetable .table>tbody>tr>th {
    width: 20%}
.gameserverpricetable .table>tbody>tr>th.game {
    width: 60%}
.gameserverpricetable .table>tbody>tr>td {
    background: #FFF;
    font-size: 12px;
}
.gameserverpricetable td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle;
}
.gameserverpricetable td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.gameserverpricetable p.service {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.gameserverpricetable p.details {
    color: #373B42;
    margin-left: 27px;
}
.gameserverpricetable i.fas, .gameserverpricetable i.far, .gameserverpricetable i.fal, .gameserverpricetable i.fab {
    color: #DF3626;
}
.gameserverlocations {
    background: #FFF;
    padding: 60px 0 40px 0;
}
.gameserverlocations .world-map {
    margin: 50px auto 80px auto;
}
.gameserverlocations .panel {
    border: 1px solid #E3E3E3;
    border-radius: 0;
    margin-bottom: 20px;
}
.gameserverlocations .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    padding: 10px 15px;
}
.gameserverlocations .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
.gameserverlocations .panel-body {
    background: #f3f4f5;
    padding-top: 0;
    padding-bottom: 0;
}
.gameserverlocations h3 i.fas, .gameserverlocations h3 i.far, .gameserverlocations h3 i.fal, .gameserverlocations h3 i.fab {
    color: #FFF;
}
.gameserverlocations i.fas, .gameserverlocations i.far, .gameserverlocations i.fal, .gameserverlocations i.fab {
    color: #DF3626;
}
.gameserverlocations p {
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    padding: 20px 0 20px 20px;
}
.gameserverlocations p:last-child {
    border-bottom: none;
}
.gameserverlocations .location-flag {
    display: inline;
    margin-right: 20px;
    vertical-align: bottom;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    max-height: 22px;
}
.gameserverhighlight {
    background: #FFF;
    padding: 60px 0;
}
.gameserverhighlight h4 {
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 18px;
}
.gameserverhighlight i.fas, .gameserverhighlight i.far, .gameserverhighlight i.fal, .gameserverhighlight i.fab {
    color: #df3626;
}
.gameserverhighlight img {
    display: inline;
    margin-right: 20px;
}
.gameserverhighlight .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 20px;
}
.gameserverhighlight th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300;
}
.gameserverhighlight th.center {
    text-align: center;
}
.gameserverhighlight .table>tbody>tr>th {
    width: 20%}
.gameserverhighlight .table>tbody>tr>th.package {
    width: 30%}
.gameserverhighlight .table>tbody>tr>th.order {
    width: 10%}
.gameserverhighlight .table>tbody>tr>td {
    background: #f3f4f5;
    font-size: 12px;
}
.gameserverhighlight td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle;
}
.gameserverhighlight td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.gameserverhighlight .videoplayer {
    border: 1px solid #e3e3e3;
    background: #f3f4f5;
    padding: 10px;
    border-radius: 5px;
}
.gameservervoicesolutions {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.gameservervoicesolutions .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    text-align: center;
    padding: 10px 15px;
}
.gameservervoicesolutions .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
.gameservervoicesolutions img {
    margin: 30px auto 20px auto;
    display: block;
}
.gameservervoicesolutions p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
.gameservervoicesolutions p:last-child {
    border-bottom: none;
}
.gameservervoicesolutions .panel {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    background: #FFF;
    margin-bottom: 20px;
}
.gameservervoicesolutions .panel-footer {
    padding: 10px 15px;
    background-color: #373B42;
    border: none;
    border-radius: 0;
    text-align: center;
}
.gameservervoicesolutions h5.price {
    font-size: 20px;
    display: initial;
    margin-right: 15px;
    color: #FFF;
    border-right: 1px solid #4a4f58;
    padding-right: 15px;
    vertical-align: middle;
}
.gameservervoicesolutions sup {
    top: -.5em;
    font-size: 12px;
}
.gamefeatures {
    background: #F3F4F5;
    padding: 60px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.gamefeatures i.fas, .gamefeatures i.far, .gamefeatures i.fal, .gamefeatures i.fab {
    color: #DF3626;
}
.gamefeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    font-size: 18px;
}
.gamefeatures p {
    font-weight: 300;
    margin: 0;
}
.gamefeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px;
}
.resellerplans {
    background: #FFF;
    padding: 60px 0 40px 0;
}
.resellerplans .pricing-table {
    margin-bottom: 20px;
}
.resellerplans .pricing {
    padding: 0;
}
.planbox .pricing-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.resellerplans .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 15px 20px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.resellerplans .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}
.resellerplans .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
}
.resellerplans .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.resellerplans .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF;
}
.resellerplans .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF;
}
.resellerplans .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
}
.resellerplans .pricing .pricing-list {
    padding: 20px 0 40px 0;
    background: #F3F4F5;
    border: 1px solid #e4e4e4;
}
.resellerplans .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.resellerplans .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300;
}
.resellerplans .pricing .pricing-list ul li:last-child {
    border: none;
}
.resellerplans .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #b0b0b0;
}
.resellerplans .pricing .pricing-list ul li span {
    color: #373B42;
}
.resellersoftware {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.resellersoftware .thumbnail {
    background: #FFF;
    margin: 20px 0;
    padding: 40px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #e3e3e3;
}
.resellersoftware .thumbnail h3 {
    font-weight: 300;
    font-size: 20px;
    padding: 15px 0;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
.resellersoftware .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.resellersoftware .thumbnail .btn {
    text-transform: uppercase;
    font-weight: 600;
}
.resellersoftware img {
    margin-bottom: 30px;
}
.resellersoftware .well {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 30px;
    background-color: #f3f4f5;
    padding: 30px 30px 10px 30px;
}
.resellersoftware h4 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 15px;
}
.resellersoftware h5 span {
    color: #DF3626;
    font-size: 15px;
    font-weight: 600;
}
.resellerhostingfeatures {
    background: #FFF;
    padding: 60px 0 20px 0;
    text-align: center;
}
.resellerhostingfeatures i.fas, .resellerhostingfeatures i.far, .resellerhostingfeatures i.fal, .resellerhostingfeatures i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.resellerhostingfeatures h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.resellerhostingfeatures .thumbnail {
    border: none;
    margin-bottom: 40px;
}
.resellerhostingfeatures p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.resellertable {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.resellertable img {
    display: inline;
    margin-right: 20px;
}
.resellertable .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 20px;
}
.resellertable th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300;
}
.resellertable th.center {
    text-align: center;
}
.resellertable .table>tbody>tr>th {
    width: 25%}
.resellertable .table>tbody>tr>td {
    background: #FFF;
    font-size: 12px;
}
.resellertable td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle;
}
.resellertable td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.resellertable .label-profit {
    background: #DF3626;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    border-radius: 0;
    margin-right: 10px;
}
.reselleraddvalue {
    padding: 60px 0 40px 0;
    background: #FFF;
}
.reselleraddvalue .thumbnail {
    background: #F3F4F5;
    padding: 30px 30px 10px 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    margin-bottom: 20px;
}
.reselleraddvalue .thumbnail h3 {
    font-weight: 300;
    font-size: 20px;
    padding: 15px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.reselleraddvalue .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.reselleraddvalue .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.reselleraddvalue .thumbnail img {
    margin-bottom: 30px;
}
.resellerfeatures {
    background: #F3F4F5;
    padding: 60px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.resellerfeatures i.fas, .resellerfeatures i.far, .resellerfeatures i.fal, .resellerfeatures i.fab {
    color: #DF3626;
}
.resellerfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    font-size: 18px;
}
.resellerfeatures p {
    font-weight: 300;
    margin: 0;
}
.resellerfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px;
}
.sharedplans {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px;
}
.sharedplans .pricing {
    padding: 0;
}
.sharedplans .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.sharedplans .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}
.sharedplans .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
}
.sharedplans .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.sharedplans .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF;
}
.sharedplans .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF;
}
.sharedplans .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
}
.sharedplans .pricing .pricing-list {
    padding: 20px 0 40px 0;
    background: #F3F4F5;
    border: 1px solid #e4e4e4;
}
.sharedplans .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.sharedplans .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300;
}
.sharedplans .pricing .pricing-list ul li:last-child {
    border: none;
}
.sharedplans .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #b0b0b0;
}
.sharedplans .pricing .pricing-list ul li span {
    color: #373B42;
}
.sharedplans i.fas, .sharedplans i.far, .sharedplans i.fal, .sharedplans i.fab {
    color: #DF3626;
}
.sharedplans h3 {
    font-weight: 300;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px;
}
.sharedplans h3.margin {
    margin-top: 50px;
}
.sharedplans p.info {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
}
.sharedplans img {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.sharedplans p.caption {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 13px;
    text-align: center;
}
.sharedplans p.caption i.fas, .sharedplans p.caption i.far, .sharedplans p.caption i.fal, .sharedplans p.caption i.fab {
    color: #4cb700;
}
.sharedplans .cmsrow {
    margin-top: 50px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.sharedspecifications {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.sharedspecifications .thumbnail {
    background: #FFF;
    padding: 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    margin-bottom: 20px;
}
.sharedspecifications .thumbnail h3 {
    font-weight: 300;
    border-top: 1px solid #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 23px;
}
.sharedspecifications .thumbnail h3 span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 25px;
}
.sharedspecifications .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.sharedspecifications .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.sharedspecifications .thumbnail img {
    margin-bottom: 5px;
}
.sharedspecifications .well {
    margin-top: 20px;
    background-color: #F3F4F5;
    padding-bottom: 0;
}
.sharedspecifications h4 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 15px;
}
.sharedspecifications h5 span {
    color: #DF3626;
    font-size: 15px;
    font-weight: 600;
}
.sharedsoftware {
    background: #FFF;
    padding: 60px 0 30px 0;
    text-align: center;
}
.sharedsoftware i.fas, .sharedsoftware i.far, .sharedsoftware i.fal, .sharedsoftware i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.sharedsoftware h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sharedsoftware .thumbnail {
    border: none;
    margin-bottom: 0;
}
.sharedsoftware p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto 30px auto;
}
.sharedsoftware img {
    margin: 30px 0 20px 0;
}
.sharedtechnical {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.sharedtechnical .panel {
    border: 1px solid #E3E3E3;
    border-radius: 0;
    background: white;
    margin-bottom: 20px;
}
.sharedtechnical .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    padding: 10px 15px;
}
.sharedtechnical .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
.sharedtechnical .panel-body {
    padding: 15px;
}
.sharedtechnical h3 i.fas, .sharedtechnical h3 i.far, .sharedtechnical h3 i.fal, .sharedtechnical h3 i.fab {
    color: #FFF;
}
.sharedtechnical i.fas, .sharedtechnical i.far, .sharedtechnical i.fal, .sharedtechnical i.fab {
    color: #DF3626;
}
.sharedtechnical p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sharedfeatures {
    background: #F3F4F5;
    padding: 60px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.sharedfeatures i.fas, .sharedfeatures i.far, .sharedfeatures i.fal, .sharedfeatures i.fab {
    color: #DF3626;
}
.sharedfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    font-size: 18px;
}
.sharedfeatures p {
    font-weight: 300;
    margin: 0;
}
.sharedfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px;
}
.dedicatedservers {
    background: #FFF;
    padding: 60px 0 40px 0;
}
.dedicatedservers .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    text-align: center;
    padding: 10px 15px;
}
.dedicatedservers .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
.dedicatedservers img {
    margin: 30px auto 20px auto;
    display: block;
}
.dedicatedservers p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
.dedicatedservers p:last-child {
    border-bottom: none;
}
.dedicatedservers .panel {
    background: #F3F4F5;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    margin-bottom: 20px;
}
.dedicatedservers .panel-footer {
    padding: 10px 15px;
    background-color: #373B42;
    border: none;
    border-radius: 0;
    text-align: center;
}
.dedicatedservers h5.price {
    font-size: 18px;
    display: initial;
    margin-right: 15px;
    color: #FFF;
    border-right: 1px solid #4a4f58;
    padding-right: 15px;
    vertical-align: middle;
}
.dedicatedservers h5 small {
    color: #b5b5b5!Important;
    margin-left: 10px;
}
.dedicatedservers sup {
    top: -.5em;
    font-size: 12px;
}
.dedicatedoperatingsystems {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.dedicatedoperatingsystems img {
    margin: 20px auto;
    display: block;
}
.dedicatedoperatingsystems .box {
    background: #FFF;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 10px 25px;
    margin-bottom: 20px;
}
.dedicatedoperatingsystems .box:hover {
    opacity: .8;
}
.dedicatedoperatingsystems .info h4 {
    font-weight: 300;
    margin: 20px 0;
    font-size: 18px;
}
.dedicatedcontrolpanels {
    background: #FFF;
    padding: 60px 0;
    text-align: center;
}
.dedicatedcontrolpanels i.fas, .dedicatedcontrolpanels i.far, .dedicatedcontrolpanels i.fal, .dedicatedcontrolpanels i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.dedicatedcontrolpanels h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.dedicatedcontrolpanels .thumbnail {
    border: none;
    margin-bottom: 0;
}
.dedicatedcontrolpanels p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
}
.dedicatedcontrolpanels img {
    margin: 0 0 30px 0;
}
.dedicatedtable {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.dedicatedtable img {
    display: inline;
    margin-right: 20px;
}
.dedicatedtable .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 20px;
}
.dedicatedtable th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300;
}
.dedicatedtable th.center {
    text-align: center;
}
.dedicatedtable .table>tbody>tr>th {
    width: 10%}
.dedicatedtable .table>tbody>tr>th.server {
    width: 25%}
.dedicatedtable .table>tbody>tr>th.order {
    width: 15%}
.dedicatedtable .table>tbody>tr>td {
    background: #FFF;
    font-size: 12px;
}
.dedicatedtable td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle;
}
.dedicatedtable td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.dedicatedtable p.service {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.dedicatedtable p.details {
    color: #373B42;
    margin-left: 27px;
}
.dedicatedtable i.fas, .dedicatedtable i.far, .dedicatedtable i.fal, .dedicatedtable i.fab {
    color: #DF3626;
}
.dedicatedaddons {
    background: #FFF;
    padding: 60px 0;
    text-align: center;
}
.dedicatedaddons .thumbnail {
    background: #F3F4F5;
    margin: 20px 0;
    padding: 40px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3;
}
.dedicatedaddons .thumbnail h3 {
    font-weight: 300;
    font-size: 20px;
    border-top: 1px solid #dedede;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}
.dedicatedaddons .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dedicatedaddons .thumbnail .btn {
    text-transform: uppercase;
    font-weight: 600;
}
.dedicatedaddons .well {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 30px;
    background-color: #FFF;
    padding: 30px 30px 10px 30px;
}
.dedicatedaddons h4 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 15px;
}
.dedicatedaddons img {
    margin-bottom: 30px;
}
.dedicatedaddons h5 span {
    color: #DF3626;
    font-size: 15px;
    font-weight: 600;
}
.webdesign {
    background: #FFF;
    padding: 60px 0 40px 0;
}
.webdesign .pricing {
    padding: 0;
}
.webdesign .pricing-table {
    margin-bottom: 20px;
}
.webdesign .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.webdesign .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}
.webdesign .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
}
.webdesign .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.webdesign .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF;
}
.webdesign .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF;
}
.webdesign .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
}
.webdesign .pricing .pricing-list {
    padding: 20px 0 20px 0;
    background: #F3F4F5;
    border: 1px solid #E3E3E3;
}
.webdesign .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.webdesign .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #373B42;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300;
}
.webdesign .pricing .pricing-list ul li:last-child {
    border: none;
}
.webdesign .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #4cb700;
}
.webdesigndetails {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.webdesigndetails .panel {
    border: 1px solid #E3E3E3;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: #fff;
}
.webdesigndetails .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    padding: 10px 15px;
}
.webdesigndetails .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
.webdesigndetails .panel-body {
    padding: 15px 20px;
}
.webdesigndetails h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 20px 30px;
    color: #505050;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
}
.webdesigndetails h4:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.webdesigndetails i.fas, .webdesigndetails i.far, .webdesigndetails i.fal, .webdesigndetails i.fab {
    color: #DF3626;
}
.webdesigndetails h5 {
    font-size: 20px;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.webdesigndetails p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.webdesigndetails .circle {
    border-radius: 50%;
    border: none;
    background: #DF3626;
    color: #FFF;
    padding: 7px 15px 7px 15px;
    margin-right: 15px;
}
.webdesigndetails .small {
    text-align: center;
    font-size: 12px;
    width: 70%;
    margin: auto;
}
.webdesignfeatures {
    background: #FFF;
    padding: 60px 0 20px 0;
    text-align: center;
}
.webdesignfeatures i.fas, .webdesignfeatures i.far, .webdesignfeatures i.fal, .webdesignfeatures i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.webdesignfeatures h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.webdesignfeatures .thumbnail {
    border: none;
    margin-bottom: 40px;
}
.webdesignfeatures p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.webdesignaddons {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.webdesignaddons .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    text-align: center;
    padding: 10px 15px;
}
.webdesignaddons .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
.webdesignaddons .panel-body {
    padding: 15px;
}
.webdesignaddons img {
    display: block;
    margin: 20px auto;
}
.webdesignaddons p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
.webdesignaddons p:last-child {
    border-bottom: none;
}
.webdesignaddons .panel {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: #fff;
}
.webdesignaddons .panel-footer {
    padding: 10px 15px;
    background-color: #373B42;
    border: none;
    border-radius: 0;
    text-align: center;
}
.webdesignaddons h5.price {
    font-size: 20px;
    display: initial;
    margin-right: 15px;
    color: #FFF;
    border-right: 1px solid #4a4f58;
    padding-right: 15px;
    vertical-align: middle;
}
.webdesignaddons sup {
    top: -.5em;
    font-size: 12px;
}
.domainintro {
    background: #FFF;
    padding: 60px 0 40px 0;
}
.domainintro .thumbnail {
    background: #f3f4f5;
    padding: 30px 10px 10px 10px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    margin-bottom: 20px;
}
.domainintro h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 25px;
    margin: 25px 0 30px 0;
}
.domainintro .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.domainintro .well {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 20px 20px 10px 20px;
}
.domainintro .well h4 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 15px;
    margin-bottom: 30px;
}
.domainintro .well p {
    font-size: 12px;
}
.domainsearcharea {
    background: #373b42;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.domainsearcharea *:focus {
    outline: none!Important;
}
.domainsearcharea h1, .domainsearcharea p {
    text-align: center;
    padding-bottom: 20px;
}
.domainsearcharea i.fas, .domainsearcharea i.far, .domainsearcharea i.fal, .domainsearcharea i.fab {
    font-size: 30px;
    color: #FFF;
    padding: 8px;
}
.domainsearcharea h2 {
    font-weight: 200;
    margin-top: 9px;
    text-align: left;
    font-size: 30px;
}
.domainsearcharea p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.domainsearcharea .domainsearch {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #303135;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    box-shadow: none;
}
.domainsearcharea .domainsearchsmall {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #303135;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    box-shadow: none;
}
.domainsearcharea .custom-search-form {
    border-radius: 0;
}
.domainsearcharea ::-webkit-input-placeholder {
    color: #333;
}
.domainsearcharea ::-moz-placeholder {
    color: #333;
}
.domainsearcharea :-ms-input-placeholder {
    color: #333;
}
.domainsearcharea :-moz-placeholder {
    color: #333;
}
.domainsearcharea input.large, .domainarea .searchlarge, .domainsearcharea .searchlarge {
    display: inline-block;
}
.domainsearcharea input.small, .domainarea .searchsmall, .domainsearcharea .searchsmall {
    display: none;
}
.domainextras {
    background: #FFF;
    padding: 60px 0 20px 0;
    text-align: center;
}
.domainextras i.fas, .domainextras i.far, .domainextras i.fal, .domainextras i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.domainextras h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.domainextras .thumbnail {
    border: none;
    margin-bottom: 40px;
}
.domainextras p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.domaintlds {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.domaintlds .nav-tabs>li, .domaintlds .nav-pills>li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.domaintlds .nav-tabs {
    border-bottom: none;
    text-align: center;
    margin-bottom: -1px;
    display: block;
}
.domaintlds .nav-tabs>li>a.active, .domaintlds .nav-tabs>li>a.active:focus, .domaintlds .nav-tabs>li>a.active:hover {
    color: #fff;
    background-color: #373b42;
    border: 1px solid #373b42;
}
.domaintlds .nav-tabs>li>a {
    border-radius: 0;
    background: #df3626;
    border: 1px solid #df3626;
    border-bottom: none!Important;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin-right: 5px;
    font-weight: 600;
    line-height: 1.42857143;
    position: relative;
    display: block;
}
.domaintlds .nav-tabs>li>a:hover {
    text-decoration: none;
    opacity: .9;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}
.domaintlds .table-responsive {
    border: none;
}
.domaintlds .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 0;
}
.domaintlds th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300;
}
.domaintlds th.center {
    text-align: center;
}
.domaintlds .table>tbody>tr>th {
    width: 25%}
.domaintlds .table>tbody>tr>td {
    background: #FFF;
    font-size: 12px;
}
.domaintlds td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle;
    color: #df3626;
    font-weight: 600;
}
.domaintlds td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.domaintlds .label {
    background: #333;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
    border-radius: 0;
    padding: 4px 8px;
    display: inline;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.domaintldoffers {
    background: #FFF;
    padding: 60px 0 40px 0;
}
.domaintldoffers .thumbnail {
    background: #F3F4F5;
    padding: 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    margin-bottom: 20px;
}
.domaintldoffers .thumbnail img {
    display: block;
    margin: 0 auto 30px auto;
}
.domaintldoffers .thumbnail h3 {
    font-weight: 300;
    border-top: 1px solid #dedede;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
    font-size: 25px;
}
.domaintldoffers .thumbnail p {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.domaintldoffers .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.domaintldoffers .well {
    background-color: #fff;
    margin-top: 30px;
    padding: 15px 10px 10px 10px;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.domaintldoffers p.price {
    color: #dd382e;
    font-size: 20px;
    font-weight: 700;
    display: inline;
    vertical-align: middle;
}
.domaintldoffers .label {
    background: #333;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
    border-radius: 0;
    display: inline;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 4px 8px;
}
.domainhosting {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    text-align: center;
}
.domainhosting i.fas, .domainhosting i.far, .domainhosting i.fal, .domainhosting i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.domainhosting h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}
.domainhosting .thumbnail {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 0;
    margin-bottom: 20px;
    background: #FFF;
}
.domainhosting p {
    color: #373B42;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 25px;
}
.sslfeatures {
    background: #FFF;
    padding: 60px 0;
}
.sslfeatures h4 {
    text-align: left;
    border-bottom: 1px solid #F3F4F5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #373B42;
    font-size: 18px;
}
.sslfeatures p {
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}
.sslfeatures .rowmargin {
    margin-bottom: 50px;
}
.sslfeatures i.fas, .sslfeatures i.far, .sslfeatures i.fal, .sslfeatures i.fab {
    color: #b0b0b0;
    font-size: 60px;
    padding-right: 20px;
    vertical-align: middle;
}
.standardsslcertificates {
    background: #FFF;
    padding: 60px 0 40px 0;
}
.standardsslcertificates .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    text-align: center;
    padding: 10px 15px;
}
.standardsslcertificates .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
.standardsslcertificates .panel-body i.fas, .standardsslcertificates .panel-body i.far, .standardsslcertificates .panel-body i.fal, .standardsslcertificates .panel-body i.fab {
    color: #4cb700;
}
.standardsslcertificates .panel-body {
    background: #F3F4F5;
    padding: 15px 15px 25px 15px;
}
.standardsslcertificates img {
    display: block;
    margin: 20px auto;
}
.standardsslcertificates p {
    font-size: 12px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.standardsslcertificates p:last-child {
    border-bottom: none;
}
.standardsslcertificates .panel {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    margin-bottom: 20px;
    background: #F3F4F5;
}
.standardsslcertificates .panel-footer {
    padding: 10px 15px;
    background-color: #373B42;
    border: none;
    border-radius: 0;
    text-align: center;
}
.standardsslcertificates h5.price {
    font-size: 20px;
    display: initial;
    margin-right: 15px;
    color: #FFF;
    border-right: 1px solid #4a4f58;
    padding-right: 15px;
    vertical-align: middle;
}
.standardsslcertificates sup {
    top: -.5em;
    font-size: 12px;
}
.evsslcertificatetable {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.evsslcertificatetable .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 20px;
}
.evsslcertificatetable th {
    background: #373B42;
    color: #FFF;
    font-size: 20px;
    text-align: left;
    padding: 15px;
    padding-left: 30px;
    font-weight: 300;
}
.evsslcertificatetable .table>tbody>tr>td {
    background: #FFF;
}
.evsslcertificatetable td.left {
    width: 75%;
    text-align: left;
    padding: 15px;
    padding-left: 30px;
}
.evsslcertificatetable td.right {
    width: 25%;
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.evsslcertificatetable p.item {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.evsslcertificatetable .label-promo {
    background: #373B42;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    border-radius: 0;
    margin-right: 10px;
}
.evsslcertificatetable p.pricing {
    color: #373B42;
    font-weight: 600;
}
.evsslcertificatetable i.fas, .evsslcertificatetable i.far, .evsslcertificatetable i.fal, .evsslcertificatetable i.fab {
    color: #DF3626;
}
.evsslcertificatetable .thumbnail {
    border: 1px solid #DDD;
    background: #FFF;
    padding: 15px 15px;
    border-radius: 0;
}
.evsslcertificatetable img {
    display: block;
    margin: 20px auto;
}
.evsslcertificatetable p.evcaption {
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    margin: 30px 35px;
}
.sslcompare {
    background: #F3F4F5;
    padding: 60px 0 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.sslcompare .pricing {
    padding: 0;
}
.sslcompare .pricing-table {
    margin-bottom: 20px;
}
.sslcompare .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.sslcompare .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    margin: 10px;
}
.sslcompare .pricing .pricing-list {
    padding: 20px 0 20px 0;
    background: #FFF;
    border: 1px solid #E3E3E3;
}
.sslcompare .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.sslcompare .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #373B42;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300;
}
.sslcompare .pricing .pricing-list ul li:last-child {
    border: none;
}
.sslcompare .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #4cb700;
}
.sslcompare .pricing .pricing-list ul li span {
    color: #9e9e9e;
}
.sslcompare .fa-times {
    color: #DF3626!Important;
}
.services {
    background: #FFF;
    padding: 40px 0;
}
.services p {
    margin-bottom: 30px;
}
.services p.button {
    margin-top: 35px;
    margin-bottom: 0;
}
.services h4 {
    margin-bottom: 30px;
    font-size: 18px;
}
.services h4 i.fas, .services h4 i.far, .services h4 i.fal, .services h4 i.fab {
    color: #DF3626;
}
.servicepricelist {
    background: #F3F4F5;
    padding: 60px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.servicepricelist .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 0;
}
.servicepricelist th {
    background: #373B42;
    color: #FFF;
    font-size: 20px;
    padding: 15px;
    font-weight: 300;
}
.servicepricelist th.service {
    width: 50%;
    padding-left: 30px;
    text-align: left;
}
.servicepricelist th.timeframe {
    width: 15%;
    text-align: center;
}
.servicepricelist th.price {
    width: 20%;
    text-align: center;
}
.servicepricelist th.order {
    width: 15%;
    text-align: center;
}
.servicepricelist .table>tbody>tr>td {
    background: #FFF;
}
.servicepricelist td.left {
    text-align: left;
    padding: 15px;
    padding-left: 30px;
}
.servicepricelist td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.servicepricelist p.service {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.servicepricelist .label-promo {
    background: #373B42;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    border-radius: 0;
    margin-right: 10px;
}
.servicepricelist p.details {
    color: #373B42;
    margin-left: 27px;
}
.servicepricelist i.fas, .servicepricelist i.far, .servicepricelist i.fal, .servicepricelist i.fab {
    color: #DF3626;
}
.dedicatedfeatures {
    background: #F3F4F5;
    padding: 60px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.dedicatedfeatures i.fas, .dedicatedfeatures i.far, .dedicatedfeatures i.fal, .dedicatedfeatures i.fab {
    color: #DF3626;
}
.dedicatedfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    font-size: 18px;
}
.dedicatedfeatures p {
    font-weight: 300;
    margin: 0;
}
.dedicatedfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px;
}
.productfaqs {
    background: #FFF;
    padding: 60px 0;
}
.productfaqs h2 {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.productfaqs p {
    margin-bottom: 30px;
    font-size: 13px;
}
.productfaqs .card {
    border: 1px solid #E3E3E3;
    border-radius: 0;
    margin-bottom: 10px;
}
.productfaqs .card-header {
    border: none;
    background: #f3f3f3;
    line-height: 12px;
    padding: 0;
    margin: 0;
    height: 40px;
    border-radius: 0;
}
.productfaqs .card-body {
    border-top: 1px solid #E3E3E3;
    background: #F3F4F5;
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.productfaqs .card-title {
    padding: 0 0 0 15px;
    font-size: 12px;
    color: inherit;
    display: inline;
    line-height: 40px;
}
.productfaqs .card-header a {
    color: #333;
    text-decoration: none;
}
.productfaqs .card-heading {
    background-color: #FFF;
    border-color: #E3E3E3;
}
.productfaqs .card-body {
    background: #FFF;
    display: table;
    padding: 15px;
}
.productfaqs .card-body p {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}
.productfaqs .card .card-header-link a.collapsed:after {
    content: "\f107"}
.productfaqs .card .card-header-link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    float: right;
    background-color: #e33201;
    color: #FFF;
    padding: 10px 0 10px 0;
    margin: 3px;
    width: 35px;
    text-align: center;
    font-weight: 900;
    border: 1px solid #e53000;
}
.faq {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF;
}
.faq h4.category {
    font-size: 16px;
    margin: 50px 0 0 0;
}
.faq p.category {
    font-size: 12px;
    margin: 20px 0 30px 0;
}
.faq i.fas, .faq i.far, .faq i.fal, .faq i.fab {
    color: #b0b0b0;
}
.faq .card {
    border: 1px solid #E3E3E3;
    border-radius: 0;
    margin-bottom: 10px;
}
.faq .card-header {
    border: none;
    background: #f3f3f3;
    line-height: 12px;
    padding: 0;
    margin: 0;
    height: 40px;
    border-radius: 0;
}
.faq .card-body {
    border-top: 1px solid #E3E3E3;
    background: #F3F4F5;
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.faq .card-title {
    padding: 0 0 0 15px;
    font-size: 12px;
    color: inherit;
    display: inline;
    line-height: 40px;
}
.faq .card-header a {
    color: #333;
    text-decoration: none;
}
.faq .card-heading {
    background-color: #FFF;
    border-color: #E3E3E3;
}
.faq .card-body {
    background: #FFF;
    display: table;
    padding: 15px;
}
.faq .card-body p {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}
.faq .card .card-header-link a.collapsed:after {
    content: "\f107"}
.faq .card .card-header-link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    float: right;
    background-color: #e33201;
    color: #FFF;
    padding: 10px 0 10px 0;
    margin: 3px;
    width: 35px;
    text-align: center;
    font-weight: 900;
    border: 1px solid #e53000;
}
.aboutus {
    padding: 60px 0 40px 0;
    background: #FFF;
}
.aboutus i.fas, .aboutus i.far, .aboutus i.fal, .aboutus i.fab {
    color: #DF3626;
}
.aboutus p.info {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 13px;
}
.aboutus img {
    padding: 5px;
    border: 1px solid #E3E3E3;
}
.aboutus p.caption {
    margin-top: 10px;
    font-weight: 300;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px;
    font-size: 13px;
}
.aboutus h5 {
    margin-top: 0;
}
.aboutusstaff {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F3F4F5;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.aboutusstaff img {
    padding: 5px;
    border: solid 1px #E3E3E3;
}
.aboutusstaff h3 {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #E3E3E3;
    font-size: 20px;
}
.aboutusstaff small {
    margin-top: 3px;
    float: right;
    color: #DF3626;
}
.aboutusstaff p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.aboutusstaff .card {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aboutusstaff .social-profile.twitter {
    background-color: #00aced;
    background-image: linear-gradient(to top, #00aced, #21c2ff);
}
.aboutusstaff .social-profile.facebook {
    background-color: #3b5998;
    background-image: linear-gradient(to top, #3b5998, #4c70ba);
}
.aboutusstaff .social-profile.linkedin {
    background-color: #007bb6;
    background-image: linear-gradient(to top, #007bb6, #009de9);
}
.aboutusstaff .social-profile.instagram {
    background-color: #517fa4;
    background-image: linear-gradient(to top, #517fa4, #7098b8);
}
.aboutusstaff .social-profile.skype {
    background-color: #00aef3;
    background-image: linear-gradient(to top, #00aef3, #0897d0);
}
.aboutusstaff .social-profile.youtube {
    background-color: #b00;
    background-image: linear-gradient(to top, #bb0000, #ee0000);
}
.aboutusstaff .social-profile {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 0;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.aboutusstaff i.fas, .aboutusstaff i.far, .aboutusstaff i.fal, .aboutusstaff i.fab {
    padding: 0;
    margin-top: 5px;
}
.aboutusstaff a:hover {
    color: #f1f1f1;
}
.aboutusicons {
    background: #FFF;
    padding: 60px 0 20px 0;
    text-align: center;
}
.aboutusicons i.fas, .aboutusicons i.far, .aboutusicons i.fal, .aboutusicons i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.aboutusicons h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.aboutusicons .thumbnail {
    border: none;
    margin-bottom: 40px;
}
.aboutusicons p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.contact {
    padding: 50px 0;
    background: #FFF;
}
.contact h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #F3F4F5;
    padding-bottom: 15px;
}
.contact i.fas, .contact i.far, .contact i.fal, .contact i.fab {
    color: #DF3626;
}
.contact .alert-existingcustomer {
    color: #373B42;
    background-color: #EFEFEF;
    border-color: #e0e0e0;
    padding: 20px;
}
.contact .alert-existingcustomer h4 {
    font-size: 18px;
}
.contact .alert-existingcustomer p {
    margin-bottom: 0;
}
.contact .alert-existingcustomer a {
    color: #DF3626;
}
.contact label {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}
.contact .form-control {
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    box-shadow: none;
    border-color: #e0e0e0;
}
.contact .contactsubmit {
    text-align: center;
}
.contact .captchaimage {
    margin-top: 10px;
    padding: 3px 0 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: right;
}
.contact #inputCaptcha {
    width: 100px;
}
.contact .center-block {
    width: 305px;
}
.contact .btn-primary {
    margin-top: 20px;
}
.contactmap {
    padding: 50px 0 40px 0;
    background: #F3F4F5;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.contactmap iframe {
    border: 1px solid #ccc;
    width: 100%}
.contactdetails {
    padding: 50px 0;
    background: #FFF;
}
.contactdetails i.fas, .contactdetails i.far, .contactdetails i.fal, .contactdetails i.fab {
    color: #DF3626;
}
.contactdetails h4 {
    font-size: 18px;
    margin: 10px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.contactdetails p {
    margin: 10px 0;
}
.contactdetails .label-default {
    background-color: #373B42;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 2px;
}
.contact .g-recaptcha {
    margin: 20px 0 0 0;
}
.contact #g-recaptcha-response {
    display: block!important;
    position: absolute;
    margin: -78px 0 0 0!important;
    width: 302px!important;
    height: 76px!important;
    z-index: -999999;
    opacity: 0;
}
.portfolio {
    background: #FFF;
    padding: 30px 0;
}
.portfolio h4 {
    font-size: 18px;
    margin-top: 10px;
}
.portfolio p.caption {
    margin: 20px 0;
}
.portfolio .card-default {
    margin: 20px 0;
}
.portfolio .card-image img.card-image-preview {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.portfolio .card-heading~.card-image img.card-image-preview {
    border-radius: 0;
}
.portfolio .card-image~.card-body, .card-image.hide-card-body~.card-body {
    overflow: hidden;
    background: #F3F4F5;
    border-top: 1px solid #DDD;
}
.portfolio .card-image~.card-footer a {
    padding: 0 10px;
    font-size: 1.3em;
    color: rgb(100, 100, 100);
}
.portfolio .card-image.hide-card-body~.card-body {
    height: 0;
    padding: 0;
}
.portfolio i.fas, .portfolio i.far, .portfolio i.fal, .portfolio i.fab {
    color: #DF3626;
}
.portfolio .btn i.fas, .portfolio .btn i.far, .portfolio .btn i.fal, .portfolio .btn i.fab {
    color: #FFF;
}
.promotions {
    padding: 40px 0 40px 0;
    background: #FFF;
}
.promotions .thumbnail {
    background: #F3F4F5;
    margin: 20px 0;
    padding: 25px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3;
}
.promotions .thumbnail h3 {
    font-weight: 400;
    font-size: 20px;
    border-top: 1px solid #dedede;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    background: #2677df;
    color:#ffffff
}
.promotions .thumbnail p {
    margin: 20px 0;
}
.promotions .thumbnail .btn {
    text-transform: uppercase;
    font-weight: 600;
}
.promotions img {
    margin-bottom: 30px;
}
.promotionshighlight {
    background: #F3F4F5;
    padding: 60px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.promotionshighlight .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 0;
}
.promotionshighlight th {
    background: #373B42;
    color: #FFF;
    font-size: 25px;
    text-align: left;
    padding: 15px;
    padding-left: 30px;
}
.promotionshighlight .table>tbody>tr>td {
    background: #FFF;
}
.promotionshighlight td.left {
    width: 75%;
    text-align: left;
    padding: 15px;
    padding-left: 30px;
}
.promotionshighlight td.right {
    width: 25%;
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.promotionshighlight p.offer {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.promotionshighlight .label-promo {
    background: #DF3626;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    border-radius: 0;
    margin-left: 10px;
}
.promotionshighlight p.coupon {
    color: #373B42;
    font-weight: 600;
}
.openinghours {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF;
}
.openinghours p {
    margin: 20px 0;
}
.openinghours p.timenow {
    color: #676767;
    margin: 20px 0 30px 0;
}
.openinghours h4 {
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.openinghours i.fas, .openinghours i.far, .openinghours i.fal, .openinghours i.fab {
    color: #DF3626;
}
.openinghours .table {
    border: 1px solid #DDD;
    text-align: center;
}
.openinghours th {
    background: #373B42;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    border: 1px solid #373b42;
}
.openinghours .table>tbody>tr>td {
    border: 1px solid #ddd;
}
.domainarea {
    padding-top: 25px;
    padding-bottom: 5px;
    background: #FFF;
}
.domainarea *:focus {
    outline: none!Important;
}
.domainarea h1, .domainarea p {
    text-align: center;
    padding-bottom: 20px;
}
.domainarea i.fas, .domainarea i.far, .domainarea i.fal, .domainarea i.fab {
    font-size: 30px;
    color: #FFF;
    padding: 8px;
}
.domainarea h2 {
    font-weight: 200;
    margin-top: 9px;
    text-align: left;
    font-size: 30px;
}
.domainarea p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.domainarea .domainsearch {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #303135;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    box-shadow: none;
}
.domainarea .domainsearchsmall {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #303135;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    box-shadow: none;
}
.domainarea .custom-search-form {
    border-radius: 0;
}
.domainarea ::-webkit-input-placeholder {
    color: #333;
}
.domainarea ::-moz-placeholder {
    color: #333;
}
.domainarea :-ms-input-placeholder {
    color: #333;
}
.domainarea :-moz-placeholder {
    color: #333;
}
.domainarea input.large {
    display: inline-block;
}
.domainarea input.small {
    display: none;
}
.domainicons {
    padding: 30px 0;
    background-color: #FFF;
}
.domainicons .domaintldlogo {
    margin-left: auto;
    margin-right: auto;
}
.domainicons img {
    opacity: .8;
}
.domainicons img:hover {
    opacity: 1;
}
.domainicons .carousel-control-prev, .domainicons .carousel-control-next {
    width: 0%;
    color: #000;
    margin-right: -12px;
    margin-left: -12px;
}
.planbox {
    background: #F3F4F5;
    padding: 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.planbox .pricing {
    padding: 0;
}
.planbox .pricing-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.planbox .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 12px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.planbox .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
}
.planbox .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
}
.planbox .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.planbox .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF;
}
.planbox .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF;
}
.planbox .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
}
.planbox .pricing .pricing-list {
    padding: 10px 0 10px 0;
    background: #0b3c7b;
    border: 1px solid #E3E3E3;
}
.planbox .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.planbox .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300;
}
.planbox .pricing .pricing-list ul li:last-child {
    border: none;
}
.planbox .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #fff;
}
.planbox .pricing .pricing-list ul li span {
    color: #fff;
}
.planbox2 {
    background: #FFFFFF;
    padding: 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.planbox2 .pricing {
    padding: 0;
}
.planbox2 .pricing-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.planbox2 .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 12px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.planbox2 .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
}
.planbox2 .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
}
.planbox2 .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.planbox2 .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF;
}
.planbox2 .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF;
}
.planbox2 .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
}
.planbox2 .pricing .pricing-list {
    padding: 10px 0 10px 0;
    background: #0b3c7b;
    border: 1px solid #E3E3E3;
}
.planbox2 .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.planbox2 .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300;
}
.planbox2 .pricing .pricing-list ul li:last-child {
    border: none;
}
.planbox2 .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #fff;
}
.planbox2 .pricing .pricing-list ul li span {
    color: #fff;
}
.hostingfeatures {
    background: #FFF;
    padding: 60px 0 20px 0;
    text-align: center;
}
.hostingfeatures i.fas, .hostingfeatures i.far, .hostingfeatures i.fal, .hostingfeatures i.fab {
    color: #b0b0b0;
    padding-right: 0;
}
.hostingfeatures h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.hostingfeatures .thumbnail {
    border: none;
    margin-bottom: 40px;
}
.hostingfeatures p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.sslhighlight {
    background: #F3F4F5;
    padding: 60px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.sslhighlight p.intro {
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}
.sslhighlight i.fas, .sslhighlight i.far, .sslhighlight i.fal, .sslhighlight i.fab {
    color: #DF3626;
    padding-right: 20px;
}
.sslhighlight .btn i.fas, .sslhighlight .btn i.far, .sslhighlight .btn i.fal, .sslhighlight .btn i.fab {
    color: #FFF;
}
.sslhighlight h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.sslhighlight .btn {
    margin-top: 15px;
}
.sslhighlight .card {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    margin-bottom: 5px;
}
.sslhighlight .card-header {
    border: none;
    background: #fff;
    line-height: 14px;
    padding: 4px;
}
.sslhighlight .card-body {
    border-top: 1px solid #E3E3E3;
    background: #F3F4F5;
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.sslhighlight .card-title {
    margin: 5px 0 0 0;
    padding: 10px;
    font-size: 16px;
    color: inherit;
    font-weight: 300;
    display: inline;
    line-height: 45px;
}
.sslhighlight .card-header a {
    color: #333;
    text-decoration: none;
}
.sslhighlight .card-heading {
    background-color: #FFF;
    border-color: #E3E3E3;
}
.sslhighlight .card-body {
    background: #FFF;
    display: table;
    padding: 15px;
}
.sslhighlight .card-body p {
    font-size: 12px;
    margin: 0;
}
.sslhighlight .card .card-header-link a.collapsed:after {
    content: "\f107"}
.sslhighlight .card .card-header-link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    float: right;
    background-color: #DF3626;
    color: #FFF;
    padding: 14px 0 15px 0;
    margin-top: 1px;
    margin-right: 0;
    width: 55px;
    text-align: center;
    font-weight: 900;
}
.reasons {
    background: #FFF;
    padding: 35px 0 90px 0;
}
.reasons h3 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.reasons p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.reasons .thumbnail {
    text-align: center;
    padding: 30px 20px;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    background: #2677df;
    margin-bottom: 20px;
}
.reasons i.fas, .reasons i.far, .reasons i.fal, .reasons i.fab {
    color: #ffffff;
    padding-right: 0;
}
.reasons ul.toolslide {
    left: 0;
    top: 0;
}
.partners {
    background: #373B42;
    padding-top: 25px;
    height: 75px;
}
.partners .carousel-control-prev, .partners .carousel-control-next {
    width: 0%;
    color: #FFF;
    margin-right: -12px;
    margin-left: -12px;
}
.partners #partnerimage {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}
.partners img:hover {
    opacity: .8;
}
.footer-area {
    background: #272a2f;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-area a {
    color: #898989;
    margin-top: 5px;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
}
.footer-area a:hover {
    color: #E3E3E3;
    background: none;
}
.footer-area a:focus {
    background: none;
}
.footer-area h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 25px;
}
.footer-area p {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
}
.footer-area i.fas, .footer-area i.far, .footer-area i.fal, .footer-area i.fab {
    color: #FFF;
    font-size: 15px;
    margin-right: 0px!Important;
}
.footer-area .socialmedia {
    vertical-align: sub;
    font-size: 20px!Important;
    color: #FFF!Important;
}
.footer-area .footer-logo:hover {
    opacity: .8;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}
.footer-area .footerlinks {
    margin-bottom: 60px;
}
.footer-area .footerlinks h4 {
    margin-top: 30px;
}
.footer-area .company {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #30343a;
    border-bottom: 1px solid #30343a;
}
.footer-area .company p {
    color: #cecece;
    font-weight: 300;
    font-size: 13px;
    margin: 7px 0 0 0;
}
.footer-area .company p span {
    margin-left: 10px;
    margin-right: 10px;
}
.footer-area .company p span.strong {
    font-weight: 500;
    margin-right: 5px;
    margin-left: 0;
    text-transform: uppercase;
    color: #FFF;
}
.footer-area .accepted-payment {
    color: #ffffff!Important;
    font-size: 35px!Important;
    margin-top: 2px;
    padding-right: 0;
    padding-left: 5px;
}
.footercompany {
    background: #373B42;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #454a52;
    font-weight: 600;
}
.footercompany p, .footercompany a {
    color: #FFF;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.footercompany a.legal {
    padding-left: 20px;
    padding-right: 20px;
}
.footercompany a.legal:last-child {
    padding-right: 0;
}
.footercompany p.legal {
    color: #42444e;
}
.footercompany a:hover {
    color: #FFF;
    text-decoration: underline;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #DF3626;
    color: #eee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #c32f21;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}
.scroll-top-wrapper i.fas, .scroll-top-wrapper i.far, .scroll-top-wrapper i.fal, .scroll-top-wrapper i.fab {
    padding-right: 0;
    color: #FFF;
    line-height: 45px;
}
a {
    color: #b7281a;
}
a:hover, a:focus {
    color: #9a2014;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #DE3626;
}
.categoryoverview {
    list-style: none;
    padding-left: 10px;
}
.categoryoverview li {
    margin-bottom: 10px;
}
body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased!Important;
}
*:focus {
    outline: none!Important;
}

h3.sectionintro2 {
    color: #373b42!Important;
    font-size: 18px!Important;
    font-weight: 300!Important;
    line-height: 22px!Important;
    margin-top: 15px!Important;
    margin-bottom: 10px!Important;
    padding-top: 0px!Important;
    padding-bottom: 10px!Important;
    text-align: center!Important;
}
h3.sectionintro2.white {
    border-bottom: 1px solid #EFEFEF!Important;
}

p.sectionintro2 {
    color: #373b42!Important;
    font-size: 18px!Important;
    font-weight: 300!Important;
    line-height: 22px!Important;
    margin-top: 15px!Important;
    margin-bottom: 10px!Important;
    padding-top: 1px!Important;
    padding-bottom: 10px!Important;
    text-align: center!Important;
}
p.sectionintro2 span {
    color: #DF3626!Important;
    letter-spacing: -1px!Important;
    text-shadow: 0 0 10px #ffffff, 2px 2px 2px rgba(206,89,55,0);

}

h2.sectiontitle2 {
    color: #191919!Important;
    font-size: 30px!Important;
    font-weight: 400!Important;
    line-height: 32px!Important;
    margin: 0px!Important;
    padding-bottom: 10px!Important;
    text-align: center!Important;
}
h2.sectiontitle2 span {
    color: #DF3626!Important;
    letter-spacing: -2px!Important;
    text-shadow: 0 0 10px #FFFFFF, 2px 2px 2px rgba(206,89,55,0);
}

h1.sectiontitle {
    color: #191919!Important;
    font-size: 28px!Important;
    font-weight: 400!Important;
    line-height: 32px!Important;
    margin: 0px!Important;
    text-align: center!Important;
}
h1.sectiontitle span {
    color: #DF3626!Important;
    letter-spacing: -2px!Important;
}

h2.sectionintro {
    color: #373b42!Important;
    font-size: 18px!Important;
    font-weight: 300!Important;
    line-height: 22px!Important;
    margin-top: 15px!Important;
    margin-bottom: 50px!Important;
    padding-top: 0px!Important;
    padding-bottom: 40px!Important;
    text-align: center!Important;
}
h2.sectionintro.white {
    border-bottom: 1px solid #EFEFEF!Important;
}
h2.sectionintro.grey {
    border-bottom: 1px solid #E3E3E3!Important;
}
h3.intro {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}
.h5, h5 {
    font-size: 16px;
}
i.fas, i.far, i.fal, i.fab {
    padding-right: 10px;
}
.fanew {
    color:#2677df;
}
*:focus {
    outline: none!Important;
    box-shadow: none!Important;
}
.wow {
    visibility: hidden;
}
.modal-open .modal {
    background: #373b42;
}
.btn {
    font-size: 14px;
}
.btn-slider {
    color: #fff;
    background-color: #df3626;
    border: 2px solid #c32f21;
    padding: 15px 35px;
    border-radius: 2px;
    font-weight: 600;
}
.btn-slider a {
    color: #fff;
}
.btn-slider a {
    color: #fff;
    text-decoration: none;
}
.btn-slider:hover, .btn-slider:focus, .btn-slider:active, .btn-slider:active:hover {
    color: #fff;
    opacity: .9;
    transition: opacity 0.5s ease;
    border: 1px solid #fff;
}
.btn-domain-search {
    background: #373b42;
    border: 1px solid #373b42;
    border-radius: 0;
    float: right;
}
.btn-domain-search:hover {
    background: #df3626;
    border: 1px solid #df3626;
}
.btn-domain-search-dark {
    background: #df3626;
    border: 1px solid #df3626;
    border-radius: 0;
    float: right;
}
.btn-domain-search-dark:hover {
    background: #8a8a8a;
    border: 1px solid #8a8a8a;
}
.btn-primary {
    color: #fff;
    background-color: #df3626;
    padding: 20px 40px;
    border-radius: 4px;
    font-weight: 600;
    border: none;
}
.btn-primary i.fas, .btn-primary i.far, .btn-primary i.fal, .btn-primary i.fab {
    color: #fff!Important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
    background-color: #df3626;
    color: #fff;
    opacity: .9;
    transition: opacity 0.5s ease;
}
.btn-primary-small {
    color: #fff;
    background-color: #df3626;
    padding: 10px 20px;
    border-radius: 2px;
    font-weight: 600;
    border: none;
}
.btn-primary-small i.fas, .btn-primary-small i.far, .btn-primary-small i.fal, .btn-primary-small i.fab {
    color: #fff!Important;
}
.btn-primary-small:hover, .btn-primary-small:focus, .btn-primary-small:active, .btn-primary-small:active:hover {
    background-color: #df3626;
    color: #fff;
    opacity: .9;
    transition: opacity 0.5s ease;
}
.btn-secondary {
    color: #fff;
    background-color: #df3626;
    padding: 15px 35px;
    border-radius: 2px;
    font-weight: 600;
    border: none;
}
.btn-secondary i.fas, .btn-secondary i.far, .btn-secondary i.fal, .btn-secondary i.fab {
    color: #fff!Important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover {
    color: #fff;
    opacity: .9;
    transition: opacity 0.5s ease;
    box-shadow: none;
}
.btn-secondary-small {
    color: #fff;
    background-color: #373b42;
    padding: 10px 20px;
    border-radius: 2px;
    font-weight: 600;
    border: none;
}
.btn-secondary-small i.fas, .btn-secondary-small i.far, .btn-secondary-small i.fal, .btn-secondary-small i.fab {
    color: #fff!Important;
}
.btn-secondary-small:hover, .btn-secondary-small:focus, .btn-secondary-small:active, .btn-secondary-small:active:hover {
    color: #fff;
    opacity: .9;
    transition: opacity 0.5s ease;
}
.btn-custom {
    color: #fff;
    font-size: 18px;
    background-color: #df3626;
    border: 1px solid #df3626;
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
    font-weight: 600;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom:active:hover {
    color: #fff;
    border: 1px solid #fff;
}
.grecaptcha-badge {
    z-index: 999;
    bottom: 120px!Important;
}

.img404 {
 position:relative;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-direction:column;
 flex-direction:column;
 min-width:0;
 word-wrap:break-word;
 background-color:#fff;
 background-clip:border-box;
 border-radius:.25rem;
 padding: 1px;
}