body {
     font-family: Manrope;
}

.c-faq__answer {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.headinfo {
	padding-left: 10%;
    padding-right: 10%;
}

.xcgblinks:hover {
    color: #0b85cc;
}

.xcgblinks {
    margin: 0 1em;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

body *,
body *::after,
body *::before {
  box-sizing: inherit;
}

.vps-table {
 border: 2px solid #0d6efd!important;
}
  
.table {
 border: 1px #0d6efd!important;
} 

#levitate {
	transform: translate3d(-50%, -50%, 0);
	animation: levitate 2s ease-in-out infinite;
}

@keyframes levitate {
	0% {
		transform: translate3d(-50%, -50%, 0) translateY(0);
	}
	50% {
		transform: translate3d(-50%, -50%, 0) translateY(-20px);
	}
	100% {
		transform: translate3d(-50%, -50%, 0) translateY(0);
	}
}

.c-faqs__headline {
  font-family: "Varela Round", sans-serif;
  text-align: left;
  padding-left: 15px;
  font-size: 1.5em;
  margin-top: 1.5em;
  font-weight: bold;
}

.c-faqs {
  margin: 15px 0;
  padding: 0 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.c-faq {
  font-family: "Varela Round", sans-serif;
  list-style: none;
  margin: 10px 0 5px;
}

.c-faq__title {
  cursor: pointer;
  font-weight: 500;
  background: white;
  z-index: 10;
  position: relative;
  font-size: 1.1em;
}
.c-faq__title:hover {
  text-decoration: underline;
}
.c-faq__title::after {
  white-space: nowrap;
  font-weight: 300;
  padding-left: 5px;
  opacity: 0;
  transform-origin: 11px;
  transform: rotateZ(90deg);
  display: none;
  content: ">";
}

.c-faq--active .c-faq__title {
    color: #ffffff;
    background-color: #0d6efd;
    padding: 5px 1rem;
}
.c-faq--active .c-faq__title::after {
  opacity: 1;
  transform: rotateZ(90deg);
  display: inline-block;
}

.c-faq__answer {
  font-weight: normal;
  margin-top: -10%;
  transition: all 0.1s;
  z-index: 1;
  font-size: 0.9em;
  color: #505050;
}

.c-faq--active .c-faq__answer {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: all 0.2s;
  border-radius: 3px;
  border: 1px solid #f1f2f3;
  border-top: 1px solid #1e88e5;
  padding: 20px;
}

@media (min-width: 780px) {
  .c-faqs {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .c-faqs::before {
    opacity: 0.2;
  }

  .c-faq {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-faq .c-faq__title {
    width: 50%;
    padding-right: 40px;
    display: inline-block;
    padding: 5px 1rem;	
  }
  .c-faq .c-faq__title::after {
    display: none;
  }
  .c-faq .c-faq__answer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
    border-left-color: #1e88e5;
    border-top-color: #f1f2f3;
  }
}
.c-note {
  font-size: 0.8em;
  padding-left: 15px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.c-note:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.c-note a {
  color: #1e88e5;
}

.pb5 {
	padding-bottom: 5em;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #203658; 
}
::-webkit-scrollbar-thumb {
    background: #028FE0; 
}
::-webkit-scrollbar-thumb:hover {
    background: #028FE0; 
}

button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #151515;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #038BD9;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #038BD9;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #038BD9;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #038BD9;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #038BD9;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #038BD9;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #038BD9;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

/* * Custom translucent site header */
 .site-header {
     background-color: #000000;
     padding: 0.7rem 2em;
     -webkit-backdrop-filter: saturate(180%) blur(20px);
     backdrop-filter: saturate(180%) blur(20px);
     font-size: 16px;
}
 .site-header a {
     color: #8e8e8e;
     transition: color .15s ease-in-out;
}
 .site-header a:hover {
     text-decoration: none;
}
/* * Dummy devices (replace them with your own or something else entirely!) */
 .product-device {
     position: absolute;
     right: 10%;
     bottom: -30%;
     width: 300px;
     height: 540px;
     background-color: #333;
     border-radius: 21px;
     transform: rotate(30deg);
}
 .product-device::before {
     position: absolute;
     top: 10%;
     right: 10px;
     bottom: 10%;
     left: 10px;
     content: "";
     background-color: rgba(255, 255, 255, .1);
     border-radius: 5px;
}
 .product-device-2 {
     top: -25%;
     right: auto;
     bottom: 0;
     left: 5%;
     background-color: #e5e5e5;
}
 .bd-placeholder-img {
     font-size: 1.125rem;
     text-anchor: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
}
 @media (min-width: 768px) {
     .bd-placeholder-img-lg {
         font-size: 3.5rem;
    }
}

.features {
	transition: transform .2s;
}
.features:hover {
	transform: scale(1.05);
}

.btn {
	--bs-btn-border-radius: 0px!important;
}

 .b-example-divider {
     height: 3rem;
     background-color: rgba(0, 0, 0, .1);
     border: solid rgba(0, 0, 0, .15);
     border-width: 1px 0;
     box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
 .b-example-vr {
     flex-shrink: 0;
     width: 1.5rem;
     height: 100vh;
}
 .bi {
     vertical-align: -.125em;
     fill: currentColor;
}
 .nav-scroller {
     position: relative;
     z-index: 2;
     height: 2.75rem;
     overflow-y: hidden;
}
 .nav-scroller .nav {
     display: flex;
     flex-wrap: nowrap;
     padding-bottom: 1rem;
     margin-top: -1px;
     overflow-x: auto;
     text-align: center;
     white-space: nowrap;
     -webkit-overflow-scrolling: touch;
}

.ds-card {
	background-color: #f3f3f3;
    border: 2px solid #0d6efd;
}

.btn-outline-secondary-green {
    --bs-btn-color: #01d17d;
    --bs-btn-border-color: #01d17d;
    --bs-btn-hover-color: #00ff98;
    --bs-btn-hover-bg: #01d17d3d;
    --bs-btn-hover-border-color: #01d17d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #01d17d;
    --bs-btn-active-border-color: #01d17d;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #01d17d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #01d17d;
    --bs-gradient: none;
}

.btn-outline-secondary-blue {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd3d;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

/* * Extra utilities */
 .flex-equal > * {
     flex: 1;
}
 @media (min-width: 768px) {
     .flex-md-equal > * {
         flex: 1;
    }
}
 .xcgfooter {
     background-color: #000000;
     text-align: center;
}

.card {
   --bs-card-border-radius: 0px!important;
   --bs-card-inner-border-radius: 0px!important;
}

 .xcgcrt {
     height: 50px;
     margin: 0 1em;
}
 .xcglinks {
     padding-top: 2em;
     color: #FFFFFF;
}
 .xcglogofooter {
     height: 80px;
     margin-bottom: 3em;
}
 .xcglogo {
     height: 40px;
}
 .xcg-logo-center {
     display: block;
     margin-left: auto;
     margin-right: auto;
     padding-top: 43vh;
     padding-left: 3em;
     padding-right: 3em;
     animation: zoom 1s ease-in-out forwards;
}
 @keyframes zoom {
     from {
         transform: scale(0.1);
    }
     to {
         transform: scale(1);
    }
}
 .xcg-item-center {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .xcglogohead {
     width: 100vh;
     vertical-align: middle;
}
 .scroll-down {
     height: 7vh;
     margin-top: 4rem;
}
 .xcg-nav-links {
     color: #FFFFFF;
     text-decoration: none;
     font-weight: 500;
}
 .xcg-nav-links:hover {
     color: #FFFFFF;
     border-bottom: 2px solid #01D17D;
}
 .xcg-cc-nav {
     text-align: right;
}
 .xcgflinks {
     margin: 0px 1em;
     color: #FFFFFF;
     text-decoration: none;
     font-weight: 500;
}
 .xcgflinks:hover {
     color: #FFFFFF;
     border-bottom: 2px solid #01D17D;
}
 .xcgpfooter {
     padding-top: 5em;
     padding-bottom: 1em;
}
 .xcgcopy {
     color: #797979;
}
 .xcg-bg {
     background-color: transparent;
     background-image: radial-gradient(at top center, #263d81 0%, #000000 100%);
}
 .xcghead {
     min-height: 100vh 0;
}
 .xcgclientarea {
     color: #FFFFFF!important;
     text-decoration: none;
}
 .xcgclientarea:a {
     color: #01D17D!important;
}
 .xcgclientarea:hover {
     color: #01D17D!important;
}
 .nav-link {
     color: #FFFFFF!important;
     text-transform: uppercase;
}
 .nav-link:hover {
     color: #FFFFFF!important;
}
 .color-green {
     color: #01D17D;
}
 .xcgcalock {
     padding-right: 5px;
}
 .p1rem {
     padding-right: 1rem!important;
     padding-left: 1rem!important;
}
 .pl1em {
     padding-left: 1em;
}

.colo-info-txt-size {
	font-size: 19px;
}

.main-color {
	color: #0D6EFD;
}

.colo-info-feature{
    background: #0a7bf2;
    color: #fff;
    border: solid 2px #005fc1;
    padding: 10px;
}

.feat-img {
    background-color: #dcdcdc;
    padding: 2px;
}

.ded-servers-background {
    background-image: url(../../images/backgrounds/server-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.managed-vps-background {
    background-image: url(../../images/backgrounds/managed-vps-wall.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ddos-prot-background {
    background-image: url(../../images/backgrounds/ddos-prot-page-head.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.vps-background {
    background-image: url(../../images/backgrounds/image-head-vps-hosting.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.colo-head {
	padding-bottom: 2em
}
 .xcg-background-overlay {
     background-image: url(../../images/mics/poly-bg-white-01.svg);
     background-position: top center;
     background-repeat: no-repeat;
     background-size: 100% auto;
     opacity: 0.7;
     mix-blend-mode: overlay;
     transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
 .pvh50{
     padding: 50vh 0;
}
 .xcg-logo-showup {
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     position: absolute;
}
 .overlay-v2 {
     background-image: url(../../images/mics/poly-bg-white-01.svg);
     background-position: top center;
     background-repeat: no-repeat;
     background-size: 115% auto;
     opacity: 0.7;
     animation: zoom s ease-in-out forwards;
     @keyframes zoom {
         from {
             transform: scale(1);
        }
         to {
             transform: scale(1.2);
        }
    }
     .list-group {
         max-width: 460px;
         margin: 4rem auto;
    }
     .form-check-input:checked + .form-checked-content {
         opacity: .5;
    }
     .form-check-input-placeholder {
         border-style: dashed;
    }
     [contenteditable]:focus {
         outline: 0;
    }
     .list-group-checkable .list-group-item {
         cursor: pointer;
    }
     .list-group-item-check {
         position: absolute;
         clip: rect(0, 0, 0, 0);
    }
     .list-group-item-check:hover + .list-group-item {
         background-color: var(--bs-light);
    }
     .list-group-item-check:checked + .list-group-item {
         color: #fff;
         background-color: var(--bs-blue);
    }
     .list-group-item-check[disabled] + .list-group-item, .list-group-item-check:disabled + .list-group-item {
         pointer-events: none;
         filter: none;
         opacity: .5;
    }
     .list-group-radio .list-group-item {
         cursor: pointer;
         border-radius: .5rem;
    }
     .list-group-radio .form-check-input {
         z-index: 2;
         margin-top: -.5em;
    }
     .list-group-radio .list-group-item:hover, .list-group-radio .list-group-item:focus {
         background-color: var(--bs-light);
    }
     .list-group-radio .form-check-input:checked + .list-group-item {
         background-color: var(--bs-body);
         border-color: var(--bs-blue);
         box-shadow: 0 0 0 2px var(--bs-blue);
    }
     .list-group-radio .form-check-input[disabled] + .list-group-item, .list-group-radio .form-check-input:disabled + .list-group-item {
         pointer-events: none;
         filter: none;
         opacity: .5;
    }
     @media only screen and (min-width: 425px) {
         .xcg-cc-nav {
            text-align: center!important;
        }
    }
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      } 
	  
      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }    
	   
  
/* Add styles to customize the appearance of the slider */
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

body {
    padding-top: 50px;
    padding-bottom: 50px;
}

.price-box {
    margin: 0 auto;
	background: #E9E9E9;
	border-radius: 10px;
	padding: 40px 15px;
	width: 500px;
}

.ui-widget-content {
	border: 1px solid #bdc3c7;
	background: #e1e1e1;
	color: #222222;
	margin-top: 4px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 5.2em;
	height: 2.2em;
	cursor: default;
	margin: 0 -40px auto !important;
	text-align: center;	
	line-height: 30px;
	color: #FFFFFF;
	font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
	color: #FFFFFF;
	margin: 0 3px; 
	font-size: 11px;
	opacity: 0.5;
}

.ui-corner-all {
	border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: 1px solid #f9f9f9;
	background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
	cursor: pointer;
	outline: none;
}

.price, .lead p {
	font-weight: 600;
	font-size: 32px;
	display: inline-block;
	line-height: 60px;
}

h4.great {
	background: #00ac98;
	margin: 0 0 25px -60px;
	padding: 7px 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	-moz-box-shadow:    2px 4px 5px 0 #ccc;
  	-webkit-box-shadow: 2px 4px 5px 0 #ccc;
  	box-shadow:         2px 4px 5px 0 #ccc;
}

.total {
	border-bottom: 1px solid #7f8c8d;
	/*display: inline;
	padding: 10px 5px;*/
	position: relative;
	padding-bottom: 20px;
}

.total:before {
	content: "";
	display: inline;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 3px;
	background: #7f8c8d;
	opacity: 0.5;
}

.price-slider {
	margin-bottom: 70px;
}

.price-slider span {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 13px;
}

.form-pricing {
	background: #ffffff;
	padding: 20px;
	border-radius: 4px;
}

.price-form {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	/*-moz-box-shadow:    0 5px 5px 0 #ccc;
  	-webkit-box-shadow: 0 5px 5px 0 #ccc;
  	box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
	margin-bottom: 0;
}

.form-group span.price {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

.help-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	/*margin-left: 20px;*/
	font-weight: 200;
	text-align: right;
	width: 188px;
}

.price-form label {
	font-weight: 200;
	font-size: 21px;
}

img.payment {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
	background: #2980b9;
}