/*body {
    background-color: #f4f6f9;
}

.content {
    margin-top: 40px;
}

.plan-one {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
}

.plan-card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}

.plan-one .pricing-header {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}

    .plan-one .pricing-header .plan-title {
        -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        font-size: 1.2rem;
        color: black;
        padding: 10px 0;
        font-weight: 600;
        background: #bcaaa4;
        margin: 0;
    }

    .plan-one .pricing-header .plan-cost {
        color: #ffffff;
        background: #978883;
        padding: 15px 0;
        font-size: 2.5rem;
        font-weight: 700;
    }

    .plan-one .pricing-header .plan-save {
        color: black;
        background: #c8beba;
        padding: 10px 0;
        font-size: 1rem;
        font-weight: 700;
    }

    .plan-one .pricing-header.gold .plan-title {
        background: #FFD700;
    }

    .plan-one .pricing-header.gold .plan-cost {
        background: #e3c001;
    }

    .plan-one .pricing-header.gold .plan-save {
        background: #ffe86e;
    }

    .plan-one .pricing-header.silver .plan-title {
        background: #C0C0C0;
    }

    .plan-one .pricing-header.silver .plan-cost {
        background: #919191;
    }

    .plan-one .pricing-header.silver .plan-save {
        background: #d7d6d6;
    }

.plan-one .plan-features {
    padding: 0;
    margin: 0;
}

    .plan-one .plan-features li {
        padding: 5px 10px;
        margin: 5px 0;
        overflow: hidden;*/
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;
        position: relative;
        display: block;
        font-size: 0.85rem;
        font-weight: 500;
        border-top: 1px solid #dbd9d9;
        margin: 0 20px;
    }

        .plan-one .plan-features li:first-child {
            border-top:0px;
        }

        .plan-one .plan-footer {
            border: 1px solid #e6ecf3;
            border-top: 0;
            background: #ffffff;
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
            text-align: center;
            padding: 10px 0 30px 0;
        }

@media (max-width: 767px) {
    .plan-one .pricing-header {
        text-align: center;
    }

        .plan-one .pricing-header i {
            display: block;
            float: none;
            margin-bottom: 20px;
        }
}

.bg-indigo {
    background-color: #6610f2 !important;
}

.callout {
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    border-left-color: rgb(233, 236, 239);
    margin-bottom: 1rem;
    padding: 1rem;
}

    .callout.callout-info {
        border-left-color: #117a8b;
    }

.btn:hover {
    color: white;
    text-decoration: none;
}

.bg-gradient-info.btn:hover {
    border-color: #117a8b;
    color: white;
}

.bg-gradient-info.btn:hover {
    background: #138496 linear-gradient(180deg,#3697a6,#138496) repeat-x !important;
    color: white;
}*/

@media (min-width: 576px) {
    .modalSendMessage {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}


/*
.plan-header.silver {
    background: #C0C0C0;
}
.plan-header.gold {
    background: #FFD700;
}*/
.btn-brown {
    background-color: #d79e5c;
    border-color: #c48e51 #bf782b #a67744;
    color: #FFF;
}

    .btn-brown:hover {
        background-color: #3cc37f;
        border-color: #c48e51 #bf782b #a67744;
        color: #FFF;
    }

.img-Designer {
    top: 10%;
    left: -50%;
}

 .img-TeamDesigner {
    top: -33%;
    left: -29%;
}