.banner-section {
  padding: 300px 0px 231px 0px;
}

.sub-section {
  background-image: url(/images/banner/ts.png);
  background-size: cover;
  background-position: center 60px;
  background-repeat: no-repeat;
}

.white_btn a {
  border-radius: 0.25rem !important;
}

.backupbutton {
  padding: 10px 5px;
  color: white;
  min-width: 100px;
  font-size: 16px;
  border-radius: 0.25rem !important;
  background: #646464;
  margin: 10px 20px 10px 20px;
  transition: 0.5s;
  flex: 1 1 0;
  text-align: center;
}

.backupbutton:hover {
  color: white !important;
  box-shadow: 0px 0px 7px #2196f3;
  transition: 0.5s;
}

.backupbutton_selected {
  background: #4361ee;
  transition: 0.5s;
}

.backup_buttons {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.button-unclickable {
  background: #646464 !important;
}

.custom_button {
  display: inline-block;
  /* height: 46px; */
  margin: 10px auto 0;
  width: 110%;
}
.custom_button > a {
  padding: 14px 40px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 0px !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: #4361ee;
  display: inline-block;
  transition: 0.5s;
}
.custom_button > a:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0px 0px 7px #2196f3;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  .widget-content {
    margin-left: 32.1px;
    width: 91%;
  }
  .layout-top-spacing {
    width: 100%;
  }
  .sliderbox {
    width: 100% !important;
    padding: 20px !important;
    margin-bottom: 0px !important;
  }
  .slider_content {
    width: 100% !important;
    padding: 20px !important;
  }
  .backupbutton {
    width: 86.1% !important;
    flex: none;
  }
  .slider_content > div:nth-child(2) {
    padding: 10px;
  }
  .custom_button > a {
    width: 89.8% !important;
    text-align: center;
  }
  #setallprice {
    text-align: center !important;
    width: 100%;
    position: relative;
    display: inline-block;
  }
  .d-flex {
    margin-bottom: 50px !important;
  }
  .contact-section > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: -10px;
  }
  #vServerOrderForm > h3:nth-child(1) {
    margin-bottom: 30px;
  }
  #setall_price_2 {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .white_btn {
    width: 100% !important;
  }
  .buynow-button {
    width: 100% !important;
    text-align: center;
  }
  .layout-text {
    padding: 0 3px 0 31px;
  }
  .faq {
    padding: 0 3px 0 31px;
  }
  .mobile-opt-img {
    margin-top: 4vh;
  }
}
