/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
h1, h2, h3, h4, h5, h6, p, label, form, div, section, a, input, select, textarea{
    font-family: 'Jost', sans-serif !important;
}
section#header, li#Primary_Navbar-Home{
    display: none;
}
div#additionalinfo .col-sm-5 {
    text-align: right;
    padding-right: 0;
}
div#diskUsage strong, div#bandwidthUsage strong {
    font-size: 18px;
}
div#diskUsage, div#bandwidthUsage {
    font-size: 15px;
    font-weight: 700;
}
.text-info.limit-near {
    font-size: 18px;
    font-weight: 500;
}
.limit-near {
    font-size: 13px;
    font-weight: 700;
}
div.header-lined .breadcrumb li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
div.header-lined .breadcrumb>.active{
    font-weight: 600;
    font-size: 14px;
}
section.footer-bottom {
    background: #005385;
    color: #fff;
    padding: 20px 0;
}
section.footer-bottom p {
    margin: 0;
    font-size: 15px;
}
section.main-footer {
    background: #222;
    color: #fff;
    padding: 60px 0 20px;
}
section.main-footer h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}
section.main-footer p {
    margin: 20px 0;
    font-size: 17px;
}
section.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.main-footer ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
}
section.main-footer ul li a:hover{
    color: #398bb3;
}
.footer-content-wrapper.second {
    margin-left: 35px;
}
section.main-footer ul.social {
    display: inline-flex;
}
section.main-footer ul.social li a i {
    font-size: 13px;
    display: initial;
    width: 16px;
    height: 16px;
    background: #005385;
    margin-right: 15px;
    border-radius: 50px;
    padding: 0.8em;
    transition: all .3s;
}
section.main-footer ul.social li a i:hover{
    background: #fff;
    opacity: 0.9;
}
.logincontainer .header-lined h1 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    color: #005385;
}
.logincontainer .header-lined h1 small {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}
.logincontainer .form-control {
    height: 50px;
    border-radius: 1px;
    box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 5%);
    border-color: rgb(0 0 0 / 5%);
}
.logincontainer .btn {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    background-image: linear-gradient(90deg,#005385 0%,#398bb3 100%);
    border: none !important;
    border-radius: 1px;
    padding: 10px 30px;
}
.logincontainer .btn-default {
    color: #fff;
    background: #18b35c !important;
}
section.main-header {
    background: #005385;
    padding: 15px 0;
}
.logo-container img {
    margin-top: -12px;
}



section.main-header .topnav {
  overflow: hidden;
  padding-top: 5px;
}
.navbar-main {
    background-color: #18b35c;
}
.navbar-main .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
section.main-header .topnav a {
    display: inline-flex;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


section.main-header .nav-menu-container .icon {
  display: none;
}

section.main-header .dropdown {
    float: none;
    overflow: hidden;
    display: inline-flex;
}

section.main-header .dropdown .dropbtn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;    
  border: none;
  outline: none;
  color: white;
  padding: 10px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

section.main-header .dropdown-content {
    display: none;
    position: fixed;
    background-color: #222;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 55px;
    margin-left: -15px;
}

section.main-header .dropdown-content a {
    float: none;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}
.div-service-item .div-service-name {
    margin-left: 30px;
}
.div-service-name>span, .client-home-panels .panel>.panel-body p, .client-home-panels .panel>.list-group .list-group-item:last-child {
    font-size: 16px;
}
.panel-title {
    font-size: 18px;
}
section.main-header .dropdown-content a:hover {
  background-color: #18b35c;
}

section.main-header .dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  section.main-header .topnav a, section.main-header .dropdown .dropbtn {
    display: none;
  }
  section.main-header .nav-menu-container a.icon {
        float: none;
        display: block;
        text-align: left;
        position: absolute;
        left: 20px;
    }
}

@media screen and (max-width: 600px) {
    section.main-header .topnav.responsive {
        position: fixed;
        width: 100%;
        background: #222;
        z-index: 111;
        left: 0;
        top: 125px;
    }
  section.main-header .nav-menu-container .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  section.main-header .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  section.main-header .topnav.responsive .dropdown {
      float: none;
      display: block;
  }
  section.main-header .topnav.responsive .dropdown-content {
      position: relative;
      top: 0;
      padding-left: 25px;
  }
  section.main-header .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  section.main-header .topnav.responsive a:hover, section.main-header .topnav.responsive .dropdown .dropbtn:hover {
        background: #18b35c;
    }
}
@media (min-width: 992px){
    section.main-header .col-md-7 {
        width: 55%;
    }
    section.main-header .col-md-2 {
        width: 20%;
    }
}



.navbar-main li.account a.dropdown-toggle {
    color: #222;
}
.navbar-main li.account {
    background-color: #fff;
}
.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
    color: #222;
    background-color: #fff;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.navbar-main .navbar-nav .dropdown-menu>.active>a, .navbar-main .navbar-nav .dropdown-menu>.active>a:focus, .navbar-main .navbar-nav .dropdown-menu>.active>a:hover, .navbar-main .navbar-nav .dropdown-menu>.open>a, .navbar-main .navbar-nav .dropdown-menu>.open>a:focus, .navbar-main .navbar-nav .dropdown-menu>.open>a:hover, .navbar-main .navbar-nav .dropdown-menu>li>a:focus, .navbar-main .navbar-nav .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #18b35c;
}
.panel-sidebar>.panel-heading {
    color: #fff;
    background-color: #222;
}
.panel-sidebar .panel-title {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-success, .btn-primary {
    background: #005385 !important;
    border-color: #005385 !important;
    border-radius: 1px !important;
}
.btn-default {
    background: #18b35c !important;
    color: #fff !important;
    border-color: #18b35c !important;
    border-radius: 1px !important;
}
.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: #398bb3 !important;
    border-color: #398bb3 !important;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff !important;
    background-color: #005385 !important;
}
.panel-sidebar a.list-group-item:hover i.far, .panel-sidebar a.list-group-item:hover i.fas {
    color: #fff!important;
}
.btn-success:hover, .btn-primary:hover{
    background-color: #398bb3 !important;
    border-color: #398bb3 !important;
}
#order-standard_cart .order-summary {
    background-color: #222 !important;
    border-bottom: 3px solid #222 !important;
}
#order-standard_cart .view-cart-items-header {
    padding: 15px !important;
    background-color: #398bb3 !important;
}
#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #398bb3 !important;
}
#order-standard_cart .empty-cart .btn{
    background-color: #398bb3 !important;
}
.tiles .tile {
    padding: 20px 30px;
    margin: 5px;
    width: 23%;
    border: none;
    -webkit-box-shadow: 0 0 74px rgb(3 0 44 / 9%);
    -khtml-box-shadow: 0 0 74px rgba(3, 0, 44, 0.9);
    -moz-box-shadow: 0 0 74px rgba(3, 0, 44, 0.9);
    -ms-box-shadow: 0 0 74px rgba(3, 0, 44, 0.9);
    -o-box-shadow: 0 0 74px rgba(3, 0, 44, 0.9);
    box-shadow: 0 0 74px rgb(3 0 44 / 9%);
    background: #fff;
}
.tiles .tile a {
    float: right;
}
.tile .icon {
    top: 30px;
    left: 26px;
    color: #398bb3;
}
.tile .stat {
    color: #005385;
}
.tile .title {
    color: #18b35c;
}
div.header-lined h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}
.panel-sidebar>.panel-heading {
    color: #fff !important;
    background-color: #222 !important;
}
textarea#customfield9 {
    display: none !important;
}
p {
    font-size: 14px;
}
#order-standard_cart .cart-sidebar .list-group-item {
    font-weight: 500 !important;
    font-size: 15px !important;
}
.register-text.text-center {
    margin-top: 35px;
}
.register-text.text-center h4 {
    font-size: 22px;
    font-weight: 600;
}
.register-text.text-center h4 a {
    text-decoration: underline;
}
.logo-footer img {
    width: 90% !important;
    margin-left: -15px;
    margin-top: -25px;
}
div#additionalinfo .col-sm-5 {
    width: 15%;
}
div#paymentGatewaysContainer {
    background: #f9f9fa;
    border: 1px solid #d0d1d7;
    border-radius: 8px 8px 0 0;
    padding: 40px 20px 10px;
    margin: 0;
    border-bottom: none;
}
#order-standard_cart .cc-input-container {
    background: #f9f9fa !important;
    border: 1px solid #d0d1d7 !important;
    border-radius: 0 0 8px 8px !important;
    border-top: none !important;
    padding-top: 0 !important;
    padding-bottom: 40px !important;
}
div#paymentGatewaysContainer p {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: #000 !important;
    margin-bottom: 20px !important;
}
div#paymentGatewaysContainer .text-center {
    text-align: left !important;
}
div#paymentGatewaysContainer .radio-inline {
    margin-left: 0 !important;
    padding: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
}
@media (min-width: 992px){
    .col-md-offset-2 {
        margin-left: 0 !important;
        width: 100%;
    }
}
#order-standard_cart .cc-input-container .radio-inline {
    font-weight: 600 !important;
    font-size: 15px !important;
}
.stripe-cards-inputs label {
    font-weight: 600 !important;
    font-size: 14px !important;
}
.stripe-cards-inputs .form-control {
    border: 1px solid #d0d1d7 !important;
    height: 45px !important;
    background: #fff !important;
    padding: 14px 20px !important;
}
div#inputDescriptionContainer {
    display: none !important;
}
.stripe-cards-inputs #stripeCreditCard:after {
    content: '\f09d';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 25px;
}
.stripe-cards-inputs:after {
    content: '100% Secure Payments';
    margin-top: 10px !important;
    position: absolute;
    font-weight: 600;
}



















@media(max-width: 768px){
    .footer-content-wrapper {
        margin-top: 40px;
    }
    .footer-content-wrapper.second {
        margin-left: 0;
    }
    .logo-container img {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .account-btn-container img {
        width: 130px !important;
    }
    .tiles .tile {
        width: 46%;
    }
    .tile .icon {
        font-size: 32px;
    }
    section.main-footer {
        text-align: center;
    }
    .navbar-main .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        font-size: 18px;
    }
    .logincontainer .btn {
        margin-bottom: 15px;
    }
    .register-text.text-center h4 {
        font-size: 20px;
    }
    section.main-footer {
        padding: 0 0 20px;
    }
    .navbar-main .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
        font-size: 18px;
    }
    div#additionalinfo .col-sm-5 {
        text-align: left;
    }
    div#additionalinfo .col-sm-5 {
        width: 50%;
    }
}

































