body {
    font-family: Arial, sans-serif;
}

nav {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.top {
    text-align: center;
    background: #282828;
    padding: 5px 0px;
    color: #fff;
}

    .top ul {
        margin: 0px;
    }

        .top ul > li {
            vertical-align: middle;
            font-size: 14px;
        }

.header {
    background-color: #ededed;
    padding: 10px 0px;
}



.navbar-light .navbar-nav .nav-link {
    color: #000;
}

ul.topContact-list {
}

    ul.topContact-list > li {
        vertical-align: middle;
    }

        ul.topContact-list > li a {
            color: #0059d1;
            font-size: 18px;
            font-weight: bold;
        }

.domainSearch {
    padding: 10px 0px;
    margin-bottom: 30px;
}

.packageTable {
    position: relative;
    background-color: #0059d1;
    padding: 10px;
}

    .packageTable:before {
        position: absolute;
        content: url(../images/icon-best-selling.png);
        left: -15px;
        top: -30px;
    }

.packageTable {
    position: relative;
}

table.header-table {
    width: 100%;
}

    table.header-table > tbody > tr > td {
        color: #fff;
        font-size: 18px;
        padding: 10px;
        border: 2px solid #fff;
        text-align: center;
    }

    table.header-table > tbody > tr > td {
        border-top: 0px;
    }

        table.header-table > tbody > tr > td:first-child {
            border-left: 0px;
            border-top: 0px;
        }

        table.header-table > tbody > tr > td:last-child {
            border-right: 0px;
            border-top: 0px;
        }

        table.header-table > tbody > tr > td:last-child {
            border-right: 0px;
            border-top: 0px;
        }

    table.header-table > tbody > tr:nth-child(2) > td {
        border-bottom: 0px;
    }

.imgServer {
    position: relative;
}

    .imgServer img {
        position: absolute;
        top: -50px;
    }

.topPackage {
    margin-top: 10px;
    margin-bottom: 20px;
}

section {
    padding: 50px 0px;
}

.packages {
}

.packageInfo {
    margin-bottom: 30px;
}

.package .heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #b9b9b9;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
}

.package .price {
    padding: 15px 0px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

    .package .price span {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        display: block;
    }

.package .offer {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

    .package .offer span {
        color: #05c400;
    }

.package .btn {
    font-size: 18px;
    background: #efefef;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0px;
}

.packageInfo {
    background: #fafafa;
    margin-top: 15px;
}

    .packageInfo .heading {
        color: #2d2d2d;
        background-color: #cecece;
        text-align: center;
        padding: 5px 0px;
    }

    .packageInfo .info {
        padding: 15px;
    }

        .packageInfo .info ul > li {
            line-height: 30px;
        }

    .packageInfo a.btn {
        color: #fff;
        background-color: #0059d1;
        line-height: 30px;
        border-radius: 0px;
        width: 100%;
    }

.package.orange .heading {
    background-color: #fec600;
    border-top: 2px solid #05c400;
}

.package.green .heading {
    background-color: #05c400;
    border-top: 2px solid #fec600;
}

.package.blue .heading {
    background-color: #0059d1;
    border-top: 2px solid #cb002b;
}

.package.red .heading {
    background-color: #cb002b;
    border-top: 2px solid #0059d1;
}

.package.orange .btn {
    background: #cb002b;
}

.package.green .btn {
    background: #0059d1;
}

.package.blue .btn {
    background: #fec600;
}

.package.red .btn {
    background: #05c400;
}

.helpbox {
    padding: 10px 0px;
    background-color: #0059d1;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

footer {
    padding: 30px 0px;
    background-color: #121212;
}

    footer ul {
        margin: 0px;
    }

        footer ul > li a {
            color: #fff;
        }

    footer h4 {
        color: #fff;
    }

.footerBottom {
    padding-top: 15px;
}

    .footerBottom hr {
        border-top: 1px solid #fff;
    }

.bottomContent {
    color: #fff;
    font-size: 12px;
}

    .bottomContent a {
        color: #fff;
        font-size: 12px;
    }

.fastBlock {
    color: #fff;
    background-color: #0059d1;
    background-image: url(../images/img-banner-fast.jpg);
    background-size: cover;
    font-size: 12px;
}

    .fastBlock h2 {
        font-size: 44px;
        font-weight: bold;
    }

        .fastBlock h2 span {
            text-align: left;
            display: block;
            font-size: 30px;
        }

ul.list-fblocklist {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-top: 40px;
}

    ul.list-fblocklist > li {
        font-size: 16px;
        line-height: 40px;
        padding-left: 20px;
        position: relative;
    }

        ul.list-fblocklist > li:before {
            content: url(../images/icon-tick.png);
            position: absolute;
            top: 50%;
            left: 0px;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.hardsArea {
    margin-top: 20px;
}

.hard-media {
    margin-bottom: 30px;
    background: #f8f8f8;
    padding: 15px;
    font-size: 14px;
}

.featureArea {
    background: #f8f8f8;
}

    .featureArea .image {
        background-color: #fff;
        border: 1px solid #dedede;
        padding: 5px;
    }

.feature-media {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 15px;
}



    .feature-media img {
        max-width: 108px;
        max-height: 108px;
    }

.hostingBox h3 {
    font-size: 54px;
}

    .hostingBox h3 span {
        font-size: 24px;
    }

table.table-specs {
}

table.table-specs {
}

.pkgArea {
    position: relative;
    background: #c7e4fb;
}

    .pkgArea .image {
        text-align: right;
        margin-top: -30px;
    }

.hpackage {
    background: #fff;
    width: 370px;
    float: left;
    padding: 0px 20px;
}

    .hpackage .title {
        background: #f9720e;
        text-align: center;
        font-size: 51px;
        margin-right: -20px;
        margin-left: -20px;
        border-radius: 50px;
        font-weight: bold;
        color: #fff;
        margin-top: -30px;
    }

    .hpackage ul > li {
        line-height: 40px;
        border-bottom: 1px dashed #c4c2c2;
        color: #777;
    }

.accordion {
    background-color: #0173d3;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
}

    .accordion:after {
        content: url("./../images/icon-drop.png");
        position: absolute;
        top: 50%;
        right: 20px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .active, .accordion:hover {
        background-color: #0173d3;
    }

.panel {
    display: none;
    background-color: white;
    overflow: hidden;
}

.pkgbtn {
    padding: 10px 0px;
}

    .pkgbtn a {
        display: inline-block;
        font-size: 22px;
        color: #fff;
        padding: 10px 25px;
        background: #f9720e;
    }

.webPakPackage {
    margin-top: 30px;
}

    .webPakPackage .headerTop {
        height: 75px;
        position: relative;
    }

        .webPakPackage .headerTop span {
            position: absolute;
            bottom: 0px;
            left: 20px;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
        }

    .webPakPackage .headerInner {
        text-align: center;
        padding: 10px;
        background-color: #efefef;
    }

        .webPakPackage .headerInner .price {
            font-size: 50px;
        }

            .webPakPackage .headerInner .price sup {
                font-size: 18px;
            }

            .webPakPackage .headerInner .price span {
                font-size: 24px;
            }

    .webPakPackage .feature {
        background-color: #f3f3f3;
    }

        .webPakPackage .feature ul {
            margin: 0px;
        }

            .webPakPackage .feature ul > li {
                padding: 5px 20px;
                font-size: 14px;
                border-bottom: 1px dashed #000;
            }

                .webPakPackage .feature ul > li:last-child {
                    border-bottom: 0px dashed #000;
                }

    .webPakPackage .blue .headerTop {
        background-color: #00c6ff;
        background-size: cover;
        background-position: top left;
    }

    .webPakPackage .blue .headerInner {
        background-color: #d1f5ff;
    }

    .webPakPackage .blue select,
    .webPakPackage .blue .btn {
        background-color: #00c6ff;
        color: #fff;
    }

    .webPakPackage .orange .headerTop {
        background-color: #fbbf00;
        background-size: cover;
        background-position: top left;
    }

    .webPakPackage .orange .headerInner {
        background-color: #ffe9a2;
    }

    .webPakPackage .orange select,
    .webPakPackage .orange .btn {
        background-color: #fbbf00;
        color: #fff;
    }

    .webPakPackage .green .headerTop {
        background-color: #9acb34;
        background-size: cover;
        background-position: top left;
    }

    .webPakPackage .green .headerInner {
        background-color: #e1ffa1;
    }

    .webPakPackage .green select,
    .webPakPackage .green .btn {
        background-color: #9acb34;
        color: #fff;
    }

    .webPakPackage .darkBlue .headerTop {
        background-color: #00274f;
        background-size: cover;
        background-position: top left;
    }

    .webPakPackage .darkBlue .headerInner {
        background-color: #a1bfdc;
    }

    .webPakPackage .darkBlue select,
    .webPakPackage .darkBlue .btn {
        background-color: #00274f;
        color: #fff;
    }

.bwhpak {
    background-color: #f3f3f3;
}

.blockPackages {
    background-color: #fff;
    margin-bottom: 30px;
}

    .blockPackages .bpkgBox .price {
        text-align: center;
        font-size: 60px;
    }

        .blockPackages .bpkgBox .price sup {
            font-size: 24px;
        }

        .blockPackages .bpkgBox .price small {
            font-size: 24px;
            margin-top: -16px;
            color: #777;
        }

    .blockPackages .bpkgBox .dmTitle .name {
        font-weight: bold;
    }

    .blockPackages .bpkgBox .dmTitle {
        font-size: 14px;
    }

    .blockPackages .bpkgBox .feature {
        padding: 20px 0px;
        font-size: 12px;
    }

    .blockPackages .bpkgBox .topRate {
        margin-bottom: 20px;
    }

    .blockPackages .bpkgBox .totalRate {
    }

        .blockPackages .bpkgBox .totalRate span {
            font-weight: bold;
            color: #cb002b;
            font-size: 40px;
        }

.domainSearchBox {
    background: #9ccdff;
}

.domaimBoxSM {
    padding: 0px 7px;
    position: relative;
}

    .domaimBoxSM .block {
        padding: 5px;
        padding-top: 50px;
        text-align: center;
        border: 1px solid #c1c1c1;
        border-radius: 5px;
    }

        .domaimBoxSM .block .sale {
            position: absolute;
            background: #00274f;
            color: #ffdd82;
            left: 0;
            width: 100%;
            top: 15px;
        }

        .domaimBoxSM .block .btn {
            background: #00274f;
            color: #ffdd82;
        }

        .domaimBoxSM .block .domain {
            margin-bottom: 10px;
            font-size: 18px;
        }

.table-domains td {
    vertical-align: middle;
}

.blue-header {
    background-color: #000;
}

    .blue-header a {
        color: #fff !important;
    }

.domain-searchbos-second {
    background-color: #fff159;
}

.pkdomainarea {
    padding: 75px 0px;
    background-image: url(../images/net_background.jpg);
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.style2 {
}

    .style2 .domaimBoxSM {
        border: 1px solid #002a53;
        padding: 0px;
        border-top: 10px solid #002a53;
        border-bottom: 5px solid #002a53;
    }

        .style2 .domaimBoxSM .block {
            display: block;
            padding: 0px;
            border-radius: 0px;
            color: #002a53;
            text-decoration: none;
            border: 0px;
        }

            .style2 .domaimBoxSM .block .xd {
                background-color: #fff;
                color: #002a53;
                font-size: 24px;
                text-transform: uppercase;
                font-weight: bolder;
                padding: 5px 0px;
            }

            .style2 .domaimBoxSM .block .domain {
                background-color: #002a53;
                margin: 0px;
                color: #fff;
                font-size: 24px;
                text-transform: uppercase;
                font-weight: bolder;
                padding: 10px 0px;
                line-height: 35px;
            }

            .style2 .domaimBoxSM .block .domaincomp {
                font-size: 13px;
                padding: 5px 0px;
            }

.pkdomaintable th {
    background: #000;
    color: #fff;
}

.pkdomaintable td.green {
    background-color: #05ba00;
    color: #fff;
    font-weight: bold;
}

.pkdomaintable td.link {
    background-color: #f2fef5;
    color: #05ba00;
    font-weight: bold;
}

    .pkdomaintable td.link a {
        display: block;
        color: #05ba00;
        text-decoration: none;
    }

.helpbox.dark {
    background-color: #000;
}

.bglighgray {
    background-color: #efefef;
}

.contactarea {
    background-color:#f8f8f8;
}

@media only screen and (max-width: 640px) {
    .navbar-brand {
        max-width: 240px;
    }

    .hpackage {
        width: 100%;
    }

    .pkgArea .image {
        display: none;
    }

    footer .col {
        width: 50%;
        display: block !important;
        flex-basis: auto;
    }

    ul.list-fblocklist {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}