.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.flex-column {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .mathhomeworkform {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .mathhomeworkform {
    background: url(../images/uploadformbgs.webp);
  }
}
@media screen and (min-width: 800px) {
  .getHelpModal .uploadsection {
    max-height: 467px;
    min-width: 75%;
  }
  .getHelpModal .manicon {
    margin-right: -100px;
  }
  .getHelpModal .form-bottom {
    grid-template-columns: 70% 30% !important;
  }
  .getHelpModal .form-bottom .subbtn {
    min-width: 120px !important;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#addfilebtn,
#addfilebtn1 {
  color: #de6910;
  border: none;
  font-weight: 600;
  display: flex;
  padding: 16.4px 15px;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  align-items: center;
  outline: 0;
  border-left: 1px solid #e8e8e8;
  margin-top: 0;
  background: #f8f9fa;
}
.gethelpbtn {
  animation: fadeup 1s ease-in-out;
  position: fixed;
  left: 0;
  bottom: 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1031;
  min-width: 70px;
}
.gethelpbtn .variableWidth {
  margin-left: 69px;
  display: flex;
  background: #2c927d;
  border-radius: 0 40px 40px 0;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  width: 300px;
  overflow: hidden;
}
.gethelpbtn .icon {
  position: absolute;
  display: flex;
  height: 70px;
  width: 70px;
  left: 30px;
  background: #1a6052;
  border-radius: 50%;
}
.term {
  padding: 15px;
  margin-right: 10px;
  margin-left: 30px;
}
.minimize-btn {
  height: 20px;
  width: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.gethelpbtn h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.gethelpbtn p {
  font-size: 13px;
}
.getHelpModal {
  position: fixed;
  user-select: none;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
  z-index: -1;
  transition: all 0.22s ease-in;
}
.activatePopup {
  opacity: 1;
  z-index: 9030;
}
.getHelpModal > div {
  position: absolute;
  top: -150%;
  left: 50%;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translate(-50%, -50%);
  border-radius: 80px;
  overflow: hidden;
}
.getHelpModal .soltn-form {
  box-shadow: none;
}
.activatePopup {
  background: rgba(0, 0, 0, 0.8);
}
.activatePopup ~ .gethelpbtn {
  display: none;
}
.activatePopup ~ .d-hotline {
  display: none !important;
}
.activatePopup > div {
  left: 50%;
  top: 50%;
  border-radius: 8px;
  opacity: 1;
}
.qa {
  position: absolute;
  z-index: 1;
  padding: 35px;
  background: url(../../static/publicpages/images/qa.svg) no-repeat 100%;
}
.closeHelpPopup {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  display: flex;
  z-index: 645;
  justify-content: center;
  align-items: center;
  width: 30px;
  font-size: 20px;
  background: rgba(204, 204, 204, 0.438);
  color: rgba(114, 112, 112, 0.829);
  font-weight: 700;
  cursor: pointer;
  border-radius: 50%;
}
.toggleBtnWidth {
  width: 0% !important;
}
@media screen and (max-width: 792px) {
  #addfilebtn,
  #addfilebtn1 {
    margin-bottom: 10px;
  }
  .getHelpModal > div {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .manicon > img {
    display: none;
  }
  .getHelpModal .soltn-form {
    min-width: 600px;
  }
}
.mx-lg-2 {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 792px) {
  .filesupload1 {
    min-height: auto !important;
    align-items: center;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 600px) {
  .getHelpModal .soltn-form {
    padding: 30px 10px;
  }
  #addfilebtn,
  #addfilebtn1 {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e8e8e8;
  }
  .d-hotline.h-btn {
    bottom: 14px !important;
  }
  .minimize-btn {
    display: none !important;
  }
  .getHelpModal > div {
    min-width: 97vw;
    max-height: 99vh;
    min-height: 80vh;
    overflow-y: auto;
  }
  .gethelpbtn {
    bottom: 0;
    display: flex;
    background: #2c927d;
    left: 0;
    border-radius: 0;
    min-width: 100%;
  }
  .gethelpbtn .icon {
    height: 50px;
    width: 50px;
    left: 30px;
    background: 0 0;
  }
}
.filesupload1 {
  background: #fff;
  justify-content: start;
  align-content: start;
  min-height: 256px;
  overflow: auto;
  position: relative;
  width: 100%;
  display: none;
  grid-template-columns: repeat(1, 1fr);
  border-collapse: collapse;
}
.file1 {
  background: #f8f9fa;
  display: flex !important;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin: 3px;
  user-select: none;
  display: inline-block;
  min-height: 45px !important;
}
.file1 span {
  cursor: pointer;
}
.file1 * {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.file1 div:first-child {
  width: 10%;
}
.file1 div:nth-of-type(2) {
  width: 80%;
}
.file1 div:last-child {
  width: 10%;
  display: flex;
  justify-content: flex-end;
}
.file1 div:last-child span.fa:active {
  transform: scale(1.2);
}
#faq .card-header[aria-expanded="true"] {
  background: rgb(248 171 117 / 32%);
}
#faq .card-header[aria-expanded="true"] ~ div {
  background: rgb(248 209 148 / 19%);
}
.nav-item {
  margin-right: 3px !important;
}
.footer-col a {
  padding: 1px 0;
  margin: 1px 0;
  display: inline-block;
}
#cke_popup_question {
  height: 100%;
}
#cke_1_top {
  height: 48px !important;
  display: flex;
  align-items: center;
}
.getHelpModal > div {
  background-color: #47bb95;
  width: calc(100vw - 10%);
  max-width: 1277px;
}
.max-input {
  max-width: 428px;
}
@media (max-width: 767px) {
  .height-unset {
    height: 90vh !important;
    max-height: 570px !important;
  }
  .soltn-form .mx-0 {
    margin: 0;
  }
}
.uploadsection {
  position: relative;
}
.manicon {
  bottom: 57px;
  left: -91px;
  height: auto;
  width: auto;
  position: relative;
  user-select: none;
}
.manicon .textanimation {
  position: absolute;
  height: 200px;
  top: 80%;
  left: 100px;
  width: 96%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.textanimation div {
  margin-bottom: 8px;
  font-weight: 700;
  color: #09886b;
  overflow: hidden;
  height: 100%;
  position: absolute;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  bottom: 10%;
  width: 92%;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.6s linear;
}
