.dropdown-content a,
a {
  text-decoration: none;
}
.entry,
.out {
  animation-fill-mode: forwards;
}
.blur,
.mobile_menu {
  top: 0;
  height: 100vh;
}
*,
.profile .name {
  font-family: Poppins;
}
* {
  box-sizing: border-box;
  word-break: break-word;
  scroll-behavior: smooth;
}
html {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
.footer-title {
  font-size: 1.5em;
  line-height: 1.2;
}
body {
  margin: 0;
  padding: 0;
}
img,
svg {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  line-height: 1.2;
}
.headerGridContain {
  display: grid;
  grid-template-columns: 20% 80%;
  padding: 10px 0;
}
.logoHeader,
.navBar,
footer .containContent .logoContain,
footer .containContent .logoContain a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar {
  flex-direction: column;
}
.sub-nav {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.sub-nav a#navnum {
  margin-right: 45px;
  color: #fff;
  background-color: #012c50;
  border-radius: 20px;
  transition: 0.25s;
}
.sub-nav A#navnum:hover {
  background: #1b91e2;
  transition: 0.25s;
}
.social-list {
  display: flex;
  align-items: center;
  margin: 0 50px;
}
.social-list a {
  display: flex !important;
  padding: unset !important;
  background-color: #001533 !important;
  color: #fff !important;
  transition: 0.25s !important;
  font-weight: unset !important;
  text-transform: unset !important;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 10px;
}
.dropdown,
.logoHeader img,
.navBar a {
  transition: 0.25s;
}
.social-list a:hover {
  background: #1b91e2 !important;
  transition: 0.25s !important;
}
.logoHeader a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoHeader img {
  width: 60%;
  cursor: pointer;
}
.logoHeader img:hover {
  transform: scale(0.95);
}
.navBar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navBar li {
  float: left;
}
.navBar a {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
  color: #001533;
  font-weight: 500;
  text-transform: uppercase;
}
.navBar a:hover,
footer .copyright a:hover,
footer .infoContain ul a:hover,
footer .politics_box a:hover {
  color: #00b3ff;
}
.dropdown:hover {
  cursor: pointer;
}
.dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
  transition: 0.3s ease-out;
}
.blur,
.popupOn {
  position: fixed;
  z-index: 90;
}
.dropdown-content a {
  color: #001533;
  padding: 12px 16px;
  font-size: 14;
  text-transform: capitalize;
  display: block;
  text-align: left;
}
.blur_active,
.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
.blur,
.chatcontainer {
  visibility: hidden;
  opacity: 0;
}
.mobile_header {
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  background: #fff;
}
.mobile_header img {
  width: 60%;
}
.mobile_toogle {
  font-size: 26px;
}
.mobile_menu {
  width: 100%;
  position: fixed;
  right: 0;
  backdrop-filter: blur(10px);
  background: #001533af;
  overflow-y: scroll !important;
  transform: translateX(100%);
  display: none;
  transition: 0.25s;
}
.mobile_item,
.mobile_item a {
  color: #fff;
  display: flex;
  width: 100%;
}
.mobile_menu_active {
  transform: translateX(0);
}
.mobile_item {
  align-items: center;
  padding: 9px 15px;
}
.mobile_item a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.mobile_close {
  font-size: 32px;
  justify-content: flex-end;
  padding-right: 35px;
  padding-top: 10px;
}
.openchat,
.send {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
.mobile_dropdown {
  background: #00214e21;
  max-height: 0;
  overflow: hidden;
  transition: 1s ease-out;
}
.out {
  animation-name: outDrop;
  animation-duration: 1s;
}
.entry {
  animation-name: showDrop;
  animation-duration: 3s;
}
@keyframes showDrop {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 9000px;
  }
}
@keyframes outDrop {
  0% {
    max-height: 9000px;
  }
  100% {
    max-height: 0;
  }
}
.mobile_dropdown .mobile_item a {
  font-size: 13px;
}
.blur {
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: 0.25s;
}
footer .containContent {
  display: grid;
  grid-template-columns: 20% 80%;
}
footer .containContent .logoContain {
  padding: 20px;
}
footer .containContent .logoContain img {
  width: 60%;
  z-index: 1;
}
footer .containContent .infoContain {
  position: relative;
  background: url("../images/footer_background_ui_medical_marketing.jpg")
    center/cover;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 100px;
  color: #fff;
  text-align: left;
}
footer .infoContain:before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 100%;
  background: #fff;
  transform-origin: bottom left;
  transform: skewX(-5deg) translateX(-100%);
}
footer .infoContain ul {
  list-style: none;
  padding: 0;
}
footer .infoContain ul a {
  color: #fff;
  transition: 0.25s;
}
footer .infoContain ul i {
  margin-right: 3%;
}
footer .politics_box {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
footer .politics_box a {
  color: #fff;
  font-size: 14px;
  transition: 0.25s;
}
footer .infoContain .serviceContain ul {
  list-style: initial;
  padding-left: 20px;
}
footer .copyright {
  background: #00214e;
  text-align: center;
  padding: 5px;
}
footer .copyright a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  transition: 0.25s;
}
.openchatnot,
.popupOff {
  display: none;
}
.popupOn {
  background: #fff;
  border-radius: 20px;
  display: flex;
  left: 15%;
  width: 70%;
  top: 50%;
  transform: translateY(-50%);
}
.chatcontainer,
.openchat {
  position: fixed;
  z-index: 2;
  display: flex;
}
.popupOn .contain {
  width: 100%;
  height: 100%;
}
.popupOn .popup {
  overflow: hidden !important;
}
.popupOn iframe {
  height: 700px;
}
.popupOn .fa-times-circle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #012c50;
  transition: 0.25s;
}
.popupOn .fa-times-circle:hover {
  color: #1b91e2;
  cursor: pointer;
}
.openchat {
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  background: #005fff;
  background: linear-gradient(0deg, #005fff 0, #00b3ff 100%);
  justify-content: center;
  align-items: center;
}
.chatcontainer {
  width: 370px;
  height: 600px;
  background-color: #fff;
  bottom: 30px;
  right: 50px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.32);
  flex-direction: column;
  transform: translateX(30px);
  transition: 0.3s ease-out;
}
.profile .pic,
.send {
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  width: 60px;
}
.chatcontaineractive {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.send {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(40%, 20%);
  background: #005fff;
  background: linear-gradient(0deg, #005fff 0, #00b3ff 100%);
  display: flex;
  align-items: center;
}
.chatheader,
.chatheader_content {
  width: 100%;
  height: 80px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.close,
.profile .name {
  font-size: 22px;
  color: #fff;
}
.chatheader {
  position: relative;
}
.chatheader_content {
  position: absolute;
  top: 0;
  left: 0;
  background: #00b3ff;
  background: linear-gradient(0deg, #00b3ff 31%, #005fff 100%);
  z-index: 99;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.chatbody .message,
.options,
.profile {
  align-items: center;
  display: flex;
}
.chatheader svg {
  position: absolute;
  bottom: 20px;
  right: 0;
  transform: translateY(100%);
  z-index: 1;
}
.profile .pic {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 20px;
}
.profile .pic img {
  width: 60px;
}
.profile .name {
  font-weight: 500;
}
.close {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.chatbody {
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
}
.chatbody::-webkit-scrollbar {
  width: 0.5vw;
  background: 0 0;
}
.chatbody::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(transparent, transparent);
  background: linear-gradient(transparent, #00b3ff);
  border-radius: 20px;
}
.chatbody::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(transparent, #00b3ff);
  background: linear-gradient(transparent, #00b3ff);
}
.chatbody .message {
  width: 100%;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.chatbody .message .content_message {
  width: fit-content;
  max-width: 80%;
  min-height: 40px;
  background: #f0f2f7;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  word-break: break-word;
  border-radius: 25px;
}
.chatbody .message.sender {
  justify-content: flex-end;
}
.chatbody .message.sender .content_message {
  background: #005fff;
  background: linear-gradient(0deg, #005fff 0, #00b3ff 100%);
  color: #fff;
}
.chatinput {
  width: 100%;
  height: 70px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  position: relative;
}
.chatinput::before {
  content: "";
  width: 85%;
  height: 1px;
  background: #dbdfe6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.chatinput textarea {
  width: 100%;
  outline: 0;
  border: none;
  font-size: 15px;
}
.chatinput textarea::-webkit-scrollbar {
  width: 0.5vw;
  background: 0 0;
}
.chatinput textarea::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(transparent, transparent);
  background: linear-gradient(transparent, #5d38d1);
  border-radius: 20px;
}
.chatinput textarea::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(transparent, #5d38d1);
  background: linear-gradient(transparent, #5d38d1);
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
}
.lds-ellipsis div {
  position: absolute;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a0a3aa;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media (max-width: 996px) {
  .desktopHeader {
    display: none;
  }
  .mobile_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 10%;
    z-index: 99;
  }
  .mobile_header > a {
    width: 25%;
  }
  .mobile_header img {
    width: 100%;
  }
  .mobile_menu {
    display: block;
    z-index: 99;
  }
  footer .containContent {
    display: grid;
    grid-template-columns: 1fr;
  }
  footer .containContent .logoContain img {
    width: 40%;
  }
  footer .containContent .infoContain {
    grid-template-columns: 1fr;
    padding: 100px 20px 50px;
    text-align: center;
  }
  footer .infoContain:before {
    width: 100%;
    height: 50px;
    transform: skewY(-5deg) translateY(0);
  }
  footer .infoContain .serviceContain ul {
    list-style: none;
    padding: 20px 0;
  }
  .chatcontainer {
    width: 80%;
    height: 450px;
  }
  .drop-dw-mobile {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    max-height: 0;
    overflow: hidden;
    transition: 0.25s;
    margin-left: 10px;
  }
  .drop-dw-mobile a {
    font-size: 12px;
    text-transform: capitalize !important;
    margin: 5px 0;
  }
  .show-dropdw {
    max-height: 500px;
  }
  .popupOn {
    left: 5%;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
  }
}
.rules_section {
  padding: 5%;
}
.rules_section h1,
.rules_section h2 {
  color: #012c50;
}
.rules_section h1 {
  font-size: 25px;
}
.rules_section h2 {
  font-size: 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  min-width: 250px;
  z-index: 1000;
}

.dropdown-submenu:hover .submenu {
  display: block;
}

.dropdown-content a,
.submenu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.dropdown-content a:hover,
.submenu a:hover {
  background-color:  #f1f1f1;
}
.mobile_item .mobile_toggle_btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.mobile_item .mobile_toggle_btn i {
  margin-left: 8px;
}
