.chatWindow {
    bottom: 0.7rem;
    right: 0;
    position: fixed;
    z-index: 90210;
    width: auto;
    height: auto;
    /* background: #0285BC; */
    color: white;
    font-weight: bold;
    /* border-radius: 30px; */
    line-height: 1.1;
    transition: all .3s ease-out;
    cursor: pointer;
    margin-right: 1.5rem;
}

.chatMargin {
    padding: 0rem;
    padding-top: 0px;
    margin: 0px 0px 10px 45px;
    font-size: 11px;

}

.headersection {
    margin-top: -3px;
    font-size: 15px;
}

.header-text{
    font-family: Helvetica Neue, sans-serif;
}
.imagestyle{
  height: 15px;
  float: right;
}

.chatClose {
    padding: 0.6rem 2rem;
    font-size: 15px;
    background: #0285BC;
    border-radius: 5px;
    /* margin-right: -12px; */
}

.chatOpen {
    padding: 0.9rem 1.5rem;
    /* font-size: 11px; */
    /* margin-left: -2.5rem;
    width: 7.3rem; */
    height: 1.2rem;
    background: #0285BC;
    border-radius: 30px;

}
/* .chatOpen img {
    width: 19%;
    margin-bottom: 7px;
    margin-left: -26px
} */

.chatClose img {
    margin-right: 5px;
    width: 18%;
    margin-bottom: -3px;
    display: block !important;
}

.chatClose span {
    display: block !important;
    height: 20px;
    padding-top: 3px;
}

.chatClose div {
    display: none !important;
}

.chatOpen span {
    padding-left: 15px;
}

.chatOpen p {
    display: block !important;
    font-size: 17px;
    font-family: Helvetica Neue, sans-serif;
    margin: -25px 25px 0px 40px;
}

/* ----------- Non-Retina Screens ----------- */
/* @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) { 
    .chatOpen h2{
        display: block !important;
        font-size: 17px;
        font-family: Helvetica Neue, sans-serif;
        margin: -23px 25px 0px 40px;
}
} */

/* ----------- Retina Screens ----------- */
/* @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) { 
    .chatOpen h2{
        display: block !important;
        font-size: 17px;
        font-family: Helvetica Neue, sans-serif;
        margin: -23px 25px 0px 40px;
}
} */


.close {
    float: right;
    margin-top: 3px;
    margin-right: 18px;
}

.iframeWidth {
    height: 510px;
    width: 350px;
    border: 1px solid #dfdddd;
}

.chatClose .logo_img {
  padding-left: 0px;
}

.logo_img {
  height: 24px;
  /* width: 26px;
  float: left;
  padding-left: 16px;
  margin-top: -2px; */
}
/*   
@media screen and (max-width: 900px) {
    .chatWindow {
        margin-right: 0.5rem;
    }
} */

@media screen and (max-width: 600px) {
    .chatClose {
        padding: 0.8rem 2rem;
        width: 100%;
        margin-right: 0px;
        border-radius: 0px;
        /* font-size: 11px; */
    }
    .chatWindow {
      /* width: 100%;
      height: 100%; */
      margin-right: 0 !important;
      bottom: 0;
    }
    .headersection {
        width: 100%;
        height: 100%;
    }
    .iframeWidth {
      width: calc(100vw - 0px);
      height: calc(100vh - 160px);
    }

    .imagestyle {
      height: 15px;
      float: left;
      margin-left: 290px;
    }
    .chatClose img {
    margin-right: -305px !important;
    width: 18%;
    margin-bottom: -3px;
    display: block !important;
    }

    .chatOpen p {
        display: none !important;
    }
}