.Contactus {
  height: 1000px;
  width: 100%;
  position: relative;
}

.Contactus-top {
  height: 70%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.Contactus-bottom {
  height: auto;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.Contactus-left {
  height: 100%;
  width: 50%;

  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.Contactus-right {
  height: 100%;
  width: 50%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Contactus-background {
  background-image: url("../../../Images/backgroundfreepik2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;

  width: 25px;
  height: 25px;

  height: 100%;
  width: 100%;
}

.Contactus-coloroverlay {
  /* background: rgba(39, 39, 39, 0.767); */
  height: 100%;
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.Contactus-container {
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Contactus-info {
  height: 100%;
  width: 90%;
  gap: 20px;
  padding: 0 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.Contactus-form {
  height: 700px;
  max-width: 561.59px;
  /* height: 100%; */
  width: 100%; 
  padding: 0 25px 25px 25px;
  border-radius: 5px !important;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* border: 1px solid #1787ff; */
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%),
    0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}

.Contactus-info-content {
  padding: 10px;
  /* border: 1px solid #1787ff; */
  background-color: #fff;
  border-radius: 5px;
  /* height: 100%;
  width: 90%; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%),
    0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}
.Contactus-label {
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.msg_box {
  width: 80%;
  margin-bottom: 10px;
}
/*--------------------------------------------------------IMAGE-----------------------------------------------------*/
.Contactus-info-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.Contactus-info-image-2 {
  width: 35px;
  height: 35px;
  margin-right: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.Contactus-info-image-3 {
  width: 35px;
  height: 35px;
  margin-right: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.Contactus-info-image-4 {
  width: 35px;
  height: 35px;
  margin-right: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.contactus-undraw {
  position: absolute;
  left: 30px;
  bottom: 120px;
  z-index: 1;
}
.contactus-undraw img {
  width: 450px;
  height: 400px;
}

.contactus-undraw-2 {
  position: absolute;
  right: 30px;
  bottom: 120px;
  z-index: 1;
}
.contactus-undraw-2 img {
  width: 400px;
  height: 350px;
}
/*--------------------------------------------------------IMAGE-----------------------------------------------------*/

/*--------------------------------------------------------TEXT-----------------------------------------------------*/
.Contactus-info-text {
  font-size: 1em;
  font-weight: bold;
  color: #222222;
  font-family: Montserrat;
  height: 40px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.Contactus-info-text h3 {
  font-size: 1.1em;
  font-weight: bolder;
  color: #fff;
  font-family: Montserrat;
}
.Contactus-label p {
  font-size: 2em;
  font-weight: bolder;
  color: #222222;
  font-family: Montserrat;
}
/*--------------------------------------------------------TEXT-----------------------------------------------------*/

/*--------------------------------------------------------TEXTBOX-----------------------------------------------------*/

.inputBox {
  position: relative;
  width: 80%;
  margin-bottom: 40px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inputBox input {
  width: 100%;
  padding: 10px;
  font-family: Montserrat;
  border: none;
  border-bottom: 2px solid #222222;
  color: #222222;
  background: transparent;
  font-size: 1em;
  transition: 0.3s;
  outline: none;
}
.inputBox textarea {
  height: 100px;
  width: 100%;
  padding: 10px;
  font-family: Montserrat;
  border: 2px solid #222222;
  color: #222222;
  background: transparent;
  font-size: 1em;
  transition: 0.3s;
  outline: none;
  resize: none;
}
.inputBox span {
  position: absolute;
  left: 0;
  padding: 10px;
  pointer-events: none;
  font-family: Montserrat;
  font-size: 1em;
  color: rgba(128, 128, 128, 0.644);
  text-transform: uppercase;
  transition: 0.3s ease;
}
.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  color: #1787ff;
  transform: translateY(-20px);
  font-size: 0.8em;
  padding: 0 10px;
  letter-spacing: 0.2em;
  border: none;
}

.inputBox textarea:valid ~ span,
.inputBox textarea:focus ~ span {
  color: #1787ff;
  transform: translateX(10px) translateY(-50px);
  font-size: 0.8em;
  padding: 0 10px;
  letter-spacing: 0.2em;
  border-left: 2px solid #1787ff;
  border-right: 2px solid #1787ff;
  background: #fff;
}

.inputBox input:valid,
.inputBox input:focus {
  border: none;
  border-bottom: 2px solid #1787ff;
}

.inputBox textarea:valid,
.inputBox textarea:focus {
  border: 2px solid #1787ff;
  border-bottom: 2px solid #1787ff;
}
/*--------------------------------------------------------TEXTBOX-----------------------------------------------------*/

/*--------------------------------------------------------BUTTON-----------------------------------------------------*/
.contact-change {
  height: 20px;
  padding: 30px 30px 30px 0;
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.contact-change p {
  transition: 0.1s ease-in-out;
}
.contact-change p:hover {
  border-bottom: 3px solid #1787ff;
}
.contact-change img {
  height: 30px;
  width: 30px;
}
.popup-submit {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-submit img {
  margin-top: 10px;
  height: 100px;
  width: 200px;
}
.submit-update {
  height: 50px;
  width: 244px;
  font-family: Montserrat;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1em;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #1787ff;
  transition: 0.2s ease-in-out;
}
.submit-update:hover {
  border: 3px solid #1787ff;
  background-color: #fff;
  color: #1787ff;
}

.hipaaterms {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.hipaa-label {
  transition: 0.1s ease-in-out;
  /* border-bottom: 1px solid #1787ff; */
}
.hipaa-label {
  position:relative;
  padding: 0 0 5px 0;
  transition: 0.1s ease-in-out;
  cursor: pointer;
  /* border-bottom: 1px solid #1787ff; */
}
/* .hipaa-label:hover {
  border-bottom: 3px solid #1787ff;
} */


.hipaa-label::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #1787ff;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .2s all ease-out;
}

.hipaa-label:hover::after {
  transform: scale(1);
}

.custom-radio-btn2 {
  --size: 20px;
  min-width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  padding-left: var(--size);
}

.custom-radio-btn2 input {
  display: none;
}
.custom-radio-btn2.left {
  padding-left: 0;
  padding-right: var(--size);
}

.label {
  font-family: Montserrat;
  font-size: 1em;
  color: #222222;
}

.custom-radio-btn2 .label {
  margin-left: 5px;
}
.custom-radio-btn2.left .label {
  margin: 0 5px;
}

.custom-radio-btn2[aria-label]::after {
  content: attr(aria-label);
  display: inline-block;
  margin-left: 5px;
}

#contactForm .checkmark:hover{
  border: var(--border) solid #1787ff;
  background-origin: content-box;
  background-repeat: no-repeat;
}

.custom-radio-btn2 .checkmark {
  --gap: 3px;
  --border: 2px;
  --check-color: #1787ff;
  width: var(--size);
  height: var(--size);
  border-radius: 4px;
  display: inline-block;
  transition: 0.3s ease-in-out;

  border: var(--border) solid black;
  padding: var(--gap);
  position: absolute;
  top: 0;
  left: 0;
}
.body-Gender-container input[type="radio"]:invalid + .checkmark::after {
  content: "*";
  color: red;
}
.body-addressButton input[type="radio"]:invalid + .checkmark::after {
  content: "*";
  color: red;
}
.body-form-Button input[type="radio"]:invalid + .checkmark::after {
  content: "*";
  color: red;
}

.custom-radio-btn2.left .checkmark {
  left: auto;
  right: 0;
}

.custom-radio-btn2 input:checked ~ .checkmark {
  border: var(--border) solid #1787ff;
  background-origin: content-box;
  background-repeat: no-repeat;
}
.custom-radio-btn2 input:checked ~ .checkmark::before,
.custom-radio-btn2 input:checked ~ .checkmark::after {
  content: "";
  width: calc(var(--size) / 2);
  height: calc(var(--size) / 2);
  background-color: var(--check-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-radio-btn2 input:checked ~ .checkmark::after {
  transform: translate(-50%, -50%);
}

.form-submit {
  width: 80%;
  height: 100px;
}
.form-submit > button {
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;

  color: #222222;
  border: 1px solid #222222;
  letter-spacing: 2px;
  font-family: Montserrat;
  font-size: 1em;
  transition: 0.5s;
}
.form-submit > button:hover {
  color: #222222;
}
.form-submit > button span {
  display: block;
  position: absolute;
  background-color: rgb(0, 242, 254);
}
.form-submit > button span:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}
.form-submit > button:hover span:nth-child(1) {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.form-submit > button span:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.form-submit > button:hover span:nth-child(2) {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}

.form-submit > button span:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
  transition-delay: 0.5s;
}
.form-submit > button:hover span:nth-child(3) {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
  transition-delay: 0.5s;
}

.form-submit > button span:nth-child(4) {
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
  transition-delay: 0.5s;
}
.form-submit > button:hover span:nth-child(4) {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
  transition-delay: 0.5s;
}
.Contactus-map {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
}
.Contactus-map-2 {
  width: 90%;
  display: none;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
}
.googlemap p {
  width: 100%;
}
.googlemap iframe {
  width: 500px;
  height: 350px;
  border:none;
  /* border: 1px solid #1787ff; */
  border-radius: 5px;
  box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%),
    0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}

.wrapper {
  width: 80%;
  height: 50px;
  margin-bottom: 20px;
  background: transparent;
}

.wrapper .input-data {
  height: 40px;
  width: 100%;
  position: relative;
}

.wrapper .input-data input {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 5px;
  outline: none;
  font-family: Montserrat;
  font-size: 17px;
  border: 1px solid #1787ff5d;
  background-color: #5fc9f31a;
  padding-left: 10px;
  transition: 0.1s ease-in-out;
}

/* .wrapper .input-data input:focus,
.wrapper-two .input-data-two input:focus,
.wrapper-II-3 .input-data-II-3 input:focus,
.wrapper-date .input-data input:focus {
  background-color: #fff;
  box-shadow: 0 8px 10px -5px rgba(0, 255, 255, 0.16),
    0 16px 24px 2px rgba(0, 255, 255, 0.11),
    0 6px 30px 5px rgba(0, 255, 255, 0.1);
} */

.wrapper .input-data input:hover {
  border: 2px solid #1787ff;
}

.wrapper .input-data input:focus {
  border: 2px solid #1787ff;
}

.input-data input:focus ~ label,
.input-data input:not(:placeholder-shown) ~ label {
  transform: translateY(-30px);
  font-size: 15px;
  font-weight: bold;
}

.wrapper .input-data label {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #222222;
  font-family: Montserrat;
  pointer-events: none;
  transition: all 0.3s ease;
  margin-left: 10px;
}
/*--------------------------------------------------------BUTTON-----------------------------------------------------*/



/*--------------------------------------------------------LIVE CHAT-----------------------------------------------------*/

.livechat {
  height: 100vh;
  /* background: linear-gradient(
    109.6deg,
    rgb(6, 183, 249) 11.2%,
    rgb(25, 74, 236) 91.1%
  ); */
}

.chat {
  width: 100%;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.form {
  height: 100%;
  width: 100%;
  z-index: 10;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.chat-container {
  /* width: 65%; */
  width: 100%;
  /* height: 100%; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.row-chat {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.chat-user {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.users {
  /* padding: 0 10px 0 10px; */
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  border-right: 1px solid #e6e6e6;
}
.users .content {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.search {
  position: relative;
}
.search button {
  position: absolute;
}
.users .search input {
  width: 100%;
  height: 45px;
  padding: 0 0 0 10px;
  outline: none;
  border: none;
  background-color: #5fc9f31c;
}
.error-text {
  color: Red;
  font-weight: bold;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chatlogin-title {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
}
.chatlogin-input {
  height: auto;
  width: 100%;
  margin-bottom: 20px;

  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chatlogin-title img {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;
  height: 100px;
  width: 150px;
}
.chatlogin-title-top {
  height: 30%;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chatlogin-bottom {
  height: 70%;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.chatlogin-title-top p {
  font-size: 1.5em;
  font-weight: bold;
}
.chatlogin-title span {
  font-size: 1em;
  font-weight: 600;
}
.logout-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.chat-container .chatsignup {
  background-color: #fff;
  height: 700px;
  max-width: 561.59px;
  /* width: 65%; */
  width: 100%;
  border-radius: 5px;
  padding: 0 25px 25px 25px;
  box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%),
    0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  /* border: 1px solid #1787ff; */
  overflow-y: scroll;
}
.chat-container .chatlogin {
  background-color: #fff;
  margin-top: 100px;
  height: 550px;
  width: 500px;
  border-radius: 25px;
  padding-top: 20px;
  box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%),
    0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.chat-signup-bottom {
  width: 100%;
  background-image: url("../../../Images/livechatbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chat-signup-bottom input {
  height: 50px;
  width: 80%;
  font-family: Montserrat;
  border-radius: 3px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1em;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #1787ff;
  transition: 0.2s ease-in-out;
}
.chat-signup-bottom input:hover {
  border: 3px solid #1787ff;
  background-color: #fff;
  color: #1787ff;
}
.field {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.users-list .nouser {
  font-family: Montserrat;
  font-size: 1em;
  padding: 15px;
}
.users-list a {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
}
.users-list a:hover {
  border-left: 5px solid #1787ff;
  border-right: 5px solid #1787ff;
}
:is(.users, .users-list) .content {
  display: flex;
  align-items: center;
}
:is(.users, .users-list) .content .details {
  color: #000;
  margin-left: 20px;
}
:is(.users, .users-list) .details span {
  font-size: 18px;
  font-weight: 500;
}
.users-list .details span {
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 5px;
}
.users-list .details p {
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 500;
  color: gray;
  text-decoration: none;
  outline: none;
  border: none;
}
.users-list a {
  padding-right: 15px;
  border-bottom-color: #f1f1f1;
}
.users-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.users-list a img {
  height: 40px;
  width: 40px;
}
.users-list a .details p {
  color: #67676a;
}
.users-list a .status-dot {
  font-size: 12px;
  color: #0bda51;
}
.users-list a .status-dot.offline {
  color: #ccc;
}
.chat-area .statuschat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.chat-area .statuschat p {
  margin-left: 10px;
}
.chat-area .details p {
  color: #67676a;
}
.chat-area .status-dot {
  font-size: 12px;
  color: #0bda51;
}
/* .chat-area .status-dot.offline {
    color: #ccc;
  } */
.chat-area .status-dot-offline {
  font-size: 12px;
  color: #ccc;
}

.wrapperinput {
  width: 100%;
  padding: 40px 0 40px 0;
  height: 10px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapperinput .input-data {
  height: 40px;
  width: 80%;
  position: relative;
}

.wrapperinput .input-data input {
  height: 100%;
  width: 100%;
  border: none;
  padding-left: 10px;
  border-radius: 5px;
  outline: none;
  font-family: Montserrat;
  font-size: 17px;
  border: 1px solid #1787ff5d;
  background-color: #5fc9f32d;
  transition: 0.1s ease-in-out;
}
.link {
  font-family: Montserrat;
  font-size: 17px;
  padding: 20px;
}

.wrapperinput .input-data input:focus {
  border: 2px solid #1787ff;
}

.input-data input:focus ~ label,
.input-data input:not(:placeholder-shown) ~ label {
  transform: translateY(-30px);
  font-size: 15px;
  font-weight: bold;
}

.wrapperinput .input-data label {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #222222;
  font-family: Montserrat;
  pointer-events: none;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.chat-idle {
  border-radius: 5px;
  background-color: #0000006c;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding: 0 2px 0 2px;
}
.chat-idle-box {
  /* height: 40%; */
  width: 80%;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 60px 20px;
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
  text-align: center;
  position: relative;
}
.chat-idle-box img {
  position: absolute;
  bottom: 4%;
}
.chat-chat {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.chat-area-main {
  /* padding: 20px 0 0 0; */
  border-radius: 5px;
  height: 700px;
  /* width: 65%; */
  width: 561.59px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%),
    0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}
.chat-info-container {
  height: 100%;
  width: 30%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-info {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.chat-area {
  width: 100%;
  /* height: calc(100vh - 50px); */
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.chat-area header {
  display: flex;
  align-items: center;
  padding: 18px 30px;
}
.chat-area header .back-icon {
  color: #333;
  font-size: 18px;
}
.chat-area header img {
  height: 45px;
  width: 45px;
  margin: 0 15px;
}
.chat-area header .details span {
  font-size: 17px;
  font-weight: 500;
}
.chat-admin-info-container {
  height: auto;
  width: 100%;
  /* border: 2px solid #1787ff; */
  border-bottom: 2px solid #d3d3d3;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.chat-admin-info {
  margin-left: 30px;
  color: #222222;
}
.chat-admin-info .largetext {
  font-size: 1.8em;
  font-weight: 600;
}
.chat-admin-image {
  background-color: transparent;
  height: 100px;
  width: 80px;
  margin-left: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
}
.chat-admin-image img {
  height: 80px;
  width: 80px;
}
.chat-box {
  position: relative;
  /* min-height: 500px; */
  height: 700px;
  /* width:561.59px; */
  width: 100%;
background-color: red;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  /* border-left: 2px solid #1787ff;
  border-right: 2px solid #1787ff; */
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15); */
}
.chat-box .text {
  position: absolute;
  top: 45%;
  left: 50%;
  width: calc(100% - 50px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.chat-box .chat {
  margin: 15px 0;
}
.chat-box .chat p {
  word-wrap: break-word;
  padding: 8px 16px;
  font-size: 1em;
  font-weight: 500;
  /* box-shadow: 0 0 32px rgb(0 0 0 / 8%), 0rem 16px 16px -16px rgb(0 0 0 / 10%); */
}
.chat-box .outgoing {
  display: flex;
}
.chat-box .outgoing .details {
  margin-left: auto;
  margin-right: 10px;
  max-width: calc(100% - 130px);
  font-weight: 550;
}
.chat-box .outgoing {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.outgoing .details .msg {
  /* background: #3e9bff25;
  border: 1px solid #1787ff;
  color: #222222; */

  background: linear-gradient(
    109.6deg,
    rgb(6, 183, 249) 11.2%,
    rgb(25, 74, 236) 91.1%
  );
  color: #fff;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  border-radius: 10px 10px 0 10px;
}
.users-list .msg_date {
  text-decoration: none;
  color: #67676a9f;
  font-size: 0.6em;
  font-weight: bold;
  margin-right: 10px;
  width: 30%;
  text-align: right;
}
.incoming .msg_date,
.outgoing .msg_date {
  display: flex;
  background: transparent;
  box-shadow: none;
  color: #67676a9f;
  font-size: 0.6em;
}

.chat-box .incoming {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;

  position: relative;
}
.chat-box .incoming img {
  height: 40px;
  width: 40px;
}
.chat-box .incoming .details {
  margin-right: 130px;
  margin-left: 10px;
  /* max-width: calc(100% - 100px); */
  /* min-width: 100px; */
  /* max-width: 100%; */
  font-weight: 550;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  word-wrap: break-word;
  word-break: break-word;
}
.incoming .details .msg {
  background: #f7f7f7;
  color: #333;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  /* border: 1px solid #727272f5; */
  border-radius: 10px 10px 10px 0;
  /* width: 100%; */
  box-sizing: border-box;
}

.typing-area {
  display: flex;
  width: 100%;
}
.typing-area input {
  height: 55px;
  width: 90%;
  font-size: 16px;
  padding: 0 13px;
  border: none;
  /* border-top: 2px solid #d3d3d3;
  border-left: 2px solid #1787ff;
  border-bottom: 2px solid #1787ff; */
  outline: none;
  background-color: #fff;
  border-radius: 0 0 0 5px;
  transition: all 0.1s ease;
}
.typing-area button {
  color: #1787ff;
  width: 10%;
  outline: none;
  border: none;
  /* border-top: 2px solid #d3d3d3;
  border-right: 2px solid #1787ff;
  border-bottom: 2px solid #1787ff; */
  border-left: none;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  /* opacity: 0.7; */
  pointer-events: none;

  transition: all 0.1s ease;

  border-radius: 0 0 5px 0;
}

.typing-area button.active {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  background-color: #1787ff;
}
.chat-notes {
  width: 20%;
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-left: 1px solid #e6e6e6;
}
.chat-notes .top-container {
  height: 45px;
  width: 100%;
  padding: 0 10px 0 10px;
  color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
}
.chat-notes .middle-container {
  height: 100%;
  width: 100%;
  padding: 0 10px 0 10px;
}

.undraw-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.undraw-image img {
  height: 300px;
  width: 350px;
}
/* width */
/* ::-webkit-scrollbar {
  width: 0;
} */

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f100;
}
.tocontactus,
.tolivechat {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
  cursor: pointer;
  margin-right: 20px;
  color: #222222;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid #1787ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.1s ease-in-out;
}
.tocontactus:hover,
.tolivechat:hover {
  border: 5px solid #1787ff;
}

.animated_card {
  height: 40%;
  width: 40%;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 20px;
}
.animated_card span {
  color: #222222;
  opacity: 1;
  font-size: 11em;
  z-index: 1;
}
.animated_card::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 180%;
  background: linear-gradient(
    109.6deg,
    rgb(6, 183, 249) 11.2%,
    rgb(25, 74, 236) 91.1%
  );
  transform: rotate(30deg);
}
.animated_card:hover::before {
  animation: animate 2s linear infinite;
}

@keyframes animate {
  from {
    transform: rotate(0deg);

  }
  to {
    transform: rotate(360deg);
    /* filter: hue-rotate(-360deg) saturate(1000%); */
  }
}

.animated_card::after {
  position: absolute;
  content: "";
  inset: 10px;
  background: #fff;
  border-radius: 25px;
}

.livechatposition {
  width: 80%;
  /* padding: 0 40px 0 40px; */
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.livechatposition label {
  font-size: 1em;
  font-weight: 600;
}
.livechatposition select {
  height: 43px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1787ff5d;
  background-color: #5fc9f32d;
  font-family: Montserrat;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0 0 0 5px;
}
.inputBox {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 45px 0 45px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  animation: fadeIn 0.5s ease-in-out;
}

.inputBox input {
  width: 100%;
  padding: 10px;
  font-family: Montserrat;
  border: none;
  border-bottom: 2px solid #222222;
  color: #222222;
  background: transparent;
  font-size: 1em;
  transition: 0.3s;
  outline: none;
}
.inputBox textarea {
  height: 200px;
  width: 100%;
  padding: 10px;
  font-family: Montserrat;
  border: 2px solid #222222;
  border-radius: 5px;
  color: #222222;
  background: transparent;
  font-size: 1em;
  transition: 0.3s;
  outline: none;
  resize: none;
}
.inputBox span {
  position: absolute;
  left: 0;
  padding: 10px 10px 10px 50px;
  pointer-events: none;
  font-family: Montserrat;
  font-size: 1em;
  color: rgba(128, 128, 128, 0.644);
  text-transform: uppercase;
  transition: 0.3s ease;
}

.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  color: #1787ff;
  transform: translateY(-50px);
  font-size: 0.8em;
  padding: 0 10px;
  letter-spacing: 0.2em;
  border: none;
}
.inputBox textarea:valid ~ span,
.inputBox textarea:focus ~ span {
  color: #1787ff;
  transform: translateX(60px) translateY(-6px);
  font-size: 0.8em;
  padding: 0 10px;
  letter-spacing: 0.2em;
  border-left: 2px solid #1787ff;
  border-right: 2px solid #1787ff;
  background: #fff;
}

.inputBox input:valid,
.inputBox input:focus {
  border: none;
  border-bottom: 2px solid #1787ff;
}
.inputBox textarea:valid,
.inputBox textarea:focus {
  border: 2px solid #1787ff;
  border-bottom: 2px solid #1787ff;
}


.contactustextarea {
  width: 80%;
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  background-color: #5fc9f31c;
}


@keyframes map-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

[data-aos="map-bounce"] {
  opacity: 0;
  filter: blur(33px);
  &.aos-animate {
    opacity: 1;
    animation-name: map-bounce;
    animation-duration: 1.2s;
    filter: blur(0);
  }
}

@media only screen and (max-width: 1440px) {
  .chat-area{

    justify-content: center;
  }
  .chat-area-main{
    width: 561.59px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .chat-container .chatsignup{
    width: 80%;
  }
  /* .Contactus-form {
    width: 80%;
  } */
  .Contactus-right {
    position: relative;
  }
  .googlemap iframe {
    width: 500px;
    height: 350px;
    margin: auto;
  }

  .googlemap p {
    width: 100%;
  }
}

@media only screen and (max-width: 1320px) {
  /* .Contactus-form {
    width: 90%;
  } */
  .chat-container .chatsignup {
    width: 100%;
}
.form{
  justify-content: center;
}
.Contactus {
  height: auto;
  width: 100%;
}
.Contactus-background {
  background-size: cover;
}
.Contactus-container {
  width: 100%;
  margin-top: 200px;
}
.Contactus-form {
  max-width: 561.59px;
  border-radius: 0;
}
.Contactus-top {
  align-items: center;
}

.Contactus-left {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 0 50px 0;
}
.Contactus-right {
  height: 100%;
  width: 40%;
  display:none;
  /* padding: 0 0 0 20px; */
  align-items: flex-start;
}
.Contactus-info {
  width: 80%;
  gap: 20px;
  padding: 0 0 0 20px;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.Contactus-map {
  display: none;
}
.Contactus-map-2 {
  width: 100%;
  padding: 60px;
  display: flex;
  justify-content: center;

}
.contactus-undraw {
  display: none;
}
.contactus-undraw-2 {
  display: none;
}
.googlemap {
  width: 561.59px;
}
.googlemap iframe {
  width: 100%;
  height: 250px;
  margin: auto;
  border-radius: 10px;
}
}

@media only screen and (max-width: 1024px) {
  .form{
    justify-content: center;
  }
  .Contactus {
    height: auto;
    width: 100%;
  }
  .Contactus-background {
    background-size: cover;
  }
  .Contactus-container {
    width: 100%;
    margin-top: 200px;
  }
  .Contactus-form {
    /* width: 75%; */
    border-radius: 0;
  }
  .Contactus-top {
    align-items: center;
  }

  .Contactus-left {
    width: 100%;
  }
  .Contactus-right {
    height: 100%;
    width: 40%;
    display:none;
    /* padding: 0 0 0 20px; */
    align-items: flex-start;
  }
  .Contactus-info {
    width: 80%;
    gap: 20px;
    padding: 0 0 0 20px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .Contactus-map {
    display: none;
  }
  .Contactus-map-2 {
    width: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;

  }
  .contactus-undraw {
    display: none;
  }
  .contactus-undraw-2 {
    display: none;
  }
  .googlemap {
    width: 561.59px;
  }
  .googlemap iframe {
    width: 100%;
    height: 250px;
    margin: auto;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .Contactus-info {
    display:none;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 980px) {
  .chat-container .chatsignup {
    width: 100%;
  }
  .form {
    justify-content: center !important;
    padding: 0 0 50px 0;
  }
  .chat {
    align-items: center;
  }
  .chat-area-main {
    width: 75%;
  }
  .chat-area {
    padding: 0 0 50px 0;
    justify-content: center !important;
  }
  .Contactus-container {
    width: 100%;
    margin-top: 100px;
  }
  .Contactus-top {
    flex-direction: column;
    align-items: center;
  }
  .Contactus-left {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .Contactus-right {
    width: 75%;
  }
  .Contactus-info {
    display:none;
    width: 100%;
    padding: 50px 0 50px 0;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .Contactus-map-2 {
    width: 100%;
    padding: 0 0 50px 0;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .googlemap {
    width: 80%;
  }
}



@media (max-width: 480px) {

  .chat-area-main {
    width: 100% !important;
  }
  .chat-container .chatsignup {
    width: 100%;
  }
  .Contactus-left {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .Contactus-right {
    width: 100%;
  }
  .Contactus-map-2 {
    width: 100%;
  }
  .googlemap {
    width: 90%;
  }
  .Contactus-form {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .Contactus-form {
    width: 100%;
    border-radius: 0;
  }
  .chat-container {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .chat-area-main {
    width: 561.59px;
}
}

@media only screen and (max-width: 980px) {
  .chat-area-main {
    height:100vh;
    width: 100%;
    border-radius: 0px;
    position:absolute;
    top:0;
}
.chat-admin-info-container{
  padding: 0 0 0 50px;
}
.chat-idle{
  border-radius: 0px;
}
.chat-admin-info-container{
  border-radius: 0px;
}
.typing-area input{
  border-radius: 0px;
}
.typing-area button{
  border-radius: 0px;
}
}

@media (max-width: 500px) {
  .chat-area-main {
    width: 100% ;
}
  .chat-container {
    width: 100%;
  }
  .typing-area button,
  .typing-area input,
  .chat-admin-info-container,
  .chat-area-main {
    border-radius: 0;
  }
}
@media only screen and (max-width: 480px) {

  .contactustextarea {
    width: 90%;
}
  .chat {
    width: 100%;
  }
  .chat-box {
    width: 100%;
  }
  .chat-container .chatsignup {
    max-width: 100%;
    border-radius: 0;
  }
  /* .chatlogin-title {
    padding: 0 10px 0 0;
  } */
  .chatlogin-title-top p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .livechatposition {
    padding: 0;
  }
  .chat-admin-image {
    height: 80px;
    width: 60px;
  }
  .chat-admin-image img {
    height: 60px;
    width: 60px;
  }
  .chat-admin-info .largetext {
    font-size: 1.3em;
  }
  .Contactus-form {
    padding: 0 15px 15px 15px;
  }
  .hipaa-label {
    font-size: 0.8em;
  }
  .wrapper {
    width: 90%;
  }
  /* .wrapperinput .input-data {
    width: 100%;
  } */
  .msg_box {
    width: 90%;
  }
}



@media only screen and (max-width: 375px) {
  .chat-admin-image {
    margin-left:10px;
  }
  .chat-box .outgoing .details {
    max-width: calc(100% - 30px);
  }
  .chat-box .incoming .details {
    margin-right: 30px;
  }
  .chat-container .chatsignup {
    padding: 0 10px 10px 10px;
  }
  .chatlogin-title span {
    font-size: 0.8em;
  }
  .livechatposition label {
    font-size: 0.8em;
  }
  .livechatposition {
    padding: 0;
  }
  .chat-admin-image {
    height: 60px;
    width: 40px;
  }
  .chat-admin-image img {
    height: 40px;
    width: 40px;
  }
  .hipaa-label {
    font-size: 0.7em;
  }
  .Contactus-label p {
    font-size: 1.8em;
  }
}