#ConciergeForm {
    display: none;
    height: 500px;
    width: 448px;
    border: none;
    cursor: pointer;
    bottom: 25px;
    right: 28px;
    position: fixed;
    z-index: 9999999;
}

#closeButton {
    position: absolute;
    z-index: 99999999;
    right: 33px;
    top: 10px;
    text-decoration: none;
}
#ConciergeFormCloseButton {
    position: absolute;
    right: 9px;
    top: 15px;
    background-color: transparent;
    border: none;
}


#ConciergeForm iframe {
    height: 100%;
    width: 100%;
}

#openchat {
    color: white;
    padding: 0;
    border: none;
    cursor: pointer;
    opacity: 1;
    z-index: 999999999;
    position: fixed !important;
    bottom: 10px !important;
    right: 10px !important;
    width: 115px;
}

#ConciegeImage {
    width: 100%;
}


/** Speech bubble with drop shadow and border */

.speech-bubble-ds {
    background: #fff;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 20px;
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    width: 190px;
    bottom: 140px;
    right: 70px;
}

.speech-bubble-ds-arrow {
    border-left: 21px solid transparent;
    bottom: -25px;
    position: absolute;
    right: 15px;
}

.speech-bubble-ds-arrow::before {
    border-left: 23px solid transparent;
    border-top: 23px solid #a7a7a7;
    bottom: 2px;
    content: "";
    position: absolute;
    right: 5px;
}

.speech-bubble-ds-arrow::after {
    border-left: 23px solid transparent;
    border-top: 23px solid #fff;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}

.speech-bubble-ds-arrow_left {
    border-right: 21px solid transparent;
    bottom: -25px;
    position: absolute;
    left: 45px;

}

.speech-bubble-ds-arrow_left::before {
    border-right: 23px solid transparent;
    border-top: 23px solid #a7a7a7;
    bottom: 2px;
    content: "";
    position: absolute;
    left: -30px;
}

.speech-bubble-ds-arrow_left::after {
    border-right: 23px solid transparent;
    border-top: 23px solid #fff;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}

.quotes {
    display: none;
}

/*.quotes_padding{
    position: fixed !important;
}*/
#anchorsubdiv {
    position: fixed !important;
    z-index: 9999999999;
}

.quotes_close {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    right: -5px;
    top: -55px;
    cursor: pointer;
}

.parent_quotes_alignment {
    cursor: pointer;
    text-align: center;
    margin: 10px !important;
}

@media screen and (max-width: 1024px) {
    #openchat {
        width: 88px;
    }

    .speech-bubble-ds {
        width: 150px;
        bottom: 100px;
        right: 50px;
    }

}

@media screen and (width: 320px) and (orientation: portrait) /* iphone 5/SE */ {
    #ConciergeForm {
        height: 88%;
    }

}

@media screen and (width: 568px) and (orientation: landscape) /* iphone 5/SE */ {
    #ConciergeForm {
        height: 100% !important;
        bottom: -11% !important;
    }


}

@media screen and (width: 414px) and (orientation: portrait) {
    #ConciergeForm {
        height: 97% !important;
        width: 90% !important;
    }

}

@media screen and (width: 736px) and (orientation: landscape) /* Mobile */ {
    #ConciergeForm {
        height: 100% !important;
    }
}

@media screen and (width: 812px) and (orientation: landscape) /* Mobile */ {
    #ConciergeForm {
        height: 100% !important;
        bottom: 0% !important;
        right: 0% !important;
        width: 100% !important;
    }
}

@media screen and (width: 411px) and (orientation: portrait) {
    #ConciergeForm {
        right: 4px !important;
        width: 96% !important;
        height: 96% !important;
    }


}

@media screen and (width: 823px) and (orientation: landscape) /* Mobile */ {
    #ConciergeForm {
        height: 100% !important;
        width: 100% !important;
        top: 0%;
        right: 0px;
    }
}

@media screen and (width: 731px) and (orientation: landscape) {

    #ConciergeForm {
        right: 0px !important;
        width: 100% !important;
        height: 100% !important;
        top: 0% !important;
    }

}

@media screen and (max-width: 480px) and (orientation: portrait) /* Mobile */ {
    #ConciergeForm {
        right: 0px !important;
        width: 100% !important;
        height: 100% !important;
        top: 0px;
    }

    #closeButton {
        right: 2%;
        top: 2% !important;
    }

}

@media screen and (max-width: 375px) and (max-height: 667px) {


}

@media screen and (max-width: 550px) and (orientation: landscape) {
    #ConciergeForm {
        width: 99% !important;
        height: 90.5%;
        bottom: 30px;
        right: 4px;
    }


}

@media screen and (max-width: 667px) and (orientation: landscape) /* Mobile */ {
    #ConciergeForm {
        height: 100% !important;
        bottom: 0% !important;
        width: 100% !important;
        right: 0px;
    }


}

@media screen and (max-width: 375px) and (orientation: portrait) /* Mobile */ {
    #ConciergeForm {
        width: 100% !important;
        right: 2%;
        top: 0px;
    }

    #closeButton {
        right: 1%;
        top: 2% !important;
    }


}

@media screen and (width: 1024px) and (orientation: portrait) /* ipad Pro */ {
    #ConciergeForm {
        width: 425px !important;
        height: 551px !important;
        bottom: 25px;
    }

    #closeButton {
        top: 2% !important;
        right: 2%;
    }

}

@media screen and (max-width: 981px) and (min-width: 481px) {
    #ConciergeForm {
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
    }

    #closeButton {

        right: 2%;
        top: 2%;
    }

}

@media screen and (min-width: 981px) {
    #closeButton {
        right: 2%;
        top: 3% !important;
    }
}

@media screen and (width: 760px) and (orientation: landscape) /* S10+ */ {
    #ConciergeForm {
        height: 80%;
    }

    #closeButton {
        right: 2%;
        top: 3% !important;
    }

}

@media screen and (width: 667px) and (orientation: landscape) /* Mobile */ {


}

@media screen and (width: 896px) and (orientation: landscape) /* iphone XR*/ {
    #ConciergeForm {
        height: 92% !important;
        bottom: 3% !important;
    }
}

.slide-tl {
    -webkit-animation: slide-tl 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-tl 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-tl {
    0% {
        -webkit-transform: translateY(30px) translateX(30px);
        transform: translateY(30px) translateX(30px);
    }
    100% {
        -webkit-transform: translateY(-2px) translateX(-2px);
        transform: translateY(-2px) translateX(-2px);
    }
}

@keyframes slide-tl {
    0% {
        -webkit-transform: translateY(30px) translateX(30px);
        transform: translateY(30px) translateX(30px);
    }
    100% {
        -webkit-transform: translateY(-2px) translateX(-2px);
        transform: translateY(-2px) translateX(-2px);
    }
}

.slide-bck-br {
    -webkit-animation: slide-bck-br 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: slide-bck-br 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes slide-bck-br {
    0% {
        -webkit-transform: translateZ(0) translateY(0) translateX(0);
        transform: translateZ(0) translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateZ(-200px) translateY(100px) translateX(100px);
        transform: translateZ(-200px) translateY(100px) translateX(100px);
    }
}

@keyframes slide-bck-br {
    0% {
        -webkit-transform: translateZ(0) translateY(0) translateX(0);
        transform: translateZ(0) translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateZ(-200px) translateY(100px) translateX(100px);
        transform: translateZ(-200px) translateY(100px) translateX(100px);
    }
}

/**/
.slide-tr {
    -webkit-animation: slide-tr 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-tr 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-tr {
    0% {
        -webkit-transform: translateY(30px) translateX(-30px);
        transform: translateY(30px) translateX(-30px);
    }
    100% {
        -webkit-transform: translateY(-2px) translateX(-2px);
        transform: translateY(-2px) translateX(-2px);
    }
}

@keyframes slide-tr {
    0% {
        -webkit-transform: translateY(30px) translateX(-30px);
        transform: translateY(30px) translateX(-30px);
    }
    100% {
        -webkit-transform: translateY(-2px) translateX(-2px);
        transform: translateY(-2px) translateX(-2px);
    }
}


.slide-bck-bl {
    -webkit-animation: slide-bck-bl 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: slide-bck-bl 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes slide-bck-bl {
    0% {
        -webkit-transform: translateZ(0) translateY(0) translateX(0);
        transform: translateZ(0) translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateZ(-200px) translateY(100px) translateX(-100px);
        transform: translateZ(-200px) translateY(100px) translateX(-100px);
    }
}

@keyframes slide-bck-bl {
    0% {
        -webkit-transform: translateZ(0) translateY(0) translateX(0);
        transform: translateZ(0) translateY(0) translateX(0);
    }
    100% {
        -webkit-transform: translateZ(-200px) translateY(100px) translateX(-100px);
        transform: translateZ(-200px) translateY(100px) translateX(-100px);
    }
}

/**/
.remove {
    opacity: 0;
    transition: opacity 700ms;
}

.removeFade {
    opacity: 0;
    transition: opacity 1500ms;
}

.rotate-scale-up-hor {
    -webkit-animation: rotate-scale-up-hor 0.9s cubic-bezier(0.860, 0.000, 0.070, 1.000) alternate-reverse;
    animation: rotate-scale-up-hor 0.9s cubic-bezier(0.860, 0.000, 0.070, 1.000) alternate-reverse;
}

@-webkit-keyframes rotate-scale-up-hor {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
    }
    50% {
        -webkit-transform: scale(2) rotateX(-180deg);
        transform: scale(2) rotateX(-180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateX(-360deg);
        transform: scale(1) rotateX(-360deg);
    }
}

@keyframes rotate-scale-up-hor {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
    }
    50% {
        -webkit-transform: scale(2) rotateX(-180deg);
        transform: scale(2) rotateX(-180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateX(-360deg);
        transform: scale(1) rotateX(-360deg);
    }
}
