iframe {
    max-width: 100%;
}

.keditor-iframe-width-switcher {
    position: initial;
    height: 100%;
    margin: 35%;
}

.keditor-content-area {
    min-height: 100px;
    width: auto;
    margin: 49px;
    padding: 30px;
    position: relative;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px !important;
    }
}

.plan-price {
    font-size: 50px;
}

#SignUpSubscriptionModal div {
    border-radius: 5px;
}

#SignUpSubscriptionModal .logo {
    display: block;
    margin: 40px auto;
    max-height: 100px;
}

#SignUpSubscriptionModal {
    background-color: #c4e7ff;
}

.border-line {
    border-bottom: 1px solid #e9e9e9;
}


header {
    z-index: 999;
    /*            margin-top: 60px;*/
    /*            text-align: center;*/
}
/* -- Team css
        ----------------------------------- -- */
.img-card {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin: 15px auto;
    max-width: 40rem;
    background-color: #fff;
}

    .img-card > img {
        width: 100%;
    }

    .img-card h4 {
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: #546182;
        font-weight: 300;
        padding: 2.2rem 15px 2.1rem;
        margin-bottom: 0;
        background: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .img-card h4 span {
            display: block;
            font-size: 2.4rem;
            line-height: 2.8rem;
            font-weight: 700;
            color: #32325c;
            margin-bottom: .3rem;
            transition: all .3s;
        }

    .img-card p {
        color: #546182;
    }

    .img-card:hover {
        text-decoration: none;
        box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
    }

        .img-card:hover h4 span {
            color: #0a8aff;
        }

.team-modal .modal-dialog {
    max-width: 77rem;
}

.modal .modal-content {
    border: 1px solid #e6f2ff;
    padding: 7rem 7rem 5.5rem;
}

    .modal .modal-content .close {
        position: absolute;
        right: 2rem;
        top: 2rem;
        color: #546182;
    }

        .modal .modal-content .close:hover {
            color: #fc7c56;
        }

.modal-title h2 span {
    display: block;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 300;
    color: #546182;
    margin-bottom: .7rem;
}

.modal-title .custom-btn {
    margin-top: .5rem;
    margin-bottom: 5rem;
}

.team-modal .modal-body {
    padding: 0;
}

    .team-modal .modal-body img {
        border-radius: 5px;
    }

    .team-modal .modal-body h4 {
        margin: 2.2rem 0 2.1rem;
    }

        .team-modal .modal-body h4 span {
            display: block;
            font-size: 1.6rem;
            line-height: 2.6rem;
            color: #546182;
            font-weight: 300;
            margin-top: .3rem;
        }

    .team-modal .modal-body .social-icons {
        max-width: 31rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        padding-top: 2.3rem;
        border-top: 1px solid #e6f2ff;
    }

        .team-modal .modal-body .social-icons a:hover {
            color: #0a8aff;
        }

.modal-header {
    border: none;
    padding: 0;
}

#modal-signup {
    background-image: url(../images/banner/inner-section-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #c4e7ff;
}

#modal-terms {
    background-color: rgb(56, 60, 66, 0.5);
}

.modal-open .modal {
    padding: 15px !important;
}

