#palmbot {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 100%;
  height: 0;
  z-index: 100000000;
  background: transparent;
  max-height: 92vh;
  transition-property: height;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  transition-timing-function: ease-out;
  /* box-shadow: 3px 2px 8px #545050; */
  /* border-radius: 30px; */
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(600px);
    -moz-transform: translatex(600px);
    -o-transform: translatex(600px);
    transform: translatex(600px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

.detailcontainer {
  position: fixed;
  z-index: 100000000000;
  background: #fefefe;
  box-shadow: 2px 2px 10px grey;
  padding: 10px 0px 10px 15px;
  margin: 5px;
  max-width: 520px;
  /* width: 520px; */
  padding: 10px 10px 10px 10px;
  right: 32%;
  top: 11px;
  max-height: 600px;
  overflow-y: scroll;
  animation: fadeInLeft 0.5s ease-in both;
}

.detailcontainer .header .title {
  float: left;
  color: #3459bc;
}

.detailcontainer .popDetailsButton button {
  padding: 10px;
  /* display: flex; */
  background: #3658bb;
  text-align: center;
  color: #f8f8f8;
  border-radius: 10px;
  /* margin: 3px; */
  width: 100%;
  border: #3459bc;
  margin: 9px 0px 9px 0px;
  cursor: pointer;
}

.detailcontainer p.detailimgtext {
  margin-top: 0px !important;
}

.detailcontainer .bodysec ul {
  margin-top: -13px;
  list-style: decimal;
}

.detailcontainer .bodysec p {
  margin-top: -13px;
}

.detailcontainer .bodysec h4 {
  font-size: 16px;
  font-weight: bold;
}

.detailcontainer .header .close {
  float: right;
  padding: 10px 10px 0px 0px;
  cursor: pointer;
  position: absolute;
  right: 7px;
}

.detailcontainer .bodysec {
  margin-top: 62px;
  text-align: justify;
  font-size: 13px;
}

.detailcontainer .bodysec img {
  width: 100%;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes fontsize {
  from {
    font-size: 10px;
  }

  to {
    font-size: 16px;
  }
}

@keyframes slideUp {
  from {
    height: 0;
  }

  to {
    max-height: 90vh;
  }
}

@keyframes slidedown {
  from {
    max-height: 90vh;
    width: 400px;
  }

  to {
    height: 0;
    width: 0;
  }
}

@keyframes slideUpbanner {
  from {
    bottom: 3.6rem;
  }

  to {
    bottom: 4.3rem;
  }
}

@keyframes fade {
  from {
    font-size: 0px;
  }

  to {
    font-size: 13px;
  }
}

#palmbot.toggle {
  height: 640px;
  /* animation:slideUp;
  animation-duration: 1.8s; */
}

#palmbot .cross-btn {
  width: 48px;
  height: 37px;
  position: absolute;
  outline: none;
  border: none;
  top: 20px;
  right: 9px;
  cursor: pointer;
  justify-content: center;
  background: none;
}

#palmbot .cross-btn img, #palmbot .cross-btn i  {
  width: 15px;
  height: 15px;
  margin-top: -20px;
  background: transparent;
  padding: 5px 5px 8px 5px;
  border-radius: 50%;
  box-shadow: transparent;
  box-sizing: unset !important;
  position: absolute;
  margin-left: -5px;
}

#palmbot iframe {
  /* border: 1px solid #ccc; */
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.output {
  background: #eee;
}

#round-btn .botButton {
  width: 9rem;
  height: 6rem;
  position: absolute;
  bottom: 3.4rem;
  right: 6rem;
  background: #00746a;
  box-shadow: 2px 2px 4px #444;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f8f8;
}

#round-btn .popup-banner {
  position: fixed;
  bottom: 1rem;
  right: 22px;
  border-left: none;
  border-top: 1px solid #1e4984;
  border-right: 1px solid #32598e;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center;
  background: #1e4984;
  width: 14em;
  font-family: "Roboto", sans-serif;
  z-index: 1000000000;
  cursor: pointer;
  height: 70px;
  border-radius: 10px 10px 0px 0px;
}

/* single muskot with images */
#round-btn .popup-banner-mukti h3 {
  font-size: 12px;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  color: #fff;
  width: 100%;
  margin: 7px -11px;
  display: block;
}

#round-btn .popup-banner-mukti {
  position: fixed;
  bottom: 5rem;
  right: 7px;
  background: #2e3192;
  /* background: #ed1c24; */
  box-shadow: 8px 9px 5px 15px transparent;
  /* border-radius: 50%; */
  padding: 0px 1px 4px 29px;
  width: 4em;
  font-family: "Roboto", sans-serif;
  z-index: 10000000000;
  cursor: pointer;
  height: 27px;
  border-radius: 20px;
  border: 1px solid #ed1c24;
}

/* with out muskot */
#round-btn .popup-banner-muskot h3 {
  font-size: 13px;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  color: #4158d6;
  width: 100%;
  /* margin: 7px -11px; */
  display: block;
  text-align: center;
  font-weight: 800;
}

#round-btn .popup-banner-muskot {
  position: fixed;
  bottom: 5rem;
  right: 7px;
  background: #ffffff;
  /* background: #ed1c24; */
  box-shadow: 8px 9px 5px 15px transparent;
  /* border-radius: 50%; */
  /* padding: 0px 1px 4px 29px; */
  width: 6em;
  font-family: "Roboto", sans-serif;
  z-index: 1000000000;
  cursor: pointer;
  height: 22px;
  border-radius: 10px;
  border: 1px solid #3f51b5;
}

#round-btn .popup-banner:focus {
  border: none;
  outline: none;
  background: none;
}

.popup-banner h3 {
  font-size: 15px;
  margin: 0px;
  padding: 5px 0px 9px 15px;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 800;
  border-radius: 10px 10px 0px 0px;
}

.popup-banner p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 30px;
  margin-bottom: -1px;
  margin-left: -15px;
  position: relative;
  z-index: 10000;
  color: #f8f8f8;
  font-family: "EB Garamond", serif;
}

.popup-banner hr {
  border: 1px solid #ffc107;
  margin-bottom: 0px;
  margin-top: 5px;
}

.popup-banner button {
  cursor: pointer;
  padding: 6px 11px;
  margin-bottom: -10px;
  border: none;
  background: transparent;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  /* background: none; */
  color: #ffc107;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.popup-banner button:hover {
  background: none;
  color: #ffc107;
}

.popup-banner button:focus {
  color: #eaa701;
  outline: none;
  background: none !important;
}

#round-btn .round-btn-div {
    position: fixed;
       right: 13rem;
    bottom: 5rem;
    z-index: 1000000000;
}

#round-btn .popup-banner .btnsection {
  display: flex;
  height: 46px;
  position: relative;
  background: #f8f8f8;
  border: 1px solid #9a9c9e;
  width: 100.5%;
}

#round-btn .popup-banner .btnsection p {
  padding: 10px 0px 10px 5px;
  margin: 0;
  color: #454648;
  float: left;
  /* font-weight: 700; */
  font-weight: 800;
  font-size: 12px;
}

#round-btn .popup-banner .btnsection img {
  height: 14px;
  float: right;
  display: block;
  position: absolute;
  right: 2px;
  top: 11px;
}

/* #round-btn .round-btn-div:hover{
  background: #444;
} */

#round-btn .round-btn-img {
  width: 75%;
  margin: auto;
  display: block;
}

/* Smartphones (portrait) â€”â€”â€”â€“ */
@media only screen and (max-device-width: 414px) {
  #palmbot {
    width: 92vw;
    height: 0px;
    right: 1rem;
    bottom: 1rem;
    max-height: 94vh;
  }

  .detailcontainer {
    left: 0px;
    right: 0;
    bottom: 0;
    max-height: 100vh;
  }

  #palmbot.toggle {
    /* height: 90vh; */
    height: 100% !important;
    width: 100%;
    right: 0;
  }
}

/* Smartphones (landscape) â€”â€”â€”â€“ */
@media only screen and (max-device-width: 812px) {
  #palmbot {
    height: 0px;
    right: 1rem;
    /* bottom: 2.3rem; */
  }

  #palmbot.toggle {
    height: 90vh;
  }

  .detailcontainer {
    left: 0px;
    right: 0;
    bottom: 0;
    max-height: 100vh;
  }
}
