body {
    font-family: Overpass, PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,Arial, sans-serif!important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.display-4 {
    font-weight: 400!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400!important;
}


@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: #d7d7d7 !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none;
  }
}

.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: #d7d7d7 !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}

.btn-return-to-admin .floating:hover {
  background-color: #cdcdcd !important;
  color: #444 !important;
  text-decoration: none;
}


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

.modal .modal-header {
  background-color: #eee;
}

.modal-localisation .modal-content {
  background-color: #3e3e3e;
}

.modal-localisation .modal-body {
  background: url("../img/worldmap.png");
  background-size: cover;
}

.modal-localisation .modal-footer {
  border: 0;
}

.modal-localisation .h5 {
  color: #fff;
}

.modal-localisation .item-selector .item {
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #eee;
}

.modal-localisation .item-selector .item:hover {
  background-color: #eee;
  color: #444;
}

.modal-localisation .item-selector .item.active {
  background-color: #ddd;
  border-color: #bbb;
  color: #444;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

/**
 * WHMCS Telephone Country Code Dropdown
 *
 * Using https://github.com/jackocnr/intl-tel-input
 *
 * @copyright Copyright (c) WHMCS Limited 2005-2017
 * @license http://www.whmcs.com/license/ WHMCS Eula
 */

.intl-tel-input {
    width: 100%;
}

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v4.0.0-alpha.1
  * @homepage http://www.bootstrap-switch.org
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 0.25rem;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  user-select: none;
  vertical-align: middle;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 0.25rem;
    transform: translate3d(0, 0, 0); }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off,
  .bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    line-height: 1.25;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0; }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
      color: #fff;
      background-color: #0275d8;
      border-color: #0275d8; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover {
        color: #fff;
        background-color: #025aa5;
        border-color: #01549b; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.focus {
        box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:disabled {
        background-color: #0275d8;
        border-color: #0275d8; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.dropdown-toggle {
        color: #fff;
        background-color: #025aa5;
        background-image: none;
        border-color: #01549b; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
      color: #292b2c;
      background-color: #fff;
      border-color: #ccc; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:hover {
        color: #292b2c;
        background-color: #e6e6e6;
        border-color: #adadad; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.focus {
        box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:disabled {
        background-color: #fff;
        border-color: #ccc; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.dropdown-toggle {
        color: #292b2c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
      color: #fff;
      background-color: #5bc0de;
      border-color: #5bc0de; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.focus {
        box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:disabled {
        background-color: #5bc0de;
        border-color: #5bc0de; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #2aabd2; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
      color: #fff;
      background-color: #5cb85c;
      border-color: #5cb85c; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.focus {
        box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:disabled {
        background-color: #5cb85c;
        border-color: #5cb85c; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #419641; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #f0ad4e; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.focus {
        box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:disabled {
        background-color: #f0ad4e;
        border-color: #f0ad4e; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #eb9316; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
      color: #fff;
      background-color: #d9534f;
      border-color: #d9534f; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.focus {
        box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:disabled {
        background-color: #d9534f;
        border-color: #d9534f; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #c12e2a; }
  .bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch input[type='radio'],
  .bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }
  .bootstrap-switch.bootstrap-switch-mini {
    min-width: 71px; }
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      border-radius: 0.2rem; }
  .bootstrap-switch.bootstrap-switch-small {
    min-width: 79px; }
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      border-radius: 0.2rem; }
  .bootstrap-switch.bootstrap-switch-large {
    min-width: 120px; }
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
      padding: 0.75rem 1.5rem;
      font-size: 1.25rem;
      border-radius: 0.3rem; }
  .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important; }
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
      opacity: .5;
      cursor: default !important; }
  .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left 0.5s; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-focused {
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); }
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
@charset "UTF-8";
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "éˆ«ï¿½";
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "éˆ«ï¿½";
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > th:first-child:before {
  top: 5px;
}

.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

body {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFangSC-Regular,"Microsoft Yahei-Regular","Microsoft Yahei", Microsoft Sans Serif, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.navbar-brand img {
    height: 24px;
}

.navbar-nav.header-nav li {
    padding: 0px 10px 0px 10px;
}

ul.list-unstyled.footer-ul li {
    line-height: 25px;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
	
}
table.table-list thead th,
table.table-list tbody td {
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* dataTables */
.dataTables_wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdee3;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding: 0;
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #7c8088;
    background-color: #f2f3f5;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-top: 1px solid #e6e8ec;
    border-radius: 0 0 4px 4px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
    border: 0 none;
    border-radius: 0;
    margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    font-size: 13px;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #f6f7f8 !important;
}
table.table-list thead th,
table.table-list tbody td {
    padding: 12px 15px;
}
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
    color: #7c8088;
    min-width: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
    color: #007bff;
    border: 1px solid #007bff;
}
.table-container .table td {
    vertical-align: middle;
}

.label.status {
    color: #999;
    padding: 0;
    background-color: transparent;
}
.label.status:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}
.show-panel {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e4e6;
}
.show-panel h2 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin: 0 0 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show-panel .article-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 120px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.show-panel .article-list li {
	display: flex;
	justify-content: space-between;
}
.show-panel .article-list .link {
    max-width: 285px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.show-panel .article-list span {
	color: #999;
}
.show-panel .article-list .link:hover {
    color: #2d77ee;
}
.account-list-item {
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.account-list-item > a {
	text-decoration: none;
}
.account-list-item .account-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.account-list-item .item-type {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item {
    flex: 1 1 48%;
    height: 48px;
    background: #f6f7f8;
    border-radius: 4px;
}
.warning-list-item:first-child {
    margin-bottom: 12px;
}
.warning-list-item .link {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    text-decoration: none;
}
.warning-list-item .item-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item .item-count {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    padding-top: 5px;
}
.alarm-list-item {
    flex: 1 1 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
}
.alarm-list-item > a {
	text-decoration: none;
}
.alarm-list-item .alarm-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    text-align: center;
}
.alarm-list-item .item-type {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.remain-items .wrap {
    padding: 0;
    margin: 0;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.remain-items .wrap .item:first-child {
    margin-top: 0;
}
.remain-items .wrap .item {
	cursor: pointer;
    margin-top: 12px;
    height: 44px;
    border: 2px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 4px;
    justify-content: space-between;
    padding: 0 18px;
}
.remain-items .wrap .item:hover {
    background: #f3f7fe;
    border: 2px solid #6c9ff3;
}
.remain-items .wrap .item .item-left,
.remain-items .wrap .item {
    display: flex;
    align-items: center;
}
.remain-items .wrap .item .count {
    margin-top: 8px;
    font-family: DINCondensed-Bold;
    color: #333;
    font-size: 20px;
}
.my-resource .source-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.my-resource .source-empty .empty-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('../img/empty.png') 100% 100%/cover;
}
.my-resource .source-empty .empty-prompt {
    font-size: 14px;
    margin-top: 15px;
}
.my-resource .source-empty .create-prompt {
    font-size: 14px;
    margin-top: 8px;
}
.introduce {
    line-height: 17px;
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
}
.envo {
    margin-top: 15px;
}
.envo-item {
    height: 90px;
    background: #fff;
    border: 1px solid rgba(45, 119, 238, .1);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    padding: 20px;
    align-items: center;
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.envo-item .content {
    padding-left: 80px;
}
.envo-item .content h2 {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    white-space: nowrap;
    opacity: .85;
    color: #2d77ee;
    line-height: 24px;
    margin: 0;
}
.envo-item .description {
    white-space: nowrap;
    margin-top: 7px;
    opacity: .5;
    font-size: 12px;
    color: #2d77ee;
}

.bg-footer {
    background: url(../img/probg.jpg);
}




.index-item-header {
	text-align: center
}

.index-item-header p.item-header-title {
	color: #05101F;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 0;
	margin: 0
}

.index-item-header p.item-header-subtitle {
	color: #666;
	font-size: 16px;
	margin-top: 10px
}

@media (max-width: 414px) {
	.index-item-header p.item-header-title {
		font-size: 18px;
		letter-spacing: 1px
	}

	.index-item-header p {
		font-size: 12px;
		letter-spacing: 0;
		padding: 0
	}
}


.index-step .step-flow {
	margin-top: 74px
}

.index-step .item-pic-01 {
	display: block;
	margin: 0 auto;
	height: 108px;
	margin-bottom: 18px;
	background-size: 108px 108px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}

.index-step .item-pic-01 .step-arrow {
	width: 20px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: -10px
}

.index-step .step-01 {
	background-image: url(../img/step-01_2x.png)
}

.index-step .step-02 {
	background-image: url(../img/step-02_2x.png)
}

.index-step .step-03 {
	background-image: url(../img/step-03_2x.png)
}

.index-step .step-04 {
	background-image: url(../img/step-04_2x.png)
}

.index-step .item-pic-02 {
	width: 60px;
	height: 60px
}

.index-step .steop-flow-text {
	text-align: center;
	font-weight: 400;
	margin-top: 20px
}

.index-step .steop-flow-text p.flow-text-h5 {
	color: #05101F;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px
}

.index-step .steop-flow-text p {
	color: #666;
	font-size: 14px;
	line-height: 2
}

@media (max-width: 767px) {

	.index-step {
		padding: 35px 0
	}

	.index-step .step-flow-m {
		margin-top: 35px
	}

	.index-step .step-item-m img {
		float: left;
		width: 71px
	}

	.index-step .step-item-m .right-content {
		margin-left: 90px;
		height: 71px
	}

	.index-step .step-item-m .right-content .step-title-m {
		line-height: 1.8;
		font-size: 18px;
		color: #05101F
	}

	.index-step .step-item-m .right-content .step-content-m {
		font-size: 10px
	}

	.index-step .step-arrow-m {
		height: 35px;
		background: url(../img/step-arrow-m_2x.png) no-repeat;
		background-size: 18px 10px;
		background-position: 26px center
	}
}



.server-solution-container .server-solution {
	margin-top: 80px
}

.server-solution-container .server-solution-card {
	padding: 40px 45px 28px 45px;
	border: 1px solid   #E6E8ED;
	box-shadow: 0 2px 4px rgba(5,29,75,0.06);
	border-radius: 4px;
	text-align: center;
	max-width: 380px;
	height: 410px;
	margin: 0 auto;
	transition: all 0.4s;
	position: relative
}

.server-solution-container .server-solution-card .solution-card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.server-solution-container .server-solution-card .solution-card-img {
	height: 50px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat
}

.server-solution-container .server-solution-card .server-solution-1 {
	background-image: url(/svg/server-solution-1.svg)
}

.server-solution-container .server-solution-card .server-solution-2 {
	background-image: url(../svg/server-solution-2.svg)
}

.server-solution-container .server-solution-card .server-solution-3 {
	background-image: url(../svg/server-solution-3.svg)
}

.server-solution-container .server-solution-card .solution-card-title {
	color: #05101F;
	font-size: 20px;
	margin-top: 30px
}

.server-solution-container .server-solution-card .solution-card-content {
	text-align: justify;
	margin-top: 24px;
	font-size: 14px;
	color: #666;
	margin-bottom: 18px;
	line-height: 2
}

.server-solution-container .server-solution-card .see-more-detail {
	color: #0069FF;
	font-size: 14px;
	opacity: 0;
	transition: all 0.5s
}

.server-solution-container .server-solution-card .see-more-detail:after {
	margin-top: 4px
}

.server-solution-container .server-solution-card:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.1)
}

.server-solution-container .server-solution-card:hover .see-more-detail {
	opacity: 1
}

.server-solution-container .server-solution-card:hover .server-solution-card {
	width: 420px
}


@media (max-width: 1199px) {
	.server-solution-container .server-solution-card {
		padding: 20px
	}

	.server-solution-container .server-solution-card .solution-card-content {
		margin-bottom: 30px
	}

	.server-solution-container .server-solution-card .solution-card-title {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.server-solution-container .server-solution-card {
		min-height: 360px;
		margin-bottom: 30px;
		padding: 30px
	}

	.server-solution-container .server-solution-card .see-more-detail {
		opacity: 1
	}

	.server-solution-container .server-solution-card:hover {
		transform: none;
		border: 1px solid #E6E8ED;
		box-shadow: none
	}
}


@media (max-width: 767px) {
	.server-solution-container {
		margin-top: 35px
	}

	.server-solution-container .server-solution {
		margin-top: 20px
	}

	.server-solution-container .server-solution-card {
		margin-bottom: 15px;
		padding: 20px;
		height: 400px
	}
}




.consult-container {
	background: url(../img/bg-fragment.jpg);
}

.consult-container .industry-solution {
	min-height: 300px;
	height: auto;
	padding: 42px 74px;
	background: #fff;
	margin: 50px auto 0;
	border-radius: 4px;
	border: 1px solid #E6E8ED;
	box-shadow: 0 2px 20px rgba(55,29,75,0.04);
}

.consult-container .industry-tab-left {
	float: left;
	width: 140px;
	border-right: 1px solid #E6E8ED
}

.consult-container .industry-tab-left ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.consult-container .industry-tab-left li {
	font-size: 16px;
	color: #666666;
	height: 46px;
	line-height: 46px;
	margin-bottom: 8px;
	border-right: 4px solid transparent;
	cursor: pointer
}

.consult-container .industry-tab-left li:last-child {
	margin-bottom: 0
}

.consult-container .industry-tab-left li.active {
	border-right-color: #4582EC;
	color: #4582EC;
}

.consult-container .industry-tab-top {
	font-size: 0
}

.consult-container .industry-tab-top li {
	display: inline-block;
	width: 25%;
	color: #666;
	margin-bottom: 20px
}

.consult-container .industry-tab-top .top-tab-item {
	font-size: 12px;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent
}

.consult-container .industry-tab-top li.active .top-tab-item {
	color: #4582EC;
	border-bottom: 2px solid #4582EC;
}

.consult-container .industry-content {
	margin-left: 140px
}

.consult-container .industry-content .industry-detail-content {
	margin-left: 100px;
	display: none
}

.consult-container .industry-content .industry-detail-content.active-industry {
	display: block
}

.consult-container .industry-content .industry-detail-content .industry-detail-title {
	color: #05101F;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px
}

.consult-container .industry-content .industry-detail-content .industry-detail-desc {
	color: #666666;
	font-size: 14px;
	line-height: 2;
	margin-top: 24px;
	min-height: 85px
}

.consult-container .industry-content .industry-detail-content .industry-see-more {
	display: inline-block;
	font-size: 16px;
	color: #4582EC;
	margin-top: 24px;
	border: 1px solid #4582EC;
	border-radius: 2px;
	line-height: 35px;
	text-align: center;
	width: 160px;
	transition: color 0.3s ease-out, background-color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: ease-out, ease-out;
}

.consult-container .industry-content .industry-detail-content .industry-see-more:hover {
	color: #FFF;
	background-color: #4582EC;
}

.consult-container .industry-content .industry-detail-content .customer-logo-container {
	margin-top: 40px;
	font-size: 14px
}

.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
	margin-top: 32px
}

.consult-container .industry-content .industry-detail-content .customer-logo-container img {
	margin-right: 30px;
	height: 42px
}

@media (max-width: 1199px) {
	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 38px;
		margin-right: 15px
	}
}

@media (max-width: 991px) {
	.consult-container .industry-content .industry-detail-content {
		margin-left: 70px
	}

	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 140px;
		text-align: justify
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container {
		margin-top: 20px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
		margin-top: 20px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 24px;
		margin-right: 10px
	}
}

@media (max-width: 768px) {
	.consult-container .industry-tab-left {
		display: none
	}

	.consult-container .industry-content {
		margin-left: 0
	}

	.consult-container .industry-content .industry-detail-content {
		margin-left: 0
	}

	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 90px;
		text-align: justify
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 38px;
		margin-right: 10px
	}
}


@media (max-width: 320px) {
	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 150px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 18px;
		margin: 0
	}
}

@media (max-width: 767px){
.consult-container .industry-solution {
    padding: 25px;
    margin-top: 20px;
}
}
.show-lt-768 {
	display: none
}

@media (max-width: 768px) {
	.show-lt-768 {
		display: block
	}
}

a.submit-btn {
    padding: 14px 61px 15px;
    display: inline-block;
    border: none;
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC;
    border-radius: 2px 10px 2px 10px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.submit-btn:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 500;
        background-color: #007556;
    border-color: #00684c;
}

.theme-item a {
    max-height:450px;
    overflow:hidden;
}

.bg-navy {
    background-color: #21325b !important;
}




.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.master-breadcrumb {
  background-color: #e9ecef;
  margin-top: 70px;
}

.master-breadcrumb .breadcrumb {
  margin: 0;
  padding: 9px 0;
  font-size: 0.9rem;
}

.primary-content .card {
  margin-bottom: 10px;
}

.primary-content .card.mw-540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .card.mw-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .card-body {
  padding: 20px;
  overflow: auto;
}

@media (min-width: 768px) {
  .primary-content .card-body.extra-padding {
    padding: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .primary-content .card-body.extra-padding {
    padding: 3rem;
  }
}

.primary-content .card-title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px;
}


.card .show-on-card-hover {
  opacity: 0;
  transition: all 0.5s ease;
}

.card:hover .show-on-card-hover {
  opacity: 1;
}

h1 .show-on-hover,
h2 .show-on-hover,
h3 .show-on-hover,
h4 .show-on-hover,
h5 .show-on-hover,
h6 .show-on-hover {
  opacity: 0;
  transition: all 0.5s ease;
}

h1:hover .show-on-hover,
h2:hover .show-on-hover,
h3:hover .show-on-hover,
h4:hover .show-on-hover,
h5:hover .show-on-hover,
h6:hover .show-on-hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: #d7d7d7 !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none;
  }
}

.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: #d7d7d7 !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}

.btn-return-to-admin .floating:hover {
  background-color: #cdcdcd !important;
  color: #444 !important;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

.input-group .btn-reveal-pw {
  border-left: 0;
}

.input-group .btn-reveal-pw:hover, .input-group .btn-reveal-pw:active {
  background-color: #fff;
  color: #336699;
  border-color: #ccc;
}

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

.modal .modal-header {
  background-color: #eee;
}

.modal-localisation .modal-content {
  background-color: #3e3e3e;
}

.modal-localisation .modal-body {
  background: url("../img/worldmap.png");
  background-size: cover;
}

.modal-localisation .modal-footer {
  border: 0;
}

.modal-localisation .h5 {
  color: #fff;
}

.modal-localisation .item-selector .item {
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #eee;
}

.modal-localisation .item-selector .item:hover {
  background-color: #eee;
  color: #444;
}

.modal-localisation .item-selector .item.active {
  background-color: #ddd;
  border-color: #bbb;
  color: #444;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.network-issue-alert {
  padding: 9px 10px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 0.9rem;
}

.form-check-inline {
  display: initial;
}

@media (max-width: 991.98px) {
  .licensing-verification h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 767.98px) {
  .licensing-verification h3 {
    font-size: 1em;
  }
}

@media (max-width: 991.98px) {
  .licensing-verification h2 {
    font-size: 1.7em;
  }
}

@media (max-width: 767.98px) {
  .licensing-verification h2 {
    font-size: 1.2em;
  }
}

.licensing-verification .secondary-input-submit {
  display: none;
}

@media (max-width: 767.98px) {
  .licensing-verification .input-group .input-group-append {
    display: none;
  }
  .licensing-verification .input-group input {
    border-radius: 0 6px 6px 0 !important;
  }
  .licensing-verification .secondary-input-submit {
    display: block;
    padding-top: 0.5em;
  }
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled {
  border-color: #ccc;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff !important;
  border-color: #ccc !important;
}

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

.modal-header > .close {
  color: inherit;
}

/**
 * -------------------------
 * Colors
 * -------------------------
 */
.card-accent-gold {
  border-top: 3px solid #f0ad4e;
}

.card-accent-green {
  border-top: 3px solid #5cb85c;
}

.card-accent-red {
  border-top: 3px solid #d9534f;
}

.card-accent-blue {
  border-top: 3px solid #5bc0de;
}

.card-accent-orange {
  border-top: 3px solid #ff6600;
}

.card-accent-pink {
  border-top: 3px solid #e671b8;
}

.card-accent-purple {
  border-top: 3px solid #7b4f9d;
}

.card-accent-lime {
  border-top: 3px solid #8cbf26;
}

.card-accent-magenta {
  border-top: 3px solid #ff0097;
}

.card-accent-teal {
  border-top: 3px solid #00aba9;
}

.card-accent-turquoise {
  border-top: 3px solid #1abc9c;
}

.card-accent-emerald {
  border-top: 3px solid #2ecc71;
}

.card-accent-amethyst {
  border-top: 3px solid #9b59b6;
}

.card-accent-wet-asphalt {
  border-top: 3px solid #004258;
}

.card-accent-midnight-blue {
  border-top: 3px solid #2c3e50;
}

.card-accent-sun-flower {
  border-top: 3px solid #f1c40f;
}

.card-accent-pomegranate {
  border-top: 3px solid #c0392b;
}

.card-accent-silver {
  border-top: 3px solid #bdc3c7;
}

.card-accent-asbestos {
  border-top: 3px solid #7f8c8d;
}

.bg-color-gold {
  background-color: #f0ad4e;
}

.bg-color-green {
  background-color: #5cb85c;
}

.bg-color-red {
  background-color: #d9534f;
}

.bg-color-blue {
  background-color: #5bc0de;
}

.bg-color-orange {
  background-color: #ff6600;
}

.bg-color-pink {
  background-color: #e671b8;
}

.bg-color-purple {
  background-color: #7b4f9d;
}

.bg-color-lime {
  background-color: #8cbf26;
}

.bg-color-magenta {
  background-color: #ff0097;
}

.bg-color-teal {
  background-color: #00aba9;
}

.bg-color-turquoise {
  background-color: #1abc9c;
}

.bg-color-emerald {
  background-color: #2ecc71;
}

.bg-color-amethyst {
  background-color: #9b59b6;
}

.bg-color-wet-asphalt {
  background-color: #004258;
}

.bg-color-midnight-blue {
  background-color: #2c3e50;
}

.bg-color-sun-flower {
  background-color: #f1c40f;
}

.bg-color-pomegranate {
  background-color: #c0392b;
}

.bg-color-silver {
  background-color: #bdc3c7;
}

.bg-color-asbestos {
  background-color: #7f8c8d;
}

.label-default {
  background-color: #666;
}

.label-success {
  background-color: #5cb85c;
}

.label-info {
  background-color: #5bc0de;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-danger {
  background-color: #d9534f;
}

.status-pending {
  background-color: #d9534f;
}

.status-pending.transfer {
  background-color: #f0ad4e;
}

.status-active,
.status-open,
.status-completed {
  background-color: #5cb85c;
}

.status-suspended {
  background-color: #f0ad4e;
}

.status-customer-reply {
  background-color: #ff6600;
}

.status-fraud {
  background-color: #000;
}

.status-answered {
  background-color: #7b4f9d;
}

.status-expired,
.status-transferred.away {
  background-color: #004258;
}

.status-terminated {
  background-color: #666;
}

.status-onhold {
  background-color: #336699;
}

.status-inprogress {
  background-color: #c0392b;
}

.status-closed {
  background-color: #87939f;
}

.status-paid {
  background-color: #5cb85c;
}

.status-unpaid {
  background-color: #d9534f;
}

.status-cancelled {
  background-color: #87939f;
}

.status-collections {
  background-color: #2c3e50;
}

.status-refunded {
  background-color: #f0ad4e;
}

.status-payment-pending {
  background-color: #336699;
}

.status-delivered {
  background-color: #336699;
}

.status-accepted {
  background-color: #5cb85c;
}

.status-lost,
.status-dead {
  background-color: #000;
}

.requestor-type-operator {
  background-color: #5bc0de;
}

.requestor-type-owner {
  background-color: #5cb85c;
}

.requestor-type-authorizeduser {
  background-color: #666;
}

.requestor-type-externaluser {
  background-color: #f0ad4e;
}

.requestor-type-subaccount {
  background-color: #666;
}

.requestor-type-guest {
  background-color: #87939f;
}

.responsive-tabs-sm-connector {
  display: none;
}

@media (max-width: 767.98px) {
  .responsive-tabs-sm {
    border-left: 1px solid #ddd;
    background: #fff;
    width: 90%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0;
    margin-right: 0;
    border-radius: 4px 4px 4px 0;
  }
  .responsive-tabs-sm .nav-item {
    margin-left: 5px;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd !important;
  }
  .responsive-tabs-sm .nav-item a {
    padding: 7px 15px !important;
    width: 100%;
    border: 0;
    border-bottom: 0 !important;
    border-radius: 0 !important;
  }
  .responsive-tabs-sm .nav-item a.active {
    border: 0;
    background-color: #fff !important;
    font-weight: bold;
  }
  .responsive-tabs-sm .nav-item:first-child a {
    border-radius: 0 4px 0 0 !important;
  }
  .responsive-tabs-sm .nav-item:last-child {
    border-radius: 0 0 4px 0 !important;
  }
  .responsive-tabs-sm .nav-item:last-child a {
    border-radius: 0 0 4px 0 !important;
  }
  .responsive-tabs-sm-connector {
    display: block;
  }
  .responsive-tabs-sm-connector .channel {
    float: left;
    background: #fff;
    width: 6px;
    height: 5px;
    border-right: 1px solid #ddd;
  }
  .responsive-tabs-sm-connector .bottom-border {
    margin-left: 5px;
    height: 5px;
    border-bottom: 1px solid #ddd;
  }
  .responsive-tabs-sm-connector.store .channel {
    border-left: 1px solid #ddd;
  }
}

.pagination {
  font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: white;
}

.sidebar .card-title {
  font-size: 16px;
}

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

.sidebar .card-collapsable > .card-header {
  cursor: pointer;
}

.sidebar .card-collapsable > .card-body-collapsed {
  display: none;
}

.sidebar .card-sidebar .card-minimise {
  cursor: pointer;
  transition: transform 200ms ease;
}

.sidebar .card-sidebar .card-minimise.minimised {
  transform: rotate(180deg);
}

.sidebar .title {
  font-weight: bold;
}

.sidebar .list-group {
  font-size: 0.9em;
}

.sidebar .list-group-item {
  padding: 7px 15px;
  border-color: #f5f5f5;
}

.sidebar .list-group-item .badge {
  padding: 5px 2px;
  width: 28px;
  text-align: center;
  background-color: #fff;
  color: #666;
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:hover, .sidebar .list-group-item.active:focus {
  background-color: #666;
  border-color: #666;
}

.sidebar .list-group-item > i.far.fa-circle {
  color: #666;
}

.home-domain-search h2 {
  margin: 0;
}

.home-domain-search .tld-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4em;
  color: #888;
  font-weight: 300;
}

.home-domain-search .tld-logos li {
  float: left;
  padding: 0 25px 0 0;
}

.home-domain-search .tld-logos img {
  width: 60px;
}

.home-domain-search .input-group-wrapper {
  margin: 15px 0;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.home-domain-search .input-group-wrapper .form-control {
  border: 0;
}

.home-domain-search .input-group-wrapper .form-control:focus {
  box-shadow: none;
}

.home-domain-search .input-group-wrapper .btn {
  margin: 0 2px !important;
  border-radius: .25rem !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns.home {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns.home {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns.home {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (min-width: 1200px) {
  .card-columns.home {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.action-icon-btns a {
  margin: 0 0 10px 0;
  padding: 10px 0 15px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border-radius: .25rem;
}

.action-icon-btns a .ico-container {
  margin: 10px auto;
  line-height: 55px;
  font-size: 2.6em;
  text-align: center;
  transition: all 0.3s ease;
}

.action-icon-btns a .ico-container i {
  color: #c3cfd8;
}

.action-icon-btns a:hover {
  color: #444;
}

.action-icon-btns a:hover .ico-container {
  font-size: 3.4em;
}

.client-home-cards .card {
  font-size: 0.9em;
}

.client-home-cards .card-header {
  background-color: #fff;
  border-bottom: 0;
  font-weight: bold;
}

.client-home-cards .card-header .btn {
  color: #fff;
  border: 0;
}

.client-home-cards .card-header .btn:hover {
  color: #000;
}

.client-home-cards .card-title {
  font-size: 16px;
  width: 100%;
}

.client-home-cards .card-body {
  padding: 0;
  max-height: 170px;
  overflow: auto;
}

.client-home-cards .card-body p {
  padding: 10px 15px;
}

.client-home-cards .card-footer {
  border-top: 0;
}

.client-home-cards .list-group {
  max-height: 170px;
  overflow: auto;
  border-radius: 0;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.client-home-cards .list-group .list-group-item {
  padding: 4px 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.client-home-cards .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.client-home-cards small {
  color: #888;
}

.promotions-slider-control .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.promotions-slider-control .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/**
 * -------------------------
 * Client Homepage Tiles
 * -------------------------
 */
.tiles .tile {
  display: block;
  position: relative;
  padding: 12px 20px;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tiles .tile .stat {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
}

.tiles .tile .title {
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}

.tiles .tile .highlight {
  margin-top: 4px;
  height: 2px;
  border-radius: 2px;
}

.tiles .tile i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 55px;
  line-height: 1;
  color: #ccc;
  transition: all 0.3s ease;
}

.tiles .tile:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.tiles .tile:hover i {
  font-size: 70px;
  color: #aaa;
}

.tiles .row > div:last-child .tile {
  border: 0;
}

@media (max-width: 1199.98px) {
  .tiles div:nth-child(2) > .tile {
    border: 0;
  }
  .tiles div:nth-child(1) > .tile,
  .tiles div:nth-child(2) > .tile {
    border-bottom: 1px solid #ccc;
  }
}

.carousel-item.item {
  float: none;
}

.carousel-inner .carousel-item.item {
  float: left;
}

.twofa-setup .modal-body {
  min-height: 100px;
}

.twofa-setup .activation-msg {
  margin: 25px 0;
  padding: 15px;
  border: 1px dashed #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.twofa-setup .backup-code {
  margin: 20px auto;
  padding: 10px;
  background-color: #efefef;
  color: #444;
  text-align: center;
}

.twofa-module {
  margin: 10px 0;
  padding: 14px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.twofa-module .col-radio {
  float: left;
  width: 35px;
  margin-top: 12px;
}

.twofa-module .col-logo {
  float: left;
  width: 80px;
  line-height: 40px;
  text-align: center;
}

.twofa-module .col-description {
  margin-left: 136px;
}

.twofa-module img {
  max-width: 100%;
  max-height: 40px;
}

.twofa-module.active {
  border-color: #337ab7;
}

/**
 * -------------------------
 * @section Client Notifications
 * -------------------------
 */
.popover-user-notifications {
  border-radius: 0;
  padding: 5px 10px;
  border-color: #ddd;
  min-width: 310px;
  font-family: 'Open Sans', sans-serif;
}

.popover-user-notifications .popover-body {
  padding: 0;
}

.popover-user-notifications ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popover-user-notifications ul li {
  padding: 5px 0;
  min-height: 66px;
  border-bottom: 1px solid #ddd;
}

.popover-user-notifications ul li:last-child {
  border: 0;
}

.popover-user-notifications ul li a {
  display: block;
  padding: 10px 15px 10px 12px;
  text-decoration: none;
  color: #555;
  font-size: 0.95em;
}

.popover-user-notifications ul li a:hover {
  background-color: #f6f6f6;
}

.popover-user-notifications ul li i.fas,
.popover-user-notifications ul li i.far {
  float: left;
  padding-top: 6px;
  font-size: 21px;
}

.popover-user-notifications ul li i.fas.fa-check-circle,
.popover-user-notifications ul li i.far.fa-check-circle {
  color: #5cb85c;
}

.popover-user-notifications ul li i.fas.fa-warning,
.popover-user-notifications ul li i.far.fa-warning {
  color: #ecc317;
}

.popover-user-notifications ul li i.fas.fa-exclamation-circle,
.popover-user-notifications ul li i.far.fa-exclamation-circle {
  color: #ec2d45;
}

.popover-user-notifications ul li .message {
  margin-left: 40px;
}

.popover-user-notifications ul li.none {
  padding: 12px 0;
  min-height: auto;
  text-align: center;
  font-weight: bold;
}

#google-recaptcha-domainchecker {
  width: 304px;
  height: 78px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#default-captcha-domainchecker {
  margin-top: 15px;
}

#default-captcha-domainchecker #inputCaptcha {
  width: 100px;
  border-radius: 4px;
}

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
  margin-bottom: -46px;
}

@media (max-width: 991px) {
  #google-recaptcha-domainchecker {
    padding-left: 2.5%;
  }
  #default-captcha-domainchecker {
    margin-bottom: -25px;
  }
}

@media (max-width: 736px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.935);
    transform-origin: 0 0;
    -webkit-transform: scale(0.935);
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 384px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.96);
    transform-origin: 0 0;
  }
}

@media (max-width: 360px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}

@media (max-width: 320px) {
  #google-recaptcha-domainchecker {
    padding-left: 13.5%;
    transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform: scale(0.785);
    -webkit-transform-origin: 0 0;
  }
}

.captchaimage {
  margin: 0;
  padding: 3px 0 4px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  text-align: right;
}

.email-verification {
  margin: 0;
  padding: 10px;
  font-weight: 300;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  color: #333;
}

.email-verification .text {
  display: block;
  padding: 6px 0;
}

.email-verification .btn {
  margin: 3px 0;
  padding: 3px 10px;
  background-color: #50525f;
  border-color: #50525f;
  color: #fff;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.email-verification .btn:active,
.email-verification .btn[disabled]:hover {
  background-color: #50525f;
  border-color: #50525f;
  color: #fff;
}

.email-verification .btn.close {
  margin-left: 10px;
  background-color: transparent;
  color: rgba(55, 55, 55, 0.5);
  font-size: 22px;
  opacity: 1;
}

.email-verification .btn.close:hover {
  color: rgba(55, 55, 55, 0.8);
}

.email-verification .fas,
.email-verification .far {
  color: #666;
  float: left;
  padding: 2px 10px 0 0;
  font-size: 24px;
}

@media (min-width: 768px) {
  .email-verification .text {
    padding-top: 9px;
    padding-bottom: 0;
  }
  .email-verification .btn {
    margin: 0;
    padding: 9px 25px;
  }
  .email-verification .button {
    float: right;
  }
  .email-verification .fas,
  .email-verification .far {
    font-size: 36px;
  }
}

/**
 * -------------------------
 * Markdown Editor
 * -------------------------
 */
.md-editor {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.md-editor > .btn-toolbar {
  background-color: #fff !important;
}

.md-editor > textarea.markdown-editor,
.md-editor > .md-preview {
  padding: 15px !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  background-color: #fff !important;
}

div.md-editor.active {
  display: block;
  border: 1px solid #ddd;
  outline: 0;
  box-shadow: none;
}

.markdown-editor-status {
  padding: 2px 10px;
  font-size: 9pt;
  color: #959694;
  text-align: right;
}

.small-font {
  font-size: 0.9em;
}

/**
 * -------------------------
 * Markdown Content Formatting
 * -------------------------
 */
.markdown-content h1 {
  font-size: 1.6em;
  color: #333;
}

.markdown-content h2 {
  font-size: 1.4em;
  color: #333;
}

.markdown-content h3 {
  font-size: 1.2em;
  color: #333;
}

.markdown-content h4 {
  font-size: 1.1em;
  color: #333;
}

.markdown-content pre {
  padding: 15px;
  background-color: #444;
  color: #f8f8f8;
  border: 0;
}

.markdown-content pre code {
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

.markdown-content blockquote {
  font-size: 1em;
}

.markdown-content table {
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.markdown-content table > thead > tr > th {
  padding: 4px 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.markdown-content table > tbody > tr > td {
  padding: 3px 8px;
  border: 1px solid #ddd;
}

.store-order-container {
  margin: 0;
  padding: 0;
}

.store-order-container h2 {
  margin-top: 0;
}

.store-order-container .btn {
  padding: 10px 30px;
  font-size: 1.15em;
  font-weight: 300;
}

.store-order-container .store-domain-tabs {
  margin-top: 20px;
}

.store-order-container .store-domain-tabs li a {
  margin-right: 10px;
  padding: 7px 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.store-order-container .store-domain-tabs li.active a {
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

.store-order-container .store-domain-tab-content {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.store-order-container .store-domain-tab-content a {
  text-decoration: underline;
}

.store-order-container .store-domain-tab-content a:hover {
  text-decoration: none;
}

.store-order-container .payment-term h4 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .store-order-container .payment-term {
    float: right;
  }
  .store-order-container .payment-term h4 {
    margin-top: 0;
  }
}

.store-order-container .domain-validation {
  display: block;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 300;
  color: #888;
}

.store-order-container .domain-validation.ok {
  color: #53a22d;
}

.store-promoted-product .icon {
  height: 200px;
  line-height: 200px;
  text-align: center;
  overflow: hidden;
}

.store-promoted-product .icon img {
  max-width: 100%;
  max-height: 100%;
}

.store-promoted-product ul.features {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 1.1em;
  font-weight: 300;
}

.store-promoted-product ul.features li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

.store-promoted-product ul.features li .fa:not(.fa-spinner) {
  font-size: 1.2em;
  color: #91c590;
  margin-left: 20px;
  margin-right: 10px;
}

.store-promoted-product .btn {
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: 300;
}

/**
 * -------------------------
 * Promotional Content Formatting
 * -------------------------
 */
.promo-banner {
  margin: 0;
  padding: 15px 10px 20px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1em;
  overflow: auto;
}

.promo-banner .icon {
  float: left;
  margin: 0 20px 0 0;
}

.promo-banner img {
  max-width: 300px;
  max-height: 200px;
}

.promo-banner .icon-left {
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .promo-banner form {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .promo-banner img {
    max-width: 100%;
    max-height: 100%;
  }
  .promo-banner .icon-left {
    float: left;
    margin: 0;
    width: 155px;
  }
  .promo-banner .content {
    margin-left: 185px;
  }
}

.promo-banner h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
}

.promo-banner h4 {
  font-size: 18px;
  font-weight: 300;
}

.promo-banner p {
  margin: 5px 0;
}

.promo-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92em;
}

.promo-banner ul li {
  margin-bottom: 4px;
}

@media (min-width: 1200px) {
  .promo-banner ul li {
    width: 50%;
  }
  .promo-banner ul li.left {
    float: left;
  }
  .promo-banner ul li.right {
    float: right;
  }
}

.promo-banner .fa:not(.fa-spinner) {
  font-size: 1.2em;
  color: #91c590;
  margin-left: 20px;
  margin-right: 10px;
}

.promo-banner a {
  color: #ff6600;
  text-decoration: underline;
}

.promo-banner .btn {
  margin: 6px 0 0 0;
  padding: 8px 30px;
  background-color: #ff6600;
  border: 0;
  color: #fff;
}

@media (max-width: 650px) {
  .promo-banner .icon {
    width: 100%;
    margin-bottom: 15px;
  }
}

.promo-banner-rounded {
  border-radius: 4px;
}

.promo-banner-slim {
  padding: 10px;
}

.promo-banner-slim .icon-left {
  width: 85px;
}

.promo-banner-slim .content {
  margin-left: 110px;
}

.promo-banner-slim h3 {
  font-size: 18px;
}

.promo-banner-slim h4 {
  font-size: 14px;
}

.promo-banner-slim .btn {
  margin: 0 20px 0 0;
  padding: 6px 20px;
}

.promo-banner.symantec {
  border-top: 3px solid #4da24c;
}

.promo-banner.symantec .btn {
  background-color: #4da24c;
}

.promo-banner.weebly {
  border-top: 3px solid #2990ea;
}

.promo-banner.weebly .btn {
  background-color: #2990ea;
}

.promo-banner.spamexperts {
  border-top: 3px solid #589ed7;
}

.promo-banner.spamexperts .btn {
  background-color: #589ed7;
}

.promo-banner-slim.weebly .icon-left {
  width: 160px;
}

.promo-banner-slim.weebly .content {
  margin-left: 185px;
}

.promo-banner.sitelock {
  border-top: 3px solid #f2952d;
}

.promo-banner.sitelock .btn {
  background-color: #f2952d;
}

.promo-banner.codeguard {
  border-top: 3px solid #a9cc5f;
}

.promo-banner.codeguard a {
  color: #a9cc5f;
}

.promo-banner.codeguard .btn {
  background-color: #a9cc5f;
}

.promo-banner.sitelockvpn {
  border-top: 3px solid #555;
}

.promo-banner.sitelockvpn .btn {
  background-color: #555;
}

.promo-banner.marketgoo {
  border-top: 3px solid #3090e0;
}

.promo-banner.marketgoo .btn {
  background-color: #3090e0;
}

.promo-banner.ox {
  border-top: 3px solid #666;
}

.promo-banner.ox a {
  color: #666;
}

.promo-banner.ox .btn {
  background-color: #666;
}

.mc-panel-promo {
  font-size: 0.95em;
}

.mc-panel-promo img {
  display: block;
  margin: 0 auto 6px;
  max-width: 90%;
  max-height: 87px;
}

/**
 * -------------------------
 * MarketConnect Service SSO
 * -------------------------
 */
.panel-mc-sso {
  padding: 0 10px 10px 10px;
}

.panel-mc-sso img {
  max-width: 100%;
  max-height: 120px;
}

.panel-mc-sso .row {
  margin-left: -5px;
  margin-right: -5px;
}

.panel-mc-sso .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.panel-mc-sso .form-control,
.panel-mc-sso .btn,
.panel-mc-sso small {
  margin-top: 5px;
}

.panel-mc-sso small {
  display: block;
}

.compact-control-bar {
  margin: 0;
  padding: 5px;
  background-color: #eee;
  border-radius: 3px;
}

.social-signin-btns {
  text-align: center;
}

.social-signin-btns .btn {
  margin-bottom: 5px;
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social i.fas,
.btn-social i.far {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-right: 2px;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-facebook {
  color: #fff;
  background-color: #4267b2;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #4267b2;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google {
  color: #000;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google img {
  margin-bottom: 2px;
}

.btn-social.btn-google {
  padding-left: 41px;
}

.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  color: #000;
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  background-image: none;
}

.btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
  background-color: #eee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

.providerPreLinking {
  min-height: 52px;
}

.providerLinkingFeedback {
  display: none;
}

/**
 * -------------------------
 * @section Twitter Feed
 * -------------------------
 */
div.home-twitter {
  margin-top: 20px;
  margin-bottom: 40px;
}

div.tweet > i {
  color: #2BABCF;
  float: left;
  margin-right: 15px;
}

div.tweet span {
  font-size: 12px;
  color: #ccc;
}

.upgrade .product-to-be-upgraded {
  margin: 20px 0;
  padding: 15px;
  background-color: #f8f8f8;
}

.upgrade .product-to-be-upgraded h4,
.upgrade .product-to-be-upgraded h5 {
  margin: 0;
}

.upgrade .products {
  margin-left: -5px;
  margin-right: -5px;
}

.upgrade .products .column {
  padding-left: 5px;
  padding-right: 5px;
}

.upgrade .products .product {
  margin: 20px 0;
  padding: 0;
  background-color: #fff;
}

.upgrade .products .product .current,
.upgrade .products .product .recommended {
  padding: 5px;
  background-color: #ffbc00;
  color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.upgrade .products .product .recommended {
  background-color: #25ac2f;
}

.upgrade .products .product ul {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.upgrade .products .product .footer {
  border: 1px solid #eee;
  border-top: 0;
}

.upgrade .products .product .header {
  margin: 0;
  padding: 20px;
  background-color: #2b5580;
  color: #fff;
  min-height: 150px;
}

.upgrade .products .product .header p {
  font-size: 1.1em;
  font-weight: 300;
}

.upgrade .products .product ul {
  margin: 0;
  padding: 20px 25px;
  list-style: none;
}

.upgrade .products .product ul li {
  line-height: 25px;
  font-size: 0.9em;
  text-align: right;
  color: #aaa;
  border-bottom: 1px solid #eee;
}

.upgrade .products .product ul li:last-child {
  border: 0;
}

.upgrade .products .product ul li span {
  float: left;
  color: #444;
}

.upgrade .products .fas,
.upgrade .products .far {
  font-size: 1.3em;
}

.upgrade .products .fa-check {
  color: #23ad2e;
}

.upgrade .products .product .footer {
  margin: 0;
  padding: 20px;
}

.upgrade .products .product .footer select {
  margin-bottom: 10px;
}

.upgrade .products .product .btn {
  background-color: #2b5580;
  color: #fff;
}

.affiliate-stat {
  margin: 0;
  padding: 15px;
  font-size: 1.6em;
  text-align: center;
}

.affiliate-stat span {
  display: block;
  font-size: 2.4em;
}

.affiliate-stat i {
  float: left;
  padding: 10px;
  font-size: 4em;
}

@media (max-width: 1200px) {
  .affiliate-stat {
    font-size: 1.2em;
  }
  .affiliate-stat span {
    font-size: 2.1em;
  }
  .affiliate-stat i {
    font-size: 3.6em;
  }
}

@media (max-width: 992px) {
  .affiliate-stat {
    font-size: 1.0em;
  }
  .affiliate-stat span {
    font-size: 1.6em;
  }
  .affiliate-stat i {
    font-size: 3em;
  }
}

.announcements .announcement {
  margin-bottom: 4rem;
}

.announcements .announcement article {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f5f5f5;
  border-left: 4px solid #ccc;
}

.announcements .announcement article p {
  margin: 0;
}

.kb-category a {
  text-decoration: none;
}

.kb-category a:hover {
  background-color: #f5f5f5;
}

.kb-article-item:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.kb-article-item small {
  display: block;
  padding-left: 25px;
  color: #87939f;
}

/**
 * -------------------------
 * @section Support Tickets
 * -------------------------
 */
.ticket-subject.unread {
  font-weight: bold;
}

.ticket-reply .rating,
.ticket-reply .rating-done {
  float: right;
  padding: 5px 10px;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
}

.ticket-reply .rating span.star,
.ticket-reply .rating-done span.star {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.ticket-reply .rating-done .rated {
  display: inline-block;
  font-size: 12px;
}

.ticket-reply .rating span.star:hover {
  cursor: pointer;
}

.ticket-reply .rating span.star:before,
.ticket-reply .rating-done span.star:before {
  content: "\f005";
  padding-right: 0;
  color: #999;
}

.ticket-reply .rating span.star:hover:before,
.ticket-reply .rating span.star:hover ~ span.star:before,
.ticket-reply .rating-done span.star.active:before {
  content: "\f005";
  color: #F2DE88;
}

.md-editor .btn-toolbar .btn-group {
  margin-right: 6px;
}

.view-ticket .card-body {
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.view-ticket .card-body:last-child {
  border-bottom: 0;
}

.view-ticket .posted-by {
  color: #888;
  font-size: 0.9rem;
  background-color: #f6f6f6;
  padding: 0.5rem 1rem;
}

.view-ticket .posted-by .posted-by-name {
  font-weight: bold;
}

.view-ticket .requestor-badge {
  font-size: 85%;
  padding: 5px 10px;
}

.view-ticket .message p:last-child {
  margin-bottom: 0;
}

.view-ticket .attachments {
  border-top: 1px dashed #ddd;
  font-size: 80%;
}

.view-ticket .attachment-list {
  list-style: none;
  margin: 10px 0 -10px 0;
  padding: 0;
}

.view-ticket .attachment-list li {
  display: inline-block;
  width: 190px;
  vertical-align: top;
}

.view-ticket .attachment-list li a {
  display: block;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.view-ticket .attachment-list li a figure {
  margin: 0 0 5px 0;
  background-color: #f6f6f6;
  line-height: 100px;
  text-align: center;
  font-size: 4em;
}

/**
 * -------------------------
 * @section Support Ticket Feedback
 * -------------------------
 */
.ticketfeedbackstaffcont {
  margin: 10px auto;
  padding: 15px;
  width: 90%;
  background-color: #efefef;
  border-radius: 6px;
}

.ticketfeedbackrating {
  padding: 0 100px;
}

.ticketfeedbackrating .rate {
  float: left;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
}

@media (min-width: 380px) {
  .btn-input-padded-responsive {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 500px) {
  .btn-input-padded-responsive {
    padding-left: 35px;
    padding-right: 35px;
  }
}

/**
 * -------------------------
 * @section Downloads
 * -------------------------
 */
.kb-search.margin-bottom {
  margin-bottom: 20px;
}

#registration {
  margin: 0;
  padding: 0 0 40px 0;
}

#registration .field-container {
  margin: 0 0 30px 0;
}

#registration label {
  font-weight: 300;
  color: #666;
  font-size: 13px;
}

#registration .info-text-sm {
  font-size: 0.85em;
  text-align: center;
}

#registration .sub-heading {
  height: 0;
  border-top: 1px solid #DDD;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

#registration .sub-heading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -11px;
  font-size: 16px;
  color: #058;
  background-color: #fff;
}

/**
 * Form fields
 */
#registration .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  font-weight: normal;
}

#registration .field,
#registration .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #DDD;
  display: -moz-inline-stack;
  display: inline-block;
  color: #626262;
  outline: none;
  background: #fff;
  height: 36px;
  width: 100%;
  border-radius: 3px;
  font-size: 13px;
}

#registration .input-group-lg > .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px 0 0 6px;
}

#registration .form-control-qty {
  width: 70px;
  text-align: center;
}

#registration .form-control-static-inline {
  display: inline-block;
}

#registration .form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}

#registration textarea.field {
  height: auto;
}

#registration .prepend-icon .field {
  -webkit-appearance: none;
  padding-left: 36px;
}

#registration .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px;
}

#registration .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 36px;
  color: inherit;
  line-height: 36px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

#registration .field-icon i {
  color: #bbb;
}

#registration .field[disabled],
#registration .field[readonly],
#registration .form-control[disabled],
#registration .form-control[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
}

#registration .field-help-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888;
  font-size: 12px;
}

/**
 * -------------------------
 * @section Credit Cards
 * -------------------------
 */
div.credit-card {
  margin: 0 auto 30px;
  max-width: 400px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 8px;
}

div.credit-card div.card-type {
  float: right;
  padding: 10px 20px;
  font-size: 1.2em;
}

div.credit-card div.card-icon {
  float: left;
  padding: 7px 7px;
  font-size: 1.2em;
}

div.credit-card div.card-number {
  padding: 10px;
  background-color: #ccc;
  font-size: 1.6em;
  text-align: center;
  clear: both;
}

div.credit-card div.card-start {
  float: left;
  padding: 20px 0 50px 50px;
  font-size: 1.3em;
  text-align: right;
}

div.credit-card div.card-expiry {
  float: right;
  padding: 20px 50px 50px 0;
  height: 120px;
  font-size: 1.3em;
  text-align: right;
}

div.credit-card div.end {
  clear: both;
}

@media (max-width: 600px) {
  div.credit-card {
    max-width: 250px;
  }
  div.credit-card div.card-type {
    font-size: 1.0em;
  }
  div.credit-card div.card-icon {
    font-size: 1.0em;
  }
  div.credit-card div.card-number {
    padding: 6px 10px;
    font-size: 1.2em;
  }
  div.credit-card div.card-start {
    padding: 20px 0 30px 50px;
    font-size: 0.9em;
  }
  div.credit-card div.card-expiry {
    padding: 20px 50px 30px 0;
    height: 80px;
    font-size: 0.9em;
  }
}

.auth3d-area {
  border: 1px solid #fff;
}

.submit-3d {
  width: 80%;
  border: 1px solid #fff;
}

.invoice-summary-table {
  margin: 20px 0;
  max-height: 300px;
  overflow: auto;
}

.invoice-summary-table td {
  font-size: 0.8em;
}

.invoice-summary-table td.total-row {
  background-color: #efefef;
  font-weight: bold;
}

/* Card colors colorpicked from website logos */
div.credit-card .logo-visa {
  color: #1a1f71;
}

div.credit-card .logo-amex {
  color: #43abdf;
}

div.credit-card .logo-mastercard {
  color: #ed0b00;
}

div.credit-card .logo-discover {
  color: #000000;
}

div.two-column-grid,
div.three-column-grid {
  display: inline-grid;
  grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
  font-weight: 300;
  font-size: 13px;
}

div.two-column-grid {
  grid-template-columns: repeat(2, auto) minmax(10em, 30em) auto;
}

div.two-column-grid > div,
div.three-column-grid > div {
  margin: 5px 0;
  padding-right: 5px;
}

div.two-column-grid > div > label,
div.three-column-grid > div > label {
  font-weight: normal;
}

#frmPayment .paymethod-info {
  margin: 5px 0;
  cursor: pointer;
}

#frmPayment .paymethod-info label {
  font-weight: normal;
  cursor: pointer;
}

.iframe-input-container {
  height: 34px;
}

/**
 * Credit Card Input
 */
.cc-number-field {
  background-image: url(../../../assets/img/payment/unknown.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.cc-number-field.visa {
  background-image: url(../../../assets/img/payment/visa.png);
}

.cc-number-field.mastercard {
  background-image: url(../../../assets/img/payment/mastercard.png);
}

.cc-number-field.amex {
  background-image: url(../../../assets/img/payment/amex.png);
}

.cc-number-field.dinersclub {
  background-image: url(../../../assets/img/payment/dinersclub.png);
}

.cc-number-field.discover {
  background-image: url(../../../assets/img/payment/discover.png);
}

.cc-number-field.unionpay {
  background-image: url(../../../assets/img/payment/unionpay.png);
}

.cc-number-field.jcb {
  background-image: url(../../../assets/img/payment/jcb.png);
}

.cc-number-field.maestro {
  background-image: url(../../../assets/img/payment/maestro.png);
}

.cc-number-field.forbrugsforeningen {
  background-image: url(../../../assets/img/payment/forbrugsforeningen.png);
}

.cc-number-field.dankort {
  background-image: url(../../../assets/img/payment/dankort.png);
}

/**
 * -------------------------
 * Mass Pay
 * -------------------------
 */
tr.masspay-invoice-detail td {
  font-size: 0.8em;
}

tr.masspay-total td {
  background-color: #efefef;
  font-weight: bold;
}

div.product-details div.product-icon {
  margin: 0;
  background-color: #efefef;
  border-radius: 10px;
  padding: 30px;
  font-size: 60px;
  line-height: 1em;
}

.product-status {
  padding: 0;
  border-radius: 10px;
}

.product-status-pending {
  background-color: #F89406;
}

.product-status-active {
  background-color: #46A546;
}

.product-status-suspended {
  background-color: #0768B8;
}

.product-status-terminated,
.product-status-cancelled {
  background-color: #666;
}

.product-status-fraud {
  background-color: #000;
}

.product-status-text {
  padding: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

div.product-details-tab-container {
  margin: 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.module-client-area {
  padding: 15px 15px 0 15px;
}

.ssl-inactive {
  cursor: pointer;
}

.featured-tlds-container {
  margin: 35px 0 15px;
}

.featured-tld {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.featured-tld .img-container {
  padding: 20px 0;
  height: 115px;
  line-height: 75px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .featured-tld .img-container {
    height: 80px;
    line-height: 40px;
  }
}

.featured-tld .img-container img {
  max-width: 70%;
  max-height: 100%;
}

.featured-tld .price {
  padding: 5px;
  background-color: #f9f9f9;
  color: #555;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.featured-tld .price.blog {
  background-color: #a0d5cb;
  color: #fff;
}

.featured-tld .price.club {
  background-color: #053796;
  color: #fff;
}

.featured-tld .price.com {
  background-color: #3aa4da;
  color: #fff;
}

.featured-tld .price.couk {
  background-color: #1d3774;
  color: #fff;
}

.featured-tld .price.host {
  background-color: #ed4d42;
  color: #fff;
}

.featured-tld .price.live {
  background-color: #ff9e19;
  color: #fff;
}

.featured-tld .price.name {
  background-color: #44b03e;
  color: #fff;
}

.featured-tld .price.net {
  background-color: #efc00e;
  color: #fff;
}

.featured-tld .price.online {
  background-color: #38ce6a;
  color: #fff;
}

.featured-tld .price.rocks {
  background-color: #fd563c;
  color: #fff;
}

.featured-tld .price.shop {
  background-color: #ff5900;
  color: #fff;
}

.featured-tld .price.social {
  background-color: #ff9a00;
  color: #fff;
}

.featured-tld .price.store {
  background-color: #0eadb3;
  color: #fff;
}

.featured-tld .price.tech {
  background-color: #0db04b;
  color: #fff;
}

.featured-tld .price.tv {
  background-color: #ea3438;
  color: #fff;
}

.featured-tld .price.website {
  background-color: #2db9ea;
  color: #fff;
}

.tld-filters {
  margin: 0 0 25px 0;
}

.tld-filters a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 5px 6px;
  font-size: 90%;
  font-weight: normal;
  border-radius: 2px;
}

.domain-pricing .tld-row {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f5f5f5;
}

.domain-pricing .tld-row.highlighted {
  background: #f3f9fd;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2 {
  height: 56px;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header .col-sm-4 {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 6px solid #97b5d2;
  background-color: #efefef;
  border-radius: 4px 4px 0 0;
}

.domain-pricing .no-bg {
  background-color: transparent !important;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
  border-color: #336699;
  background-color: #f5f5f5;
}

.domain-pricing .two-row-center {
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .domain-pricing .two-row-center {
    border-right: 2px solid #c7d7e6;
  }
}

.domain-pricing .tld-row.no-tlds {
  display: none;
}

.tld-sale-group {
  padding: 1px 3px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.tld-sale-group-hot {
  background-color: #f9615a;
}

.tld-sale-group-sale {
  background-color: #f7d458;
}

.tld-sale-group-new {
  background-color: #2ad588;
}

.dataTables_wrapper table.table-list {
  margin: 10px 0 !important;
  width: 100% !important;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.dataTables_wrapper table.table-list thead th {
  border-bottom: 4px solid rgba(29, 57, 101, 0.2);
  font-weight: normal;
}

.dataTables_wrapper table.table-list thead th:first-child {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list thead th:visible:last-child {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.dataTables_wrapper table.table-list tr:last-child td:visible:last-child {
  border-radius: 0 0 4px 0;
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: #f6f6f6;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
}

.dataTables_wrapper .dataTables_filter label .form-control {
  background: url("../../../assets/img/search.png") #fff no-repeat 8px 5px;
  padding: 7px 10px 7px 45px !important;
  height: auto;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .dataTables_wrapper .dataTables_info {
    padding: 9px 10px 40px;
  }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 30px;
    width: 100%;
  }
  .dataTables_wrapper .dataTables_filter label {
    display: block;
    margin: 5px;
    padding: 0;
  }
  .dataTables_wrapper .dataTables_filter label .form-control {
    margin: 0;
    width: 100%;
  }
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
}

.pagination > li > a,
.pagination > li > span {
  color: #444;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.page-item.active .page-link {
  background-color: #4f5360;
  border-color: #4f5360;
}

table.table-list thead th {
  padding: 8px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-align: center;
}

table.table-list tbody td {
  padding: 10px 8px;
  vertical-align: middle;
  font-size: 0.9em;
}

table.table-list tbody td.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.table-list > tbody > tr > td a.border-left {
  border-left: 1px solid #eee;
  padding-left: 20px;
  display: block;
}

.table-list > tbody > tr > td {
  background-color: #fff;
}

.table-list > tbody > tr:hover {
  cursor: pointer;
}

.table-list > tbody > tr:hover > td {
  background-color: #f9f9f9;
}

table.dtr-inline .dtr-title:empty {
  display: none !important;
}

table.table-solid-bottom-border-light-gray {
  border-bottom: 1px solid #dee2e6;
}
.w-hidden {
  display: none;
}

.overview-card i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 55px;
    line-height: 1;
    color: #ccc;
    transition: all 0.3s ease;
}

a.overview-card:hover i {
    font-size: 70px;
    color: #aaa;
}

a.overview-card {
    color: #333;
}

.label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
}



table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {

}
table.table-list thead th,
table.table-list tbody td {
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* dataTables */
.dataTables_wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdee3;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding: 0;
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #7c8088;
    background-color: #f2f3f5;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-top: 1px solid #e6e8ec;
    border-radius: 0 0 4px 4px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
    border: 0 none;
    border-radius: 0;
    margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    font-size: 13px;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #f6f7f8 !important;
}
table.table-list thead th,
table.table-list tbody td {
    padding: 12px 15px;
}
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
    color: #7c8088;
    min-width: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
    color: #007bff;
    border: 1px solid #007bff;
}
.table-container .table td {
    vertical-align: middle;
}

.label.status {
    color: #999;
    padding: 0;
    background-color: transparent;
}
.label.status:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-customer-reply:before,
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
h1 {
    font-size: 20px;
}

body {
    font-family: "Nunito Sans";
}

a {
    text-decoration: none;
}

body.primary-bg-color, section#main-body {
    background-color: #fff;
}

section#main-body {
    min-height: auto;
    padding: 0;
}

/*=================== header-css-start============== */

.navbar.navbar-light.mobile-bar{
    display: none;
}

.master-breadcrumb .breadcrumb {
    padding: 20px 0;
    font-size: .9rem;
}

.master-breadcrumb .breadcrumb li.breadcrumb-item a {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #7a7a7a;
}

header.header .main-navbar-wrapper .navbar-nav a {
    font-size: 16px;
    color: #2e3442;
    font-weight: 600;
    padding-right: 0 !important;
    margin: 0px 17px;
    position: relative;
    transition: all .3s ease-in;
    text-decoration: none;
    padding-bottom: 5px;
}

header.header .main-navbar-wrapper .navbar-nav a:hover::before {
    width: 100%;
}

header.header .main-navbar-wrapper .navbar-nav a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #004fac;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:hover {
    background-color: #f8f9fa;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a:hover {
    background-color: transparent;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a::before, .main-navbar-wrapper .navbar-nav ul.dropdown-menu .dropdown-divider {
    display: none;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a {
    margin: 0;
    font-size: 13px;
    padding-left: 0 !important;
    display: inline-block;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li {
    padding: 3px 18px;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:first-child a {
    padding-top: 5px !important;
}
header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a {
    padding: 3px 0!important;
}
header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:last-child a {
    padding-bottom: 5px !important;
}

.main-navbar-wrapper .navbar-nav ul.dropdown-menu {
    padding: 0;
    margin-top: 10px;
}

header.header .navbar.navbar-light {
    border-bottom: 1px solid #e1f0ff;
    padding: .5rem 0rem;
}
header.header .main-navbar-wrapper .cart-btn i{
    font-weight: 700;
}
li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right.show {
    position: absolute;
}

div#carousel-20i-notification .carousel-item a {
    color: #fff;
    text-decoration: none;
    max-width: 60%;
}

div#carousel-20i-notification .carousel-item a span {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #f3f5f7;
    font-weight: 400;
    padding-top: 3px;
}

header.header .topbar {
    padding: 5px 0;
    background-color: #0b1948;
}

div#carousel-20i-notification {
    width: 100%;
    text-align: center;
}

div#carousel-20i-notification .carousel-control-next-icon, div#carousel-20i-notification .carousel-control-prev-icon {
    width: 10px;
}

header.header .logo-img {
    max-height: 42px;
}

header.header .main-navbar-wrapper div#mainNavbar {
    padding-left: 0;
    padding-right: 0;
}

header.header a.login-btn-20i, header.header a.register-btn-20i, #frmCheckout button#btnCompleteOrder, #frmProductDomainSelections button#btnDomainContinue, #DomainSearchResults .domain-price button.btn-add-to-cart {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 7px 18px;
    text-decoration: none;
    border: 1px solid transparent;
}

#DomainSearchResults .domain-price button.btn.btn-primary.btn-add-to-cart {
    display: block;
    margin: 7px auto;
    background-color: #004fac;
}

header.header a.login-btn-20i {
    background-color: #004fac;
    margin-right: 12px;
    transition: .3s ease all;
}

header.header a.login-btn-20i:hover, #registration .btn-primary:hover, #frmCheckout button#btnCompleteOrder:hover, #frmProductDomainSelections button#btnDomainContinue:hover, #order-standard_cart #frmConfigureProduct .addon-products .panel-add:hover, .home-page-slider-panel .promo-banner .card-body .btn-success:hover, #order-standard_cart #DomainSearchResults .domain-price button.btn-add-to-cart:hover, .card-body.store-promoted-product .btn-success:hover {
    background-color: transparent;
    border-color: #004fac;
    color: #004fac;
}

header.header a.register-btn-20i {
    background-color: #464646;
	transition: .3s ease all;
}

header.header a.register-btn-20i:hover {
    background-color: transparent;
    border-color: #464646;
    color: #464646;
}

header.header .main-navbar-wrapper {
    padding: 10px 0px;
    /* box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); */
}

.tab-content.margin-bottom div#tabOverview .product-details .product-status .product-icon i {
    color: #004fac;
}

.tab-content.margin-bottom div#tabOverview .product-details .product-status .product-icon h4 {
    margin-top: 15px;
}

header.header .main-navbar-wrapper .cart-btn span.badge.badge-info {
    position: absolute;
    top: 1px;
    right: 6px;
    background-color: #004fac;
    border-radius: 100%;
    font-size: 10px;
    padding: 3px;
    width: 15px;
    height: 15px;
}

header.header .main-navbar-wrapper .cart-btn {
    position: relative;
}

.right-part-20i {
    display: flex;
    align-items: center;
}

.right-part-20i a.search-20i {
    margin: 0px 17px;
}

.right-part-20i .cartbtn-20i {
    margin-right: 22px;
}

header.header .toolbar .nav-link .badge {
    background-color: #1bc577;
}

header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-20i-header {
    padding: 7px 0px;
}

.form-knowldegbase-20i .input-group.search, .form-knowldegbase-20i-without-login .input-group.search, .form-knowldegbase-20i, .form-knowldegbase-20i-without-login {
    width: 60%;
    margin-left: auto;
}

div#carousel-20i-notification .carousel-item {
    margin: auto;
    float: none;
}

div#carousel-20i-notification .carousel-item a i {
    position: relative;
    top: -6px;
}

div#carousel-20i-notification .carousel-item a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    display: inline-block;
}

div#carousel-20i-notification {
    height: 26px;
}

/* ===============================Ballu-sir-css ============================== */

/*======clientarea css start=======*/

.card-footer {
    background-color: transparent;
    border-top: none;
    padding-left: 25px;
    padding-right: 25px;
}

.card-sidebar .collapsable-card-body .card-body {
    padding: 3px 25px;
}

.sidebar .card.card-sidebar {
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    margin: 0!important;
    border-bottom: 1px solid #e1f0ff;
    padding-bottom: 20px;
    padding-top: 8px;
}

.card-sidebar .collapsable-card-body .card-body em {
    font-style: inherit;
}

.card-sidebar .collapsable-card-body .card-body, .card-sidebar .collapsable-card-body .card-body strong {
    color: #6b788b;
}

.card-sidebar .collapsable-card-body .card-body, .card-sidebar .collapsable-card-body .card-body strong, .dataTables_wrapper .dataTables_info {
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_info {
    color: #7a7a7a;
    letter-spacing: 1px;
}

.sidebar .card-title i:first-child {
    display: none;
}

.card-sidebar .card-footer a.btn.btn-default.btn-sm.btn-block i, .sidebar .card-footer .btn-success i {
    padding-right: 2px;
}

.card-sidebar .card-footer a.btn.btn-default.btn-sm.btn-block, .sidebar .card-footer .btn-success {
    min-width: 110px;
    font-size: 12px;
    line-height: 26px;
    color: #3699ff;
    font-weight: 600;
    border-radius: 2px;
    background-color: #e1f0ff;
    padding: 3px 10px;
    border: 0;
    width: auto;
    display: inline-block;
}

.tiles .row .col-6:nth-of-type(1) a .stat, .tiles .row .col-6:nth-of-type(1) a i {
    color: #f64e60;
}

.tiles .row .col-6:nth-of-type(2) a .stat, .tiles .row .col-6:nth-of-type(2) a i {
    color: #3699ff;
}

.tiles .row .col-6:nth-of-type(3) a .stat, .tiles .row .col-6:nth-of-type(3) a i {
    color: #1bc5bd;
}

.tiles .row .col-6:nth-of-type(4) a .stat, .tiles .row .col-6:nth-of-type(4) a i {
    color: #ffa800;
}

.tiles .row .col-6 {
    text-align: center;
}

.tiles .tile .stat {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
}

.tiles .tile .title {
    font-size: 14px;
    line-height: 22px;
    color: #474747;
    margin-bottom: 15px;
}

.tiles {
    margin-bottom: 0px !important;
}

.tiles .tile .highlight {
    display: none;
}

.tiles .tile i {
    font-size: 20px;
    left: 19px;
    right: auto;
    top: 18px;
}

.tiles .tile:hover i {
    font-size: 20px;
}

.tiles .tile::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    left: 0;
    top: 0;
    margin: 6px;
}

.tiles .row .col-6:nth-of-type(1) a::before {
    background-color: #ffeaec;
}

.tiles .row .col-6:nth-of-type(2) a::before {
    background-color: #e1f0ff;
}

.tiles .row .col-6:nth-of-type(3) a::before {
    background-color: #c9f7f5;
}

.tiles .row .col-6:nth-of-type(4) a::before {
    background-color: #fff4de;
}

.tiles .row .col-6 {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.tiles .tile {
    border-radius: 3px;
    border: 0;
}

.tiles .tile .stat {
    margin-top: 12px;
}

.client-home-cards .card {
    border-top: 0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.client-home-cards .card .card-title, .home-page-slider-panel h3 {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    background-color: #f3f6f9;
    padding: 13px 15px;
}

.client-home-cards .card h3.card-title i {
    font-size: 19px;
    margin-right: 5px;
    color: #6f7e9b;
}

.card.card-accent-emerald h3.card-title i {
    margin-right: 0;
}

.client-home-cards .card h3.card-title .btn-default i, .card.card-accent-emerald .card-header .card-title, #main-body .client-home-cards .card-header .bg-color-blue:hover {
    color: #fff;
}

.client-home-cards .card-header {
    padding: 10px 10px 0px 10px;
}

.client-home-cards .card-body p, .client-home-cards .list-group .list-group-item, .home-page-slider-panel .promo-banner .content ul li, .card-body.store-promoted-product ul li {
    padding: 0px;
    font-size: 14px;
    line-height: 23px;
    color: #464747;
    font-weight: 600;
}

.client-home-cards .card-body {
    padding: 15px 20px 15px;
}

.client-home-cards .list-group .list-group-item {
    padding: 18px 20px 18px;
}

a#ClientAreaHomePagePanels-Recent_Support_Tickets-0 label.label {
    background-color: #d5d5d5 !important;
    color: #787575;
    font-weight: 600;
    font-size: 73%;
}

.client-home-cards .list-group {
    border: 0 !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.client-home-cards .card-footer {
    padding: 0;
}

.client-home-cards .card-header .btn i {
    display: none;
}

.client-home-cards .card-header .btn {
    border: 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 23px;
    color: #868789;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
}

.client-home-cards .card-header .btn:focus, .card.card-accent-emerald input.btn.btn-success:focus, .card.card-accent-emerald input.btn.btn-default:focus, .domain-checker-container button#btnCheckAvailability:focus {
    box-shadow: none;
}

.client-home-cards .card-header .btn:hover {
    color: #868789;
}

.client-home-cards .card-header .btn.bg-color-red, .client-home-cards .card-header .bg-color-blue, .client-home-cards .list-group .list-group-item .label-success, .alert-warning a.btn-default, .alert.alert-danger .btn-default {
    text-decoration: none;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 2px;
    padding: 0px 10px;
    border: 0;
}

.client-home-cards .card-header .btn.bg-color-red, .alert-warning a.btn-default, .alert.alert-danger .btn-default {
    background-color: #f64e60;
}

.client-home-cards .card-header .bg-color-blue {
    background-color: #1bc577;
}

.client-home-cards .list-group .list-group-item .text-domain, .client-home-cards .card-body p a {
    color: #004fac;
    font-weight: 600;
}

.client-home-cards .list-group .list-group-item .label-success, .dataTables_wrapper .status-active {
    background-color: #e3f9f2;
    color: #01aa5d;
}

.client-home-cards .list-group .list-group-item:hover {
    background-color: transparent;
}

.card.card-accent-emerald, .card.card-accent-emerald .card-header, .card.card-accent-emerald .card-header .card-title {
    background-color: #004fac;
}

.card.card-accent-emerald .card-header .card-title i {
    color: #8cb0da;
}

.card.card-accent-emerald .card-header .card-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.card.card-accent-emerald input.form-control {
    width: 100%;
    padding: 28px 10px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 3px;
    font-size: 17px;
    line-height: 22px;
    color: #2e3442;
    font-weight: 400;
}

.card.card-accent-emerald input.btn.btn-success, .card.card-accent-emerald input.btn.btn-default {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 2px !important;
    margin-right: 10px;
    padding: 6px 25px;
}

.card.card-accent-emerald input.btn.btn-success {
    background-color: rgba(225, 240, 255, 0);
    border: 2px solid rgba(235, 233, 233, 0.43);
}

.card.card-accent-emerald input.btn.btn-success:hover {
    background-color: rgba(255, 255, 255, .102);
    border: 2px solid rgba(255, 255, 255, .102);
}

.card.card-accent-emerald input.btn.btn-default {
    background-color: #1bc577;
    border: 2px solid #1bc577;
}

.card.card-accent-emerald input.btn.btn-default:hover {
    background-color: rgba(255, 255, 255, .102);
    color: #fff;
}

.client-home-cards .col-md-6 {
    padding: 0px 9px;
}

.tiles .tile, .tiles .tile:hover {
    background-color: #fff;
}

.client-home-cards .row {
    width: 100%;
    margin: 0;
}

.client-home-cards .list-group .list-group-item span.text-last-updated {
    color: #acb0b8;
}

.tiles .tile:hover {
    margin-top: -5px;
}

/*======clientarea css end=======*/

/* =================================================== */

/*============= services-page-css-start ==============*/

.sidebar .list-group-item>i.far.fa-circle::after, .sidebar .list-group-item.active>i.far.fa-dot-circle::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
    border-radius: 50%;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
}

.sidebar .list-group-item>i.far.fa-circle, .sidebar .list-group-item>i.far.fa-dot-circle {
    color: #dfdfdf;
    position: relative;
    z-index: 0;
    font-size: 18px;
    top: 2px;
}

.sidebar a[menuitemname='Active']>i.far.fa-dot-circle, .sidebar a[menuitemname='Paid']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareaactive']>i.far.fa-dot-circle, .sidebar a[menuitemname='Delivered']>i.far.fa-dot-circle, .sidebar a[menuitemname='Answered']>i.far.fa-dot-circle {
    color: #01aa5d;
}

.sidebar a[menuitemname='Pending']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareapending']>i.far.fa-dot-circle {
    color: #6f7997;
}

.sidebar a[menuitemname='Suspended']>i.far.fa-dot-circle, .sidebar a[menuitemname='Unpaid']>i.far.fa-dot-circle, .sidebar a[menuitemname='Open']>i.far.fa-dot-circle {
    color: #4f7cec;
}

.sidebar a[menuitemname='Terminated']>i.far.fa-dot-circle, .sidebar a[menuitemname='Refunded']>i.far.fa-dot-circle, .sidebar a[menuitemname='Accepted']>i.far.fa-dot-circle, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-dot-circle {
    color: #dcb410;
}

.sidebar a[menuitemname='Cancelled']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-dot-circle, .sidebar a[menuitemname='Closed']>i.far.fa-dot-circle {
    color: #eb243b;
}

.sidebar a[menuitemname='Active']>i.far.fa-circle::after, .sidebar a[menuitemname='Active']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Paid']>i.far.fa-circle::after, .sidebar a[menuitemname='Paid']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareaactive']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareaactive']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Delivered']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Delivered']>i.far.fa-circle::after, .sidebar a[menuitemname='Answered']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Answered']>i.far.fa-circle::after {
    background-color: #01aa5d;
}

.sidebar a[menuitemname='Pending']>i.far.fa-circle::after, .sidebar a[menuitemname='Pending']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareapending']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareapending']>i.far.fa-dot-circle::after {
    background-color: #6f7997;
}

.sidebar a[menuitemname='Suspended']>i.far.fa-circle::after, .sidebar a[menuitemname='Suspended']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Unpaid']>i.far.fa-circle::after, .sidebar a[menuitemname='Unpaid']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Open']>i.far.fa-circle::after, .sidebar a[menuitemname='Open']>i.far.fa-dot-circle::after {
    background-color: #4f7cec;
}

.sidebar a[menuitemname='Terminated']>i.far.fa-circle::after, .sidebar a[menuitemname='Terminated']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Refunded']>i.far.fa-circle::after, .sidebar a[menuitemname='Refunded']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Accepted']>i.far.fa-circle::after, .sidebar a[menuitemname='Accepted']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-circle::after, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-dot-circle::after {
    background-color: #dcb410;
}

.sidebar a[menuitemname='Cancelled']>i.far.fa-circle::after, .sidebar a[menuitemname='Cancelled']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Closed']>i.far.fa-circle::after, .sidebar a[menuitemname='Closed']>i.far.fa-dot-circle::after {
    background-color: #eb243b;
}

table#tableServicesList td strong, table#tableServicesList td a, table#tableServicesList td, .dataTables_wrapper table.table-list td, .dataTables_wrapper table.table-list a, .dataTables_wrapper table.table-list td strong {
    font-size: 14px;
    line-height: 25px;
}

table#tableServicesList td strong, table#tableServicesList td, .dataTables_wrapper table.table-list td {
    color: #474747;
    font-weight: 600;
}

table#tableServicesList td a, .dataTables_wrapper table.table-list td a {
    color: #004fac;
    font-weight: 600;
    text-decoration: none;
}

table#tableServicesList td small.text-muted, .dataTables_wrapper table.table-list td small.text-muted {
    color: #7c8088;
    font-weight: 600;
    display: block;
    margin-top: -5px;
}

table#tableServicesList td:not(:last-child), .dataTables_wrapper table.table-list td:not(:last-child) {
    text-align: left !important;
}

table#tableServicesList th:last-child, .dataTables_wrapper table.table-list th:last-child, .dataTables_wrapper table.table-list td:last-child {
    text-align: right !important;
    padding-right: 30px;
}

table#tableServicesList th, .dataTables_wrapper table.table-list thead th {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    text-align: left;
}

.dataTables_wrapper table.table-list span label, .dataTables_wrapper table.table-list th:last-child span {
    color: #4f7cec;
}

.dataTables_wrapper table.table-list span label, .dataTables_wrapper table.table-list td:last-child span {
    font-size: 11px;
    line-height: 23px;
    font-weight: 600;
}

.dataTables_wrapper table.table-list span.label {
    padding: 3px 16px;
    border-radius: 2px;
}

.sidebar .card-sidebar .list-group-item.active {
    background-color: transparent;
}

.dataTables_wrapper .status-pending {
    background-color: #ebedf2;
    color: #6f7997;
}

.dataTables_wrapper .status-suspended, .dataTables_wrapper .status-unpaid {
    background-color: #e2efff;
    color: #4f7cec;
}

.dataTables_wrapper .status-terminated {
    background-color: #f7f0d6;
    color: #c09f19;
}

.dataTables_wrapper .status-cancelled {
    background-color: #ffd7e0;
    color: #eb243b;
}

.sidebar .card-sidebar .card-minimise.minimised, .sidebar .card-sidebar .card-minimise {
    font-size: 14px;
    color: #535353;
    position: relative;
    top: 4px;
}

.sidebar .card-sidebar .list-group-item .badge {
    padding: 5px 4px;
    text-align: right;
    background-color: #e1f0ff;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #4f7cec;
}

.dataTables_wrapper th, .dataTables_wrapper table.table-list thead th {
    border: 0;
}

.dataTables_wrapper .dataTables_filter label .form-control {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dcdee2;
    width: 300px;
}

.dataTables_wrapper div.dataTables_length label, .dataTables_wrapper div.dataTables_length select {
    font-size: 14px;
    color: #717171;
    font-weight: 600;
}

.dataTables_wrapper div.dataTables_length select {
    font-size: 12px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid rgb(113 113 113 / 37%);
    height: 24px;
    padding-top: 2px;
}

div#tableServicesList_paginate ul.pagination li a, .dataTables_wrapper ul.pagination li a {
    font-size: 12px;
    color: #717171;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 2px;
    margin-top: 0.8px;
    border: 1px solid rgb(113 113 113 / 37%);
}

div#tableServicesList_paginate ul.pagination li, .dataTables_wrapper ul.pagination li {
    margin: 0px 4px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination, .dataTables_wrapper ul.pagination {
    margin: 0;
}

div#tableServicesList_paginate .pagination>.active>a, .dataTables_wrapper ul.pagination>.active>a {
    background-color: #004fac;
    border-color: #004fac;
    color: #fff;
    padding: 3px 8px;
}

div#tableServicesList_paginate li#tableServicesList_next a, .dataTables_wrapper ul.pagination>.next a {
    background-color: #717171;
    color: #fff;
}

div#tableServicesList_paginate, div#tableServicesList_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length {
    padding-top: 7px;
}

table.table-list tbody td {
    padding: 18px 8px;
    border-top: 1px solid #f1f1f1;
}

.table-list>tbody>tr:hover>td {
    background-color: #f3f6f938;
}

table#tableServicesList th, .dataTables_wrapper table.table-list th {
    background: #f3f6f9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    padding: 15px 8px;
}

table#tableServicesList th::after, table#tableServicesList th::before, .dataTables_wrapper table.table-list th::after, .dataTables_wrapper table.table-list th::before {
    opacity: 0;
}

.dataTables_wrapper table {
    padding: 10px;
    background-color: #fff;
}

.dataTables_wrapper table tbody tr:first-child td {
    border-top: 0;
}

.dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li:focus, .dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li a:hover, .dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li a:focus {
    outline: 0;
}

.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: #f3f6f9;
}

/* ===================================== */

/* ============product-details============= */

.alert-warning, .alert.alert-danger, .primary-content #order-standard_cart .alert-warning {
    font-size: 14px;
    line-height: 23px;
    color: #856404;
    font-weight: 600;
    background-color: #fff3cd;
    padding: 8px 10px;
    border-color: transparent;
    border-radius: 3px;
}

div.product-details .product-status-pending, div.product-details .product-status-active {
    background-color: #e5edf7;
    border-radius: 3px;
    border: 2px solid #bfd3ea;
    padding: 40px 30px 72px;
}

.col-sm-7.text-left.ssl-inactive img {
    margin-top: -4px;
}

div.product-details div.product-icon {
    background-color: transparent;
}

div.product-details div.product-icon span i.fas.fa-circle.fa-stack-2x, .product-icon.text-center h3 {
    display: none;
}

div.product-details div.product-icon span i.fas.fa-hdd.fa-stack-1x.fa-inverse {
    color: #004fac;
    font-size: 65px;
}

.product-icon.text-center h4 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 40px;
    color: #004fac;
    font-weight: 800;
}

.product-status-text {
    background-color: #ceddef;
    color: #004fac;
}

div.product-details div.product-icon span.fa-stack.fa-lg {
    line-height: 0;
    height: auto;
}

.product-status-text {
    font-weight: 600;
    max-width: 85px;
    width: 100%;
    border-radius: 12px;
    line-height: 15px;
    padding: 5px 5px;
    text-transform: capitalize;
    font-size: 13px;
    margin: auto;
}

.product-details .col-md-6.text-center {
    text-align: left !important;
    font-size: 14px;
    line-height: 25px;
    color: #474747;
    font-weight: 600;
}

.product-details .col-md-6.text-center h4:first-child {
    margin-top: 0;
}

.product-details .col-md-6.text-center h4 {
    font-size: 13px;
    line-height: 18px;
    color: #acb0b8;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
}

.tab-content.margin-bottom div#tabOverview {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.tab-content.margin-bottom div#tabOverview .card, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
    border-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
    background-color: #f3f6f9;
    padding: 10px 10px 0px 10px;
    margin: 0px 20px;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
    position: relative;
    transition: all .3s ease-in;
    border-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active {
    background-color: transparent;
    color: #004fac;
    font-weight: 600;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
    padding: 0px 0px 10px 0px !important;
    margin: 5px 12px 3px 12px;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    background-color: #004fac;
    left: 0;
    height: 2px;
    bottom: 0;
    transition: all .3s ease-in;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover::after, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active::after {
    width: 100%;
}

div#domain strong, div#domain .col-sm-7 {
    font-size: 13px;
    line-height: 35px;
    color: #acb0b8;
    font-weight: 400;
}

div#domain .col-sm-7 {
    max-width: 18%;
    color: #474747;
    font-weight: 600;
}

div#domain .col-sm-5.text-right {
    text-align: left !important;
    max-width: 15%;
}

div#domain .row {
    width: 100%;
    margin: 0;
}

div#domain p {
    text-align: left;
    padding: 0px 10px;
}

div#domain p a.btn.btn-default {
    font-size: 12px;
    line-height: 20px;
    color: #3699ff;
    font-weight: 600;
    border-radius: 2px;
    background-color: #e1f0ff;
    border: 1px solid transparent;
    margin: 0px 5px;
}

div#domain p a.btn.btn-default:hover {
    border-color: #3699ff;
}

div.product-details-tab-container {
    padding: 20px 25px;
    border: 0;
}

#tabOverview .col-lg-6 h5 {
    font-size: 13px;
    line-height: 18px;
    color: #acb0b8;
    font-weight: 400;
    margin-bottom: 0;
}

#tabOverview .col-lg-6 {
    font-size: 14px;
    line-height: 25px;
    color: #474747;
    font-weight: 600;
}

.ticket-top-cont a {
    text-decoration: none;
}

/* ====================================================== */

/*=================submit-ticket start===================*/

.card.sub-ticket {
    background: transparent;
    border: none;
}

.primary-content .sub-ticket .card-title {
    font-size: 20px;
    background: #f3f6f9;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 14px;
}

.sub-ticket .w-100.mb-4 .text-muted {
    color: #464747!important;
    font-size: 14px;
}

.card.sub-ticket .card-body.extra-padding {
    padding: 0 15px;
}

.cs-ticket .col-md-4 {
    margin-bottom: 25px;
}

.ticket-div-20i {
    box-shadow: 0px 2px 3px #00000014;
    padding: 42px 20px;
    min-height: 100%;
    background: #fff;
    text-align: center;
    border-radius: 3px;
}

.ticket-div-20i .ticket-top-cont i {
    width: 100%;
    color: #004fac;
    font-size: 30px;
    margin-bottom: 20px;
}

.ticket-top-cont h5 {
    font-size: 20px;
    color: #474747;
    font-weight: bold;
    margin-bottom: 10px;
}

.ticket-div-20i .text-muted {
    color: #acb0b8 !important;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.cs-ticket .col-md-4:first-child, .cs-ticket .col-md-4:nth-child(4) {
    padding-left: 0;
}

.cs-ticket .col-md-4:nth-child(3) {
    padding-right: 0;
}

/*========================submit-ticket end===================*/

/* =========================================================== */

/*===============domain-renew page start css==================*/

.domain-renewals .domain-renewal {
    border-bottom: none!important;
}

.domain-renewals {
    border-top: none!important;
}

body #order-standard_cart .font-size-24~p {
    color: #7c8088;
    font-size: 12px;
}

#order-standard_cart .domain-renewals .btn-add-renewal-to-cart {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 3px;
    background-color: #1bc577;
    border: 1px solid #1bc577;
}

#order-standard_cart #scrollingPanelContainer .order-summary {
    background-color: transparent;
    border-bottom: 0;
    margin: 0;
}

#order-standard_cart #scrollingPanelContainer .order-summary h2 {
    margin: 0;
    padding: 20px 0px 10px;
    color: #101010;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

#order-standard_cart #scrollingPanelContainer .summary-container {
    border-radius: 0px;
    background-color: #ffffff;
    padding: 10px 0px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .product-name {
    padding: 10px 5px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .summary-totals, #order-standard_cart #scrollingPanelContainer .order-summary .subtotal, #order-standard_cart #scrollingPanelContainer .order-summary .recurring-totals {
    padding: 0px 5px 18px;
    border-top: 0;
    border-bottom: 1px solid #edeef0;
}

div#cartDomainRenewal1, div#cartDomainRenewal2 {
    padding: 10px 5px;
}

#scrollingPanelContainer .total-due-today {
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0;
}

#order-standard_cart #scrollingPanelContainer .order-summary .total-due-today .amt {
    order: 2;
    font-weight: 800;
    font-size: 25px;
    color: #000;
}

#order-standard_cart #scrollingPanelContainer .order-summary .total-due-today span {
    text-align: left;
    order: 1;
    font-size: 14px;
    line-height: 20px;
    color: #7c8088;
    margin-bottom: 12px;
}

#scrollingPanelContainer a#btnGoToCart, #order-standard_cart #scrollingPanelContainer .order-summary .btn-checkout, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer #orderSummary button#btnCompleteProductConfig {
    background-color: #1bc577;
    border-color: #1bc577;
    border-radius: 3px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0;
}

#scrollingPanelContainer a#btnGoToCart:hover, #order-standard_cart .domain-renewals .btn-add-renewal-to-cart:hover {
    background-color: transparent;
    color: #1bc577;
}

body #order-standard_cart .domain-renewals .font-size-24 {
    font-size: 17px;
    line-height: 25px;
    color: #004fac;
    font-weight: 700;
    margin-bottom: 4px;
}

body #order-standard_cart .domain-renewals label.control-label {
    color: #7c8088;
}

body #order-standard_cart .domain-renewals label.control-label {
    font-size: 12px;
    font-weight: 600;
}

body #order-standard_cart .domain-renewals .form-control {
    font-size: 12px;
    color: #2e34429c;
    font-weight: 600;
    border-radius: 2px;
    background-color: #f3f6f9;
    border: 0;
    max-width: 175px;
}

.secondary-cart-body .domain-renewals .domain-renewal .label {
    border-radius: 3px;
    font-size: 11px;
    line-height: 15px;
    color: #f64e60;
    font-weight: 700;
    background-color: #ffeaec;
    padding: 4px 10px;
    display: inline-block;
}

#order-standard_cart .secondary-cart-body .domain-renewals form.form-horizontal .col-md-5 {
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
    max-width: 100%;
}

#order-standard_cart .domain-renewals .domain-renewal .text-right, #order-standard_cart .domain-renewals~.text-center {
    text-align: left !important;
}

body #order-standard_cart .domain-renewals form.form-horizontal .col-sm-6 {
    padding: 0;
}

#order-standard_cart .domain-renewals {
    background-color: transparent;
}

#order-standard_cart .domain-renewals .domain-renewal {
    background-color: #fff;
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 25px 22px;
}

#order-standard_cart .domain-renewals .domain-renewal form.form-horizontal {
    float: left;
    width: 66%;
}

body #order-standard_cart .domain-renewals .font-size-24~p {
    margin-bottom: 28px;
}

#order-standard_cart .domain-renewals~.text-center small, form#frmDomainTransfer~.small {
    font-size: 12px;
    line-height: 19px;
    color: #7c8088;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}

div#producttotal .summary-totals .clearfix span, #order-standard_cart #scrollingPanelContainer .order-summary .subtotal span, #order-standard_cart #scrollingPanelContainer .order-summary .recurring-totals span {
    font-size: 14px;
    line-height: 20px;
    color: #7c8088;
    font-weight: 400;
}

div#scrollingPanelContainer div#orderSummary {
    background-color: #fff;
    padding: 7px 25px 30px;
    box-shadow: 0 1px 5px 1px rgb(26 32 44 / 4%);
    margin-top: 10px !important;
}

/* =========================================================== */

/*===================domain-renew page end css=================*/

/* ============================================================================= */

/*=================== ssl certificate page css start 4 feb 2021 =============*/

.primary-content .landing-page .hero {
    background: #004fac;
    ;
    padding: 80px 0;
}

.primary-content .landing-page .hero h2 {
    margin: 0 0 15px 0;
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
}

.primary-content .landing-page .hero h3 {
    font-size: 19px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
}

.primary-content .landing-page .hero img {
    width: 250px;
}

.primary-content .landing-page.ssl .validation-levels {
    padding: 70px 0px;
    background-color: #ffff;
    text-align: center;
}

.primary-content .landing-page.ssl .validation-levels h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 35px;
}

.primary-content .landing-page.ssl .validation-levels .col-md-6 {
    margin-bottom: 20px;
}

.primary-content .landing-page.ssl .validation-levels .item {
    border: 1px solid #ececed;
    display: grid;
    height: 100%;
    align-items: center;
    justify-items: center;
    align-content: flex-start;
    margin: 0;
    transition: all .3s ease;
}

.primary-content .landing-page.ssl .validation-levels .item img {
    width: 200px;
}

.primary-content .landing-page.ssl .validation-levels .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .validation-levels .item span, .card.switch-account-20i .card-body p {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
}

.using-password-strength .alert-info {
    color: #0B1948;
    background-color: #EBF3FF;
    border-color: #DEEBFE;
}

.primary-content .landing-page.ssl .validation-levels .item .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #004fac;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #004fac;
    margin: auto;
    padding: 10px 8px;
    width: 120px;
    max-width: 100%;
    margin-top: 30px;
}

.primary-content .landing-page.ssl .validation-levels .item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
    border-color: transparent;
}

.primary-content .landing-page.ssl .validation-levels .item .btn:hover {
    background-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.ssl p.help-me-choose a, .primary-content .landing-page.ssl a.help-me-choose {
    font-size: 19px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

/*===== navbar ======*/

.primary-content .landing-page .navbar {
    background-color: #004fac!important;
}

.primary-content .landing-page .navbar .navbar-brand {
    display: none;
}

.primary-content .landing-page .navbar .navbar-nav li {
    width: 25%;
    border-right: 1px solid #1358aa;
}

.primary-content .landing-page .navbar .navbar-nav li a {
    border-right: none;
}

.primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li>a {
    background: transparent;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 15px;
    position: relative;
    border-left: 0;
}

.primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li:last-child>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li:last-child>a {
    border-right: none;
}

.primary-content .landing-page .navbar .navbar-nav>li>a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: 10px;
    transition: all .3s ease-in;
}

.primary-content .landing-page .navbar .navbar-nav>li>a:hover, .primary-content .landing-page .navbar .navbar-nav>li.active>a {
    background-color: #094b9a;
}

.primary-content .landing-page .navbar .navbar-nav>li>a:hover::before {
    width: 10%;
}

/* =========================================================== */

/*================= stanout text ================*/

.primary-content .landing-page.ssl .content-block.standout h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.ssl .content-block.standout p, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ssl .content-block.standout .btn, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn, .primary-content .landing-page.sitelock .content-block.emergency .btn, .primary-content .landing-page.mail-services .product-options .item .btn, .primary-content .landing-page.mail-services .content-block.get-started .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #004fac;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #004fac;
    margin: auto;
    padding: 10px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.ssl .content-block.standout .btn:hover, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn:hover, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn:hover, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn:hover, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn:hover, .primary-content .landing-page.sitelock .content-block.emergency .btn:hover, .primary-content .landing-page.mail-services .product-options .item .btn:hover, .primary-content .landing-page.mail-services .content-block.get-started .btn:hover {
    background-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.ssl .content-block.standout.what-is-ssl p {
    max-width: 1030px;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits h4, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 10px;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl p a {
    color: #094b9a;
    font-weight: bold;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl ul {
    padding: 0;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl li, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body li {
    font-size: 16px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl .fas, .primary-content .landing-page.ssl .content-block.what-is-ssl .far {
    float: none;
    color: #094b9a;
    font-size: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl p small {
    font-weight: bold;
    color: #575757;
    letter-spacing: 0.2px;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits .col-lg-2, .account-manage-20i form label {
    font-size: 18px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits i {
    margin: 10px 0;
    font-size: 3em;
    color: #004fac;
}

/* =========================================================== */

/*================ standout-1 css ==================*/

.primary-content .landing-page.ssl .standout-1 {
    background-color: #004fac;
}

.primary-content .landing-page.ssl .standout-1 h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
}

.primary-content .landing-page.ssl .standout-1 .browser .browser-image img {
    border-radius: 23px;
}

.primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper {
    max-width: 600px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .17);
    font-size: 1.2rem;
    color: #6b788b;
}

.primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper img {
    margin: 0px auto 20px;
    width: 80px;
}

.primary-content .landing-page.ssl .content-block.standout .item {
    padding: 30px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.03);
}

.primary-content .landing-page.ssl .content-block.standout .item:hover {
    box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.03);
}

.primary-content .landing-page.ssl .content-block.standout .item img {
    width: 150px;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.primary-content .landing-page.ssl .content-block.standout .item:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.primary-content .landing-page.ssl .content-block.standout .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
    margin: 80px 0 0 0;
    background-color: transparent;
    font-size: 34px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

/* =========================================================== */

/*================== Accordion =========================*/

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card, .primary-content .landing-page.sitelock .content-block.faq .accordion .card {
    margin-bottom: 20px !important;
    border-radius: 3px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    padding: 15px 25px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header h4 {
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4 .arrow {
    float: right;
    margin-right: 0;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-body {
    margin-top: 0px;
    padding: 15px 25px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose ul {
    padding-left: 15px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose img {
    margin: 0 0 20px;
    width: 150px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose p.ideal, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose p.ssl-types-expl {
    text-align: left;
    color: #2a2e36;
    margin-bottom: 20px;
    font-size: 16px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn.btn-block, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn.btn-block {
    display: inline-block;
    width: auto;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .ssl-certs-all li {
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
    font-size: 15px;
    line-height: 26px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion #collapseFaq .card-body p {
    margin-bottom: 35px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 {
    font-size: 28px;
    line-height: 34px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 .logos img {
    max-height: 50px;
}

.primary-content .landing-page~p {
    padding: 10px;
    margin: 0;
    background-color: #e5f1fe;
    font-size: 18px;
    line-height: 34px;
    color: #031b4e;
    font-weight: 590;
}

/* ============================================================================== */

/*========================= ssl certificate page css end ========================*/

/* =========================================================== */

/*============== weebly page css start 5 feb 2021 =============*/

.primary-content .landing-page.weebly .hero img {
    width: 250px;
}

.primary-content .landing-page.weebly .navbar {
    background-color: #1f8eed !important;
}

.primary-content .landing-page.weebly .navbar .navbar-nav li {
    width: 25%;
    border-right: 1px solid #0c7dde;
}

.primary-content .landing-page.weebly .navbar.navbar-expand-lg .navbar-nav>li:last-child>a, .primary-content .landing-page.sitelock .navbar.navbar-expand-lg .navbar-nav>li:last-child>a {
    border-right: none;
}

.primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.weebly .content-block.image-standout p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.weebly .content-block.image-standout p.lead {
    font-size: 24px;
    line-height: 40px;
    color: #031b4e;
    font-weight: 600;
}

.primary-content .landing-page.weebly .content-block.features {
    padding: 30px 0 0;
    background-color: transparent;
    text-align: center;
}

.primary-content .landing-page.weebly .content-block.features .feature {
    height: 200px;
    padding: 0 15px;
    background-color: transparent;
    border-color: transparent;
}

.primary-content .landing-page.weebly .content-block.features .feature .icon {
    line-height: 90px;
}

.primary-content .landing-page.weebly .content-block.features .feature .icon img {
    width: 60px;
    margin-bottom: 30px;
}

.primary-content .landing-page.weebly .content-block.features .feature h4, .primary-content .landing-page.weebly .content-block.faq h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.weebly .content-block.features .feature p {
    color: #555;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group {
    width: 100%;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
    color: #474747;
    font-weight: 510;
    border: 1px solid #ddd;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change:hover, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change.active, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change:focus, #modalChooseLanguage .modal-footer button{
    background-color: #004fac;
    border-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan {
    margin: 0 0 25px 0;
    padding: 30px 40px 40px;
    background-color: #dceefd;
    border: 0;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .landing-page.ssl .content-block.features h3, .landing-page.ssl .standout .col-sm-8.col-md-9.order-1 h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h5, .landing-page.ssl .content-block.standout-features.standout h4, .landing-page.ssl .standout .row.ideal-for.ov h4, .landing-page.ssl .standout .row.ideal-for.dv h4, .landing-page.ssl .standout .row.ideal-for.ev h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 20px;
}

.landing-page.ssl .content-block.standout-features.standout h4 {
    margin-bottom: 10px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item {
    padding: 20px;
    border-radius: 0;
    border: 0;
    outline: 1px solid #eee;
    margin-bottom: 1px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header {
    padding: 0
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header h4, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .price span, .landing-page.bg-white.ssl .content-block.standout h3, .landing-page.ssl .content-block.dashed-border.standout h4 {
    font-size: 24px;
    line-height: 26px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 5px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header h5 {
    font-size: 18px;
    line-height: 28px;
    color: #6b788b;
    font-weight: 600;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .feature-heading {
    background-color: transparent;
    font-size: 17px;
    text-align: left;
    margin-bottom: 15px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item li {
    line-height: 24px;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item li::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #031b4e;
    line-height: 16px;
    content: '\f00c';
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.site-features {
    height: 310px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.ecommerce-features {
    height: 185px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn {
    margin: 0;
    background: #004fac;
    color: #fff;
    outline: 1px solid #004fac;
}

.primary-content .landing-page.weebly .content-block.faq {
    padding: 50px 0;
    background-color: #fff;
    margin: 0;
}

.primary-content .landing-page.weebly .content-block.trusted-by {
    color: #6b788b;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 40px 0px;
}

.primary-content .landing-page.weebly .content-block.trusted-by img {
    max-height: 60px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.primary-content .landing-page.weebly .content-block.trusted-by .col-sm-7.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.primary-content .landing-page.weebly .content-block.faq .col-md-4 {
    padding-right: 50px;
}

.primary-content .landing-page.weebly .content-block.faq h4 {
    font-size: 18px;
    margin-top: 30px;
}

.primary-content .landing-page.weebly .content-block.faq p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
}

/* ========================================================================== */

/*================ weebly page css end 5 feb 2021 ===========================*/

/* ========================================================================== */

/*=================== sitelock page css start 5 feb 2021 =====================*/

.primary-content .landing-page.sitelock .hero img {
    width: 250px;
}

.primary-content .landing-page.sitelock .navbar {
    background-color: #1f8eed !important;
}

.primary-content .landing-page.sitelock .content-block h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.sitelock .content-block h3 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.sitelock .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
    word-break: break-word;
}

.landing-page.sitelock .plans .plan ul li span {
    word-break: break-word;
}

.primary-content .landing-page.sitelock .content-block.plans {
    padding: 0px 0;
    background-color: #fff;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .col-lg-4 {
    padding: 0 15px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan {
    border: 1px solid #ececed;
    transition: all .3s ease;
    border-radius: 3px;
    height: 100%;
    margin: 0;
    align-content: flex-start;
    transition: all .3s ease;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header {
    background-color: transparent;
    color: #2a2e36;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header h4 {
    font-size: 24px;
    line-height: 26px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 15px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header p {
    font-size: 16px;
    line-height: 28px;
    color: #6b788b;
    font-weight: 600;
    margin: 0;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul {
    height: auto;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul li {
    line-height: 24px;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 10px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul li .fa-check {
    font-size: 13px;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper i, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper i {
    font-size: 35px;
    color: #004fac;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content {
    margin: 0 60px 30px;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content h4, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 5px;
}

.primary-content .landing-page.sitelock .content-block.emergency {
    padding: 60px 0;
    background-color: #e5f1fe;
    color: #2a2e36;
}

.primary-content .landing-page.sitelock .content-block.emergency h2.text-danger {
    color: #031b4e!important;
}

.primary-content .landing-page.sitelock .content-block.emergency .price {
    font-size: 36px;
    line-height: 45px;
    color: #004fac;
    font-weight: 800;
}

.primary-content .landing-page.sitelock .content-block.faq+.content-block, .primary-content .landing-page.mail-services .content-block.faq+.content-block {
    margin: 0;
}

.primary-content .landing-page.sitelock .content-block.faq+.content-block img, .primary-content .landing-page.mail-services .content-block.faq+.content-block img {
    width: 200px;
}

.primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-body {
    font-size: 15px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
}

/* =========================================================== */

/*============ sitelock page css end 5 feb 2021 =================*/

/* =========================================================== */

/*================== codegaurd page css start ==================*/

.primary-content .landing-page.codeguard .navbar, .primary-content .landing-page.mail-services .navbar {
    background-color: #1f8eed !important;
}

.primary-content .landing-page.codeguard .navbar .navbar-nav li, .primary-content .landing-page.mail-services .navbar .navbar-nav li {
    width: 25%;
    border-right: 1px solid #0c7dde;
}

.primary-content .landing-page.codeguard .navbar .navbar-nav li:last-child>a, .primary-content .landing-page.mail-services .navbar .navbar-nav li:last-child>a {
    border-right: none
}

.primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.codeguard .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.codeguard .content-block.image-standout {
    margin-bottom: 0;
    padding-bottom: 0;
}

.primary-content .landing-page.codeguard .content-block.overview-features li {
    float: left;
    margin: 0;
    width: 20%;
    text-align: center;
    border-right: 1px solid #ddd;
    display: grid;
    height: 100%;
    padding: 0 15px;
    justify-content: center;
}

.primary-content .landing-page.codeguard .content-block.overview-features li img {
    filter: grayscale(100%);
    margin: auto;
}

.primary-content .landing-page.codeguard .content-block.overview-features li span {
    font-size: 18px;
    line-height: 28px;
    color: #474747;
    font-weight: 600;
}

.primary-content .landing-page.codeguard .content-block.pricing {
    background: #004fac;
    color: #fff;
    padding: 70px 0;
}

.primary-content .landing-page.codeguard .content-block.pricing h2 {
    color: #fff;
}

.primary-content .landing-page.codeguard .content-block.pricing .irs-bar, .primary-content .landing-page.codeguard .content-block.pricing .irs-bar-edge {
    background: #2a2a2a;
}

.primary-content .landing-page.codeguard .content-block.pricing .pricing-container .price {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
}

.primary-content .landing-page.codeguard .content-block.pricing .pricing-container #pricingCycle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.primary-content .landing-page.codeguard .content-block.pricing .price-calc-container .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: auto;
    padding: 10px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.codeguard .content-block.pricing .price-calc-container .btn:hover {
    background-color: #fff;
    color: #004fac;
}

.primary-content .landing-page.codeguard .content-block.features {
    margin: 0;
    padding: 70px 0;
}

.primary-content .landing-page.codeguard .content-block.features .col-lg-4 {
    margin-bottom: 30px;
}

.primary-content .landing-page.codeguard .content-block.features .feature {
    padding: 20px;
    height: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: all .3s ease;
}

.primary-content .landing-page.codeguard .content-block.features .feature:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.codeguard .content-block.features .feature .icon {
    line-height: inherit;
    margin-bottom: 15px;
}

.primary-content .landing-page.codeguard .content-block.features .feature .icon img {
    width: 80px;
}

.primary-content .landing-page.codeguard .content-block.features .feature h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.codeguard .content-block.features .feature p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    font-weight: 400;
}

.primary-content .landing-page.codeguard .content-block.faqs {
    padding: 0px 0 50px;
    background-color: #fff;
    text-align: left;
    margin: 0;
}

.primary-content .landing-page.codeguard .content-block.faqs .col-lg-4 {
    padding-right: 50px;
}

.primary-content .landing-page.codeguard .content-block.faqs h4 {
    font-size: 18px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 20px;
    font-style: normal;
}

.primary-content .landing-page.codeguard .content-block.faqs p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

.primary-content .landing-page.codeguard .content-block.faqs+.content-block {
    margin: 0;
}

.primary-content .landing-page.codeguard .content-block.faqs+.content-block img {
    width: 200px;
}

/* =========================================================== */

/*============= codegaurd page css end ====================*/

/* =========================================================== */

/*=============== email Services page css start ===============*/

.primary-content .landing-page.mail-services .product-options {
    background-color: #fff;
    padding: 50px 0 0;
    margin: 40px 0;
}

.primary-content .landing-page.mail-services .product-options .item {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .3s ease;
    padding: 35px 30px 40px;
}

.primary-content .landing-page.mail-services .product-options .item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.mail-services .product-options .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.mail-services .product-options .item .icon i {
    color: #004fac;
    margin: 25px 0;
}

.primary-content .landing-page.mail-services .product-options .item span {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
}

.primary-content .landing-page.mail-services .product-options .item p {
    margin: 10px 0 30px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.primary-content .landing-page.mail-services .product-options .item .price {
    color: #004fac;
    font-weight: 600;
    margin-bottom: 20px;
}

.primary-content .landing-page.mail-services .product-options .item .btn.btn-learn-more {
    background-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.mail-services .product-options .powered-by {
    display: none;
}

.primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
    padding-right: 50px;
}

.primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.mail-services .content-block h3, .primary-content .landing-page.marketgoo .content-block.faqs h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 10px;
}

.primary-content .landing-page.mail-services .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.mail-services .content-block h4, .primary-content .landing-page.mail-services .content-block.faq h4 {
    font-size: 18px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 20px;
}

.primary-content .landing-page.mail-services .content-block.faq p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

.primary-content .landing-page.mail-services .content-block.tabs {
    background: #fff;
    padding-top: 10px;
}

.primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 0;
    margin-right: 10px;
    color: #474747;
    font-weight: 510;
}

.primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a.active {
    border: 1px solid #004fac;
    color: #004fac;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .04);
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits {
    margin: 0 0 40px 0;
    padding: 30px;
    font-size: 16px;
    background: #e5f1fe;
    border-radius: 0;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits h3 {
    margin-bottom: 20px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content p {
    font-size: 15px;
    line-height: 27px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits .fa-check {
    font-size: 13px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits>div {
    font-size: 16px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.mail-services .content-block.get-started {
    background-color: #e5f1fe;
    color: #6b788b;
}

.primary-content .landing-page.mail-services .content-block.get-started .price {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.mail-services .content-block.get-started .btn-group.choose-product .btn:first-child {
    margin-right: 20px;
}

.primary-content .landing-page.mail-services .content-block.get-started .additional-options label {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 12px;
    color: #555;
    display: inline-block;
}

/* =========================================================== */

/*========== email Services page css end ================*/

/* =========================================================== */

/*================ marketgo page css start here ============*/

.primary-content .landing-page.marketgoo .video-banner {
    padding: 70px 0;
    background-color: #fff;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks {
    padding: 70px 0 0;
    margin: 0;
    background-color: #f8f8f8;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .feature-wrapper {
    padding: 0 0 70px;
    background-color: transparent;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 40px;
    display: grid;
    height: 100%;
    transition: all .3s ease;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block img {
    max-width: 150px;
    margin-bottom: 15px;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block span {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.labels ul li {
    font-size: 16px;
    line-height: 26px;
    color: #2a2e36;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: 0;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_lite ul li, .primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_pro ul li {
    margin-bottom: 10px;
    border: 0;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_pro ul {
    background-color: transparent;
}

.primary-content .landing-page.marketgoo .content-block.testimonials {
    background: #e5f1fe;
    padding: 80px 0;
    margin: 0;
    min-height: 500px;
    display: grid;
    justify-content: center;
    align-content: center;
}

.primary-content .landing-page.marketgoo .content-block.testimonials .testimonial {
    margin: 0 auto;
    max-width: 750px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    font-style: italics;
    color: #2a2e36;
    text-align: center;
}

.primary-content .landing-page.marketgoo .content-block.testimonials .carousel-indicators li {
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #8dbdf1;
    opacity: .8;
}

.primary-content .landing-page.marketgoo .content-block.faqs {
    background-color: #fff;
    padding: 70px 0;
    margin: 0;
}

.primary-content .landing-page.marketgoo .content-block.faqs p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
}

/* =========================================================== */

/*=================== marketgo page css end here ==================*/

/* =========================================================== */

/*==================== vpn page css start here =================*/

.primary-content .landing-page.sitelockvpn .hero, .primary-content .landing-page.ox .header {
    background-color: #004fac;
}

.primary-content .landing-page.ox .header .logo-img {
    width: 100%;
}

.primary-content .landing-page.sitelockvpn .hero-bg {
    background-size: 650px;
    padding: 80px 0;
}

.primary-content .landing-page.sitelockvpn .hero-bg .btn-start, .primary-content .landing-page.ox .header .header-content .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: auto;
    padding: 10px 20px;
    min-width: 150px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.sitelockvpn .hero-bg .btn-start:hover, .primary-content .landing-page.ox .header .header-content .btn:hover {
    background-color: #fff;
    color: #004fac;
    text-decoration: none;
}

.primary-content .landing-page.sitelockvpn .hero-bg h1 {
    margin: 0 0 15px 0;
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
}

.primary-content .landing-page.sitelockvpn .hero-bg h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}

.primary-content .landing-page.sitelockvpn .feature {
    margin: 0;
    padding: 80px 0 0;
}

.primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 20px;
}

.primary-content .landing-page.sitelockvpn .feature p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.sitelockvpn .feature img {
    max-width: 200px;
    margin: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature .highlights {
    padding-left: 0;
    margin: 0;
}

.primary-content .landing-page.sitelockvpn .feature .highlights li {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.sitelockvpn .feature .highlights li::before {
    content: "\f058";
    font-family: "FontAwesome";
    color: #004fac;
    width: 30px;
    margin-left: 0;
    font-size: 16px;
}

.primary-content .landing-page.sitelockvpn .feature.devices {
    margin: 0;
    padding: 80px 0;
    background-color: #fff;
}

.primary-content .landing-page.sitelockvpn .feature.devices h3 {
    margin-top: 0;
}

.primary-content .landing-page.sitelockvpn .feature.devices img {
    margin: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature.devices .logos {
    padding: 0;
    text-align: right;
}

.primary-content .landing-page.sitelockvpn .feature.devices .logos img {
    margin: 0px 45px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box {
    border: 1px solid #ececed;
    border-radius: 4px;
    transition: all .3s ease;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn {
    width: auto;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .cycle {
    padding: 20px 20px 0;
    background-color: transparent;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .signup form {
    margin-bottom: 10px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .cycle .label.label-info {
    margin-bottom: 0;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    vertical-align: middle;
    background-color: #004fac;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .price {
    margin: 0;
    padding: 20px;
    color: #004fac;
    font-weight: 800;
    font-size: 26px;
    text-align: center;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .signup {
    padding: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box ul {
    margin: 0;
    padding: 0 20px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box ul li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
    border: 0;
    padding: 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn, .primary-content .landing-page.ox .pricing table .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #004fac;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #004fac;
    margin: auto;
    padding: 10px 8px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 15px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn:hover, .primary-content .landing-page.ox .pricing table .btn:hover {
    background-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans span {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 30px;
    text-align: left;
    padding-left: 25px;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans span::after {
    content: "\f058";
    font-family: "FontAwesome";
    color: #004fac;
    width: 15px;
    margin-left: 0;
    font-size: 16px;
    left: 0;
    top: 10px;
    position: absolute;
}

.primary-content .landing-page.sitelockvpn .feature .dividing-line {
    display: none;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans img {
    display: none;
}

.primary-content .landing-page.sitelockvpn .feature.world {
    padding: 100px 0 0;
}

.primary-content .landing-page.sitelockvpn .feature.world em {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 30px;
}

.primary-content .landing-page.sitelockvpn .feature.countries {
    background-color: #fff;
    padding: 0 0 100px;
}

.primary-content .landing-page.sitelockvpn .feature.world .row.text-center.text-md-left {
    text-align: right!important;
}

.primary-content .landing-page.sitelockvpn .feature.world span {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    color: #004fac;
}

.primary-content .landing-page.sitelockvpn .feature.world img {
    max-width: 100%;
    margin: 40px 0;
}

/* =========================================================== */

/*================== vpn page css end here ==================*/

/* =================================================================== */

/*================ professional email page css start here ============*/

.primary-content .landing-page.ox .header {
    padding: 80px 0;
    background-color: #004fac;
}

.primary-content .landing-page.ox .header .header-content h1 {
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-weight: 800;
}

.primary-content .landing-page.ox .stand-out {
    padding: 80px 0;
    background-color: #fff;
    color: #212529;
}

.primary-content .landing-page.ox .stand-out .wrapper {
    text-align: left;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 4px;
    min-height: 240px;
    margin-bottom: 20px;
}

.primary-content .landing-page.ox .stand-out .wrapper h2 {
    color: #031b4e;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 15px;
}

.primary-content .landing-page.ox .stand-out .wrapper p {
    font-size: 16px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ox .stand-out .wrapper ul li {
    font-size: 16px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 7px;
    border: 0;
    padding: 0;
    text-align: left;
}

.primary-content .landing-page.ox .features {
    margin: 0;
    text-align: center;
}

.primary-content .landing-page.ox .features h3, .primary-content .landing-page.ox .pricing h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    text-align: center;
}

.primary-content .landing-page.ox .features .feature-block {
    min-height: 120px;
    margin-top: 30px;
    text-align: left;
}

.primary-content .landing-page.ox .features .feature-block img {
    max-width: 60px;
}

.primary-content .landing-page.ox .features .feature-block p.title {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 7px;
}

.primary-content .landing-page.ox .features .feature-block p {
    margin-left: 80px;
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ox .pricing table tr:nth-child(2n) td:first-child {
    background-color: transparent;
}

.primary-content .landing-page.ox .pricing table tr td:first-child {
    padding: 15px 0px;
    text-align: left;
    border: 0;
    background-color: transparent;
}

.primary-content .landing-page.ox .pricing table tr td:first-child:not(.no-border) {
    border: 0;
    border-bottom: 1px solid #e1eaf3;
}

.primary-content .landing-page.ox .pricing table td:not(.no-border), .primary-content .landing-page.ox .pricing table th {
    padding: 15px 0px;
    border: 0;
    border-bottom: 1px solid #e1eaf3;
}

.primary-content .landing-page.ox .pricing table th {
    padding: 12px 8px;
    background-color: transparent!important;
    font-size: 20px;
    color: #031b4e;
}

.primary-content .landing-page.ox .pricing table .pricing-label {
    font-size: 25px;
    line-height: 28px;
    color: #031b4e;
    font-weight: 800;
    padding: 0;
}

.primary-content .landing-page.ox .pricing table td {
    font-size: 16px;
    line-height: 28px;
    color: #212529;
    font-weight: 600;
}

.primary-content .landing-page.ox .pricing table td img {
    width: 17px;
    transform: rotate(15deg);
}

.primary-content .landing-page.ox .faqs {
    background-color: #fff;
}

.primary-content .landing-page.ox .faqs .col-lg-6 {
    padding-right: 50px;
}

.primary-content .landing-page.ox .faqs p.question {
    font-size: 18px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 20px;
}

.primary-content .landing-page.ox .faqs p {
    font-size: 15px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

/* =========================================================== */

/*============== professional email page css end here ===========*/

/* ======================================================= */

/*============= clienarea-header-csss-start============ */

.top-nav-20i li#Secondary_Navbar-Account a {
    font-weight: 600;
    text-decoration: none;
}

.top-nav-20i {
    align-items: center;
}

header.header .top-nav-20i .nav-link {
    border: 0;
    color: #464646;
}

.top-nav-20i li.nav-item {
    margin-left: 0 !important;
}

.top-nav-20i li.nav-item:nth-of-type(2) {
    margin-right: 12px;
}

.top-nav-20i li.nav-item:nth-of-type(1) a {
    padding-right: 0.3rem;
}

.main-navbar-wrapper .login-20i-clientarea {
    margin-right: auto;
    margin-left: 0 !important;
}

header.header .main-navbar-wrapper .navbar-nav li:first-child a {
    margin-left: 0;
}

.user-detail-20i span.span-logged-in, .user-detail-20i .btn-active-client, div#ticketReplyContainer .form-group .text-muted small, form[action="/submitticket.php?step=3"] .form-group .text-muted small, #order-standard_cart #scrollingPanelContainer .order-summary .btn-continue-shopping {
    font-size: 12px;
    line-height: 20px;
    color: #6b788b;
    font-weight: 400;
}

#header .user-detail-20i a.btn {
    padding: 0;
    color: #004fac;
    font-weight: bold;
}

.user-detail-20i {
    background-color: #f3f6f9;
    padding: 3px 13px;
}

li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right li {
    padding: 4px 5px;
}

li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right li a {
    font-size: 14px;
}

/*============= clienarea-header-csss-end============ */

/* ================================================== */

/*=================== header-css-end============== */

/* ==================================================================== */

/* =========================index-page-css-start========================== */

/*================== fast-hosting-theme-banner-design ==================*/

.fast-hosting-theme-section {
    background-color: #f2f5ff;
    padding: 60px 0px 200px;
}
.fast-hosting-theme-content {
    padding-top: 25px;
}
.fast-hosting-theme-title {
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #031b4e;
    font-weight: 800;
}

.fast-hosting-theme-section .fast-hosting-theme-title {
    margin-bottom: 22px;
}

.fast-hosting-theme-text {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.fast-hosting-theme-section .fast-hosting-theme-text {
    margin-bottom: 20px;
}

.fast-hosting-theme-list li {
    font-size: 16px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}

.fast-hosting-theme-list li span {
    position: absolute;
    left: 0;
}

.fast-hosting-theme-list li span i {
    font-size: 11px;
    color: #004fac;
    font-weight: 600;
}

.fast-hosting-theme-list li span::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 5px;
    left: -5px;
    border: 2px solid #004fac;
    border-radius: 50%;
}

.fast-hosting-theme-list {
    padding-left: 4px;
    margin-bottom: 40px;
}

.fast-hosting-theme-img {
    text-align: right;
}
.fast-hosting-theme-img img.img-fluid {
    width: 95%;
}
.fast-hosting-theme-section .fast-hosting-theme-text {
    max-width: 585px;
}

.get-strated-btn {
    min-width: 179px;
    padding: 13px 20px;
    border-radius: 3px;
    background-color: #004fac;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
}

.get-strated-btn:hover {
    background-color: transparent;
    border-color: #004fac;
    color: #004fac;
}

/*================== fast-hosting-theme-banner-design-ends ==================*/

/*================= domain-section-css-start============== */

.home-domain-search {
    background-color: #004fac !important;
    position: relative;
    padding: 100px 0px 24px;
}

.home-domain-search h2 {
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 22px;
}

.home-domain-search .input-group-wrapper {
    max-width: 900px;
    margin: 10px auto;
    border-radius: 4px;
    border: 0;
}

.home-domain-search .input-group-wrapper .input-group {
    padding: 10px 10px;
}

.home-domain-search .input-group-wrapper .input-group input {
    font-size: 19px;
    line-height: 28px;
    color: #2e3442;
    font-weight: 400;
}

body .home-domain-search .input-group-wrapper .input-group .btn, .home-domain-search button#btnTransfer2 {
    border-radius: 3px;
    background-color: #004fac;
    max-width: 100%;
    width: 116px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 10px;
    border: 1px solid transparent;
}

body .home-domain-search .input-group-wrapper .input-group .btn:hover {
    background-color: transparent;
    border-color: #004fac;
    color: #004fac;
}

.home-domain-search .input-group-wrapper button#btnTransfer:hover, .home-domain-search button#btnTransfer2:hover {
    background-color: transparent;
    border-color: #464646;
    color: #464646;
}

.home-domain-search .input-group-wrapper button#btnTransfer, .home-domain-search button#btnTransfer2 {
    background-color: #464646;
}

.home-domain-search button#btnDomainSearch2, .home-domain-search button#btnTransfer2 {
    margin-bottom: 10px;
}

body .home-domain-search button#btnTransfer2 {
    width: 100%;
    padding: .375rem .75rem;
}

.domainchecker-homepage-captcha p {
    color: #fff;
}

.primary-content #default-captcha-domainchecker {
    padding-bottom: 0 !important;
    margin: 0;
}

.primary-content #default-captcha-domainchecker p {
    text-align: left;
    width: 100%;
}

div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: 100px;
}

.login-form .captcha-20i .col-md-8.offset-md-2.col-10.offset-1, .submit-ticket-two-20i .captcha-20i .col-md-8.offset-md-2.col-10.offset-1, .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 0px 15px 40px;
}

#default-captcha-domainchecker #inputCaptcha {
    height: 32px;
    min-height: 32px;
}

.home-domain-search::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #004fac;
    top: -99px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    clip-path: polygon(100% 0%, 100% 15%, 100% 100%, 0% 100%);
    left: 0;
    right: 0;
}

.home-domain-search .btn-link.btn-sm {
    color: #ffffff7a;
    padding: 9px 0;
    text-decoration: underline;
}
.home-domain-search .btn-link.btn-sm:hover {
    color: #ffffffd6;
}
/*================= domain-section-css-end============== */

/*========== status-section-css-start ==============*/

.help-elements .action-icon-btns a .ico-container i {
    color: #004fac;
    width: 120px;
    font-size: 0.7em;
    font-weight: 700;
}

.help-elements .action-icon-btns a {
    font-size: 18px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
    border-top: 0;
    margin-bottom: 0;
    padding: 10px 0 10px;
}

.help-elements .action-icon-btns {
    width: 98%;
    margin: auto;
    position: absolute;
    top: -175px;
    background-color: #ccc;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    min-height: 218px;
    z-index: 3;
}

section.help-elements .container {
    position: relative;
}

.help-elements .action-icon-btns>.col-6, .account-section-main-20i .action-icon-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-elements .action-icon-btns a .ico-container {
    position: relative;
    margin-bottom: 28px;
}

.help-elements .action-icon-btns a .ico-container::after {
    content: "";
    position: absolute;
    background: url(../images/20i-shape.png) no-repeat;
    width: 100%;
    height: 100px;
    left: 0px;
    top: -12px;
    right: 0;
	background-position: center top;
}

/*========== status-section-css-end ==============*/

/*========= products-and-services-section-css-start ============*/

.Myhomepage, .account-section-20i h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.Myhomepage, .account-section-main-20i h2 {
    margin-bottom: 35px !important;
}

.primary-content .card-title {
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
}

.product-section-20i .btn-outline-primary {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #004fac;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #004fac;
    margin: auto;
    padding: 10px 8px;
    width: 160px;
    max-width: 100%;
    margin-top: 30px;
}

.primary-content .product-section-20i .card-title {
    margin: 0 0 5px 0;
}

.primary-content .product-section-20i .card:hover .btn-outline-primary {
    background-color: #004fac;
    color: #fff;
}

.primary-content .product-section-20i .card {
    max-width: 23.80%;
    flex: 0 0 23.80%;
    -ms-flex: 0 0 23.80%;
    background-color: #ffffff;
    border: 1px solid #ececed;
}

.product-section-20i .card-columns.home {
    column-count: unset;
    display: flex;
    flex-wrap: wrap;
}

.home-icon-fa i {
    font-size: 2.2em;
    color: #004fac;
    margin-bottom: 12px;
}

.product-section-20i {
    padding: 15px 0px 92px;
}

.primary-content .product-section-20i .card:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
    border-color: transparent;
}

.product-section-20i .card-body {
    padding: 3rem 2rem !important;
}

/*============ 20i-account-section-css-start ========*/

.account-section-main-20i {
    background-color: #f2f5ff;
    position: relative;
    margin-bottom: 15px;
}

.account-section-main-20i .action-icon-btns {
    margin-top: 0px !important;
}

.account-section-main-20i .action-icon-btns a .ico-container {
    margin: 0px auto 15px;
}

.account-section-main-20i .action-icon-btns .col-6 {
    padding: 0px 10px;
}

.account-section-main-20i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #f2f5ff;
    top: -100px;
    -webkit-clip-path: polygon(100% 22%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(100% 22%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
    right: 0;
}

.account-section-main-20i .action-icon-btns a {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #2a2e36;
    font-weight: 600;
    border-top: 0;
    border-radius: 3px;
    box-shadow: 0 0 1.5px rgba(42, 46, 54, 0.27);
    background-color: #ffffff;
    padding: 50px 15px;
}

.domainchecker-homepage-captcha div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: inherit;
    margin: 0 auto;
}

.domainchecker-homepage-captcha div#default-captcha-domainchecker p {
    color: #ffffff8c;
}

.account-section-main-20i .action-icon-btns .account-sec-icon-div, body #order-standard_cart #frmConfigureProduct .product-info .product-title, body #order-standard_cart #frmConfigureProduct .field-container label, body #order-standard_cart #frmConfigureProduct .addon-promo-container h3 {
    font-weight: 700;
}

.account-section-main-20i .product-section-20i {
    padding-bottom: 92px;
}

.account-section-main-20i .action-icon-btns a .ico-container i {
    color: #004fac;
    width: 120px;
    font-size: 2.5rem;
}

.account-section-20i {
    padding: 1px 0px 20px;
}

.home-domain-search .tld-logos li {
    margin: 0px 5px;
    font-weight: 700;
    max-width: 105px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .102);
    padding: 13px 15px;
    color: #fefefe;
    line-height: 1;
    font-size: 14px;
    text-align: center;
}

.home-domain-search .row.d-sm-none .col-6:first-child {
    padding-right: 5px;
}

.home-domain-search .row.d-sm-none .col-6:last-child {
    padding-left: 5px;
}

.home-domain-search .tld-logos li span.price-hm-20i {
    font-size: 0.8rem;
    font-weight: 700;
}

.home-domain-search .tld-logos li .tld-hm-20i {
    margin-bottom: 10px;
}

.home-domain-search .tld-logos li span {
    display: block;
}

.home-domain-search .tld-logos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-top: 5px;
}

.home-domain-search .domainchecker-homepage-captcha p {
    width: 100%;
    color: #ffffff91;
    font-size: 14px;
}

/* ==================================================================== */

/* =========================index-page-css-end========================== */

/* ========================================================================= */

/* ===============================Login-form-css-start======================= */

#main-body.body-background-20i, body .master-breadcrumb, .master-breadcrumb .breadcrumb {
    background-color: #e2e7ec;
}

form.login-form .h3 {
    font-size: 37px;
    letter-spacing: -1px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 700;
}

.login-form p.text-muted {
    font-size: 16px;
    line-height: 24px;
    color: #b5b5c3 !important;
    font-weight: 400;
}

.login-form .form-group label {
    font-size: 15px;
    line-height: 22px;
    color: #031b4e;
    font-weight: 600;
    margin-bottom: 3px;
}

.login-form .card-body .mb-4:first-child {
    margin-bottom: 15px !important;
}

form.login-form .input-group.input-group-merge input {
    height: 55px;
    border-left: 0;
    font-size: 15px;
    color: #2e3442;
    font-weight: 600;
}

form.login-form .input-group.input-group-merge .input-group-prepend span, form.login-form .input-group.input-group-merge input, form.login-form .btn-reveal-pw, form.login-form button.btn.btn-default.btn-reveal-pw:hover {
    background-color: #f3f6f9;
}

form.login-form .input-group.input-group-merge .input-group-prepend span {
    padding-right: 3px;
}

form.login-form .input-group.input-group-merge input, form.login-form .input-group.input-group-merge .input-group-prepend span, form.login-form .btn-reveal-pw, form.login-form.alert-danger {
    border: 0;
}

.login-form .focused a, .login-form .card-body .text-right label, .login-form .card-footer small, .login-form .card-body .text-right label {
    font-size: 14px;
    font-weight: 600;
}

.login-form .focused a {
    color: #004fac !important;
}

.login-form .card-body .text-right label {
    position: relative;
    top: 12px;
}

.login-form button#login {
    border-radius: 3px;
    background-color: #004fac;
    min-width: 166px;
    padding: 13px;
    border: 1px solid transparent;
}

.login-form button#login:focus {
    box-shadow: none;
}

.login-form button#login:hover {
    background-color: transparent;
    border-color: #004fac;
}

.login-form .card-footer small, .login-form .card-body .text-right label {
    color: #b5b5c3;
}

.login-form .card-footer {
    background-color: transparent;
    padding: 18px 35px !important;
    border-top: 1px solid #e8e7e9;
}

.login-form .card-body .form-group {
    margin-bottom: 1rem;
}
.login-form .card-body .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 0px 15px 15px;
}
.login-form .card-body div#default-captcha-domainchecker p {
    font-size: 12px;
    line-height: 20px;
    color: #464747;
    font-weight: 600;
}
.login-form .card-body .form-group.focused {
    margin-bottom: 1.1rem !important;
}

.login-form div.text-right {
    padding-top: 15px;
}

.login-form div.float-left {
    margin-top: 20px;
}

.login-form .card-body {
    padding: 2rem 2.3rem 2.5rem 2.3rem !important;
}

.primary-content .login-form .card {
    border-radius: 4px;
    box-shadow: 0 0 2px rgb(42 46 54 / 29%);
    background-color: #ffffff;
    max-width: 460px;
}

.login-form .card-body .text-right label input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #ebe9e9;
    position: relative;
    top: 3px;
}

form.login-form .input-group.input-group-merge input:focus {
    border-color: transparent;
}

form.login-form .input-group.input-group-merge span.input-group-text i, form.login-form button.btn.btn-default.btn-reveal-pw i {
    color: #bbb;
}

form.login-form button.btn.btn-default.btn-reveal-pw i:hover, .login-form .card-footer a, .login-form button#login:hover, .user-management-20i table tbody td .fa-shield {
    color: #004fac;
}

form.login-form~.providerPreLinking {
    padding: 20px 0px;
}

/* ========================================================================= */

/* ===============================Login-form-css-end======================= */

/* ======================================================================== */

/* ===========================Register-page-css-start ====================== */

.sidebar .card-sidebar .card-title, body #order-standard_cart .cart-sidebar h3, #order-standard_cart #frmCheckout .primary-bg-color, #frmCheckout div#paymentGatewaysContainer p.small, #order-standard_cart #frmCheckout .cc-input-container label, .suggested-domains .panel-heading.card-header, #spotlightTlds .domain-lookup-result .available.price, #order-standard_cart .mc-promos.viewcart .headline, #order-standard_cart .mc-promos.checkout .headline, div#modalRemoveItem h4.modal-title, form#frmAddToCart .col-sm-5 .payment-term h4, form#frmAddToCart h4, form#frmCheckout .marketing-email-optin h4, form#frmCheckout div#containerNewUserSignup #providerLinkingMessages+.sub-heading .primary-bg-color {
    font-size: 17px;
    line-height: 24px;
    color: #474747;
    font-weight: 700;
}

form#frmCheckout div#containerNewUserSignup #providerLinkingMessages+.sub-heading .primary-bg-color {
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading, .sidebar .card-sidebar .list-group-item, body #order-standard_cart .cart-sidebar .list-group-item {
    font-size: 13px;
    line-height: 23px;
    color: #6b788b;
    padding-left: 25px;
    padding-right: 25px;
}

#order-standard_cart .cart-sidebar h3 i.fas.fa-chevron-up.panel-minimise {
    position: relative;
    top: 4px;
}

#order-standard_cart .panel.card.mb-3.panel-sidebar {
    margin-bottom: 0 !important;
    border: 0;
    border-top: 1px solid #f3f6f9;
    padding: 12px 0px 20px 0px;
}

#order-standard_cart .cart-sidebar .panel-sidebar:first-child {
    border-radius: 3px 3px 0px 0px;
}

#order-standard_cart .cart-sidebar .panel-sidebar:last-child {
    border-radius: 0px 0px 3px 3px;
}

.sidebar .card-sidebar .list-group-item, #order-standard_cart .cart-sidebar .list-group-item {
    font-weight: 600;
}

#order-standard_cart .cart-sidebar h3 i {
    font-size: 13px;
}

.sidebar .card-sidebar .card-header, .sidebar .card-sidebar .list-group-item, #order-standard_cart .cart-sidebar .panel-heading.card-header, .sidebar .card.card-sidebar, .primary-content div#registration .card, div#Primary_Sidebar-Already_Registered-Already_Registered_Heading, .sidebar .card-sidebar .list-group-item, body #order-standard_cart .cart-sidebar .list-group-item {
    border: 0;
}

.sidebar .card-sidebar .card-header, .sidebar .card-sidebar .list-group-item:hover, #order-standard_cart .cart-sidebar .list-group-item:hover, #order-standard_cart .cart-sidebar .list-group-item.active, #order-standard_cart .cart-sidebar .panel-heading.card-header, div#registration .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}

#order-standard_cart .cart-sidebar .list-group-item:hover, #order-standard_cart .cart-sidebar .list-group-item.active {
    color: #004fac;
}

.sidebar .card.card-sidebar {
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
    background-color: #ffffff;
}

.sidebar .card-sidebar .card-header {
    padding: 20px 25px 5px 15px;
}

.sidebar .card-sidebar .list-group {
    padding-top: 10px;
}

.sidebar .collapsable-card-body .text-center {
    text-align: left !important;
}

.sidebar .collapsable-card-body .text-center a span {
    font-weight: 600;
}

.sidebar .collapsable-card-body .text-center a img {
    max-width: 70%;
    margin-bottom: 10px;
    margin-left: 0;
}

.sidebar .card-sidebar.mc-panel-promo .card-footer i {
    font-size: 13px;
    color: #6b788b;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading {
    margin-bottom: 12px;
    padding-bottom: 20px;
}

#registration .field, #registration .form-control, #order-standard_cart #frmCheckout .form-group .form-control, .landing-page select.form-control.currency-selector, form.using-password-strength .form-control {
    font-size: 14px;
    color: #2e3442;
    font-weight: 600;
}

.card.mass-payment-domain .card-body .form-group select {
    max-width: 490px;
    color: #2e3442;
}

form#frmAddToCart .store-domain-tab-content .tab-pane {
    color: #fff;
}

#registration .field, #registration .form-control {
    border: 0;
    border-radius: 3px;
    background-color: #f3f6f9;
    height: 55px;
}

#registration .prepend-icon .field-icon {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-content div#registration .card-title {
    font-size: 20px;
    line-height: 32px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 10px;
}

div#containerNewUserSignup .col-sm-6, div#containerNewUserSignup .col-sm-4, div#containerNewUserSignup .col-sm-5, div#containerNewUserSignup .col-sm-3, div#containerNewUserSignup .col-sm-12, div#containerNewUserSecurity .col-sm-6 {
    padding: 0px 10px;
}

div#containerNewUserSignup .row {
    padding: 0px 5px;
}

.primary-content div#registration .card-body {
    padding: 30px 40px 0px !important;
    overflow: visible;
}

div#registration .intl-tel-input .country-list {
    white-space: normal;
    width: 210px;
}

div#registration button.generate-password {
    border-radius: 2px;
    box-shadow: 0px 2px 0.5px rgb(42 46 54 / 29%);
    padding: 3.5px 18px;
    font-size: 12px;
    color: #565656;
    font-weight: 600;
}

div#registration .intl-tel-input .country-list li span {
    font-size: 13px;
    font-weight: 500;
}

.primary-content div#registration .card {
    margin-bottom: 0 !important;
}

#registration {
    background-color: #fff;
    margin-bottom: 20px;
}

.primary-content div#registration .card:not(:first-child) .card-body, div#containerNewUserSecurity .card:first-child .card-body {
    padding-top: 15px !important;
}

.primary-content div#registration .card-title~p, div#registration #default-captcha-domainchecker p {
    font-size: 14px;
    line-height: 20px;
    color: #6b788b;
    font-weight: 400;
    text-align: left;
}

#registration .captcha-20i {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}

.home-domain-search .captcha-20i #default-captcha-domainchecker {
    max-width: 630px;
    margin: auto;
}

.captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin: 0;
    padding: 40px 40px 0px;
}

#registration .btn-primary {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 3px;
    background-color: #004fac;
    min-width: 200px;
    padding: 14px;
    margin-top: 30px;
}

form#frmCheckout .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 25px 25px 0px;
}

form#frmCheckout div#default-captcha-domainchecker p {
    text-align: left;
}

form#frmCheckout div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: 100px;
}

form#frmCheckout #default-captcha-domainchecker #inputCaptcha {
    float: left;
}

#registration .captcha-20i #default-captcha-domainchecker #inputCaptcha {
    position: relative;
    top: 5px;
    height: 22px;
}

#registration .captcha-20i .col-6 {
    max-width: 100px;
    text-align: left;
}
.captcha-20i {
    margin-top: 20px;
}
div#registration .bootstrap-switch-small.bootstrap-switch:focus, div#registration .intl-tel-input.separate-dial-code .selected-flag:focus, div#registration .intl-tel-input .flag-container:focus {
    outline: 0;
}

div#registration p[align="center"] {
    text-align: left;
    padding: 0px 40px;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: #004fac;
    border-color: #004fac;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-off.bootstrap-switch-secondary, div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success {
    width: 26px !important;
    height: 26px;
    border-radius: 100%;
    font-size: 11px;
    line-height: 21px;
    color: #797979;
    text-align: center;
    padding: 3px;
    font-weight: 800;
}

div#registration .bootstrap-switch.bootstrap-switch-small {
    border-radius: 100px;
    min-width: 68px;
    padding: 4px 5px;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-on {
    background-color: #004fac;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success, div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-off.bootstrap-switch-secondary {
    background-color: #fff;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off {
    background-color: #dddddd;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper, div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off {
    border: 0;
}

div#registration .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-container {
    width: 100px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-on span.bootstrap-switch-label {
    width: 46px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -31px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off span.bootstrap-switch-label {
    width: 44px !important;
}

div#registration div#containerNewUserSignup .sub-heading {
    display: none;
}

div#registration .social-signin-btns {
    text-align: center;
    padding: 30px 40px 0px;
}

div#registration .social-signin-btns button, form.login-form~.providerPreLinking button {
    padding: 12px 15px;
}
form.login-form~.providerPreLinking button img, .btn-facebook img , .btn-social.btn-google img{
    margin-right: 1px;
}
.btn-facebook:hover {
    background-color: #4267b2e6;
}
.btn-facebook, .btn-social.btn-google{
    border: 0;
    font-size: 14px;
    font-weight: 600;
}
.btn-social.btn-google:hover {
    background-color: #ffffffb0;
}
div#registration .social-signin-btns button:focus {
    box-shadow: none;
}

div#registration #default-captcha-domainchecker {
    width: 100%;
    margin: 0;
}

div#registration form#frmCheckout .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 div#default-captcha-domainchecker {
    padding: 0px 15px;
}

div#registration .password-strength-meter p {
    text-align: left !important;
    font-size: 12px;
}

.sidebar .card-sidebar .list-group.list-group-flush a:hover {
    color: #004fac;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading:hover, .sidebar .card-sidebar .list-group.list-group-flush a:hover {
    background-color: transparent;
}

.sidebar .card.card-sidebar[menuitemname='Already Registered'] {
    padding-bottom: 15px;
    padding-top: 0;
}

.sidebar .card.card-sidebar[menuitemname='Already Registered'] .collapsable-card-body, .sidebar .card.card-sidebar[menuitemname='Why Security Questions'] .collapsable-card-body {
    padding-bottom: 10px;
}

.sidebar .card.card-sidebar[menuitemname='Why Security Questions'] {
    padding-top: 0;
    padding-bottom: 15px;
}

.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none;
}

/* ======================================================================== */

/* ===========================Register-page-css-end ====================== */

/* ===================================================================== */

/* ==================store-page-css-start ============================== */

body #order-standard_cart .products {
    margin-top: 25px;
}

#order-standard_cart .cart-sidebar .panel-heading.card-header h3.panel-title {
    margin-bottom: 4px;
}

#order-standard_cart .header-lined h1, .card.mass-payment-card .card-body .card-title, .announcement-card .card-title {
    background-color: #f3f6f9;
    padding: 10px 22px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}

.header-lined p, #order-standard_cart #frmCheckout .account-select-container div.account label .small, #searchDomainInfo .domain-price span.register-price-label, .suggested-domains .domain-suggestions-warning p, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span.price, .account-manage-20i .card-body label, .contact-detail-20i .controls label {
    font-size: 14px;
    line-height: 23px;
    color: #464747;
    font-weight: 600;
    margin-bottom: 0px;
}

.account-manage-20i h3.card-title, .account-manage-20i .card-body .controls.form-check label, .contact-detail-20i .controls label {
    margin-bottom: 10px;
}

body #order-standard_cart .products#products .product header {
    background: transparent;
    margin-bottom: 15px;
}

body #order-standard_cart .products .product header span {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}

#order-standard_cart .products .product div.product-desc ul li, form#frmConfigureProduct .product-info ul li {
    font-size: 14px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
}

#order-standard_cart .products .product div.product-desc ul li b {
    color: #000;
}

#order-standard_cart .products .product div.product-desc ul li::before, form#frmConfigureProduct .product-info ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #b9b9b9;
    left: -12px;
    top: 8px;
}

body #order-standard_cart .products#products .product {
    padding: 35px 35px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

body #order-standard_cart .products .product:hover {
    box-shadow: 0px 9px 11.5px rgba(0, 0, 0, 0.14);
}

#order-standard_cart .products .product div.product-desc ul.list, body #order-standard_cart .products .product header {
    padding: 0;
}

body #order-standard_cart .products .btn-success {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #004fac;
    border-color: #004fac;
}

#order-standard_cart #scrollingPanelContainer .order-summary .btn-checkout:hover, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer #orderSummary button#btnCompleteProductConfig:hover, body #order-standard_cart .products .product:hover .form-inline .btn-success {
    background-color: transparent;
    color: #1bc577;
    border-color: #1bc577;
}

body #order-standard_cart .products .btn-success:hover {
    background-color: #1bc577;
    border-color: #1bc577;
    color: #fff;
}

a#product2-order-button {
    background-color: #004fac;
    border-color: #004fac;
}

body #order-standard_cart .products#products .product div.product-pricing span.price, body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    font-weight: 800;
    position: relative;
    top: 7px;
    margin-right: 6px;
}

body #order-standard_cart .products#products .product div.product-pricing span.price {
    width: auto;
    float: left;
}

body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}

body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price, body #order-standard_cart .products .product footer, body #order-standard_cart .products .product div.product-desc {
    width: 100%;
    text-align: left;
}

body #order-standard_cart .products .product footer, body #order-standard_cart .products .product div.product-desc {
    margin: 0;
}

body #order-standard_cart .products#products .product div.product-pricing {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#order-standard_cart .products .product div.product-desc br, #order-standard_cart .cart-sidebar .panel-heading.card-header i {
    display: none;
}

#order-standard_cart .cart-sidebar .panel-heading.card-header .fa-chevron-up {
    display: block;
}

body #order-standard_cart .products#products .product div.product-desc {
    border-top: 1px solid #e7e7e7;
    padding: 15px 14px 8px;
}

#order-standard_cart .products .product div.product-desc p {
    margin: 0;
}

#order-standard_cart .cart-body p.text-center a.btn.btn-default {
    font-size: 14px;
    line-height: 26px;
    color: #3699ff;
    font-weight: 600;
    border-radius: 2px;
    background-color: #e1f0ff;
    padding: 7px 20px;
    border: 0;
    width: auto;
    display: inline-block;
}

.dataTables_wrapper table.table-list {
    border: 0;
}

#domainForm button.setBulkAction, .btn-group.btn-group-sm button#btnGroupDrop1 {
    color: #004fac;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 10px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #e7e7e7;
}

#domainForm button.setBulkAction:hover, #domainForm .btn-group.btn-group-sm button#btnGroupDrop1:hover, #domainForm .btn-group.btn-group-sm button#btnGroupDrop1:focus, #domainForm .btn-group.btn-group-sm .setBulkAction:focus, #domainForm .btn-group.btn-group-sm .setBulkAction.active, #domainForm .btn-group.btn-group-sm .setBulkAction:hover {
    background-color: #f3f6f9;
}

#domainForm .btn-group.btn-group-sm .setBulkAction:focus, #domainForm .btn-group.btn-group-sm .setBulkAction.active {
    color: #000;
}

#domainForm .btn-group.btn-group-sm button#btnGroupDrop1:focus, div#domain p a.btn.btn-default:focus, #domainForm .btn-group.btn-group-sm .setBulkAction:focus {
    box-shadow: none;
}

#domainForm .btn-group.btn-group-sm .setBulkAction {
    font-size: 12px;
    padding: 6px 15px;
}

#domainForm .btn-group.btn-group-sm .setBulkAction i {
    margin-right: 5px;
}

#domainForm .btn-group.btn-group-sm .dropdown-menu {
    padding: 0;
}

#order-standard_cart .cart-sidebar .panel-sidebar:first-child h3.panel-title {
    text-indent: -5px;
}

/* ===================================================================== */

/* ==================store-page-css-end ============================== */

/* ====================================================================== */

/* ====================Register-domain-css ============================= */

body #order-standard_cart .input-group-lg>.form-control, .knowledgebase-20i form .kb-search input, .knowledgebase-base-cat-20i form input, .download-20i form .kb-search input, form#frmProductDomain .domain-selection-options input, .download-cat-20i form .kb-search input, form#frmProductDomain .domain-selection-options input, #order-standard_cart form#frmProductDomain .domain-selection-options select {
    font-size: 17px;
    line-height: 22px;
    color: #2e3442;
    font-weight: 400;
    border: 0;
}

.domain-checker-container .domain-checker-bg, .knowledgebase-20i form, .knowledgebase-base-cat-20i form, .download-20i form, .download-cat-20i form {
    padding: 34px;
    background-image: unset;
    background-color: #004fac;
    border-radius: 3px;
}

.domain-checker-bg .row, .domain-checker-bg .col-md-8.col-md-offset-2.offset-md-2 {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.domain-checker-bg .col-md-8.col-md-offset-2.offset-md-2 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding: 0;
}

#order-standard_cart .domain-checker-container .input-group-box {
    background-color: transparent;
    padding: 0;
}

#order-standard_cart .domain-checker-container .input-group-box input#inputDomain, .domain-checker-container button#btnCheckAvailability, .knowledgebase-20i form .kb-search input, .download-20i form .kb-search input, .download-cat-20i form .kb-search input {
    border-radius: 3px !important;
    height: 70px;
}

.domain-checker-container button#btnCheckAvailability, .knowledgebase-20i form button#btnKnowledgebaseSearch, .knowledgebase-base-cat-20i button#btnKnowledgebaseSearch, .download-20i #btnDownloadsSearch, .download-cat-20i #btnDownloadsSearch {
    background-color: #1bc577;
    margin-left: 10px;
    min-width: 130px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border: 1px solid #1bc577;
    border-radius: 3px;
}

.domain-checker-container button#btnCheckAvailability:hover, .download-20i #btnDownloadsSearch:hover, .download-cat-20i #btnDownloadsSearch:hover, .knowledgebase-base-cat-20i button#btnKnowledgebaseSearch:hover, .knowledgebase-20i form button#btnKnowledgebaseSearch:hover, form#frmProductDomain .domain-selection-options button.btn.btn-primary:hover {
    background-color: rgba(255, 255, 255, .102);
    color: #1bc577;
}

.domain-pricing .featured-tld .img-container img {
    max-width: 100px;
}

body #order-standard_cart .input-group-lg>.form-control::placeholder, .knowledgebase-20i form .kb-search input::placeholder, .knowledgebase-base-cat-20i form input::placeholder, .download-20i form .kb-search input::placeholder, .download-cat-20i form .kb-search input::placeholder {
    color: #2e34426b;
    font-size: 17px;
    font-weight: 500;
}

.domain-pricing .featured-tld .price {
    background-color: unset;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    border-top: 1px solid #f7f7f7;
    padding: 10px 0px;
}

.domain-pricing .featured-tld .img-container img {
    max-width: 100px;
    height: 35px;
    object-fit: contain;
}

.domain-pricing .featured-tld {
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
}

.domain-pricing .featured-tld, .domain-pricing .featured-tld .img-container {
    position: relative;
    overflow: hidden;
    transition: all 0.8s linear;
    z-index: 0;
}

.domain-pricing .featured-tld::before {
    position: absolute;
    content: "";
    background-color: #e1f0ff4f;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 6;
    width: 100%;
    height: 100%;
    transform: scale(0);
}

.domain-pricing .featured-tld:hover:before {
    transform: scale(1);
    transition: all 0.5s linear;
    transition-delay: 0.1s;
}

.domain-pricing .featured-tld .img-container {
    padding: 30px 0;
    height: 95px;
    line-height: normal;
}

.domain-pricing .featured-tlds-container .col-sm-2 {
    display: none;
}

.domain-pricing .featured-tlds-container .col-lg-4 {
    padding: 0px 10px;
}

.domain-pricing .featured-tlds-container {
    padding: 0px 5px;
    margin: 25px 0;
}

#order-standard_cart .domain-pricing .font-size-18 {
    color: #474747;
    font-weight: 700;
    margin-bottom: 15px;
}

.domain-pricing .tld-filters a {
    padding: 3px 9px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 15px;
    color: #ababab;
    background-color: #fff;
    font-weight: 600;
    margin-right: 4px;
    border: 1px solid transparent;
}

.domain-pricing .tld-filters a:last-child {
    margin-right: 0;
}

.domain-pricing .tld-filters a:hover {
    color: #004fac;
    border-color: #004fac;
}

.domain-pricing .tld-filters {
    margin: 0 0 18px 0;
}

.domain-pricing .tld-pricing-header>div {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    text-align: left;
    padding: 10px;
}

.domain-pricing .tld-pricing-header>div .row.no-gutters>div, #order-standard_cart .domain-pricing .tld-pricing-header>div, .domain-pricing .tld-pricing-header>div .row.no-gutters, #order-standard_cart .domain-pricing .tld-row.highlighted {
    background-color: transparent;
}

.domain-pricing .tld-pricing-header>div .row.no-gutters>div, #order-standard_cart .domain-pricing .two-row-center {
    border-color: transparent;
}

.domain-pricing .tld-row.filtered-row strong, .domain-pricing .tld-row.filtered-row .col-xs-4.col-4 {
    font-size: 16px;
    line-height: 25px;
    color: #474747;
    font-weight: 600;
}

.domain-pricing .tld-row.filtered-row .col-xs-4.col-4 {
    font-size: 13px;
    text-align: left !important;
}

.domain-pricing .tld-row.filtered-row .col-xs-4.col-4 small, #order-standard_cart .view-cart-items span.item-group, #order-standard_cart form .view-cart-items .item-price span.cycle, #order-standard_cart .view-cart-items small {
    font-size: 12px;
    line-height: 25px;
    color: #7c8088;
    font-weight: 600;
}

#order-standard_cart .domain-pricing .tld-row {
    border-top: 1px solid #f1f1f1;
}

#order-standard_cart .domain-pricing .tld-row, #order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom: 0;
}

.domain-pricing .tld-pricing-header, #order-standard_cart .domain-pricing .tld-row {
    align-items: center;
}

#order-standard_cart .domain-pricing .tld-row .tld-sale-group {
    padding: 2px 4px;
    font-size: 8px;
    border-radius: 2px;
    font-weight: 600;
}

.domain-pricing .tld-pricing-header, #order-standard_cart .domain-pricing .tld-row {
    padding: 0px 25px;
}

.domain-pricing .tld-row .col-md-8 .row, #order-standard_cart .domain-renewals .domain-renewal form.form-horizontal .row {
    width: 100%;
    margin: 0;
}

#order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4 {
    padding: 0px 12px;
}

#order-standard_cart .domain-pricing .tld-pricing-header>div {
    padding: 15px 0;
}

#order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4:nth-of-type(3), .domain-pricing .tld-row.filtered-row .col-xs-4.col-4:nth-of-type(3) {
    padding-right: 0px;
}

#order-standard_cart .domain-pricing .two-row-center {
    padding-left: 0 !important;
    padding: 20px 0px;
    margin: 0;
}

.domain-pricing .tld-row.filtered-row .col-xs-4.col-4 small {
    margin-top: -5px;
    display: inherit;
}

.domain-pricing .bg-white {
    border-radius: 3px;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

.domain-pricing .tld-row:hover, #order-standard_cart .domain-pricing .tld-row.highlighted:hover {
    background-color: #f1f8ff;
}

body #order-standard_cart .domain-promo-box .font-size-24, body #order-standard_cart .domain-promo-box .font-size-22 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

#order-standard_cart .domain-promo-box .clearfix p, body #order-standard_cart .domain-promo-box .font-size-24~p {
    font-size: 14px;
    line-height: 18px;
    color: #7c8088 !important;
    font-weight: 600;
    margin-bottom: 32px;
    padding: 2px 0px 0px 65px;
}

#order-standard_cart .domain-promo-box p {
    font-size: 13px;
    line-height: 18px;
    color: #acb0b8;
    font-weight: 400;
    margin: 0px 0 14px 0;
}

#order-standard_cart .domain-promo-box i {
    float: left;
    margin-right: 25px;
    color: #004fac;
    font-size: 40px;
    padding-top: 6px;
}

#order-standard_cart .domain-promo-box a.btn.btn-warning, #order-standard_cart .domain-promo-box a.btn.btn-primary {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    background-color: #004fac;
    border: 1px solid#004fac;
    padding: 7px 13px;
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
}

#order-standard_cart .domain-promo-box a.btn.btn-warning:hover, #order-standard_cart .domain-promo-box a.btn.btn-primary:hover {
    background-color: transparent;
    border-color: #004fac;
    color: #004fac;
}

#order-standard_cart .domain-promo-box {
    padding: 25px 25px 65px 25px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
    position: relative;
    margin-top: 32px;
}

#order-standard_cart .domain-checker-container {
    margin: 40px 0 0;
}

#order-standard_cart .domain-checker-container div#captchaContainer {
    margin-bottom: 25px;
}

/* ====================================================================== */

/* ====================Register-domain-css-end ============================= */

/* ========================================================================= */

/* =======================Transfer-domain-css-start =========================== */

form#frmDomainTransfer, .card.mass-payment-domain {
    background-color: #004fac;
    border-radius: 3px;
}

form#frmDomainTransfer {
    padding: 30px 0px;
}

form#frmDomainTransfer .card {
    background-color: transparent;
    border-color: transparent;
}

#order-standard_cart form#frmDomainTransfer .card label, .card.mass-payment-domain .card-body label {
    color: #ffffff;
    font-weight: 400;
    max-width: 490px;
    margin-bottom: 4px;
    font-size: 13px;
}

form#frmDomainTransfer div#captchaContainer {
    padding: 10px 0px 20px;
}

form#frmDomainTransfer .col-sm-8.col-sm-offset-2.offset-sm-2, .fieldgroup-creditcard label.col-sm-4 {
    margin: 0;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

#frmManagePaymentMethod .fieldgroup-creditcard .col-sm-2, #frmManagePaymentMethod .fieldgroup-creditcard .col-sm-7 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
}

form#frmDomainTransfer .card-body .form-group input, .card.mass-payment-domain .card-body .form-group select::placeholder, .card.mass-payment-domain button#btnMassPayMakePayment {
    font-size: 15px;
    color: #2e344269;
    font-weight: 500;
    border-radius: 3px;
    border: 0;
    height: 49px;
    max-width: 490px;
    display: block;
}

form#frmDomainTransfer button#btnTransferDomain, div#ticketReplyContainer .form-group input.btn.btn-primary, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i p .btn.btn-primary, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod button#btnSubmit, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default, form#frmConfigureDomains button.btn.btn-primary, #order-standard_cart .mc-promos.viewcart .btn-add, #order-standard_cart .mc-promos.checkout .btn-add, .modal button.btn.btn-primary, .modal button.btn.btn-default, .already-registered.clearfix button#btnAlreadyRegistered, .account-manage-20i .btn-primary, .account-manage-20i .btn-default, .account-manage-20i .btn-danger, .payment-methods-20i table#payMethodList .btn-set-default, .payment-methods-20i table#payMethodList .btn-default, .using-password-strength .btn-primary, .using-password-strength .btn-default, .btn-primary, .btn-default {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
}

form#frmDomainTransfer button#btnTransferDomain {
    background-color: #1bc577;
    border: 1px solid #1bc577;
    padding: 12px 28px;
}

form#frmDomainTransfer .card-footer, form#frmDomainTransfer .card-header, .card.mass-payment-domain .card-header {
    padding: 0px 40px
}

form#frmDomainTransfer .card-body, .card.mass-payment-domain .card-body {
    padding: 22px 40px 0px;
}

form#frmDomainTransfer .card-header h3.card-title {
    padding-bottom: 12px;
    text-transform: capitalize;
}

#order-standard_cart form#frmDomainTransfer .card-header .font-size-24, #order-standard_cart .text-center .font-size-30, .card.mass-payment-domain .card-header .card-title {
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}

#order-standard_cart .text-center .font-size-30 {
    color: #000;
    margin-bottom: 0;
    padding-top: 10px;
}

#order-standard_cart .text-center .font-size-30~p {
    color: #464747;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

form#frmDomainTransfer button#btnTransferDomain:hover {
    background-color: transparent;
    color: #1bc577;
}

form#frmDomainTransfer .panel-footer.card-footer {
    text-align: left !important;
}

#order-standard_cart form#frmDomainTransfer .card label a {
    color: #fff6;
}

form#frmDomainTransfer .card-header, .card.mass-payment-domain .card-header {
    border-bottom: 1px solid #125bb2;
}

form#frmDomainTransfer div#captchaContainer .default-captcha {
    margin: 0px auto 15px 0px;
    border: 0;
    text-align: left;
    width: 100%;
    max-width: 490px
}

/* ========================================================================= */

/* =======================Transfer-domain-css-end =========================== */

/* ======================================================================== */

/* ===========================footer-css-start ====================== */

footer.footer {
    background-color: #004fac;
    padding: 38px 0;
}

footer.footer .copyright {
    margin: 0px 0;
    text-align: left;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #b8c5e0;
    font-weight: 400;
}

footer.footer .btn, footer.footer .nav-link {
    line-height: 26px;
    font-weight: 600;
    border-radius: 3px;
    min-width: 162px;
    text-align: center;
}

footer.footer .btn {
    background-color: #fff;
    font-size: 14px;
    color: #3d3d3d;
    padding: 7px 10px;
}

footer.footer .nav-link {
    font-size: 16px;
    color: #ffffff;
    background-color: #3372bd;
    padding: 9px 10px;
}

footer.footer .nav-link:hover {
    background-color: #3372bd8a;
}

footer.footer .btn:hover {
    background-color: #ffffffc7;
}

footer.footer .btn .align-middle {
    margin-right: 4px;
}

.footer ul.nav.justify-content-center.justify-content-lg-start {
    float: right;
    margin-right: 14px;
}

footer.footer .copyright {
    max-width: 60%;
    padding-top: 10px;
}

/* ======================================================================== */

/* ===========================footer-css-end ====================== */

/* ============================================= */

/* =====================common-css=============== */

#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin, form#frmDomainTransfer div#captchaContainer .default-captcha {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin p, form#frmDomainTransfer div#captchaContainer .default-captcha {
    color: #fff;
}

#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin>div input, form#frmDomainTransfer div#captchaContainer .default-captcha input {
    height: 32px;
    min-height: 32px;
}

#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin>div {
    width: 100%;
    max-width: 201px;
    margin: auto;
}

.modal {
    padding-right: 0 !important;
}

div#modalRemoveItem h4.modal-title i {
    padding-top: 0;
    color: #f64e60;
}

div#modalRemoveItem button.btn.btn-primary {
    background-color: #f64e60;
    border-color: #f64e60;
}

div#modalRemoveItem button.btn.btn-primary:hover {
    background-color: transparent;
    color: #f64e60;
}

.modal button.close:focus {
    outline: 0;
}

.modal .modal-header {
    background-color: #004fac;
    padding: 20px 30px;
}

.modal .modal-header h4 {
    color: #fff;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline .iradio_square-blue {
    float: left;
}

.modal-body {
    padding: 25px 30px;
}

.modal .modal-header h5.modal-title {
    color: #fff;
}

.modal button.close span {
    color: #fff;
}

.modal button.close {
    opacity: 1;
}

.modal-content {
    border: 0;
}

.modal button.btn.btn-primary, .modal button.btn.btn-default {
    padding: 9px 30px;
}

body .email-verification {
    padding-bottom: 20px;
}

body .email-verification .order-3 {
    order: 14;
    max-width: 30px;
    padding: 0;
}

.email-verification .btn.close {
    position: absolute;
    left: 0;
    padding: 0;
}

body .email-verification .order-md-last {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
}

.email-verification .text {
    font-weight: 600;
    color: #dc3545;
    font-size: 14px;
    line-height: 22px;
    padding-top: 1px;
}

.email-verification .fas {
    font-size: 14px;
    color: #dc3545;
    padding: 3px 6px 0px 0px;
}

.alert-warning .alert-link {
    text-decoration: none;
}

.email-verification .btn:active {
    background-color: #f64e60;
}

.alert.alert-warning .alert-link, .email-verification .btn {
    background-color: #f64e60;
    text-decoration: none;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 2px;
    padding: 1px 10px;
    border: 0;
    width: auto;
    margin-left: auto;
}

.alert.alert-warning .alert-link i {
    display: none;
}

.listtable {
    width: 100%;
    display: block;
    overflow-x: auto;
}

.dataTables_wrapper table.table-list thead th, .dataTables_wrapper table.table-list tbody td {
    white-space: nowrap;
}

.dataTables_wrapper div#tableServicesList_length {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form .card .table thead th, form .card table tr.masspay-invoice-detail td {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

form .card table tr.masspay-invoice-detail td, form .card p.text-muted {
    font-size: 14px;
    line-height: 22px;
    color: #7c8088;
}

tr.masspay-total td {
    background-color: #f3f6f9;
}

.card.bg-default .card-header {
    background-color: transparent;
    border: 0;
}

.custom-select {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dcdee2;
}

.card.bg-default .card-body {
    padding: 0 20px 20px;
}

.card.bg-default .col-form-label {
    font-weight: 600;
}

#order-standard_cart .sidebar-collapsed select#gidForm, .card.bg-default .col-form-label {
    font-size: 14px;
}

.dataTables_wrapper table.table-list td.text-center.ssl-info img {
    width: 18px;
    margin-top: -9px;
}

.btn:focus {
    box-shadow: none !important;
}

.alert.alert-warning.network-issue-alert, .email-verification {
    padding: 0;
    background-color: #e2e7ec;
    border: 0;
}

.alert.alert-warning.network-issue-alert {
    padding-top: 10px;
}

.alert.alert-warning.network-issue-alert .container {
    background-color: #fff3cd;
    padding: 6px 10px;
    border-radius: 3px;
}

.email-verification .container {
    background-color: #ffccd2;
    padding: 7px 10px;
    border-radius: 3px;
}

.email-verification .btn.close {
    color: #DC3545;
    text-shadow: none;
}

/* ============================================= */

/* =====================common-css-end=============== */

/* ================================================== */

/* ===============Addons-css-start ================== */

body #order-standard_cart .products .row.row-eq-height .product div.product-desc, #order-standard_cart .products .row.row-eq-height .product footer {
    border: 0;
    padding: 0;
}

#order-standard_cart .products .row.row-eq-height .product div.product-desc p {
    font-size: 14px;
    line-height: 23px;
    color: #7c8088;
    font-weight: 600;
}

body #order-standard_cart .products .row.row-eq-height .product div.product-pricing {
    font-size: 12px;
    color: #474747;
    font-weight: 600;
}

body #order-standard_cart .products .row.row-eq-height .product header {
    background: transparent;
    margin-bottom: 5px;
}

#order-standard_cart .products .row.row-eq-height .form-control {
    border-radius: 3px;
    font-size: 13px;
    color: #2e3442b0;
    font-weight: 600;
    border-radius: 2px;
    background-color: #f3f6f9;
    margin: 28px 0px 20px;
    width: 100%;
    height: 46px;
    border: 0;
}

#order-standard_cart .products .form-inline .btn-success {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    background-color: #004fac;
    border: 1px solid #004fac;
}

#order-standard_cart .products #product0:hover button.btn.btn-success, #order-standard_cart .products .product:hover button.btn.btn-success {
    background-color: #e2e7ec42;
}

#order-standard_cart .products #product0:hover button.btn.btn-success {
    color: #1bc577;
}

body #order-standard_cart .products .row.row-eq-height .product {
    padding: 25px 22px 28px;
    border: 0;
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
    height: 95%;
}

body #order-standard_cart .products .row.row-eq-height .product div.product-pricing {
    margin-bottom: 10px;
}

/* ================================================== */

/* ===============Addons-css-end ================== */

/* ================================================== */

/* ===============Mass-payment-css-start ================== */

.card.mass-payment-card, .announcement-card {
    background-color: transparent;
}

.card.mass-payment-card .card-body, .primary-content .announcement-card .card-body {
    padding: 0;
}

.card.mass-payment-card .card-body .card-title {
    margin-bottom: 10px;
}

.card.mass-payment-card .card-body .card-title~p {
    color: #212529 !important;
}

.mass-payment-card .table thead th {
    color: #474747;
}

.mass-payment-card .table thead th, .card.mass-payment-card .mass-payment-table tr td strong {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
}

.card.mass-payment-card .mass-payment-table tr td strong, #order-standard_cart #frmCheckout .account-select-container div.account.active label, #order-standard_cart #frmCheckout .account-select-container div.account.active label strong {
    color: #4f7cec;
}

.card.mass-payment-card .mass-payment-table {
    background-color: #fff;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

.card.mass-payment-card .mass-payment-table thead tr th, .card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(1) td {
    padding: 20px 25px;
}

.card.mass-payment-card .mass-payment-table tbody tr td, .card.mass-payment-card, .announcement-card {
    border: 0;
}

.card.mass-payment-card .mass-payment-table tbody tr td, .card.mass-payment-card .mass-payment-table tbody tr:first-child td {
    padding: 30px 25px 0px;
}

.primary-content .card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(3) td {
    padding-bottom: 40px;
}

.card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(2) td {
    background-color: transparent;
    border-top: 1px solid #f1f1f1;
    padding: 20px 25px;
}

.card.mass-payment-card .mass-payment-table tbody tr.masspay-invoice-detail td {
    padding: 6px 25px;
    font-size: 13px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
}

.card.mass-payment-domain button#btnMassPayMakePayment {
    background-color: #1bc577;
    border: 1px solid #1bc577;
    color: #fff;
    font-weight: 600;
}

.card.mass-payment-domain .card-header {
    padding-bottom: 25px;
    text-transform: capitalize;
}

.card.mass-payment-domain .form-group {
    margin-bottom: 8px;
}

.card.mass-payment-domain {
    padding: 30px 0px 40px;
}

.card.mass-payment-card .mass-payment-table tbody tr.masspay-invoice-detail td:last-child, .view-cart-items-header .col-sm-7, .view-cart-items-header .col-sm-4 {
    font-size: 13px;
    line-height: 18px;
    color: #474747;
    font-weight: 700;
}

.card-body.extra-padding.announcement-section .row {
    width: 100%;
    margin: 0;
}

/* ================================================== */

/* ===============Mass-payment-css-end ================== */

/* ===================================================== */

/* ====================announcsment-section-css-start ========== */

.announcements {
    background-color: #fff;
    padding: 25px 25px 30px;
    border-radius: 3px;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

.announcement-card .card-title {
    margin-bottom: 10px;
}

.announcement h1 a, .view-announcement-20i h1 {
    font-size: 17px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease-in;
}

.announcement h1 a:hover, .view-announcement-20i h1 {
    color: #4f7cec;
}

.announcement ul.list-inline {
    margin-top: -2px;
}

.announcement ul.list-inline li, .view-announcement-20i ul li, .server-status-20i .card-body ul li, .view-ticket span.posted-on {
    font-size: 13px;
    line-height: 20px;
    color: #acb0b8 !important;
    font-weight: 500;
}

.announcement ul.list-inline {
    margin-bottom: 12px;
}

.announcements .announcement article {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    border-left: 0;
}

.announcements .announcement article, .view-announcement-20i .text-description-20i p, .server-status-20i .card-body p, .server-status-20i ul.pagination li a, .primary-content .view-ticket .message p, .knowledgebase-article-20i .card-body article p, .user-management-20i .card p, .user-management-20i .card form label, .contact-detail-20i p, .user-security-20i p, div#default-captcha-domainchecker p {
    font-size: 14px;
    line-height: 22px;
    color: #464747;
    font-weight: 600;
}

.announcements .announcement a.btn-default, .knowledgebase-20i .kb-category span.badge.badge-info, .download-20i .kb-category span.badge.badge-info, .kb-category span.badge.badge-info {
    font-size: 12px;
    line-height: 18px;
    color: #3699ff;
    font-weight: 400;
    border-radius: 2px;
    background-color: #e1f0ff;
    border: 1px solid #e1f0ff;
    padding: 6px 10px;
}

.announcements .announcement a.btn-default:focus {
    box-shadow: none;
}

.announcements .announcement a.btn-default:hover {
    background-color: transparent;
    border-color: #3699ff;
}

.announcements .announcement a.btn-default i, .announcement ul.list-inline li i {
    display: none;
}

.announcements .announcement {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}

.announcements .announcement:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ===================================================== */

/* ====================announcement-section-css-end ========== */

/* ===================================================== */

/* ====================announcement-detail-section-css-start ========== */

.view-announcement-20i, .server-status-20i .card, .knowledgebase-20i .card, .view-ticket .card-body.p-3, .card.view-ticket, div#ticketReplyContainer, .knowledgebase-article-20i .card, .knowledgebase-base-cat-20i .card, .download-20i .card, .download-cat-20i .card, .payment-methods-20i .card, .submit-ticket-two-20i .card, .payment-method-add-card .card, #frmCheckout div#totalDueToday, #frmCheckout div#paymentGatewaysContainer, #order-standard_cart #frmCheckout .cc-input-container, div#DomainSearchResults div#searchDomainInfo, div#DomainSearchResults .spotlight-tld, #order-standard_cart #frmConfigureProduct .product-info, #order-standard_cart #frmConfigureProduct .field-container, #order-standard_cart #frmConfigureProduct .addon-products .card, form#frmConfigureProduct div#orderSummary, .home-page-slider-panel, #order-standard_cart .mc-promos.viewcart .mc-promo, #order-standard_cart .mc-promos.checkout .mc-promo, form#frmAddToCart, .card-body.store-promoted-product, form#frmCheckout .marketing-email-optin, .user-management-20i .card, form#frmConfigureProduct div#productConfigurableOptions, .contact-page-20i {
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
    border: 0;
    border-radius: 3px;
}

.view-announcement-20i ul {
    margin-bottom: 18px;
}

.view-announcement-20i .text-description-20i {
    border-top: 1px solid #f1f1f1;
    padding: 20px 0px 0;
}

.view-announcement-20i .text-description-20i p:last-child {
    margin: 0;
}

.view-announcement-20i .text-description-20i p {
    margin-bottom: 24px;
}

.view-announcement-20i .card-body {
    padding: 30px 26px;
    overflow: auto;
}

.btn-back-20i, .btn-edit-20i, .knowledgebase-article-20i .btn-default, .knowledgebase-base-cat-20i .btn-default, .download-cat-20i .btn-default, #frmAddToCart .btn-default {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #5f5f5f;
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 13%);
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 8px 10px;
}

.btn-back-20i:hover, .btn-back-20i:focus, #frmAddToCart .btn-default:hover, .btn-edit-20i:hover, .knowledgebase-article-20i .btn-default:hover, .knowledgebase-base-cat-20i .btn-default:hover, .download-cat-20i .btn-default:hover {
    background-color: #e1f0ff;
    border-color: #3699ff;
    color: #3699ff;
}

/* ===================================================== */

/* ====================announcement-detail-section-css-end ========== */

/* ================================================== */

/* ===============serverstatus-css-start ================== */

.server-status-20i .card-header {
    font-size: 20px;
    line-height: 28px;
    color: #4f7cec;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    padding: 25px 25px 0px;
}

.server-status-20i .card-body .h5 {
    font-size: 14px;
    line-height: 18px;
    color: #01aa5d;
    font-weight: 600;
    margin-bottom: 12px;
}

.server-status-20i .card-body {
    padding: 7px 25px 10px;
}

.server-status-20i .card-body ul {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.server-status-20i .card-body .h5 strong, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span.price {
    font-weight: 700;
}

.server-status-20i .badge-success, .server-status-20i .badge-danger, .view-ticket .requestor-badge, .custom-file .custom-file-label::after, button#btnTicketAttachmentsAdd, .user-management-20i table tbody span.label.label-info, .card.switch-account-20i span.label.label-info {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 2px;
}

.server-status-20i .badge-success, .view-ticket .requestor-badge, .custom-file .custom-file-label::after, .user-management-20i table tbody span.label.label-info, .card.switch-account-20i span.label.label-info {
    color: #3699ff;
    background-color: #e1f0ff;
}

.server-status-20i .badge-danger {
    color: #eb243b;
    background-color: #ffd7e0;
}

.server-status-20i ul.pagination li:hover a {
    color: #4f7cec;
}

/* ================================================== */

/* ===============serverstatus-css-start ================== */

/* ================================================== */

/* ===============knowledgebase-css-start ================== */

.knowledgebase-20i form .kb-search input {
    font-weight: 400 !important;
}

.knowledgebase-20i .kb-category span, .download-20i .kb-category span, .kb-category span {
    padding-left: 15px;
}

.knowledgebase-20i .kb-category span, .download-20i .kb-category span, form#frmAddToCart .col-sm-7 h2, .kb-category span {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

form#frmAddToCart .col-sm-7 p {
    font-size: 14px;
}

.knowledgebase-20i .kb-category span i, .download-20i .kb-category span i, .kb-category span i {
    color: #004fac;
    -webkit-text-stroke-width: 1px;
    font-size: 28px;
    float: left;
}

.knowledgebase-20i .kb-category p small, div#ticketReplyContainer label, .submit-ticket-two-20i .form-group label, .download-20i .kb-category p small, form#frmConfigureDomains .sub-heading~.row .col-sm-4, form#frmConfigureDomains .form-group label {
    font-size: 14px;
    line-height: 25px;
    color: #7c8088;
    font-weight: 600;
}

.account-manage-20i form label {
    color: #0B1948;
    font-weight: 700;
}

.account-manage-20i .alert-info {
    background-color: #EBF3FF;
    border-color: #DEEBFE;
}

div#ticketReplyContainer label, .submit-ticket-two-20i .form-group label {
    line-height: 30px;
}

.knowledgebase-20i .kb-category p, .download-20i .kb-category p, .kb-category p {
    padding-left: 50px;
}

.knowledgebase-20i .kb-category span.badge.badge-info, .download-20i .kb-category span.badge.badge-info, .kb-category span.badge.badge-info {
    font-weight: 600;
    padding: 3px 10px;
}

.knowledgebase-20i .kb-category .card-body, .download-20i .kb-category .card-body, .kb-category .card-body {
    padding: 30px 25px;
    overflow: auto;
}

.knowledgebase-20i .card .card-title, button#btnTicketAttachmentsAdd, .knowledgebase-article-20i h3.card-title, .knowledgebase-base-cat-20i .card-title, .download-20i .card-title, .download-cat-20i .card-title {
    color: #474747;
}

.knowledgebase-20i .kb-article-item, .knowledgebase-article-20i .kb-article-item, .knowledgebase-base-cat-20i .kb-article-item, .download-20i .card .kb-article-item, .download-cat-20i .card .kb-article-item {
    font-size: 15px;
    line-height: 22px;
    color: #4f7cec;
    font-weight: 700;
    border: 0;
    margin: 0px 25px;
    padding: 20px 22px;
}

.knowledgebase-20i .card .list-group.list-group-flush, .knowledgebase-article-20i .list-group.list-group-flush, .knowledgebase-base-cat-20i .list-group.list-group-flush, .download-20i .list-group.list-group-flush, .download-cat-20i .list-group.list-group-flush {
    padding: 10px 0px 20px;
}

.knowledgebase-20i .kb-article-item:nth-child(even), .knowledgebase-20i .kb-category .card-body:hover, .knowledgebase-20i .kb-article-item:hover, .knowledgebase-article-20i .kb-article-item:hover, .knowledgebase-article-20i .kb-article-item:nth-child(even), .knowledgebase-base-cat-20i .kb-article-item:nth-child(even), .knowledgebase-base-cat-20i:nth-child(even), .knowledgebase-base-cat-20i .kb-article-item:hover, .download-20i .kb-article-item:hover, .download-cat-20i .kb-article-item:hover, .download-20i .kb-article-item:nth-child(even), .download-cat-20i .kb-article-item:nth-child(even), .download-20i .kb-category .card-body:hover, .download-cat-20i .kb-category .card-body:hover {
    background-color: #f3f6f9;
}

.knowledgebase-20i .card .card-title i, .knowledgebase-article-20i h3.card-title i, .knowledgebase-base-cat-20i .card-title i, .download-20i .card .card-title i, .download-cat-20i .card .card-title i {
    color: #4f7cec;
    -webkit-text-stroke-width: 1px;
    padding-right: 25px;
}

.knowledgebase-20i .kb-article-item i, .knowledgebase-article-20i .kb-article-item i, .knowledgebase-base-cat-20i .kb-article-item i, .download-20i .kb-article-item i, .download-cat-20i .kb-article-item i {
    color: #4f7cec !important;
    font-weight: 700;
    padding-right: 5px;
}

.knowledgebase-20i .kb-article-item small, .knowledgebase-article-20i .kb-article-item small, .knowledgebase-base-cat-20i .kb-article-item small, .download-20i .kb-article-item small, .download-cat-20i .kb-article-item small {
    font-size: 13px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
    margin-top: 7px;
    padding-left: 0;
}

.knowledgebase-20i .kb-category .card-body, .download-20i .kb-category .card-body, .download-cat-20i .kb-category .card-body, .kb-category .card-body {
    border-bottom: 0;
}

.knowledgebase-20i .card-body, .knowledgebase-base-cat-20i .card-body, .knowledgebase-article-20i .card~.card .card-body, .download-20i .card .card-body, .download-cat-20i .card .card-body {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 25px;
}

/* ================================================== */

/* ===============knowledgebase-css-end ================== */

/* ================================================== */

/* ===============knowledgebase-detail-css-start ================== */

.knowledgebase-article-20i .card-body h1, .download-20i .kb-category .card-body h1, .download-cat-20i .kb-category .card-body h1 {
    font-size: 20px;
    line-height: 34px;
    color: #4f7cec;
    font-weight: 700;
}

.knowledgebase-article-20i .card-body ul li i, .download-20i .kb-category .card-body ul li i, .download-cat-20i .kb-category .card-body ul li i {
    color: #4f7cec;
}

.primary-content .knowledgebase-article-20i .card-body ul li {
    color: #acb0b8 !important;
}

.knowledgebase-article-20i .card-body a.btn.btn-default, .knowledgebase-article-20i form button.btn-secondary {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #4f7cec;
    font-weight: 700;
    padding: 6px 10px;
    border: 1px solid #e1f0ff;
}

.knowledgebase-article-20i .card-body a.btn.btn-default, .knowledgebase-article-20i form button.btn-secondary {
    background-color: #e2eaf8;
}

.knowledgebase-article-20i .card-body h4 {
    font-size: 18px;
    line-height: 28px;
    color: #474747;
    font-weight: 700;
    margin: 0;
    padding: 15px 20px 8px;
}

.knowledgebase-article-20i hr {
    display: none;
}

.knowledgebase-article-20i form, .knowledgebase-article-20i .card-body h4 {
    background-color: #f3f6f9;
}

.knowledgebase-article-20i form button.btn-secondary {
    padding: 6px 6px !important;
    width: 70px;
}

.knowledgebase-article-20i form button.btn-secondary:active {
    background-color: #e2eaf8 !important;
    border-color: #e2eaf8 !important;
    color: #4f7cec !important;
}

.knowledgebase-article-20i form {
    padding: 0 22px 22px;
}

.knowledgebase-article-20i ul {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.knowledgebase-article-20i .card-body article p {
    margin-bottom: 20px;
}

.knowledgebase-article-20i .card-body {
    padding: 25px;
}

/* ================================================== */

/* ===============knowledgebase-detail-css-end ================== */

/* ================================================== */

/* ===============view-ticket-css-start ================== */

.view-ticket .card-title {
    font-size: 20px;
    color: #4f7cec;
    margin-bottom: 5px;
}

.view-ticket .card-body p, .view-ticket div#ticketReplyContainer form input, .md-editor .md-footer .small-font, div#ticketReplyContainer .custom-file input#inputAttachment1, .knowledgebase-article-20i .card-body ul li {
    font-size: 13px;
    line-height: 18px;
    color: #7c8088;
    font-weight: 400;
}

.view-ticket button#btnTicketReply, .view-ticket a.btn.btn-danger {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 700;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    border: 1px solid transparent;
    padding: 5px 10px;
}

.view-ticket button#btnTicketReply {
    color: #4f7cec;
    background-color: #edf2fd;
}

.view-ticket a.btn.btn-danger {
    color: #eb243b;
    background-color: #ffd7e0;
}

.view-ticket .card-body.p-3 {
    margin-bottom: 20px;
}

.card.view-ticket .card-body:first-child {
    padding: 25px !important;
}

.card.view-ticket, .view-ticket .posted-by {
    background-color: transparent;
    border: 0;
}

.view-ticket .card-body {
    background-color: #fff;
    border: 0;
    padding: 10px;
}

.view-ticket .posted-by {
    font-size: 17px;
    line-height: 20px;
    color: #474747;
    font-weight: 700;
    position: relative;
    padding: 15px 98px 13px 14px;
}

.view-ticket span.posted-on {
    display: block;
    padding-top: 5px;
}

.view-ticket .requestor-badge {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 14px;
}

.view-ticket .ticket-reply .rating {
    float: left;
    padding: 0;
}

.view-ticket .ticket-reply .rating span:before {
    color: #4f7cec;
    font-size: 13px;
}

.view-ticket .message p {
    margin: 0;
}

.view-ticket .message.p-3 {
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 0 28px !important;
    margin: 0px 15px;
}

.view-ticket .card-body:last-child .message.p-3, #order-standard_cart form .view-cart-items {
    border: 0;
}

.view-ticket .card-body:nth-child(2), #order-standard_cart #frmCheckout .sub-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.primary-content .sidebar .card.card-sidebar:last-child, .sidebar .card.card-sidebar:first-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.view-ticket .card-body:last-child, #order-standard_cart #frmCheckout .account-select-container .account.border-bottom, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.view-ticket .card-body:last-child .message.p-3 p:last-child {
    padding-top: 20px;
    color: #4f7cec;
}

.view-ticket .card-body:last-child .message.p-3 hr {
    display: none;
}

div#ticketReplyContainer h3.card-title, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i h3.card-title, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default, .modal button.btn.btn-default, .account-manage-20i .btn-default, .using-password-strength .btn-default, .btn-default {
    color: #464747;
}

.account-manage-20i .btn-primary, .account-manage-20i .btn-default, .account-manage-20i .btn-danger, .contact-detail-20i .btn {
    padding: 10px 25px;
}

div#ticketReplyContainer label, .submit-ticket-two-20i .form-group label {
    font-weight: 400;
    margin-bottom: 0px;
}

div#ticketReplyContainer form input, form .md-editor, form .md-editor .btn-group .btn, .submit-ticket-two-20i .form-group input, .submit-ticket-two-20i .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control {
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #dee3e8;
}

.primary-content form .md-editor .btn.btn-primary {
    font-size: 13px;
    background-color: #4f7cec;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    border-color: #4f7cec;
}

.primary-content form .md-editor .btn-primary span.fas {
    color: #fff;
    position: relative;
    top: -1px;
    font-size: 11px;
    margin-right: 1px;
}

form .md-editor .btn-group .btn span {
    color: #2a2e36;
}

.md-editor .md-footer {
    background-color: #f3f6f9;
    padding: 12px 4px;
}

.form-group .md-editor>.markdown-editor {
    border-bottom: 0 !important;
    border-color: #dee3e8;
}

.md-editor>.btn-toolbar {
    padding: 11px 10px;
}

.form-group .md-editor .md-footer .small-font, div#ticketReplyContainer form input, form .md-editor, form .md-editor .btn-group .btn, .submit-ticket-two-20i .form-group input, .submit-ticket-two-20i .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control, .account-manage-20i .form-control {
    font-weight: 600;
    color: #2e3442;
}

div#ticketReplyContainer form input::placeholder, .submit-ticket-two-20i .form-group input::placeholder, .submit-ticket-two-20i .form-group select::placeholder, form#frmConfigureDomains .sub-heading~.row .form-control::placeholder, .modal .modal-body .form-control::placeholder, .custom-file input#inputAttachment1::placeholder {
    color: #2e34426e;
}

.custom-file input#inputAttachment1 {
    color: #2e3442;
    position: relative;
    top: 4px;
}

.custom-file .custom-file-label {
    line-height: 32px;
}

.custom-file .custom-file-label, button#btnTicketAttachmentsAdd, button#btnTicketAttachmentsAdd:hover {
    border-color: #dee3e8;
}

button#btnTicketAttachmentsAdd:hover, #order-standard_cart .view-cart-items span.item-domain {
    color: #004fac;
}

.custom-file input, .custom-file .custom-file-label, button#btnTicketAttachmentsAdd {
    height: 46px;
}

.custom-file .custom-file-label::after {
    top: 5px;
    right: 5px;
    height: 33px;
    padding: 7px 12px;
}

button#btnTicketAttachmentsAdd {
    border-left: 0;
    background-color: #f3f6f9;
    font-weight: 700;
    padding: 10px 18px;
}

div#ticketReplyContainer .form-group .text-muted small, .submit-ticket-two-20i .form-group .text-muted small {
    color: #acb0b8;
}



.account-new-20i .alert form label {
    font-size: 16px;
    padding-top: 12px;
    font-weight: 700;
}

.account-new-20i button {
    color: #fff;
    padding: 11px;
}

div#ticketReplyContainer .form-group, .submit-ticket-two-20i .form-group {
    margin-bottom: 10px;
}

div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default, .modal button.btn.btn-default, .using-password-strength .btn-default, .btn-default {
    border: 1px solid #c4c4c4;
}

div#ticketReplyContainer .form-group input, .submit-ticket-two-20i .form-group input, .submit-ticket-two-20i .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control, #frmCheckout select#inputDomainContact, .account-manage-20i .form-control {
    font-size: 13px;
    height: 46px;
}

form#frmDomainTransfer button#btnTransferDomain, div#ticketReplyContainer .form-group input.btn.btn-primary, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i p .btn.btn-primary, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod .submit-container button#btnSubmit, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default {
    padding: 11px 26px;
}

div#ticketReplyContainer form#frmReply .form-group:last-child {
    text-align: left !important;
    padding-top: 12px;
}

div#ticketReplyContainer form#frmReply .form-group.col-md-5 {
    padding-top: 0;
}

div#ticketReplyContainer form#frmReply input.btn.btn-primary, .submit-ticket-two-20i p .btn.btn-primary {
    margin-right: 10px;
}

div#ticketReplyContainer h3.card-title, .submit-ticket-two-20i h3.card-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

div#ticketReplyContainer .card-body {
    padding: 25px;
}

/* ================================================== */

/* ===============view-ticket-css-end ================== */

/* ================================================== */

/* ===============review-&-checkout-css-start ================== */

#order-standard_cart .view-cart-items span.item-domain {
    margin-top: -5px;
}

#order-standard_cart form .view-cart-items .item, #order-standard_cart form .view-cart-items-header, #order-standard_cart form .view-cart-items .item:nth-child(even) {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 15px 20px;
}

#order-standard_cart form .view-cart-items .item {
    padding: 15px 20px 22px;
}

#order-standard_cart .view-cart-items span.item-domain, #order-standard_cart form .view-cart-items .item-price span, #order-standard_cart form .view-cart-items .item-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
}

#order-standard_cart form .view-cart-items .item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.view-cart-items-header .col-sm-7, .view-cart-items-header .col-sm-4 {
    color: #4747478c;
}

.view-cart-items-header .col-sm-4 {
    text-align: left !important;
}

#order-standard_cart form .view-cart-items .item-price span {
    color: #000;
}

#order-standard_cart form .view-cart-items .item-price {
    display: block;
}

#order-standard_cart .view-cart-items .row {
    align-items: center;
}

#order-standard_cart .view-cart-items .btn-remove-from-cart {
    background-color: #ffeaec;
    color: #f64e60;
    border-radius: 2px;
}

#order-standard_cart form .view-cart-items-header {
    margin-top: 10px;
}

body #order-standard_cart #scrollingPanelContainer .order-summary .recurring-totals {
    border-bottom: 0;
    padding: 8px 5px 10px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .total-due-today-padded {
    margin: 0 0 10px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .btn-continue-shopping {
    color: #000;
    padding: 5px 0px 0px;
    text-decoration: none;
}

#order-standard_cart .secondary-cart-body .empty-cart {
    margin: 0;
}

#order-standard_cart .secondary-cart-body .empty-cart .btn {
    font-size: 11px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 600;
    background-color: #d3dcec;
    text-decoration: none;
    padding: 7px 15px;
}

body #order-standard_cart #scrollingPanelContainer div#orderSummary.order-summary .summary-container {
    padding-bottom: 0;
}

#order-standard_cart #scrollingPanelContainer div#orderSummary.order-summary {
    background-color: #fff;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs {
    background-color: #004fac;
    padding: 10px;
    border-radius: 3px;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs ul li a, #order-standard_cart .secondary-cart-body .view-cart-tabs .nav-tabs>li.active>a {
    font-size: 14px;
    line-height: 22px;
    color: #eeeeee;
    font-weight: 600;
    background-color: transparent;
    border: 0;
    padding: 10px 0px;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs ul {
    padding: 0 18px;
    border: 0;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs .tab-content {
    background-color: transparent;
    padding: 0 18px 15px;
}

#order-standard_cart .view-cart-tabs .tab-content input, form#frmAddToCart .store-domain-tab-content input {
    font-size: 13px;
    color: #2e34425e;
    font-weight: 600;
    height: 46px;
    padding: 10px 18px;
    border-radius: 2px;
    border: 0;
}

#order-standard_cart .view-cart-tabs .promo .form-group label {
    display: none;
}

.view-cart-tabs button.btn.btn-block.btn-default {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    background-color: #3372bd;
    border-color: #3372bd;
    max-width: 130px;
    padding: 10px;
    margin-left: 9px;
    height: 46px;
    border-radius: 2px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .recurring-totals span {
    font-style: inherit;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs .tab-content form {
    display: flex;
}

#order-standard_cart .secondary-cart-body .view-cart-items {
    margin-bottom: 10px;
}

#order-standard_cart .secondary-cart-body .empty-cart {
    margin: 0px 0px 20px;
}

/* =========================================================== */

/*======================== recommended-css ======================*/

#order-standard_cart .mc-promos.viewcart, #order-standard_cart .mc-promos.checkout {
    max-width: 100%;
}

#order-standard_cart .mc-promos.viewcart .mc-promo, #order-standard_cart .mc-promos.checkout .mc-promo {
    border: 0;
}

#order-standard_cart .mc-promos.viewcart .mc-promo i, #order-standard_cart .mc-promos.checkout .mc-promo i {
    color: #004fac;
}

body #order-standard_cart .mc-promos.viewcart .tagline, #order-standard_cart .mc-promos.viewcart .mc-promo i, body #order-standard_cart .mc-promos.checkout .tagline, #order-standard_cart .mc-promos.checkout .mc-promo i {
    font-size: 14px;
}

#order-standard_cart .mc-promos.viewcart .icon, #order-standard_cart .mc-promos.checkout .icon {
    margin: 7px 10px;
    line-height: 31px;
    background-color: #edf2fd;
    padding: 8px;
    border-radius: 3px;
}

#order-standard_cart .mc-promos.viewcart .tagline, #order-standard_cart .mc-promos.checkout .tagline {
    font-size: 14px;
    color: #004747;
    font-weight: 600;
}

#order-standard_cart .mc-promos.viewcart .btn-add span, #order-standard_cart .mc-promos.checkout .btn-add span {
    background-color: transparent;
    padding: 0px 5px 0 0px;
}

body #order-standard_cart .mc-promos.viewcart .text, body #order-standard_cart .mc-promos.checkout .text {
    padding: 2px 3px 0px 8px;
}

#order-standard_cart .mc-promos.viewcart .text, #order-standard_cart .mc-promos.viewcart .mc-promo i, #order-standard_cart .mc-promos.checkout .text, #order-standard_cart .mc-promos.checkout .mc-promo i {
    font-size: 11px;
}

#order-standard_cart .mc-promos.viewcart .btn-add span i, #order-standard_cart .mc-promos.checkout .btn-add span i, .account-manage-20i form .btn-default {
    color: #fff;
}

body #order-standard_cart .mc-promos.viewcart .price, body #order-standard_cart .mc-promos.checkout .price {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

#order-standard_cart .mc-promos.viewcart .mc-promo .header, #order-standard_cart .mc-promos.checkout .mc-promo .header {
    height: auto;
    padding: 15px 5px;
}

#order-standard_cart .mc-promos.checkout .mc-promo .header {
    padding: 20px 5px;
}

#order-standard_cart .mc-promos.viewcart .mc-promo .body, #order-standard_cart .mc-promos.checkout .mc-promo .body {
    padding: 20px 15px;
    border-top: 1px solid #f1f1f1;
    background-color: #ffffff;
}

.home-page-slider-panel.detail-page-product, .domain-pricing .tld-filters a {
    box-shadow: none;
}

body #order-standard_cart .mc-promos.viewcart .mc-promo .body li, body #order-standard_cart .mc-promos.checkout .mc-promo .body li {
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
}

body #order-standard_cart .mc-promos.checkout .mc-promo .body li {
    font-size: 14px;
}

body #order-standard_cart .mc-promos.viewcart .mc-promo .body li i, body #order-standard_cart .mc-promos.checkout .mc-promo .body li i {
    position: absolute;
    left: 0;
    top: 4px;
}

#order-standard_cart .mc-promos.viewcart .mc-promo .expander, #order-standard_cart .mc-promos.checkout .mc-promo .expander {
    text-align: center;
}

#order-standard_cart .mc-promos.viewcart .mc-promo .expander i, #order-standard_cart .mc-promos.checkout .mc-promo .expander i {
    font-size: 12px;
}

#order-standard_cart .mc-promos.viewcart .btn-add:hover span i, #order-standard_cart .mc-promos.checkout .btn-add:hover span i {
    color: #004fac;
}

#order-standard_cart .mc-promos.viewcart .headline, #order-standard_cart .mc-promos.checkout .headline {
    font-size: 16px;
}

select#inputDomainContact {
    width: 100%;
    margin-bottom: 10px;
}

/* ================================================== */

/* ===============review-&-chekout-css-end ================== */

/* ================================================== */

/* ===============submit-ticket-css-start ================== */

.submit-ticket-two-20i .form-group .text-muted {
    margin-bottom: 30px;
}

.submit-ticket-two-20i .card p.text-center {
    text-align: left !important;
}

.submit-ticket-two-20i .card .card-body {
    padding: 20px 25px;
}

/* ================================================== */

/* ===============submit-ticket-css-end ================== */

/* ================================================== */

/* ===============downloads-css-start ================== */

.download-20i .kb-search, .download-cat-20i .kb-search {
    margin-bottom: 0;
}

.download-20i form, .download-cat-20i form {
    margin-bottom: 1.5rem;
}

.download-20i .card .kb-article-item strong {
    font-size: 12px;
    color: #9f9f9f;
}

/* ================================================== */

/* ===============downloads-css-end ================== */

/* ================================================== */

/* ===============payment-css-start ================== */

.payment-methods-20i .card-body, .payment-method-add-card .card-body {
    padding: 25px;
}

.payment-methods-20i .card-title, .payment-method-add-card .card-title {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 18px;
    margin-bottom: 12px;
}

.payment-methods-20i p {
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 10px;
}

.payment-methods-20i a.btn.btn-primary {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
    background-color: #004fac;
    border: 1px solid #004fac;
    padding: 8px 18px;
}

.payment-methods-20i table#payMethodList tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.payment-methods-20i table#payMethodList tr th, .payment-methods-20i table#payMethodList tr td, .payment-methods-20i p, #order-standard_cart .mc-promos.viewcart .mc-promo .body li {
    font-size: 13px;
    line-height: 25px;
    color: #474747;
    font-weight: 400;
}

.payment-methods-20i table#payMethodList tr th {
    border-top: 0;
    color: #47474791;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
}

.payment-methods-20i table#payMethodList tr td {
    color: #474747;
    text-align: left;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline {
    display: block;
    padding-top: 10px;
    color: #474747;
    font-weight: 600;
    position: relative;
    padding-left: 34px;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline .iradio_square-blue {
    position: absolute !important;
    left: 0;
}

form#frmManagePaymentMethod div#innerBillingContactsContainer br {
    display: none;
}

.payment-methods-20i table#payMethodList {
    margin-top: 55px;
}

form#frmManagePaymentMethod .alert+.form-group label.control-label {
    display: none;
}

/* ================================================== */

/* ===============payment-css-end ================== */

/* ================================================== */

/* ===============payment-addon-css-end ================== */

form#frmManagePaymentMethod label {
    font-size: 14px;
    line-height: 20px;
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 3px;
}

form#frmManagePaymentMethod label.control-label, form#frmManagePaymentMethod label, form#frmManagePaymentMethod .form-group .col-md-8 .col-md-4, form#frmManagePaymentMethod .cc-details .col-md-8 .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline:last-child {
    margin-bottom: 10px;
}

form#frmManagePaymentMethod {
    padding-top: 5px;
}

form#frmManagePaymentMethod .form-group input, form#frmProductDomain .domain-selection-options input, #order-standard_cart form#frmProductDomain .domain-selection-options select, #order-standard_cart #frmCheckout .form-group .form-control, #order-standard_cart #frmConfigureProduct .field-container select, #frmCheckout select#inputDomainContact, #frmManagePaymentMethod .fieldgroup-creditcard label+div .form-control, form#frmAddToCart select, form#frmAddToCart .store-domain-tab-content input, .landing-page select.form-control.currency-selector, form.using-password-strength .form-control {
    height: 46px;
    border-radius: 2px;
    border: 1px solid #dee3e8;
}

.primary-content .form-control {
    min-height: 46px;
    border-radius: 2px;
    border: 1px solid #dee3e8;
    font-size: 14px;
    color: #2e3442;
    font-weight: 600;
}

#frmManagePaymentMethod .fieldgroup-creditcard {
    margin-bottom: 40px;
}

#frmManagePaymentMethod .fieldgroup-creditcard div#stripeCvcWhere {
    float: left;
    padding-top: 10px;
}

form#frmManagePaymentMethod .submit-container button#btnSubmit {
    margin-right: 7px;
}

#frmManagePaymentMethod .fieldgroup-creditcard label+div .form-control {
    padding-top: 13px;
}

form#frmManagePaymentMethod .form-group .col-md-8 input {
    width: 100%;
}

button#cvvWhereLink, form#frmManagePaymentMethod .form-group .input-group-append .input-group-text {
    font-size: 11px;
    line-height: 18px;
    color: #2e344273 !important;
    font-weight: 600;
    float: right;
    text-decoration: none;
    padding: 4px 0px 0px;
}

form#frmManagePaymentMethod .form-group .input-group-append {
    width: 100%;
}

form#frmManagePaymentMethod .form-group .input-group-append .input-group-text {
    background-color: transparent;
    border: 0;
    text-align: right;
    display: inline-block;
    width: 100%;
    position: absolute;
}

div#innerBillingContactsContainer label {
    color: #474747;
    font-weight: 600;
}

form#frmManagePaymentMethod .fieldgroup-auxfields a.btn.btn-default.btn-sm {
    background-color: #edf2fd;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 700;
    border-color: #edf2fd;
    margin: 10px 0px 20px;
}

form#frmManagePaymentMethod .submit-container .col-md-8.offset-sm-4 {
    margin: 0;
}

/* ================================================== */

/* =============== payment-addon-css-end ================== */

/* ================================================== */

/* =============== choose-domain-css-start ================== */

form#frmProductDomain .domain-selection-options label, #order-standard_cart #frmCheckout .account-select-container div.account label strong, #order-standard_cart #frmCheckout .account-select-container div.account label, #order-standard_cart #frmCheckout #containerNewUserSignup .sub-heading .primary-bg-color, #order-standard_cart #frmCheckout div#paymentGatewaysContainer .text-center label, #order-standard_cart #frmCheckout .cc-input-container .stripe-cards-inputs label, div#spotlightTlds .spotlight-tld, #DomainSearchResults .domain-price span.price, #order-standard_cart #frmConfigureProduct .product-info .product-title, #order-standard_cart #frmConfigureProduct .field-container label, #order-standard_cart #frmConfigureProduct .addon-promo-container h3, form#frmConfigureProduct .sub-heading span.primary-bg-color, #order-standard_cart #frmConfigureProduct .addon-products .panel-body label, form#frmConfigureDomains .sub-heading .primary-bg-color, body #order-standard_cart .secondary-cart-body h3, #order-standard_cart .mc-promos.viewcart .tagline, div#modalRemoveItem .modal-body, .home-page-slider-panel .promo-banner h4, .card-body.store-promoted-product h4, form.using-password-strength label, .primary-content label, .card.switch-account-20i .select-account a {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    font-weight: 600;
}

.card.switch-account-20i .select-account a:hover {
    background-color: #f3f6f9;
}

.card.switch-account-20i .select-account a, .card.switch-account-20i .select-account {
    border: 0;
}

.user-management-20i .card:first-child p {
    color: #4f7cec;
}

.home-page-slider-panel .promo-banner h4, .card-body.store-promoted-product h4 {
    color: #004747;
    font-weight: 700;
}

form#frmProductDomain .domain-selection-options label {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 20px 6px 20px 36px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options span.input-group-text {
    background-color: #fff;
    border-color: #dee3e8;
    border-right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options input {
    border-left: 0;
}

#order-standard_cart form#frmProductDomain .domain-selection-options select {
    font-weight: 600;
    margin-left: 6px;
}

form#frmProductDomain .domain-selection-options button.btn.btn-primary {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    background-color: #1bc577;
    border-color: #1bc577;
    padding: 10px 36px;
    margin-left: -12px;
    width: auto;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option.option-selected, body #order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child div#domainregister {
    padding: 15px 20px 30px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option.option-selected {
    background-color: #f3f6f9;
    border-radius: 0;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child, #order-standard_cart #frmCheckout .cc-input-container+.sub-heading, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 {
    margin: 0;
    padding-left: 25px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(2) .col-sm-8.col-sm-offset-1.offset-sm-1 {
    padding-left: 47px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(3) .col-sm-9 {
    padding-left: 35px;
}

#order-standard_cart form#frmProductDomain .domain-input-group {
    margin: 0;
    position: relative;
    top: -3px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    border-top: 1px solid #f1f1f1;
    padding: 0px 20px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option:last-child, #order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row, #order-standard_cart #frmCheckout div#totalDueToday {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option .iradio_square-blue {
    left: 4px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option .iradio_square-blue, #order-standard_cart #frmCheckout .account-select-container div.account label .iradio_square-blue, #order-standard_cart #frmCheckout .cc-input-container label.radio-inline .iradio_square-blue, #order-standard_cart #frmConfigureProduct .addon-promo-container label .iradio_square-blue {
    position: absolute !important;
}

#order-standard_cart form#frmProductDomain .domain-selection-options div#domainregister, form#frmProductDomain .domain-selection-options div#domaintransfer, form#frmProductDomain .domain-selection-options div#domainowndomain {
    padding: 10px 0px 0px;
}

form#frmProductDomain .domain-selection-options div#domainowndomain input {
    border: 1px solid #dee3e8;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right .form-control-static {
    border: 1px solid #dee3e8;
    padding: 0;
    width: 90%;
    float: right;
    line-height: 44px;
    text-align: center;
    border-right: 0;
    background-color: #fff;
    margin-bottom: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right {
    padding-right: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 {
    padding-left: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 .form-control {
    width: 98%;
    border-left: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
    margin-left: -16px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option .row.domains-row {
    padding: 0px 0px 5px 5px;
}

form#frmProductDomain .domain-selection-options input span.input-group-text {
    border-radius: 2px;
}

/* ================================================== */

/* =============== choose-domain-css-end ================== */

/* ================================================== */

/*================ checkout-cart-css-start ===============*/

#order-standard_cart #frmCheckout .sub-heading, form#frmConfigureDomains .sub-heading {
    background-color: #fff;
    margin: 0;
    padding: 30px 25px 5px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 0;
    height: auto;
}

form#frmConfigureProduct div#productConfigurableOptions {
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup .sub-heading {
    padding: 24px 0px 0px;
    border: 0;
}

#order-standard_cart #frmCheckout .primary-bg-color, form#frmConfigureDomains .sub-heading .primary-bg-color {
    background: transparent;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 0;
}

#order-standard_cart #frmCheckout .account-select-container div.account {
    background: #fff;
    padding: 22px 25px;
    border: 0;
    border-bottom: 1px solid #f1f1f1 !important;
}

#order-standard_cart #frmCheckout .account-select-container .col-sm-12:nth-of-type(2) div.account.active {
    border-bottom: 0 !important;
    padding-bottom: 10px;
}

#order-standard_cart #frmCheckout .account-select-container div.account label, #order-standard_cart #frmCheckout .cc-input-container label.radio-inline {
    margin: 0;
    position: relative;
    padding-left: 32px;
}

#order-standard_cart #frmCheckout .cc-input-container label.radio-inline {
    padding-left: 23px;
    margin-bottom: 10px;
}

#order-standard_cart #frmCheckout .account-select-container div.account label .iradio_square-blue, #order-standard_cart #frmCheckout .cc-input-container label.radio-inline .iradio_square-blue, #order-standard_cart #frmConfigureProduct .addon-promo-container label .iradio_square-blue {
    left: 0;
}

#order-standard_cart #frmCheckout .account-select-container div.account label strong {
    margin-bottom: 12px;
    display: inline-block;
}

#order-standard_cart #frmCheckout .account-select-container div.account label span.label.label-info {
    background-color: #edf2fd;
    padding: 4px 10px;
    font-size: 10px;
    color: #4f7cec;
    font-weight: 700;
    border-color: #edf2fd;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 2px;
}

#frmCheckout>.account-select-container+#containerExistingUserSignin+div#containerNewUserSignup {
    padding: 0px 57px;
}

#frmCheckout div#containerNewUserSignup {
    padding: 0px 25px;
}

form#frmCheckout .generate-password {
    margin-bottom: 10px;
}

div#registration #frmCheckout div#containerNewUserSignup, div#registration #frmCheckout div#containerNewUserSecurity .row, div#registration #frmCheckout div#containerNewUserSecurity div#containerPassword {
    padding: 0;
}

div#registration #frmCheckout div#containerNewUserSecurity .row, div#registration #frmCheckout div#containerNewUserSecurity div#containerPassword {
    margin: 0 -10px;
}

#order-standard_cart #frmCheckout .form-group label {
    line-height: 47px;
}

#order-standard_cart #frmCheckout .cc-input-container, #frmCheckout div#containerNewUserSignup, #frmCheckout div#paymentGatewaysContainer, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:focus, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:active, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:hover, #order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row, div#DomainSearchResults div#searchDomainInfo, .suggested-domains .panel-heading.card-header, #order-standard_cart #frmConfigureProduct .product-info, #order-standard_cart #frmConfigureProduct .field-container, #frmCheckout div#containerNewUserSecurity {
    background-color: #fff;
}

#frmCheckout div#containerNewUserSecurity div#containerPassword {
    padding: 25px 15px;
}

#frmCheckout div#containerNewUserSecurity .row {
    margin: 0;
    padding: 0px 17px;
}

#order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:focus, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:active, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:hover, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default {
    border-left: 0;
    border-color: #dee3e8;
}

#order-standard_cart #frmCheckout .form-group .form-control::placeholder {
    color: #2e34426e;
}

#order-standard_cart #frmCheckout .form-group .intl-tel-input.separate-dial-code .selected-flag, div#DomainSearchResults .spotlight-tlds, .intl-tel-input.separate-dial-code .selected-flag, .intl-tel-input.separate-dial-code .selected-flag:hover, .intl-tel-input.allow-dropdown .flag-container:hover, .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

#order-standard_cart #frmCheckout .form-group .intl-tel-input.separate-dial-code .selected-flag:focus, .intl-tel-input.separate-dial-code .selected-flag:focus {
    outline: 0;
}

#frmCheckout div#paymentGatewaysContainer p.small {
    color: #474747 !important;
    margin-bottom: 20px;
}

#frmCheckout div#paymentGatewaysContainer, #order-standard_cart #frmCheckout .cc-input-container {
    padding: 25px 26px;
    margin-bottom: 22px;
}

#order-standard_cart #frmCheckout .account-select-container {
    border-right: 0;
    background-color: #fff;
}

#order-standard_cart #frmCheckout div#paymentGatewaysContainer .text-center label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
    line-height: normal;
}

#frmCheckout div#totalDueToday {
    margin: 0px 0px 22px;
    background-color: #fff;
    border-color: #edf2fd;
    padding: 30px 25px;
    font-size: 20px;
    line-height: 35px;
    color: #4f7cec;
    font-weight: 400;
    border-radius: 0;
}

#frmCheckout div#totalDueToday strong {
    font-size: 25px;
    font-weight: 800;
}

#frmCheckout .cc-input-container div#newCardInfo, #frmCheckout .cc-input-container div#newCardSaveSettings, #frmCheckout .cc-input-container .stripe-cards-inputs {
    padding: 0px 37px;
}

#order-standard_cart .cc-input-container div#newCardInfo .form-group {
    margin-bottom: 5px;
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading {
    margin-top: 20px;
    border: 0;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row {
    margin: 0;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
    padding: 0px 10px 28px;
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row .form-group, #frmCheckout .cc-input-container div#newCardSaveSettings div#inputDescriptionContainer {
    margin: 0;
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row .form-group textarea {
    min-height: 125px;
}

#frmCheckout .cc-input-container .stripe-cards-inputs {
    margin: 0px 0px 15px;
}

#frmCheckout button#btnCompleteOrder {
    margin-top: 50px;
}

#frmCheckout button#btnCompleteOrder, #frmProductDomainSelections button#btnDomainContinue {
    background-color: #004fac;
    padding: 14px 35px;
}

#frmCheckout button#btnCompleteOrder {
    font-size: 15px;
    padding: 14px 25px;
}

#order-standard_cart .cc-input-container .form-group {
    margin-bottom: 6px;
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row+.text-center, #frmCheckout div#totalDueToday {
    text-align: left !important;
}

form#frmCheckout .marketing-email-optin {
    background-color: #fff;
    margin-top: 20px;
    padding: 25px;
}

#frmCheckout .cc-input-container .col-sm-3, #frmCheckout .cc-input-container .col-sm-6, #frmCheckout .cc-input-container .col-md-6, #frmCheckout .cc-input-container .col-md-3, #frmCheckout .cc-input-container .col-md-3 {
    padding: 0px 10px;
}

#frmCheckout .cc-input-container .stripe-cards-inputs .form-control {
    padding-top: 13px;
}

#frmCheckout .cc-input-container .stripe-cards-inputs {
    max-width: 100%;
}

#order-standard_cart #frmCheckout .cc-input-container label {
    line-height: 20px;
}

#frmCheckout .cc-input-container div#newCardInfo label, #frmCheckout .cc-input-container div#newCardSaveSettings label {
    line-height: 45px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading {
    margin-top: 20px;
}

/* ================================================== */

/* =============== checkout-cart-css-end ================== */

/* ================================================== */

/*==================== domain-search-css-start =============*/

#searchDomainInfo .domain-available.domain-checker-available {
    font-size: 22px;
    line-height: 32px;
    color: #f64e60;
    font-weight: 400;
}

#searchDomainInfo p.domain-error.domain-checker-unavailable.headline {
    font-size: 19px;
    line-height: 28px;
    color: #f64e60;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
}

#searchDomainInfo .domain-available.domain-checker-available {
    color: #1bc577;
    margin-bottom: 0;
}

div#DomainSearchResults div#searchDomainInfo {
    padding: 25px;
    margin: 20px 0px;
}

#spotlightTlds .domain-lookup-result .invalid, #spotlightTlds .btn-add-to-cart, #spotlightTlds .domain-lookup-result .unavailable, #spotlightTlds .domain-lookup-result button {
    font-size: 11px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 700;
    border-radius: 1px;
    background-color: #ffffff;
    border: 1px solid #dcdee2;
    padding: 3px 10px;
    min-width: 80px;
    width: auto;
}

#spotlightTlds .btn-add-to-cart span.added {
    font-weight: 700;
}

div#DomainSearchResults .spotlight-tlds {
    padding: 0;
}

div#DomainSearchResults div#spotlightTlds .spotlight-tld {
    font-weight: 700;
}

#DomainSearchResults .domain-price span.price {
    font-weight: 800;
}

div#DomainSearchResults .spotlight-tld-hot {
    width: 90px;
    padding: 0px 3px;
    top: 6px;
    right: -29px;
}

.suggested-domains .panel-heading.card-header {
    border-bottom: 0;
    padding: 25px;
}

#spotlightTlds .domain-lookup-result .available.price {
    font-weight: 800;
}

#searchDomainInfo .domain-price span.register-price-label, .suggested-domains .domain-suggestions-warning p {
    color: #4647477a;
    display: block;
}

div#DomainSearchResults .suggested-domains a#moreSuggestions {
    font-size: 14px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 600;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone button span {
    font-size: 11px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 600;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone button span.added {
    font-weight: 800;
}

div#DomainSearchResults .suggested-domains .domain-suggestions-warning p {
    max-width: 540px;
    margin: 0 auto 10px;
}

div#DomainSearchResults .suggested-domains .panel-heading {
    padding: 20px 25px;
}

div#DomainSearchResults .suggested-domains .panel-heading, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item {
    border-bottom: 1px solid #f1f1f1;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item button.btn {
    background-color: #e2efff;
    text-decoration: none;
    padding: 3px 15px;
    border-color: #e2efff;
    border-radius: 2px;
    color: #4f7cec;
    margin-bottom: 5px;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item button.btn.checkout {
    border-color: #004fac;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item button.btn.checkout span {
    font-weight: 700;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item {
    padding: 22px 25px;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item:last-child {
    padding-bottom: 25px;
}

/* ================================================== */

/* =============== checkout-cart-css-end ================== */

/* ================================================== */

/* =============== configure-css-start ================== */

.primary-content select {
    background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
}

form#frmConfigureProduct .product-info ul {
    padding-left: 12px;
}

#order-standard_cart #frmConfigureProduct .product-info, #order-standard_cart #frmConfigureProduct .field-container {
    padding: 20px 25px;
}

#order-standard_cart #frmConfigureProduct .product-info ul li b {
    font-weight: 800;
    color: #000;
}

#order-standard_cart #frmConfigureProduct .product-info ul li:last-child, #order-standard_cart #frmConfigureProduct .product-info ul {
    margin-bottom: 0;
}

#order-standard_cart #frmConfigureProduct .field-container select, #order-standard_cart #frmConfigureProduct .addon-products .panel-add {
    font-size: 13px;
    line-height: 18px;
    color: #2e3442bd;
    font-weight: 700;
}

#order-standard_cart #frmConfigureProduct .field-container select {
    width: 100%;
    background-color: #f3f6f9;
    border: 0;
}

body #order-standard_cart #frmConfigureProduct .field-container label, body #order-standard_cart #frmConfigureProduct .addon-promo-container h3 {
    margin-bottom: 15px;
}

#order-standard_cart #frmConfigureProduct .addon-promo-container .description p, #order-standard_cart #frmConfigureProduct .addon-products .panel-body {
    font-size: 13px;
    line-height: 21px;
    color: #7c8088;
    font-weight: 500;
}

#order-standard_cart #frmConfigureProduct .addon-promo-container .description p a, .home-page-slider-panel .promo-banner .card-body h3 small a {
    color: #4f7cec;
    text-decoration: none;
}

#order-standard_cart #frmConfigureProduct .addon-promo-container label.radio-inline {
    font-size: 14px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}

form#frmConfigureProduct .sub-heading {
    margin: 0 0 35px 0;
    border: 0;
}

form#frmConfigureProduct .sub-heading span.primary-bg-color {
    background-color: transparent;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    padding: 10px 0px;
    width: 100%;
}

#order-standard_cart #frmConfigureProduct .field-container, #order-standard_cart #frmConfigureProduct .addon-products .card {
    margin-bottom: 20px;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-body label {
    width: 100%;
    margin: 0 0 20px;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-body, #order-standard_cart #frmConfigureProduct .addon-products .panel-body label, form#frmConfigureProduct .alert.alert-warning {
    text-align: left;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-body {
    padding: 0 0 15px 0;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-price {
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    background-color: transparent;
    text-align: left;
    padding: 0px 0px 15px;
}

#order-standard_cart #frmConfigureProduct .addon-products {
    margin: 0 -10px;
}

#order-standard_cart #frmConfigureProduct .addon-products .col-sm-6 {
    padding: 0px 10px;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-add, .home-page-slider-panel .promo-banner .card-body .btn-success, .card-body.store-promoted-product .btn-success {
    background-color: #004fac;
    border: 1px solid #004fac;
    padding: 12px 16px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

#order-standard_cart #frmConfigureProduct .addon-products .card {
    padding: 25px;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-body label .icheckbox_square-blue {
    margin-right: 5px;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-name, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .clearfix span, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-group {
    font-size: 12px;
    line-height: 18px;
    color: #7c8088;
    font-weight: 600;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-name {
    padding: 0 0 10px 0;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .summary-totals {
    border-top: 1px solid #f1f1f1;
    padding: 12px 0px;
    margin-top: 12px;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .clearfix span, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-group {
    color: #474747;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .clearfix span:last-child {
    font-weight: 700;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .total-due-today {
    padding: 15px 0px;
}

form#frmConfigureProduct div#scrollingPanelContainer div#orderSummary {
    margin-top: 37px !important;
}

form#frmConfigureProduct .alert.alert-warning a.alert-link {
    float: right;
}

#order-standard_cart .alert.alert-info.order-confirmation span {
    display: block;
    font-size: 37px;
    line-height: 44px;
    color: #004fac;
    font-weight: 700;
    padding-top: 4px;
}

#order-standard_cart .order-confirmation {
    background-color: #fff;
    border-color: #fff;
    padding: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #7c8088;
}

.email-verification .btn:hover, .email-verification .btn:active {
    background-color: #f64e60 !important;
}

.email-verification button#btnEmailVerificationClose:hover {
    background-color: transparent !important;
    color: #f64e60
}

.home-page-slider-panel {
    background-color: #fff;
    padding: 10px;
    margin: 0px 10px 20px;
}

.home-page-slider-panel .promo-banner {
    border: 0;
}

.home-page-slider-panel .promotions-slider-control {
    padding: 10px;
}

.home-page-slider-panel .promo-banner .card-body {
    padding: 0;
}

.home-page-slider-panel .promo-banner .icon-left {
    background-color: #edf2fd;
    padding: 30px 15px;
}

.home-page-slider-panel .promo-banner .card-body h3, .card-body.store-promoted-product h3 {
    background-color: transparent;
    padding: 0px 0px 5px;
    font-size: 20px;
    font-weight: 700;
}

.home-page-slider-panel .promotions-slider-control a span {
    width: 12px;
}

.home-page-slider-panel .promo-banner .card-body .btn-success {
    margin-top: 25px;
}

/* ================================================== */

/* =============== configure-css-start-end ================== */

/* ================================================== */

/* ================Domain-config-css-start ============ */

form#frmConfigureDomains .sub-heading~.row {
    background-color: #fff;
    margin: 0px 0;
    padding: 20px;
}

form#frmConfigureDomains .sub-heading~.form-group {
    padding-top: 0;
}

form#frmConfigureDomains .sub-heading {
    margin-top: 15px;
}

form#frmConfigureDomains .sub-heading~.row .col-sm-4, form#frmAddToCart .col-sm-7, form#frmAddToCart .col-sm-5 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

form#frmConfigureDomains .sub-heading~.row .col-sm-4 {
    text-align: left !important;
}

form#frmConfigureDomains .sub-heading~.row .form-control {
    width: 100%;
}

form#frmConfigureDomains .sub-heading .primary-bg-color {
    font-size: 18px;
    text-transform: capitalize;
    padding: 0px 10px;
}

form#frmConfigureDomains .form-group {
    color: #3699ff;
    font-weight: 600;
}

form#frmConfigureDomains .sub-heading+p {
    padding: 20px 35px 0;
    color: #3699ff;
    background-color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

div#containerNewUserSignup .col-sm-12:last-child {
    padding-bottom: 20px;
}

form#frmCheckout .sub-heading+p {
    padding-top: 10px;
}

/* ================================================== */

/* ================Domain-config-css-end ============ */

/* ================================================== */

/* ================invoice-css-end ============ */

.invoice-container {
    padding: 40px;
}

.invoice-header h2 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 38px;
    color: #004fac;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.invoice-container .invoice-header .small-text {
    margin-top: 17px;
}

.invoice-container .row.invoice-header .invoice-status, .invoice-container .invoice-header h2 {
    border-bottom: 1px solid #f1f1f1;
}

.invoice-header h3 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

.invoice-container .invoice-status span.unpaid, .invoice-container button#btnPayNow {
    background-color: #ee848b;
    padding: 5px 14px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
}

.invoice-container .invoice-col button#btnPayNow {
    background-color: #004fac;
    border-color: #004fac;
    float: right;
    margin-top: 5px;
}

.invoice-container .invoice-status {
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 0 0;
    padding-bottom: 15px;
}

.invoice-container .row.invoice-header .col-12 {
    padding: 0;
}

.invoice-container .small-text, .invoice-container .payment-btn-container p, .invoice-container table thead td strong, .invoice-container table tbody td {
    font-size: 13px;
    line-height: 20px;
    color: #474747;
    font-weight: 600;
    margin-top: 10px;
}

.invoice-container table thead td strong {
    color: #47474799;
    font-weight: 600;
}

.invoice-container .card.bg-default .card-header h3 {
    font-weight: 500;
}

.invoice-container table tr td {
    border-top: 0;
    padding: 12px 0px;
    text-align: left !important;
}

.invoice-container table thead tr td {
    border-bottom: 1px solid #f1f1f1;
    text-align: left !important;
}

.invoice-container tr td.total-row {
    background-color: transparent;
}

.invoice-container tr:last-child td.total-row, .invoice-container .transactions-container table tbody tr:last-child td {
    background-color: #f3f6f9;
    padding: 12px 5px;
}

.payment-btn-container p br, .invoice-container hr {
    display: none;
}

.invoice-container .invoice-col span.small-text.float-sm-right form, .invoice-container .invoice-col span.small-text.float-sm-right form select {
    width: 100%;
    color: #000;
}

.invoice-container .invoice-col span.small-text.float-sm-right form select:focus {
    box-shadow: none;
    border: 1px solid #dcdee2;
}

.invoice-container .invoice-col span.small-text.float-sm-right {
    display: inline-block;
    width: 70%;
}

.invoice-container .row.invoice-header .small-text {
    padding-left: 103px;
}

.invoice-container .row.invoice-header {
    margin: 0;
}

.invoice-container .row.justify-content-sm-between {
    padding-top: 25px;
    margin-bottom: 20px;
}

.invoice-container .invoice-col strong, .invoice-container .card.bg-default .card-header h3 {
    font-size: 17px;
    line-height: 25px;
    color: #474747;
    font-weight: 700;
}

.invoice-container .card {
    border: 0;
}

.invoice-container .card.bg-default .card-header {
    padding: 0 0px 5px;
}

.invoice-container .float-right.btn-group a {
    border-color: #004fac;
    color: #004fac;
    font-weight: 700;
    border-radius: 2px;
}

.invoice-container .float-right.btn-group a:hover {
    background-color: #004fac;
    color: #fff;
}

/* ================================================== */

/* ================invoice-css-end ============ */

/* ================= ssl-ceritificate-ev-css-start ================*/

body .landing-page.ssl .ideal-for.ev i, body .landing-page.ssl .ideal-for.ov i, body .landing-page.ssl .ideal-for.dv i {
    color: #004fac;
}

/* ================================================== */

/* ================cart-order-css-start ============ */

form#frmAddToCart {
    background-color: #fff;
    padding: 25px 25px 30px;
}

form#frmAddToCart .col-sm-5 .payment-term {
    float: left;
    padding-top: 7px;
}

form#frmAddToCart .store-domain-tabs .nav-link.active {
    color: #ffffff;
    border-color: #004fac;
}

form#frmAddToCart .store-domain-tab-content, form#frmAddToCart .store-domain-tabs .nav-link.active {
    background-color: #004fac !important;
}

form#frmAddToCart .store-domain-tab-content {
    border: 0;
    margin-bottom: 50px;
}

form#frmAddToCart .store-domain-tabs .nav-link {
    background-color: #f3f6f9;
    color: #004fac;
    border-color: #f3f6f9;
    font-weight: 600;
}

form#frmAddToCart .domain-validation.ok {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
}

#frmAddToCart .btn-default {
    border: 1px solid rgb(0 0 0 / 13%);
    padding: 13px 25px;
    box-shadow: none;
}

#frmAddToCart .btn-primary {
    font-size: 13px;
    border-radius: 2px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 700;
    padding: 13px 30px;
}

#frmAddToCart .btn-default, #frmAddToCart .btn-primary {
    margin-bottom: 10px;
}

form#frmAddToCart .col-sm-7.text-right {
    text-align: left !important;
    margin-top: 30px;
}

.store-promoted-product ul.features {
    margin-top: 10px;
}

.store-promoted-product .icon {
    background-color: #edf2fd;
    padding: 10px;
}

.store-promoted-product .icon img {
    margin-bottom: 15px;
}

/* ================================================== */

/* ================cart-order-css-end ============ */

/* ================================================== */

/* ================ssl-certificates-ov-css-start ============ */

.landing-page.ssl .content-block.features {
    padding: 60px 0px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 {
    padding: 80px;
}

.primary-content .landing-page.ssl .standout, .primary-content .landing-page.ssl .content-block.standout.standout-2 {
    background-color: #fff;
    margin: 0;
    padding: 60px 0px;
}

body .landing-page.ssl .certificate-options.ov, body .landing-page.ssl .certificate-options.ev, body .landing-page.ssl .certificate-options.dv, body .landing-page.ssl .certificate-options.wildcard {
    background-color: #004fac;
}

.landing-page.ssl .certificate-options.ov a.help-me-choose, .landing-page.ssl .certificate-options.ev a.help-me-choose, .landing-page.ssl .certificate-options.dv a.help-me-choose, .landing-page.ssl .certificate-options.wildcard a.help-me-choose {
    color: #fff;
    text-decoration: none;
}

.landing-page.bg-white.ssl .content-block.standout h3 {
    margin-bottom: 15px;
}

.landing-page.ssl .certificate-options.ov h3, .landing-page.ssl .certificate-options.ev h3, .landing-page.ssl .certificate-options.dv h3, .landing-page.ssl .certificate-options.wildcard h3 {
    font-weight: 600;
    float: none !important;
    text-align: center;
}

.landing-page.ssl .certificate-options.ov .row-pricing-table .header h4, .landing-page.ssl .certificate-options.ev .row-pricing-table .header h4, .landing-page.ssl .certificate-options.dv .row-pricing-table .header h4, .landing-page.ssl .certificate-options.wildcard .row-pricing-table .header h4 {
    font-weight: 500;
    font-size: 20px;
}

.landing-page.ssl .certificate-options.ov .row-pricing-table .header h4, .landing-page.ssl .certificate-options.ev .row-pricing-table .header h4, .landing-page.ssl .certificate-options.dv .row-pricing-table .header h4, .landing-page.ssl .certificate-options.wildcard .row-pricing-table .header h4 {
    margin-bottom: 10px;
}

.landing-page.ssl .certificate-options.ov .btn, .landing-page.ssl .certificate-options.ev .btn, .landing-page.ssl .certificate-options.dv .btn, .landing-page.ssl .certificate-options.wildcard .btn {
    color: #004fac;
    padding: 12px;
    font-weight: 600;
}

.landing-page.ssl .certificate-options.ov .row-pricing-table ul li, .landing-page.ssl .certificate-options.ev .row-pricing-table ul li, .landing-page.ssl .certificate-options.dv .row-pricing-table ul li, .landing-page.ssl .certificate-options.wildcard .row-pricing-table ul li {
    padding: 6px;
}

.landing-page .content-block.dashed-border.standout {
    border-bottom: 1px dashed #edf2fd;
}

.primary-content .landing-page.ssl .content-block.features {
    background-color: #dceefd;
}

.primary-content .landing-page.ssl .content-block.features .feature {
    background-color: #004fac;
    border: 1px solid #004fac;
}

.primary-content .landing-page.ssl .content-block.features .feature:hover {
    background-color: transparent;
    color: #004fac;
}

.primary-content .landing-page .content-block.features .feature h5 {
    font-size: 18px;
    font-weight: 600;
}

.primary-content .landing-page button.navbar-toggler {
    background-color: #fff;
}

.primary-content .landing-page button.navbar-toggler:focus {
    outline: 0;
}

.primary-content .landing-page .standout .row.ideal-for {
    padding-top: 25px;
}

body .landing-page .certificate-options.wildcard, .landing-page .content-block.features, .landing-page .content-block.standout-features.standout {
    margin: 0;
}

.landing-page .content-block.standout-features.standout {
    background-color: #fff;
    margin: 0;
    padding: 80px 0px;
}

div#oxPricing .col-xl-10.offset-xl-1 {
    display: block;
    overflow-x: auto;
}

.content-block.what-is-ssl.standout ul li {
    position: relative;
    padding-left: 28px;
}

.content-block.what-is-ssl.standout ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

/* ================================================== */

/* ================ssl-certificates-ov-css-end ============ */

div#tableDomainPricing_wrapper thead th {
    background: #f3f6f9;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
    color: #797979;
    background-color: #dddddd;
    border-color: #dddddd;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-label {
    width: 41px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
    background-color: #004fac;
    border-color: #004fac;
}

.already-registered.clearfix, .primary-content .card-body .card-title {
    margin-bottom: 10px;
}

.payment-methods-20i table#payMethodList .btn:first-child {
    margin-right: 5px;
}

.account-manage-20i form .intl-tel-input.separate-dial-code .selected-flag, .user-management-20i table tr, .primary-content .user-management-20i table tbody tr, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover {
    background-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover {
    color: #004fac;
}

#inputSecurityQId {
    min-height: 46px;
    border: 1px solid #DEE3E8;
    margin-bottom: 15px;
}

.account-manage-20i .btn, .contact-detail-20i .btn {
    margin: 10px 5px 0px;
    max-width: 170px;
    width: 100%;
}

.btn-social, .btn-social.btn-google {
    padding: 8px 15px;
}

.account-manage-20i .card-body label {
    padding-top: 5px;
}

.account-manage-20i form label {
    padding-top: 10px;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: no-drop;
}

.primary-content .account-manage-20i .card-body {
    overflow: visible;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p {
    color: #212529 !important;
    font-size: 14px;
    padding: 20px 25px;
    margin: 0;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom .col-sm-6.col-sm-offset-3.offset-sm-3 {
    margin-left: 0;
    padding: 0;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden div#domainRegistrantInputFields, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+div>div#domainRegistrantInputFields {
    background-color: #fff;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom {
    padding: 0 25px 15px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden div#domainRegistrantInputFields, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+div>div#domainRegistrantInputFields {
    padding: 0px 15px 15px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden div#domainRegistrantInputFields>div, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+div>div#domainRegistrantInputFields>div {
    padding: 0px 10px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden+.sub-heading, .contact-page-20i .btn.btn-primary {
    margin-top: 22px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+div>div#domainRegistrantInputFields {
    margin: 0;
}

.contact-page-20i div#default-captcha-domainchecker p {
    text-align: center;
}

.contact-page-20i div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: 50%;
}

.contact-page-20i .h3 {
    font-size: 37px;
    letter-spacing: -1px;
    line-height: 45px;
    color: #031B4E;
    font-weight: 700;
    text-align: center;
}

.contact-page-20i form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 950px;
    margin: 0 auto;
}

.contact-page-20i .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 20px 40px 0px;
}

.contact-page-20i form .form-group.row, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden div#domainRegistrantInputFields {
    margin: 0;
}

.contact-page-20i form .form-group.row {
    width: 50%;
    margin-bottom: 10px;
}

.contact-page-20i form .form-group label {
    min-width: 100%;
    text-align: left !important;
    padding-left: 10px;
}

.contact-page-20i p {
    text-align: center;
}

.contact-page-20i form .form-group.row>div {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding: 0px 8px;
}

.contact-page-20i form .form-group.row:nth-of-type(3), .contact-page-20i form .form-group.row:nth-of-type(4) {
    width: 100%;
}

.contact-page-20i .btn.btn-primary {
    padding: 12px 25px;
}

.primary-content .card-body {
    overflow: visible;
}

.user-management-20i table td {
    white-space: nowrap;
}

.user-management-20i table th {
    border-top: 0;
}

.user-management-20i .card form label {
    margin-bottom: 4px;
    display: inline-block;
}

.user-management-20i .card-body {
    overflow: auto;
}

.primary-content .card.switch-account-20i {
    max-width: 100%;
}

.tab-content.margin-bottom div#tabOverview .tab-content.bg-white.product-details-tab-container {
    border: 0;
}

.primary-content .landing-page.marketgoo .content-block.faqs h3 {
    font-size: 36px;
    font-weight: 800;
}

.card.switch-account-20i .select-account a {
    padding: 20px 15px;
    border-bottom: 1px solid #f1f1f1;
}

.card.switch-account-20i .select-account a:last-child {
    border-bottom: 0;
}
#modalChooseLanguage .item-selector .item {
    margin: 2px 0 8px;
    padding: 6px;
    border: 1px solid #dee3e8;
    color: #6b788b;
    text-decoration: none;
    font-size: 14px;
}
.modal-localisation .modal-body{
    position: relative;
}
#modalChooseLanguage .item-selector .item:hover {
    background-color: #f3f6f9;
}
#modalChooseLanguage button.close span{
    color: #474747;
    position: absolute;
    right: 0;
    margin: 18px 28px;
    top: 0;
}
#modalChooseLanguage .h5 {
    padding-top: 3px !important;
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
}
div#modalChooseLanguage .row.item-selector:nth-of-type(1) {
    padding-bottom: 25px;
}
.modal-localisation .item-selector .item.active {
    background-color: transparent;
    border-color: #dee3e8;
    color: #6b788b;
}
.modal-localisation .modal-content {
    background-color: #fff;
}
.modal-localisation .modal-footer {
    padding: 0 26px 25px;
}
p.help-element-text {
    margin: 0;
    min-height: 36px;
    vertical-align: top;
    line-height: 19px;
}
/*========== responsive =============*/

@media(max-width: 1440px) {
    .primary-content .landing-page .hero h2 {
        font-size: 52px;
        line-height: 58px;
    }
    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .features h3, .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3, .primary-content .landing-page.mail-services .content-block.get-started .price, .primary-content .landing-page.marketgoo .content-block.faqs h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .primary-content .landing-page.weebly .content-block.faq .col-md-4, .primary-content .landing-page.ox .faqs .col-lg-6, .primary-content .landing-page.codeguard .content-block.faqs .col-lg-4, .primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body .email-verification {
        padding: 0px 15px 20px;
    }
}

@media(max-width: 1279px) {
    .product-section-20i .card-columns.home {
        justify-content: center;
    }
    #frmAddToCart .nav-tabs .nav-item {
        margin-bottom: -2px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
    div#registration .intl-tel-input .country-list {
        width: 424px;
    }
    .alert.alert-warning.network-issue-alert .container, .email-verification .container {
        max-width: 1272px;
    }
}

@media(max-width: 1199px) {
    .email-verification .btn.close {
        margin: 0;
    }
    .primary-content .landing-page.ox .stand-out .col-xl-4 {
        margin-bottom: 20px;
    }
    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {
        height: 100%;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li a {
        font-weight: 600;
    }
    #domainForm .btn-group.btn-group-sm .dropdown-menu {
        margin-left: -100px;
    }
    header.header .main-navbar-wrapper div#mainNavbar {
        padding: 1rem;
    }
    header.header .not-login-20i-header div#mainNavbar {
        padding: 1.4rem 1.2rem;
    }
    header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-20i-header {
        padding: 0;
        position: absolute;
        background-color: #fff;
        width: 100%;
        z-index: 999;
    }
    .top-nav-20i li.nav-item:nth-of-type(2) {
        margin-right: 0;
    }
    header.header .main-navbar-wrapper .navbar-nav a {
        margin: 0;
        padding: 5px 0px;
        display: inline-block;
        font-size: 14px;
    }
    .main-navbar-wrapper .login-20i-clientarea {
        margin-bottom: 8px;
    }
    .top-nav-20i li.nav-item:first-child, .not-login-20i-header #mainNavbar .navbar-brand, .not-login-20i-header .right-part-20i .search-20i, .not-login-20i-header .right-part-20i .cartbtn-20i, header.header .main-navbar-wrapper .navbar-nav a::before {
        display: none;
    }
    header.header .navbar.navbar-light.mobile-bar {
        display: block;
        width: 100%;
        border-bottom: 0;
    }
    header.header .main-navbar-wrapper {
        padding: 10px 0px;
    }
    .mobile-bar a.btn.nav-link.cart-btn {
        padding-right: 0.9rem !important;
    }
    .not-login-20i-header ul#nav {
        margin-bottom: 8px;
    }
    .not-login-20i-header div#mainNavbar {
        position: absolute;
        background-color: #fff;
        left: 0;
        right: 0;
        z-index: 999;
        top: 80px;
        margin: auto;
    }
    .not-login-20i-header .top-nav-20i .btn.nav-link {
        padding-right: 0;
    }
    div.product-details div.product-icon {
        padding: 0;
    }
    div.product-details div.product-icon span i.fas.fa-hdd.fa-stack-1x.fa-inverse {
        font-size: 45px;
    }
    .product-icon.text-center h4 {
        font-size: 22px;
    }
    /* =========================================================== */
    /*================== landing pages css start ==================*/
    .primary-content .landing-page .content-block, .primary-content .landing-page.ssl .content-block {
        margin: 20px 0;
        padding: 40px 0;
    }
    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .features h3, .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .hero-bg h1, .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3, .primary-content .landing-page.mail-services .content-block.get-started .price, .primary-content .landing-page.marketgoo .content-block.faqs h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .primary-content .landing-page.ssl .validation-levels {
        padding: 50px 0px;
    }
    .primary-content .landing-page.ssl .validation-levels .item {
        padding: 15px;
    }
    .primary-content .landing-page.ssl .validation-levels .item p {
        font-size: 14px;
    }
    .primary-content .landing-page.ssl .validation-levels .item h4, .primary-content .landing-page.ssl .content-block.standout .item h4, .primary-content .landing-page.ssl .content-block.ssl-benefits h4, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body h4 {
        font-size: 17px;
        line-height: 25px;
    }
    .primary-content .landing-page.ssl .validation-levels .item span {
        font-size: 16px;
        line-height: 24px;
    }
    .primary-content .landing-page.ssl .validation-levels .item .btn, .primary-content .landing-page.ssl .content-block.standout .btn, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn, .primary-content .landing-page.sitelock .content-block.emergency .btn, .primary-content .landing-page.mail-services .product-options .item .btn, .primary-content .landing-page.mail-services .content-block.get-started .btn {
        padding: 8px;
        margin-top: 10px;
    }
    .primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li>a {
        /* font-size: 12px; */
        padding: 10px 10px;
    }
    .primary-content .landing-page.ssl .content-block.ssl-benefits i {
        font-size: 25px;
    }
    .primary-content .landing-page.ssl .content-block.ssl-benefits .col-lg-2 {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.ssl .content-block.standout p, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
        font-size: 16px;
        line-height: 26px;
    }
    .primary-content .landing-page.ssl .standout-1 {
        padding: 10px 0 0;
        margin: 30px 0 180px 0;
    }
    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
        margin: 0;
        padding: 0;
        font-size: 22px;
    }
    .primary-content .landing-page.ssl .standout-1 .browser .browser-image img {
        border-radius: 23px 23px 0 0;
        width: 800px;
    }
    .primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper {
        max-width: 550px;
        font-size: 15px;
        line-height: 25px;
        padding: 30px;
    }
    .primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper img {
        width: 60px;
    }
    .primary-content .landing-page.ssl .content-block.standout .item img {
        width: 100px;
    }
    .landing-page.ssl .detailed-info {
        padding: 60px 0 50px;
    }
    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
        font-size: 14px;
        line-height: 23px;
    }
    .primary-content .landing-page.ssl .detailed-info {
        padding: 60px 0 45px;
    }
    .primary-content .landing-page.ssl ul.ssl-certs-all .price strong {
        font-size: 17px;
    }
    .primary-content .landing-page.ssl .content-block.standout.standout-2 .logos img {
        max-height: 35px;
    }
    .primary-content .landing-page~p {
        font-size: 16px;
        line-height: 30px;
    }
    .primary-content .landing-page.sitelockvpn .hero-bg {
        background-size: 500px;
        padding: 60px 0;
    }
    /*============= landing pages css end =============*/
}

@media (min-width: 768px) and (max-width: 1199px) {
    .account-manage-20i form label {
        font-size: 16px;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li a {
        font-size: 12px;
    }
    .fast-hosting-theme-section {
        padding: 72px 0px 170px;
    }
    .domain-pricing .featured-tlds-container .col-lg-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li a {
        margin-right: 5px;
        padding: 10px !important;
    }
    .store-order-container #frmAddToCart .nav-tabs .nav-item {
        max-width: 33.3%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .not-login-20i-header div#mainNavbar {
        width: 930px;
    }
    .email-verification .container {
        max-width: 930px;
    }
}

@media(min-width: 992px) {
    .alert.alert-warning .container {
        max-width: 935px;
    }
    .home-domain-search .input-group-wrapper a.btn.btn-link {
        position: absolute;
        right: 0;
    }
    .home-domain-search .input-group-wrapper {
        position: relative;
    }
    body #order-standard_cart .secondary-cart-body {
        padding-right: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 33%;
    }
    .primary-content .product-section-20i .card {
        max-width: 31.3%;
        flex: 0 0 31.3%;
        -ms-flex: 0 0 31.3%;
    }
    .fast-hosting-theme-title {
        font-size: 45px;
        line-height: 50px;
    }
    .not-login-20i-header div#mainNavbar {
        width: 685px;
    }
    .help-elements .action-icon-btns {
        margin-bottom: 0 !important;
    }
    #order-standard_cart .domain-promo-box {
        min-height: 266px;
    }
    .alert.alert-warning .container, .email-verification .container {
        max-width: 690px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .primary-content .product-section-20i .card {
        max-width: 47.3%;
        flex: 0 0 47.3%;
        -ms-flex: 0 0 47.3%;
    }
    .not-login-20i-header div#mainNavbar {
        width: 506px;
    }
    .alert.alert-warning.network-issue-alert .container, .email-verification .container {
        max-width: 510px;
    }
}

@media(min-width: 576px) and (max-width: 1199px) {
    .primary-content .landing-page button.navbar-toggler {
        margin-left: 15px;
    }
}

@media(max-width: 991px) {
    .primary-content .landing-page.sitelockvpn .hero-bg h1 br {
        display: none;
    }
    .home-page-slider-panel {
        margin: 0px 0px 20px;
    }
    .contact-page-20i .h3 {
        font-size: 30px;
        line-height: 35px;
    }
    body .email-verification .order-3 {
        order: 0;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .email-verification .btn.close {
        right: 13px;
        left: auto;
    }
    .primary-content .landing-page.codeguard .content-block.pricing form.float-right:first-child {
        width: 100%;
        margin: 0;
    }
    body .landing-page.ox .header .header-content {
        padding: 10px 10px 30px;
    }
    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        border: 0;
    }
    .account-section-main-20i .action-icon-btns a {
        margin-bottom: 18px;
    }
    .help-elements .action-icon-btns {
        padding: 20px;
    }
    .action-icon-btns .col-6 {
        margin: 0;
    }
    .help-elements .action-icon-btns {
        position: relative;
    }
    .product-section-20i .card-columns.home {
        justify-content: left;
    }
    .footer ul.nav.justify-content-center.justify-content-lg-start {
        float: none;
        margin: 0;
    }
    footer.footer .copyright {
        max-width: 100%;
        padding-top: 30px;
        text-align: center;
    }
    #tabOverview .col-lg-6 {
        margin-bottom: 15px;
    }
    #tabOverview .row.mb-3 {
        margin-bottom: 0px !important;
    }
    body #order-standard_cart .secondary-cart-sidebar {
        width: 100%;
    }
    body #order-standard_cart .secondary-cart-body {
        margin-bottom: 20px;
    }
    .primary-content .landing-page .navbar .navbar-nav li, .primary-content .landing-page.codeguard .navbar .navbar-nav li, .primary-content .landing-page.weebly .navbar .navbar-nav li, .primary-content .landing-page.mail-services .navbar .navbar-nav li {
        width: 100%;
        border-right: 0;
    }
    .landing-page.ssl div#nav-ssl li:last-child {
        margin-bottom: 25px;
    }
    .primary-content .landing-page .navbar {
        padding: 12px 15px !important;
    }
    .primary-content .landing-page .navbar .navbar-nav>li>a {
        text-align: left;
    }
    .primary-content .landing-page.sitelockvpn .feature.world {
        padding: 50px 0 0;
    }
    .primary-content .landing-page.sitelockvpn .hero-bg {
        padding: 50px 0;
    }
    .sidebar, .landing-page.sitelock .plans .plan-comparison .col-md-6.col-lg-4 {
        margin-bottom: 20px;
    }
    .sidebar.sidebar-secondary {
        margin-bottom: 0;
        padding: 0px 0px 25px;
    }
    .client-home-cards, .tiles {
        margin: 0px -10px;
    }
    /*============== landing apges css start ==============*/
    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .hero-bg h1, .primary-content .landing-page.sitelockvpn .hero-bg h1, .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3, .primary-content .landing-page.mail-services .content-block.get-started .price, .landing-page.ssl .content-block.features h3, .landing-page.ssl .standout .col-sm-8.col-md-9.order-1 h3, .primary-content .landing-page.marketgoo .content-block.faqs h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .primary-content .landing-page .hero {
        padding: 50px 0;
    }
    .primary-content .landing-page .hero h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .primary-content .landing-page .hero h3, .primary-content .landing-page.sitelockvpn .hero-bg h2 {
        font-size: 17px;
        line-height: 29px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        padding: 6px;
        font-size: 13px;
    }
    .primary-content .landing-page.codeguard .content-block.overview-features li span {
        font-size: 14px;
        line-height: 26px;
        padding: 0;
    }
    /*=============== end ==================*/
}

@media(min-width: 768px) {
    form#frmAddToCart .store-domain-tabs .nav-link {
        padding-bottom: 10px !important;
    }
}

@media(max-width:767px) {
	.topbar a.btn.btn-return-to-admin {
    display: none;
}
header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-20i-header {
  box-shadow: 0px 14px 13px #afabab61;
}
    .primary-content .landing-page.mail-services .content-block.get-started#pricing .col-md-4.text-right {
        text-align: left !important;
        padding-top: 10px;
    }
    .landing-page.bg-white.sitelock div#faqAccordion {
        padding-top: 20px;
    }
    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {
        height: auto;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(2) .col-sm-2 .btn {
        margin-left: 37px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(3) .col-sm-2 {
        max-width: 100%;
        padding-left: 35px;
    }
    .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link::after {
        display: none;
    }
    #order-standard_cart .domain-pricing .two-row-center {
        padding-left: 12px !important;
    }
    .contact-page-20i .h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .account-manage-20i form .btn-default {
        margin-left: 0;
    }
    .primary-content .landing-page.marketgoo .content-block.faqs img {
        margin-bottom: 20px;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li a {
        font-size: 14px;
        font-weight: 600;
    }
    .payment-methods-20i table#payMethodList {
        margin-top: 25px;
    }
    .payment-methods-20i table#payMethodList td {
        white-space: nowrap;
    }
    .alert.alert-warning .alert-link {
        padding: 4px 10px;
    }
    form#frmConfigureProduct .alert.alert-warning a.alert-link {
        float: none;
        display: block;
        max-width: 70px;
        margin: 5px auto 0px 0;
    }
    .primary-content .landing-page.marketgoo .content-block.testimonials {
        padding: 30px 0;
        min-height: auto;
    }
    .primary-content .landing-page.marketgoo .content-block.feature-blocks .block {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .primary-content .landing-page.marketgoo .content-block.feature-blocks .block img {
        max-width: 100px;
        margin-bottom: 15px;
    }
    .landing-page.marketgoo .feature-blocks .block p {
        font-size: 15px;
        font-weight: 300;
        padding: 0;
        margin: 10px 0;
    }
    .primary-content .landing-page.marketgoo .content-block.feature-blocks {
        padding: 30px 0 0;
    }
    .primary-content .landing-page.marketgoo .content-block.feature-blocks .feature-wrapper {
        padding: 0 0 30px;
        background-color: transparent;
    }
    .primary-content .landing-page.ssl .content-block.what-is-ssl.standout {
        padding-bottom: 0;
    }
    body .landing-page.ox h3, body .landing-page .faq h3 {
        margin: 0 0 0px 0;
    }
    .store-order-container #frmAddToCart .store-domain-tabs {
        width: 100%;
        margin-bottom: 10px;
        border-color: transparent;
        border-radius: 2px;
    }
    form#frmAddToCart .store-domain-tabs .nav-link {
        border-radius: 0 !important;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li {
        border-color: transparent !important;
    }
    .home-page-slider-panel .promo-banner .icon-left {
        padding: 50px 15px;
        margin-bottom: 25px;
    }
    .home-page-slider-panel .promo-banner .card-body h3 {
        font-size: 18px;
    }
    .home-page-slider-panel .promo-banner img {
        max-width: 150px;
    }
    .modal .modal-dialog {
        max-width: 90%;
        margin: 10px auto;
    }
    #frmCheckout .cc-input-container .col-sm-3, #frmCheckout .cc-input-container .col-sm-6, #frmCheckout .cc-input-container .col-md-6, #frmCheckout .cc-input-container .col-md-3, #frmCheckout .cc-input-container .col-md-3 {
        padding: 5px 10px;
    }
    .domain-checker-container button#btnCheckAvailability {
        height: auto;
    }
    .knowledgebase-20i .input-group.input-group-lg.kb-search, .download-20i .input-group.input-group-lg.kb-search, .download-cat-20i .input-group.input-group-lg.kb-search {
        display: block;
    }
    .fast-hosting-theme-title {
        font-size: 36px;
        line-height: 40px;
    }
    .Myhomepage, .account-section-20i h2, .home-domain-search h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .home-domain-search .p-5.clearfix {
        padding: 1rem !important;
    }
    .home-domain-search {
        padding-bottom: 40px;
    }
    .help-elements .action-icon-btns {
        margin-bottom: 0 !important;
    }
    .fast-hosting-theme-content {
        margin-bottom: 35px;
    }
    header.header a.login-btn-20i, header.header a.register-btn-20i {
        padding: 4px 18px;
    }
    .home-domain-search .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 40px 25px 20px;
    }
    body .product-details .col-md-6.text-center h4:first-child {
        margin-top: 20px;
    }
    .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
        background-color: transparent !important;
        display: inline;
        margin: 5px 8px 3px 8px;
    }
    #tabOverview .responsive-tabs-sm .nav-item {
        border: 0 !important;
        margin-bottom: 10px;
    }
    .responsive-tabs-sm-connector .bottom-border, .responsive-tabs-sm-connector .channel {
        border: 0;
    }
    body .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
        padding: 10px 10px 6px 10px;
    }
    body div#domain .col-sm-5.text-right {
        max-width: 40%;
    }
    body div#domain .col-sm-7 {
        max-width: 50%;
    }
    .primary-content div#tabOverview .card-body {
        padding: 20px 10px;
    }
    body .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .responsive-tabs-sm .nav-item, .domain-checker-container button#btnCheckAvailability, .knowledgebase-20i .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a {
        margin: 0;
    }
    #tabOverview div.product-details-tab-container {
        padding: 20px 15px;
    }
    .sidebar .list-group, body #order-standard_cart .domain-renewals .domain-renewal form.form-horizontal, .knowledgebase-20i .input-group.input-group-lg.kb-search input, .knowledgebase-20i .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-20i .input-group.input-group-lg.kb-search input, .download-cat-20i .input-group.input-group-lg.kb-search input, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs {
        width: 100%;
    }
    #order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4, .domain-pricing .tld-row.filtered-row .col-xs-4.col-, .primary-content .landing-page.mail-services .product-options {
        padding: 0;
    }
    body #order-standard_cart .domain-renewals .domain-renewal form.form-horizontal {
        float: none;
    }
    body #order-standard_cart .domain-renewals .form-control, html body #order-standard_cart .domain-renewals .font-size-24~p {
        margin-bottom: 15px;
    }
    #order-standard_cart .secondary-cart-body .domain-renewals form.form-horizontal .col-md-5 {
        margin: 0 0px 5px 0;
    }
    .knowledgebase-20i .input-group.input-group-lg.kb-search input, .download-20i .input-group.input-group-lg.kb-search input, .download-cat-20i .input-group.input-group-lg.kb-search input {
        margin-bottom: 5px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1, #frmCheckout .cc-input-container .col-sm-3, #frmCheckout .cc-input-container .col-sm-6, .store-promoted-product .col-sm-3, .store-promoted-product .col-sm-9 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .card-body.store-promoted-product h3 {
        margin-top: 20px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 {
        padding: 0 25px 0px 20px;
    }
    form#frmProductDomain .domain-selection-options button.btn.btn-primary, form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
        margin: 0px 13px;
    }
    #order-standard_cart #frmCheckout .cc-input-container label.radio-inline {
        padding-left: 30px;
    }
    .card-body.p-5.store-promoted-product {
        padding: 20px !important;
    }
    .landing-page.ox div#oxPricing {
        margin: 50px 0 0;
    }
    body .landing-page.codeguard .faqs h3 {
        margin-bottom: 5px;
    }
    form#frmAddToCart .store-domain-tabs .nav-link {
        padding: 15px !important;
    }
    .primary-content .landing-page .content-block img.float-md-right {
        margin-top: 20px;
    }
    .landing-page.ssl .certificate-options.ov .row-pricing-table .header {
        margin-top: 0;
    }
    .landing-page.ssl .certificate-options.ov .row-pricing-table .col-md-3, .landing-page.ssl .content-block.features .feature {
        margin-bottom: 25px;
    }
    .primary-content .landing-page.sitelockvpn .feature.world .row.text-center.text-md-left {
        text-align: left !important;
    }
    .primary-content .landing-page.sitelockvpn .feature.devices .logos {
        text-align: left;
    }
    .primary-content .landing-page.sitelockvpn .feature.devices .logos img {
        margin: 0px 15px;
    }
    .primary-content .landing-page.sitelock .content-block h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .primary-content .landing-page.sitelockvpn .feature.all-plans span {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
        padding-left: 25px;
    }
    .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 33%;
        margin-bottom: 25px;
    }
    .primary-content .landing-page.codeguard .content-block.pricing {
        padding: 30px 0;
    }
    .primary-content .landing-page.codeguard .content-block.features .feature {
        padding: 10px;
    }
    .primary-content .landing-page.codeguard .content-block.features .feature h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.codeguard .content-block.features .feature p, .primary-content .landing-page.sitelockvpn .hero-bg h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .primary-content .landing-page.codeguard .content-block.features .feature .icon img {
        width: 50px;
    }
    .primary-content .landing-page.weebly .hero img {
        width: 200px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .btn-group {
        flex-wrap: wrap;
    }
    .cs-ticket .col-md-4 {
        padding: 0;
    }
    .primary-content .landing-page.weebly .content-block.faq .col-md-4, .primary-content .landing-page.ox .faqs .col-lg-6, .primary-content .landing-page.codeguard .content-block.faqs .col-lg-4, .primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
        padding-right: 15px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.site-features, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.ecommerce-features {
        height: auto;
    }
    .primary-content .landing-page.ox .stand-out {
        padding: 50px 0 20px;
    }
    .primary-content .landing-page.mail-services .product-options .item {
        padding: 10px 10px 20px;
    }
    .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li, .primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box {
        margin: 0 0 20px;
    }
    .primary-content .landing-page.mail-services .content-block.get-started {
        padding: 30px 0;
    }
    .primary-content .landing-page.mail-services .content-block.tabs .tab-content {
        padding: 10px;
    }
    .primary-content .landing-page .content-block, .primary-content .landing-page.ssl .content-block {
        padding: 0 0 20px;
    }
    .primary-content .landing-page.sitelockvpn .feature {
        padding: 20px 0 0;
    }
    .primary-content .landing-page.sitelockvpn .feature.devices {
        padding: 20px 0;
    }
    .primary-content .landing-page.sitelockvpn .feature.countries {
        padding: 0 0 40px;
    }
    .primary-content .landing-page.sitelockvpn .feature.world br {
        display: none;
    }
}

@media (max-width: 575px) {
    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {
        padding: 20px;
    }
    .landing-page.bg-white.weebly div#overview br {
        display: none;
    }
    .landing-page.bg-white.weebly div#overview .col-sm-5 img {
        margin-bottom: 15px;
    }
    div#registration form#frmCheckout .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 div#default-captcha-domainchecker {
        padding: 0px;
    }
    form#frmProductDomain .domain-selection-options button.btn.btn-primary {
        margin: 0px 15px;
    }
    .primary-content .landing-page.mail-services .content-block h3, .primary-content .landing-page.marketgoo .content-block.faqs h4 {
        font-size: 17px;
        line-height: 25px;
    }
    body .email-verification .order-md-last {
        order: 2;
    }
    body .email-verification {
        padding: 0px 15px 20px;
    }
    .primary-content .landing-page.marketgoo .video-banner {
        padding: 40px 0;
        min-height: auto;
    }
    .container-fluid.invoice-container .invoice-col.right, .primary-content #order-standard_cart .view-cart-items .item-price {
        text-align: left;
    }
    .invoice-container .row.invoice-header .small-text {
        padding-left: 0;
    }
    form#frmConfigureDomains .sub-heading~.row {
        margin: 0px 0 -9px;
    }
    #order-standard_cart #frmConfigureProduct .addon-promo-container label.radio-inline span {
        padding-left: 7px;
        width: 100%;
    }
    #frmCheckout div#containerNewUserSignup {
        padding: 0px 28px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options #domainincart select, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        width: 100%;
    }
    #frmCheckout .cc-input-container div#newCardInfo, #frmCheckout .cc-input-container div#newCardSaveSettings, #frmCheckout .cc-input-container .stripe-cards-inputs {
        padding: 0px 10px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options select {
        width: auto;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 {
        padding: 0px 25px;
        text-align: center;
    }
    form .md-editor .btn-group .btn {
        margin-bottom: 5px;
    }
    #order-standard_cart .domain-promo-box .clearfix p, body #order-standard_cart .domain-promo-box .font-size-24~p {
        margin-bottom: 15px;
    }
    .primary-content .product-section-20i .card, .action-icon-btns .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .home-domain-search {
        padding-top: 0;
    }
    .home-domain-search .input-group-wrapper .input-group {
        padding: 0px 10px;
    }
    .get-strated-btn {
        min-width: auto;
        padding: 9px 10px;
        font-size: 14px;
    }
    .home-domain-search .row.d-sm-none {
        width: 100%;
        margin: 0;
    }
    .home-domain-search .row.d-sm-none .col-6:first-child {
        padding-left: 2px;
    }
    .home-domain-search .row.d-sm-none .col-6:last-child {
        padding-right: 2px;
    }
    .primary-content div#registration .card-body, div#registration .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 30px 20px 0px !important;
    }
    div#registration p[align="center"] {
        padding: 0px 20px;
    }
    #order-standard_cart .domain-checker-container .input-group-box input#inputDomain, .domain-checker-container button#btnCheckAvailability, .knowledgebase-20i .input-group.input-group-lg.kb-search input, .knowledgebase-20i .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-20i .input-group.input-group-lg.kb-search input, .download-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-20i .input-group.input-group-lg.kb-search input, .download-cat-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch {
        height: 50px;
    }
    .primary-content .landing-page .content-block .text-center.d-block.d-sm-none {
        display: none !important;
    }
    .primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .price {
        padding: 10px;
        font-size: 22px;
    }
    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
        padding: 15px;
    }
    .primary-content .landing-page.sitelock .content-block.features .feature-wrapper i, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper i {
        display: none;
    }
    .primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        margin: 0;
    }
    .primary-content .landing-page.ox .pricing table .pricing-label {
        font-size: 14px;
        line-height: 24px;
    }
    .primary-content .landing-page.ox .pricing table th {
        padding: 12px 5px;
        font-size: 15px;
    }
    .primary-content .landing-page.ox .features .feature-block p {
        margin-left: 0;
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.ox .features .feature-block img {
        display: none;
    }
    .primary-content .landing-page.ox .stand-out .wrapper {
        padding: 12px;
        height: auto;
        margin-bottom: 20px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan p {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan {
        padding: 30px 20px 30px;
    }
    .primary-content .landing-page .hero h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .primary-content .landing-page .hero h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.ssl .content-block.what-is-ssl.standout .text-center.d-block.d-sm-none img {
        display: none!important;
    }
    .primary-content .landing-page.ssl .content-block.standout.standout-2 {
        font-size: 20px;
        line-height: 30px;
    }
    .primary-content .landing-page.ssl .browser-notice .wrapper-container {
        padding: 0 30px;
    }
    .primary-content .landing-page.weebly .content-block.image-standout p.lead {
        font-size: 16px;
        line-height: 28px;
    }
    .tiles .tile .stat {
        font-size: 38px;
        line-height: 55px;
    }
    .card.card-accent-emerald .card-header .card-title {
        font-size: 16px;
        line-height: 22px;
    }
    .card.card-accent-emerald input.btn.btn-success, .card.card-accent-emerald input.btn.btn-default {
        padding: 4px 18px;
    }
    .card.card-accent-emerald input.form-control {
        padding: 20px 10px;
    }
    .tiles .tile::before {
        width: 40px;
        height: 40px;
    }
    .tiles .tile i {
        left: 16px;
    }
}

@media(min-width: 401px) and (max-width: 575px) {
    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 50%;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 .row.domains-row .col-9 {
        max-width: 60%;
    }
}

@media(max-width: 521px) {
    .home-domain-search .tld-logos li {
        margin: 0px 3px 5px 3px;
        max-width: 48%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    body .landing-page.codeguard .irs-grid-text {
        font-size: 13px;
    }
    .primary-content .ssl .content-block.competitive-upgrade-promo {
        margin-bottom: 40px !important;
    }
}

@media(max-width: 480px) {
    #modalChooseLanguage .modal-body {
        padding: 25px 15px;
    }
    #modalChooseLanguage .item-selector .col-4 {
       padding: 0 10px;
    }
    #modalChooseLanguage .item-selector .item {
        font-size: 12px;
    }
    #modalChooseLanguage button.close span {
        margin: 20px 15px;
    }
    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
        font-size: 15px;
        line-height: 20px;
        margin-top: -8px;
    }
    .primary-content .contact-page-20i .form-control {
        min-height: 35px;
    }
    #frmCheckout>.account-select-container+#containerExistingUserSignin+div#containerNewUserSignup {
        padding: 0px 25px;
    }
    #order-standard_cart .view-cart-items span.item-domain, #order-standard_cart form .view-cart-items .item-price span, #order-standard_cart form .view-cart-items .item-title {
        font-size: 13px;
    }
    .contact-page-20i .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 20px 20px 0px;
    }
    .submit-ticket-two-20i .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 0px 20px 40px;
    }
    .tooltip {
        display: none;
    }
    .view-ticket .posted-by {
        font-size: 15px;
    }
    #frmCheckout div#totalDueToday {
        padding: 15px 25px;
    }
    #order-standard_cart .sidebar-collapsed .form-inline, #order-standard_cart .sidebar-collapsed .form-inline form {
        width: 100%;
        margin: 2px 0;
    }
    body .primary-content .landing-page.codeguard .content-block.pricing .pricing-container .price {
        font-size: 26px;
    }
    body .landing-page.codeguard .irs-with-grid {
        margin: 40px 0px;
    }
    body .landing-page.codeguard .irs-grid-text {
        font-size: 9px;
    }
    #frmAddToCart .btn-default, #frmAddToCart .btn-primary, #domainForm .btn-group.btn-group-sm .setBulkAction, #domainForm .btn-group.btn-group-sm .btn-group, #domainForm .btn-group.btn-group-sm .dropdown-menu, .contact-page-20i form .form-group.row {
        width: 100%;
    }
    #domainForm .btn-group.btn-group-sm.mb-3 {
        display: flex;
        flex-wrap: wrap;
    }
    #domainForm .btn-group.btn-group-sm .dropdown-menu {
        margin-left: 0;
    }
    form#frmDomainTransfer button#btnTransferDomain, div#ticketReplyContainer .form-group input.btn.btn-primary, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i p .btn.btn-primary, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod .submit-container button#btnSubmit, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default {
        padding: 11px 15px;
    }
    #order-standard_cart .secondary-cart-body .view-cart-tabs .tab-content form, #frmCheckout div#totalDueToday strong {
        display: block;
    }
    .view-cart-tabs button.btn.btn-block.btn-default {
        max-width: 100%;
        margin: 0;
    }
    form#frmDomainTransfer .card-body {
        padding: 22px 25px 0px;
    }
    .card.mass-payment-domain .card-body {
        padding: 15px 25px 0px;
    }
    form#frmDomainTransfer .card-header, form#frmDomainTransfer .card-footer {
        padding: 0px 25px;
    }
    .card.mass-payment-domain .card-header {
        padding: 0px 25px 15px;
    }
    .card.mass-payment-domain {
        padding: 20px 0px 20px;
    }
    .domain-checker-container .domain-checker-bg {
        padding: 20px;
    }
    form.login-form .float-left {
        float: none !important;
    }
    .login-form button#login {
        min-width: 100%;
    }
    .login-form .card-body {
        padding: 1.5em !important;
    }
    .login-form .card-body .mb-4:first-child {
        margin-bottom: 15px !important;
    }
    .table-container div#tableServicesList_paginate ul.pagination li a, .table-container .dataTables_wrapper ul.pagination li a {
        padding: 4px 7px;
    }
    .table-container .dataTables_wrapper div.dataTables_length label, .table-container .dataTables_wrapper div.dataTables_length select {
        font-size: 13px;
    }
    .knowledgebase-20i .kb-category span.badge.badge-info, .download-20i .kb-category span.badge.badge-info, .download-cat-20i .kb-category span.badge.badge-info {
        width: 100%;
        margin: 5px 0px;
    }
    .knowledgebase-20i .kb-category p, .download-20i .kb-category p, .download-cat-20i .kb-category p {
        padding: 0;
    }
    .knowledgebase-20i .kb-article-item, .knowledgebase-article-20i .kb-article-item, .knowledgebase-base-cat-20i .kb-article-item, .download-20i .card .kb-article-item, .download-cat-20i .card .kb-article-item {
        margin: 0px 15px;
        padding: 20px 15px;
    }
}

@media(max-width: 400px) {
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right .form-control-static {
        margin-bottom: 16px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child .col-sm-8.col-sm-offset-1.offset-sm-1 {
        padding: 0px 0px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child button.btn.btn-primary {
        margin: 0;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(2) .col-sm-8.col-sm-offset-1.offset-sm-1 {
        padding-left: 20px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(2) .col-sm-2 .btn {
        margin-left: 12px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child .col-sm-2 {
        padding: 0px 6px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(3) .col-sm-9 {
        padding-left: 12px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(3) .col-sm-2 {
        max-width: 100%;
        padding-left: 14px;
    }
    .account-manage-20i .btn {
        max-width: 125px;
        padding: 10px 7px;
        font-size: 13px;
    }
    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
        padding-top: 20px;
    }
    header.header .top-nav-20i button.btn.nav-link {
        padding-left: 1px;
        padding-right: 7px;
    }
    header.header .top-nav-20i .nav-link {
        padding-left: 0.5rem;
    }
    .top-nav-20i li.nav-item:nth-of-type(1) a {
        padding-right: 0rem;
        padding-left: 0;
    }
    header.header .navbar-nav li#Secondary_Navbar-Account a {
        font-size: 14px;
    }
    header .not-login-20i-header .top-nav-20i button.btn.nav-link {
        padding-left: 0.5rem;
    }
    #order-standard_cart .domain-renewals .domain-renewal .pull-right.float-right {
        float: none !important;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 .row.domains-row .col-9, #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 .row.domains-row .col-3, form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-3.col-3 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 .row.domains-row .col-3 select {
        width: 100%;
        margin: 3px 0px;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right {
        max-width: 30%;
        flex: 0 0 30%;
        -ms-flex: 0 0 30%;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 {
        max-width: 70%;
        flex: 0 0 70%;
        -ms-flex: 0 0 70%;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-3.col-3 input {
        width: 96%;
        margin: -12px 9px 0px 9px;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
        margin: 3px 14px;
    }
    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 100%;
    }
}

@media(max-width: 361px) {
    .home-domain-search .tld-logos li {
        max-width: 47%;
    }
    form#frmManagePaymentMethod .submit-container button#btnSubmit {
        margin-right: 0px;
    }
}
body {
    font-family: Overpass, PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,Arial, sans-serif!important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.display-4 {
    font-weight: 400!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400!important;
}


@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: #d7d7d7 !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none;
  }
}

.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: #d7d7d7 !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}

.btn-return-to-admin .floating:hover {
  background-color: #cdcdcd !important;
  color: #444 !important;
  text-decoration: none;
}


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

.modal .modal-header {
  background-color: #eee;
}

.modal-localisation .modal-content {
  background-color: #3e3e3e;
}

.modal-localisation .modal-body {
  background: url("../img/worldmap.png");
  background-size: cover;
}

.modal-localisation .modal-footer {
  border: 0;
}

.modal-localisation .h5 {
  color: #fff;
}

.modal-localisation .item-selector .item {
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #eee;
}

.modal-localisation .item-selector .item:hover {
  background-color: #eee;
  color: #444;
}

.modal-localisation .item-selector .item.active {
  background-color: #ddd;
  border-color: #bbb;
  color: #444;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

/**
 * WHMCS Telephone Country Code Dropdown
 *
 * Using https://github.com/jackocnr/intl-tel-input
 *
 * @copyright Copyright (c) WHMCS Limited 2005-2017
 * @license http://www.whmcs.com/license/ WHMCS Eula
 */

.intl-tel-input {
    width: 100%;
}

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v4.0.0-alpha.1
  * @homepage http://www.bootstrap-switch.org
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 0.25rem;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  user-select: none;
  vertical-align: middle;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 0.25rem;
    transform: translate3d(0, 0, 0); }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off,
  .bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    line-height: 1.25;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0; }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
      color: #fff;
      background-color: #0275d8;
      border-color: #0275d8; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover {
        color: #fff;
        background-color: #025aa5;
        border-color: #01549b; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.focus {
        box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:disabled {
        background-color: #0275d8;
        border-color: #0275d8; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.dropdown-toggle {
        color: #fff;
        background-color: #025aa5;
        background-image: none;
        border-color: #01549b; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
      color: #292b2c;
      background-color: #fff;
      border-color: #ccc; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:hover {
        color: #292b2c;
        background-color: #e6e6e6;
        border-color: #adadad; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.focus {
        box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:disabled {
        background-color: #fff;
        border-color: #ccc; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.dropdown-toggle {
        color: #292b2c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
      color: #fff;
      background-color: #5bc0de;
      border-color: #5bc0de; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.focus {
        box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:disabled {
        background-color: #5bc0de;
        border-color: #5bc0de; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #2aabd2; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
      color: #fff;
      background-color: #5cb85c;
      border-color: #5cb85c; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.focus {
        box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:disabled {
        background-color: #5cb85c;
        border-color: #5cb85c; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #419641; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #f0ad4e; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.focus {
        box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:disabled {
        background-color: #f0ad4e;
        border-color: #f0ad4e; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #eb9316; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
      color: #fff;
      background-color: #d9534f;
      border-color: #d9534f; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.focus {
        box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:disabled {
        background-color: #d9534f;
        border-color: #d9534f; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #c12e2a; }
  .bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch input[type='radio'],
  .bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }
  .bootstrap-switch.bootstrap-switch-mini {
    min-width: 71px; }
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      border-radius: 0.2rem; }
  .bootstrap-switch.bootstrap-switch-small {
    min-width: 79px; }
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      border-radius: 0.2rem; }
  .bootstrap-switch.bootstrap-switch-large {
    min-width: 120px; }
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
      padding: 0.75rem 1.5rem;
      font-size: 1.25rem;
      border-radius: 0.3rem; }
  .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important; }
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
      opacity: .5;
      cursor: default !important; }
  .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left 0.5s; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-focused {
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); }
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
@charset "UTF-8";
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "Ã©Ë†Â«Ã¯Â¿Â½";
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "Ã©Ë†Â«Ã¯Â¿Â½";
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > th:first-child:before {
  top: 5px;
}

.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

body {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFangSC-Regular,"Microsoft Yahei-Regular","Microsoft Yahei", Microsoft Sans Serif, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.navbar-brand img {
    height: 24px;
}

.navbar-nav.header-nav li {
    padding: 0px 10px 0px 10px;
}

ul.list-unstyled.footer-ul li {
    line-height: 25px;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
	
}
table.table-list thead th,
table.table-list tbody td {
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* dataTables */
.dataTables_wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdee3;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding: 0;
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #7c8088;
    background-color: #f2f3f5;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-top: 1px solid #e6e8ec;
    border-radius: 0 0 4px 4px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
    border: 0 none;
    border-radius: 0;
    margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    font-size: 13px;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #f6f7f8 !important;
}
table.table-list thead th,
table.table-list tbody td {
    padding: 12px 15px;
}
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
    color: #7c8088;
    min-width: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
    color: #007bff;
    border: 1px solid #007bff;
}
.table-container .table td {
    vertical-align: middle;
}

.label.status {
    color: #999;
    padding: 0;
    background-color: transparent;
}
.label.status:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}
.show-panel {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e4e6;
}
.show-panel h2 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin: 0 0 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show-panel .article-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 120px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.show-panel .article-list li {
	display: flex;
	justify-content: space-between;
}
.show-panel .article-list .link {
    max-width: 285px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.show-panel .article-list span {
	color: #999;
}
.show-panel .article-list .link:hover {
    color: #2d77ee;
}
.account-list-item {
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.account-list-item > a {
	text-decoration: none;
}
.account-list-item .account-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.account-list-item .item-type {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item {
    flex: 1 1 48%;
    height: 48px;
    background: #f6f7f8;
    border-radius: 4px;
}
.warning-list-item:first-child {
    margin-bottom: 12px;
}
.warning-list-item .link {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    text-decoration: none;
}
.warning-list-item .item-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item .item-count {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    padding-top: 5px;
}
.alarm-list-item {
    flex: 1 1 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
}
.alarm-list-item > a {
	text-decoration: none;
}
.alarm-list-item .alarm-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    text-align: center;
}
.alarm-list-item .item-type {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.remain-items .wrap {
    padding: 0;
    margin: 0;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.remain-items .wrap .item:first-child {
    margin-top: 0;
}
.remain-items .wrap .item {
	cursor: pointer;
    margin-top: 12px;
    height: 44px;
    border: 2px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 4px;
    justify-content: space-between;
    padding: 0 18px;
}
.remain-items .wrap .item:hover {
    background: #f3f7fe;
    border: 2px solid #6c9ff3;
}
.remain-items .wrap .item .item-left,
.remain-items .wrap .item {
    display: flex;
    align-items: center;
}
.remain-items .wrap .item .count {
    margin-top: 8px;
    font-family: DINCondensed-Bold;
    color: #333;
    font-size: 20px;
}
.my-resource .source-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.my-resource .source-empty .empty-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('../img/empty.png') 100% 100%/cover;
}
.my-resource .source-empty .empty-prompt {
    font-size: 14px;
    margin-top: 15px;
}
.my-resource .source-empty .create-prompt {
    font-size: 14px;
    margin-top: 8px;
}
.introduce {
    line-height: 17px;
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
}
.envo {
    margin-top: 15px;
}
.envo-item {
    height: 90px;
    background: #fff;
    border: 1px solid rgba(45, 119, 238, .1);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    padding: 20px;
    align-items: center;
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.envo-item .content {
    padding-left: 80px;
}
.envo-item .content h2 {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    white-space: nowrap;
    opacity: .85;
    color: #2d77ee;
    line-height: 24px;
    margin: 0;
}
.envo-item .description {
    white-space: nowrap;
    margin-top: 7px;
    opacity: .5;
    font-size: 12px;
    color: #2d77ee;
}

.bg-footer {
    background: url(../img/probg.jpg);
}




.index-item-header {
	text-align: center
}

.index-item-header p.item-header-title {
	color: #05101F;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 0;
	margin: 0
}

.index-item-header p.item-header-subtitle {
	color: #666;
	font-size: 16px;
	margin-top: 10px
}

@media (max-width: 414px) {
	.index-item-header p.item-header-title {
		font-size: 18px;
		letter-spacing: 1px
	}

	.index-item-header p {
		font-size: 12px;
		letter-spacing: 0;
		padding: 0
	}
}


.index-step .step-flow {
	margin-top: 74px
}

.index-step .item-pic-01 {
	display: block;
	margin: 0 auto;
	height: 108px;
	margin-bottom: 18px;
	background-size: 108px 108px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}

.index-step .item-pic-01 .step-arrow {
	width: 20px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: -10px
}

.index-step .step-01 {
	background-image: url(../img/step-01_2x.png)
}

.index-step .step-02 {
	background-image: url(../img/step-02_2x.png)
}

.index-step .step-03 {
	background-image: url(../img/step-03_2x.png)
}

.index-step .step-04 {
	background-image: url(../img/step-04_2x.png)
}

.index-step .item-pic-02 {
	width: 60px;
	height: 60px
}

.index-step .steop-flow-text {
	text-align: center;
	font-weight: 400;
	margin-top: 20px
}

.index-step .steop-flow-text p.flow-text-h5 {
	color: #05101F;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px
}

.index-step .steop-flow-text p {
	color: #666;
	font-size: 14px;
	line-height: 2
}

@media (max-width: 767px) {

	.index-step {
		padding: 35px 0
	}

	.index-step .step-flow-m {
		margin-top: 35px
	}

	.index-step .step-item-m img {
		float: left;
		width: 71px
	}

	.index-step .step-item-m .right-content {
		margin-left: 90px;
		height: 71px
	}

	.index-step .step-item-m .right-content .step-title-m {
		line-height: 1.8;
		font-size: 18px;
		color: #05101F
	}

	.index-step .step-item-m .right-content .step-content-m {
		font-size: 10px
	}

	.index-step .step-arrow-m {
		height: 35px;
		background: url(../img/step-arrow-m_2x.png) no-repeat;
		background-size: 18px 10px;
		background-position: 26px center
	}
}



.server-solution-container .server-solution {
	margin-top: 80px
}

.server-solution-container .server-solution-card {
	padding: 40px 45px 28px 45px;
	border: 1px solid   #E6E8ED;
	box-shadow: 0 2px 4px rgba(5,29,75,0.06);
	border-radius: 4px;
	text-align: center;
	max-width: 380px;
	height: 410px;
	margin: 0 auto;
	transition: all 0.4s;
	position: relative
}

.server-solution-container .server-solution-card .solution-card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.server-solution-container .server-solution-card .solution-card-img {
	height: 50px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat
}

.server-solution-container .server-solution-card .server-solution-1 {
	background-image: url(../svg/server-solution-1.svg)
}

.server-solution-container .server-solution-card .server-solution-2 {
	background-image: url(../svg/server-solution-2.svg)
}

.server-solution-container .server-solution-card .server-solution-3 {
	background-image: url(../svg/server-solution-3.svg)
}

.server-solution-container .server-solution-card .solution-card-title {
	color: #05101F;
	font-size: 20px;
	margin-top: 30px
}

.server-solution-container .server-solution-card .solution-card-content {
	text-align: justify;
	margin-top: 24px;
	font-size: 14px;
	color: #666;
	margin-bottom: 18px;
	line-height: 2
}

.server-solution-container .server-solution-card .see-more-detail {
	color: #0069FF;
	font-size: 14px;
	opacity: 0;
	transition: all 0.5s
}

.server-solution-container .server-solution-card .see-more-detail:after {
	margin-top: 4px
}

.server-solution-container .server-solution-card:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.1)
}

.server-solution-container .server-solution-card:hover .see-more-detail {
	opacity: 1
}

.server-solution-container .server-solution-card:hover .server-solution-card {
	width: 420px
}


@media (max-width: 1199px) {
	.server-solution-container .server-solution-card {
		padding: 20px
	}

	.server-solution-container .server-solution-card .solution-card-content {
		margin-bottom: 30px
	}

	.server-solution-container .server-solution-card .solution-card-title {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.server-solution-container .server-solution-card {
		min-height: 360px;
		margin-bottom: 30px;
		padding: 30px
	}

	.server-solution-container .server-solution-card .see-more-detail {
		opacity: 1
	}

	.server-solution-container .server-solution-card:hover {
		transform: none;
		border: 1px solid #E6E8ED;
		box-shadow: none
	}
}


@media (max-width: 767px) {
	.server-solution-container {
		margin-top: 35px
	}

	.server-solution-container .server-solution {
		margin-top: 20px
	}

	.server-solution-container .server-solution-card {
		margin-bottom: 15px;
		padding: 20px;
		height: 400px
	}
}




.consult-container {
	background: url(../img/bg-fragment.jpg);
}

.consult-container .industry-solution {
	min-height: 300px;
	height: auto;
	padding: 42px 74px;
	background: #fff;
	margin: 50px auto 0;
	border-radius: 4px;
	border: 1px solid #E6E8ED;
	box-shadow: 0 2px 20px rgba(55,29,75,0.04);
}

.consult-container .industry-tab-left {
	float: left;
	width: 140px;
	border-right: 1px solid #E6E8ED
}

.consult-container .industry-tab-left ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.consult-container .industry-tab-left li {
	font-size: 16px;
	color: #666666;
	height: 46px;
	line-height: 46px;
	margin-bottom: 8px;
	border-right: 4px solid transparent;
	cursor: pointer
}

.consult-container .industry-tab-left li:last-child {
	margin-bottom: 0
}

.consult-container .industry-tab-left li.active {
	border-right-color: #4582EC;
	color: #4582EC;
}

.consult-container .industry-tab-top {
	font-size: 0
}

.consult-container .industry-tab-top li {
	display: inline-block;
	width: 25%;
	color: #666;
	margin-bottom: 20px
}

.consult-container .industry-tab-top .top-tab-item {
	font-size: 12px;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent
}

.consult-container .industry-tab-top li.active .top-tab-item {
	color: #4582EC;
	border-bottom: 2px solid #4582EC;
}

.consult-container .industry-content {
	margin-left: 140px
}

.consult-container .industry-content .industry-detail-content {
	margin-left: 100px;
	display: none
}

.consult-container .industry-content .industry-detail-content.active-industry {
	display: block
}

.consult-container .industry-content .industry-detail-content .industry-detail-title {
	color: #05101F;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px
}

.consult-container .industry-content .industry-detail-content .industry-detail-desc {
	color: #666666;
	font-size: 14px;
	line-height: 2;
	margin-top: 24px;
	min-height: 85px
}

.consult-container .industry-content .industry-detail-content .industry-see-more {
	display: inline-block;
	font-size: 16px;
	color: #4582EC;
	margin-top: 24px;
	border: 1px solid #4582EC;
	border-radius: 2px;
	line-height: 35px;
	text-align: center;
	width: 160px;
	transition: color 0.3s ease-out, background-color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: ease-out, ease-out;
}

.consult-container .industry-content .industry-detail-content .industry-see-more:hover {
	color: #FFF;
	background-color: #4582EC;
}

.consult-container .industry-content .industry-detail-content .customer-logo-container {
	margin-top: 40px;
	font-size: 14px
}

.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
	margin-top: 32px
}

.consult-container .industry-content .industry-detail-content .customer-logo-container img {
	margin-right: 30px;
	height: 42px
}

@media (max-width: 1199px) {
	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 38px;
		margin-right: 15px
	}
}

@media (max-width: 991px) {
	.consult-container .industry-content .industry-detail-content {
		margin-left: 70px
	}

	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 140px;
		text-align: justify
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container {
		margin-top: 20px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
		margin-top: 20px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 24px;
		margin-right: 10px
	}
}

@media (max-width: 768px) {
	.consult-container .industry-tab-left {
		display: none
	}

	.consult-container .industry-content {
		margin-left: 0
	}

	.consult-container .industry-content .industry-detail-content {
		margin-left: 0
	}

	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 90px;
		text-align: justify
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 38px;
		margin-right: 10px
	}
}


@media (max-width: 320px) {
	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 150px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 18px;
		margin: 0
	}
}

@media (max-width: 767px){
.consult-container .industry-solution {
    padding: 25px;
    margin-top: 20px;
}
}
.show-lt-768 {
	display: none
}

@media (max-width: 768px) {
	.show-lt-768 {
		display: block
	}
}

a.submit-btn {
    padding: 14px 61px 15px;
    display: inline-block;
    border: none;
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC;
    border-radius: 2px 10px 2px 10px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.submit-btn:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 500;
        background-color: #007556;
    border-color: #00684c;
}

.theme-item a {
    max-height:450px;
    overflow:hidden;
}

.bg-navy {
    background-color: #21325b !important;
}




.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.master-breadcrumb {
  background-color: #e9ecef;
  margin-top: 70px;
}

.master-breadcrumb .breadcrumb {
  margin: 0;
  padding: 9px 0;
  font-size: 0.9rem;
}

.primary-content .card {
  margin-bottom: 10px;
}

.primary-content .card.mw-540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .card.mw-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .card-body {
  padding: 20px;
  overflow: auto;
}

@media (min-width: 768px) {
  .primary-content .card-body.extra-padding {
    padding: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .primary-content .card-body.extra-padding {
    padding: 3rem;
  }
}

.primary-content .card-title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px;
}


.card .show-on-card-hover {
  opacity: 0;
  transition: all 0.5s ease;
}

.card:hover .show-on-card-hover {
  opacity: 1;
}

h1 .show-on-hover,
h2 .show-on-hover,
h3 .show-on-hover,
h4 .show-on-hover,
h5 .show-on-hover,
h6 .show-on-hover {
  opacity: 0;
  transition: all 0.5s ease;
}

h1:hover .show-on-hover,
h2:hover .show-on-hover,
h3:hover .show-on-hover,
h4:hover .show-on-hover,
h5:hover .show-on-hover,
h6:hover .show-on-hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: #d7d7d7 !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none;
  }
}

.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: #d7d7d7 !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}

.btn-return-to-admin .floating:hover {
  background-color: #cdcdcd !important;
  color: #444 !important;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

.input-group .btn-reveal-pw {
  border-left: 0;
}

.input-group .btn-reveal-pw:hover, .input-group .btn-reveal-pw:active {
  background-color: #fff;
  color: #336699;
  border-color: #ccc;
}

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

.modal .modal-header {
  background-color: #eee;
}

.modal-localisation .modal-content {
  background-color: #3e3e3e;
}

.modal-localisation .modal-body {
  background: url("../img/worldmap.png");
  background-size: cover;
}

.modal-localisation .modal-footer {
  border: 0;
}

.modal-localisation .h5 {
  color: #fff;
}

.modal-localisation .item-selector .item {
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #eee;
}

.modal-localisation .item-selector .item:hover {
  background-color: #eee;
  color: #444;
}

.modal-localisation .item-selector .item.active {
  background-color: #ddd;
  border-color: #bbb;
  color: #444;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.network-issue-alert {
  padding: 9px 10px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 0.9rem;
}

.form-check-inline {
  display: initial;
}

@media (max-width: 991.98px) {
  .licensing-verification h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 767.98px) {
  .licensing-verification h3 {
    font-size: 1em;
  }
}

@media (max-width: 991.98px) {
  .licensing-verification h2 {
    font-size: 1.7em;
  }
}

@media (max-width: 767.98px) {
  .licensing-verification h2 {
    font-size: 1.2em;
  }
}

.licensing-verification .secondary-input-submit {
  display: none;
}

@media (max-width: 767.98px) {
  .licensing-verification .input-group .input-group-append {
    display: none;
  }
  .licensing-verification .input-group input {
    border-radius: 0 6px 6px 0 !important;
  }
  .licensing-verification .secondary-input-submit {
    display: block;
    padding-top: 0.5em;
  }
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled {
  border-color: #ccc;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff !important;
  border-color: #ccc !important;
}

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

.modal-header > .close {
  color: inherit;
}

/**
 * -------------------------
 * Colors
 * -------------------------
 */
.card-accent-gold {
  border-top: 3px solid #f0ad4e;
}

.card-accent-green {
  border-top: 3px solid #5cb85c;
}

.card-accent-red {
  border-top: 3px solid #d9534f;
}

.card-accent-blue {
  border-top: 3px solid #5bc0de;
}

.card-accent-orange {
  border-top: 3px solid #ff6600;
}

.card-accent-pink {
  border-top: 3px solid #e671b8;
}

.card-accent-purple {
  border-top: 3px solid #7b4f9d;
}

.card-accent-lime {
  border-top: 3px solid #8cbf26;
}

.card-accent-magenta {
  border-top: 3px solid #ff0097;
}

.card-accent-teal {
  border-top: 3px solid #00aba9;
}

.card-accent-turquoise {
  border-top: 3px solid #1abc9c;
}

.card-accent-emerald {
  border-top: 3px solid #2ecc71;
}

.card-accent-amethyst {
  border-top: 3px solid #9b59b6;
}

.card-accent-wet-asphalt {
  border-top: 3px solid #004258;
}

.card-accent-midnight-blue {
  border-top: 3px solid #2c3e50;
}

.card-accent-sun-flower {
  border-top: 3px solid #f1c40f;
}

.card-accent-pomegranate {
  border-top: 3px solid #c0392b;
}

.card-accent-silver {
  border-top: 3px solid #bdc3c7;
}

.card-accent-asbestos {
  border-top: 3px solid #7f8c8d;
}

.bg-color-gold {
  background-color: #f0ad4e;
}

.bg-color-green {
  background-color: #5cb85c;
}

.bg-color-red {
  background-color: #d9534f;
}

.bg-color-blue {
  background-color: #5bc0de;
}

.bg-color-orange {
  background-color: #ff6600;
}

.bg-color-pink {
  background-color: #e671b8;
}

.bg-color-purple {
  background-color: #7b4f9d;
}

.bg-color-lime {
  background-color: #8cbf26;
}

.bg-color-magenta {
  background-color: #ff0097;
}

.bg-color-teal {
  background-color: #00aba9;
}

.bg-color-turquoise {
  background-color: #1abc9c;
}

.bg-color-emerald {
  background-color: #2ecc71;
}

.bg-color-amethyst {
  background-color: #9b59b6;
}

.bg-color-wet-asphalt {
  background-color: #004258;
}

.bg-color-midnight-blue {
  background-color: #2c3e50;
}

.bg-color-sun-flower {
  background-color: #f1c40f;
}

.bg-color-pomegranate {
  background-color: #c0392b;
}

.bg-color-silver {
  background-color: #bdc3c7;
}

.bg-color-asbestos {
  background-color: #7f8c8d;
}

.label-default {
  background-color: #666;
}

.label-success {
  background-color: #5cb85c;
}

.label-info {
  background-color: #5bc0de;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-danger {
  background-color: #d9534f;
}

.status-pending {
  background-color: #d9534f;
}

.status-pending.transfer {
  background-color: #f0ad4e;
}

.status-active,
.status-open,
.status-completed {
  background-color: #5cb85c;
}

.status-suspended {
  background-color: #f0ad4e;
}

.status-customer-reply {
  background-color: #ff6600;
}

.status-fraud {
  background-color: #000;
}

.status-answered {
  background-color: #7b4f9d;
}

.status-expired,
.status-transferred.away {
  background-color: #004258;
}

.status-terminated {
  background-color: #666;
}

.status-onhold {
  background-color: #336699;
}

.status-inprogress {
  background-color: #c0392b;
}

.status-closed {
  background-color: #87939f;
}

.status-paid {
  background-color: #5cb85c;
}

.status-unpaid {
  background-color: #d9534f;
}

.status-cancelled {
  background-color: #87939f;
}

.status-collections {
  background-color: #2c3e50;
}

.status-refunded {
  background-color: #f0ad4e;
}

.status-payment-pending {
  background-color: #336699;
}

.status-delivered {
  background-color: #336699;
}

.status-accepted {
  background-color: #5cb85c;
}

.status-lost,
.status-dead {
  background-color: #000;
}

.requestor-type-operator {
  background-color: #5bc0de;
}

.requestor-type-owner {
  background-color: #5cb85c;
}

.requestor-type-authorizeduser {
  background-color: #666;
}

.requestor-type-externaluser {
  background-color: #f0ad4e;
}

.requestor-type-subaccount {
  background-color: #666;
}

.requestor-type-guest {
  background-color: #87939f;
}

.responsive-tabs-sm-connector {
  display: none;
}

@media (max-width: 767.98px) {
  .responsive-tabs-sm {
    border-left: 1px solid #ddd;
    background: #fff;
    width: 90%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0;
    margin-right: 0;
    border-radius: 4px 4px 4px 0;
  }
  .responsive-tabs-sm .nav-item {
    margin-left: 5px;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd !important;
  }
  .responsive-tabs-sm .nav-item a {
    padding: 7px 15px !important;
    width: 100%;
    border: 0;
    border-bottom: 0 !important;
    border-radius: 0 !important;
  }
  .responsive-tabs-sm .nav-item a.active {
    border: 0;
    background-color: #fff !important;
    font-weight: bold;
  }
  .responsive-tabs-sm .nav-item:first-child a {
    border-radius: 0 4px 0 0 !important;
  }
  .responsive-tabs-sm .nav-item:last-child {
    border-radius: 0 0 4px 0 !important;
  }
  .responsive-tabs-sm .nav-item:last-child a {
    border-radius: 0 0 4px 0 !important;
  }
  .responsive-tabs-sm-connector {
    display: block;
  }
  .responsive-tabs-sm-connector .channel {
    float: left;
    background: #fff;
    width: 6px;
    height: 5px;
    border-right: 1px solid #ddd;
  }
  .responsive-tabs-sm-connector .bottom-border {
    margin-left: 5px;
    height: 5px;
    border-bottom: 1px solid #ddd;
  }
  .responsive-tabs-sm-connector.store .channel {
    border-left: 1px solid #ddd;
  }
}

.pagination {
  font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: white;
}

.sidebar .card-title {
  font-size: 16px;
}

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

.sidebar .card-collapsable > .card-header {
  cursor: pointer;
}

.sidebar .card-collapsable > .card-body-collapsed {
  display: none;
}

.sidebar .card-sidebar .card-minimise {
  cursor: pointer;
  transition: transform 200ms ease;
}

.sidebar .card-sidebar .card-minimise.minimised {
  transform: rotate(180deg);
}

.sidebar .title {
  font-weight: bold;
}

.sidebar .list-group {
  font-size: 0.9em;
}

.sidebar .list-group-item {
  padding: 7px 15px;
  border-color: #f5f5f5;
}

.sidebar .list-group-item .badge {
  padding: 5px 2px;
  width: 28px;
  text-align: center;
  background-color: #fff;
  color: #666;
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:hover, .sidebar .list-group-item.active:focus {
  background-color: #666;
  border-color: #666;
}

.sidebar .list-group-item > i.far.fa-circle {
  color: #666;
}

.home-domain-search h2 {
  margin: 0;
}

.home-domain-search .tld-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4em;
  color: #888;
  font-weight: 300;
}

.home-domain-search .tld-logos li {
  float: left;
  padding: 0 25px 0 0;
}

.home-domain-search .tld-logos img {
  width: 60px;
}

.home-domain-search .input-group-wrapper {
  margin: 15px 0;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.home-domain-search .input-group-wrapper .form-control {
  border: 0;
}

.home-domain-search .input-group-wrapper .form-control:focus {
  box-shadow: none;
}

.home-domain-search .input-group-wrapper .btn {
  margin: 0 2px !important;
  border-radius: .25rem !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns.home {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns.home {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns.home {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (min-width: 1200px) {
  .card-columns.home {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.action-icon-btns a {
  margin: 0 0 10px 0;
  padding: 10px 0 15px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border-radius: .25rem;
}

.action-icon-btns a .ico-container {
  margin: 10px auto;
  line-height: 55px;
  font-size: 2.6em;
  text-align: center;
  transition: all 0.3s ease;
}

.action-icon-btns a .ico-container i {
  color: #c3cfd8;
}

.action-icon-btns a:hover {
  color: #444;
}

.action-icon-btns a:hover .ico-container {
  font-size: 3.4em;
}

.client-home-cards .card {
  font-size: 0.9em;
}

.client-home-cards .card-header {
  background-color: #fff;
  border-bottom: 0;
  font-weight: bold;
}

.client-home-cards .card-header .btn {
  color: #fff;
  border: 0;
}

.client-home-cards .card-header .btn:hover {
  color: #000;
}

.client-home-cards .card-title {
  font-size: 16px;
  width: 100%;
}

.client-home-cards .card-body {
  padding: 0;
  max-height: 170px;
  overflow: auto;
}

.client-home-cards .card-body p {
  padding: 10px 15px;
}

.client-home-cards .card-footer {
  border-top: 0;
}

.client-home-cards .list-group {
  max-height: 170px;
  overflow: auto;
  border-radius: 0;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.client-home-cards .list-group .list-group-item {
  padding: 4px 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.client-home-cards .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.client-home-cards small {
  color: #888;
}

.promotions-slider-control .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.promotions-slider-control .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/**
 * -------------------------
 * Client Homepage Tiles
 * -------------------------
 */
.tiles .tile {
  display: block;
  position: relative;
  padding: 12px 20px;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tiles .tile .stat {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
}

.tiles .tile .title {
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}

.tiles .tile .highlight {
  margin-top: 4px;
  height: 2px;
  border-radius: 2px;
}

.tiles .tile i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 55px;
  line-height: 1;
  color: #ccc;
  transition: all 0.3s ease;
}

.tiles .tile:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.tiles .tile:hover i {
  font-size: 70px;
  color: #aaa;
}

.tiles .row > div:last-child .tile {
  border: 0;
}

@media (max-width: 1199.98px) {
  .tiles div:nth-child(2) > .tile {
    border: 0;
  }
  .tiles div:nth-child(1) > .tile,
  .tiles div:nth-child(2) > .tile {
    border-bottom: 1px solid #ccc;
  }
}

.carousel-item.item {
  float: none;
}

.carousel-inner .carousel-item.item {
  float: left;
}

.twofa-setup .modal-body {
  min-height: 100px;
}

.twofa-setup .activation-msg {
  margin: 25px 0;
  padding: 15px;
  border: 1px dashed #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.twofa-setup .backup-code {
  margin: 20px auto;
  padding: 10px;
  background-color: #efefef;
  color: #444;
  text-align: center;
}

.twofa-module {
  margin: 10px 0;
  padding: 14px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.twofa-module .col-radio {
  float: left;
  width: 35px;
  margin-top: 12px;
}

.twofa-module .col-logo {
  float: left;
  width: 80px;
  line-height: 40px;
  text-align: center;
}

.twofa-module .col-description {
  margin-left: 136px;
}

.twofa-module img {
  max-width: 100%;
  max-height: 40px;
}

.twofa-module.active {
  border-color: #337ab7;
}

/**
 * -------------------------
 * @section Client Notifications
 * -------------------------
 */
.popover-user-notifications {
  border-radius: 0;
  padding: 5px 10px;
  border-color: #ddd;
  min-width: 310px;
  font-family: 'Open Sans', sans-serif;
}

.popover-user-notifications .popover-body {
  padding: 0;
}

.popover-user-notifications ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popover-user-notifications ul li {
  padding: 5px 0;
  min-height: 66px;
  border-bottom: 1px solid #ddd;
}

.popover-user-notifications ul li:last-child {
  border: 0;
}

.popover-user-notifications ul li a {
  display: block;
  padding: 10px 15px 10px 12px;
  text-decoration: none;
  color: #555;
  font-size: 0.95em;
}

.popover-user-notifications ul li a:hover {
  background-color: #f6f6f6;
}

.popover-user-notifications ul li i.fas,
.popover-user-notifications ul li i.far {
  float: left;
  padding-top: 6px;
  font-size: 21px;
}

.popover-user-notifications ul li i.fas.fa-check-circle,
.popover-user-notifications ul li i.far.fa-check-circle {
  color: #5cb85c;
}

.popover-user-notifications ul li i.fas.fa-warning,
.popover-user-notifications ul li i.far.fa-warning {
  color: #ecc317;
}

.popover-user-notifications ul li i.fas.fa-exclamation-circle,
.popover-user-notifications ul li i.far.fa-exclamation-circle {
  color: #ec2d45;
}

.popover-user-notifications ul li .message {
  margin-left: 40px;
}

.popover-user-notifications ul li.none {
  padding: 12px 0;
  min-height: auto;
  text-align: center;
  font-weight: bold;
}

#google-recaptcha-domainchecker {
  width: 304px;
  height: 78px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#default-captcha-domainchecker {
  margin-top: 15px;
}

#default-captcha-domainchecker #inputCaptcha {
  width: 100px;
  border-radius: 4px;
}

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
  margin-bottom: -46px;
}

@media (max-width: 991px) {
  #google-recaptcha-domainchecker {
    padding-left: 2.5%;
  }
  #default-captcha-domainchecker {
    margin-bottom: -25px;
  }
}

@media (max-width: 736px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.935);
    transform-origin: 0 0;
    -webkit-transform: scale(0.935);
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 384px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.96);
    transform-origin: 0 0;
  }
}

@media (max-width: 360px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}

@media (max-width: 320px) {
  #google-recaptcha-domainchecker {
    padding-left: 13.5%;
    transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform: scale(0.785);
    -webkit-transform-origin: 0 0;
  }
}

.captchaimage {
  margin: 0;
  padding: 3px 0 4px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  text-align: right;
}

.email-verification {
  margin: 0;
  padding: 10px;
  font-weight: 300;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  color: #333;
}

.email-verification .text {
  display: block;
  padding: 6px 0;
}

.email-verification .btn {
  margin: 3px 0;
  padding: 3px 10px;
  background-color: #50525f;
  border-color: #50525f;
  color: #fff;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.email-verification .btn:active,
.email-verification .btn[disabled]:hover {
  background-color: #50525f;
  border-color: #50525f;
  color: #fff;
}

.email-verification .btn.close {
  margin-left: 10px;
  background-color: transparent;
  color: rgba(55, 55, 55, 0.5);
  font-size: 22px;
  opacity: 1;
}

.email-verification .btn.close:hover {
  color: rgba(55, 55, 55, 0.8);
}

.email-verification .fas,
.email-verification .far {
  color: #666;
  float: left;
  padding: 2px 10px 0 0;
  font-size: 24px;
}

@media (min-width: 768px) {
  .email-verification .text {
    padding-top: 9px;
    padding-bottom: 0;
  }
  .email-verification .btn {
    margin: 0;
    padding: 9px 25px;
  }
  .email-verification .button {
    float: right;
  }
  .email-verification .fas,
  .email-verification .far {
    font-size: 36px;
  }
}

/**
 * -------------------------
 * Markdown Editor
 * -------------------------
 */
.md-editor {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.md-editor > .btn-toolbar {
  background-color: #fff !important;
}

.md-editor > textarea.markdown-editor,
.md-editor > .md-preview {
  padding: 15px !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  background-color: #fff !important;
}

div.md-editor.active {
  display: block;
  border: 1px solid #ddd;
  outline: 0;
  box-shadow: none;
}

.markdown-editor-status {
  padding: 2px 10px;
  font-size: 9pt;
  color: #959694;
  text-align: right;
}

.small-font {
  font-size: 0.9em;
}

/**
 * -------------------------
 * Markdown Content Formatting
 * -------------------------
 */
.markdown-content h1 {
  font-size: 1.6em;
  color: #333;
}

.markdown-content h2 {
  font-size: 1.4em;
  color: #333;
}

.markdown-content h3 {
  font-size: 1.2em;
  color: #333;
}

.markdown-content h4 {
  font-size: 1.1em;
  color: #333;
}

.markdown-content pre {
  padding: 15px;
  background-color: #444;
  color: #f8f8f8;
  border: 0;
}

.markdown-content pre code {
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

.markdown-content blockquote {
  font-size: 1em;
}

.markdown-content table {
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.markdown-content table > thead > tr > th {
  padding: 4px 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.markdown-content table > tbody > tr > td {
  padding: 3px 8px;
  border: 1px solid #ddd;
}

.store-order-container {
  margin: 0;
  padding: 0;
}

.store-order-container h2 {
  margin-top: 0;
}

.store-order-container .btn {
  padding: 10px 30px;
  font-size: 1.15em;
  font-weight: 300;
}

.store-order-container .store-domain-tabs {
  margin-top: 20px;
}

.store-order-container .store-domain-tabs li a {
  margin-right: 10px;
  padding: 7px 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.store-order-container .store-domain-tabs li.active a {
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

.store-order-container .store-domain-tab-content {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.store-order-container .store-domain-tab-content a {
  text-decoration: underline;
}

.store-order-container .store-domain-tab-content a:hover {
  text-decoration: none;
}

.store-order-container .payment-term h4 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .store-order-container .payment-term {
    float: right;
  }
  .store-order-container .payment-term h4 {
    margin-top: 0;
  }
}

.store-order-container .domain-validation {
  display: block;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 300;
  color: #888;
}

.store-order-container .domain-validation.ok {
  color: #53a22d;
}

.store-promoted-product .icon {
  height: 200px;
  line-height: 200px;
  text-align: center;
  overflow: hidden;
}

.store-promoted-product .icon img {
  max-width: 100%;
  max-height: 100%;
}

.store-promoted-product ul.features {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 1.1em;
  font-weight: 300;
}

.store-promoted-product ul.features li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

.store-promoted-product ul.features li .fa:not(.fa-spinner) {
  font-size: 1.2em;
  color: #91c590;
  margin-left: 20px;
  margin-right: 10px;
}

.store-promoted-product .btn {
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: 300;
}

/**
 * -------------------------
 * Promotional Content Formatting
 * -------------------------
 */
.promo-banner {
  margin: 0;
  padding: 15px 10px 20px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1em;
  overflow: auto;
}

.promo-banner .icon {
  float: left;
  margin: 0 20px 0 0;
}

.promo-banner img {
  max-width: 300px;
  max-height: 200px;
}

.promo-banner .icon-left {
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .promo-banner form {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .promo-banner img {
    max-width: 100%;
    max-height: 100%;
  }
  .promo-banner .icon-left {
    float: left;
    margin: 0;
    width: 155px;
  }
  .promo-banner .content {
    margin-left: 185px;
  }
}

.promo-banner h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
}

.promo-banner h4 {
  font-size: 18px;
  font-weight: 300;
}

.promo-banner p {
  margin: 5px 0;
}

.promo-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92em;
}

.promo-banner ul li {
  margin-bottom: 4px;
}

@media (min-width: 1200px) {
  .promo-banner ul li {
    width: 50%;
  }
  .promo-banner ul li.left {
    float: left;
  }
  .promo-banner ul li.right {
    float: right;
  }
}

.promo-banner .fa:not(.fa-spinner) {
  font-size: 1.2em;
  color: #91c590;
  margin-left: 20px;
  margin-right: 10px;
}

.promo-banner a {
  color: #ff6600;
  text-decoration: underline;
}

.promo-banner .btn {
  margin: 6px 0 0 0;
  padding: 8px 30px;
  background-color: #ff6600;
  border: 0;
  color: #fff;
}

@media (max-width: 650px) {
  .promo-banner .icon {
    width: 100%;
    margin-bottom: 15px;
  }
}

.promo-banner-rounded {
  border-radius: 4px;
}

.promo-banner-slim {
  padding: 10px;
}

.promo-banner-slim .icon-left {
  width: 85px;
}

.promo-banner-slim .content {
  margin-left: 110px;
}

.promo-banner-slim h3 {
  font-size: 18px;
}

.promo-banner-slim h4 {
  font-size: 14px;
}

.promo-banner-slim .btn {
  margin: 0 20px 0 0;
  padding: 6px 20px;
}

.promo-banner.symantec {
  border-top: 3px solid #4da24c;
}

.promo-banner.symantec .btn {
  background-color: #4da24c;
}

.promo-banner.weebly {
  border-top: 3px solid #2990ea;
}

.promo-banner.weebly .btn {
  background-color: #2990ea;
}

.promo-banner.spamexperts {
  border-top: 3px solid #589ed7;
}

.promo-banner.spamexperts .btn {
  background-color: #589ed7;
}

.promo-banner-slim.weebly .icon-left {
  width: 160px;
}

.promo-banner-slim.weebly .content {
  margin-left: 185px;
}

.promo-banner.sitelock {
  border-top: 3px solid #f2952d;
}

.promo-banner.sitelock .btn {
  background-color: #f2952d;
}

.promo-banner.codeguard {
  border-top: 3px solid #a9cc5f;
}

.promo-banner.codeguard a {
  color: #a9cc5f;
}

.promo-banner.codeguard .btn {
  background-color: #a9cc5f;
}

.promo-banner.sitelockvpn {
  border-top: 3px solid #555;
}

.promo-banner.sitelockvpn .btn {
  background-color: #555;
}

.promo-banner.marketgoo {
  border-top: 3px solid #3090e0;
}

.promo-banner.marketgoo .btn {
  background-color: #3090e0;
}

.promo-banner.ox {
  border-top: 3px solid #666;
}

.promo-banner.ox a {
  color: #666;
}

.promo-banner.ox .btn {
  background-color: #666;
}

.mc-panel-promo {
  font-size: 0.95em;
}

.mc-panel-promo img {
  display: block;
  margin: 0 auto 6px;
  max-width: 90%;
  max-height: 87px;
}

/**
 * -------------------------
 * MarketConnect Service SSO
 * -------------------------
 */
.panel-mc-sso {
  padding: 0 10px 10px 10px;
}

.panel-mc-sso img {
  max-width: 100%;
  max-height: 120px;
}

.panel-mc-sso .row {
  margin-left: -5px;
  margin-right: -5px;
}

.panel-mc-sso .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.panel-mc-sso .form-control,
.panel-mc-sso .btn,
.panel-mc-sso small {
  margin-top: 5px;
}

.panel-mc-sso small {
  display: block;
}

.compact-control-bar {
  margin: 0;
  padding: 5px;
  background-color: #eee;
  border-radius: 3px;
}

.social-signin-btns {
  text-align: center;
}

.social-signin-btns .btn {
  margin-bottom: 5px;
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social i.fas,
.btn-social i.far {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-right: 2px;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-facebook {
  color: #fff;
  background-color: #4267b2;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #4267b2;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google {
  color: #000;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google img {
  margin-bottom: 2px;
}

.btn-social.btn-google {
  padding-left: 41px;
}

.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  color: #000;
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  background-image: none;
}

.btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
  background-color: #eee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

.providerPreLinking {
  min-height: 52px;
}

.providerLinkingFeedback {
  display: none;
}

/**
 * -------------------------
 * @section Twitter Feed
 * -------------------------
 */
div.home-twitter {
  margin-top: 20px;
  margin-bottom: 40px;
}

div.tweet > i {
  color: #2BABCF;
  float: left;
  margin-right: 15px;
}

div.tweet span {
  font-size: 12px;
  color: #ccc;
}

.upgrade .product-to-be-upgraded {
  margin: 20px 0;
  padding: 15px;
  background-color: #f8f8f8;
}

.upgrade .product-to-be-upgraded h4,
.upgrade .product-to-be-upgraded h5 {
  margin: 0;
}

.upgrade .products {
  margin-left: -5px;
  margin-right: -5px;
}

.upgrade .products .column {
  padding-left: 5px;
  padding-right: 5px;
}

.upgrade .products .product {
  margin: 20px 0;
  padding: 0;
  background-color: #fff;
}

.upgrade .products .product .current,
.upgrade .products .product .recommended {
  padding: 5px;
  background-color: #ffbc00;
  color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.upgrade .products .product .recommended {
  background-color: #25ac2f;
}

.upgrade .products .product ul {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.upgrade .products .product .footer {
  border: 1px solid #eee;
  border-top: 0;
}

.upgrade .products .product .header {
  margin: 0;
  padding: 20px;
  background-color: #2b5580;
  color: #fff;
  min-height: 150px;
}

.upgrade .products .product .header p {
  font-size: 1.1em;
  font-weight: 300;
}

.upgrade .products .product ul {
  margin: 0;
  padding: 20px 25px;
  list-style: none;
}

.upgrade .products .product ul li {
  line-height: 25px;
  font-size: 0.9em;
  text-align: right;
  color: #aaa;
  border-bottom: 1px solid #eee;
}

.upgrade .products .product ul li:last-child {
  border: 0;
}

.upgrade .products .product ul li span {
  float: left;
  color: #444;
}

.upgrade .products .fas,
.upgrade .products .far {
  font-size: 1.3em;
}

.upgrade .products .fa-check {
  color: #23ad2e;
}

.upgrade .products .product .footer {
  margin: 0;
  padding: 20px;
}

.upgrade .products .product .footer select {
  margin-bottom: 10px;
}

.upgrade .products .product .btn {
  background-color: #2b5580;
  color: #fff;
}

.affiliate-stat {
  margin: 0;
  padding: 15px;
  font-size: 1.6em;
  text-align: center;
}

.affiliate-stat span {
  display: block;
  font-size: 2.4em;
}

.affiliate-stat i {
  float: left;
  padding: 10px;
  font-size: 4em;
}

@media (max-width: 1200px) {
  .affiliate-stat {
    font-size: 1.2em;
  }
  .affiliate-stat span {
    font-size: 2.1em;
  }
  .affiliate-stat i {
    font-size: 3.6em;
  }
}

@media (max-width: 992px) {
  .affiliate-stat {
    font-size: 1.0em;
  }
  .affiliate-stat span {
    font-size: 1.6em;
  }
  .affiliate-stat i {
    font-size: 3em;
  }
}

.announcements .announcement {
  margin-bottom: 4rem;
}

.announcements .announcement article {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f5f5f5;
  border-left: 4px solid #ccc;
}

.announcements .announcement article p {
  margin: 0;
}

.kb-category a {
  text-decoration: none;
}

.kb-category a:hover {
  background-color: #f5f5f5;
}

.kb-article-item:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.kb-article-item small {
  display: block;
  padding-left: 25px;
  color: #87939f;
}

/**
 * -------------------------
 * @section Support Tickets
 * -------------------------
 */
.ticket-subject.unread {
  font-weight: bold;
}

.ticket-reply .rating,
.ticket-reply .rating-done {
  float: right;
  padding: 5px 10px;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
}

.ticket-reply .rating span.star,
.ticket-reply .rating-done span.star {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.ticket-reply .rating-done .rated {
  display: inline-block;
  font-size: 12px;
}

.ticket-reply .rating span.star:hover {
  cursor: pointer;
}

.ticket-reply .rating span.star:before,
.ticket-reply .rating-done span.star:before {
  content: "\f005";
  padding-right: 0;
  color: #999;
}

.ticket-reply .rating span.star:hover:before,
.ticket-reply .rating span.star:hover ~ span.star:before,
.ticket-reply .rating-done span.star.active:before {
  content: "\f005";
  color: #F2DE88;
}

.md-editor .btn-toolbar .btn-group {
  margin-right: 6px;
}

.view-ticket .card-body {
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.view-ticket .card-body:last-child {
  border-bottom: 0;
}

.view-ticket .posted-by {
  color: #888;
  font-size: 0.9rem;
  background-color: #f6f6f6;
  padding: 0.5rem 1rem;
}

.view-ticket .posted-by .posted-by-name {
  font-weight: bold;
}

.view-ticket .requestor-badge {
  font-size: 85%;
  padding: 5px 10px;
}

.view-ticket .message p:last-child {
  margin-bottom: 0;
}

.view-ticket .attachments {
  border-top: 1px dashed #ddd;
  font-size: 80%;
}

.view-ticket .attachment-list {
  list-style: none;
  margin: 10px 0 -10px 0;
  padding: 0;
}

.view-ticket .attachment-list li {
  display: inline-block;
  width: 190px;
  vertical-align: top;
}

.view-ticket .attachment-list li a {
  display: block;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.view-ticket .attachment-list li a figure {
  margin: 0 0 5px 0;
  background-color: #f6f6f6;
  line-height: 100px;
  text-align: center;
  font-size: 4em;
}

/**
 * -------------------------
 * @section Support Ticket Feedback
 * -------------------------
 */
.ticketfeedbackstaffcont {
  margin: 10px auto;
  padding: 15px;
  width: 90%;
  background-color: #efefef;
  border-radius: 6px;
}

.ticketfeedbackrating {
  padding: 0 100px;
}

.ticketfeedbackrating .rate {
  float: left;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
}

@media (min-width: 380px) {
  .btn-input-padded-responsive {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 500px) {
  .btn-input-padded-responsive {
    padding-left: 35px;
    padding-right: 35px;
  }
}

/**
 * -------------------------
 * @section Downloads
 * -------------------------
 */
.kb-search.margin-bottom {
  margin-bottom: 20px;
}

#registration {
  margin: 0;
  padding: 0 0 40px 0;
}

#registration .field-container {
  margin: 0 0 30px 0;
}

#registration label {
  font-weight: 300;
  color: #666;
  font-size: 13px;
}

#registration .info-text-sm {
  font-size: 0.85em;
  text-align: center;
}

#registration .sub-heading {
  height: 0;
  border-top: 1px solid #DDD;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

#registration .sub-heading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -11px;
  font-size: 16px;
  color: #058;
  background-color: #fff;
}

/**
 * Form fields
 */
#registration .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  font-weight: normal;
}

#registration .field,
#registration .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #DDD;
  display: -moz-inline-stack;
  display: inline-block;
  color: #626262;
  outline: none;
  background: #fff;
  height: 36px;
  width: 100%;
  border-radius: 3px;
  font-size: 13px;
}

#registration .input-group-lg > .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px 0 0 6px;
}

#registration .form-control-qty {
  width: 70px;
  text-align: center;
}

#registration .form-control-static-inline {
  display: inline-block;
}

#registration .form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}

#registration textarea.field {
  height: auto;
}

#registration .prepend-icon .field {
  -webkit-appearance: none;
  padding-left: 36px;
}

#registration .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px;
}

#registration .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 36px;
  color: inherit;
  line-height: 36px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

#registration .field-icon i {
  color: #bbb;
}

#registration .field[disabled],
#registration .field[readonly],
#registration .form-control[disabled],
#registration .form-control[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
}

#registration .field-help-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888;
  font-size: 12px;
}

/**
 * -------------------------
 * @section Credit Cards
 * -------------------------
 */
div.credit-card {
  margin: 0 auto 30px;
  max-width: 400px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 8px;
}

div.credit-card div.card-type {
  float: right;
  padding: 10px 20px;
  font-size: 1.2em;
}

div.credit-card div.card-icon {
  float: left;
  padding: 7px 7px;
  font-size: 1.2em;
}

div.credit-card div.card-number {
  padding: 10px;
  background-color: #ccc;
  font-size: 1.6em;
  text-align: center;
  clear: both;
}

div.credit-card div.card-start {
  float: left;
  padding: 20px 0 50px 50px;
  font-size: 1.3em;
  text-align: right;
}

div.credit-card div.card-expiry {
  float: right;
  padding: 20px 50px 50px 0;
  height: 120px;
  font-size: 1.3em;
  text-align: right;
}

div.credit-card div.end {
  clear: both;
}

@media (max-width: 600px) {
  div.credit-card {
    max-width: 250px;
  }
  div.credit-card div.card-type {
    font-size: 1.0em;
  }
  div.credit-card div.card-icon {
    font-size: 1.0em;
  }
  div.credit-card div.card-number {
    padding: 6px 10px;
    font-size: 1.2em;
  }
  div.credit-card div.card-start {
    padding: 20px 0 30px 50px;
    font-size: 0.9em;
  }
  div.credit-card div.card-expiry {
    padding: 20px 50px 30px 0;
    height: 80px;
    font-size: 0.9em;
  }
}

.auth3d-area {
  border: 1px solid #fff;
}

.submit-3d {
  width: 80%;
  border: 1px solid #fff;
}

.invoice-summary-table {
  margin: 20px 0;
  max-height: 300px;
  overflow: auto;
}

.invoice-summary-table td {
  font-size: 0.8em;
}

.invoice-summary-table td.total-row {
  background-color: #efefef;
  font-weight: bold;
}

/* Card colors colorpicked from website logos */
div.credit-card .logo-visa {
  color: #1a1f71;
}

div.credit-card .logo-amex {
  color: #43abdf;
}

div.credit-card .logo-mastercard {
  color: #ed0b00;
}

div.credit-card .logo-discover {
  color: #000000;
}

div.two-column-grid,
div.three-column-grid {
  display: inline-grid;
  grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
  font-weight: 300;
  font-size: 13px;
}

div.two-column-grid {
  grid-template-columns: repeat(2, auto) minmax(10em, 30em) auto;
}

div.two-column-grid > div,
div.three-column-grid > div {
  margin: 5px 0;
  padding-right: 5px;
}

div.two-column-grid > div > label,
div.three-column-grid > div > label {
  font-weight: normal;
}

#frmPayment .paymethod-info {
  margin: 5px 0;
  cursor: pointer;
}

#frmPayment .paymethod-info label {
  font-weight: normal;
  cursor: pointer;
}

.iframe-input-container {
  height: 34px;
}

/**
 * Credit Card Input
 */
.cc-number-field {
  background-image: url(../../../assets/img/payment/unknown.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.cc-number-field.visa {
  background-image: url(../../../assets/img/payment/visa.png);
}

.cc-number-field.mastercard {
  background-image: url(../../../assets/img/payment/mastercard.png);
}

.cc-number-field.amex {
  background-image: url(../../../assets/img/payment/amex.png);
}

.cc-number-field.dinersclub {
  background-image: url(../../../assets/img/payment/dinersclub.png);
}

.cc-number-field.discover {
  background-image: url(../../../assets/img/payment/discover.png);
}

.cc-number-field.unionpay {
  background-image: url(../../../assets/img/payment/unionpay.png);
}

.cc-number-field.jcb {
  background-image: url(../../../assets/img/payment/jcb.png);
}

.cc-number-field.maestro {
  background-image: url(../../../assets/img/payment/maestro.png);
}

.cc-number-field.forbrugsforeningen {
  background-image: url(../../../assets/img/payment/forbrugsforeningen.png);
}

.cc-number-field.dankort {
  background-image: url(../../../assets/img/payment/dankort.png);
}

/**
 * -------------------------
 * Mass Pay
 * -------------------------
 */
tr.masspay-invoice-detail td {
  font-size: 0.8em;
}

tr.masspay-total td {
  background-color: #efefef;
  font-weight: bold;
}

div.product-details div.product-icon {
  margin: 0;
  background-color: #efefef;
  border-radius: 10px;
  padding: 30px;
  font-size: 60px;
  line-height: 1em;
}

.product-status {
  padding: 0;
  border-radius: 10px;
}

.product-status-pending {
  background-color: #F89406;
}

.product-status-active {
  background-color: #46A546;
}

.product-status-suspended {
  background-color: #0768B8;
}

.product-status-terminated,
.product-status-cancelled {
  background-color: #666;
}

.product-status-fraud {
  background-color: #000;
}

.product-status-text {
  padding: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

div.product-details-tab-container {
  margin: 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.module-client-area {
  padding: 15px 15px 0 15px;
}

.ssl-inactive {
  cursor: pointer;
}

.featured-tlds-container {
  margin: 35px 0 15px;
}

.featured-tld {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.featured-tld .img-container {
  padding: 20px 0;
  height: 115px;
  line-height: 75px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .featured-tld .img-container {
    height: 80px;
    line-height: 40px;
  }
}

.featured-tld .img-container img {
  max-width: 70%;
  max-height: 100%;
}

.featured-tld .price {
  padding: 5px;
  background-color: #f9f9f9;
  color: #555;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.featured-tld .price.blog {
  background-color: #a0d5cb;
  color: #fff;
}

.featured-tld .price.club {
  background-color: #053796;
  color: #fff;
}

.featured-tld .price.com {
  background-color: #3aa4da;
  color: #fff;
}

.featured-tld .price.couk {
  background-color: #1d3774;
  color: #fff;
}

.featured-tld .price.host {
  background-color: #ed4d42;
  color: #fff;
}

.featured-tld .price.live {
  background-color: #ff9e19;
  color: #fff;
}

.featured-tld .price.name {
  background-color: #44b03e;
  color: #fff;
}

.featured-tld .price.net {
  background-color: #efc00e;
  color: #fff;
}

.featured-tld .price.online {
  background-color: #38ce6a;
  color: #fff;
}

.featured-tld .price.rocks {
  background-color: #fd563c;
  color: #fff;
}

.featured-tld .price.shop {
  background-color: #ff5900;
  color: #fff;
}

.featured-tld .price.social {
  background-color: #ff9a00;
  color: #fff;
}

.featured-tld .price.store {
  background-color: #0eadb3;
  color: #fff;
}

.featured-tld .price.tech {
  background-color: #0db04b;
  color: #fff;
}

.featured-tld .price.tv {
  background-color: #ea3438;
  color: #fff;
}

.featured-tld .price.website {
  background-color: #2db9ea;
  color: #fff;
}

.tld-filters {
  margin: 0 0 25px 0;
}

.tld-filters a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 5px 6px;
  font-size: 90%;
  font-weight: normal;
  border-radius: 2px;
}

.domain-pricing .tld-row {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f5f5f5;
}

.domain-pricing .tld-row.highlighted {
  background: #f3f9fd;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2 {
  height: 56px;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header .col-sm-4 {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 6px solid #97b5d2;
  background-color: #efefef;
  border-radius: 4px 4px 0 0;
}

.domain-pricing .no-bg {
  background-color: transparent !important;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
  border-color: #336699;
  background-color: #f5f5f5;
}

.domain-pricing .two-row-center {
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .domain-pricing .two-row-center {
    border-right: 2px solid #c7d7e6;
  }
}

.domain-pricing .tld-row.no-tlds {
  display: none;
}

.tld-sale-group {
  padding: 1px 3px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.tld-sale-group-hot {
  background-color: #f9615a;
}

.tld-sale-group-sale {
  background-color: #f7d458;
}

.tld-sale-group-new {
  background-color: #2ad588;
}

.dataTables_wrapper table.table-list {
  margin: 10px 0 !important;
  width: 100% !important;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.dataTables_wrapper table.table-list thead th {
  border-bottom: 4px solid rgba(29, 57, 101, 0.2);
  font-weight: normal;
}

.dataTables_wrapper table.table-list thead th:first-child {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list thead th:visible:last-child {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.dataTables_wrapper table.table-list tr:last-child td:visible:last-child {
  border-radius: 0 0 4px 0;
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: #f6f6f6;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
}

.dataTables_wrapper .dataTables_filter label .form-control {
  background: url("../../../assets/img/search.png") #fff no-repeat 8px 5px;
  padding: 7px 10px 7px 45px !important;
  height: auto;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .dataTables_wrapper .dataTables_info {
    padding: 9px 10px 40px;
  }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 30px;
    width: 100%;
  }
  .dataTables_wrapper .dataTables_filter label {
    display: block;
    margin: 5px;
    padding: 0;
  }
  .dataTables_wrapper .dataTables_filter label .form-control {
    margin: 0;
    width: 100%;
  }
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
}

.pagination > li > a,
.pagination > li > span {
  color: #444;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.page-item.active .page-link {
  background-color: #4f5360;
  border-color: #4f5360;
}

table.table-list thead th {
  padding: 8px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-align: center;
}

table.table-list tbody td {
  padding: 10px 8px;
  vertical-align: middle;
  font-size: 0.9em;
}

table.table-list tbody td.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.table-list > tbody > tr > td a.border-left {
  border-left: 1px solid #eee;
  padding-left: 20px;
  display: block;
}

.table-list > tbody > tr > td {
  background-color: #fff;
}

.table-list > tbody > tr:hover {
  cursor: pointer;
}

.table-list > tbody > tr:hover > td {
  background-color: #f9f9f9;
}

table.dtr-inline .dtr-title:empty {
  display: none !important;
}

table.table-solid-bottom-border-light-gray {
  border-bottom: 1px solid #dee2e6;
}
.w-hidden {
  display: none;
}

.overview-card i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 55px;
    line-height: 1;
    color: #ccc;
    transition: all 0.3s ease;
}

a.overview-card:hover i {
    font-size: 70px;
    color: #aaa;
}

a.overview-card {
    color: #333;
}

.label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
}



table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {

}
table.table-list thead th,
table.table-list tbody td {
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* dataTables */
.dataTables_wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdee3;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding: 0;
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #7c8088;
    background-color: #f2f3f5;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-top: 1px solid #e6e8ec;
    border-radius: 0 0 4px 4px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
    border: 0 none;
    border-radius: 0;
    margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    font-size: 13px;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #f6f7f8 !important;
}
table.table-list thead th,
table.table-list tbody td {
    padding: 12px 15px;
}
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
    color: #7c8088;
    min-width: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
    color: #007bff;
    border: 1px solid #007bff;
}
.table-container .table td {
    vertical-align: middle;
}

.label.status {
    color: #999;
    padding: 0;
    background-color: transparent;
}
.label.status:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-customer-reply:before,
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
h1 {
    font-size: 20px;
}

body {
    font-family: "Nunito Sans";
}

a {
    text-decoration: none;
}

body.primary-bg-color, section#main-body {
    background-color: #fff;
}

section#main-body {
    min-height: auto;
    padding: 0;
}

/*=================== header-css-start============== */

.navbar.navbar-light.mobile-bar{
    display: none;
}

.master-breadcrumb .breadcrumb {
    padding: 20px 0;
    font-size: .9rem;
}

.master-breadcrumb .breadcrumb li.breadcrumb-item a {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #7a7a7a;
}

header.header .main-navbar-wrapper .navbar-nav a {
    font-size: 16px;
    color: #2e3442;
    font-weight: 600;
    padding-right: 0 !important;
    margin: 0px 17px;
    position: relative;
    transition: all .3s ease-in;
    text-decoration: none;
    padding-bottom: 5px;
}

header.header .main-navbar-wrapper .navbar-nav a:hover::before {
    width: 100%;
}

header.header .main-navbar-wrapper .navbar-nav a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #004fac;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:hover {
    background-color: #f8f9fa;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a:hover {
    background-color: transparent;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a::before, .main-navbar-wrapper .navbar-nav ul.dropdown-menu .dropdown-divider {
    display: none;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a {
    margin: 0;
    font-size: 13px;
    padding-left: 0 !important;
    display: inline-block;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li {
    padding: 3px 18px;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:first-child a {
    padding-top: 5px !important;
}
header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a {
    padding: 3px 0!important;
}
header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:last-child a {
    padding-bottom: 5px !important;
}

.main-navbar-wrapper .navbar-nav ul.dropdown-menu {
    padding: 0;
    margin-top: 10px;
}

header.header .navbar.navbar-light {
    border-bottom: 1px solid #e1f0ff;
    padding: .5rem 0rem;
}
header.header .main-navbar-wrapper .cart-btn i{
    font-weight: 700;
}
li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right.show {
    position: absolute;
}

div#carousel-20i-notification .carousel-item a {
    color: #fff;
    text-decoration: none;
    max-width: 60%;
}

div#carousel-20i-notification .carousel-item a span {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #f3f5f7;
    font-weight: 400;
    padding-top: 3px;
}

header.header .topbar {
    padding: 5px 0;
    background-color: #0b1948;
}

div#carousel-20i-notification {
    width: 100%;
    text-align: center;
}

div#carousel-20i-notification .carousel-control-next-icon, div#carousel-20i-notification .carousel-control-prev-icon {
    width: 10px;
}

header.header .logo-img {
    max-height: 42px;
}

header.header .main-navbar-wrapper div#mainNavbar {
    padding-left: 0;
    padding-right: 0;
}

header.header a.login-btn-20i, header.header a.register-btn-20i, #frmCheckout button#btnCompleteOrder, #frmProductDomainSelections button#btnDomainContinue, #DomainSearchResults .domain-price button.btn-add-to-cart {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 7px 18px;
    text-decoration: none;
    border: 1px solid transparent;
}

#DomainSearchResults .domain-price button.btn.btn-primary.btn-add-to-cart {
    display: block;
    margin: 7px auto;
    background-color: #004fac;
}

header.header a.login-btn-20i {
    background-color: #004fac;
    margin-right: 12px;
    transition: .3s ease all;
}

header.header a.login-btn-20i:hover, #registration .btn-primary:hover, #frmCheckout button#btnCompleteOrder:hover, #frmProductDomainSelections button#btnDomainContinue:hover, #order-standard_cart #frmConfigureProduct .addon-products .panel-add:hover, .home-page-slider-panel .promo-banner .card-body .btn-success:hover, #order-standard_cart #DomainSearchResults .domain-price button.btn-add-to-cart:hover, .card-body.store-promoted-product .btn-success:hover {
    background-color: transparent;
    border-color: #004fac;
    color: #004fac;
}

header.header a.register-btn-20i {
    background-color: #464646;
	transition: .3s ease all;
}

header.header a.register-btn-20i:hover {
    background-color: transparent;
    border-color: #464646;
    color: #464646;
}

header.header .main-navbar-wrapper {
    padding: 10px 0px;
    /* box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); */
}

.tab-content.margin-bottom div#tabOverview .product-details .product-status .product-icon i {
    color: #004fac;
}

.tab-content.margin-bottom div#tabOverview .product-details .product-status .product-icon h4 {
    margin-top: 15px;
}

header.header .main-navbar-wrapper .cart-btn span.badge.badge-info {
    position: absolute;
    top: 1px;
    right: 6px;
    background-color: #004fac;
    border-radius: 100%;
    font-size: 10px;
    padding: 3px;
    width: 15px;
    height: 15px;
}

header.header .main-navbar-wrapper .cart-btn {
    position: relative;
}

.right-part-20i {
    display: flex;
    align-items: center;
}

.right-part-20i a.search-20i {
    margin: 0px 17px;
}

.right-part-20i .cartbtn-20i {
    margin-right: 22px;
}

header.header .toolbar .nav-link .badge {
    background-color: #1bc577;
}

header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-20i-header {
    padding: 7px 0px;
}

.form-knowldegbase-20i .input-group.search, .form-knowldegbase-20i-without-login .input-group.search, .form-knowldegbase-20i, .form-knowldegbase-20i-without-login {
    width: 60%;
    margin-left: auto;
}

div#carousel-20i-notification .carousel-item {
    margin: auto;
    float: none;
}

div#carousel-20i-notification .carousel-item a i {
    position: relative;
    top: -6px;
}

div#carousel-20i-notification .carousel-item a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    display: inline-block;
}

div#carousel-20i-notification {
    height: 26px;
}

/* ===============================Ballu-sir-css ============================== */

/*======clientarea css start=======*/

.card-footer {
    background-color: transparent;
    border-top: none;
    padding-left: 25px;
    padding-right: 25px;
}

.card-sidebar .collapsable-card-body .card-body {
    padding: 3px 25px;
}

.sidebar .card.card-sidebar {
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    margin: 0!important;
    border-bottom: 1px solid #e1f0ff;
    padding-bottom: 20px;
    padding-top: 8px;
}

.card-sidebar .collapsable-card-body .card-body em {
    font-style: inherit;
}

.card-sidebar .collapsable-card-body .card-body, .card-sidebar .collapsable-card-body .card-body strong {
    color: #6b788b;
}

.card-sidebar .collapsable-card-body .card-body, .card-sidebar .collapsable-card-body .card-body strong, .dataTables_wrapper .dataTables_info {
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_info {
    color: #7a7a7a;
    letter-spacing: 1px;
}

.sidebar .card-title i:first-child {
    display: none;
}

.card-sidebar .card-footer a.btn.btn-default.btn-sm.btn-block i, .sidebar .card-footer .btn-success i {
    padding-right: 2px;
}

.card-sidebar .card-footer a.btn.btn-default.btn-sm.btn-block, .sidebar .card-footer .btn-success {
    min-width: 110px;
    font-size: 12px;
    line-height: 26px;
    color: #3699ff;
    font-weight: 600;
    border-radius: 2px;
    background-color: #e1f0ff;
    padding: 3px 10px;
    border: 0;
    width: auto;
    display: inline-block;
}

.tiles .row .col-6:nth-of-type(1) a .stat, .tiles .row .col-6:nth-of-type(1) a i {
    color: #f64e60;
}

.tiles .row .col-6:nth-of-type(2) a .stat, .tiles .row .col-6:nth-of-type(2) a i {
    color: #3699ff;
}

.tiles .row .col-6:nth-of-type(3) a .stat, .tiles .row .col-6:nth-of-type(3) a i {
    color: #1bc5bd;
}

.tiles .row .col-6:nth-of-type(4) a .stat, .tiles .row .col-6:nth-of-type(4) a i {
    color: #ffa800;
}

.tiles .row .col-6 {
    text-align: center;
}

.tiles .tile .stat {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
}

.tiles .tile .title {
    font-size: 14px;
    line-height: 22px;
    color: #474747;
    margin-bottom: 15px;
}

.tiles {
    margin-bottom: 0px !important;
}

.tiles .tile .highlight {
    display: none;
}

.tiles .tile i {
    font-size: 20px;
    left: 19px;
    right: auto;
    top: 18px;
}

.tiles .tile:hover i {
    font-size: 20px;
}

.tiles .tile::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    left: 0;
    top: 0;
    margin: 6px;
}

.tiles .row .col-6:nth-of-type(1) a::before {
    background-color: #ffeaec;
}

.tiles .row .col-6:nth-of-type(2) a::before {
    background-color: #e1f0ff;
}

.tiles .row .col-6:nth-of-type(3) a::before {
    background-color: #c9f7f5;
}

.tiles .row .col-6:nth-of-type(4) a::before {
    background-color: #fff4de;
}

.tiles .row .col-6 {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.tiles .tile {
    border-radius: 3px;
    border: 0;
}

.tiles .tile .stat {
    margin-top: 12px;
}

.client-home-cards .card {
    border-top: 0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.client-home-cards .card .card-title, .home-page-slider-panel h3 {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    background-color: #f3f6f9;
    padding: 13px 15px;
}

.client-home-cards .card h3.card-title i {
    font-size: 19px;
    margin-right: 5px;
    color: #6f7e9b;
}

.card.card-accent-emerald h3.card-title i {
    margin-right: 0;
}

.client-home-cards .card h3.card-title .btn-default i, .card.card-accent-emerald .card-header .card-title, #main-body .client-home-cards .card-header .bg-color-blue:hover {
    color: #fff;
}

.client-home-cards .card-header {
    padding: 10px 10px 0px 10px;
}

.client-home-cards .card-body p, .client-home-cards .list-group .list-group-item, .home-page-slider-panel .promo-banner .content ul li, .card-body.store-promoted-product ul li {
    padding: 0px;
    font-size: 14px;
    line-height: 23px;
    color: #464747;
    font-weight: 600;
}

.client-home-cards .card-body {
    padding: 15px 20px 15px;
}

.client-home-cards .list-group .list-group-item {
    padding: 18px 20px 18px;
}

a#ClientAreaHomePagePanels-Recent_Support_Tickets-0 label.label {
    background-color: #d5d5d5 !important;
    color: #787575;
    font-weight: 600;
    font-size: 73%;
}

.client-home-cards .list-group {
    border: 0 !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.client-home-cards .card-footer {
    padding: 0;
}

.client-home-cards .card-header .btn i {
    display: none;
}

.client-home-cards .card-header .btn {
    border: 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 23px;
    color: #868789;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
}

.client-home-cards .card-header .btn:focus, .card.card-accent-emerald input.btn.btn-success:focus, .card.card-accent-emerald input.btn.btn-default:focus, .domain-checker-container button#btnCheckAvailability:focus {
    box-shadow: none;
}

.client-home-cards .card-header .btn:hover {
    color: #868789;
}

.client-home-cards .card-header .btn.bg-color-red, .client-home-cards .card-header .bg-color-blue, .client-home-cards .list-group .list-group-item .label-success, .alert-warning a.btn-default, .alert.alert-danger .btn-default {
    text-decoration: none;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 2px;
    padding: 0px 10px;
    border: 0;
}

.client-home-cards .card-header .btn.bg-color-red, .alert-warning a.btn-default, .alert.alert-danger .btn-default {
    background-color: #f64e60;
}

.client-home-cards .card-header .bg-color-blue {
    background-color: #1bc577;
}

.client-home-cards .list-group .list-group-item .text-domain, .client-home-cards .card-body p a {
    color: #004fac;
    font-weight: 600;
}

.client-home-cards .list-group .list-group-item .label-success, .dataTables_wrapper .status-active {
    background-color: #e3f9f2;
    color: #01aa5d;
}

.client-home-cards .list-group .list-group-item:hover {
    background-color: transparent;
}

.card.card-accent-emerald, .card.card-accent-emerald .card-header, .card.card-accent-emerald .card-header .card-title {
    background-color: #004fac;
}

.card.card-accent-emerald .card-header .card-title i {
    color: #8cb0da;
}

.card.card-accent-emerald .card-header .card-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.card.card-accent-emerald input.form-control {
    width: 100%;
    padding: 28px 10px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 3px;
    font-size: 17px;
    line-height: 22px;
    color: #2e3442;
    font-weight: 400;
}

.card.card-accent-emerald input.btn.btn-success, .card.card-accent-emerald input.btn.btn-default {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 2px !important;
    margin-right: 10px;
    padding: 6px 25px;
}

.card.card-accent-emerald input.btn.btn-success {
    background-color: rgba(225, 240, 255, 0);
    border: 2px solid rgba(235, 233, 233, 0.43);
}

.card.card-accent-emerald input.btn.btn-success:hover {
    background-color: rgba(255, 255, 255, .102);
    border: 2px solid rgba(255, 255, 255, .102);
}

.card.card-accent-emerald input.btn.btn-default {
    background-color: #1bc577;
    border: 2px solid #1bc577;
}

.card.card-accent-emerald input.btn.btn-default:hover {
    background-color: rgba(255, 255, 255, .102);
    color: #fff;
}

.client-home-cards .col-md-6 {
    padding: 0px 9px;
}

.tiles .tile, .tiles .tile:hover {
    background-color: #fff;
}

.client-home-cards .row {
    width: 100%;
    margin: 0;
}

.client-home-cards .list-group .list-group-item span.text-last-updated {
    color: #acb0b8;
}

.tiles .tile:hover {
    margin-top: -5px;
}

/*======clientarea css end=======*/

/* =================================================== */

/*============= services-page-css-start ==============*/

.sidebar .list-group-item>i.far.fa-circle::after, .sidebar .list-group-item.active>i.far.fa-dot-circle::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
    border-radius: 50%;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
}

.sidebar .list-group-item>i.far.fa-circle, .sidebar .list-group-item>i.far.fa-dot-circle {
    color: #dfdfdf;
    position: relative;
    z-index: 0;
    font-size: 18px;
    top: 2px;
}

.sidebar a[menuitemname='Active']>i.far.fa-dot-circle, .sidebar a[menuitemname='Paid']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareaactive']>i.far.fa-dot-circle, .sidebar a[menuitemname='Delivered']>i.far.fa-dot-circle, .sidebar a[menuitemname='Answered']>i.far.fa-dot-circle {
    color: #01aa5d;
}

.sidebar a[menuitemname='Pending']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareapending']>i.far.fa-dot-circle {
    color: #6f7997;
}

.sidebar a[menuitemname='Suspended']>i.far.fa-dot-circle, .sidebar a[menuitemname='Unpaid']>i.far.fa-dot-circle, .sidebar a[menuitemname='Open']>i.far.fa-dot-circle {
    color: #4f7cec;
}

.sidebar a[menuitemname='Terminated']>i.far.fa-dot-circle, .sidebar a[menuitemname='Refunded']>i.far.fa-dot-circle, .sidebar a[menuitemname='Accepted']>i.far.fa-dot-circle, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-dot-circle {
    color: #dcb410;
}

.sidebar a[menuitemname='Cancelled']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-dot-circle, .sidebar a[menuitemname='Closed']>i.far.fa-dot-circle {
    color: #eb243b;
}

.sidebar a[menuitemname='Active']>i.far.fa-circle::after, .sidebar a[menuitemname='Active']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Paid']>i.far.fa-circle::after, .sidebar a[menuitemname='Paid']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareaactive']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareaactive']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Delivered']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Delivered']>i.far.fa-circle::after, .sidebar a[menuitemname='Answered']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Answered']>i.far.fa-circle::after {
    background-color: #01aa5d;
}

.sidebar a[menuitemname='Pending']>i.far.fa-circle::after, .sidebar a[menuitemname='Pending']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareapending']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareapending']>i.far.fa-dot-circle::after {
    background-color: #6f7997;
}

.sidebar a[menuitemname='Suspended']>i.far.fa-circle::after, .sidebar a[menuitemname='Suspended']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Unpaid']>i.far.fa-circle::after, .sidebar a[menuitemname='Unpaid']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Open']>i.far.fa-circle::after, .sidebar a[menuitemname='Open']>i.far.fa-dot-circle::after {
    background-color: #4f7cec;
}

.sidebar a[menuitemname='Terminated']>i.far.fa-circle::after, .sidebar a[menuitemname='Terminated']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Refunded']>i.far.fa-circle::after, .sidebar a[menuitemname='Refunded']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Accepted']>i.far.fa-circle::after, .sidebar a[menuitemname='Accepted']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-circle::after, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-dot-circle::after {
    background-color: #dcb410;
}

.sidebar a[menuitemname='Cancelled']>i.far.fa-circle::after, .sidebar a[menuitemname='Cancelled']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Closed']>i.far.fa-circle::after, .sidebar a[menuitemname='Closed']>i.far.fa-dot-circle::after {
    background-color: #eb243b;
}

table#tableServicesList td strong, table#tableServicesList td a, table#tableServicesList td, .dataTables_wrapper table.table-list td, .dataTables_wrapper table.table-list a, .dataTables_wrapper table.table-list td strong {
    font-size: 14px;
    line-height: 25px;
}

table#tableServicesList td strong, table#tableServicesList td, .dataTables_wrapper table.table-list td {
    color: #474747;
    font-weight: 600;
}

table#tableServicesList td a, .dataTables_wrapper table.table-list td a {
    color: #004fac;
    font-weight: 600;
    text-decoration: none;
}

table#tableServicesList td small.text-muted, .dataTables_wrapper table.table-list td small.text-muted {
    color: #7c8088;
    font-weight: 600;
    display: block;
    margin-top: -5px;
}

table#tableServicesList td:not(:last-child), .dataTables_wrapper table.table-list td:not(:last-child) {
    text-align: left !important;
}

table#tableServicesList th:last-child, .dataTables_wrapper table.table-list th:last-child, .dataTables_wrapper table.table-list td:last-child {
    text-align: right !important;
    padding-right: 30px;
}

table#tableServicesList th, .dataTables_wrapper table.table-list thead th {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    text-align: left;
}

.dataTables_wrapper table.table-list span label, .dataTables_wrapper table.table-list th:last-child span {
    color: #4f7cec;
}

.dataTables_wrapper table.table-list span label, .dataTables_wrapper table.table-list td:last-child span {
    font-size: 11px;
    line-height: 23px;
    font-weight: 600;
}

.dataTables_wrapper table.table-list span.label {
    padding: 3px 16px;
    border-radius: 2px;
}

.sidebar .card-sidebar .list-group-item.active {
    background-color: transparent;
}

.dataTables_wrapper .status-pending {
    background-color: #ebedf2;
    color: #6f7997;
}

.dataTables_wrapper .status-suspended, .dataTables_wrapper .status-unpaid {
    background-color: #e2efff;
    color: #4f7cec;
}

.dataTables_wrapper .status-terminated {
    background-color: #f7f0d6;
    color: #c09f19;
}

.dataTables_wrapper .status-cancelled {
    background-color: #ffd7e0;
    color: #eb243b;
}

.sidebar .card-sidebar .card-minimise.minimised, .sidebar .card-sidebar .card-minimise {
    font-size: 14px;
    color: #535353;
    position: relative;
    top: 4px;
}

.sidebar .card-sidebar .list-group-item .badge {
    padding: 5px 4px;
    text-align: right;
    background-color: #e1f0ff;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #4f7cec;
}

.dataTables_wrapper th, .dataTables_wrapper table.table-list thead th {
    border: 0;
}

.dataTables_wrapper .dataTables_filter label .form-control {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dcdee2;
    width: 300px;
}

.dataTables_wrapper div.dataTables_length label, .dataTables_wrapper div.dataTables_length select {
    font-size: 14px;
    color: #717171;
    font-weight: 600;
}

.dataTables_wrapper div.dataTables_length select {
    font-size: 12px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid rgb(113 113 113 / 37%);
    height: 24px;
    padding-top: 2px;
}

div#tableServicesList_paginate ul.pagination li a, .dataTables_wrapper ul.pagination li a {
    font-size: 12px;
    color: #717171;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 2px;
    margin-top: 0.8px;
    border: 1px solid rgb(113 113 113 / 37%);
}

div#tableServicesList_paginate ul.pagination li, .dataTables_wrapper ul.pagination li {
    margin: 0px 4px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination, .dataTables_wrapper ul.pagination {
    margin: 0;
}

div#tableServicesList_paginate .pagination>.active>a, .dataTables_wrapper ul.pagination>.active>a {
    background-color: #004fac;
    border-color: #004fac;
    color: #fff;
    padding: 3px 8px;
}

div#tableServicesList_paginate li#tableServicesList_next a, .dataTables_wrapper ul.pagination>.next a {
    background-color: #717171;
    color: #fff;
}

div#tableServicesList_paginate, div#tableServicesList_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length {
    padding-top: 7px;
}

table.table-list tbody td {
    padding: 18px 8px;
    border-top: 1px solid #f1f1f1;
}

.table-list>tbody>tr:hover>td {
    background-color: #f3f6f938;
}

table#tableServicesList th, .dataTables_wrapper table.table-list th {
    background: #f3f6f9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    padding: 15px 8px;
}

table#tableServicesList th::after, table#tableServicesList th::before, .dataTables_wrapper table.table-list th::after, .dataTables_wrapper table.table-list th::before {
    opacity: 0;
}

.dataTables_wrapper table {
    padding: 10px;
    background-color: #fff;
}

.dataTables_wrapper table tbody tr:first-child td {
    border-top: 0;
}

.dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li:focus, .dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li a:hover, .dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li a:focus {
    outline: 0;
}

.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: #f3f6f9;
}

/* ===================================== */

/* ============product-details============= */

.alert-warning, .alert.alert-danger, .primary-content #order-standard_cart .alert-warning {
    font-size: 14px;
    line-height: 23px;
    color: #856404;
    font-weight: 600;
    background-color: #fff3cd;
    padding: 8px 10px;
    border-color: transparent;
    border-radius: 3px;
}

div.product-details .product-status-pending, div.product-details .product-status-active {
    background-color: #e5edf7;
    border-radius: 3px;
    border: 2px solid #bfd3ea;
    padding: 40px 30px 72px;
}

.col-sm-7.text-left.ssl-inactive img {
    margin-top: -4px;
}

div.product-details div.product-icon {
    background-color: transparent;
}

div.product-details div.product-icon span i.fas.fa-circle.fa-stack-2x, .product-icon.text-center h3 {
    display: none;
}

div.product-details div.product-icon span i.fas.fa-hdd.fa-stack-1x.fa-inverse {
    color: #004fac;
    font-size: 65px;
}

.product-icon.text-center h4 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 40px;
    color: #004fac;
    font-weight: 800;
}

.product-status-text {
    background-color: #ceddef;
    color: #004fac;
}

div.product-details div.product-icon span.fa-stack.fa-lg {
    line-height: 0;
    height: auto;
}

.product-status-text {
    font-weight: 600;
    max-width: 85px;
    width: 100%;
    border-radius: 12px;
    line-height: 15px;
    padding: 5px 5px;
    text-transform: capitalize;
    font-size: 13px;
    margin: auto;
}

.product-details .col-md-6.text-center {
    text-align: left !important;
    font-size: 14px;
    line-height: 25px;
    color: #474747;
    font-weight: 600;
}

.product-details .col-md-6.text-center h4:first-child {
    margin-top: 0;
}

.product-details .col-md-6.text-center h4 {
    font-size: 13px;
    line-height: 18px;
    color: #acb0b8;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
}

.tab-content.margin-bottom div#tabOverview {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.tab-content.margin-bottom div#tabOverview .card, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
    border-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
    background-color: #f3f6f9;
    padding: 10px 10px 0px 10px;
    margin: 0px 20px;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
    position: relative;
    transition: all .3s ease-in;
    border-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active {
    background-color: transparent;
    color: #004fac;
    font-weight: 600;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
    padding: 0px 0px 10px 0px !important;
    margin: 5px 12px 3px 12px;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    background-color: #004fac;
    left: 0;
    height: 2px;
    bottom: 0;
    transition: all .3s ease-in;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover::after, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active::after {
    width: 100%;
}

div#domain strong, div#domain .col-sm-7 {
    font-size: 13px;
    line-height: 35px;
    color: #acb0b8;
    font-weight: 400;
}

div#domain .col-sm-7 {
    max-width: 18%;
    color: #474747;
    font-weight: 600;
}

div#domain .col-sm-5.text-right {
    text-align: left !important;
    max-width: 15%;
}

div#domain .row {
    width: 100%;
    margin: 0;
}

div#domain p {
    text-align: left;
    padding: 0px 10px;
}

div#domain p a.btn.btn-default {
    font-size: 12px;
    line-height: 20px;
    color: #3699ff;
    font-weight: 600;
    border-radius: 2px;
    background-color: #e1f0ff;
    border: 1px solid transparent;
    margin: 0px 5px;
}

div#domain p a.btn.btn-default:hover {
    border-color: #3699ff;
}

div.product-details-tab-container {
    padding: 20px 25px;
    border: 0;
}

#tabOverview .col-lg-6 h5 {
    font-size: 13px;
    line-height: 18px;
    color: #acb0b8;
    font-weight: 400;
    margin-bottom: 0;
}

#tabOverview .col-lg-6 {
    font-size: 14px;
    line-height: 25px;
    color: #474747;
    font-weight: 600;
}

.ticket-top-cont a {
    text-decoration: none;
}

/* ====================================================== */

/*=================submit-ticket start===================*/

.card.sub-ticket {
    background: transparent;
    border: none;
}

.primary-content .sub-ticket .card-title {
    font-size: 20px;
    background: #f3f6f9;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 14px;
}

.sub-ticket .w-100.mb-4 .text-muted {
    color: #464747!important;
    font-size: 14px;
}

.card.sub-ticket .card-body.extra-padding {
    padding: 0 15px;
}

.cs-ticket .col-md-4 {
    margin-bottom: 25px;
}

.ticket-div-20i {
    box-shadow: 0px 2px 3px #00000014;
    padding: 42px 20px;
    min-height: 100%;
    background: #fff;
    text-align: center;
    border-radius: 3px;
}

.ticket-div-20i .ticket-top-cont i {
    width: 100%;
    color: #004fac;
    font-size: 30px;
    margin-bottom: 20px;
}

.ticket-top-cont h5 {
    font-size: 20px;
    color: #474747;
    font-weight: bold;
    margin-bottom: 10px;
}

.ticket-div-20i .text-muted {
    color: #acb0b8 !important;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.cs-ticket .col-md-4:first-child, .cs-ticket .col-md-4:nth-child(4) {
    padding-left: 0;
}

.cs-ticket .col-md-4:nth-child(3) {
    padding-right: 0;
}

/*========================submit-ticket end===================*/

/* =========================================================== */

/*===============domain-renew page start css==================*/

.domain-renewals .domain-renewal {
    border-bottom: none!important;
}

.domain-renewals {
    border-top: none!important;
}

body #order-standard_cart .font-size-24~p {
    color: #7c8088;
    font-size: 12px;
}

#order-standard_cart .domain-renewals .btn-add-renewal-to-cart {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 3px;
    background-color: #1bc577;
    border: 1px solid #1bc577;
}

#order-standard_cart #scrollingPanelContainer .order-summary {
    background-color: transparent;
    border-bottom: 0;
    margin: 0;
}

#order-standard_cart #scrollingPanelContainer .order-summary h2 {
    margin: 0;
    padding: 20px 0px 10px;
    color: #101010;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

#order-standard_cart #scrollingPanelContainer .summary-container {
    border-radius: 0px;
    background-color: #ffffff;
    padding: 10px 0px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .product-name {
    padding: 10px 5px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .summary-totals, #order-standard_cart #scrollingPanelContainer .order-summary .subtotal, #order-standard_cart #scrollingPanelContainer .order-summary .recurring-totals {
    padding: 0px 5px 18px;
    border-top: 0;
    border-bottom: 1px solid #edeef0;
}

div#cartDomainRenewal1, div#cartDomainRenewal2 {
    padding: 10px 5px;
}

#scrollingPanelContainer .total-due-today {
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0;
}

#order-standard_cart #scrollingPanelContainer .order-summary .total-due-today .amt {
    order: 2;
    font-weight: 800;
    font-size: 25px;
    color: #000;
}

#order-standard_cart #scrollingPanelContainer .order-summary .total-due-today span {
    text-align: left;
    order: 1;
    font-size: 14px;
    line-height: 20px;
    color: #7c8088;
    margin-bottom: 12px;
}

#scrollingPanelContainer a#btnGoToCart, #order-standard_cart #scrollingPanelContainer .order-summary .btn-checkout, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer #orderSummary button#btnCompleteProductConfig {
    background-color: #1bc577;
    border-color: #1bc577;
    border-radius: 3px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0;
}

#scrollingPanelContainer a#btnGoToCart:hover, #order-standard_cart .domain-renewals .btn-add-renewal-to-cart:hover {
    background-color: transparent;
    color: #1bc577;
}

body #order-standard_cart .domain-renewals .font-size-24 {
    font-size: 17px;
    line-height: 25px;
    color: #004fac;
    font-weight: 700;
    margin-bottom: 4px;
}

body #order-standard_cart .domain-renewals label.control-label {
    color: #7c8088;
}

body #order-standard_cart .domain-renewals label.control-label {
    font-size: 12px;
    font-weight: 600;
}

body #order-standard_cart .domain-renewals .form-control {
    font-size: 12px;
    color: #2e34429c;
    font-weight: 600;
    border-radius: 2px;
    background-color: #f3f6f9;
    border: 0;
    max-width: 175px;
}

.secondary-cart-body .domain-renewals .domain-renewal .label {
    border-radius: 3px;
    font-size: 11px;
    line-height: 15px;
    color: #f64e60;
    font-weight: 700;
    background-color: #ffeaec;
    padding: 4px 10px;
    display: inline-block;
}

#order-standard_cart .secondary-cart-body .domain-renewals form.form-horizontal .col-md-5 {
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
    max-width: 100%;
}

#order-standard_cart .domain-renewals .domain-renewal .text-right, #order-standard_cart .domain-renewals~.text-center {
    text-align: left !important;
}

body #order-standard_cart .domain-renewals form.form-horizontal .col-sm-6 {
    padding: 0;
}

#order-standard_cart .domain-renewals {
    background-color: transparent;
}

#order-standard_cart .domain-renewals .domain-renewal {
    background-color: #fff;
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 25px 22px;
}

#order-standard_cart .domain-renewals .domain-renewal form.form-horizontal {
    float: left;
    width: 66%;
}

body #order-standard_cart .domain-renewals .font-size-24~p {
    margin-bottom: 28px;
}

#order-standard_cart .domain-renewals~.text-center small, form#frmDomainTransfer~.small {
    font-size: 12px;
    line-height: 19px;
    color: #7c8088;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}

div#producttotal .summary-totals .clearfix span, #order-standard_cart #scrollingPanelContainer .order-summary .subtotal span, #order-standard_cart #scrollingPanelContainer .order-summary .recurring-totals span {
    font-size: 14px;
    line-height: 20px;
    color: #7c8088;
    font-weight: 400;
}

div#scrollingPanelContainer div#orderSummary {
    background-color: #fff;
    padding: 7px 25px 30px;
    box-shadow: 0 1px 5px 1px rgb(26 32 44 / 4%);
    margin-top: 10px !important;
}

/* =========================================================== */

/*===================domain-renew page end css=================*/

/* ============================================================================= */

/*=================== ssl certificate page css start 4 feb 2021 =============*/

.primary-content .landing-page .hero {
    background: #004fac;
    ;
    padding: 80px 0;
}

.primary-content .landing-page .hero h2 {
    margin: 0 0 15px 0;
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
}

.primary-content .landing-page .hero h3 {
    font-size: 19px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
}

.primary-content .landing-page .hero img {
    width: 250px;
}

.primary-content .landing-page.ssl .validation-levels {
    padding: 70px 0px;
    background-color: #ffff;
    text-align: center;
}

.primary-content .landing-page.ssl .validation-levels h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 35px;
}

.primary-content .landing-page.ssl .validation-levels .col-md-6 {
    margin-bottom: 20px;
}

.primary-content .landing-page.ssl .validation-levels .item {
    border: 1px solid #ececed;
    display: grid;
    height: 100%;
    align-items: center;
    justify-items: center;
    align-content: flex-start;
    margin: 0;
    transition: all .3s ease;
}

.primary-content .landing-page.ssl .validation-levels .item img {
    width: 200px;
}

.primary-content .landing-page.ssl .validation-levels .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .validation-levels .item span, .card.switch-account-20i .card-body p {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
}

.using-password-strength .alert-info {
    color: #0B1948;
    background-color: #EBF3FF;
    border-color: #DEEBFE;
}

.primary-content .landing-page.ssl .validation-levels .item .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #004fac;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #004fac;
    margin: auto;
    padding: 10px 8px;
    width: 120px;
    max-width: 100%;
    margin-top: 30px;
}

.primary-content .landing-page.ssl .validation-levels .item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
    border-color: transparent;
}

.primary-content .landing-page.ssl .validation-levels .item .btn:hover {
    background-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.ssl p.help-me-choose a, .primary-content .landing-page.ssl a.help-me-choose {
    font-size: 19px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

/*===== navbar ======*/

.primary-content .landing-page .navbar {
    background-color: #004fac!important;
}

.primary-content .landing-page .navbar .navbar-brand {
    display: none;
}

.primary-content .landing-page .navbar .navbar-nav li {
    width: 25%;
    border-right: 1px solid #1358aa;
}

.primary-content .landing-page .navbar .navbar-nav li a {
    border-right: none;
}

.primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li>a {
    background: transparent;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 15px;
    position: relative;
    border-left: 0;
}

.primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li:last-child>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li:last-child>a {
    border-right: none;
}

.primary-content .landing-page .navbar .navbar-nav>li>a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: 10px;
    transition: all .3s ease-in;
}

.primary-content .landing-page .navbar .navbar-nav>li>a:hover, .primary-content .landing-page .navbar .navbar-nav>li.active>a {
    background-color: #094b9a;
}

.primary-content .landing-page .navbar .navbar-nav>li>a:hover::before {
    width: 10%;
}

/* =========================================================== */

/*================= stanout text ================*/

.primary-content .landing-page.ssl .content-block.standout h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.ssl .content-block.standout p, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ssl .content-block.standout .btn, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn, .primary-content .landing-page.sitelock .content-block.emergency .btn, .primary-content .landing-page.mail-services .product-options .item .btn, .primary-content .landing-page.mail-services .content-block.get-started .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #004fac;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #004fac;
    margin: auto;
    padding: 10px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.ssl .content-block.standout .btn:hover, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn:hover, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn:hover, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn:hover, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn:hover, .primary-content .landing-page.sitelock .content-block.emergency .btn:hover, .primary-content .landing-page.mail-services .product-options .item .btn:hover, .primary-content .landing-page.mail-services .content-block.get-started .btn:hover {
    background-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.ssl .content-block.standout.what-is-ssl p {
    max-width: 1030px;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits h4, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 10px;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl p a {
    color: #094b9a;
    font-weight: bold;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl ul {
    padding: 0;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl li, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body li {
    font-size: 16px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl .fas, .primary-content .landing-page.ssl .content-block.what-is-ssl .far {
    float: none;
    color: #094b9a;
    font-size: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl p small {
    font-weight: bold;
    color: #575757;
    letter-spacing: 0.2px;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits .col-lg-2, .account-manage-20i form label {
    font-size: 18px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits i {
    margin: 10px 0;
    font-size: 3em;
    color: #004fac;
}

/* =========================================================== */

/*================ standout-1 css ==================*/

.primary-content .landing-page.ssl .standout-1 {
    background-color: #004fac;
}

.primary-content .landing-page.ssl .standout-1 h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
}

.primary-content .landing-page.ssl .standout-1 .browser .browser-image img {
    border-radius: 23px;
}

.primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper {
    max-width: 600px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .17);
    font-size: 1.2rem;
    color: #6b788b;
}

.primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper img {
    margin: 0px auto 20px;
    width: 80px;
}

.primary-content .landing-page.ssl .content-block.standout .item {
    padding: 30px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.03);
}

.primary-content .landing-page.ssl .content-block.standout .item:hover {
    box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.03);
}

.primary-content .landing-page.ssl .content-block.standout .item img {
    width: 150px;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.primary-content .landing-page.ssl .content-block.standout .item:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.primary-content .landing-page.ssl .content-block.standout .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
    margin: 80px 0 0 0;
    background-color: transparent;
    font-size: 34px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

/* =========================================================== */

/*================== Accordion =========================*/

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card, .primary-content .landing-page.sitelock .content-block.faq .accordion .card {
    margin-bottom: 20px !important;
    border-radius: 3px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    padding: 15px 25px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header h4 {
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4 .arrow {
    float: right;
    margin-right: 0;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-body {
    margin-top: 0px;
    padding: 15px 25px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose ul {
    padding-left: 15px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose img {
    margin: 0 0 20px;
    width: 150px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose p.ideal, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose p.ssl-types-expl {
    text-align: left;
    color: #2a2e36;
    margin-bottom: 20px;
    font-size: 16px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn.btn-block, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn.btn-block {
    display: inline-block;
    width: auto;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .ssl-certs-all li {
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
    font-size: 15px;
    line-height: 26px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion #collapseFaq .card-body p {
    margin-bottom: 35px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 {
    font-size: 28px;
    line-height: 34px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 .logos img {
    max-height: 50px;
}

.primary-content .landing-page~p {
    padding: 10px;
    margin: 0;
    background-color: #e5f1fe;
    font-size: 18px;
    line-height: 34px;
    color: #031b4e;
    font-weight: 590;
}

/* ============================================================================== */

/*========================= ssl certificate page css end ========================*/

/* =========================================================== */

/*============== weebly page css start 5 feb 2021 =============*/

.primary-content .landing-page.weebly .hero img {
    width: 250px;
}

.primary-content .landing-page.weebly .navbar {
    background-color: #1f8eed !important;
}

.primary-content .landing-page.weebly .navbar .navbar-nav li {
    width: 25%;
    border-right: 1px solid #0c7dde;
}

.primary-content .landing-page.weebly .navbar.navbar-expand-lg .navbar-nav>li:last-child>a, .primary-content .landing-page.sitelock .navbar.navbar-expand-lg .navbar-nav>li:last-child>a {
    border-right: none;
}

.primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.weebly .content-block.image-standout p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.weebly .content-block.image-standout p.lead {
    font-size: 24px;
    line-height: 40px;
    color: #031b4e;
    font-weight: 600;
}

.primary-content .landing-page.weebly .content-block.features {
    padding: 30px 0 0;
    background-color: transparent;
    text-align: center;
}

.primary-content .landing-page.weebly .content-block.features .feature {
    height: 200px;
    padding: 0 15px;
    background-color: transparent;
    border-color: transparent;
}

.primary-content .landing-page.weebly .content-block.features .feature .icon {
    line-height: 90px;
}

.primary-content .landing-page.weebly .content-block.features .feature .icon img {
    width: 60px;
    margin-bottom: 30px;
}

.primary-content .landing-page.weebly .content-block.features .feature h4, .primary-content .landing-page.weebly .content-block.faq h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.weebly .content-block.features .feature p {
    color: #555;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group {
    width: 100%;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
    color: #474747;
    font-weight: 510;
    border: 1px solid #ddd;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change:hover, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change.active, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change:focus, #modalChooseLanguage .modal-footer button{
    background-color: #004fac;
    border-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan {
    margin: 0 0 25px 0;
    padding: 30px 40px 40px;
    background-color: #dceefd;
    border: 0;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .landing-page.ssl .content-block.features h3, .landing-page.ssl .standout .col-sm-8.col-md-9.order-1 h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h5, .landing-page.ssl .content-block.standout-features.standout h4, .landing-page.ssl .standout .row.ideal-for.ov h4, .landing-page.ssl .standout .row.ideal-for.dv h4, .landing-page.ssl .standout .row.ideal-for.ev h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 20px;
}

.landing-page.ssl .content-block.standout-features.standout h4 {
    margin-bottom: 10px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item {
    padding: 20px;
    border-radius: 0;
    border: 0;
    outline: 1px solid #eee;
    margin-bottom: 1px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header {
    padding: 0
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header h4, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .price span, .landing-page.bg-white.ssl .content-block.standout h3, .landing-page.ssl .content-block.dashed-border.standout h4 {
    font-size: 24px;
    line-height: 26px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 5px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header h5 {
    font-size: 18px;
    line-height: 28px;
    color: #6b788b;
    font-weight: 600;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .feature-heading {
    background-color: transparent;
    font-size: 17px;
    text-align: left;
    margin-bottom: 15px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item li {
    line-height: 24px;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item li::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #031b4e;
    line-height: 16px;
    content: '\f00c';
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.site-features {
    height: 310px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.ecommerce-features {
    height: 185px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn {
    margin: 0;
    background: #004fac;
    color: #fff;
    outline: 1px solid #004fac;
}

.primary-content .landing-page.weebly .content-block.faq {
    padding: 50px 0;
    background-color: #fff;
    margin: 0;
}

.primary-content .landing-page.weebly .content-block.trusted-by {
    color: #6b788b;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 40px 0px;
}

.primary-content .landing-page.weebly .content-block.trusted-by img {
    max-height: 60px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.primary-content .landing-page.weebly .content-block.trusted-by .col-sm-7.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.primary-content .landing-page.weebly .content-block.faq .col-md-4 {
    padding-right: 50px;
}

.primary-content .landing-page.weebly .content-block.faq h4 {
    font-size: 18px;
    margin-top: 30px;
}

.primary-content .landing-page.weebly .content-block.faq p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
}

/* ========================================================================== */

/*================ weebly page css end 5 feb 2021 ===========================*/

/* ========================================================================== */

/*=================== sitelock page css start 5 feb 2021 =====================*/

.primary-content .landing-page.sitelock .hero img {
    width: 250px;
}

.primary-content .landing-page.sitelock .navbar {
    background-color: #1f8eed !important;
}

.primary-content .landing-page.sitelock .content-block h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.sitelock .content-block h3 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.sitelock .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
    word-break: break-word;
}

.landing-page.sitelock .plans .plan ul li span {
    word-break: break-word;
}

.primary-content .landing-page.sitelock .content-block.plans {
    padding: 0px 0;
    background-color: #fff;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .col-lg-4 {
    padding: 0 15px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan {
    border: 1px solid #ececed;
    transition: all .3s ease;
    border-radius: 3px;
    height: 100%;
    margin: 0;
    align-content: flex-start;
    transition: all .3s ease;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header {
    background-color: transparent;
    color: #2a2e36;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header h4 {
    font-size: 24px;
    line-height: 26px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 15px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header p {
    font-size: 16px;
    line-height: 28px;
    color: #6b788b;
    font-weight: 600;
    margin: 0;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul {
    height: auto;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul li {
    line-height: 24px;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 10px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul li .fa-check {
    font-size: 13px;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper i, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper i {
    font-size: 35px;
    color: #004fac;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content {
    margin: 0 60px 30px;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content h4, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 5px;
}

.primary-content .landing-page.sitelock .content-block.emergency {
    padding: 60px 0;
    background-color: #e5f1fe;
    color: #2a2e36;
}

.primary-content .landing-page.sitelock .content-block.emergency h2.text-danger {
    color: #031b4e!important;
}

.primary-content .landing-page.sitelock .content-block.emergency .price {
    font-size: 36px;
    line-height: 45px;
    color: #004fac;
    font-weight: 800;
}

.primary-content .landing-page.sitelock .content-block.faq+.content-block, .primary-content .landing-page.mail-services .content-block.faq+.content-block {
    margin: 0;
}

.primary-content .landing-page.sitelock .content-block.faq+.content-block img, .primary-content .landing-page.mail-services .content-block.faq+.content-block img {
    width: 200px;
}

.primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-body {
    font-size: 15px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
}

/* =========================================================== */

/*============ sitelock page css end 5 feb 2021 =================*/

/* =========================================================== */

/*================== codegaurd page css start ==================*/

.primary-content .landing-page.codeguard .navbar, .primary-content .landing-page.mail-services .navbar {
    background-color: #1f8eed !important;
}

.primary-content .landing-page.codeguard .navbar .navbar-nav li, .primary-content .landing-page.mail-services .navbar .navbar-nav li {
    width: 25%;
    border-right: 1px solid #0c7dde;
}

.primary-content .landing-page.codeguard .navbar .navbar-nav li:last-child>a, .primary-content .landing-page.mail-services .navbar .navbar-nav li:last-child>a {
    border-right: none
}

.primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.codeguard .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.codeguard .content-block.image-standout {
    margin-bottom: 0;
    padding-bottom: 0;
}

.primary-content .landing-page.codeguard .content-block.overview-features li {
    float: left;
    margin: 0;
    width: 20%;
    text-align: center;
    border-right: 1px solid #ddd;
    display: grid;
    height: 100%;
    padding: 0 15px;
    justify-content: center;
}

.primary-content .landing-page.codeguard .content-block.overview-features li img {
    filter: grayscale(100%);
    margin: auto;
}

.primary-content .landing-page.codeguard .content-block.overview-features li span {
    font-size: 18px;
    line-height: 28px;
    color: #474747;
    font-weight: 600;
}

.primary-content .landing-page.codeguard .content-block.pricing {
    background: #004fac;
    color: #fff;
    padding: 70px 0;
}

.primary-content .landing-page.codeguard .content-block.pricing h2 {
    color: #fff;
}

.primary-content .landing-page.codeguard .content-block.pricing .irs-bar, .primary-content .landing-page.codeguard .content-block.pricing .irs-bar-edge {
    background: #2a2a2a;
}

.primary-content .landing-page.codeguard .content-block.pricing .pricing-container .price {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
}

.primary-content .landing-page.codeguard .content-block.pricing .pricing-container #pricingCycle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.primary-content .landing-page.codeguard .content-block.pricing .price-calc-container .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: auto;
    padding: 10px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.codeguard .content-block.pricing .price-calc-container .btn:hover {
    background-color: #fff;
    color: #004fac;
}

.primary-content .landing-page.codeguard .content-block.features {
    margin: 0;
    padding: 70px 0;
}

.primary-content .landing-page.codeguard .content-block.features .col-lg-4 {
    margin-bottom: 30px;
}

.primary-content .landing-page.codeguard .content-block.features .feature {
    padding: 20px;
    height: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: all .3s ease;
}

.primary-content .landing-page.codeguard .content-block.features .feature:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.codeguard .content-block.features .feature .icon {
    line-height: inherit;
    margin-bottom: 15px;
}

.primary-content .landing-page.codeguard .content-block.features .feature .icon img {
    width: 80px;
}

.primary-content .landing-page.codeguard .content-block.features .feature h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.codeguard .content-block.features .feature p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    font-weight: 400;
}

.primary-content .landing-page.codeguard .content-block.faqs {
    padding: 0px 0 50px;
    background-color: #fff;
    text-align: left;
    margin: 0;
}

.primary-content .landing-page.codeguard .content-block.faqs .col-lg-4 {
    padding-right: 50px;
}

.primary-content .landing-page.codeguard .content-block.faqs h4 {
    font-size: 18px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 20px;
    font-style: normal;
}

.primary-content .landing-page.codeguard .content-block.faqs p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

.primary-content .landing-page.codeguard .content-block.faqs+.content-block {
    margin: 0;
}

.primary-content .landing-page.codeguard .content-block.faqs+.content-block img {
    width: 200px;
}

/* =========================================================== */

/*============= codegaurd page css end ====================*/

/* =========================================================== */

/*=============== email Services page css start ===============*/

.primary-content .landing-page.mail-services .product-options {
    background-color: #fff;
    padding: 50px 0 0;
    margin: 40px 0;
}

.primary-content .landing-page.mail-services .product-options .item {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .3s ease;
    padding: 35px 30px 40px;
}

.primary-content .landing-page.mail-services .product-options .item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.mail-services .product-options .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.mail-services .product-options .item .icon i {
    color: #004fac;
    margin: 25px 0;
}

.primary-content .landing-page.mail-services .product-options .item span {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
}

.primary-content .landing-page.mail-services .product-options .item p {
    margin: 10px 0 30px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.primary-content .landing-page.mail-services .product-options .item .price {
    color: #004fac;
    font-weight: 600;
    margin-bottom: 20px;
}

.primary-content .landing-page.mail-services .product-options .item .btn.btn-learn-more {
    background-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.mail-services .product-options .powered-by {
    display: none;
}

.primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
    padding-right: 50px;
}

.primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.mail-services .content-block h3, .primary-content .landing-page.marketgoo .content-block.faqs h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 10px;
}

.primary-content .landing-page.mail-services .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.mail-services .content-block h4, .primary-content .landing-page.mail-services .content-block.faq h4 {
    font-size: 18px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 20px;
}

.primary-content .landing-page.mail-services .content-block.faq p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

.primary-content .landing-page.mail-services .content-block.tabs {
    background: #fff;
    padding-top: 10px;
}

.primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 0;
    margin-right: 10px;
    color: #474747;
    font-weight: 510;
}

.primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a.active {
    border: 1px solid #004fac;
    color: #004fac;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .04);
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits {
    margin: 0 0 40px 0;
    padding: 30px;
    font-size: 16px;
    background: #e5f1fe;
    border-radius: 0;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits h3 {
    margin-bottom: 20px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content p {
    font-size: 15px;
    line-height: 27px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits .fa-check {
    font-size: 13px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits>div {
    font-size: 16px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.mail-services .content-block.get-started {
    background-color: #e5f1fe;
    color: #6b788b;
}

.primary-content .landing-page.mail-services .content-block.get-started .price {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.mail-services .content-block.get-started .btn-group.choose-product .btn:first-child {
    margin-right: 20px;
}

.primary-content .landing-page.mail-services .content-block.get-started .additional-options label {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 12px;
    color: #555;
    display: inline-block;
}

/* =========================================================== */

/*========== email Services page css end ================*/

/* =========================================================== */

/*================ marketgo page css start here ============*/

.primary-content .landing-page.marketgoo .video-banner {
    padding: 70px 0;
    background-color: #fff;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks {
    padding: 70px 0 0;
    margin: 0;
    background-color: #f8f8f8;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .feature-wrapper {
    padding: 0 0 70px;
    background-color: transparent;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 40px;
    display: grid;
    height: 100%;
    transition: all .3s ease;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block img {
    max-width: 150px;
    margin-bottom: 15px;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block span {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.labels ul li {
    font-size: 16px;
    line-height: 26px;
    color: #2a2e36;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: 0;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_lite ul li, .primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_pro ul li {
    margin-bottom: 10px;
    border: 0;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_pro ul {
    background-color: transparent;
}

.primary-content .landing-page.marketgoo .content-block.testimonials {
    background: #e5f1fe;
    padding: 80px 0;
    margin: 0;
    min-height: 500px;
    display: grid;
    justify-content: center;
    align-content: center;
}

.primary-content .landing-page.marketgoo .content-block.testimonials .testimonial {
    margin: 0 auto;
    max-width: 750px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    font-style: italics;
    color: #2a2e36;
    text-align: center;
}

.primary-content .landing-page.marketgoo .content-block.testimonials .carousel-indicators li {
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #8dbdf1;
    opacity: .8;
}

.primary-content .landing-page.marketgoo .content-block.faqs {
    background-color: #fff;
    padding: 70px 0;
    margin: 0;
}

.primary-content .landing-page.marketgoo .content-block.faqs p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
}

/* =========================================================== */

/*=================== marketgo page css end here ==================*/

/* =========================================================== */

/*==================== vpn page css start here =================*/

.primary-content .landing-page.sitelockvpn .hero, .primary-content .landing-page.ox .header {
    background-color: #004fac;
}

.primary-content .landing-page.ox .header .logo-img {
    width: 100%;
}

.primary-content .landing-page.sitelockvpn .hero-bg {
    background-size: 650px;
    padding: 80px 0;
}

.primary-content .landing-page.sitelockvpn .hero-bg .btn-start, .primary-content .landing-page.ox .header .header-content .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: auto;
    padding: 10px 20px;
    min-width: 150px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.sitelockvpn .hero-bg .btn-start:hover, .primary-content .landing-page.ox .header .header-content .btn:hover {
    background-color: #fff;
    color: #004fac;
    text-decoration: none;
}

.primary-content .landing-page.sitelockvpn .hero-bg h1 {
    margin: 0 0 15px 0;
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
}

.primary-content .landing-page.sitelockvpn .hero-bg h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}

.primary-content .landing-page.sitelockvpn .feature {
    margin: 0;
    padding: 80px 0 0;
}

.primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 20px;
}

.primary-content .landing-page.sitelockvpn .feature p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.sitelockvpn .feature img {
    max-width: 200px;
    margin: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature .highlights {
    padding-left: 0;
    margin: 0;
}

.primary-content .landing-page.sitelockvpn .feature .highlights li {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.sitelockvpn .feature .highlights li::before {
    content: "\f058";
    font-family: "FontAwesome";
    color: #004fac;
    width: 30px;
    margin-left: 0;
    font-size: 16px;
}

.primary-content .landing-page.sitelockvpn .feature.devices {
    margin: 0;
    padding: 80px 0;
    background-color: #fff;
}

.primary-content .landing-page.sitelockvpn .feature.devices h3 {
    margin-top: 0;
}

.primary-content .landing-page.sitelockvpn .feature.devices img {
    margin: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature.devices .logos {
    padding: 0;
    text-align: right;
}

.primary-content .landing-page.sitelockvpn .feature.devices .logos img {
    margin: 0px 45px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box {
    border: 1px solid #ececed;
    border-radius: 4px;
    transition: all .3s ease;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn {
    width: auto;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .cycle {
    padding: 20px 20px 0;
    background-color: transparent;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .signup form {
    margin-bottom: 10px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .cycle .label.label-info {
    margin-bottom: 0;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    vertical-align: middle;
    background-color: #004fac;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .price {
    margin: 0;
    padding: 20px;
    color: #004fac;
    font-weight: 800;
    font-size: 26px;
    text-align: center;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .signup {
    padding: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box ul {
    margin: 0;
    padding: 0 20px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box ul li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
    border: 0;
    padding: 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn, .primary-content .landing-page.ox .pricing table .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #004fac;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #004fac;
    margin: auto;
    padding: 10px 8px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 15px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn:hover, .primary-content .landing-page.ox .pricing table .btn:hover {
    background-color: #004fac;
    color: #fff;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans span {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 30px;
    text-align: left;
    padding-left: 25px;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans span::after {
    content: "\f058";
    font-family: "FontAwesome";
    color: #004fac;
    width: 15px;
    margin-left: 0;
    font-size: 16px;
    left: 0;
    top: 10px;
    position: absolute;
}

.primary-content .landing-page.sitelockvpn .feature .dividing-line {
    display: none;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans img {
    display: none;
}

.primary-content .landing-page.sitelockvpn .feature.world {
    padding: 100px 0 0;
}

.primary-content .landing-page.sitelockvpn .feature.world em {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 30px;
}

.primary-content .landing-page.sitelockvpn .feature.countries {
    background-color: #fff;
    padding: 0 0 100px;
}

.primary-content .landing-page.sitelockvpn .feature.world .row.text-center.text-md-left {
    text-align: right!important;
}

.primary-content .landing-page.sitelockvpn .feature.world span {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    color: #004fac;
}

.primary-content .landing-page.sitelockvpn .feature.world img {
    max-width: 100%;
    margin: 40px 0;
}

/* =========================================================== */

/*================== vpn page css end here ==================*/

/* =================================================================== */

/*================ professional email page css start here ============*/

.primary-content .landing-page.ox .header {
    padding: 80px 0;
    background-color: #004fac;
}

.primary-content .landing-page.ox .header .header-content h1 {
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-weight: 800;
}

.primary-content .landing-page.ox .stand-out {
    padding: 80px 0;
    background-color: #fff;
    color: #212529;
}

.primary-content .landing-page.ox .stand-out .wrapper {
    text-align: left;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 4px;
    min-height: 240px;
    margin-bottom: 20px;
}

.primary-content .landing-page.ox .stand-out .wrapper h2 {
    color: #031b4e;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 15px;
}

.primary-content .landing-page.ox .stand-out .wrapper p {
    font-size: 16px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ox .stand-out .wrapper ul li {
    font-size: 16px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 7px;
    border: 0;
    padding: 0;
    text-align: left;
}

.primary-content .landing-page.ox .features {
    margin: 0;
    text-align: center;
}

.primary-content .landing-page.ox .features h3, .primary-content .landing-page.ox .pricing h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    text-align: center;
}

.primary-content .landing-page.ox .features .feature-block {
    min-height: 120px;
    margin-top: 30px;
    text-align: left;
}

.primary-content .landing-page.ox .features .feature-block img {
    max-width: 60px;
}

.primary-content .landing-page.ox .features .feature-block p.title {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 7px;
}

.primary-content .landing-page.ox .features .feature-block p {
    margin-left: 80px;
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ox .pricing table tr:nth-child(2n) td:first-child {
    background-color: transparent;
}

.primary-content .landing-page.ox .pricing table tr td:first-child {
    padding: 15px 0px;
    text-align: left;
    border: 0;
    background-color: transparent;
}

.primary-content .landing-page.ox .pricing table tr td:first-child:not(.no-border) {
    border: 0;
    border-bottom: 1px solid #e1eaf3;
}

.primary-content .landing-page.ox .pricing table td:not(.no-border), .primary-content .landing-page.ox .pricing table th {
    padding: 15px 0px;
    border: 0;
    border-bottom: 1px solid #e1eaf3;
}

.primary-content .landing-page.ox .pricing table th {
    padding: 12px 8px;
    background-color: transparent!important;
    font-size: 20px;
    color: #031b4e;
}

.primary-content .landing-page.ox .pricing table .pricing-label {
    font-size: 25px;
    line-height: 28px;
    color: #031b4e;
    font-weight: 800;
    padding: 0;
}

.primary-content .landing-page.ox .pricing table td {
    font-size: 16px;
    line-height: 28px;
    color: #212529;
    font-weight: 600;
}

.primary-content .landing-page.ox .pricing table td img {
    width: 17px;
    transform: rotate(15deg);
}

.primary-content .landing-page.ox .faqs {
    background-color: #fff;
}

.primary-content .landing-page.ox .faqs .col-lg-6 {
    padding-right: 50px;
}

.primary-content .landing-page.ox .faqs p.question {
    font-size: 18px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 20px;
}

.primary-content .landing-page.ox .faqs p {
    font-size: 15px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

/* =========================================================== */

/*============== professional email page css end here ===========*/

/* ======================================================= */

/*============= clienarea-header-csss-start============ */

.top-nav-20i li#Secondary_Navbar-Account a {
    font-weight: 600;
    text-decoration: none;
}

.top-nav-20i {
    align-items: center;
}

header.header .top-nav-20i .nav-link {
    border: 0;
    color: #464646;
}

.top-nav-20i li.nav-item {
    margin-left: 0 !important;
}

.top-nav-20i li.nav-item:nth-of-type(2) {
    margin-right: 12px;
}

.top-nav-20i li.nav-item:nth-of-type(1) a {
    padding-right: 0.3rem;
}

.main-navbar-wrapper .login-20i-clientarea {
    margin-right: auto;
    margin-left: 0 !important;
}

header.header .main-navbar-wrapper .navbar-nav li:first-child a {
    margin-left: 0;
}

.user-detail-20i span.span-logged-in, .user-detail-20i .btn-active-client, div#ticketReplyContainer .form-group .text-muted small, form[action="/submitticket.php?step=3"] .form-group .text-muted small, #order-standard_cart #scrollingPanelContainer .order-summary .btn-continue-shopping {
    font-size: 12px;
    line-height: 20px;
    color: #6b788b;
    font-weight: 400;
}

#header .user-detail-20i a.btn {
    padding: 0;
    color: #004fac;
    font-weight: bold;
}

.user-detail-20i {
    background-color: #f3f6f9;
    padding: 3px 13px;
}

li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right li {
    padding: 4px 5px;
}

li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right li a {
    font-size: 14px;
}

/*============= clienarea-header-csss-end============ */

/* ================================================== */

/*=================== header-css-end============== */

/* ==================================================================== */

/* =========================index-page-css-start========================== */

/*================== fast-hosting-theme-banner-design ==================*/

.fast-hosting-theme-section {
    background-color: #f2f5ff;
    padding: 60px 0px 200px;
}
.fast-hosting-theme-content {
    padding-top: 25px;
}
.fast-hosting-theme-title {
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #031b4e;
    font-weight: 800;
}

.fast-hosting-theme-section .fast-hosting-theme-title {
    margin-bottom: 22px;
}

.fast-hosting-theme-text {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.fast-hosting-theme-section .fast-hosting-theme-text {
    margin-bottom: 20px;
}

.fast-hosting-theme-list li {
    font-size: 16px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}

.fast-hosting-theme-list li span {
    position: absolute;
    left: 0;
}

.fast-hosting-theme-list li span i {
    font-size: 11px;
    color: #004fac;
    font-weight: 600;
}

.fast-hosting-theme-list li span::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 5px;
    left: -5px;
    border: 2px solid #004fac;
    border-radius: 50%;
}

.fast-hosting-theme-list {
    padding-left: 4px;
    margin-bottom: 40px;
}

.fast-hosting-theme-img {
    text-align: right;
}
.fast-hosting-theme-img img.img-fluid {
    width: 95%;
}
.fast-hosting-theme-section .fast-hosting-theme-text {
    max-width: 585px;
}

.get-strated-btn {
    min-width: 179px;
    padding: 13px 20px;
    border-radius: 3px;
    background-color: #004fac;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
}

.get-strated-btn:hover {
    background-color: transparent;
    border-color: #004fac;
    color: #004fac;
}

/*================== fast-hosting-theme-banner-design-ends ==================*/

/*================= domain-section-css-start============== */

.home-domain-search {
    background-color: #004fac !important;
    position: relative;
    padding: 100px 0px 24px;
}

.home-domain-search h2 {
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 22px;
}

.home-domain-search .input-group-wrapper {
    max-width: 900px;
    margin: 10px auto;
    border-radius: 4px;
    border: 0;
}

.home-domain-search .input-group-wrapper .input-group {
    padding: 10px 10px;
}

.home-domain-search .input-group-wrapper .input-group input {
    font-size: 19px;
    line-height: 28px;
    color: #2e3442;
    font-weight: 400;
}

body .home-domain-search .input-group-wrapper .input-group .btn, .home-domain-search button#btnTransfer2 {
    border-radius: 3px;
    background-color: #004fac;
    max-width: 100%;
    width: 116px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 10px;
    border: 1px solid transparent;
}

body .home-domain-search .input-group-wrapper .input-group .btn:hover {
    background-color: transparent;
    border-color: #004fac;
    color: #004fac;
}

.home-domain-search .input-group-wrapper button#btnTransfer:hover, .home-domain-search button#btnTransfer2:hover {
    background-color: transparent;
    border-color: #464646;
    color: #464646;
}

.home-domain-search .input-group-wrapper button#btnTransfer, .home-domain-search button#btnTransfer2 {
    background-color: #464646;
}

.home-domain-search button#btnDomainSearch2, .home-domain-search button#btnTransfer2 {
    margin-bottom: 10px;
}

body .home-domain-search button#btnTransfer2 {
    width: 100%;
    padding: .375rem .75rem;
}

.domainchecker-homepage-captcha p {
    color: #fff;
}

.primary-content #default-captcha-domainchecker {
    padding-bottom: 0 !important;
    margin: 0;
}

.primary-content #default-captcha-domainchecker p {
    text-align: left;
    width: 100%;
}

div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: 100px;
}

.login-form .captcha-20i .col-md-8.offset-md-2.col-10.offset-1, .submit-ticket-two-20i .captcha-20i .col-md-8.offset-md-2.col-10.offset-1, .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 0px 15px 40px;
}

#default-captcha-domainchecker #inputCaptcha {
    height: 32px;
    min-height: 32px;
}

.home-domain-search::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #004fac;
    top: -99px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    clip-path: polygon(100% 0%, 100% 15%, 100% 100%, 0% 100%);
    left: 0;
    right: 0;
}

.home-domain-search .btn-link.btn-sm {
    color: #ffffff7a;
    padding: 9px 0;
    text-decoration: underline;
}
.home-domain-search .btn-link.btn-sm:hover {
    color: #ffffffd6;
}
/*================= domain-section-css-end============== */

/*========== status-section-css-start ==============*/

.help-elements .action-icon-btns a .ico-container i {
    color: #004fac;
    width: 120px;
    font-size: 0.7em;
    font-weight: 700;
}

.help-elements .action-icon-btns a {
    font-size: 18px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
    border-top: 0;
    margin-bottom: 0;
    padding: 10px 0 10px;
}

.help-elements .action-icon-btns {
    width: 98%;
    margin: auto;
    position: absolute;
    top: -175px;
    background-color: #ccc;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    min-height: 218px;
    z-index: 3;
}

section.help-elements .container {
    position: relative;
}

.help-elements .action-icon-btns>.col-6, .account-section-main-20i .action-icon-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-elements .action-icon-btns a .ico-container {
    position: relative;
    margin-bottom: 28px;
}

.help-elements .action-icon-btns a .ico-container::after {
    content: "";
    position: absolute;
    background: url(../images/20i-shape.png) no-repeat;
    width: 100%;
    height: 100px;
    left: 0px;
    top: -12px;
    right: 0;
	background-position: center top;
}

/*========== status-section-css-end ==============*/

/*========= products-and-services-section-css-start ============*/

.Myhomepage, .account-section-20i h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.Myhomepage, .account-section-main-20i h2 {
    margin-bottom: 35px !important;
}

.primary-content .card-title {
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
}

.product-section-20i .btn-outline-primary {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #004fac;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #004fac;
    margin: auto;
    padding: 10px 8px;
    width: 160px;
    max-width: 100%;
    margin-top: 30px;
}

.primary-content .product-section-20i .card-title {
    margin: 0 0 5px 0;
}

.primary-content .product-section-20i .card:hover .btn-outline-primary {
    background-color: #004fac;
    color: #fff;
}

.primary-content .product-section-20i .card {
    max-width: 23.80%;
    flex: 0 0 23.80%;
    -ms-flex: 0 0 23.80%;
    background-color: #ffffff;
    border: 1px solid #ececed;
}

.product-section-20i .card-columns.home {
    column-count: unset;
    display: flex;
    flex-wrap: wrap;
}

.home-icon-fa i {
    font-size: 2.2em;
    color: #004fac;
    margin-bottom: 12px;
}

.product-section-20i {
    padding: 15px 0px 92px;
}

.primary-content .product-section-20i .card:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
    border-color: transparent;
}

.product-section-20i .card-body {
    padding: 3rem 2rem !important;
}

/*============ 20i-account-section-css-start ========*/

.account-section-main-20i {
    background-color: #f2f5ff;
    position: relative;
    margin-bottom: 15px;
}

.account-section-main-20i .action-icon-btns {
    margin-top: 0px !important;
}

.account-section-main-20i .action-icon-btns a .ico-container {
    margin: 0px auto 15px;
}

.account-section-main-20i .action-icon-btns .col-6 {
    padding: 0px 10px;
}

.account-section-main-20i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #f2f5ff;
    top: -100px;
    -webkit-clip-path: polygon(100% 22%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(100% 22%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
    right: 0;
}

.account-section-main-20i .action-icon-btns a {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #2a2e36;
    font-weight: 600;
    border-top: 0;
    border-radius: 3px;
    box-shadow: 0 0 1.5px rgba(42, 46, 54, 0.27);
    background-color: #ffffff;
    padding: 50px 15px;
}

.domainchecker-homepage-captcha div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: inherit;
    margin: 0 auto;
}

.domainchecker-homepage-captcha div#default-captcha-domainchecker p {
    color: #ffffff8c;
}

.account-section-main-20i .action-icon-btns .account-sec-icon-div, body #order-standard_cart #frmConfigureProduct .product-info .product-title, body #order-standard_cart #frmConfigureProduct .field-container label, body #order-standard_cart #frmConfigureProduct .addon-promo-container h3 {
    font-weight: 700;
}

.account-section-main-20i .product-section-20i {
    padding-bottom: 92px;
}

.account-section-main-20i .action-icon-btns a .ico-container i {
    color: #004fac;
    width: 120px;
    font-size: 2.5rem;
}

.account-section-20i {
    padding: 1px 0px 20px;
}

.home-domain-search .tld-logos li {
    margin: 0px 5px;
    font-weight: 700;
    max-width: 105px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .102);
    padding: 13px 15px;
    color: #fefefe;
    line-height: 1;
    font-size: 14px;
    text-align: center;
}

.home-domain-search .row.d-sm-none .col-6:first-child {
    padding-right: 5px;
}

.home-domain-search .row.d-sm-none .col-6:last-child {
    padding-left: 5px;
}

.home-domain-search .tld-logos li span.price-hm-20i {
    font-size: 0.8rem;
    font-weight: 700;
}

.home-domain-search .tld-logos li .tld-hm-20i {
    margin-bottom: 10px;
}

.home-domain-search .tld-logos li span {
    display: block;
}

.home-domain-search .tld-logos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-top: 5px;
}

.home-domain-search .domainchecker-homepage-captcha p {
    width: 100%;
    color: #ffffff91;
    font-size: 14px;
}

/* ==================================================================== */

/* =========================index-page-css-end========================== */

/* ========================================================================= */

/* ===============================Login-form-css-start======================= */

#main-body.body-background-20i, body .master-breadcrumb, .master-breadcrumb .breadcrumb {
    background-color: #e2e7ec;
}

form.login-form .h3 {
    font-size: 37px;
    letter-spacing: -1px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 700;
}

.login-form p.text-muted {
    font-size: 16px;
    line-height: 24px;
    color: #b5b5c3 !important;
    font-weight: 400;
}

.login-form .form-group label {
    font-size: 15px;
    line-height: 22px;
    color: #031b4e;
    font-weight: 600;
    margin-bottom: 3px;
}

.login-form .card-body .mb-4:first-child {
    margin-bottom: 15px !important;
}

form.login-form .input-group.input-group-merge input {
    height: 55px;
    border-left: 0;
    font-size: 15px;
    color: #2e3442;
    font-weight: 600;
}

form.login-form .input-group.input-group-merge .input-group-prepend span, form.login-form .input-group.input-group-merge input, form.login-form .btn-reveal-pw, form.login-form button.btn.btn-default.btn-reveal-pw:hover {
    background-color: #f3f6f9;
}

form.login-form .input-group.input-group-merge .input-group-prepend span {
    padding-right: 3px;
}

form.login-form .input-group.input-group-merge input, form.login-form .input-group.input-group-merge .input-group-prepend span, form.login-form .btn-reveal-pw, form.login-form.alert-danger {
    border: 0;
}

.login-form .focused a, .login-form .card-body .text-right label, .login-form .card-footer small, .login-form .card-body .text-right label {
    font-size: 14px;
    font-weight: 600;
}

.login-form .focused a {
    color: #004fac !important;
}

.login-form .card-body .text-right label {
    position: relative;
    top: 12px;
}

.login-form button#login {
    border-radius: 3px;
    background-color: #004fac;
    min-width: 166px;
    padding: 13px;
    border: 1px solid transparent;
}

.login-form button#login:focus {
    box-shadow: none;
}

.login-form button#login:hover {
    background-color: transparent;
    border-color: #004fac;
}

.login-form .card-footer small, .login-form .card-body .text-right label {
    color: #b5b5c3;
}

.login-form .card-footer {
    background-color: transparent;
    padding: 18px 35px !important;
    border-top: 1px solid #e8e7e9;
}

.login-form .card-body .form-group {
    margin-bottom: 1rem;
}
.login-form .card-body .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 0px 15px 15px;
}
.login-form .card-body div#default-captcha-domainchecker p {
    font-size: 12px;
    line-height: 20px;
    color: #464747;
    font-weight: 600;
}
.login-form .card-body .form-group.focused {
    margin-bottom: 1.1rem !important;
}

.login-form div.text-right {
    padding-top: 15px;
}

.login-form div.float-left {
    margin-top: 20px;
}

.login-form .card-body {
    padding: 2rem 2.3rem 2.5rem 2.3rem !important;
}

.primary-content .login-form .card {
    border-radius: 4px;
    box-shadow: 0 0 2px rgb(42 46 54 / 29%);
    background-color: #ffffff;
    max-width: 460px;
}

.login-form .card-body .text-right label input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #ebe9e9;
    position: relative;
    top: 3px;
}

form.login-form .input-group.input-group-merge input:focus {
    border-color: transparent;
}

form.login-form .input-group.input-group-merge span.input-group-text i, form.login-form button.btn.btn-default.btn-reveal-pw i {
    color: #bbb;
}

form.login-form button.btn.btn-default.btn-reveal-pw i:hover, .login-form .card-footer a, .login-form button#login:hover, .user-management-20i table tbody td .fa-shield {
    color: #004fac;
}

form.login-form~.providerPreLinking {
    padding: 20px 0px;
}

/* ========================================================================= */

/* ===============================Login-form-css-end======================= */

/* ======================================================================== */

/* ===========================Register-page-css-start ====================== */

.sidebar .card-sidebar .card-title, body #order-standard_cart .cart-sidebar h3, #order-standard_cart #frmCheckout .primary-bg-color, #frmCheckout div#paymentGatewaysContainer p.small, #order-standard_cart #frmCheckout .cc-input-container label, .suggested-domains .panel-heading.card-header, #spotlightTlds .domain-lookup-result .available.price, #order-standard_cart .mc-promos.viewcart .headline, #order-standard_cart .mc-promos.checkout .headline, div#modalRemoveItem h4.modal-title, form#frmAddToCart .col-sm-5 .payment-term h4, form#frmAddToCart h4, form#frmCheckout .marketing-email-optin h4, form#frmCheckout div#containerNewUserSignup #providerLinkingMessages+.sub-heading .primary-bg-color {
    font-size: 17px;
    line-height: 24px;
    color: #474747;
    font-weight: 700;
}

form#frmCheckout div#containerNewUserSignup #providerLinkingMessages+.sub-heading .primary-bg-color {
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading, .sidebar .card-sidebar .list-group-item, body #order-standard_cart .cart-sidebar .list-group-item {
    font-size: 13px;
    line-height: 23px;
    color: #6b788b;
    padding-left: 25px;
    padding-right: 25px;
}

#order-standard_cart .cart-sidebar h3 i.fas.fa-chevron-up.panel-minimise {
    position: relative;
    top: 4px;
}

#order-standard_cart .panel.card.mb-3.panel-sidebar {
    margin-bottom: 0 !important;
    border: 0;
    border-top: 1px solid #f3f6f9;
    padding: 12px 0px 20px 0px;
}

#order-standard_cart .cart-sidebar .panel-sidebar:first-child {
    border-radius: 3px 3px 0px 0px;
}

#order-standard_cart .cart-sidebar .panel-sidebar:last-child {
    border-radius: 0px 0px 3px 3px;
}

.sidebar .card-sidebar .list-group-item, #order-standard_cart .cart-sidebar .list-group-item {
    font-weight: 600;
}

#order-standard_cart .cart-sidebar h3 i {
    font-size: 13px;
}

.sidebar .card-sidebar .card-header, .sidebar .card-sidebar .list-group-item, #order-standard_cart .cart-sidebar .panel-heading.card-header, .sidebar .card.card-sidebar, .primary-content div#registration .card, div#Primary_Sidebar-Already_Registered-Already_Registered_Heading, .sidebar .card-sidebar .list-group-item, body #order-standard_cart .cart-sidebar .list-group-item {
    border: 0;
}

.sidebar .card-sidebar .card-header, .sidebar .card-sidebar .list-group-item:hover, #order-standard_cart .cart-sidebar .list-group-item:hover, #order-standard_cart .cart-sidebar .list-group-item.active, #order-standard_cart .cart-sidebar .panel-heading.card-header, div#registration .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}

#order-standard_cart .cart-sidebar .list-group-item:hover, #order-standard_cart .cart-sidebar .list-group-item.active {
    color: #004fac;
}

.sidebar .card.card-sidebar {
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
    background-color: #ffffff;
}

.sidebar .card-sidebar .card-header {
    padding: 20px 25px 5px 15px;
}

.sidebar .card-sidebar .list-group {
    padding-top: 10px;
}

.sidebar .collapsable-card-body .text-center {
    text-align: left !important;
}

.sidebar .collapsable-card-body .text-center a span {
    font-weight: 600;
}

.sidebar .collapsable-card-body .text-center a img {
    max-width: 70%;
    margin-bottom: 10px;
    margin-left: 0;
}

.sidebar .card-sidebar.mc-panel-promo .card-footer i {
    font-size: 13px;
    color: #6b788b;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading {
    margin-bottom: 12px;
    padding-bottom: 20px;
}

#registration .field, #registration .form-control, #order-standard_cart #frmCheckout .form-group .form-control, .landing-page select.form-control.currency-selector, form.using-password-strength .form-control {
    font-size: 14px;
    color: #2e3442;
    font-weight: 600;
}

.card.mass-payment-domain .card-body .form-group select {
    max-width: 490px;
    color: #2e3442;
}

form#frmAddToCart .store-domain-tab-content .tab-pane {
    color: #fff;
}

#registration .field, #registration .form-control {
    border: 0;
    border-radius: 3px;
    background-color: #f3f6f9;
    height: 55px;
}

#registration .prepend-icon .field-icon {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-content div#registration .card-title {
    font-size: 20px;
    line-height: 32px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 10px;
}

div#containerNewUserSignup .col-sm-6, div#containerNewUserSignup .col-sm-4, div#containerNewUserSignup .col-sm-5, div#containerNewUserSignup .col-sm-3, div#containerNewUserSignup .col-sm-12, div#containerNewUserSecurity .col-sm-6 {
    padding: 0px 10px;
}

div#containerNewUserSignup .row {
    padding: 0px 5px;
}

.primary-content div#registration .card-body {
    padding: 30px 40px 0px !important;
    overflow: visible;
}

div#registration .intl-tel-input .country-list {
    white-space: normal;
    width: 210px;
}

div#registration button.generate-password {
    border-radius: 2px;
    box-shadow: 0px 2px 0.5px rgb(42 46 54 / 29%);
    padding: 3.5px 18px;
    font-size: 12px;
    color: #565656;
    font-weight: 600;
}

div#registration .intl-tel-input .country-list li span {
    font-size: 13px;
    font-weight: 500;
}

.primary-content div#registration .card {
    margin-bottom: 0 !important;
}

#registration {
    background-color: #fff;
    margin-bottom: 20px;
}

.primary-content div#registration .card:not(:first-child) .card-body, div#containerNewUserSecurity .card:first-child .card-body {
    padding-top: 15px !important;
}

.primary-content div#registration .card-title~p, div#registration #default-captcha-domainchecker p {
    font-size: 14px;
    line-height: 20px;
    color: #6b788b;
    font-weight: 400;
    text-align: left;
}

#registration .captcha-20i {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}

.home-domain-search .captcha-20i #default-captcha-domainchecker {
    max-width: 630px;
    margin: auto;
}

.captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin: 0;
    padding: 40px 40px 0px;
}

#registration .btn-primary {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 3px;
    background-color: #004fac;
    min-width: 200px;
    padding: 14px;
    margin-top: 30px;
}

form#frmCheckout .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 25px 25px 0px;
}

form#frmCheckout div#default-captcha-domainchecker p {
    text-align: left;
}

form#frmCheckout div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: 100px;
}

form#frmCheckout #default-captcha-domainchecker #inputCaptcha {
    float: left;
}

#registration .captcha-20i #default-captcha-domainchecker #inputCaptcha {
    position: relative;
    top: 5px;
    height: 22px;
}

#registration .captcha-20i .col-6 {
    max-width: 100px;
    text-align: left;
}
.captcha-20i {
    margin-top: 20px;
}
div#registration .bootstrap-switch-small.bootstrap-switch:focus, div#registration .intl-tel-input.separate-dial-code .selected-flag:focus, div#registration .intl-tel-input .flag-container:focus {
    outline: 0;
}

div#registration p[align="center"] {
    text-align: left;
    padding: 0px 40px;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: #004fac;
    border-color: #004fac;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-off.bootstrap-switch-secondary, div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success {
    width: 26px !important;
    height: 26px;
    border-radius: 100%;
    font-size: 11px;
    line-height: 21px;
    color: #797979;
    text-align: center;
    padding: 3px;
    font-weight: 800;
}

div#registration .bootstrap-switch.bootstrap-switch-small {
    border-radius: 100px;
    min-width: 68px;
    padding: 4px 5px;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-on {
    background-color: #004fac;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success, div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-off.bootstrap-switch-secondary {
    background-color: #fff;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off {
    background-color: #dddddd;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper, div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off {
    border: 0;
}

div#registration .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-container {
    width: 100px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-on span.bootstrap-switch-label {
    width: 46px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -31px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off span.bootstrap-switch-label {
    width: 44px !important;
}

div#registration div#containerNewUserSignup .sub-heading {
    display: none;
}

div#registration .social-signin-btns {
    text-align: center;
    padding: 30px 40px 0px;
}

div#registration .social-signin-btns button, form.login-form~.providerPreLinking button {
    padding: 12px 15px;
}
form.login-form~.providerPreLinking button img, .btn-facebook img , .btn-social.btn-google img{
    margin-right: 1px;
}
.btn-facebook:hover {
    background-color: #4267b2e6;
}
.btn-facebook, .btn-social.btn-google{
    border: 0;
    font-size: 14px;
    font-weight: 600;
}
.btn-social.btn-google:hover {
    background-color: #ffffffb0;
}
div#registration .social-signin-btns button:focus {
    box-shadow: none;
}

div#registration #default-captcha-domainchecker {
    width: 100%;
    margin: 0;
}

div#registration form#frmCheckout .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 div#default-captcha-domainchecker {
    padding: 0px 15px;
}

div#registration .password-strength-meter p {
    text-align: left !important;
    font-size: 12px;
}

.sidebar .card-sidebar .list-group.list-group-flush a:hover {
    color: #004fac;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading:hover, .sidebar .card-sidebar .list-group.list-group-flush a:hover {
    background-color: transparent;
}

.sidebar .card.card-sidebar[menuitemname='Already Registered'] {
    padding-bottom: 15px;
    padding-top: 0;
}

.sidebar .card.card-sidebar[menuitemname='Already Registered'] .collapsable-card-body, .sidebar .card.card-sidebar[menuitemname='Why Security Questions'] .collapsable-card-body {
    padding-bottom: 10px;
}

.sidebar .card.card-sidebar[menuitemname='Why Security Questions'] {
    padding-top: 0;
    padding-bottom: 15px;
}

.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none;
}

/* ======================================================================== */

/* ===========================Register-page-css-end ====================== */

/* ===================================================================== */

/* ==================store-page-css-start ============================== */

body #order-standard_cart .products {
    margin-top: 25px;
}

#order-standard_cart .cart-sidebar .panel-heading.card-header h3.panel-title {
    margin-bottom: 4px;
}

#order-standard_cart .header-lined h1, .card.mass-payment-card .card-body .card-title, .announcement-card .card-title {
    background-color: #f3f6f9;
    padding: 10px 22px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}

.header-lined p, #order-standard_cart #frmCheckout .account-select-container div.account label .small, #searchDomainInfo .domain-price span.register-price-label, .suggested-domains .domain-suggestions-warning p, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span.price, .account-manage-20i .card-body label, .contact-detail-20i .controls label {
    font-size: 14px;
    line-height: 23px;
    color: #464747;
    font-weight: 600;
    margin-bottom: 0px;
}

.account-manage-20i h3.card-title, .account-manage-20i .card-body .controls.form-check label, .contact-detail-20i .controls label {
    margin-bottom: 10px;
}

body #order-standard_cart .products#products .product header {
    background: transparent;
    margin-bottom: 15px;
}

body #order-standard_cart .products .product header span {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}

#order-standard_cart .products .product div.product-desc ul li, form#frmConfigureProduct .product-info ul li {
    font-size: 14px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
}

#order-standard_cart .products .product div.product-desc ul li b {
    color: #000;
}

#order-standard_cart .products .product div.product-desc ul li::before, form#frmConfigureProduct .product-info ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #b9b9b9;
    left: -12px;
    top: 8px;
}

body #order-standard_cart .products#products .product {
    padding: 35px 35px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

body #order-standard_cart .products .product:hover {
    box-shadow: 0px 9px 11.5px rgba(0, 0, 0, 0.14);
}

#order-standard_cart .products .product div.product-desc ul.list, body #order-standard_cart .products .product header {
    padding: 0;
}

body #order-standard_cart .products .btn-success {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #004fac;
    border-color: #004fac;
}

#order-standard_cart #scrollingPanelContainer .order-summary .btn-checkout:hover, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer #orderSummary button#btnCompleteProductConfig:hover, body #order-standard_cart .products .product:hover .form-inline .btn-success {
    background-color: transparent;
    color: #1bc577;
    border-color: #1bc577;
}

body #order-standard_cart .products .btn-success:hover {
    background-color: #1bc577;
    border-color: #1bc577;
    color: #fff;
}

a#product2-order-button {
    background-color: #004fac;
    border-color: #004fac;
}

body #order-standard_cart .products#products .product div.product-pricing span.price, body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    font-weight: 800;
    position: relative;
    top: 7px;
    margin-right: 6px;
}

body #order-standard_cart .products#products .product div.product-pricing span.price {
    width: auto;
    float: left;
}

body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}

body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price, body #order-standard_cart .products .product footer, body #order-standard_cart .products .product div.product-desc {
    width: 100%;
    text-align: left;
}

body #order-standard_cart .products .product footer, body #order-standard_cart .products .product div.product-desc {
    margin: 0;
}

body #order-standard_cart .products#products .product div.product-pricing {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#order-standard_cart .products .product div.product-desc br, #order-standard_cart .cart-sidebar .panel-heading.card-header i {
    display: none;
}

#order-standard_cart .cart-sidebar .panel-heading.card-header .fa-chevron-up {
    display: block;
}

body #order-standard_cart .products#products .product div.product-desc {
    border-top: 1px solid #e7e7e7;
    padding: 15px 14px 8px;
}

#order-standard_cart .products .product div.product-desc p {
    margin: 0;
}

#order-standard_cart .cart-body p.text-center a.btn.btn-default {
    font-size: 14px;
    line-height: 26px;
    color: #3699ff;
    font-weight: 600;
    border-radius: 2px;
    background-color: #e1f0ff;
    padding: 7px 20px;
    border: 0;
    width: auto;
    display: inline-block;
}

.dataTables_wrapper table.table-list {
    border: 0;
}

#domainForm button.setBulkAction, .btn-group.btn-group-sm button#btnGroupDrop1 {
    color: #004fac;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 10px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #e7e7e7;
}

#domainForm button.setBulkAction:hover, #domainForm .btn-group.btn-group-sm button#btnGroupDrop1:hover, #domainForm .btn-group.btn-group-sm button#btnGroupDrop1:focus, #domainForm .btn-group.btn-group-sm .setBulkAction:focus, #domainForm .btn-group.btn-group-sm .setBulkAction.active, #domainForm .btn-group.btn-group-sm .setBulkAction:hover {
    background-color: #f3f6f9;
}

#domainForm .btn-group.btn-group-sm .setBulkAction:focus, #domainForm .btn-group.btn-group-sm .setBulkAction.active {
    color: #000;
}

#domainForm .btn-group.btn-group-sm button#btnGroupDrop1:focus, div#domain p a.btn.btn-default:focus, #domainForm .btn-group.btn-group-sm .setBulkAction:focus {
    box-shadow: none;
}

#domainForm .btn-group.btn-group-sm .setBulkAction {
    font-size: 12px;
    padding: 6px 15px;
}

#domainForm .btn-group.btn-group-sm .setBulkAction i {
    margin-right: 5px;
}

#domainForm .btn-group.btn-group-sm .dropdown-menu {
    padding: 0;
}

#order-standard_cart .cart-sidebar .panel-sidebar:first-child h3.panel-title {
    text-indent: -5px;
}

/* ===================================================================== */

/* ==================store-page-css-end ============================== */

/* ====================================================================== */

/* ====================Register-domain-css ============================= */

body #order-standard_cart .input-group-lg>.form-control, .knowledgebase-20i form .kb-search input, .knowledgebase-base-cat-20i form input, .download-20i form .kb-search input, form#frmProductDomain .domain-selection-options input, .download-cat-20i form .kb-search input, form#frmProductDomain .domain-selection-options input, #order-standard_cart form#frmProductDomain .domain-selection-options select {
    font-size: 17px;
    line-height: 22px;
    color: #2e3442;
    font-weight: 400;
    border: 0;
}

.domain-checker-container .domain-checker-bg, .knowledgebase-20i form, .knowledgebase-base-cat-20i form, .download-20i form, .download-cat-20i form {
    padding: 34px;
    background-image: unset;
    background-color: #004fac;
    border-radius: 3px;
}

.domain-checker-bg .row, .domain-checker-bg .col-md-8.col-md-offset-2.offset-md-2 {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.domain-checker-bg .col-md-8.col-md-offset-2.offset-md-2 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding: 0;
}

#order-standard_cart .domain-checker-container .input-group-box {
    background-color: transparent;
    padding: 0;
}

#order-standard_cart .domain-checker-container .input-group-box input#inputDomain, .domain-checker-container button#btnCheckAvailability, .knowledgebase-20i form .kb-search input, .download-20i form .kb-search input, .download-cat-20i form .kb-search input {
    border-radius: 3px !important;
    height: 70px;
}

.domain-checker-container button#btnCheckAvailability, .knowledgebase-20i form button#btnKnowledgebaseSearch, .knowledgebase-base-cat-20i button#btnKnowledgebaseSearch, .download-20i #btnDownloadsSearch, .download-cat-20i #btnDownloadsSearch {
    background-color: #1bc577;
    margin-left: 10px;
    min-width: 130px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border: 1px solid #1bc577;
    border-radius: 3px;
}

.domain-checker-container button#btnCheckAvailability:hover, .download-20i #btnDownloadsSearch:hover, .download-cat-20i #btnDownloadsSearch:hover, .knowledgebase-base-cat-20i button#btnKnowledgebaseSearch:hover, .knowledgebase-20i form button#btnKnowledgebaseSearch:hover, form#frmProductDomain .domain-selection-options button.btn.btn-primary:hover {
    background-color: rgba(255, 255, 255, .102);
    color: #1bc577;
}

.domain-pricing .featured-tld .img-container img {
    max-width: 100px;
}

body #order-standard_cart .input-group-lg>.form-control::placeholder, .knowledgebase-20i form .kb-search input::placeholder, .knowledgebase-base-cat-20i form input::placeholder, .download-20i form .kb-search input::placeholder, .download-cat-20i form .kb-search input::placeholder {
    color: #2e34426b;
    font-size: 17px;
    font-weight: 500;
}

.domain-pricing .featured-tld .price {
    background-color: unset;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    border-top: 1px solid #f7f7f7;
    padding: 10px 0px;
}

.domain-pricing .featured-tld .img-container img {
    max-width: 100px;
    height: 35px;
    object-fit: contain;
}

.domain-pricing .featured-tld {
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
}

.domain-pricing .featured-tld, .domain-pricing .featured-tld .img-container {
    position: relative;
    overflow: hidden;
    transition: all 0.8s linear;
    z-index: 0;
}

.domain-pricing .featured-tld::before {
    position: absolute;
    content: "";
    background-color: #e1f0ff4f;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 6;
    width: 100%;
    height: 100%;
    transform: scale(0);
}

.domain-pricing .featured-tld:hover:before {
    transform: scale(1);
    transition: all 0.5s linear;
    transition-delay: 0.1s;
}

.domain-pricing .featured-tld .img-container {
    padding: 30px 0;
    height: 95px;
    line-height: normal;
}

.domain-pricing .featured-tlds-container .col-sm-2 {
    display: none;
}

.domain-pricing .featured-tlds-container .col-lg-4 {
    padding: 0px 10px;
}

.domain-pricing .featured-tlds-container {
    padding: 0px 5px;
    margin: 25px 0;
}

#order-standard_cart .domain-pricing .font-size-18 {
    color: #474747;
    font-weight: 700;
    margin-bottom: 15px;
}

.domain-pricing .tld-filters a {
    padding: 3px 9px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 15px;
    color: #ababab;
    background-color: #fff;
    font-weight: 600;
    margin-right: 4px;
    border: 1px solid transparent;
}

.domain-pricing .tld-filters a:last-child {
    margin-right: 0;
}

.domain-pricing .tld-filters a:hover {
    color: #004fac;
    border-color: #004fac;
}

.domain-pricing .tld-filters {
    margin: 0 0 18px 0;
}

.domain-pricing .tld-pricing-header>div {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    text-align: left;
    padding: 10px;
}

.domain-pricing .tld-pricing-header>div .row.no-gutters>div, #order-standard_cart .domain-pricing .tld-pricing-header>div, .domain-pricing .tld-pricing-header>div .row.no-gutters, #order-standard_cart .domain-pricing .tld-row.highlighted {
    background-color: transparent;
}

.domain-pricing .tld-pricing-header>div .row.no-gutters>div, #order-standard_cart .domain-pricing .two-row-center {
    border-color: transparent;
}

.domain-pricing .tld-row.filtered-row strong, .domain-pricing .tld-row.filtered-row .col-xs-4.col-4 {
    font-size: 16px;
    line-height: 25px;
    color: #474747;
    font-weight: 600;
}

.domain-pricing .tld-row.filtered-row .col-xs-4.col-4 {
    font-size: 13px;
    text-align: left !important;
}

.domain-pricing .tld-row.filtered-row .col-xs-4.col-4 small, #order-standard_cart .view-cart-items span.item-group, #order-standard_cart form .view-cart-items .item-price span.cycle, #order-standard_cart .view-cart-items small {
    font-size: 12px;
    line-height: 25px;
    color: #7c8088;
    font-weight: 600;
}

#order-standard_cart .domain-pricing .tld-row {
    border-top: 1px solid #f1f1f1;
}

#order-standard_cart .domain-pricing .tld-row, #order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom: 0;
}

.domain-pricing .tld-pricing-header, #order-standard_cart .domain-pricing .tld-row {
    align-items: center;
}

#order-standard_cart .domain-pricing .tld-row .tld-sale-group {
    padding: 2px 4px;
    font-size: 8px;
    border-radius: 2px;
    font-weight: 600;
}

.domain-pricing .tld-pricing-header, #order-standard_cart .domain-pricing .tld-row {
    padding: 0px 25px;
}

.domain-pricing .tld-row .col-md-8 .row, #order-standard_cart .domain-renewals .domain-renewal form.form-horizontal .row {
    width: 100%;
    margin: 0;
}

#order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4 {
    padding: 0px 12px;
}

#order-standard_cart .domain-pricing .tld-pricing-header>div {
    padding: 15px 0;
}

#order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4:nth-of-type(3), .domain-pricing .tld-row.filtered-row .col-xs-4.col-4:nth-of-type(3) {
    padding-right: 0px;
}

#order-standard_cart .domain-pricing .two-row-center {
    padding-left: 0 !important;
    padding: 20px 0px;
    margin: 0;
}

.domain-pricing .tld-row.filtered-row .col-xs-4.col-4 small {
    margin-top: -5px;
    display: inherit;
}

.domain-pricing .bg-white {
    border-radius: 3px;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

.domain-pricing .tld-row:hover, #order-standard_cart .domain-pricing .tld-row.highlighted:hover {
    background-color: #f1f8ff;
}

body #order-standard_cart .domain-promo-box .font-size-24, body #order-standard_cart .domain-promo-box .font-size-22 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

#order-standard_cart .domain-promo-box .clearfix p, body #order-standard_cart .domain-promo-box .font-size-24~p {
    font-size: 14px;
    line-height: 18px;
    color: #7c8088 !important;
    font-weight: 600;
    margin-bottom: 32px;
    padding: 2px 0px 0px 65px;
}

#order-standard_cart .domain-promo-box p {
    font-size: 13px;
    line-height: 18px;
    color: #acb0b8;
    font-weight: 400;
    margin: 0px 0 14px 0;
}

#order-standard_cart .domain-promo-box i {
    float: left;
    margin-right: 25px;
    color: #004fac;
    font-size: 40px;
    padding-top: 6px;
}

#order-standard_cart .domain-promo-box a.btn.btn-warning, #order-standard_cart .domain-promo-box a.btn.btn-primary {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    background-color: #004fac;
    border: 1px solid#004fac;
    padding: 7px 13px;
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
}

#order-standard_cart .domain-promo-box a.btn.btn-warning:hover, #order-standard_cart .domain-promo-box a.btn.btn-primary:hover {
    background-color: transparent;
    border-color: #004fac;
    color: #004fac;
}

#order-standard_cart .domain-promo-box {
    padding: 25px 25px 65px 25px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
    position: relative;
    margin-top: 32px;
}

#order-standard_cart .domain-checker-container {
    margin: 40px 0 0;
}

#order-standard_cart .domain-checker-container div#captchaContainer {
    margin-bottom: 25px;
}

/* ====================================================================== */

/* ====================Register-domain-css-end ============================= */

/* ========================================================================= */

/* =======================Transfer-domain-css-start =========================== */

form#frmDomainTransfer, .card.mass-payment-domain {
    background-color: #004fac;
    border-radius: 3px;
}

form#frmDomainTransfer {
    padding: 30px 0px;
}

form#frmDomainTransfer .card {
    background-color: transparent;
    border-color: transparent;
}

#order-standard_cart form#frmDomainTransfer .card label, .card.mass-payment-domain .card-body label {
    color: #ffffff;
    font-weight: 400;
    max-width: 490px;
    margin-bottom: 4px;
    font-size: 13px;
}

form#frmDomainTransfer div#captchaContainer {
    padding: 10px 0px 20px;
}

form#frmDomainTransfer .col-sm-8.col-sm-offset-2.offset-sm-2, .fieldgroup-creditcard label.col-sm-4 {
    margin: 0;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

#frmManagePaymentMethod .fieldgroup-creditcard .col-sm-2, #frmManagePaymentMethod .fieldgroup-creditcard .col-sm-7 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
}

form#frmDomainTransfer .card-body .form-group input, .card.mass-payment-domain .card-body .form-group select::placeholder, .card.mass-payment-domain button#btnMassPayMakePayment {
    font-size: 15px;
    color: #2e344269;
    font-weight: 500;
    border-radius: 3px;
    border: 0;
    height: 49px;
    max-width: 490px;
    display: block;
}

form#frmDomainTransfer button#btnTransferDomain, div#ticketReplyContainer .form-group input.btn.btn-primary, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i p .btn.btn-primary, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod button#btnSubmit, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default, form#frmConfigureDomains button.btn.btn-primary, #order-standard_cart .mc-promos.viewcart .btn-add, #order-standard_cart .mc-promos.checkout .btn-add, .modal button.btn.btn-primary, .modal button.btn.btn-default, .already-registered.clearfix button#btnAlreadyRegistered, .account-manage-20i .btn-primary, .account-manage-20i .btn-default, .account-manage-20i .btn-danger, .payment-methods-20i table#payMethodList .btn-set-default, .payment-methods-20i table#payMethodList .btn-default, .using-password-strength .btn-primary, .using-password-strength .btn-default, .btn-primary, .btn-default {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
}

form#frmDomainTransfer button#btnTransferDomain {
    background-color: #1bc577;
    border: 1px solid #1bc577;
    padding: 12px 28px;
}

form#frmDomainTransfer .card-footer, form#frmDomainTransfer .card-header, .card.mass-payment-domain .card-header {
    padding: 0px 40px
}

form#frmDomainTransfer .card-body, .card.mass-payment-domain .card-body {
    padding: 22px 40px 0px;
}

form#frmDomainTransfer .card-header h3.card-title {
    padding-bottom: 12px;
    text-transform: capitalize;
}

#order-standard_cart form#frmDomainTransfer .card-header .font-size-24, #order-standard_cart .text-center .font-size-30, .card.mass-payment-domain .card-header .card-title {
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}

#order-standard_cart .text-center .font-size-30 {
    color: #000;
    margin-bottom: 0;
    padding-top: 10px;
}

#order-standard_cart .text-center .font-size-30~p {
    color: #464747;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

form#frmDomainTransfer button#btnTransferDomain:hover {
    background-color: transparent;
    color: #1bc577;
}

form#frmDomainTransfer .panel-footer.card-footer {
    text-align: left !important;
}

#order-standard_cart form#frmDomainTransfer .card label a {
    color: #fff6;
}

form#frmDomainTransfer .card-header, .card.mass-payment-domain .card-header {
    border-bottom: 1px solid #125bb2;
}

form#frmDomainTransfer div#captchaContainer .default-captcha {
    margin: 0px auto 15px 0px;
    border: 0;
    text-align: left;
    width: 100%;
    max-width: 490px
}

/* ========================================================================= */

/* =======================Transfer-domain-css-end =========================== */

/* ======================================================================== */

/* ===========================footer-css-start ====================== */

footer.footer {
    background-color: #004fac;
    padding: 38px 0;
}

footer.footer .copyright {
    margin: 0px 0;
    text-align: left;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #b8c5e0;
    font-weight: 400;
}

footer.footer .btn, footer.footer .nav-link {
    line-height: 26px;
    font-weight: 600;
    border-radius: 3px;
    min-width: 162px;
    text-align: center;
}

footer.footer .btn {
    background-color: #fff;
    font-size: 14px;
    color: #3d3d3d;
    padding: 7px 10px;
}

footer.footer .nav-link {
    font-size: 16px;
    color: #ffffff;
    background-color: #3372bd;
    padding: 9px 10px;
}

footer.footer .nav-link:hover {
    background-color: #3372bd8a;
}

footer.footer .btn:hover {
    background-color: #ffffffc7;
}

footer.footer .btn .align-middle {
    margin-right: 4px;
}

.footer ul.nav.justify-content-center.justify-content-lg-start {
    float: right;
    margin-right: 14px;
}

footer.footer .copyright {
    max-width: 60%;
    padding-top: 10px;
}

/* ======================================================================== */

/* ===========================footer-css-end ====================== */

/* ============================================= */

/* =====================common-css=============== */

#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin, form#frmDomainTransfer div#captchaContainer .default-captcha {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin p, form#frmDomainTransfer div#captchaContainer .default-captcha {
    color: #fff;
}

#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin>div input, form#frmDomainTransfer div#captchaContainer .default-captcha input {
    height: 32px;
    min-height: 32px;
}

#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin>div {
    width: 100%;
    max-width: 201px;
    margin: auto;
}

.modal {
    padding-right: 0 !important;
}

div#modalRemoveItem h4.modal-title i {
    padding-top: 0;
    color: #f64e60;
}

div#modalRemoveItem button.btn.btn-primary {
    background-color: #f64e60;
    border-color: #f64e60;
}

div#modalRemoveItem button.btn.btn-primary:hover {
    background-color: transparent;
    color: #f64e60;
}

.modal button.close:focus {
    outline: 0;
}

.modal .modal-header {
    background-color: #004fac;
    padding: 20px 30px;
}

.modal .modal-header h4 {
    color: #fff;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline .iradio_square-blue {
    float: left;
}

.modal-body {
    padding: 25px 30px;
}

.modal .modal-header h5.modal-title {
    color: #fff;
}

.modal button.close span {
    color: #fff;
}

.modal button.close {
    opacity: 1;
}

.modal-content {
    border: 0;
}

.modal button.btn.btn-primary, .modal button.btn.btn-default {
    padding: 9px 30px;
}

body .email-verification {
    padding-bottom: 20px;
}

body .email-verification .order-3 {
    order: 14;
    max-width: 30px;
    padding: 0;
}

.email-verification .btn.close {
    position: absolute;
    left: 0;
    padding: 0;
}

body .email-verification .order-md-last {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
}

.email-verification .text {
    font-weight: 600;
    color: #dc3545;
    font-size: 14px;
    line-height: 22px;
    padding-top: 1px;
}

.email-verification .fas {
    font-size: 14px;
    color: #dc3545;
    padding: 3px 6px 0px 0px;
}

.alert-warning .alert-link {
    text-decoration: none;
}

.email-verification .btn:active {
    background-color: #f64e60;
}

.alert.alert-warning .alert-link, .email-verification .btn {
    background-color: #f64e60;
    text-decoration: none;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 2px;
    padding: 1px 10px;
    border: 0;
    width: auto;
    margin-left: auto;
}

.alert.alert-warning .alert-link i {
    display: none;
}

.listtable {
    width: 100%;
    display: block;
    overflow-x: auto;
}

.dataTables_wrapper table.table-list thead th, .dataTables_wrapper table.table-list tbody td {
    white-space: nowrap;
}

.dataTables_wrapper div#tableServicesList_length {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form .card .table thead th, form .card table tr.masspay-invoice-detail td {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

form .card table tr.masspay-invoice-detail td, form .card p.text-muted {
    font-size: 14px;
    line-height: 22px;
    color: #7c8088;
}

tr.masspay-total td {
    background-color: #f3f6f9;
}

.card.bg-default .card-header {
    background-color: transparent;
    border: 0;
}

.custom-select {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dcdee2;
}

.card.bg-default .card-body {
    padding: 0 20px 20px;
}

.card.bg-default .col-form-label {
    font-weight: 600;
}

#order-standard_cart .sidebar-collapsed select#gidForm, .card.bg-default .col-form-label {
    font-size: 14px;
}

.dataTables_wrapper table.table-list td.text-center.ssl-info img {
    width: 18px;
    margin-top: -9px;
}

.btn:focus {
    box-shadow: none !important;
}

.alert.alert-warning.network-issue-alert, .email-verification {
    padding: 0;
    background-color: #e2e7ec;
    border: 0;
}

.alert.alert-warning.network-issue-alert {
    padding-top: 10px;
}

.alert.alert-warning.network-issue-alert .container {
    background-color: #fff3cd;
    padding: 6px 10px;
    border-radius: 3px;
}

.email-verification .container {
    background-color: #ffccd2;
    padding: 7px 10px;
    border-radius: 3px;
}

.email-verification .btn.close {
    color: #DC3545;
    text-shadow: none;
}

/* ============================================= */

/* =====================common-css-end=============== */

/* ================================================== */

/* ===============Addons-css-start ================== */

body #order-standard_cart .products .row.row-eq-height .product div.product-desc, #order-standard_cart .products .row.row-eq-height .product footer {
    border: 0;
    padding: 0;
}

#order-standard_cart .products .row.row-eq-height .product div.product-desc p {
    font-size: 14px;
    line-height: 23px;
    color: #7c8088;
    font-weight: 600;
}

body #order-standard_cart .products .row.row-eq-height .product div.product-pricing {
    font-size: 12px;
    color: #474747;
    font-weight: 600;
}

body #order-standard_cart .products .row.row-eq-height .product header {
    background: transparent;
    margin-bottom: 5px;
}

#order-standard_cart .products .row.row-eq-height .form-control {
    border-radius: 3px;
    font-size: 13px;
    color: #2e3442b0;
    font-weight: 600;
    border-radius: 2px;
    background-color: #f3f6f9;
    margin: 28px 0px 20px;
    width: 100%;
    height: 46px;
    border: 0;
}

#order-standard_cart .products .form-inline .btn-success {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    background-color: #004fac;
    border: 1px solid #004fac;
}

#order-standard_cart .products #product0:hover button.btn.btn-success, #order-standard_cart .products .product:hover button.btn.btn-success {
    background-color: #e2e7ec42;
}

#order-standard_cart .products #product0:hover button.btn.btn-success {
    color: #1bc577;
}

body #order-standard_cart .products .row.row-eq-height .product {
    padding: 25px 22px 28px;
    border: 0;
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
    height: 95%;
}

body #order-standard_cart .products .row.row-eq-height .product div.product-pricing {
    margin-bottom: 10px;
}

/* ================================================== */

/* ===============Addons-css-end ================== */

/* ================================================== */

/* ===============Mass-payment-css-start ================== */

.card.mass-payment-card, .announcement-card {
    background-color: transparent;
}

.card.mass-payment-card .card-body, .primary-content .announcement-card .card-body {
    padding: 0;
}

.card.mass-payment-card .card-body .card-title {
    margin-bottom: 10px;
}

.card.mass-payment-card .card-body .card-title~p {
    color: #212529 !important;
}

.mass-payment-card .table thead th {
    color: #474747;
}

.mass-payment-card .table thead th, .card.mass-payment-card .mass-payment-table tr td strong {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
}

.card.mass-payment-card .mass-payment-table tr td strong, #order-standard_cart #frmCheckout .account-select-container div.account.active label, #order-standard_cart #frmCheckout .account-select-container div.account.active label strong {
    color: #4f7cec;
}

.card.mass-payment-card .mass-payment-table {
    background-color: #fff;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

.card.mass-payment-card .mass-payment-table thead tr th, .card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(1) td {
    padding: 20px 25px;
}

.card.mass-payment-card .mass-payment-table tbody tr td, .card.mass-payment-card, .announcement-card {
    border: 0;
}

.card.mass-payment-card .mass-payment-table tbody tr td, .card.mass-payment-card .mass-payment-table tbody tr:first-child td {
    padding: 30px 25px 0px;
}

.primary-content .card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(3) td {
    padding-bottom: 40px;
}

.card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(2) td {
    background-color: transparent;
    border-top: 1px solid #f1f1f1;
    padding: 20px 25px;
}

.card.mass-payment-card .mass-payment-table tbody tr.masspay-invoice-detail td {
    padding: 6px 25px;
    font-size: 13px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
}

.card.mass-payment-domain button#btnMassPayMakePayment {
    background-color: #1bc577;
    border: 1px solid #1bc577;
    color: #fff;
    font-weight: 600;
}

.card.mass-payment-domain .card-header {
    padding-bottom: 25px;
    text-transform: capitalize;
}

.card.mass-payment-domain .form-group {
    margin-bottom: 8px;
}

.card.mass-payment-domain {
    padding: 30px 0px 40px;
}

.card.mass-payment-card .mass-payment-table tbody tr.masspay-invoice-detail td:last-child, .view-cart-items-header .col-sm-7, .view-cart-items-header .col-sm-4 {
    font-size: 13px;
    line-height: 18px;
    color: #474747;
    font-weight: 700;
}

.card-body.extra-padding.announcement-section .row {
    width: 100%;
    margin: 0;
}

/* ================================================== */

/* ===============Mass-payment-css-end ================== */

/* ===================================================== */

/* ====================announcsment-section-css-start ========== */

.announcements {
    background-color: #fff;
    padding: 25px 25px 30px;
    border-radius: 3px;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

.announcement-card .card-title {
    margin-bottom: 10px;
}

.announcement h1 a, .view-announcement-20i h1 {
    font-size: 17px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease-in;
}

.announcement h1 a:hover, .view-announcement-20i h1 {
    color: #4f7cec;
}

.announcement ul.list-inline {
    margin-top: -2px;
}

.announcement ul.list-inline li, .view-announcement-20i ul li, .server-status-20i .card-body ul li, .view-ticket span.posted-on {
    font-size: 13px;
    line-height: 20px;
    color: #acb0b8 !important;
    font-weight: 500;
}

.announcement ul.list-inline {
    margin-bottom: 12px;
}

.announcements .announcement article {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    border-left: 0;
}

.announcements .announcement article, .view-announcement-20i .text-description-20i p, .server-status-20i .card-body p, .server-status-20i ul.pagination li a, .primary-content .view-ticket .message p, .knowledgebase-article-20i .card-body article p, .user-management-20i .card p, .user-management-20i .card form label, .contact-detail-20i p, .user-security-20i p, div#default-captcha-domainchecker p {
    font-size: 14px;
    line-height: 22px;
    color: #464747;
    font-weight: 600;
}

.announcements .announcement a.btn-default, .knowledgebase-20i .kb-category span.badge.badge-info, .download-20i .kb-category span.badge.badge-info, .kb-category span.badge.badge-info {
    font-size: 12px;
    line-height: 18px;
    color: #3699ff;
    font-weight: 400;
    border-radius: 2px;
    background-color: #e1f0ff;
    border: 1px solid #e1f0ff;
    padding: 6px 10px;
}

.announcements .announcement a.btn-default:focus {
    box-shadow: none;
}

.announcements .announcement a.btn-default:hover {
    background-color: transparent;
    border-color: #3699ff;
}

.announcements .announcement a.btn-default i, .announcement ul.list-inline li i {
    display: none;
}

.announcements .announcement {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}

.announcements .announcement:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ===================================================== */

/* ====================announcement-section-css-end ========== */

/* ===================================================== */

/* ====================announcement-detail-section-css-start ========== */

.view-announcement-20i, .server-status-20i .card, .knowledgebase-20i .card, .view-ticket .card-body.p-3, .card.view-ticket, div#ticketReplyContainer, .knowledgebase-article-20i .card, .knowledgebase-base-cat-20i .card, .download-20i .card, .download-cat-20i .card, .payment-methods-20i .card, .submit-ticket-two-20i .card, .payment-method-add-card .card, #frmCheckout div#totalDueToday, #frmCheckout div#paymentGatewaysContainer, #order-standard_cart #frmCheckout .cc-input-container, div#DomainSearchResults div#searchDomainInfo, div#DomainSearchResults .spotlight-tld, #order-standard_cart #frmConfigureProduct .product-info, #order-standard_cart #frmConfigureProduct .field-container, #order-standard_cart #frmConfigureProduct .addon-products .card, form#frmConfigureProduct div#orderSummary, .home-page-slider-panel, #order-standard_cart .mc-promos.viewcart .mc-promo, #order-standard_cart .mc-promos.checkout .mc-promo, form#frmAddToCart, .card-body.store-promoted-product, form#frmCheckout .marketing-email-optin, .user-management-20i .card, form#frmConfigureProduct div#productConfigurableOptions, .contact-page-20i {
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
    border: 0;
    border-radius: 3px;
}

.view-announcement-20i ul {
    margin-bottom: 18px;
}

.view-announcement-20i .text-description-20i {
    border-top: 1px solid #f1f1f1;
    padding: 20px 0px 0;
}

.view-announcement-20i .text-description-20i p:last-child {
    margin: 0;
}

.view-announcement-20i .text-description-20i p {
    margin-bottom: 24px;
}

.view-announcement-20i .card-body {
    padding: 30px 26px;
    overflow: auto;
}

.btn-back-20i, .btn-edit-20i, .knowledgebase-article-20i .btn-default, .knowledgebase-base-cat-20i .btn-default, .download-cat-20i .btn-default, #frmAddToCart .btn-default {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #5f5f5f;
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 13%);
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 8px 10px;
}

.btn-back-20i:hover, .btn-back-20i:focus, #frmAddToCart .btn-default:hover, .btn-edit-20i:hover, .knowledgebase-article-20i .btn-default:hover, .knowledgebase-base-cat-20i .btn-default:hover, .download-cat-20i .btn-default:hover {
    background-color: #e1f0ff;
    border-color: #3699ff;
    color: #3699ff;
}

/* ===================================================== */

/* ====================announcement-detail-section-css-end ========== */

/* ================================================== */

/* ===============serverstatus-css-start ================== */

.server-status-20i .card-header {
    font-size: 20px;
    line-height: 28px;
    color: #4f7cec;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    padding: 25px 25px 0px;
}

.server-status-20i .card-body .h5 {
    font-size: 14px;
    line-height: 18px;
    color: #01aa5d;
    font-weight: 600;
    margin-bottom: 12px;
}

.server-status-20i .card-body {
    padding: 7px 25px 10px;
}

.server-status-20i .card-body ul {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.server-status-20i .card-body .h5 strong, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span.price {
    font-weight: 700;
}

.server-status-20i .badge-success, .server-status-20i .badge-danger, .view-ticket .requestor-badge, .custom-file .custom-file-label::after, button#btnTicketAttachmentsAdd, .user-management-20i table tbody span.label.label-info, .card.switch-account-20i span.label.label-info {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 2px;
}

.server-status-20i .badge-success, .view-ticket .requestor-badge, .custom-file .custom-file-label::after, .user-management-20i table tbody span.label.label-info, .card.switch-account-20i span.label.label-info {
    color: #3699ff;
    background-color: #e1f0ff;
}

.server-status-20i .badge-danger {
    color: #eb243b;
    background-color: #ffd7e0;
}

.server-status-20i ul.pagination li:hover a {
    color: #4f7cec;
}

/* ================================================== */

/* ===============serverstatus-css-start ================== */

/* ================================================== */

/* ===============knowledgebase-css-start ================== */

.knowledgebase-20i form .kb-search input {
    font-weight: 400 !important;
}

.knowledgebase-20i .kb-category span, .download-20i .kb-category span, .kb-category span {
    padding-left: 15px;
}

.knowledgebase-20i .kb-category span, .download-20i .kb-category span, form#frmAddToCart .col-sm-7 h2, .kb-category span {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

form#frmAddToCart .col-sm-7 p {
    font-size: 14px;
}

.knowledgebase-20i .kb-category span i, .download-20i .kb-category span i, .kb-category span i {
    color: #004fac;
    -webkit-text-stroke-width: 1px;
    font-size: 28px;
    float: left;
}

.knowledgebase-20i .kb-category p small, div#ticketReplyContainer label, .submit-ticket-two-20i .form-group label, .download-20i .kb-category p small, form#frmConfigureDomains .sub-heading~.row .col-sm-4, form#frmConfigureDomains .form-group label {
    font-size: 14px;
    line-height: 25px;
    color: #7c8088;
    font-weight: 600;
}

.account-manage-20i form label {
    color: #0B1948;
    font-weight: 700;
}

.account-manage-20i .alert-info {
    background-color: #EBF3FF;
    border-color: #DEEBFE;
}

div#ticketReplyContainer label, .submit-ticket-two-20i .form-group label {
    line-height: 30px;
}

.knowledgebase-20i .kb-category p, .download-20i .kb-category p, .kb-category p {
    padding-left: 50px;
}

.knowledgebase-20i .kb-category span.badge.badge-info, .download-20i .kb-category span.badge.badge-info, .kb-category span.badge.badge-info {
    font-weight: 600;
    padding: 3px 10px;
}

.knowledgebase-20i .kb-category .card-body, .download-20i .kb-category .card-body, .kb-category .card-body {
    padding: 30px 25px;
    overflow: auto;
}

.knowledgebase-20i .card .card-title, button#btnTicketAttachmentsAdd, .knowledgebase-article-20i h3.card-title, .knowledgebase-base-cat-20i .card-title, .download-20i .card-title, .download-cat-20i .card-title {
    color: #474747;
}

.knowledgebase-20i .kb-article-item, .knowledgebase-article-20i .kb-article-item, .knowledgebase-base-cat-20i .kb-article-item, .download-20i .card .kb-article-item, .download-cat-20i .card .kb-article-item {
    font-size: 15px;
    line-height: 22px;
    color: #4f7cec;
    font-weight: 700;
    border: 0;
    margin: 0px 25px;
    padding: 20px 22px;
}

.knowledgebase-20i .card .list-group.list-group-flush, .knowledgebase-article-20i .list-group.list-group-flush, .knowledgebase-base-cat-20i .list-group.list-group-flush, .download-20i .list-group.list-group-flush, .download-cat-20i .list-group.list-group-flush {
    padding: 10px 0px 20px;
}

.knowledgebase-20i .kb-article-item:nth-child(even), .knowledgebase-20i .kb-category .card-body:hover, .knowledgebase-20i .kb-article-item:hover, .knowledgebase-article-20i .kb-article-item:hover, .knowledgebase-article-20i .kb-article-item:nth-child(even), .knowledgebase-base-cat-20i .kb-article-item:nth-child(even), .knowledgebase-base-cat-20i:nth-child(even), .knowledgebase-base-cat-20i .kb-article-item:hover, .download-20i .kb-article-item:hover, .download-cat-20i .kb-article-item:hover, .download-20i .kb-article-item:nth-child(even), .download-cat-20i .kb-article-item:nth-child(even), .download-20i .kb-category .card-body:hover, .download-cat-20i .kb-category .card-body:hover {
    background-color: #f3f6f9;
}

.knowledgebase-20i .card .card-title i, .knowledgebase-article-20i h3.card-title i, .knowledgebase-base-cat-20i .card-title i, .download-20i .card .card-title i, .download-cat-20i .card .card-title i {
    color: #4f7cec;
    -webkit-text-stroke-width: 1px;
    padding-right: 25px;
}

.knowledgebase-20i .kb-article-item i, .knowledgebase-article-20i .kb-article-item i, .knowledgebase-base-cat-20i .kb-article-item i, .download-20i .kb-article-item i, .download-cat-20i .kb-article-item i {
    color: #4f7cec !important;
    font-weight: 700;
    padding-right: 5px;
}

.knowledgebase-20i .kb-article-item small, .knowledgebase-article-20i .kb-article-item small, .knowledgebase-base-cat-20i .kb-article-item small, .download-20i .kb-article-item small, .download-cat-20i .kb-article-item small {
    font-size: 13px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
    margin-top: 7px;
    padding-left: 0;
}

.knowledgebase-20i .kb-category .card-body, .download-20i .kb-category .card-body, .download-cat-20i .kb-category .card-body, .kb-category .card-body {
    border-bottom: 0;
}

.knowledgebase-20i .card-body, .knowledgebase-base-cat-20i .card-body, .knowledgebase-article-20i .card~.card .card-body, .download-20i .card .card-body, .download-cat-20i .card .card-body {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 25px;
}

/* ================================================== */

/* ===============knowledgebase-css-end ================== */

/* ================================================== */

/* ===============knowledgebase-detail-css-start ================== */

.knowledgebase-article-20i .card-body h1, .download-20i .kb-category .card-body h1, .download-cat-20i .kb-category .card-body h1 {
    font-size: 20px;
    line-height: 34px;
    color: #4f7cec;
    font-weight: 700;
}

.knowledgebase-article-20i .card-body ul li i, .download-20i .kb-category .card-body ul li i, .download-cat-20i .kb-category .card-body ul li i {
    color: #4f7cec;
}

.primary-content .knowledgebase-article-20i .card-body ul li {
    color: #acb0b8 !important;
}

.knowledgebase-article-20i .card-body a.btn.btn-default, .knowledgebase-article-20i form button.btn-secondary {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #4f7cec;
    font-weight: 700;
    padding: 6px 10px;
    border: 1px solid #e1f0ff;
}

.knowledgebase-article-20i .card-body a.btn.btn-default, .knowledgebase-article-20i form button.btn-secondary {
    background-color: #e2eaf8;
}

.knowledgebase-article-20i .card-body h4 {
    font-size: 18px;
    line-height: 28px;
    color: #474747;
    font-weight: 700;
    margin: 0;
    padding: 15px 20px 8px;
}

.knowledgebase-article-20i hr {
    display: none;
}

.knowledgebase-article-20i form, .knowledgebase-article-20i .card-body h4 {
    background-color: #f3f6f9;
}

.knowledgebase-article-20i form button.btn-secondary {
    padding: 6px 6px !important;
    width: 70px;
}

.knowledgebase-article-20i form button.btn-secondary:active {
    background-color: #e2eaf8 !important;
    border-color: #e2eaf8 !important;
    color: #4f7cec !important;
}

.knowledgebase-article-20i form {
    padding: 0 22px 22px;
}

.knowledgebase-article-20i ul {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.knowledgebase-article-20i .card-body article p {
    margin-bottom: 20px;
}

.knowledgebase-article-20i .card-body {
    padding: 25px;
}

/* ================================================== */

/* ===============knowledgebase-detail-css-end ================== */

/* ================================================== */

/* ===============view-ticket-css-start ================== */

.view-ticket .card-title {
    font-size: 20px;
    color: #4f7cec;
    margin-bottom: 5px;
}

.view-ticket .card-body p, .view-ticket div#ticketReplyContainer form input, .md-editor .md-footer .small-font, div#ticketReplyContainer .custom-file input#inputAttachment1, .knowledgebase-article-20i .card-body ul li {
    font-size: 13px;
    line-height: 18px;
    color: #7c8088;
    font-weight: 400;
}

.view-ticket button#btnTicketReply, .view-ticket a.btn.btn-danger {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 700;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    border: 1px solid transparent;
    padding: 5px 10px;
}

.view-ticket button#btnTicketReply {
    color: #4f7cec;
    background-color: #edf2fd;
}

.view-ticket a.btn.btn-danger {
    color: #eb243b;
    background-color: #ffd7e0;
}

.view-ticket .card-body.p-3 {
    margin-bottom: 20px;
}

.card.view-ticket .card-body:first-child {
    padding: 25px !important;
}

.card.view-ticket, .view-ticket .posted-by {
    background-color: transparent;
    border: 0;
}

.view-ticket .card-body {
    background-color: #fff;
    border: 0;
    padding: 10px;
}

.view-ticket .posted-by {
    font-size: 17px;
    line-height: 20px;
    color: #474747;
    font-weight: 700;
    position: relative;
    padding: 15px 98px 13px 14px;
}

.view-ticket span.posted-on {
    display: block;
    padding-top: 5px;
}

.view-ticket .requestor-badge {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 14px;
}

.view-ticket .ticket-reply .rating {
    float: left;
    padding: 0;
}

.view-ticket .ticket-reply .rating span:before {
    color: #4f7cec;
    font-size: 13px;
}

.view-ticket .message p {
    margin: 0;
}

.view-ticket .message.p-3 {
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 0 28px !important;
    margin: 0px 15px;
}

.view-ticket .card-body:last-child .message.p-3, #order-standard_cart form .view-cart-items {
    border: 0;
}

.view-ticket .card-body:nth-child(2), #order-standard_cart #frmCheckout .sub-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.primary-content .sidebar .card.card-sidebar:last-child, .sidebar .card.card-sidebar:first-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.view-ticket .card-body:last-child, #order-standard_cart #frmCheckout .account-select-container .account.border-bottom, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.view-ticket .card-body:last-child .message.p-3 p:last-child {
    padding-top: 20px;
    color: #4f7cec;
}

.view-ticket .card-body:last-child .message.p-3 hr {
    display: none;
}

div#ticketReplyContainer h3.card-title, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i h3.card-title, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default, .modal button.btn.btn-default, .account-manage-20i .btn-default, .using-password-strength .btn-default, .btn-default {
    color: #464747;
}

.account-manage-20i .btn-primary, .account-manage-20i .btn-default, .account-manage-20i .btn-danger, .contact-detail-20i .btn {
    padding: 10px 25px;
}

div#ticketReplyContainer label, .submit-ticket-two-20i .form-group label {
    font-weight: 400;
    margin-bottom: 0px;
}

div#ticketReplyContainer form input, form .md-editor, form .md-editor .btn-group .btn, .submit-ticket-two-20i .form-group input, .submit-ticket-two-20i .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control {
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #dee3e8;
}

.primary-content form .md-editor .btn.btn-primary {
    font-size: 13px;
    background-color: #4f7cec;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    border-color: #4f7cec;
}

.primary-content form .md-editor .btn-primary span.fas {
    color: #fff;
    position: relative;
    top: -1px;
    font-size: 11px;
    margin-right: 1px;
}

form .md-editor .btn-group .btn span {
    color: #2a2e36;
}

.md-editor .md-footer {
    background-color: #f3f6f9;
    padding: 12px 4px;
}

.form-group .md-editor>.markdown-editor {
    border-bottom: 0 !important;
    border-color: #dee3e8;
}

.md-editor>.btn-toolbar {
    padding: 11px 10px;
}

.form-group .md-editor .md-footer .small-font, div#ticketReplyContainer form input, form .md-editor, form .md-editor .btn-group .btn, .submit-ticket-two-20i .form-group input, .submit-ticket-two-20i .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control, .account-manage-20i .form-control {
    font-weight: 600;
    color: #2e3442;
}

div#ticketReplyContainer form input::placeholder, .submit-ticket-two-20i .form-group input::placeholder, .submit-ticket-two-20i .form-group select::placeholder, form#frmConfigureDomains .sub-heading~.row .form-control::placeholder, .modal .modal-body .form-control::placeholder, .custom-file input#inputAttachment1::placeholder {
    color: #2e34426e;
}

.custom-file input#inputAttachment1 {
    color: #2e3442;
    position: relative;
    top: 4px;
}

.custom-file .custom-file-label {
    line-height: 32px;
}

.custom-file .custom-file-label, button#btnTicketAttachmentsAdd, button#btnTicketAttachmentsAdd:hover {
    border-color: #dee3e8;
}

button#btnTicketAttachmentsAdd:hover, #order-standard_cart .view-cart-items span.item-domain {
    color: #004fac;
}

.custom-file input, .custom-file .custom-file-label, button#btnTicketAttachmentsAdd {
    height: 46px;
}

.custom-file .custom-file-label::after {
    top: 5px;
    right: 5px;
    height: 33px;
    padding: 7px 12px;
}

button#btnTicketAttachmentsAdd {
    border-left: 0;
    background-color: #f3f6f9;
    font-weight: 700;
    padding: 10px 18px;
}

div#ticketReplyContainer .form-group .text-muted small, .submit-ticket-two-20i .form-group .text-muted small {
    color: #acb0b8;
}


.account-new-20i .alert form label {
    font-size: 16px;
    padding-top: 12px;
    font-weight: 700;
}

.account-new-20i button {
    color: #fff;
    padding: 11px;
}

div#ticketReplyContainer .form-group, .submit-ticket-two-20i .form-group {
    margin-bottom: 10px;
}

div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default, .modal button.btn.btn-default, .using-password-strength .btn-default, .btn-default {
    border: 1px solid #c4c4c4;
}

div#ticketReplyContainer .form-group input, .submit-ticket-two-20i .form-group input, .submit-ticket-two-20i .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control, #frmCheckout select#inputDomainContact, .account-manage-20i .form-control {
    font-size: 13px;
    height: 46px;
}

form#frmDomainTransfer button#btnTransferDomain, div#ticketReplyContainer .form-group input.btn.btn-primary, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i p .btn.btn-primary, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod .submit-container button#btnSubmit, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default {
    padding: 11px 26px;
}

div#ticketReplyContainer form#frmReply .form-group:last-child {
    text-align: left !important;
    padding-top: 12px;
}

div#ticketReplyContainer form#frmReply .form-group.col-md-5 {
    padding-top: 0;
}

div#ticketReplyContainer form#frmReply input.btn.btn-primary, .submit-ticket-two-20i p .btn.btn-primary {
    margin-right: 10px;
}

div#ticketReplyContainer h3.card-title, .submit-ticket-two-20i h3.card-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

div#ticketReplyContainer .card-body {
    padding: 25px;
}

/* ================================================== */

/* ===============view-ticket-css-end ================== */

/* ================================================== */

/* ===============review-&-checkout-css-start ================== */

#order-standard_cart .view-cart-items span.item-domain {
    margin-top: -5px;
}

#order-standard_cart form .view-cart-items .item, #order-standard_cart form .view-cart-items-header, #order-standard_cart form .view-cart-items .item:nth-child(even) {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 15px 20px;
}

#order-standard_cart form .view-cart-items .item {
    padding: 15px 20px 22px;
}

#order-standard_cart .view-cart-items span.item-domain, #order-standard_cart form .view-cart-items .item-price span, #order-standard_cart form .view-cart-items .item-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
}

#order-standard_cart form .view-cart-items .item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.view-cart-items-header .col-sm-7, .view-cart-items-header .col-sm-4 {
    color: #4747478c;
}

.view-cart-items-header .col-sm-4 {
    text-align: left !important;
}

#order-standard_cart form .view-cart-items .item-price span {
    color: #000;
}

#order-standard_cart form .view-cart-items .item-price {
    display: block;
}

#order-standard_cart .view-cart-items .row {
    align-items: center;
}

#order-standard_cart .view-cart-items .btn-remove-from-cart {
    background-color: #ffeaec;
    color: #f64e60;
    border-radius: 2px;
}

#order-standard_cart form .view-cart-items-header {
    margin-top: 10px;
}

body #order-standard_cart #scrollingPanelContainer .order-summary .recurring-totals {
    border-bottom: 0;
    padding: 8px 5px 10px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .total-due-today-padded {
    margin: 0 0 10px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .btn-continue-shopping {
    color: #000;
    padding: 5px 0px 0px;
    text-decoration: none;
}

#order-standard_cart .secondary-cart-body .empty-cart {
    margin: 0;
}

#order-standard_cart .secondary-cart-body .empty-cart .btn {
    font-size: 11px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 600;
    background-color: #d3dcec;
    text-decoration: none;
    padding: 7px 15px;
}

body #order-standard_cart #scrollingPanelContainer div#orderSummary.order-summary .summary-container {
    padding-bottom: 0;
}

#order-standard_cart #scrollingPanelContainer div#orderSummary.order-summary {
    background-color: #fff;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs {
    background-color: #004fac;
    padding: 10px;
    border-radius: 3px;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs ul li a, #order-standard_cart .secondary-cart-body .view-cart-tabs .nav-tabs>li.active>a {
    font-size: 14px;
    line-height: 22px;
    color: #eeeeee;
    font-weight: 600;
    background-color: transparent;
    border: 0;
    padding: 10px 0px;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs ul {
    padding: 0 18px;
    border: 0;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs .tab-content {
    background-color: transparent;
    padding: 0 18px 15px;
}

#order-standard_cart .view-cart-tabs .tab-content input, form#frmAddToCart .store-domain-tab-content input {
    font-size: 13px;
    color: #2e34425e;
    font-weight: 600;
    height: 46px;
    padding: 10px 18px;
    border-radius: 2px;
    border: 0;
}

#order-standard_cart .view-cart-tabs .promo .form-group label {
    display: none;
}

.view-cart-tabs button.btn.btn-block.btn-default {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    background-color: #3372bd;
    border-color: #3372bd;
    max-width: 130px;
    padding: 10px;
    margin-left: 9px;
    height: 46px;
    border-radius: 2px;
}

#order-standard_cart #scrollingPanelContainer .order-summary .recurring-totals span {
    font-style: inherit;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs .tab-content form {
    display: flex;
}

#order-standard_cart .secondary-cart-body .view-cart-items {
    margin-bottom: 10px;
}

#order-standard_cart .secondary-cart-body .empty-cart {
    margin: 0px 0px 20px;
}

/* =========================================================== */

/*======================== recommended-css ======================*/

#order-standard_cart .mc-promos.viewcart, #order-standard_cart .mc-promos.checkout {
    max-width: 100%;
}

#order-standard_cart .mc-promos.viewcart .mc-promo, #order-standard_cart .mc-promos.checkout .mc-promo {
    border: 0;
}

#order-standard_cart .mc-promos.viewcart .mc-promo i, #order-standard_cart .mc-promos.checkout .mc-promo i {
    color: #004fac;
}

body #order-standard_cart .mc-promos.viewcart .tagline, #order-standard_cart .mc-promos.viewcart .mc-promo i, body #order-standard_cart .mc-promos.checkout .tagline, #order-standard_cart .mc-promos.checkout .mc-promo i {
    font-size: 14px;
}

#order-standard_cart .mc-promos.viewcart .icon, #order-standard_cart .mc-promos.checkout .icon {
    margin: 7px 10px;
    line-height: 31px;
    background-color: #edf2fd;
    padding: 8px;
    border-radius: 3px;
}

#order-standard_cart .mc-promos.viewcart .tagline, #order-standard_cart .mc-promos.checkout .tagline {
    font-size: 14px;
    color: #004747;
    font-weight: 600;
}

#order-standard_cart .mc-promos.viewcart .btn-add span, #order-standard_cart .mc-promos.checkout .btn-add span {
    background-color: transparent;
    padding: 0px 5px 0 0px;
}

body #order-standard_cart .mc-promos.viewcart .text, body #order-standard_cart .mc-promos.checkout .text {
    padding: 2px 3px 0px 8px;
}

#order-standard_cart .mc-promos.viewcart .text, #order-standard_cart .mc-promos.viewcart .mc-promo i, #order-standard_cart .mc-promos.checkout .text, #order-standard_cart .mc-promos.checkout .mc-promo i {
    font-size: 11px;
}

#order-standard_cart .mc-promos.viewcart .btn-add span i, #order-standard_cart .mc-promos.checkout .btn-add span i, .account-manage-20i form .btn-default {
    color: #fff;
}

body #order-standard_cart .mc-promos.viewcart .price, body #order-standard_cart .mc-promos.checkout .price {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

#order-standard_cart .mc-promos.viewcart .mc-promo .header, #order-standard_cart .mc-promos.checkout .mc-promo .header {
    height: auto;
    padding: 15px 5px;
}

#order-standard_cart .mc-promos.checkout .mc-promo .header {
    padding: 20px 5px;
}

#order-standard_cart .mc-promos.viewcart .mc-promo .body, #order-standard_cart .mc-promos.checkout .mc-promo .body {
    padding: 20px 15px;
    border-top: 1px solid #f1f1f1;
    background-color: #ffffff;
}

.home-page-slider-panel.detail-page-product, .domain-pricing .tld-filters a {
    box-shadow: none;
}

body #order-standard_cart .mc-promos.viewcart .mc-promo .body li, body #order-standard_cart .mc-promos.checkout .mc-promo .body li {
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
}

body #order-standard_cart .mc-promos.checkout .mc-promo .body li {
    font-size: 14px;
}

body #order-standard_cart .mc-promos.viewcart .mc-promo .body li i, body #order-standard_cart .mc-promos.checkout .mc-promo .body li i {
    position: absolute;
    left: 0;
    top: 4px;
}

#order-standard_cart .mc-promos.viewcart .mc-promo .expander, #order-standard_cart .mc-promos.checkout .mc-promo .expander {
    text-align: center;
}

#order-standard_cart .mc-promos.viewcart .mc-promo .expander i, #order-standard_cart .mc-promos.checkout .mc-promo .expander i {
    font-size: 12px;
}

#order-standard_cart .mc-promos.viewcart .btn-add:hover span i, #order-standard_cart .mc-promos.checkout .btn-add:hover span i {
    color: #004fac;
}

#order-standard_cart .mc-promos.viewcart .headline, #order-standard_cart .mc-promos.checkout .headline {
    font-size: 16px;
}

select#inputDomainContact {
    width: 100%;
    margin-bottom: 10px;
}

/* ================================================== */

/* ===============review-&-chekout-css-end ================== */

/* ================================================== */

/* ===============submit-ticket-css-start ================== */

.submit-ticket-two-20i .form-group .text-muted {
    margin-bottom: 30px;
}

.submit-ticket-two-20i .card p.text-center {
    text-align: left !important;
}

.submit-ticket-two-20i .card .card-body {
    padding: 20px 25px;
}

/* ================================================== */

/* ===============submit-ticket-css-end ================== */

/* ================================================== */

/* ===============downloads-css-start ================== */

.download-20i .kb-search, .download-cat-20i .kb-search {
    margin-bottom: 0;
}

.download-20i form, .download-cat-20i form {
    margin-bottom: 1.5rem;
}

.download-20i .card .kb-article-item strong {
    font-size: 12px;
    color: #9f9f9f;
}

/* ================================================== */

/* ===============downloads-css-end ================== */

/* ================================================== */

/* ===============payment-css-start ================== */

.payment-methods-20i .card-body, .payment-method-add-card .card-body {
    padding: 25px;
}

.payment-methods-20i .card-title, .payment-method-add-card .card-title {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 18px;
    margin-bottom: 12px;
}

.payment-methods-20i p {
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 10px;
}

.payment-methods-20i a.btn.btn-primary {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
    background-color: #004fac;
    border: 1px solid #004fac;
    padding: 8px 18px;
}

.payment-methods-20i table#payMethodList tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.payment-methods-20i table#payMethodList tr th, .payment-methods-20i table#payMethodList tr td, .payment-methods-20i p, #order-standard_cart .mc-promos.viewcart .mc-promo .body li {
    font-size: 13px;
    line-height: 25px;
    color: #474747;
    font-weight: 400;
}

.payment-methods-20i table#payMethodList tr th {
    border-top: 0;
    color: #47474791;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
}

.payment-methods-20i table#payMethodList tr td {
    color: #474747;
    text-align: left;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline {
    display: block;
    padding-top: 10px;
    color: #474747;
    font-weight: 600;
    position: relative;
    padding-left: 34px;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline .iradio_square-blue {
    position: absolute !important;
    left: 0;
}

form#frmManagePaymentMethod div#innerBillingContactsContainer br {
    display: none;
}

.payment-methods-20i table#payMethodList {
    margin-top: 55px;
}

form#frmManagePaymentMethod .alert+.form-group label.control-label {
    display: none;
}

/* ================================================== */

/* ===============payment-css-end ================== */

/* ================================================== */

/* ===============payment-addon-css-end ================== */

form#frmManagePaymentMethod label {
    font-size: 14px;
    line-height: 20px;
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 3px;
}

form#frmManagePaymentMethod label.control-label, form#frmManagePaymentMethod label, form#frmManagePaymentMethod .form-group .col-md-8 .col-md-4, form#frmManagePaymentMethod .cc-details .col-md-8 .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline:last-child {
    margin-bottom: 10px;
}

form#frmManagePaymentMethod {
    padding-top: 5px;
}

form#frmManagePaymentMethod .form-group input, form#frmProductDomain .domain-selection-options input, #order-standard_cart form#frmProductDomain .domain-selection-options select, #order-standard_cart #frmCheckout .form-group .form-control, #order-standard_cart #frmConfigureProduct .field-container select, #frmCheckout select#inputDomainContact, #frmManagePaymentMethod .fieldgroup-creditcard label+div .form-control, form#frmAddToCart select, form#frmAddToCart .store-domain-tab-content input, .landing-page select.form-control.currency-selector, form.using-password-strength .form-control {
    height: 46px;
    border-radius: 2px;
    border: 1px solid #dee3e8;
}

.primary-content .form-control {
    min-height: 46px;
    border-radius: 2px;
    border: 1px solid #dee3e8;
    font-size: 14px;
    color: #2e3442;
    font-weight: 600;
}

#frmManagePaymentMethod .fieldgroup-creditcard {
    margin-bottom: 40px;
}

#frmManagePaymentMethod .fieldgroup-creditcard div#stripeCvcWhere {
    float: left;
    padding-top: 10px;
}

form#frmManagePaymentMethod .submit-container button#btnSubmit {
    margin-right: 7px;
}

#frmManagePaymentMethod .fieldgroup-creditcard label+div .form-control {
    padding-top: 13px;
}

form#frmManagePaymentMethod .form-group .col-md-8 input {
    width: 100%;
}

button#cvvWhereLink, form#frmManagePaymentMethod .form-group .input-group-append .input-group-text {
    font-size: 11px;
    line-height: 18px;
    color: #2e344273 !important;
    font-weight: 600;
    float: right;
    text-decoration: none;
    padding: 4px 0px 0px;
}

form#frmManagePaymentMethod .form-group .input-group-append {
    width: 100%;
}

form#frmManagePaymentMethod .form-group .input-group-append .input-group-text {
    background-color: transparent;
    border: 0;
    text-align: right;
    display: inline-block;
    width: 100%;
    position: absolute;
}

div#innerBillingContactsContainer label {
    color: #474747;
    font-weight: 600;
}

form#frmManagePaymentMethod .fieldgroup-auxfields a.btn.btn-default.btn-sm {
    background-color: #edf2fd;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 700;
    border-color: #edf2fd;
    margin: 10px 0px 20px;
}

form#frmManagePaymentMethod .submit-container .col-md-8.offset-sm-4 {
    margin: 0;
}

/* ================================================== */

/* =============== payment-addon-css-end ================== */

/* ================================================== */

/* =============== choose-domain-css-start ================== */

form#frmProductDomain .domain-selection-options label, #order-standard_cart #frmCheckout .account-select-container div.account label strong, #order-standard_cart #frmCheckout .account-select-container div.account label, #order-standard_cart #frmCheckout #containerNewUserSignup .sub-heading .primary-bg-color, #order-standard_cart #frmCheckout div#paymentGatewaysContainer .text-center label, #order-standard_cart #frmCheckout .cc-input-container .stripe-cards-inputs label, div#spotlightTlds .spotlight-tld, #DomainSearchResults .domain-price span.price, #order-standard_cart #frmConfigureProduct .product-info .product-title, #order-standard_cart #frmConfigureProduct .field-container label, #order-standard_cart #frmConfigureProduct .addon-promo-container h3, form#frmConfigureProduct .sub-heading span.primary-bg-color, #order-standard_cart #frmConfigureProduct .addon-products .panel-body label, form#frmConfigureDomains .sub-heading .primary-bg-color, body #order-standard_cart .secondary-cart-body h3, #order-standard_cart .mc-promos.viewcart .tagline, div#modalRemoveItem .modal-body, .home-page-slider-panel .promo-banner h4, .card-body.store-promoted-product h4, form.using-password-strength label, .primary-content label, .card.switch-account-20i .select-account a {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    font-weight: 600;
}

.card.switch-account-20i .select-account a:hover {
    background-color: #f3f6f9;
}

.card.switch-account-20i .select-account a, .card.switch-account-20i .select-account {
    border: 0;
}

.user-management-20i .card:first-child p {
    color: #4f7cec;
}

.home-page-slider-panel .promo-banner h4, .card-body.store-promoted-product h4 {
    color: #004747;
    font-weight: 700;
}

form#frmProductDomain .domain-selection-options label {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 20px 6px 20px 36px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options span.input-group-text {
    background-color: #fff;
    border-color: #dee3e8;
    border-right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options input {
    border-left: 0;
}

#order-standard_cart form#frmProductDomain .domain-selection-options select {
    font-weight: 600;
    margin-left: 6px;
}

form#frmProductDomain .domain-selection-options button.btn.btn-primary {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    background-color: #1bc577;
    border-color: #1bc577;
    padding: 10px 36px;
    margin-left: -12px;
    width: auto;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option.option-selected, body #order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child div#domainregister {
    padding: 15px 20px 30px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option.option-selected {
    background-color: #f3f6f9;
    border-radius: 0;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child, #order-standard_cart #frmCheckout .cc-input-container+.sub-heading, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 {
    margin: 0;
    padding-left: 25px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(2) .col-sm-8.col-sm-offset-1.offset-sm-1 {
    padding-left: 47px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(3) .col-sm-9 {
    padding-left: 35px;
}

#order-standard_cart form#frmProductDomain .domain-input-group {
    margin: 0;
    position: relative;
    top: -3px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    border-top: 1px solid #f1f1f1;
    padding: 0px 20px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option:last-child, #order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row, #order-standard_cart #frmCheckout div#totalDueToday {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option .iradio_square-blue {
    left: 4px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option .iradio_square-blue, #order-standard_cart #frmCheckout .account-select-container div.account label .iradio_square-blue, #order-standard_cart #frmCheckout .cc-input-container label.radio-inline .iradio_square-blue, #order-standard_cart #frmConfigureProduct .addon-promo-container label .iradio_square-blue {
    position: absolute !important;
}

#order-standard_cart form#frmProductDomain .domain-selection-options div#domainregister, form#frmProductDomain .domain-selection-options div#domaintransfer, form#frmProductDomain .domain-selection-options div#domainowndomain {
    padding: 10px 0px 0px;
}

form#frmProductDomain .domain-selection-options div#domainowndomain input {
    border: 1px solid #dee3e8;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right .form-control-static {
    border: 1px solid #dee3e8;
    padding: 0;
    width: 90%;
    float: right;
    line-height: 44px;
    text-align: center;
    border-right: 0;
    background-color: #fff;
    margin-bottom: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right {
    padding-right: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 {
    padding-left: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 .form-control {
    width: 98%;
    border-left: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
    margin-left: -16px;
}

#order-standard_cart form#frmProductDomain .domain-selection-options .option .row.domains-row {
    padding: 0px 0px 5px 5px;
}

form#frmProductDomain .domain-selection-options input span.input-group-text {
    border-radius: 2px;
}

/* ================================================== */

/* =============== choose-domain-css-end ================== */

/* ================================================== */

/*================ checkout-cart-css-start ===============*/

#order-standard_cart #frmCheckout .sub-heading, form#frmConfigureDomains .sub-heading {
    background-color: #fff;
    margin: 0;
    padding: 30px 25px 5px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 0;
    height: auto;
}

form#frmConfigureProduct div#productConfigurableOptions {
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup .sub-heading {
    padding: 24px 0px 0px;
    border: 0;
}

#order-standard_cart #frmCheckout .primary-bg-color, form#frmConfigureDomains .sub-heading .primary-bg-color {
    background: transparent;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 0;
}

#order-standard_cart #frmCheckout .account-select-container div.account {
    background: #fff;
    padding: 22px 25px;
    border: 0;
    border-bottom: 1px solid #f1f1f1 !important;
}

#order-standard_cart #frmCheckout .account-select-container .col-sm-12:nth-of-type(2) div.account.active {
    border-bottom: 0 !important;
    padding-bottom: 10px;
}

#order-standard_cart #frmCheckout .account-select-container div.account label, #order-standard_cart #frmCheckout .cc-input-container label.radio-inline {
    margin: 0;
    position: relative;
    padding-left: 32px;
}

#order-standard_cart #frmCheckout .cc-input-container label.radio-inline {
    padding-left: 23px;
    margin-bottom: 10px;
}

#order-standard_cart #frmCheckout .account-select-container div.account label .iradio_square-blue, #order-standard_cart #frmCheckout .cc-input-container label.radio-inline .iradio_square-blue, #order-standard_cart #frmConfigureProduct .addon-promo-container label .iradio_square-blue {
    left: 0;
}

#order-standard_cart #frmCheckout .account-select-container div.account label strong {
    margin-bottom: 12px;
    display: inline-block;
}

#order-standard_cart #frmCheckout .account-select-container div.account label span.label.label-info {
    background-color: #edf2fd;
    padding: 4px 10px;
    font-size: 10px;
    color: #4f7cec;
    font-weight: 700;
    border-color: #edf2fd;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 2px;
}

#frmCheckout>.account-select-container+#containerExistingUserSignin+div#containerNewUserSignup {
    padding: 0px 57px;
}

#frmCheckout div#containerNewUserSignup {
    padding: 0px 25px;
}

form#frmCheckout .generate-password {
    margin-bottom: 10px;
}

div#registration #frmCheckout div#containerNewUserSignup, div#registration #frmCheckout div#containerNewUserSecurity .row, div#registration #frmCheckout div#containerNewUserSecurity div#containerPassword {
    padding: 0;
}

div#registration #frmCheckout div#containerNewUserSecurity .row, div#registration #frmCheckout div#containerNewUserSecurity div#containerPassword {
    margin: 0 -10px;
}

#order-standard_cart #frmCheckout .form-group label {
    line-height: 47px;
}

#order-standard_cart #frmCheckout .cc-input-container, #frmCheckout div#containerNewUserSignup, #frmCheckout div#paymentGatewaysContainer, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:focus, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:active, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:hover, #order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row, div#DomainSearchResults div#searchDomainInfo, .suggested-domains .panel-heading.card-header, #order-standard_cart #frmConfigureProduct .product-info, #order-standard_cart #frmConfigureProduct .field-container, #frmCheckout div#containerNewUserSecurity {
    background-color: #fff;
}

#frmCheckout div#containerNewUserSecurity div#containerPassword {
    padding: 25px 15px;
}

#frmCheckout div#containerNewUserSecurity .row {
    margin: 0;
    padding: 0px 17px;
}

#order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:focus, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:active, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default:hover, #order-standard_cart #frmCheckout .cc-input-container #newCardInfo button.btn.btn-default {
    border-left: 0;
    border-color: #dee3e8;
}

#order-standard_cart #frmCheckout .form-group .form-control::placeholder {
    color: #2e34426e;
}

#order-standard_cart #frmCheckout .form-group .intl-tel-input.separate-dial-code .selected-flag, div#DomainSearchResults .spotlight-tlds, .intl-tel-input.separate-dial-code .selected-flag, .intl-tel-input.separate-dial-code .selected-flag:hover, .intl-tel-input.allow-dropdown .flag-container:hover, .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

#order-standard_cart #frmCheckout .form-group .intl-tel-input.separate-dial-code .selected-flag:focus, .intl-tel-input.separate-dial-code .selected-flag:focus {
    outline: 0;
}

#frmCheckout div#paymentGatewaysContainer p.small {
    color: #474747 !important;
    margin-bottom: 20px;
}

#frmCheckout div#paymentGatewaysContainer, #order-standard_cart #frmCheckout .cc-input-container {
    padding: 25px 26px;
    margin-bottom: 22px;
}

#order-standard_cart #frmCheckout .account-select-container {
    border-right: 0;
    background-color: #fff;
}

#order-standard_cart #frmCheckout div#paymentGatewaysContainer .text-center label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
    line-height: normal;
}

#frmCheckout div#totalDueToday {
    margin: 0px 0px 22px;
    background-color: #fff;
    border-color: #edf2fd;
    padding: 30px 25px;
    font-size: 20px;
    line-height: 35px;
    color: #4f7cec;
    font-weight: 400;
    border-radius: 0;
}

#frmCheckout div#totalDueToday strong {
    font-size: 25px;
    font-weight: 800;
}

#frmCheckout .cc-input-container div#newCardInfo, #frmCheckout .cc-input-container div#newCardSaveSettings, #frmCheckout .cc-input-container .stripe-cards-inputs {
    padding: 0px 37px;
}

#order-standard_cart .cc-input-container div#newCardInfo .form-group {
    margin-bottom: 5px;
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading {
    margin-top: 20px;
    border: 0;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row {
    margin: 0;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
    padding: 0px 10px 28px;
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row .form-group, #frmCheckout .cc-input-container div#newCardSaveSettings div#inputDescriptionContainer {
    margin: 0;
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row .form-group textarea {
    min-height: 125px;
}

#frmCheckout .cc-input-container .stripe-cards-inputs {
    margin: 0px 0px 15px;
}

#frmCheckout button#btnCompleteOrder {
    margin-top: 50px;
}

#frmCheckout button#btnCompleteOrder, #frmProductDomainSelections button#btnDomainContinue {
    background-color: #004fac;
    padding: 14px 35px;
}

#frmCheckout button#btnCompleteOrder {
    font-size: 15px;
    padding: 14px 25px;
}

#order-standard_cart .cc-input-container .form-group {
    margin-bottom: 6px;
}

#order-standard_cart #frmCheckout .cc-input-container+.sub-heading+.row+.text-center, #frmCheckout div#totalDueToday {
    text-align: left !important;
}

form#frmCheckout .marketing-email-optin {
    background-color: #fff;
    margin-top: 20px;
    padding: 25px;
}

#frmCheckout .cc-input-container .col-sm-3, #frmCheckout .cc-input-container .col-sm-6, #frmCheckout .cc-input-container .col-md-6, #frmCheckout .cc-input-container .col-md-3, #frmCheckout .cc-input-container .col-md-3 {
    padding: 0px 10px;
}

#frmCheckout .cc-input-container .stripe-cards-inputs .form-control {
    padding-top: 13px;
}

#frmCheckout .cc-input-container .stripe-cards-inputs {
    max-width: 100%;
}

#order-standard_cart #frmCheckout .cc-input-container label {
    line-height: 20px;
}

#frmCheckout .cc-input-container div#newCardInfo label, #frmCheckout .cc-input-container div#newCardSaveSettings label {
    line-height: 45px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading {
    margin-top: 20px;
}

/* ================================================== */

/* =============== checkout-cart-css-end ================== */

/* ================================================== */

/*==================== domain-search-css-start =============*/

#searchDomainInfo .domain-available.domain-checker-available {
    font-size: 22px;
    line-height: 32px;
    color: #f64e60;
    font-weight: 400;
}

#searchDomainInfo p.domain-error.domain-checker-unavailable.headline {
    font-size: 19px;
    line-height: 28px;
    color: #f64e60;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
}

#searchDomainInfo .domain-available.domain-checker-available {
    color: #1bc577;
    margin-bottom: 0;
}

div#DomainSearchResults div#searchDomainInfo {
    padding: 25px;
    margin: 20px 0px;
}

#spotlightTlds .domain-lookup-result .invalid, #spotlightTlds .btn-add-to-cart, #spotlightTlds .domain-lookup-result .unavailable, #spotlightTlds .domain-lookup-result button {
    font-size: 11px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 700;
    border-radius: 1px;
    background-color: #ffffff;
    border: 1px solid #dcdee2;
    padding: 3px 10px;
    min-width: 80px;
    width: auto;
}

#spotlightTlds .btn-add-to-cart span.added {
    font-weight: 700;
}

div#DomainSearchResults .spotlight-tlds {
    padding: 0;
}

div#DomainSearchResults div#spotlightTlds .spotlight-tld {
    font-weight: 700;
}

#DomainSearchResults .domain-price span.price {
    font-weight: 800;
}

div#DomainSearchResults .spotlight-tld-hot {
    width: 90px;
    padding: 0px 3px;
    top: 6px;
    right: -29px;
}

.suggested-domains .panel-heading.card-header {
    border-bottom: 0;
    padding: 25px;
}

#spotlightTlds .domain-lookup-result .available.price {
    font-weight: 800;
}

#searchDomainInfo .domain-price span.register-price-label, .suggested-domains .domain-suggestions-warning p {
    color: #4647477a;
    display: block;
}

div#DomainSearchResults .suggested-domains a#moreSuggestions {
    font-size: 14px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 600;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone button span {
    font-size: 11px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 600;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone button span.added {
    font-weight: 800;
}

div#DomainSearchResults .suggested-domains .domain-suggestions-warning p {
    max-width: 540px;
    margin: 0 auto 10px;
}

div#DomainSearchResults .suggested-domains .panel-heading {
    padding: 20px 25px;
}

div#DomainSearchResults .suggested-domains .panel-heading, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item {
    border-bottom: 1px solid #f1f1f1;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item button.btn {
    background-color: #e2efff;
    text-decoration: none;
    padding: 3px 15px;
    border-color: #e2efff;
    border-radius: 2px;
    color: #4f7cec;
    margin-bottom: 5px;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item button.btn.checkout {
    border-color: #004fac;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item button.btn.checkout span {
    font-weight: 700;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item {
    padding: 22px 25px;
}

#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item:last-child {
    padding-bottom: 25px;
}

/* ================================================== */

/* =============== checkout-cart-css-end ================== */

/* ================================================== */

/* =============== configure-css-start ================== */

.primary-content select {
    background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
}

form#frmConfigureProduct .product-info ul {
    padding-left: 12px;
}

#order-standard_cart #frmConfigureProduct .product-info, #order-standard_cart #frmConfigureProduct .field-container {
    padding: 20px 25px;
}

#order-standard_cart #frmConfigureProduct .product-info ul li b {
    font-weight: 800;
    color: #000;
}

#order-standard_cart #frmConfigureProduct .product-info ul li:last-child, #order-standard_cart #frmConfigureProduct .product-info ul {
    margin-bottom: 0;
}

#order-standard_cart #frmConfigureProduct .field-container select, #order-standard_cart #frmConfigureProduct .addon-products .panel-add {
    font-size: 13px;
    line-height: 18px;
    color: #2e3442bd;
    font-weight: 700;
}

#order-standard_cart #frmConfigureProduct .field-container select {
    width: 100%;
    background-color: #f3f6f9;
    border: 0;
}

body #order-standard_cart #frmConfigureProduct .field-container label, body #order-standard_cart #frmConfigureProduct .addon-promo-container h3 {
    margin-bottom: 15px;
}

#order-standard_cart #frmConfigureProduct .addon-promo-container .description p, #order-standard_cart #frmConfigureProduct .addon-products .panel-body {
    font-size: 13px;
    line-height: 21px;
    color: #7c8088;
    font-weight: 500;
}

#order-standard_cart #frmConfigureProduct .addon-promo-container .description p a, .home-page-slider-panel .promo-banner .card-body h3 small a {
    color: #4f7cec;
    text-decoration: none;
}

#order-standard_cart #frmConfigureProduct .addon-promo-container label.radio-inline {
    font-size: 14px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}

form#frmConfigureProduct .sub-heading {
    margin: 0 0 35px 0;
    border: 0;
}

form#frmConfigureProduct .sub-heading span.primary-bg-color {
    background-color: transparent;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    padding: 10px 0px;
    width: 100%;
}

#order-standard_cart #frmConfigureProduct .field-container, #order-standard_cart #frmConfigureProduct .addon-products .card {
    margin-bottom: 20px;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-body label {
    width: 100%;
    margin: 0 0 20px;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-body, #order-standard_cart #frmConfigureProduct .addon-products .panel-body label, form#frmConfigureProduct .alert.alert-warning {
    text-align: left;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-body {
    padding: 0 0 15px 0;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-price {
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    background-color: transparent;
    text-align: left;
    padding: 0px 0px 15px;
}

#order-standard_cart #frmConfigureProduct .addon-products {
    margin: 0 -10px;
}

#order-standard_cart #frmConfigureProduct .addon-products .col-sm-6 {
    padding: 0px 10px;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-add, .home-page-slider-panel .promo-banner .card-body .btn-success, .card-body.store-promoted-product .btn-success {
    background-color: #004fac;
    border: 1px solid #004fac;
    padding: 12px 16px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

#order-standard_cart #frmConfigureProduct .addon-products .card {
    padding: 25px;
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-body label .icheckbox_square-blue {
    margin-right: 5px;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-name, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .clearfix span, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-group {
    font-size: 12px;
    line-height: 18px;
    color: #7c8088;
    font-weight: 600;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-name {
    padding: 0 0 10px 0;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .summary-totals {
    border-top: 1px solid #f1f1f1;
    padding: 12px 0px;
    margin-top: 12px;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .clearfix span, #order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-group {
    color: #474747;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .clearfix span:last-child {
    font-weight: 700;
}

#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .total-due-today {
    padding: 15px 0px;
}

form#frmConfigureProduct div#scrollingPanelContainer div#orderSummary {
    margin-top: 37px !important;
}

form#frmConfigureProduct .alert.alert-warning a.alert-link {
    float: right;
}

#order-standard_cart .alert.alert-info.order-confirmation span {
    display: block;
    font-size: 37px;
    line-height: 44px;
    color: #004fac;
    font-weight: 700;
    padding-top: 4px;
}

#order-standard_cart .order-confirmation {
    background-color: #fff;
    border-color: #fff;
    padding: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #7c8088;
}

.email-verification .btn:hover, .email-verification .btn:active {
    background-color: #f64e60 !important;
}

.email-verification button#btnEmailVerificationClose:hover {
    background-color: transparent !important;
    color: #f64e60
}

.home-page-slider-panel {
    background-color: #fff;
    padding: 10px;
    margin: 0px 10px 20px;
}

.home-page-slider-panel .promo-banner {
    border: 0;
}

.home-page-slider-panel .promotions-slider-control {
    padding: 10px;
}

.home-page-slider-panel .promo-banner .card-body {
    padding: 0;
}

.home-page-slider-panel .promo-banner .icon-left {
    background-color: #edf2fd;
    padding: 30px 15px;
}

.home-page-slider-panel .promo-banner .card-body h3, .card-body.store-promoted-product h3 {
    background-color: transparent;
    padding: 0px 0px 5px;
    font-size: 20px;
    font-weight: 700;
}

.home-page-slider-panel .promotions-slider-control a span {
    width: 12px;
}

.home-page-slider-panel .promo-banner .card-body .btn-success {
    margin-top: 25px;
}

/* ================================================== */

/* =============== configure-css-start-end ================== */

/* ================================================== */

/* ================Domain-config-css-start ============ */

form#frmConfigureDomains .sub-heading~.row {
    background-color: #fff;
    margin: 0px 0;
    padding: 20px;
}

form#frmConfigureDomains .sub-heading~.form-group {
    padding-top: 0;
}

form#frmConfigureDomains .sub-heading {
    margin-top: 15px;
}

form#frmConfigureDomains .sub-heading~.row .col-sm-4, form#frmAddToCart .col-sm-7, form#frmAddToCart .col-sm-5 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

form#frmConfigureDomains .sub-heading~.row .col-sm-4 {
    text-align: left !important;
}

form#frmConfigureDomains .sub-heading~.row .form-control {
    width: 100%;
}

form#frmConfigureDomains .sub-heading .primary-bg-color {
    font-size: 18px;
    text-transform: capitalize;
    padding: 0px 10px;
}

form#frmConfigureDomains .form-group {
    color: #3699ff;
    font-weight: 600;
}

form#frmConfigureDomains .sub-heading+p {
    padding: 20px 35px 0;
    color: #3699ff;
    background-color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

div#containerNewUserSignup .col-sm-12:last-child {
    padding-bottom: 20px;
}

form#frmCheckout .sub-heading+p {
    padding-top: 10px;
}

/* ================================================== */

/* ================Domain-config-css-end ============ */

/* ================================================== */

/* ================invoice-css-end ============ */

.invoice-container {
    padding: 40px;
}

.invoice-header h2 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 38px;
    color: #004fac;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.invoice-container .invoice-header .small-text {
    margin-top: 17px;
}

.invoice-container .row.invoice-header .invoice-status, .invoice-container .invoice-header h2 {
    border-bottom: 1px solid #f1f1f1;
}

.invoice-header h3 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

.invoice-container .invoice-status span.unpaid, .invoice-container button#btnPayNow {
    background-color: #ee848b;
    padding: 5px 14px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
}

.invoice-container .invoice-col button#btnPayNow {
    background-color: #004fac;
    border-color: #004fac;
    float: right;
    margin-top: 5px;
}

.invoice-container .invoice-status {
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 0 0;
    padding-bottom: 15px;
}

.invoice-container .row.invoice-header .col-12 {
    padding: 0;
}

.invoice-container .small-text, .invoice-container .payment-btn-container p, .invoice-container table thead td strong, .invoice-container table tbody td {
    font-size: 13px;
    line-height: 20px;
    color: #474747;
    font-weight: 600;
    margin-top: 10px;
}

.invoice-container table thead td strong {
    color: #47474799;
    font-weight: 600;
}

.invoice-container .card.bg-default .card-header h3 {
    font-weight: 500;
}

.invoice-container table tr td {
    border-top: 0;
    padding: 12px 0px;
    text-align: left !important;
}

.invoice-container table thead tr td {
    border-bottom: 1px solid #f1f1f1;
    text-align: left !important;
}

.invoice-container tr td.total-row {
    background-color: transparent;
}

.invoice-container tr:last-child td.total-row, .invoice-container .transactions-container table tbody tr:last-child td {
    background-color: #f3f6f9;
    padding: 12px 5px;
}

.payment-btn-container p br, .invoice-container hr {
    display: none;
}

.invoice-container .invoice-col span.small-text.float-sm-right form, .invoice-container .invoice-col span.small-text.float-sm-right form select {
    width: 100%;
    color: #000;
}

.invoice-container .invoice-col span.small-text.float-sm-right form select:focus {
    box-shadow: none;
    border: 1px solid #dcdee2;
}

.invoice-container .invoice-col span.small-text.float-sm-right {
    display: inline-block;
    width: 70%;
}

.invoice-container .row.invoice-header .small-text {
    padding-left: 103px;
}

.invoice-container .row.invoice-header {
    margin: 0;
}

.invoice-container .row.justify-content-sm-between {
    padding-top: 25px;
    margin-bottom: 20px;
}

.invoice-container .invoice-col strong, .invoice-container .card.bg-default .card-header h3 {
    font-size: 17px;
    line-height: 25px;
    color: #474747;
    font-weight: 700;
}

.invoice-container .card {
    border: 0;
}

.invoice-container .card.bg-default .card-header {
    padding: 0 0px 5px;
}

.invoice-container .float-right.btn-group a {
    border-color: #004fac;
    color: #004fac;
    font-weight: 700;
    border-radius: 2px;
}

.invoice-container .float-right.btn-group a:hover {
    background-color: #004fac;
    color: #fff;
}

/* ================================================== */

/* ================invoice-css-end ============ */

/* ================= ssl-ceritificate-ev-css-start ================*/

body .landing-page.ssl .ideal-for.ev i, body .landing-page.ssl .ideal-for.ov i, body .landing-page.ssl .ideal-for.dv i {
    color: #004fac;
}

/* ================================================== */

/* ================cart-order-css-start ============ */

form#frmAddToCart {
    background-color: #fff;
    padding: 25px 25px 30px;
}

form#frmAddToCart .col-sm-5 .payment-term {
    float: left;
    padding-top: 7px;
}

form#frmAddToCart .store-domain-tabs .nav-link.active {
    color: #ffffff;
    border-color: #004fac;
}

form#frmAddToCart .store-domain-tab-content, form#frmAddToCart .store-domain-tabs .nav-link.active {
    background-color: #004fac !important;
}

form#frmAddToCart .store-domain-tab-content {
    border: 0;
    margin-bottom: 50px;
}

form#frmAddToCart .store-domain-tabs .nav-link {
    background-color: #f3f6f9;
    color: #004fac;
    border-color: #f3f6f9;
    font-weight: 600;
}

form#frmAddToCart .domain-validation.ok {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
}

#frmAddToCart .btn-default {
    border: 1px solid rgb(0 0 0 / 13%);
    padding: 13px 25px;
    box-shadow: none;
}

#frmAddToCart .btn-primary {
    font-size: 13px;
    border-radius: 2px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 700;
    padding: 13px 30px;
}

#frmAddToCart .btn-default, #frmAddToCart .btn-primary {
    margin-bottom: 10px;
}

form#frmAddToCart .col-sm-7.text-right {
    text-align: left !important;
    margin-top: 30px;
}

.store-promoted-product ul.features {
    margin-top: 10px;
}

.store-promoted-product .icon {
    background-color: #edf2fd;
    padding: 10px;
}

.store-promoted-product .icon img {
    margin-bottom: 15px;
}

/* ================================================== */

/* ================cart-order-css-end ============ */

/* ================================================== */

/* ================ssl-certificates-ov-css-start ============ */

.landing-page.ssl .content-block.features {
    padding: 60px 0px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 {
    padding: 80px;
}

.primary-content .landing-page.ssl .standout, .primary-content .landing-page.ssl .content-block.standout.standout-2 {
    background-color: #fff;
    margin: 0;
    padding: 60px 0px;
}

body .landing-page.ssl .certificate-options.ov, body .landing-page.ssl .certificate-options.ev, body .landing-page.ssl .certificate-options.dv, body .landing-page.ssl .certificate-options.wildcard {
    background-color: #004fac;
}

.landing-page.ssl .certificate-options.ov a.help-me-choose, .landing-page.ssl .certificate-options.ev a.help-me-choose, .landing-page.ssl .certificate-options.dv a.help-me-choose, .landing-page.ssl .certificate-options.wildcard a.help-me-choose {
    color: #fff;
    text-decoration: none;
}

.landing-page.bg-white.ssl .content-block.standout h3 {
    margin-bottom: 15px;
}

.landing-page.ssl .certificate-options.ov h3, .landing-page.ssl .certificate-options.ev h3, .landing-page.ssl .certificate-options.dv h3, .landing-page.ssl .certificate-options.wildcard h3 {
    font-weight: 600;
    float: none !important;
    text-align: center;
}

.landing-page.ssl .certificate-options.ov .row-pricing-table .header h4, .landing-page.ssl .certificate-options.ev .row-pricing-table .header h4, .landing-page.ssl .certificate-options.dv .row-pricing-table .header h4, .landing-page.ssl .certificate-options.wildcard .row-pricing-table .header h4 {
    font-weight: 500;
    font-size: 20px;
}

.landing-page.ssl .certificate-options.ov .row-pricing-table .header h4, .landing-page.ssl .certificate-options.ev .row-pricing-table .header h4, .landing-page.ssl .certificate-options.dv .row-pricing-table .header h4, .landing-page.ssl .certificate-options.wildcard .row-pricing-table .header h4 {
    margin-bottom: 10px;
}

.landing-page.ssl .certificate-options.ov .btn, .landing-page.ssl .certificate-options.ev .btn, .landing-page.ssl .certificate-options.dv .btn, .landing-page.ssl .certificate-options.wildcard .btn {
    color: #004fac;
    padding: 12px;
    font-weight: 600;
}

.landing-page.ssl .certificate-options.ov .row-pricing-table ul li, .landing-page.ssl .certificate-options.ev .row-pricing-table ul li, .landing-page.ssl .certificate-options.dv .row-pricing-table ul li, .landing-page.ssl .certificate-options.wildcard .row-pricing-table ul li {
    padding: 6px;
}

.landing-page .content-block.dashed-border.standout {
    border-bottom: 1px dashed #edf2fd;
}

.primary-content .landing-page.ssl .content-block.features {
    background-color: #dceefd;
}

.primary-content .landing-page.ssl .content-block.features .feature {
    background-color: #004fac;
    border: 1px solid #004fac;
}

.primary-content .landing-page.ssl .content-block.features .feature:hover {
    background-color: transparent;
    color: #004fac;
}

.primary-content .landing-page .content-block.features .feature h5 {
    font-size: 18px;
    font-weight: 600;
}

.primary-content .landing-page button.navbar-toggler {
    background-color: #fff;
}

.primary-content .landing-page button.navbar-toggler:focus {
    outline: 0;
}

.primary-content .landing-page .standout .row.ideal-for {
    padding-top: 25px;
}

body .landing-page .certificate-options.wildcard, .landing-page .content-block.features, .landing-page .content-block.standout-features.standout {
    margin: 0;
}

.landing-page .content-block.standout-features.standout {
    background-color: #fff;
    margin: 0;
    padding: 80px 0px;
}

div#oxPricing .col-xl-10.offset-xl-1 {
    display: block;
    overflow-x: auto;
}

.content-block.what-is-ssl.standout ul li {
    position: relative;
    padding-left: 28px;
}

.content-block.what-is-ssl.standout ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

/* ================================================== */

/* ================ssl-certificates-ov-css-end ============ */

div#tableDomainPricing_wrapper thead th {
    background: #f3f6f9;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
    color: #797979;
    background-color: #dddddd;
    border-color: #dddddd;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-label {
    width: 41px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
    background-color: #004fac;
    border-color: #004fac;
}

.already-registered.clearfix, .primary-content .card-body .card-title {
    margin-bottom: 10px;
}

.payment-methods-20i table#payMethodList .btn:first-child {
    margin-right: 5px;
}

.account-manage-20i form .intl-tel-input.separate-dial-code .selected-flag, .user-management-20i table tr, .primary-content .user-management-20i table tbody tr, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover {
    background-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover {
    color: #004fac;
}

#inputSecurityQId {
    min-height: 46px;
    border: 1px solid #DEE3E8;
    margin-bottom: 15px;
}

.account-manage-20i .btn, .contact-detail-20i .btn {
    margin: 10px 5px 0px;
    max-width: 170px;
    width: 100%;
}

.btn-social, .btn-social.btn-google {
    padding: 8px 15px;
}

.account-manage-20i .card-body label {
    padding-top: 5px;
}

.account-manage-20i form label {
    padding-top: 10px;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: no-drop;
}

.primary-content .account-manage-20i .card-body {
    overflow: visible;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p {
    color: #212529 !important;
    font-size: 14px;
    padding: 20px 25px;
    margin: 0;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom .col-sm-6.col-sm-offset-3.offset-sm-3 {
    margin-left: 0;
    padding: 0;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden div#domainRegistrantInputFields, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+div>div#domainRegistrantInputFields {
    background-color: #fff;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom {
    padding: 0 25px 15px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden div#domainRegistrantInputFields, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+div>div#domainRegistrantInputFields {
    padding: 0px 15px 15px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden div#domainRegistrantInputFields>div, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+div>div#domainRegistrantInputFields>div {
    padding: 0px 10px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden+.sub-heading, .contact-page-20i .btn.btn-primary {
    margin-top: 22px;
}

#order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+div>div#domainRegistrantInputFields {
    margin: 0;
}

.contact-page-20i div#default-captcha-domainchecker p {
    text-align: center;
}

.contact-page-20i div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: 50%;
}

.contact-page-20i .h3 {
    font-size: 37px;
    letter-spacing: -1px;
    line-height: 45px;
    color: #031B4E;
    font-weight: 700;
    text-align: center;
}

.contact-page-20i form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 950px;
    margin: 0 auto;
}

.contact-page-20i .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 20px 40px 0px;
}

.contact-page-20i form .form-group.row, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom, #order-standard_cart #frmCheckout div#containerNewUserSignup+.sub-heading+p+.row.margin-bottom+.w-hidden div#domainRegistrantInputFields {
    margin: 0;
}

.contact-page-20i form .form-group.row {
    width: 50%;
    margin-bottom: 10px;
}

.contact-page-20i form .form-group label {
    min-width: 100%;
    text-align: left !important;
    padding-left: 10px;
}

.contact-page-20i p {
    text-align: center;
}

.contact-page-20i form .form-group.row>div {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding: 0px 8px;
}

.contact-page-20i form .form-group.row:nth-of-type(3), .contact-page-20i form .form-group.row:nth-of-type(4) {
    width: 100%;
}

.contact-page-20i .btn.btn-primary {
    padding: 12px 25px;
}

.primary-content .card-body {
    overflow: visible;
}

.user-management-20i table td {
    white-space: nowrap;
}

.user-management-20i table th {
    border-top: 0;
}

.user-management-20i .card form label {
    margin-bottom: 4px;
    display: inline-block;
}

.user-management-20i .card-body {
    overflow: auto;
}

.primary-content .card.switch-account-20i {
    max-width: 100%;
}

.tab-content.margin-bottom div#tabOverview .tab-content.bg-white.product-details-tab-container {
    border: 0;
}

.primary-content .landing-page.marketgoo .content-block.faqs h3 {
    font-size: 36px;
    font-weight: 800;
}

.card.switch-account-20i .select-account a {
    padding: 20px 15px;
    border-bottom: 1px solid #f1f1f1;
}

.card.switch-account-20i .select-account a:last-child {
    border-bottom: 0;
}
#modalChooseLanguage .item-selector .item {
    margin: 2px 0 8px;
    padding: 6px;
    border: 1px solid #dee3e8;
    color: #6b788b;
    text-decoration: none;
    font-size: 14px;
}
.modal-localisation .modal-body{
    position: relative;
}
#modalChooseLanguage .item-selector .item:hover {
    background-color: #f3f6f9;
}
#modalChooseLanguage button.close span{
    color: #474747;
    position: absolute;
    right: 0;
    margin: 18px 28px;
    top: 0;
}
#modalChooseLanguage .h5 {
    padding-top: 3px !important;
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
}
div#modalChooseLanguage .row.item-selector:nth-of-type(1) {
    padding-bottom: 25px;
}
.modal-localisation .item-selector .item.active {
    background-color: transparent;
    border-color: #dee3e8;
    color: #6b788b;
}
.modal-localisation .modal-content {
    background-color: #fff;
}
.modal-localisation .modal-footer {
    padding: 0 26px 25px;
}
p.help-element-text {
    margin: 0;
    min-height: 36px;
    vertical-align: top;
    line-height: 19px;
}
/*========== responsive =============*/

@media(max-width: 1440px) {
    .primary-content .landing-page .hero h2 {
        font-size: 52px;
        line-height: 58px;
    }
    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .features h3, .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3, .primary-content .landing-page.mail-services .content-block.get-started .price, .primary-content .landing-page.marketgoo .content-block.faqs h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .primary-content .landing-page.weebly .content-block.faq .col-md-4, .primary-content .landing-page.ox .faqs .col-lg-6, .primary-content .landing-page.codeguard .content-block.faqs .col-lg-4, .primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body .email-verification {
        padding: 0px 15px 20px;
    }
}

@media(max-width: 1279px) {
    .product-section-20i .card-columns.home {
        justify-content: center;
    }
    #frmAddToCart .nav-tabs .nav-item {
        margin-bottom: -2px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
    div#registration .intl-tel-input .country-list {
        width: 424px;
    }
    .alert.alert-warning.network-issue-alert .container, .email-verification .container {
        max-width: 1272px;
    }
}

@media(max-width: 1199px) {
    .email-verification .btn.close {
        margin: 0;
    }
    .primary-content .landing-page.ox .stand-out .col-xl-4 {
        margin-bottom: 20px;
    }
    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {
        height: 100%;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li a {
        font-weight: 600;
    }
    #domainForm .btn-group.btn-group-sm .dropdown-menu {
        margin-left: -100px;
    }
    header.header .main-navbar-wrapper div#mainNavbar {
        padding: 1rem;
    }
    header.header .not-login-20i-header div#mainNavbar {
        padding: 1.4rem 1.2rem;
    }
    header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-20i-header {
        padding: 0;
        position: absolute;
        background-color: #fff;
        width: 100%;
        z-index: 999;
    }
    .top-nav-20i li.nav-item:nth-of-type(2) {
        margin-right: 0;
    }
    header.header .main-navbar-wrapper .navbar-nav a {
        margin: 0;
        padding: 5px 0px;
        display: inline-block;
        font-size: 14px;
    }
    .main-navbar-wrapper .login-20i-clientarea {
        margin-bottom: 8px;
    }
    .top-nav-20i li.nav-item:first-child, .not-login-20i-header #mainNavbar .navbar-brand, .not-login-20i-header .right-part-20i .search-20i, .not-login-20i-header .right-part-20i .cartbtn-20i, header.header .main-navbar-wrapper .navbar-nav a::before {
        display: none;
    }
    header.header .navbar.navbar-light.mobile-bar {
        display: block;
        width: 100%;
        border-bottom: 0;
    }
    header.header .main-navbar-wrapper {
        padding: 10px 0px;
    }
    .mobile-bar a.btn.nav-link.cart-btn {
        padding-right: 0.9rem !important;
    }
    .not-login-20i-header ul#nav {
        margin-bottom: 8px;
    }
    .not-login-20i-header div#mainNavbar {
        position: absolute;
        background-color: #fff;
        left: 0;
        right: 0;
        z-index: 999;
        top: 80px;
        margin: auto;
    }
    .not-login-20i-header .top-nav-20i .btn.nav-link {
        padding-right: 0;
    }
    div.product-details div.product-icon {
        padding: 0;
    }
    div.product-details div.product-icon span i.fas.fa-hdd.fa-stack-1x.fa-inverse {
        font-size: 45px;
    }
    .product-icon.text-center h4 {
        font-size: 22px;
    }
    /* =========================================================== */
    /*================== landing pages css start ==================*/
    .primary-content .landing-page .content-block, .primary-content .landing-page.ssl .content-block {
        margin: 20px 0;
        padding: 40px 0;
    }
    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .features h3, .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .hero-bg h1, .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3, .primary-content .landing-page.mail-services .content-block.get-started .price, .primary-content .landing-page.marketgoo .content-block.faqs h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .primary-content .landing-page.ssl .validation-levels {
        padding: 50px 0px;
    }
    .primary-content .landing-page.ssl .validation-levels .item {
        padding: 15px;
    }
    .primary-content .landing-page.ssl .validation-levels .item p {
        font-size: 14px;
    }
    .primary-content .landing-page.ssl .validation-levels .item h4, .primary-content .landing-page.ssl .content-block.standout .item h4, .primary-content .landing-page.ssl .content-block.ssl-benefits h4, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body h4 {
        font-size: 17px;
        line-height: 25px;
    }
    .primary-content .landing-page.ssl .validation-levels .item span {
        font-size: 16px;
        line-height: 24px;
    }
    .primary-content .landing-page.ssl .validation-levels .item .btn, .primary-content .landing-page.ssl .content-block.standout .btn, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn, .primary-content .landing-page.sitelock .content-block.emergency .btn, .primary-content .landing-page.mail-services .product-options .item .btn, .primary-content .landing-page.mail-services .content-block.get-started .btn {
        padding: 8px;
        margin-top: 10px;
    }
    .primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li>a {
        /* font-size: 12px; */
        padding: 10px 10px;
    }
    .primary-content .landing-page.ssl .content-block.ssl-benefits i {
        font-size: 25px;
    }
    .primary-content .landing-page.ssl .content-block.ssl-benefits .col-lg-2 {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.ssl .content-block.standout p, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
        font-size: 16px;
        line-height: 26px;
    }
    .primary-content .landing-page.ssl .standout-1 {
        padding: 10px 0 0;
        margin: 30px 0 180px 0;
    }
    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
        margin: 0;
        padding: 0;
        font-size: 22px;
    }
    .primary-content .landing-page.ssl .standout-1 .browser .browser-image img {
        border-radius: 23px 23px 0 0;
        width: 800px;
    }
    .primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper {
        max-width: 550px;
        font-size: 15px;
        line-height: 25px;
        padding: 30px;
    }
    .primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper img {
        width: 60px;
    }
    .primary-content .landing-page.ssl .content-block.standout .item img {
        width: 100px;
    }
    .landing-page.ssl .detailed-info {
        padding: 60px 0 50px;
    }
    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
        font-size: 14px;
        line-height: 23px;
    }
    .primary-content .landing-page.ssl .detailed-info {
        padding: 60px 0 45px;
    }
    .primary-content .landing-page.ssl ul.ssl-certs-all .price strong {
        font-size: 17px;
    }
    .primary-content .landing-page.ssl .content-block.standout.standout-2 .logos img {
        max-height: 35px;
    }
    .primary-content .landing-page~p {
        font-size: 16px;
        line-height: 30px;
    }
    .primary-content .landing-page.sitelockvpn .hero-bg {
        background-size: 500px;
        padding: 60px 0;
    }
    /*============= landing pages css end =============*/
}

@media (min-width: 768px) and (max-width: 1199px) {
    .account-manage-20i form label {
        font-size: 16px;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li a {
        font-size: 12px;
    }
    .fast-hosting-theme-section {
        padding: 72px 0px 170px;
    }
    .domain-pricing .featured-tlds-container .col-lg-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li a {
        margin-right: 5px;
        padding: 10px !important;
    }
    .store-order-container #frmAddToCart .nav-tabs .nav-item {
        max-width: 33.3%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .not-login-20i-header div#mainNavbar {
        width: 930px;
    }
    .email-verification .container {
        max-width: 930px;
    }
}

@media(min-width: 992px) {
    .alert.alert-warning .container {
        max-width: 935px;
    }
    .home-domain-search .input-group-wrapper a.btn.btn-link {
        position: absolute;
        right: 0;
    }
    .home-domain-search .input-group-wrapper {
        position: relative;
    }
    body #order-standard_cart .secondary-cart-body {
        padding-right: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 33%;
    }
    .primary-content .product-section-20i .card {
        max-width: 31.3%;
        flex: 0 0 31.3%;
        -ms-flex: 0 0 31.3%;
    }
    .fast-hosting-theme-title {
        font-size: 45px;
        line-height: 50px;
    }
    .not-login-20i-header div#mainNavbar {
        width: 685px;
    }
    .help-elements .action-icon-btns {
        margin-bottom: 0 !important;
    }
    #order-standard_cart .domain-promo-box {
        min-height: 266px;
    }
    .alert.alert-warning .container, .email-verification .container {
        max-width: 690px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .primary-content .product-section-20i .card {
        max-width: 47.3%;
        flex: 0 0 47.3%;
        -ms-flex: 0 0 47.3%;
    }
    .not-login-20i-header div#mainNavbar {
        width: 506px;
    }
    .alert.alert-warning.network-issue-alert .container, .email-verification .container {
        max-width: 510px;
    }
}

@media(min-width: 576px) and (max-width: 1199px) {
    .primary-content .landing-page button.navbar-toggler {
        margin-left: 15px;
    }
}

@media(max-width: 991px) {
    .primary-content .landing-page.sitelockvpn .hero-bg h1 br {
        display: none;
    }
    .home-page-slider-panel {
        margin: 0px 0px 20px;
    }
    .contact-page-20i .h3 {
        font-size: 30px;
        line-height: 35px;
    }
    body .email-verification .order-3 {
        order: 0;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .email-verification .btn.close {
        right: 13px;
        left: auto;
    }
    .primary-content .landing-page.codeguard .content-block.pricing form.float-right:first-child {
        width: 100%;
        margin: 0;
    }
    body .landing-page.ox .header .header-content {
        padding: 10px 10px 30px;
    }
    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        border: 0;
    }
    .account-section-main-20i .action-icon-btns a {
        margin-bottom: 18px;
    }
    .help-elements .action-icon-btns {
        padding: 20px;
    }
    .action-icon-btns .col-6 {
        margin: 0;
    }
    .help-elements .action-icon-btns {
        position: relative;
    }
    .product-section-20i .card-columns.home {
        justify-content: left;
    }
    .footer ul.nav.justify-content-center.justify-content-lg-start {
        float: none;
        margin: 0;
    }
    footer.footer .copyright {
        max-width: 100%;
        padding-top: 30px;
        text-align: center;
    }
    #tabOverview .col-lg-6 {
        margin-bottom: 15px;
    }
    #tabOverview .row.mb-3 {
        margin-bottom: 0px !important;
    }
    body #order-standard_cart .secondary-cart-sidebar {
        width: 100%;
    }
    body #order-standard_cart .secondary-cart-body {
        margin-bottom: 20px;
    }
    .primary-content .landing-page .navbar .navbar-nav li, .primary-content .landing-page.codeguard .navbar .navbar-nav li, .primary-content .landing-page.weebly .navbar .navbar-nav li, .primary-content .landing-page.mail-services .navbar .navbar-nav li {
        width: 100%;
        border-right: 0;
    }
    .landing-page.ssl div#nav-ssl li:last-child {
        margin-bottom: 25px;
    }
    .primary-content .landing-page .navbar {
        padding: 12px 15px !important;
    }
    .primary-content .landing-page .navbar .navbar-nav>li>a {
        text-align: left;
    }
    .primary-content .landing-page.sitelockvpn .feature.world {
        padding: 50px 0 0;
    }
    .primary-content .landing-page.sitelockvpn .hero-bg {
        padding: 50px 0;
    }
    .sidebar, .landing-page.sitelock .plans .plan-comparison .col-md-6.col-lg-4 {
        margin-bottom: 20px;
    }
    .sidebar.sidebar-secondary {
        margin-bottom: 0;
        padding: 0px 0px 25px;
    }
    .client-home-cards, .tiles {
        margin: 0px -10px;
    }
    /*============== landing apges css start ==============*/
    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .hero-bg h1, .primary-content .landing-page.sitelockvpn .hero-bg h1, .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3, .primary-content .landing-page.mail-services .content-block.get-started .price, .landing-page.ssl .content-block.features h3, .landing-page.ssl .standout .col-sm-8.col-md-9.order-1 h3, .primary-content .landing-page.marketgoo .content-block.faqs h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .primary-content .landing-page .hero {
        padding: 50px 0;
    }
    .primary-content .landing-page .hero h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .primary-content .landing-page .hero h3, .primary-content .landing-page.sitelockvpn .hero-bg h2 {
        font-size: 17px;
        line-height: 29px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        padding: 6px;
        font-size: 13px;
    }
    .primary-content .landing-page.codeguard .content-block.overview-features li span {
        font-size: 14px;
        line-height: 26px;
        padding: 0;
    }
    /*=============== end ==================*/
}

@media(min-width: 768px) {
    form#frmAddToCart .store-domain-tabs .nav-link {
        padding-bottom: 10px !important;
    }
}

@media(max-width:767px) {
	.topbar a.btn.btn-return-to-admin {
    display: none;
}
header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-20i-header {
  box-shadow: 0px 14px 13px #afabab61;
}
    .primary-content .landing-page.mail-services .content-block.get-started#pricing .col-md-4.text-right {
        text-align: left !important;
        padding-top: 10px;
    }
    .landing-page.bg-white.sitelock div#faqAccordion {
        padding-top: 20px;
    }
    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {
        height: auto;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(2) .col-sm-2 .btn {
        margin-left: 37px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(3) .col-sm-2 {
        max-width: 100%;
        padding-left: 35px;
    }
    .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link::after {
        display: none;
    }
    #order-standard_cart .domain-pricing .two-row-center {
        padding-left: 12px !important;
    }
    .contact-page-20i .h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .account-manage-20i form .btn-default {
        margin-left: 0;
    }
    .primary-content .landing-page.marketgoo .content-block.faqs img {
        margin-bottom: 20px;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li a {
        font-size: 14px;
        font-weight: 600;
    }
    .payment-methods-20i table#payMethodList {
        margin-top: 25px;
    }
    .payment-methods-20i table#payMethodList td {
        white-space: nowrap;
    }
    .alert.alert-warning .alert-link {
        padding: 4px 10px;
    }
    form#frmConfigureProduct .alert.alert-warning a.alert-link {
        float: none;
        display: block;
        max-width: 70px;
        margin: 5px auto 0px 0;
    }
    .primary-content .landing-page.marketgoo .content-block.testimonials {
        padding: 30px 0;
        min-height: auto;
    }
    .primary-content .landing-page.marketgoo .content-block.feature-blocks .block {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .primary-content .landing-page.marketgoo .content-block.feature-blocks .block img {
        max-width: 100px;
        margin-bottom: 15px;
    }
    .landing-page.marketgoo .feature-blocks .block p {
        font-size: 15px;
        font-weight: 300;
        padding: 0;
        margin: 10px 0;
    }
    .primary-content .landing-page.marketgoo .content-block.feature-blocks {
        padding: 30px 0 0;
    }
    .primary-content .landing-page.marketgoo .content-block.feature-blocks .feature-wrapper {
        padding: 0 0 30px;
        background-color: transparent;
    }
    .primary-content .landing-page.ssl .content-block.what-is-ssl.standout {
        padding-bottom: 0;
    }
    body .landing-page.ox h3, body .landing-page .faq h3 {
        margin: 0 0 0px 0;
    }
    .store-order-container #frmAddToCart .store-domain-tabs {
        width: 100%;
        margin-bottom: 10px;
        border-color: transparent;
        border-radius: 2px;
    }
    form#frmAddToCart .store-domain-tabs .nav-link {
        border-radius: 0 !important;
    }
    .store-order-container #frmAddToCart .store-domain-tabs li {
        border-color: transparent !important;
    }
    .home-page-slider-panel .promo-banner .icon-left {
        padding: 50px 15px;
        margin-bottom: 25px;
    }
    .home-page-slider-panel .promo-banner .card-body h3 {
        font-size: 18px;
    }
    .home-page-slider-panel .promo-banner img {
        max-width: 150px;
    }
    .modal .modal-dialog {
        max-width: 90%;
        margin: 10px auto;
    }
    #frmCheckout .cc-input-container .col-sm-3, #frmCheckout .cc-input-container .col-sm-6, #frmCheckout .cc-input-container .col-md-6, #frmCheckout .cc-input-container .col-md-3, #frmCheckout .cc-input-container .col-md-3 {
        padding: 5px 10px;
    }
    .domain-checker-container button#btnCheckAvailability {
        height: auto;
    }
    .knowledgebase-20i .input-group.input-group-lg.kb-search, .download-20i .input-group.input-group-lg.kb-search, .download-cat-20i .input-group.input-group-lg.kb-search {
        display: block;
    }
    .fast-hosting-theme-title {
        font-size: 36px;
        line-height: 40px;
    }
    .Myhomepage, .account-section-20i h2, .home-domain-search h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .home-domain-search .p-5.clearfix {
        padding: 1rem !important;
    }
    .home-domain-search {
        padding-bottom: 40px;
    }
    .help-elements .action-icon-btns {
        margin-bottom: 0 !important;
    }
    .fast-hosting-theme-content {
        margin-bottom: 35px;
    }
    header.header a.login-btn-20i, header.header a.register-btn-20i {
        padding: 4px 18px;
    }
    .home-domain-search .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 40px 25px 20px;
    }
    body .product-details .col-md-6.text-center h4:first-child {
        margin-top: 20px;
    }
    .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
        background-color: transparent !important;
        display: inline;
        margin: 5px 8px 3px 8px;
    }
    #tabOverview .responsive-tabs-sm .nav-item {
        border: 0 !important;
        margin-bottom: 10px;
    }
    .responsive-tabs-sm-connector .bottom-border, .responsive-tabs-sm-connector .channel {
        border: 0;
    }
    body .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
        padding: 10px 10px 6px 10px;
    }
    body div#domain .col-sm-5.text-right {
        max-width: 40%;
    }
    body div#domain .col-sm-7 {
        max-width: 50%;
    }
    .primary-content div#tabOverview .card-body {
        padding: 20px 10px;
    }
    body .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .responsive-tabs-sm .nav-item, .domain-checker-container button#btnCheckAvailability, .knowledgebase-20i .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a {
        margin: 0;
    }
    #tabOverview div.product-details-tab-container {
        padding: 20px 15px;
    }
    .sidebar .list-group, body #order-standard_cart .domain-renewals .domain-renewal form.form-horizontal, .knowledgebase-20i .input-group.input-group-lg.kb-search input, .knowledgebase-20i .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-20i .input-group.input-group-lg.kb-search input, .download-cat-20i .input-group.input-group-lg.kb-search input, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs {
        width: 100%;
    }
    #order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4, .domain-pricing .tld-row.filtered-row .col-xs-4.col-, .primary-content .landing-page.mail-services .product-options {
        padding: 0;
    }
    body #order-standard_cart .domain-renewals .domain-renewal form.form-horizontal {
        float: none;
    }
    body #order-standard_cart .domain-renewals .form-control, html body #order-standard_cart .domain-renewals .font-size-24~p {
        margin-bottom: 15px;
    }
    #order-standard_cart .secondary-cart-body .domain-renewals form.form-horizontal .col-md-5 {
        margin: 0 0px 5px 0;
    }
    .knowledgebase-20i .input-group.input-group-lg.kb-search input, .download-20i .input-group.input-group-lg.kb-search input, .download-cat-20i .input-group.input-group-lg.kb-search input {
        margin-bottom: 5px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1, #frmCheckout .cc-input-container .col-sm-3, #frmCheckout .cc-input-container .col-sm-6, .store-promoted-product .col-sm-3, .store-promoted-product .col-sm-9 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .card-body.store-promoted-product h3 {
        margin-top: 20px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 {
        padding: 0 25px 0px 20px;
    }
    form#frmProductDomain .domain-selection-options button.btn.btn-primary, form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
        margin: 0px 13px;
    }
    #order-standard_cart #frmCheckout .cc-input-container label.radio-inline {
        padding-left: 30px;
    }
    .card-body.p-5.store-promoted-product {
        padding: 20px !important;
    }
    .landing-page.ox div#oxPricing {
        margin: 50px 0 0;
    }
    body .landing-page.codeguard .faqs h3 {
        margin-bottom: 5px;
    }
    form#frmAddToCart .store-domain-tabs .nav-link {
        padding: 15px !important;
    }
    .primary-content .landing-page .content-block img.float-md-right {
        margin-top: 20px;
    }
    .landing-page.ssl .certificate-options.ov .row-pricing-table .header {
        margin-top: 0;
    }
    .landing-page.ssl .certificate-options.ov .row-pricing-table .col-md-3, .landing-page.ssl .content-block.features .feature {
        margin-bottom: 25px;
    }
    .primary-content .landing-page.sitelockvpn .feature.world .row.text-center.text-md-left {
        text-align: left !important;
    }
    .primary-content .landing-page.sitelockvpn .feature.devices .logos {
        text-align: left;
    }
    .primary-content .landing-page.sitelockvpn .feature.devices .logos img {
        margin: 0px 15px;
    }
    .primary-content .landing-page.sitelock .content-block h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .primary-content .landing-page.sitelockvpn .feature.all-plans span {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
        padding-left: 25px;
    }
    .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 33%;
        margin-bottom: 25px;
    }
    .primary-content .landing-page.codeguard .content-block.pricing {
        padding: 30px 0;
    }
    .primary-content .landing-page.codeguard .content-block.features .feature {
        padding: 10px;
    }
    .primary-content .landing-page.codeguard .content-block.features .feature h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.codeguard .content-block.features .feature p, .primary-content .landing-page.sitelockvpn .hero-bg h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .primary-content .landing-page.codeguard .content-block.features .feature .icon img {
        width: 50px;
    }
    .primary-content .landing-page.weebly .hero img {
        width: 200px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .btn-group {
        flex-wrap: wrap;
    }
    .cs-ticket .col-md-4 {
        padding: 0;
    }
    .primary-content .landing-page.weebly .content-block.faq .col-md-4, .primary-content .landing-page.ox .faqs .col-lg-6, .primary-content .landing-page.codeguard .content-block.faqs .col-lg-4, .primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
        padding-right: 15px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.site-features, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.ecommerce-features {
        height: auto;
    }
    .primary-content .landing-page.ox .stand-out {
        padding: 50px 0 20px;
    }
    .primary-content .landing-page.mail-services .product-options .item {
        padding: 10px 10px 20px;
    }
    .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li, .primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box {
        margin: 0 0 20px;
    }
    .primary-content .landing-page.mail-services .content-block.get-started {
        padding: 30px 0;
    }
    .primary-content .landing-page.mail-services .content-block.tabs .tab-content {
        padding: 10px;
    }
    .primary-content .landing-page .content-block, .primary-content .landing-page.ssl .content-block {
        padding: 0 0 20px;
    }
    .primary-content .landing-page.sitelockvpn .feature {
        padding: 20px 0 0;
    }
    .primary-content .landing-page.sitelockvpn .feature.devices {
        padding: 20px 0;
    }
    .primary-content .landing-page.sitelockvpn .feature.countries {
        padding: 0 0 40px;
    }
    .primary-content .landing-page.sitelockvpn .feature.world br {
        display: none;
    }
}

@media (max-width: 575px) {
    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {
        padding: 20px;
    }
    .landing-page.bg-white.weebly div#overview br {
        display: none;
    }
    .landing-page.bg-white.weebly div#overview .col-sm-5 img {
        margin-bottom: 15px;
    }
    div#registration form#frmCheckout .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 div#default-captcha-domainchecker {
        padding: 0px;
    }
    form#frmProductDomain .domain-selection-options button.btn.btn-primary {
        margin: 0px 15px;
    }
    .primary-content .landing-page.mail-services .content-block h3, .primary-content .landing-page.marketgoo .content-block.faqs h4 {
        font-size: 17px;
        line-height: 25px;
    }
    body .email-verification .order-md-last {
        order: 2;
    }
    body .email-verification {
        padding: 0px 15px 20px;
    }
    .primary-content .landing-page.marketgoo .video-banner {
        padding: 40px 0;
        min-height: auto;
    }
    .container-fluid.invoice-container .invoice-col.right, .primary-content #order-standard_cart .view-cart-items .item-price {
        text-align: left;
    }
    .invoice-container .row.invoice-header .small-text {
        padding-left: 0;
    }
    form#frmConfigureDomains .sub-heading~.row {
        margin: 0px 0 -9px;
    }
    #order-standard_cart #frmConfigureProduct .addon-promo-container label.radio-inline span {
        padding-left: 7px;
        width: 100%;
    }
    #frmCheckout div#containerNewUserSignup {
        padding: 0px 28px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options #domainincart select, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        width: 100%;
    }
    #frmCheckout .cc-input-container div#newCardInfo, #frmCheckout .cc-input-container div#newCardSaveSettings, #frmCheckout .cc-input-container .stripe-cards-inputs {
        padding: 0px 10px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options select {
        width: auto;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 {
        padding: 0px 25px;
        text-align: center;
    }
    form .md-editor .btn-group .btn {
        margin-bottom: 5px;
    }
    #order-standard_cart .domain-promo-box .clearfix p, body #order-standard_cart .domain-promo-box .font-size-24~p {
        margin-bottom: 15px;
    }
    .primary-content .product-section-20i .card, .action-icon-btns .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .home-domain-search {
        padding-top: 0;
    }
    .home-domain-search .input-group-wrapper .input-group {
        padding: 0px 10px;
    }
    .get-strated-btn {
        min-width: auto;
        padding: 9px 10px;
        font-size: 14px;
    }
    .home-domain-search .row.d-sm-none {
        width: 100%;
        margin: 0;
    }
    .home-domain-search .row.d-sm-none .col-6:first-child {
        padding-left: 2px;
    }
    .home-domain-search .row.d-sm-none .col-6:last-child {
        padding-right: 2px;
    }
    .primary-content div#registration .card-body, div#registration .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 30px 20px 0px !important;
    }
    div#registration p[align="center"] {
        padding: 0px 20px;
    }
    #order-standard_cart .domain-checker-container .input-group-box input#inputDomain, .domain-checker-container button#btnCheckAvailability, .knowledgebase-20i .input-group.input-group-lg.kb-search input, .knowledgebase-20i .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-20i .input-group.input-group-lg.kb-search input, .download-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-20i .input-group.input-group-lg.kb-search input, .download-cat-20i .input-group.input-group-lg.kb-search button#btnDownloadsSearch {
        height: 50px;
    }
    .primary-content .landing-page .content-block .text-center.d-block.d-sm-none {
        display: none !important;
    }
    .primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .price {
        padding: 10px;
        font-size: 22px;
    }
    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
        padding: 15px;
    }
    .primary-content .landing-page.sitelock .content-block.features .feature-wrapper i, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper i {
        display: none;
    }
    .primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        margin: 0;
    }
    .primary-content .landing-page.ox .pricing table .pricing-label {
        font-size: 14px;
        line-height: 24px;
    }
    .primary-content .landing-page.ox .pricing table th {
        padding: 12px 5px;
        font-size: 15px;
    }
    .primary-content .landing-page.ox .features .feature-block p {
        margin-left: 0;
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.ox .features .feature-block img {
        display: none;
    }
    .primary-content .landing-page.ox .stand-out .wrapper {
        padding: 12px;
        height: auto;
        margin-bottom: 20px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan p {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan {
        padding: 30px 20px 30px;
    }
    .primary-content .landing-page .hero h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .primary-content .landing-page .hero h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .primary-content .landing-page.ssl .content-block.what-is-ssl.standout .text-center.d-block.d-sm-none img {
        display: none!important;
    }
    .primary-content .landing-page.ssl .content-block.standout.standout-2 {
        font-size: 20px;
        line-height: 30px;
    }
    .primary-content .landing-page.ssl .browser-notice .wrapper-container {
        padding: 0 30px;
    }
    .primary-content .landing-page.weebly .content-block.image-standout p.lead {
        font-size: 16px;
        line-height: 28px;
    }
    .tiles .tile .stat {
        font-size: 38px;
        line-height: 55px;
    }
    .card.card-accent-emerald .card-header .card-title {
        font-size: 16px;
        line-height: 22px;
    }
    .card.card-accent-emerald input.btn.btn-success, .card.card-accent-emerald input.btn.btn-default {
        padding: 4px 18px;
    }
    .card.card-accent-emerald input.form-control {
        padding: 20px 10px;
    }
    .tiles .tile::before {
        width: 40px;
        height: 40px;
    }
    .tiles .tile i {
        left: 16px;
    }
}

@media(min-width: 401px) and (max-width: 575px) {
    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 50%;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 .row.domains-row .col-9 {
        max-width: 60%;
    }
}

@media(max-width: 521px) {
    .home-domain-search .tld-logos li {
        margin: 0px 3px 5px 3px;
        max-width: 48%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    body .landing-page.codeguard .irs-grid-text {
        font-size: 13px;
    }
    .primary-content .ssl .content-block.competitive-upgrade-promo {
        margin-bottom: 40px !important;
    }
}

@media(max-width: 480px) {
    #modalChooseLanguage .modal-body {
        padding: 25px 15px;
    }
    #modalChooseLanguage .item-selector .col-4 {
       padding: 0 10px;
    }
    #modalChooseLanguage .item-selector .item {
        font-size: 12px;
    }
    #modalChooseLanguage button.close span {
        margin: 20px 15px;
    }
    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
        font-size: 15px;
        line-height: 20px;
        margin-top: -8px;
    }
    .primary-content .contact-page-20i .form-control {
        min-height: 35px;
    }
    #frmCheckout>.account-select-container+#containerExistingUserSignin+div#containerNewUserSignup {
        padding: 0px 25px;
    }
    #order-standard_cart .view-cart-items span.item-domain, #order-standard_cart form .view-cart-items .item-price span, #order-standard_cart form .view-cart-items .item-title {
        font-size: 13px;
    }
    .contact-page-20i .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 20px 20px 0px;
    }
    .submit-ticket-two-20i .captcha-20i .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 0px 20px 40px;
    }
    .tooltip {
        display: none;
    }
    .view-ticket .posted-by {
        font-size: 15px;
    }
    #frmCheckout div#totalDueToday {
        padding: 15px 25px;
    }
    #order-standard_cart .sidebar-collapsed .form-inline, #order-standard_cart .sidebar-collapsed .form-inline form {
        width: 100%;
        margin: 2px 0;
    }
    body .primary-content .landing-page.codeguard .content-block.pricing .pricing-container .price {
        font-size: 26px;
    }
    body .landing-page.codeguard .irs-with-grid {
        margin: 40px 0px;
    }
    body .landing-page.codeguard .irs-grid-text {
        font-size: 9px;
    }
    #frmAddToCart .btn-default, #frmAddToCart .btn-primary, #domainForm .btn-group.btn-group-sm .setBulkAction, #domainForm .btn-group.btn-group-sm .btn-group, #domainForm .btn-group.btn-group-sm .dropdown-menu, .contact-page-20i form .form-group.row {
        width: 100%;
    }
    #domainForm .btn-group.btn-group-sm.mb-3 {
        display: flex;
        flex-wrap: wrap;
    }
    #domainForm .btn-group.btn-group-sm .dropdown-menu {
        margin-left: 0;
    }
    form#frmDomainTransfer button#btnTransferDomain, div#ticketReplyContainer .form-group input.btn.btn-primary, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-20i p .btn.btn-primary, .submit-ticket-two-20i p .btn.btn-default, form#frmManagePaymentMethod .submit-container button#btnSubmit, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default {
        padding: 11px 15px;
    }
    #order-standard_cart .secondary-cart-body .view-cart-tabs .tab-content form, #frmCheckout div#totalDueToday strong {
        display: block;
    }
    .view-cart-tabs button.btn.btn-block.btn-default {
        max-width: 100%;
        margin: 0;
    }
    form#frmDomainTransfer .card-body {
        padding: 22px 25px 0px;
    }
    .card.mass-payment-domain .card-body {
        padding: 15px 25px 0px;
    }
    form#frmDomainTransfer .card-header, form#frmDomainTransfer .card-footer {
        padding: 0px 25px;
    }
    .card.mass-payment-domain .card-header {
        padding: 0px 25px 15px;
    }
    .card.mass-payment-domain {
        padding: 20px 0px 20px;
    }
    .domain-checker-container .domain-checker-bg {
        padding: 20px;
    }
    form.login-form .float-left {
        float: none !important;
    }
    .login-form button#login {
        min-width: 100%;
    }
    .login-form .card-body {
        padding: 1.5em !important;
    }
    .login-form .card-body .mb-4:first-child {
        margin-bottom: 15px !important;
    }
    .table-container div#tableServicesList_paginate ul.pagination li a, .table-container .dataTables_wrapper ul.pagination li a {
        padding: 4px 7px;
    }
    .table-container .dataTables_wrapper div.dataTables_length label, .table-container .dataTables_wrapper div.dataTables_length select {
        font-size: 13px;
    }
    .knowledgebase-20i .kb-category span.badge.badge-info, .download-20i .kb-category span.badge.badge-info, .download-cat-20i .kb-category span.badge.badge-info {
        width: 100%;
        margin: 5px 0px;
    }
    .knowledgebase-20i .kb-category p, .download-20i .kb-category p, .download-cat-20i .kb-category p {
        padding: 0;
    }
    .knowledgebase-20i .kb-article-item, .knowledgebase-article-20i .kb-article-item, .knowledgebase-base-cat-20i .kb-article-item, .download-20i .card .kb-article-item, .download-cat-20i .card .kb-article-item {
        margin: 0px 15px;
        padding: 20px 15px;
    }
}

@media(max-width: 400px) {
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right .form-control-static {
        margin-bottom: 16px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child .col-sm-8.col-sm-offset-1.offset-sm-1 {
        padding: 0px 0px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child button.btn.btn-primary {
        margin: 0;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(2) .col-sm-8.col-sm-offset-1.offset-sm-1 {
        padding-left: 20px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(2) .col-sm-2 .btn {
        margin-left: 12px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:first-child .col-sm-2 {
        padding: 0px 6px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(3) .col-sm-9 {
        padding-left: 12px;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .option:nth-of-type(3) .col-sm-2 {
        max-width: 100%;
        padding-left: 14px;
    }
    .account-manage-20i .btn {
        max-width: 125px;
        padding: 10px 7px;
        font-size: 13px;
    }
    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
        padding-top: 20px;
    }
    header.header .top-nav-20i button.btn.nav-link {
        padding-left: 1px;
        padding-right: 7px;
    }
    header.header .top-nav-20i .nav-link {
        padding-left: 0.5rem;
    }
    .top-nav-20i li.nav-item:nth-of-type(1) a {
        padding-right: 0rem;
        padding-left: 0;
    }
    header.header .navbar-nav li#Secondary_Navbar-Account a {
        font-size: 14px;
    }
    header .not-login-20i-header .top-nav-20i button.btn.nav-link {
        padding-left: 0.5rem;
    }
    #order-standard_cart .domain-renewals .domain-renewal .pull-right.float-right {
        float: none !important;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 .row.domains-row .col-9, #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 .row.domains-row .col-3, form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-3.col-3 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    #order-standard_cart form#frmProductDomain .domain-selection-options .row .col-sm-8.col-sm-offset-1.offset-sm-1 .row.domains-row .col-3 select {
        width: 100%;
        margin: 3px 0px;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right {
        max-width: 30%;
        flex: 0 0 30%;
        -ms-flex: 0 0 30%;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 {
        max-width: 70%;
        flex: 0 0 70%;
        -ms-flex: 0 0 70%;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-3.col-3 input {
        width: 96%;
        margin: -12px 9px 0px 9px;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
        margin: 3px 14px;
    }
    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 100%;
    }
}

@media(max-width: 361px) {
    .home-domain-search .tld-logos li {
        max-width: 47%;
    }
    form#frmManagePaymentMethod .submit-container button#btnSubmit {
        margin-right: 0px;
    }
}