﻿/* General CSS */

body {
    background-color: transparent;
}



body, .tp-caption.small_light_white,
.tp-caption.medium_light_white, .label,
.price-clean, .ribbon-inner, .gm-style, small, .tooltip,
.popover, .checkbox, .select2-container--bootstrap .select2-selection,
.sweet-alert, input, textarea, select, button, .validation-summary-errors, h5, h6 {
    font-family: 'Open Sans', 'BPG DejaVu Sans', Arial, sans-serif !important;
}

h1, h2, h3, h4, button, .btn {
    font-family: 'Open Sans', 'BPG DejaVu Sans Caps', Arial, sans-serif !important;
}


a {
    color: #fff;
    text-decoration: none !important;
}

    a:hover {
        color: #99CC66;
    }

.list-group li {
    list-style: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.navbar-right {
    margin-right: 0;
}

.text-success {
    color: #99CC66;
}

.text-danger {
    color: #FC6264;
}

.bg-gray {
    background-color: #F4F4F4;
}

.container-fill {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: table;
    width: 100%;
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.flex-column {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.flex-j-c-c {
    justify-content: center;
}

.flex-a-c-c {
    align-content: center;
}

.flex-a-i-c {
    align-items: center;
}

.flex-a-s-c {
    align-self: center
}

/* */

.flex-j-c-fs {
    justify-content: flex-start;
}

.flex-a-c-fs {
    align-content: flex-start;
}

.flex-a-i-fs {
    align-items: flex-start;
}

.flex-a-s-fs {
    align-self: flex-start
}

/* */

.flex-j-c-fe {
    justify-content: flex-end;
}

.flex-a-c-fe {
    align-content: flex-end;
}

.flex-a-i-fe {
    align-items: flex-end;
}

.flex-a-s-fe {
    align-self: flex-end
}

.flex-1 {
    flex: 1;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn {
    border: none;
    min-width: 120px;
}

.btn-success {
    background-color: #99CC66;
}

.newService {
    position: relative !important;
}

    .newService .label-new-alt {
        position: absolute;
        right: 0;
        top: 34px;
        font-size: 10px;
        padding: 1px 5px;
    }

        .newService .label-new-alt:before {
            transform: rotate(90deg);
            left: 6px;
            top: -8.5px;
        }

    .newService a span {
        position: relative;
        top: -1px;
        font-size: 15px;
    }

.btn-messenger {
    background-color: #0068FF;
    color: #fff !important;
}

.btn-disabled {
    pointer-events: none;
    background-color: #FFFFFF !important;
    border: 1px solid #D8D8D8 !important;
    color: #BBBBBB !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #003333;
}

button.close {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 25px;
    color: #4a4a4a;
    opacity: 1;
    z-index: 5;
    outline: none;
}

.modal-dialog {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
}

.modal-content {
    box-shadow: 0 10px 20px 0 rgba(74,74,74,0.2);
    border-radius: 6px;
    border: none;
}

.form-wrapper {
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 15px;
}

    .form-wrapper hr {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

.form-group label {
    font-family: 'BPG DejaVu Sans';
    font-size: 12px;
    font-weight: normal;
    color: #4A4A4A;
    padding: 5px 0;
}

.form-group input {
    background-color: #F4F4F4;
    border: 1px solid rgba(220,220,220,0.4);
    box-shadow: none;
    margin-bottom: 5px;
}

.form-group a {
    color: #4a4a4a !important;
    text-decoration: none !important;
}

.form-control:focus {
    border-color: #99CC66;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 204, 102, 0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 204, 102, 0.3);
}

.field-validation-error {
    color: #ff5e5e;
    font-family: 'BPG DejaVu Sans';
    font-size: 12px;
}

@media(min-width: 1200px) {
    .left-xl {
        float: left;
    }

    .right-xl {
        float: right;
    }
}

@media (min-width: 992px) {
    .left-md {
        float: left;
    }

    .right-md {
        float: right;
    }
}

@media (min-width: 768px) {
    .left-sm {
        float: left;
    }

    .right-sm {
        float: right;
    }
}

/* Ajax Loader CSS */
#ajax-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999999;
}

    #ajax-loader img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 2px #fff);
    }

/* Custom Checkbox CSS*/
.domain-checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .domain-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .domain-checkbox-container a, .domain-checkbox-container a:hover {
        color: #99CC66
    }

.domain-checkbox {
    position: absolute;
    top: 9px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.domain-checkbox-container:hover input ~ .domain-checkbox {
    background-color: #ccc;
}

.domain-checkbox-container:checked input ~ .domain-checkbox {
    background-color: #ccc;
}

.domain-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.domain-checkbox-container input:checked ~ .domain-checkbox:after {
    display: block;
}

.domain-checkbox-container .domain-checkbox:after {
    left: 5px;
    top: -4px;
    width: 7px;
    height: 13px;
    border: solid #003333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel {
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    background-color: #FFFFFF;
}

/* Custom Radio */

.domain-radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 18px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .domain-radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.domain-radio-checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #003333;
}

.domain-radio-container:hover input ~ .domain-radio-checkmark {
    background-color: #ccc;
}


.domain-radio-container input:checked ~ .domain-radio-checkmark {
    background-color: #fff;
}

.domain-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.domain-radio-container input:checked ~ .domain-radio-checkmark:after {
    display: block;
}

.domain-radio-container .domain-radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #99CC66;
}

.domain-radio-inline {
    display: inline-block;
}
/* Navbar CSS*/

.navbar-nav {
    margin: 8px 0;
}

.dropdown-toggle.account-button {
    display: inline-block;
}

.highlight {
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    padding: 9px 14px;
    text-decoration: none !important;
    color: initial;
}

    .highlight p, .highlight h4 {
        text-decoration: none !important;
        color: initial;
    }

a.no-underline:hover, a.no-underline:focus {
    text-decoration: none !important;
    color: initial;
}

.navbar-lemondo {
    background-color: transparent;
    padding: 10px 0;
}

    .navbar-lemondo .navbar-nav > li > a, .navbar-lemondo .navbar-brand, .navbar-lemondo .btn-link {
        color: #fff;
        font-family: 'BPG DejaVu Sans Caps';
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }

.navbar-brand {
    padding: 5px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #99CC66 !important;
}

.navbar-nav > li > .dropdown-menu {
    padding: 2px;
    border: none;
    border-radius: 6px;
    overflow: hidden;
}

.navbar-brand #navbar-logo {
    display: block;
    width: 137px;
    height: 24px;
    margin-top: 16px;
    background-image: url(/images/logo-dark-bg.svg);
}

.navbar, #navbar-logo {
    -webkit-transition: background-color 0.3s ease-out, padding 0.3s ease-out, background-image 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, padding 0.3s ease-out, background-image 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, padding 0.3s ease-out, background-image 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, padding 0.3s ease-out, background-image 0.3s ease-out;
    transition: background-color 0.3s ease-out, padding 0.3s ease-out, background-image 0.3s ease-out;
}

    .navbar.scrolled {
        background: #fff;
        border: none;
        box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.15);
    }

        .navbar.scrolled #navbar-logo {
            background-image: url(/images/domenebi-logo.svg);
        }

.navbar-lemondo.scrolled .navbar-nav > li > a, .navbar-lemondo.scrolled .navbar-brand, .navbar-lemondo.scrolled .btn-link {
    color: #003333;
    font-family: 'BPG DejaVu Sans Caps';
}

.navbar-collapse.collapsing .navbar-nav > li > a, .navbar-collapse.collapsing .navbar-brand, .navbar-collapse.collapsing .btn-link {
    color: #003333;
    font-family: 'BPG DejaVu Sans Caps';
}

.navbar-collapse.collapse.in .navbar-nav > li > a, .navbar-collapse.collapse.in .navbar-brand, .navbar-collapse.collapse.in .btn-link {
    color: #003333;
    font-family: 'BPG DejaVu Sans Caps';
}

.navbar-collapse.collapsing #account-cart, .navbar-collapse.collapse.in #account-cart {
    color: #003333;
}

.body-content {
    padding: 0;
    min-height: calc(100vh - 300px);
    background-color: #fafafa;
}

.navbar-lemondo .navbar-brand {
    margin-left: 0 !important;
    padding-left: 0px;
}

.navbar-lemondo .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar.scrolled .navbar-toggle .icon-bar {
    background-color: #003333;
}

.navbar-collapse.collapsing {
    background-color: #fff;
}

.navbar-collapse.collapse.in {
    background-color: #fff;
}

    .navbar-collapse.collapsing .nav.navbar-nav.navbar-right, .navbar-collapse.collapse.in .nav.navbar-nav.navbar-right {
        text-align: center;
    }

        .navbar-collapse.collapsing .nav.navbar-nav.navbar-right li, .navbar-collapse.collapse.in .nav.navbar-nav.navbar-right li {
            display: inline-block;
            vertical-align: middle;
        }

.account-button {
    border: 1px solid #9c6 !important;
    border-radius: 6px;
    padding: 7px !important;
    margin-top: 7px !important;
}

.btn-nb-transparent {
    color: #003333;
    background-color: transparent;
    border: none;
}

#account-cart {
    font-size: 20px;
    margin-top: 7px;
    display: inline-block;
    color: #ffffff;
    padding: 8px;
}

.navbar-lemondo.scrolled #account-cart {
    color: #003333;
}

.navbar-lemondo.scrolled .profile-dropdown-icon {
    color: #003333;
}

.badge-label {
    position: absolute;
    top: -5px;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: #9c6;
    font-size: 27px;
    line-height: 49px;
    text-align: center;
    border-radius: 50%;
    font-family: 'BPG DejaVu Sans Caps';
    padding: 3px 1px 0 0;
    display: none;
    color: #fff;
    will-change: transform;
    backface-visibility: hidden;
    transform: scale(0.5);
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu > li a, .dropdown-menu > li button {
    text-align: left;
    color: #033;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding: 10px 20px !important;
    border-radius: 0;
}

.dropdown-menu > li:first-child a {
    border-radius: 6px 6px 0 0;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

.dropdown-menu > li button {
    border-radius: 0 0 6px 6px;
}


    .dropdown-menu > li a:hover, .dropdown-menu > li button:hover {
        background-color: #99cc66;
        color: #fff;
    }

.dropdown-menu > li i {
    font-size: 14px;
}

.cart-menu-item {
    position: relative;
}

    .badge-label:hover, .cart-menu-item:hover .badge-label {
        color: #fff;
    }

@media(min-width:768px) and (max-width:991px) {
    .navbar-lemondo .navbar-nav > li > a, .navbar-lemondo .navbar-brand, .navbar-lemondo .btn-link {
        font-size: 10px;
        font-weight: bold;
    }

    .navbar-brand #navbar-logo {
        width: 100px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 3px;
    }

    .nav > li > a {
        padding: 15px 10px;
    }
}

/* Footer CSS */
#footer {
    background-color: #003333;
    padding: 30px 0;
}

.footer-section {
    padding-left: 0;
}

    .footer-section ul {
        list-style: none;
        margin: 0;
        padding: 10px 0;
    }

    .footer-section li {
        color: #fff;
        font-family: 'BPG DejaVu Sans Caps';
        font-size: 14px;
        font-weight: normal;
        padding: 12px 0;
    }

.no-padding {
    padding: 0 !important;
}

.icon {
    margin-right: 10px;
    vertical-align: middle;
}

#developed-by-lemondo {
    filter: brightness(300%);
    width: 150px;
}

/* Home/Search CSS */

#home-search-container {
    background-image: url(/images/home-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 130px 0;
    border-radius: 0;
    margin: 0;
}

    #home-search-container a {
        font-family: 'BPG DejaVu Sans';
        text-decoration: underline !important;
    }

.transferText {
    color: #fff;
    margin-right: 10px;
}

#home-search-container h2, .gsuiteCoverContent h2 {
    color: #FFFFFF;
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    font-weight: normal !important;
}

.gsuite-services-dtl-text .services-status span:last-child {
    margin-left: 0;
}

.gsuitePriceSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 21px;
    margin-bottom: 30px;
    font-size: 15px;
}

    .gsuitePriceSection p {
        margin: 0;
        width: 87%;
    }

.gsuitePriceSectionTitle {
    margin-bottom: 60px;
}

.gsuitePriceSection img {
    margin-right: 20px;
}

.gsuite-services-dtl-text p {
    padding-right: 76px;
}

.gsuitePriceSectionIcon {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home-search-container input, #search-container input {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 7px 0 0 7px;
    border: 1px solid rgba(153,204,102,0.3);
    font-family: 'BPG DejaVu Sans';
    box-shadow: none;
    height: 60px;
}

#home-search-container .input-group-btn button, #search-container .input-group-btn button {
    border: none;
    background-color: #99CC66;
    color: #fff;
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 17px;
    border-radius: 0 7px 7px 0;
    height: 60px;
}

#domain-names-divider {
    padding: 15px;
}

    #domain-names-divider > div {
        flex: 1;
        align-content: center;
        margin: 5px 10px;
    }

    #domain-names-divider img {
        margin: auto;
        display: block;
    }

.home-section:nth-child(2n) {
    background-color: #ebebeb;
}

.home-section:nth-child(2n+1) {
    background-color: #fff;
}

.gsuite-home-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

    .gsuite-home-section:nth-child(2n) {
        background-color: #fff;
    }

    .gsuite-home-section:nth-child(2n+1) {
        background-color: #ebebeb;
    }

#why-us {
    padding: 60px 0;
}

#additional-services {
    padding-top: 60px;
    padding-bottom: 80px;
}

    #additional-services h2,
    #why-us h2 {
        padding-bottom: 30px;
        color: #003333;
    }

.WhyUsText {
    padding-bottom: 30px;
}

.info-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    max-width: 400px;
    min-width: 200px;
    margin: 0 15px;
    margin-bottom: 30px;
}

    .info-container p {
        font-size: 13px;
    }

.container-card {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(220,220,220,0.3);
    padding: 20px;
    margin: 20px;
    color: #4A4A4A;
}

    .container-card a {
        color: #4A4A4A;
    }

.info-container img {
    width: 70px;
    height: 70px;
    align-self: center;
}

.info-container h4 {
    font-family: 'BPG DejaVu Sans';
    color: #99CC66;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

#domain-transfer {
    padding: 60px 0;
    background-image: url(/images/home/bg-transfer.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}

    #domain-transfer h3 {
        font-family: 'BPG DejaVu Sans';
        font-size: 20px;
        font-weight: bold;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #domain-transfer p {
        font-size: 12px;
    }

    #domain-transfer h5 {
        font-size: 14px;
        font-weight: normal;
        margin-top: 20px;
    }

        #domain-transfer h5 a {
            text-decoration: underline;
        }

#home-transfer-search input {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 7px 0 0 7px;
    border: 1px solid rgba(153,204,102,0.3);
    font-family: 'BPG DejaVu Sans';
    box-shadow: none;
    height: 50px;
}

#home-transfer-search button {
    border: none;
    background-color: #99CC66;
    color: #fff;
    height: 50px;
}

#home-prices {
    padding: 60px 0;
}

    #home-prices h3 {
        color: #4A4A4A;
        font-family: 'BPG DejaVu Sans';
        font-size: 20px;
        font-weight: bold;
    }

.price-card {
    padding: 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid rgba(220,220,220,0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 10px;
    flex: 1;
    min-width: 200px;
}

    .price-card h4 {
        font-family: 'BPG DejaVu Sans';
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        align-self: center;
        margin: 0;
    }

    .price-card p {
        align-self: center;
        margin: 0;
        color: #4A4A4A;
        font-family: 'BPG DejaVu Sans';
        font-size: 30px;
        font-weight: bold;
        line-height: 35px;
    }

.price-card-header {
    margin: 0;
    padding: 10px;
    background-color: #99CC66;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
}

.price-card-body {
    padding: 30px;
    display: flex;
    align-self: center;
    align-content: center;
    height: 100%;
}

.domain-details {
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 6px;
}

    .domain-details p {
        color: #4A4A4A;
        font-size: 12px;
        font-weight: bold;
    }

    .domain-details ul {
        list-style: none;
        padding: 0;
    }

    .domain-details li {
        line-height: 25px;
        color: #4A4A4A;
        font-family: 'BPG DejaVu Sans';
        font-size: 12px;
    }

    .domain-details div {
        padding: 0;
    }

.domain-not-available {
    color: #FC6264 !important;
}

@media (max-width: 767px) {
    #home-search-container input, #search-container input {
        height: 50px;
    }

    #home-search-container .input-group-btn button, #search-container .input-group-btn button {
        min-width: 75px;
        height: 50px;
        font-size: 15px;
    }

    #home-transfer-search button {
        min-width: 75px;
        font-size: 12px;
    }

    #home-transfer-search {
        padding: 0;
    }
}


/* Cart CSS */
#cart-detail {
    padding: 50px 0px;
}

#cart-head h4 {
    display: inline;
}

.cart-list-container {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(68, 84, 51, 0.09);
    padding: 20px;
    box-shadow: 0 1px 2px -2px rgba(0, 24, 56, 0.38);
}

.cart-list-item {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #cce5b2;
    padding: 20px;
    position: relative;
    margin: 20px 0;
}

    .cart-list-item ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }

.cart-list-domain-name {
    font-family: 'BPG DejaVu Sans';
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    color: #4A4A4A;
}

.cart-list-domain-type {
    font-family: 'BPG DejaVu Sans';
    font-size: 12px;
    padding-top: 5px;
    color: #4A4A4A;
}

.cart-list-data {
    margin-top: 20px;
}

.cart-list-data-price {
    font-size: 16px;
}

.cart-list-container .fa-lari {
    font-size: 18px;
}

.cart-list-item-remove {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
}

    .cart-list-item-remove .icon:hover {
        color: #D0021B;
    }

    .cart-list-item-remove .icon {
        font-size: 18px;
    }

#cart-domain-sum {
    font-size: 20px;
    font-weight: bold;
}

#container-fee-service {
    display: none;
}

#fee-service {
    font-size: 17px;
}

#cart-add-domain {
    font-size: 15px;
    margin-top: 17px;
    padding-right: 30px;
}

#got-promo-code {
    cursor: pointer;
}

@media(max-width:500px) {
    .checkout-btn {
        width: 100%;
        margin-top: 10px;
    }
}


/* Search CSS */

.search-list-name {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 20px;
    font-weight: bold;
}

.search-list-price {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 18px;
}

.domain-status-icon {
    font-size: 48px;
    margin-top: 6px;
    float: right;
}

.domain-is-taken .domain-status-icon {
    color: #FC6264;
}

.domain-is-taken .search-list-name {
    color: #4A4A4A;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.domain-is-taken .domain-status-text {
    margin: 0;
    color: #FC6264;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.domain-is-available .domain-status-icon {
    color: #99CC66;
}


.domain-is-available .search-list-name {
    color: #4A4A4A;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.search-result-title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 35px;
    /*font-family: 'BPG DejaVu Sans Caps';*/
    color: #033;
    font-family: 'BPG DejaVu Sans';
    font-size: 15px;
    font-weight: bold;
}

.transfer_text {
    font-size: 12px;
}

.domain-is-available .domain-status-text {
    margin: 0;
    color: #99CC66;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.domain-is-available .search-list-price {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 40px;
    font-weight: bold;
}

    .domain-is-available .search-list-price i {
        font-size: 35px;
    }

#search-cart-container a {
    width: 100%;
}

.search-cart-list-item p {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.search-cart-list-item {
    transition: 0s;
}

.add-to-cart {
    padding-top: 11px;
}

.search-cart-item-remove {
    float: right;
    font-size: 22px;
    margin: 0;
    margin-top: 2px;
    cursor: pointer;
}

.search-cart-list-item h6 {
    float: left;
    color: #4A4A4A;
    font-size: 14px;
}

.search-cart-list-item h4, .search-cart-item-lari, #search-cart-sum {
    display: inline;
    font-weight: bold;
    font-size: 20px;
}

.search-list-item-price-container {
    float: right;
    text-align: right;
    display: flex;
    align-items: center;
}

.domain-list-placeholder .search-list-name {
    background: linear-gradient(to left, #fafafa 20%,#ececec 50%,#fafafa 80%);
    background-size: 150% 150%;
    -webkit-animation: Gradient 1.5s ease-in-out infinite;
    -moz-animation: Gradient 1.5s ease-in-out infinite;
    animation: Gradient 1.5s ease-in-out infinite;
    width: 170px;
    height: 20px;
    margin-top: 10px;
    border-radius: 20px;
}

.domain-list-placeholder .search-list-price {
    width: 90px;
    height: 22px;
    background: linear-gradient(to left, #fafafa 20%,#ececec 50%,#fafafa 80%);
    background-size: 150% 150%;
    -webkit-animation: Gradient 1.5s ease-in-out infinite;
    -moz-animation: Gradient 1.5s ease-in-out infinite;
    animation: Gradient 1.5s ease-in-out infinite;
    border-radius: 16px;
}

.domain-list-placeholder button {
    height: 32px;
    background: linear-gradient(to left, #fafafa 20%,#ececec 50%,#fafafa 80%);
    background-size: 150% 150%;
    -webkit-animation: Gradient 1.5s ease-in-out infinite;
    -moz-animation: Gradient 1.5s ease-in-out infinite;
    animation: Gradient 1.5s ease-in-out infinite;
}

@keyframes Gradient {
    0% {
        background-position: -100% 0%
    }

    100% {
        background-position: 200% 0%
    }
}

/* Contact CSS */
#contact-body {
    padding: 50px 0;
}

.contact-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    background-color: #FFFFFF;
    flex: 1;
    margin: 10px;
    padding: 25px;
}

    .contact-card h3 {
        font-family: 'BPG DejaVu Sans';
        color: #003333;
        font-size: 24px;
    }

    .contact-card img {
        margin-top: 20px;
        align-self: center;
        height: 120px;
    }

    .contact-card h5 {
        margin-top: 20px;
        font-family: 'BPG DejaVu Sans';
        color: #003333;
        font-weight: bolder;
    }

    .contact-card p {
        margin-bottom: 40px;
        color: #4A4A4A;
        font-size: 12px;
    }

    .contact-card a {
        margin-top: auto;
        align-self: center
    }

/* Account Settings */

.profile-nav {
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 6px;
    overflow: hidden;
    margin: 20px 5px;
    margin-bottom: 0;
}

.profile-pill {
    background-color: #fff;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

    .profile-pill:hover {
        background-color: #d0ecb3;
    }

    .profile-pill span {
        font-family: 'BPG DejaVu Sans Caps';
        color: #003333;
        padding: 12px;
        display: block;
        font-size: 12px;
        cursor: pointer;
        white-space: nowrap;
        min-width: 160px;
    }


    .profile-pill.active {
        background-color: #99CC66;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #003333 !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
}

.domain-list {
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    background-color: #FFFFFF;
}

    .domain-list table {
        width: 100%;
        font-family: 'BPG DejaVu Sans';
    }

.domain-list-item {
    width: 100%;
    background-color: #fff;
}

    .domain-list-item > * {
        padding: 15px;
        margin: 10px;
        align-self: center;
        white-space: nowrap;
    }

    .domain-list-item h5 {
        flex: 1;
    }

    .domain-list-item span {
        flex: 2;
    }


    .domain-list-item:nth-child(2n) {
        background-color: #FAFAFA;
    }

.contact-card a {
    margin-top: auto;
    align-self: center
}

#agreement-warning {
    display: none;
    font-size: 12px;
}

.text-payment {
    font-family: 'BPG DejaVu Sans';
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
}

    .text-payment .success-green {
        color: #99CC66;
    }

    .text-payment .fail-red {
        color: #FC6264;
    }

.payment-header {
    color: #003333;
    font-family: 'BPG DejaVu Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 25px 0 30px 0;
}

.container-payment {
    max-width: 462px;
    margin: 0 auto;
}

    .container-payment p {
        color: #4A4A4A;
        font-family: 'BPG DejaVu Sans';
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        margin-bottom: 25px;
    }

    .container-payment .btn {
        margin: 0 10px;
    }

    .container-payment .fail-reasons {
        text-align: left;
        width: 260px;
        color: #003333;
        font-family: 'BPG DejaVu Sans';
        font-size: 14px;
    }

.btn-black {
    background-color: #003333;
}

    .btn-black:hover {
        color: #fff;
    }

#domain-manage-nav {
    flex: 1;
    background-color: #F4F4F4;
    min-width: 250px;
}

#domain-manage-panel {
    flex: 3;
    min-width: 320px;
}

.info-transfer {
    display: none;
}

    .info-transfer .info-wrapper-body {
        display: block !important;
    }

    .info-transfer p strong {
        color: #003333;
        font-family: 'BPG DejaVu Sans';
        font-size: 12px;
        font-weight: bold;
    }

    .info-transfer p {
        color: #a4a4a4;
        font-family: 'BPG DejaVu Sans';
        font-size: 10px;
    }

    .info-transfer h5 {
        color: #4A4A4A;
        font-family: 'BPG DejaVu Sans';
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
    }

/* alerbox */
#alert-box-backdrop {
    position: fixed;
    background-color: rgba(73, 84, 105, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

#alert-box-container {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background-color: #fff;
    width: 350px;
    text-align: center;
    transform: translateY(-50%);
    border: solid 1px #bac2ce;
    border-radius: 3px;
    padding: 20px;
    z-index: 99999;
}

    #alert-box-container h1 {
        font-size: 17px;
        font-weight: normal;
        color: #495469;
        font-family: 'Open Sans','BPG DejaVu Sans Caps',Arial,sans-serif !important;
    }

    #alert-box-container p {
        font-size: 14px;
        font-weight: normal;
        color: #495469;
        margin-top: 15px;
    }

    #alert-box-container label {
        display: table;
        margin: auto;
        padding: 7px 40px;
        border-radius: 6px;
        background-color: #99CC66;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        margin-top: 40px;
    }

/* Transfer CSS */

#transfer-body {
    background-image: url(/images/home/bg-transfer.png);
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 326px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 10px;
}

#transfer-body-card {
    align-self: center;
    max-width: 620px;
    width: 100%;
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 25px 40px;
}

    #transfer-body-card button {
        margin: auto;
        display: block;
    }

#transfer-body h2 {
    color: #FAFAFA;
    font-size: 30px;
}

#transfer-body h5 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 30px;
}

#agreement-text {
    font-family: BPG DejaVu Sans-serif;
}

    #agreement-text a {
        color: #99CC66;
    }

#cart-add-domain {
    color: #99CC66;
}

#domain-details-tab {
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    background-color: #FFFFFF;
}

    #domain-details-tab h4 {
        color: #003333;
        font-family: 'BPG DejaVu Sans';
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        text-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
    }

    #domain-details-tab .nav {
        border: 1px solid rgba(220,220,220,0.3);
        border-bottom: none;
        border-radius: 5px 0 0 5px;
        background-color: #F4F4F4;
    }

    #domain-details-tab a.nav-link {
        color: #003333;
        font-family: 'BPG DejaVu Sans';
        font-size: 14px;
        line-height: 16px;
        text-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
        background: transparent;
    }

    /*#domain-details-tab a.nav-link:hover
       {
            background: #fff;
            border-left: 4px solid #99CC66;
        }*/

    #domain-details-tab li.active a.nav-link {
        font-weight: bold;
        color: #99CC66;
        background: #fff;
        border-left: 4px solid #99CC66;
    }

    #domain-details-tab .tab-content {
        padding: 40px 10px;
    }

#domain-details-info .t-header {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
}

#domain-details-info .t-text {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
    padding-top: 10px;
}

#confirm-text {
    color: green;
    text-align: center;
    display: none;
}

#btn-change-password {
    margin-top: 32px;
}

.ns-label, .ns-warning-label {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: normal;
}

.flex {
    display: flex;
}

.remove-ns {
    border: 1px solid rgba(220,220,220,0.4);
    border-radius: 3px;
    background-color: #FC6264;
    width: 36px;
    height: 36px;
    color: #fff;
    outline: none;
    margin-top: -1px;
    margin-left: 28px;
    font-family: simple-line-icons !important;
    font-size: 20px;
}

.add-ns-input {
    height: 32px;
    width: 140px;
    border: 1px solid rgba(220,220,220,0.4);
    border-radius: 3px;
    background-color: #99CC66;
    outline: none;
    font-size: 13px;
    font-family: 'BPG DejaVu Sans Caps';
    border-radius: 5px;
    color: #fff;
}

.whois-card {
    border-radius: 4px;
    background-color: #fafafa;
    padding: 10px 20px;
    margin: 10px 0;
}

.card-success {
    background-color: #ebf5e0;
}

.card-danger {
    background-color: #fee0e0;
}

/* additional services*/
.domain-services {
    padding-top: 20px;
    position: relative;
}

    .domain-services:before {
        content: "";
        position: absolute;
        width: calc(100% + 40px);
        height: calc(100% + 20px);
        top: 0;
        left: -20px;
        background-color: #FAFAFA;
    }

.domain-cart-information {
    position: relative;
    padding-bottom: 20px;
}

.additional-service {
    padding-top: 20px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 26px;
    position: relative;
}

    .additional-service:last-child {
        border-bottom: 0px;
    }

.domain-cart-information:before {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    background-color: #cce5b2;
    bottom: 0px;
    left: -20px;
}

.services-item-url-remove {
    display: none;
}

.services-checkboxes {
    display: flex;
    margin-top: 20px;
}

.services-url {
    margin-top: 14px;
}

    .services-url input {
        height: 32px;
        width: 230px;
        border: 1px solid #D8D8D8;
        border-radius: 3px;
        background-color: #FFFFFF;
    }

    .services-url button {
        height: 32px;
        width: 200px;
        background-color: #99CC66;
        padding-top: 8px;
    }

    .services-url input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #BBBBBB;
        padding-top: 10px;
    }

    .services-url input::-moz-placeholder { /* Firefox 19+ */
        color: #BBBBBB;
        padding-top: 10px;
    }

    .services-url input:-ms-input-placeholder { /* IE 10+ */
        color: #BBBBBB;
        padding-top: 10px;
    }

.price-color {
    color: #99CC66;
    transform: scale(1.3) !important;
}

.services-url input:-moz-placeholder { /* Firefox 18- */
    color: #BBBBBB;
    padding-top: 10px;
}

.services-url input {
    padding-left: 11px;
}

.additional-service .cart-list-item-remove {
    top: 22%;
}

.additional-service .cart-list-data {
    margin-top: 4px;
    display: table;
    transform: scale(1);
    transition: all 0.3s;
}

.additional-service-text {
    position: relative;
}

    .additional-service-text li:first-child {
        color: #003333;
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: bold;
    }

    .additional-service-text li:last-child {
        color: #4A4A4A;
        font-size: 12px;
        opacity: 0.5;
    }
/* The container */
.services-label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
    background-color: #FAFAFA;
    font-weight: normal;
    height: 38px;
    padding-right: 19px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 36px !important;
}

    .services-label i {
        font-size: 15px;
    }
    /* Hide the browser's default radio button */
    .services-label input {
        position: absolute;
        overflow: hidden;
        cursor: pointer;
        opacity: 0;
        top: 2px;
        left: 2px;
    }

.dtlGmail {
    margin-left: 14px;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 9px;
    left: 11px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #4A4A4A;
}

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

/* Show the indicator (dot/circle) when checked */
.services-label input:checked ~ .checkmark:after {
    display: block;
}

.services-label i {
    font-size: 13px !important;
}
/* Style the indicator (dot/circle) */
.services-label .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #99CC66;
}
/* Transfer CSS */
#transfer-success-status {
    margin: auto;
    display: table;
}

.transfer-success h1 {
    font-family: 'BPG DejaVu Sans' !important;
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    padding: 20px;
}

.transfer-success a {
    align-self: center;
}

.transfer-success p {
    text-align: center;
}

.transfer_domain_text button {
    padding-top: 10px;
}



/*gSuit page*/
.gsuiteCover {
    background-image: url(/images/Bitmap.png) !important;
    /* height: 630px; */
    position: relative;
    overflow: hidden;
    padding: 0px !important;
    padding-bottom: 60px !important;
    background-size: cover;
}

    .gsuiteCover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.3);
        z-index: 0;
        width: 100%;
        height: 100%;
    }

.gsuiteCoverContent {
    position: relative;
    z-index: 1;
}

.gsuite-section-row {
    display: flex;
    align-items: center;
    font-family: 'Open Sans', 'BPG DejaVu Sans', Arial, sans-serif !important;
}

    .gsuite-section-row .col-md-6 > img {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.gsuite-section-text {
    text-align: left;
    color: #4A4A4A;
}

    .gsuite-section-text .links a {
        margin-right: 20px;
        margin-top: 25px;
        display: inline-block;
    }

    .gsuite-section-text .title {
        color: #4A4A4A;
        font-family: 'BPG DejaVu Sans';
        font-size: 20px;
        font-weight: bold;
    }

.gsuiteBtn {
    height: 36px;
    width: 145px;
    border-radius: 5px;
    background-color: #99CC66;
    color: #FFFFFF;
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 14px;
    color: #fff;
    padding-top: 9px;
    margin-top: 25px;
}

.gsuiteFirstContent {
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px 40px;
}

    .gsuiteFirstContent .row {
        /*display: flex;
        align-items: center;*/
        text-align: center
    }

.contentTitle {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans' !important;
    font-size: 20px;
    font-weight: bold;
    margin-top: -1px;
}

.contentForm .title {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 14px;
    margin-top: 30px;
}

.gsuiteFirstContent .formInputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gsuiteFirstContent .modalIcon {
    margin-top: 80px;
    margin-bottom: 30px;
}

.gsuiteFirstContent .panel-body {
    text-align: center
}

.gsuiteFirstContent .formInputs input {
    border: 1px solid rgba(220,220,220,0.4) !important;
    border-radius: 3px !important;
    background-color: #F4F4F4;
    height: 36px !important;
}

.gsuiteFirstContent select {
    width: 104px;
    border: 1px solid rgba(220,220,220,0.4);
    border-radius: 3px;
    background-color: #F4F4F4;
    margin-top: 12px;
    height: 36px;
    padding: 0;
}

.gsuiteFirstContent .emailSymbol {
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 20px;
    display: inline-block;
    margin-top: 13px;
}

.gsuiteFirstContent .exampleText {
    width: 157px;
    opacity: 0.5;
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 12px;
    margin-top: -15px;
}

.contentForm .gsuitebtns {
    border-radius: 5px;
    background-color: #99CC66;
    padding: 8px 30px;
    margin-top: 25px;
    color: #fff;
    padding-top: 11px;
}

#gsuiteModal .modal-dialog {
    max-width: initial;
}

#gsuiteModal .modal-content {
    border: 0px;
    background-color: transparent;
    box-shadow: none;
}

#gsuiteModal {
    top: 60px;
}

    #gsuiteModal .gsuitebtns {
        margin-bottom: 104px;
        height: 36px;
        width: 250px;
    }

.gsuiteCoverContent button.close {
    right: 33px;
    top: 17px;
}

.priceBox {
    width: 100%;
    height: 134px;
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
    background-color: #FAFAFA;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between
}

    .priceBox .price {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .priceBox .price span:first-child {
            color: #003333;
            font-size: 18px;
            line-height: 21px;
            font-weight: bold;
        }


    .priceBox .priceBoxTitle span {
        color: #FC6264;
        font-family: 'BPG DejaVu Sans';
        font-size: 14px;
        font-weight: bold;
    }

.priceBoxBestOffer {
    position: relative;
}

    .priceBoxBestOffer:after {
        content: url(/images/best-deal.svg);
        position: absolute;
        right: 0;
        top: 0;
    }

.priceBox .old-price {
    opacity: 0.5;
    color: #003333;
    /* font-family: "! BPG GEL"; */
    font-size: 12px;
    font-weight: bold;
    text-decoration: line-through;
    margin-top: 15px;
}

.priceBox .price span:first-child i {
    font-weight: bold;
    position: relative;
    top: -2px;
}

.priceBox .price span:last-child {
    opacity: 0.5;
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 10px;
}

.priceBoxTitle {
    color: #003333;
    font-family: 'BPG DejaVu Sans';
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.gsuitModalService {
    /*height: 111px;*/
    width: 100%;
    border: 1px solid rgba(220,220,220,0.5);
    border-radius: 5px;
}

    .gsuitModalService ul {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        border: 1px solid rgba(220,220,220,0.5);
        border-radius: 5px 5px 0 0;
        background-color: #FAFAFA;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .gsuitModalService ul li span {
            color: #4A4A4A;
            font-family: 'BPG DejaVu Sans';
            font-size: 12px;
            opacity: 0.5;
        }

        .gsuitModalService ul li.dateText {
            color: #4A4A4A;
            font-family: 'BPG DejaVu Sans';
            font-size: 10px;
        }

    .gsuitModalService .additional-service-text li:first-child {
        margin-bottom: 0px;
    }

    .gsuitModalService ul li.domainTitle {
        color: #4A4A4A;
        font-family: 'BPG DejaVu Sans';
        font-size: 14px;
        font-weight: bold;
        opacity: 1;
    }

    .gsuitModalService .domain-is-taken .search-list-name {
        color: #003333;
        font-family: 'BPG DejaVu Sans';
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .gsuitModalService .domain-is-taken .domain-status-text {
        font-size: 15px;
        font-weight: normal
    }


    .gsuitModalService ul li.gSuiteStatus {
        display: flex;
        align-items: center;
    }

    .gsuitModalService ul li .status {
        color: #99CC66;
        font-family: 'BPG DejaVu Sans';
        font-size: 12px;
    }

    .gsuitModalService .services-label {
        padding-left: 20px;
        margin-right: 4px;
        margin-left: 4px;
        padding-right: 11px;
        padding-left: 33px;
    }

    .gsuitModalService .domain-status-icon {
        font-size: 32px;
    }

    .gsuitModalService .domain-is-available .search-list-name {
        color: #003333;
        font-family: 'BPG DejaVu Sans';
        font-size: 24px;
        font-weight: bold;
    }

    .gsuitModalService .domain-is-available .search-list- .gsuitModalService {
        font-size: 25px;
    }

    .gsuitModalService .domain-is-available .domain-status-text {
        font-size: 15px;
    }

    .gsuitModalService .domain-is-available .search-list-price {
        font-size: 32px;
        font-weight: normal;
    }

        .gsuitModalService .domain-is-available .search-list-price i {
            font-size: 23px;
        }

.gsuiteDomainInput {
    width: 154px
}

.gsuiteEmailInput {
    width: 108px;
}

@media(max-width: 650px) {
    .transfer_domain_text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .transfer_text {
        margin-top: 20px;
    }

    .transfer_domain_text button {
        margin-top: 20px !important;
    }

    .transfer-success img {
        width: 50px;
    }

    .transfer-success h1 {
        font-size: 25px;
    }
}

@media(max-width: 500px) {
    .transfer-success img {
        display: block;
        margin: auto;
        width: 50px;
    }

    .transfer-success h1 {
        font-size: 18px;
        text-align: center;
        display: block;
        margin: 10px;
    }
}

/* Invoice CSS */

.info-wrapper {
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 3px;
    padding: 10px;
}

.info-wrapper-body {
    text-align: left;
    display: table;
    margin: auto;
}

#invoice-info-body p {
    padding: 15px 0;
    color: #003333;
    margin: 0;
}

#container-logo-banks div {
    width: calc(100% / 7 - 10px);
    padding: 10px 25px;
    float: left;
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 5px;
}

#container-logo-banks img {
    width: 100%;
    height: 25px;
    object-fit: contain;
}

@media(max-width:991px) {
    #container-logo-banks div {
        width: calc(100% / 5 - 10px);
    }
}

@media(max-width:767px) {
    #container-logo-banks div {
        width: calc(100% / 2 - 10px);
    }
}

@media(max-width:320px) {
    #container-logo-banks div {
        width: calc(100% - 10px);
    }
}

/* Animations CSS */
.anim-shrink-and-fade {
    opacity: 0;
    transform: scale(0);
}

.domain-add-temp {
    position: fixed;
    z-index: 10000;
    transition: all 0.7s ease-in-out;
}

@keyframes cart-animate {
    0% {
        transform: scale(0.5);
        background-color: #99CC66;
    }

    50% {
        transform: scale(0.7);
        background-color: #FC6264;
    }

    100% {
        transform: scale(0.5);
        background-color: #99CC66;
    }
}

.animate-cart-bloop {
    animation: cart-animate 1s ease-in-out;
}

@keyframes cart-add-animate {
    from {
        opacity: 0;
        height: 0px;
    }

    to {
        opacity: 1;
        height: 130px;
    }
}

.animate-add-cart-bloop {
    animation: cart-add-animate 1s ease-in-out;
}
/* Orders CSS */
#filter-orders-list select, #filter-domain-list select, .flatpickr {
    width: 100%;
    width: 200px;
    height: 24px;
    font-size: 12px;
    padding: 0;
    padding-left: 20px;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid rgba(220,220,220,0.4);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 10px;
}

.flatpickr {
    background-color: #fff !important;
}

@media(max-width:991px) {
    .wrapper-select {
        width: calc(calc(100% / 3) - 10px);
        margin: 0 5px;
    }

    #filter-orders-list select, #filter-domain-list select, .flatpickr {
        width: 100%;
    }
}

@media(max-width:767px) {
    .wrapper-select {
        width: 100%;
        margin: 5px 0;
    }

    .priceBox {
        margin-bottom: 20px;
    }

    .gsuitePriceSection {
        flex-direction: column
    }

    .gsuiteEmailInput {
        width: 62px;
    }

    .gsuitePriceSectionIcon {
        margin-bottom: 15px;
    }

    .gsuiteDomainInput {
        width: 136px;
    }

    .gsuite-section-row .col-md-6 > img {
        max-width: 100%;
    }

    .gsuite-section-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    #filter-orders-list select, #filter-domain-list select, .flatpickr {
        width: 100%;
    }

    .gsuiteFirstContent .row {
        flex-wrap: wrap;
    }

    .gsuiteFirstContent .emailSymbol {
        font-size: 15px;
    }

    .contentImg img {
        max-width: 100%;
    }

    .gsuiteFirstContent {
        padding: 20px 10px;
    }

    .gsuite-section-text {
        text-align: center;
        margin-top: 36px;
    }

    .gsuite-home-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .contentForm .gsuitebtns {
        padding: 8px 10px;
    }

    #home-search-container h2 {
        font-size: 20px;
    }

    .contentForm .title {
        text-align: center;
        margin-top: 10px;
    }
}

.wrapper-select {
    position: relative;
}

#filter-orders-list .wrapper-select:before, #filter-domain-list .wrapper-select:before {
    content: '';
    font-family: simple-line-icons;
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 3px;
}

#filter-orders-list .horizontal-list {
    margin-left: 20px;
    font-size: 12px;
    color: #003333;
    font-family: 'BPG DejaVu Sans';
    padding: 5px;
}

.filter-status-orders {
    cursor: pointer;
}

    .filter-status-orders.active {
        font-weight: bold;
    }

.order-draft {
    color: #808ea3;
}

.order-pending {
    color: #ffd000;
}

.order-payed {
    color: #008cff;
}

.order-success {
    color: #99CC66;
}

.order-failed {
    color: #FC6264;
}

#container-table-orders {
    border-top: 1px solid rgba(220,220,220,0.3);
}

#list-order-header td {
    opacity: 0.5;
    color: #4A4A4A;
    font-family: 'BPG DejaVu Sans';
    font-size: 12px;
}

.pagination > li > a, .pagination > li > span {
    padding: 0 6px;
    border: none;
    border-radius: 0 !important;
    color: #003333;
}

.pagination > li.active {
    background-color: #99cc66;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #99cc66;
}

.order-details-page-list-item {
    justify-content: space-between;
    margin: 0 15px;
    background-color: #fff;
    padding: 10px 30px;
}

    .order-details-page-list-item h5 {
        white-space: nowrap;
        font-size: 12px;
        padding: 0 15px;
    }

    .order-details-page-list-item:nth-child(2n+1) {
        background-color: #FAFAFA
    }

.txt-order-details-label {
    font-size: 12px;
    color: #003333;
    opacity: 0.5;
}

.txt-order-details-bold {
    font-family: 'BPG DejaVu Sans' !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.order-details-page-info-left h4 {
    color: #033;
}

@media only screen and (max-width: 767px) {

    .services-checkboxes {
        flex-wrap: wrap;
    }

    .cart-list-item-remove {
        top: 11%;
    }

    .order-details-left-info {
        margin-left: initial !important;
        margin-right: auto !important;
        align-items: flex-start;
        width: 100%;
    }

    .order-details-item-price {
        margin-right: auto;
        margin-top: 10px;
    }

    .order-details-page-info-left {
        justify-content: flex-start;
    }

    .order-details-page-list-item h5 {
        width: 100%;
    }

    .cart-list-container-button {
        display: flex;
        margin-top: 15px;
    }

    .cart-list-services-dtl {
        margin-top: 20px;
        margin-right: 11px !important;
    }

    .cart-list-container-services {
        flex-direction: column;
    }

    .domain-flex-column {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .domain-list-info {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .domain-list-info h6 {
            margin-left: 0px !important;
        }
}


.container-list-order-domain-details {
    margin-top: 5px;
    border: 1px solid rgba(220,220,220,0.5);
    border-radius: 6px;
    overflow: hidden;
}

/* Domain Details Contact */
#domain-details-contact h5 {
    color: #003333;
    font-family: 'BPG DejaVu Sans';
    font-size: 20px;
    font-weight: bold;
}


/* Domain Details Redirect */
.text-section-header {
    color: #99CC66;
    font-family: 'BPG DejaVu Sans' !important;
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.redirect-info-box {
    border-radius: 4px;
    background-color: rgba(153,204,102,0.2);
    padding: 20px;
}

    .redirect-info-box h5, .gsuite-info-box h5 {
        color: #003333;
        font-family: 'BPG DejaVu Sans';
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
    }

    .redirect-info-box h4, .gsuite-info-box h4 {
        color: #003333;
        font-family: 'BPG DejaVu Sans' !important;
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    .redirect-info-box h3, .gsuite-info-box h3 {
        color: #003333;
        font-family: 'BPG DejaVu Sans' !important;
        font-size: 20px;
    }

    .redirect-info-box h6, .gsuite-info-box h6 {
        color: #003333;
        font-family: 'BPG DejaVu Sans';
        font-size: 10px;
    }

.container-input-redirect-url {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
}

.container-input-redirect-card {
    padding: 4px 30px;
}

/* Domain Index CSS */
.my-domain-list-empty {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .my-domain-list-empty h5 {
        font-family: 'BPG DejaVu Sans';
        font-size: 18px;
        color: #003333;
        padding: 20px;
    }

    .my-domain-list-empty p {
        padding-bottom: 20px;
    }

    .my-domain-list-empty a {
        margin: 10px;
        padding: 8px;
        font-weight: normal;
        width: 170px;
    }

/* Switch Slider */

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
    vertical-align: middle;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 1px -1px 2px rgba(0, 0, 0, 0.20);
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 0px;
        bottom: 0px;
        background-color: #F44336;
        -webkit-transition: .4s;
        transition: .4s;
        border: 1px solid #000;
    }

.hide-slider-text {
    display: none !important;
}

.sell-slider input:checked + .slider:before {
    background-color: #99cc66;
}

.sell-slider input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.sell-slider input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.text-switch {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
/* End Switch Slider */

/* Error Pages */

.container-error-code h1 {
    color: #003333;
    font-family: 'BPG DejaVu Sans' !important;
    font-size: 92px;
    font-weight: bolder;
    margin-bottom: 0;
    line-height: 92px;
}

.container-error-code h5 {
    color: #FC6264;
    font-family: 'BPG DejaVu Sans';
    font-size: 18px;
    margin-top: 0;
    text-align: center;
    padding: 0 20px;
    max-width: 320px;
    line-height: 22px;
}

.container-error-code button {
    margin-top: 50px;
}

.filter-sort-domain.active {
    color: #99CC66;
}

.filter-sort-domain {
    cursor: pointer;
    font-size: 18px;
    margin-top: 2px;
}


.domain-flex-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
}

    .domain-flex-column:before {
        content: "";
        position: absolute;
        width: calc(100% + 20px);
        left: -10px;
        bottom: 0px;
        height: 1px;
        background-color: rgba(220,220,220,0.5);
    }

.domain-list-info {
    display: flex;
    align-items: center;
}

    .domain-list-info h6 {
        margin-left: 10px;
    }

.flex-list-container-services {
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 5px;
}

.cart-list-container-services {
    display: flex;
}

.cart-list-services-dtl {
    display: flex;
    align-items: center;
    margin-right: 60px;
    position: relative;
}

.services-dtl-icon img {
    width: 24px;
    height: 24px;
}

.services-dtl-text {
    margin-left: 10px;
}

    .services-dtl-text p {
        font-size: 12px;
        margin: 0;
    }

.services-status {
    font-size: 12px;
}

    .services-status span:first-child {
        color: #FC6264;
    }

    .services-status span:last-child {
        color: #99CC66;
        font-weight: bold;
        text-decoration: underline;
        margin-left: 10px;
        cursor: pointer;
    }

.services-payed-status {
    color: #99CC66;
    font-size: 12px;
}

#container-list-domain {
    margin-top: 20px;
}


@media only screen and (max-width: 330px) {
    .cart-list-container-button button {
        min-width: 100px;
    }

    .cart-list-container-button {
        margin-left: -21px;
    }

    .gsuiteEmailInput {
        width: 51px;
    }

    .gsuiteDomainInput {
        width: 96px;
    }
}


.label-new {
    position: absolute;
    right: 0;
    top: -2px;
    background-color: #FC6264;
    color: #fff;
    font-size: 11px;
    padding: 1px 10px;
    border-radius: 3px;
    font-weight: bold
}

    .label-new:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #fc6264;
        position: absolute;
        left: -5px;
        top: 1.5px;
    }


.label-new-alt {
    position: relative;
    right: -10px;
    top: -2px;
    background-color: #FC6264;
    color: #fff;
    font-size: 11px;
    padding: 1px 10px;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
}

    .label-new-alt:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #fc6264;
        position: absolute;
        left: -5px;
        top: 1.5px;
    }

.gsuite-info-box {
    border: 1px solid rgba(153, 204, 102, 0.13);
    border-radius: 4px;
    background-color: rgba(244, 244, 244, 0.2);
}

    .gsuite-info-box img {
        display: block;
        margin: 20px auto;
    }


#bg-img {
    background-image: url('../images/img-header.png');
    background-position: center;
    position: relative;
    height: 525px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0 130px 0;
    border-radius: 0;
    margin: 0;
    margin-top: -15px;
}

.create-site h2 {
    font-family: "BPG DejaVu Sans Caps" !important;
    color: #FAFAFA;
    font-size: 36px;
    font-weight: bold;
    line-height: 41px;
    text-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
}

.create-site a {
    font-family: "BPG DejaVu Sans Caps" !important;
    font-weight: bold;
    padding: 13px 45px;
    font-size: 20px;
    margin-top: 15px;
}

.create-site .jumbotron {
    padding: 0px !important;
    background-color: transparent;
    width: 440px;
}

.mini-bundle .card {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
    background-color: #F8FFF8;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    margin-left: 90px;
    padding: 10px;
}

.mini-bundle {
    background-color: #FFF;
    padding-bottom: 45px;
}

    .mini-bundle .container {
        padding-top: 40px;
    }

.mini-bundle-description h1 {
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.mini-bundle-description h2 {
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}

.mini-bundle-description p {
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

.mini-bundle-description img {
    max-width: 100%;
    margin-left: -10px;
}

.mini-bundle .card h1 {
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.mini-bundle .card li {
    color: #003333;
    font-family: "BPG DejaVu Sans";
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 20px;
}

.mini-bundle .card ul {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 0px;
}

    .mini-bundle .card ul li::before {
        content: "\2022";
        color: #99CC66;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        font-size: 20px;
        margin-left: -1em;
    }

.mini-bundle .card h2 {
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
}

.mini-bundle .card h3 {
    color: #003333;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
    font-weight: bold;
    display: flex;
}


.price-in-gel {
    display: flex;
    align-items: baseline;
    margin-top: -5px;
}

.mini-bundle .card h4 {
    margin-top: -15px;
    color: #95B0B6;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.mini-bundle .card .btn-success {
    width: 75%;
    background-color: #99CC66;
}

.mini-bundle .card a.terms-of-usage {
    color: #95B0B6;
    text-decoration: underline !important;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.business-bundle {
    background-color: #EAEDED;
}

    .business-bundle .card {
        background-color: #FFFFFF
    }


.premium-bundle .card img {
    margin-top: 15px;
}

.premium-bundle .card li {
    color: #003333;
    font-family: "BPG DejaVu Sans";
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 30px;
}

.premium-bundle .card h1 {
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}

.mini-bundle .btn-success:hover {
    color: #fff;
    background-color: #449d44 !important;
    border-color: #398439;
}


#bg-img-footer {
    background-image: url('../images/IMAGE.png');
    background-position: center;
    position: relative;
    height: 525px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 175px 0 130px 0;
    border-radius: 0;
    margin: 0;
}

    #bg-img-footer .container {
        display: flex;
        justify-content: flex-end;
    }

#bg-img .container {
    display: flex;
    justify-content: flex-start;
}

@media only screen and (max-width:992px) {
    .mini-bundle .card {
        margin-left: 10px;
        padding: 10px;
    }
}

@media only screen and (max-width:420px) {
    .mini-bundle .card {
        margin-left: 0px;
    }
}

@media only screen and (max-width:450px) {
    .mini-bundle .col-xs-10 {
        width: 100%;
    }
}


.mini-bundle .row {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width:699px) {
    .mini-bundle .row {
        display: block !important;
    }
}


@media only screen and (max-width:455px) {
    .mini-bundle .card {
        margin-left: 0px !important;
    }
}



@media only screen and (max-width:769px) {
    .bundle-set .row {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


.bundle-set .card {
    margin-left: 0px !important;
    padding: 3px !important;
}

.bundle-set h4 {
    margin-top: 0px;
    color: #003333;
    font-family: "BPG DejaVu Sans Caps";
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
}

.bundle-set .card h1 {
    color: #003333;
    font-family: "BPG DejaVu Sans Caps" !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}


.bundle-set .card li {
    color: #003333;
    font-family: "BPG DejaVu Sans";
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 20px;
}

.bundle-set .card ul {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 0px;
}

    .bundle-set .card ul li::before {
        content: "";
    }


.card-business h1 {
    margin-top: 55px;
}

.card-business {
    padding-bottom: 35px;
    border: 1px solid #99CC66 !important;
    border-radius: 5px !important;
    background-color: #F8FFF8 !important;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1) !important;
}


.card-bundle {
    margin-top: 55px !important;
}

.bundle-set .card {
    padding: 0 40px;
}

.bundle-set .col-lg-4 {
    width: 30%;
}

.card-bundle .btn {
    margin-bottom: 20px !important;
}

.card-business .btn {
    margin-bottom: 45px !important;
}

.bundle-set ul {
    padding-left: 50px !important;
    padding-right: 50px;
}

.card-premium h1 {
    padding-bottom: 10px;
}

.card-premium img {
    padding-bottom: 15px;
}

.card-premium ul li {
    margin-bottom: 30px !important;
}

.card-premium h5 {
    color: #003333;
    font-family: "BPG DejaVu Sans";
    font-size: 21px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    padding: 10px 0px 39px;
    margin-bottom: 0px;
}

@media screen and (min-device-width:770px) and (max-width:991px) {

    .bundle-set .col-sm-6 {
        width: 33% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .bundle-set .card ul {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (min-device-width:530px) and (max-width:770px) {

    .bundle-set .row {
        margin-top: -30px;
    }

    .bundle-set .col-sm-6 {
        width: 65% !important;
    }

    .card-bundle {
        margin-top: 20px !important;
    }

    .bundle-set h4 {
        margin-bottom: 40px;
    }

    .bundle-set .card ul {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (min-device-width:320px) and (max-width:530px) {
    .bundle-set h4 {
        margin-bottom: 40px;
    }

    .card-bundle {
        margin-top: 20px !important;
    }

    .bundle-set .row {
        margin-top: -30px;
    }

    .bundle-set .col-sm-6 {
        width: 98% !important;
    }
}


@media screen and (min-width:991px) {
    .bundle-set .col-sm-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.bundle-set .btn {
    color: #FFFFFF;
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    text-shadow: 0 1px 0 0 #FFFFFF;
    padding: 12px;
    width: 55% !important;
}

.collapsible {
    background-color: transparent;
    color: #003333;
    cursor: pointer;
    padding: 8px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 0px;
    border: 1px solid #95B0B6;
    border-radius: 4px;
}

    .active, .collapsible:hover, .collapsible:focus {
        color: #003333;
        background-color: transparent;
    }

.content {
    padding: 50px 20px;
    overflow: hidden;
    background-color: #FFF;
    transition: all 1s;
    opacity: 0;
}

.templates-nav {
    margin-right: 25px;
}


.owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: -90px;
}

.owl-dots {
    margin-top: 45px;
}

.show-slider {
    display: none;
}

.price-template {
    display: flex;
    align-items: center;
}

    .price-template p {
        color: #003333;
        font-family: "BPG DejaVu Sans";
        font-size: 14px;
        font-weight: normal;
        line-height: 16px;
        margin: 0 !important;
        margin-right: 7px !important;
    }

    .price-template h6 {
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        line-height: 28px;
        font-size: 24px;
        margin: 0 !important;
        font-weight: bold;
        margin-right: 50px !important;
    }


.mini-bundle-modal .modal-header .close {
    right: 18px;
    top: 20px;
}

.mini-bundle-modal .modal-header {
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}


.mini-bundle-modal .modal-dialog {
    width: 100%;
    max-width: 950px;
    margin: auto;
    margin-top: 80px;
}

.mini-bundle-modal .modal-header h5 {
    text-align: center;
    max-width: 400px;
    margin: 15px auto 0px;
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}


.mini-bundle-modal .modal-header h4 {
    margin-top: 10px;
    color: #003333;
    font-family: "BPG DejaVu Sans Caps" !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.card-template .card-img img {
    display: block;
    width: 245px !important;
    max-height: 145px;
    max-width: 100%;
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.card-template {
    max-width: 245px;
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
}

    .card-template .card-body {
        padding: 7px;
        padding: 10px 10px 15px;
        background-color: #fafafa;
    }


        .card-template .card-body .card-buttons {
            display: flex;
            justify-content: space-between;
        }



.card-buttons .btn {
    min-width: 109px !important;
    max-width: 110px !important;
}

.card-buttons .btn-primary {
    color: #003333;
    border: 1px solid #99CC66;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: inset 0 0px 0 0 #FFFFFF, 0 1px 2px 0 rgba(0,0,0,0.2);
    padding: 8px 28px 5px;
    font-family: "BPG DejaVu Sans Caps" !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    text-shadow: 0 1px 0 0 #FFFFFF;
}

.card-buttons .btn-success {
    padding: 10px 23px 5px;
    color: #FFFFFF;
    font-family: "BPG DejaVu Sans Caps";
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    text-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
}

.card-template .card-body p {
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.modal-container .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-container .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-container .col-sm-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-container .col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mini-bundle-modal .modal-content {
    margin: 10px !important;
}


.modal-container .col-sm-6 .card-template {
    max-width: 310px;
}

    .modal-container .col-sm-6 .card-template .card-img img {
        display: block;
        width: 310px !important;
        max-height: 200px;
        max-width: 100%;
        height: auto;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }


.modal-container .col-xs-12 .card-template {
    max-width: 310px;
}

    .modal-container .col-xs-12 .card-template .card-img img {
        display: block;
        width: 310px !important;
        max-height: 200px;
        max-width: 100%;
        height: auto;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.mini-bundle-modal .modal-body {
    padding: 30px 45px;
    height: 100vh;
    overflow-y: auto;
}

    .mini-bundle-modal .modal-body::-webkit-scrollbar-track {
        background-color: #E5EAE9;
        border-radius: 10px;
    }

    .mini-bundle-modal .modal-body::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .mini-bundle-modal .modal-body::-webkit-scrollbar-thumb {
        background-color: #99CC66;
    }


.business-bundle-modal .modal-header ul {
    padding: 0;
    margin: 0;
    clear: both;
    padding-top: 15px;
}

    .business-bundle-modal .modal-header ul li {
        list-style-type: none;
        list-style-position: outside;
        padding: 0px 5px;
        float: left;
    }

.business-bundle-modal .modal-header input[type="checkbox"]:not(:checked),
.business-bundle-modal .modal-header input[type="checkbox"]:checked {
    position: absolute;
    left: -9999%;
}

.business-bundle-modal .modal-header input[type="checkbox"] + label {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #99CC66;
    color: #003333;
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: all 150ms ease;
}

.business-bundle-modal .modal-header input[type="checkbox"]:checked + label {
    border: 1px solid #99CC66;
    color: #fff;
    background-color: #99CC66;
    border-radius: 5px;
    transition: all 150ms ease;
}

.checkbox-template {
    display: flex;
    align-items: center;
    justify-content: center;
}




.templates-navbar {
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.templates-nav {
    margin-right: 25px;
}

.templates-nav .navbar-logo {
    margin-top: 0px !important;
}

.templates-nav .price-template {
    height: 24px;
    margin-left: 5px;
}


.nav-slider {
    height: 40px !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .nav-slider ul {
        margin-right: 0px !important;
    }

        .nav-slider ul li {
            margin-right: 10px;
        }

            .nav-slider ul li .collapsible {
                margin-left: -1px !important;
                padding: 6px 0px 6px 6px;
                width: 175px;
            }


.container-template {
    padding-top: 61px !important;
}

@media(max-width:767px) {
    .nav-slider {
        justify-content: space-between !important;
    }

    .templates-nav {
        width: 70%;
    }

    .templates-navbar {
        margin-bottom: 10px;
    }

    .nav-slider .template-choose {
        width: 77%;
    }
}

.modal-choose-domain .back {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #4a4a4a;
    opacity: 1;
    z-index: 5;
    font-weight: bold;
    outline: none;
    font-family: 'simple-line-icons';
    cursor: pointer;
}

    .modal-choose-domain .back:hover {
        color: #000 !important;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5 !important;
    }

    .modal-choose-domain .back i {
        font-size: 20px;
    }

.modal-choose-domain .modal-header {
    box-shadow: none;
    border-bottom: none;
}

.modal-choose-domain .modal-dialog {
    width: 100%;
    max-width: 680px;
}

.modal-choose-domain .modal-body {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 75px;
}

.choose-domainp {
    color: #003333;
    font-family: "BPG DejaVu Sans";
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 24px;
    width: 400px;
    text-align: center;
}

.modal-choose-domain .modal-header h4 {
    margin-top: 50px;
}

.input-domain {
    width: 100%;
    border: 1px solid #99CC66;
    border-radius: 5px;
    padding: 14px;
}

.modal-choose-domain form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}


.modal-choose-domain .modal-body .btn-success {
    color: #FFFFFF;
    font-family: "BPG DejaVu Sans Caps" !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px 0 35px;
    padding: 14px 13px 10px;
}


.modal-choose-domain .back-input {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #4a4a4a;
    opacity: 1;
    z-index: 5;
    font-weight: bold;
    outline: none;
    font-family: 'simple-line-icons';
    cursor: pointer;
}

    .modal-choose-domain .back-input:hover {
        color: #000 !important;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5 !important;
    }

    .modal-choose-domain .back-input i {
        font-size: 20px;
    }

.taken-domain-container {
    margin-top: 10px;
    padding: 15px 0;
    width: 100%;
    max-width: 360px;
    text-align: center;
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    margin-bottom: 15px;
}

    .taken-domain-container h5 {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
    }

    .taken-domain-container h6 {
        margin-top: 5px;
        color: #FC6264;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 14px;
        text-align: center;
    }

.modal-domain-taken p {
    max-width: 360px;
    width: 100%;
    text-align: center;
    color: #4A4A4A;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.modal-domain-taken .modal-header h4 {
    margin-top: 25px;
}

.modal-domain-taken a.taken-btn {
    color: #FFFFFF;
    font-family: "BPG DejaVu Sans Caps" !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    margin: 24px 0 15px !important;
    padding: 14px 13px !important;
    width: 100% !important;
    max-width: 227px !important;
}



.registered-domain-container {
    margin-top: 5px;
    padding: 15px 0;
    width: 100%;
    max-width: 360px;
    text-align: center;
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    margin-bottom: 15px;
}

    .registered-domain-container h5 {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
    }

    .registered-domain-container h6 {
        margin-top: 5px;
        color: #99CC66;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 14px;
        text-align: center;
    }

.modal-registered p {
    max-width: 380px;
    width: 100%;
    text-align: center;
    color: #4A4A4A;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.modal-registered .modal-header h4 {
    margin-top: 25px;
}


.modal-registered a.register-btn {
    color: #FFFFFF;
    font-family: "BPG DejaVu Sans Caps" !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    margin: 24px 0 25px !important;
    padding: 14px 13px !important;
    width: 100% !important;
    max-width: 227px !important;
}

.dropdown-toggle.btn-primary.focus, .btn-primary:active:focus {
    color: #fff;
    background-color: #99CC66 !important;
    border-color: transparent !important;
}

.transfer-domain-container {
    margin-top: 10px;
    padding: 15px 0;
    width: 100%;
    max-width: 360px;
    text-align: center;
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    margin-bottom: 25px;
}

    .transfer-domain-container h5 {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
    }

    .transfer-domain-container h6 {
        margin-top: 5px;
        color: #4A4A4A;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 14px;
        text-align: center;
    }

.modal-domain-transfer p {
    max-width: 380px;
    width: 100%;
    text-align: center;
    color: #4A4A4A;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.modal-domain-transfer .modal-header h4 {
    margin-top: 25px;
}


.modal-domain-transfer a.transfer-btn {
    color: #FFFFFF;
    font-family: "BPG DejaVu Sans Caps" !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    margin: 24px 0 25px !important;
    padding: 14px 13px !important;
    width: 100% !important;
    max-width: 227px !important;
}

@media(max-width:525px) {
    .modal-choose-domain .modal-body {
        padding: 30px 10px;
    }
}


.modal-choose-domain .modal-body {
    overflow-x: hidden;
}

@media(max-width:380px) {
    .modal-choose-domain .modal-container p {
        overflow-x: hidden;
        padding: 0 60px;
    }
}

@media (min-device-width: 381px) and (max-device-width: 450px) {
    .modal-choose-domain .modal-container p {
        padding: 0px 40px !important;
    }
}


.available-domain-container {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
    max-width: 360px;
    text-align: center;
    border: 1px solid rgba(220,220,220,0.3);
    border-radius: 5px;
    margin-bottom: 25px;
}

    .available-domain-container h5 {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
    }

    .available-domain-container h6 {
        margin-top: 5px;
        color: #99CC66;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 14px;
        text-align: center;
    }

.modal-available-domain p {
    max-width: 380px;
    width: 100%;
    text-align: center;
    color: #4A4A4A;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.modal-available-domain .modal-header h4 {
    margin-top: 25px;
}


.modal-available-domain a.buydomain-btn {
    color: #FFFFFF;
    font-family: "BPG DejaVu Sans Caps" !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    margin: 24px 0 25px !important;
    padding: 14px 13px !important;
    width: 100% !important;
    max-width: 227px !important;
}

.website-price-info {
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
    background-color: #99CC66;
    padding: 9px 20px;
    background-color: #99CC66;
}

.bundle-month {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .bundle-month p {
        color: #003333;
        font-size: 10px;
        line-height: 11px;
        margin-bottom: 0px !important;
    }

.web-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .web-price h6 {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
        text-align: center;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .web-price h5 {
        color: #003333;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        font-weight: bold;
    }


.web-inputs p {
    margin-top: 20px;
    color: #4A4A4A;
    font-family: "BPG DejaVu Sans";
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
}

.inputs-group-web p {
    margin-top: 20px;
    color: #4A4A4A;
    font-family: "BPG DejaVu Sans";
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px !important;
}

.inputs-group-web input {
    width: 100%;
    padding: 5px;
    height: 36px;
    border-radius: 3px;
    background-color: #F4F4F4;
    border: 1px solid rgba(220,220,220,0.4);
}

.input-label-icon {
    display: flex;
    align-items: baseline;
}

    .input-label-icon i {
        margin-right: 5px;
        font-size: 12px;
    }

.inputs-group-web textarea {
    padding: 5px;
    border-radius: 3px;
    background-color: #F4F4F4;
    border: 1px solid rgba(220,220,220,0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

    .inputs-group-web textarea ::-webkit-scrollbar-track {
        background-color: #E5EAE9;
        border-radius: 10px;
    }

    .inputs-group-web textarea ::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .inputs-group-web textarea ::-webkit-scrollbar-thumb {
        background-color: #99CC66;
    }


.chosen-design {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

    .chosen-design p, .chosen-design i {
        color: #4A4A4A;
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 14px;
    }

    .chosen-design i {
        margin-left: 123px;
        cursor: pointer;
    }

.webpage-photo img {
    max-width: 240px;
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
}

.refresh-website {
    margin: 30px 0 70px;
}

.buy-webpage-options h4 {
    color: #99CC66 !important;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0px;
}

.buy-webpage-options p {
    color: #4A4A4A;
    font-family: "BPG DejaVu Sans";
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 18px;
}

.mini-bundle-option {
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
    background-color: #FAFAFA;
    padding: 18px 0px 18px 20px;
}

    .mini-bundle-option h2 {
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
        margin-top: 0px;
    }

    .mini-bundle-option h3 {
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 12px;
        line-height: 21px;
        margin-top: 12px;
        width: 50%;
        margin-bottom: 0px;
    }

    .mini-bundle-option .payment-info {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.payment-info p {
    margin-bottom: 0px;
    color: #003333;
    font-family: "BPG DejaVu Sans";
    font-size: 10px;
    line-height: 11px;
}

.mini-bundle-option .lari {
    display: flex;
    text-align: center;
    align-items: center;
}

.lari h5 {
    color: #003333;
    margin-top: 2px;
    font-weight: bold;
    font-family: "! BPG GEL";
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.payment-info h6 {
    margin-bottom: 13px;
    margin-top: 0px;
}


.business-bundle-option {
    margin-top: 20px;
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
    background-color: #FAFAFA;
    padding: 18px 0px 18px 20px;
}

    .business-bundle-option h2 {
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
        margin-top: 0px;
    }

    .business-bundle-option h3 {
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 12px;
        line-height: 21px;
        margin-top: 12px;
        margin-bottom: 0px;
        width: 65%;
    }

    .business-bundle-option .payment-info {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .business-bundle-option .lari {
        display: flex;
        text-align: center;
        align-items: center;
        font-weight: bold;
    }


.premium-bundle-option {
    margin-top: 20px;
    border: 1px solid rgba(153,204,102,0.5);
    border-radius: 4px;
    background-color: #FAFAFA;
    padding: 18px 0px 18px 20px;
}

    .premium-bundle-option h2 {
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
        margin-top: 0px;
    }

    .premium-bundle-option h3 {
        color: #003333;
        font-family: "BPG DejaVu Sans" !important;
        font-size: 12px;
        line-height: 21px;
        margin-top: 12px;
        margin-bottom: 0px;
        width: 65%;
    }

    .premium-bundle-option .payment-info {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

.premium-bundle .pamyment-info h2 {
    color: #003333;
    font-family: "BPG DejaVu Sans" !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    margin-bottom: 5px;
}

@media(max-width:1200px) {
    .mini-bundle-option h3 {
        width: 100%;
    }

    .business-bundle-option h3 {
        width: 100%;
    }

    .premium-bundle-option h3 {
        width: 100%;
    }
}

@media(max-width:991px) {
    .mini-bundle-option .payment-info {
        margin-top: 15px;
        align-items: flex-start;
    }

    .business-bundle-option .payment-info {
        margin-top: 15px;
        align-items: flex-start;
    }

    .premium-bundle-option .payment-info {
        margin-top: 15px;
        align-items: flex-start;
    }
}

.webpage-ns {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
    border: 1px solid #FFE0E0;
    border-radius: 4px;
    background-color: #FFE0E0;
    padding: 10px 20px;
}

    .webpage-ns p {
        color: #4A4A4A;
        font-size: 14px;
        max-width: 390px;
        width: 100%;
        margin-bottom: 0px;
    }

    .webpage-ns a.btn-custom {
        color: #003333;
        font-weight: bold;
        border: 1px solid #99CC66;
        padding: 6px 15px;
        background-color: #FFFFFF;
        box-shadow: inset 0 0px 0 0 #FFFFFF, 0 1px 2px 0 rgba(0,0,0,0.2);
    }

        .webpage-ns a.btn-custom:hover {
            background-color: #99cc66 !important;
            color: #FFF !important;
        }

.checkout-checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .checkout-checkbox label {
        font-size: 10px;
        margin-bottom: 0px;
        margin-top: 3px;
        font-weight: normal;
    }

    .checkout-checkbox .domain-checkbox {
        top: 3px;
    }

.card-number {
    margin-left: 15px;
    margin-top: 15px;
}

    .card-number h6 {
        margin-bottom: 0px;
    }

.choose-visa {
    display: flex;
    justify-content: flex-start;
}

.choose-mastercard {
    display: flex;
    justify-content: flex-start;
}

.owl-carousel.owl-loaded {
    opacity: 1;
    position: relative;
    display: flex;
    background-color: #FAFAFA;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.owl-nav {
    position: absolute;
    width: calc(100% - 37px);
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}

    .owl-nav button {
        margin: 0px !important;
    }


        .owl-nav button span {
            content: "\f053";
            font-size: 59px;
            color: #000000;
        }

.owl-carousel .owl-item img {
    border-radius: 2px;
    display: block;
    border: 1px solid rgba(153,204,102,0.5);
    width: 100%;
}


@media(max-width:767px) {
    .owl-carousel {
        margin-top: 40px;
    }
}

.loader-gif-show {
    width: 22px;
    height: 22px;
    display: none;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.show-slider {
    overflow: hidden;
}



.owl-carousel .owl-stage-outer {
    z-index: 10000;
}

.owl-nav {
    z-index: 0;
}

.business-web-bundle ul {
    list-style: none;
    padding: 0px;
    color: #4A4A4A;
}

.business-web-bundle {
    margin-top: 30px;
}

    .business-web-bundle p {
        margin-bottom: 25px;
        color: #4A4A4A;
    }

    .business-web-bundle h5 {
        color: #4A4A4A;
        font-family: "DejaVu Sans";
        font-size: 14px;
        line-height: 21px;
    }
