html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.ChatboxMain {
    position: fixed;
    right: 0px;
    bottom: 75px;
    margin: 10px;
    z-index: 999;
    width:auto !important;
    margin:0px !important;
}
    .ChatboxMain #chatbot {
        width: 410px !important;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    }
        .ChatboxMain #chatbot iframe {
            border:0px;
        }
.chatCollapsedText {
    position: absolute;
    width: inherit;
    display: none;
    padding: 1em;
    height: inherit;
    font-weight: bold;
    cursor: pointer;
}
.chatCollapsedText {
    width: 50px;
    height: 50px;
    background: #fff;
    border: solid 2px #7c9c2f;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    padding: 8px;
    -webkit-box-shadow: -2px 0px 12px 4px rgba(0,0,0,0.20);
    -moz-box-shadow: -2px 0px 12px 4px rgba(0,0,0,0.20);
    box-shadow: -2px 0px 12px 4px rgba(0,0,0,0.20);
}
 .chatCollapsedText img {
        width: 100%;
        height:100%;
}
.ChatboxMain .closeIcon {
    position: absolute;
    right: 5px;
    top: -15px;
    border: solid 2px #7c9c2f;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -2px 0px 12px 4px rgba(0,0,0,0.20);
    -moz-box-shadow: -2px 0px 12px 4px rgba(0,0,0,0.20);
    box-shadow: -2px 0px 12px 4px rgba(0,0,0,0.20);
    font-weight: 600;
    color: #7c9c2f;
} 
@media only screen and (min-width: 200px) and (max-width: 767px) {
    .ChatboxMain {
        background-color: transparent;
        width: auto !important;
        margin: 0px !important;
        border: 0px !important;
        bottom: 0;
    }
}

 
 
