﻿html {
    font-family: 'Myriad Pro', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    outline: none;
}

.btn {
    cursor: pointer;
}

.block {
    display: block;
    width: 100%;
}

body {
    margin: 0;
}

.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:after,
    .row:before {
        content: '';
        clear: both;
        display: block;
        width: 100%;
    }

.col-6 {
    width: 16.66666667%;
}

.col-5 {
    width: 20%;
}

.col-4 {
    width: 25%;
}

.col-3 {
    width: 33.33333333%;
}

.col-2 {
    width: 50%;
}

.col-1 {
    width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.clearfix {
    clear: both;
    display: block;
}

.img-max {
    max-width: 100%;
}

.topBar {
    height: 70px;
    border-bottom: 1px solid #c4c2c2;
}

.logo {
    float: left;
    padding: 10px 0px;
}

.rightTop {
    float: right;
}

    .rightTop .contact {
        display: table;
        float: left;
        margin-top: 10px;
    }

        .rightTop .contact .icon {
            display: table-cell;
            vertical-align: middle;
            padding-right: 10px;
        }

        .rightTop .contact .numbers {
            font-size: 20px;
            font-weight: bold;
            display: table-cell;
            vertical-align: middle;
        }

ul.list-inline {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    ul.list-inline > li {
        display: inline-block;
    }

.rightTop .tMenu {
    float: left;
    margin-left: 20px;
}

    .rightTop .tMenu ul > li {
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
    }

        .rightTop .tMenu ul > li a {
            color: #000;
            font-size: 20px;
            font-weight: bold;
            line-height: 70px;
        }

        .rightTop .tMenu ul > li:after {
            color: #000;
            font-size: 20px;
            font-weight: bold;
            line-height: 70px;
            content: "|";
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -15px;
        }

        .rightTop .tMenu ul > li:last-child {
            margin-right: 0px;
        }

            .rightTop .tMenu ul > li:last-child::after {
                display: none;
            }

.form-field {
    width: 100%;
    padding: 0px 10px;
}

    .form-field.inp-large {
        height: 50px;
    }

    .form-field.inp-medium {
        height: 30px;
    }

.search {
    border: 1px solid #c4c2c2;
}

    .search ul {
        width: 100%;
        font-size: 0px;
    }

        .search ul > li {
            margin: 0px;
            padding: 0px;
        }

            .search ul > li input,
            .search ul > li select {
                border: 0px;
                font-size: 20px;
                font-weight: bold;
            }

            .search ul > li:first-child {
                width: 60%;
            }

            .search ul > li:nth-child(2) {
                width: 20%;
            }

            .search ul > li:last-child {
                width: 20%;
            }

            .search ul > li select {
                border: 0px;
                background: #f9f9f9;
            }

            .search ul > li input[type=submit] {
                line-height: 50px;
            }

.green-btn {
    background: #3ef989;
}

.domainSearch {
    padding: 10px 0px;
    border-bottom: 1px solid #c4c2c2;
}

    .domainSearch img {
        padding: 12px 0px 0px;
    }

.text-center {
    text-align: center;
}

.gray-section {
    padding: 20px 0px;
    background: #f4f4f4;
}

.pricing-area h1 {
    font-size: 57px;
    text-align: center;
    color: #0173d3;
}

.pricing-area h3 {
    color: #787878;
    font-size: 21px;
    text-align: center;
}

.pricing-area p {
    text-align: center;
}

.priceBox {
    background: #fff;
    border: 8px solid #0173d3;
    border-radius: 10px;
    padding: 10px 7px;
    margin-bottom: 15px;
}

    .priceBox h4 {
        text-align: center;
        font-size: 24px;
        color: #0173d3;
        height: 29px;
        overflow: hidden;
    }

    .priceBox .sm {
        color: #828282;
        font-size: 18px;
        text-align: center;
    }

    .priceBox .price {
        color: #000;
        font-weight: bold;
        font-size: 48px;
        text-align: center;
    }

        .priceBox .price span {
            color: #000;
            font-weight: bold;
            font-size: 24px;
        }

    .priceBox p {
        margin: 0px;
        text-align: left;
        color: #97cfff;
        font-size: 14px;
        height: 126px;
        overflow: hidden;
    }

    .priceBox a {
        display: block;
        font-size: 26px;
        font-weight: bold;
        background: #97d0ff;
        line-height: 50px;
        color: #000;
        margin-top: 10px;
        border: 1px solid #000;
        text-align: center;
        box-shadow: 0 4px #000;
    }

.linkBox {
    line-height: 76px;
    border-top: 1px solid #c4c2c2;
    border-bottom: 1px solid #c4c2c2;
}

ul.linkList {
    font-size: 0px;
    text-align: center;
}


    ul.linkList > li {
        padding: 0 10px;
    }

        ul.linkList > li a {
            font-size: 17px;
            color: #555555;
            vertical-align: middle;
            font-weight: bold;
        }

.bundleArea {
    background: #f4f4f4;
    padding: 5px 0px;
    border-bottom: 1px solid #c4c2c2;
}

.bundelBox {
    width: 100%;
    border: 1px solid #000;
    line-height: 66px;
}

    .bundelBox:after {
        content: '';
        clear: both;
        display: block;
        width: 100%;
    }

    .bundelBox .title {
        color: #0173d3;
        background: #000;
        font-size: 37px;
        float: left;
        padding: 0px 15px;
        font-weight: bold;
    }

    .bundelBox .offer {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        padding-left: 10px;
        float: left;
    }

    .bundelBox .price {
        color: #000;
        font-size: 30px;
        font-weight: bold;
        padding-right: 5px;
        float: right;
    }

.infoArea {
    background: #c5dff5;
    padding: 50px 0px;
}

    .infoArea h2 {
        font-size: 35px;
        color: #0173d3;
        text-align: center;
        margin-bottom: 30px;
    }

.infBox {
    text-align: center;
}

    .infBox .icon {
        margin-bottom: 10px;
    }

    .infBox h4 {
        font-size: 20px;
        font-weight: bold;
        color: #0173d3;
    }

    .infBox p {
        margin-bottom: 0px;
    }

.assetArea {
    padding: 50px 0px;
    background: #f8f8f8;
}

.assetBox {
    padding-top: 20px;
}

    .assetBox h4 {
        font-size: 20px;
        font-weight: bold;
        color: #0173d3;
    }

    .assetBox p {
        font-size: 14px;
    }

.image {
    text-align: center;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #211d1e !important;
}

.callBox {
    background: #0173d3;
    padding: 10px 0px;
}

    .callBox .number {
        font-weight: bold;
        color: #fff;
        font-size: 48px;
        float: left;
        line-height: 70px;
    }

    .callBox .button {
        float: right;
    }

    .callBox a {
        font-size: 42px;
        color: #0173d3;
        background: #fff;
        padding: 10px 30px;
        border: 1px solid #000;
        display: inline-block;
    }

.footer {
    background: #202020;
    padding: 20px 0px;
    color: #fff;
}

.f-logo {
    margin-bottom: 20px;
}

.footer h4 {
    font-size: 30px;
    font-weight: 400;
}

.footer p {
    font-size: 14px;
    line-height: 30px;
}

ul.list-unstyled {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer ul > li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.text-right {
    text-align: right;
}

.copyright {
    font-size: 12px;
    line-height: 40px;
    color: #000;
}

    .copyright ul > li {
        padding-left: 10px;
    }

        .copyright ul > li a {
            font-size: 12px;
            line-height: 40px;
            color: #000;
        }

.shashka {
    display: flex;
    width: 100%;
}

    .shashka .leftArea {
        min-height: 404px;
        background: #555555;
        color: #fff;
        width: 50%;
    }

    .shashka .rightArea {
        min-height: 404px;
        width: 50%;
        background: #0173d3;
        color: #fff;
    }

    .shashka .content h2 {
        text-align: center;
    }

    .shashka .leftArea .content {
        width: 585px;
        margin-left: auto;
        padding: 15px;
    }

    .shashka .rightArea .content {
        width: 585px;
        margin-right: auto;
        padding: 15px;
    }

ul.featureList {
    width: 100%;
    font-size: 0px;
}

    ul.featureList > li {
        width: 50%;
        display: inline-block;
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        padding-left: 30px;
        position: relative;
    }

        ul.featureList > li:after {
            content: url('../images/icon-tick.png');
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0px;
        }


.hostingbanner {
    position: relative;
}

    .hostingbanner .contents {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .hostingbanner .contents .affordable {
            font-weight: bold;
            font-size: 42px;
            color: #262626;
        }

        .hostingbanner .contents h2 {
            font-weight: bold;
            font-size: 40px;
            color: #0173d3;
        }

        .hostingbanner .contents p {
            font-weight: bold;
            font-size: 18px;
            margin-top: 0px;
            color: #686868;
            text-align: left;
        }

.priceBox .was {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
}

    .priceBox .was span {
        padding: 2px 10px;
        background: #000;
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
    }

.price.bprice,
.price.bprice span {
    color: #0173d3;
}

ul.hplanList {
    text-align: center;
    color: #262626;
    font-size: 14px;
    line-height: 30px;
}

.text-left {
    text-align: left !important;
}

.policyContent {
    text-align: left !important;
    font-size: 14px;
}

    .policyContent span {
        color: #ff0000;
    }

.btn.btn-black {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn.btn-white {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.bg-black p {
    color: #fff;
}

.bg-gray {
    background: #e3eaf1;
}

.mb-0 {
    margin-bottom: 0px;
}

.btn-green {
    background: #5b9f02;
    padding: 5px 20px;
    color: #fff;
}

.btn.btn-round {
    border-radius: 25px;
}

.infBox small {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    font-size: 15px;
}



.btn-large {
    font-size: 36px;
    padding: 5px 10px;
}

.btn-brown {
    background: #cf8400;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #000;
    text-align: center;
    box-shadow: 0 4px #000;
}

.btn-large small {
    font-size: 15px !important;
}

/* Style the tab */
.tab {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 30px;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        font-weight: bold;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 30px;
        color: #0173d3;
        background: #fff;
    }



        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            color: #fff;
            background: #0173d3;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: middle;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

label.pkgType {
    font-weight: bold;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
    padding: 0 15px;
}


ul.featureListGreen {
    width: 100%;
    font-size: 0px;
}

    ul.featureListGreen > li {
        width: 100%;
        font-size: 18px;
        color: #000;
        line-height: 30px;
        padding-left: 30px;
        position: relative;
    }

        ul.featureListGreen > li:after {
            content: url('../images/icon-tick-green.png');
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0px;
        }


a.postBox {
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px #c4c2c2;
    display: block;
}

    a.postBox .image {
        height: 130px;
        overflow: hidden;
        line-height: 130px;
        text-align: center;
        margin-bottom: 15px;
    }

    a.postBox .title {
        padding: 0px 15px;
        height: 38px;
        font-size: 15px;
        font-weight: bold;
        overflow: hidden;
        margin-bottom: 10px;
    }

    a.postBox .postBy {
        padding: 0px 15px;
        font-size: 12px;
        color: #c4c2c2;
        overflow: hidden;
        margin-bottom: 10px;
        height: 14px;
        overflow: hidden;
    }

    a.postBox .price {
        padding: 0px 15px 10px;
        font-size: 18px;
        color: #000;
    }

    a.postBox span {
        display: inline-block;
        padding-right: 5px;
        font-size: 14px;
        color: #c4c2c2;
    }


ul.listcats {
    width: 100%;
    font-size: 0px;
}

    ul.listcats > li {
        padding-left: 10px;
        padding-right: 10px;
        color: #c4c2c2;
        width: 16.6667%;
    }

        ul.listcats > li a {
            color: #c4c2c2;
            line-height: 40px;
            font-size: 14px;
            box-shadow: 1px 1px 2px #c4c2c2;
            padding: 0px 10px;
            display: block;
            text-align: center;
            margin-bottom: 15px;
        }


.whinner {
    padding: 30px 0px;
    text-align: center;
}

    .whinner h2 {
        font-size: 40px;
        color: #0173d3;
        font-weight: bold;
        margin-bottom: 10px;
    }

.pkgArea {
    position: relative;
    background: #c7e4fb;
}

    .pkgArea .image {
        text-align: right;
        margin-top: -30px;
    }

.hpackage {
    background: #fff;
    width: 400px;
    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;
    }

table.table {
    margin-top: 20px;
    width: 100%;
    box-shadow: 0px 0px 1px #777;
}

    table.table > tbody > tr:nth-child(even) {
        background: #fff;
    }

    table.table > tbody > tr:nth-child(odd) {
        background: #8fe1ff;
    }

    table.table > tbody > tr.blueRow {
        background: #0173d3;
    }

        table.table > tbody > tr.blueRow th {
            color: #fff;
        }

    table.table > tbody > tr td, table.table > tbody > tr th {
        padding: 5px;
        border: 0px;
        line-height: 40px;
    }

a.btnBlue {
    display: inline-block;
    background: #163183;
    color: #fff;
    padding: 0px 10px;
    line-height: 30px !important;
}


.fbox {
    display: table;
    background: #f8f8f8;
    padding: 10px;
    vertical-align: middle;
    margin-bottom: 15px;
}

    .fbox .image {
        display: table-cell;
        padding-right: 15px;
        vertical-align: middle;
    }

    .fbox .content {
        display: table-cell;
        color: #4f4f4f;
        vertical-align: middle;
    }

/********Tab Devices*********/
@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }


    .linkBox {
        line-height: 30px;
    }

    .shashka,
    .shashka .leftArea,
    .shashka .rightArea,
    .shashka .leftArea .content,
    .shashka .rightArea .content {
        display: block;
        width: 100%;
    }

    ul.listcats > li {
        width: 25%;
    }
}
/********Tab Devices*********/
@media only screen and (max-width: 991px) {
    .pkgArea .image {
        display: none;
    }

    .resp {
        width: 100%;
        overflow-x: scroll;
    }

    .container, .col-1, .col-2, .col-3 {
        width: 100%;
    }

    .col-4 {
        width: 50%;
    }

    .linkBox {
        line-height: 30px;
    }

    .shashka,
    .shashka .leftArea,
    .shashka .rightArea,
    .shashka .leftArea .content,
    .shashka .rightArea .content {
        display: block;
        width: 100%;
    }

    ul.listcats > li {
        width: 33.333%;
    }
}
/*********Mobile Devices*********/
@media only screen and (max-width: 640px) {
    .container, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
        width: 100%;
    }

    .shashka,
    .shashka .leftArea,
    .shashka .rightArea,
    .shashka .leftArea .content,
    .shashka .rightArea .content,
    ul.featureList > li {
        display: block;
        width: 100%;
    }

    .search ul > li {
        width: 100% !important;
    }

    .logo {
        float: none;
        padding: 10px 0px;
        text-align: center;
    }


    .rightTop {
        float: none;
        text-align: center;
    }

        .rightTop .contact {
            display: table;
            float: none;
            margin-top: 10px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .rightTop .tMenu {
            float: none;
            margin-left: 0px;
        }

    .bundelBox {
        width: 100%;
        border: 1px solid #000;
        line-height: 30px;
    }

    .callBox .number {
        font-size: 35px;
        line-height: 46px;
    }

    .hostingbanner {
        position: relative;
    }

        .hostingbanner img {
            display: none;
        }

        .hostingbanner .contents {
            position: relative;
            width: 100%;
            top: 0;
            left: 0px;
            -moz-transform: translateY(-0%);
            -ms-transform: translateY(-0%);
            -o-transform: translateY(-0%);
            -webkit-transform: translateY(-0%);
            transform: translateY(-0%);
        }

    .pricing-area h1 {
        font-size: 39px;
        text-align: center;
        color: #0173d3;
    }

    .hostingbanner .contents .affordable,
    .hostingbanner .contents h2 {
        font-size: 24px;
    }

    label.pkgType {
        display: block;
    }

    ul.listcats > li {
        width: 100%;
    }

    .hpackage {
        width: 100%;
    }
}
