.boxtitle,
.labeltitle {
  background: #0e185f !important;
}
.menu-banner-box-nurde {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #333;
  color: #fff;
  text-align: left;
}

.menu-banner-box-nurde strong {
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  color: #12df9d;
}

.menu-banner-box-nurde p {
  margin: 2px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}

.menu-banner-box-nurde a.nurde {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}

.menu-banner-box-nurde a.nurde:hover {
  color: #12df9d;
  text-decoration: underline;
}

.menu-banner-box-nurde a.nurde:last-child {
  font-weight: bold;
  color: #fff;
}

.menu-banner-box-nurde a.nurde:last-child:hover {
  color: #12df9d;
}

.header {
  transition: 0.4s all;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
}
.header.upper.sticky {
  top: -120px;
}

.menu-banner-box {
  background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}

.menu-banner-box a {
  color: #333;
}

@media only screen and (max-width: 992px) {
  .header .navbar .nav-link {
    position: relative;
    color: #58667b;
    font-size: 16px !important;
    font-weight: 600;
    padding: 0 !important;
  }

  .mobile-header {
    display: block !important;
  }

  .shopping__cart {
    padding-top: 90px !important;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .top-bar {
    display: none !important;
  }

  .header .navbar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: 100vh;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
    transform: translateY(20px);
  }

  .header .navbar.show-navbar {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }

  .navbar-toggler {
    display: none !important;
  }

  .header .navbar .container {
    width: 100% !important;
    margin: 0 !important;
  }
  .header .navbar .navbar-brand {
    display: none !important;
  }

  .navbar-nav {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 20px !important;
  }

  .blink {
    display: none !important;
  }

  .global-overlay {
    display: none !important;
  }
  .nav-item {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-decoration: none;
  }

  .header .navbar .nav-link {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 16px 0 7px;
    color: #666;
    text-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .header {
    display: block !important;
  }

  .mega-menu-header a .menu-icon {
    display: none;
  }

  .mega-menu-header .col-md-4:after {
    display: none;
  }

  .nav-cart {
    display: none;
  }

  .header-main > ul {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
    padding-top: 50px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.3s all;
    pointer-events: none;
  }

  .header-main > ul.show {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
    overflow-y: auto;
  }

  #header .header-main > ul > li > .d-menu {
    display: block;
    position: static;
    left: 0;
    margin-left: 0;
    top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: none;
    /*
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 1055;
    margin-left: 0;
  
    */
  }

  #header .header-main > ul > li > .d-menu .col {
    min-width: 100%;
    padding: 5px 0;
  }

  .menu-banner-box {
    display: none;
  }

  .header-main > ul > li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .header-main > ul > li > a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    background: none;
  }

  .header-top ul > li > a > span {
    display: none;
  }

  .mobile-header {
    display: none !important;
  }

  .sepet span > span {
    display: none !important;
  }

  .sepet {
    border-left: 0 !important;
    margin-left: auto;
    margin-right: 10px;
  }

  .sepet span i {
    font-size: 26px;
  }

  .hamburger-menu {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #081131;
    border: none;
    font-size: 28px;
  }

  img.logo {
    max-width: 170px;
    height: auto;
  }

  .hamburger-menu {
    display: flex !important;
  }

  .close-d-menu,
  .close-main-menu {
    display: inline-flex !important;
    padding: 10px;
    margin-top: 10px;
    color: #081131;
    font-size: 30px;
    border: none;
    background: none;
    margin-left: auto;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
  }

  .package {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}

.close-d-menu,
.close-main-menu,
.hamburger-menu {
  display: none;
}

@media only screen and (max-width: 768) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .header {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .step {
    display: block !important;
  }
}

@media only screen and (max-width: 1200px) {
  .top-bar {
    display: none !important;
  }
  .header .navbar .nav-link {
    position: relative;
    color: #58667b;
    font-size: 12px;
    font-weight: 600;
    padding: 19px 15px;
  }
}
.c-preloader {
  position: fixed;
  z-index: 999999999 !important;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s all;
  opacity: 0;
  pointer-events: none;
}

.c-preloader.c-show {
  opacity: 1 !important;
  pointer-events: all !important;
}

.c-preloader-logo {
  max-width: 200px;
  animation: bounce 0.7s infinite alternate;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.d-menu {
  overflow-y: auto;
  max-height: 100vh;
}

.d-menu.hide {
  display: none;
}

.d-menu.show {
  display: block;
}

.submenuitem2 {
  border: solid 2px #eff3f7;
  padding: 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  min-height: 123px;
  margin-top: 20px;
}

.submenuitem2 img {
  float: left;
  margin-right: 30px;
  padding-bottom: 20px;
  margin-top: 0;
}
.submenuitem2 strong {
  display: block;
  margin-bottom: 5px;
  color: #21ac58;
  font-size: 17px;
}
.submenuitem2 span {
  font-weight: 300;
  font-size: 13px;
}

.submenuitem3 {
  position: relative;
  padding: 12px;
  margin-top: 16px;
  border: solid 2px #eff3f7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.submenuitem3 input {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 15px;
  outline: none;
}

.submenuitem3 button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 45px;
  width: 50px;
  font-size: 22px;
}

.btn-green {
  color: #fff !important;
  background-color: #21ac58;
  border-color: #21ac58;
}

@media only screen and (max-width: 768px) {
  .d-menu {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col ul li a img {
    display: none !important;
  }
  #header .header-main > ul > li > div > div .col ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    justify-content: center;
    background: #e8ebef;
    border-radius: 8px;
    padding: 12px 12px 12px 12px;
    font-size: 11px;
    line-height: 16px;
    min-height: 0px !important;
    max-height: 80px !important;
  }
  .col > ul > li > a {
    max-height: 80px !important;
    min-height: 0px !important;
    align-items: flex-start !important;
    text-align: start !important;
  }

  .menu-banner-box {
    height: auto !important;
  }

  .marque {
    width: 170px !important;
  }
}

.marque {
  width: 300px;
}

.homeSliderContentBot ul li.title:after {
  content: '';
  width: 78px;
  height: 3px;
  background: #a4bfef !important;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media only screen and (max-width: 992px) {
  .support-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .support-wrap h2 {
    font-size: 30px !important;
  }
  .support-wrap h4 {
    font-size: 26px !important;
  }
  .support-wrap .d-flex {
    flex-wrap: wrap;
  }
  .support-wrap .d-flex span {
    font-size: 14px !important;
    padding: 10px 5px;
    text-align: center;
    min-width: 100%;
  }

  .support-wrap .links a span {
    font-size: 40px;
    height: 70px;
  }

  .support-wrap .links a {
    font-size: 13px !important;
    padding: 20px 0;
  }
}

.vdsPrice {
  background: #fff;
}

.c-tab-buttons button.active:hover {
  background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}

@media only screen and (max-width: 992px) {
  .c-tab-buttons {
    flex-wrap: wrap;
  }
  .c-tab-buttons button {
    min-width: 50%;
    border: 1px solid #f2f2f2;
  }
}
@media only screen and (min-width: 1200px) {
  .home-product .container {
    max-width: 1280px;
  }
}
.package {
  border-bottom: 0;
}
.purchaseButton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 30px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}
.purchaseButton .fa-arrow-right {
  margin-left: auto;
  font-size: 20px;
}
.p-price {
  background-color: #fff !important;
}

.support-wrap {
  width: 100%;
  padding: 130px 20px 0 20px;
  background: #404257;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}
.support-wrap h2 {
  font-size: 49px;
  font-weight: 700;
}
.support-wrap h4 {
  font-size: 35px;
  font-weight: 700;
}

.support-wrap p {
  font-size: 17px;
  font-weight: 300;
  display: block;
  text-align: center;
  margin: 20px 0;
}

.support-wrap .d-flex span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.support-wrap > a {
  height: 50px;
  padding: 0 30px;
  border-radius: 50px;
  background: #fff;
  color: #222;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.support-wrap .links {
  border-top: 1px solid #ffffff4d;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
}
.support-wrap .links a {
  border-right: 1px solid #ffffff4d;
  width: 25%;
  padding: 40px 0;
  display: flex;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.support-wrap .links a span {
  font-size: 70px;
  margin-bottom: 0;
  height: 90px;
}
.support-wrap .links a:last-child {
  border-right: 0;
}

/* Dropdown Container */
.custom-dropdown-groot {
  display: none;
  position: absolute;
  background-color: #6d6e70;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 210px;
  z-index: 1000;
  padding: 10px 0;
  text-align: left;
  list-style: none;
  top: 100%;
  left: 0;
}

/* Show the dropdown when hovering over the menu item */
.nav-item:hover .custom-dropdown-groot {
  display: block;
}

/* Dropdown Links */
.custom-dropdown-groot a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
  text-align: left;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.9);
}

/* Styles for links on hover */
.custom-dropdown-groot a:hover {
  background-color: #f1f1f1;
  color: #333 !important;
}

/* Special style for the 'Report Abuse' link */
.report-abuse {
  color: #dc3545;
  text-align: left;
}

.report-abuse:hover {
  background-color: #f8d7da;
  color: #dc3545;
}

/* Navbar item positioning and spacing */

.top-right {
  position: relative;
  z-index: 1;
}

.gb-dropdown__holder-custom {
  display: none;
  position: absolute;
  background-color: #6d6e70;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 270px;
  z-index: 1000;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
}

/* Show dropdown on hover */
.nav-item:hover .dropdown-menu,
.nav-item:hover .gb-dropdown__holder-custom {
  display: block;
}

/* Dropdown and form content */
.gb-dropdown__contents-custom {
  padding: 1rem;
}

/* Form control styling */
.form-control-custom {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

/* Button styling */
.btn--primary-custom,
.btn--secondary-custom {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0.75rem 1rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

/* Secondary Button */
.btn--secondary-custom {
  background-color: #6d6e70;
}

.btn--secondary-custom:hover {
  background-color: #5a5b5e;
}

/* Primary Button */
.btn--primary-custom {
  background-color: #007bff;
}

.btn--primary-custom:hover {
  background-color: #0056b3;
}

/* Forgot password link styling */
.forgot {
  color: #007bff;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.forgot:hover {
  color: #0056b3;
}

/* Mobile responsiveness: full-width buttons and dropdown */
@media (max-width: 768px) {
  .gb-dropdown__holder-custom {
    width: 100%;
    left: 0;
  }

  .btn--primary-custom,
  .btn--secondary-custom {
    width: 100%;
    padding: 1rem;
  }
}

.d-menu {
  overflow-y: auto;
  max-height: 100vh;
}

.d-menu.hide {
  display: none;
}

.d-menu.show {
  display: block;
}

.submenuitem2 {
  border: solid 2px #eff3f7;
  padding: 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  min-height: 123px;
  margin-top: 20px;
}

.submenuitem2 img {
  float: left;
  margin-right: 30px;
  padding-bottom: 20px;
  margin-top: 0;
}
.submenuitem2 strong {
  display: block;
  margin-bottom: 5px;
  color: #21ac58;
  font-size: 17px;
}
.submenuitem2 span {
  font-weight: 300;
  font-size: 13px;
}

.submenuitem3 {
  position: relative;
  padding: 12px;
  margin-top: 16px;
  border: solid 2px #eff3f7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.submenuitem3 input {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 15px;
  outline: none;
}

.submenuitem3 button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 45px;
  width: 50px;
  font-size: 22px;
}

.btn-green {
  color: #fff !important;
  background-color: #21ac58;
  border-color: #21ac58;
}

@media only screen and (max-width: 768px) {
  .d-menu {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col ul li a img {
    display: none !important;
  }
  #header .header-main > ul > li > div > div .col ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    justify-content: center;
    background: #e8ebef;
    border-radius: 8px;
    padding: 12px 12px 12px 12px;
    font-size: 11px;
    line-height: 16px;
    min-height: 0px !important;
    max-height: 80px !important;
  }
  .col > ul > li > a {
    max-height: 80px !important;
    min-height: 0px !important;
    align-items: flex-start !important;
    text-align: start !important;
  }

  .menu-banner-box {
    height: auto !important;
  }

  .marque {
    width: 170px !important;
  }
}

.marque {
  width: 300px;
}

.dropdown-link {
  text-decoration: none;
  color: #fff;
}

/* Change color to black on hover */
.dropdown-link:hover {
  color: #000;
}

/* Optional: Change background color on hover */
.dropdown-item:hover {
  background-color: rgba(
    0,
    0,
    0,
    0.1
  ); /* Add a subtle background change on hover */
}

.section__banner {
  padding-top: 100px;
}
.performance__list ul li {
  width: calc(25% - 20px);
}
.dedicated_new2 {
  position: relative;
  text-align: center;
}
.dedicated_new2 .list-spot {
  margin-bottom: 20px;
}
.dd2-title {
  background: #2f88ef;
  position: relative;
  padding: 12px 0;
}
.dd2-title:after,
.dd2-title:before {
  display: table;
  content: ' ';
  clear: both;
}
.dd2-title ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: table;
  width: 100%;
}
.dd2-title ul li {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  width: 13%;
  font-weight: 600;
  color: #fff;
  min-height: 86px;
  border-right: 1px solid #5198eb;
  text-align: center;
}
.dd2-title ul li img {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  margin: 0 auto 5px;
}

.dd2-title ul li:nth-child(1) {
  width: 20%;
}
.dd2-title ul li:nth-child(2) {
  width: 12%;
}
.dd2-title ul li:nth-child(3) {
  width: 15%;
}
.dd2-title ul li:nth-child(4) {
  width: 13%;
}
.dd2-title ul li:nth-child(5) {
  width: 11%;
}
.dd2-title ul li:nth-child(6) {
  width: 16%;
}
.dd2-title ul li:nth-child(7) {
  width: 12%;
  border-right: 0;
}
.dd2-line {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  background: #fff;
  padding: 10px 0;
  border: 1px solid #e5e8ed;
  font-family: inherit;
}
.dd2-line:after,
.dd2-line:before {
  display: table;
  content: ' ';
  clear: both;
}
.dd2-line .dd2-feature {
  position: relative;
}
.dd2-line .dd2-feature:after,
.dd2-line .dd2-feature:before {
  display: table;
  content: ' ';
  clear: both;
}
.dd2-line .dd2-feature ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: table;
  width: 100%;
}
.dd2-line .dd2-feature ul li {
  display: table-cell;
  vertical-align: middle;
  width: 13%;
  line-height: 1.3;
  font-size: 14px;
  min-height: 86px;
  text-align: center;
}
.dd2-line .dd2-feature ul li:nth-child(1) {
  width: 20%;
  border-right: 1px solid #e5e8ed;
}
.dd2-line .dd2-feature ul li:nth-child(1) .btn {
  width: 102px;
  margin: 3px auto 0;
  font-size: 11px;
  padding: 0;
}
.dd2-line .dd2-feature ul li:nth-child(2) {
  width: 12%;
  border-right: 1px solid #e5e8ed;
}
.dd2-line .dd2-feature ul li:nth-child(3) {
  width: 15%;
  border-right: 1px solid #e5e8ed;
}
.dd2-line .dd2-feature ul li:nth-child(4) {
  width: 13%;
  border-right: 1px solid #e5e8ed;
}
.dd2-line .dd2-feature ul li:nth-child(5) {
  width: 11%;
  border-right: 1px solid #e5e8ed;
}
.dd2-line .dd2-feature ul li:nth-child(6) {
  width: 16%;
  text-align: right;
  font-weight: 600;
  padding: 0 12px;
  border-right: 1px solid #e5e8ed;
}
.dd2-line .dd2-feature ul li:nth-child(7) {
  width: 12%;
  background: 0 0;
}
.dd2-line .dd2-feature ul li .form-control {
  padding: 4px;
  font-size: 13px;
  height: 33px;
}
.dd2-line .dd2-feature ul li .btn {
  font-size: 13px;
}
.dd2-line .dd2-feature .btn {
  position: relative;
  z-index: 9;
}
.dd2-line .dd2-detail {
  position: relative;
  padding: 18px 0 0;
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
  display: none;
}
.dd2-line .dd2-detail:after,
.dd2-line .dd2-detail:before {
  display: table;
  content: ' ';
  clear: both;
}
.dd2-line .dd2-detail .dd2-detail-col1 {
  float: left;
  width: calc(4% - 15px);
  padding: 0;
  margin-right: 15px;
}
.dd2-line .dd2-detail .dd2-detail-col1 > div {
  border: 1px solid #e8e8e8;
  padding: 15px;
}
.dd2-line .dd2-detail .dd2-detail-col1 img {
  width: 50%;
}
.dd2-line .dd2-detail .dd2-detail-col2 {
  float: left;
  width: 75%;
}
.dd2-line .dd2-detail .dd2-detail-col2 ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.dd2-line .dd2-detail .dd2-detail-col2 ul li {
  float: left;
  width: 33%;
  line-height: 1.3;
  font-size: 13px;
  text-align: left;
  padding-bottom: 10px;
}
.dd2-line .dd2-detail .dd2-detail-col2 ul li i {
  padding-right: 4px;
  color: #2ecb70;
}
@media only screen and (max-width: 767px) {
  .dd2-line .dd2-detail .dd2-detail-col1 {
    width: 100%;
    float: none;
  }
  .dd2-line .dd2-detail .dd2-detail-col2 {
    width: 100%;
    float: none;
    padding: 0 20px 0;
  }
  .dd2-line .dd2-detail .dd2-detail-col2 ul li {
    width: 100%;
    float: none;
  }
  .dd2-title {
    display: none;
  }
  .dd2-line .dd2-feature ul li {
    display: block;
    min-height: 48px;
    background: none;
  }
  .dd2-line .dd2-feature ul li:nth-child(1) {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e8ed;
  }
  .dd2-line .dd2-feature ul li:nth-child(2) {
    float: left;
    width: 50%;
    border-right: 1px solid #e5e8ed;
    border-bottom: 1px solid #e5e8ed;
    padding-top: 5px;
  }
  .dd2-line .dd2-feature ul li:nth-child(3) {
    float: left;
    width: 50%;
    border-bottom: 1px solid #e5e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dd2-line .dd2-feature ul li:nth-child(4) {
    float: left;
    width: 50%;
    border-right: 1px solid #e5e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dd2-line .dd2-feature ul li:nth-child(5) {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dd2-line .dd2-feature ul li:nth-child(6) {
    float: left;
    width: 50%;
    border-top: 1px solid #e5e8ed;
    padding-top: 12px;
  }
  .dd2-line .dd2-feature ul li:nth-child(7) {
    float: left;
    width: 50%;
    border-top: 1px solid #e5e8ed;
    padding-top: 12px;
  }

  .section__banner {
    padding-top: 70px;
  }
  .performance__list ul li {
    min-height: 120px;
  }
}
.heading {
  overflow: hidden;
  margin-bottom: 40px;
}
.heading .heading-title {
  font-size: 28px;
  margin: 0 0 10px;
  line-height: 1.2;
}
.heading .heading-description {
  font-size: 16px;
  color: #5f7d92;
  margin: 0;
  line-height: 1.5;
}
.section-pro {
  position: relative;
  padding: 65px 0 65px;
}
.section-pro ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-pro ul li {
  float: left;
  width: 33.33%;
  margin: 5px 0;
  line-height: 25px;
  font-size: 18px;
  color: #68717a;
}
.section-pro ul li i {
  float: left;
  color: #2ecb70;
  font-size: 25px;
  padding-right: 5px;
}
.need-help {
  position: relative;
  background-color: #082235;
  text-align: center;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto;
}
.need-help h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  margin-top: 4px;
  float: left;
  font-weight: 600;
  line-height: 32px;
}
.dedicated-why {
  position: relative;
  padding: 50px 0;
  background: #f9f9f9 !important;
  border-bottom: 1px solid #ccc;
}
.dedicated-why img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}

.hosting-information {
  padding: 80px 0 40px;
}
.bg-grey {
  background: #f0f3f7 !important;
}
.faq-common {
  padding: 40px 0;
}
.service .icon {
  border-radius: 35px;
  color: #fff !important;
  display: block;
  height: 64px;
  float: left;
  margin: 0 25px 0 0;
  text-align: center;
  text-decoration: none;
  width: 64px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.service .text-muted {
  line-height: 1.4 !important;
}

.service .text-muted {
  overflow: hidden;
}
.text-muted {
  color: #5f7d92;
}
.services .features-block,
.services .service {
  margin-bottom: 50px;
  min-height: 125px;
}
.hosting-partners .row {
  padding: 40px 0 20px;
}
.hosting-partners .row .partner {
  margin-bottom: 20px;
}
.hosting-partners .row .partner img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 992px) {
  .section-pro ul li {
    float: left;
    width: 100%;
    margin: 5px 0;
    line-height: 25px;
    font-size: 18px;
    color: #68717a;
  }
}

.service {
  padding: 25px 10px;
}

.service .icon img {
  width: 64px;
  flex-shrink: 0;
  height: 64px;
}

.service .icon {
  width: 64px;
  margin-right: 15px;
  flex-shrink: 0;
  height: 64px;
}

.service .title {
  font-weight: 800;
}

.service .text-muted {
  line-height: 1.5;
}

.page-banner {
  position: relative;
  background: #333;
  overflow: hidden;
  height: 390px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.page-banner:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000bf;
  background: linear-gradient(202deg, #0000, #000);
}

.page-banner .page-banner-text {
  color: #fff;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 54px 50px 0 0;
  font-size: 18px;
  line-height: 1.4;
}
.page-banner .page-banner-text h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 10px;
}
.page-banner .page-banner-text p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffffbf;
}

.page-banner .page-banner-text ul {
  margin-bottom: 15px;
  overflow: hidden;
}

.page-banner .page-banner-text li {
  float: left;
  padding: 8px 0;
  width: 50%;
}

.nav > li {
  position: relative;
  display: block;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

ul#tablist-1 {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  background: #ffc100;
  border-bottom: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 50px;
}

.nav-tabs > li > a {
  height: 79px;
  margin-right: 0;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 25px 15px;
  color: #fff;
  border: 0;
}

.tab-content {
  background: #fff !important;
  padding: 30px;
}

.tab-content {
  padding: 10px;
  border: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fec42e;
  cursor: default;
  background-color: #fff;
  border: 0 solid #ddd;
  border-bottom-color: transparent;
  height: 85px;
  margin-top: -7px;
  padding-top: 32px !important;
  -webkit-box-shadow: 3px -3px 5px -2px rgb(0 0 0 / 21%);
  -moz-box-shadow: 3px -3px 5px -2px rgba(0, 0, 0, 0.21);
  box-shadow: 3px -3px 5px -2px rgb(0 0 0 / 21%);
}

body {
  background: #f4f7fc;
}

.bodytext a {
  color: #fff;
  text-decoration: blink;
  font-weight: 600;
  background-color: #f7b012;
  padding: 0 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: open sans, sans-serif;
}
.bodytext {
  margin-left: 5px;
  margin-right: 0;
}
a.internal-link {
  color: #f5f5f5;
}

.rentalServer {
  margin-bottom: -60px;
}
.relativeBot {
  z-index: 1;
  position: relative;
}

.rentalServerTop {
  border-radius: 5px 5px 0 0;
  background: #fff;
  margin-bottom: 10px;
}

.rentalServerTop ul {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  padding-right: 70px;
}
.rentalServerTop ul li {
  float: left;
  color: #404257;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  padding: 35px 20px;
}
.rentalServerTop ul li.title,
.rentalServerTab.title {
  width: 12%;
}
.rentalServerTop ul li.location,
.rentalServerTab.location {
  width: 16%;
}
.rentalServerTop ul li.cpu,
.rentalServerTab.cpu {
  width: 18%;
}
.rentalServerTop ul li.ram,
.rentalServerTab.ram {
  width: 7%;
}
.rentalServerTop ul li.stroge,
.rentalServerTab.stroge {
  width: 18%;
}
rentalServerTop ul li.network,
.rentalServerTab.network {
  width: 4%;
}
rentalServerTop ul li.optıons,
.rentalServerTab.optıons {
  width: 22%;
}
rentalServerTop ul li.stock,
.rentalServerTab.stock {
  width: 12%;
}
rentalServerTop ul li.band,
.rentalServerTab.band {
  width: 14%;
}
.rentalServerTop ul li.hdd,
.rentalServerTab.hdd {
  width: 16%;
}

.rentalServerTop ul li.hdd,
.rentalServerTab.hdd {
  width: 14%;
}
.rentalServerTop ul li.bandwidth,
.rentalServerTab.bandwidth {
  width: 16%;
}
.rentalServerTop ul li.price,
.rentalServerTab.price {
  width: 12%;
}

.rentalServer {
  margin-top: -60px;
}
.rentalServerTab {
  position: relative;
  width: 20%;
  min-height: 115px;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-right: 2px solid #ebeef3;
  float: left;
}
.rentalServerTab ul {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 45px;
}
.rentalServerTab ul li {
  width: 100%;
  display: inline-block;
  float: left;
}
.rentalServerTab ul li.icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  color: #878691;
  width: 45px;
}
.rentalServerTab ul li.title {
  color: #878691;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}
.rentalServerTab ul li.desc {
  color: #404257;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.rentalServerTab ul li.stock {
  color: #34a3fc;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.rentalServerTab ul li.stock.active {
  color: #1dcc5b;
}
.rentalServerTab ul li.stock.no {
  color: #f15d5d;
}
.rentalServerPurchase {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 10px;
  width: 70px;
}
.rentalServerBot {
  position: relative;
}
.rentalServerBot .rentalServerTabList {
  background: #fff;
  margin-bottom: 10px;
  padding-right: 70px;
  position: relative;
}
.rentalServerTab.price {
  border-right: 0;
}
.rentalServerBot .rentalServerTabList:nth-of-type(2n) {
  background: #fff;
}
.mailPageTop {
  margin-top: 30px;
}
.mailPageRow {
  margin-left: -15px;
  margin-right: -15px;
}
.mailPageCol {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.mailPageBox {
  border-radius: 5px;
  background: #fff;
}
.mailPageBoxTop {
  text-align: center;
  padding: 21px 25px;
  border-bottom: 2px solid #f1f3f8;
  background: url(../images/mail-title1.png) no-repeat center center;
}
.mailPageBoxTop .title {
  color: #404257;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
.mailPageBoxTop .desc {
  color: #878691;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
}
.mailPageBoxList ul {
  width: 100%;
  display: inline-block;
  float: left;
}
.mailPageBoxList ul li {
  width: 100%;
  display: inline-block;
  float: left;
  color: #878691;
  font-size: 17px;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  background: #f7f9fd;
}
.mailPageBoxList ul li:nth-of-type(2n) {
  background: #fff;
}
.mailPageBox.ideal .mailPageBoxTop {
  background: url(../images/mail-title2.png) no-repeat center center;
}
.mailPageBox.ideal .mailPageBoxButtons ul li a {
  background: #20c05b;
}
.mailPageBox.ideal .mailPageBoxButtons ul li .price {
  border-color: #20c05b;
  color: #20c05b;
}
.mailPageBox.pro .mailPageBoxTop {
  background: url(../images/mail-title3.png) no-repeat center center;
}
.mailPageBox.pro .mailPageBoxButtons ul li a {
  background: #34a3fc;
}
.mailPageBox.pro .mailPageBoxButtons ul li .price {
  border-color: #34a3fc;
  color: #34a3fc;
}
.mailPageBoxButtons {
  padding: 30px;
}
.mailPageBoxButtons ul {
  margin-left: -5px;
  margin-right: -5px;
}
.mailPageBoxButtons ul li {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.mailPageBoxButtons ul li a {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 5px;
  border-radius: 50px;
  background: #878691;
  font-weight: 700;
}
.mailPageBoxButtons ul li a:hover {
  background: #404257 !important;
  border-color: #404257 !important;
}
.mailPageBoxButtons ul li .price {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  padding: 10px 5px;
  border-radius: 50px;
  border: 2px solid #878691;
  color: #878691;
  font-weight: 300;
}
.mailPage {
  padding-top: 60px;
}
.mailPageAll {
  background: #f7f9fd url(../images/computer-all.png) no-repeat center center;
  margin-bottom: 60px;
}
.mailContent {
  padding-top: 50px;
  padding-bottom: 80px;
}
.mailContent ul {
  width: 100%;
  display: inline-block;
  float: left;
}
.mailContent ul li {
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 95px;
}
.mailContent ul li:last-child {
  margin-bottom: 0;
}
.mailContent ul li .title {
  float: left;
  color: #404257;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 800;
  padding-left: 80px;
}
.mailContent ul li .title:nth-of-type(2) {
  float: right;
  padding-right: 80px;
}
.mailContent ul li:nth-of-type(2) .title {
  padding-left: 0;
}
.mailContent ul li:nth-of-type(2) .title:nth-of-type(2n) {
  padding-right: 0;
}
.mailPageFeaturesListRow {
  margin-left: -5px;
  margin-right: -5px;
}
.mailPageFeaturesListCol {
  width: 25%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}
.mailPageFeaturesListBox {
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px;
}
.mailPageFeaturesListBox .title {
  float: left;
  color: #404257;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
}
.mailPageFeaturesListBox .check {
  float: right;
  font-size: 20px;
  line-height: 20px;
  color: #1dcc5b;
  display: inline-block;
}
.mailPageFeatures {
  margin-bottom: 50px;
}
.mailHostingTopAll {
  padding-bottom: 30px;
}
.seoPageTop {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background: #f7f9fd;
}
.seoPageTop ul {
  width: 100%;
  display: inline-block;
  float: left;
}
.seoPageTop ul li {
  width: 33.3%;
  float: left;
  display: inline-block;
  border-right: 2px solid #f1f3f8;
}
.seoPageTop ul li:last-child {
  border-right: 0;
}
.seoPageTop ul li a {
  width: 100%;
  float: left;
  display: inline-block;
  color: #404257;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  padding: 35px;
  padding-left: 75px;
  padding-right: 15px;
}
.seoPageTop ul li a img {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.seoPageTop ul li.active a {
  background: #fff;
}
.seoPageBot {
  padding: 30px;
  background: #fff;
}
.seoPageTitle {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.shoppingButton {
  width: 100%;
  display: inline-block;
  float: left;
  line-height: 65px;
  font-size: 25px;
  background-image: linear-gradient(315deg, #2ed668 0%, #145f19 74%);
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .rentalServerTop {
    display: none;
  }

  .rentalServerBot .rentalServerTabList {
    padding-right: 0;
  }
  .rentalServerTab {
    width: 50% !important;
    border-bottom: 2px solid #ebeef3;
  }

  .rentalServerBot .rentalServerTabList .rentalServerTab:nth-of-type(2n) {
    border-right: 0;
  }

  .rentalServerTab {
    width: 50% !important;
    border-bottom: 2px solid #ebeef3;
  }
  .rentalServerPurchase {
    position: relative;
    width: 100%;
  }
}

/* Tooltip container */
.stock {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.stock[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%; /* Position the tooltip above the element */
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  white-space: nowrap;
  font-size: 12px;
}

/* Show tooltip on hover */
.stock:hover[data-tooltip]::before {
  opacity: 1;
  visibility: visible;
}
