﻿.liveChatWrap {
    display: none !important;
}
/*   myRA css start here*/

/***Changes for Ria boat Start***/
.myraChatwrapp .imgWrapp {
    bottom: 75px;
    /* right: 5rem; */
    right: 4rem;
    background: url('../images/myraimgdesk.png') no-repeat;
    width: 150px;
    height: 75px;
    position: fixed;
    cursor: pointer;
    z-index: 999;
}

/***Changes for Ria boat End***/
.myraChatwrapp .myraInnerwrapp {
    display: none;
    width: 210px;
    bottom: 120px;
    height: auto;
    padding: 15px;
    position: fixed;
    right: 50px;
    border-radius: 10px;
    box-shadow: 0 7px 22px -2px rgb(0 0 0 / 19%);
    background-color: #ffffff;
    z-index: 999;
}

.myraInnerwrapp span {
    font-size: 11px;
    color: #6c6c6c;
    text-align: center;
    display: block;
}

.btn-chat {
    border: 1px solid #ec6608;
    padding: 9px 36px;
    border-radius: 50px;
    max-width: 286px;
    text-align: center;
    text-decoration: none;
    color: #ec6608;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin: 10px auto 5px;
}

    .btn-chat:hover {
        background-color: #ec6608;
        color: #ffff;
    }

.myraInnerwrapp p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

}

.myraInnerwrapp span {
    font-size: 11px;
    color: #6c6c6c;
    text-align: center;
    display: block;
}

.myra_chat {
    margin-top: 15px;
}

    .myra_chat a {
        display: inline-block;
        color: #ec6608;
        text-decoration: underline;
        font-size: 12px;
        font-weight: 600;
    }

.myraChatwrapp .myraInnerwrapp .myra_chat_bot:before {
    position: absolute;
    bottom: -13px;
    content: "";
    border-top: solid 13px #fff;
    border-left: solid 13px transparent;
    border-right: solid 13px transparent;
    text-align: center;
    margin: 0 auto;
    right: 53px;
}

.myraChatwrapp .myraInnerwrapp .myra_chat_bot:before {
    display: none;
}

/****Added by Samina Start****/

.close-box {
    display: none;
}

/****Added by Samina End****/

@media (max-width: 991px) {

    .myraChatwrapp .myraInnerwrapp {
        width: 100%;
        right: 0;
        top: 143px;
        /* height: auto; */
        padding: 0;
        border-radius: 0;
        bottom: auto;
    }

        .myraChatwrapp .myraInnerwrapp .myra_chat_bot:before {
            display: block;
            bottom: auto;
            top: -6px;
            right: 20px;
            transform: rotate(-180deg);
        }

    .myra_chat p {
        margin-bottom: 0 !important;
    }

    .myraChatwrapp .imgWrappOpen {
        display: none !important;
    }

    /****Added by Samina Start****/

    /* .imgWrapp{
            display: none !important;
        }*/

    /****Added by Samina End****/
    .myra_chat a {
        font-size: 15px;
        line-height: 25px;
    }

    .myra_chat_bot {
        display: flex;
    }

    .myra_chat {
        border-top: 1px solid #ece9e9;
        padding: 10px 20px 20px;
        margin-top: 0;
    }

    .btn-chat {
        padding: 15px 25px;
        min-width: 120px;
        margin: 0 auto;
    }

    .myraInnerwrapp strong {
        font-weight: 700;
        font-size: 1.7rem;
    }

    .myraInnerwrapp p {
        font-size: 15px;
        color: #282828;
        margin: 0;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .myraInnerwrapp span {
        font-size: 14px;
        color: #6c6c6c;
        text-align: left;
        display: block;
        margin: 0 0 10px;
    }

    .myra_innerdiv {
        padding: 20px 20px 5px 20px;
    }

    .chatbg_overlay {
        display: none;
        height: 100%;
        position: fixed;
        left: 0;
        top: 270px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99999;
    }


    /****Added by Samina Start****/
    .myra_innerdiv {
        padding: 20px 20px 5px 20px;
        display: none;
    }

    .chatbg_overlay {
        display: none;
        height: 100%;
        position: fixed;
        left: 0;
        /* top: 300px; */
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99999;
    }


    .myraChatwrapp .imgWrapp {
        display: block;
        right: 15px;
        /*        bottom: 23px;*/
        bottom: 80px;
        background: url('../images/myraimgmob.png') no-repeat;
        width: 140px;
        height: 71px;
    }

    .myraChatwrapp .myraInnerwrapp .myra {
        display: none;
    }

    .close-box {
        display: block;
        position: fixed;
        background: url('../images/chat-boat-close.svg') no-repeat;
        width: 20px;
        height: 20px;
        right: 40px;
        /*        bottom: 90px;*/
        bottom: 155px;
        z-index: 999;
    }

    /****Added by Samina End*****/


}
/* myRA css end here*/
.scrollTop {
    bottom: 4.5rem;
    right: 0px;
    background: url('../images/myraimgdesk.png') no-repeat;
    background-position: 0;
    width: 31px;
    height: 40px;
    position: fixed;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.29);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.29);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

#ymDivBar {
    display: none !important;
}

#ymDivCircle {
    display: none !important;
}
