@font-face {
  font-family: Shabnam-300;
  src: url(../Fonts/shabnam/Shabnam-Light.eot) format("embedded-opentype"),url(../Fonts/shabnam/Shabnam-Light.woff2) format("woff2"),url(../Fonts/shabnam/Shabnam-Light.woff) format("woff"),url(../Fonts/shabnam/Shabnam-Light.ttf) format("truetype");
  font-weight: 300
}

body {
    font-family:"Shabnam-300";
    line-height: 24px;  
    font-size: 16px;
    height: 100%;
    color: #000;
    background: #f9f9f9;
}
body.desktop {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.desktop footer {
    margin-top: auto;
}

.cd-panel{
    z-index: 22;
}

a {
	font-family:"Shabnam-300";
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #afaeaee7;
    max-height: 2px !important;
}

.primary-nav{
    background-color:#dc3545 !important;
}
.body_dark .primary-nav{
    background-color: #89242e !important;
}
@media (max-width : 678px){
  .primary-nav span{
      font-size: 14px;
      font-weight:normal !important;
  } 
  .primary-nav p{
  font-size:14px;
  }
}

.divide-nav {
    height: 57px;
    background: white;
}

.menu>.nav-item {
    padding-bottom: 25px;
    padding-top: 25px;
    transition: all 0.3s linear;
}

.nav-item.dropdown {
    position: relative;
}

.headericon {
    font-size: 20px;
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}


@media (max-width: 700px) {
    .menu_toggle {
        transform: translate(19px, 1px);
    }
}

.hamburger {
    height: 100%;
    width: 28px;
    display: block;
}

.menu_toggle .hamburger {
    position: absolute;
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    display: block;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    transition-delay: 0s;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    transition-delay: 0.3s;
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #a5a5a5;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    transition-delay: 0.4s;
}

@media (max-width: 1202px) {
    .sticky_logo :first-child {
        display: none !important;
    }
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: 0.5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    transition-delay: 0.2s;
}

.hamburger span:nth-child(1) {
    transition-delay: 0s;
}

.hamburger span {
    margin-top: 7px !important;
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #a5a5a5;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
}


notification {
    cursor: pointer;
}

.nav_btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #fff;
    transition: all 0.3s linear;
    border: 2px solid #10b3d6;
    background: #fff;
    color: #10b3d6;
}
.nav_btn {
    margin-left: 0px;
    margin-right: 0px;
}

.theme-icon {
    cursor: pointer;
    padding-left: 14px;
    padding-bottom: 5px;
}

.fa {
    font-feature-settings: "ss01";
}
.theme-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    display: contents;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.navbar2 {
    width: 100%;
    z-index: 20;
}

.menu_one {
    background: rgb(255, 255, 255);
    transition: all 0.2s linear;
    border: 1px solid rgb(224, 224, 224);
}

nav ul li i {
    font-size: 25px;
    margin-left: 5px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-toggler {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav.menu.ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.menu>.nav-item>.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #6b707f;
    padding: 0;
}
.menu>.nav-item:hover .nav-link {
    color: #40d5f5;
}

.menu>.nav-item+.nav-item {
    margin-left: 55px;
}

.menu>.nav-item+.nav-item {
    margin-left: 0;
    margin-right: 28px;
}

.nav-item .toggle-icon {
    transition: transform 0.3s ease;
    font-size: 10px;
    vertical-align: middle;
    line-height: 1;
}

.nav-item.dropdown.show .toggle-icon {
    transform: rotate(180deg);
}

.breadcrumb_area {
    background: url(../Images/archive_p_hero.svg);
    padding: 60px 0 60px;
    position: relative;
    background-size: cover;
}

.search_box2 {
    margin: 0 auto;
    max-width: 65%;
    border-radius: 4px;
    padding: 30px 60px;
    display: block;
}

.breadcrumb_area .banner_search_form {
    max-width: 770px;
    position: relative;
    z-index: 5;
}

.banner_search_form{
    max-width: 570px;
    margin: 0 auto;
    display: flex;
}

.search_box2 .row, .search_box .row {
    width: 100%;
    box-shadow: 0 5px 10px 0 #7b1fa22b;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 5px;
}

.banner_search_form input {
    background: #fff;
    border: none;
    padding: 15px 15px 15px 15px;
    font-size: 13px;
    letter-spacing: -0.5px;
    border-radius: 0;
    outline: none;
    float: none;
    width: 100%;
}

.breadcrumb_area .banner_search_form button {
    background: #10b3d6;
}

.btn.btn-search {
    width: 100%;
    background-color: #4dcb8a !important;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../Images/hero-products.svg);
    height: 100%;
}
.banner_search_form button {
    padding: 5px 25px;
    font-size: 20px;
    background: #10b3d6;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.4s linear;
}

.search_box2 .row ul li, .search_box .row ul li {
  list-style: none; 
}

.dropdown-toggle::after {
    border:none !important;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  display: none;
  width: 300px;
}

.mega-menu .dropdown-arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.mega-menu .dropdown-item:hover, .mega-menu .dropdown-item:active {
    color: #04c9ab !important;
    background-color: #f8f9fa !important;
}

.mega-menu .dropdown-item {
    padding: 8px 0;
    border-radius: 5px;
    transition: background 0.2s;
    white-space: no-warp;
}

.mega-menu i {
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}


.fw-bold {
    font-weight: bold;
}

.text-justify {
    text-align: justify;
}

.forum-post-top .forum-post-author .author-name{
    font-size: 16px;
    font-weight: 500;
    color: rgb(29, 39, 70);
}

.forum-post-top .forum-post-author .forum-author-meta {
    display: flex;
}


.forum-post-top .forum-post-author .forum-author-meta span, .forum-post-top .forum-post-author .forum-author-meta a{
    color: rgb(131, 135, 147);
    font-size: 14px;
}

.forum-post-top .author-avatar img {
    margin-right: 15px;
    border-radius: 50%;
}

.action_btn {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255) !important;
    box-shadow: rgba(12, 118, 142, 0.24) 0px 20px 30px 0px;
    display: inline-block;
    border-radius: 4px;
    background: rgb(16, 179, 214);
    padding: 14px 28px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}

.topicdownvotes i {
  font-size: 14px;
  opacity: 0.7;
}

.action-button-container .ask-btn {
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 2px;
    padding: 8px 28px;
}

.text-wrap {
    white-space: break-spaces;
}

.page_breadcrumb {
    background: #f0f5f7;
    padding: 16px 0;
    position: relative;
    z-index: 0;
}

.breadcrumb .breadcrumb-item {
    color: #878EA6;
    font-size: 14px;
    line-height: 21px;
}

.breadcrumb .breadcrumb-item a {
    color: #878EA6;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
    padding-right: 0.5rem;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: ">";
    color: #B7B9BE;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 8px;
    padding-right: 0px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}


.communities-boxes {
    margin: 0 -30px;
}

.communities-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.communities-boxes .docly-com-box .icon-container {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 40px 70px 0px rgba(2, 47, 57, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    margin: 0 auto 34px;
}

.icon-container {
    fill: transparent;
    stroke: none;
}

.communities-boxes .docly-com-box {
    text-align: center;
    margin-bottom: 57px;
    width: 20%;
    flex: 0 0 205px;
}

.communities-boxes .docly-com-box .docly-com-box-content .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #1d2746;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.communities-boxes .docly-com-box .docly-com-box-content .title a {
    color: #1d2746;
}

.communities-boxes .docly-com-box .docly-com-box-content .total-post {
    color: #a8a8a8;
}

.communities-boxes .docly-com-box .docly-com-box-content .total-post {
    color: #6b707f;
    font-size: 14px;
}

.answer-action {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(4, 73, 89, 0.06);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.answer-action .action-content {
    display: flex;
    align-items: center;
    text-align: right;
}

.answer-action .action-content .image-wrap {
    margin-right: 0px;
    margin-left: 30px;
}

.answer-action .action-content .ans-title {
    font-size: 20px;
    color: #1d2746;
    font-weight: 500;
    margin-bottom: 0;
}
.action-button-container {
    display: flex;
    justify-content: flex-end;
}
.answer-action .btn-ans {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    box-shadow: none;
    border: 1px solid #10b3d6;
    transition: all 0.3s ease-in-out;
}

.answer-action .btn-ans:hover {
    background: transparent;
    color: #10b3d6 !important;
}

.post-header {
    display: flex;
    justify-content: space-between;
    background: #f7f8f9;
    padding: 17px 30px;
    border: 1px solid #eaeeef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.post-header .support-total-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-header .support-total-info li {
    display: inline-block;
    font-size: 14px;
}
.post-header .support-total-info li.open-ticket {
    color: #1d2746;
    font-weight: 500;
}
.post-header .support-total-info li:not(:last-child) {
    margin-right: 20px;
}

.post-header .support-total-info li:nth-child(1) i {
    color: #f06292;
}
.post-header .support-total-info li i {
    color: #00ae69;
    margin-right: 10px;
    vertical-align: -2px;
}
.icon_info_alt:before {
    content: "\70";
}
.post-header .support-total-info li {
    display: inline-block;
    font-size: 14px;
}
.post-header .support-total-info li i {
    color: #00ae69;
    margin-right: 10px;
    vertical-align: -2px;
}
.icon_check:before {
    content: "\4e";
}
.post-header .category-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-header .category-menu li:not(:last-child) {
    margin-right: 10px;
}
.post-header .category-menu li {
    display: inline-block;
}
.post-header .category-menu .dropdown-toggle {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #6b707f;
    padding: 0 15px;
    font-size: 14px;
}
.post-header .category-menu .dropdown-toggle:after {
    border: 0;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-58%);
}

.bb-radius {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
    text-align: right;
}

.community-post.style-two:not(:last-child) {
    border-bottom: 1px solid #f2f3f4;
}

.community-post {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(2, 47, 57, 0.1);
    padding: 23px 15px 23px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
  }

.community-post.style-two {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.community-post .post-content .author-avatar img {
    max-width: 50px;
}

.community-post .post-content .entry-content {
    flex: 2;
}

.community-post.style-two .post-content .entry-content .post-title {
    display: inline-block;
    margin-left: 10px;
}

.community-post .post-content .entry-content .post-title a {
    color: #1d2746;
}

.community-post.style-two .meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

.community-post.style-two .meta li {
    display: inline-block;
    margin-right: 15px;
    color: #838793;
    font-size: 14px;
}

.post-header .support-total-info li:not(:last-child), .community-post.style-two .meta li, .ticket_categories li img, .menu>.nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link img {
    margin-right: 0;
    margin-left: 20px;
}

.community-post.style-two .meta li img ,
.community-post.style-two .meta li p, .community-post.style-two .meta li p a{
    display: inline-block;
    vertical-align: -2px;
}
.community-post .post-content .entry-content .post-title {
    font-size: 18px;
    font-weight: 500;
    color: #1d2746;
    margin-bottom: 0;
    line-height: 1.7;
}

.community-post.style-two .meta li i, .community-post.style-two .meta li img , .community-post.style-two .meta li p , .community-post.style-two .meta li p a{
    margin-right: 10px;
    font-size: 14px;
}


.forum-post-content .forum-post-btm .taxonomy img, .action-button-container .reply-btn, .usefull-links li i, .community-post.style-two .meta li img {
    margin-left: 10px;
    margin-right: 0px;
}

.forum-post-content .forum-post-btm {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8ecee;
    padding-bottom: 30px;
    padding-top: 25px;
}

.action-button-container .too-btn {
    background: #fff;
    border: 1px solid #d0d8dc;
    color: #1d2746 !important;
}

.topicpostorderfilter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.topicpostorderfilter text {
    display: flex;
    align-items: center;
    gap: 6px;
}

.orderfilerlink {
    padding: 6px 12px;
    border-radius: 20px;
    background: #f3f4f6;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.orderfilerlink:hover {
    background: #93b5ff;
    color: #222;
}

.best-answer {
    background: #f1fdf3;
    padding: 30px 40px 30px 30px;
    margin-top: 30px;
    border-radius: 6px;
}

.orderfilerlinkactive {
    background:rgb(16, 179, 214);
    color: #fff !important;
    border-color: rgb(16, 179, 214);
    font-weight: 500;
}


.community-post.style-two .meta li a {
    font-size: 14px;
    color: #838793;
}

.community-post .post-meta-wrapper .post-meta-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.community-post .post-meta-wrapper .post-meta-info li a i {
    margin-right: 10px;
}

.icon_chat_alt:before {
    content: "\77";
}

.community-post .post-meta-wrapper .post-meta-info li a {
    display: block;
    color: #868b99;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.community-post.style-two .post-meta-wrapper .post-meta-info li i {
    transition: all 0.3s ease-in-out;
}

.community-post.style-two:hover {
    background: #f7f9fa;
    transform: translateX(0);
    box-shadow: none;
    border-color: #f7f9fa;
}

.community-post .post-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.community-post .post-content .author-avatar {
    width: 50px;
    margin-right: 25px;
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
}
.action-button-container.action-btns .action_btn {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 400;
}

.action-button-container .too-btn:hover {
    background: #fff;
    border: 1px solid #1d2746;
    color: #1d2746;
}

.community-post.style-two .post-content .cat-wrap {
    display: inline-block;
    vertical-align: 3px;
}

.badge {
    font-size: 12px;
    background: #8152e0;
    padding: 2px 5px 0;
    color: #fff !important;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.45;
    border-bottom: 1px solid #6030c0;
    vertical-align: middle;
    font-weight: 500;
    height: 22px;
}

.community-post.style-two .post-content .com-featured {
    position: absolute;
    right: 0;
    top: -2px;
    height: 30px;
    width: 30px;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}

.community-post.style-two .post-content .com-featured i {
    z-index: 22;
    position: relative;
    font-size: 14px;
    color: #e6dbdb;
    margin-right: -15px;
}

.footer_subscribe_form .form-control {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.08);
    height: 56px;
    border: 1px solid transparent;
    color: #1d2746;
    padding-left: 25px;
    position: relative;
    transition: all 0.2s linear;
}

.footer_subscribe_form .s_btn {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    background: #10b3d6;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 8px;
    padding: 7px 10px;
}

.footer_subscribe_form .form-control:focus {
    outline: none;
}

.footer_subscribe_form .form-control {
    padding-left: 8px;
    padding-right: 25px;
}

.form-control:focus {
    border-color: #5b68ff;
    box-shadow: 0 0 0 0.2rem rgba(91, 104, 255, 0.2);
}

.footer_subscribe_form .s_btn {
    right: auto;
    left: 8px;
}

.icon_check:before {
    content: "\4e";
}

.community-post.style-two .post-content .com-featured:after {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid #00ae69;
    z-index: 1;
}

.community-post.style-two .entry-content .post-title {
    font-size: 17px;
}
.header_top .menu li, .community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 0px;
    /* margin-left: 50px; */
}

.q-title {
    display: flex;
    padding: 40px 15px 5px 0;
}
.post_author .round_img, .breadcrumb_content .single_post_author img, .forum-post-top .author-avatar img, .question-icon {
    margin-right: 0;
    margin-left: 15px;
}

.q-title h1 {
    font-size: 22px;
    color: #1d2746;
    line-height: 1.4;
    font-weight: 500;
}

.all-answers {
    margin-top: 30px;
}

.all-answers .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.all-answers .filter-bar {
    background: #f7f8f9;
    border: 1px solid #eaeeef;
    padding: 10px 30px;
    justify-content: space-between;
    border-radius: 4px;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.custom-select {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
    padding: 0 80px 0 20px;
    height: 100%;
    border: 0;
    background: #fff;
    color: #6b707f;
}

.custom-select {
    text-align: right !important;
    padding: 0 20px 0 80px;
}

.custom-select ul {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
}

.custom-select ul li:hover, .custom-select ul li.selected {
    background: #f4f9fa;
    color: #10b3d6;
    font-weight: 500;
}

.custom-select ul li {
    font-size: 14px;
    color: #6b707f;
    position: relative;
    min-height: 36px;
    line-height: 36px;
}

.best-answer .accepted-ans-mark {
    color: #0abe76;
    font-size: 14px;
    text-align: right;
}

.forum-post-top {
    display: flex;
}

.best-answer .best-ans-content {
    margin-top: 30px;
}

.best-answer .best-ans-content .question-icon {
    margin-top: 10px;
    margin-right: 20px;
}

.best-answer .best-ans-content p:last-child {
    margin-bottom: 0;
}

.forum-post-top .forum-post-author .author-name {
    font-size: 16px;
    font-weight: 500;
    color: #1d2746;
}

.forum-post-top .forum-post-author .forum-author-meta .author-badge:first-child{
    margin-right: 0px;
}

.forum-post-top .forum-post-author .forum-author-meta .author-badge svg {
    margin-top: -5px;
    margin-right: 5px;
}
.forum-post-content .forum-post-btm .taxonomy {
    font-size: 14px;
}

.order-filter-select {
  background: #f7f8f9;
  border: none;
  color: #1d2746 !important;
  margin-top: 2px;
  height: 30px;
  width: 185px;
  border-radius: 4px;
  font-size: 14px;
}

.forum-post-content .forum-post-btm .taxonomy a {
    color: #838793;
}

.forum-post-top .forum-post-author .forum-author-meta span, .forum-post-top .forum-post-author .forum-author-meta a {
    color: #838793;
    font-size: 14px;
}

.forum-post-top .forum-post-author .forum-author-meta .author-badge i , .author-badge {
    margin-right: 5px;
    color: #838793;
}

.all-answers .forum-comment .comment-content {
    margin-top: 10px;
    border-bottom: 1px solid #e8ecee;
    padding-bottom: 28px;
}

.all-answers .pagination-wrapper {
    background: transparent;
    box-shadow: none;
    margin-top: 15px;
}



.all-answers .forum-comment .comment-content p {
    line-height: 1.5;
}
.action-button-container.action-btns {
    justify-content: flex-start;
    margin-top: 30px;
}

.all-answers .forum-comment .comment-content .action-btns {
    margin-top: 20px;
}

.all-answers .filter-bar .nice-select
 {
    background: #f7f8f9;
    height: 100%;
    border: 0;
    padding: 0 25px 0 0;
}

.all-answers .forum-comment {
    margin-top: 30px;
}

.all-answers .filter-bar .nice-select .list {
    width: 100px;
}

.all-answers .filter-bar .custom-select {
    box-shadow: none;
}

.all-answers .filter-bar p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    color: #6b707f;
}

.badge {
    font-size: 12px;
    background: #8152e0;
    padding: 2px 5px 0;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.45;
    border-bottom: 1px solid #6030c0;
    vertical-align: middle;
    font-weight: 500;
    height: 22px;
}

.q-title .badge {
    margin-left: 10px;
    line-height: 1.4;
    margin-top: 2px;
}

.q-title .badge, .forum-post-content .forum-post-btm .taxonomy i {
    margin-left: 0;
    margin-right: 10px;
}

.question-icon {
    font-size: 50px;
    color: #1d2746;
    margin-right: 15px;
}

.community-post .post-meta-wrapper .post-meta-info li {
    display: inline-block;
}

.community-post .post-meta-wrapper .post-meta-info li a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.pagination-wrapper {
    background: #fff;
    padding: 23px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
}

.pagination-wrapper p {
    margin: 0;
}

.pagination-wrapper .post-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination-wrapper .post-pagination li {
    display: inline-block;
}
.pagination-wrapper .post-pagination li.pegi-disable {
    display: none;
}
.pagination-wrapper .post-pagination li {
    margin-right: 3px;
}

.pagination-wrapper .post-pagination li a {
    display: block;
    color: #6b707f;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #f2f5f6;
    border-radius: 3px;
}

.pagination-wrapper .post-pagination li a:hover, .pagination-wrapper .post-pagination li a.active {
    background: #10b3d6;
    color: #fff;
}

.pagination-wrapper .post-pagination li a:hover, .pagination-wrapper .post-pagination li a.active {
    background: #10b3d6;
    color: #fff;
}

.post-header .category-menu li .dropdown-menu {
    top: 12px !important;
    transform: translate3d(0, 23px, 0) !important;
}

.post-header .category-menu .dropdown-menu {
    border: 1px solid #e6eeef;
    background: #fff;
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
    padding: 0;
    width: 260px;
    animation: slideDown 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}

.post-header .category-menu .title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    background: #f7f8f9;
    border-bottom: 1px solid #e6eeef;
    padding: 14px 20px 11px;
    line-height: 1;
    color: #6b707f;
    position: relative;
}

.post-header .category-menu li:nth-child(1) .title:before, .post-header .category-menu li:nth-child(1) .title:after , 
.post-header .category-menu li:nth-child(3) .title:before, .post-header .category-menu li:nth-child(3) .title:after ,
.post-header .category-menu li:nth-child(4) .title:before, .post-header .category-menu li:nth-child(4) .title:after  {
    right: auto;
    left: 30px;
}

.post-header .category-menu .title:before {
    content: "";
    height: 16px;
    width: 16px;
    background: #e6eeef;
    position: absolute;
    right: 30px;
    transform: rotate(45deg);
    top: -8px;
}

.post-header .category-menu .title:after {
    content: "";
    height: 16px;
    width: 16px;
    background: #f7f8f9;
    position: absolute;
    right: 30px;
    transform: rotate(45deg);
    top: -6px;
}

.post-header .category-menu .cate-search-form {
    padding: 0 20px;
    margin-top: 10px;
}

.post-header .category-menu .cate-search-form input {
    width: 100%;
    background: #fbfcfc;
    border: 2px solid #e2e7e8;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 14px;
}

button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0px;
}

.post-header .category-menu .all-users {
    text-align: right;
}

.post-header .category-menu .all-users {
    font-size: 14px;
    padding: 12px 22px;
    border-bottom: 1px solid #e6eeef;
    font-weight: 500;
    color: #6b707f;
}

.post-header .category-menu .all-users a:not(:last-child) {
    border-bottom: 1px solid #e6eeef;
}

.post-header .category-menu .all-users a {
    padding: 7px 0;
    color: #838793;
}

.post-header .category-menu .all-users a img {
    margin-right: 0px;
    margin-left: 10px;
}

.post-header .category-menu .all-users a img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
}

.post-header .category-menu .cate-search-form input:focus {
    background: #fff;
}

:focus {
    outline: none !important;
}

.post-header .category-menu li:nth-child(2) .title:before, .post-header .category-menu li:nth-child(2) .title:after {
    right: auto;
    left: 25px;
}

.post-header .category-menu .all-users a span {
    margin-right: 0px;
    margin-left: 10px;
}

.post-header .category-menu .all-users a span {
    border-radius: 4px;
    width: 16px;
    height: 16px;
    background: #27b2da;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -3px;
}

.post-header .category-menu .all-users a span.color-yellow {
    background: #fad05a;
}

.post-header .category-menu .all-users a span.color-ass {
    background: #dfdfdf;
}

.post-header .category-menu .all-users a span.color-green {
    background: #22936d;
}

.post-header .category-menu .all-users a span.color-orange {
    background: #f88546;
}

.post-header .category-menu .all-users a span.color-light-green {
    background: #1eba17;
}

.post-header .category-menu .short-by {
    padding: 10px 20px;
}

.post-header .category-menu .short-by a.active-short {
    color: #1d2746;
}
.post-header .category-menu .short-by a {
    padding-left: 0px;
    padding-right: 20px;
}

.post-header .category-menu .short-by a {
    padding: 7px 0 7px 20px;
    position: relative;
    color: #838793;
    font-size: 14px;
}

.post-header .category-menu .short-by a.active-short:before {
    left: auto;
    right: -14px;
}

.post-header .category-menu .short-by a.active-short:before {
    content: "N";
    position: absolute;
    font-family: eleganticons;
    left: 0;
    top: 7px;
    color: #0abe76;
    font-size: 14px;
}

.post-header .category-menu .short-by a:hover {
    background: transparent;
    color: #1d2746;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin:0;
}

.blog_top_post .b_top_post_content, .breadcrumb_content, .blog_area, .categories_guide_item, .forum-single-content, .forum-page-content, .support-info, .sign_inner, .menu>.nav-item.submenu .dropdown-menu, .contact_area, .section_title.text-left {
    text-align: right !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand {
    margin-left: 16px;
    margin-right: 0;
}

.text-start {
    text-align: right;
}

.border-none {
    border: none;
}

.tag_list, ul {
    padding-right: 0px;
}


.breadcrumb_content_two h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.footer_subscribe_form {
    position: relative;
}


@media (max-width: 992px) {
  .usericon{
      display: block !important;
      padding: 15px;
      position: absolute;
      font-size: 23px;
      color: #828282;
  }
  .menu>.nav-item+.nav-item {
    margin-right: 0px;
  }
  .iconresp {
    display: inline !important;
    border: none !important;
    margin-left: 33%;
  }
  .navbar-brand {
    display: none !important;
  }
  .menutopheader {
    display: none;
  }

  .menu {
    padding: 5px 15px;
  }

  .menu > .nav-item, .navbar_fixed.menu_one .menu > .nav-item {
      padding: 10px 0;
      border-bottom: 1px solid rgba(237, 237, 237, 0.5);
  }
  
  .menu>.nav-item {
    text-align: right;
  }

  .menu > .nav-item > .nav-link {
      color: #6b707f;
  }
  .navbar-collapse {
      background: #fff;
  }
  .navbar-collapse {
      max-height: 400px;
      overflow-y: scroll;
  }

  .communities-boxes {
      flex-wrap: wrap;
      justify-content: center;
      width: calc(100% + 30px);
    margin: 0px !important;
  }
 .communities-boxes .docly-com-box {
   flex: 0 0 180px;
  }

}

@media (max-width: 420px) {
    .communities-boxes .docly-com-box {
        flex: 0 0 150px;
        margin-bottom: 15px;
    }
    .community-post .post-content .author-avatar {
        margin-right: 15px;
    }
    .communities-boxes {
        width: calc(100%);
    }
    .community-post {
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
  .communities-boxes .docly-com-box {
    flex: 0 0 160px;
  }
  .pagination, .page_breadcrumb .breadcrumb {
    justify-content: center;
  }
  .page_breadcrumb .breadcrumb .breadcrumb-item, .page_breadcrumb .date {
    font-size: 15px;
    padding-left: 0;
  }
  .answer-action {
    display: block;
  }
  .answer-action .btn-ans {
    margin-left: 130px;
    margin-top: 5px;
  }
  .iconresp {
    margin-left: 25%;
  }
  .post-header {
    display: block;
    text-align: center;
  }
  .post-header .support-total-info {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
    .communities-boxes .docly-com-box {
        flex: 0 0 165px;
    }
}


@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}

@media (max-width: 450px) {
    .iconresp {
        margin-left: 18%;
    }
}

@media (max-width: 576px) {
    .action-button-container {
        display: none;
    }
    .post-header {
        padding: 15px;
    }
    .post-header .category-menu li:not(:last-child) {
      margin-right: 0;
    }
    .community-post .post-content {
        padding: 0;
    }   
}
@media (max-width: 667px) {
    .community-post .post-meta-wrapper {
        margin-top: 15px;
        margin-left: 70px;
    }

    .pagination-wrapper {
        display: block;
        text-align: center;
    }

    .pagination-wrapper .view-post-of {
        margin-bottom: 20px;
    }

    .pagination-wrapper .view-post-of {
        margin-bottom: 20px;
    }
        .pagination-wrapper .post-pagination {
        text-align: center;
        margin-top: 30px;
    }
    .community-post .post-content .author-avatar {
        margin-right: 20px;
    }
    .community-post
    { 
       display: block;
    }
}

.doc_features_item_one img, .documentation_item .icon, .theme_doc_item img, .doc_action_info .media img, .community-post .post-content .author-avatar {
    margin-right: 0px;
    margin-left: 15px;
}
.container, .container-el {
    margin-right: auto;
    margin-left: auto;
    zoom: 1;
}

.menu>.nav-item>.nav-link:after {
    display: none;
}