body {
}

*, ::after, ::before {
    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;
}

.tpHead {
    background-color: #171717;
    color: #fff;
    padding: 5px 0px;
    border-bottom: 1px solid #e63f25;
}

    .tpHead:after {
        content: "";
        clear: both;
        display: block;
    }

    .tpHead .logo {
        width: 13%;
        float: left;
    }

        .tpHead .logo img {
            max-width: 100%;
        }

.tRating {
    color: #fff;
    float: left;
    padding: 5px 0px;
    width: 21%;
}

    .tRating p {
        margin: 0px;
    }

.searchForm {
    float: left;
    width: 32%;
    padding: 8px 0px;
}

.grouped {
    width: 100%;
}

    .grouped:after {
        content: "";
        display: block;
        clear: both;
    }

    .grouped input {
        width: 75%;
        font-size: 18px;
        padding: 5px;
        display: block;
        background-color: #fff;
        border: 0px;
        float: left;
    }

    .grouped button {
        width: 25%;
        float: left;
        display: block;
        font-size: 18px;
        background-color: #e65039;
        color: #fff;
        font: 14px;
        padding: 5px;
        border: 0px;
    }

.mobile-menu {
    display: none;
}

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

.mainMenu a {
    color: #fff;
    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;
    }

.navArea {
    float: right;
}

.mainMenu a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 45px;
    padding: 0px 10px;
}

.mainMenu .close {
    display: none;
}

.font-normal {
    font-weight: 400 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.topBlue {
    background-color: #070c36;
    color: #fff;
}

    .topBlue .tbLeft h2 {
        font-weight: bold;
        font-family: 'Century Gothic';
        font-size: 30px;
    }

    .topBlue .tbLeft p {
        font-family: 'Century Gothic';
        font-size: 18px;
        text-align: justify;
    }

    .topBlue .tbLeft ul {
        margin-bottom: 20px;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

        .topBlue .tbLeft ul > li {
            line-height: 40px;
            font-family: 'Century Gothic';
            font-size: 18px;
        }

            .topBlue .tbLeft ul > li img {
                vertical-align: middle;
                display: inline-block;
                margin-right: 5px;
            }

.tbRight {
    width: 220px;
    margin: 0 auto;
}

.packagered {
    background: #e63f25;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

    .packagered .tittle {
        text-align: center;
    }

    .packagered .ramImg img {
        margin-left: -60px;
    }

    .packagered ul > li {
        border-bottom: 1px dashed #fff;
        line-height: 24px;
        font-size: 13px;
    }

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

        .packagered ul > li span {
            display: inline-block;
            width: 18px;
            vertical-align: middle;
        }

.priceBlock {
    margin-top: 5px;
    padding: 0px 0px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    background-color: #c42007;
    font-size: 60px;
    font-weight: 900;
}

    .priceBlock sub,
    .priceBlock sup {
        font-size: 20px;
        font-weight: 700;
    }

.darkGray {
    background-color: #cecece;
}

.titleBlock {
    text-align: center;
}

    .titleBlock h1 {
        font-family: "Century Gothic";
        font-size: 48px;
        text-align: center;
    }

    .titleBlock h3 {
        font-family: "Century Gothic";
        font-size: 24px;
        text-align: center;
    }

    .titleBlock p {
        font-family: "Century Gothic";
        font-size: 18px;
        text-align: left;
        font-weight: bold;
    }

.packgOver {
    padding: 50px 20px 0px;
}

.package {
    position: relative;
}

    .package .tittle {
        background-color: #000;
        font-size: 33px;
        font-family: "Century Gothic";
        font-weight: bold;
        padding: 10px 20px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        color: #fff;
    }

    .package .priceMark {
        width: 166px;
        height: 167px;
        position: absolute;
        text-align: center;
        background-image: url(../images/bm-red.png);
        top: -40px;
        right: -40px;
        color: #fff;
        padding-top: 40px;
        font-family: "Century Gothic";
        font-size: 42px;
        font-weight: bold;
        line-height: 30px;
        z-index:1;
    }

        .package .priceMark small {
            display: block;
            font-size: 16px;
        }

    .package .packageBody {
        background-color: #fff;
        color: #000;
        padding: 10px 20px;
        border: 1px solid #fff;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .package .packageBody ul > li {
            border-bottom: 1px dashed #000;
            line-height: 35px;
            font-family: "Century Gothic";
            font-weight: bold;
            font-size: 15px;
        }

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

    .package a.packagebtn {
        display: block;
        padding-left: 10px;
        width: 100%;
        background: #ff0000;
        color: #fff;
        font-size: 24px;
        line-height: 50px;
        border-radius: 5px;
        margin-top: 15px;
        font-weight: bold;
    }

        .package a.packagebtn i {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            display: inline-block;
            background-color: #000;
            width: 70px;
            float: right;
            text-align: center;
            font-size: 24px;
            line-height: 50px;
        }

        .package a.packagebtn:after {
            content: "";
            display: block;
            clear: both;
        }
/****GREEN BLOCk*****/
.greenpkg .priceMark {
    color: #000;
    background-image: url(../images/bm-white.png);
}

.greenpkg .packageBody {
    background-color: #0a8103;
    color: #fff;
}

    .greenpkg .packageBody ul > li {
        border-bottom: 1px dashed #fff;
    }

.greenpkg .tittle {
    background-color: #ff0000;
}

.greenpkg a.packagebtn i {
    background-color: #ff0000;
    color: #000;
}

.greenpkg a.packagebtn {
    background: #fff;
    color: #000;
}

/****RED BLOCk*****/
.redpkg .priceMark {
    color: #fff;
    background-image: url(../images/bm-black.png);
}

.redpkg .packageBody {
    background-color: #ff0000;
    color: #fff;
}

    .redpkg .packageBody ul > li {
        border-bottom: 1px dashed #fff;
    }

.redpkg .tittle {
    background-color: #0a8103;
}

.redpkg a.packagebtn i {
    background-color: #fff;
    color: #000;
}

.redpkg a.packagebtn {
    background: #000;
    color: #fff;
}

.programBlockCont h3 {
    color: #fff;
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 48px;
}

.programBlockCont p {
    color: #fff;
    font-family: "Century Gothic";
    font-weight: 400;
    text-align: justify;
    font-size: 24px;
}

a.programBlock {
    display: block;
    background: #fff;
    padding: 7px;
    color: #000;
    border: 8px solid #5d5d5d;
    margin-bottom: 30px;
}

    a.programBlock h3 {
        font-family: "Century Gothic";
        font-weight: bold;
        font-size: 26px;
    }

.lwBox {
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #9a9a9a;
}

    .lwBox .image {
        text-align: center;
    }

    .lwBox .tittle {
        text-align: center;
        font-family: "Century Gothic";
        font-weight: bold;
        font-size: 30px;
    }

    .lwBox .subtittle {
        text-align: center;
        font-family: "Century Gothic";
        font-weight: 400;
        font-size: 30px;
    }

    .lwBox .content {
        padding: 10px 0px;
        text-align: justify;
        font-family: "Century Gothic";
        font-weight: 400;
        font-size: 18px;
    }

    .lwBox .button a {
        display: block;
        background: #ff0000;
        color: #fff;
        width: 100%;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-weight: 700;
        font-size: 18px;
    }

.btn-primary {
    background-color: #ff0000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.pickupContent h3 {
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 30px;
}

.pickupContent p {
    font-family: "Century Gothic";
    font-weight: 400;
    font-size: 18px;
}

.titleBlock h2 {
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 48px;
}

.cldBox {
    margin-top: 40px;
}

    .cldBox .mediacont {
        margin-left: 15px;
    }

        .cldBox .mediacont h3 {
            margin: 0px;
            font-family: "Century Gothic";
            font-weight: 700;
            font-size: 20px;
        }

        .cldBox .mediacont p {
            margin: 0px;
            font-family: "Century Gothic";
            font-weight: 400;
            font-size: 16px;
        }

.supBox {
    display: block;
    color: #000;
}

    .supBox h3 {
        font-family: "Century Gothic";
        font-weight: bold;
        font-size: 30px;
        overflow-wrap: anywhere;
    }

    .supBox .mediacont {
        margin-left: 10px;
    }

.m-0 {
    margin: 0px !important;
}

.callToaction {
}

    .callToaction h3 {
        font-family: "Century Gothic";
        font-weight: bold;
        font-size: 36px;
    }

    .callToaction p {
        margin: 0px;
        font-family: "Century Gothic";
        font-weight: 400;
        font-size: 24px;
    }

    .callToaction .btn-primary {
        font-size: 50px;
    }

.reliableBox {
}

    .reliableBox p {
        font-family: "Century Gothic";
        font-size: 18px;
        text-align: justify;
    }

    .reliableBox h2 {
        font-family: "Century Gothic";
        font-weight: bold;
        font-size: 36px;
    }

    .reliableBox h3 {
        font-family: "Century Gothic";
        font-weight: bold;
        font-size: 24px;
    }

footer {
    padding: 30px 0px;
}

    footer h4 {
        font-family: Arial;
        font-size: 18px;
        margin-bottom: 15px;
    }

    footer ul.footerMenu > li a {
        font-family: Arial;
        font-size: 16px;
        color: #000;
        line-height: 30px;
    }

    footer ul.footerMenu {
    }

.copyright {
    border-top: 1px solid #000;
    padding: 15px 0px;
}

.package {
    position:relative;
}

    .package .bestCeller {
        position: absolute;
        background: #000;
        color: #fff;
        right: -25px;
        top: 50%;
        -moz-transform: rotate(90deg) translateY(-50%);
        -ms-transform: rotate(90deg) translateY(-50%);
        -o-transform: rotate(90deg) translateY(-50%);
        -webkit-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
        padding: 8px 20px;
        font-weight: bold;
    }

@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 #000;
        }

        .mainMenu.active {
            left: 0px;
        }

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

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

    .mainMenu a {
        color: #000;
    }

    .mainMenu .close {
        color: #000;
    }

    .tRating {
        display: none;
    }

    .tpHead .logo {
        width: 27%;
    }

    .searchForm {
        width: 53%;
        margin-left: 10px;
    }

    .grouped button {
        width: 33%;
        font-size: 14px;
    }

    .grouped input {
        font-size: 14px;
        width: 67%;
    }

    .topBlue .tbLeft ul {
        -moz-column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .packagered {
        margin-top: 20px;
    }

    .topBlue .tbLeft ul > li {
        line-height: 30px;
        font-size: 16px;
    }

    .titleBlock h1 {
        font-size: 30px;
    }

    .titleBlock h3 {
        font-size: 20px;
    }

    .packgOver {
        padding: 50px 0 15px;
    }

    .package .priceMark {
        right: -10px;
    }

    .lwBox {
        margin-top: 30px;
    }

    .pickupContent {
        margin-bottom: 30px;
    }

}
.panelBox {
    margin-bottom: 5px;
}

.accordion {
    background-color: #070c36;
    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;
}

.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%);
        }

.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;
        }
a, button {
    cursor: pointer;
}

.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;
    }
.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;
    }

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;
}