section.qa-section {
    padding-top: 20px;
}

.qa-listing-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.saved-qa {
    padding-bottom: 40px;
}


.cutom-qa-search input, .cutom-qa-search textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
}

.cutom-qa-search form p {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 3px;
}

.cutom-qa-search form button {
    float: right;
    border: 0;
    padding: 10px;
    border-radius: 5px;
}

.qa-listing-wrap .accordion-item {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 0 !important;
}

.saved-qa-wrap {
    padding-left: 10px;
}

.qa-listing {
    border-right: 1px solid #000;
}


.register-login-content h3 {
    font-size: 24px;
}

.register-login-content p {
    font-size: 15px;
}

.register-form form .form-group {
    width: 100%;
}

.register-form form .form-group input[type="submit"] {
    background: var(--primary-color);
    color: #fff;
    border: 0;
}

.register-form p a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.register-form p {
    text-align: center;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group .input-icon svg {
    width: 15px;
    height: 15px;
}

.form-group .input-icon {
    width: 35px;
    background: #f1f1f1;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}

.login-block-wrap .form-wrapper form .form-group:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.login-block-wrap .form-wrapper form .form-group:nth-child(4) label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    font-size: 14px;
    color: #888;
}

.login-block-wrap {
    max-width: 700px;
    margin: 0 auto;
}

.login-block-wrap .form-wrapper form .form-group:nth-child(4) input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 12px;
    width: 12px !important;
}

#custom-login-container form input {
    border-radius: 8px;
    border: 1px solid #ccc;
}

#custom-login-container form input .input-icon {
    border-radius: 8px 0 0 8px;
}

#custom-login-container .form-wrapper .form-group:last-child input {
    width: 100% !important;
    padding: 8px !important;
    background: var(--primary-color);
    color: #fff;
    border: 0;
}

.login-block-wrap .login-form p {
    font-size: 13px;
    text-align: center;
    margin: 3px;
    color: #ccc;
}

.login-block-wrap .login-form p a {
    color: #000;
    text-decoration: none;
}

#custom-login-container form input {
    padding: 8px 65px !important;
}

#custom-login-container form input {
    margin: 0 !important;
}

#custom-login-container .form-wrapper .form-group:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.user-photo-wrap .img-holder {
    width: 400px;
    height: 300px;
}

.user-photo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.user-photo-wrap .img-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.login-block-wrap {
    border: 1px solid #ccc;
    padding: 40px;
}

#custom-login-container form, #custom-registration-container form {
    margin-top: 0 !important;
}

#custom-registration-container form input {
    margin-bottom: 0 !important;
}

.form-group select#tier {
    width: 100%;
    padding: 8px;
    height: 37px;
    font-size: 14px;
}

.footer-wrap .footer-title {
    position: relative;
    text-align: center;
}

.footer-wrap .footer-title:before {
    content: '';
    left: 0;
    background: #000;
    width: 45%;
    height: 2px;
    position: absolute;
    top: 13px;
}

.footer-wrap .footer-title:after {
    content: '';
    right: 0;
    background: #000;
    width: 45%;
    height: 2px;
    position: absolute;
    top: 13px;
}

.feedback-wrap a {
    color: #000;
    padding-bottom: 15px;
    border-radius: 4px;
}

.feedback-wrap {
    text-align: right;
    padding-top: 20px;
}

.footer-item-wrap .item-icon svg {
    width: 30px !important;
    height: 30px !important;
    fill: var(--primary-color);
}

.footer-item-wrap .item-icon svg path{
    fill: var(--primary-color);
}

.footer-item-wrap .item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-item-wrap .title {
    font-size: 18px;
    margin-bottom: -1px;
    color: #000;
    font-weight: 600;
}

.footer-item-wrap {
    max-width: 954px;
    margin: 0 auto;
    padding-top: 20px;
}

.footer-section {
    padding: 40px 0 20px 0;
}

.footer-item-wrap .item-block a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.help-desk-title {
    padding-top: 22px;
    font-size: 22px;
    color: #000;
}

.desk-wrap a {
    text-decoration: none;
}

.advisory-cotent-wrap .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.advisory-cotent-wrap .title-wrap img {
    width: 40px;
}

.advisory-cotent-wrap .title-wrap h2 {
    font-size: 22px;
}

.advisory-cotent-wrap {
    padding: 20px;
    border: 1px solid #000;
}

.advisory-cotent-wrap .content-wrap ul {
    padding-left: 22px;
    margin: 0;
    padding-top: 15px;
}

.advisory-sectoion {
    padding-top: 30px;
}

.advisory-section-forum {
    max-width: 900px;
    padding-top: 50px;
}

.forget-section form {
    max-width: 350px;
    margin: 0 auto;
}

.forget-section {
    padding-top: 80px;
}

.forget-section form h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.forget-section form input, .forget-section form label {
    width: 100% !important;
}

.forget-section form input {
    padding: 10px;
    margin: 10px 0;
}

.forget-section form  input#wp-submit {
    background: var(--primary-color);
    color: #fff;
}

.main-title .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.news-announcement-listing .news-item {
    padding: 15px 30px;
    border: 1px solid #000;
}

.news-announcement-listing .news-item .news-title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.news-title-section h3 {
    font-size: 20px;
    margin: 0;
}

.milestone-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}

.milestone-title-wrap .title {
    font-size: 16px;
    margin: 0;
}

.reform-milestone-list .item {
    margin-bottom: 30px;
}

.reform-milestone-list ul {
    padding-left: 20px;
}

.reform-milestone-list .item a {
    color: #000;
    text-decoration: none;
}

.scroll-list {
    height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.reform-card.card .heading {
    min-height: 58px;
}

.quick-link-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.quick-link-item > .item {
    border: 1px solid;
    padding: 11px;
}

.quick-link-item > .item + .item + .item {
    margin-top: 20px;
}

.quick-link-wrapper {}

.quick-link-wrapper .quick-link-item + .quick-link-item + .quick-link-item {
    margin-top: 20px;
}

.quick-link-item > .item a {
    color: #000;
    text-decoration: none;
}

.quick-link-item > .item a .sub-links .item {
    text-decoration: underline;
}

.forum-list-item .item .btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.forum-list-item .item .btn-item .post-like {
    margin: 0;
}

.view-count span,
.forum-list-item .item .btn-item button,
.forum-list-item .item .btn-item a {
    padding: 3px 16px;
    font-size: 14px;
    border-radius: 24px;
    border: 1px solid #ccc;
    background: none;
    color: #000;
    text-decoration: none;
}

.forum-list-item .item .btn-item :is(a, button):hover, .post-single-comment-page .container > div:first-child .post-like button:hover {
    color: #fff;
    background: #000;
}

.forum-list-item .item .btn-item .post-like button.like-button.liked, .post-single-comment-page .container > div:first-child .post-like button.like-button.liked {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}



.editable_deletable_wrap a {
    border: 0 !important;
    padding: 0 !important;
    color: #979696 !important;
    font-size: 12px;
    text-decoration: underline !important;
}

.editable_deletable_wrap{
    color: #979696 !important;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 5px;
}

.form-user-det img.avatar {
    width: 40px !important;
    height: 40px !important;
}

.author-des .profile-des .username {
    font-size: 14px;
    margin: 2px;
}

.qa-listing-wrap .accordion-item ul {
    list-style: none;
    padding: 0;
}

.qa-listing-wrap .accordion-item ul li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 10px;
}

.qa-listing-wrap .accordion-item ul li:before {
    position: absolute;
    content: '\f061';
    font-family: 'FontAwesome';
    left: 0;
    top: 6px;
    font-size: 14px;
}

.qa-listing-wrap .accordion-item ul li a {
    font-size: 14px;
    color: #000;
}

.qa-listing-wrap .accordion-item ul li button {
    background: none;
    border-radius: 24px;
    padding: 3px 16px;
    font-size: 14px;
    border: 1px solid #ccc;
}


.user-dashboard-content ul li:before {
    content: '\f061' !important;
    position: absolute;
    left: 0 !important;
    font-weight: bold !important;
    font-family: 'Font Awesome 5 Free' !important;
    background: 0 !important;
    top: 2px !important;
}

.user-dashboard-content ul li {
    padding-left: 22px !important;
}

.bg-red {
    background: red;
    color: #fff !important;
}

.user-dashboard-content ul li span.poststatus-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-dashboard-content ul li .editable_deletable_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: -2px;
}

.user-dashboard-content ul li .editable_deletable_wrap a {
    font-size: 12px;
}

.forum-list-item .item a {color: #000;text-decoration: none;}

.author-des .profile-des .username {
    margin: 0 0 3px;
}

.read-more-btn a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
.default-content a{
    text-decoration:underline;
}
.default-content a:hover{
    color:var(--secondary-color)
}
.default-content ol { counter-reset: item }
.default-content ol > li{ display: block }
.default-content ol > li:before { 
    content: counters(item, ".") "."; 
    counter-increment: item;
    font-weight:bold;
    padding-right:5px;
}

.mileston-listing .milestone-slide {
    height: auto !important;
}
.mileston-listing .milestone-slide .element-item{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
}

.page-template-page-resources .category-list li{
	width:auto !important
}
.page-template-page-resources .category-list ul{
	gap:12px;
}
.single-content .img-holder img{
	max-width:none !important;
}
.download-form-section .gform-confirmation-message a, .download-file-list a{
	color:var(--secondary-color) !important;
		display:block;
	margin-bottom:5px;
}

@media screen and (max-width: 991px) {
    .download-form-section {
        margin-left: 0;
    }
}

/* Resource CSS */

.category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.category-list ul button {
  padding: 4px 15px;
  border: 1px solid #4a5454;
  background: none;
  border-radius: 50px;
  font-size: 14px;
  color:#4a5454;
}
.loadmore-news.load-more-news-btn .btn{
       background: #000;
    color: #fff;
    padding: 10px 32px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    min-width: 200px;
    line-height: 1.6;
}
.loadmore-news.load-more-news-btn{
	margin:25px auto 0;
	max-width:180px;
}
.loadmore-news.load-more-news-btn .btn:not(.no-more-post-btn):hover,
.category-list ul button.category-filter-btn.active {
  border-color: var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
}

.category-list ul button:not(.active):hover {
  background: var(--green-bg);
  border-color: var(--green-bg);
  color: #fff;
}
.download-form-section {
   padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.download-form-section .form-wrap.auto-height-scroll{
	max-height:auto
}
.download-form-section .form-wrap .gform_confirmation_message {
  padding: 20px;
  background: #f5f5f5;
  margin: 24px 0 20px;
  border-radius: 10px;
  font-weight: 500;
}
.download-form-section .gform-theme--foundation .gform_fields {
  gap: 20px;
}
.download-form-section .img-holder img {
  height: 200px;
}
.download-form-section .title {
  font-size: 22px;
  margin-top: 30px;
  display: block;
  padding-bottom: 0;
}

.download-form-section .ginput_container.ginput_container_textarea textarea {
  min-block-size: 125px !important;
}
.download-form-section .gform-footer.gform_footer.top_label input.gform_button.button {
  background-color: var(--secondary-color) !important;
  border-radius: 6px !important;
  padding: 15px 10px !important;
	outline:none !important;
	border:none !important;
}
.download-form-section .gform-footer.gform_footer.top_label .gform-loader{
	position:absolute;
	right:10px;
	border-color:#fff;
}

.download-form-section .gform-footer.gform_footer.top_label input.gform_button.button:hover {
  background-color: var(--green-bg) !important;
}
.gform_wrapper .gfield.gfield--type-textarea textarea, .gform_wrapper .gfield:is(.gfield--type-email,.gfield--type-phone, .gfield.gfield--type-text) input {
  outline: none !important;
}


.download-form-section .gform-footer.gform_footer.top_label input.gform_button.button {
  background-color: var(--secondary-color) !important;
  border-radius: 6px !important;
  padding: 15px 10px !important;
}

.download-form-section .gform-footer.gform_footer.top_label input.gform_button.button:hover {
  background-color: var(--green-bg) !important;
}


.download-form-section .gform_validation_errors {
  display: none !important;
}
.gform-footer.gform_footer.top_label,
.download-form-section .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
  line-height: 1;
  position: relative;
}
.download-form-section .gfield_description.validation_message {
  position: absolute;
  right: 8px;
  bottom: 2px;
  font-size: 8px;
  font-weight: 600;
}
:is(.related-posts-wrapper, .all-resources-section) .milestone-card.card p {
	height: auto !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height: auto;
	min-height:84px;
}
.gform-confirmation-message.download-file-list {
    font-weight: bold;
    margin: 26px 0px 23px;
	text-align:center;
}
.gform-confirmation-message.download-file-list a.download-link {
    margin-top: 11px;
	font-weight:500;
	margin-bottom:0;
}

 
.download-file-list a.download-link:hover {
    text-decoration: underline;
}
.gform-theme--foundation :is(.gform-grid-row, .ginput_container_select) span{
	width:100%;
}
.gform-theme--foundation :is(.gform-grid-row, .ginput_container_select) select {
    width: 100%;
    height: 42px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	outline:none;
}
.download-file-list {
	font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:991px){
	.single-resources-page .download-form-section{
		max-width:550px;
		margin:0 auto !important;
	}
}

@media screen and (max-width:767px){
	
	:is(.related-posts-wrapper, .all-resources-section) .milestone-card.card p {
		min-height:63px;
	}
	.all-resources-section .milestone-card.card .content.web-paragraph.web-heading .heading {
		order: 2 ;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2 ;
	}

	.all-resources-section .milestone-card.card .content.web-paragraph.web-heading .cat-list-reform {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        min-height: auto;
        
    }
	section.related-posts-wrapper.section-inner-padding .milestone-card .cat-list-reform {
		min-height: auto;
		padding-top: 8px;
	}
	
}
@media screen and (max-width:575px){
	
	.category-list ul button{
		font-size:12px;
	}
	.page-template-page-resources .category-list ul {
    	gap: 7px !important;
	}

}
@media screen and (max-width:380px){
	.category-list ul button {
        font-size: 11px;
		padding: 1px 11px;
    }
}

/* End Resource CSS */

