/* .footerBox { width: 100%; background: #000; position: relative; }
.footerBox .swipe-up-btn { position: absolute; left: 50%; top: 5px; margin-left: -14px; width: 28px; height: 3px; border-radius: 5px; background: #fff; opacity: 0.4; }
.footer__logo { padding: 3.1875rem 1.5rem; width: 100%; z-index: 1; position: relative; min-height: 9.375rem; }
.footer__logo > img { width: 9.0625rem; } */

:root {
  --BaseThemeColor: #1D005B;
  --PollTitleColor: #fff;
  --PollQuestionColor: #000000;
  --AnswerFillColor: #1D005B;
  --AnswerOptionColor: #000;
  --QnaTextColor: #d9d9d9;
  --QnaCommentColor: #000;
}

.submenu-container {
  position: absolute;
  left: 0;
  bottom: -50vh;
  z-index: 2;
  width: 100%;
  display: block;
  align-items: center;
  transition: all 0.3s;
  background: #000;
}
.submenu-container.expended {
  overflow: hidden;
  height: calc(100vh - 50vh);
}
.submenu-container.expended .first-level-nav,
.submenu-container.expended .second-level-nav > ul {
  display: block;
}
.submenu-container .scrollable-part {
  height: auto;
}
.submenu-container.expended .scrollable-part {
  height: calc(100% - 4.89875rem);
  overflow: auto;
}
.submenu-container.expended .scrollable-part.scrollable-part__notitle {
  height: 100%;
}

.submenu-container.active {
  bottom: 100%;
}
.submenu-container.active .footer__logo:after {
  position: fixed;
  right: 0;
  top: 0;
  content: "";
  width: 5.2rem;
  height: 9.375rem;
  background: #161616;
}

.submenu-container.submenu-container--forms {
  bottom: -50vh;
  height: 50vh;
}
.submenu-container.submenu-container--forms.active {
  bottom: 100%;
}
.submenu-container.submenu-container--forms .scrollable-part {
  height: calc(100% - 4.89875rem);
  overflow: auto;
}
.submenu-container.submenu-container--forms
  .scrollable-part.scrollable-part__notitle {
  height: 100%;
}

.submenu-container.submenu-container--profile {
  z-index: 110 !important;
  height: calc(100vh - 7.6923076923076925rem);
}
.submenu-container.submenu-container--profile.expended .scrollable-part {
  height: calc(100% - 22.23076923076923rem) !important;
}

.submenuCLoseButton {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  opacity: 0.8;
}

.submenuCLoseButton:hover {
  opacity: 1;
  transform: scale(1.05);
}

.sideMenuOpenButtonContainer {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ec6208;
  width: 2rem;
  z-index: 15;
  right: 7rem;
}
.sideMenuOpenButton {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  /* background: #fff; */
  opacity: 0.8;
  transform: rotate(180deg) scale(0.9);
  cursor: pointer;
}
.sideMenuOpenButton:hover {
  opacity: 1;
  transform: rotate(180deg) scale(1);
}

.profile-picture {
  padding-top: 1.7rem;
  margin: 0 1.75rem;
  border-bottom: 1px solid #fff;
}
.profile-picture__title {
  position: relative;
  padding-right: 5.3rem;
  position: relative;
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.profile-picture__title-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.25rem;
  padding: 0.53125rem 1rem;
  font-size: 1rem;
  line-height: 1.3125rem;
  display: inline-block;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: #000000;
}
.profile-picture__title-btn:focus {
  outline: none;
}
.profile-picture__image {
  padding: 2rem 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-picture__image > img {
  margin: 0 auto;
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
}
.profile-picture__changelink {
  padding: 1.7rem 0;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.profile-picture__changelink:hover {
  opacity: 0.7;
}

/* Icon Menu */
/* .bottom-icons-nav { position: relative; display: flex; align-items: center; list-style-type: none; background: #161616; z-index: 3; }
  .bottom-icons-nav > li { width: 20%; font-size: 1.5rem; line-height: 1.5rem; }
  .bottom-icons-nav > li > a { color: #fff; text-align: center; display: block; padding: 1rem; text-decoration: none; opacity: 0.3; cursor: pointer; }
  .bottom-icons-nav > li > a.active { opacity: 1; }
  .bottom-icons-nav > li.desktop__logo > a { padding: 3.1875rem 1rem; opacity: 1; min-height: 3.375rem; } */

/* second level Menu */
.second-level-nav__title > img {
  cursor: pointer;
  transition: 0.25s;
}
.second-level-nav__title > img:hover {
  transform: scale(1.1) rotate(90deg);
}
.second-level-nav {
  height: 100%;
}
.second-level-nav > ul {
  list-style-type: none;
  display: flex;
  overflow: auto;
  align-items: center;
}
.second-level-nav > ul > li {
  white-space: nowrap;
  font-size: 1rem;
  position: relative;
}
.second-level-nav > ul > li > a {
  color: #a3a3a3;
  display: block;
  padding: 1.7rem 1.75rem;
  text-decoration: none;
  cursor: pointer;
}
.second-level-nav > ul > li.active > a {
  color: #fff;
  font-family: "Calibri-Bold";
}

/* .second-level-nav .second-level-nav__title.has-icon { padding-left: 1.75rem; } */

.second-level-nav .second-level-nav__icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.new-tag {
  padding: 0.2rem 0.58rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 13px;
  background: var(--BaseThemeColor);
}

/* qa-section */
.qa-section {
  padding: 0rem 1.75rem;
}
.qa-section__inner {
  padding: 1rem 0rem 4rem;
}
.qa-section__block {
  margin-top: 1rem;
  padding: 0.5rem;
  /* background: rgba(54, 55, 55, 0.31); */
  /* border: 1px solid #656565; */
  background: rgb(179 187 187 / 31%);
  /* box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.45); */
  /* border-radius: 10px; */
}
.qa-section__title {
  /* font-family: 'Calibri-Bold';  */
  font-size: 1rem;
  font-weight: bold;
  color: var(--QnaCommentColor);
  text-transform: uppercase;
}
.qa-section__date {
  color: #6d6d6d;
  font-size: 0.75rem;
}
.qa-section__ques {
  color: var(--QnaCommentColor);
  font-size: 1rem;
}
.qa-section__reply {
  padding: 1rem;
  background: rgba(54, 55, 55, 0.31);
  border: 1px solid rgba(101, 101, 101, 0.3);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}
.qa-section__input {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.qa-section__reply time {
  color: #a3a3a3;
}
/* poll-section */
.poll-section {
  padding: 0rem 1.75rem;
}
.poll-section__inner {
  padding: 1rem 0rem;
}
.poll-section__block {
  padding: 1.25rem 0;
  border-top: 1px solid #c4c4c4;
}
.poll-section__block:first-child {
  border: none;
}
.poll-section__title {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--PollQuestionColor);
}
.poll-section__date {
  color: #6d6d6d;
  font-size: 0.75rem;
}
.poll-section__ques {
  color: #a3a3a3;
  font-size: 1rem;
}
.poll-section__reply {
  padding: 1rem;
  background: rgba(54, 55, 55, 0.31);
  border: 1px solid rgba(101, 101, 101, 0.3);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}

.poll-btn {
  text-decoration: none;
  padding: 0.85rem 1.25rem;
  cursor: pointer;
  min-width: 7.1875rem;
  font-family: "Calibri";
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-transform: uppercase;
  border-radius: 8px;
  border: medium none;
}
.poll-btn.btn-primary {
  background: var(--BaseThemeColor);
  color: #fff;
}

.profile-details {
  padding: 0.5rem 1.75rem 2rem;
}
.profile-details__block {
}
.profile-details__title {
  font-size: 1rem;
  color: #666666;
}

.poll-custom-radio {
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  position: relative;
  display: block;
  color: #000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.poll-custom-radio i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.875rem;
  color: #000;
  font-size: 1.75rem;
}
.poll-custom-radio input[type="radio"],
.custom-radio input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.poll-custom-radio input[type="radio"]:checked ~ i:before,
.custom-radio input[type="checkbox"]:checked ~ i:before {
  content: "\e90c";
  background: var(--BaseThemeColor);
  border-radius: 50%;
}

/* Custom Progress */
.poll-custom-progress-box {
  padding: 0.25rem 0;
  position: relative;
  display: block;
  color: var(--AnswerOptionColor);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.poll-custom-progress-bar {
  height: 5px;
  margin: 0.5rem 3rem 0.5rem 0;
  position: relative;
  background: rgba(0, 0, 0, 0.21);
}
.poll-custom-progress-bar__front {
  position: absolute;
  height: 100%;
  background: var(--AnswerFillColor);
}
.poll-custom-progress-bar__percent {
  position: absolute;
  left: 100%;
  margin-left: 0.6rem;
  top: 50%;
  margin-top: -0.9rem;
}

/* 
  
  .chat-section { padding: 0.5rem 1.75rem; position: relative; }
  .chat-section__tabs { padding: 0rem 1.75rem; }
  .chat-section__tabs > ul { display: flex; border-bottom: 1px solid #fff; list-style-type: none; }
  .chat-section__tabs > ul > li { width: 50%; }
  .chat-section__tabs > ul > li > a { padding: 1.7rem 0.5rem; display: block; text-align: center;     color: #A3A3A3; display: block; text-decoration: none; }
  .chat-section__tabs > ul > li.active > a { color: #fff; }
  
  .chat-section__block { padding: 1rem 3rem 1rem 3rem; position: relative; border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .chat-section__block.chat-section__block--list { border: none; padding-right: 0; }
  .chat-section__block:first-child { border: none; }
  .chat-section__block .avatar { position: absolute; left: 0; top: 1rem; }
  .chat-section__block .chat-section__title { color: #fff; font-size: 1rem; font-family: 'Calibri-Bold'; }
  .chat-section__block .chat-section__desc { font-size: 1rem; color: #A3A3A3; }
  .chat-section__block .chat-section__time { position: absolute; right: 0; top: 1rem; font-size: 0.875rem; color: #FFFFFF; }
  
  .chat-section__header { border-bottom: 1px solid #fff; margin: 0 1.75rem; min-height: 4.625rem; position: relative; }
  .chat-section__header.chat-section__header--noborder { border-color: transparent; }
  .chat-section__desktop-title { padding: 1.7rem 0rem; border-bottom: 1px solid #fff; margin: 0 1.75rem; color: #fff; display: block; text-decoration: none; }
  .second-level-nav .chat-section__header .second-level-nav__title { padding-top: 0; padding-bottom: 0; margin: 0; border-bottom: none; }
  .chat-section__header .chat-section__buttons {  }
  .chat-section__header .chat-section__buttons > .icon-btn { margin: 0 0 0 0.75rem; font-size: 2rem; line-height: 1.4rem; display: block; color: #fff; text-decoration: none; }
  .chat-section__messages { position: absolute; left: 0; bottom: 0; padding: 1rem 1.75rem 3rem; display: flex; flex-direction: column; max-height: 100%; overflow: auto; }
  .chat-section__message { padding: 1rem; color: #fff; display: flex; align-items: center; margin-bottom: 1rem; border-radius: 5px; background: #3F3F3F; width: calc(100% - 2.5rem); }
  .chat-section__message.chat-section__message--received { background: #3F3F3F; }
  .chat-section__message.chat-section__message--sent { align-self: flex-end; background: var(--BaseThemeColor); }
  
  .chat-user-details .avatar { margin-top: -1px;}
  .chat-user-details__inner { padding: 0 1.75rem; }
  .chat-user-details__title { color: #fff; font-size: 1rem; font-family: 'Calibri-Bold'; }
  .chat-user-details__desc { font-size: 1rem; color: #A3A3A3; }*/

.pollSection {
  position: absolute;
  bottom: -75vw;
  left: 0;
  z-index: 55;
  width: 30vw;
  height: 60vh;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(150, 150, 150, 0.5) 100%
    );
  backdrop-filter: blur(34px);
  /* background: #fff; */
  color: #000;
  margin: 2rem;
  /* border-radius: 1rem; */
}

.pollSection-open {
  animation: 0.75s commentSection forwards;
}

.pollSection-close {
  animation: 0.75s commentSectionOut forwards;
}

.commentSection {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 55;
  width: 30vw;
  height: 60vh;
  background: #fff;
  color: #fff;
  margin: 2rem;
  border-radius: 1rem;
  animation: 0.75s commentSection forwards;
}

.commentSection-out {
  /* animation: 0.75s commentSectionOut forwards !important; */
}
.commentSection-out .bg-red {
  background-color: #d4a847;
  pointer-events: none;
}
.chatButtonContainer {
  position: absolute;
  margin: 1rem;
  bottom: 0;
  right: 0;
  bottom: auto;
  height: calc(100vh - 8rem);
  left: auto;
  /* z-index: 55  ; */
  animation: 0.75s commentSection forwards;
  pointer-events: none;
}
.chatButtonContainer div {
  pointer-events: all;
}
@media (max-width: 991px) {
  .chatButtonContainer {
    height: fit-content;
    margin-bottom: 6rem;
    right: 7rem;
  }
}
@keyframes commentSectionOut {
  0% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 0;
    bottom: -75vw;
  }
}

@keyframes commentSection {
  0% {
    opacity: 0;
    bottom: -75vw;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

.NameLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #80808082;
  margin-right: 1.5rem;
  background: #fff;
}
.icon-send {
  color: #fff;
}

.emoji {
  position: absolute;
  z-index: 5;
  width: 55%;
  right: 0rem;
  top: -4rem;
  height: calc(100% + 4rem);
  /* height: 136%; */
  overflow: auto;
  box-shadow: 0px 0px 5px grey;
  border-radius: 0.5rem;
  background-color: #fff;
  cursor: pointer;
}
.emojiIcon {
  cursor: pointer;
}

.input-rightSide {
  position: absolute;
  top: calc(100% - 4rem);
  right: 3%;
  margin-right: 0.5rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.qna-sendBtn {
  border: medium none;
  padding: 0;
  /* font-size: 1.5rem; */
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.qna-sendBtn i {
  color: #000;
}

.poll-close-btn {
  position: absolute;
  z-index: 1;
  /* top: 1.5rem; */
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  transition: 0.25s;
}

.poll-close-btn:hover {
  transform: scale(1.1) rotate(90deg);
}

.scrollable-part {
  height: calc(100% - 4.6rem) !important;
  /* margin-right: 0.5rem; */
  overflow: auto;
  /* height: calc(100% - 4.9375rem) !important;  */
}

/* Tablet */
@media only screen and (min-width: 900px) {
  /* .footerBox { position: fixed; right: 0; top: 0; z-index: 3; width: 5.2rem; height: 100%; } */

  /* .bottom-icons-nav { flex-direction: column; height: 100%; overflow: auto; z-index: 5; }
      .bottom-icons-nav > li { width: 100%; font-size: 2rem; }
      .bottom-icons-nav > li > a { padding: 1.5rem 0.8rem; } */

  .submenu-container,
  .submenu-container.expended,
  .submenu-container.submenu-container--forms {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: auto;
    left: auto;
    z-index: 4;
    height: 100%;
    width: 24.875rem;
    margin-right: -23.075rem;
    height: 100%;
    transition: all 0.3s;
    background: #000;
  } /*width: 18.875rem by kamal sir*/
  .submenu-container.active {
    margin-right: 0;
  }

  .second-level-nav {
    position: static;
    display: block;
    width: 100%;
  }
  /* height: calc(100% - 2.175rem); } */
  /*height: calc(100% - 9.375rem)*/
  .second-level-nav.has-chat {
    height: calc(100% - 14.08625rem);
  }

  .chatButtonContainer {
    position: absolute;
    margin: 0rem;
    top: 86vh;
    right: auto;
    bottom: 0;
    /* height: auto; */
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: 0.75s commentSection forwards;

    height: fit-content;
    background: rgba(0, 0, 0, 0.1);
    border: rgba(255, 255, 255, 0.2);
    border-width: thick;
    border-style: double;
  }

  .likeButton {
    color: rgba(255, 255, 255, 0.6);

    width: 1.8rem;
    height: 1.8rem;
  }

  .heartButton {
    color: rgba(255, 255, 255, 0.6);

    width: 1.8rem;
    height: 1.8rem;
  }

  .clapButton {
    color: rgba(255, 255, 255, 0.6);
    width: 1.7rem;
    height: 1.7rem;
  }
  /* .chat-section__header { margin: 0; padding: 0 0.5rem; } */
}

/* Desktop */
@media only screen and (min-width: 991px) {
}
/* .footerBox { width: 100%; background: #000; position: relative; }
.footerBox .swipe-up-btn { position: absolute; left: 50%; top: 5px; margin-left: -14px; width: 28px; height: 3px; border-radius: 5px; background: #fff; opacity: 0.4; }
.footer__logo { padding: 3.1875rem 1.5rem; width: 100%; z-index: 1; position: relative; min-height: 9.375rem; }
.footer__logo > img { width: 9.0625rem; } */

.submenu-container {
  position: absolute;
  left: 0;
  bottom: -50vh;
  z-index: 2;
  width: 100%;
  display: block;
  align-items: center;
  transition: all 0.3s;
  /* background: #FA00A0; */
}
.submenu-container.expended {
  overflow: hidden;
  height: 45vh;
}
.submenu-container.expended .first-level-nav,
.submenu-container.expended .second-level-nav > ul {
  display: block;
}
.submenu-container .scrollable-part {
  height: auto;
}
.submenu-container.expended .scrollable-part {
  height: calc(100% - 4.89875rem);
  overflow: auto;
}
.submenu-container.expended .scrollable-part.scrollable-part__notitle {
  height: 100%;
}

.submenu-container.active {
  bottom: 100%;
}
.submenu-container.active .footer__logo:after {
  position: fixed;
  right: 0;
  top: 0;
  content: "";
  width: 5.2rem;
  height: 9.375rem;
  background: #161616;
}

.submenu-container.submenu-container--forms {
  bottom: -50vh;
  height: 50vh;
}
.submenu-container.submenu-container--forms.active {
  bottom: 100%;
}
.submenu-container.submenu-container--forms .scrollable-part {
  height: calc(100% - 4.89875rem);
  overflow: auto;
}
.submenu-container.submenu-container--forms
  .scrollable-part.scrollable-part__notitle {
  height: 100%;
}

@media (max-width: 991px) and (orientation: landscape) {
  .submenu-container {
    position: fixed;
    width: calc(100% - 7rem);
  }
  .submenu-container.expended {
    height: 94vh;
  }
  .submenu-container.active {
    top: 0rem;
    bottom: auto;
  }
}
.submenu-container.submenu-container--profile {
  z-index: 110 !important;
  height: calc(100vh - 7.6923076923076925rem);
}
.submenu-container.submenu-container--profile.expended .scrollable-part {
  height: calc(100% - 22.23076923076923rem) !important;
}

.submenuCLoseButton {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  opacity: 0.8;
}

.submenuCLoseButton:hover {
  opacity: 1;
  transform: scale(1.05);
}

.sideMenuOpenButtonContainer {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ec6208;
  width: 2rem;
  z-index: 15;
  right: 7rem;
}
.sideMenuOpenButton {
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  /* background: #fff; */
  opacity: 0.8;
  transform: rotate(180deg) scale(0.9);
  cursor: pointer;
}
.sideMenuOpenButton:hover {
  opacity: 1;
  transform: rotate(180deg) scale(1);
}

.profile-picture {
  padding-top: 1.7rem;
  margin: 0 1.75rem;
  border-bottom: 1px solid #fff;
}
.profile-picture__title {
  position: relative;
  padding-right: 5.3rem;
  position: relative;
  color: #fff;
  display: block;
  text-decoration: none;
}
.profile-picture__title-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.25rem;
  padding: 0.53125rem 1rem;
  font-size: 1rem;
  line-height: 1.3125rem;
  display: inline-block;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: #000000;
}
.profile-picture__title-btn:focus {
  outline: none;
}
.profile-picture__image {
  padding: 2rem 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-picture__image > img {
  margin: 0 auto;
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
}
.profile-picture__changelink {
  padding: 1.7rem 0;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.profile-picture__changelink:hover {
  opacity: 0.7;
}

/* Icon Menu */
/* .bottom-icons-nav { position: relative; display: flex; align-items: center; list-style-type: none; background: #161616; z-index: 3; }
.bottom-icons-nav > li { width: 20%; font-size: 1.5rem; line-height: 1.5rem; }
.bottom-icons-nav > li > a { color: #fff; text-align: center; display: block; padding: 1rem; text-decoration: none; opacity: 0.3; cursor: pointer; }
.bottom-icons-nav > li > a.active { opacity: 1; }
.bottom-icons-nav > li.desktop__logo > a { padding: 3.1875rem 1rem; opacity: 1; min-height: 3.375rem; } */

/* second level Menu */
.second-level-nav {
  height: 100%;
}
.second-level-nav > ul {
  list-style-type: none;
  display: flex;
  overflow: auto;
  align-items: center;
}
.second-level-nav > ul > li {
  white-space: nowrap;
  font-size: 1rem;
  position: relative;
}
.second-level-nav > ul > li > a {
  color: #a3a3a3;
  display: block;
  padding: 1.7rem 1.75rem;
  text-decoration: none;
  cursor: pointer;
}
.second-level-nav > ul > li.active > a {
  color: #fff;
  font-family: "Calibri-Bold";
}
.second-level-nav .second-level-nav__title {
  padding: 0.8rem 0rem;
  border-bottom: 1px solid #fff;
  position: relative;
  margin: 0 1.75rem;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.second-level-nav .second-level-nav__title.has-icon {
  padding-left: 1.75rem;
}
.second-level-nav .second-level-nav__title-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.25rem;
  padding: 0.53125rem 1rem;
  font-size: 1rem;
  line-height: 1.3125rem;
  display: inline-block;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: #000000;
}
.second-level-nav .second-level-nav__title-btn:focus {
  outline: none;
}
.second-level-nav .second-level-nav__icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.new-tag {
  padding: 0.2rem 0.58rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 13px;
  background: #d4a847;
}

/* qa-section */
.qa-section {
  padding: 0rem 1.75rem;
}
.qa-section__inner {
  padding: 1rem 0rem 4rem;
}
.qa-section__block {
  padding: 1rem;
  background: #fff;
  border: 4px solid #9AE000;
  /* box-shadow: 0px 4px 14px rgb(0 0 0 / 45%); */
  border-radius: 10px;
}
.qa-section__title {
  font-family: "Calibri-Bold";
  font-size: 1rem;
  word-break: break-word;
  color: #FA00A0;
}
.qa-section__date {
  color: #6d6d6d;
  font-size: 0.75rem;
}
.qa-section__ques {
  color: #000;
  font-size: 1rem;
}
.qa-section__reply {
  padding: 1rem;
  background: rgba(54, 55, 55, 0.31);
  border: 1px solid rgba(101, 101, 101, 0.3);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}
.qa-section__input {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.qa-section__input .form-control-qna {
  border-radius: 0;
}

/* poll-section */
.poll-section {
  padding: 0rem 1.75rem;
}
.poll-section__inner {
  padding: 1rem 0rem;
}
.poll-section__block {
  padding: 1.25rem 0;
  border-top: 1px solid #c4c4c4;
}
.poll-section__block:first-child {
  border: none;
}
.poll-section__title {
  font-size: 1.25rem;
  color: #fff;
}
.poll-section__date {
  color: #6d6d6d;
  font-size: 0.75rem;
}
.poll-section__ques {
  color: #a3a3a3;
  font-size: 1rem;
}
.poll-section__reply {
  padding: 1rem;
  background: rgba(54, 55, 55, 0.31);
  border: 1px solid rgba(101, 101, 101, 0.3);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}

.poll-btn {
  text-decoration: none;
  padding: 0.85rem 1.25rem;
  cursor: pointer;
  min-width: 7.1875rem;
  font-family: "Calibri";
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-transform: uppercase;
  border-radius: 8px;
  border: medium none;
}
.poll-btn.btn-primary {
  background: var(--BaseThemeColor);
  color: #fff;
}

.profile-details {
  padding: 0.5rem 1.75rem 2rem;
}
.profile-details__block {
}
.profile-details__title {
  font-size: 1rem;
  color: #666666;
}

.poll-custom-radio {
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  position: relative;
  display: block;
  color: #a3a3a3;
  font-size: 1rem;
  line-height: 1.875rem;
}
.poll-custom-radio i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.875rem;
  color: #fff;
  font-size: 1.75rem;
}
.poll-custom-radio input[type="radio"],
.custom-radio input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.poll-custom-radio input[type="radio"]:checked ~ i:before,
.custom-radio input[type="checkbox"]:checked ~ i:before {
  content: "\e90c";
  background: #9AE000;
  border-radius: 50%;
}

/* Custom Progress */
.poll-custom-progress-box {
  padding: 0.25rem 0;
  position: relative;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
}
.poll-custom-progress-bar {
  height: 5px;
  margin: 0.5rem 3rem 0.5rem 0;
  position: relative;
  background: #cccbcb;
}
.poll-custom-progress-bar__front {
  position: absolute;
  height: 100%;
  background: #9AE000;
}
.poll-custom-progress-bar__percent {
  position: absolute;
  left: 100%;
  margin-left: 0.6rem;
  top: 50%;
  margin-top: -0.9rem;
}

.form-control-qna {
  padding: 1rem;
  font-size: 1rem;
  color: #fff;
  display: block;
  width: 100%;
  border: medium none;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background: #1a1a1a;
}
.form-control-qna::placeholder {
  color: #fff;
}
.form-control-qna::-moz-placeholder {
  color: #fff;
}
.form-control-qna::-webkit-input-placeholder {
  color: #fff;
}
.form-control-qna:focus {
  outline: none;
}
.form-control-qna__btn {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.565rem;
  border: medium none;
  padding: 0;
  display: block;
  color: #fff;
  font-size: 1.13rem;
  background: none;
}
.form-control-qna__btn:disabled {
  color: #808080;
}
.form-control-qna__btn:focus {
  outline: none;
}

/* Tablet */
@media only screen and (min-width: 900px) {
  /* .footerBox { position: fixed; right: 0; top: 0; z-index: 3; width: 5.2rem; height: 100%; } */

  /* .bottom-icons-nav { flex-direction: column; height: 100%; overflow: auto; z-index: 5; }
    .bottom-icons-nav > li { width: 100%; font-size: 2rem; }
    .bottom-icons-nav > li > a { padding: 1.5rem 0.8rem; } */

  .submenu-container,
  .submenu-container.expended,
  .submenu-container.submenu-container--forms {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: auto;
    left: auto;
    z-index: 4;
    height: 100%;
    width: 24.875rem;
    margin-right: -30.075rem;
    height: 100%;
    transition: all 0.3s;
    background: #1a1a1a;
  } /*width: 18.875rem by kamal sir*/
  .submenu-container.active {
    margin-right: 0;
  }

  .second-level-nav {
    position: static;
    display: block;
    width: 100%;
    height: calc(100% - 2.175rem);
  } /*height: calc(100% - 9.375rem)*/
  .second-level-nav.has-chat {
    height: calc(100% - 14.08625rem);
  }

  .scrollable-part {
    height: calc(100% - 4.9375rem) !important;
  }

  /* .chat-section__header { margin: 0; padding: 0 0.5rem; } */
}

/* Desktop */
@media only screen and (min-width: 991px) {
}
