input, select, textarea {
    outline: none;
}

button {
    outline: none;
    border: none;
}
#c2mchat{
    border:none;
    height: 455px;
    overflow: hidden;
    width: 100%;
}
.simple_text {
    margin-bottom: 10px;
}

.features-single-container {
    border-radius: 5px 0 5px 5px;
    padding: 50px 50px 100px;
}

.support-headding, .write-headding {
    color: #0d2743;
    font-size: 18px;
    padding-right: 30px;
    margin-bottom: 40px;
}
.breadcrumb-list{
    margin-bottom: 0px !important;
}
.cinputs{
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    border-radius: 0px 4px 4px 0px;
    padding-bottom: 10px;
    font-size: 12px;
}
.support-headding:before, .write-headding:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    background: #0d2743;
    left: 0;
    top: 100%;
}

.support-headding:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    width: 20px;
    background: url("../png/char-support.png") no-repeat center;
}

.support-text {
    margin-bottom: 10px;
}

/*.support-box {
    position: relative;
    padding: 35px 19px;
    border: 1px solid #e5e9f2;
    border-radius: 5px;
    background-color: rgb(242, 245, 251);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}*/

.input-box {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.cursor{
    cursor: pointer;
}
.login-btn {
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
    border-radius: 25px;
    padding: 5px 30px;
    background-color: #1f8ded;
    letter-spacing: 1px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.login-conditions {
    margin-top: 95px;
    line-height: 1.4;
}

.resize-none {
    resize: none;
}

.overflow-hidden {
    overflow: hidden;
}

.add-files {
    color: #a3a3a3;
}

.plus-symbol {
    border-radius: 4px;
    padding: 0px 6px;
    background: #cecece;
    display: inline;
    line-height: 1.2;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

input[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.divider-image {
    margin: 50px 0;
}

.email-section {
    display: inline-flex;
    align-items: center;
}

.email-us {
    font-size: 24px;
}

.support-mail {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    padding: 10px 20px;
    margin-left: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.support-mail-icon {
    margin-right: 15px;
}

.free-member .support-box, .chat-end .support-box {
    min-height: 429px;
}

.welcome-user {
    font-size: 16px;
}

.user-name {
    color: #3a5178;
}

.free-member .support-box .login-btn {
    margin-top: 110px;
}

.support-text {
    padding: 0 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

/*.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    align-self: flex-end;
    position: relative;
    top: 10px;
    z-index: 1;
}*/

/*.chat-support-name {
    color: #0d2743;
    font-size: 14px;
    margin-left: 10px;
    line-height: 1.4;
}*/

.support-box {
    padding: 16px;
    min-height: 429px;
    background: #f2f5fc;
    border-radius: 5px;
}

.support-box .chat-box {
    padding: 20px 10px 10px;
    height: 370px;
}

.chat-support-message {
    position: relative;
    color: #666;
    padding: 8px 8px 25px 8px;
    display: inline-block;
    background: #fff;
    line-height: 1.4;
    max-width: 80%;
    margin-bottom: 15px;
    box-shadow: 0px 5px 13.65px 1.35px rgba(0, 0, 0, 0.05);
    border-radius: 9px 9px 9px 0;
}

.message-time {
    position: absolute;
    font-size: 10px;
    color: #949494;
    line-height: 1;
    right: 10px;
    bottom: 10px;
}

.chat-support-message:after, .user-message:after {
    position: absolute;
    content: '';
    clear: both;
}

.user-message {
    position: relative;
    color: #4d4c4c;
    text-align: left;
    padding: 8px 8px 25px 8px;
    display: inline-block;
    background: #e1e4e9;
    line-height: 1.4;
    max-width: 80%;
    margin-bottom: 15px;
    box-shadow: 0px 5px 13.65px 1.35px rgba(0, 0, 0, 0.05);
    border-radius: 9px 9px 0 9px;
}

.enter-chat-message {
    border: 1px solid #e1e1e1;
    border-radius: 21px;
    background: #fff;
    padding: 10px 80px 10px 20px;
    position: absolute;
    width: 94%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.chat-box-input {
    border: none;
    line-height: 1.4;
    resize: none;
    width: 100%;
}

.chat-send-icons {
    position: absolute;
    right: 20px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
}

.attach-file {
    padding: 0 10px;
}

.send-message {
    padding-left: 5px;
}

.attach-file:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: rgba(0, 0, 0, 0.07);
}

.rate-text {
    font-size: 16px;
    letter-spacing: 1px;
    max-width: 90%;
    margin: 30px auto;
}

.review-icons {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 40px 10px;
}

.bg-transparent {
    background: transparent;
}

.chat-icon img {
    opacity: 0.8;
}

.chat-icon:hover img {
    opacity: 1;
}

.chat-excellent {
    color: #a1c45a;
}

.chat-fair {
    color: #f1c550;
}

.chat-bad {
    color: #ea4c4c;
}

.exit-btn {
    color: #606060;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    padding: 4px 50px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 26.04px 1.96px rgba(0, 0, 0, 0.13);
}

.offline .support-box {
    padding: 20px 20px 34px;
}

.offline .support-text {
    margin: 0 25px;
}

.offline-image {
    margin-right: 10px;
}

.offline-text {
    line-height: 1.4;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    .pr-10 {
        padding-right: 10px;
    }
    
    .pl-10 {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1680px) {
    .login-conditions {
        margin-top: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-box {
        min-height: 558px !important;
    }

    .support-box .chat-box {
        height: 500px;
    }

    .login-conditions {
        position: absolute;
        margin: 0;
        padding: 15px;
        left: 0;
        right: 0;
        bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .support-box {
        margin-bottom: 40px;
    }

    .empty_div {
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-md-offset-4 {
        text-align: center;
    }

    .email-section {
        display: flex;
        justify-content: center;
    }
}
.tab_headings{display: none}
.chat_support,.write_to_us{display: block}
.chat_support .text-pink {
    margin: 0 5px;
}
@media only screen and (min-width:768px) {
    .chat_support, .write_to_us {
        display: block!important;
    }
}
@media only screen and (max-width: 767px) {
    .page-name-fluid {
        padding: 40px 0 80px;
    }

    .features-single-list {
        margin-top: -80px;
    }

    .features-single-container {
        padding: 20px 20px 50px;
    }

    .divider-image {
        margin: 30px 0;
    }

    .email-us {
        font-size: 18px;
    }

    .support-mail-icon {
        max-width: 30px;
    }
    .page_title{display: none}
    .breadcrumb-list{
        position: relative;
        top: -18px;
    }
    .chat_support{display: block}
    .write_to_us{display: none}
    .write_to_us .write-headding,.chat_support .support-headding{
        display: none
    }
    .tab_headings{
        display: block;
        width: 96%;
        background: rgba(239, 239, 239,.4);
        margin: 0 auto;
        border-radius: 3px;
        border: 1px solid rgba(224, 224, 224,.5);
    }
    .tab_headings .write-headding, .tab_headings .support-headding{
        width: 49%;
        padding: 0;
        text-align: center;
        font-size: 16px;
    }
    .tab_headings .write-headding.active,.tab_headings .support-headding.active{color: #f06b7c}
    /*.tab_headings .write-headding.active:before,.tab_headings .support-headding.active:before{background: #f06b7c;height: 3px;}*/
    .tab_headings .write-headding:before,.tab_headings .support-headding:before{display: none}
    .support-headding, .write-headding{margin: 10px 0;color: #6a6b6b;}
    .tab_headings .write-headding:before{left: 50px;}
    .support-headding:after{
        content: '';
        height: 38px;
        width: 1px;
        background: #ccc;
        position: absolute;
        right: 0;
    }
    .login,
    .write_to_us{margin-top: 20px;}

}
@media only screen and (min-width: 580px) and (max-width: 991px) {
    .rate-text {
        max-width: 50%;
    }
    .review-icons {
        max-width: 60%;
        margin: 40px auto;
    }
}

@media only screen and (max-width: 576px) {
    .email-section {
        display: block;
    }

    .support-mail {
        display: inline-block;
    }

    .email-us {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .simple_text {
        font-size: 26px;
    }

    .rate-text {
        max-width: 100%;
    }

    .review-icons {
        margin: 40px 0;
    }

    .divider-image {
        margin: 10px 0;
    }

    .support-mail-icon {
        display: none;
    }

    .support-mail {
        font-size: 14px;
        display: block;
        margin-left: 0;
        padding: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .simple_text {
        font-size: 24px;
    }
}