.join_form .desc h1{
  font-size: 22px;
  color: #545454;
  text-transform: capitalize;
}
.join_form .desc p{
  margin: 0.75em 0;
  color: #545454 !important;
}
#wrap {
  padding: 1.5em 1.5em 0;
}
.join_form .ap-list-head {
  padding: 15px 15px 5px 15px;
  border: solid 1px #ddd;
  margin-bottom: 10px;
} 
.pull-right {
  float: right;
}
.join_form .ap-list-head .ap-btn-ask {
  background: #8bc34a;
  border-radius: 2px;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  margin-left: 15px;
  padding: 7px 20px;
  text-decoration: none;
}
#ap-search-form .ap-search-btn {
  float: right;
  height: 36px;
  margin-left: 10px;
}
#ap-search-form .ap-search-input {
  border-radius: 3px;
  font-size: 15px;
  height: 36px;
  padding: 10px;
  width: 100%;
}

#ap-search-form .ap-search-input {
    border-radius: 3px;
    font-size: 15px;
    height: 36px;
    padding: 10px;
    width: 100%;
}
/* #anspress *, #anspress *:before, #anspress *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
input, textarea, select {
    max-width: 100%;
}
input, textarea {
    padding: 0.7em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.0em;
    color: #545454;
    font-family: 'Droid Sans', Arial, Tahoma;
}
.no-overflow {
  overflow: hidden;
}
.join_form .ap-filter-toggle {
  color: #8bc34a;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  display: block;
}
.join_form .ap-list-head .ap-filters {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.join_form .ap-filter-active {
  font-weight: normal;
  color: #777;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.join_form .ap-filters .ap-dropdown {
  margin-right: 15px;
  float: left;
  display: block;
}
.join_form .ap-dropdown {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.join_form #ap-filter-reset {
  background: none;
  border: none;
  padding: 3px;
  color: #888;
  display: flex;
  align-items: center;
}
.join_form #ap-filter-reset i {
  display: block;
  float: left;
  font-size: 14px;
  margin-right: 4px;
}
.join_form .ap-questions-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: none;
  display: table;
  margin: 0;
  padding: 15px 15px;
  width: 100%;
  position: relative;
}
.join_form .ap-questions {
  border: solid 1px #eee;
}
.join_form .ap-questions-summery {
  padding-right: 10px;
  margin-right: 130px;
  margin-left: 65px;
}
.join_form .ap-questions .ap-avatar {
  margin-right: 20px;
}
.join_form .ap-questions .ap-avatar a {
  display: block;
}
.join_form .ap-list-counts {
  float: right;
}
.join_form .ap-questions-count {
  background: #fff;
  display: block;
  float: left;
  text-transform: lowercase;
  font-size: 11px;
  margin-left: 15px;
  color: #777;
  text-align: center;
  text-decoration: none;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.join_form .ap-questions-count span {
  border-bottom: solid 1px #ddd;
  width: 50px;
  font-size: 13px;
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 6px 0;
  height: 29px;
  margin-bottom: 1px;
}
.join_form .ap-questions-count.ap-questions-acount {
  border-color: #8bc34a;
}
.join_form .ap-questions-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
.join_form .ap-questions-title a {
  text-decoration: none;
  color: #747474;
}
.join_form .ap-pull-left {
  float: left !important;
}
.join_form .ap-questions .ap-display-meta-item {
  font-size: 12px;
  color: #888;
  margin-right: 15px;
}
.join_form .ap-questions .ap-display-meta-item a {
  color: #888;
}
.join_form a {
  text-decoration: none;
  box-shadow: none;
}
.ap-avatar a img{
  height: 75px !important;
  width: 75px !important;
  object-fit: cover;
}
.ap-btn {
  background-image: linear-gradient(#fff, #fcfcfc);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 2px;
  color: #747474;
  font-weight: 600;
  line-height: 1.6;
  padding: 5px 10px;
  text-decoration: none;
  vertical-align: middle;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
} 
.ap-btn.ap-search-btn {
  float: right;
  color: #545454;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_form_section .row{
  padding: 24px 10px 0 24px;
}
.ap-form-control {
  border: 1px solid #ddd;
  border-radius: 1px;
  box-shadow: 0 0 2px rgba(0,0,0,0.02) inset;
  display: block;
  height: 45px;
  margin-bottom: 0;
  padding: 5px 10px;
  width: 100%;
}
.ap-form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  color: #747474;
}
.ap-field-desc {
  font-size: 90%;
  margin-top: 10px;
}
.ap-form-group {
  margin-bottom: 20px;
}
#editor {
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 200px;
}
#editor-container {
  max-width: 600px;
  margin: 50px auto;
}

#editor {
  height: 300px;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 10px;
}
#editor {
  height: 375px;
}
#editor_1 {
  height: 250px;
}
.join_form .ap-question-meta>.ap-display-meta-item {
  display: inline-block;
  margin-right: 20px;
  color: #777;
  font-style: normal;
}
.join_form .ap-question-meta>.ap-display-meta-item i {
  margin-right: 4px;
  vertical-align: middle;
}
.join_form .ap-display-meta-item a{
  color: #e84747;
}
.join_form .ap-cell-inner {
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 3px;
}
.join_form .ap-q-metas {
  font-size: 13px;
  padding: 12px;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  background: #fafafa;
}
.join_form .ap-comments-count {
  float: right;
}
.join_form  .ap-q-inner {
  padding: 15px;
}
.join_form .ap-content>.ap-avatar {
  position: absolute;
  float: left;
  margin-right: 0x;
}
.join_form .ap-cell {
  font-size: 14px;
  margin-left: 70px;
}
.ap-content .ap-avatar a img {
  height: 60px !important;
  width: 60px !important;
  object-fit: cover;
}
.ap-q-metas a{
  color: #747474;
}
.ap-q-content p {
  margin: 0.75em 0;
}
.join_form .ap-q-inner a{
  color: #e84747;
}
#author-bio-box{
  background: #f8f8f8;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    color: #333333;
    padding: 10px;
    margin: 10px 0;
}
.join_form .ap-btn-newcomment {
  float: right;
  color: #e84747;
  margin-top: 10px;
}
.ap-actions{
  visibility: hidden;
  opacity: 0; 
  position: absolute;
  top: 9px;
  left: 0;
  width: 100px;
  height: auto; 
  padding: 0;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.175);
  margin-top: 4px;
  z-index: 999;
}
.ap-dropdown{
  position: relative;
}
.ap-post-footer {
  font-size: 13px;
  color: #999;
  border-top: solid 1px rgba(0,0,0,0.1);
}
.ap-post-footer .ap-btn {
  font-size: 11px;
  height: 24px;
  padding: 4px 6px;
  border: none;
  border-right: solid 1px #ddd;
  border-radius: 0;
}
.ap-dropdown.open .ap-actions{
  opacity: 1;
  visibility: visible;
}
.join_form .ap-dropdown-menu li {
  display: block;
  white-space: nowrap;
  min-width: 100px;
  margin: 0;
}
.join_form ul.ap-actions li a {
  padding: 5px 10px;
  color: #333;
}
.join_form .ap-dropdown-menu li a {
  text-decoration: none;
  display: block;
  padding: 4px 10px;
}
.join_form ul.ap-actions li a b {
  font-size: 11px;
  font-weight: normal;
  float: right;
  padding: 1px 5px;
  color: #fff;
  border-radius: 2px;
  background: #039be5;
}
#anspress ul.ap-actions li.active a {
  background: #ddd;
}
#author-bio-box h3 a{
  color: #747474;
}
.ap-content {
  position: relative;
  padding-right: 40px;
  margin-top: 20px
}
.ap-vote i {
  color: #e84747;
  background-image: linear-gradient(#fff, #fcfcfc);
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  height: 27px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 27px;
}
.ap-single-vote {
  position: absolute;
  top: 0;
  right: 0;
}
.ap-single-vote .ap-vote{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forum-category-page .ap-taxo-detail .entry-title{
  font-size: 22px;
  font-weight: bold;
  color: #e84747;
}
.forum-category-page .ap-taxo-detail .ap-tax-count {
  background: #747474 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 7px;
  vertical-align: super;
}
.forum-category-page .ap-taxo-detail {
  margin-bottom: 25px;
  padding: 15px 20px;
}
.forum-category-page .join_form .desc h1{
  font-weight: bold;
  font-size: 22px;
}
.privacy-policy h2{
    color: #747474 !important;
    font-size: 20px;
    font-weight: 700;
    font-family: sans-serif;
}
strong, b {
  font-weight: bold;
  font-family: sans-serif;
}
.entry {
  margin: 8px 0;
}
.entry ul li, .comment ul li {
  list-style: square;
}
.entry p, .comment p {
  margin: 12.4px 0;
  color: #747474 !important;
}
.entry ul, .comment ul {
  list-style: none;
  margin: 0 0 24px 32px;
}
.confirmation .desc h1{
  font-weight: bold;
}
.join_form pre{
  display: flex;
  align-items: center;
}
code, pre {
  padding: 3px 8px;
  margin: 0 1px;
  background: #eeeeee;
  color: #222;
  font-size:14.4px;
  font-family: Monospace, "Courier New", Courier;
  overflow: auto;
  line-height: 1.4;
}
.confirmation a,.confirmation a:link,.confirmation a:visited {
  color: #e84747;
  text-decoration: none;
}
blockquote {
  background: #f5f5f5;
  border-left: 10px solid #ccc;
  margin: 19.2px 0;
  padding: 8px 24px;
}
blockquote, q {
  quotes: none;
}
pre,pre b{
  font-family: "Courier 10 Pitch", Courier, monospace;
}
.font-bold{
  font-weight: bold;
}
.grow-content-body .entry.clearfix h1, .grow-content-body .entry.clearfix h2, .grow-content-body .entry.clearfix h3, .grow-content-body .entry.clearfix h4, .grow-content-body .entry.clearfix h5, .grow-content-body .entry.clearfix h6, .grow-content-body .entry.clearfix p {
  color: #545454 !important;
}
.entry h6, .comment h6 {
  font-size: 16px;
  margin: 20px 0 0;
  font-weight: bold;
}
.wriiting-guideline img {
  max-width: 100%;
}
.wriiting-guideline a,.wriiting-guideline a:link,.wriiting-guideline a:visited {
  color: #e84747;
  text-decoration: none;
}
input[type="submit"] {
  border: none;
  color: #fff;
  background: #e84747;
  margin-top: 15px;
}
.type-page{
  margin-bottom:15px;
  padding-bottom: 15px;
}
.wriiting-guideline .entry.clearfix h5{
  color: #545454 !important;
  font-weight: bold;
}
.tml-links {
  display: none;
}
.forgot-password .tml .tml-field {
  width: 90%;
}
.forgot-password .tml .tml-label {
  display: block;
  margin: 0.5em 0;
}
.forgot-password button.tml-button {
  border: none;
  color: #fff;
  background: #e84747;
  padding: 10px 20px;
  width: 227px;
}
.dis-flex{
  display: flex;
}
.tml-field-wrap input{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.category__desc {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #333;
  display: flex;
  align-items: end;
  justify-content: end;
}
.category__desc span{
  color: #fff;
  padding: 1px 7px;
  font-size: 12px;
  font-weight: bold;
}
.category_grids li{
  width: 33.33%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.category_grids{
  padding: 0 !important;
  margin: 0 -15px;
  font-size: 0;
  margin-top: 20px;
}
.category_grids li a.term-title,.category_grids li.tags .ap-term-title{
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
  display: block;
  color: #e84747;
}
.category_grids li.tags{
  margin: 0  !important;
 padding: 25px 15px  !important;
 text-align: center;
 border: 1px solid #ddd;
}
.category_grids li.tags .ap-term-count {
  font-style: italic;
  display: block;
  font-size: 12px;
  margin-top: 6px;
  color: #777;
}
.m-0{
  margin-left: 0;
  margin-right: 0;
}
.col_2{
  width: 50% !important;
}

.ap-activity-when {
  display: block;
  background: #7986CB;
  padding: 3px 15px;
  margin-bottom: 30px;
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
  width: 100px;
  text-align: center;
  margin-left: -30px;
  position: relative;
}
.ap-activity-item {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.ap-activity-item>.ap-activity-avatar {
  flex-shrink: 0;
  flex-basis: 60px;
}
.ap-activity-item>.ap-activity-avatar img {
  border-radius: 4px;
  margin-right: 10px;
}
.ap-activity-item>.ap-activity-right {
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ap-activity-item .ap-activity-header {
  font-weight: bold;
  margin-bottom: 3px;
}
.ap-activity-item .ap-user-reputation {
  margin: 0 5px 0 5px;
  vertical-align: baseline;
  font-size: 11px;
  padding: 0px 4px;
  color: #ff6122;
  background: #fbebbc;
}
.ap-activity-date {
  font-weight: normal;
}
.activity a, .activity a:link, .activity a:visited {
  color: #e84747;
  text-decoration: none;
}
body {
  color: #747474;
}
.ap-activity-item>.ap-activity-icon i {
  border: solid 1px #d1d8ff;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  color: #d1d8ff;
  background: #fff;
  margin-left: 5px;
}
.ap-activity-item>.ap-activity-icon {
  flex-shrink: 0;
  flex-basis: 60px;
}
.ap-activity-item>* {
  width: 100%;
}
.ap-activity-same {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.ap-activity-same>.ap-activity-avatar {
  margin-right: 10px;
  flex-shrink: 0;
  flex-basis: 30px;
  align-self: stretch;
}
.ap-activities:before {
  content: "";
  display: block;
  width: 1px;
  background: #e7e7e7;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
}
.ap-activities {
  position: relative;
  margin-left: 30px;
}
.ap-activity-end p {
  font-weight: bold;
  align-self: center;
}
.ap-activity-end p{
    margin-bottom: 0 !important;
}
h3.editable-content {
  font-size: 28px;
  margin-bottom: 1rem;
  color: #d3d3d3;
}
input.defaultValue {
  padding: 0;
  border: none;
  color: #747474;
}
input.defaultValue:focus-visible {
  outline: none;
}
body .upload-info h2 {
  margin: 30px 0 15px;
  font-weight: 600;
  font-size: 18px;
}
.upload-info {
  margin-top: 77px;
  margin-bottom: 40px;
}
.bg-color-red{
  background-color: #e84747;
  border: 2px solid #e84747;
  color: #fff;
}
.button_section .btn{
  margin-left: 15px;
  transition: all 0.5s ease;
}
.button_section .btn:first-child{
  margin-left: 0px;
}
.button_section .btn:hover{
  color: #fff;
  background-color: #747474;
  border-color: #747474 !important;
}
.button_section{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 94px 30px 0;
}
div#editor_word_count {
  margin: 6px 0px 3px 0px;  
}
.about_us.desc {
  text-align: center;
  max-width: 89%;
  margin: auto;
}
.about_us h2 {
  color: #a91e1c;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}
.about_us h3{
  font-weight: 600;
  font-size: 24px;
}
.about_us p{
  font-weight: 500;
  color: #545454b0 !important;
  font-size: 16px;
}
._row{
  margin: 0 -4px;
  font-size: 0;
}
._col{
  display: inline-block;
  box-sizing: border-box;
  padding: 0 4px;
}
.col_33{
  width: 33.333%;
}
.image_sec {
  position: relative;
}
.image_sec img{
  max-width: 100%;
}

.open-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3498db; /* Change the background color as needed */
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 20% 100%);
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.7); /* Adjust the shadow color and size as needed */
}
.open-shape {
  width: 100px;
  height: 100px;
  background-color: #3498db; /* Change the background color as needed */
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 20% 100%);
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.7); /* Adjust the shadow color and size as needed */
}

.contact-us-section-padding .row{
  padding-left: 30px;
  padding-right: 30px;
}

.header-select-language select{
  color: #747474 !important;
    border: 1px solid;
    height: 19px;
    font-size: 11px;
    width: 60%;
    font-weight: 600;
}
.note-popover.popover {
  max-width: none;
  display: none !important;
}
.contact_us h1{
  font-size: 29px;
  font-weight: 600;
}
.button_section .btn {
  margin-left: 5px !important;
  border-radius: 0 !important;
}
.link_btn{
  margin-right: 10px;
  color: #e84747;
  text-decoration: none;
} 
.link_btn:hover{
  color: #e84747;
  text-decoration: underline;
} 
.button_section .btn:nth-child(3){
  margin-right: 20px !important;
}
.link_btn:hover{
  text-decoration: underline;
}
.border-bottom_l{
  border-bottom: 1px solid #d3d3d3;
}
.user-menu h5{
  color: #747474 !important;
}
.user-menu div a {
  font-size: 16px;
}
.user-menu img {
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-right: 10px !important;
}