/**
 * iTelSoft.com Main Style Sheet
 * Additional styles for cHost beyond Bootstrap
 * @author    Md Sumon <http://fb.com/>
 * @copyright Copyright (c) msitbd.com 2004-2020
 * @link      http://iTelSoft.com/
 */
.nav-content .logo a img {
    max-width: 40%!important
}

header {
    padding: 10px 0 10px;
    min-height: calc(100vh);
    overflow: hidden;
    background: linear-gradient(to right top, #009688, #4CAF50, #8BC34A, #CDDC39, #FFEB3B);
    -background: url(../background-ch.png), linear-gradient(180deg, #fff 0, #fff);
    background-position: bottom, 50%;
    background-repeat: no-repeat;
    background-size: cover
}

header img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3;
    pointer-events: none
}

header .t-c h1 {
    font-size: 40px;
    text-shadow: 2px 2px 4px #ad717e;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 400;
    color: #ba759d
}

header .t-c p {
    font-size: 20px;
    text-shadow: 2px 2px 4px #059347;
    line-height: 30px;
    font-weight: 100;
    color: #000000;
    -opacity: .8
}

header .t-c b {
    font-weight: 500;
    color: #009688
}

header .sign-up-form form {
    padding: 10px;
    margin: 0;
    background: #ffffff00;
    border-radius: 500px 500px 500px 500px;
    -webkit-box-shadow: 0 8px 39px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 39px 4px rgba(0, 0, 0, .2)
}

header .sign-up-form form:hover {
    -webkit-box-shadow: 0 8px 39px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 39px 4px rgba(0, 0, 0, .3)
}

header .sign-up-form .form-head {
    margin-bottom: 32px
}

header .sign-up-form .form-head h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #232f3e
}

header .sign-up-form .input-group {
    margin-bottom: 20px
}

header .sign-up-form .input-group input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: var(--typeColor);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    border-radius: 5px;
    position: relative
}

header .sign-up-form .input-group input:focus {
    border-color: #0069ff;
    outline: 0
}

header .sign-up-form .input-group label {
    position: absolute;
    left: 16px;
    top: 12px;
    padding: 0 5px;
    cursor: text;
    pointer-events: none;
    font-size: 16px;
    transition: all .3s ease;
    background: #fff;
    color: rgba(3, 27, 78, .7)
}

header .sign-up-form .input-group.visited label {
    top: -7px;
    font-size: 12px;
    border-radius: 4px;
    color: #0069ff
}

header .sign-up-form .input-group button {
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: #0069ff;
    color: #fff;
    transition: background .3s ease
}

header .sign-up-form .input-group button:hover {
    background: #1633ff
}

header .sign-up-form .input-group button:focus {
    outline: 0;
    box-shadow: none
}

header .sign-up-form .input-group a {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #fff;
    color: #757575;
    border: 1px solid #dfe1e5;
    transition: background .3s ease
}

header .sign-up-form .input-group a:hover {
    background: #eee
}

header .form-footer {
    text-align: center;
    margin-top: 32px
}

header .form-footer p {
    font-size: 12px;
    color: rgba(3, 27, 78, .7);
    line-height: 18px;
    font-weight: 400
}

header .form-footer p a {
    color: #0069ff;
    text-decoration: underline!important;
    transition: color .3s ease
}

header .form-footer p a:hover {
    color: #1633ff
}

header .sign-up-form form .first-card {
    text-align: center;
    padding-bottom: 10px
}

header .sign-up-form form .first-card h4 {
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000
}

header .sign-up-form form .first-card .card-price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0
}

header .sign-up-form form .first-card .card-price .currency {
    font-size: 25px;
    line-height: 12px;
    font-weight: 700;
    margin-top: 7px;
    color: var(--typeColor)
}

header .sign-up-form form .first-card .card-price .amounts {
    font-size: 55px;
    line-height: 36px;
    font-weight: 700;
    color: var(--typeColor)
}

header .sign-up-form form .first-card .card-price .duration {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    align-self: flex-end;
    -color: var(--typeColor)
}

header .sign-up-form form .first-card .card-price .duration b {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    color: #6c757d;
    text-decoration: line-through;
    margin-right: 5px
}

ul.checkmark,
ul.checkmark-white {
    list-style-type: none;
    padding-left: 50px;
    font-weight: 100
}

ul.checkmark li:before {
    color: #093;
    font-size: 15px;
    content: "\f058";
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px
}

header .sign-up-form form .form-footer {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 0
}

header .sign-up-form form .form-footer a {
    border-radius: 50px 50px 50px 50px;
    background: #b7758882;
    padding: 10px 15px;
    margin-top: 18px;
    text-transform: capitalize;
    border: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    transition: background .2s ease
}

header .sign-up-form form .form-footer a:hover {
    background: var(--darColor)
}

.domain-box {
    text-align: center;
    padding-top: 20px;
    font-size: 16px
}

.domain-box main {
    text-align: center;
    font-size: 16px
}

.domain-box h4 {
    padding-top: 30px;
    color: #f44336;
    text-shadow: 0 0 4px #fff
}

.domain-box h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: 0 0 4px #fff;
    color: #009688
}

.domain-box input {
    padding: 20px 10px;
    font-size: 17px;
    -border: 1px solid #f69321;
    border-radius: 4px 0 0 4px
}

.domain-box button {
    color: #fff;
    font-size: 17px;
    padding: 0 17px;
    background: #4caf50;
    border: none;
    border-radius: 0 4px 4px 0
}

.domain-box button:hover {
    color: #fff;
    cursor: pointer;
    background: #8bc34a
}

.domain-box a {
    background: #4caf50;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 17px
}

.domain-box a:hover {
    background: #8bc34a;
    color: #fff
}

.domain-tld-prices {
    padding-bottom: 30px
}

.domain-tld-prices ul {
    margin-top: 0px;
    padding: 0;
    list-style: none;
    text-align: center;
    -border-bottom: 1px solid #4ca655
}

.domain-tld-prices li {
    display: inline-block;
    padding: 10px 20px;
    color: #0b9444;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    text-transform: uppercase
}

.domain-tld-prices img {
    display: block;
    max-width: 100%;
    height: auto
}

del {
    color: #333
}

.dsearch-box {
    padding-top: 70px;
    background: transparent
}

.dsearch-box h4 {
    padding-top: 30px;
    color: #f44336;
    text-shadow: 0 0 4px #fff
}

.dsearch-box h3 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #009688
}

.dsearch-box h3 span {
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 4px #fff;
    color: #ff9800
}

.dsearch-box input {
    padding: 20px 10px;
    font-size: 17px;
    -border: 1px solid #f69321;
    border-radius: 4px 0 0 4px
}

.dsearch-box button {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    padding: 0 17px;
    background: #4caf50;
    border: none;
    border-radius: 0 4px 4px 0
}

.dsearch-box button:hover {
    color: #fff;
    cursor: pointer;
    background: #8bc34a
}

.dsearch-box a {
    background: #4caf50;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 17px
}

.dsearch-box a:hover {
    background: #8bc34a;
    color: #fff
}

.dsearch-box a.click-btn {
    margin-left: 2%;
    background-color: #ff5722;
    color: #fff
}

.dsearch-box a.click-btn:hover {
    background: #ff5722b0;
    color: #fff
}

@media (max-width:575.98px) {
    .domain-box input {
        padding: 20px 10px;
        font-size: 12px;
        -border: 1px solid #f69321;
        border-radius: 4px 0 0 4px
    }
    .domain-box button {
        color: #fff;
        font-size: 12px;
        padding: 0 10px;
        background: #4caf50;
        border: none;
        border-radius: 0 4px 4px 0
    }
    .domain-box button:hover {
        color: #fff;
        cursor: pointer;
        background: #8bc34a
    }
}

.100 img {
    max-width: 100%;
    vertical-align: center;
    text-align: center
}

.features .btn-c button {
    background: 0 0;
    transition: color .2s ease, border-color .2s ease;
    font-weight: 600;
    outline: 0;
    border: none;
    border-bottom: 1px solid #535058;
    color: #535058;
    cursor: pointer
}

.features .btn-c button:hover {
    color: #2c2f3e;
    border-color: #2c2f3e
}

.hosting .host-taps ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #c1c7d0
}

.hosting .host-taps li {
    position: relative;
    min-width: 180px;
    top: 1px;
    padding: 15px 25px;
    text-align: center;
    list-style-type: none;
    cursor: pointer;
    border: 1px solid #c1c7d0;
    border-right: 0;
    background: #f4f5f7
}

.hosting .host-taps li.active {
    background: #f9fbfc;
    border-bottom-color: #f9fbfc
}

.hosting .host-taps li:first-child {
    border-top-left-radius: 4px
}

.hosting .host-taps li:last-child {
    border-top-right-radius: 4px;
    border-right: 1px solid #c1c7d0
}

.hosting .host-taps li img {
    max-width: 30px
}

.hosting .item-head {
    margin-top: 40px
}

.hosting .item-head h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: var(--typeColor)
}

.hosting .item-head p {
    font-size: 18px;
    color: var(--pColor)
}

.hosting .cards {
    margin-top: 74px
}

.hosting .card {
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0!important
}

.hosting .card.main-card {
    background: 0 0
}

.hosting .card.main-card .card-body {
    border: none!important
}

.hosting .card.main-card ul {
    margin-top: 130px!important
}

.hosting .card.main-card ul li span {
    font-weight: 400
}

.hosting .cards .row>div .card-body {
    position: relative;
    border: 1px solid #c1c7d0
}

.hosting .cards .row>div .card.recommend .card-head {
    position: absolute;
    top: -43px;
    width: 100%;
    font-size: 20px;
    padding: 7px 0;
    color: #fff;
    background: var(--mainColor)
}

.hosting .cards .row>div .card.l-card .card-body {
    border-right-width: 0;
    border-top-left-radius: 2px!important;
    border-bottom-left-radius: 2px!important
}

.hosting .cards .row>div .card.recommend .card-body {
    z-index: 2;
    padding-bottom: 30px!important;
    border-color: var(--mainColor)
}

.hosting .cards .row>div .card.r-card .card-body {
    border-left-width: 0;
    border-top-right-radius: 2px!important;
    border-bottom-right-radius: 2px!important
}

.hosting .card-title {
    margin: .5rem 0;
    font-size: .9rem;
    letter-spacing: .1rem;
    font-weight: 700;
    color: #f69321
}

.hosting .card-price {
    margin: 0;
    font-size: 40px
}

.hosting .card-price .period {
    font-size: 20px
}

.hosting .card hr {
    margin: 1.5rem 0
}

.hosting .card ul {
    text-align: center;
    padding: 0;
    margin: 0 0 30px
}

.hosting .card ul li {
    margin-bottom: 1rem;
    list-style-type: none;
    font-weight: 700;
    color: #232f3e
}

.hosting ul li span {
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: 400;
    color: #5b5b5b
}

.hosting .mute {
    text-decoration: line-through
}

.hosting .card a {
    text-align: center;
    min-width: auto;
    display: block;
    font-size: 14px;
    color: #fff
}

.host-item {
    display: none
}

#shared {
    display: block
}

.about-us .t-c h3 {
    font-size: 35px;
    font-weight: 700;
    color: var(--typeColor)
}

.about-us .t-c p {
    max-width: 90%;
    font-size: 18px;
    color: var(--pColor)
}

.about-us .t-c a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: #0069ff;
    transition: color .3s ease
}

.about-us .t-c a i {
    transition: margin-left .3s ease, color .3s ease
}

.about-us .t-c a:hover {
    color: #1633ff
}

.about-us .t-c a:hover i {
    margin-left: 15px!important;
    color: #1633ff
}

.about-us .image-c img {
    max-width: 100%;
    animation: widgetPulse infinite 1.7s
}

.support-bar {
    padding: 30px 0;
    font-size: 25px;
    color: #fff;
    background: #4caf50
}

.support-bar a {
    color: #fff
}

.support-bar h8 {
    font-size: 12px;
    color: #fff
}

@media (max-width:1199.98px) {
    header .t-c h1 {
        font-size: 48px
    }
}

@media (max-width:991.98px) {
    header img.bg {
        display: none
    }
    header .t-c {
        text-align: center
    }
    header .sign-up-form form {
        max-width: 220px;
        margin: 0 auto;
        padding: 10px 0px
    }
    .hosting .cards .row>div .card .card-body {
        border-width: 1px!important
    }
    .hosting .cards .row>div .card.recommend .card-body {
        padding-bottom: 20px!important
    }
    .compare .h-table {
        top: 59px
    }
    .compare .c-table tbody tr.bg-gray {
        background: #f9fbfc
    }
    .compare .c-table thead tr td {
        font-size: 18px;
        width: 25%
    }
    .about-us .t-c p {
        max-width: 100%
    }
}

@media (max-width:767.98px) {
    header .t-c {
        text-align: left
    }
    header .t-c h1 {
        font-size: 52px;
        line-height: 58px
    }
    .hosting .item-head h3 {
        font-size: 22px
    }
    .hosting .item-head p {
        font-size: 16px
    }
    .hosting .host-taps li {
        padding: 15px;
        min-width: 110px
    }
    .hosting .host-taps li img {
        display: none
    }
    .hosting .cards .card {
        width: 350px;
        margin: 0 auto 30px
    }
    .hosting .cards {
        margin-top: 30px
    }
    .hosting .cards .row>div .card.l-card {
        margin-bottom: 70px
    }
    .compare .h-table {
        position: relative;
        top: 0
    }
    .compare .c-table .h-table thead tr td {
        width: 131px!important;
        min-width: 131px!important;
        padding: 20px 0
    }
    .compare .c-table td {
        width: 131px!important;
        min-width: 131px!important;
        padding: 20px 0
    }
    .support-bar {
        font-size: 18px
    }
}

@media (max-width:575.98px) {
    header {
        padding: 120px 0 60px
    }
    header .t-c h1 {
        font-size: 36px;
        line-height: 44px
    }
    header .sign-up-form .form-head {
        margin-bottom: 25px
    }
    header .sign-up-form .form-head h2 {
        font-size: 18px
    }
    header .sign-up-form .input-group {
        margin-bottom: 12px
    }
    header .sign-up-form .input-group input {
        height: 44px
    }
    header .sign-up-form .input-group label {
        top: 11px;
        font-size: 14px
    }
    header .sign-up-form .input-group a,
    header .sign-up-form .input-group button {
        height: 44px;
        font-size: 14px
    }
    header .sign-up-form .input-group a svg {
        height: 15px;
        width: 15px
    }
    header .form-footer {
        margin-top: 25px
    }
    .hosting .host-taps li {
        min-width: 25%!important
    }
    .hosting .cards .card {
        width: 320px
    }
    .compare .c-table .h-table thead tr td,
    .compare .c-table tbody tr td {
        padding: 15px 0
    }
    .about-us .t-c h3 {
        font-size: 24px;
        line-height: 30px
    }
    .about-us .t-c p {
        font-size: 16px;
        line-height: 24px
    }
}

[style*="--aspect-ratio"]>:first-child {
    width: 100%
}

[style*="--aspect-ratio"]>img {
    height: auto
}

@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)))
    }
    [style*="--aspect-ratio"]>:first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }
}

.banner {
    text-align: center;
    background: #fff url(https://banner.png) no-repeat
}

.cwatch-new {
    padding: 15px;
    transition: .3s linear
}

.cwatch-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.cwatch {
    padding: 140px 0 80px;
    min-height: calc(100vh);
    overflow: hidden;
    background: url(../background-circles.png), linear-gradient(180deg, #4caf50 0, #cddc39);
    background-position: bottom, 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.cwatch h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.cwatch h1 span {
    color: #ffeb3b
}

.cwatch .comodo {
    padding: 30px 0;
    font-size: 16px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center
}

.article-section {
    overflow: hidden
}

.home-article-section .article-blocks {
    padding: 0
}

.blue-bg {
    background-color: #2196f347
}

.home-article-section .article-blocks .arrow-block {
    margin-top: -5px;
    height: 215px
}

.article-section .article-blocks .arrow-block {
    width: 370px;
}

.article-blocks .arrow-block.left-arrow {
    float: left;
    padding-right: 128px
}

.article-blocks .arrow-block {
    position: relative;
    width: 320px;
    height: 223px
}

.article-blocks .arrow-block.left-arrow:before {
    left: -2973px
}

.article-blocks .arrow-block.blue-arrow:before {
    background: url(https://cwatch.comodo.com/images-new/arrows/blue-arrow-plain-bg.png) repeat
}

.article-blocks .arrow-block:before {
    content: '';
    width: 3175px;
    height: 223px;
    position: absolute;
    top: 0
}

.home-article-section .left-arrow h2,
.home-article-section .right-arrow h3,
.home-article-section .right-arrow h4 {
    text-transform: uppercase;
    font-size: 28px;
    font-style: italic;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 9;
    height: 211px;
    padding: 70px 0 54px
}

.article-section .article-blocks .arrow-block.left-arrow::after {
    right: 40px
}

.article-blocks .arrow-block.blue-arrow:after {
    background: url(https://cwatch.comodo.com/images-new/arrows/blue-left-arrow.png) no-repeat
}

.article-blocks .arrow-block:after {
    content: '';
    width: 128px;
    height: 223px;
    position: absolute;
    top: 0
}

.article-blocks .article-content {
    padding: 20px 0 0 60px
}

.home-article-section .open-sans-family {
    line-height: normal;
}

.article-blocks p {
    color: #444452;
    font-size: 24px;
    line-height: 45px;
    font-weight: 300;
}

.banner-bottom .container::before {
    content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 25px;
    background-color: #ebebeb
}

.banner-bottom>div .row:first-child {
    position: relative
}

.banner-bottom>div .row:first-child::before {
    width: 1200px;
    height: 450px;
    background: url(https://cwatch.comodo.com/images-new/curved-arrow.png) no-repeat;
    position: absolute;
    top: 115px;
    left: 210px
}

.banner-bottom .media {
    font-family: 'Open Sans'
}

.media:first-child {
    margin-top: 20px
}

.banner-bottom .media .media-body,
.banner-bottom .media .media-left {
    vertical-align: middle
}

.banner-bottom .media .media-left {
    padding-right: 35px
}

.banner-bottom .media .media-body {
    text-align: center;
    margin-top: 100px;
    background-color: #fff;
    padding: 0 15px
}

.banner-bottom .media p {
    font-size: 21px;
    line-height: 27px;
    color: #5b5b5b;
    margin: 0
}

.banner-bottom .media span {
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    color: #5b5b5b;
    display: block;
    margin: 10px 0
}

.banner-bottom .media strong {
    font-size: 36px;
    font-weight: 700;
    color: #22a364;
    text-transform: uppercase
}

.banner-bottom>div .row:nth-of-type(2) .media-body {
    max-width: none;
    padding: 20px 10px;
    border: 7px solid #cddc39;
    border-radius: 5px
}

.banner-bottom .media p strong {
    font-size: 21px;
    font-weight: 600;
    color: #1976cc;
    text-transform: lowercase
}

.banner-bottom .cta-btn-group {
    margin-top: 60px
}

.banner-bottom .cta-btn-group:after,
.banner-bottom .cta-btn-group:before {
    content: '';
    display: table
}

.dark-org-btn {
    font-family: Raleway;
    font-size: 25px;
    font-weight: 800;
    background-color: #ff4500;
    padding: 18px 35px;
    color: #fff;
    border: 1px solid #ff4500;
    display: inline-block;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
    text-decoration: none
}

.dark-org-btn span {
    vertical-align: middle
}

.dark-org-btn .fa {
    font-size: 50px;
    margin-left: 15px;
    vertical-align: middle
}

.banner-bottom .cta-btn-group span.cta-desc {
    font-size: 21px;
    font-weight: 500;
    color: #22a364;
    width: 100%;
    float: left;
    margin: 15px 0 0;
    text-align: center;
    letter-spacing: 1px
}

.banner-bottom .cta-btn-group:after {
    clear: both
}

.banner-bottom .queue-row {
    position: relative
}

.banner-bottom .queue-row {
    padding: 60px 0
}

.banner-bottom .queue-row::before {
    content: '';
    width: 61px;
    height: 75px;
    background: url(https://cwatch.comodo.com/images-new/lock-icon.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 47px
}

.banner-bottom .queue-h3 {
    margin-bottom: 8px;
    font-weight: 700;
    color: #22a364
}

.banner-bottom .queue-para {
    font-size: 24px
}

.banner-bottom .queue p {
    width: 135px;
    height: 135px;
    border: 5px solid #8c92a2;
    padding: 7px;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 20px
}

.banner-bottom .queue p span {
    width: 100%;
    height: 100%;
    display: block;
    border: 5px solid #76afdf;
    border-radius: 8px;
    font: 500 44px/95px 'Barlow Condensed';
    color: #7bc9a3;
    text-align: center
}

.banner-bottom .cta-btn-group.group2 {
    margin-top: 0
}

.banner-bottom .container::after {
    content: '';
    width: 1000px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 104px;
    background-color: #ebebeb
}

.cwatch-web-bottom {
    background-color: #444452;
    height: 211px;
    margin-top: 60px
}

.cwatch-web-bottom .arrow-left {
    width: 320px;
    height: 211px;
    float: left
}

.cwatch-web-bottom .arrow-left {
    position: relative
}

.cwatch-web-bottom .arrow-left::before {
    content: '';
    background-color: #22a364;
    width: 3175px;
    height: 211px;
    position: absolute;
    top: 0;
    left: -2973px
}

.cwatch-web-bottom .arrow-left h2,
.cwatch-web-bottom .arrow-left p {
    text-transform: uppercase;
    font-size: 22px;
    font-style: italic;
    color: #fff;
    margin-top: 10px;
    position: relative;
    z-index: 9;
    padding: 44px 0 54px;
    line-height: inherit
}

.cwatch-web-bottom .arrow-left::after {
    content: '';
    width: 119px;
    height: 211px;
    background: url(https://cwatch.comodo.com/images-new/green-arrow.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0
}

.cwatch-web-bottom img {
    margin-top: 22px
}

.cwatch-web-bottom .btn {
    margin-top: 35px;
    font-weight: 500;
    text-transform: uppercase
}

.cwatch-web-bottom .btn:hover {
    color: #fff
}

.btn-green {
    background-color: #22a364;
    font-size: 18px;
    padding: 12px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 7px 9px 8px rgba(0, 0, 0, .6)
}

.btn-blue {
    background-color: #1976cc;
    font-size: 18px;
    padding: 12px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 7px 9px 8px rgba(0, 0, 0, .6)
}

.online-presence h3 {
    text-align: center;
    font-size: 50px;
    margin-top: 40px;
    color: #303030
}

.online-presence p.para {
    font-size: 28px;
    line-height: 40px;
    font-weight: 200;
    margin: 25px 0 0
}

.online-presence span {
    font-size: 23px;
    display: block;
    margin-top: 20px
}

.features .item img.cimg {
    padding: 15px;
    background: #607e82;
    margin-bottom: 25px;
    pointer-events: none;
    max-width: none;
    border-radius: 0;
    border: 0
}

.features .item h4.fnt {
    font-size: 50px;
    line-height: 44px;
    color: #22a364;
    font-weight: 700
}

.pricing-table-2 .table-titles {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    color: var(--green)
}

.pricing-table-2 .table-body>li .card-price .amounts {
    font-size: 70px;
    line-height: 84px;
    font-weight: 700;
    color: var(--typeColor)
}

.card-names h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--typeColor)
}

.pricing-table-2 .table-body>li .offers .save {
    font-size: 14px;
    font-weight: 600;
    line-break: 21px;
    color: #fff;
    background: #4caf50;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    padding: 6px 10px
}

.pricing-table-2 .table-body>li .offers-h .save {
    font-size: 14px;
    font-weight: 600;
    line-break: 21px;
    text-align: center;
    color: #fff;
    background: #ff9800;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 6px 10px
}

.pricing-table-2 h2.table-subtitles {
    margin-bottom: 100px;
    font-weight: 700;
    font-size: 28px;
    color: var(--pColor)
}

@media (max-width:991.98px) {
    @media (max-width: 767.98px) {
        @media (max-width: 575.98px) {
            .banner-bottom .media .media-left {
                display: none
            }
            .article-blocks .article-content {
                padding: 20px
            }
            img.center-block {
                width: 100%;
                height: auto
            }
            #section4 {
                padding: 350px 0 0 0
            }
            .features .item h4.fnt {
                font-size: 32px!important
            }
            .features .item img.cimg {
                max-width: 130px!important
            }
            .pricing-table-2 .table-body>li .card-features li {
                text-align: left
            }
            .banner-bottom .media .media-body {
                text-align: center;
                margin-top: 0;
                background-color: #fff;
                padding: 0 15px
            }
        }
    }
}

section img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3;
    pointer-events: none
}

section h1 {
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

section ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 50px auto
}

section ul li {
    list-style: none
}

section ul img {
    width: 44px;
    margin-bottom: 20px
}

section ul li {
    list-style: none
}

section ul p {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    opacity: .8
}

section .contain>p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 6px #000000;
    opacity: .8;
    margin-bottom: 50px
}

.pricing-table-2 .table-title {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    color: var(--typeColor)
}

.pricing-table-2 .table-subtitle {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 28px;
    color: var(--pColor)
}

.pricing-table-2 .table-body {
    display: flex;
    margin-top: 100px;
    align-items: center;
    justify-content: center
}

.pricing-table-2 .table-body>li {
    border: 2px solid #e1e1e1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 35px 20px 50px 20px;
    border-radius: 5px;
    position: relative;
    transition: all .2s ease-in-out 0s;
    min-width: 340px
}

.pricing-table-2 .table-body>li .offer {
    -display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.pricing-table-2 .table-body>li .offer .old-price {
    font-size: 18px;
    padding: 10px;
    line-height: 27px;
    font-weight: 500;
    color: #F44336;
    text-decoration: line-through;
    margin-right: 5px
}

.pricing-table-2 .table-body>li .offer .save {
    font-size: 14px;
    font-weight: 600;
    line-break: 21px;
    color: #fff;
    background: #4caf50;
    border-radius: 40px;
    padding: 6px 10px;
    opacity: .5
}

.pricing-table-2 .table-body>li .card-price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px
}

.pricing-table-2 .table-body>li .card-price .currency {
    font-size: 35px;
    line-height: 53px;
    font-weight: 700;
    margin-top: 7px;
    color: var(--typeColor)
}

.pricing-table-2 .table-body>li .card-price .amount {
    font-size: 70px;
    line-height: 84px;
    font-weight: 700;
    color: var(--typeColor)
}

.pricing-table-2 .table-body>li .card-price .duration {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    align-self: flex-end;
    color: var(--typeColor)
}

.pricing-table-2 .table-body>li .card-features {
    margin-bottom: 25px
}

.pricing-table-2 .table-body>li .card-features li {
    list-style: none;
    font-size: 16px;
    line-height: 38px
}

.pricing-table-2 .table-body>li .card-features li i {
    margin-right: 5px;
    color: #91dc5a;
    font-size: 20px
}

.pricing-table-2 .table-body>li .card-features li b {
    text-transform: capitalize
}

.pricing-table-2 .table-body>li .card-features li span {
    text-transform: capitalize
}

.pricing-table-2 .table-body>li .buy-card {
    width: 100%;
    text-align: center
}

.pricing-table-2 .table-body>li .buy-card button {
    width: 250px;
    color: #fff;
    background-color: #8bc34a;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding: 13px;
    border: 0;
    outline: 0;
    box-shadow: 0 3px 0 0 #309434;
    transition: all .4s ease
}

.pricing-table-2 .table-body>li .buy-card button:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 40px 29px -19px #309434
}

.pricing-table-2 .table-body>li .buy-card button:active {
    box-shadow: inset 0 0 10px 1px var(--mainColor), 0 40px 29px -19px rgba(0, 105, 255, .95);
    -webkit-transform: scale(.95) translateY(-9px);
    transform: scale(.95) translateY(-9px)
}

.pricing-table-2 .table-body .hot-card {
    padding: 55px 20px 70px 20px;
    border: 2px solid #ff9800
}

.pricing-table-2 .table-body .ribbon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    height: 70px;
    width: 70px;
    top: -35px;
    right: 15px;
    background: #ff9800;
    border-radius: 50%
}

.pricing-table-2 .table-body>li.hot-card .offer .save {
    background: #ff9800
}

.pricing-table-2 .table-body>li.hot-card .buy-card button {
    background-color: #ffc107;
    box-shadow: 0 3px 0 0 #e48800
}

.pricing-table-2 .table-body>li.hot-card .buy-card button:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 40px 29px -19px #e48800
}

.pricing-table-2 .cards {
    margin-top: 50px
}

.pricing-table-2 .cards ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

.pricing-table-2 .cards ul li {
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 2px
}

.compare .c-table table {
    border: none
}

.compare .h-table {
    position: sticky;
    top: 59px;
    background: #fff
}

.compare .c-table thead tr th {
    width: 35%;
    text-align: left;
    border: none
}

.compare .c-table .h-table thead tr td {
    border-top: 1px solid #c1c7d0;
    min-width: 135px
}

.compare .c-table thead tr td:last-child {
    border-right: 1px solid #c1c7d0
}

.compare .c-table thead tr td {
    width: 18.25%;
    font-weight: 700;
    font-size: 20px;
    color: #2c2f3e;
    border: none;
    border-left: 1px solid #c1c7d0
}

.compare .c-table td,
.compare .c-table th {
    padding: 25px;
    vertical-align: middle;
    text-align: center;
    color: #2c2f3e
}

.compare .c-table td i {
    font-size: 20px;
    color: #0069ff
}

.compare .p-head {
    text-align: center;
    padding: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #2c2f3e;
    border: 1px solid #c1c7d0;
    border-bottom: 0
}

.compare .c-table tbody tr:first-child td {
    border-top: 0!important
}

.compare .c-table tbody tr th {
    text-align: left;
    border-left: none;
    font-size: 15px;
    color: #2c2f3e;
    border-color: #c1c7d0
}

.compare .c-table tbody tr td {
    border-right: none;
    font-size: 16px;
    color: #2c2f3e;
    border-color: #c1c7d0
}

.compare .c-table tbody tr td:last-child {
    border-right: 1px solid #c1c7d0
}

.compare .c-table tbody tr td.title {
    font-size: 18px
}

/ .compare .c-table thead tr td .name {
    margin-bottom: 5px;
    display: block;
    line-height: normal;
    font-size: 20px
}

.compare .c-table .card-price {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.compare .c-table .card-price .currency {
    font-size: 15px;
    line-height: 12px;
    font-weight: 700;
    margin-top: 7px;
    color: var(--typeColor)
}

.compare .c-table .card-price .amount {
    font-size: 45px;
    line-height: 36px;
    font-weight: 700;
    color: var(--typeColor)
}

.compare .c-table .card-price .duration {
    font-size: 14px;
    line-height: 11px;
    font-weight: 600;
    align-self: flex-end;
    color: var(--typeColor)
}

.compare .c-table thead tr td button {
    border-radius: 4px;
    background: var(--mainColor);
    padding: 10px 15px;
    margin-top: 18px;
    text-transform: capitalize;
    border: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    transition: background .2s ease
}

.compare .c-table thead tr td button:hover {
    background: var(--darColor)
}

.compare .c-table thead tr td.hot button {
    background: var(--hotColor)
}

.compare .c-table thead tr td.hot button {
    background: var(--hotColor)
}

.compare .c-table thead tr td.hot button:hover {
    background: var(--darHotColor)
}

@media (max-width:1199.98px) {
    header h1 {
        font-size: 54px
    }
    header ul img {
        width: 40px
    }
    .pricing-table-2 .table-title {
        font-size: 40px;
        margin-bottom: 15px
    }
    .pricing-table-2 .table-subtitle {
        font-size: 24px
    }
    .pricing-table-2 .table-body>li {
        padding: 25px 10px 40px 10px;
        min-width: 33.333%
    }
    .pricing-table-2 .table-body>li .card-name h3 {
        height: 20px
    }
    .pricing-table-2 .table-body>li .offer {
        margin-bottom: 20px
    }
    .pricing-table-2 .table-body>li .card-price .amount {
        font-size: 86px;
        line-height: 76px
    }
    .pricing-table-2 .table-body>li .card-price {
        margin-bottom: 20px
    }
    .pricing-table-2 .table-body>li .buy-card button {
        width: 220px;
        padding: 10px;
        font-size: 16px
    }
}

@media (max-width:991.98px) {
    header ul {
        margin-bottom: 25px
    }
    .pricing-table-2 .table-body {
        display: block
    }
    .pricing-table-2 .table-body>li {
        display: inline-block;
        min-width: calc(50% - 15px);
        margin-bottom: 30px
    }
    .pricing-table-2 .table-body .hot-card {
        float: right;
        padding: 25px 10px 40px 10px
    }
    .pricing-table-2 .table-body>li .card-features {
        text-align: center
    }
    .compare .h-table {
        top: 59px
    }
    .compare .h-table {
        top: 59px
    }
    .compare .c-table thead tr td {
        width: 33.333%
    }
    .compare .c-table tbody tr.bg-gray {
        background: #f9fbfc
    }
}

@media (max-width:767.98px) {
    header h1 {
        font-size: 52px;
        margin-bottom: 25px
    }
    header .contain>p {
        margin-bottom: 30px
    }
    header ul {
        display: none
    }
    .pricing-table-2 .table-title {
        font-size: 24px
    }
    .pricing-table-2 .table-subtitle {
        font-size: 18px
    }
    .pricing-table-2 .table-body>li {
        display: block;
        -width: 350px;
        margin: 0 auto 30px;
        float: none!important
    }
    .pricing-table-2 .table-body .ribbon {
        -top: 15px
    }
    .pricing-table-2 .cards {
        margin-top: 30px
    }
    .pricing-table-2 .cards ul {
        display: block;
        text-align: center
    }
    .pricing-table-2 .cards ul li {
        display: inline-block;
        margin: 2px 2px 5px
    }
    .pricing-table-2 .table-body>li .card-name h3 {
        font-size: 20px
    }
    .pricing-table-2 .cards ul li img {
        width: 64px
    }
    .compare .h-table {
        top: 0
    }
    .compare .c-table thead tr td .name {
        font-size: 18px
    }
    .compare .c-table .card-price .amount {
        font-size: 36px;
        line-height: 30px
    }
    .compare .c-table thead tr td button {
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 18px;
        padding: 8px
    }
    .compare .h-table thead tr td {
        padding: 15px 20px
    }
}

@media (max-width:575.98px) {
    header {
        padding: 120px 0 60px
    }
    header h1 {
        font-size: 28px;
        margin-bottom: 16px
    }
    header .contain>p {
        font-size: 18px
    }
    .compare .c-table tbody tr td {
        padding: 15px 0
    }
}

.server {
    padding: 140px 0 80px;
    min-height: calc(100vh);
    overflow: hidden;
    background-image: linear-gradient(to right bottom, #051937, #012153, #0e286f, #282c8a, #472da3);
    background-position: bottom, 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.pricing-table .c-table table {
    border: none
}

.pricing-table .h-table {
    position: sticky;
    top: 59px;
    background: #fff;
    z-index: 9
}

.pricing-table .c-table thead tr th {
    width: 35%;
    text-align: left;
    border: none
}

.pricing-table .c-table .h-table thead tr td {
    border-top: 1px solid #c1c7d0;
    -border-bottom: 1px solid #c1c7d0;
    padding: 20px 0
}

.pricing-table .c-table thead tr td:last-child {
    border-right: 1px solid #c1c7d0
}

.pricing-table .c-table thead tr td {
    width: 11.5%;
    text-transform: uppercase;
    font-size: 14px;
    font-family: roboto, sans-serif;
    color: #999;
    border: none;
    border-left: 1px solid #c1c7d0
}

.pricing-table .c-table .h-table thead tr td img {
    width: 20px
}

.pricing-table .c-table thead tr td span {
    display: inline-block;
    vertical-align: text-top
}

.pricing-table .c-table td,
.pricing-table .c-table th {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    font-family: roboto, sans-serif;
    color: #2c2f3e
}

.pricing-table .c-table tbody tr:hover {
    background: 0 0
}

.pricing-table .c-table tbody tr th {
    text-align: left;
    border-left: none;
    font-size: 15px;
    color: #2c2f3e;
    border-color: #c1c7d0
}

.pricing-table .c-table tbody tr td {
    border-right: none;
    border-color: #c1c7d0;
    cursor: default
}

.pricing-table .c-table tbody tr td .name {
    display: inline;
    color: #2c2f3e;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0
}

.pricing-table .c-table tbody tr td h6 {
    margin-top: 8px;
    font-size: 12px
}

.pricing-table .c-table tbody tr td.price {
    position: relative
}

.pricing-table .c-table tbody tr td.price>span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px
}

.pricing-table .c-table tbody tr td.price .old {
    color: #b7b7b7;
    text-decoration: line-through
}

.pricing-table .c-table tbody tr td:hover .price .old {
    color: #fff;
    text-decoration: line-through
}

.pricing-table .c-table tbody tr td.price .new {
    color: var(--mainColor);
    font-size: 18px
}

.pricing-table .c-table tbody tr td:hover .price .new {
    color: #fff;
    font-size: 18px
}

.pricing-table .c-table tbody tr.hot td.price .new {
    color: var(--hotColor)
}

.pricing-table .c-table tbody tr td .progress {
    display: inline-flex;
    width: 60px;
    vertical-align: middle;
    margin-left: 10px
}

.pricing-table .c-table tbody tr.hot .progress-bar {
    background: var(--hotColor)
}

.pricing-table .c-table .ribbon,
.pricing-table .c-table-2 .i-c .item .ribbon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.pricing-table .c-table .ribbon span,
.pricing-table .c-table-2 .i-c .item .ribbon span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #0069ff;
    background: linear-gradient(var(--mainColor) 0, var(--darColor) 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px
}

.pricing-table .c-table tbody tr.hot .ribbon span,
.pricing-table .c-table-2 .i-c .item.hot .ribbon span {
    background: var(--hotColor);
    background: linear-gradient(var(--hotColor) 0, var(--darHotColor) 100%)
}

.pricing-table .c-table tbody tr td:last-child {
    border-right: 1px solid #c1c7d0
}

.pricing-table .c-table tbody tr td.price .cart-btn {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    transition: background .2s ease, opacity .2s ease
}

.pricing-table .c-table tbody tr:hover td.price .cart-btn {
    visibility: visible;
    opacity: 1
}

.pricing-table .c-table tbody tr td.price .cart-btn a {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 0 4px 4px 0;
    background: var(--mainColor)
}

.pricing-table .c-table tbody tr td.price .cart-btn a:hover {
    background: var(--darColor)
}

.pricing-table .c-table tbody tr td.price .cart-btn a i {
    color: #fff;
    font-size: 20px
}

.pricing-table .c-table tbody tr.hot td.price .cart-btn a,
.pricing-table .c-table-2 .item.hot td a {
    background: var(--hotColor)
}

.pricing-table .c-table tbody tr.hot td.price .cart-btn a:hover,
.pricing-table .c-table-2 .item.hot td a:hover {
    background: var(--darHotColor)
}

.pricing-table .cards {
    margin-top: 50px
}

.pricing-table .cards ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

.pricing-table .cards ul li {
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 2px
}

.section-4 {
    background: linear-gradient(180deg, #0047c6 0, #001d99)
}

.section-4 .head {
    margin-bottom: 70px
}

.section-4 .section-head h2 {
    color: #fff
}

.section-4 .section-head p {
    color: #fff;
    opacity: .8
}

.section-4 .contain .list ul {
    position: relative;
    width: fit-content;
    padding: 0;
    overflow: hidden
}

.section-4 .contain .list ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    opacity: .3;
    z-index: 1
}

.section-4 .contain .list li {
    list-style: none;
    padding: 10px 25px 10px 15px;
    cursor: pointer;
    z-index: 2;
    position: relative;
    border: 2px solid transparent;
    transition: border-color .2s ease
}

.section-4 .contain .list li span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    opacity: .6;
    transition: opacity .2s ease
}

.section-4 .contain .list li:hover span {
    opacity: 1
}

.section-4 .contain .list li.selected {
    border-left: 2px solid #fff
}

.section-4 .contain .list li.selected span {
    color: #fff;
    opacity: 1
}

.section-4 .contain .t-c .item {
    display: none
}

.section-4 .contain .t-c .item.show {
    display: block
}

.section-4 .contain .t-c .item .t-s {
    margin-bottom: 50px
}

.section-4 .contain .t-c .item .t-s h2 {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff
}

.section-4 .contain .t-c .item .t-s p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    opacity: .6
}

.section-4 .contain .t-c .item .b-s h2 {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff
}

.section-4 .contain .t-c .item .b-s .ul-c {
    display: flex;
    align-self: center;
    justify-content: space-between
}

.section-4 .contain .t-c .item .b-s li {
    list-style: none;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    opacity: .6
}

.section-4 .contain .t-c .item .b-s li:not(:last-child) {
    margin-bottom: 5px
}

.section-6 h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #737373
}

.section-6 p {
    font-size: 17px;
    opacity: .9;
    color: #737373;
    max-width: 800px;
    margin: 0 auto
}

.dedicated-server-image {
    text-align: center;
    padding: 0 0 50px 0;
    background: 0 0
}

.dedicated-server-image img {
    max-width: 110px
}

.map-section .content {
    position: relative
}

.map-section #map-img {
    opacity: .7
}

.map-section .f-c {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.map-section .f-c .flag {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .5s ease
}

.map-section .f-c .flag img {
    width: 28px;
    z-index: 3;
    cursor: pointer
}

.map-section .f-c .flag:nth-child(odd) .flag-border {
    animation: widgetPulse infinite 1.5s
}

.map-section .f-c .flag:nth-child(even) .flag-border {
    animation: widgetPulse infinite 1.5s .7s
}

.map-section .f-c .flag .flag-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 3px solid var(--typeColor);
    z-index: -1;
    border-radius: 50%
}

@-webkit-keyframes widgetPulse {
    50% {
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        transform: scale(2, 2);
        opacity: 0
    }
}

@keyframes widgetPulse {
    50% {
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        transform: scale(2, 2);
        opacity: 0
    }
}

.map-section .flag-info {
    position: absolute;
    white-space: nowrap;
    left: -6px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 10px;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, .2);
    transition: all .5s ease
}

.map-section .flag-info a {
    max-width: 0;
    overflow: hidden;
    font-size: 16px;
    color: var(--mainColor);
    transition: all .5s ease
}

.map-section .f-c .flag.open {
    z-index: 4;
    top: 50px;
    left: 47%;
    transform: translateX(-50%)
}

.map-section .f-c .flag.open .flag-border {
    animation: none
}

.map-section .f-c .flag.open .flag-info {
    max-width: 200px;
    box-shadow: 0 10px 20px rgba(3, 27, 78, .1);
    background: rgba(255, 255, 255, 1)
}

.map-section .f-c .flag.open a {
    max-width: 300px;
    padding-left: 34px
}

.map-section .f-c .e01-f {
    left: 16%;
    top: 20%
}

.map-section .f-c .e02-f {
    left: 26%;
    top: 64%
}

.map-section .f-c .e03-f {
    left: 47%;
    top: 37%
}

.map-section .f-c .e04-f {
    left: 65%;
    top: 15%
}

.map-section .f-c .e05-f {
    left: 75%;
    top: 33%
}

.map-section .f-c .e06-f {
    left: 55%;
    top: 60%
}

.map-section .f-c .e07-f {
    left: 80%;
    top: 15%
}

.map-section .f-c .e08-f {
    left: 23%;
    top: 82%
}

.map-section .f-c .e09-f {
    left: 62%;
    top: 43%
}

.map-section .f-c .e10-f {
    left: 52%;
    top: 22%
}

.map-section .f-c .e11-f {
    left: 35%;
    top: 7%
}

.map-section .f-c .e12-f {
    left: 10%;
    top: 33%
}

.map-section .f-c .e13-f {
    left: 89%;
    top: 11%
}

.map-section .f-c .e14-f {
    left: 50%;
    top: 73%
}

.map-section .f-c .e15-f {
    left: 88%;
    top: 77%
}

.map-section .f-c .e16-f {
    left: 80%;
    top: 61%
}

@media (max-width:1199.98px) {
    header h1 {
        font-size: 54px
    }
    header ul img {
        width: 40px
    }
}

@media (max-width:991.98px) {
    header ul {
        margin-bottom: 25px
    }
    .pricing-table .c-table-2 .i-c .item {
        position: relative;
        margin-bottom: 30px;
        box-shadow: 0 4px 12px 0 rgba(3, 27, 78, .06)
    }
    .pricing-table .c-table-2 .i-c .item .ribbon span {
        top: 12px;
        right: -30px
    }
    .pricing-table .c-table-2 tr {
        width: 100%
    }
    .pricing-table .c-table-2 td {
        padding: 8px;
        width: 50%;
        text-align: center;
        border: 1px solid #e4eaec
    }
    .pricing-table .c-table-2 td h6 {
        margin-bottom: 5px;
        color: var(--typeColor);
        font-size: 14px;
        text-transform: capitalize
    }
    .pricing-table .c-table-2 td p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        color: var(--pColor)
    }
    .pricing-table .c-table-2 td span {
        font-size: 12px;
        display: inline-block;
        color: var(--pColor)
    }
    .pricing-table .c-table-2 td a {
        display: inline-block;
        background: var(--mainColor);
        border: none;
        color: #fff;
        padding: 5px 10px;
        width: 100%;
        border-radius: 2px;
        transition: all .3s ease;
        cursor: pointer
    }
    .pricing-table .c-table-2 td a:hover {
        background: var(--darColor)
    }
    .pricing-table .cards {
        margin-top: 20px
    }
    .section-4 .contain .list ul {
        margin: 0 auto 30px!important;
        text-align: center
    }
    .section-4 .contain .list ul::after {
        display: none
    }
    .section-4 .contain .list li {
        display: inline-block;
        padding: 10px;
        border-width: 2px;
        border-radius: 2px 2px 0 0;
        transition: background .3s ease-in-out
    }
    .section-4 .contain .list li.selected {
        background: rgba(255, 255, 255, .07);
        border-left-color: transparent
    }
    .section-4 .contain .t-c .item .b-s h2,
    .section-4 .contain .t-c .item .t-s h2 {
        font-size: 28px
    }
    .section-6 {
        padding: 70px 0
    }
}

@media (max-width:767.98px) {
    header h1 {
        font-size: 52px;
        margin-bottom: 25px
    }
    header .contain>p {
        margin-bottom: 30px
    }
    header ul {
        display: none
    }
    .pricing-table .cards {
        margin-top: 30px
    }
    .pricing-table .cards ul {
        display: block;
        text-align: center
    }
    .pricing-table .cards ul li {
        display: inline-block;
        margin: 2px 2px 5px
    }
    .pricing-table .cards ul li img {
        width: 64px
    }
    .section-4 .contain .list li span {
        font-size: 16px
    }
    .section-4 .contain .t-c {
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }
    .section-4 .contain .t-c .item .b-s h2,
    .section-4 .contain .t-c .item .t-s h2 {
        font-size: 24px
    }
    .section-4 .contain .t-c .item .b-s .ul-c {
        display: block
    }
    .section-4 .contain .t-c .item .b-s .ul-c ul {
        margin-bottom: 5px!important
    }
    .section-4 .contain .t-c .item .b-s li,
    .section-4 .contain .t-c .item .t-s p {
        font-size: 16px
    }
    .section-6 {
        padding: 40px 0
    }
    .section-6 h2 {
        font-size: 28px
    }
    .section-6 p {
        font-size: 18px
    }
}

.items-contain .new-price {
    color: var(--mainColor);
    font-size: 23px
}

@media (max-width:575.98px) {
    header {
        padding: 120px 0 60px
    }
    header h1 {
        font-size: 28px;
        margin-bottom: 16px
    }
    header .contain>p {
        font-size: 18px
    }
    .pricing-table .cards {
        margin-top: 0
    }
    .section-4 .contain .t-c .item .t-s {
        margin-bottom: 30px
    }
    .section-6 h2 {
        font-size: 24px;
        margin-bottom: 18px
    }
    .section-6 p {
        font-size: 16px
    }
}

.datacenter {
    padding: 140px 0 80px;
    min-height: calc(100vh);
    overflow: hidden;
    background: url(https://miro.medium.com/max/2800/1*fknXkXixkkdbITMKY6HDvA.jpeg), linear-gradient(180deg, #4caf50 0, #001d99);
    background-position: bottom, 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.datacenter h1 {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    background: #03a9f475;
    padding: 10px;
    width: max-content;
    text-shadow: 2px 2px 2px #ff9800
}

.order table td {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border: 1px #54606e solid;
    vertical-align: middle
}
/***

====================================================================
	Contact Form
====================================================================

 ***/
 .sec-title {
    padding-top: 100px;
 }
 .sec-title h2 {
    padding-bottom: 50px;
    position: relative;
    color: #222222;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    margin-top: 35px;
}
 .contact-form{
	position:relative;
	max-width:980px;
	margin: 0 auto;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 30px;
	height:50px;
	font-size:14px;
	-border-radius:50px;
	border:1px solid #acacac;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#FF9800;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 30px;
	color:#a5a5a5;
	height:160px;
	font-size:14px;
	resize:none;
	-border-radius:15px;
	border:1px solid #acacac;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn{
	cursor:pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}

.map-contact-page-section{
	position:relative;
	margin-bottom: -5px;
}
.map-contact-page-section .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.map-contact-page-section .title-box{
	position:relative;
	text-align:center;
	margin-top: 50px;
    margin-bottom: 50px;
}

.map-contact-page-section .title-box h2{
	position:relative;
	color:#4CAF50;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
}

.map-contact-page-section .title-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	line-height:1.9em;
	margin-top:20px;
}

.map-contact-page-section .map-canvas{
	position:relative;
}

.contact-info-section{
	position:relative;
	padding-top:100px;
	z-index:1;
}

.contact-info-section h3{
	position:relative;
	font-weight:700;
	color:#ff9600;
	font-size:30px;
	line-height:1.3em;
	margin-bottom:30px;
}

.contact-info-section ul{
    position:relative;
    display: contents;
}

.contact-info-section ul li{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.9em;
}

.contact-info-section ul li:last-child{

}
