

body {
  background-image: unset;
  font-size: 14px;
  line-height: 22px;
}

.button,
.button.md {
  font-size: 14px;
}

.font-14 {
  font-size: 12px !important;
  line-height: 20px !important;
}

.container {
  max-width: 720px;
}

h2 br {
  display: none;
}

body,
html {
  overflow-x: hidden;
}

.mtfix {
  margin-top: 0px !important;
}

.mbfix {
  margin-bottom: 0px !important;
}

.mrfix {
  margin-right: 0px !important;
}

.mlfix {
  margin-left: 0px !important;
}

.ptfix {
  padding-top: 0px !important;
}

.pbfix {
  padding-bottom: 0px !important;
}

.prfix {
  padding-right: calc(var(--bs-gutter-x) * 0.575) !important;
}

.plfix {
  padding-left: calc(var(--bs-gutter-x) * 0.575) !important;
}

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

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

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


section {
  padding: 68px 0px 72px 0px;
}

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

h2 {
  font-size: 30px;
  letter-spacing:-0.25px;
  line-height: 36px;
}

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


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

.show-mobile {
  display: block;
}

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

.header .col {
  text-align: left;
}

.header .mnav {
  display: none;
}

.button_container {
  display: block;
}

.mnav li {
  float: none;
}

.mnav {
  position: absolute;
  opacity: 0;
}

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

.mnav li {
  display: block;
  width: 100%;
}

.mnav li a {
  line-height: 32px;
  padding: 6px 12px !important;
  display: block;
  text-align: center;
  color: var(--bg);
}

.mnav li a:hover {
  color: var(--blue) !important;
  background: #f1f1f4 !important;
}



.mnav li.active a {
  color: var(--green);
}

.mnav li:hover a:after {
  display: none;
}

.mnav li.active a:after {
  display: none;
}


.mnav .dropdown-menu {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  min-width: 100%;
  box-shadow: unset;
  background: #eaecef;
}

.mnav li .dropdown-menu a:hover {
  background: #dcdfe3;
  border-radius: 6px;
}

.mnav li .dropdown-menu a span {
  color: #686874;
}

.mnav .dropdown-menu {
  padding: 1px 8px !important;
}

.mnav li .dropdown-menu a {
  background: rgba(255, 255, 255, 0.52);
  margin: 8px 0px;
  border-radius: 8px;
}

.mnav li,
.rnav li {
  margin: 3px 0px;
}


.hide-mobile {
  display:none;
}

.header {
  top:0px;
}

.header .container {
  position: relative;
}

.top-bar {
  height:32px;
  display:none;
}

.hero h3 {
  font-size:20px;
  margin-bottom:-6px;
  font-weight:500;
}

.hero {
  padding-top:120px;
  padding-bottom:68px;
  font-size:16px;
  line-height:24px;
}

.hero p {
  margin-top:-6px;
  margin-bottom:-6px;
}

.hero ul {
  padding-bottom:0px !important;
}


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

.feature-col .col {
    padding-bottom: 40px;
    width:50% !important;
    flex-basis:50% !important;
}
.feature-col .row {
    margin-bottom: -40px;
}

.titleleft {
  text-align:center;
}

.feature-block {
  width:33.3333%;
  float:left;
  margin-top:10px !important;
  padding-left:0px;
  margin-bottom:25px !important;
}

.feature-block img {
  display:none;
}

.map-white {
  background-size:700px 311px;
  width:700px;
  height:311px;
  margin:0px auto !important;
}

.feature-tab-nav {
  margin-right:0px;
  margin-bottom:30px;
}

#home-features .mt-5 {
  margin-top:20px !important;
}

#home-features .col-lg-4 {
  display:none;
}

#home-features p:nth-last-of-type(1) {
  padding-bottom:0px;
}

.feature-tab-nav li {
  width:25%;
  float:left;
  border-radius:6px;
}

.feature-tab-nav li a {
  height:auto;
  border-radius:6px;
  line-height:22px;
}

.feature-tab-nav li a i {
  display:block;
  margin:0px auto;
  margin-top:6px;
  margin-bottom:8px;
}

.feature-tab-nav li:nth-last-child(1) {
  display:none;
}

.feature-tab-nav:after, .dedicated-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

#home-services .col {
  margin-bottom:60px;
}

#home-services .row {
  margin-bottom:-60px;
}

#home-services .button {
  margin-top:-8px;
}

.footer-links ul {
  display:none;
}

.footer:before {
  display:none;
}

.footer {
  padding-top:52px;
}

.footer-links {
  padding-bottom:48px;
}

.footer-links .col {
  padding:6px 0px 12px 0px;
}

.footer-links h5 {
  font-size:16px !important;
  text-transform: capitalize !important;
  line-height:28px !important;
  cursor:pointer;
}

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

.footer-links h5.active:after{
  background: url(../images/footer-up.svg) center bottom 1px no-repeat;
}

.footer-links ul {
    padding-top: 8px;
}

.copyright-row .ml-auto {
  margin-top:15px;
}

.footer-bottom .text-right {
  padding-top:12px;
}

.button.lg {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0px 32px;
}

#main-navigation li {
  padding-right:0px;
}

#main-navigation li a{
  color:var(--header);
  border-radius:8px;
}

#main-navigation li a.button  {
    color: #fff !important;
    background: var(--blue);
    height: 48px;
    line-height: 48px;
    padding:0px !important;
}

#main-navigation li a.button:hover {
  background:var(--blue-hover) !important; 
  color:#fff !important; 
}

.mw-66 {
  max-width:100%;
}



#cloud-pricing .row {
  margin-bottom:-20px;
}

#cloud-support-cta br {
  display:none;
}

#cloud-support-cta .font-12 {
  display:block;
  padding-top:10px;
}

.half-feature {
  padding-left:0px;
}

.half-feature .icon-bg {
  position: relative;
  top:unset;
  left:unset;
}

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

#cloud-panel .responsive-img {
  margin-bottom:30px !important;
}

#cloud-locations {
  text-align:center;
}

#cloud-locations:before {
  display:none;
}

#cloud-locations .col-lg-3 {
  width:25% !important; 
  flex:0 0 auto !important; 
  margin-bottom:30px;
}

#cloud-locations .row {
  margin-bottom:-44px !important;
}

.location-stat {
  border-left:0px;
  padding:0px;
}

.small-link {
  display:none;
}


#cloud-management .col{
  text-align:left;
}

.small-icon-list {
  margin-top:30px;
}

.copyright-row {
  padding-bottom:22px;
}

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

.about-wrap p {
    font-size: 18px;
    line-height: 28px;
}

.about-wrap {
  margin-left:auto !important;
  margin-right:auto !important;
}

#about-hero .col {
  width:25%  !important;
  flex: 0 0 auto !important;
  margin-bottom:40px;
}

#about-hero .row {
  margin-bottom:-40px;
}

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

#about-hero .location-stat p {
  font-size:14px;
  line-height:22px;
}

.w-66 {
  width:100%;
}

#about-vision .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

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

#about-story .font-18 {
  font-size:14px;
  line-height:22px;
}

.core-block {
  padding-left:0px;
}

.core-block .value-number {
  position: relative;
  top:unset;
  left:unset;
  width:auto;
  padding-bottom:10px;
}

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

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

#about-datacenters .tabs {
  margin:0px auto;
}

.tabs li a {
  padding: 13px 20px;
}

.toggle {
  text-align:center;
}

#about-datacenters .col-lg-5 {
  padding-top:40px;
}

.toggle-header {
  position: relative;
}

.toggle-header h5.pull-left {
  float:none;
}

.toggle-header i.pull-right {
  display:none;
}

#about-core-values .col-lg-4 {
  display:none;
}

#about-core-values p:nth-last-of-type(1) {
  padding-bottom:0px;
}

.font-32 {
  font-size:24px;
  line-height:32px;
  padding-bottom:0px;
}

#about-explore .col {
  text-align:left;
}

#about-services .col {
  width:33.3333% !important;
  flex:0 0 auto !important;
}



.dedicated-list li {
  padding:12px 0px !important;
  width:25%;
  float:left;
  font-weight:600;
}

.dedicated-list li img {
  display:block;
  margin:0px auto 10px auto !important;
}

#dedicated-hero {
  padding-bottom: 88px;
}

h1 {
  letter-spacing:-1px;
}

#cloud-hero p {
  padding-bottom:10px !important;
}

.flex {
  display:block;
}

.server-box .pull-left {
  float:none;
}

.server-name {
  padding-left:0px !important;
}

.server-tag {
  height:40px;
}

.server-labels {
  margin-top:6px;
}

.server-specs li {
  display:block;
  padding-right:0px;
  padding-bottom:10px;
}

.dedi-filters ul li a {
  padding:0px 12px;
}

.server-location-list {
  text-align:center;
  left:0px;
  right:0px;
}

.server-box {
  padding-bottom:54px;
}

.benchmark {
  margin-left:0px !important;
}

.server-box .font-24 {
  font-size:22px;
}

#dedicated-use-cases .col {
  margin-bottom:20px;
  width:50% !important;
  flex-basis:50% !important;
}

#dedicated-use-cases .row {
  margin-bottom:-20px;
}

.dedicated-feature {
  padding:28px 0px;
  text-align:center;
}

.dedicated-feature .icon-bg {
  position: relative;
  top:unset;
  left:unset;
    margin: 0px auto 15px auto;
}

#dedicated-apps .tabs {
  margin-bottom:30px;
}

#dedicated-apps .col {
  width:33.3333% !important;
  flex-basis:33.3333% !important;
  padding:15px 10px;
}

#dedicated-apps .row {
  margin-bottom:-15px;
}

#dedicated-apps .col img {
  max-width:100%;
  height:36px;
}

#dedicated-apps .col:nth-last-child(1) {
  display:none;
}

#compare-management {
  display:none;
}

.dedi-filters {
  padding-top:30px !important;
}

.title {
  padding-bottom:40px;
}

.server-box {
  width:48.5%;
  width:calc(50% - 10px);
  float:left;
}

.server-box:nth-child(2n) {
  float:right;
}

#dedicated-features .col {
  width: 100% !important;
  flex-basis: 100% !important;
}

#about-explore .col {
  width: 50% !important;
  flex-basis: 50% !important;
}

#about-explore .col:nth-last-child(1) {
  display:none;
}

#about-vision .col-lg-5 .responsive-img {
  max-width:420px;
  border-radius:8px;
  margin:0px auto;
}


#home-services .font-30 {
  font-size:26px;
}

.feature-tab-nav li.active a:before {
  border-radius:6px;
}





    #cloud-pricing .server-box {
    padding: 28px !important;
}

#cloud-pricing .col {
  margin-bottom:20px !important;
}

#cloud-pricing .row {
  margin-bottom:-20px !important;
}


    #cloud-pricing .server-box .col {
        margin-bottom: 10px !important;
    }


    #cloud-pricing .server-box .row {
        margin-bottom: -10px !important;
    }

  
    #cloud-pricing .server-box img.pull-left {
        margin: 0px auto 10px auto !important;
    }


    #cloud-panel .carousel-control-next {
      right:0;
    }

    #cloud-panel .carousel-control-prev {
      left:0;
    }

  #cloud-panel .responsive-img {
    max-width:80%;
  }

  

#server-use-cases .carousel-control-prev {
  left:-10px;
}

#server-use-cases .carousel-control-next {
  right:-10px;
}

#server-use-cases .box {
  
  margin:0px auto;
}

#server-use-cases .col {
  width:50% !important;
  flex-basis:50% !important;
}


.carousel-cards .active.carousel-item-start,
.carousel-cards .active.carousel-item-end {
	opacity: 0 !important;
	transition: opacity 0s 0s;
	transform: unset !important;
}

.carousel-cards .carousel-item {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.carousel-cards .carousel-item.active {
	opacity: 1 !important;
}