body {
}

* {
    box-sizing: border-box;
    text-decoration: none;
    outline: 0;
    font-family: Calibri;
}

img {
    max-width: 100%;
}

a, button {
    cursor: pointer;
}

.clearfix {
    content: "";
    clear: both;
    display: block;
}

.section {
    padding: 50px 0px;
}

.logoArea {
    width: 141px;
    height: 141px;
    float: left;
    line-height: 141px;
}

.menuArea {
    float: left;
}

.logoArea img {
    max-width: 141px;
    max-height: 141px;
}

.mobile-menu {
    display: none;
}

.topBar {
    padding-top: 15px;
    margin-left: 15px;
}

    .topBar .search {
        width: 50%;
        float: left;
        position: relative;
    }

        .topBar .search form {
            display: inline-block;
            position: relative;
        }

        .topBar .search input {
            min-height: 44px;
            line-height: 44px;
            font-size: 18px;
            min-width: 420px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .topBar .search button {
            position: absolute;
            top: 50%;
            font-size: 24px;
            right: 10px;
            color: #0055ac;
            border: 0px;
            padding: 0px;
            background-color: transparent;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.contactinfo {
    float: right;
    padding-top: 10px;
}

    .contactinfo ul > li {
        padding-left: 15px;
    }

        .contactinfo ul > li a {
            color: #1a2d39;
            line-height: 18px;
            font-size: 18px;
        }


.navArea {
    border-top: 1px solid #0e2d6f;
    border-bottom: 1px solid #0e2d6f;
    background: #fff;
}

.mainMenu ul > li {
    display: inline-block;
}

.mainMenu a {
    color: #0e2d6f;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 45px;
    padding: 0px 15px;
}

.mainMenu ul.desk > li {
    position: relative;
    /*border-right: 1px solid #000;*/
}

    .mainMenu ul.desk > li:last-child {
        border-right: 0px solid #000;
    }

    .mainMenu ul.desk > li:hover {
        /*background-color: #333333;*/
        /*color: #fff;*/
    }

        .mainMenu ul.desk > li:hover a {
            /*            background-color: #333333;*/
            /*color: #fff;*/
        }

    .mainMenu ul.desk > li > ul.dropMenu {
        display: none;
    }

        .mainMenu ul.desk > li > ul.dropMenu > li a {
            color: #000;
            background-color: #f9f9f9;
            line-height: 24px;
            font-size: 14px;
            display: block;
            border-bottom: 1px solid #ccc;
            padding: 10px 10px;
            width: 200px;
        }

            .mainMenu ul.desk > li > ul.dropMenu > li a:hover {
                background-color: #dddddd;
                /*                    color:#fff;*/
                border-bottom: 1px solid #000;
            }

    .mainMenu ul.desk > li:hover > ul.dropMenu {
        display: block;
        position: absolute;
        background: #fff;
        left: 0px;
        top: 100%;
        z-index: 1;
    }

.quickNav {
    margin-top: 5px;
    background-color: #1a2d39;
    padding: 8px 15px;
}

    .quickNav a {
        color: #fff;
        padding: 0 5px;
    }

.mainMenu .close {
    display: none;
}

.bgGrey {
    background-color: #eeeeee;
}

.homeBanner {
    padding: 30px 0px 0px
}

    .homeBanner .cntn {
        padding-top: 30px;
        position: relative;
    }

        .homeBanner .cntn .offer {
            position: absolute;
            right: 0px;
            top: -15px;
        }

        .homeBanner .cntn h1 {
            font-weight: normal;
            margin-bottom: 15px;
        }

            .homeBanner .cntn h1 span {
                font-weight: 700;
            }

        .homeBanner .cntn h4 {
            font-size: 20px;
        }

        .homeBanner .cntn p {
            font-size: 18px;
        }

    .homeBanner .bannerbt {
        text-align: center;
    }

        .homeBanner .bannerbt p {
            font-size: 18px;
        }

        .homeBanner .bannerbt .rprice {
            color: #e21e28;
            font-weight: bold;
            font-size: 42px;
            margin-bottom: 15px;
        }

.bvpsImg {
    position: relative;
    bottom: -30px;
}

.theading {
    text-align: center;
}

    .theading h2 {
        font-size: 36px;
        font-weight: normal;
        margin-bottom: 15px;
    }

        .theading h2 span {
            font-weight: 700;
        }

    .theading h4 {
        font-size: 20px;
    }

.hostinPackageArea {
    position: relative;
    padding-top: 50px;
}

.hbox {
    width: 19%;
    float: left;
    margin-right: 1%;
    position: relative;
}

    .hbox .hheader {
        background-color: #000;
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        /*        border: 1px solid #000;*/
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .hbox .hbody {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        background-color: #f8f8f8;
        color: #000;
        text-align: left;
        border-left: 1px solid #b7b7b7;
        border-right: 1px solid #b7b7b7;
    }

        .hbox .hbody ul {
        }

            ul.osList > li,
            .hbox .hbody ul > li {
                border-bottom: 1px dashed #000;
            }

                ul.osList > li:last-child,
                .hbox .hbody ul > li:last-child {
                    border-bottom: 0px dashed #000;
                }

                .hbox .hbody ul > li span {
                    display: inline-block;
                    width: 20px;
                    vertical-align: middle;
                }

    .hbox .hfooter {
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 50px;
        background-color: #0a1b4a;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .hbox .hfooter a {
            color: #fff;
            display: block;
        }

.first {
    background-color: #7acfd8 !important;
    color: #000;
}

.second {
    background-color: #3e8bf4 !important;
    color: #000;
}

.third {
    background-color: #023e8f !important;
    color: #fff;
}

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

.fifth {
    background-color: #1a2d39 !important;
    color: #fff;
}

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

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

.special {
    border-radius: 0px !important;
}

    .special:before {
        background-color: #920000;
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        /*    border: 1px solid #000;*/
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: absolute;
        bottom: 100%;
        width: calc(100% - 20px);
        left: 0px;
        content: 'Best Choice';
    }

.hthunder {
    background-color: #1a2d39;
    color: #fff;
    padding: 5px 0px;
    border: 1px solid #1a2d39;
}

    .hthunder i {
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -webkit-transform: rotate( 20deg );
        transform: rotate( 20deg );
        display: inline-block;
        margin-right: 5px;
    }

.skybg {
    background-color: #7acfd8;
    border-color: #7acfd8;
}

.grybg {
    background-color: #8a8a8a;
    border-color: #8a8a8a;
}

.pprice {
}

    .pprice .rs {
        font-size: 26px;
        font-weight: bold;
    }

    .pprice .price {
        text-align: center;
        font-size: 53px;
        font-weight: bold;
    }

        .pprice .price small {
            font-size: 26px;
            font-weight: bold;
        }

    .pprice .rp {
        text-align: center;
        font-size: 17px;
        font-style: italic;
    }

.darkp {
}

.hbox .hbody.darkp {
    background-color: #1a2d39 !important;
    color: #fff !important;
}

.packgeInst {
    margin-top: 30px;
}

.bgdark {
    background-color: #1a2d39;
}
.bgdarkgray {
    background-color: #171717;
}

.theading.white h2 {
    color: #fff;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

table.tabledprice {
    width: 100%;
    margin-top: 0;
}

    table.tabledprice > tbody > tr:first-child {
        background-color: #1a2d39 !important;
    }

    table.tabledprice > tbody > tr:nth-child(2) {
        background-color: #fff !important;
    }

        table.tabledprice > tbody > tr:nth-child(2) > td {
            font-weight: bold;
        }

    table.tabledprice > tbody > tr > td {
        text-align: center;
        padding: 10px;
    }

        table.tabledprice > tbody > tr > td h3 {
            font-size: 24px;
            color: #fff;
        }

    table.tabledprice > tbody > tr.even {
        background-color: #ebebeb;
        color: #1a2d39;
        border-color: #1a2d39;
    }

    table.tabledprice > tbody > tr.odd {
        background-color: #808283;
        color: #fff;
    }

.featuresBox {
    background-color: #ebebeb;
    margin-bottom: 15px;
}

    .featuresBox .feathead {
        background-color: #1a2d39;
        padding: 10px 30px;
        color: #fff;
        font-size: 18px;
    }

    .featuresBox .featbody {
        padding: 10px 30px;
        border: 1px solid #1a2d39;
    }

.headB {
    background-color: #808283;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
}

.bodyB {
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #808283;
}

ul.osList li {
    padding: 8px 0px;
}

    ul.osList li a {
        color: #000;
    }

.bgdark p {
    color: #fff;
}

.fullHeading {
    display: inline-block;
    padding: 5px;
    position: relative;
    background-color: #1a2d39;
    color: #fff;
}

.panelBox {
    margin-bottom: 5px;
}

.accordion {
    background-color: #1a2d39;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
}

    .accordion:after {
        content: '\002B';
        color: #fff;
        font-weight: 700;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: #ebebeb;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
}

footer {
    background-color: #000;
    color: #fff;
}

.fCloud {
    margin-top: -90px;
}

footer h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

footer ul > li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.afterFooterOne {
    background-color: #171717;
    color: #fff;
    margin: 3px 0px;
    padding: 15px 0px;
}

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

        .afterFooterOne ul > li h4 {
            font-size: 24px;
            margin-right: 15px;
        }

.aftrFooter {
    background-color: #000;
    color: #fff;
    padding: 15px 0px;
}

    .aftrFooter a {
        color: #fff;
    }

.starsBlock {
    border: 1px solid #1a2d39;
    background-color: #f7f7f7;
}

.fStartsBox {
    padding: 15px;
    background-color: #1a2d39;
    color: #fff;
    text-align: center;
    width: 25%;
    float: left;
}

    .fStartsBox .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

.fContactBox {
    padding: 15px;
    text-align: center;
    width: 75%;
    float: left;
}

    .fContactBox .ccBox {
        display: block;
        font-weight: bold;
    }

        .fContactBox .ccBox .image {
            border: 1px solid #000;
            background-color: #fff;
            border-radius: 10px;
            padding: 10px;
        }

            .fContactBox .ccBox .image img {
                max-height: 95px;
            }

@media only screen and (max-width: 640px) {
    .mainMenu {
        /* display: none; */
        position: fixed;
        width: 320px;
        left: -320px;
        height: 100%;
        z-index: 9;
        top: 0;
        overflow-y: scroll;
        background-color: #fff;
        -moz-transition: ease-in all 0.3s;
        -o-transition: ease-in all 0.3s;
        -webkit-transition: ease-in all 0.3s;
        transition: ease-in all 0.3s;
    }

        .mainMenu.active:after {
            /*position: fixed;
            content: "";
            background: #000;
            z-index: -1;
            width: 100%;
            height: 100%;
            top: 0;*/
        }

        .mainMenu ul.list-inline {
            display: block;
            height: 100vh;
            overflow-y: scroll;
        }

            .mainMenu ul.list-inline > li {
                display: block;
            }

        .mainMenu ul.desk > li {
            position: relative;
            border-right: 0;
            border-bottom: 1px solid;
        }

        .mainMenu.active {
            left: 0px;
        }

        .mainMenu .close {
            display: block;
            text-align: right;
            padding: 20px;
        }

    .mobile-menu {
        display: block;
        float: right;
        padding-top: 0px;
    }

    .topRedBar ul > li {
        margin-left: 0;
    }

    .mainMenu.active .ovelay {
        position: fixed;
        /*        content: "";*/
        background: #000;
        z-index: 7;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .topBar .search {
        width: 100%;
        float: none;
        position: relative;
    }

        .topBar .search form {
            display: block;
        }

        .topBar .search input {
            min-width: 0px;
            width: 100%;
        }

    .quickNav ul > li {
        padding: 5px 0px;
    }

    .homeBanner .cntn .offer {
        position: relative;
        text-align: center;
        right: 0px;
        top: 0;
    }

    .bvpsImg {
        text-align: center;
    }

    .hbox {
        width: 100%;
        float: none;
        margin-right: 0%;
        position: relative;
        margin-bottom: 15px;
    }

    .fStartsBox,
    .fContactBox {
        width: 100%;
    }

    .fCloud {
        margin-top: 0;
    }

    .mainMenu a {
        line-height: 40px;
    }
}




/*******Home Page 2*******/

.logoArea.logo2 {
    width: 170px
}

    .logoArea.logo2 a {
        display: block;
    }

    .logoArea.logo2 img {
        padding-top: 30px;
        max-width: 100%;
    }

.bgBottomRound {
    /*background-color: #1a2d39;*/
    padding: 50px 0px;
    color: #fff;
    background-repeat: no-repeat;
}

.page2TB {
}

    .page2TB h1 {
        font-weight: 400;
        font-size: 49px;
        margin-bottom: 30px;
    }

    .page2TB ul > li {
        padding: 0 30px;
        vertical-align: middle;
    }

    .page2TB ul.listTickStar {
        margin-bottom: 30px;
    }

    .page2TB h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .page2TB p {
        max-width: 872px;
        margin: 0 auto;
    }

    .page2TB ul.imgList {
        margin-top: 50px;
        vertical-align: middle;
    }


.hostingPackage {
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    border-radius: 0px;
    /*border: 1px solid #282828;*/
}

    .hostingPackage .pckgTitle {
        padding: 15px;
        text-align: center;
    }

        .hostingPackage .pckgTitle .imgb {
            min-height: 126px;
            margin-top: -48px;
        }

            .hostingPackage .pckgTitle .imgb img {
                max-height: 126px;
                max-width: 126px;
            }

        .hostingPackage .pckgTitle h3 {
            font-size: 34px;
            height: 38px;
            overflow: hidden;
        }

    .hostingPackage .parea {
        text-align: center;
        padding: 10px;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
    }

        .hostingPackage .parea .from {
            font-size: 18px;
        }

        .hostingPackage .parea .oldrrp {
            font-size: 20px;
            opacity: 1;
            height: 27px;
            overflow: hidden;
        }

            .hostingPackage .parea .oldrrp small {
                text-decoration: line-through;
            }

        .hostingPackage .parea .pprice {
            font-size: 70px;
            overflow: hidden;
            font-weight: bold;
        }

            .hostingPackage .parea .pprice small {
                font-size: 26px;
            }

        .hostingPackage .parea .var {
            height: 18px;
        }

    .hostingPackage .pbody {
        padding: 0px 15px 15px;
        border: 1px solid #000;
    }

        .hostingPackage .pbody ul > li {
            border-bottom: 1px dashed #000;
            line-height: 35px;
            font-size: 13px;
        }

            .hostingPackage .pbody ul > li span {
                display: inline-block;
                width: 20px;
                vertical-align: middle;
            }

        .hostingPackage .pbody p {
            height: 56px;
            overflow: hidden;
            text-align: center;
        }

    .hostingPackage a.configBtn {
        background-color: #071d4c;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .hostingPackage.dark {
        background-color: #212121;
    }

        .hostingPackage.dark .pbody p,
        .hostingPackage.dark .pbody,
        .hostingPackage.dark .pckgTitle {
            color: #fff;
        }

        .hostingPackage.dark .parea {
            background-color: #fff;
            color: #212121;
        }

            .hostingPackage.dark .parea .pprice,
            .hostingPackage.dark .parea .oldrrp {
                color: #212121;
            }

        .hostingPackage.dark .pbody ul > li {
            border-bottom-color: #fff;
        }

        .hostingPackage.dark .pbody a.configBtn {
            background-color: #fff;
            color: #212121;
        }

.bgTrutp {
    font-size: 24px;
    color: #1a2d39;
    line-height: 40px;
    background-color: #dbdbdb;
    padding: 1px 0px;
    text-align: center;
    font-weight: bold;
}

    .bgTrutp img {
        margin-top: -5px;
        vertical-align: middle;
    }

.bgContBox {
    font-size: 29px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #1a2d39;
    background-image: linear-gradient(to right, #1a2d39, #005ab5);
}

.bgfeaturBox {
    background-color: #171717;
    border-top: 1px solid #fff;
    padding-bottom: 150px;
}

.theading.white p {
    color: #fff;
}

.bIconBox {
    margin-top: 40px;
    text-align: center;
    color: #fff;
}

    .bIconBox h4 {
        font-size: 24px;
        line-height: 34px;
    }

.bgfeaturBox .pnote {
    color: #868686;
    margin-top: 20px;
}


div#tabs {
    background-color: #323232;
    border: 1px solid #323232;
    border-radius: 10px;
    margin-top: -67px;
    margin-bottom: 50px;
}

#tabs .tab {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    line-height: 36px;
    padding: 15px 30px;
    color: #fff;
}

#tabs .whiteborder {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: -1px;
    color: #323232;
}

#tabs .tabContent {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    background-color: #fff;
    z-index: 1;
    padding: 10px;
    border-radius: 0 0 10px 10px
}

#tabs .hide {
    display: none;
}

#tabs .show {
    display: block;
}

.tabPackage {
}

    .tabPackage h2 {
        font-size: 36px;
        font-weight: 400;
        margin: 20px 0px;
    }

    .tabPackage p {
        font-size: 18px;
    }

        .tabPackage p.specialp {
            font-size: 24px;
            text-align: center;
            margin-bottom: 10px;
        }

a.btnbig {
    background-color: #de000a;
    color: #fff;
    font-size: 30px;
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
}

ul.listTabpckge > li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px dashed #000;
}

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

.hostingBox {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

    .hostingBox img {
        margin-bottom: 20px;
    }

    .hostingBox p {
        font-size: 24px;
        margin-bottom: 20px;
    }

.bchContent {
}

    .bchContent img {
        padding-top: 30px;
    }

    .bchContent h3 {
        color: #fff;
        font-weight: normal;
        font-size: 29px;
    }

.bgLightGray {
    background-color: #f4f4f4;
}

.pBoxVeritcal {
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px 0px;
    margin-top: 30px;
}

.box1, .box2, .box3 {
    width: 33.333%;
    padding: 0px 15px;
    float: left;
    background-color: #fff;
}

.box2 {
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
}

.pBoxVeritcal h4 {
    margin-bottom: 15px;
}

.pBoxVeritcal ul > li {
    font-size: 16px;
    line-height: 24px;
}

.pBoxVeritcal .pbBoxPriceBox {
    text-align: center;
}

    .pBoxVeritcal .pbBoxPriceBox .bigPrice {
        font-size: 69px;
        margin-bottom: 20px;
        font-weight: bold;
        margin-top: 24px;
    }

        .pBoxVeritcal .pbBoxPriceBox .bigPrice span {
            font-size: 24px;
            font-weight: bold;
        }

.testiBox .tRate {
    margin-bottom: 20px;
}

ul.listbrands {
    margin-top: 30px;
}

    ul.listbrands > li {
        vertical-align: middle;
        padding: 15px;
    }

.bchContent .addons {
    margin-top: 30px;
}

    .bchContent .addons ul > li {
        font-size: 18px;
        display: flex;
        line-height: 40px;
        border-bottom: 1px dashed #ff0000;
        justify-content: space-between;
    }

@media only screen and (max-width: 640px) {
    .leftBox, .rightBox, .underHead, .box1, .box2, .box3 {
        display: block;
        width: 100%;
    }

    .box2 {
        border: 0px;
    }

    .logoArea.logo2 {
        height: 100px;
    }

    .bgBottomRound {
        background-color: #1a2d39;
        background-image: none;
    }

    .hostingPackage {
        margin-bottom: 70px;
    }

    .bchContent .addons ul > li {
        line-height: normal;
        padding: 5px 0px;
    }
}


/***HOME 1**/
.topRedBar {
    background-color: #171717;
    color: #fff;
    padding: 15px 0px;
}

    .topRedBar p {
        margin: 0px !important;
        line-height: 30px;
    }

        .topRedBar p:last-child {
            margin-bottom: 0px;
        }

    .topRedBar a {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
    }

.topRedBar {
}

    .topRedBar ul > li {
        margin-left: 15px;
    }

        .topRedBar ul > li img {
            vertical-align: middle;
            display: inline-block;
            margin-right: 10px;
        }

.afterMenuBannerArea {
    padding: 10px 0px;
    padding-bottom: 40px;
    background-color: #e1e1e1;
    background-image: url(../images/topBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.bannerLearnMore p {
    margin: 0px;
}

.bannerLearnMore {
    position: relative;
    background-color: #00732f;
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 7px;
}

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

    .bannerLearnMore a {
        display: inline-block;
        position: absolute;
        height: 100%;
        padding: 0 20px;
        background: #c20000;
        color: #fff;
        right: 0px;
        top: 0px;
        font-size: 20px;
        line-height: 43px;
    }

.spclDiscout {
    background-color: #ffed26;
    font-size: 24px;
    display: inline-block;
    padding: 7px 30px;
    margin-bottom: 15px;
    position: relative;
    /* padding-left: 50px; */
}

    .spclDiscout:before {
        content: url(../images/yellowleft.png);
        position: absolute;
        left: 0px;
        top: 0px;
    }

.afterMenuBannerArea h3 {
    font-family: Arial;
    font-weight: bold;
    color: #0c2a6a;
    font-size: 40px;
    padding-left: 30px;
}

.topBannerOffers {
    position: relative;
    margin: 15px 0px;
}

    .topBannerOffers ul > li {
        margin-right: 10px;
    }

        .topBannerOffers ul > li:last-child {
            margin-right: 0px;
        }

        .topBannerOffers ul > li a {
            display: flex;
            padding: 10px;
            background: #cae6ff;
            align-items: center;
            color: #0c2a6a;
        }

            .topBannerOffers ul > li a .countries {
                font-weight: 700;
                line-height: 20px;
                font-size: 11px;
                font-family: Arial;
            }

            .topBannerOffers ul > li a .price {
                background-color: #0c2a6a;
                color: #fff;
                font-family: Arial;
                font-size: 35px;
                padding: 7px 15px;
                font-weight: 700;
                margin-left: 10px;
            }

                .topBannerOffers ul > li a .price span {
                    display: block;
                    color: #fff;
                    font-size: 12px;
                    text-align: right;
                }

.expertBlocl {
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    color: #0c2a6a;
}

    .expertBlocl a {
        display: inline-block;
        background-color: #de000a;
        font-size: 20px;
        color: #fff;
        padding: 5px 15px;
        vertical-align: middle;
    }

    .expertBlocl span {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }

.homeDomainSearch {
    padding: 20px 0px;
    background-color: #2a2a2a;
    color: #fff;
    text-align: center;
}

.domainSearch h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.dmsForm {
}

    .dmsForm ul.dmsFormBox {
        width: 100%;
    }

        .dmsForm ul.dmsFormBox > li {
            vertical-align: middle;
            width: 15%;
            line-height: 40px;
        }

            .dmsForm ul.dmsFormBox > li:nth-child(2) {
                width: 55%;
            }

        .dmsForm ul.dmsFormBox .wwwdot {
            color: #0c2a6a;
            font-size: 24px;
            display: block;
            background-color: #cae6ff;
        }

        .dmsForm ul.dmsFormBox .dmsInput {
            background-color: #fff;
            width: 100%;
            display: block;
            font-size: 20px;
            border: 0px;
            line-height: 40px;
            padding: 0 10px;
        }

        .dmsForm ul.dmsFormBox .dmsDropdown {
            background-color: #cae6ff;
            width: 100%;
            display: block;
            font-size: 20px;
            border: 0px;
            line-height: 41px;
            padding: 7px 10px;
            font-weight: bold;
        }

        .dmsForm ul.dmsFormBox .dmsButton {
            background-color: #de000a;
            color: #fff;
            width: 100%;
            display: block;
            font-size: 20px;
            border: 2px solid #fff;
            /* line-height: 41px; */
            padding: 6px 10px;
            font-weight: bold;
        }

.picPackageArea .hph:first-child .hostingPackage .pckgTitle {
    border-top: 5px solid #0d0000;
    color: #fff;
    background-color: #ff0000;
}

.picPackageArea .hph:nth-child(2) .hostingPackage .pckgTitle {
    border-top: 5px solid #a4a4a4;
    color: #fff;
    background-color: #00732f;
}

.picPackageArea .hph:nth-child(3) .hostingPackage .pckgTitle {
    border-top: 5px solid #ffed26;
    color: #fff;
    background-color: #000000;
}

.picPackageArea .hph:last-child .hostingPackage .pckgTitle {
    border-top: 5px solid #071d4c;
    color: #fff;
    background-color: #071d4c;
}

.picPackageArea .hostingPackage .pfeature {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #071d4c;
    line-height: 50px;
    background-color: #cae6ff;
    border-left: 1px solid #cae6ff;
    border-right: 1px solid #cae6ff;
}

.serverBox {
    padding: 15PX;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 2px 2px 15px #ccc;
    border-radius: 10px;
    margin:10px 0px;
}

    .serverBox .servImg {
        height: 96px;
        text-align: center;
    }

    .serverBox img {
        max-height: 100%;
        max-width: 100%;
    }

    .serverBox p {
        text-align: center;
        font-weight: bold;
        margin: 5px 0px;
        font-size: 18px;
    }

ul.servFeatures {
    -moz-column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

    ul.servFeatures > li {
    }

        ul.servFeatures > li div {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            line-height: 30px;
            border-bottom: 1px solid #cecece;
        }

            ul.servFeatures > li div span.nm {
                font-weight: bold;
            }
.servPrice {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    color: red;
    font-weight: 700;
}
    .servPrice sub,
    .servPrice sup {
        font-size: 20px;
    }
a.servBtn {
    background-color: #071d4c;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    display: block;
}