﻿
h1 {
  font-size:48px;
  line-height:56px;
}

h2 {
  font-size:36px;
  line-height:44px;
}


.hero h3.font-30 {
  font-size: 22px;
  line-height: 30px;
}

.page-about body{
    background:url('https://cdn.lagless.com/main/images/bg-about.webp') center top no-repeat var(--body);
    background-size:992px auto;
}

.page-affiliate body{
    background:url('https://cdn.lagless.com/main/images/bg-affiliate.webp') center top no-repeat var(--body);
    background-size:992px auto;
}

.page-support body{
    background:url('https://cdn.lagless.com/main/images/bg-support.webp') center top no-repeat var(--body);
    background-size:992px auto;
}

.page-minecraft body{
    background:url('https://cdn.lagless.com/main/images/bg-minecraft.webp') center top no-repeat var(--body);
    background-size:992px auto;
}

.page-vps body{
    background:url('https://cdn.lagless.com/main/images/bg-vps.webp') center top no-repeat var(--body);
    background-size:992px auto;
}
.page-gameservers body{
    background:url('https://cdn.lagless.com/main/images/bg-gameservers.webp') center top no-repeat var(--body);
    background-size:992px auto;
}
.page-arma body{
    background:url('https://cdn.lagless.com/main/images/bg-arma.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-rust body{
    background:url('https://cdn.lagless.com/main/images/bg-rust.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-gmod body{
    background:url('https://cdn.lagless.com/main/images/bg-gmod.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-fivem body{
    background:url('https://cdn.lagless.com/main/images/bg-fivem.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-redm body{
    background:url('https://cdn.lagless.com/main/images/bg-redm.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-palworld body{
    background:url('https://cdn.lagless.com/main/images/bg-palworld.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-hytale body{
    background:url('https://cdn.lagless.com/main/images/bg-hytale.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-valheim body{
    background:url('https://cdn.lagless.com/main/images/bg-valheim.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-enshrouded body{
    background:url('https://cdn.lagless.com/main/images/bg-enshrouded.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-ark-se body{
    background:url('https://cdn.lagless.com/main/images/bg-ark_se.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-dayz body{
    background:url('https://cdn.lagless.com/main/images/bg-dayz.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-sbox body{
    background:url('https://cdn.lagless.com/main/images/bg-s&box.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-7d2d body{
    background:url('https://cdn.lagless.com/main/images/bg-7d2d.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-soulmask body{
    background:url('https://cdn.lagless.com/main/images/bg-soulmask.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-project-zomboid body{
    background:url('https://cdn.lagless.com/main/images/bg-project-zomboid.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-cs2 body{
    background:url('https://cdn.lagless.com/main/images/bg-cs2.webp') center top no-repeat var(--body);
    background-size:768px auto;
}
.page-farming-simulator body{
    background:url('https://cdn.lagless.com/main/images/bg-farming-sim-25.webp') center top no-repeat var(--body);
    background-size:768px auto;
}


.hero-bgs {
  background-size:992px auto !important;
}

section {
  padding:60px 0px;
}

.m-order-1 {
  order:1;
}

.m-order-2 {
  order:2;
}
.m-order-3 {
  order:3;
}

.font-18 {
    font-size: 16px;
    line-height: 24px;
}

.font-20 {
    font-size: 18px;
    line-height:28px;
}

.font-22 {
    font-size: 20px;
    line-height:28px;
}

.font-24 {
    font-size: 20px;
    line-height: 30px;
}

.font-28 {
    font-size: 24px;
    line-height:32px;
}

.font-36 {
    font-size: 30px;
    line-height: 34px;
}

.font-40 {
  font-size:36px;
  line-height:42px;
}


.ptfix {padding-top:0px !important;}
.pbfix {padding-bottom:0px !important;}
.plfix {padding-left:calc(var(--bs-gutter-x) * .575) !important;}
.prfix {padding-right:calc(var(--bs-gutter-x) * .575) !important;}

.plfix.col {padding-left:calc(var(--bs-gutter-x) * .575) !important;}
.prfix.col {padding-right:calc(var(--bs-gutter-x) * .575) !important;}

.mtfix {margin-top:0px !important;}
.mbfix {margin-bottom:0px !important;}
.mlfix {margin-left:0px !important;}
.mrfix {margin-right:0px !important;}

.myfix {margin-top:0px !important;margin-bottom:0px !important;}
.mxfix {margin-right:0px !important;margin-left:0px !important;}

.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    text-align:center;
}
.top-bar {
  display:none;
}

.header .container {
  padding:0px 12.5px;
  max-width:640px;
  position: relative;
}

.container {
  max-width:640px;
}

.hidemobile {
  display:none;
}

.showmobile {
  display:block !important;
}

.header .col {
  width: 100%;
  flex-basis: 100% !important;
  text-align: left;
}

.header .col ul li {
  width:100%;
  display:block;
}


.button_container {
  display: block;
}

.nav-divider {
  display:none !important;
}


.header .col-right ul {
  border-radius:0px 0px 8px 8px;
  padding-bottom:20px;
  padding-right:20px;
  padding-left:20px;
}


.header .col-right ul .button {
  margin-top:10px;
}


.header li {
  float:none;
  margin-left:0px !important;
  width:100%;
  display:block;
}

.header .pull-left {
  float:none !important;
  display:inline-block !important;
}


.header .dropdown-item img.pull-left {
  float:none !important;
  margin-right:0px !important;
  margin-bottom:14px;
  display:none;
}
.header .dropdown-item strong {
  color:#fff;
}

img {
  max-width:100%;
}

.header ul {
  display:none;
}

.dropdown-style:before,
.dropdown-style:after {
  right:48.75%;
  margin-left: 6px;
}

h1 br {
  display:none;
}

.hero .font-22 {
  font-size:18px;
  line-height:30px;
}

.hero .fa-circle-check {
  margin-right:2px !important;
  margin-bottom:2px;
}

h2 br {
  display:none;
}


.footer h5 {
  padding:5px 0px;
}

.footer h5:after {
  display: inline-block;
  content: " ";
  background: url(https://cdn.lagless.com/main/images/footer-down.svg) center bottom 1px no-repeat;
  width: 13px;
  height: 15px;
  background-size: 12px;
  margin-left: 8px;
}


.footer h5.active:after {
  background: url(https://cdn.lagless.com/main/images/footer-up.svg) center bottom 1px no-repeat;
  background-size: 12px;
}
.footer h5:hover {
  color:#fff;
  cursor: pointer;
}

.footer .col-lg-3 ul {
  display:none;
}

#footer-links ul {
  padding-bottom:8px;
}


.mnav {
  display:none;
  opacity:0;
}


    .mnav.mobilemenu-toggle {
        display: block !important;
  opacity:1;
        position: absolute;
        top: 60px;
        left: 12.5px;
        right: 12.5px;
        background-color: #2d2d2d;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
        margin: 0px !important;
        opacity: 1;
        z-index: 1001;
        border-radius: 0px;
        padding: 10px 12px 10px 12px !important;
    }

    .mnav li a, .rnav li a {
      color:#fff;
      text-align:center;
      display:block;
    }
    .mnav.mobilemenu-toggle li {
      padding:0px;
    }

    .mnav li a:hover, .rnav li a:hover {
        background-color: #3b3b3b;
    }

.mnav .dropdown-menu {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    min-width: 100%;
    transform: unset;
    transition:unset;
    transform:unset;
}
.mnav.mobilemenu-toggle .dropdown-menu ul {
  display:block;
}
.main-nav .dropdown-menu:before {
  display:none;
}

.main-nav .dropdown-menu {
  box-shadow:unset;
  border-radius:0px;
  background-color: #3b3b3b;
}
.mnav li .dropdown-menu a {
  border-radius:0px;
}

.mnav li .dropdown-menu a:hover {
  color:var(--yellow) !important;
  border-radius:0px;
}

.button_container .fa-xmark-large {
  display:none;
}

.button_container.active .fa-xmark-large {
  display:block;
}

.button_container.active .fa-bars {
  display:none;
}

.w-66 {
  width:100%;
}


.hero {
  padding:100px 0px 30px 0px;
}


.hero-home .carousel-item {
  padding-top:100px;
  padding-bottom:40px;
  text-align:center;
}

.button_container {
  position: absolute;
  top:50%;
  margin-top:-16px;
  right:12.5px;
  color:#fff;
}


.button_container.active a {
  color:var(--yellow);
}

.header {
  top:0;
  height:80px;
  padding:20px 0px 20px 0px;
}

img.logo {
  height:26px;
}

.hero-p {
  max-width:100%;
  text-align:center;
}

.hero-home .carousel-item .pull-left {
  float:none;
}


.hero-home .carousel-item span.pull-left {
  display:block;
  line-height:14px;
  padding-left:0px !important;
  margin-left:0px !important;
  margin-top:15px;
}


#banner-nav ul  {
    margin:0px -5px;
}

#banner-nav ul li {
    padding:0px 5px;
}

.titleleft {
  text-align:center;
}

.titleleft p {
  max-width:100%;
}

.center-vertically {
  position: relative;
  top:unset;
  left:unset;
  right:unset;
  transform:unset;
}

#home-panel .col-lg-8 {
  order:2;
}
#home-panel .col-lg-4 {
  padding-bottom:25px;
  order:1;
}

h2 small {
  font-size:18px;
}

.box-height-one {
  height:auto;
  margin-bottom:1.5rem;
}

.col-lg-4 .box-height-one img {
  height:100px;
  margin:0px auto -20px auto !important;
}

.small-map {
  width:616px;
  height:312px;
  background-size:616px 312px;
}

.best-location .label {
  float:left;
  margin-top:2px;
}

.best-location .location {
  display:table;
  margin:0px auto;
}


.box-height-two {
  height:auto;
}
.box-height-two .col-lg-6 {
  margin-top:20px;
}

.hardware-spec {
  padding-left:28px;
}

.hardware-spec i {
  position: relative;
  top:unset;
  left:unset;
  transform:unset;
  font-size:24px !important;
  line-height:30px !important;
  height:30px;
  margin-bottom:10px;
}

#hw-specs-bg {
  background:rgba(49, 49, 49, 0.33);
}

#ddos-protection-bg .block {
  width:50%;
  float:left;
  margin-top:10px !important;
}

#ddos-protection-bg .block h2.pull-left {
  float:none !Important;
  margin-right:0px !important;
  margin-bottom:-6px;
  line-height:50px;
  font-size:44px !important;
}
#ddos-protection-bg:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0

}

#ddos-protection-bg strong.block {
  float:none;
  width:100%;
        margin-top: 0px !important;
}

.testimonials-col {
  width:320px;
}

#footer-links ul {
  display:none;
}

.footer {
  padding-top:48px;
}

.copyright {
  margin-top:48px;
  text-align:center;
}

.back-to-top {
  position: relative;
  bottom:unset;
  right:unset;
  margin:20px auto 0px auto;
}

.footer .logo {
  margin:0px auto;
}

#hero-minecraft .col-lg-25{
  border:0px;
  border-top:3px solid #fff;
}


#hero-minecraft .col-lg-4 {
  border-top:3px solid #fff;
}

.advanced-mode .col-lg-25:nth-child(2n) {
  border-left:3px solid #fff !important;
}

.col-lg-25 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.advanced-mode .col-lg-25 {
  margin-bottom:0px;
}

.advanced-mode .mc-plan-box {
  padding-left:0px;
  padding-right:0px;
}

#hero-minecraft {
  padding-bottom:0px;
}

.risk-free-hosting-image {
  position: relative;
  bottom:unset;
  right:unset;
}

#mc-promises {
  padding-bottom:0px;
  text-align:center;
}

#control-panel .responsive-img {
  margin:-6px;
  max-width:calc(100% + 12px);
  margin-bottom:30px;
}

.title {
  padding-bottom:40px;
}

.title p {
  font-size:16px;
  line-height:24px;
}

#mc-promises .col-lg-4 {
  margin-bottom:30px;
}

#server-specs {
  text-align:center;
}

#server-specs .col {
    padding: 20px 30px;
    border-bottom: 3px solid #fff;
    border-left:0px;
  }

#mc-features .col {
  padding-bottom:20px;
}

#mc-features .row {
  margin-bottom:-20px;
}

.large-map {
  width:616px;
  height:312px;
  background-size:616px 312px;
  margin:0px auto;
  margin-top:40px;
}

#game-locations-with-ping .block.pt-3 {
  padding-top:6px !important;
}

#game-locations-with-ping .block.pt-3 img {
  height:20px;
}

.font-14 {
  font-size:11px;
}
#game-locations-with-ping .row.pt-4 {
  padding-top:0px !important;
}

.title p.pt-4 {
  padding-top:8px !important;
}

#support-row .font-54 {
  font-size:36px;
  line-height:42px;
  margin-bottom:5px !important;
}

#support-row .col {
  margin-bottom:30px;
}

#support-row .row {
  margin-bottom:-30px;
}

#mc-modpacks .responsive-img {
  margin-top:30px;
}

.trailervideo {
  height:200px;
  margin-bottom:20px;
}

.mc-edition-logo {
    height: 24px;
}

.game-box {
    min-height: 258px; 
}

#other-games .col-lg-25:nth-last-child(1),
#other-games .col-lg-25:nth-last-child(2) {
  display:none;
}

.font-12 {
  font-size:9px;
}

.faq-question {
  font-size:14px;
  text-align:left;
}

.button {
  font-size:14px;
}

.faq-answer {
  text-align:left;
}

#yellow-cta h4 {
  line-height:26px;
  margin-bottom:15px;
}

#faq .col-lg-3 {
  margin-bottom:30px;
}

#faq .col-lg-4 {
  margin-bottom:30px;
}

#all-games .col-lg-25 {
    flex: 0 0 calc(33.333% - 4px);
    max-width: calc(33.333% - 4px);
}


.testimonial-box p.font-24 {
  font-size:18px;
  line-height:26px;
  padding-left:12.5%;
  padding-right:12.5%;
}

.testimonial-box img.mt-4 {
  height:40px;
}

.testimonial-box img.mb-2 {
  height:22px;
}

.testimonial-box h3 {
  font-size:20px;
}

.testimonial-more-link {
  margin-top:10px !important;
}

.subhero p {
  font-size:16px;
  line-height:24px;
}

.quicksearch {
  min-width:360px;
  font-size:16px;
}


#all-games {
  padding-top:20px !important;
}

#all-games .row {
  margin-bottom:-20px;
}

#server-specs .row.pt-4 {
  padding-top:10px !Important;
}

.active-vps {
    margin-left: 0px;
    margin-top: 0px;
}

#hero-vps .col-lg-25 {
  width:100%;
  flex: 0 0 calc(100%);
  max-width: calc(100%);
}

#hero-vps .row .border-right {
  border-right:0px;
}

#hero-vps .row .col {
  border-bottom:3px solid #fff;
}

#hero-vps .row .col:nth-child(3) {
  border-bottom:0px;
}

#hero-vps {
  padding-bottom:50px;
}

.feature-relative-title {
  padding-left:0px;
}

.icon-top-left {
  position: relative;
  top:unset;
  left:unset;
  display:block;
  margin:0px auto 10px auto;

}

.features .col {
  padding-bottom: 20px;
  width:50%;
  max-width:50%;
  flex-basis:50%;
}

.features .row {
  margin-bottom: -20px;
}

#vps-os img {
  height:36px;
}

#vps-os .col {
  width:50%;
  flex-basis:50%;
  padding:10px 0px;
}

.half-list li {
  width:100%;
  float:none;
}

.vps-panel .col-lg-6 {
  order:2;
}

.vps-panel .col-lg-6.pl-5 {
  order:1;
}

.vps-panel .responsive-img {
  margin-bottom:0px !important;
  margin-top:30px !important;
}

#server-specs .col:nth-last-child(1) {
  border-bottom:0px;
}

#server-specs {
  padding-bottom:30px;
}

.vps-plan-box {
  padding:32px 24px;
}

#hero-about .col {
  width:50%;
  border-right:0px !important;
  flex-basis:50%;
  padding:10px 10px;
}

#hero-about .font-56 {
  font-size:40px;
  line-height:48px;
}

.padded-row {
  padding:0px;
}

#about-story {
  padding-bottom:0px !important;
  padding-top:68px !important;
  margin-bottom:-20px !important;
}

#about-story .responsive-img {
  margin-bottom:30px;
}

#mission-statement {
  margin-top:-15px;
}

#mission-statement .font-22 {
  font-size:18px;
  line-height:26px;
}

#about-promises {
  text-align:center;
}

.dc-location-tabs {
  margin-top:20px;
}

.dc-location-tabs li {
  width:100%;
  margin-top:0px;
}

.dc-location-tabs li a {
  padding:10px 20px;
}

.dc-location-tabs li a.active, .dc-location-tabs li a.active:hover {
  padding:15px 20px;
}
.dc-location-tabs li a img {
  height:22px;
}

#datacenters .responsive-img {
  margin-top:30px;
}

.contact-box .col{
  text-align:left;
}

.contact-box .col-lg-6.text-right {
  padding-top:30px !important;
}

.checkbox {
  margin-top:12px;
}

#hero-affiliates .row {
  margin-top:30px;
}

#hero-affiliates .col {
  margin-top:20px;
}

#affiliate-benefits {
  text-align:center;
}

#affiliate-benefits .col {
  border-left:0px;
  padding:0px 12.5px;
  margin-bottom:30px;
}

#affiliate-benefits .col h4 img {
  display:block;
  margin-right:auto !important;
  margin-left:auto !important;
  margin-bottom:20px !important;
}

#affiliate-benefits .row {
  margin-bottom:-30px;
}

#affiliate-types {
  text-align:center;
}
#affiliate-types .col {
  margin-bottom:20px;
}
#affiliate-types .row {
  margin-bottom:-20px;
}

#aff-get-started .col {
  background:none;
  margin-bottom:30px;
}

#aff-get-started .col img.pull-left {
  float:none;
  margin-bottom:15px;
  height:44px;
  margin-right:0px !important;
}

#aff-get-started .row {
  margin-bottom:-30px;
}


#aff-get-started .font-20 {
  font-size:16px;
}

#affiliate-panel {
background: rgb(37, 37, 36, 0.3);
border: 2px solid rgba(255, 255, 255, 0.02);
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  padding-top:60px !important;
  padding-bottom:40px !important;
}

#support-box-row .box img {
  margin-left:auto;
  margin-right:auto;
}

#support-button-rows {
  padding-bottom:20px;
}

#featured-articles {
  text-align:center;
}

.articles-list li a {
  padding:20px;
  background: url(https://cdn.lagless.com/main/images/article-arrow-right.svg) center bottom 20px no-repeat rgba(49, 49, 49, 0.33);
  padding-bottom:50px;
}

.articles-list li a:hover {
  background: url(https://cdn.lagless.com/main/images/article-arrow-right.svg) center bottom 20px no-repeat rgba(49, 49, 49, 0.5);
}

#popular-categories {
  text-align:center;
}

#popular-categories .icon-top-left {
  left:unset;
  top:unset;
  transform:unset;
  height:55px;
  margin-bottom:10px;
}

#popular-categories .col {
  padding:0px;
  border-left:0px;
  margin-bottom:40px;
}

#popular-categories .row {
  margin-bottom:-40px;
}

#banner-nav ul li:nth-last-child(1) {
  display:none;
}

.toggle {
  text-align:left;
}

.toggle-header {
  padding:16px 18px;
}

.toggle-inner {
  padding-left:18px;
  padding-right:18px;
}

.quicksearch {
  height:58px;
  background-size:20px auto;
}

.filterselect {
  height:58px;
  background-size:10px auto;
  background: url(https://cdn.lagless.com/main/images/select-down.svg) center right 22px no-repeat #181818;
}

.hardware-spec {
  padding:14px 28px;
}

#hw-specs-bg .col-lg-6 .hardware-spec:nth-child(1) {
  border-top:0px;
  margin-top:-6px;
}

#hw-specs-bg .col-lg-6 .hardware-spec:nth-last-child(1) {
  border-bottom:0px;
  margin-bottom:-10px;
}

#hero-minecraft .col-lg-4 {
  border-right:0px;
}

.logo {
  height:40px;
  display:block;
}

img.logo {
  display:inline-block !important;
}





.game-order-box .col-lg-8 {
  border-right:0px;
  border-bottom:3px solid #fff;
  padding-bottom:30px !important;
  margin-bottom:30px;
}

.pricing-line {
  margin-left:auto;
  margin-right:auto;
}

.slot-select {
  text-align: center;
  display: table;
  flex-wrap: unset;
  gap: unset;
  margin: 0px auto;
}

.slot-select li {
  margin-right:10px;
}

.slot-select li:nth-last-child(1) {
  margin-right:0px;
}

#hero-game {
  padding-bottom:60px;
}

.game-control-panel .responsive-img {
  width:calc(100% + 20px) !important;
  max-width:calc(100% + 20px) !important;
  margin:0px -10px !important;
  margin-top:20px !important;
}

#game-locations-with-ping .block.pt-3 .button {
  margin-top:5px !important;
}

#hw-specs-bg br {
  display:none;
}

  
  .logo img {
    margin-top:0px;
  }