/* bootstrap-select v1.5.4
* http://silviomoreto.github.io/bootstrap-select/
*
* Copyright 2013 bootstrap-select
* Licensed under the MIT license
*/
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}

span.cart-product-icon span#titanmailindia-carticon, span.cart-product-icon span#titanmailglobal-carticon
{
    background: url("/ui/resellerdata/120000_149999/147142/supersite2/hostgator/themes/MinimalGreen-MyTheme/images/titanmail-cart-icon.png") no-repeat 0 0;
    height: 25px;
    margin: 10px 14px;
    width: 34px;
    display: block;
    background-size: 34px 25px;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not(
    [class*="form-control"]
  ):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select {
  width: 220px \0;
}

.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}

.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}

.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}

.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}

.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
  margin-bottom: 0;
}

.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}

blockquote {
  background-color: #f6f6f6;
  border: none;
  margin: 20px 10px;
  padding: 20px;
  position: relative;
}

blockquote:before,
blockquote:after {
  background-image: url("/ui/resellerdata/120000_149999/147142/supersite2/hostgator/themes/MinimalGreen-MyTheme/images/block-quote.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 26px;
  position: absolute;
  width: 38px;
}

blockquote:before {
  left: -6px;
  top: -8px;
}

blockquote:after {
  right: -6px;
  bottom: -8px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

blockquote p {
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

cite {
  color: #333333;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.image-caption {
  background-color: #f6f6f6;
  padding: 10px;
}

.image-caption p {
  background-color: #fbfbfb;
  padding: 10px;
  margin: 0;
}

#photo-gallery_main {
  margin-bottom: 10px;
}

.carousel-inner .col-xs-6,
.carousel-inner .col-sm-3,
.carousel-inner .col-md-3,
.carousel-inner .col-lg-3 {
  padding: 0 8px;
}

.carousel-inner .thumbnail {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}

.carousel-control.left {
  background: #e1e1e1;
  width: 30px;
}

.carousel-control.right {
  background: #e1e1e1;
  width: 30px;
  right: -10.6%;
}

.carousel-control .glyphicon-chevron-right {
  color: #b4b4b4;
  font-size: 20px;
  text-shadow: none;
  right: 5px;
}

.carousel-control.left {
  left: -10.6%;
}

.carousel-control .glyphicon-chevron-left {
  color: #b4b4b4;
  font-size: 20px;
  text-shadow: none;
  left: 5px;
}
/*Thank you page css*/
.hg-thankyou-hero {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f8fc;
}
.postOrder_Success.complete-payment-note {
  padding: 0px;
}
.hg-email-customer,
.hg-ty-title {
  font-weight: 800;
}
.hg-thanku-page {
  background-color: #fff;
}
.complete-payment-note h2.hg-lbl-next,
.hg-thankyou-hero h1 {
  color: #0171bc;
}
.hg-ty-title {
  font-size: 22px;
  margin-bottom: 5px;
}
.hg-ty-text,
.hg-ty-link {
  font-size: 14px;
}
.hg-ty-img {
  margin-bottom: 20px;
}
h2.hg-lbl-next {
  margin: 45px 0px;
}
.hg-spcl-offer-cont {
  background-color: #f0f8fc;
  padding-bottom: 30px;
}
.hg-call,
.hg-need {
  color: #fff;
  display: inline-block;
}
.hg-need {
  margin-right: 10px;
}
.hg-offer-title {
  text-align: left;
  font-weight: 800;
  font-size: 22px;
}
ul.hg-offer-ul li:before {
  background-color: #d75f00;
  border: 1px solid #815627;
  border-radius: 10px;
  content: "";
  display: inline-block;
  padding: 3px;
  margin-right: 6px;
  vertical-align: middle;
}
.hg-border-offer {
  border: 1px solid #ddd;
  padding: 16px;
  background-color: #fff;
}
.selected-plan.selected-plan-label {
  background-color: #e0e0e0;
  padding: 9px 0px;
  font-size: 24px;
  color: #999;
  margin-left: auto;
  margin-right: auto;
}
.btn.btn-primary.hg-btn-switch,
.selected-plan.selected-plan-label {
  width: 240px;
}
ul.list-unstyled.hg-offer-ul {
  margin-top: 15px;
}
ul.list-unstyled.hg-offer-ul li {
  margin-bottom: 10px;
}
.hg-ty-btn .btn-primary {
  background-color: #106dca;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
}
.hg-offer-footer {
  overflow: auto;
}
.hg-ty-sl {
  float: left;
}
.hg-ty-btn {
  float: right;
}
.hg-sl-price {
  color: #d75f00;
  font-weight: 800;
  font-size: 25px;
}
.hg-next-container {
  margin-bottom: 30px;
}
h1.no-domain-heading.hg-no-domain-heading.text-left {
  margin-top: 13%;
}
.wide_modal.modal_content.hg_modal_content {
  position: absolute;
  z-index: 999999;
  background-color: #fff;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -80px;
  text-align: center;
  padding: 15px;
  max-width: 500px;
}

/*End Thank you page css*/
/*Upgrade-downgrade css*/
.hg-upgrade-plans {
  display: inline-block;
}
span.ui-button-3-wrapper.hg-yes-btn {
  background-color: #ffcb08;
  border: 1px solid #815627;
  box-shadow: 0 3px 0 #815627, 0 6px 4px -2px rgba(0, 0, 0, 0.3);
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding: 8px 32px;
}
span.ui-button-3-wrapper.hg-yes-btn a,
span.ui-button-3-wrapper.hg-yes-btn a:focus,
span.ui-button-3-wrapper.hg-yes-btn a:hover {
  color: #333;
}
p.modal-box-h1.hg-confirm-continue {
  color: #333;
  font-weight: 800;
  font-size: 22px;
}
.hg-confirm-cancel {
  position: absolute;
  right: 7px;
  top: 0px;
}
.hg-price-upgrade {
  border: 1px solid #ddd;
  width: 150px;
  height: 80px;
  cursor: pointer;
  display: inline-block;
  padding: 16px 0px;
  text-align: center;
  font-weight: 800;
  margin-right: 10px;
  margin-bottom: 15px;
}
.hg-time {
  font-weight: normal;
}
.hg-upgrade1 {
  width: 65%;
  float: left;
}
.hg-upgrade2 {
  width: 35%;
  float: left;
}
.hg-price-upgrade.selected {
  background: #0171bc;
  color: #fff;
}
.hg-step2 {
  color: #0171bc;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
}
.hg-step1-lbl {
  color: #333;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
  float: left;
}
.hg-step1-lbl .fa-check {
  margin-left: -27px;
  position: absolute;
  z-index: 999999999999999;
  margin-top: 4px;
}
.hg-plan-names {
  color: #d05b00;
}
.hg-border-upgrade {
  border-bottom: 1px solid #efefef;
  margin: 15px 0px;
  width: 95%;
}
.new-planblurb.hg-mdh-new-planblurb {
  width: 100%;
  background-color: transparent;
  border: 0px;
  text-align: left;
}
.arrow-planchange.hg-arrow-planchange {
  display: none;
}
.new-planblurb.hg-mdh-new-planblurb .plan-header {
  background: #0171bc;
  color: #fff;
  padding-top: 12px;
}
.hg-expiry_date {
  display: inline-block;
}
.hg-expiry-date {
  font-weight: normal;
  margin-top: -26px;
  text-align: left;
}
.hg-lbl-dur,
.hg-lbl-per {
  display: inline-block;
}
.hg-default-dur {
  /*margin-top: 45px;*/
  margin-bottom: 10px;
}
.old-price.hg-old-price {
  text-decoration: none;
  float: right;
}
.hg-lbl-grand,
.new-price.hg-new-price,
.hg-lbl-sub,
.hg-lbl-bal-cred,
.hg-creds-no,
.display-duration {
  display: inline-block;
}
.new-price.hg-new-price,
.hg-creds-no {
  float: right;
}
.hg-lbl-sub,
.hg-lbl-bal-cred,
.hg-lbl-dur {
  font-weight: 800;
  font-size: 16px;
}
.hg-creds-no,
.old-price.hg-old-price,
.display-duration {
  font-weight: normal;
  font-size: 16px;
}
.hg-balnce-no {
  margin-top: 10px;
}
.hg-bal-para {
  font-size: 13px;
  font-weight: normal;
}
.hg-lbl-grand {
  font-size: 18px;
  font-weight: 800;
}
.new-price.hg-new-price {
  font-size: 18px;
  font-weight: 800;
  color: #d05b00;
}
.row-wrapper.hg-row-wrapper-mdh {
  padding-bottom: 0px;
}
.plan-details-blurb.hg-plan-details-blurb {
  background-color: #fff;
  border: 1px solid #efefef;
  border-top: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
.hg-plan-border {
  background: #dfe0d0;
  overflow: hidden;
  height: 1px;
  margin: 10px 0px;
}
.btn-primary.hg-mdh-checkout {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hg-mdh-container {
  margin-bottom: 30px;
}
.hg-plan-details-blurb select#plan_duration {
  visibility: hidden;
}
.hg-mdh-content-wrap #cart_link {
  display: none;
}
/*---------*/
/*Upgrade step1*/
.plan-table-grid.hg-mdh-table .th-header th.selected-plan {
  background: #0171bc;
  border-color: transparent;
}
.plan-table-grid.hg-mdh-table .th-header th {
  border-radius: 5px;
  border-color: transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 25px;
}
.plan-table-grid .th-header th:nth-child(2),
.plan-table-grid.hg-mdh-table .table-body td:nth-child(2),
.plan-table-grid.hg-mdh-table .table-footer td:nth-child(2) {
  position: relative;
  right: 15px;
}
.plan-table-grid.hg-mdh-table td.selected-plan,
.plan-table-grid.hg-mdh-table td {
  border-left: 1px solid #d4d4d4;
  border-bottom: 0px;
  background: #f8f8f8;
}
#mdh_plans {
  width: 72%;
  margin-left: 1.5%;
  display: block;
}
#zeroValueCart {
  margin-left: 15px;
}
#pay_zero_value_button {
  background-color: #ffcb08;
  border: 1px solid #815627;
  box-shadow: 0 3px 0 #815627, 0 6px 4px -2px rgba(0, 0, 0, 0.3);
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 8px 8px;
}
span.hg-tag-color,
.hg-green {
  color: #d75f00;
}
.plan-table-grid.hg-mdh-table td.selected-plan-label {
  color: #999;
  font-size: 24px;
  border-bottom: 1px solid #d4d4d4;
}
h3.hg-credit-bal {
  font-size: 18px;
  text-align: center;
  color: #333;
  font-weight: normal;
}
.info-blurb.hg-info-blurb.acenter {
  background: transparent;
  border: 0px;
  /* margin-bottom: 0px; */
}
.plan-table-grid.hg-mdh-table .table-body td {
  border-bottom: 0px;
}
h1.text-center.hg-mdh-title {
  margin-bottom: 0px;
}
.hg-mdh-table .table-body td:before {
  background-color: #ffcb08;
  bottom: 1px;
  content: "";
  border: 1px solid #815627;
  border-radius: 10px;
  display: inline-block;
  padding: 3px;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}
.plan-table-grid.hg-mdh-table .table-body td {
  text-align: left;
  padding-left: 30px;
}
.hg-td-footer {
  margin-bottom: 15px;
}
.hg-no-of-domains {
  padding-top: 15px !important;
}
.acenter.hg-acenter {
  float: right;
  margin-right: 30px;
}
.hg-edit-firststep {
  overflow: auto;
}
@font-face {
  font-family: "WebRupee";
  src: url("/ui/hostgator/themes/MinimalGreen/images/WebRupee.V2.0.eot");
  src: local("WebRupee"),
    url("/ui/hostgator/themes/MinimalGreen/images/WebRupee.V2.0.ttf")
      format("truetype"),
    url("/ui/hostgator/themes/MinimalGreen/images/WebRupee.V2.0.woff")
      format("woff"),
    url("/ui/hostgator/themes/MinimalGreen/images/WebRupee.V2.0.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.WebRupee {
  font-family: "WebRupee" !important;
}
/*505 error css*/
.row-wrapper.e505 {
  padding-bottom: 0px;
}
.hg-btn-error {
  margin-top: 35px;
}
.hg-btn-error a.btn.btn-primary.btn-lg {
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
  font-size: 22px;
  padding: 10px 26px;
}
.hg-error-msg {
  margin-top: 5%;
}
li.hg-trip-title {
  background-color: #ecf7fe !important;
  padding: 10px;
  color: #f15922;
  font-weight: 700;
}

/*------*/
.hg-password-msgz ul {
  padding-left: 15px;
}
ul.passwordpolicy-required li {
  display: inline-block;
  font-size: 12px;
}
ul.passwordpolicy-required li.invalid {
  color: #f00;
}
ul.passwordpolicy-required li.valid {
  color: #43841e;
}

/* ========== HG REVAMP 2019 ========== */

.IN .logo {
  background-image: url(/ui/hostgator/themes/MinimalGreen/images/hg-logo-default.svg);
}

.IN .hg-login-cont2 img,
.IN .hg-login-cont1 img {
  height: 74px;
  width: 339px;
}
.IN .hostgator-logo img {
  height: 74px;
  width: 339px;
}
.quick-contact {
  float: left;
  display: inline-block;
  color: #fff;
  margin-left: 15px;
}
.quick-contact a {
  color: #fff !important;
}
.quick-nav-links {
  float: left;
  display: inline-block;
}
/* ========== /HG REVAMP 2019 ========== */
@media (max-width: 768px) {
  .hg-upgrade1,
  .hg-upgrade2 {
    width: 100%;
  }
  .hg-select-tenure-wrap,
  .hg-step1-lbl .fa-check {
    display: none;
  }
  .hg-expiry-date {
    margin-top: 0px;
  }
  .hg-plan-details-blurb select#plan_duration {
    visibility: visible;
  }
}

/*End Upgrade-downgrade css*/
@media (min-width: 768px) {
  .carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
    right: 0;
  }

  .carousel-control .glyphicon-chevron-left {
    margin-left: -13px;
    margin-top: -10px;
    left: 40%;
  }

  .row.gallery {
    margin-left: -17px;
    margin-right: -17px;
  }
  .hg-india header.header-large .navbar-default .navbar-nav > li > a {
    padding: 18px 24px;
  }
}
body {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-size: 22px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 {
  color: #005793;
}

h1.lead {
  font-size: 24px;
  font-weight: 200;
}

h2 {
  color: #0171bc;
}

h3 {
  color: #0171bc;
}

h4 {
  color: #0171bc;
}

h5 {
  color: #0070bb;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

p,
ol,
ul,
li {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

a {
  cursor: pointer;
}

p:last-child {
  /*padding-bottom: 0*/
}

.dataTable .row {
  padding: 10px 0;
}

p + .btn,
p + button,
p + form,
p + ul,
p + ol {
  margin-top: 20px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 34px;
  }

  h2,
  .hg-lbl-faq {
    font-size: 26px;
  }

  h4 {
    font-size: 18px;
  }

  p.two-up_half {
    margin-bottom: 0;
  }
  .row-wrapper.footer-cta h1.lead.hg-need,
  .row-wrapper.footer-cta div.lead {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 34px;
  }

  h2,
  .hg-lbl-faq {
    font-size: 30px;
  }

  h2.main {
    font-size: 50px;
  }

  h4 {
    font-size: 18px;
  }

  .row-wrapper.hero h2 {
    text-align: left;
  }

  .row-wrapper.hero h2.lead,
  p.lead,
  .row-wrapper.hero div.lead.lead-hero {
    font-size: 32px;
    margin-top: 0;
    text-align: left;
  }

  .row-wrapper.hero ul li {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 34px;
  }

  h2,
  .hg-lbl-faq {
    font-size: 34px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 26px;
  }
  .row-wrapper.footer-cta h1.lead.hg-need,
  .row-wrapper.footer-cta div.lead {
    margin-top: 5px;
  }
  h2.lead.hg-call {
    font-size: 28px;
  }
  h2.lead.hg-call {
    margin-bottom: 0px;
    margin-top: 5px;
  }
}

.row-wrapper.top-bar {
  background-color: #a4d0ed;
  background-image: none;
  background-position: top left;
  background-repeat: repeat-x;
  padding: 10px 0;
}
.row-wrapper.top-bar ul.list-inline {
  margin: 0;
}

.row-wrapper.top-bar ul.list-inline li {
  color: #005893;
  *display: inline;
  font-size: 14px;
  font-weight: 200;
  padding: 0;
  zoom: 1;
}

.row-wrapper.top-bar ul.list-inline li.register {
  padding-right: 20px;
}

.row-wrapper.top-bar ul.list-inline a {
  color: #005893;
  font-weight: 400;
  text-decoration: underline;
}

.row-wrapper.top-bar ul.list-inline span.chat,
.row-wrapper.top-bar ul.list-inline span.cart {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/icon_chat_tiny.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  *display: inline;
  height: 13px;
  left: -4px;
  margin: 0 1px 0 5px;
  position: relative;
  top: 2px;
  width: 18px;
  zoom: 1;
}

.row-wrapper.top-bar ul.list-inline span.cart {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/icon_cart_tiny.png");
}

header {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    0 4px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 4;
}

nav.affix + .nav-spacer {
  height: 69px;
}

nav #mobile-support-wrapper ul {
  background-color: #005793;
  position: absolute;
  left: 0;
  right: 0;
}

nav #mobile-support-wrapper ul li {
  border-right: 1px solid #0171bc;
  width: 49%;
  padding: 15px;
}

nav #mobile-support-wrapper ul li a {
  color: #fff;
}

nav #mobile-support-wrapper ul li.need-help:before {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/icon_phone_white.png");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  height: 40px;
  float: left;
  width: 40px;
  vertical-align: middle;
}

nav #mobile-support-wrapper ul li:last-child {
  border-right: none;
}

nav.affix {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    0 4px 0 rgba(0, 0, 0, 0.05);
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 99;
}

nav.navbar {
  background-color: #eff4f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 14px 10px 0;
  margin-bottom: 0;
}

nav.navbar .navbar-nav {
  margin-bottom: 21px;
}

.logo {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy-logo-default.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  width: 170px;
}

nav .navbar-brand {
  padding: 10px;
}

nav .navbar-nav > li > .dropdown-menu {
  border-top: none;
  border-radius: 0;
  left: 0;
  margin: 0;
  padding: 0;
  right: inherit;
}

nav .navbar-nav > li > .dropdown-menu li a {
  color: #fff;
  display: block;
  font-weight: 200;
  padding: 12px 50px 12px 12px;
}

nav .navbar-nav > li > .dropdown-menu li a:hover {
  background-color: #005793;
}

nav .navbar-nav > li > .dropdown-menu li:last-child {
  border-bottom: none;
}

nav span.glyphicon-chevron-down {
  font-size: 8px;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
  max-height: inherit;
}

.nav-sm {
  max-height: 56px;
}

.nav-sm .container {
  /*padding-top: 10px;
	padding-bottom: 10px;*/
}

.nav-sm .container .row {
  padding: 10px 0;
}

.nav-sm .col-xs-3:first-child {
  text-align: left;
}

.nav-sm .col-xs-3:last-child {
  text-align: right;
}

.navbar-slide-toggle .icon-bar {
  background-color: #0171bc;
  height: 4px;
  width: 30px;
  display: block;
  border-radius: 1px;
}

.navbar-slide-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.nav-sm .navbar-toggle,
.nav-sm .navbar-slide-toggle {
  padding: 5px;
  background-color: transparent;
  border: none;
  margin: 0;
  float: none;
}

.nav-sm .cart i {
  margin-top: 2px;
  font-size: 28px;
}

.nav-sm .navbar-toggle .glyphicon {
  color: #0171bc;
  font-size: 24px;
}

.navbar-toggle .icon-bar {
  background-color: #0171bc;
  height: 4px;
  width: 30px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #005793;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a.dropdown-toggle {
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a.dropdown-toggle:active,
.navbar-default .navbar-nav > li > a.dropdown-toggle:focus {
  color: #005793;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #005793;
  text-decoration: underline;
}

.navbar-default .navbar-nav .open .dropdown-menu > li {
  padding: 6px 0 6px 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #0171bc;
  text-decoration: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #0171bc;
  text-decoration: underline;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #005793;
  background-color: transparent;
}

.mobile-nav-container {
  background-color: #eff4f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    0 4px 0 rgba(0, 0, 0, 0.05);
  padding: 14px 10px;
  position: relative;
}

.mobile-menu {
  background-color: transparent;
  border: none;
}

.mobile-menu .icon-bar {
  background-color: #005793;
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 1px;
}

.mobile-menu .icon-bar + .icon-bar {
  margin-top: 6px;
}

a.mobile_navigation_support {
  background-color: #0a4880;
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy_phone_small.jpg");
  background-position: 180px 0;
  background-repeat: no-repeat;
  display: block;
  text-align: left;
}

a.mobile_navigation_support:hover {
  text-decoration: none !important;
}

a.mobile_navigation_support h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 0 0 30px;
}

a.mobile_navigation_support h4 {
  color: #ffcb08;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 5px 0 10px 30px;
}

.mobile-menu:focus {
  outline: none;
}

h1.menu-header {
  color: #005793;
  background-color: #eff4f9;
  border: 1px solid #6f98bd;
  border-right: none;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0;
  padding: 21px 0 21px 21px;
  position: relative;
  text-align: left;
}

h1.menu-header span {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/mobile_nav-sprite.png");
  background-repeat: no-repeat;
  bottom: 0;
  border-left: 1px solid #6f98bd;
  border-right: 1px solid #6f98bd;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

h1.menu-header span a {
  display: block;
  height: 100%;
}

h1.menu-header span#customer-portal_mobile {
  background-position: -20px 19px;
  border: 0;
}

h1.menu-header span#call-support_mobile {
  background-position: 20px 19px;
  right: 60px;
}

h1.menu-header span:hover {
  background-color: #fafafa;
}

.sign-in_container {
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  position: fixed;
}

.sign-in_container .btn-default {
  display: block;
  font-size: 18px;
  margin: 16px;
}
.hg-lbl-faq {
  color: #0171bc;
  font-weight: 700;
}
.hg-footer-btn .btn-primary.btn-primary-new {
  padding: 10px 20px;
  font-size: 18px;
}
@media (min-width: 768px) {
  nav .navbar-nav > li > .dropdown-menu {
    background-color: #0171bc;
  }

  nav .navbar-nav > li > .dropdown-menu a:hover {
    background-color: #005793;
  }

  nav .navbar-nav > li > .dropdown-menu li a {
    padding: 18px 50px 18px 12px;
  }

  nav.navbar .navbar-nav {
    margin-bottom: 0;
  }

  nav.navbar .navbar-nav a.dropdown-toggle:active {
    color: #666;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:active,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  .navbar-default .navbar-nav > li.dropdown a {
    padding-bottom: 18px;
  }

  .navbar-default .navbar-nav > li.dropdown.open {
    background-color: #0171bc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .navbar-default .navbar-nav > li.dropdown.open a {
    color: #fff;
  }

  .navbar-default .navbar-nav > li.dropdown.open a:hover {
    color: #fff;
  }

  .navbar-default .navbar-nav > li > a {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
  }

  .navbar-default .navbar-nav > li > a:hover {
    color: #666;
    text-decoration: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu {
    border: 1px solid #005793;
    border-top: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-bottom: 1px solid #005793;
    padding: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li:last-child {
    border-bottom: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-decoration: none;
  }

  .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    outline: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:active,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #005793;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 992px) {
  .logo {
    background-size: contain;
  }
}

@media (min-width: 992px) {
  nav.affix {
    position: relative;
  }

  nav.affix + .nav-spacer {
    height: 0;
  }

  .logo {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy-logo-default.png");
    height: 74px;
    width: 339px;
  }

  nav .navbar-nav {
    margin-top: 25px;
  }

  nav .navbar-nav > li > .dropdown-menu li {
    background-color: #0171bc;
  }

  .navbar-default .navbar-nav > li > a.dropdown-toggle {
    padding-bottom: 24px;
  }
}

input,
button,
a {
  outline: none;
}

.btn-primary {
  background-color: #ffcb08;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.5px;
  padding: 8px 32px;
  border: 0px;
  border-radius: 3px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #ffd43d;
  color: #333;
  border: 0px;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
  background-color: #bbbbbb;
}

.btn-primary.btn-lg {
  padding: 17px 40px;
}

.btn.btn-primary:active,
.btn.btn-default:active {
  box-shadow: none;
}

.mobile-block {
  display: block;
}

button.btn-small {
  font-size: 18px;
  padding: 8px 16px;
}

.row-wrapper.hero .btn-primary.btn-lg {
  font-size: 24px;
  padding: 10px 24px;
  margin: 20px 0;
}

.btn-default {
  background-color: #d05b00;
  border: 1px solid #a43100;
  box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  /*font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;*/
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.5px;
  padding: 12px 32px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #e46000;
  border: 1px solid #a43100;
  color: #fff;
}

.btn-info {
  background-color: #ffffff !important;
  border: 1px solid #0060a0;
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.3);
  color: #0070bb;
  font-size: 24px;
  font-weight: 800;
}

.btn-info:hover {
  border: 1px solid #0070bb;
  background-color: #fafafa;
  color: #0070bb;
}

.btn-group-big .btn {
  margin-bottom: 0.5em;
}

.btn-info {
  background-color: #fbfbfb;
  border: 1px solid #999999;
  box-shadow: 0 3px 0 #989898, 0 6px 4px -2px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 200;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #fff;
  border-color: #999999;
  color: #666;
}

.btn-info + .dropdown-menu {
  margin-top: -3px;
}

.open .dropdown-toggle.btn-info {
  background-color: #fff;
  border-color: #999999;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px 0 #989898, 0 6px 4px -2px rgba(0, 0, 0, 0.3);
  color: #666;
}

.open .dropdown-toggle.btn-info + .dropdown-menu {
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: -3px;
}

.open .dropdown-toggle.btn-info + .dropdown-menu > li {
  padding: 0;
}

.open .dropdown-toggle.btn-info + .dropdown-menu > li:hover {
  background-color: #e9f1f8;
}

.open .dropdown-toggle.btn-info + .dropdown-menu > li > a {
  padding: 8px 5px 8px 5px;
}

.open .dropdown-toggle.btn-info + .dropdown-menu > li > a.hosting-term span {
  color: #d05b00;
  font-weight: 700;
}

.open .dropdown-toggle.btn-info + .dropdown-menu > li > a:hover {
  background-color: #e9f1f8;
}

.btn-group .selected-term {
  display: inline;
  color: #333;
}

.btn-group .selected-term .term-price {
  font-weight: 700;
}
.btn-group .selected-term .term-description,
.btn-group .selected-term .term-price {
  color: #0171bc;
}
.btn-group .selected-term .term-length {
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
}

.btn-group .term-description {
  color: #333;
  font-weight: 700;
  margin-left: -5px;
}

.btn-group span.caret {
  position: relative;
  top: 9px;
}

.btn-group .dropdown-menu li {
  cursor: pointer;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

@-moz-document url-prefix() {
  .btn-group span.caret {
    top: -9px;
  }
}

button.selectpicker {
  padding: 16px;
}

@media (min-width: 768px) {
  .mobile-block {
    display: inline-block;
  }
}

.row-wrapper {
  padding: 30px 0;
  background-color: #fff;
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/thin-grey-border.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.row-wrapper.no-padding {
  padding: 0;
}

.row-wrapper.no-padding_bottom {
  padding: 30px 0 0;
}

.row-wrapper.no-padding_bottom img {
  margin: 0 auto;
}

.row-wrapper.no-padding_top {
  padding: 0 0 30px;
}

.row-wrapper.one-liner h1,
.row-wrapper.one-liner h2,
.row-wrapper.one-liner h3,
.row-wrapper.one-liner h4,
.row-wrapper.one-liner ol,
.row-wrapper.one-liner ul,
.row-wrapper.one-liner p {
  margin: 0;
}

.row-wrapper.one-liner h1 {
  font-size: 30px;
}

.row-wrapper.quick-nav {
  padding: 18px 0;
}

.row-wrapper.quick-nav.blue ul.quick-links li.link-to-top {
  margin-right: 12px;
}

.row-wrapper.quick-nav.blue ul.quick-links li.link-to-top a {
  display: inherit;
  margin-right: 0;
}

.row-wrapper.quick-nav.blue ul.quick-links li.link-to-top a:hover {
  border-bottom: none;
}

.row-wrapper.quick-nav .non-sticky_nav-links .nav > li {
  display: inline-block;
}

.row-wrapper.quick-nav .non-sticky_nav-links .nav > li.link-to-top a {
  border-bottom: none !important;
}

.row-wrapper.quick-nav .non-sticky_nav-links .nav > li a {
  display: inline;
  padding: 0;
}

.row-wrapper.quick-nav .non-sticky_nav-links .nav > li a:hover,
.row-wrapper.quick-nav .non-sticky_nav-links .nav > li a:active,
.row-wrapper.quick-nav .non-sticky_nav-links .nav > li a:focus {
  background-color: transparent;
}

.anchor-link_tag.mobile {
  position: relative;
  top: -167px;
}

.row-wrapper.network img {
  margin: 0 auto;
}

.row-wrapper.video {
  padding: 0;
}

.row-wrapper.video p {
  margin: 0 20px 30px;
}

.row-wrapper.video h2,
h3.text-center.hg-hosting-commpatible {
  margin: 30px 20px 10px;
}

.row-wrapper.video .container-fluid {
  padding: 0;
}

.row-wrapper.video .col-xs-12.video,
.row-wrapper.video .col-md-6.video {
  padding-left: 0;
  padding-right: 0;
}

.row-wrapper.video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.row-wrapper.video .video-wrapper.video-wrapper-apps {
  padding-bottom: 0px;
  padding-top: 0px;
  height: auto;
}
.row-wrapper.video .embeded-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 992px) and (min-device-width: 320px) {
  .row-wrapper.blue ul.quick-links li {
    width: inherit;
  }
}

@media (min-width: 992px) {
  .row-wrapper.video .text-wrapper {
    padding-left: 20px;
    padding-top: 11%;
    padding-right: 65px;
  }
  .row-wrapper.video .joomla-video .text-wrapper,
  .row-wrapper.video .drupal-video .text-wrapper {
    padding-top: 0%;
  }
  .row-wrapper.one-liner h1 {
    font-size: 34px;
  }
}

.row-wrapper.grey {
  background-color: #f1f1f1;
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/thin-grey-border.png");
  background-position: top center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .row.guarantee img {
    margin: 20px 0;
  }

  .row.guarantee p {
    padding: 0 30px;
  }
}

.row-wrapper.tech-specs a:hover {
  cursor: pointer;
}

.row-wrapper.tech-specs img {
  margin: 30px 0 9px 0;
}

.row-wrapper.tech-specs h2,
.row-wrapper.tech-specs h3 {
  margin-bottom: 12px;
}

.row-wrapper.tech-specs ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.row-wrapper.tech-specs ul li {
  padding: 6px 0 6px 12px;
}

.row-wrapper.tech-specs ul li:before {
  background-color: #ffcb08;
  bottom: 1px;
  content: "";
  border: 1px solid #815627;
  border-radius: 10px;
  display: inline-block;
  padding: 3px;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}

.row-wrapper.tech-specs ul li span {
  color: #d05b00;
  font-weight: 600;
}

.row-wrapper.tech-specs ul li span.money-back,
.row-wrapper.tech-specs ul li span.unlimited {
  cursor: pointer;
  text-decoration: underline;
}

.row-wrapper.blue.dark {
  background: #005793 none;
}

.row-wrapper.blue.light {
  background: #0171bc none;
}

.row-wrapper.blue h1,
.row-wrapper.blue h2,
.row-wrapper.blue h3,
.row-wrapper.blue h4,
.row-wrapper.blue h5,
.row-wrapper.blue p {
  color: #ffffff;
}

.row-wrapper.blue h6 {
  color: #ffcb08;
}

.row-wrapper.blue a {
  color: #ffcb08;
  text-decoration: underline;
}

.row-wrapper.wooden {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/wood-bg.jpg");
  background-repeat: repeat-x;
  background-position: center;
}

.row-wrapper.wooden h2 {
  color: #ffffff;
}

.row-wrapper.wooden h2 span {
  color: #ffcb06;
  font-weight: 200;
}

.row-wrapper.hero {
  background: #a1ceed;
  background: -moz-linear-gradient(
    top,
    #a1ceed 0%,
    #a9d2ef 27%,
    #b8daf1 50%,
    #d7eaf7 80%,
    #f5fafd 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a1ceed),
    color-stop(27%, #a9d2ef),
    color-stop(50%, #b8daf1),
    color-stop(80%, #d7eaf7),
    color-stop(100%, #f5fafd)
  );
  background: -webkit-linear-gradient(
    top,
    #a1ceed 0%,
    #a9d2ef 27%,
    #b8daf1 50%,
    #d7eaf7 80%,
    #f5fafd 100%
  );
  background: -o-linear-gradient(
    top,
    #a1ceed 0%,
    #a9d2ef 27%,
    #b8daf1 50%,
    #d7eaf7 80%,
    #f5fafd 100%
  );
  background: -ms-linear-gradient(
    top,
    #a1ceed 0%,
    #a9d2ef 27%,
    #b8daf1 50%,
    #d7eaf7 80%,
    #f5fafd 100%
  );
  background: linear-gradient(
    to bottom,
    #a1ceed 0%,
    #a9d2ef 27%,
    #b8daf1 50%,
    #d7eaf7 80%,
    #f5fafd 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1ceed', endColorstr='#f5fafd', GradientType=0);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.row-wrapper.hero.e404 {
  background: #a1ceed;
  background: -moz-linear-gradient(
    top,
    #a1ceed 0%,
    #afd5f0 8%,
    #e7f2fa 28%,
    #f5fafd 34%,
    #fff 40%,
    #fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a1ceed),
    color-stop(8%, #afd5f0),
    color-stop(28%, #e7f2fa),
    color-stop(34%, #f5fafd),
    color-stop(40%, #fff),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    #a1ceed 0%,
    #afd5f0 8%,
    #e7f2fa 28%,
    #f5fafd 34%,
    #fff 40%,
    #fff 100%
  );
  background: -o-linear-gradient(
    top,
    #a1ceed 0%,
    #afd5f0 8%,
    #e7f2fa 28%,
    #f5fafd 34%,
    #fff 40%,
    #fff 100%
  );
  background: -ms-linear-gradient(
    top,
    #a1ceed 0%,
    #afd5f0 8%,
    #e7f2fa 28%,
    #f5fafd 34%,
    #fff 40%,
    #fff 100%
  );
  background: linear-gradient(
    to bottom,
    #a1ceed 0%,
    #afd5f0 8%,
    #e7f2fa 28%,
    #f5fafd 34%,
    #fff 40%,
    #fff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1ceed', endColorstr='#ffffff', GradientType=0);
}

.row-wrapper.hero .hero-snappy {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy_website_small.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 215px;
  margin: auto;
  position: relative;
  width: 240px;
  z-index: 2;
}

.row-wrapper.hero .hero-snappy.error-404 {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy_sherlock_mobile.png");
  height: 220px;
  width: 264px;
  margin-top: 30px;
}

.row-wrapper.hero ul {
  margin: 12px 0;
}

.row-wrapper.hero ul li {
  color: #005892;
  font-size: 18px;
  font-weight: 400;
  padding: 3px 0 3px 19px;
}

.row-wrapper.hero ul li:before {
  background-color: #ffcb08;
  border: 1px solid #815627;
  border-radius: 10px;
  content: "";
  display: inline-block;
  padding: 4px;
  margin-right: 6px;
  vertical-align: middle;
}

.row-wrapper.hero h3.lead {
  color: #333333;
  font-size: 28px;
  font-weight: 200;
  margin: 0;
}

.row-wrapper.hero h1 {
  margin: 0;
}

.row-wrapper.hero h2 {
  margin: 0;
}

.row-wrapper.hero h2.lead,
.row-wrapper.hero p.lead,
.row-wrapper.hero div.lead.lead-hero {
  color: #333333;
  font-size: 21px;
  font-weight: 200;
  margin-top: 10px;
}

.row-wrapper.hero a.btn-primary {
  position: relative;
  z-index: 2;
}

.row-wrapper.hero:after {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/hero_main_bg.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  bottom: 0;
  content: "";
  height: 86px;
  left: 0;
  position: absolute;
  right: 0;
}

.row-wrapper.hero.e404:after {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/error_hero_bg_mobile.jpg");
  height: 196px;
}

.row-wrapper.one-liner ul.list-inline p {
  font-weight: 300;
}

.row-wrapper.blue a.btn-primary {
  color: #333333;
  font-size: 20px;
  text-decoration: none;
}

.row-wrapper.blue ul.quick-links a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  line-height: 32px;
  margin: 0 12px;
  text-decoration: none;
}

.row-wrapper.blue ul.quick-links h4 {
  font-size: 20px;
}

.row-wrapper.blue ul.quick-links ul.dropdown-menu {
  background-color: #0171bc;
  border: #005793;
}

.row-wrapper.blue ul.quick-links ul.dropdown-menu a {
  color: #ffcb08;
  text-decoration: underline;
}

.row-wrapper.blue ul.quick-links ul.dropdown-menu a:hover {
  background-color: transparent;
  border-bottom: none;
  text-decoration: none;
}

.row-wrapper.blue ul.quick-links a:hover,
.row-wrapper.blue ul.quick-links li.active a {
  border-bottom: 2px solid #ffcb08;
}

.three-up h2 {
  margin-bottom: 20px;
}

.three-up img {
  display: block;
  margin: 0 auto 12px;
}

.three-up h3,
.three-up div,
h3 {
  color: #0171bc;
  font-size: 20px;
  margin-bottom: 12px;
}
.three-up div {
  font-weight: 800;
}
.three-up p {
  margin-bottom: 30px;
  padding: 0 30px;
}

.three-up p.three-up {
  margin-bottom: 0px;
}

.row.two-up img {
  margin: 36px auto 12px;
}

.row.two-up h4 {
  margin-bottom: 12px;
}

.row-wrapper.large-image .large-image-container {
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.row-wrapper.large-image .large-image-container:before,
.row-wrapper.large-image .large-image-container:after {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/large-image-fade.png");
  background-repeat: repeat-y;
  content: "";
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  width: 140px;
}

.row-wrapper.large-image .large-image-container:after {
  left: inherit;
  right: -1px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.row-wrapper.footer-cta h1.lead,
.row-wrapper.footer-cta div.lead {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 200;
}

.row-wrapper.footer-cta h3.lead {
  font-size: 18px;
  font-weight: 200;
  margin: 0;
}

.row-wrapper.footer-cta h2.feature-price,
.row-wrapper.footer-cta div.feature-price {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 800;
}

.row-wrapper.footer-cta h2.feature-price span,
.row-wrapper.footer-cta div.feature-price span {
  font-size: 18px;
  font-weight: 200;
}

@media (min-width: 768px) {
  .row-wrapper.hero h1 {
    margin-bottom: 10px;
  }

  .row-wrapper.hero h2.lead,
  .row-wrapper.hero p.lead,
  .row-wrapper.hero div.lead.lead-hero {
    font-size: 20px;
    margin-top: 0;
  }

  .row-wrapper.hero ul {
    margin-bottom: 20px;
  }

  .row-wrapper.hero ul li {
    font-size: 16px;
  }

  .row-wrapper.hero .btn-primary.btn-lg {
    margin: 10px 0;
  }

  .row-wrapper.network h2 {
    margin-top: 40px;
  }

  .row.two-up p {
    padding: 0 20px;
  }

  .three-up img {
    margin-bottom: 16px;
  }

  .three-up h3,
  .three-up div {
    margin-bottom: 12px;
  }

  .three-up p {
    padding: 0 10px;
    margin-bottom: 0;
  }

  .row-wrapper.large-image {
    text-align: center;
  }

  .row-wrapper.large-image p {
    text-align: left;
  }

  .row-wrapper.footer-cta h1.lead,
  .row-wrapper.footer-cta div.lead {
    margin-bottom: 0;
    margin-top: 17px;
    text-align: left;
  }

  .row-wrapper.tech-specs h2,
  .row-wrapper.tech-specs h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .anchor-link_tag.mobile {
    position: relative;
    top: -26px;
  }

  .row-wrapper.hero h1 {
    font-size: 46px;
  }

  .row-wrapper.hero h2.lead,
  .row-wrapper.hero div.lead.lead-hero {
    font-size: 22px;
  }

  .row-wrapper.hero h3.lead {
    text-align: left;
  }

  .row-wrapper.hero .btn-primary.btn-lg {
    float: left;
    font-size: 30px;
    margin: 20px 0 50px;
    padding: 14px 46px;
  }

  .row-wrapper.network h2 {
    margin-top: 43px;
  }

  .three-up h2 {
    margin-bottom: 20px;
  }

  .three-up img {
    margin-bottom: 24px;
  }

  .three-up h3,
  .three-up div,
  h3 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .anchor-link_tag {
    position: relative;
    top: -119px;
  }

  #quick-nav {
    padding: 27px 0;
    position: fixed;
    transition: top 0.5s ease-in-out;
    left: 0;
    right: 0;
    top: -140px;
    visibility: hidden;
    z-index: 17;
  }

  #quick-nav .nav > li {
    display: inline-block;
  }

  #quick-nav .nav > li > a {
    display: inline;
    padding: 0;
  }

  #quick-nav .nav > li > a:hover,
  #quick-nav .nav > li > a:focus,
  #quick-nav .nav > li > a:active {
    background-color: transparent;
  }

  #quick-nav .quick-links {
    margin-top: 9px;
  }

  #quick-nav li.link-to-top {
    margin-right: 12px;
  }

  #quick-nav li.link-to-top a {
    margin: 0;
  }

  #quick-nav ul.quick-links li.link-to-top a {
    margin: 0;
  }

  #quick-nav a.btn-primary {
    display: inline-block;
    margin-bottom: 3px;
  }

  #quick-nav.affix {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
    top: 0;
    padding: 20px 0;
  }

  .row-wrapper.footer-cta h1.lead,
  .row-wrapper.footer-cta div.lead {
    margin-bottom: 0;
    margin-top: 17px;
    text-align: left;
  }

  .row-wrapper.footer-cta h3.lead,
  .row-wrapper.footer-cta div.lead.lead-starting-price {
    color: #ffcb08;
    font-size: 14px;
    margin-top: 7px;
    text-align: center;
  }

  .row-wrapper.footer-cta h2.feature-price,
  .row-wrapper.footer-cta div.feature-price {
    font-size: 32px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .row-wrapper.hero.e404:after {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/error_hero_bg.jpg");
    background-position: top center;
    height: 377px;
  }

  .row-wrapper.hero .hero-snappy.error-404 {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy_error_404_large.png");
    height: 420px;
    width: 661px;
    margin-left: 300px;
  }

  .row-wrapper.footer-cta h1.lead,
  .row-wrapper.footer-cta div.lead {
    font-size: 28px;
    margin-top: 17px;
  }

  .row-wrapper.footer-cta h3.lead,
  .row-wrapper.footer-cta div.lead.lead-starting-price {
    color: #ffcb08;
    font-size: 14px;
    margin-top: 7px;
    text-align: center;
  }

  .row-wrapper.footer-cta h2.feature-price,
  .row-wrapper.footer-cta div.feature-price {
    font-size: 32px;
    margin-bottom: 0;
  }
}

.table {
  margin-bottom: 0;
}

.table > thead > tr > th {
  background-color: #0171bc;
  border-bottom: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.table > tbody > tr > td {
  border-color: #cccccc;
  vertical-align: middle;
}

.table tr.notice-row > td p {
  font-size: 12px;
  margin: 0 5px 0 0;
  text-align: right;
}

.table td {
  color: #d05b00;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.table td.large-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  padding-left: 15px;
  text-align: left;
}

.table td a {
  color: #d05b00;
  text-decoration: underline;
}

.table td a:hover {
  color: #e46000;
}

.table td a.btn-primary {
  text-decoration: none;
}

.table td .btn-group a {
  text-decoration: none;
}

.plan-slab .table td:first-child {
  background-color: #005793 !important;
  border-color: #005793;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  padding-left: 23px;
  text-align: left;
}

.table td.included {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/icon_check-green_small.png");
  background-position: center;
  background-repeat: no-repeat;
}

.table td.not-included {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/icon_x_small.png");
  background-position: center;
  background-repeat: no-repeat;
}

.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #f1f1f1;
}

.modal .table {
  margin-bottom: 20px;
}

.modal .table > thead > tr:first-child > th:last-child {
  border-right: 1px solid #0171bc;
}

.modal .table > tbody > tr:first-child > td {
  border-top: 1px solid #0171bc;
}

.modal .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}

.modal .table > tbody > tr:last-child > td:first-child {
  border-bottom: 1px solid #005793;
}

.modal .table > tbody > tr > td:last-child {
  border-right: 1px solid #cccccc;
}

span.tool-tip {
  background-color: #fff;
  border-radius: 8px;
  color: #005793;
  font-weight: 700;
  opacity: 0.7;
  padding: 1px 5px;
  margin-right: 5px;
}

span.tool-tip:hover {
  opacity: 1;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  border: none;
  padding: 0;
}

.popover h3.popover-title {
  background-color: #0171bc;
  border: 1px solid #005793;
  color: #fff;
  font-weight: 200;
}

.popover .popover-content {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #666;
}

.popover.right > .arrow {
  left: -10px;
}

.container_hosting-package {
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: bottom right;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  margin: 7px 0;
  padding: 15px;
}

.container_hosting-package h2 {
  margin-bottom: 10px;
}

.container_hosting-package h2.price {
  color: #d05b00;
  font-size: 40px;
}

.container_hosting-package h2.price span {
  font-size: 18px;
  font-weight: 300;
}

.container_hosting-package p {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 10px;
}

.container_hosting-package p.starting-from {
  color: #d05b00;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.container_hosting-package a.hosting-package_link {
  display: block;
  padding: 5px 0 15px;
  text-decoration: none !important;
}

.container_hosting-package a.btn-primary {
  display: block;
}

.container_hosting-package .btn-block {
  margin: 0 auto;
  width: 220px;
}

.text-center {
  text-align: center;
}

.couponcodebar {
  background: #d05b00;
}

.couponcodebar h3,
.couponcodebar div {
  color: white;
  margin: 0;
}

.container.white {
  background-color: #fff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  /*padding: 9px 15px*/
}

.plan-compare {
  display: block;
  margin: 10px auto;
  width: 150px;
}

.money-back,
.unlimited {
  cursor: pointer;
  color: #d05b00;
  text-decoration: underline;
}

#tracking-pixels {
  display: none !important;
}

.pricing-container {
  color: #d05b00;
  height: 77px;
  position: relative;
  margin: 0 auto 20px;
  width: 160px;
}

.pricing-container .currency,
.pricing-container .large-number,
.pricing-container .small-number,
.pricing-container .term {
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
}

.pricing-container .currency {
  font-size: 30px;
}

.pricing-container .large-number {
  font-size: 70px;
  left: 22px;
  top: -16px;
}

.pricing-container .large-number span {
  font-size: 70px;
}

.pricing-container .small-number {
  font-size: 30px;
  left: 78px;
}

.pricing-container .term {
  font-size: 24px;
  font-weight: 300;
  left: 110px;
  top: 31px;
}

.reseller .currency,
.vps .currency {
  left: -24px;
}

.reseller .large-number,
.vps .large-number {
  left: -2px;
}

.dedicated .currency {
  left: -33px;
}

.dedicated .large-number {
  left: -11px;
}

footer .row-wrapper.call-to-action {
  padding: 30px 0 10px;
}

footer .row-wrapper.call-to-action .btn-primary {
  margin-bottom: 30px;
  position: relative;
  top: 6px;
}

.footer-snappy,
.row-wrapper.blue.dark.footer-snappy {
  background: #005695
    url("/ui/hostgator/themes/MinimalGreen/images/snappy_large_head.png")
    no-repeat bottom right;
  min-height: 200px;
}

footer {
  text-align: center;
}

footer .footer-head {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

footer .footer-head .glyphicon-chevron-down {
  font-size: 8px;
  margin-left: 2px;
  vertical-align: middle;
}

footer .footer-head.open .glyphicon-chevron-down {
  transition: all 0.2s ease;
  transform: rotate(180deg);
}

footer .footer-head + ul {
  display: none;
}

footer .footer-head + ul li {
  padding: 12px 0 12px 0;
}

footer .row-wrapper.blue a {
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
}

footer .row-wrapper.blue a:hover {
  border-bottom: 2px solid #ffcb08;
}

footer ul.list-inline {
  margin-left: 0;
}

footer ul.list-inline li {
  padding-right: 10px;
}

footer ul.list-inline li.divider {
  background-color: #ffcb08;
  padding: 0;
  margin-left: 2px;
  margin-right: 11px;
  width: 1px;
}

footer p.copyright {
  font-size: 12px;
  margin-bottom: 0;
}

footer .sitemap {
  margin-bottom: 30px;
}

footer .sitemap li {
  padding: 4px 0;
}

footer .row-wrapper.blue .social-icons {
  padding-top: 30px;
}

footer .row-wrapper.blue .social-icons a {
  margin-right: 16px;
  text-decoration: none !important;
}

footer .row-wrapper.blue .social-icons a:hover {
  border-bottom: none;
}

footer .row-wrapper.blue .social-icons a:last-child {
  margin-right: 0;
}

footer p.pricing-reflects {
  color: #000000;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.alertBar {
  background: #0171bc;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  padding: 17px 0;
  position: fixed;
  right: 0;
  z-index: 20;
}

.alertBar #menu-text {
  color: #fff;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 13px;
  font-weight: 200;
  text-align: left;
  vertical-align: middle;
  width: 73%;
  zoom: 1;
  *display: inline;
}

.alertBar #menu-text b {
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.alertBar a,
.alertBar img {
  float: right;
}

.content-pad {
  padding: 30px;
}

.grey95 {
  background: #f2f2f2;
}

.no-padding {
  padding: 0;
}

ul.quick-links {
  text-align: left;
}

/**** Additional Style ****/

.modal-body {
  padding: 20px;
}

.clear {
  clear: both;
}

.btn-primary.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/*Login Page CSS*/

.login-wrap {
  /*position: relative;
	width: 985px;
	margin: 40px auto;*/
}

.login-wrap .header a.hostgator-logo {
  background: url("/ui/hostgator/themes/MinimalGreen/images/snappy-logo-default.png")
    no-repeat;
  height: 74px;
  width: 339px;
  display: block;
  position: relative;
}

.login-wrap .login-content {
  /*	background-color: #eef8fc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
	position: relative;
	z-index: 1;*/
}

.login-wrap .left-content-container {
  /*float: left;*/
  float: none;
  padding: 10px 20px 55px;
  position: relative;
  text-align: center;
  width: 346px;
  margin: 0px 8px;
}

.left-content-container .left-top {
  min-height: 422px;
}

.left-content-container .left-top .error {
  padding: 10px;
  background: #f2dede;
  margin-top: 20px;
}

.left-content-container .left-top .error ul {
  list-style-type: none;
  padding-left: 0px;
}

.login-wrap .left-content-container h2 {
  font-size: 30px;
  margin: 35px 10px 10px 10px;
}

.login-wrap .left-content-container .box {
  border-radius: 7px;
  border: 1px solid #c5d1e6;
  position: relative;
  margin-bottom: 20px;
}

.login-wrap .left-content-container .box.login-box {
  /*width: 280px;
	margin: 0 auto 10px;*/
}

.login-wrap .left-content-container .boxhead-blue h4 {
  background: #4980c4;
  color: #ffffff;
  border: 1px solid #407297;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 6px 6px 0 0;
  height: 45px;
  line-height: 45px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding-left: 15px;
  margin-bottom: 0px;
}

.login-wrap .left-content-container .box-body {
  border-bottom: 1px solid #a9c2d8;
  margin-bottom: 1px;
  padding: 12px 12px 0;
  background: #f0f6fa;
}

.login-wrap .left-content-container .box-body input[type="text"],
.login-wrap .left-content-container .box-body input[type="password"] {
  border: 1px solid #5d86a2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #555;
  outline: 0;
  height: 35px;
  padding: 4px 10px;
  display: block;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  vertical-align: baseline;
  margin-bottom: 12px;
}

.login-wrap .left-content-container .box-body .input-wrapper:last-child,
.paymentOptn .input-wrapper {
  clear: both;
  overflow: hidden;
}

.paymentOptn .input-wrapper {
  margin-top: 20px;
  margin-left: 7px;
}

.login-wrap .left-content-container .box-body .input-wrapper:last-child label,
.paymentOptn .input-wrapper label {
  max-width: 90%;
  text-align: left;
  font-size: 12px;
  margin-top: 1px;
  margin-left: 7px;
}

.login-wrap .left-content-container .box-body .input-wrapper:last-child label a,
.paymentOptn .input-wrapper label a {
  font-size: 12px;
}

.login-wrap .left-content-container .table-footer {
  border: 1px solid #ffffff;
  background: #abc8df;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #90b0bd;
  text-align: center;
  padding: 20px 0;
  border-radius: 0 0 5px 5px;
}

.login-wrap .left-content-container a {
  font-size: 15px;
  text-decoration: underline;
}

.login-wrap .left-content-container .right-bottom p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0px;
}

.login-wrap .left-content-container .right-bottom a.signup-link {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
  color: #1f587d;
  text-decoration: underline;
  border-bottom: 1px solid #c5d1e6;
  padding-bottom: 10px;
}

.login-wrap .left-content-container .right-bottom .bottom-container {
  margin: 0 auto;
  padding: 10px 20px 0;
  text-align: center;
}

.login-wrap .left-content-container .right-bottom .bottom-container h3 {
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 20px;
  font-weight: normal;
}

.login-wrap
  .left-content-container
  .right-bottom
  .bottom-container
  .social-icons {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 52px;
}

.login-wrap
  .left-content-container
  .right-bottom
  .bottom-container
  .social-icons
  .sprite-login {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 0;
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/sprite-social-icons.png");
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-indent: -10000px;
}

.login-wrap
  .left-content-container
  .right-bottom
  .bottom-container
  .social-icons
  .sprite-login:hover {
  margin-top: -10px;
}

.login-wrap
  .left-content-container
  .right-bottom
  .bottom-container
  .social-icons
  .sprite-login.facebook {
  background-position: -1px -2px;
  height: 50px;
  width: 48px;
}

.login-wrap
  .left-content-container
  .right-bottom
  .bottom-container
  .social-icons
  .sprite-login.twitter {
  background-position: -115px -2px;
  height: 50px;
  width: 48px;
}

.login-wrap
  .left-content-container
  .right-bottom
  .bottom-container
  .social-icons
  .sprite-login.google {
  background-position: -60px -2px;
  height: 51px;
  width: 49px;
}

.login-wrap
  .left-content-container
  .right-bottom
  .bottom-container
  .social-icons
  .sprite-login.youtube {
  background-position: -170px -2px;
  height: 51px;
  width: 49px;
}

.login-wrap .promo-box {
  background: #f0f6fa;
  border: 1px solid #a9c2d8;
  border-radius: 5px;
  float: left;
  position: relative;
  text-align: center;
  width: 567px;
  padding: 2px;
  margin-top: 24px;
}

.login-wrap .promo-box .top {
  height: 30px;
  background: #579ace;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.login-wrap .promo-box h2.promo-subtitle {
  color: #333333;
  font-size: 24px;
  margin: 0;
  padding: 12px 0 0;
  font-weight: normal;
}

.login-wrap .promo-box .promo-title {
  color: #0060a0;
  font-size: 48px;
  font-weight: 900;
  line-height: 43px;
}

.login-wrap .promo-box .promo-bottom {
  background: #0071bd;
  color: #ffffff;
  min-height: 144px;
}

.login-wrap .promo-box .promo-bottom h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: normal;
  padding: 10px 10px 0px 10px;
}

.forgotpass-wrap .response {
  margin-bottom: 10px;
  margin-top: 10px;
  display: none;
}

.forgotpass-wrap .error {
  display: none;
}

.login-wrap .login-content #signup-wrap {
  padding: 20px;
}

.login-wrap .login-content .signup-container .divider {
  padding: 10px 15px;
  background: #0171bc;
  color: #ffffff;
  font-size: 26px;
  clear: left;
  margin-bottom: 20px;
}

.login-wrap .login-content .signup-container .input-row-wrap,
.registerfrm .row {
  clear: both;
}

.login-wrap .login-content .signup-container .input-row-wrap p {
  float: left;
  width: 50%;
}

.login-wrap .login-content .signup-container .input-row-wrap p.info {
  padding-top: 32px;
}

.login-wrap .login-content .signup-container .input-row-wrap p label.error {
  color: #ff0000;
}

.login-wrap .login-content .signup-container .input-row-wrap p input,
.login-wrap .login-content .signup-container .input-row-wrap p select {
  border: 1px solid #5d86a2;
  border-radius: 5px;
  color: #555;
  outline: 0;
  height: 35px;
  padding: 4px 10px;
  display: block;
  width: 95%;
  font-size: 14px;
  vertical-align: baseline;
  margin-bottom: 12px;
}

.login-wrap
  .login-content
  .signup-container
  .input-row-wrap
  p
  input.mobile-code {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.login-wrap .login-content .signup-container .input-row-wrap p input.mobile-no {
  width: 328px;
}

.login-wrap .login-content .signup-container .input-row-wrap p span strong {
  display: block;
  margin-bottom: 5px;
}

.login-footer {
  background: url("/ui/hostgator/themes/MinimalGreen/images/footer-bg.png")
    repeat-x center bottom;
  margin: -250px 0 0 0;
  min-height: 500px;
  position: relative;
  z-index: 0;
  min-width: 1040px;
}

.login-footer .login-footer-snappy {
  background: url("/ui/hostgator/themes/MinimalGreen/images/footer-snappy.png")
    no-repeat -1px -247px;
  height: 212px;
  position: absolute;
  right: 20%;
  top: 288px;
  width: 170px;
}

.error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
}

.legal table.dataTable tr > td {
  padding: 15px 0;
}

.migrated-customers {
  border-left: 1px solid #cbcaca;
  margin-left: 375px;
  padding: 18px 44px 0px 54px;
  min-height: 655px;
}

.migrated-customers .box-wrap {
  background: #ffffff;
  border: 1px solid #cbcaca;
  border-radius: 5px;
  padding: 25px;
}

.migrated-customers ul {
  list-style-type: none;
  padding-left: 0px;
}

.migrated-customers ul li {
  margin-bottom: 10px;
}

.migrated-customers ul li::before {
  background-color: #ffcb08;
  border: 1px solid #815627;
  border-radius: 10px;
  content: "";
  display: block;
  float: left;
  padding: 4px;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 5px;
}

.migrated-customers ul li p {
  margin-left: 20px;
}

/*** awards page ***/

.page-header {
  padding-bottom: 0;
}

#awardstart {
  margin-bottom: 20px;
}

.reviewback {
  clear: both;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.reviewbox {
  float: left;
  width: 12%;
}

.reviewtext {
  padding-left: 20px;
  float: right;
  width: 88%;
  border-left: 1px solid #e1e1e1;
}

.row-wrapper.hero .hero-awards {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy-awards-small.png");
  background-position: center;
  bottom: 0;
  height: 230px;
  margin: auto;
  position: relative;
  width: 393px;
  z-index: 2;
}

@media (min-width: 992px) {
  .row-wrapper.hero .hero-awards {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy-awards-large.png");
    height: 324px;
    left: -130px;
    width: 560px;
  }
}

/*** press page ***/

.row-wrapper.hero .hero-press {
  background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy-press-small.png");
  background-position: center;
  bottom: 0;
  height: 230px;
  margin: auto;
  position: relative;
  width: 393px;
}

.quick-facts {
  padding: 20px;
  border: 1px solid #0070bb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 6px;
}

.media .media-body {
  display: block;
  min-height: 130px;
}

.deskLeft-mobCenter {
  text-align: center;
}

/*** Sitemap page css ***/
#sitemap ul {
  padding-left: 0px;
}

#sitemap ul li {
  text-transform: capitalize;
  list-style-type: none;
}

#sitemap ul li ul {
  padding-left: 30px;
}

#sitemap ul li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e080";
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 12px;
}

#sitemap ul li.title {
  font: bold 20px arial, helvetica, sans-serif;
}

/*** contact us page ***/

.contact-wrapper ul.quick-links {
  padding-top: 12px;
}

.contact-wrapper .phone-row {
  padding: 4px;
}

.contact-wrapper .ph-type {
  float: right;
  text-align: right;
}

.contact-wrapper .blue-bold {
  color: #0070bb;
  font-weight: bold;
}

.contact-wrapper .ph-num {
  float: left;
  text-align: left;
}

.contact-wrapper .full-width-xs.col-md-5 {
  padding-left: 0px;
}

.contact-wrapper .media-heading {
  padding-bottom: 20px;
}

/** Privacy Policy **/

.box-features-content h3 {
  font-size: 22px;
  margin: 35px 0 10px 0;
}

/* select domain modal start */

.modal-dialog-large {
  width: 700px;
}

.modal-dialog-large button.close {
  margin: -10px;
}

.domain-options {
  text-align: center;
  color: #3c3c3c;
  font-size: 30px;
  font-weight: bold;
}

.domain-options .mainTxt {
  margin-bottom: 10px;
}

.domain-field-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.domain-field-wrapper > form {
  margin-bottom: 20px;
}

.domain-field-wrapper.select-domain-modal input.textbox {
  width: 100%;
  padding: 12px;
  color: #000;
  border-radius: 6px;
  border: 2px solid #bfbfbf;
  font-size: 16px;
  position: relative;
}

#new-domain-name {
  width: 80%;
  border-radius: 6px 0 0 6px;
}

.domain-field-wrapper select.domain-modal-select {
  margin: 0px;
  margin-left: -7px;
  border: 2px solid #bfbfbf;
  border-left: 0px;
  padding: 11px;
  font-size: 16px;
  width: 109px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 50px;
}

.sitelock-box h4 {
  color: #000;
  font-size: 13px;
}

.upsell-bot-box {
  /*background: #efefef;
	border-radius: 6px;
	padding: 15px 10px 10px 10px;*/
  padding: 15px 30px 10px 30px;
  float: left;
  width: 100%;
  /*margin-right: 15px;*/
  margin-right: 0px;
  /*border: 1px solid #efefef;*/
  cursor: pointer;
}

.upsell-bot-box.last {
  float: right;
  margin: 0;
}

.upsell-bot-box:hover {
  /*background: #fcfcfc;
	border: 1px solid #efefef;
	box-shadow: inset 0px 0px 30px 0px #e6e6e6;*/
}

.upsell-bot-box label {
  display: block;
  font-size: 16px;
  cursor: pointer;
}

.upsell-bot-box .tool-logo {
  background: url("/ui/hostgator/themes/MinimalGreen/images/codeguard-logo.png")
    no-repeat scroll 0 -39px transparent;
  height: 26px;
  margin-bottom: 5px;
}

.upsell-bot-box .tool-logo.codeguard {
  background-position: 0px 0px;
}

.domain-modal p {
  font-size: 12px;
  padding: 0px 0 7px 0;
  margin: 0;
  margin-top: 5px;
  width: 95%;
}

.sitelock-box p.checkbox {
  color: #dc3a3a;
  font-weight: bold;
  width: 20%;
  float: left;
  margin-top: 25px;
  margin-bottom: 0px;
}

.sitelock-box p.checkbox input {
  margin: 2px;
  position: relative;
}

.sitelock-box p.checkbox a {
  display: inline-block;
  padding-left: 20px;
}

#modal_div .modal-footer {
  margin-top: 20px;
  text-align: center;
}
.hg-left {
  width: 80%;
  float: left;
}
div#hosting_modal_body_id {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  padding-top: 15px;
}
.domain-field-wrapper.hg-domain-field-wrapper {
  background-color: #005793;
  padding: 15px 30px;
  color: #fff;
  /*margin-left: -20px;
    margin-right: -20px;*/
  margin-top: -20px;
}
.modal-dialog-large button.close.hg-hosting-modal-close {
  color: #333;
  opacity: 1;
  margin-top: 0px;
  position: relative;
  z-index: 9;
  text-shadow: none;
}
.hg-security-title {
  font-size: 18px;
}
span.hg-sitelock-price {
  font-size: 20px;
  color: #d05b00;
}
.upsell-bot-box.codeguard-wrap.last {
  border-bottom: 1px solid #efefef;
}
span.hg-label-tenure {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.hg-security-price {
  display: block;
  text-align: center;
  font-size: 27px;
  line-height: 27px;
}
.hg-new-domain-user.domain-field-wrapper select.domain-modal-select {
  color: #333;
}
.hg-new-domain-cont {
  position: relative;
}
label.field-heading.hg-field-heading {
  font-weight: normal;
  text-align: center;
  display: block;
  font-size: 20px;
}
.domain-field-wrapper.hg-domain-field-wrapper > form {
  margin-bottom: 0px;
}
.hg-border {
  border-bottom: 1px solid #efefef;
  overflow: auto;
  padding-bottom: 10px;
}
.hg-a,
.hg-b {
  display: inline-block;
}
.hg-b {
  vertical-align: middle;
}
.upsell-bot-box.codeguard-wrap {
  padding-bottom: 0px;
}
#modal_div .modal-footer.hg-modal-footer {
  margin-top: 0px;
}
label.btn span {
  font-size: 1.5em;
}
label .fa-2x {
  font-size: 1.6em;
}
label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #005793;
  display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
  color: #7aa3cc;
}

/* select domain modal end */

@media (min-width: 768px) {
  .row.hosting-packages .col-sm-6 {
    padding-right: 7px;
  }

  .row.hosting-packages .col-sm-6:last-child {
    padding: 0 15px 0 7px;
  }

  .container_hosting-package h2 {
    font-size: 26px;
  }

  .container_hosting-package a.btn-primary {
    display: inline-block;
  }

  footer {
    text-align: left;
  }

  footer .footer-head {
    cursor: text;
  }

  footer .footer-head .glyphicon-chevron-down {
    display: none;
  }

  footer .footer-head + ul {
    display: block;
  }

  footer .footer-head + ul li {
    font-weight: 200;
    padding: 4px 0;
  }

  footer .bottom-footer {
    text-align: center;
  }

  footer .row-wrapper.call-to-action h6 {
    padding-right: 57px;
    text-align: right;
  }

  footer .row-wrapper.call-to-action .pricing-container {
    float: right;
    margin-right: 50px;
  }

  footer .row-wrapper.call-to-action .btn-primary {
    float: left;
  }

  .deskLeft-mobCenter {
    text-align: left;
  }
  #modal_div .modal-dialog.modal-dialog-large {
    width: 600px;
  }
}

@media (min-width: 992px) {
  .row.hosting-packages .col-md-6:first-child {
    padding-right: 7px;
  }

  .row.hosting-packages .col-md-6:last-child {
    padding-left: 7px;
  }

  .row.hosting-packages .col-md-4 {
    padding: 0 6px 0 6px;
  }

  .row.hosting-packages .col-md-4:first-child {
    padding-left: 15px;
  }

  .row.hosting-packages .col-md-4:last-child {
    padding-right: 7px;
  }

  .row.hosting-packages .col-lg-6:nth-child(2) {
    padding-left: 7px;
  }

  .container_hosting-package h2 {
    font-size: 28px;
  }

  .container_hosting-package p {
    padding: 0 80px;
  }

  .container_hosting-package.web-hosting {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/bg_web-hosting.png");
  }

  .container_hosting-package.reseller {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/bg_reseller.png");
  }

  .container_hosting-package.vps {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/bg_vps.png");
  }

  .container_hosting-package.dedicated {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/bg_dedicated.png");
  }

  .container_hosting-package.windows {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/bg_windows_hosting.png");
  }

  footer .footer-head {
    font-size: 19px;
  }

  footer .row-wrapper.bottom-footer .social-icons {
    padding-top: 4px;
  }

  footer .row-wrapper.bottom-footer .social-icons a {
    margin-right: 10px;
  }

  footer .row-wrapper.bottom-footer ul.sitemap {
    margin-bottom: 12px;
  }

  footer .row-wrapper.bottom-footer p.copyright {
    font-size: 12px;
    margin-bottom: 0;
  }

  footer .footer-head,
  footer ul {
    text-align: left;
  }

  ul.sitemap,
  p.copyright {
    text-align: left !important;
  }

  ul.list-inline li.divider {
    border-left: 1px solid #ffcb08;
  }

  footer .row-wrapper.call-to-action .btn-primary {
    margin-bottom: 0;
  }

  .social-icons {
    padding-top: 0;
  }

  .row-wrapper.hero .hero-press {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy-press-large.png");
    height: 324px;
    left: -130px;
    width: 560px;
  }
}

@media (min-width: 1200px) {
  .container_hosting-package p {
    margin-bottom: 60px;
    padding: 0 40px;
  }

  footer .footer-head {
    font-size: 22px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) {
  ul.quick-links {
    text-align: center;
  }

  ul.quick-links li {
    line-height: 50px;
    text-align: center;
    width: 32%;
  }
}

@media only screen and (min-device-width: 120px) and (max-device-width: 480px) {
  ul.quick-links li {
    width: 100%;
    line-height: 50px;
  }

  .logo {
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/snappy-logo_default_mobile.png");
  }

  nav #mobile-support-wrapper ul li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .modal-dialog-large {
    width: inherit;
  }

  .upsell-bot-box {
    float: none;
    width: inherit;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .domain-field-wrapper select.domain-modal-select {
    position: absolute;
    right: 0px;
    width: 91px;
    border-left: 2px solid #bfbfbf;
  }

  .domain-options {
    font-size: 24px;
  }

  .domain-options .btn-wrap .btn-primary {
    font-size: 18px;
    padding: 5px 24px;
  }
  .hg-thanku-img img {
    width: 100%;
  }
  .hg-security-price {
    font-size: 22px;
  }
  .three-up p {
    margin-bottom: 0px;
  }
  .row-wrapper.video .video-wrapper.video-wrapper-apps {
    padding-bottom: 0px;
    height: auto;
  }
  .video-wrapper-apps img {
    width: 100%;
  }
}

/* New mobile revamp */

.navbar-slide,
.body-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.body-push.left {
  left: 250px;
  overflow: hidden;
}

.body-push.left .menuOverlay {
  position: absolute;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.navbar-slide {
  display: block;
  width: 250px;
  height: 100%;
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
}

.navbar-slide-toggle,
.navbar-slide-toggle .icon-bar {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-slide-toggle.menuClose .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
}

.navbar-slide-toggle.menuClose .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-slide-toggle.menuClose .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
}

.navbar-slide.left.in {
  left: -250px;
}

.navbar-slide .menuHeader {
  padding: 15px;
  background: #eff4f9;
  color: #333 !important;
  font-size: 10px;
  margin-bottom: 0;
}

.navbar-slide .menuScrollWrp {
  overflow-y: scroll;
}

.navbar-slide ul {
  list-style: none;
}

.navbar-slide .nav-links,
.nav-links li .sub-menu {
  margin: 0px;
  padding: 0px;
}

.nav-links li {
  padding: 0px 15px;
}

.sub-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-links .categoryTitle {
  font-weight: bold;
  background: #f1f1f1;
  color: #333;
  padding: 15px;
}

.menuHeader .greeting .name {
  font-size: 12px;
}

.menuHeader .headerLink {
  color: white;
  margin-top: 6px;
}
h3.without_pp_subheading, h3.without_pp_subheadingdps {
  font-size: 18px;
  text-align: center;
  font-size: 16px;
    color: #222222;
    font-weight: 600;
    line-height: 24px;
}
#modal_privacy_protect .modal-dialog{
  width: 660px;
}
.pp_comparison_container {
  padding: 23px 30px 26px 30px;
  margin: 0px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;

}
.pp_comparison_container1{
  display: flex;
  justify-content: space-around;
  /* align-items: flex-end; */
  text-align: left;
  border: 1px solid #CCCCCC;
  border: 1px solid #CCCCCC;
    padding: 23px 30px 26px 30px;
    margin: 0px;
}
.without_description {
  text-align: center;
  color: #222;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
.pp-plus {
  position: relative;
  top: 50px;
  display: inline;
  width: 5%;
  text-align: center;
}
.pp_price {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 24px;
}
.pp_tile {
  text-align: center;
  display: inline;
  width: 30%;
  float: left;
  padding: 0px 5px;
}
.pp_title1 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pp_desc1 {
  font-size: 13px;
  line-height: 19px;
  color: #666666;
}
.note_desc, .note_descr{
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  margin-top: 12px;
  text-align: center;
}
.hyperlink, .hyperlink:hover, .hyperlink:active {
  text-decoration: none;
  color: #377CE4;
}
.tc_desc, .tc_descr{
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-top: 4px;
  text-align: center;
}
#alert_pp_modal_div .modal-dialog {
  width: 790px;
}
.txt-m {
  text-align: center;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #222222;
}
.manage_pp_options div {
  text-align: center;
  padding: 12px 0;
  background: linear-gradient(131.64deg, #FF8D4E 0%, #FF6B17 100%);
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
}
.black_txt .comp_text {
  color: #222;
  display: flex;
}
.cross_pp {
  margin-right: 10px;
}
#alert_pp_modal_div .white_inner_bg_container.white_inner_bg_container1 {
  margin-right: 20px;
}
.manage_pp_options {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  text-align: center;
}
#privacy-protect-modal-wrap .modal-p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 25px;

}
.manage_pp_options div:nth-of-type(2) {
  color: #377CE4;
  background: none;
  font-weight: 400;
  width: auto;
  font-size: 16px;
  line-height: 24px;
}
.white_inner_bg_container {
  width: 48%;
  display: inline-block;
  border: 1px solid #E9E9EB;
  float: left;
  min-height: 245px;
  height: 100%;
}
#alert_pp_modal_div .red_outline_container .comp_text {
  margin-bottom: 12px;
}
#alert_pp_modal_div .red_outline_container .comp_text span {
  color: #e01515;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
#alert_pp_modal_div .red_outline_container.black_txt .comp_text span {
  color: #222222;
}
#alert_pp_modal_div .without_pp_container .pp_profile_heading_public {
  background-color: #FFF8F8;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 21px;
  color: #EE2E28;
  font-weight: 600;
}
.pp_profile_heading_public img {
  vertical-align: middle;
  margin-right: 10px;
}
.red_outline_container {
  padding: 19px 24px 7px 24px;
}
@media (max-width: 768px) {
  .body-push {
    position: relative;
    /*overflow: hidden;*/
    left: 0;
  }

  .logo {
    text-align: center;
    height: 100%;
    width: 100%;
  }

  .btnSection-wrapper .btn-primary {
    font-size: 14px;
  }

  .row-wrapper {
    padding: 15px 0;
  }

  .nav-sm .cart {
    position: relative;
  }

  .nav-sm .cart .badge {
    position: absolute;
    bottom: -2px;
    right: -8px;
    font-size: 10px;
    padding: 3px 4px;
    font-weight: normal;
  }

  footer .sitemap {
    margin-bottom: 5px;
  }

  footer .row-wrapper.blue a {
    font-size: 12px;
  }

  footer .row-wrapper.blue .social-icons {
    padding-top: 15px;
  }

  footer .row-wrapper.blue .social-icons a {
    margin-right: 10px;
  }

  footer .row-wrapper.blue .social-icons a img {
    width: 35px;
  }

  .overflowHidden {
    overflow: hidden;
  }
}

@media (max-width: 320px) {
  .nav-sm .navbar-slide-toggle {
    padding: 0;
    margin-top: 5px;
  }

  .navbar-slide-toggle .icon-bar {
    width: 26px;
  }

  .nav-sm .cart i {
    margin-top: 4px;
    font-size: 24px;
  }
}

/*Start: new responsive css*/

.xs-heading {
  background: #0171bc;
  padding: 15px;
}

.unlimited-features-row {
  padding: 15px 0px;
}

.xs-heading h1,
.xs-heading .hg-xs-heading {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 600;
}

.unlimited-features.first {
  margin-left: 4%;
}

.col-xs-3.unlimited-features {
  padding: 0px;
}

.unlimited-features-wrap h2,
.unlimited-features-wrap div {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 22px;
}

.unlimited-features .img {
  min-height: 55px;
}

.unlimited-features .img.upload-download {
  padding-top: 10px;
}

.unlimited-features h3,
.unlimited-features .hg-xs-feature {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 18px;
}

.unlimited-features-wrap .plus {
  padding: 15px 0 0 0;
  color: #b7b7b7;
}

.selected-plan-price {
  color: #696969;
  font-size: 16px;
  margin-bottom: 50px;
}

.selected-plan-price .term-length,
.selected-plan-price .term-price {
  color: #333333;
  text-transform: capitalize;
}

.selected-plan-price .term-price {
  font-size: 25px;
  font-weight: 600;
}

.btn-group .selected-plan-price .term-description {
  color: #696969;
  font-weight: 400;
}

.change-tenure-wrap {
  text-align: left;
  padding-top: 35px;
}

.change-tenure-wrap a {
  color: #0171bc;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.change-tenure-wrap a:after {
  position: relative;
  content: "\e114";
  font-family: "Glyphicons Halflings";
  border: none;
  color: #0171bc;
  font-size: 11px;
  margin: 0px 0 0 3px;
  font-weight: 200;
  display: inline-block;
  top: 2px;
}

.change-tenure-wrap a.open:after {
  content: "\e113";
}

.plan-slab.slab-xs .more-plans {
  display: none;
  text-align: center;
  color: #696969;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0px;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #ffffff;
}

/*End: new responsive css*/

/*Start: Login page mobile css*/

@media (max-width: 992px) {
  .login-wrap {
    margin: 0px;
    width: inherit;
  }
  .login-wrap .login-content {
    padding: 0px;
    background-color: #ffffff;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .login-wrap .left-content-container {
    float: none;
    padding: 0px 0px 20px;
    width: inherit;
    margin: 0px;
  }
  .left-content-container .left-top {
    min-height: inherit;
    padding-bottom: 10px;
    border-bottom: 30px solid #f3f3f3;
    margin-bottom: 20px;
  }
  .login-wrap .left-content-container h2 {
    font-size: 24px;
    margin: 0px;
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 10px;
  }
  .login-wrap .left-content-container .box.login-box {
    /*width: inherit;
		margin: 0px 0px 20px;
		border: none;*/
  }
  .login-wrap .left-content-container .box-body {
    border-bottom: none;
    margin-bottom: 0px;
    padding: 15px;
    background: #fff;
  }
  .login-wrap .left-content-container .box-body input[type="text"],
  .login-wrap .left-content-container .box-body input[type="password"] {
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    height: 40px;
    padding: 8px 10px;
  }
  .login-wrap .left-content-container .table-footer {
    border: none;
    background: #fff;
    padding: 0px;
  }
  .login-wrap .left-content-container .table-footer .btn-primary {
    display: block;
    text-align: center;
    width: 92%;
    margin: 0% 4%;
    font-size: 16px;
  }
  .login-wrap .left-content-container .right-bottom a.signup-link {
    display: block;
    text-align: center;
    width: 92%;
    margin: 10px 4% 0px;
    font-size: 16px;
    background-color: #ffcb08;
    border: 1px solid #815627;
    box-shadow: 0 3px 0 #815627, 0 6px 4px -2px rgba(0, 0, 0, 0.3);
    color: #333333;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.5px;
    padding: 8px 32px;
    border-radius: 4px;
    text-decoration: none;
    border-bottom: 0px;
  }
  .login-wrap .login-content #signup-wrap {
    padding: 15px;
  }
  .login-wrap .login-content #signup-wrap .signupform-heading {
    font-size: 24px;
    margin: -15px;
    background: #f3f3f3;
    padding: 10px 10px 5px;
    text-align: center;
  }
  .login-wrap .login-content #signup-wrap .signupform-heading h2 {
    margin-bottom: 0px;
  }
  .fill-detail-text {
    margin: 25px 0px -10px;
  }
  .login-wrap .login-content .signup-container .divider,
  .registerfrm .divider {
    padding: 0px;
    background: #ffffff;
    color: #0171bc;
    font-size: 14px;
    margin: 15px 0px 10px;
  }
  .login-wrap .login-content .signup-container .input-row-wrap p {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .login-wrap .login-content .signup-container .input-row-wrap p input,
  .login-wrap .login-content .signup-container .input-row-wrap p select {
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    color: #b6b6b6;
  }
  .login-wrap .login-content .signup-container .input-row-wrap p span strong {
    display: none;
  }
  .login-wrap .login-content .signup-container .input-row-wrap p.info {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .login-wrap .login-content .signup-container .input-row-wrap p.info label {
    font-weight: 400;
  }
  .login-wrap .login-content #signup-wrap .btn-primary {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .login-wrap .login-content .signup-container .divider.user-info {
    border-top: 2px solid #f3f3f3;
    padding: 10px 15px;
    margin: 25px -15px 0px;
  }
  .login-wrap
    .login-content
    .signup-container
    .input-row-wrap
    p
    input.mobile-code {
    width: 30%;
    margin-right: 0px;
  }
  .login-wrap
    .login-content
    .signup-container
    .input-row-wrap
    p
    input.mobile-no {
    width: 70%;
  }
  .login-wrap .login-content .signup-container .input-row-wrap p label.error {
    display: block;
    padding: 8px;
    font-weight: 400;
  }
  .left-content-container .left-top .error {
    display: block;
    padding: 8px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
  }
  .left-content-container .left-top .forgotpass-wrap .error {
    padding: 0px;
    border: none;
  }
  .left-content-container .left-top .forgotpass-wrap .error .response {
    padding: 10px;
  }
  .agreement-sm {
    text-align: left;
    font-size: 12px;
  }
}

/*End: Login page mobile css*/

.plan-table-grid td .glyphicon-ok {
  color: #85b200;
}

.hide-modal-upsell .sitelock-box {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.hide-modal-upsell form,
.domain-field-wrapper {
  margin-bottom: 0px;
}
.new {
  display: block;
  position: absolute;
  top: -5px;
  background: #f00;
  width: 50px;
  font-size: 11px;
  text-align: center;
  padding: 1px 0px;
  color: #fff;
  left: 50%;
  margin-left: -25px;
  z-index: 0;
  border-radius: 5px;
}
.new-inner {
  background: #fff;
  font-size: 11px;
  text-align: center;
  padding: 1px 5px;
  color: #000;
  border-radius: 5px;
  display: inline-block;
}
.nav-dropdown.open .new {
  display: none;
}
.row-wrapper.global-message {
  background: #a1ceed;
  padding: 5px 0px 0px;
}
.row-wrapper.global-message .container {
  background: #6da9d2;
  padding: 0px;
  color: #063054;
  font-size: 12px;
  border-radius: 10px;
}
.global-message-wrap {
  border: 1px solid #ffffff;
  padding: 10px;
}
.global-message-inner {
  border: 1px dashed #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
}
.global-message-inner .offer-heading {
  font-size: 24px;
  font-weight: bold;
  border-right: 1px solid #ffffff;
  text-align: center;
}
.global-message-inner .offer-heading i {
  font-weight: normal;
}
.global-message-inner .offer_desc {
  padding: 5px;
  text-align: center;
}
.global-message-inner .offer_desc strong {
  display: block;
  color: #005793;
  font-size: 14px;
}
.global-message-inner .hideLink a {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 788px) {
  .row-wrapper.global-message {
    background: transparent;
    padding: 0px;
  }
  .row-wrapper.global-message .container {
    background: #d75f00;
    padding: 4px 10px;
    color: #ffffff;
  }
  .global-message-wrap,
  .global-message-inner {
    border: none;
    padding: 0px;
  }
  .global-message-inner .hideLink a {
    font-size: 12px;
  }
}
.row-wrapper.global-message {
  background: #a1ceed;
  padding: 5px 0px 0px;
}
.row-wrapper.global-message .container {
  background: #6da9d2;
  padding: 0px;
  color: #063054;
  font-size: 12px;
  border-radius: 10px;
}
.global-message-wrap {
  border: 1px solid #ffffff;
  padding: 10px;
}
.global-message-inner {
  border: 1px dashed #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
}
.global-message-inner .offer-heading {
  font-size: 24px;
  font-weight: bold;
  border-right: 1px solid #ffffff;
  text-align: center;
}
.global-message-inner .offer-heading i {
  font-weight: normal;
}
.global-message-inner .offer_desc {
  padding: 5px;
  text-align: center;
}
.global-message-inner .offer_desc strong {
  display: block;
  color: #005793;
  font-size: 14px;
}
.global-message-inner .hideLink a {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 788px) {
  .row-wrapper.global-message {
    background: transparent;
    padding: 0px;
  }
  .row-wrapper.global-message .container {
    background: #d75f00;
    padding: 4px 10px;
    color: #ffffff;
  }
  .global-message-wrap,
  .global-message-inner {
    border: none;
    padding: 0px;
  }
  .global-message-inner .hideLink a {
    font-size: 12px;
  }
}

/* Chat Blurb */
#popup_live_chat {
  background: 0 0
    url("/ui/hostgator/themes/MinimalGreen/images/hgi_chat_window_new.png")
    no-repeat;
  position: fixed;
  right: 10px;
  bottom: 10px;
  top: auto;
  z-index: 1000;
  width: 270px;
  height: 100px;
  overflow: hidden;
  display: none;
}
#popup_live_chat_topCloseLink {
  color: #692f9d;
  display: block;
  float: left;
  font-size: 12px;
  height: 24px;
  margin: 0;
  overflow: hidden;
  text-align: left;
  text-decoration: underline;
  text-indent: 0px;
  width: 19px;
  margin-top: 2px;
  position: relative;
  z-index: 2;
}
#popup_live_chat_topCloseLink:before {
  content: "\e014";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #6b6b6b;
  border: 1px solid #6b6b6b;
  border-radius: 20px;
  padding: 2px;
}
#popup_live_chat_topCloseLink:hover::before {
  color: #000;
}
#popup_live_chat_openLink:hover {
  text-decoration: none;
}
#popup_live_chat_openLink {
  top: 3px;
  display: block;
  height: 149px;
  left: 3px;
  position: absolute;
  width: 277px;
  overflow: hidden;
}
#popup_live_chat_bottomCloseLink {
  bottom: 10px;
  display: block;
  height: 17px;
  left: 48px;
  line-height: 999px;
  overflow: hidden;
  position: absolute;
  text-indent: 0px;
  width: 53px;
}
.cart-items-wrapper a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.cart-items-wrapper a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  /*background-image: url("/ui/hostgator/themes/MinimalGreen/images/cart.png"); */
  font-size: 30px;
  color: #005893;
  margin: -5px 0 0 5px;
}
.cart-items-wrapper a:hover::before {
  color: #0f76b9;
}
.cart-items-wrapper a span {
  position: absolute;
  top: -11px;
  background: #fff;
  padding: 2px 1px 0px 0px;
  border-radius: 100px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  right: -10px;
  border: 1px solid #005893;
  color: #005893;
}
.hg-india .row-wrapper.top-bar {
  background-color: #eff4f9;
  border-bottom: 4px solid #003d65;
}
.hg-india .row-wrapper.top-bar ul.list-inline {
  margin: 20px 0 0;
}
.hg-india .row-wrapper.top-bar ul.list-inline li {
  color: #005892;
  font-size: 14px;
  font-weight: 400;
}
.hg-india .row-wrapper.top-bar ul.list-inline li.call-no {
  display: block;
  color: #7c7c7c;
  margin-bottom: 3px;
}
.hg-india .row-wrapper.top-bar ul.list-inline a {
  color: #005892;
  text-decoration: underline;
}
.hg-india .row-wrapper.top-bar ul.list-inline li.login-btn a {
  color: #333;
  padding: 6px 15px;
  border-radius: 4px;
  border: 1px solid #ffcb08;
  font-size: 14px;
  text-decoration: none;
  background: #ffcb08;
  font-weight: bold;
}
.hg-india .row-wrapper.top-bar ul.list-inline li.login-btn a:hover {
  text-decoration: none;
  background: #0f76b9;
}
.hg-india .row-wrapper.top-bar ul.list-inline li.cart-item-icon {
  margin-right: 15px;
  margin-left: 5px;
}
.hg-india .row-wrapper.top-bar ul.list-inline li.cart-item-icon,
.hg-india .row-wrapper.top-bar ul.list-inline li.login-btn {
  position: relative;
  top: -11px;
}
.hg-india header.header-large {
  box-shadow: none;
}
.hg-india .logo {
  margin-left: -15px;
}
.hg-india header.header-large .navbar-default .navbar-collapse {
  padding: 0px;
}
.hg-india header.header-large nav.navbar {
  background: #0171bc;
  border: 0px;
  padding: 0px;
  min-height: inherit;
}
.hg-india header.header-large nav .navbar-nav {
  margin: 0px;
}
.hg-india header.header-large .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 18px;
  text-transform: uppercase;
}
.hg-india header.header-large .navbar-default .navbar-nav > li > a:hover {
  color: #ffcb08;
}
.hg-india header.header-large .dropdown:hover::after {
  border-bottom: 10px solid #ffcb08 !important;
}
li.dropdown.nav-dropdown:hover .glyphicon-chevron-down {
  color: #ffcb08;
}
.hg-india header.header-large .navbar-default .navbar-nav > li > a {
  padding: 18px 25px;
}
.hg-india header.header-large nav.affix {
  box-shadow: none;
}
.hg-india header.header-large nav span.glyphicon-chevron-down {
  top: 0px;
}
.hg-india header.header-large .navbar-default .navbar-nav > li.dropdown.open {
  background-color: #003d65;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.hg-india header.header-large .navbar-default .navbar-nav .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  width: 360px;
  box-shadow: none;
  border-top: 3px solid #ffcb08;
}
.hg-india header.header-large .navbar-default .navbar-nav .dropdown-menu > li {
  border-bottom: 1px solid #e3e3e3;
  background-color: #ffffff;
  display: block;
}
.hg-india header.header-large .dropdown:hover {
  /*background-color: #003d65;*/
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.hg-india header.header-large .dropdown:hover::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid rgb(255, 203, 8);
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: block;
}
.hg-india
  header.header-large
  .navbar-default
  .navbar-nav
  .dropdown-menu
  > li
  > a {
  color: #0171bc;
  text-decoration: none;
  font-weight: 400;
  padding: 15px;
  white-space: inherit;
  font-size: 16px;
  font-weight: 700;
}
.hg-india
  header.header-large
  .navbar-default
  .navbar-nav
  .dropdown-menu-more
  > li
  > a {
  font-size: 14px;
  padding: 10px 15px;
}
.hg-india
  header.header-large
  .navbar-default
  .navbar-nav
  .dropdown-menu
  > li
  > a:hover {
  background: #f0f9ff;
}
.hg-india
  header.header-large
  .navbar-default
  .navbar-nav
  .dropdown-menu
  > li
  > a
  .nav-desc {
  font-size: 13px;
  color: #5f5f5f;
  margin-top: 5px;
  font-weight: normal;
}
.hg-india header.header-large .new-label,
.hg-nav-link .new-label {
  color: rgb(49, 49, 49);
  top: -10px;
  font-weight: 700;
  font-size: 9px;
  background: rgb(255, 203, 8);
  padding: 3px;
  border-radius: 7px;
}
.hg-india header.header-large .new-label {
  margin-left: 5px;
}
.hg-india header.header-large .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; // remove the gap so it doesn't close
}
.row-wrapper.domain-hosting-blurb .plan-slab .plan-wrap {
  position: relative;
  border: 1px solid #d1d0d0;
  border-radius: 5px;
}
.row-wrapper.domain-hosting-blurb .plan-slab .plan-wrap .plan-header {
  background: #202b34;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 50px;
  padding-bottom: 15px;
}
.row-wrapper.domain-hosting-blurb .plan-slab .plan-wrap .plan-header:before {
  content: "";
  display: block;
  width: 79px;
  height: 79px;
  background: url("/ui/hostgator/themes/MinimalGreen/images/cloud_icon.png")
    no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
}
.row-wrapper.domain-hosting-blurb
  .plan-slab.shared-hosting
  .plan-wrap
  .plan-header:before {
  background: url("/ui/hostgator/themes/MinimalGreen/images/shared-hosting-icon.png")
    no-repeat;
}
.row-wrapper.domain-hosting-blurb
  .plan-slab.shared-hosting-icon
  .plan-wrap
  .plan-header:before {
  background: url("/ui/hostgator/themes/MinimalGreen/images/shared-hosting-icon.png")
    no-repeat;
}
.row-wrapper.domain-hosting-blurb .plan-slab .plan-wrap .plan-header h2 {
  color: #ffffff;
  font-size: 30px;
  margin: 0px 0px 5px;
}
.row-wrapper.domain-hosting-blurb
  .plan-slab
  .plan-wrap
  .plan-header
  .start-price {
  font-size: 18px;
}
.row-wrapper.domain-hosting-blurb .plan-slab .plan-wrap .hosting-features {
  list-style-type: none;
  color: #696969;
  margin: 15px 0px;
}
.row-wrapper.domain-hosting-blurb .plan-slab .plan-wrap .hosting-features li {
  margin-bottom: 10px;
}
.row-wrapper.domain-hosting-blurb .plan-slab .plan-wrap .hosting-features span {
  color: #d05100;
  font-weight: 600;
}
.row-wrapper.domain-hosting-blurb .plan-slab .plan-wrap .btn-block {
  padding: 0px 15px 15px;
}
.row-wrapper.domain-hosting-blurb
  .plan-slab
  .plan-wrap
  .btn-block
  .btn-primary {
  padding: 10px 20px;
}
.row-wrapper.apps-plans {
  padding: 100px 0px 60px;
}
.hg-mob-nav-title {
  display: inline-block;
  font-size: 14px;
  width: 90%;
}
.hg-mob-nav-title,
nav span.glyphicon-chevron-down {
  color: #fff;
}
.hg-mob-nav-title.active,
nav span.glyphicon-chevron-down.active,
.hg-mob-down.active {
  color: #ffcb08;
}
.hg-mob-nav {
  background-color: #0171bc;
  padding: 15px 20px;
  cursor: pointer;
  border-left: 5px solid #0171bc;
  margin-top: 0 !important;
}
.hg-mob-nav.active:before {
  content: none !important;
}
.hg-mob-nav.active {
  background-color: #004a7b;
  border-left: 5px solid #ffcb08;
}
.hg-mob-nav-list {
  padding: 15px;
  color: #0171bc;
  font-weight: 700;
  font-size: 12px;
  background-color: #fff;
}
.hg-list-nav,
.hg-mob-nav-title {
  /*padding-left: 10px;*/
}
.hg-list-nav {
  padding-bottom: 15px;
  font-size: 12px;
}
.hg-mob-down {
  float: right;
  color: #fff;
  font-size: 10px;
  position: relative;
  top: 10px;
}
.hg-right-chevron {
  color: #333;
  margin-right: 15px;
  font-weight: 400;
  font-size: 12px;
}
.hg-mob-up {
  float: right;
  color: #ffcb08;
  font-size: 10px;
  position: relative;
  top: 10px;
}
.hg-mob-last {
  height: 100px;
}
.hg-mob-nav-title img {
  margin-right: 15px;
}
.hg-mob-cont {
  border-bottom: 1px solid #005288;
}
.hg-mob-nav-list,
.hg-mob-nav-list:hover {
  border-bottom: 0px;
  text-decoration: none;
}
#menu a:focus,
#menu a:hover {
  text-decoration: none;
}
.hg-slide-left {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #0171bc;
  overflow: scroll;
}
.hg-top-nav {
  background: #eff4f9;
  padding: 15px 20px;
  color: #333;
  overflow: auto;
}
.hg-login-btn-mob,
.hg-cross-nav {
  display: inline-block;
}
a.headerLink {
  color: #333;
  background-color: #ffcb08;
  padding: 8px;
  border-radius: 3px;
  font-weight: 700;
}
.hg-call-mob {
  display: inline-block;
}
.hg-call-mob,
.hg-login-btn-mob {
  margin-right: 20px;
}
.hg-mob-top-right {
  float: right;
}
.hg-cross-nav,
.hg-hamb {
  cursor: pointer;
}
.hg-hamb {
  padding-top: 5px;
}
.hg-hamburger-cont {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.hg-blue-footer-nav {
  background-color: #005288;
  /* padding: 15px; */
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.hg-blue-footer-nav a {
  color: #ffcb08;
}
.hg-supp-half {
  width: 49%;
  display: inline-block;
}
.hg-supp-half1 {
  border-right: 1px solid #1a6494;
}
.hg-nav-imgs,
.hg-nav-link {
  display: inline-block;
  float: left;
}
.hg-nav-imgs {
  width: 15%;
}
.hg-nav-link {
  width: 84%;
  margin-top: 3px;
}
.hg-mob-nav.accordion-toggle .active-img {
  display: none;
}
.hg-mob-nav.accordion-toggle.active .non-active-img {
  display: none;
}
.hg-mob-nav.accordion-toggle.active .active-img {
  display: block;
}
.hg-mob-nav.accordion-toggle .hg-mob-up {
  display: none;
}
.hg-mob-nav.accordion-toggle.active .hg-mob-down {
  display: none;
}
.hg-mob-nav.accordion-toggle.active .hg-mob-up {
  display: block;
}
#signup div p.hg-termnconditions {
  width: 100%;
  margin-bottom: 30px;
}
#signup div p.hg-termnconditions span input {
  width: auto;
}

.twofa-gauth-wrp#twofa-gauth-modal {
  background: #6c6c6c;
  border: 1px solid #828282;
  padding: 6px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 700px;
  text-align: left;
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.twofa-gauth-wrp#twofa-gauth-without-modal {
  width: 673px;
  margin: 31px auto 60px auto;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.twofa-gauth-content {
  background: #fff;
  border-radius: 5px;
  padding: 27px 0 14px 30px;
}

.twofa-gauth-wrp * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twofa-gauth-wrp p,
.twofa-gauth-wrp label {
  font: 100 15px/20px "proxima_nova", Arial;
  color: #1b1b1b;
}

.twofa-gauth-wrp p.sms-verify-heading {
  font: bold 14px/19px Arial;
  margin: 15px 0 3px 0;
}

.twofa-gauth-wrp h1 {
  font: 600 24px/24px "proxima_nova", Arial;
  color: #1b1b1b;
  padding: 0 0 25px 0;
}

.twofa-gauth-wrp#twofa-gauth-modal .twofa-gauth-content h1 {
  padding: 0 0 31px 0;
}

.twofa-gauth-wrp p.twofa-contactus {
  border-top: 1px solid #cccccc;
  padding: 15px 0 0 0;
  margin: 0 30px 0 0;
}

.twofa-gauth-wrp p.statutory-warn {
  font: 100 13px/21px "proxima_nova", Arial;
  color: #1b1b1b;
  padding: 4px 0 13px 20px;
}

.twofa-gauth-wrp p.cant-access-gauth {
  font: 100 13px/24px "proxima_nova", Arial;
  color: #1b1b1b;
}

.twofa-gauth-wrp p.cant-access-gauth a {
  font: 100 13px "proxima_nova", Arial;
  display: inline-block;
  height: 14px;
}

.twofa-gauth-wrp label[for="trust-this-pc"] {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0 0 4px;
  font: 100 15px/21px "proxima_nova", Arial;
  color: #1b1b1b;
}

.twofa-gauth-wrp .button-wrp {
  padding: 0;
  position: relative;
  margin: 20px 0;
}

.twofa-gauth-wrp a,
.twofa-gauth-wrp a:hover {
  color: #377ce4;
  border-bottom: 1px solid #377ce4;
  text-decoration: none;
  height: 16px;
  display: inline-block;
}

.gauth-icon {
  background: url("/ui/resellerdata/120000_149999/147142/supersite2/hostgator/themes/MinimalGreen-MyTheme/images/Gauth-icon.png") no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 12px 13px 0 0;
  vertical-align: top;
}

.twofa-gauth-wrp input[type="submit"] {
  background: #0080cf;
  border: 1px solid #005dc9;
  color: #fff;
  text-shadow: 0 -1px 0 #002db0;
  height: 40px;
  width: 98px;
  box-sizing: border-box;
  font: bold 14px/20px Arial;
  border-radius: 2px;
  -webkit-box-shadow: -2px 2px 3px 0px rgba(207, 207, 207, 1);
  -moz-box-shadow: -2px 2px 3px 0px rgba(207, 207, 207, 1);
  box-shadow: -2px 2px 3px 0px rgba(207, 207, 207, 1);
  cursor: pointer;
  margin: 0 6px 0 0;
  outline: none;
}

.twofa-gauth-wrp .twofasms-code input[type="submit"] {
  margin: 0 8px 0 0;
}

.twofa-gauth-wrp input[type="submit"].disable-stt {
  background: #d7d7d7;
  border: 1px solid #d2d2d2;
  color: #8a8a8a;
  text-shadow: 0 -1px 0 #fff;
  box-shadow: none;
  cursor: no-drop;
}

.twofa-gauth-wrp .otp-wrp {
  position: relative;
  margin: 2px 0 0 0;
}

.twofa-gauth-wrp#twofa-gauth-modal .twofabackup-code .otp-wrp {
  margin: 9px 0 0 0;
}

.twofa-gauth-wrp .gauth-code-error-txt,
.twofa-gauth-wrp .backup-code-error-txt {
  font: 12px/18px Arial;
  color: #ce0000;
  position: absolute;
  top: 47px;
  left: 50px;
  display: none;
}

.twofa-gauth-wrp .sms-otp-error-txt {
  top: 65px;
  left: 38px;
}

.backup-txt {
  font: 12px/19px Arial;
  color: #333;
  position: absolute;
  left: -5px;
  top: 47px;
}

.twofa-gauth-wrp .backup-code-error-txt {
  top: 45px;
}

.twofa-sms-icon {
  background: url("/ui/resellerdata/120000_149999/147142/supersite2/hostgator/themes/MinimalGreen-MyTheme/images/twofa-sms-icon.png") no-repeat;
  height: 28px;
  width: 26px;
  display: inline-block;
  margin: 12px 7px 53px 0;
}

.twofa-gauth-wrp p.sms-missed {
  font: 12px/19px Arial;
  color: #333;
  position: absolute;
  left: 38px;
  top: 52px;
}

.twofa-gauth-wrp p.sms-missed a {
  margin: 0 0 0 4px;
  font: 12px Arial;
  padding: 0;
}

.resend-sms {
  display: none;
}

.twofa-gauth-wrp span.resending-txt,
.twofa-gauth-wrp span.sent-txt,
.twofa-gauth-wrp span.wait-txt {
  font: 12px Arial;
  color: #666666;
  display: none;
  height: 14px;
  width: 14px;
  margin: 0 0 0 4px;
  padding: 0 0 0 18px;
}

.twofa-gauth-wrp span.resending-txt {
  background: url("/ui/resellerdata/120000_149999/147142/supersite2/hostgator/themes/MinimalGreen-MyTheme/images/ajax-loader.gif") no-repeat;
  background-size: 50%;
  background-size: 50%;
}

.twofa-gauth-wrp span.sent-txt {
  background: url("/ui/resellerdata/120000_149999/147142/supersite2/hostgator/themes/MinimalGreen-MyTheme/images/twofa-sent-sms-bg.png") no-repeat left top
    2px;
  height: 12px;
  width: 12px;
  padding: 0 0 0 12px;
}

.twofa-gauth-wrp span.wait-txt {
  background: url("/ui/resellerdata/120000_149999/147142/supersite2/hostgator/themes/MinimalGreen-MyTheme/images/sms-wait-icon.png") no-repeat;
  display: inline-block;
  height: auto;
  width: auto;
}
/* dot NGO/ONG */

#dotngotnc {
  margin: 5px 0 0 0;
}

label#tnc-txt {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  display: inline-block;
  width: 650px;
  vertical-align: top;
  color: #1b1b1b;
  margin: 0 0 0 6px;
}

.model-button.disabled-model-button,
#add_contact_btn.disabled-use-contact-btn,
#add_contact_btn.disabled-use-contact-btn:hover {
  background: #d7d7d7;
  border: 1px solid #c7c7c7;
  color: #898989;
  box-shadow: none;
  text-shadow: none;
  cursor: no-drop;
}

#add_contact_frm label#tnc-txt {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  display: inline-block;
  width: 650px;
  vertical-align: top;
  color: #1b1b1b;
  margin: 0 0 0 6px;
}

#add_contact_frm label#tnc-error {
  position: absolute;
  bottom: -8px;
  left: 21px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .container.hg-header-container {
    width: 100%;
  }
}
@media (max-width: 1550px) and (min-width: 1200px) {
  nav .navbar-nav > li > .dropdown-menu.dropdown-menu-more {
    right: 0px;
    left: inherit;
  }
  nav .navbar-nav > li > .dropdown-menu.dropdown-menu-more {
    right: 0px;
    left: inherit;
  }
}
@media (min-width: 1200px) {
  .hg-india header.header-large .navbar-default .navbar-nav > li > a {
    padding: 18px 33px;
  }
  .hg-india
    header.header-large
    .navbar-default
    .navbar-nav
    > li
    > a.dropdown-toggle.hg-web-hosting {
    padding-left: 0px;
  }
  .hg-india
    header.header-large
    .navbar-default
    .navbar-nav
    > li
    > a.dropdown-toggle.hg-more {
    padding-right: 0px;
  }
}

/* ============== MOBILE UI REVAMP 2020 ============= */

@media (min-width: 768px) {
  label.checkbox-wrap {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  a.orange-link {
    color: #ff8d4e;
    text-decoration: underline;
  }
  label.mobile-form-label {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #2e578b;
    font-size: 12px;
  }

  /* Input  */
  .login-wrap
    .login-content
    .signup-container
    .input-row-wrap
    p
    input.mobile-input,
  input.mobile-input {
    height: 48px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    border: 1px solid #cdd8df;
  }
  /* Select input */
  .login-wrap .login-content .signup-container .input-row-wrap p select,
  select.mobile-select {
    color: #777;
    border: solid 1px #cdd8df;
    background-color: #ffffff;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
  }

  #input_phone_cc {
    max-width: 75px;
  }
  .login-wrap
    .login-content
    .signup-container
    .input-row-wrap
    p
    input.mobile-no {
    width: calc(100% - 76px);
  }

  /* Button */
  .btn-orange.btn-mobile {
    font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    height: 55px;
    border-radius: 5px;
    background-image: linear-gradient(81deg, #ff6b17 2%, #ff8d4e 100%);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
  }

  /* Passsword eye Icon */
  .password-eye-icon {
    display: inline-block;
    background-image: url("../../images/mobile/eye-icon.png");
    width: 32px;
    height: 20px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 15px;
    margin-top: 15px;
  }

  .login-box-container .password-eye-icon {
    margin-top: 20px;
  }

  .password-eye-icon.show-password {
    background-position: 0px -20px;
  }

  /* Checkbox: */

  .checkbox-wrap {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }

  .checkbox-wrap input[type="checkbox"].mobile-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 2px solid #ff8d4e;
  }

  /* When the checkbox is checked, add a blue background */
  .checkbox-wrap input[type="checkbox"].mobile-checkbox:checked ~ .checkmark {
    background-color: white;
    border: 2px solid #ff8d4e;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkbox-wrap .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ff8d4e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  fieldset ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.45);
  }

  fieldset :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.45);
  }

  fieldset ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.45);
  }
  /* Form Error Message */
  fieldset .error {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: transparent;
  }

  /* hosting modal revamp */
  .hosting-modal-revamp.modal.bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .hosting-modal-revamp.modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hosting-modal-revamp.modal.bottom .modal-content {
    height: auto;
    overflow-y: auto;
    height: auto;
    overflow-y: auto;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 0;
    font-family: GalanoGrotesqueAlt;
    font-size: 14px;
    font-weight: normal;
  }

  .hosting-modal-revamp.modal.bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
  }

  .hosting-modal-revamp.modal.bottom.fade.in .modal-dialog {
    bottom: 0;
  }

  .hosting-modal-revamp.modal.bottom.fade .modal-dialog {
    bottom: -100%;
  }

  .hosting-modal-revamp.modal.bottom.fade .modal-dialog .modal-body {
    padding: 45px 20px;
  }

  .hosting-modal-revamp
    .modal-dialog-large
    button.close.hg-hosting-modal-close
    span {
    display: none;
  }

 

  .hosting-modal-revamp
    .modal-dialog-large
    button.close.hg-hosting-modal-close {
    width: 25px;
    height: 25px;
    background: url("/ui/hostgator/themes/MinimalGreen/images/close.svg")
      no-repeat;
    position: absolute;
    top: 13px;
    right: 20px;
  }
  .hosting-modal-revamp div#hosting_modal_body_id {
    margin: 0;
    padding: 0;
  }
  .hosting-modal-revamp .section-header {
    font-size: 22px;
    font-weight: 500;
    color: #2e578b;
    margin-bottom: 20px;
    text-align: center;
  }
  .hosting-modal-revamp .section-header .desc {
    font-size: 14px;
    font-weight: normal;
    color: #747474;
    margin-top: 10px;
  }
  .hosting-modal-revamp .domain-options .btn-wrap .btn-primary {
    font-size: 14px;
    padding: 18px 24px;
    background: #fff;
    border-radius: 6px;
    border: solid 2px #ff8d4e;
    color: #ff8d4e;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 115px;
    margin: 0px 2px;
  }
  .hosting-modal-revamp .domain-field-wrapper.hg-domain-field-wrapper {
    background-color: transparent;
    padding: 0;
    color: inherit;
    margin: 0 0 60px 0;
  }
  .hosting-modal-revamp
    .domain-field-wrapper.select-domain-modal
    .domain-input-wrap {
    position: relative;
  }
  .hosting-modal-revamp
    .domain-field-wrapper.select-domain-modal
    .domain-input-wrap
    input.textbox,
  .hosting-modal-revamp
    .domain-field-wrapper.select-domain-modal
    .domain-input-wrap
    select {
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    height: 60px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 18px 20px;
    color: #747474;
  }
  .hosting-modal-revamp
    .domain-field-wrapper.select-domain-modal
    .domain-input-wrap::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 58px;
    background: url("/ui/hostgator/themes/MinimalGreen/images/search.svg")
      center no-repeat #fff;
    border-radius: 0 5px 5px 0;
  }
  .hosting-modal-revamp#modal_div .modal-footer.hg-modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 0;
  }
  .hosting-modal-revamp#modal_div .modal-footer.hg-modal-footer .btn-primary {
    height: 60px;
    border-radius: 0;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    min-width: 160px;
  }
  .hosting-modal-revamp
    .domain-field-wrapper.select-domain-modal
    .domain-input-wrap
    select.domain-modal-select {
    width: 20%;
    box-shadow: none;
    position: absolute;
    display: block;
    top: 0;
    height: 58px;
    right: 50px;
    padding: 0 0 0 10px;
    border-left: 2px solid #ededed;
    border-radius: 0;
    background: #fff;
  }
  .hosting-modal-revamp#modal_div
    .modal-footer.hg-modal-footer
    .product-total-wrap-xs {
    padding: 12px 0 0 20px;
    color: #2e578b;
    font-size: 14px;
    font-weight: 500;
  }
  .hosting-modal-revamp#modal_div
    .modal-footer.hg-modal-footer
    .product-total-wrap-xs
    p {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
  }
  .hosting-modal-revamp
    .domain-field-wrapper.select-domain-modal
    .domain-input-wrap
    input.textbox#new-domain-name {
    width: 100%;
    border-radius: 5px;
  }

  /* hosting modal revamp end */
}

/* Forgot password  for mobile modal */

.modal.bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.bottom .modal-content {
  border-radius: 0;
  border: none;
}

/* Bottom */
.modal.bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.bottom .modal-content {
  height: auto;
  overflow-y: auto;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.modal.bottom .modal-body {
  padding: 15px 15px;
  text-align: center;
}
/* Bottom */
.modal.bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.in .modal-dialog {
  bottom: 0;
}

.modal.bottom.fade .modal-dialog {
  bottom: -100%;
}

#forgotpwd_modal .login-box.hg-forgot-box {
  max-width: 360px;
}

#forgotpwd_modal .modal-header {
  padding: 0px 25px;
  border-bottom: none;
  background-color: #fff;
  height: 40px;
}
#forgotpwd_modal .modal-header .close {
  text-align: right;
  font-weight: 100;
  background-color: #fff;
  color: #ff6b17;
  font-size: 48px;
  opacity: 1;
}
#forgotpwd_modal .modal-body .title.login-title {
  display: block;
  color: #2e578b;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
#forgotpwd_modal .forgotpass-wrap {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
#forgotpwd_modal .box-body .hg-forgot-email #fpuseremail {
  border-radius: 0px;
  width: 280px;
  height: 59px;
  border: solid 1px #cdd8df;
  margin: 15px auto 10px auto;
  color: #777;
  padding: 20px 15px;
}
#forgotpwd_modal .mobile-btn.orange-btn {
  width: 280px;
  height: 55px;
  border-radius: 5px;
  background: #ff6b17;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: white;
  padding: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
#forgotpwd_modal .modal-footer {
  text-align: center;
  border-top: none;
}
#forgotpwd_modal .error {
  padding: 0px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  background: white;
}
#forgotpwd_modal .error .response.failure {
  color: #d94445;
}

#forgotpwd_modal .box.login-box.hg-forgot-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Forgot password modal for mobile end*/

/* EMI Changes */
.hg-noEmiBanner {
  width: 55%;
  margin: 25px auto;
  text-align: center;
  background-image: url(/ui/hostgator/themes/MinimalGreen/images/myUploadedImages/emi-banner-bg.png);
  background-color: #fed106;
  padding: 32px;
  background-size: cover;
  font-size: 25px;
  color: #333333;
  font-weight: bold;
}

.hg-navigation-cloud .hg-noEmiBanner a,
.hg-noEmiBanner a {
  color: #333333;
  padding: 2px 0px;
  border-bottom: 2px solid #776203;
}

.hg-navigation-cloud .hg-noEmiBanner a:hover,
.hg-noEmiBanner a:hover {
  text-decoration: none;
}

.emi-banner {
  background-image: url(/ui/hostgator/themes/MinimalGreen/images/myUploadedImages/cart-emi-bg.png);
  width: 90%;
  margin: 0 auto;
  background-color: #fceeb8;
  padding: 15px;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-size: contain;
}

.emi-banner a {
  color: #333333;
  padding-bottom: 2px;
  border-bottom: 1px solid #776203;
}

.emi-banner svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
/* EMI Changes */

/*manage service banner*/
.hg-manageBanner {
  margin: 30px auto 0;
  width: 65%;
  background-color: #facf3b;
  border-radius: 4px;
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: left;
}
.hg-newwhiteicon {
  position: absolute;
  top: -9%;
  left: -2%;
}
.hg-leftcolumn {
  flex-basis: 45%;
}
.hg-manageBanner-title {
  color: #1c5297;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}
.hg-manageBanner-subtitle {
  color: #3c3c3c;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.hg-rightcolumn {
  flex-basis: 45%;
  margin: 0;
}
.hg-manageBanner-point {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  padding: 5px 0;
}
@media only screen and (max-width: 640px) {
  .hg-manageBanner {
    width: 100%;
    display: block;
    padding: 30px 35px;
  }
  .hg-manageBanner-title {
    font-size: 20px;
    line-height: 25px;
  }
  .hg-manageBanner-subtitle {
    margin-bottom: 20px;
  }
  .hg-rightcolumn {
    padding-left: 15px;
  }
  .hg-newwhiteicon {
    top: -5%;
    left: -3%;
  }
}
/*manage service banner*/
/* SEO footer at the end css*/
.br-footer-details-section h2 {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.br-footer-details-section {
  padding: 30px 0px;
}
/* SEO footer ends */

/* Acronis */
.acronis-label .text-m {
  font-size: 13px;
  color: #9f9f9f;
  margin: 0 0 20px 0;
  font-weight: normal;
  display: block;
}
.acronis-tabs {
  border: solid 2px #0171bc;
  border-radius: 3px;
  margin: 0 0 15px 10px;
}
.acronis-tabs span.active {
  background: #0171bc;
  color: #fff;
}
.acronis-tabs span {
  font-size: 13px;
  padding: 5px 10px;
  cursor: pointer;
  color: #0171bc;
  display: inline-block;
  margin: -1px;
}
.acronis-text-input .text-input {
  max-width: 70px;
  border: none;
  font-size: 13px;
  border-bottom: 1px solid #0171bc;
}
.acronis-text-input label {
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
  color: #0171bc;
  font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.section-content .ds .row label,
.section-content .dws .row label {
  line-height: inherit;
}
.section-content .ds .row,
.section-content .dws .row {
  border: none;
}
.section-content .ds .acronis-text-input label,
.section-content .dws .acronis-text-input label {
  font-size: 13px;
}
.section-content .ds .acronis-label .text-m,
.section-content .dws .acronis-label .text-m {
  font-size: 13px;
}
.dws .acronis-text-input .text-input {
  background: transparent;
}
.acronis-label {
  position: relative;
}
.acronis-label .new-bedge {
  position: absolute;
  left: 0;
  top: -33px;
  font-size: 12px;
  background: #ffc926;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  width: 50px;
  border-radius: 25px;
  line-height: 19px;
  text-align: center;
}
.ds .acronis-label .new-bedge,
.dws .acronis-label .new-bedge {
  left: 16px;
  top: -22px;
  font-size: 11px;
  width: 48px;
  line-height: 17px;
  font-weight: 500;
}
.acronis-input.acronis-none span {
  padding-left: 0;
  font-size: 14px;
}
.acronis-input.acronis-none label {
  border: none;
}
.acronisbackupus .alert-acronis,
.acronisbackupasia .alert-acronis {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 11px;
  padding: 5px 15px;
  border-radius: 0;
  margin: 0;
  display: block !important;
}
.cartItemsWrp .acronisbackupus,
.cartItemsWrp .acronisbackupasia {
  padding-bottom: 50px;
}

@media (max-width: 640px) {
  .acronis-label .new-bedge {
    top: -20px;
    font-size: 10px;
    width: 40px;
    line-height: 16px;
  }
  .acronis-input {
    margin-top: 10px;
  }
  .acronis-text-input label {
    margin-bottom: 15px;
  }
  .acronis-tabs span {
    font-size: 12px;
  }
  .acronis-text-input label {
    font-size: 13px;
  }
  .acronis-tabs {
    margin-bottom: 10px;
  }
  .addon-options.pl-0,
  .acronis-text.pl-0 {
    padding-left: 15px;
  }
  .row.ds,
  .row.dws {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .ds .acronis-label .new-bedge {
    font-size: 10px;
    width: 40px;
    line-height: 16px;
  }
  .vps-addons .lcolumn-wrap {
    width: 100%;
  }
}
/* Acronis */

.color-white{
  color: #ffffff !important;
}
.hosting-content{
  color: #005793;
  font-size: 34px;
  margin-bottom: 20px
}

.hosting-conflict-content{
  font-size: 26px;
	margin-bottom: 16px;
  color: #0171bc;
}

.linux-setup-text{
  color: #4480C5;
  line-height: 40px;
  font-size: 34px;
}