#snowflakeContainer {
  position: absolute;
  left: 0px;
  top: 0px;
}
.snowflake {
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  position: fixed;
  color: #ffffff;
  user-select: none;
  z-index: 1000;
}
.snowflake:hover {
  cursor: default;
}

html,
body {
  height: 100%;
}
html {
  font-size: 100%;
}
.wrapper_content {
  min-height: 100%;
}
.wrapper_footer {
  margin-top: -354px;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
a {
  text-decoration: none;
  outline: none;
  color: #45464b;
}
a:hover {
  text-decoration: none !important;
  color: #f67c0a;
}
a:focus {
  text-decoration: none;
  color: #000;
  outline: none;
}

p {
  font-size: 18x;
  margin: 0 0 10px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.breadcrumb_link {
  display: inline-block;
  line-height: 40px;
}
.breadcrumb_link > span {
  color: #ccc;
}
ul.breadcrumb_menu.top-menu {
  float: left;
}
.breadcrumb_link a:link,
.breadcrumb_link a:active,
.breadcrumb_link a:visited {
  color: #ffffff;
}
i.breadcrumbIcon {
  font-size: 10px;
}
.navbar-default {
  background: rgba(255, 255, 255, 0.8);
}
.navbar-nav {
  margin: 10px 0 0 0;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #f67c0a;
  border-bottom: 3px solid #f67c0a;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  border-bottom: 3px solid #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 3px solid #f67c0a;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #f67c0a;
}
.navbar-default .navbar-collapse {
  border-color: #ecf0f1;
}
.topbar {
  background-color: #333333;
  color: #ffffff;
  height: 40px;
  width: 100%;
}
.topbar .top-menu {
  float: right;
  margin-right: 20px;
}
.topbar .top-menu li {
  float: left;
  line-height: 40px;
}
.topbar .top-menu .login {
  background-color: #f67c0a;
  margin-right: 10px;
}
.topbar .top-menu a:hover {
  color: #f67c0a;
}
a.dropdown-toggle:hover {
  background: #e67b17;
}
.topbar .top-menu .login a:hover {
  color: #fff;
}
.topbar .top-menu .login {
  background-color: #f67c0a;
  margin-right: 10px;
}
.topbar .top-menu .dropdown-toggle:hover {
  border-bottom: 0;
}
a#lostpassword:hover,
a#newClient:hover {
  border: 0;
  text-decoration: underline;
  color: #f67c0a;
}
a#newClient,
a#lostpassword {
  color: #333;
  text-align: center;
  font-weight: normal;
}
.loginContainerDropdown input:focus {
  box-shadow: none;
  border-color: #0e6f39;
}
.loginContainerDropdown input {
  box-shadow: none;
}
.btn-login:hover,
.btn-login:focus {
  background-color: #0a7b3c;
  color: #fff;
}
.btn-login {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  border-radius: 3px;
  background-color: #0e8d44;
  border-bottom: 3px solid #0e6f39;
  width: 100%;
  font-weight: bold;
}
.loginContainerDropdown {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: -1px;
  margin-right: -1px;
  width: 300px;
  right: 0;
  left: initial;
  border: 1px solid #333;
  border-top: 1px solid #333;
  border-radius: 0 0 5px 5px;
}
#cart-trigger > i.glyphicon {
  margin-right: 5px;
}
.navigation {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  z-index: 500;
  line-height: 0;
  margin-top: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-toggle {
  margin-top: 13px;
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #45464b;
  width: 22px;
  height: 3px;
}
body img {
  border: none;
  max-width: 100%;
}
.logo {
  padding: 8px 0;
}
.logo img {
  max-height: 55px;
  margin-left: 10px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-wrapper {
  padding-top: 65px;
}
.fullwidth {
  width: 100%;
  position: relative;
}
.img-container {
  position: relative;
}
.section-wrap {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .section-wrap {
    padding: 50px 0;
  }
}
a.linkmore {
  background-color: #0e8cc3;
  border-bottom: 3px solid #0e8c89;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  margin: 30px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a.linkmore:hover {
  background-color: #0e8cff;
  border-bottom: 2px solid #0e8c8b;
}

.topbar .top-menu a {
  color: #ffffff;
  display: block;
  padding: 0 10px;
}
.footer-get-started .sp {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}
.footer-get-started .sp span {
  color: #ffffff;
  font-size: 16px;
}
.footer-get-started {
  background-color: #2e7ca1;
  padding: 30px 0;
  border-bottom: 2px solid #1c76a0;
  border-top: 2px solid #1c76a0;
}
.footer-get-started .sp strong {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}

/* .footer-get-started {
    background-color: #4CAF50;
    padding: 30px 0;
    border-bottom: 2px solid #0c9d4c;
    border-top: 2px solid #0c9d4c;
} */

a.get-started {
  background-color: #0e8cc3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  margin: 25px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  transition: ease-in 0.2s;
  box-shadow: 0px 0px 1px #0d83b7;
}
a.get-started:hover {
  background-color: #0c82d5;
  /* border-bottom: 2px solid #0E8CC6; */
}
.head30 {
  margin-top: 25px !important;
}
#footer {
  background-color: #1b1c1f;
}
.footer-parts {
  padding: 40px 0;
}
.footer-parts h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.heading-white {
  color: #fff;
}
.footer-parts .menu a {
  line-height: 28px;
  font-size: 18px;
}
.footer-parts a {
  color: #aaaaaa;
  font-size: 18px;
}
.footer-parts a:hover {
  color: #f67c0a;
}
.bottom-footer {
  border-top: 1px solid #4b4b4b;
  padding: 15px 0;
}
.footer-parts ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.copyright {
  color: #98a2a4;
}
.bottom-footer p {
  color: #9d9d9d;
  font-size: 12px;
  margin: 0;
  line-height: 22px;
}
.powered a {
  color: #ffc700;
}
body > p:last-child {
  display: none;
}

/*Go to Top*/

#back-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #25272a;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#back-to-top i {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 13px;
}

#back-to-top a {
  width: 40px;
  height: 40px;
  display: block;
  color: #c2cbcd;
}

#back-to-top.show {
  bottom: 20px;
}
.show {
  display: block !important;
}
#back-to-top:hover {
  background-color: #f67c0a;
}

#back-to-top:hover i {
  color: #fff;
}
.normalimg {
  margin: 0 auto;
  display: block;
}

button.togglebtn.btn {
  border-radius: 0;
  background: #0e8cc3;
  border: 1px solid #0e8c89;
  border-bottom: 2px solid #0e8c89;
  color: #fff;
  width: auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
button.togglebtn.btn.btn-active {
  color: #fff;
  background-color: #0e8cc3;
  border-color: #0e8c89;
}
button.togglebtn.btn:focus {
  outline: 0px;
}
.marginRight10 {
  margin-right: 10px;
}
.infoPrices {
  /*    font-weight: bold;*/
  font-size: 16px;
  margin-right: 10px;
  color: #0e8d44;
}

.domainInfo.alert.alert-info {
  margin-bottom: 0;
  border-radius: 0;
}
.domainInfo p {
  color: #444;
}
.popover-title {
  background: #0e8d44;
  color: #fff;
  border-radius: 0;
  font-weight: bold;
}
.popover {
  border-radius: 0;
}
.popoverCursor {
  cursor: pointer;
  display: list-item;
}
.popoverCursor:hover {
  color: #f67c0a;
}
.withoutFreeDomains,
.YearlyWithFreeDomains,
.yearlywithoutfreedomainsLi,
.YearlyWithoutFreeDomains {
  display: none;
}

.panel-default > .panel-heading,
.panel-success > .panel-heading {
  color: #fff;
  border-color: #ddd;
  background: #0e8cc3;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-bottom: 2px solid #0e8c89;
}
.panel-title a,
.panel-title a:active,
.panel-title a:visited,
.panel-title a:hover {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.panel-group .panel {
  box-shadow: 0 0 5px rgba(171, 163, 163, 0.4);
}
.glyphicon-ok {
  color: #0e8d44;
  font-weight: bold;
}
.panel-body .glyphicon-remove {
  color: #ff0000;
  font-weight: bold;
}
.fontGreen {
  color: #0e8d44;
}
.whmyearly,
.vpsyearly,
.serveryearly {
  display: none;
}
.description p {
  color: #333;
}
.description ul {
  margin-left: 15px;
}

.description li {
  list-style-type: circle;
}

.tooltip-wrapper {
  display: inline-block; /* display: block works as well */
}

.tooltip-wrapper .btn[disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}
.yellow-tooltip + .tooltip.top .tooltip-arrow {
  border-top-color: #f67c0a;
}
.yellow-tooltip + .tooltip.top .tooltip-inner {
  background: #f67c0a;
}
.yellow-tooltip + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f67c0a;
}
.yellow-tooltip + .tooltip.bottom .tooltip-inner {
  background: #f67c0a;
}
.green-tooltip + .tooltip.top .tooltip-arrow {
  border-top-color: #0e8d44;
}
.green-tooltip + .tooltip.right .tooltip-arrow {
  border-right-color: #0e8d44;
}
.green-tooltip + .tooltip.top .tooltip-inner,
.green-tooltip + .tooltip.right .tooltip-inner {
  background: #0e8d44;
}
.tooltip.in {
  opacity: 0.97;
}
.offerInfo h2 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.section-wrap.offerInfo {
  padding: 15px 0;
}
.offerInfo:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  background: #0e6f39;
}
.offerInfo {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
  background: #f67c0a;
  display: inline-block;
  color: #fff;
  border-top: 1px solid #0e6f39;
  border-bottom: 1px solid #0e6f39;
  margin-top: 5px;
  margin-bottom: 20px;
}
i.tooltipOnRequest {
  font-size: 12px;
}
span.discount {
  width: 100%;
  font-size: 15px;
  color: #0e8e44;
  text-align: center;
  display: none;
  cursor: pointer;
}
.serverDetails .featureIcon > i {
  font-size: 45px;
}
.dedicated-servers {
  margin-top: 10px;
}
.serverDetails .featureItem.left,
.serverDetails .featureItem.right,
.serverDetails .featureItem.bottomleft,
.serverDetails .featureItem.bottomright {
  padding: 40px 0 40px 0;
}
.serverDetails .listInfo h3 {
  font-size: 25px;
}
.serverDetails .listInfo h3 {
  margin-top: 0;
}
.dedicated-servers {
  margin-top: 10px;
}
.section-wrap.serverTechnicalInfo {
  padding-top: 0px;
}
section.section-wrap.blankBorder {
  padding: 0;
  margin: 0;
  border: 2px solid #0e8d44;
}

.map {
  position: relative;
  overflow: hidden;
  background-color: #eee;
}
.map .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 250px;
  top: 250px;
  margin-top: -250px;
}
.map .map-top {
  top: 0px;
  left: 0;
  right: 0;
  height: 10px;
  -moz-box-shadow: inset 0 20px 20px -20px #000;
  -webkit-box-shadow: inset 0 20px 20px -20px #000;
  box-shadow: inset 0 20px 20px -20px #000;
}
.map .map-bottom {
  bottom: 0px;
  left: 0;
  right: 0;
  height: 10px;
  -moz-box-shadow: inset 0 -20px 20px -20px #000;
  -webkit-box-shadow: inset 0 -20px 20px -20px #000;
  box-shadow: inset 0 -20px 20px -20px #000;
}
.section-wrap.contactus {
  padding: 0;
}
.contactInfo p,
.transferInfo p,
.termsInfo p,
.cancelationInfo p,
.refundInfo p,
.privacyInfo p,
.paymentsInfo p {
  color: #333;
  margin-bottom: 0;
}
.contactInfo ul li,
.transferInfo ul li,
.termsInfo ul li,
.cancelationInfo ul li,
.refundInfo ul li,
.privacyInfo ul li,
.paymentsInfo ul li {
  list-style-type: circle;
  line-height: 25px;
  font-size: 16px;
}
.termsInfo ul.lowerAlfa li {
  list-style-type: lower-alpha;
}
.contactInfo ul,
.transferInfo ul,
.termsInfo ul,
.cancelationInfo ul,
.refundInfo ul,
.privacyInfo ul,
.paymentsInfo ul {
  margin-left: 20px;
  margin-top: 10px;
}
.contactInfo a:active,
.contactInfo a:visited,
.contactInfo a:link,
.transferInfo a:active,
.transferInfo a:visited,
.transferInfo a:link {
  color: #333;
}
.contactInfo a:hover,
.transferInfo a:hover {
  color: #f67c0a;
  text-decoration: underline;
}
.termsInfo h2,
.cancelationInfo h2,
.refundInfo h2,
.privacyInfo h2 {
  font-size: 20px;
}
.section-wrap.title {
  background: #333333;
  color: #ffffff;
  border-bottom: 2px solid #0e6f39;
}
.section-wrap.title h2 {
  font-size: 35px;
}
.section-wrap.title p {
  font-size: 18px;
  font-style: italic;
}
.termsInfo .termsDiv {
  height: 300px;
  overflow-y: scroll;
  background: #e4ffef;
  border: 1px solid #0e6f39;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
.termsInfo .termsDiv p {
  text-align: justify;
}
ul.menu li {
  color: #aaaaaa;
  padding: 5px 0;
}
.center-row-container {
  display: table;
}
.center-row {
  text-align: center;
  margin-top: 20px;
}

.title h2.text-center:before,
.title h2.text-center:after {
  content: "\e044";
  position: relative;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 20px;
  top: 0;
}

a.btn.btn-download {
  background-color: #0e8d44;
  border-bottom: 3px solid #0e6f39;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin: 20px 20px 20px 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a.btn.btn-download:hover {
  background-color: #0a7b3c;
}
.termsInfo .panel.panel-default {
  font-size: 16px;
}
.serachTermsForm {
  height: 100%;
  line-height: 20px;
  padding: 5px;
  width: 30%;
  margin: 20px 10px;
}
.highlighted {
  background: #ffc040;
}

.btn.nextButton {
  background-color: #0e8d44;
  border-bottom: 3px solid #0e6f39;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin: 20px 20px 20px 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.btn.nextButton:hover,
.btn.nextButton[disabled]:hover {
  background-color: #0a7b3c;
  border-bottom: 3px solid #0e6f39;
}
.left-none {
  margin-left: 0;
  padding-left: 0;
}
.section-wrap.termsInfo,
.section-wrap.sectionPolicies,
.section-wrap.sectionTermsAction,
.section-wrap.refundInfo,
.section-wrap.cancelationInfo,
.section-wrap.privacyInfo,
.section-wrap.paymentsInfo {
  padding-bottom: 5px;
  padding-top: 5px;
}
.terms_policies_menu ul {
  list-style-type: circle;
  margin-left: 10px;
}
.terms_policies_menu ul li.active {
  color: #f67c0a;
}
.wrapper_content li#accountLink a:active,
.wrapper_content li#accountLink a:link,
.wrapper_content li#accountLink a:visited,
.wrapper_content li.logoutBtn.redBtn a:active,
.wrapper_content li.logoutBtn.redBtn a:link,
.wrapper_content li.logoutBtn.redBtn a:visited {
  color: #fff;
}
.wrapper_content li#accountLink:hover,
.wrapper_content li#accountLink a:hover,
.accountLinkPadding:hover,
.wrapper_content li.logoutBtn.redBtn a:hover {
  background: #e67b17;
  color: #fff;
}
.wrapper_content li#accountLink {
  background: #f67c0a;
  color: #fff;
}
.wrapper_content .accountLinkPadding {
  padding-left: 5px;
  padding-right: 5px;
}
li.logoutBtn.redBtn {
  background: #f67c0a;
  color: #fff;
  border-left: 1px solid #cc6b12;
}
li.logoutBtn.redBtn:hover {
  color: #fff;
}
.footer-get-started h2 {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .logo img {
    max-height: 45px;
    margin-left: 0px;
  }
  .footer-get-started h2 {
    font-weight: 300;
    font-size: 30px;
  }
  .footer-get-started .sp {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
  }
  .footer-get-started .sp strong {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 95%;
  }
  .logo img {
    max-height: 45px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  button.navbar-toggle {
    margin-top: 15px;
  }
  .service-item {
    margin: 0;
  }
  .toggleSwitch {
    display: block;
    margin-bottom: 15px;
  }
  .technicalInfo .featureItem.right,
  .technicalInfo .featureItem.bottomright {
    width: 100%;
    border-left: none;
  }
  .technicalInfo .featureItem.bottomleft {
    border-bottom: #dbdbdc 1px solid;
  }
  span.compareLink {
    margin-top: 20px;
  }
  .logo img {
    max-height: 45px;
    margin-left: 20px;
  }
  .topbar .top-menu {
    margin-right: 0px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-nav {
    display: none;
  }
  .navbar-collapse.collapse.in .nav.navbar-nav {
    display: inline-block;
  }
  .navbar-collapse.collapsing .nav.navbar-nav {
    display: inline-block;
  }
  .navbar-collapse.collapse li {
    display: block;
    width: 100%;
  }
  .navbar-header {
    width: 100%;
  }
  ul.nav.navbar-nav.navbar-right {
    width: 100%;
  }
  ul.nav.navbar-nav.navbar-right {
    height: 230px;
    overflow-y: scroll;
  }
  .navbar-header {
    border-bottom: 1px solid #efefef;
  }
  .navigation .container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header {
    padding-left: 10px;
  }
  ul.nav.navbar-nav.navbar-right {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  div#order-standard_cart .col-md-9,
  div#order-standard_cart .col-md-3 {
    width: 100%;
  }
  button.navbar-toggle {
    margin-top: 15px;
  }
  .toggleSwitch {
    margin-bottom: 45px;
  }
  .featureSoftwares .featureItem {
    height: auto;
    width: 100%;
  }
  .featureSoftwares .featureItem.right,
  .featureSoftwares.bottomright,
  .featureItem.bottomright {
    border-left: none;
  }
  .featureSoftwares .featureItem.bottomleft {
    border-bottom: #dbdbdc 1px solid;
  }
  .technicalInfo .featureItem {
    border: none;
    padding: 0px 0 0px 0;
  }
  .technicalInfo .featureItem.bottomleft {
    border: none;
  }
  .pull-right.marginRight10 {
    margin-right: 0;
  }

  .title h2.text-center:before,
  .title h2.text-center:after {
    content: "";
    position: relative;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    top: 0;
  }
}

html {
  scroll-behavior: smooth;
}

/* For signup */
.form-section {
  margin-top: 55px;
  padding: 50px 0px;
  background: #f9f9f9;
}
.form-element input[type="text"],
.form-element input[type="password"] {
  width: 100% !important;
  padding: 6px 10px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-element input[type="text"]:focus,
.form-element input[type="password"]:focus {
  background-color: transparent;
  outline: none;
  border-bottom: 2px solid #7b00ff;
}

.form-element button {
  background-color: #4caf50;
  color: white;
  padding: 6px 30px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 1px 4px #3f8017;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 148px;
  min-width: 148px;
}

.form-element .changePassword {
  background-color: #4caf50;
  color: white;
  padding: 6px 30px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 1px 4px #3f8017;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100% !important;
  max-width: inherit;
  min-width: auto;
}
.form-element .resendOtpBtn {
  background-color: orange;
  color: white;
  padding: 6px 30px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgb(230, 151, 5);
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 190px;
  min-width: 170px;
}

.form-element button:hover {
  opacity: 1;
}
/* OTP */
.form-element .confirm-button {
  background-color: #4caf50;
  color: white;
  padding: 6px 30px;
  margin: 8px 5px;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 1px 4px #3f8017;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 170px;
  min-width: 160px;
}
.form-element .confirm-button:hover {
  opacity: 0.8;
}
.form-element .resend-button {
  background-color: #ec9c08;
  color: white;
  padding: 6px 30px;
  margin: 8px 5px;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 1px 4px #c78509;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 170px;
  min-width: 160px;
}
.form-element .resend-button:hover {
  opacity: 0.8;
}

.error {
  color: #ff0000;
  font-size: 14px;
  text-align: center;
}
#show-hide-password {
  position: relative;
  top: 50px;
  right: 5px;
  float: right;
  cursor: pointer;
}
form.form-element {
  box-shadow: 0px 1px 2px #b7b8bb;
  border-radius: 3px;
  padding: 15px;
  background: #fff;
}
.content-body-section {
  margin-top: 55px;
  padding: 50px 0px;
  background: #f9f9f9;
}
.server-section {
  margin-top: 55px;
  padding: 50px 0px;
  background: #f9f9f9;
}
.newtricket-section {
  margin-top: 55px;
  padding: 50px 0px;
  background: #f9f9f9;
}
.profile-col-1 {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-right: -5px;
  margin-top: 10px;
}
.server-wrap {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-top: 10px;
}
.viewticket-wrap {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-top: 10px;
}
.server-warp {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-top: 10px;
}
.newtricket-col-1 {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-top: 10px;
}
.profile-col-2 {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-left: -5px;
  margin-top: 10px;
}
.profile-account-info {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px 15px 10px;
  margin: 10px 10px 10px 0px;
  display: flow-root;
}
.server-account-info {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px 15px 10px;
  margin: 10px 10px 0px 0px;
  display: flow-root;
}
.account-info-wrap {
  margin: 10px;
}
.account-info-wrap input[type="text"],
.account-info-wrap input[type="password"] {
  margin-bottom: 15px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.account-info-wrap input[type="text"]:focus,
.account-info-wrap input[type="password"]:focus {
  outline: 0;
  border-bottom: 2px solid rgb(123, 0, 255);
}
.account-info-wrap label {
  font-weight: normal;
}
.account-info-wrap input[type="text"]::placeholder,
.account-info-wrap input[type="password"]::placeholder {
  font-size: 12px;
}
.account-info-wrap button {
  background-color: #4caf50;
  color: white;
  padding: 6px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 1px 4px #3f8017;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.account-info-wrap button:hover {
  opacity: 1;
}
/* Empty h3 hide */
.profile-update-success:empty {
  display: none;
}
.profile-update-success {
  color: green;
  text-align: center;
  padding: 10px;
  display: table;
  margin: 0 auto;
  /* box-shadow: 1px 1px 2px #ccc; */
}
.login-status span {
  color: red;
  font-size: 16px;
}
.login-status {
  color: green;
  font-size: 16px;
  text-align: center;
}

/* For order form */
.order input[type="text"] {
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px 0px 0px 3px;
}
.order input[type="text"]#sign-password {
  width: 100% !important;
  border-radius: 3px 3px 3px 3px;
  border-right: 1px;
  border: 1px solid #ccc;
}
.order input[type="password"] {
  width: 100% !important;
  padding: 6px 10px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.order input[type="text"]:focus,
.order input[type="password"]:focus {
  background-color: transparent;
  outline: none;
  border-bottom: 2px solid #7b00ff;
}

.order button {
  background-color: #4caf50;
  color: white;
  padding: 6px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 40%;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 1px 4px #3f8017;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.order button:hover {
  opacity: 1;
}
form.order {
  box-shadow: 0 0 2px #95979d;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
}
form.check-domain {
  box-shadow: 0 0 2px #95979d;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
}
.check-domain button {
  background-color: #4caf50;
  color: white;
  padding: 6px 30px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 1px 4px #3f8017;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sub-domain {
  position: absolute;
  width: auto;
  border: 0;
  font-size: 16px;
  font-weight: bold;
}
.sub-domain:focus {
  outline: 0;
}
/* Hosting Feature */
.hosting-feature {
  background: #f9f9f9;
}
.feature-list {
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 1px #95979d;
  border-radius: 4px;
  padding: 40px 25px;
  background: #fff;
  overflow: hidden;
}
.middle-content {
  padding: 50px 0;
}
.faq-header {
  font-weight: bold;
  margin-bottom: 50px;
}
.faq-question {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #393939;
}
/* For new ticket */
.new-ticket-wrap button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 30%;
  opacity: 0.9;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 9px;
}
.new-ticket-wrap button:hover {
  opacity: 1;
}
.new-ticket-wrap {
  margin: 10px;
}
.new-ticket-wrap input[type="text"] {
  margin-bottom: 15px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.new-ticket-wrap input[type="text"]:focus {
  outline: 0;
  border-bottom: 2px solid rgb(123, 0, 255);
}
/* For support table */
table.support-table td,
table.support-table th {
  padding: 12px 10px;
}
table.support-table tr:nth-child(even) {
  background: #e9f5fa;
}
.support-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px 15px 10px;
  margin: 10px 10px 10px 0px;
  overflow: hidden;
}
.support-table-wrap a {
  color: green;
  font-weight: 400;
}
.server-table-wrap {
  overflow-x: auto;
}
.server-table-wrap a {
  color: green;
}
/* ViewTicket */
.support-msg-right {
  width: 100%;
  overflow: hidden;
}
.support-msg-wrap-right {
  width: 90%;
  float: right;
  text-align: left;
  background: #fdfdfd;
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.support-msg-name-right {
  /* width: auto; */
}
.support-msg-date-right {
  float: right;
}
.support-msg-text-right {
  /* width: auto; */
}
.support-msg-righ-who-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.support-msg-wrap-left {
  text-align: left;
  background: #fdfdfd;
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.view-ticket-subject {
  padding: 5px 0px;
  font-size: 1.5em;
  border-bottom: 1px double #7b00ff;
  margin-bottom: 20px;
  display: inline-block;
}
/* Support Replay */
td[data="Open"] {
  color: #0c960c;
}
/* New ticket link */
.new-ticket-link {
  float: right;
}
#support-ticket-close {
  float: right;
  width: 140px;
  background-color: #627362;
}
#support-ticket-close:focus {
  outline: 0;
}
.submit-ticket:focus {
  outline: 0;
}
#close-status {
  text-align: right;
  color: red;
}
#forget-button {
  padding: 6px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: inline-block;
}
#signup-button {
  padding: 6px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: inline-block;
  width: 148px;
  text-transform: uppercase;
}
#signup-button:hover {
  background: #4caf50;
  color: white;
  font-weight: bold;
}

.section-wrap.faq-feature p {
  margin-bottom: 35px;
}
/* Feature */
.host-feature-list li:before {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  background: #2e7ca1;
  background-size: 22px 22px;
  height: 24px;
  width: 24px;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  left: 0px;
  font-size: 12px;
  text-align: center;
}
.host-feature-list li {
  text-align: left;
  margin-left: 15px;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
}
.server-first-section {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.sever-domain-wrap {
  border-right: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow-wrap: break-word;
}
.sever-cpanel-wrap {
  padding-top: 10px;
}
.server-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px 15px 10px;
  margin: 10px 10px 0px 0px;
  overflow: hidden;
}
.server-highlight-text {
  font-size: 1.8em;
  font-weight: bold;
}
.domain-name {
  color: rgb(157, 157, 157);
  font-weight: bold;
}
.cpanel-username {
  color: rgb(157, 157, 157);
  font-weight: bold;
}
.auto-login {
  border: 1px solid #ccc;
  padding-bottom: 5px;
  border-radius: 3px;
  padding: 5px 10px;
  background: mediumseagreen;
  color: #fff;
}
.server-password-changed {
  border: 1px solid #ccc;
  padding-bottom: 5px;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  background: mediumseagreen;
  color: #fff;
}
.server-password-section {
  overflow: hidden;
  margin-bottom: 20px;
}
.server-password-section input[type="password"] {
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.server-password-section input[type="password"]:focus {
  background-color: transparent;
  outline: none;
  border-bottom: 2px solid #7b00ff;
}
.green-dot:before {
  content: "\25CF";
  width: 18px;
  height: 18px;
  color: green;
}
.orange-dot:before {
  content: "\25CF";
  width: 18px;
  height: 18px;
  color: orange;
}
.red-dot:before {
  content: "\25CF";
  width: 18px;
  height: 18px;
  color: red;
}
.db-conn-error {
  text-align: center;
  color: red;
}
.db-conn-error span {
  font-weight: bold;
}
.item-header {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}
.signupbtn:focus {
  outline: 0;
}
/* Domain and subdomain order */
/* .selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex;
} */
.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.selectgroup:not(.selectgroup-vertical)
  > .selectgroup-item:not(:first-child)
  .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.selectgroup-input:checked + .selectgroup-button {
  border-color: #467fcf;
  z-index: 1;
  color: #467fcf;
  background: #edf2fa;
}
.selectgroup-button {
  display: block;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-top-color: rgba(0, 40, 100, 0.12);
  border-right-color: rgba(0, 40, 100, 0.12);
  border-bottom-color: rgba(0, 40, 100, 0.12);
  border-left-color: rgba(0, 40, 100, 0.12);
  text-align: center;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #9aa0ac;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  min-width: 2.375rem;
}
.form-control.custom-select.selectized {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow-down.png") white no-repeat calc(100% - 10px) !important;
}
.card {
  box-shadow: 0 0 2px #95979d;
  border-radius: 4px;
  background: #fff;
}
.check-domain-left-row {
  margin-left: -15px !important;
}
.check-domain-right-row {
  margin-right: -15px !important;
}
.table-dns-status {
  width: 100%;
}
.table-dns-status td {
  padding: 10px;
}

.table-dns-status tr {
  border-top: 1px solid #eee;
}
.badge-danger {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #cd201f;
  border-radius: 3px;
}
.badge-success {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(9, 146, 9);
  border-radius: 3px;
}
.card-title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
