/*
Template Css: Cloud Email Server
 */

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

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

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

/**banner**/
.banner-directadmin-box-link {
    width: 100%;
    
    margin: 30px 0 0 0;
}

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

.banner-directadmin-box h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
    
    font-weight: 700;
    color: #fff;
}

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

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

a.button.primary.button_style.button_for_gradient_2 {
    background: linear-gradient(89.95deg, #00FFF0 -4.07%, #A995F5 99.95%);
    border: 0px !important;
    
    font-size: 16px;
    line-height: 42px;
}

/**title**/
.home-title h2 {
    
    color: var(--primary-color) !important
}

.home-title.color_white h2 {
    color: #fff !important;
}

/**tinh nang**/
.email-server-item img {
    width: 50px;
}

.email-server-item {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.email-server-item .email-server-item-title {
    width: calc(100% - 50px);
    padding-left: 15px;
    font-size: 16px;
    
    font-weight: 700;
    color: #fff;
}

.email-server-ts {
    width: 100%;
    margin: 15px 0 0 0;
}

.email-server-ts p {
    
    font-size: 16px;
    margin: 5px 0 0 0;
}

.email-server-ts h3 {
    color: var(--primary-color);
    
    font-weight: 700;
    font-size: 18px;
}

/**price table**/

.price-item.email-relay {
    border-radius: 15px;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 2px solid var(--primary-color) !important;
}

.price-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: unset;
    transform: translateY(10px);
}

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

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

.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: 10px 20px 20px 20px;
}

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

/* mobile style*/
@media only screen and (max-width: 767px) {
    .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;
    }

    .email-relay-banner {
        margin-bottom: 25px;
    }

    .email-banner-row .col-inner {
        height: unset !important;
    }

    .accordion.nv-email {
        margin: 80px 0 30px 0;
    }

    .nv-about-content {
        margin-bottom: 30px;
    }

    .banner-image {
        display: none;
    }

    .banner-directadmin-box h1 {
        font-size: 30px;
    }

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

    .banner-directadmin-box {
        width: 100%;
        margin: 30px 0 0 0px !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;
    }

    .price-item .price-item-header h2 {
        font-size: 25px;
    }

    .banner-directadmin-box h1 {
        font-size: 30px;
    }

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

    .banner-directadmin-box {
        width: 100%;
        margin: 30px 0 0 30px !important;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .price-item .price-item-header h2 {
        font-size: 25px;
    }

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

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

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

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

    .banner-directadmin-box h1 {
        font-size: 30px;
    }

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

    .banner-directadmin-box {
        width: 100%;
        margin: 30px 0 0 30px !important;
    }
}