/*
  Version: 1.0
  Author: Allies Interactive
  Website: http://www.diziana.com/
  Corporate Website : http://www.diziana.com
  Contact: support@diziana.com
  Follow: https://www.twitter.com/dizianaEngage
  Like: https://www.facebook.com/diziana.engage
  Purchase: Diziana.com
  License: You must have a valid license purchased only from
  diziana.com in order to legally use the theme for your project.
  Copyright: © 2016 Allies Interactive Services Pvt. Ltd. All Rights Reserved
*/
/*Reset css start*/

@font-face {
    font-family: 'microsoft_new_tai_lueregular';
    src: url("/hc/theming_assets/01HZP9C34MFKWQMH6FYWJW5606");
    src: url('//p4.zdassets.com/hc/theme_assets/30260/200070104/ntailu-webfont.eot?#iefix') format('embedded-opentype'), url("/hc/theming_assets/01HZP9C3BCCC2MKYJVJAPDSRVK") format('woff'), url("/hc/theming_assets/01HZP9C3NCE9AZFRVNN7D8T6H2") format('truetype');
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'myriad_prosemibold';
    src: url('/hc/theme_assets/30260/200070104/myriadpro-semibold-webfont.eot');
    src: url('/hc/theme_assets/30260/200070104/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/hc/theme_assets/30260/200070104/myriadpro-semibold-webfont.woff') format('woff'), url('/hc/theme_assets/30260/200070104/myriadpro-semibold-webfont.ttf') format('truetype'), url('/hc/theme_assets/30260/200070104//myriadpro-semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}



html,
body,
div,
span,
h1,
h2,
h3,
h4,
a,
p,
img,
i,
ol,
ul,
li,
textarea,
button,
input {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    background-color: #F9F9F9 !important;
    -webkit-font-smoothing: antialiased !important;
}
img,
iframe {
    display: inline-block;
    border: none;
    max-width: 100%;
}
a {
    background: transparent;
    text-decoration: none;
}
main a:hover,
main a:focus {
    text-decoration: none;
}

h3,
.article-body h3 {
  font-size: 1.3em;
  font-weight: 600;
}

ul li {list-style: none;}
.main, main[role="main"] {min-height:500px;}
main h1, main h2 {font-size: 1.7em;}
/*Reset css end*/


/*Header start*/
.top_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  padding:20px 0px !important;
/*   height: 80px;  */
}

.main-content {
  margin-bottom:100px;
}
.gap-3 {
    gap: 32px !important;
}

.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coggno_main_menu{
  box-sizing: border-box;
  display: flex;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.coggno_header_logo img {
  margin: auto;
  max-height: 35px;
  max-width: 120px;
  margin-right:20px
}

.coggno_main_menu li a {
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: none !important;
  color: #2766AE !important;
  display: block;
  padding: 11px 0;
  letter-spacing: .4px !important;
  line-height: normal;
}

.coggno_main_menu li a:hover {
  color: #348BF2 !important;
  background-color: unset !important;
  transition: none !important;
}

.coggno_main_menu li a:hover svg path {
  fill: #f15a24;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-toggle::after {
 color: #2766AE !important;
}
.coggno_main_menu .dropdown-menu {
  box-shadow: 0 3px 10px #00000030;
  border-radius: 15px !important;
  overflow: hidden;
  background-color: white;
  padding: 10px 20px;
  top: auto;
  min-width: 200px;
  position: absolute;
  z-index: 9900;
  transition: opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility .1s linear;
}
.dropdown-menu li a {
  padding: 3px 20px 3px 0px !important;
}
.p-2 {
    padding: 0.5rem 0rem !important;
}


.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
 
}

.dropdown_header {
  font-weight: 600;
  color: black;
  font-size: 20px;
  padding: 8px 12px;
}
.dropdown_divider {
  height: 1px;
  background-color:black;
}
.view_more a span {
  font-weight: 600;
  text-decoration: underline;
  color: #2766AF;
}
.view_more a i {
  font-size: 12px;
  margin-left: 6px;
  color: #2766AF; 
}
.view_more a span:hover {
  color: #555;
}

.search-wrapper {
  flex: 1; 
  display: flex;
  align-items: center;   
  justify-content: center;
  width: 100%;
}

.search_form {
  width: 100%;
}

.search-input-wrapper {
  position: relative;
  width: 100%;
}

.search_bar {
  width: 100%;
  padding: 10px 15px 10px 40px; /* extra left padding for icon */
  border: 1px solid #000000;
  border-radius: 500px;
  font-size: 14px;
  box-sizing: border-box;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
  pointer-events: none; /* keep input clickable */
}
.demo_btn {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 16px;
  gap: 2px;
  height: 44px;
  background: #2766AF;
  border-radius: 78px;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  margin-right: 10px;
}
.demo_btn:hover{
  color: #2766AF !important;
  background-color:#fff;
  border: 1px solid #2766AF; 
  text-decoration: none !important; 
}
.plan_price{
	text-decoration: none !important; 
}
.cart a:hover {
  text-decoration: none !important; 
}
.top_header .box_icon {
  font-size: 30px;
  color: #2766AF;
  text-decoration: none;
}
.coggno_signin_btn {
  font-size: 15px;
  color: #000000;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 24px;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  height: 45px;
  white-space: nowrap;
  border: 4px solid #808080;
}
.coggno_signin_btn:hover {
  text-decoration: none;
  color: #b3b3b3;
  border-color: #b3b3b3;
}
/*Header ends*/

/*Home page start*/

.search input[type="search"] {
    border: 1px solid #3a71b1;
    border-radius: 5px;
    font-size: 17px;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    font-weight: 100;
    letter-spacing: .5px;
    box-shadow: 0 3px 3px #ddd inset;
    color: #818181;
}
.search input[type="submit"] {
    position: absolute;
    right: 0;
    height: 49px;
    color: transparent;
    width: 100%;
    max-width: 80px;
    top: 0;
}
input[type="search"] {
    box-sizing: border-box;
}

.container .left-side-info {
  padding-right: 0;
  padding-top: 30px;
}

h1.main-hc-head {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #000;
}

.left-side-info .support-section {min-height: 760px;}

.left-side-info .support-section,
.predicted_results_section .set-background {
  background-color: #f4f4f4;
  padding: 25px;
}

.predicted_results_section .set-background {
  background-color: #fff;
}

.predicted_results_section h2.search-results-heading {
  margin-top: 0;
  padding: 0;
}

body #desktop-menu .dropdown-menu li.dropdown-menus:hover .popover {
  display: block;
  margin-left: 297px;
  margin-top: -1px;
  max-height: 256px;
}

.support-info h4 {
  margin-top: 30px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.support-info p,
.support-info a {
    margin: 0;
    font-size: 16px;
    color: #2F2F2F;
}

.support-info a.btn.general-enquiry {
  background-color: #3a71b1;
  color: #fff;
  padding: 7px 50px;
  font-size: 16px;
}

.support-info a.btn.general-enquiry:hover,
.topic-section ul.category-list .col-md-4:hover {opacity: .8;}

.container .home-custom-blocks,
.container .right-side-column {
  padding-left: 0;
}

.home-custom-blocks .col-md-4 {
    padding-left: 0;
}

.home-custom-blocks .col-md-4:nth-child(3n+3) {
    padding-right: 0;
}

.topic-section h1.topics,
.full-width-category h1.main-title, 
h1.topics {
    background-color: #e4e4e4;
    text-transform: uppercase;
    color: #ffffff;
    margin: 15px 0 0px 0;
    font-size: 17px;
    padding: 15px;
    font-weight: 600;
    overflow: hidden;
    display: block;
}
.topic-section h1.topics {background-color: #f7931e;}
.topic-section .dropdown-toggle:after {
  position: absolute;
  right: 15px;
  color: #fff;
}
.home-custom-blocks .topic-section {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}
.topic-section ul.category-list li a {
    color: #202020;
    font-size: 16px;
}
.topic-section ul.category-list {
    overflow: hidden;
    padding: 15px;
    background: #fff;
}
.topic-section ul.category-list .col-md-4, .all-categories .category-temp .section.col-md-3 {
    display: inline-block;
    float: none;
    margin: -3px;
    vertical-align: top;
}
.topic-section ul.category-list li {
    padding: 10px;
}
.topics.dropdown-toggle::after, .nav-dropdown-toggle::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    float: right;
    color: #4b4b4b;
}

.topics.dropdown-toggle.active::after {
    content: "\f0d8";
}
.nav-dropdown-toggle::after {
    content: "\f067";
}
.nav-dropdown-toggle.active::after {
    content: "\f068";
}

.link {
  background: #eee;
  margin: 10px 0;
  text-align: center;
  max-height: 220px;
  min-height: 220px;
  cursor: pointer;
}

.link > a {
  display: block;
  padding: 30px 15px;
}

.link:hover {opacity: .7;}

.link h3 {
  font-weight: 300;
  color: #3a71b1;
  font-size: 16px;
  margin: 0;
  min-height: 51px;
}

.link h3 a {color: #575757;}

.link img {
  display: inline-block;
  margin-bottom: 18px;
  max-width: 100px;
  margin-top: 8px;
  max-height: 100px;
}

/*Home page ends*/

/* Category page starts */

.left-side-category-list li {
  font-size: 16px;
  padding: 7px 0;
}
.left-side-category-list {
    margin-top: 10px;
}
.left-side-category-list li a
body .left-side-category-list li a:focus {
    color: #131313;
}

.left-side-category-list li a:after {
  content: ">>";
  font-weight: 700;
  color: #000;
  display: none;
}

.left-side-category-list li a:active,
main[role="main"] .left-side-category-list li a:focus,
.left-side-category-list li a:visited {
  font-weight: 700;
  color: #000;
}

.left-side-category-list li a.active,
.left-side-category-list li a.active:after {
  font-weight: 700;
  color: #3a71b1;
}

.left-side-category-list li a:hover,
.left-side-category-list li a:hover:after {
  color: rgba(58, 113, 177, 1);
  display: inline;
  font-weight: 500;
}

.left-side-category-list li a:active:after,
.left-side-category-list li a:focus:after,
.left-side-category-list li a:visited:after,
.left-side-category-list li a.active:after {display: inline;}

.category-temp,
.section-temp,
.article-temp {
    background: #ffffff;
    padding: 5px 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.full-width-category .search-unit h1,
.search-unit.text-center > h1 {
    color: #818181;
    font-size: 1.7em;
    font-weight: 700;
    padding: 20px 0 30px;
}
main .full-width-category h1.main-title {
    font-weight: 700;
    color: #333333;
    text-transform: inherit;
    font-size: 16px;
}
.full-width-category .search {
    max-width: 850px;
    margin: 0 auto;
}
.full-width-category .section-tree > section.section {
    padding-right: 35px;
}
.full-width-category .section-tree > section.section h3 a {
    color: #336699;
}
.full-width-category .search-unit {
    margin-bottom: 50px;
}

.full-width-category .section-tree .section h3  {font-size: 16px;}

/*.full-width-category .category-temp .section-tree .section:nth-child(4n+4) {border-right: 0;}*/

/* Category page ends */

/* Article page starts */

.article-contact-us {
  background-color: #F4F4F4;
  padding: 20px;
  margin: -15px 0 15px 0;
  font-size: 16px;
  font-weight: 600;
}

.article-contact-us a,
.article-contact-us a:hover {
  color: #f7931e;
  text-decoration: underline;
}

.more-queries {
    background-color: transparent;
    padding-left: 0;
}

.useful-links > h3, 
.section-temp h1.section-title {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.article-comments-inner nav.pagination {margin-bottom: 25px;}
.article-attachments ul.attachments li:first-child {
  padding-top: 10px;
}

.search {position: relative;}

.section-tree .section h3,
.trending-questions > h2,
.group-articles section > h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.trending-questions > h2,
.group-articles section > h3 {
    padding-bottom: 10px;
    margin-top: 0;
}

.section-tree .section h3 a {
  color: #337ab7;
  font-weight: 500;
}

.section-tree .section h3 a:hover,
.section-tree .section h3 a:active,
.section-tree .section h3 a:focus,
.section-tree .section h3 a:hover {
  color: #f7931e;
}

ul.article-list {padding-left: 16px;}

ul.article-list li,
.trending-questions .promoted-articles ul li,
.group-articles section ul li {
    padding: 5px 0;
}
a.article-subscribe,
a.article-unsubscribe,
a.question-unsubscribe,
a.question-subscribe,
a.topic-unsubscribe,
a.topic-subscribe, a.post-unsubscribe, a.post-subscribe, 
.topic-subscribe > a.dropdown-toggle {
    border: 2px solid;
    border-radius: 4px;
    border-color: rgba(58, 113, 177, 1);
    font-weight: 700;
    color: rgba(58, 113, 177, 1);
    transition: all 0.4s ease-in 0s;
}

a.article-subscribe:hover,
a.article-unsubscribe:hover,
a.question-unsubscribe:hover,
a.question-subscribe:hover,
a.topic-unsubscribe:hover,
a.topic-subscribe:hover {
    background: rgba(58, 113, 177, 1);
    color: #fff;
}

.article-temp h1.main-title,
h1.main-title,
h1.section-title.main-title > span:first-child {
  font-size: 1.7em;
  font-weight: 500;
  color: #969696;
  margin-bottom: 20px;
}

.section-subscribe > a,
.section-subscribe > a:active,
.section-subscribe > a:hover,
.section-subscribe > a:focus,
.section-subscribe > a:visited {
  color: #fff;
  background-color: #21a7e0;
  padding: 5px 10px 4px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  float: right;
}

.section-subscribe > span.dropdown-menu {
  right: 0;
  left: inherit;
}

.section-subscribe > a:after {color: #fff;}
.section-tree > section.section {margin-bottom: 30px;}

.section-article-listing ul.article-list > li > a,
.section-article-listing ul.article-list > li > a:active,
.section-article-listing ul.article-list > li > a:hover,
.section-article-listing ul.article-list > li > a:focus,
.section-article-listing ul.article-list > li > a:visited {
  color: #808080;
}

.article-list > li > a:hover,
.article-list > li > a:active,
.article-list > li > a:focus,
.article-list > li > a:visited {
  color: #f7931e;
}

.category-temp ul.article-list li,
.section-temp ul.article-list li,
.useful-links ul li {
  font-size: 14px;
  padding: 10px 0 0;
  list-style-type: disc;
}

.category-temp ul.article-list li > a {color: #808080;}

.article-body .useful-links ul {
    padding-left: 0;
}
.article-body .useful-links li {
    list-style-type: none;
    color: #5176A7;
    padding: 5px 0;
}
.article-body .useful-links li a {
    color: #5176A7;
}
.useful-links {
    margin-top: 50px;
}
#no-results .useful-links {
    margin-top: 0px;
}

.article-body {overflow-x: auto;}

.article-body ol,
.article-body ul {
  padding-left: 20px
}

.article-body ul li {
  list-style-type: disc;
  text-align: left;
}

.article-body ol li {
  list-style-type: decimal;
}

.article-body img,
.article-body iframe {
    border: 1px solid #eee;
    padding: 3px;
}
.content-section.article-body {
  padding-bottom: 0;
  width: 100%;
}

.article-body table {
    margin-bottom: 10px;
}
ul.attachment-list li:before,
ul.attachments li:before {
    content: "\1F4CE";
    font-family: entypo;
    margin-right: 2px;
}
.article-body table td {
    border: 1px solid #ddd;
    text-align: center;
}

/* Article page ends */

/*Footer section starts*/

body #footer {
    position: inherit;
    height: auto;
}
footer .sb-primary-text {
    color: #f43232;
    font-size: 20px;
    padding: 10px 0;
}
li.enquiries {
    color: #000000;
    font-weight: 600;
    padding-top: 10px;
}
footer li {
    font-size: 16px;
    padding: 5px 0;
}
footer li a,
footer .sb-gray-dark-anchor,
footer .sb-gray-dark-text {
    color: #131313;
}
footer li a:focus {color: rgba(58, 113, 177, 1);}
footer li a:hover,
footer .sb-gray-dark-anchor:hover,
.sb-gray-dark-text:hover {
    color: #f43232;
}

footer img.sb-foooter-bag {
    position: absolute;
    bottom: -180px;
}

/*Footer section ends*/

/*breadcrumbs starts*/

ol.breadcrumbs {
  padding: 5px 10px 15px;
}
ol.breadcrumbs li {
  display: inline-block;
}
ol.breadcrumbs li {
  color: #969696;
  font-weight: 500;
  font-size: 16px;
}
ol.breadcrumbs li a {
  color: #2766AE ;
  padding-right: 5px;
  font-weight: 500;
}

/*breadcrumbs ends*/

/*Search result start */

h2.search-results-heading {
    color: rgba(58, 113, 177, 1);
    font-style: italic;
    padding: 10px 0;
}
.submit-request .main-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.submit-request .main-title:after {
    content: "\f1d9";
    font-family: 'FontAwesome';
}
.trending-questions {
    padding-top: 17px;
}
.category-temp .trending-questions {
    padding-top: 70px;
}
.started-section .trending-question-list {
    padding-left: 15px;
}
.started-section h3 {
    padding: 0;
    width: 90%;
}

.search-results-column {
    width: 100%;
}
h2.search-results-subheading {
    border-left: 5px solid;
    border-color: rgba(58, 113, 177, 1);
    padding: 10px 0 10px 10px;
    font-size: 1.5em;
}
.search-results-subheading-link {
    color: #4bcdfd;
    float: right;
    font-size: 16px;
    margin-top: -4%;
}
.search-result {
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
}
.search-result-link,
.search-result-link:hover {
    font-size: 16px;
}
.search-result-meta {
    display: none;
}
.search-result-description {
    color: #444444;
    font-size: 16px;
    margin-top: 8px;
}
.search-result-heading {
    font-size: 1.9em;
    font-weight: 400;
}
.search-result-heading {
    border-bottom: 1px solid #ececec;
    font-size: 1.9em;
    font-weight: 400;
    padding: 0 0 30px;
}
.search-results-list li:last-child {
    border-bottom: 0 solid #ffffff;
    padding-bottom: 3%;
}
.search-result-votes {
    background: rgba(58, 113, 177, 1);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}
.search-result-votes:before {
    content: "\1F44D";
    font-family: "entypo";
    margin-right: 3px;
}
.search-pagination {
    margin: -15px 0 15px 0px;
    text-align: right;
}
.search-pagination .pagination {
    background-color: #e1e1e1;
    border-radius: 0;
    display: block;
    padding: 10px;
}
.search-pagination nav.pagination ul {
    margin-bottom: 0;
}

.search-pagination nav.pagination ul li {
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  color: #3a71b1;
  font-weight: 500;
}

.search-pagination nav.pagination ul li a {
  color: #000;
  font-weight: 600;
}
/*search result end*/
/* Contributions Page & Following Page */

main .inner-pages {
    margin: 0 auto;
    padding: 0 20px;
    width: 980px;
}
.my-activities-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    padding: 25px 0;
    background: #fff;
}
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li::before,
.trending-questions section.promoted-articles h3 {
    display: none;
}
.my-activities-header .breadcrumbs li {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}
.breadcrumbs li + li::before {
    content: "\f105";
    font-family: 'FontAwesome';
}
.my-activities-nav,
.community-nav {
    margin-bottom: 0px;
    border-bottom: 1px solid #eeeeee;
}
.nav-bordered {margin-bottom: 20px;}
.my-activities-nav > ul,
.community-nav > ul {
    margin-bottom: 0;
}
.nav-spaced {padding: 20px 0 1px;}
.nav-bordered li,
.nav-spaced li {
    display: inline-block;
    font-weight: bold;
    background: transparent;
}
.nav-bordered li + li {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}
.my-activities-nav ul,
.my-activities-sub-nav ul,
ul.comment-list {
    padding-left: 0;
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.my-activities-table {
    overflow-x: auto;
}
.nav-spaced li + li {
    margin: 0 0 0 20px;
}
.link-not-active a,
.link-not-active a:hover,
.my-activities-table a,
.my-activities-table a:hover,
.comment-attachments a,
#upload-dropzone a,
.search-result-meta a,
.search-result-meta a:hover,
.attachments a,
.comment-list a,
.question a,
.answer a,
.attachments a:hover,
.article-body a,
.article-body a:hover,
.topic-list a,
.topic-list a:hover,
.request-details a, .support-info a:hover, a.post-unsubscribe:hover, 
a.post-subscribe:hover, .question-text a:hover, .answer-body a:hover, .question-list a:hover, 
.topic-subscribe a.dropdown-toggle:after {
  color: rgba(58, 113, 177, 1);
}

.scrollup:hover {
  background-color: rgba(58, 113, 177, 1);
  color: #fff;
  text-decoration: none;
}

section.topic-questions > nav > ul {padding-bottom: 20px;}
.my-activities-table thead {background: #f1f1f1;}

.submit-request .form footer {
  overflow: auto;
  padding: 0;
  position: inherit;
}

.form footer {
  text-align: right;
  padding-top: 20px;
}

.main-column > .form {position: relative;}

.submit-request .form footer input[type="submit"] {
  float: right;
  margin-top: 30px;
}

.my-activities-table thead tr th {
  color: #000;
  font-weight: bolder;
}

select#request-status-select {
  padding: 8px;
  border-radius: 40px;
  border: 1px solid #ddd;
  outline: none;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

main td,
main th {
  border-color: #e2e2e2;
  border-style: solid;
  padding: 12px;
}

td {border-width: 0 0 1px;}

main .inner-template {
  padding-left: 35px;
  min-height: 300px;
}

.con-table .table thead {background: rgba(58, 113, 177, 1);}

main .con-table .table thead tr th {
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Contributions & Following Page End */
/* Request list page start */

.request-table-toolbar {
  display: table;
  padding: 8px;
  width: 100%;
  background: rgba(58, 113, 177, 1);
}

.request-table-toolbar label {color: #fff;}

.requests-search {
  border-radius: 20px;
  outline: medium none;
  padding: 6px 15px;
  border: 1px solid #efefef;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
.request-table-filters label::before {
    content: " ";
    display: inline-block;
    width: 25px;
}
.reply-form {
    padding-top: 3%;
}
/* Request list page end */
/* Request page */

.request-id,
.comment-published {
    color: #bebebe;
}
.comment-list {
    margin-bottom: 25px;
}
.comment-list > *:first-child {
    border-top: 1px solid #eeeeee;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment-list > * {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.comment-avatar {
    position: relative;
    width: 85px;
}
.comment > *,
.comment-form > * {
    display: table-cell;
    vertical-align: top;
}

.comment-avatar img {
  max-height: 65px;
  max-width: 65px;
  border-radius: 100%;
  height: 65px;
  width: 65px;
}

.comment-published::before {
    content: " ";
    display: inline-block;
    width: 5px;
}
.comment-published {
    color: #bebebe;
}
.comment-published,
.comment-pending,
.comment-official {
    border: 1px solid rgba(0, 0, 0, 0);
    float: right;
    font-size: 11px;
    padding: 1px 5px;
}
.comment-form textarea {
    border-radius: 2px 2px 0 0;
    border-width: 1px;
    border-color: #eee;
}
.comment-mark-as-solved {display: inline-block;}
.comment-mark-as-solved label {
    padding-top: 15px;
    font-weight: 400;
    font-size: 1em;
}
textarea,
input[type="text"] {
    width: 100%;
}
textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
    border: 1px solid #eee;
}
.comment-attachments {
    border: 1px solid #eee;
    margin-top: -1px;
    padding: 10px;
}
.upload-dropzone {
  font-size: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #fff;
}
.upload-dropzone input[type="file"] {
  cursor: pointer;
  font-size: 250px;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.upload-dropzone span::before {
  content: "";
  font-family: "entypo";
  font-size: 30px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.upload-dropzone span {
  color: #d1d1d1;
  display: inline-block;
  padding-left: 15px;
}
.upload-pool {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.side-column [role=button] {
  background: rgba(58, 113, 177, 1);
  color: #fff;
}

.main-column {width: 100%;}
.side-column {padding-top: 4%;}
.side-column [role=button]:hover {opacity: .8;}
.side-column [role=button]:focus {color: #fff;}

.request-details {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0;
  padding: 15px 20px;
  background-color: rgba(239, 239, 239, 0.38);
  margin-bottom: 15px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-status {
  border-radius: 3px;
  color: #ffffff;
}

section.main-column > h1 {font-size: 1.4em;}
.request-open {background: #59BBE0;}
.request-answered {background: #F5CA00;}
.request-solved {background: #78A300;}

.label,
.request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

button,
[role="button"],
[type="button"],
[type="submit"] {
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

header button,
[role="button"],
[type="button"],
[type="submit"] {
  border: 0;
}

h1.subject-head {
  font-size: 1.6em;
  padding: 25px 0;
  font-weight: 600;
}
/* Request page end */
/* Error page start */

.error-page {
    text-align: center;
    padding-top: 4%;
    min-height: 400px;
}
.error-page > h1 {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 300;
}
.error-page > p {
    padding-bottom: 3%;
    font-size: 1.9em;
    margin: 0 auto;
    font-weight: 400;
    color: #5b5b5b;
}
.error-page h2 {
    font-size: 1.9em;
    font-weight: 400;
    color: #5b5b5b;
}
.error-page a {
    padding: 10px;
    border-radius: 4px;
}
/* Error page end */
/* New Request page starts */

.form {
    border-radius: 0;
    padding: 30px;
    background: #f0f0f0;
    margin-top: 25px;
}
.form-field + .form-field {
    margin-top: 25px;
}
.form-field label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 1.19em;
    font-weight: 700;
}

.form footer {background: transparent;}

footer input[type="submit"],
.answer-form-controls input[type="submit"],
form footer a,
.comment-form input[type="submit"],
.error-page a,
.vote-controls a {
  border: 2px solid;
  border-color: rgba(58, 113, 177, 1);
  color: #fff;
  padding: 4px 30px 5px;
  background: rgba(58, 113, 177, 1);
  transition: all 0.4s ease-in 0s;
}

footer input[type="submit"]:hover,
.error-page a:hover {opacity: .8;}

.upload-item {width: 22%;}

.error-page a:hover,
.vote-controls:hover a:hover {
    background: rgba(58, 113, 177, 1);
    color: #fff;
    transition: all 0.4s ease-in 0s;
}
.vote-controls a {
    padding: 5px 10px;
}
.article-share {
    padding-top: 25px;
}
.comment-form input[type="submit"] {
    margin-top: 10px;
    float: right;
}
form footer a {
    border-radius: 4px;
    padding: 6px 10px;
    vertical-align: middle;
}
form footer a:hover {
    background-color: rgba(58, 113, 177, 1);
}
.form input {
    height: 32px;
    margin-top: -2px;
}
.form-field #request_description {
    border-color: #eee;
    margin-bottom: 10px;
}

nav.pagination {
    margin: 0px;
    margin-top: 20px;
}

nav.pagination ul li,
nav.pagination ol li {
    background: rgba(58, 113, 177, 1);
    padding: 4px 10px;
    box-shadow: 4px 5px 4px 2px #efefef;
    display: inline-block;
    color: #fff;
}
nav.pagination ul li a,
nav.pagination ol li a {
    font-weight: 500;
    color: #fff;
}
/* New Request page end */
/* Community page starts */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.community-heading {
    font-size: 18px;
    margin-top: 4%;
    width: 100%;
}
.community-nav {
    padding: 25px 25px 25px 0;
    margin-left: 0px;
}
.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
}
.community-nav li a {
    font-weight: normal;
}
.topic-header,
.question-header {
    border-bottom: 1px solid #eeeeee;
    display: table;
    padding-bottom: 10px;
    background: transparent;
    padding-top: 10px;
}
.topic-heading,
.question-heading,
.answer-list-heading {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}
.topic-header > *,
.question-header > * {
    display: table-cell;
    vertical-align: middle;
}
.topic-header .topic-meta,
.question-header .question-meta {
    padding: 0 15px;
    white-space: nowrap;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #cccccc;
    font-size: 11px;
}
.question,
.answer {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    position: relative;
}
.question-topic-list {
    margin: -20px 0 30px;
}
.question-topic-list li {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.question-topic-list a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    color: #cccccc;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}
.vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
}
.vote-sum {
    font-size: 15px;
    font-weight: bold;
    min-width: 60px;
    text-align: center;
}
.vote-sum,
.vote-controls {
    display: inline-block;
    vertical-align: middle;
}
.vote-controls {
    border-radius: 5px;
}
.vote-up::before {
    content: "<";
}
.vote-down::before {
    content: ">";
}
.question-avatar-agent::after,
.answer-avatar-agent::after {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 14px auto;
    content: " ";
    height: 15px;
    left: 30px;
    position: absolute;
    top: 30px;
    width: 15px;
}
.question-avatar,
.answer-avatar {
    display: table-cell;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
    vertical-align: top;
}
.question-avatar img,
.answer-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
    border-radius: 100%;
}
.question-body,
.answer-body,
.answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.question-title,
.topic-title {
    font-size: 20px;
    margin: -3px 0 5px;
}
.markdown {
    line-height: 1.7;
    word-wrap: break-word;
}
.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
    float: left;
}
.topic-meta span + span::before,
.question-meta span + span::before,
.answer-meta span + span::before {
    content: "•";
    font-size: 10px;
    margin: 0 10px;
}
.answer-form {
    margin: 30px 0 0 95px;
}
.sub-nav form {
    display: none;
}
.answer-form-controls {
    margin-top: 10px;
    text-align: right;
}
.answer-form-controls .pull-left {
    float: left;
}
.answer-form-controls input[type="submit"] {
    margin-left: 15px;
}
ul.share {
    display: inline;
}
.accordion-topics .panel-title > a,
.community-accordion .panel-title > a {
    color: #888;
    display: flex;
    vertical-align: middle;
    width: 100%;
}
.accordion-topics .glyphicon,
.community-accordion .glyphicon {
    font-size: 25px;
    display: table;
    float: none;
    height: 30px;
    width: 30px;
    top: 5px;
}
.accordion-topics .heading,
.community-accordion .heading {
    display: table-cell;
    float: none;
    line-height: 24px;
    overflow: hidden;
    padding: 8px 0 4px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.topic-controls,
.question-controls,
.answer-controls {
    float: right;
    font-size: 11px;
}
.topic-meta span + span::before,
.question-meta span + span::before,
.answer-meta span + span::before {
    content: "•";
    font-size: 10px;
    margin: 0 10px;
}
.question-share,
.answer-share {
    position: relative;
}
.share-label {
    cursor: pointer;
    display: none;
}
.share-label + .share {
    left: 0;
    line-height: 30px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 400px;
    z-index: 1;
    top: 15px;
    display: block;
    margin-left: -35px;
    padding-left: 0;
}
.share li,
.share a {
    display: inline-block;
}
.share a::before {
    color: #ffffff;
    font-family: "entypo";
    text-align: center;
    width: 100%;
    padding-right: 5px;
}
.share-facebook::before {
    content: "";
}
.share-twitter::before {
    content: "";
}
.share-linkedin::before {
    content: "";
}
.share-googleplus::before {
    content: "";
}
a.share-facebook {
    background-color: #3d5b95;
    border-color: #3d5b95;
}
a.share-twitter {
    background-color: #00ACED;
    border-color: #00ACED;
}
a.share-linkedin {
    background-color: #007BB6;
    border-color: #007BB6;
}
a.share-googleplus {
    background-color: #DD4A3A;
    border-color: #DD4A3A;
}
main .share a {
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.23);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-bottom: 5px;
    line-height: 15px;
}
main .share a:focus {color: #fff;}
.share li,
.share a {
    display: inline-block;
}
input[type="checkbox"] + label {
    display: inline-block;
    margin-left: 5px;
}
lable {
    font-size: 12px;
}
.community-sub-nav {
    padding: 15px 0;
    position: relative;
    width: 100%;
}
.community-sub-nav a,
.question-list a {
    font-weight: normal;
}
.community-sub-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
.community-sub-nav li + li {
    padding-left: 0px;
}

.community-nav li:last-child {
  border: 0 none;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  bottom: 0;
  padding-top: 6px;
  padding-bottom: 4px;
}

.community-nav li:last-child:hover {opacity: .8;}

.community-nav li:last-child a, .community-nav li:last-child a:hover, .community-nav li:last-child a:focus {
    color: #fff;
    font-weight: 500;
}
.community-nav li:last-child a::before {
    content: "✎";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.topic-list .topic {
    display: inline-block;
    padding: 20px 30px 20px 0;
    vertical-align: top;
    width: 49.5%;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #cccccc;
    font-size: 11px;
}
form#new_question {
    padding: 30px 10px;
}
form#new_question textarea {
    border-color: #efefef;
    margin-bottom: 15px;
}
h2.request-heading {
    font-size: 1.7em;
    text-transform: capitalize;
}
.community-temp > .clearfix {
    padding: 0 0 0 30px;
}
section.related-questions {
    padding: 10px 2px 27px 25px;
    line-height: 1.8em;
    border: 1px solid #efefef;
    margin-top: -6px;
}
section.related-questions ul,
.community-sub-nav ul,
ul.question-list {
    padding-left: 0;
}
main .community-sub-nav ul {
    margin: 0;
}
textarea#answer_body {
    height: 100px;
    padding: 12px;
    border: 1px solid #efefef;
}
.inner-template .form footer input[type="submit"] {
    font-weight: bold;
}
footer > a {
    padding: 9px 12px;
    margin-right: 10px;
}
footer > a:hover {
    color: #fff;
}
.clearfix > h1,
.form-column > h1 {
    font-size: 1.8em;
}
.community-nav > ul,
.community-sub-nav > ul {
    border-bottom: 1px solid #efefef;
    margin: 0;
}
.main-column > nav.community-sub-nav > ul {
    padding-bottom: 15px;
}
form#new_question .form-field input,
form#new_question .form-field textarea {
    border: 1px solid #eee;
    margin-bottom: 5px;
    min-height: 35px;
}
form#new_question .form-field input,
.form-field input {
    border: 1px solid #eee;
    margin-bottom: 5px;
    min-height: 35px;
    border-radius: 0;
    padding-left: 10px;
}
textarea#question_details,
#request_description {
    min-height: 200px;
    border: 1px solid #eeeeee;
}
.nesty-input {
    margin: 0;
    border: 1px solid #eeeeee;
}
.searchbox-suggestions ul {
    padding-left: 0px;
}
.searchbox-suggestions ul li {
    padding: 3px 0;
}
.searchbox-suggestions ul li a {
    color: #333;
    font-weight: 500;
    font-size: 0.9em;
}
.searchbox-suggestions {
    padding: 9px 0 0 10px;
    border: 1px solid #c4c4c4;
    background: #fff;
}
.searchbox {
    padding-top: 10px;
}
h3.related-questions-heading {
    text-transform: capitalize;
}
/* Community page ends */

.article-vote {
    vertical-align: middle;
    display: inline-block;
}
.article-voting {
    border-left: 5px solid;
    border-color: rgba(58, 113, 177, 1);
    padding-left: 10px;
    margin: 5px 0px 40px 0px;
}
a.article-vote-up:before {
    content: "\1f44d";
    font-family: "entypo";
}
a.article-vote-down:before {
    content: "\1f44e";
    font-family: "entypo";
}
.article-vote-controls a {
    background-color: rgba(58, 113, 177, 1);
    color: #fff;
}
.article-vote-controls a:hover,
.article-vote-controls a:focus,
.article-vote-controls a:active {
    color: #fff;
}
.article-vote-controls {
    padding: 8px 2px;
    display: inline-block;
}
section.article-comments > h2 {
    font-size: 1.5em;
}

a.see-all-articles,
a.see-all-articles:hover {
  color: #fff;
  background-color: #21a7e0;
  padding: 4px 10px;
  border-radius: 5px;
}

.question-controls a + a,
.answer-controls a + a {
    margin-left: 15px;
}
img#user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

/*#user {top: -2px;}*/

#user .btn {
    padding: 8px 0px;
    margin-top: -16px;
    top: 7px;
}
#user #user-dropdown {
    left: inherit;
}
#user,
a.submit-a-request, .language-selector {
    display: inline-block;
}
.my-activities-table > p {
    padding: 20px 0;
}
.comment-body,
.answer-text,
.question-body p {
    word-wrap: break-word;
    word-break: break-word;
}
.con-table table tbody tr td + td,
.con-table table thead tr th + th {
    text-align: center;
}
footer.comment-footer,
header.comment-header {
    background: transparent;
    overflow: visible;
    padding: 0;
}

.article-comments-inner > p > a {
    background: rgba(58, 113, 177, 1);
    color: #fff;
    padding: 5px 12px;
    margin: 2px 3px;
}
.article-comments-inner {
    margin-bottom: 25px;
}
section#hc-index .container {
    padding-bottom: 20px;
}

body #mobile-menu .nav-content--sm {
  display: block;
  /*height: auto !important;*/
}

.with-image span,
.with-image:after {
    color: #ffffff;
    font-weight: 600;
}
.article-user-info img {
    display: block;
    vertical-align: middle;
    border-radius: 100%;
    margin-bottom: 5px;
}
.article-user-info {
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #D4D4D4;
}
span.author-name {
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 7px 0;
}
span.author-name a,
span.author-name a:hover {
    color: rgba(58, 113, 177, 1);
}
.accordion-wrapper .promoted-articles a.read-more-article-link {
    display: block;
}
.popular-help .recent-articles a.read-more-article-link {
    display: block;
    padding-top: 10px;
}
.popular-help section .article-body table,
.popular-help section .article-body img {
    margin-top: 15px;
    margin-bottom: 15px;
}
.my-activities-nav li.link-not-active,
.community-nav li.link-not-active {
    background-color: #fff;
    border-color: #eeeeee;
}
.my-activities-nav li.link-not-active a,
.community-nav li.link-not-active a {
    color: #111111;
    font-weight: 700;
}
.my-activities-nav li,
.community-nav li {
    padding: 10px 16px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: rgba(58, 113, 177, 1);
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.powered-by a,
.powered-by a:hover,
.powered-by a:focus {
    color: rgba(58, 113, 177, 1);
}
.answer-accept {
    position: relative;
    top: -13px;
}
.scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background-color: transparent;
    border: 2px solid;
    border-color: rgba(58, 113, 177, 1);
    color: rgba(58, 113, 177, 1);
    border-radius: 4px;
    padding-left: 13px;
    padding-top: 11px;
}
.scrollup:before {
    content: "\e113";
    font-family: 'Glyphicons Halflings';
}
#user #user-name {
    max-width: 60px;
}
.question-body ol,
.answer-body ol,
.answer-official-body ol, 
.question-body ul,
.answer-body ul,
.answer-official-body ul {padding-left: 15px;}
.question-body ul li,
.answer-body ul li,
.answer-official-body ul li {list-style-type: disc;}
.question-controls .dropdown-menu, .answer-controls .dropdown-menu, 
.topic-subscribe .dropdown-menu {
    left: -140px;
    top: 20px;
}
.topic-subscribe .dropdown-menu {
    top: 40px;
}
.answer-controls .dropdown-toggle:before, .question-controls .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
}
.inner-page .full-width-category .search-unit {margin-bottom: 0;}
.inner-page, .padding-bottom {padding-bottom: 30px;}
body #mobile-menu .nav-dropdown {max-height:none !important;}
#loader {
  font-size: 2em;
  padding-top: 10px;
    text-align: center;    
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  margin-top: 14px;
}

.cs-memu-right ul {
    background: #084368;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#084368,endColorstr=#084368);
    zoom: 1;
}

.cs-memu-right ul {
    /*top: 57px;*/
    margin: auto;
    position: absolute;
    background: none repeat scroll 0 0 rgba(8,67,104,0.9);
    border-radius: 2px;
    left: 0;
    margin-top: 10px;
    max-width: 960px;
    padding: 15px;
    right: -277px !important;
    width: 100%;
    z-index: 1000;
}

ul.cs-sub-menu::before {
    border-bottom: 5px solid #084368;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    content: "";
    height: 0;
    position: absolute;
    right: 290px;
    top: -5px;
    width: 0;
}

.row-m {
    display: inline-block;
    width: 20%;
}

.cs-memu-right a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.cs-memu-right a {
    border: 0;
    padding: 0;
    text-decoration: none;
}

.cs-memu-right a {
    color: #fff;
}

.row-m li a {
    padding: 0 5px !important;
    text-transform: inherit !important;
}

.cs-memu-right ul li a:hover, .cs-memu-right ul li:hover, .cs-memu-right ul li.sfHover {
    background: #f67118;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    width: 94%;
}

.cs-memu-right, .cs-memu-right * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row-m li {
    line-height: 35px !important;
    border-radius: 5px !important;
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    margin: 0 !important;
    padding: 0 !important;
    margin: 5px 0 !important;
}

.cs-memu-right li {
    line-height: 41px;
    margin: 1px -2px 1px 0;
    padding: 0 20px 0 0;
}

.cs-memu-right li {
    background: #084368;
    white-space: nowrap;
}

.cs-memu-right ul li {
    background: #084368;
    clear: both;
    margin: 0;
    display: block;
    overflow: hidden;
    float: left;
    width: 94%;
    border-radius: 10px;
}

li.shop:hover .cs-sub-menu {
   display: block !important;
}

ul.cs-sub-menu:hover {
    display: block !important;
}

.logo span {
  color: #fff;
  border-left: solid 1px #fff;
  padding-left: 10px;
  margin-left: 10px;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

.foot_btn:hover {
    color: #fff;
}
/* Responsive CSS starts */

@media all and (max-width: 480px) {
    .nav-bordered li,
    .community-nav li,
    .nav-spaced li {
      width: 100%
    }
  
  	.navbar-toggle {
      position: absolute !important;
      z-index: 9999;
      /* float: right; */
      right: 10px;
    }
  	
  	.logo span {
      width: 100%;
      float: left;
      border: 0;
    }
  
    .request-table-toolbar > input {
      width: 100%;
    }
    select#request-status-select {
      padding: 5px;
      margin-top: 10px;
    }
    .request-table-filters {
      text-align: left;
      display: table;
    }
    .request-table-toolbar label {
      padding: 9px 5px 4px 1px;
      margin-left: -20px;
    }
    .question-avatar,
    .answer-avatar {
      display: table;
      margin: 20px 0;
    }
    .main-column .vote {
      float: right;
    }
    main .answer-form {
      margin: 20px 0;
    }
    .answer-body {
      display: table;
    }
    .side-column {
      margin-top: 5%;
    }
    section.promoted-articles {
      padding-bottom: 6%;
    }
    .nav-spaced li + li {
      margin: 7px 0 0 0px;
    }
}

@media all and (max-width: 767px) {
    .community-nav li:last-child {
      float: none;
    }
  	li.shop:hover .cs-sub-menu {
    	display: none !important;
		}
  	
  	li.sign.text-uppercase {
  		padding-right:0 !important;
  	}
  
  	.user-info {
    	width: 100%;
		}
  
  	.btn.with-image.dropdown-toggle {
    	width: 100%;
    	text-align: left;
		}
  
  	li.shop {
  		display:none !important;
  	}
  
  	li.subs {
  		display:none !important;
  	}
  
  	li.try {
  		display:none !important;
  	}
  
  	ul.cs-sub-menu {
  		display:none !important;
  	}
    .topic-section {padding-bottom: 20px;}
    .home-custom-blocks .col-md-4 {padding-right: 0;}
    .home-custom-blocks {overflow: hidden;}
    .home-custom-blocks .link {
      text-align: left;
      min-height: 75px;
    }
  	.home-custom-blocks .link > a {
      padding: 20px 60px 20px 80px;
  	}
    .link img {
      left: 15px;
      max-width: 50px;
      min-height: auto;
      position: absolute;
      top: 25px;
    }
    .left-side-info .support-section {background-color: transparent;}
    .search-unit {margin: 0 0 10px;}
    .full-width-category h1.main-title, h1.topics {
        color: #4B4B4B;
        text-transform: inherit;
        font-size: 1.5em;
    }
    .category-list {display: none;}
    .left-side-info .support-section {padding: 0 15px 15px 0;}
    .support-img img {width: 100%;}
    li.enquiries, #footer a.send-mail {color: rgba(58, 113, 177, 1);}
    .support-info {
        background-color: #ffffff;
        padding: 2px 20px 20px;
    }
    a.click-here {
        color: #337ab7; 
        font-size: 1.3em;
        text-decoration: underline;
    }
    ol.breadcrumbs {padding: 12px 10px 15px;}
    .search-unit {margin-top: 23px;}
    .search-unit .search input[type="submit"] {
        max-width: 70px;
        background-size: 25px;
    }
    .full-width-category .section-tree > section.section {
        border-right: 0;
        min-height: 50px;
        margin-bottom: 20px;
    }
    .started-wrapper h2, h1.main-title {
      /*font-weight: 700;*/
      font-size: 1.5em;
      /*color: #000;
      padding-bottom: 10px;*/
    }
    .article-contact-us {
        padding: 15px;
        font-size: 1.5em;
    }
    .left-side-info .support-section {min-height: 0px;}
    body #mobile-menu nav.myNavbar > .nav-mask--sm {
        min-height: 100vh;
        opacity: 0.6;
        top: 0;
    }
    .link:hover {
        background-color: #eee;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .support-info a.btn.general-enquiry {padding: 7px 10px;}
  .support-info p, .support-info a {
    font-size: 1em;
  }
  .link h3, .support-info a.btn.general-enquiry {font-size: 1em;}
  .link img {max-width: 70px;}
  .link {min-height: 180px;}
}

@media only screen and (min-width: 768px) and (max-width: 2500px) {
  .category-list {display: block !important;}
}

@media only screen and (max-width: 768px) {
  .cs-memu-right li.subs,
  .cs-memu-right li.try,
  .cs-memu-right li.shop,
  .cs-memu-right li.sign {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .cs-memu-right li.sign {padding-left: 7px;}
  div#bs-example-navbar-collapse-1 {
    width: 100%;
    padding-left: 0px;
    padding-right: 30px;
  }
  .link h3 {padding-top: 10px;}
  .home-custom-blocks .topic-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cs-memu-right .subs a i {
    margin-left: 4px;
  }
  .container .left-side-info {
    padding-top: 0;
    padding-left: 0;
  }
  .support-info a {font-size: .9em;}
  #user #user-dropdown {left: 0;}
  #user .dropdown-menu-end.dropdown-menu-caret:after,
  #user .dropdown-menu-end.dropdown-menu-caret:before {
    left: 10px;
    right: auto;
  }
}

@media only screen and (max-width: 480px) {
  .category-list .user_formatted h3 {
    min-height: 65px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  div.section-subscribe {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .article-temp h1.main-title,
  h1.main-title,
  h1.section-title.main-title > span:first-child {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 420px) {
  .section-subscribe > a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-temp > p {padding-top: 30px;}
}

/* Responsive CSS ends */




/* User Profiles */
.profile-header {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  display: flex;
}

.profile-header .profile-info {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.profile-avatar-agent::after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZP9C68D4WB080V8GWEWE3C8");
  background-image: url("/hc/theming_assets/01HZP9C6H8256N1GKHEC7ZQFWK");
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  bottom: 0;
  right: 0;
}

[dir="rtl"] .profile-avatar-agent::after {
  left: 0;
}

.profile-header .basic-info {
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
}

[dir="rtl"] .profile-header .options {
  margin-left: 0;
  margin-right: 10px;
}

.profile-header .options > :not(:last-child) {
  margin-right: 10px;
}

[dir="rtl"] .profile-header .options > :not(:last-child) {
  margin-left: 10px;
  margin-right: 0;
}

.profile-header .options [data-action="edit-profile"] {
  background: #444;
  border-color: #444 transparent #222;
  color: #fff;
}

.profile-header .description {
  margin: 20px 0 15px 0;
  font-size: 14px;
  flex-basis: 100%;
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.profile-stats .stat {
  display: flex;
}

.profile-stats .stat-label {
  color: #999;
}

.profile-stats-activity {
  margin: 15px 0 15.5px;
  flex-basis: 100%;
}

.profile-stats-activity .stat {
  flex-direction: column;
}

.profile-stats-activity .stat:not(:last-child) {
  margin-right: 40px;
}

[dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
  margin-right: 0;
  margin-left: 40px;
}

.profile-stats-counters {
  flex: 0 0 271px;
  margin-left: 60px;
  flex-direction: column;
}

[dir="rtl"] .profile-stats-counters {
  margin-right: 60px;
  margin-left: 0;
}

.profile-stats-counters .stat .stat-label {
  flex: 0 0 100px;
}

.profile-stats-counters .stat:not(:last-child) {
  margin-bottom: 17px;
}

.profile-private-badge {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #999;
  padding: 5px 10px;
}

.profile-private-badge::after {
  content: "\1f512";
  font-family: "Entypo";
  margin-left: 5px;
}

.profile-nav {
  margin-bottom: 40.5px;
  border-bottom: 1px solid #eee;
  padding: 10.5px 0;
}

.profile-section {
  width: calc(100% - 271px - 60px);
}

.profile-section-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.profile-section-title {
  flex-basis: 100%;
  margin: 0;
}

.profile-section-description {
  flex: 1 0 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-section-header > :not(:first-child) {
  margin-top: 20px;
}

.profile-section-sorter {
  margin-left: 20px;
}

[dir="rtl"] .profile-section-sorter {
  margin-left: 0;
  margin-right: 20px;
}

.profile-contribution {
  padding: 20px 0;
  word-wrap: break-word;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  vertical-align: middle;
}

.profile-contribution-breadcrumbs > li {
  display: inline;
  word-wrap: break-word;
}

.profile-contribution-body {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.5;
}

.profile-contribution-meta {
  display: block;
  font-size: 11px;
  line-height: 18px;
  color: #ccc;
}

.profile-contribution-meta .meta-data {
  display: inline;
}

.profile-contribution-meta > .meta-data:not(:last-child)::after {
  content: "\00B7";
  padding: 0 5px;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
  padding-left: 33px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution {
  padding-right: 33px;
  padding-left: 0;
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "Entypo";
  margin-right: 10px;
}

.profile-activity-list {
  margin-top: 25px;
  margin-left: 10px;
}

[dir="rtl"] .profile-activity-list {
  margin-left: 0;
  margin-right: 10px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
  padding-left: 20px;
}

[dir="rtl"] .profile-activity {
  padding-left: 0;
  padding-right: 20px;
}

.profile-activity:not(:last-child) {
  border-left: 1px solid #ddd;
}

[dir="rtl"] .profile-activity:not(:last-child) {
  border-left: 0;
  border-right: 1px solid #ddd;
}

.profile-activity-header {
  display: flex;
  align-items: center;
}

.profile-activity-header .avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-self: flex-start;
  border-radius: 50%;
  margin-right: 10px;
}

[dir="rtl"] .profile-activity-header .avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  word-wrap: break-word;
  min-width: 0;
  width: 100%;
  margin-top: 0;
}

.profile-activity-description span:first-child {
  font-weight: bold;
}

.profile-activity-contribution {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-left: 50px;
}

[dir="rtl"] .profile-activity-contribution {
  margin-left: 0;
  margin-right: 50px;
}

.profile-contribution .contribution-published,
.profile-contribution .contribution-pending,
.profile-contribution .contribution-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}

[dir="rtl"] .profile-contribution .contribution-published, [dir="rtl"]
.profile-contribution .contribution-pending, [dir="rtl"]
.profile-contribution .contribution-official {
  float: left;
}

.profile-contribution .contribution-published {
  color: #bebebe;
}

.profile-contribution .contribution-published::before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.profile-contribution .contribution-pending,
.profile-contribution .contribution-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.profile-contribution .contribution-pending {
  color: #eec100;
}

.profile-contribution .contribution-official {
  color: #77a500;
}

.profile-contribution .contribution-status {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}

.profile-contribution .contribution-planned {
  background-color: #3eaae5;
}

.profile-contribution .contribution-not-planned {
  background-color: #b5b5b5;
}

.profile-contribution .contribution-completed {
  background-color: #669600;
}

.profile-contribution .contribution-answered {
  background-color: #669600;
}

.profile-contribution-list > .profile-contribution::before,
.profile-activity::before {
  position: absolute;
  content: "";
  font-family: "Entypo";
  text-align: center;
  color: #ccc;
  font-size: 16px;
  background-color: #fff;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  top: 16px;
  width: 28px;
  line-height: 28px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-activity::before {
  left: -14px;
  width: 28px;
  line-height: 40px;
}

[dir="rtl"] .profile-activity::before {
  left: 0;
  right: -14px;
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4C4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\e720";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\e718";
}



/* Custom */
.cs-memu-right .subs {
  background: #f5a369;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}

.cs-memu-right li {
  line-height: 41px;
  margin: 1px -2px 0 1px;
  padding: 0 20px 0 0;
}

#user-menu a {color: #000;}

#user-menu a,
#user-menu a:hover {line-height: 20px;}

#user-menu a:hover {padding: 7px 40px 7px 20px;}

.cs-memu-right a,
.cs-memu-right a:active,
.cs-memu-right a:hover,
.cs-memu-right a:focus,
.cs-memu-right a:visited {
  color: #fff;
  border: 0;
  padding: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.cs-memu-right a:hover {opacity: .8;}

.cs-memu-right i {
  border-radius: 15px;
  width: 25px;
  height: 25px;
  background: #fff;
  margin: 0 10px;
}

.cs-memu-right .subs a i {
  color: #f5a369;
  margin-right: 4px;
}

.cs-memu-right .subs .fa:before {
  line-height: 25px;
  margin-left: 9px;
}

.cs-memu-right .try {
  background: #8bc441;
}

.cs-memu-right .try a i {
  color: #8bc441;
  margin-right: 4px;
  margin-left: 4px;
}

.cs-memu-right .try .fa:before {
  line-height: 25px;
  margin-left: 7px;
}

.cs-memu-right .shop {
  background: #50afdb;
}

.cs-memu-right .shop a i {
  color: #50afdb;
  margin-right: 4px;
  margin-left: 4px;
}

.cs-memu-right .shop .fa:before {
  line-height: 25px;
  margin-left: 5px;
}

.cs-memu-right .sign {
  background: #b7b7b7;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  padding-right: 20px;
}

.cs-memu-right .sign a i {
  color: #b7b7b7;
  margin-right: 4px;
  margin-left: 4px;
}

.cs-memu-right .sign .fa:before {
  line-height: 25px;
  margin-left: 7px;
}

.dm-link {
    background: #f68332;
    text-align: center;
    font-family: 'Lato';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    border: 1px solid #f68332;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.dm-link a span {
    color: #FFF;
    color: #FFF;
    padding-left: 45px;
    background: url("/hc/theming_assets/01HZP9C00PDN6HGCQ15AGPHYSX") no-repeat scroll -15px -479px;
}

.dm-link a {
    color: #fff;
    display: block;
    padding: 15px 0 !important;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    text-decoration: none;
}


ul.list-inline.cs-memu-right {
  margin-top: 17px;
}

.list-inline {
margin-left:0 !important;
}

body main .container {
	border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

#footer {
  margin: 0;
  background-color: #eaeaea;
  clear: both;
  overflow: hidden;
}

.front .content {
  width: 100%;
  margin: 0 auto;
}

#footer_content {
  color: #8b8b8b;
  margin: 0 auto;
  padding-top: 10px;
}

.foot_box h3,
.foot_box2 h3 {
  color: #8b8b8b;
  font-family: 'myriad_prosemibold';
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 10px 0;
}

.foot_menu.col-sm-6.col-xs-12.col-md-6 {padding-left: 0;}

#footer_content ul {
  float: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.foot_box p {
  color: #8b8b8b;
  font-size: 11.5px;
  margin-bottom: 0;
  text-align: left;
}

.foot_btn {
  background: #8cc22a;
  padding: 10px 20px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  float: left;
  /*font-family: 'microsoft_new_tai_luebold';*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=180, Color=#3c660a3c660a)";
  text-shadow: 0 1px 0 #3c660a;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0,Direction=180,Color=#3c660a);
  border: 1px solid #99b732;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(90deg,#31850b 0,#bddd44 100%);
  background: -webkit-gradient(linear,90deg,color-stop(0,#31850b),color-stop(100%,#bddd44));
  background: -webkit-linear-gradient(90deg,#31850b 0,#bddd44 100%);
  background: -o-linear-gradient(90deg,#31850b 0,#bddd44 100%);
  background: -ms-linear-gradient(90deg,#31850b 0,#bddd44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31850b',endColorstr='#bddd44',GradientType='0');
  background: linear-gradient(0,#31850b 0,#bddd44 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=180, Color=#585858)";
  -moz-box-shadow: 0 1px 0 #585858;
  -webkit-box-shadow: 0 1px 0 #585858;
  box-shadow: 0 1px 0 #585858;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0,Direction=180,Color=#585858);
  margin-bottom: 20px;
}

#footer_content ul li {
  float: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: capitalize;
  margin-bottom: 5px;
}

#footer_content ul li a {color: #8b8b8b;}
.foot_box2 {padding: 0 0 0 21px;}
#footer_content .col_end {background-image: none;}
.footer_social {padding: 10px 0;}

.copy {
  color: #8b8b8b;
  font-size: 11px;
}

.footer_social a {
  padding: 0;
  float: left;
  margin: 0 5px;
}

.clear {clear: both;}

.user_formatted h3 {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 1em;
  min-height: 47px;
  max-width: 80%;
}

.user_formatted strong {color: #444;}

.user_formatted p, .user_formatted div {
  line-height: 1.45em;
  font-size: 1em;
  margin-top: 0px;
  text-align: left;
  padding: 2px 0 1px 0;
}

.submit-request .form footer input[type="submit"]:hover {
  opacity: .8;
}

a.login:before {
  color: #b7b7b7;
  margin-right: 4px;
  margin-left: 4px;
  background: #fff;
  content: "\f007";
  font-family: Fontawesome;
  padding: 6px 8px;
  border-radius: 100%;
}

.foot_box, .foot_box2 {
  float: none !important;
  display: inline-block;
  margin: -3px;
  vertical-align: top;
}

h1.main-title > span.margin,
section.section > h3 > span.margin,
span.margin {
  /*border-bottom: solid 1px #909090;*/
  width: 130px;
  display: inline-block;
}

#footer_content a {
    font-family: 'microsoft_new_tai_lueregular';
}

.footer_area {
  background-color: #2766AE;
  padding: 0 0 5px 0;
}
.footer_area ul li a:hover {
  color: #002C5F;
}
.footer_area ul li a svg path {
  -webkit-transition: all .0s cubic-bezier(0.4, 0, 1, 1) !important;
  -moz-transition: all .0s cubic-bezier(0.4, 0, 1, 1) !important;
  -ms-transition: all .0s cubic-bezier(0.4, 0, 1, 1) !important;
  transition: all .0s cubic-bezier(0.4, 0, 1, 1) !important;
}
.social_logos {
  display: flex;
  align-items: center;
/*   margin-right: 30px; */
}
.social_item {
  padding: 20px 12px 0px 0px;
}
.social_item svg {
  width: 28px;
}
.social_item svg path{
  fill: #fff;
}
.app_links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  align-items: flex-start;
}

.store-badge {
  width: 105px;
  height: auto;
}
.footer_links {
  color: #fff;
  list-style: none;
  text-align: left;
  width
}
.footer_links .link_item a {
  font-family: "Arial", Sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
/*   line-height: 30px; */
}
.footer_area .padding-b-5 {
  padding-bottom: 5rem;
}
.footer_area .padding-t-5 {
  padding-top: 5rem;
}
.copyright{
  color:#fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.footer_area .coggno_main_logo img {
    height: auto;
    width: 340px;
}
.footer_area a:hover {
  text-decoration: none;
}

/* New Header */
/* Navbar Container */
.header_area {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
}

.header_area2 {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  padding-bottom: 4px;
}



/* Main Navigation Menu */
.coggno_main_menu {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0px;
  min-height: 68px;
}
.footer_heading{
  font-family: "Arial", Sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom:16px;
}
.coggno_main_menu ul {
  margin: auto;
}

.coggno_main_menu li {
  position: relative;
}




/* Solutions Dropdown */
.dropdown-menu .solutions-dropdown {
  display: flex;
  padding: 20px;
  padding-top: 50px;
  width: 640px;
}

.solutions-dropdown .left-section {
  padding: 10px;
  border-right: 2px solid red;
}

.solutions-dropdown .right-section {
  padding: 10px;
  padding-left: 30px;
}

.solutions-dropdown h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 0px 7px 11px 0px;
  margin: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: unset;
}
/* footer dropdown*/
.dropup_hover:hover .dropdown-menu {
  display: block;
  bottom: 100%;
  top: auto;
}
.dropup_hover a{
  cursor: pointer;
}
.dropdown_solutions_menu {
  width: 580px !important;
  border-radius: 13px !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  padding:24px !important;
}
.drop_icons{
  font-size: 12px !important;
  margin-left: 12px !important;
}
.dropdown_menu-list {
  display: flex !important;
  flex-direction: row !important;
  padding: 16px 24px !important;
}
.dropdown_heading {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}
.f_dropdown_link {
  display: block;
/*   padding: 6px 4px; */
  color: #2766AF;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.f_dropdown_link:hover {
  color: #348BF2;
}
.dropdown_platform_menu {
  border-radius: 13px !important;
  border: none !important;
  padding: 48px 140px 48px 70px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}
.dropdown-link-card:hover {
	background-color: transparent !important;
}

.dropdown-link-card {
  display: flex !important;
  flex-direction: row !important;
}

.vertical-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
}
.dropdown_img {
  height: 50px;
  width: 50px !important;
  object-fit: cover;
  border-radius: 4px;
}
.dropdown_title_link {
  font-weight: 600;
  color: #2766AF;
}

/* Responsive Design */
@media (max-width: 1025px) {
  .demo_btn {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
/*   .coggno_main_logo img {
    max-width: 120px;
   align-items: center; 
    text-align:center;
  } */
  .header_area2 {
    display: none;
  }
  
  .coggno_main_menu {
    max-width: 100%;
  }
  
  .dropdown-with-images {
    width: 100%;
  }
  
  .solutions-dropdown {
    flex-direction: column;
  }
  
  .solutions-dropdown .left-section {
    border-right: none;
    border-bottom: 2px solid #D8D8D8;
  }
  .social_logos {
    justify-content: center;
    margin-bottom:20px;
  }
  .dropdown_heading {
    font-size: 14px;
    font-weight: 500;
  }
  .f_dropdown_link {
    font-size: 13px;
    font-weight: 400;
    padding:0px;
  }
  .dropdown_solutions_menu {
    width: 500px;
  }
  .dropdown_platform_menu{
    padding: 40px 120px 40px 60px;
  } 
  .app_links {
      align-items: center;
      margin-bottom:30px;
  }
  .coggno_main_menu .mobile_custom_none,
  .plan_price {
   display: none !important;
  }
  .main-content{
    margin-bottom:40px;
  }
 .top_header {
    flex-wrap: wrap;
    padding: 10px 0px;
  }
  .flex-center-start:first-child {
    flex: 1 1 auto; 
  }
  .flex-center-start.gap-3 {
    flex: 1 1 auto;
    justify-content: flex-end; 
  }
  .search-wrapper {
    flex: 1 1 100%;
    order: 2;
  }
  .cart .box_icon {
    font-size: 20px;
  }

  .coggno_signin_btn {
    padding: 5px 12px;
    font-size: 13px;
    height: auto;
  }
}
/* @media only screen and (min-width: 767px) {
  .social_logos {
    justify-content: center;
    margin-bottom:20px;
  }
} */
@media only screen and (max-width: 576px) {
/*   .app_links {
      align-items: center;
      margin-bottom:30px;
  } */
  
  .top_header .search_bar {
    max-width: 100%;
  }
}
.w-100 {
  width: 100%;
}

.flex-center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-item a {
  display: block;
  padding: 5px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-item a:hover {
  background-color: #f5f5f5;
  color: #262626;
}

/* Optional: to ensure images + text area layout clean */
.dropdown-with-images li a {
  display: flex !important;
  align-items: center;
}

.dropdown-with-images li a img {
  max-width: 68px;
  height: auto;
  margin-right: 10px;
}
.dropdown-with-images .text-area {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 2px 0px 2px 15px;
}




