/* Chat container */
.chat-container {
    position: fixed;
    bottom: 110px;
    right: 20px;
    width: 300px;
    max-width: 80px;
    font-family: Arial, sans-serif;
    height: 50px;
}

/* Chat button */
.chat-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
}

/* Chat popup */
.chat-popup {
    /* display: none; */
    position: fixed;
    bottom: 22px;
    right: 111px;
    border: 1px solid #ddd;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    background-color: white;
    width: 400px;
    height: auto;
}

.custom_close {
    position: absolute;
    height: 70px;
    width: 70px;
    opacity: .75;
    background-color: #20358E !important;
    border: 5px solid rgba(255, 255, 255, 1) !important;
    text-shadow: none;
    color: #fff !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    cursor: pointer;
    bottom: 85px;
    right: -60px;
    margin: -1rem -1rem -1rem auto;
    font-size: 34px;
    font-weight: 600;
}

.custom_close_p {
    margin-top: 0;
    margin-bottom: 0;
    word-spacing: 5px;
    letter-spacing: 1px;
    text-align: justify;
}

#chatModal .modal-body {
    padding: 0;
}

.chat-body {
    padding: 35px;
    overflow-y: auto;
    border-radius: 40px;
    width: 100%;
}

.custom-comment {
    color: #88CFFD;
    font-size: 22px;
    margin-bottom: 10px;
}

.custom-fpara {
    margin-top: 0;
    margin-bottom: 0;
    word-spacing: 5px;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 22px;
    margin-bottom: 12px;
    color: #333333;
}

.custom-lpara {
    margin-top: 0;
    margin-bottom: 0;
    word-spacing: 5px;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 14px;
    color: #6F727D;
    font-weight: 600;
}

.dropdown-custom {
    color: #6F727D;
    font-size: 16px;
    text-transform: none !important;
}

/*p {
    margin-top: 0;
    margin-bottom: 0;
    word-spacing: 5px;
    letter-spacing: 1px;
    text-align: justify;
}*/

.contact-box input {
    padding: 10px 20px 10px 20px;
    width: 100%;
    border: 1px solid #88CFFD;
    border-radius: 10px;
    font-size: 16px;
}

.contact-box .btn-dropdown-custom {
    padding: 10px 20px 10px 20px;
    width: 100%;
    border: 1px solid #88CFFD;
    border-radius: 10px;
    font-size: 16px;
}

#product_interested {
    background: url(../images/arrowD.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: center right !important;
    background-size: 18px auto !important;
}

.btn-submit-custom {
    width: 100%;
    background-color: #20358E;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.btn {
    font-weight: 600 !important;
}

.close-modal {
    border: none !important;
    background-color: transparent;
    font-size: 28px;
    font-weight: 800;
}

.modal-body {
    padding: 1.5rem;
}

@media only screen and (max-width: 540px) {
    .custom_close {
        height: 45px;
        width: 45px;
        bottom: 18px;
        right: -30px;
        font-size: 19px;
    }

    button>img {
        width: 53px;
        height: 53px;
        margin-left: 13px;
        margin-top: 17px;
    }

    .chat-body {
        padding: 27px 25px;
    }

    .chat-popup {
        bottom: 22px;
        right: 57px;
        width: 82%;
    }

    .custom-fpara {
        font-size: 16px !important;
        font-weight: 900;
    }

    .custom-comment {
        font-size: 16px !important;
    }

    .custom-lpara {
        font-size: 12px;
        display: inline;
        margin-bottom: 0px;
    }

    .contact-box input {
        padding: 8px 14px 8px 14px;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .contact-box .btn-dropdown-custom {
        padding: 8px 14px 8px 14px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .btn {
        font-size: 14px !important;
    }
    #progress{
        visibility: hidden !important;
    }
    .chat-container {
        bottom: 35px;
        right: -3px;
        height: 50px;
    }
    #contact_form{
        margin-top: 10px;
    }
    .contact-col-md-11 {
        width: 90%;
        max-width: 90%;
    }
    .contact-col-md-1 {
        width: 10%;
        max-width: 10%;
    }
}

