@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

/* Footer Styles Starts From Here */
.main-footer {
    background: #2B3A42;
    color: #fff;
    padding: 70px 0 100px;
}
.footer-content h4 {
    font-weight: 500;
    font-size: 20px;
    color: #f2f2f2;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #4AD9D9;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.footer-content {
    margin-right: 34px;
}
.footer-content .footer-contact {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}
.footer-content p{
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    transition: 500ms ease-in;
    font-family: 'Open Sans', sans-serif;
}
.footer-content .footer-contact li {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    transition: 500ms ease-in;
    font-family: 'Open Sans', sans-serif;
    padding-left: 20px;
    margin-bottom: 20px;
}
.footer-content .footer-contact li:before {
    content: "\f101";
    color: #f2f2f2;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    position: absolute;
    left: 10px;
}
.footer-bottom {
    background-color: #2B3A42;
    padding: 20px 0;
    border-top: 1px dashed #1e1e1e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
@media(max-width: 768px){
    .main-footer {
        padding: 50px 0 20px;
    }
    .footer-bottom{
        font-size: 12px;
    }
}
/* Footer Styles End Here */

/* Login Page Styles Starts From Here */
.login-form .card-body.px-sm-5.py-5 {
    border: none !important;
}
.login-form .card.mw-540.mb-md-4.mt-md-4 {
    border: none !important;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.login-form .h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    font-size: 32px;
    margin-bottom: 0;
}
.login-form .text-muted {
    font-size: 12px;
    font-weight: 600;
}
.login-form label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
}
.login-form #login {
    background: #4AD9D9 !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 30px;
}
.login-form .btn-reveal-pw i {
    color: #4AD9D9 !important;
}
.login-form .card-footer.px-md-5 {
    background: #4AD9D9;
    border-radius: 0 0 10px 10px;
}
.login-form .card-footer small {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 8px 0;
}
.login-form .card-footer .font-weight-bold {
    text-transform: uppercase;
    color: #4AD9D9;
    float: right;
    background: #fff;
    padding: 8px 20px;
    border-radius: 50px;
}
/* Login Page Styles Ends Here */


/* Register Page Styles Starts Here */
.master-breadcrumb{
    display: none;
}
form#frmCheckout .card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
#registration .field, #registration .form-control{
    height: 42px;
    border: 1px solid #eaeaea;
}
#registration .field-icon i {
    margin-top: 15px;
}
form#frmCheckout .btn-primary {
    background: #4ad9d9 !important;
    border: none !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
    font-size: 16px !important;
    padding: 10px 30px;
}

/* Register Page Styles Ends Here */

/* Client Area Page Styles Starts Here */
.tiles .tile {
    background: #fff !important;
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.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 .tile i {
    font-size: 20px !important;
    left: 19px;
    right: auto;
    top: 18px;
}
.tiles .row .col-6:nth-of-type(1) a .stat, .tiles .row .col-6:nth-of-type(1) a i {
    color: #2E44B3;
}
.tiles .tile .stat {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    margin-top: 12px;
}
.tiles .row .col-6:nth-of-type(1) a .stat, .tiles .row .col-6:nth-of-type(1) a i {
    color: #2E44B3;
}

.tiles .tile .title {
    font-size: 14px;
    line-height: 22px;
    color: #173A79;
    margin-bottom: 15px;
}
.tiles .tile .highlight {
    display: none;
}
.tiles .row .col-6:nth-of-type(2) a::before {
    background-color: #e1f0ff;
}
.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(3) a::before {
    background-color: #c9f7f5;
}
.tiles .row .col-6:nth-of-type(4) a::before {
    background-color: #fff4de;
}
.tiles .row .col-6:nth-of-type(4) a .stat, .tiles .row .col-6:nth-of-type(4) a i {
    color: #ffa800;
}
div#announcementsPanel, div#registerDomainPanel{
    display: none;
}
.client-home-cards .card-header h3.card-title.m-0 {
    text-transform: uppercase;
    font-weight: 600;
}
.client-home-cards .card .card-header {
    border-bottom: 1px solid #eaeaea;
}
.sidebar .card.card-sidebar .card-header, #order-standard_cart .cart-sidebar .panel-heading.card-header {
    background: #2B3A42;
    color: #fff !important;
    text-transform: uppercase;
}
.sidebar .card.card-sidebar .card-header .card-title {
    font-size: 14px !important;
}
.sidebar .list-group-item:hover {
    background: #4AD9D9 !important;
    color: #fff !important;
}
.btn-success {
    color: #fff;
    background-color: #4AD9D9 !important;
    border-color: #4AD9D9 !important;
    border-radius: 50px !important;
}
.verification-banner {
    margin: 0;
    padding: 10px;
    font-weight: 400;
    background-color: #D53343;
    border-bottom: none;
    color: #fff;
    font-size: 12px;
    height: 53px;
}
.verification-banner i {
    font-size: 18px !important;
    color: #fff !important;
    margin-top: 6px;
}
#btnEmailVerificationClose {
    color: #fff !important;
}
.verification-banner.email-verification .btn.btn-action {
    background: #fff !important;
    border: none !important;
    color: #D53343 !important;
    border-radius: 50px;
    padding: 6px 20px !important;
}




/* Client Area Page Styles End Here */



body #order-standard_cart .products .row.row-eq-height .product {
    padding: 25px 22px 28px;
    border: 1px solid #ccc;
    height: 95%;
}
body #order-standard_cart .products#products .product {
    padding: 35px 35px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}
#order-standard_cart .products .product div.product-desc ul.list, body #order-standard_cart .products .product header {
    padding: 0;
}
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: #c0392b;
    font-weight: 700;
}
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 .row.row-eq-height .product div.product-desc, #order-standard_cart .products .row.row-eq-height .product footer {
    border: 0;
    padding: 0;
}
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 .products .row.row-eq-height .product div.product-desc p {
    font-size: 14px;
    line-height: 23px;
    color: #7c8088;
    font-weight: 600;
}
#order-standard_cart .products .row.row-eq-height .product footer {
    border: 0;
    padding: 0;
}
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#products .product div.product-pricing {
    align-items: center;
    margin-bottom: 25px;
}
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{
	text-align: left;
}
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: #34495e;
    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 .btn-success {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #f1c40f;
    border-color: #f1c40f;
}












/* Main Header Styles Starts Here */
.main-header .nav {
    display: flex;
    justify-content: space-between;
}
.main-header .nav__data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header  .nav__logo {
    display: inline-flex;
    align-items: center;
    column-gap: 0.25rem;
}
.nav__toggle {
    position: absolute;
    width: 34px;
    height: 32px;
    right: 25px;
}
@media screen and (min-width: 1118px){
    .nav__toggle {
        display: none;
    }
}
.nav__burger, .nav__close {
    position: absolute;
    width: max-content;
    height: max-content;
    inset: 0;
    margin: auto;
    font-size: 24;
    cursor: pointer;
    transition: opacity .1s, transform .4s;
}
.nav__close {
    opacity: 0;
}
.nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 1118px){
    .nav__list {
        display: flex;
        column-gap: 30px;
    }
}
.nav__link {
    color: #333;
    background-color: #fff;
    font-weight: 600;
    padding: 26px 0 !important;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    transition: background-color .3s;
    font-size: 14px;
    height: 100%;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 300ms ease-in 0s;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    transition-property: all;
    -webkit-transition: all 300ms ease-in 0s;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    transition-property: all;
    -moz-transition: all 300ms ease-in 0s;
}
@media screen and (min-width: 1118px){
    .nav__link {
        padding: 0;
        justify-content: initial;
        column-gap: 0.25rem;
    }
}
.dropdown__item {
    cursor: pointer;
}
@media screen and (min-width: 1118px){
    .dropdown__item, .dropdown__subitem {
        position: relative;
    }
}
.dropdown__menu, .dropdown__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-out;
    list-style: none;
    padding: 0;
    border-top-color: #333333;
    border-top-style: solid;
    border-top-width: 3px;
    width: auto;
}
@media screen and (min-width: 1118px){
    .dropdown__menu, .dropdown__submenu {
        max-height: initial;
        overflow: initial;
        position: absolute;
        left: -15px;
        top: 6rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s, top .3s;
    }
}
.dropdown__link, .dropdown__sublink {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    color: #333;
    background-color: #fff;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    font-weight: 600;
    transition: background-color .3s;
}
@media screen and (min-width: 1118px){
    ul.dropdown__menu .dropdown__link {
        font-size: 14px;
        text-decoration: none !important;
        padding: 8px 15px;
        width: 170px;
    }
}
.dropdown__item:hover .dropdown__menu, .dropdown__subitem:hover > .dropdown__submenu {
    max-height: 1000px;
    transition: max-height .4s ease-in;
}
@media screen and (min-width: 1118px){
    .dropdown__item:hover .dropdown__menu {
        opacity: 1;
        top: 65px;
        pointer-events: initial;
        transition: top .3s;
        z-index: 111;
    }
}
.main-header .nav__logo #logo {
    width: 180px !important;
}
.nav__link:hover {
    color: #4AD9D9;
}
.dropdown__item .nav__link i {
    margin-left: 10px;
}
ul.dropdown__menu .dropdown__link:hover {
    background: #4AD9D9;
    color: #fff;
}
.navbar.navbar-light {
    display: none;
}
@media screen and (max-width: 1118px){
.nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 88%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top .4s, opacity .3s;
}
}
.show-menu {
    opacity: 1;
    top: 3.5rem;
    pointer-events: initial;
}
.show-icon .nav__burger {
    opacity: 0;
    transform: rotate(90deg);
}
.show-icon .nav__close {
    opacity: 1;
    transform: rotate(90deg);
}

@media(max-width: 768px){
    div#nav-menu {
        z-index: 111;
        padding: 0;
        border: 1px solid #ddd;
        margin: 20px;
    }
    div#nav-menu .nav__link {
        padding: 10px 15px !important;
    }
    .dropdown__menu {
        border: none !important;
    }
    .dropdown__link {
        padding: 8px 40px;
        color: rgb(51, 51, 51) !important;
        font-size: 14px;
    }
    .navbar.navbar-light {
        display: block;
    }
    .navbar.navbar-light .navbar-brand.mr-3 {
        display: none;
    }
}
.main-header {
    border-bottom: 1px solid #ddd;
    background: #fff !important;
}
header.header .main-navbar-wrapper {
    background: #333;
}
header.header .navbar-nav a {
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
header.header .navbar-nav a:hover{
    color: #4AD9D9;
}
.navbar-nav .dropdown-menu a {
    color: #333 !important;
}
header.header .navbar-nav .dropdown-item {
    padding: 8px 10px;
}
header.header .navbar-nav .dropdown-item:hover {
    background: #4AD9D9;
    padding: 8px 10px;
}
header.header .navbar-nav .dropdown-item:hover a {
    color: #fff !important;
}
.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
    background-color: #4AD9D9;
    border-color: #4AD9D9;
}

/* Main Header Styles End Here */

#order-standard_cart .font-size-36 {
    font-size: 25px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}
#order-standard_cart .secondary-cart-body .product-info {
    padding: 20px !important;
    border-radius: 5px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#order-standard_cart .order-summary {
    background-color: #333 !important;
    border-bottom: 4px solid #333 !important;
}
.btn-primary {
    color: #fff;
    background-color: #4AD9D9 !important;
    border-color: #4AD9D9 !important;
    border-radius: 50px !important;
}
#order-standard_cart .view-cart-items-header {
    background-color: #333 !important;
    margin-top: 12px !important;
}
#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #333 !important;
}
#order-standard_cart .empty-cart .btn {
    background-color: #4AD9D9 !important;
}
.list-group-item.active {
    background-color: #4AD9D9 !important;
    border-color: #4AD9D9 !important;
}
.btn-default {
    color: #fff !important;
    background-color: #4AD9D9 !important;
    border-color: #4AD9D9 !important;
    border-radius: 50px !important;
}















