/*
Template Css: Cloud Email Hosting
 */


:root {
    --primary-color: #2899FF !important;
}

.banner-email-box {
    width: 90%;
    display: inline-block;
    left: 0;
}

.banner-email-box p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.banner-email-box h1 {
    font-size: 50px;
    margin-bottom: 10px;

    font-weight: 700;
    color: #fff;
}

.banner-email-box .banner-email-list p {
    margin-bottom: 10px !important;
    font-size: 16px;
}

.banner-email-box .banner-email-list p img {
    width: 20px;
}

/**title**/
.home-title h2 {
    font-size: 30px;

}

/**price**/
article.bk-table-price {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.price-item {
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.price-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: unset;
    transform: translateY(10px);
    background: linear-gradient(to bottom, #2450E0, #3DB4FF) !important;
}

.price-item .price-item-header {
    width: 100%;
    padding: 30px 30px 20px 30px;
}

.price-item .price-item-header h2 {
    margin: 0px !important;
    color: var(--primary-color) !important;
    font-size: 30px;
    font-weight: 700;
}

.price-item .price-wrapper {
    margin: 3px 0;
    color: var(--main-color);
    font-weight: 700;
    font-size: 25px;
}

.price-item .price-item-header p {
    margin: 0px !important;
    color: #000;
    font-size: 17px;
}

.price-item .price-item-body {
    width: 100%;
    padding: 0px 30px;
}

.price-item .price-item-body ul {
    border: 0px !important;
    list-style: none;
    padding: 0px !important;
}

.price-item .price-item-body ul li svg {
    margin-right: 4px;
    width: 25px;
    height: 25px;
}

.price-item .price-item-body ul li {
    margin: 0px 0 10px 0;
    display: flex;
    flex-flow: wrap;
    color: #7D7979;
    align-items: center;

    font-size: 16px;
}

.price-item .price-item-body ul li b {
    color: var(--main-color) !important;
}

.price-item .price-item-body ul li s {
    color: #000;
    margin: 0 5px;
}

.price-item .price-item-option {
    width: 100%;
    padding: 20px 30px;
}

.price-item .price-item-option select {
    border: 1px solid #7D7979;
    border-radius: 10px;
    box-shadow: unset !important;
    color: #7D7979;
}

.price-item .price-item-footer {
    width: 100%;
    padding: 0 20px 20px 20px;
}

.price-item .price-item-footer a {
    background: var(--main-color);
    width: 100%;
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 15px;
    color: #fff;

    font-weight: 700;
    font-size: 16px;
    height: unset !important;
    line-height: unset !important;
    border: 1px solid #fff;
}

.price-item:hover h2, .price-item:hover ul li, .price-item:hover p, .price-item:hover .price-wrapper {
    color: #fff !important;
}

/**.email-st**/
.email-st {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;

}

.email-st h2 {

    color: #fff;
    font-size: 20px;
}

.email-st p {
    color: #fff;

    font-size: 16px;
    font-weight: 700;
    margin: 0px !important;
}

/**question**/
.nv-accordion a i {
    color: #959595;
}

.nv-accordion a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.nv-accordion a {
    color: #264EE4;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
}

.nv-accordion .accordion-item {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 25px !important;
    border: 0px !important;
    position: relative;
    background: #F8F8F8;
}

.nv-accordion a {
    height: 80px;
    display: flex;
    align-items: center;

    margin: 0px !important;
    padding: 15px;
    border: 0px !important;
}

.nv-accordion a:before {
    content: '';
    display: block;
    background: url("../images/question.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
    margin-right: 10px;
    background-size: 100% !important;
}

.nv-accordion a.active {
    color: var(--primary-color)
}

.nv-accordion .nv-body {
    margin: 20px 0 0 0;
    color: #000;
    font-size: 14px;
}

.nv-accordion {
    margin-bottom: 25px;
}

.nv-accordion a button.toggle {
    position: absolute;
    right: 0px;
    left: unset;
    margin: 0px !important;
    top: 50%;
    transform: translateY(-50%);
}

.nv-accordion .accordion-inner {
    padding: 15px !important;

}

.nv-accordion a span {
    width: 90%;
    line-height: 22px;
}

.button_gadient {
    background: linear-gradient(89.95deg, #0025E6 -4.07%, #0061F2 99.95%) !important;
    box-shadow: unset !important;
    border: 1px solid #fff !important;

    font-weight: 700;
    height: unset !important;
    text-transform: unset !important;
}

.button_none_color {
    border: 1px solid #fff !important;
    background: transparent !important;

    font-weight: 700;
    height: unset !important;
    text-transform: unset !important;
}

/**email-tt**/
.email-tt {
    width: 100%;
    display: inline-block;
}

.email-tt-item {
    width: 100%;
    display: inline-block;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%) !important;
    padding: 15px;
    border-radius: 10px !important;

}

.email-tt-item p {
    font-size: 15px;
    margin: 5px 0 0 0;
}

.email-tt-item h4 {

    font-weight: 700;
    font-size: 18px;
    margin: 0px;
}

.email-banner {
    animation: movebounce 3.9s linear infinite;
}

@keyframes movebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

/**review**/

.email-review {
    width: 700px;
    display: block;
    margin: 0 auto 100px;
}

.email-review .review-item {
    width: 100%;
    display: inline-block;
}

.email-review .review-thumbnail {
    width: 100%;
    height: 250px;
}

.email-review .review-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.email-review .review-author h3 {
    color: #2899FF;

    font-weight: 700;
    font-size: 25px;
    margin: 0px !important;
}

.email-review .review-author {
    width: 90%;
    text-align: right;
    float: right;
}

.email-review .review-author p {
    color: #555555;

    font-size: 16px;
    margin: 5px 0 0 0;
}

.email-review .review-content {
    background: #F7F7F7;
    padding: 20px;
    width: 50%;
    float: right;
    margin-top: -80px;
    position: relative;
    z-index: 999;

    font-size: 16px;
}

.slide-review button.owl-prev {
    left: unset !important;
}

.slide-review button.owl-next {
    right: unset !important;
}

.slide-review .owl-nav {
    margin-left: 58.3333333333% !important;
    margin-top: -135px;
}

.slide-review .owl-nav button {
    position: unset !important;
    border-radius: 0px !important;
    box-shadow: unset !important;
    background: #2899FF !important;
}

.slide-review .owl-nav button i {
    color: #fff !important;
}

/* mobile style*/
@media only screen and (max-width: 768px) {
    .banner-top {
        padding-top: 500px !important;
    }

    .banner-email-box {
        width: 100%;
    }

    .banner-email-box h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-email-box {
        margin-top: 30px;
    }

    .banner-email-box p {
        font-size: 16px;
    }

    .banner-box-wd {
        width: 100% !important;
        padding: 15px !important;
    }

    .banner-image {
        display: none;
    }

    .home-title h2 {
        font-size: 25px;

    }

    .email-review {
        width: 100%;
        margin: 0px;
    }

    .slide-review .owl-nav {
        margin-left: 0px;
        margin-top: -180px;
        display: none;
    }

    .email-review .review-content {
        width: 100%;
        margin-top: 0px;
        font-size: 16px;
    }

    .email-review .review-author {
        width: 100%;
        text-align: center;
        float: right;
        margin: 10px 0;
    }

    .nv-accordion a span {
        width: 85%;
        line-height: 22px;
    }

    .banner-top {
        padding-top: 650px !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner-top {
        padding-top: 650px !important;
    }

    .banner-box-wd {
        margin-left: 15px;
    }

    .banner-email-box {
        width: 100%;
    }

    .price-item .price-wrapper {
        font-size: 22px;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .banner-box-wd {
        margin-left: 15px;
    }

    .banner-email-box {
        width: 100%;
    }

    .banner-top {
        padding-top: 650px !important;
    }

    .price-item .price-wrapper {
        font-size: 22px;
    }
}