.main-section-first-row {
  flex-direction: column;
}

.main-section-first-column {
  display: flex;
  align-items: baseline;
  overflow: auto;
  white-space: nowrap;
}
.main-section-first-column h4 {
  margin-right: 15px;
  white-space: nowrap;
}
.main-section-first-column a {
  color: #161616;
  font-family: "Teko", "sans-serif";
  font-size: 22px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}
.main-section-first-column .active-element-h4 {
  color: #161616;
  font-family: "Teko", "sans-serif";
  font-size: 22px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 5px solid #921010;
  margin-right: 15px;
}
.main-section-first-column .last-item-h4-first-column {
  margin-left: auto;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

.main-section-second-column {
  background-color: #f3f3f3;
  margin-top: 30px;
}
.main-section-second-column .main-section-second-column-first-wrapper {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-left: 40px;
}
.main-section-second-column .main-section-second-column-first-wrapper h4 {
  color: #161616;
  font-family: "Teko", "sans-serif";
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.main-section-second-column .main-section-second-column-first-wrapper span {
  margin-left: 30px;
  color: #921010;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
}
.main-section-second-column .main-section-second-column-first-wrapper span img {
  padding-right: 5px;
}
.main-section-second-column .main-section-second-column-second-wrapper {
  display: flex;
  align-items: baseline;
  padding-top: 30px;
  padding-left: 40px;
}
.main-section-second-column .main-section-second-column-second-wrapper .main-section-second-column-second-wrapper-first-item, .main-section-second-column .main-section-second-column-second-wrapper .main-section-second-column-second-wrapper-second-item {
  display: flex;
  align-items: center;
}
.main-section-second-column .main-section-second-column-second-wrapper p {
  padding-top: 15px;
  color: #161616;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  padding-right: 10px;
}
.main-section-second-column .main-section-second-column-second-wrapper .second-one-item-paragraph {
  margin-left: 25px;
}
.main-section-second-column .main-section-second-column-second-wrapper .form-control {
  box-shadow: inset 1px 1px 9px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
}
.main-section-second-column .main-section-second-column-second-wrapper .dropdown {
  margin-right: 5px;
  color: #161616;
  font-family: "Montserrat", "sans-serif";
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 25px;
}
.main-section-second-column .main-section-second-column-second-wrapper .dropdown button {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 0.375rem 1rem;
}
.main-section-second-column .main-section-second-column-second-wrapper .dropdown a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.main-section-second-column .main-section-second-column-second-wrapper .dropdown .btn-secondary {
  background-color: transparent;
  color: black;
  border-radius: 25px;
}
.main-section-second-column .main-section-second-column-second-wrapper .dropdown .dropdown-toggle::after {
  color: #921010;
}
.main-section-second-column .main-section-second-column-third-wrapper {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-bottom: 60px;
  padding-top: 35px;
}
.main-section-second-column .main-section-second-column-third-wrapper h4 {
  color: #161616;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  padding-right: 30px;
}
.main-section-second-column .main-section-second-column-third-wrapper .form-control {
  width: 25%;
  margin-right: 150px;
  box-shadow: inset 1px 1px 9px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  height: 50px;
}
.main-section-second-column .main-section-second-column-third-wrapper a {
  color: #ffffff;
  font-family: "Teko", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  background-color: #921010;
  border-radius: 25px;
}

.main-section-second-column.main-forum {
  padding-right: 40px;
  margin-bottom: 40px;
}
.main-section-second-column.main-forum .main-section-second-column-third-wrapper a {
  margin-left: auto;
}

.main-section-third-column {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.main-section-third-column h6 {
  color: #000000;
  font-family: "Teko", "sans-serif";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
}

.main-section-fourth-column .sub-section-fourth-column {
  margin-left: 50px;
  border-left: 2px solid #921010;
  border-bottom: 2px solid #921010;
  margin-bottom: 30px;
  background-color: #2125290a;
  padding: 15px 0;
  margin-top: 14px;
}
.main-section-fourth-column .sub-section-fourth-column .main-section-fourth-column-second-wrapper {
  padding-bottom: 10px;
}
.main-section-fourth-column .sub-section-fourth-column .main-section-fourth-column-second-wrapper a.reply {
  width: 50px;
  height: 50px;
  padding: 5px 0px;
  font-size: 16px;
  text-align: center;
  margin-bottom: -42px;
  margin-right: 45px;
  margin-top: 1px;
  background-color: #921010;
  border: 7px solid #e5e5e8;
  color: white;
  float: right;
}
.main-section-fourth-column .sub-section-fourth-column .main-section-fourth-column-second-wrapper a:hover {
  color: #921010;
  background-color: #FFC312;
}
.main-section-fourth-column .main-section-fourth-column-first-wrapper {
  display: flex;
  align-items: center;
}
.main-section-fourth-column .main-section-fourth-column-first-wrapper img {
  padding: 0 10px 0 20px;
}
.main-section-fourth-column .main-section-fourth-column-first-wrapper h6 {
  margin-left: 40px;
  color: #921010;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  font-weight: 700;
}
.main-section-fourth-column .main-section-fourth-column-first-wrapper p {
  margin-left: 40px;
  color: #161616;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.main-section-fourth-column .main-section-fourth-column-second-wrapper {
  margin-left: 121px;
  padding-bottom: 10px;
}
.main-section-fourth-column .main-section-fourth-column-second-wrapper p {
  margin-bottom: 0 !important;
  /*
  max-width: 950px;
  */
  color: #161616;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}
.main-section-fourth-column .main-section-fourth-column-second-wrapper hr {
  margin: 8px 0;
  width: 100%;
  height: 2px;
  background-color: #888888;
}
.main-section-fourth-column .main-section-fourth-column-second-wrapper a.reply {
  width: 50px;
  height: 50px;
  padding: 5px 0px;
  font-size: 16px;
  text-align: center;
  margin-right: 45px;
  margin-top: 1px;
  background-color: #921010;
  border: 7px solid #F6F6F7;
  color: white;
  float: right;
}
.main-section-fourth-column .main-section-fourth-column-second-wrapper a.reply:hover {
  color: #921010;
  background-color: #FFC312;
}

.main-section-fifeth-column {
  text-align: center;
  margin-top: 35px;
}
.main-section-fifeth-column .main-section-fifeth-column-a-element {
  color: #ffffff;
  font-family: "Teko", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  background-color: #921010;
  border-radius: 25px;
}
.main-section-fifeth-column .main-section-fifeth-column-numbers-wrapper {
  margin-top: 35px;
}
.main-section-fifeth-column .main-section-fifeth-column-numbers-wrapper a {
  text-decoration: none;
  color: #161616;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 10px;
  margin-right: 10px;
}
.main-section-fifeth-column .main-section-fifeth-column-numbers-wrapper .main-section-fifeth-column-numbers-item-img-left {
  padding: 10px 12px;
}
.main-section-fifeth-column .main-section-fifeth-column-numbers-wrapper .main-section-fifeth-column-numbers-item-img-left img {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

@media screen and (max-width: 1289px) {
  .main-section-fifeth-column .main-section-fifeth-column-numbers-wrapper {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .main-section-second-column-first-wrapper, .main-section-second-column-second-wrapper, .main-section-second-column-third-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
    padding-left: 10px !important;
    margin: 0 auto;
    width: max-content;
  }

  .main-forum {
    padding-left: 40px;
    margin-bottom: 0px;
  }
  .main-forum .main-section-second-column-first-wrapper, .main-forum .main-section-second-column-second-wrapper, .main-forum .main-section-second-column-third-wrapper {
    width: 100%;
    padding: 10px 0px;
  }
  .main-forum .main-section-fifeth-column.top-pagination {
    margin-top: 0;
  }

  .main-section-second-column .main-section-second-column-first-wrapper span {
    margin-left: 0 !important;
  }

  .main-section-second-column .main-section-second-column-second-wrapper p {
    margin-left: 0 !important;
  }

  .main-section-second-column .main-section-second-column-third-wrapper .form-control {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px !important;
  }

  .main-section-second-column .main-section-second-column-second-wrapper textarea {
    max-height: 100px;
  }

  .main-section-third-column h6 {
    max-width: 110px;
    margin: 0 auto;
  }

  .main-section-fourth-column .main-section-fourth-column-first-wrapper img {
    width: 55px;
    margin: 5px 0px 5px 10px;
  }
  .main-section-fourth-column .main-section-fourth-column-first-wrapper p {
    margin-left: 15px;
  }

  .main-section-fourth-column .main-section-fourth-column-second-wrapper {
    margin-left: 30px !important;
    margin-right: 30px;
  }

  .main-section-fourth-column .main-section-fourth-column-first-wrapper h6 {
    margin-left: 0px !important;
  }

  .main-section-second-column .main-section-second-column-third-wrapper a {
    margin-left: 55px;
  }

  .main-section-fourth-column:nth-child(even) {
    background-color: #f8f9fa;
  }
}

/*# sourceMappingURL=style-forum.css.map */
