.livechatpoupoverlay #msform {

    z-index: 9999;
}
.livechatpoupoverlay .msform {
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
}

.livechatpoupoverlay .msform:target {
    visibility: hidden;
    opacity: 0;
    display: none
}

.livechatpoupoverlay .close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -35px;
    top: -35px;
    background: url("../images/Close.png") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s;
}
.livechatpoupoverlay .close {
    right: -30px;
    top: -30px;
}
 
.livechatpoupoverlay .close:hover {
    transform: scale(1.06);
    transition: all 0.2s;
}

.livechatpoupoverlay .popup .content {
    max-height: 30%;
    overflow: auto;
}
.livechatpoupoverlay #msform {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    right: 0;
}

.livechatpoupoverlay .checkout_main_custom {
    width: 450px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 50px;
    height: auto;
    top: 45%;
    transform: translateY(-45%);
}
.livechatpoupoverlay .checkout_custom{
        max-width: 530px;
        background: #FFF;
        margin: 3em auto 4em;
        cursor: auto;
        border-radius: 35px;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        padding: 15px 30px 25px 30px;
}
.livechatpoupoverlay .live_chat {
    color: #1f2020;
    padding: 13px 0px 15px 0;
    font-size: 19px;
}
.livechatpoupoverlay .hr_gift {
    border-top: 1px solid #ebeff6;
    border-bottom: 1px solid #ebeff6;
    border-left: #ebeff6;
    border-right: #ebeff6;
}
.livechatpoupoverlay .text_popup {
    color: #28a7fb;
    font-size: 21px;
    line-height: 28px;
    padding: 12px 5px;
    font-weight: 500;
}
.livechatpoupoverlay .chat_p {
    padding: 13px 0 0px 0px;
    font-size: 22px;
    color: #1f2020;
}
.livechatpoupoverlay img.arrow_highlight {
    position: absolute;
    right: 200px;
    /* width: 240px; */
    bottom:90px;
}

@media (max-width:1600px){
    .livechatpoupoverlay img.arrow_highlight {
        width: 260px;
    }
}

@media (max-width:1400px){
    .livechatpoupoverlay img.arrow_highlight {
        width: 210px;
    }
    .checkout_main_custom {
        width: 475px;
    }
}

@media (max-width:1280px){
    .livechatpoupoverlay img.arrow_highlight {
        right: 170px;
    }
    .livechatpoupoverlay img.arrow_highlight {
        width: 180px;
    }
}

@media (max-width:1024px){
    .livechatpoupoverlay img.arrow_highlight {
        width: 150px;
    }
    .livechatpoupoverlay img.arrow_highlight {
        right: 130px;
        bottom: 80px;
    }
}

@media (max-width:800px){
    .livechatpoupoverlay img.arrow_highlight {
        width: 250px;
    }
    .livechatpoupoverlay img.arrow_highlight {
        bottom: 110px;
    }
}

@media (max-width:576px) {
        .livechatpoupoverlay .checkout_main_custom {
          width: 95%;
        }
        .livechatpoupoverlay .close {
            background-size: 30px;
        }
        .livechatpoupoverlay .close {
            right: -10px;
            top: -10px;
        }
        .livechatpoupoverlay .text_popup {
            font-size: 19px;
        }
        .livechatpoupoverlay .chat_p {
            font-size: 19px;
        }
        .livechatpoupoverlay img.arrow_highlight {
            width: 170px;
        }
        .livechatpoupoverlay .close {
            right: 0px;
            top: -50px;
        }
.livechatpoupoverlay img.arrow_highlight {
    width: 24%;

    bottom: 54px;
}	
}

@media (max-width:375px) {
    .livechatpoupoverlay .text_popup {
        font-size: 20px;
        padding: 12px 10px;
    }
    .livechatpoupoverlay img.arrow_highlight {
        width: 130px;
    }
    .livechatpoupoverlay img.arrow_highlight {
        bottom: 60px;
    }
}

@media (max-width:360px) {

    .livechatpoupoverlay  img.arrow_highlight {
        width: 100px;
    }
    .livechatpoupoverlay img.arrow_highlight {
        bottom: 60px;
    }
}
.livechatpoupoverlay {
    z-index: 9999!important;
}