@charset "UTF-8";
/* Header style */
.coblog-topbar {
  font-size: 14px;
}
.coblog-header-five {
  padding-top: 8px;
  padding-bottom: 8px;
}
.coblog-body-header-five .coblog-post-single-wrap {
  margin-top: 10px;
}
.coblog-header-search {
  height: 150px;
  background: #78ac3e;
}
.search {
  width: auto;
}
.search .search-form {
  border: none;
  padding: 0;
  background-color: transparent;
}
.search .search-field {
  position: relative;
  display: block;
  float: left;
  border: solid #fff;
  border-width: 0 0 2px;
  border-radius: 0;
  font-size: 1.25em;
  background: none;
  height: auto;
  width: 75%;
  min-width: 200px;
  padding: 0px 7px 4px;
}
.hs_active .search-button {
  position: relative;
  display: inline-block;
  background-color: #adc996;
  border-radius: 4px;
  width: 80px;
  background-position: center;
  background-size: 25px;
  margin-left: 10px;
}
/* Menu style */
ul.coblog-topbar-menu > li > a {
  font-size: 1em;
  letter-spacing: 0;
}
ul.primary-menu > li > a {
  font-size: 0.9em;
  letter-spacing: 0;
}
ul.primary-menu > li > a,
ul.coblog-topbar-menu > li > a {
  font-weight: 600;
}
ul.sub-menu li a {
  color: #000;
}
ul.sub-menu li a {
  font-size: 15px;
  padding: 10px 0;
}
.btn-header button:hover {
  color: white;
  width: auto;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.6);
  background-color: rgb(255, 0, 0);
}
.coblog-header-five .main-navigation {
  margin-left: auto;
  margin-right: 15px;
}
ul.sub-menu li a {
  color: #000;
}
ul.sub-menu li a {
  font-size: 15px;
  padding: 10px 0;
}
ul.primary-menu ul,
ul.coblog-topbar-menu ul {
  padding: 7px 15px;
}
/* Custome Page style */
.header-page-style nav.rank-math-breadcrumb {
  text-align: center;
}
.synex-iconbox-stylesix, .synex-iconbox-stylesix:before, .synex-iconbox-stylesix:after {
  border-color: rgba(255,255,255,.40);
}
.synex-iconbox-stylesix:hover, .synex-iconbox-stylesix:hover:before, .synex-iconbox-stylesix:hover:after
{
  border-color: rgba(255,255,255,1);
}
.synex-iconbox-stylesix:hover:before {
  left: 100%;
  transform: rotate( 90deg);
}
.synex-iconbox-stylesix:hover:after {
  right: 100%;
  transform: rotate( 90deg);
}
.synex-iconbox-stylesix {
  padding: 47px 25px 32px 40px;
  position: relative;
  border: 1px solid rgba(255,255,255,.40);
  transition: all .6s ease;
  -ms-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
}
.synex-iconbox-stylesix:hover .synex-iconbox-icon {
  transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  opacity: 0;
}
.synex-iconbox-stylesix:before {
  position: absolute;
  top: -11px;
  left: -11px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .7s ease-out;
  border-color: rgba(255,255,255,.40);
}
.synex-iconbox-stylesix:after {
  position: absolute;
  bottom: -11px;
  right: -11px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 1px 0px 0px 1px;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .7s ease-out;
  border-color: rgba(255,255,255,.40);
}
.synex-iconbox-stylesix .gspb-buttonbox {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}
.synex-iconbox-stylesix .gspb-buttonbox {
  transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.synex-iconbox-stylesix:hover .gspb-buttonbox {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  opacity: 1;
}
/* Custom Home Page style */
.services-list {
  position: relative;
  display: inline-block;
}
.services-list .services-list-image {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.services-list .services-list-image img {
  margin: 0 auto;
  width: 50px;
  visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.services-list:hover .services-list-image img {
  visibility: visible;
  transform: scale(5);
}
.services-list .services-list-text {
  position: relative;
  z-index: 1;
}
.services-list .services-list-text p {
  display: inline-block;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: var(--bs-font-secondary);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  margin: 0px;
  padding: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.services-list:hover .services-list-text p {
  color: #fff;
  -webkit-text-stroke: 1px #ccc;
}
.services-list:hover .services-list-text span {
  color: transparent;
  -webkit-text-stroke: 1px transparent;
}
.services-list .services-list-text span {
  padding-right: 10px;
}
/* Responsive Menu style */
.coblog-responsive-menu-option .coblog-trigger {
  width: 90px;
  text-align: right;
  height: 50px;
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  line-height: 1em;
}
.coblog-responsive-menu-option .coblog-trigger {
  color: #000;
  font-size: 18px;
}
.coblog-responsive-menu-option .coblog-trigger:after {
  content: "Menu";
  transform: translateY(0);
  font-size: 0.9em;
  margin-right: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
a.menu-trigger {
  width: 85px;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  margin-right: 3px;
  background: #f1f1f1;
  padding: 5px 0;
  height: 50px;
}
a.menu-trigger i {
  font-style: normal;
  color: #000;
}
.coblog-responsive-menu-option {
  line-height: 1em;
  padding-bottom: 2px;
}
.coblog-responsive-menu-option .coblog-search:after {
  display: none;
}
.btn-header button {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  width: 100px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
  transition: 0.4s;
}
/* Notify style */
.reg {
  color: white;
  background-color: #ffba00;
}
.reg a {
  color: #fff;
}
.log {
  color: rgb(104, 85, 224);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(104, 85, 224, 1);
}
button.log:hover a {
  color: rgb(255, 255, 255);
}

/* Body Content style */
.imagestyle-two .gspb_image {
    position: relative;
    z-index: 1;
}
.imagestyle-two .gspb_image:before {
    background-color: #fece51;
    top: auto;
    bottom: -23px;
    left: -15px;
    right: auto;
}
.imagestyle-two .gspb_image:after {
    background-color: #1b1925;
    top: -23px;
    bottom: auto;
    left: auto;
    right: -15px;
}
.imagestyle-two .gspb_image:before, .imagestyle-two .gspb_image:after {
    position: absolute;
    content: '';
    height: 340px;
    width: 100px;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.imagestyle-two .gspb_image:hover:after, .imagestyle-two .gspb_image:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}
.coblog-entry-header {
  max-width: 100%;
}
.coblog-entry-header {
  text-align: left;
  margin-bottom: 0px;
}
#intro {
  background-color: #fff;
  margin: 0;
  padding: 7px 14px 3px;
}
#intro.hasad {
  padding-bottom: 0;
  border-bottom: 0;
}
.pre-content {
  background-color: #fff;
  border-bottom: none;
  margin: 0;
}
a.pdf_link,
a.offline_link {
  color: #545454;
  border-radius: 4px;
}
.pdf_link > img,
.offline_link > img {
  width: 15px;
  margin-right: 5px;
}
#coauthor_byline {
  margin-bottom: 0.75rem;
}
.article_byline {
  color: #222;
  font-size: 12px;
  overflow: auto;
}
#byline_info {
  line-height: 1rem;
}
.newline {
  display: block;
}
#coauthor_byline p:last-child {
  padding-top: 0.1em;
}
#intro .article_byline p {
  line-height: 1rem;
  margin: 0;
}
#coauthor_byline p,
#coauthor_byline p a {
  color: #595959;
}
a.byline_info_link:hover {
  text-decoration: underline;
}
a.byline_references:hover {
  text-decoration: underline;
}
.last_updated_highlighted {
  font-weight: bold;
}
/* Breadcrumb post style */
.pre-content .rank-math-breadcrumb p {
  margin: 2px;
}
nav.rank-math-breadcrumb {
  padding: 0em 0 0.8em 14px;
}
#breadcrumb li:nth-last-child(2),
#breadcrumb li:last-child {
  display: inline-block;
  font-weight: bold;
}
#breadcrumb li {
  display: none;
  line-height: 1em;
  padding-right: 0.5em;
}
.breadcrumbs li {
  display: inline-block;
  padding-right: 0.3em;
}
.page-breadcrumb nav.rank-math-breadcrumb p {
  text-align: center;
}
.page-breadcrumb nav.rank-math-breadcrumb a {
  color: #fff !important;
}
.rank-math-breadcrumb a {
  text-transform: uppercase;
  font-size: 20px;
  list-style: none;
  font-weight: 600;
  color: #3fb549 !important;
  border-bottom: none !important;
}
#breadcrumb li:nth-last-child(2),
#breadcrumb li:last-child {
  display: inline-block;
  font-weight: bold;
}
#breadcrumb li {
  display: none;
  line-height: 1em;
  padding-right: 0.5em;
}
.breadcrumbs li {
  display: inline-block;
  padding-right: 0.3em;
}
/* Post style */
.category_banner_wrap {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin-bottom: -5px;
  background-position: center;
  background-size: cover;
}
.w-blog-list {
  width: 100%;
  margin: auto;
  transition: all 0.3s ease-out;
}
.coblog-layout-full .coblog-post-single .entry-content {
  max-width: 80%;
  margin: auto;
}
.coblog-entry-header-single {
  margin-bottom: 30px;
  text-align: left;
}
.coblog-entry-title {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  clear: both;
  word-wrap: break-word;
  letter-spacing: 0.1px;
  margin: 0px 0px 0px 0px;
  padding: 0em 0px 0.1em 14px;
  margin-bottom: 0px !important;
}
.coblog-entry-meta {
  position: relative;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.coblog-entry-meta:before {
  border: none;
}
.coblog-entry-meta {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.godii-auth-dtl {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
span.coblog-meta-img {
  display: block;
  max-width: 65px;
  flex: 0 0 65px;
  height: 65px;
  position: relative;
}
.coblog-meta-img img {
  width: 100%;
  height: 100%;
}
.godii-auth-rdtl {
  padding-left: 22px;
  position: relative;
}
span.coblog-meta-author {
  font-size: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.5px !important;
  margin: 0;
}
.coblog-entry-meta span a {
  color: #000;
  transition: 0.4s;
}
.coblog-meta-author a {
  margin-left: 0px;
}
.coblog-entry-meta .coblog-meta-author:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background: none;
  right: -2px;
  top: 55%;
}
.coblog-layout-wrap {
  grid-column-gap: 40px;
}
#secondary .coblog-widget {
    background: #fff;
    padding: 0px 5px;
    margin-bottom: 10px;
}
/* Archive style */
.archive.coblog-body-header-five .coblog-page-title {
  margin-top: 0px;
}
.coblog-page-title {
  margin-bottom: 25px;
  border-bottom: none;
  padding-bottom: 0px;
  text-align: left;
  margin-top: 0;
  font-weight: 700;
  font-size: 35px;
}
.godii-art-opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.godii-art-opt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-categories {
  list-style: none;
  padding: 0;
  display: flex;
}
.post-categories li {
  margin: 0;
  display: flex;
  align-items: center;
}
.post-categories li:after {
  content: "\30FB";
  font-size: 22px;
  line-height: 1px;
  height: 10px;
  display: flex;
  width: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: #5ec92a;
}
.post-categories li:last-child::after {
  display: none;
}
.list-style-no,
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.post-categories {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0em 0 0.8em 14px;
}
.coblog-post-thumbnail img {
  margin-bottom: 0px;
}
.godii-art-desc {
  margin-bottom: 15px;
  line-height: 1.565;
}
.godii-art-desc,
.godii-art-prsnt:first-of-type {
  margin-top: 10px;
}
.viewpost {
  align-items: center;
  display: flex;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 15px;
  list-style: none;
}
.viewpost .svg-icon {
  width: 14px;
  height: 14px;
  max-width: 14px;
  flex: 0 0 14px;
  margin-right: 10px;
}
.svg-icon svg {
  height: 100%;
  width: 100%;
}
.svg-icon svg {
  display: block;
}
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  background: transparent;
  text-align: center;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 18px;
}
.coblog-post-single entry-content p a {
  color: inherit;
  border-bottom: 2.5px solid #71c21b;
}
.coblog-post-single ul a {
  color: inherit;
  border-bottom: 2.5px solid #71c21b;
}
.coblog-post-single ol a {
  color: inherit;
  border-bottom: 2.5px solid #71c21b;
}
.coblog-post-single {
  font-size: 19px;
  color: #252525;
  line-height: 1.725;
  font-family: revert;
}
.wp-block-quote {
  border-left: 0.25em solid #5ec92a;
}
/* Category Blog style */
.coblog-layout-right-sidebar,
.coblog-layout-left-sidebar {
  grid-column-gap: 30px;
}
.godii-art-inner {
  font-size: 18px;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.godii-art-part:last-child {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.godii-sect {
  padding-top: 10px;
}
.sss2_sllo_o2 {
  margin-bottom: 4%;
}
.ss2_sllo_o2 {
  margin-top: 2%;
}
.content .cat_section h2,
#cat_topics h2 {
  padding-top: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.cat_grid,
.cat_grid_single {
  display: flex;
  flex-wrap: wrap;
}
.responsive_thumb.custom_title a > div {
  padding-top: 11px;
}
.responsive_thumb .content-spacer {
  overflow: hidden;
}
.responsive_thumb .content-spacer {
  overflow: hidden;
}
.content-spacer {
  position: relative;
}
.responsive_thumb a > .responsive_thumb_title {
  padding: 0 10px;
  padding-top: 6px;
}
.stable .content .responsive_thumb h3 {
  line-height: 21px;
}
.responsive_thumb a h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.cat_grid > .responsive_thumb,
.cat_grid_single > .responsive_thumb {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.responsive_thumb {
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.cat_grid_featured img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.cat_grid > .responsive_thumb:nth-child(2n),
.cat_grid_single > .responsive_thumb:nth-child(2n) {
  margin-right: 0;
}
.img-loading-alt {
  color: #000;
}
.content-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  min-width: 100%;
  height: 1px;
  min-height: 100%;
  color: #fff;
}
.content-area .responsive_thumb h3 {
  line-height: 25px;
}
#primary-page-center {
  padding: 0;
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  transition: all 0.5s ease 0s;
}
.responsive_thumb a > .responsive_thumb_title {
  padding: 0 10px;
  padding-top: 6px;
}
.responsive_thumb.custom_title a > div {
  padding-top: 11px;
}
.site-content {
  margin-bottom: 0px;
}
.hp_thumb .ultp-block-content-wrap {
  border: 1px solid #dfdfdf;
}
.hp_thumb .ultp-block-content {
  min-height: 105px;
}
.pagination {
    padding: 25px 0 20px;
}
.pagination .nav-links {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    color: #606B71;
    text-align: center;
    border-radius: 5px;
    transition: all 0.5s;
}
.pagination .page-numbers:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #00935b;
}
.pagination .current::after {
    position: absolute;
    width: 14px;
    margin-top: 25px;
    margin-left: -11px;
    border-bottom: solid 1px #00935b;
    cursor: pointer;
    transition: all 0.5s;
    content: '';
}
.coblog-page-layout-wrap .type-page {
  background-color: #fff;
  padding: 16px;
  margin: 0 0 15px 0;
}
.type-page h1.entry-title {
  margin: 0px 0px;
}
ul#breadcrumb {
    display: none;
}
.section .headline_container:not(.subheadline), .steps .headline_container {
    background-color: #F0F4EB;
    width: 100%;
    box-sizing: border-box;
    display: table;
}
.section-heading h2{
    display: inline-block;
    padding: .8em;
    color: #222;
}
.section_text, .steps_text {
    padding: 15px;
    background-color: #FFF;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
}
#references ol {
    list-style: decimal inside;
    margin: 0;
}
.related-wh {
    display: block;
    margin-bottom: 2%;
    overflow: hidden;
}
.related-wh {
    position: relative;
    margin-bottom: 0;
}
.content-spacer .coblog-post-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.related-wh-title {
    background-color: rgba(50, 50, 50, 0.5);
    padding: 0% 4%;
    width: 100%;
    min-height: 32px;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
.section h2 {
    display: inline-block;
    padding: .8em;
    color: #222;
    margin: 0px;
}
.section .section_text {
    padding-left: 10px;
}
ol.references-list {
    padding-left: .5em;
}
/* Footer style */
.coblog-copyrhigt-img {
  text-align: center;
}
.coblog-footer-two .coblog-copyrhigt-text {
  border-top: none;
  padding: 10px 10px;
}
#relatedsynex {
    padding: 2%;
    display: table;
}
.topbutton {
  height: 40px;
  width: 40px;
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 99;
  display: none;
  background: rgb(18 174 58 / 90%);
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
.topbutton i {
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  .coblog-header-five {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .social_media_div {
    position: relative;
    left: auto;
    top: 0;
  }
  .social_media_div li {
    list-style: none;
    margin: 15px 0px;
    float: left;
    margin: 5px;
  }
  .social_media_div li a i {
    padding: 16px 16px;
    align-items: center;
  }
  body p {
    text-align: justify;
  }
  ul,
  ol {
    margin: 0 0 0.5em 0.2em;
  }
  .gs-box {
    padding: 10px;
  }
  .coblog-flex-wrap {
    flex-wrap: nowrap;
  }
  .coblog-layout-full .coblog-post-single .entry-content {
    max-width: 100%;
    margin: auto;
  }
  .coauthor_checkstar {
    padding-right: 1.2em;
    background: right center / 0.9em no-repeat;
    background-image: url(/wp-content/themes/inuv365-child/assets/images/check_start.svg);
  }
  .coblog-entry-title {
    font-size: 20px;
  }
  a.large_pdf_link,
  a.large_offline_link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    font-weight: bold;
    margin: -5px 0px 5px 5px;
    font-size: 12px;
    color: #333333;
    background-color: #f6f8f7;
    padding: 0.45em 1.1rem;
    border-radius: 8px;
    position: relative;
    z-index: 6;
  }
  a.large_pdf_link img,
  a.large_offline_link img {
    width: 23px;
    margin-right: 0.3rem;
  }
  #post_meta {
    display: flex;
  }
  .godii-sect {
    padding-top: 0px;
  }
  #method_toc {
    display: block;
    position: static;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.65em;
    color: #222222;
    float: right;
    background-color: #f6f8f7;
    border-radius: 6px;
    width: 285px;
    padding: 8px 15px 15px 15px;
    margin: 2px 0 10px 10px;
    clear: right;
  }
  #method_toc.en_toc .header_toc {
    font-size: 14px;
    display: none;
  }
  #method_toc .header_toc {
    width: 100%;
    padding-bottom: 5px;
    color: #444;
    line-height: normal;
  }
  #method_toc span {
    margin-right: 0.75em;
  }
  .toc_header {
    color: #444;
    border-bottom: 1px solid #d8d8d4;
    font-size: 12px;
    text-transform: uppercase;
  }
  #method_toc.en_toc .method_toc_item a {
    background-repeat: no-repeat;
    background-size: 17px;
  }
  #method_toc.en_toc a {
    display: block;
    font-weight: bold;
    font-size: 12.4px;
    color: #307530;
    line-height: 18px;
    margin: 3px 0;
    background-image: none;
    padding-left: 20px;
    position: relative;
  }
  #method_toc.en_toc .toc_method a > span {
    background-color: #94b778;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .toc_header {
    color: #444;
    border-bottom: 1px solid #d8d8d4;
    font-size: 12px;
    text-transform: uppercase;
  }
  #method_toc.intl_toc {
    margin: 3px 0px 12px;
    border-radius: 0;
    width: 100%;
    float: none;
  }
  #method_toc.intl_toc .header_toc {
    margin-right: 0.75em;
    border-bottom: none;
    display: inline;
    font-size: 12px;
  }
  #method_toc.intl_toc .method_toc_item {
    display: inline;
    background: none;
    padding-left: 0;
  }
  #method_toc.intl_toc a,
  #method_toc.intl_toc .toc_method,
  #method_toc.intl_toc #toc_showless,
  #method_toc.intl_toc #toc_showmore,
  #method_toc.intl_toc .toc_pre {
    background-image: url(data:image/gif;base64,R0lGODlhCgAKAIAAAJa6eQAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxMjNDN0VGMjdBRjExRTNBNkUwQTY5OUIxODI0MUQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxMjNDN0YwMjdBRjExRTNBNkUwQTY5OUIxODI0MUQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjEyM0M3RUQyN0FGMTFFM0E2RTBBNjk5QjE4MjQxRDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjEyM0M3RUUyN0FGMTFFM0E2RTBBNjk5QjE4MjQxRDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAACgAKAAACCISPqcvtD2MrADs=);
    background-repeat: no-repeat;
    background-position-x: left;
  }
  #method_toc.intl_toc .method_toc_item a {
    line-height: 17px;
  }
  #method_toc.intl_toc a {
    background-position: 0 3px;
    padding-left: 15px;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 0 0;
  }
  .section_text {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 14px;
  }
  .quick-view-button{
    display: none;
  }
  #secondary {
    display: none;
  }
  .services-list-wrapper {
    text-align: center;
}
.services-list .services-list-text p {
  font-size: 36px;
  padding-right: 10px;
}
}
@media only screen and (min-width: 500px) and (max-aspect-ratio: 13/9),
  only screen and (max-height: 421px) and (min-aspect-ratio: 13/9) {
}
@media only screen and (min-width: 728px),
  only screen and (orientation: landscape) {
}
@media only screen and (min-width: 728px) {
  /* Category reponsive style */
  .cat_grid_single > .responsive_thumb {
    width: 14.7%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .cat_grid_single > .responsive_thumb:nth-child(2n) {
    margin-right: 2%;
  }

  .cat_grid_single > .responsive_thumb:nth-child(6n) {
    margin-right: 0;
  }

  #cat_quizzes .cat_grid_single > .responsive_thumb {
    width: 23.3%;
    margin-right: 2%;
  }

  #cat_quizzes .cat_grid_single > .responsive_thumb:nth-child(4n) {
    margin-right: 0;
  }

  .cat_grid > .responsive_thumb {
    width: 23.2%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .cat_grid > .responsive_thumb:nth-child(6n + 1),
  .cat_grid > .responsive_thumb:nth-child(6n + 2) {
    max-width: 49%;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24%;
  }

  .cat_grid > .responsive_thumb:nth-child(6n + 1) .responsive_thumb_title,
  .cat_grid > .responsive_thumb:nth-child(6n + 2) .responsive_thumb_title {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 49%;
    padding-left: 15px;
  }

  .cat_grid > .responsive_thumb:nth-child(2n) {
    margin-right: 2%;
  }

  .cat_grid > .responsive_thumb:nth-child(6n + 2),
  .cat_grid > .responsive_thumb:nth-child(6n) {
    margin-right: 0;
  }
  .pagination .nav-links {
    padding: 25px 0 20px;
}
  /* Reponsive style */
  #intro {
    font-size: 1em;
    margin: 0;
    border-radius: 0 0 4px 4px;
    padding: 7px 14px;
  }
  #intro.hasad {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #breadcrumb {
    padding: 1.1em 0 0.8em 26px;
    color: #f7a408;
  }
  #method_toc.intl_toc {
    margin: 3px -14px 12px;
    border-radius: 0;
    width: 100%;
    float: none;
  }
  #method_toc.intl_toc .header_toc {
    margin-right: 0.75em;
    border-bottom: none;
    display: inline;
    font-size: 12px;
  }
  #method_toc.intl_toc .method_toc_item {
    display: inline;
    background: none;
    padding-left: 0;
  }
  #method_toc.intl_toc a,
  #method_toc.intl_toc .toc_method,
  #method_toc.intl_toc #toc_showless,
  #method_toc.intl_toc #toc_showmore,
  #method_toc.intl_toc .toc_pre {
    background-image: url(data:image/gif;base64,R0lGODlhCgAKAIAAAJa6eQAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxMjNDN0VGMjdBRjExRTNBNkUwQTY5OUIxODI0MUQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxMjNDN0YwMjdBRjExRTNBNkUwQTY5OUIxODI0MUQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjEyM0M3RUQyN0FGMTFFM0E2RTBBNjk5QjE4MjQxRDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjEyM0M3RUUyN0FGMTFFM0E2RTBBNjk5QjE4MjQxRDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAACgAKAAACCISPqcvtD2MrADs=);
    background-repeat: no-repeat;
    background-position-x: left;
  }
  #method_toc.intl_toc .method_toc_item a {
    line-height: 17px;
  }
  #method_toc.intl_toc a {
    background-position: 0 3px;
    padding-left: 15px;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 0 0;
  }

  a.large_pdf_link:hover,
  a.large_offline_link:hover {
    text-decoration: none;
  }
  a.pdf_link:hover,
  a.pdf_link:active,
  a.offline_link:hover,
  a.offline_link:active {
    text-decoration: none;
  }
  a.large_pdf_link,
  a.large_offline_link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    font-weight: bold;
    margin: -5px 0px 5px 5px;
    font-size: 12px;
    color: #333333;
    background-color: #f6f8f7;
    padding: 0.35em 0.8rem;
    border-radius: 8px;
    position: relative;
    z-index: 6;
  }
  a.large_pdf_link img,
  a.large_offline_link img {
    width: 23px;
    margin-right: 0.3rem;
  }
  #method_toc {
    display: block;
    position: static;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.65em;
    color: #222222;
    float: right;
    background-color: #f6f8f7;
    border-radius: 6px;
    width: 285px;
    padding: 8px 15px 15px 15px;
    margin: 2px 0 10px 10px;
    clear: right;
  }
  #method_toc.en_toc .header_toc {
    font-size: 14px;
    display: none;
  }
  #method_toc .header_toc {
    width: 100%;
    padding-bottom: 5px;
    color: #444;
    line-height: normal;
  }
  #method_toc span {
    margin-right: 0.75em;
  }
  .toc_header {
    color: #444;
    border-bottom: 1px solid #d8d8d4;
    font-size: 12px;
    text-transform: uppercase;
  }
  #method_toc.en_toc .method_toc_item a {
    background-repeat: no-repeat;
    background-size: 17px;
  }
  #method_toc.en_toc a {
    display: block;
    font-weight: bold;
    font-size: 12.4px;
    color: #307530;
    line-height: 18px;
    margin: 3px 0;
    background-image: none;
    padding-left: 20px;
    position: relative;
  }
  #method_toc.en_toc .toc_method a > span {
    background-color: #94b778;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .toc_header {
    color: #444;
    border-bottom: 1px solid #d8d8d4;
    font-size: 12px;
    text-transform: uppercase;
  }
  .article_byline {
    color: #545454;
    font-size: 0.85em;
  }
  #byline_info {
    line-height: 1.4rem;
    font-size: 14px;
  }
  .coauthor_checkstar {
    background-position: right 1px;
  }
  .coauthor_checkstar {
    padding-right: 1.2em;
    background: right center / 0.9em no-repeat;
    background-image: url(/wp-content/themes/inuv365-child/assets/images/check_start.svg);
  }
  .coauthor_link {
    font-weight: bold;
  }
  #coauthor_byline p:last-child {
    padding-top: 0.1em;
  }
  #intro .article_byline p {
    line-height: 1rem;
    margin: 0;
  }
  #intro p {
    line-height: 25px;
    text-align: justify;
  }
  .newline b {
    margin: 0px;
  }
  #method_toc.intl_toc {
    margin: 3px 0px 12px;
    border-radius: 0;
    width: 100%;
    float: none;
  }
  #method_toc.intl_toc .header_toc {
    margin-right: 0.75em;
    border-bottom: none;
    display: inline;
    font-size: 12px;
  }
  #method_toc.intl_toc .method_toc_item {
    display: inline;
    background: none;
    padding-left: 0;
  }
  #method_toc.intl_toc a,
  #method_toc.intl_toc .toc_method,
  #method_toc.intl_toc #toc_showless,
  #method_toc.intl_toc #toc_showmore,
  #method_toc.intl_toc .toc_pre {
    background-image: url(data:image/gif;base64,R0lGODlhCgAKAIAAAJa6eQAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxMjNDN0VGMjdBRjExRTNBNkUwQTY5OUIxODI0MUQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxMjNDN0YwMjdBRjExRTNBNkUwQTY5OUIxODI0MUQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjEyM0M3RUQyN0FGMTFFM0E2RTBBNjk5QjE4MjQxRDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjEyM0M3RUUyN0FGMTFFM0E2RTBBNjk5QjE4MjQxRDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAACgAKAAACCISPqcvtD2MrADs=);
    background-repeat: no-repeat;
    background-position-x: left;
  }
.author_info {
    display: flex;
    justify-content: space-between;
}
#post_meta {
    display: flex;
}
.section_text {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 14px;
}

.section_text p a {
    color: inherit;
    border-bottom: 2.5px solid #71c21b;
}
.section_text ul {
    margin: 0 0 0.5em 0em;
}
.section {
    margin-top: 2.2em;
}
.section > .headline_container:not(.subheadline), .steps .headline_container {
    background-color: #FFF;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #f3f3f3;
}
.section .headline_container {
    position: relative;
}
.headline_info {
    display: table-cell;
    vertical-align: middle;
    height: 59.5px;
    line-height: 1.125em;
    padding: 0 1em;
}
.headline_container:not(.block_header) .headline_info {
    padding: 0 1em;
}
.section_text {
    padding-left: 42px;
}
ol.references-list {
    padding-left: 0;
}
#relatedsynex {
    padding-left: 15px;
}
.related-wh {
    float: left;
    width: 47%;
    margin-right: 2%;
}
.section > .headline_container:not(.subheadline) h2, .steps .headline_container h2 {
    padding: 0;
}
.section .section_text {
    padding-left: 20px;
}
}
@media only screen and (min-width: 975px) {
  /* List post style */
  .cat_grid > .responsive_thumb {
    width: 18%;
    margin-right: 2.1%;
    margin-bottom: 2.1%;
  }

  .cat_grid > .responsive_thumb:nth-child(6n + 1),
  .cat_grid > .responsive_thumb:nth-child(6n + 2),
  .cat_grid > .responsive_thumb:nth-child(5n + 2) {
    width: 18%;
    box-sizing: content-box;
    padding-right: 0;
  }

  .cat_grid > .responsive_thumb:nth-child(6n + 1) .responsive_thumb_title,
  .cat_grid > .responsive_thumb:nth-child(6n + 2) .responsive_thumb_title,
  .cat_grid > .responsive_thumb:nth-child(5n + 2) .responsive_thumb_title {
    position: relative;
    margin-left: 0;
  }

  .cat_grid > .responsive_thumb:nth-child(1),
  .cat_grid > .responsive_thumb:nth-child(2) {
    max-width: 48.8%;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24%;
  }

  .cat_grid > .responsive_thumb:nth-child(1) .responsive_thumb_title,
  .cat_grid > .responsive_thumb:nth-child(2) .responsive_thumb_title {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 48.8%;
    padding-left: 20px;
  }

  .cat_grid > .responsive_thumb:nth-child(2n) {
    margin-right: 2.1%;
  }

  .cat_grid > .responsive_thumb:nth-child(5n + 2),
  .cat_grid > .responsive_thumb:nth-child(2) {
    margin-right: 0;
  }
  /* Reponsive other */
  .search {
    display: block;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .hs_active .search {
    padding-right: 0;
  }
  .hs_active .label-search .search-field {
    width: auto;
  }
  .mega ul.sub-menu {
    columns: 3;
    width: 560px;
    left: -230px;
  }
  b {
    margin: 5px;
    font-size: 12px;
  }
  .banner-promo-box-container .banner-promo-box.half p {
    font-size: 20px;
  }
  .coblog-entry-meta {
    display: flex !important;
    justify-content: space-between;
    position: relative important;
  }
  #breadcrumb a {
    color: #767676;
  }

  .coblog-search-user-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
  }
  ul#breadcrumb {
    display: block;
    padding-top: 0.8em;
    text-transform: none;
    text-align: right;
    font-size: 0.75em;
    margin-bottom: 0.5em;
    line-height: 1.3em;
  }
  #breadcrumb li,
  ul#breadcrumb li:nth-last-child(2),
  ul#breadcrumb li:last-child {
    display: inline-block;
    font-weight: normal;
    padding-right: 0.25em;
  }
  .wsf-extra-small-12 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .log-aut-parts {
    flex-wrap: wrap;
  }
  .log-aut-sidebar {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .log-aut-content,
  .log-aut-sidebar {
    padding: 10px 10px;
  }
  .log-aut-content,
  .log-aut-sidebar {
    padding: 30px 15px;
  }
  .modal-content {
    width: 90%;
  }
  .close {
    right: -10px;
    top: -10px;
  }
  .topbutton {
    left: auto;
    left: 5px;
    bottom: 70px;
  }
  .coblog-layout-right-sidebar .widget-area {
    margin: 0 0 15px 0;
  }
  .section_text {
    padding: 26px;
  }
  .services-list .services-list-image {
    height: 50px;
}
.services-list .services-list-text p {
  font-weight: 600;
  font-size: 40px;
}
}
@media (min-width: 1200px) {
  .container {
      max-width: 1200px !important;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}