:root {
    --indigo-dye: #08415cff;
    --madder-lake: #cc2936ff;
    --baby-pink: #ebbab9ff;
    --metallic-seaweed: #388697ff;
    --white: #ffffffff;

    --carnelian: #b3001bff;
    --eerie-black: #262626ff;
    --lapis-lazuli: #255c99ff;
    --iceberg: #7ea3ccff;
    --smoke: rgba(228, 228, 228, 0.918);

    --yellow: #ffeb3b;
    --yellow-light3: #fff59d;
    --yellow-light4: #fff9c4;
    --orange: #ff9800;
    --orange-light3: #ffcc80;
    --orange-light4: #ffe0b2;
    --light-green-accent4: #76ff03;
    --green: #4caf50;
    --green-light3: #a5d6a7;
    --green-light4: #c8e6c9;
    --light-blue: #03a9f4;
    --light-blue-light3: #81d4fa;
    --light-blue-light4: #b3e5fc;
    --blue: #0d47a1;
    --blue-light3: #90caf9;
    --blue-light4: #bbdefb;

}

@media (prefers-color-scheme: dark) {
    body {
        background-color: var(--eerie-black);
        color: var(--white)
    }

    nav ul a {
        color: #b71c1c;
    }
}

@media (prefers-color-scheme: light) {
    body {
        background-color: var(--smoke);
        color: var(--eerie-black);
    }

    nav ul a {
        color: var(--carnelian);
    }

    nav .dropdown-content a {
        color: var(--eerie-black);
    }

    #lang-nav li.active {
        background-color: var(--smoke);
    }
    
    #main-nav .dropdown-content li.tab {
        background-color: var(--white);
        color: var(--eerie-black);
    }
    #main-nav .dropdown-content li.tab a {
        color: var(--eerie-black);
        background-color: var(--smoke);
    }
    #main-nav .dropdown-content li.tab a.active {
        background-color: var(--white);
    }
    
}

body {
    min-height: 100vh;
}

.brand-logo img {
    height: 120px;
}

#wrapper {
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

nav, nav a.sidenav-trigger {
    height: 90px;
}

nav#breadcrumb{
    height: 4em;
    padding: 0px 10px;
    background-color: #616161;
    line-height: 3.7em;
}

.brand-logo img {
    height: 45px;
    margin-left: 15px;
    margin-top: 6px;
}

.row {
    margin-bottom: 0px !important;
}

.main-container {
    background-color: var(--white);
    padding: 10px 0px;
    margin: 10px auto;
    box-shadow: 2px 2px 10px #333333;
}

.input-field input[type="text"].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.footer-socials li {
    display: inline-block;
    margin: 3px 10px;
}

.pie {
    --w:150px;
    
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    place-content: center;
    margin: 5px;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
}
.pie:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0;
    background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}

del {
    font-size: 0.9em;
    color: #ff0000;
}

.tabs .tab a {
    background-color: var(--smoke);
}

.tabs .tab a.active {
    background-color:#fff;
}

.tabs .indicator {
    background-color: transparent;
    width: auto;
    height: 0;
    border-style: solid;
    border-width: 0 60px 5px 60px;
    border-color: transparent transparent #ff0000 transparent;
}

.tab-content {
    background-color: var(--white);
}

#trustedsite-pricetable, #digicert-document-signing-pricetable {
    margin-top: 25px;
}

i.fa-xmark {
    color: var(--carnelian);
    font-weight: bold;
}

i.fa-check {
    color: var(--green);
    font-weight: bold;
}

#trustedsite-pricetable thead th:not(:first-child), #digicert-document-signing-pricetable thead th:not(:first-child), #hackerguardian-pricetable thead th:not(:first-child), #sitelock-pricetable thead th:not(:first-child), #codeguard-pricetable thead th:not(:first-child) {
    width: 20%;
    text-align: center;
}

#trustedsite-pricetable tbody td:not(:first-child), #digicert-document-signing-pricetable tbody td:not(:first-child), #hackerguardian-pricetable tbody td:not(:first-child), #sitelock-pricetable tbody td:not(:first-child), #codeguard-pricetable tbody td:not(:first-child) {
    text-align: center;
}

#trustedsite-pricetable thead th:nth-child(2), #digicert-document-signing-pricetable thead th:nth-child(3), #hackerguardian-pricetable thead th:nth-child(2), #sitelock-pricetable thead th:nth-child(2), #codeguard-pricetable thead th:nth-child(3) {
    background-color: var(--yellow);
}

#trustedsite-pricetable tbody td:nth-child(2), #digicert-document-signing-pricetable tbody td:nth-child(3), #hackerguardian-pricetable tbody td:nth-child(2), #sitelock-pricetable tbody td:nth-child(2), #codeguard-pricetable tbody td:nth-child(3) {
    background-color: var(--yellow-light4);
}

#trustedsite-pricetable tbody tr:hover td:nth-child(2), #digicert-document-signing-pricetable tbody tr:hover td:nth-child(3), #hackerguardian-pricetable tbody tr:hover td:nth-child(2), #sitelock-pricetable tbody tr:hover td:nth-child(2), #codeguard-pricetable tbody tr:hover td:nth-child(3) {
    background-color: var(--yellow-light3);
}

#trustedsite-pricetable thead th:nth-child(3), #digicert-document-signing-pricetable thead th:nth-child(4), #hackerguardian-pricetable thead th:nth-child(3), #sitelock-pricetable thead th:nth-child(3), #codeguard-pricetable thead th:nth-child(4) {
    background-color: var(--green);
}

#trustedsite-pricetable tbody td:nth-child(3), #digicert-document-signing-pricetable tbody td:nth-child(4), #hackerguardian-pricetable tbody td:nth-child(3), #sitelock-pricetable tbody td:nth-child(3), #codeguard-pricetable tbody td:nth-child(4) {
    background-color: var(--green-light4);
}

#trustedsite-pricetable tbody tr:hover td:nth-child(3), #digicert-document-signing-pricetable tbody tr:hover td:nth-child(4), #hackerguardian-pricetable tbody tr:hover td:nth-child(3), #sitelock-pricetable tbody tr:hover td:nth-child(3), #codeguard-pricetable tbody tr:hover td:nth-child(4) {
    background-color: var(--green-light3);
}

#trustedsite-pricetable thead th:nth-child(4), #digicert-document-signing-pricetable thead th:nth-child(5), #hackerguardian-pricetable thead th:nth-child(4), #sitelock-pricetable thead th:nth-child(4), #codeguard-pricetable thead th:nth-child(5) {
    background-color: var(--light-blue);
}

#trustedsite-pricetable tbody td:nth-child(4), #digicert-document-signing-pricetable tbody td:nth-child(5), #hackerguardian-pricetable tbody td:nth-child(4), #sitelock-pricetable tbody td:nth-child(4), #codeguard-pricetable tbody td:nth-child(5) {
    background-color: var(--light-blue-light4);
}

#trustedsite-pricetable tbody tr:hover td:nth-child(4), #digicert-document-signing-pricetable tbody tr:hover td:nth-child(5), #hackerguardian-pricetable tbody tr:hover td:nth-child(4), #sitelock-pricetable tr:hover td:nth-child(4), #codeguard-pricetable tbody tr:hover td:nth-child(5) {
    background-color: var(--light-blue-light3);
}

#digicert-document-signing-pricetable thead th:nth-child(2), #codeguard-pricetable thead th:nth-child(2) {
    background-color: var(--orange);
}

#digicert-document-signing-pricetable tbody td:nth-child(2), #codeguard-pricetable tbody td:nth-child(2) {
    background-color: var(--orange-light4);
}

#digicert-document-signing-pricetable tbody tr:hover td:nth-child(2), #codeguard-pricetable tbody tr:hover td:nth-child(2) {
    background-color: var(--orange-light3);
}

#codeguard-pricetable thead th:nth-child(6) {
    background-color: var(--blue);
    color: var(--white);
}

#codeguard-pricetable tbody td:nth-child(6) {
    background-color: var(--blue-light4);
}

#codeguard-pricetable tbody tr:hover td:nth-child(6) {
    background-color: var(--blue-light3);
}

#hackerguardian-pricetable tbody img {
    width: 120px;
}

.row.price:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed;
}

.row.price:first-child {
    margin-top: 10px;
}

footer ul.link-list {
    margin-top: 0;
}

footer ul.link-list li {
    line-height: 1.8rem;
    font-size: 1.05rem;
}

@media only screen and (min-width: 601px) {
    .brand-logo img {
        height: 80px;
    }

    #lang-nav {
        position: relative;
        right: 25px;
        margin-top: 7px;
        margin-right: 25px;
        line-height: 20px;
    }

    #lang-nav li.active a:before {
        content: '✓ ';
    }

    #lang-nav a {
        font-size: 12px !important;
    }

    #lang-nav i.material-icons {
        display: inline-block;
        height: 16px;
        line-height: 20px;
    }

    #lang-nav ul.dropdown-content a {
        font-size: 14px !important;
    }

    #main-nav {
        clear: both;
        margin-right: 25px;
    }

    #main-nav a i.material-icons.right {
        margin-left: 2px;
    }

    #main-nav .dropdown-content li.tab {
        clear: none;
    }

    #main-nav .dropdown-content .tabs {
        overflow-x: hidden;
    }

    #main-nav .dropdown-content li.tab a {
        padding-top: 12px;
        font-size: 12px;
        color: var(--eerie-black);
    }

    #main-nav .dropdown-content li.tab a.active {
        background-color: #fff;
    }

    #main-nav .dropdown-content li>img {
        margin-top: 10px;
        margin-left: 10px;
    }
    
    #main-nav .dropdown-content .tabs li.indicator {
        color: #000;
        max-height: 2px;
        min-height: 2px;
    }

    #certmenu {
        height: auto !important;
    }
}

#certmenu {
    width: 80%;
}

#ssltls li>a, #ssltls li>span {
    font-size: 13px;
    padding: 10px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    gap: .5rem;
}

.flex-card {
    flex: 1 1 auto;
    padding: 0 0.75rem;
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
}

p.vendor-list {
    display: flex;
    flex-direction: row;
    gap: .5rem;
}

p.vendor-list a {
    flex: 1 1 auto;
}

#csrFrm textarea[name="csr"] {
    resize: none;
    width: 100%;
    height: 20em;
}

.webhosting {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/templates/img/webhosting.png');
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover;
}

.colocation {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/templates/img/colocation.png');
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover;
}

.ssl {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/templates/img/ssl-product.png');
    background-position: top;
    background-blend-mode: overlay;
    background-size: cover;
}

.server {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/templates/img/server.png');
    background-position: top;
    background-blend-mode: overlay;
    background-size: cover;
}

.helpdesk {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/templates/img/it-support.png');
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover;
}

.no-space-pricing [class^="col"],.no-space-pricing [class*=" col"]{padding:0}.pricing{position:relative;border-radius:3px;margin-bottom:15px;box-shadow:0 0 5px #eee}.pricing:hover{box-shadow:0 0 15px #b5b5b5}.pricing:hover h4{color:#b81d1b}.pricing-head{text-align:center}.pricing h3,.pricing h4{margin:0;line-height:normal;font-weight:700}.pricing p{padding-top:10px;font-size:11px}.pricing-head h3 span,.pricing-head h4 span{display:block;margin-top:5px;font-size:12px;font-style:italic}.pricing-head h3{color:#fafafa;padding:12px 0;font-size:35px;font-family:Arial;background:#b81d1b;border-radius:3px 3px 0 0;text-shadow:0 1px 0 #cb2920}.pricing-head h4{color:#888;padding:20px 0 5px;font-size:30px;text-shadow:0 1px 0 #fff;border-bottom:solid 1px #f5f9e7}.pricing-head h4 i{top:0;font-size:14px;font-style:normal;position:relative}.pricing-head h4 span{top:-10px;font-size:14px;font-style:normal;position:relative}.pricing-content{margin-bottom:0}.pricing-content li{color:#888;font-size:12px;padding:7px 15px;border-bottom:solid 1px #f5f9e7}.pricing-content li i{color:#b81d1b;font-size:16px;margin-right:5px;position:relative}.pricing-footer{color:#777;font-size:11px;line-height:17px;text-align:center;padding:0 20px 19px;border-radius:0 0 3px 3px}.price-active,.pricing:hover{z-index:9;margin-top:-15px}.price-active h4{color:#b81d1b}.bg-color{background-color:#DEDEDE}.price-active,.pricing:hover{background-color:#f9e2e2}.price-active.hidden-area,.pricing:hover.hidden-area{background-color:#fff}.price-active.hidden-area .bg-color,.pricing:hover.hidden-area .bg-color{background-color:#DEDEDE}.price-active .bg-color,.pricing:hover .bg-color{background-color:#f99696}.no-space-pricing{padding:0 15px}.sticker-right,.sticker-left{color:#fff;width:150px;padding:5px;font-size:13px;font-weight:700;font-family:Arial;position:absolute;text-align:center;letter-spacing:2px}.sticker-right{top:13px;right:-49px;background:rgba(231,76,60,1);transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg)}.sticker-left{top:9px;left:-48px;background:rgba(116,197,44,1);transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.pricing-mega .price-active,.pricing-mega .pricing:hover{margin-top:0}.pricing-mega .pricing{border-radius:3px!important;box-shadow:none}.pricing-mega .pricing-content{border:1px solid #eee;border-left:none}.pricing-mega .hidden-area{margin-top:76px}.pricing-mega .hidden-area:hover{margin-top:76px}.pricing-mega .pricing-head h3{font-size:28px;min-height:76px;font-weight:400!important;border-left:1px solid #eee}.pricing-mega h4{color:#888;min-height:100px;border-top:1px solid #eee;border-right:1px solid #eee;font-weight:400!important}.pricing-mega .pricing h5{color:#888;font-size:20px;padding:30px 0 0 7px}.pricing-mega .block h5{visibility:hidden}.pricing-mega .pricing-head h4 span,.pricing-mega .pricing-content li span,.padding-mega .pricing-head .price span{display:block;padding:15px 0 0}.pricing-mega .hidden-area .pricing-content:nth-child(2){margin-bottom:5px}.pricing-mega .hidden-area .pricing-head h4{color:#888;padding:20px 0 5px 15px;font-size:36px;text-shadow:0 1px 0 #fff;border-left:1px solid #eee}.pricing-mega .hidden-area:hover .pricing-head h4{color:#888}.pricing-mega .hidden-area .pricing-content{border-left:1px solid #eee}.pricing-mega .hidden-area .price{text-align:left;padding-left:15px}.pricing-mega .block .pricing-content li i{font-size:13px}.pricing-mega .pricing-content li{padding:10px;font-size:12px;text-align:left;min-height:41px}.pricing-mega .block .pricing-content li{text-align:center}.pricing-mega .btn-u{border:1px solid #fff;border-bottom:none;padding:8px 0}.pricing-mega .btn-group .dropdown-menu{margin:0;border:0;width:100%;background:#b81d1b;border-color:#eee;border:1px solid #fff;border-top:none;margin-top:40px;text-align:center}.pricing-mega .btn-group .dropdown-menu li a{color:#fff}.pricing-mega .btn-group .dropdown-menu li a:hover{background:#cb2920}.pricing-mega .btn-group-justified{display:block}@media (min-width: 992px) and (max-width: 1200px){.sticker-right{top:10px;right:-58px;padding:3px;font-size:10px}.sticker-left{top:10px;left:-58px;font-size:10px;padding:3px}}@media (max-width: 991px){.price-active,.pricing:hover{margin-top:0}.no-space-pricing [class^="col-"],.no-space-pricing [class*=" col-"]{padding:10px}.pricing-zoom .price-active .pricing-head h4,.pricing-zoom .pricing:hover .pricing-head h4{padding:5px 0;font-size:70px}
.price-corner{width:0;height:0;right:0;bottom:-8px;display:block;position:absolute;border-style:solid;border-width:8px 8px 0 0;border-color:#477c17 transparent transparent}.pricing-table .pricing-head a .price-corner-2{left:0;width:0;height:0;bottom:-1px;display:block;position:absolute;border-style:solid;border-width:18px 0 18px 17px;border-color:transparent transparent transparent #fff}.pricing-table .pricing-head .btn-u{padding:6px 13px 6px 26px}.pricing-table .pricing-content{margin-bottom:0}.pricing-table .pricing-content li i{float:right;font-style:normal;margin-right:10px;color:rgba(116,197,44,1)}.pricing-table .pricing-content li{margin:0;font-size:14px;padding:12px 20px;color:rgba(116,197,44,1);border-bottom:1px solid rgba(116,197,44,0.1)}.pricing-table .pricing-footer{padding:20px 2px 20px 16px}.pricing-table .pricing-blue{border:1px solid rgba(52,152,219,0.3)}.pricing-table .pricing-green .btn-u{background:rgba(116,197,44,1)}.pricing-table .pricing-blue .pricing-head,.pricing-table .pricing-blue .pricing-content li{border-bottom:1px solid rgba(52,152,219,0.1)}.pricing-table .pricing-blue a .price-corner{border-color:#1d5378 transparent transparent}.pricing-table .pricing-blue h4{background:rgba(52,152,219,1)}.pricing-table .pricing-blue .pricing-rounded{background:rgba(52,152,219,1)}.pricing-table .pricing-blue .pricing-content li,.pricing-table .pricing-blue .pricing-content li i{color:rgba(52,152,219,1)}.pricing-table .pricing-orange{border:1px solid rgba(230,126,34,0.3)}.pricing-table .pricing-orange .pricing-head,.pricing-table .pricing-orange .pricing-content li{border-bottom:1px solid rgba(230,126,34,0.1)}.pricing-table a .price-corner{border-color:#985921 transparent transparent}.pricing-table .pricing-orange h4{background:rgba(230,126,34,1)}.pricing-table .pricing-orange .pricing-rounded{background:rgba(230,126,34,1)}.pricing-table .pricing-orange .pricing-content li,.pricing-table .pricing-orange .pricing-content li i{color:rgba(230,126,34,1)}.pricing-table .pricing-red{border:1px solid rgba(231,76,60,00.3)}.pricing-table .pricing-red .pricing-head,.pricing-table .pricing-red .pricing-content li{border-bottom:1px solid rgba(231,76,60,0.1)}.pricing-table .pricing-red h4{background:rgba(231,76,60,1)}.pricing-table .pricing-red .pricing-rounded{background:rgba(231,76,60,1)}.pricing-table a .price-corner{border-color:#8f382f transparent transparent}.pricing-table .pricing-red .pricing-content li,.pricing-table .pricing-red .pricing-content li i{color:rgba(231,76,60,1)}.pricing-table .pricing-grey{border:1px solid #ddd}.pricing-table .pricing-grey .pricing-head,.pricing-table .pricing-grey .pricing-content li{border-bottom:1px solid #eee}.pricing-table .pricing-grey h4{background:#95a5a6}.pricing-table .pricing-grey .pricing-rounded{background:#95a5a6}.pricing-table a .price-corner{border-color:#686f6f transparent transparent}.pricing-table .pricing-grey .pricing-content li,.pricing-table .pricing-grey .pricing-content li i{color:#95a5a6}.pricing-table .pricing-purple{border:1px solid rgba(155,107,204,0.3)}.pricing-table .pricing-purple .pricing-head,.pricing-table .pricing-purple .pricing-content li{border-bottom:1px solid rgba(155,107,204,0.1)}.pricing-table .pricing-purple h4{background:rgba(155,107,204,1)}.pricing-table .pricing-purple .pricing-rounded{background:rgba(155,107,204,1)}.pricing-table .pricing-purple a .price-corner{border-color:#5f2798 transparent transparent}.pricing-table .pricing-purple .pricing-content li,.pricing-table .pricing-purple .pricing-content li i{color:rgba(155,107,204,1)}.pricing-table .pricing-aqua{border:1px solid rgba(39,215,231,0.3)}.pricing-table .pricing-aqua .pricing-head,.pricing-table .pricing-aqua .pricing-content li{border-bottom:1px solid rgba(39,215,231,0.1)}.pricing-table .pricing-aqua h4{background:rgba(39,215,231,1)}.pricing-table .pricing-aqua .pricing-rounded{background:rgba(39,215,231,1)}.pricing-table .pricing-aqua a .price-corner{border-color:#1b848e transparent transparent}.pricing-table .pricing-aqua .pricing-content li,.pricing-table .pricing-aqua .pricing-content li i{color:rgba(39,215,231,1)}.pricing-table .pricing-brown{border:1px solid rgba(156,128,97,0.3)}.pricing-table .pricing-brown .pricing-head,.pricing-table .pricing-brown .pricing-content li{border-bottom:1px solid rgba(156,128,97,0.1)}.pricing-table .pricing-brown h4{background:rgba(156,128,97,1)}.pricing-table .pricing-brown .pricing-rounded{background:rgba(156,128,97,1)}.pricing-table a .price-corner{border-color:#705537 transparent transparent}.pricing-table .pricing-brown .pricing-content li,.pricing-table .pricing-brown .pricing-content li i{color:rgba(156,128,97,1)}.pricing-table .pricing-brown .btn-u{background:rgba(156,128,97,1)}.pricing-table .pricing-dark-blue{border:1px solid rgba(71,101,160,0.3)}.pricing-table .pricing-dark-blue .pricing-head,.pricing-table .pricing-dark-blue .pricing-content li{border-bottom:1px solid rgba(71,101,160,0.1)}.pricing-table .pricing-dark-blue h4{background:rgba(71,101,160,1)}.pricing-table .pricing-dark-blue .pricing-rounded{background:rgba(71,101,160,1)}.pricing-table .pricing-dark-blue a .price-corner{border-color:#233d71 transparent transparent}.pricing-table .pricing-dark-blue .pricing-content li,.pricing-table .pricing-dark-blue .pricing-content li i{color:rgba(71,101,160,1)}.pricing-table .pricing-dark-blue .btn-u{background:rgba(71,101,160,1)}.pricing-table .pricing-dark-blue .pricing-value h5,.pricing-table .pricing-dark-blue .pricing-value h5 span{color:#333}.pricing-table .pricing-dark-blue .pricing-value h5 i{display:inline-table}.pricing-table .pricing-light-green{border:1px solid rgba(121,213,179,0.7)}.pricing-table .pricing-light-green .pricing-head,.pricing-table .pricing-light-green .pricing-content li{border-bottom:1px solid rgba(121,213,179,0.2)}.pricing-table .pricing-light-green h4{background:rgba(121,213,179,1)}.pricing-table .pricing-light-green .pricing-rounded{background:rgba(121,213,179,1)}.pricing-table .pricing-light-green a .price-corner{border-color:#2a8563 transparent transparent}
.pricing-table .bg-green{background-color:rgba(116,197,44,0.9)}.pricing-table .bg-blue{background-color:rgba(52,152,219,1)}.pricing-table .bg-orange{background-color:rgba(230,126,34,1)}.pricing-table .bg-red{background-color:rgba(231,76,60,1)}.pricing-table .bg-grey{background-color:rgba(189,195,199,1)}.pricing-table .bg-purple{background-color:rgba(155,107,204,1)}.pricing-table .bg-aqua{background-color:rgba(39,215,231,1)}.pricing-table .bg-brown{background-color:rgba(156,128,97,1)}.pricing-table .bg-dark-blue{background-color:rgba(71,101,160,1)}.pricing-table .bg-light-green{background-color:rgba(121,213,179,1)}.pricing-table .pricing{position:relative;margin-bottom:30px;border:1px solid rgba(116,197,44,0.5)}.pricing-table .pricing-head{padding:0 0 8px;border-bottom:1px solid rgba(116,197,44,0.1)}.pricing-table .pricing-head h4,.pricing-table .pricing-head h5,.pricing-table .pricing-head h5 span{margin:0;color:#fff;padding:7px 0;font-family:Arial;letter-spacing:1px}.pricing-table .pricing-head h4{padding:15px 0;font-size:21px;background:rgba(116,197,44,1)}.pricing-table .pricing-rounded{width:110px;height:110px;padding:5px;padding-top:20px;display:inline-block;margin:7px 0 0 5px;border-radius:50%!important;background:rgba(116,197,44,1)}.pricing-table .pricing-head h5{font-size:24px;margin:11px 3px 0 0}.pricing-table .pricing-head h5 span{font-size:14px;margin-right:3px}.pricing-table .pricing-head a{float:right;margin-top:43px;margin-right:-8px}.pricing-table .pricing-head h5 i{display:block;font-size:12px;font-style:normal;padding-left:10px}.pricing-table .pricing-head a{position:relative}.pricing-table .pricing-head a span{margin-left:7px}.pricing-table .pricing-head a .price-corner{width:0;height:0;right:0;bottom:-8px;display:block;position:absolute;border-style:solid;border-width:8px 8px 0 0;border-color:#477c17 transparent transparent}.pricing-table .pricing-head a .price-corner-2{left:0;width:0;height:0;bottom:-1px;display:block;position:absolute;border-style:solid;border-width:18px 0 18px 17px;border-color:transparent transparent transparent #fff}.pricing-table .pricing-head .btn-u{padding:6px 13px 6px 26px}.pricing-table .pricing-content{margin-bottom:0}.pricing-table .pricing-content li i{float:right;font-style:normal;margin-right:10px;color:rgba(116,197,44,1)}.pricing-table .pricing-content li{margin:0;font-size:14px;padding:12px 20px;color:rgba(116,197,44,1);border-bottom:1px solid rgba(116,197,44,0.1)}.pricing-table .pricing-footer{padding:20px 2px 20px 16px}.pricing-table .pricing-blue{border:1px solid rgba(52,152,219,0.3)}.pricing-table .pricing-green .btn-u{background:rgba(116,197,44,1)}.pricing-table .pricing-blue .pricing-head,.pricing-table .pricing-blue .pricing-content li{border-bottom:1px solid rgba(52,152,219,0.1)}.pricing-table a .price-corner{border-color:#1d5378 transparent transparent}.pricing-table .pricing-blue h4{background:rgba(52,152,219,1)}.pricing-table .pricing-blue .pricing-rounded{background:rgba(52,152,219,1)}.pricing-table .pricing-blue .pricing-content li,.pricing-table .pricing-blue .pricing-content li i{color:rgba(52,152,219,1)}.pricing-table .pricing-orange{border:1px solid rgba(230,126,34,0.3)}.pricing-table .pricing-orange .pricing-head,.pricing-table .pricing-orange .pricing-content li{border-bottom:1px solid rgba(230,126,34,0.1)}.pricing-table a .price-corner{border-color:#985921 transparent transparent}.pricing-table .pricing-orange h4{background:rgba(230,126,34,1)}.pricing-table .pricing-orange .pricing-rounded{background:rgba(230,126,34,1)}.pricing-table .pricing-orange .pricing-content li,.pricing-table .pricing-orange .pricing-content li i{color:rgba(230,126,34,1)}.pricing-table .pricing-red{border:1px solid rgba(231,76,60,00.3)}.pricing-table .pricing-red .pricing-head,.pricing-table .pricing-red .pricing-content li{border-bottom:1px solid rgba(231,76,60,0.1)}.pricing-table .pricing-red h4{background:rgba(231,76,60,1)}.pricing-table .pricing-red .pricing-rounded{background:rgba(231,76,60,1)}.pricing-table a .price-corner{border-color:#8f382f transparent transparent}.pricing-table .pricing-red .pricing-content li,.pricing-table .pricing-red .pricing-content li i{color:rgba(231,76,60,1)}.pricing-table .pricing-grey{border:1px solid #ddd}.pricing-table .pricing-grey .pricing-head,.pricing-table .pricing-grey .pricing-content li{border-bottom:1px solid #eee}.pricing-table .pricing-grey h4{background:#95a5a6}.pricing-table .pricing-grey .pricing-rounded{background:#95a5a6}.pricing-table a .price-corner{border-color:#686f6f transparent transparent}.pricing-table .pricing-grey .pricing-content li,.pricing-table .pricing-grey .pricing-content li i{color:#95a5a6}.pricing-table .pricing-purple{border:1px solid rgba(155,107,204,0.3)}.pricing-table .pricing-purple .pricing-head,.pricing-table .pricing-purple .pricing-content li{border-bottom:1px solid rgba(155,107,204,0.1)}.pricing-table .pricing-purple h4{background:rgba(155,107,204,1)}.pricing-table .pricing-purple .pricing-rounded{background:rgba(155,107,204,1)}.pricing-table a .price-corner{border-color:#5f2798 transparent transparent}.pricing-table .pricing-purple .pricing-content li,.pricing-table .pricing-purple .pricing-content li i{color:rgba(155,107,204,1)}.pricing-table .pricing-aqua{border:1px solid rgba(39,215,231,0.3)}.pricing-table .pricing-aqua .pricing-head,.pricing-table .pricing-aqua .pricing-content li{border-bottom:1px solid rgba(39,215,231,0.1)}.pricing-table .pricing-aqua h4{background:rgba(39,215,231,1)}.pricing-table .pricing-aqua .pricing-rounded{background:rgba(39,215,231,1)}.pricing-table a .price-corner{border-color:#1b848e transparent transparent}.pricing-table .pricing-aqua .pricing-content li,.pricing-table .pricing-aqua .pricing-content li i{color:rgba(39,215,231,1)}.pricing-table .pricing-brown{border:1px solid rgba(156,128,97,0.3)}.pricing-table .pricing-brown .pricing-head,.pricing-table .pricing-brown .pricing-content li{border-bottom:1px solid rgba(156,128,97,0.1)}.pricing-table .pricing-brown h4{background:rgba(156,128,97,1)}.pricing-table .pricing-brown .pricing-rounded{background:rgba(156,128,97,1)}.pricing-table a .price-corner{border-color:#705537 transparent transparent}.pricing-table .pricing-brown .pricing-content li,.pricing-table .pricing-brown .pricing-content li i{color:rgba(156,128,97,1)}.pricing-table .pricing-brown .btn-u{background:rgba(156,128,97,1)}.pricing-table .pricing-dark-blue{border:1px solid rgba(71,101,160,0.3)}.pricing-table .pricing-dark-blue .pricing-head,.pricing-table .pricing-dark-blue .pricing-content li{border-bottom:1px solid rgba(71,101,160,0.1)}.pricing-table .pricing-dark-blue h4{background:rgba(71,101,160,1)}.pricing-table .pricing-dark-blue .pricing-rounded{background:rgba(71,101,160,1)}.pricing-table a .price-corner{border-color:#233d71 transparent transparent}.pricing-table .pricing-dark-blue .pricing-content li,.pricing-table .pricing-dark-blue .pricing-content li i{color:rgba(71,101,160,1)}.pricing-table .pricing-dark-blue .btn-u{background:rgba(71,101,160,1)}.pricing-table .pricing-dark-blue .pricing-value h5,.pricing-table .pricing-dark-blue .pricing-value h5 span{color:#333}.pricing-table .pricing-dark-blue .pricing-value h5 i{display:inline-table}.pricing-table .pricing-light-green{border:1px solid rgba(121,213,179,0.7)}.pricing-table .pricing-light-green .pricing-head,.pricing-table .pricing-light-green .pricing-content li{border-bottom:1px solid rgba(121,213,179,0.2)}.pricing-table .pricing-light-green h4{background:rgba(121,213,179,1)}.pricing-table .pricing-light-green .pricing-rounded{background:rgba(121,213,179,1)}.pricing-table a .price-corner{border-color:#2a8563 transparent transparent}.pricing-table .pricing-light-green .pricing-content li,.pricing-table .pricing-light-green .pricing-content li i{color:rgba(121,213,179,1)}@media (min-width: 1200px){.pricing-table .active{-webkit-transform:scale(1.09);-moz-transform:scale(1.09)}}@media (min-width: 992px) and (max-width: 1200px){.pricing-table .active{-webkit-transform:scale(1.05);-moz-transform:scale(1.05)}.pricing-head{text-align:center}.pricing-rounded{margin:17px 0 55px}.pricing-table .pricing-head a{margin-top:-40px}.pricing-table .pricing-head .btn-u{padding:6px 46px 6px 40px}}@media (min-width: 767px) and (max-width: 991px){.no-space-pricing [class^="col-"],.no-space-pricing [class*=" col-"]{padding:5px}.pricing-head{text-align:center}.pricing-table .active{-webkit-transform:scale(1.03);-moz-transform:scale(1.03)}.pricing-rounded{margin:17px 0 55px}.pricing-table .pricing-head a{margin-top:-40px}.pricing-table .pricing-head .btn-u{padding:6px 26px 6px 30px}}@media (max-width: 767px){.no-space-pricing [class^="col-"],.no-space-pricing [class*=" col-"]{padding:10px}.pricing-table .pricing-head h4{font-size:14px;font-weight:700;padding-left:1px}.pricing-table .pricing-head h5{margin-left:5px}}@media (max-width: 550px){.col-sm-3{width:100%}}.pricing-btn .btn-primary{color:#fff}img.cflags{margin-left:7px;float:none;display:inline-table}
.btn-u,a.btn-u,a.btn-u:link{border:0;color:#fff;font-size:14px;cursor:pointer;font-weight:400;padding:6px 13px;position:relative;background:#b81d1b;white-space:nowrap;display:inline-block;text-decoration:none}.btn-u:hover,a.btn-u:hover{color:#fff;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn-u.btn-block{text-align:center}.btn-u-sm,a.btn-u-sm{padding:3px 12px}.btn-u-lg,a.btn-u-lg{font-size:18px;padding:10px 25px}.btn-u-xs,a.btn-u-xs{font-size:12px;padding:2px 12px;line-height:18px}.btn-group .dropdown-menu > li > a{padding:3px 13px}.btn-group > .btn-u,.btn-group-vertical > .btn-u{float:left;position:relative}.btn-group > .btn-u:first-child{margin-left:0}.btn-u:hover,.btn-u:focus,.btn-u:active,.btn-u.active,.open .dropdown-toggle.btn-u{background:#cf0606}.btn-u-split.dropdown-toggle{border-left:solid 1px #202020}.btn-u.btn-u-default{background:#95a5a6}.btn-u.btn-u-default:hover,.btn-u.btn-u-default:focus,.btn-u.btn-u-default:active,.btn-u.btn-u-default.active,.open .dropdown-toggle.btn-u.btn-u-default{background:#7f8c8d}.btn-u.btn-u-split-default.dropdown-toggle{border-left:solid 1px #7f8c8d}.btn-u.btn-u-dark{background:#555}.btn-u.btn-u-dark:hover,.btn-u.btn-u-dark:focus,.btn-u.btn-u-dark:active,.btn-u.btn-u-dark.active,.open .dropdown-toggle.btn-u.btn-u-dark{background:#333}.btn-u.btn-u-split-dark.dropdown-toggle{border-left:solid 1px #333}.btn-u.btn-brd{color:#555;background:none;padding:5px 13px;border:solid 1px transparent;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.btn-u.btn-brd:hover{background:none;border:solid 1px #eee}.btn-u.btn-brd:focus{background:none}.btn-u.btn-brd.btn-brd-hover:hover{color:#fff!important}.btn-u.btn-brd{border-color:#b81d1b}.btn-u.btn-brd:hover{color:#202020;border-color:#202020}.btn-u.btn-brd.btn-brd-hover:hover{background:#202020}.btn-u.btn-brd.btn-u-light{color:#fff;border-color:#fff}.btn-u.btn-brd.btn-u-light:hover{border-color:#fff}.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover{background:#fff;color:#555!important}