/* Font */

  @font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'),
      url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  /* Global */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Gilroy';
    color: #010612;
  }
  .view-mobile {
    display: none;
  }
  .btn-transparent,
  .btn-transparent:hover {
    padding: 0;
    margin: 0;
    background: transparent;
  }

  /* Header Styling */

  .site-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
  }
  body.page-template-page-home .site-header {
    background: none;
  }
  body.page-template-page-home.show-color .site-header {
    background: linear-gradient(270deg, rgba(33, 0, 155, 1) 0%, rgba(0, 63, 230, 1) 100%);
  }
  body.page-template-page-home #sticky-header-overlay {
    display: none;
  }
  body.page-template-page-begginer-basics #sticky-header-overlay {
    height: 53px;
  }
  body.page-template-default #sticky-header-overlay {
    height: 53px;
  }
  body.page-template-support-page-template #sticky-header-overlay {
    height: 53px;
  }
  body.single-ht_kb #sticky-header-overlay {
    height: 53px;
  }
  body.archive #sticky-header-overlay {
    height: 53px;
  }

  body.page-template-announcements-page-template #sticky-header-overlay {
    height: 53px;
  }

  #sticky-header-overlay {
    height: 95px;
  }

  body.home #sticky-header-overlay {
    display: none;
  }
  body.home .site-header {
    position: static;
  }
  body.page-template-support-page-template #sticky-header-overlay {
    display: none;
  }
  body.page-template-support-page-template .site-header {
    position: static;
  }

  .custom-footer-wrap {
    position: relative;
  }

  body.page-template-default .custom-blog {
    display: block;
  }

  .menu-product {
    margin-left: 20px;
  }

  /* Home Page Styling */

  #home-hero-section {
    background: #0e1422 url(../img/home-hero-bg.png) no-repeat center bottom / cover;
	background-size: 100% 100%;
    padding: 85px 0 55px 0;
  }
  #home-hero-section .content {
    max-width: 620px;
  }
  #home-hero-section h1 {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 56px;
  }
  #home-hero-section h1 span {
    color: #3be300;
  }
  #home-hero-section p {
    font-size: 16px;
    margin: 0 0 40px 0;
    color: #fff;
    opacity: 0.8;
  }
  #home-hero-section .form-container {
    height: 50px;
  }
  #home-hero-section .form-container form {
    display: inline-block;
    border: 1px solid #40494e;
    margin: 0 35px 0 0;
    border-radius: 8px;
    max-width: 326px;
    width: 100%;
    vertical-align: top;
  }
  #home-hero-section .form-container input[type='text'] {
    height: 48px;
    line-height: 48px;
    float: left;
    padding: 0 15px;
    color: #fff;
    background: #111c22;
    border: none;
    font-size: 14px;
    width: calc(100% - 80px);
    margin: 0;
  }
  #home-hero-section .form-container input[type='submit'] {
    float: right;
    width: 80px;
    height: 50px;
    margin: -1px -1px 0 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #3d7efe url(../img/search-white.svg) no-repeat center center / 20px auto;
  }
  #home-hero-section .form-container input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #home-hero-section .form-container input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #home-hero-section .form-container input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #home-hero-section .form-container input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #home-hero-section .form-container input:focus,
  #home-hero-section .form-container input:hover {
    outline: 0;
  }
  #home-hero-section .link {
    display: inline-block;
    color: #fff;
    font-family: 'Gilroy';
    border-radius: 8px;
    vertical-align: top;
    border: 1px solid #373f45;
    background: none;
    font-size: 16px;
    padding: 0 35px;
    text-align: center;
    line-height: 50px;
  }

  #top-category-section {
    padding: 60px 0;
    background: #fff;
  }
  #top-category-section h2 {
    font-size: 32px;
    margin: 0 0 20px 0;
    color: #010612;
  }
  #top-category-section a {
    /*color:#010612;*/
  }
  #top-category-section .ht-container {
    display: flex;
  }
  #top-category-section .left-column {
    width: 712px;
  }
  #top-category-section .left-column .image-container {
    border-radius: 12px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.33%;
    margin: 0 0 15px 0;
  }
  #top-category-section .left-column h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #010612;
    line-height: 1.3;
  }
  #top-category-section .left-column .post-meta {
    font-size: 14px;
    color: #a6a6a6;
    margin: 0 0 10px 0;
  }
  #top-category-section .left-column p {
    margin: 0;
    font-size: 16px;
    margin: 0;
    color: #808080;
  }
  #top-category-section .right-column {
    width: calc(100% - 712px);
    padding: 0 0 0 30px;
  }
  #top-category-section .right-column h2 {
    margin: 0 0 10px 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #efefef;
  }
  #top-category-section .right-column h3 {
    font-size: 18px;
    margin: 0;
    color: #010612;
  }
  #top-category-section .right-column ul {
    margin: 0;
    padding: 0;
  }
  #top-category-section .right-column ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.2;
  }
  #top-category-section .right-column ul li a {
    padding: 15px 50px 15px 20px;
    display: block;
    position: relative;
    border-radius: 8px;
  }
  #top-category-section .right-column ul li a:after {
    position: absolute;
    display: none;
    content: '';
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 13px;
    height: 11px;
    background: url(../img/blue-arrow.svg) no-repeat center center / 100% 100%;
  }
  #top-category-section .right-column ul li a:hover {
    background: #f6f9fe;
    color: #003fe6;
  }
  #top-category-section .right-column ul li a:hover:after {
    display: block;
  }
  #top-category-section .right-column ul li:last-child {
    margin: 0;
  }
  #top-category-section .right-column .category-container {
    margin: 0 0 30px 0;
  }
  #top-category-section .right-column .category-container:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }

  .home-banner .banner-container {
    height: 120px;
    padding-left: 60px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    border-radius: 12px;
  }
  #home-top-banner {
    background: #fff;
  }
  #home-top-banner .banner-container {
    background: url(../img/home-banner1-bg.png) no-repeat center center / cover;
    padding-left: 120px;
    padding-right: 120px;
  }
  #home-top-banner .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #home-top-banner h3 {
    color: #fff;
    margin: 0 120px 0 0;
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
  }
  #home-top-banner a {
    font-size: 24px;
    padding: 6px 0;
    width: 220px;
    text-align: center;
    color: #010612;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 8px;
    font-family: 'Gilroy';
    font-weight: 700;
  }
  #home-top-banner a:hover {
    /*opacity:1;*/
  }

  #home-middle-banner {
  }
  #home-middle-banner .banner-container {
    background: url(../img/home-banner2-bg.png) no-repeat right center / cover;
  }
  #home-middle-banner h3 {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 28px;
  }
  #home-middle-banner form {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    display: flex;
  }
  #home-middle-banner form input[type='email'] {
    height: 38px;
    line-height: 38px;
    border: none;
    background: none;
    width: calc(100% - 130px);
    padding: 0 15px;
    font-size: 16px;
  }
  #home-middle-banner form input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #home-middle-banner form input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #home-middle-banner form input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #home-middle-banner form input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #home-middle-banner form input[type='submit'] {
    width: 130px;
    height: 38px;
    padding: 0;
    border-radius: 8px;
    background: #003fe6;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: center;
    font-size: 16px;
  }
  #home-middle-banner form input:focus,
  #home-middle-banner form input:hover {
    outline: 0;
  }

  #home-bottom-banner {
  }
  #home-bottom-banner .banner-container {
    background: #1548da url(../img/home-banner4-bg.png) no-repeat left 0 / cover;
  }
  #home-bottom-banner h3 {
    color: #fff;
    margin: 0 0 3px 0;
    font-size: 32px;
    display: block;
    vertical-align: middle;
  }
  #home-bottom-banner a {
    font-size: 24px;
    padding: 6px 20px;
    min-width: 220px;
    text-align: center;
    color: #003fe6;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Gilroy';
    font-weight: 700;
  }
  #home-bottom-banner a:hover {
    /*opacity:1;*/
  }

  #home-posts-list {
    padding: 0 0 60px 0;
    background: #fff;
  }
  #home-posts-list .category-section {
    display: flex;
    padding: 60px 0;
  }
  #home-posts-list .category-section0,
  #home-posts-list .category-section2 {
    border-bottom: 1px solid #eee;
  }
  #home-posts-list .category-section .category-information {
    width: 300px;
    padding-right: 20px;
  }
  #home-posts-list .category-section .category-information h2 {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  #home-posts-list .category-section .category-information p {
    margin: 0 0 30px 0;
    color: #9fa3ab;
    font-size: 16px;
  }
  #home-posts-list .category-section .category-information a {
    display: inline-block;
    font-size: 18px;
    font-family: 'Gilroy';
    font-weight: 700;
    background: url(../img/black-arrow.svg) no-repeat right center / 13px auto;
    padding-right: 26px;
  }
  #home-posts-list .category-section .category-information a:hover {
    background-image: url(../img/blue-arrow.svg);
  }
  #home-posts-list .category-section .category-posts {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
  #home-posts-list .category-section .category-posts ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  #home-posts-list .category-section .category-posts ul li {
    width: 33.3333%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #home-posts-list .category-section .category-posts ul li:first-child {
    padding-right: 16px;
  }
  #home-posts-list .category-section .category-posts ul li:last-child {
    padding-left: 16px;
    margin: 0;
  }
  #home-posts-list .category-section .category-posts ul li:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  #home-posts-list .category-section .category-posts ul li h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    line-height: 1.3;
  }
  #home-posts-list .category-section .category-posts ul li h3 a {
    /*color:#010612;*/
  }
  #home-posts-list .category-section .category-posts ul li .post-meta {
    font-size: 14px;
    margin: 0;
    color: #a6a6a6;
  }
  #home-posts-list .category-section .category-posts ul li .image-container {
    border-radius: 12px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.33%;
    margin: 0 0 15px 0;
  }

  /* Category Page Styling */

  #category-top-section {
    padding: 12px 0;
    background: #fff;
    position: fixed;
    left: 0;
    top: 53px;
    width: 100%;
    z-index: 999;
  }
  #category-top-section .ht-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #category-top-section .current-category {
    display: none;
  }
  #category-top-section ul {
    margin: 0;
    padding: 0;
  }
  #category-top-section ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 38px 0 0;
    list-style: none;
    padding: 0;
  }
  #category-top-section ul li:last-child {
    margin-right: 0;
  }
  #category-top-section ul li a {
    font-size: 18px;
    font-family: 'Gilroy';
    font-weight: 700;
    position: relative;
  }
  #category-top-section ul li a:hover {
    color: #003fe6;
  }
  #category-top-section ul li.active a {
    color: #003fe6;
  }
  #category-top-section ul li.active a:after {
    width: 100%;
    height: 3px;
    background: #003fe6;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
  }

  #category-top-section form {
    height: 50px;
    display: inline-block;
    border: 1px solid #f0f0f2;
    margin: 0;
    border-radius: 8px;
    max-width: 370px;
    width: 100%;
    vertical-align: top;
  }
  #category-top-section input[type='text'],
  #category-top-section input[type='email'] {
    height: 48px;
    line-height: 48px;
    float: left;
    padding: 0 15px;
    background: #f9fafc;
    border: none;
    font-size: 14px;
    width: calc(100% - 98px);
    margin: 0;
  }
  #category-top-section input[type='submit'] {
    float: right;
    width: 98px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #003fe6;
  }
  #category-top-section input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #category-top-section input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #category-top-section input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #category-top-section input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #category-top-section input:focus,
  #category-top-section input:hover {
    outline: 0;
  }

  #category-title-section {
    padding: 0 0 50px 0;
    background: #fff;
  }
  #category-title-section h1 {
    font-size: 32px;
    max-width: 890px;
    margin: 0 0 20px 0;
  }
  #category-title-section p {
    font-size: 16px;
    color: #777b83;
    max-width: 590px;
  }
  #category-title-section p:last-child {
    margin: 0;
  }

  #category-content-section {
    padding: 0 0 60px 0;
    background: #fff;
  }
  #category-content-section .ht-container {
    display: flex;
  }
  #category-content-section .category-sidebar {
    width: 280px;
    padding: 69px 0 0 0;
  }
  #category-content-section .category-sidebar.sticky {
    position: fixed;
    top: 64px;
    right: calc(50% - 600px);
  }
  #category-content-section .category-sidebar .menu-container {
    background: #f9fafc;
    border-radius: 8px;
    padding: 20px 35px; /*min-height:438px;*/
  }
  #category-content-section .category-sidebar .menu-container .menu-top {
    display: none;
  }
  #category-content-section .category-sidebar ul {
    margin: 0;
    padding: 0;
  }
  #category-content-section .category-sidebar ul li {
    margin: 0 0 10px 0;
    list-style: none;
    padding: 0;
  }
  #category-content-section .category-sidebar ul li:last-child {
    margin: 0;
  }
  #category-content-section .category-sidebar ul li a {
    font-size: 16px;
    color: #383838;
  }
  #category-content-section .category-sidebar ul li a:hover {
    color: #003fe6;
  }
  #category-content-section .category-sidebar ul li.current-menu-parent ul {
    display: block;
  }
  #category-content-section .category-sidebar ul li ul {
    padding: 10px 0 0 15px;
    display: none;
  }
  #category-content-section .category-sidebar ul li ul li:last-child {
    margin: 0;
  }
  #category-content-section .category-sidebar ul li ul li a {
    color: #a6a6a6;
  }
  #category-content-section .category-sidebar ul li ul li a:hover {
    color: #003fe6;
  }
  #category-content-section .category-sidebar ul li ul li.current-menu-item a {
    color: #003fe6;
    text-decoration: underline;
  }
  #category-content-section .category-sidebar .menu > li > a {
    position: relative;
    display: block;
  }
  #category-content-section .category-sidebar .menu > li.menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    content: '';
    width: 12px;
    height: 12px;
    transition: transform 0.2s;
    background: url(../img/tag-menu-arrow.svg) no-repeat center center;
  }
  #category-content-section .category-sidebar .menu > li.menu-item-has-children.active > a:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  #category-content-section .posts-list-container {
    width: calc(100% - 280px);
    padding-right: 24px;
  }
  #category-content-section .posts-list-container .posts-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
  #category-content-section .posts-list-container .posts-list-top .mobile-filter {
    display: none;
  }
  #category-content-section .posts-list-container h2 {
    font-size: 32px;
    margin: 0;
  }
  #category-content-section .posts-list-container h2 span {
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 20px;
    display: inline-block;
  }
  #category-content-section .posts-list .wp-pagenavi {
    text-align: center;
  }
  #category-content-section .posts-list {
    display: flex;
    flex-wrap: wrap;
  }
  #category-content-section .posts-list .post-carticle {
    width: 282px;
    margin: 0 25px 30px 0;
  }
  #category-content-section .posts-list .post-carticle-last {
    margin-right: 0;
  }
  #category-content-section .posts-list .post-carticle .image-container {
    border-radius: 12px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.33%;
    margin: 0 0 15px 0;
  }
  #category-content-section .posts-list .post-carticle h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #010612;
    line-height: 1.3;
  }
  #category-content-section .posts-list .post-carticle .post-meta {
    font-size: 14px;
    color: #a6a6a6;
    margin: 0;
  }
  #category-content-section #home-middle-banner {
    margin: 30px 0 60px 0;
    width: 100%;
    background: url(../img/category-banner1-bg.png) no-repeat left center / cover;
    border-radius: 12px;
  }
  #category-content-section #home-middle-banner .banner-container {
    background: none;
  }
  #category-content-section #home-bottom-banner {
    margin: 30px 0 0 0;
    width: 100%;
    background: url(../img/category-banner2-bg.png) no-repeat left center / cover;
    border-radius: 12px;
  }
  #category-content-section #home-bottom-banner .banner-container {
    background: none;
    border-radius: 0;
  }
  #category-content-section #home-bottom-banner h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  #category-content-section.fullwidth .ht-container {
    display: block;
  }
  #category-content-section.fullwidth .posts-list .post-carticle {
    width: 282px;
    margin: 0 24px 30px 0;
  }
  #category-content-section.fullwidth .posts-list .post-carticle:nth-child(4n) {
    margin-right: 0;
  }

  /* Begginer Page Styling */

  #begginer-breadcrumbs-section {
	margin-top: 32px;
    padding: 0;
    background: #fff;
  }
  #begginer-breadcrumbs-section.begginer-page {
    margin: 0;
    padding: 10px 0 0 0;
  }

  #begginer-breadcrumbs-section ul {
    align-items: center;
    margin: 0;
    padding: 0;
  }
  #begginer-breadcrumbs-section ul li {
    font-size: 14px;
    color: #a6a6a6;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
  }
  #begginer-breadcrumbs-section ul li a {
    color: #a6a6a6;
  }
  #begginer-breadcrumbs-section ul li a:hover {
    color: #003fe6;
  }

  #begginer-title-section {
    padding: 15px 0;
    background: #fff;
  }
  #begginer-title-section .ht-container {
    display: flex;
    justify-content: space-between;
  }
  #begginer-title-section .content {
    width: 570px;
    order: 1;
  }
  #begginer-title-section .content h1 {
    margin: 0 0 30px 0;
    font-size: 64px;
    line-height: 1.3;
  }
  #begginer-title-section .content p {
    margin: 0 0 40px 0;
    font-size: 16px;
  }
  #begginer-title-section form {
    height: 50px;
    display: inline-block;
    border: 1px solid #f0f0f2;
    margin: 0;
    border-radius: 8px;
    max-width: 370px;
    width: 100%;
    vertical-align: top;
  }
  #begginer-title-section input[type='text'],
  #begginer-title-section input[type='email'] {
    height: 48px;
    line-height: 48px;
    float: left;
    padding: 0 15px;
    background: #f9fafc;
    border: none;
    font-size: 14px;
    width: calc(100% - 108px);
    margin: 0;
  }
  #begginer-title-section input[type='submit'] {
    float: right;
    width: 108px;
    height: 50px;
    margin: -1px -1px 0 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #003fe6;
  }
  #begginer-title-section input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #begginer-title-section input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #begginer-title-section input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #begginer-title-section input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #begginer-title-section input:focus,
  #begginer-title-section input:hover {
    outline: 0;
  }
  #begginer-title-section .image-container {
    max-width: calc(100% - 400px);
    order: 2;
  }
  #begginer-title-section .image-container img {
    max-width: 100%;
  }
  #begginer-title-section .view-mobile {
    display: none;
  }

  #begginer-guide-section {
    padding: 15px 0;
    background: #fff;
  }
  #begginer-guide-section h2 {
    margin: 0 0 30px 0;
    font-size: 32px;
  }
  #begginer-guide-section h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
  }
  #begginer-guide-section .content {
    display: flex;
  }
  #begginer-guide-section .content .video-container {
    width: 700px;
    border-radius: 8px;
    overflow: hidden;
  }
  #begginer-guide-section .content .video-container img {
    max-width: 100%;
    display: block;
  }
  #begginer-guide-section .content .text-container {
    width: calc(100% - 700px);
    padding: 25px 0 0 40px;
  }
  #begginer-guide-section .content .text-container a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background: #0345f5;
    padding: 13px 25px;
    border-radius: 8px;
  }

  #begginer-list-section {
    padding: 60px 0;
    background: #fff;
  }
  #begginer-list-section h2 {
    margin: 0 0 30px 0;
    font-size: 32px;
  }
  #begginer-list-section ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #begginer-list-section .post-item {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 282px;
    margin: 0 177px 25px 0;
    position: relative;
  }

  #begginer-list-section .post-item:nth-child(1) {
    order: 1;
  }
  #begginer-list-section .post-item:nth-child(2) {
    order: 2;
  }
  #begginer-list-section .post-item:nth-child(3) {
    order: 3;
    margin-right: 0;
  }
  #begginer-list-section .post-item:nth-child(4) {
    order: 6;
    margin-right: 0;
  }
  #begginer-list-section .post-item:nth-child(5) {
    order: 5;
  }
  #begginer-list-section .post-item:nth-child(6) {
    order: 4;
  }
  #begginer-list-section .post-item:nth-child(7) {
    order: 7;
  }
  #begginer-list-section .post-item:nth-child(8) {
    order: 8;
  }
  #begginer-list-section .post-item:nth-child(9) {
    order: 9;
    margin-right: 0;
  }

  #begginer-list-section .post-item:nth-child(1):after,
  #begginer-list-section .post-item:nth-child(2):after,
  #begginer-list-section .post-item:nth-child(7):after,
  #begginer-list-section .post-item:nth-child(8):after {
    content: '';
    position: absolute;
    top: 60px;
    left: 289px;
    width: 162px;
    height: 43px;
    background: url(../img/beginner-right-arrow.png) no-repeat right center / auto 100%;
  }
  #begginer-list-section .post-item:nth-child(4):after,
  #begginer-list-section .post-item:nth-child(5):after {
    content: '';
    position: absolute;
    top: 60px;
    left: -170px;
    width: 162px;
    height: 43px;
    background: url(../img/beginner-left-arrow.png) no-repeat left center / auto 100%;
  }
  #begginer-list-section .post-item:nth-child(3):after {
    content: '';
    width: 30px;
    height: 342px;
    top: 79px;
    left: 289px;
    background: url(../img/beginner-right-brace.png) no-repeat right center / 30px auto;
    position: absolute;
  }
  #begginer-list-section .post-item:nth-child(6):after {
    content: '';
    width: 30px;
    height: 342px;
    top: 79px;
    left: -40px;
    background: url(../img/beginner-left-brace.png) no-repeat left center / 30px auto;
    position: absolute;
  }

  #begginer-list-section .post-item .image-container {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.33%;
    margin: 0 0 15px 0;
  }
  #begginer-list-section .post-item .image-container span {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -47px;
    left: -30px;
    padding: 48px 0 0 48px;
    background: #37d201;
    font-weight: 700;
    font-family: 'Gilroy';
    color: #fff;
    font-size: 24px;
  }

  #begginer-list-section .post-item h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #010612;
    line-height: 1.3;
  }
  #begginer-list-section .post-item .post-meta {
    font-size: 14px;
    color: #a6a6a6;
    margin: 0 0 20px 0;
  }
  #begginer-list-section .post-item p {
    font-size: 14px;
    margin: 0;
  }
  #begginer-list-section .bonus-item {
    position: relative;
  }
  #begginer-list-section .bonus-item:after {
    display: none;
  }
  #begginer-list-section .bonus-item .image-container {
    background-image: url(../img/register-bg.png);
  }
  #begginer-list-section .bonus-item .content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 15px 15px 0 15px;
  }
  #begginer-list-section .bonus-item .content p {
    color: #fff;
    font-weight: 700;
    font-family: 'Gilroy';
    font-size: 18px;
    margin: 0 0 12px 0;
    line-height: 1.3;
  }
  #begginer-list-section .bonus-item .content a {
    display: inline-block;
    background: #fff;
    padding: 12px 50px;
    border-radius: 8px;
    color: #003fe6;
    font-weight: 700;
    font-family: 'Gilroy';
  }

  /* Single Post Styling */

  #begginer-breadcrumbs-section.single-post-breadcrumbs {
    margin-top: 30px;
    background: #f9fafc;
    padding: 20px 0;
  }
  #category-top-section.single-post-top {
    padding: 12px 0;
  }

  #single-content-section .ht-container {
    display: flex;
    justify-content: space-between;
  }
  #single-content-section .post-content {
    width: 790px;
  }
  #single-content-section .post-content #ez-toc-container {
    display: none;
  }
  #single-content-section .post-content .post-title {
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
    margin: 0 0 5px 0;
  }
  #single-content-section .post-content .post-meta {
    font-size: 14px;
    color: #808080;
    margin: 0 0 20px 0;
  }
  #single-content-section .post-content .post-meta span {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  #single-content-section .post-content .post-share {
    display: none;
  }
  #single-content-section .post-content img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  #single-content-section .post-content img.aligncenter {
    margin: 0 auto 20px auto;
  }
  #single-content-section .post-content .post-thumbnail {
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  #single-content-section .post-content #ez-toc-container {
    width: 100%;
    padding: 20px;
  }
  #single-content-section .post-content .wp-caption {
    margin: 0;
  }
  #single-content-section .post-content .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }

  #single-content-section .post-content a {
    color: #003fe6;
  }
  #single-content-section .post-content a:hover {
    opacity: 0.8;
  }

  #single-content-section .post-sidebar {
    width: 370px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #single-content-section .post-sidebar.sticky {
    position: fixed;
    top: 79px;
    right: calc(50% - 600px);
  }
  #single-content-section .post-sidebar.hide-sidebar {
    opacity: 0;
    visibility: hidden;
  }

  #single-content-section .post-sidebar #ez-toc-container {
    border: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
  }
  #single-content-section .post-sidebar #ez-toc-container .ez-toc-title {
    display: none;
  }
  #single-content-section .post-sidebar .sidebar-menu {
    background: #fff;
    padding: 20px 35px;
    margin: 0 0 30px 0;
    border-radius: 8px;
  }
  #single-content-section .post-sidebar .sidebar-menu ul {
    margin: 0;
    padding: 0;
  }
  #single-content-section .post-sidebar .sidebar-menu ul li {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
  }
  #single-content-section .post-sidebar .sidebar-menu ul li:last-child {
    margin: 0;
  }
  #single-content-section .post-sidebar .sidebar-menu ul li a {
    color: #383838;
  }
  #single-content-section .post-sidebar .sidebar-menu ul li a:hover {
    color: #003fe6;
    text-decoration: none !important;
  }

  #single-content-section .post-sidebar .sidebar-share {
    margin: 0 0 30px 0;
  }
  #single-content-section .post-sidebar .sidebar-share ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #single-content-section .post-sidebar .sidebar-share ul li {
    margin: 0 20px;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    display: inline-block;
  }

  #single-content-section .post-sidebar .sidebar-form {
    height: 220px;
    padding: 20px;
    background: url(../img/post-detail-form-bg.png) no-repeat center center / cover;
    border-radius: 8px;
  }
  #single-content-section .post-sidebar .sidebar-form h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #fff;
  }
  #single-content-section .post-sidebar .sidebar-form input[type='email'] {
    width: 210px;
    padding: 0 15px;
    height: 50px;
    margin: 0 0 12px 0;
    line-height: 50px;
    border: none;
    font-size: 14px;
    border-radius: 8px;
    background: #f9fafc;
  }
  #single-content-section .post-sidebar .sidebar-form input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #single-content-section .post-sidebar .sidebar-form input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #single-content-section .post-sidebar .sidebar-form input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #single-content-section .post-sidebar .sidebar-form input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
  #single-content-section .post-sidebar .sidebar-form input[type='submit'] {
    width: 210px;
    height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    background: #003fe6;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: center;
    font-size: 14px;
  }
  #single-content-section .post-sidebar .sidebar-form input:focus,
  #single-content-section .post-sidebar .sidebar-form input:hover {
    outline: 0;
  }

  #single-content-section .scroll {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/icon-up-arrow.svg) no-repeat center center / 100% 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #single-content-section .scroll.active {
    opacity: 1;
    visibility: visible;
  }

  #single-bottom-banner {
    margin: 60px 0 0 0;
  }
  #single-bottom-banner .banner-container {
    padding-left: 90px;
    padding-right: 90px;
    height: 120px;
    border-radius: 12px;
    background: #1548da url(../img/post-detail-banner-bg.png) no-repeat left center / cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #single-bottom-banner h2 {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 32px;
  }
  #single-bottom-banner p {
    color: #fff;
    margin: 0;
    font-size: 16px;
  }
  #single-bottom-banner a {
    font-size: 24px;
    padding: 6px 0;
    width: 220px;
    text-align: center;
    color: #003fe6;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Gilroy';
    font-weight: 700;
  }

  #related-posts-section {
    padding: 60px 0;
  }
  #related-posts-section h2 {
    font-size: 32px;
    margin: 0 0 15px 0;
  }
  #related-posts-section ul {
    display: flex;
    margin: 0;
    padding: 0;
  }
  #related-posts-section ul li {
    width: 282px;
    margin: 0 24px 0 0;
    padding: 0;
    list-style: none;
  }
  #related-posts-section ul li:last-child {
    margin-right: 0;
  }
  #related-posts-section ul li .image-container {
    border-radius: 12px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.33%;
    margin: 0 0 15px 0;
  }
  #related-posts-section ul li h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #010612;
    line-height: 1.3;
  }
  #related-posts-section ul li .post-meta {
    font-size: 14px;
    color: #a6a6a6;
    margin: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    /* Home Page Styling */

    #home-hero-section {
      background-size: cover;
    }

    #top-category-section .left-column {
      width: 60%;
    }
    #top-category-section .right-column {
      width: 40%;
    }

    .home-banner .banner-container {
      padding-left: 30px;
      padding-right: 30px;
    }
    #home-top-banner h3 {
      margin: 0 60px 0 0;
      font-size: 36px;
    }
    #home-top-banner .banner-container {
      padding-left: 80px;
      padding-right: 80px;
    }
    #home-top-banner a {
      font-size: 24px;
    }
    #home-middle-banner h3 {
      font-size: 24px;
    }
    #home-bottom-banner h3 {
      font-size: 24px;
    }

    #home-posts-list .category-section .category-information {
      width: 200px;
    }
    #home-posts-list .category-section .category-posts {
      width: calc(100% - 200px);
      padding-left: 20px;
    }

    /* Category Page Styling */

    #category-top-section form {
      max-width: 270px;
    }

    #category-content-section .category-sidebar {
      width: 200px;
    }
    #category-content-section .category-sidebar.sticky {
      right: 30px;
    }
    #category-content-section .category-sidebar .menu-container {
      padding: 20px 20px;
    }
    #category-content-section .posts-list-container {
      width: calc(100% - 200px);
    }
    #category-content-section .posts-list {
      justify-content: space-between;
    }
    #category-content-section .posts-list .post-carticle {
      width: 31%;
      margin-right: 1%;
    }
    #category-content-section #home-bottom-banner h3 {
      font-size: 18px;
    }
    #category-content-section #home-middle-banner h3 {
      font-size: 18px;
    }

    #category-content-section.fullwidth .ht-container {
      display: block;
    }
    #category-content-section.fullwidth .posts-list .post-carticle {
      width: 48%;
      margin: 0 0 30px 0;
    }

    /* Begginer Page Styling */

    #begginer-title-section .content {
      width: 45%;
    }
    #begginer-title-section .image-container {
      max-width: 45%;
    }

    #begginer-guide-section .content .video-container {
      width: 55%;
    }
    #begginer-guide-section .content .text-container {
      width: 45%;
      padding: 25px 0 0 40px;
    }

    #begginer-list-section .post-item {
      width: 28%;
      margin: 0 8% 25px 0;
      z-index: 10;
    }
    #begginer-list-section .post-item:nth-child(1):after,
    #begginer-list-section .post-item:nth-child(2):after,
    #begginer-list-section .post-item:nth-child(7):after,
    #begginer-list-section .post-item:nth-child(8):after {
      left: auto;
      right: -28%;
      z-index: -1;
      width: 28%;
    }
    #begginer-list-section .post-item:nth-child(4):after,
    #begginer-list-section .post-item:nth-child(5):after {
      left: -28%;
      z-index: -1;
      width: 28%;
    }
    #begginer-list-section .post-item:nth-child(3):after {
      width: 15px;
      left: auto;
      right: -15px;
    }
    #begginer-list-section .post-item:nth-child(6):after {
      width: 15px;
      left: -15px;
    }

    #begginer-list-section .bonus-item .content {
      padding: 15px 15px 0 15px;
    }
    #begginer-list-section .bonus-item .content p {
      font-size: 16px;
      margin: 0 0 15px 0;
    }
    #begginer-list-section .bonus-item .content a {
      padding: 10px 30px;
    }

    /* Single Post Styling */

    #single-content-section .post-content {
      width: 60%;
    }
    #single-content-section .post-sidebar {
      width: 35%;
    }
    #single-content-section .post-sidebar.sticky {
      right: 30px;
    }
    #single-content-section .post-sidebar .sidebar-share ul li {
      margin: 0 10px;
    }
    #single-content-section .scroll {
      right: 30px;
    }

    #single-bottom-banner .banner-container {
      padding-left: 30px;
      padding-right: 30px;
    }
    #single-bottom-banner .content {
      max-width: 60%;
    }

    #related-posts-section ul li {
      width: 23.5%;
      margin: 0 2% 0 0;
    }
    #begginer-breadcrumbs-section,
    #begginer-breadcrumbs-section.single-post-breadcrumbs {
      margin-top: 110px;
    }
  }
  .custom-blog {
	 margin-top: -38px;
	}
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* Home Page Styling */

    #home-top-banner .banner-container {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media only screen and (max-width: 767px) {
    /* Global */
	.custom-blog {
		 margin-top: 0;
	}
    .view-desktop {
      display: none;
    }
    .view-mobile {
      display: block;
    }

    /* Header Styling */

    body.page-template-page-home .site-header {
      background: linear-gradient(270deg, rgba(33, 0, 155, 1) 0%, rgba(0, 63, 230, 1) 100%);
    }
    body.page-template-page-home #sticky-header-overlay {
      display: block;
    }
    body.page-template-page-begginer-basics #sticky-header-overlay {
      height: 48px;
    }
    body.page-template-default #sticky-header-overlay {
      height: 48px;
    }
    body.single-ht_kb #sticky-header-overlay {
      height: 48px;
    }
    body.archive #sticky-header-overlay {
      height: 48px;
    }
    body.page-template-announcements-page-template #sticky-header-overlay {
      height: 48px;
    }
    body.page-template-support-page-template #sticky-header-overlay {
      height: 48px;
    }

    #sticky-header-overlay {
      height: 98px;
    }

    /* Home Page Styling */

    #home-hero-section {
      background: #0e1422 url(../img/mobile-home-hero-bg.jpg) no-repeat right top / 400px auto;
      padding: 20px 0 30px 0;
    }
    #home-hero-section .content {
      max-width: none;
    }
    #home-hero-section h1 {
      margin: 0 0 5px 0;
      font-size: 32px;
    }
    #home-hero-section p {
      font-size: 14px;
      margin: 0 0 180px 0;
      max-width: 70%;
    }
    #home-hero-section .form-container {
      height: auto;
    }
    #home-hero-section .form-container form {
      display: block;
      margin: 0 0 15px 0;
      max-width: none;
      width: 100%;
      height: 50px;
    }
    #home-hero-section .link {
      display: block;
      background: #111b22;
    }

    #top-category-section {
      padding: 30px 0;
    }
    #top-category-section h2 {
      font-size: 24px;
    }
    #top-category-section .ht-container {
      display: block;
    }
    #top-category-section .left-column {
      width: 100%;
      margin: 0 0 30px 0;
    }
    #top-category-section .left-column h3 {
      font-size: 20px;
    }
    #top-category-section .left-column .content {
      display: none;
    }

    #top-category-section .right-column {
      width: auto;
      margin-left: -20px;
      margin-right: -20px;
      padding: 0;
    }
    #top-category-section .right-column h2 {
      margin: 0 auto 10px auto;
      width: calc(100% - 40px);
    }
    #top-category-section .right-column h3 {
      font-size: 16px;
    }

    .home-banner .banner-container {
      height: 100px;
      padding-left: 20px;
      padding-right: 20px;
    }
    #home-top-banner .banner-container {
      background: url(../img/mobile-home-banner1-bg.png) no-repeat center center / cover;
      padding-left: 20px;
      padding-right: 20px;
    }
    #home-top-banner .content {
      display: block;
    }
    #home-top-banner h3 {
      font-size: 24px;
      margin: 0 0 5px 0;
      display: block;
      line-height: 1;
    }
    #home-top-banner a {
      font-size: 16px;
      padding: 5px 0;
      width: 130px;
    }

    #home-middle-banner {
      margin: 0;
    }
    #home-middle-banner .banner-container {
      background: url(../img/mobile-home-banner2-bg.png) no-repeat center center / cover;
    }
    #home-middle-banner h3 {
      font-size: 18px;
      margin: 0 0 5px 0;
      line-height: 1.3;
    }
    #home-middle-banner form {
      height: 30px;
      max-width: 270px;
    }
    #home-middle-banner form input[type='email'] {
      height: 28px;
      line-height: 28px;
      width: calc(100% - 90px);
      padding: 0 15px;
      font-size: 12px;
    }
    #home-middle-banner form input[type='submit'] {
      width: 90px;
      height: 28px;
      font-size: 12px;
      margin: 0;
    }

    #home-bottom-banner {
      margin: 0;
    }
    #home-bottom-banner .banner-container {
      background: url(../img/mobile-home-banner3-bg.png) no-repeat center center / cover;
    }
    #home-bottom-banner h3 {
      font-size: 18px;
      margin: 0 0 5px 0;
      display: block;
      line-height: 1.2;
    }
    #home-bottom-banner a {
      padding: 5px 30px;
      font-size: 16px;
      min-width: 130px;
    }

    #home-posts-list {
      padding: 0 0 30px 0;
    }
    #home-posts-list .category-section {
      display: block;
      padding: 20px 0;
    }
    #home-posts-list .category-section .category-information {
      width: 100%;
      padding-right: 0;
      border-right: none;
      margin: 0 0 20px 0;
    }
    #home-posts-list .category-section .category-information h2 {
      font-size: 24px;
      margin: 0 0 20px 0;
    }
    #home-posts-list .category-section .category-information p {
      margin: 0 0 10px 0;
    }
    #home-posts-list .category-section .category-posts {
      width: 100%;
      padding-left: 0;
    }
    #home-posts-list .category-section .category-posts ul {
      margin: 0;
      padding: 0;
      display: block;
    }
    #home-posts-list .category-section .category-posts ul li {
      width: 100%;
      margin: 0 0 20px 0;
      padding: 0;
      list-style: none;
    }
    #home-posts-list .category-section .category-posts ul li:first-child {
      padding-right: 0;
    }
    #home-posts-list .category-section .category-posts ul li:last-child {
      padding-left: 0;
    }
    #home-posts-list .category-section .category-posts ul li:nth-child(2) {
      padding-left: 0;
      padding-right: 0;
    }

    /* Category Page Styling */

    #category-top-section {
      top: 48px;
    }
    #category-top-section .ht-container {
      display: block;
    }
    #category-top-section .current-category {
      display: inline-block;
      margin: 0;
      position: relative;
      padding-right: 16px;
      font-size: 16px;
      color: #003fe6;
      font-family: 'Gilroy';
      font-weight: 700;
    }
    #category-top-section .current-category:after {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -6px;
      content: '';
      width: 12px;
      height: 12px;
      transition: transform 0.2s;
      background: url(../img/tag-menu-arrow.svg) no-repeat center center;
    }
    #category-top-section .current-category.active:after {
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
    }

    #category-top-section ul {
      display: none;
      padding: 10px 0 0 0;
    }
    #category-top-section ul li {
      margin: 0 0 5px 0;
      display: block;
    }
    #category-top-section ul li:last-child {
      margin: 0;
    }
    #category-top-section ul li a {
      font-size: 16px;
    }
    #category-top-section ul li.active a:after {
      display: none;
    }
    #category-top-section form {
      display: none;
    }

    #category-title-section {
      padding: 0 0 30px 0;
    }
    #category-title-section h1 {
      font-size: 32px;
      max-width: none;
      margin: 0 0 10px 0;
    }
    #category-title-section p {
      max-width: none;
    }

    #category-content-section .ht-container {
      display: block;
    }
    #category-content-section .category-sidebar {
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 10000;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      padding: 30% 20px 0 20px;
    }
    #category-content-section .category-sidebar .menu-container {
      padding: 15px 20px;
      position: relative;
      min-height: 0;
    }
    #category-content-section .category-sidebar .menu-container .menu-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 20px 0;
    }
    #category-content-section .category-sidebar .menu-container .menu-top p {
      margin: 0;
      font-size: 18px;
    }
    #category-content-section .category-sidebar .menu-container .menu-top a {
      display: block;
      width: 15px;
      height: 15px;
      background: url(../img/icon-close.svg) no-repeat center center;
    }
    #category-content-section .category-sidebar ul {
      margin: 0;
      padding: 0;
    }
    #category-content-section .category-sidebar ul li {
      margin: 0 0 20px 0;
      position: static;
    }
    #category-content-section .category-sidebar ul li a {
      font-size: 16px;
      color: #383838;
    }
    #category-content-section .category-sidebar ul li a:hover {
      color: #003fe6;
    }

    #category-content-section .category-sidebar .menu {
      position: relative;
    }
    #category-content-section .category-sidebar .menu > li {
      margin: 0;
      padding: 0 20px 20px 0;
      position: static;
      width: 85px;
      border-right: 1px solid #f0f0f2;
    }
    #category-content-section .category-sidebar .menu > li:last-child {
      padding-bottom: 0;
    }
    #category-content-section .category-sidebar .menu > li > a {
      display: block;
      text-align: center;
      padding: 5px 10px;
      border-radius: 8px;
      border: 1px solid #f1f2f4;
      background: #f9fafc;
    }
    #category-content-section .category-sidebar .menu > li.menu-item-has-children > a:after {
      display: none;
    }
    #category-content-section .category-sidebar .menu > li ul {
      display: none;
      padding: 0;
      position: absolute;
      top: 0;
      left: 105px;
    }
    #category-content-section .category-sidebar .menu > li.current-menu-parent ul {
      display: none;
    }
    #category-content-section .category-sidebar .menu > li.active > a {
      background: #003fe6;
      color: #fff;
      border: 1px solid #003fe6;
    }
    #category-content-section .category-sidebar .menu > li.active ul {
      display: block;
    }

    body.show-category-sidebar {
      overflow: hidden;
    }

    #category-content-section .posts-list-container {
      width: 100%;
      padding-right: 0;
    }
    #category-content-section .posts-list-container h2 {
      font-size: 24px;
    }
    #category-content-section .posts-list-container h2 span {
      font-size: 16px;
    }
    #category-content-section .posts-list-container .posts-list-top .mobile-filter {
      font-size: 16px;
      display: inline-block;
      padding: 0 25px 0 0;
      background: url(../img/icon-tag-menu.svg) no-repeat center right / 18px auto;
    }
    #category-content-section .posts-list {
      display: block;
    }
    #category-content-section .posts-list .post-carticle {
      width: 100%;
      margin: 0 0 20px 0;
    }
    #category-content-section.fullwidth .posts-list .post-carticle {
      width: 100%;
      margin: 0 0 20px 0;
    }

    #category-content-section #home-middle-banner {
      background-image: url(../img/mobile-home-banner2-bg.png);
    }
    #category-content-section #home-bottom-banner {
      background-image: url(../img/mobile-home-banner3-bg.png);
    }
    #category-content-section #home-bottom-banner h3 {
      font-size: 18px;
    }

    /* Begginer Page Styling */

    #begginer-breadcrumbs-section ul li {
      margin: 0 0 5px 0;
    }

    #begginer-title-section .view-mobile {
      display: block;
    }
    #begginer-title-section .view-desktop {
      display: none;
    }
    #begginer-title-section .ht-container {
      display: block;
    }
    #begginer-title-section .content {
      width: auto;
    }
    #begginer-title-section .content h1 {
      font-size: 32px;
      margin: 0 0 20px 0;
    }
    #begginer-title-section .content p {
      margin: 0 0 30px 0;
    }
    #begginer-title-section .image-container {
      width: auto;
      float: right;
      margin: 0 0 0 20px;
      max-width: 40%;
    }

    #begginer-guide-section {
      padding: 15px 0;
      background: #fff;
    }
    #begginer-guide-section h2 {
      font-size: 24px;
      margin: 0 0 20px 0;
    }
    #begginer-guide-section h3 {
      font-size: 18px;
    }
    #begginer-guide-section .content {
      display: block;
    }
    #begginer-guide-section .content .video-container {
      width: 100%;
      margin: 0 0 30px 0;
    }
    #begginer-guide-section .content .text-container {
      width: 100%;
      padding: 0;
      text-align: center;
    }
    #begginer-guide-section .content .text-container h3 {
      text-align: left;
    }
    #begginer-guide-section .content .text-container p {
      text-align: left;
    }

    #begginer-list-section {
      padding: 15px 0 30px 0;
    }
    #begginer-list-section h2 {
      font-size: 24px;
      margin: 0 0 20px 0;
    }
    #begginer-list-section .post-item {
      width: 100%;
      margin: 0 auto 40px auto;
    }
    #begginer-list-section .post-item::after {
      display: none;
    }
    #begginer-list-section .post-item:last-child {
      margin-bottom: 0;
    }
    #begginer-list-section .bonus-item .image-container {
      height: 100px;
      padding: 0;
      background-image: url(../img/mobile-bonus-bg.png);
      background-position: right top;
    }
    #begginer-list-section .bonus-item .content {
      padding: 15px 20px;
    }
    #begginer-list-section .bonus-item .content p {
      font-size: 18px;
      margin: 0 0 10px 0;
    }
    #begginer-list-section .bonus-item .content a {
      padding: 10px 30px;
      font-size: 14px;
    }

    /* Single Post Styling */

    #category-top-section.single-post-top {
      padding: 15px 0;
    }

    #single-content-section {
      margin: 0 0 30px 0;
    }
    #single-content-section .ht-container {
      display: block;
    }
    #single-content-section .post-content {
      width: 100%;
      margin: 0;
    }
    #single-content-section .post-content .post-title {
      font-size: 24px;
    }
    #single-content-section .post-content .post-share {
      display: block;
      margin: 0 0 30px 0;
    }
    #single-content-section .post-content .post-share ul {
      margin: 0;
      padding: 0;
    }
    #single-content-section .post-content .post-share ul li {
      margin: 0 20px 0 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      vertical-align: middle;
    }
    #single-content-section .post-content .post-thumbnail {
      border-radius: 8px;
    }
    #single-content-section .post-content h1 {
      font-size: 24px;
      line-height: 1.2;
    }
    #single-content-section .post-content h2 {
      font-size: 20px;
      line-height: 1.2;
    }
    #single-content-section .post-content h3 {
      font-size: 20px;
      line-height: 1.2;
    }
    #single-content-section .post-content h4 {
      font-size: 16px;
    }
    #single-content-section .post-content h5 {
      font-size: 16px;
    }
    #single-content-section .post-content h6 {
      font-size: 16px;
    }
    #single-content-section .post-content #ez-toc-container {
      display: block;
    }
    #single-content-section .post-content #ez-toc-container .ez-toc-title {
      display: none;
    }

    #single-content-section .post-sidebar {
      width: 100%;
      display: none;
    }
    #single-content-section .post-sidebar.sticky {
      position: static;
    }
    #single-content-section .post-sidebar .sidebar-share ul li {
      margin: 0 10px;
    }

    #single-content-section .post-sidebar .sidebar-form {
      height: 100px;
      background: url(../img/mobile-home-banner2-bg.png) no-repeat center center / cover;
      padding: 10px 20px 0 20px;
    }
    #single-content-section .post-sidebar .sidebar-form h3 {
      font-size: 18px;
      margin: 0 0 5px 0;
      line-height: 1.3;
    }
    #single-content-section .post-sidebar .sidebar-form form {
      height: 30px;
      max-width: 270px;
      display: flex;
      border-radius: 8px;
      border: 1px solid #fff;
      background: #fff;
      overflow: hidden;
    }
    #single-content-section .post-sidebar .sidebar-form form input[type='email'] {
      height: 28px;
      line-height: 28px;
      width: calc(100% - 90px);
      padding: 0 15px;
      font-size: 12px;
      border-radius: 0;
    }
    #single-content-section .post-sidebar .sidebar-form form input[type='submit'] {
      width: 90px;
      height: 28px;
      font-size: 12px;
      margin: 0;
    }

    #single-content-section .scroll {
      display: none;
      opacity: 1;
      visibility: visible;
    }
    #single-content-section .scroll.show-scroll {
      display: block;
    }

    #single-bottom-banner .banner-container {
      height: 100px;
      display: block;
      padding: 20px 20px 0 20px;
      background: url(../img/mobile-home-banner3-bg.png) no-repeat center center / cover;
    }
    #single-bottom-banner h2 {
      font-size: 18px;
      margin: 0 0 5px 0;
      display: block;
      line-height: 1.2;
    }
    #single-bottom-banner a {
      padding: 5px 30px;
      font-size: 16px;
      min-width: 130px;
    }
    #single-bottom-banner p {
      display: none;
    }

    #related-posts-section {
      padding: 30px 0;
    }
	  #single-bottom-banner {
		  margin: 0;
	  }
    #related-posts-section h2 {
      font-size: 24px;
      margin: 0 0 15px 0;
    }
    #related-posts-section ul {
      display: block;
      margin: 0;
      padding: 0;
    }
    #related-posts-section ul li {
      width: 100%;
      margin: 0 auto 30px auto;
    }
    #related-posts-section ul li:last-child {
      margin: 0 auto;
    }
    #category-content-section .category-sidebar .menu > li {
      width: 110px !important;
    }
    #category-content-section .category-sidebar .menu > li ul {
      left: 136px !important;
    }
    #sticky-header-overlay {
      height: 0 !important;
    }
    .home-hero-section {
      margin-top: 48px;
    }
    #begginer-breadcrumbs-section {
      margin-top: 94px;
    }
    #home-hero-section {
      margin-top: 48px;
    }
    #begginer-breadcrumbs-section.single-post-breadcrumbs {
      margin-top: 100px;
    }
  }

  @media only screen and (max-width: 400px) {
    /* Home Page Styling */

    #home-hero-section p {
      font-size: 14px;
      margin: 0 0 120px 0;
      max-width: 200px;
    }
  }