/*
Theme Name: custom theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Alatsi&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  font-family: "Public Sans", sans-serif;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
  font-family: "Public Sans", sans-serif;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  font-family: "Public Sans", sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  margin-top: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
  font-family: "Alatsi", sans-serif;
}
h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Alatsi", sans-serif;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-family: "Public Sans", sans-serif;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: .74rem 1rem;
  background: #F7F9FB;
  width: 100%;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #414141;
  padding: 0.5rem 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #000;
  font-weight: 600;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Custom Css */
section.vc_section.sec-banner {
    padding-top: 100px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
section.vc_section.sec-banner p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    width: 50%;
}
.btn-row .wpb_wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.site-btn .vc_general {
    background: #C62828 !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #C62828 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    width: 100% !important;
}
.btn-row .site-btn2 .vc_general {
    background: transparent !important;
    border: 1px solid #fff !important;
}
.btn-row .site-btn2 .vc_general:hover {
    background: #fff !important;
    color: #000 !important;
}
div#main-nav {
    justify-content: center !important;
}
.cont-btn a {
    font-size: 14px;
    line-height: 16px;
    background: #C62828;
    color: #fff;
    padding: 16px 10px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #c62828;
    transition: 0.5s;
    text-decoration: none;
}
.cont-btn a:hover {
    background: transparent;
    border: 1px solid #c62828;
    color: #c62828;
}
.space {
    padding-top: 60px;
}
section.vc_section.sec-quizzess {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.services-content h3 {
    font-size: 24px;
    line-height: 30px;
    color: #020305;
}
.services-content p {
    color: #020305a6;
}
.services-content a {
    color: #020305;
    font-weight: 500;
}
.services-content a i {
    margin-left: 15px;
}
.plat {
    padding-top: 60px;
}
section.vc_section.sec-take-quiz {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ultv-video__outer-wrap {
    height: 563px !important;
}
section.vc_section.sec-take-quiz p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
section.vc_section.sec-take-quiz ul li {
    color: #fff;
    list-style: none;
    padding-bottom: 15px;
    position: relative;
}
section.vc_section.sec-take-quiz ul li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(https://dev.internalstaging.com/web/statebiz//wp-content/uploads/2025/07/Relume-wht.png);
    left: -40px;
}
section.vc_section.sec-platform {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
section.vc_section.sec-empower {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
section.vc_section.sec-empower p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
section.vc_section.sec-unlock {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.vc_section.sec-unlock p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
section.vc_section.sec-success {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
section.vc_section.sec-success p {
    font-size: 18px;
    line-height: 30px;
}
.counter-container span {
    font-size: 48px;
    font-weight: 400;
    color: #020305;
    font-family: "Alatsi", sans-serif;
}
.counter-container p {
    font-size: 16px !important;
    line-height: 25px !important;
    color: #020305;
}
section.vc_section.sec-update {
    padding-top: 80px;
    padding-bottom: 80px;
}
.newsletter p {
    margin: 0;
    width: 73.5%;
    line-height: unset !important;
}
.newsletter {
    width: 100%;
}
.newsletter .btn-primary {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    border-radius: 0;
    background: #222E52;
    border-color: #222E52;
    width: 25%;
    font-size: 14px;
}
.newsletter {
    position: relative;
}
.newsletter p .form-control {
    background: rgb(255 255 255 / 10%);
    border-radius: 0;
    height: 55px;
    border: none;
}
.newsletter p .form-control::placeholder {
    color: rgb(255 255 255 / 60%);
}
.newsletter p .form-control:focus {
    box-shadow: none;
    outline: none;
    color: #fff;
}
section.vc_section.sec-update p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
section.vc_section.sec-update .wpb_text_column {
    margin-bottom: 25px;
}
section.vc_section.sec-cont-info {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
section.vc_section.sec-cont-info p {
    line-height: 25px;
}
section.vc_section.sec-cont-info a {
    color: #000;
    text-decoration: underline;
}
section.vc_section.sec-cont-info .vc_col-sm-4:last-child p:nth-child(2) {
    text-decoration: underline;
}
.ft-2 ul#menu-footer-menu {
    flex-direction: row !important;
    justify-content: center;
}
div#footer-widget {
    padding-top: 56px;
    padding-bottom: 40px;
    background: #fff !important;
}
.ft-3 {
    display: flex;
    justify-content: end;
    align-items: center;
}
section#nav_menu-2 {
    margin: 0;
}
section#zoom-social-icons-widget-2 {
    margin: 0;
}
section#media_image-2 {
    margin: 0;
}
.ft-2 ul#menu-footer-menu a {
    color: #000;
    background: transparent !important;
    font-weight: 600;
    padding: 10px;
}
section.vc_section.sec-banner .vc_general {
    font-family: 'Poppins' !important;
}
.text-banner li {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
}
.sec-banner .takerow p {
    color: #000 !important;
    font-size: 18px;
    width: 100% !important;
    line-height: 34px !important;
}
ul.ft-end {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.ft-end ul {
    gap: 15px;
    padding-left: 20px;
}
ul.ft-end ul li a {
    text-decoration: underline;
    color: #020305 !important;
    font-weight: 500;
}
ul.ft-end li {
    color: #020305;
}
footer#colophon .pb-3 {
    border-top: 1px solid rgb(2 3 5 / 15%);
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
ul.ft-end li a {
    font-weight: 500;
}
.breadcrumbs {
    background: #2b3a67 !important;
    padding: 100px;
    margin-bottom: 20px;
}

.breadcrumbs h1 {
    color: #fff;
    font-weight: 600;
    font-family: 'Alatsi';
    font-size: 50px;
}
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    padding-bottom: 25px;
    padding-left: 0;
}

.contact-form textarea {
    height: 180px;
    resize: none;
}

.contact-form .btn-primary {
    background: #c62828;
    font-size: 18px;
    line-height: 22px;
    border: none;
    padding: 14px 49px;
    border-radius: 0;
    display: block;
    margin: 0 auto;
}

.contact-form .form-control::placeholder {
    font-size: 16px;
    color: rgb(0 0 0 / 50%);
}

.contact-form .form-control:focus {
    box-shadow: none;
}
.takerow .vc_col-sm-4 .vc_column-inner>.wpb_wrapper {
    padding: 20px 20px;
    background: #ffffffbd;
    BORDER-RADIUS: 15px;
    min-height: 250px;
}
section.vc_section.sec-banner ul, section.vc_section.sec-banner ol {
    padding-left: 20px;
    font-family: 'Public Sans';
}
.takerow .vc_col-sm-4 .vc_column-inner>.wpb_wrapper .wpb_text_column {
    margin: 0;
}
.takerow .vc_col-sm-4 .vc_column-inner>.wpb_wrapper h3.vc_custom_heading {
    color: #000 !important;
}

 table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        thead {
            background-color: #007BFF;
            color: #fff;
        }
        th, td {
            text-align: left;
            padding: 12px 15px;
            border-bottom: 1px solid #ddd;
        }
/*         tr:hover {
            background-color: #f1f1f1;
        } */
        th:first-child, td:first-child {
            width: 50px;
        }
        @media (max-width: 768px) {
            table, thead, tbody, th, td, tr {
                display: block;
            }
            th {
                display: none;
            }
            td {
                position: relative;
                padding-left: 50%;
                border-bottom: 1px solid #eee;
            }
            td:before {
                position: absolute;
                top: 12px;
                left: 15px;
                width: 45%;
                white-space: nowrap;
                font-weight: bold;
            }
            td:nth-of-type(1):before { content: "Question"; }
            td:nth-of-type(2):before { content: "Correct Answer"; }
            td:nth-of-type(3):before { content: "Explanation"; }
        }
section.vc_section.sec-take-quiz .vc_general {
    width: 100% !important;
}
.services-img {
    width: 50%;
}

.services-img img {
    width: 100%;
}

.space:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: 0;
}
section.vc_section.sec-tax {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.vc_section.sec-tax p {
    font-size: 18px;
}

section.vc_section.sec-tax ul {
    list-style: none;
}

section.vc_section.sec-tax ul li {
    font-size: 17px;
    line-height: 36px;
    font-family: 'Public Sans';
    position: relative;
}

section.vc_section.sec-tax ul li:before {
    content: '';
    position: absolute;
    left: -34px;
    height: 15px;
    width: 15px;
    background: url(https://dev.internalstaging.com/web/statebiz/wp-content/uploads/2025/07/mindfulness.png);
    top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

section.vc_section.sec-tax ul li:nth-child(2):before {
    background: url(https://dev.internalstaging.com/web/statebiz/wp-content/uploads/2025/07/notifications.png);
}

section.vc_section.sec-tax ul li:nth-child(3):before {
    background: url(https://dev.internalstaging.com/web/statebiz/wp-content/uploads/2025/07/finance.png);
}
section.vc_section.sec-take-quiz .site-btn.vc_btn3-inline.vc_do_btn {
    width: 100%;
}
section.vc_section.sec-take-quiz .vc_general {
    height: 70px;
    width: 70% !important;
    line-height: 22px !important;
}

section.vc_section.sec-take-quiz .vc_general:hover {
    background: transparent !important;
    border: 1px solid !important;
}

section.vc_section.sec-veteran ul li a {
    color: #000;
}
section.vc_section.sec-veteran p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
section.vc_section.sec-veteran h3 {
    font-size: 25px;
    line-height: 45px;
}

section.vc_section.sec-guide {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.vc_section.sec-guide p {
    font-size: 18px;
    line-height: 30px;
}

section.vc_section.sec-guide ul li {
    font-size: 17px;
    line-height: 30px;
}
section.vc_section.sec-veteran ul li:before {
    content: '\f00c';
    position: absolute;
    left: -25px;
    font-family: 'FontAwesome';
    top: 6px;
    color: #c62828;
}

section.vc_section.sec-veteran ul li {
    position: relative;
    list-style: none;
}
.services-content {
    width: 50%;
}
.services-box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.space {
    position: relative;
}
.vet-box {
    background: #ccc;
    padding: 10px;
    border: 1px solid #c62828;
    box-shadow: 9px 9px 0 0 #000;
    border-radius: 15px;
    height: 272px;
    display: flex;
    align-items: center;
}

.vet-box h3 {
    margin-top: 0;
    padding-left: 10px;
    line-height: 30px !important;
    font-size: 20px !important;
}
.navbar-brand {
    width: 12%;
}

section#media_image-2 {
}
a {
    font-weight: 600;
}

section.vc_section.sec-quizzess td a {
    font-weight: 600;
    color: #2b3a67;
}

section.vc_section.sec-quizzess thead {
    background: #2b3a67;
}
.ft-2 p {
    text-align: center;
    font-size: 17px;
}
section.vc_section.sec-empower h3 {
    font-size: 23px;
    line-height: 36px;
}
.ft-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.vc_section.sec-empower h2 {
    font-size: 48px;
    line-height: 60px;
    padding: 0;
}
.ft-2 p {
    margin: 0;
}
section.vc_section.sec-guide thead {
    background: #2b3a67 !important;
}
.text-banner2 ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 30px;
}

.text-banner2 ul li h3 {
    color: #fff !important;
    font-size: 38px;
}
.topbar {
    background: #2b3a67;
    padding: 10px;
    text-align: center;
    display: none;
}
.topbar p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.page-id-76 .topbar {
    display: block;
}
.sec-dmca {
    padding-top: 100px;
    padding-bottom: 100px;
}
.feed-form .wpcf7-checkbox.form-control {height: unset;border: none;padding: 0;}

span.wpcf7-list-item {
    display: block;
}

.feed-form {}

.feed-form legend {
    margin-bottom: 20px;
}

.feed-form {
    width: 50%;
    margin: auto;
}

.feed-form  .form-control {
    border: 1px solid;
    border-radius: 7px;
    padding: 10px;
}
.sec-dmca p {
    font-size: 18px;
    line-height: 30px;
}

.feed-form label {
    font-size: 16px;
    line-height: 1.2;
}

.sec-dmca ul li {
    font-size: 17px;
    line-height: 32px;
}
.big-siz p {
    font-size: 30px !important;
    line-height: 40px !important;
}
body .uwy.utb .uai, body .uwy.utb .ulsti, body .uwy.utb .ups {
    width: 100%;
}

section.vc_section.sec-main-blog h1 {
    font-family: 'Alatsi';
}

section.vc_section.sec-main-blog p {
    font-size: 18px;
}

section.vc_section.sec-main-blog strong {
    font-size: 20px;
}

section.vc_section.sec-main-blog ul {
    list-style: none;
    padding-left: 20px;
}

section.vc_section.sec-main-blog ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}

section.vc_section.sec-main-blog {
    padding-top: 80px;
    padding-bottom: 80px;
}


/*=======================
     blog page css
===========================*/
.sec-main-blog .state-naw ul {
    column-count: 3;
    width: 100%;
}
.sec-main-blog .state-naw ul li {
    list-style: disc;
}
.sec-main-blog .state-naw {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
}
.state-list-warp {
    box-shadow: 0px 0px 7px 0px #0000004d;
    padding: 20px;
    border-radius: 20px;
}

.state-list-warp ol {
    column-count: 3;
}

.state-list-warp ol li {
    font-size: 18px;
    margin-bottom: 10px;
}


.user_info_wrapper {
    position: relative;
    padding: 10px;
    box-shadow: 0px 0px 10px -3px #0000005c;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: color 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 30px !important;
}

.user_inoform .user_profile img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.user_inoform .user-data .user_name {
    font-size: 20px;
    font-weight: 700 !important;
    color: #000;
    margin-top: 10px;
    MARGIN-BOTTOM: 10PX;
}
.user_inoform .user-data .user_excerpt {
    FONT-SIZE: 16PX !important;
    line-height: 25px !important;
    margin-bottom: 20px;
    min-height: 70px;
}
.user_info_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #2b3a67;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.user_info_wrapper:hover::before {
    left: 0;
}

.user_info_wrapper * {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}
.user_info_wrapper:hover .user_name,
.user_info_wrapper:hover .user_excerpt,
.user_info_wrapper:hover .read_more {
    color: #fff !important;
}

.read_more {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px;
    border: 1px solid #2b3a67;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    background: #2b3a67;
    color: #fff;
}
.user_info_wrapper:hover .read_more {
    border-color: #fff;
}
.bg-states {
  background-color: #2b3a67;
  width:100%;
  height: 100px;
  clip-path: polygon(
    0 0, 
    100% 0, 
    100% 100%, 
    55% 100%, 
    50% 90%, 
    45% 100%, 
    0 100%
  );
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px !important;
}
.single-post #secondary {
    display: none;
}
.single-post #primary {
    box-shadow: 0px 0px 40px -20px #000;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    padding: 20px;
    border-radius: 10px;
}
.single-post .entry-title {
    margin: 0px;
    background: #2b3a67;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 50% 90%, 45% 100%, 0 100%);
    padding: 40px 0px;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.single-post #primary .post-thumbnail img {
    height: 480px;
    width: 100%;
    object-fit: fill;
}
#comments {
    display: none;
}
.nav-links a {
    background: #2b3a67;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 5px !important;
}
.single-post .entry-meta {
    display: none;
}
.pvc-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pvc-sec .wpb_row {
    box-shadow: 0px 0px 16px -8px;
    padding: 40px 10px;
}

.pvc-sec p strong {
    font-size: 24px;
    line-height: 28px;
}

.pvc-sec p {
    margin-bottom: 15px;
}
/* =====================
Woocommerce page CSS 
=======================*/

.woocommerce-shop #secondary {
    display: none;
}
.woocommerce-shop #primary {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.single-product #secondary {
    display: none;
}
.single-product #primary {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

li.product {
    padding: 10px !important;
    box-shadow: 0px 0px 11px -4px #000;
    border-radius: 6px;
    margin-bottom: 15px !important;
}

li.product .woocommerce-loop-product__title {
    color: #2b3a67;
    text-align: center;
    font-size: 20px !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
section.related.products {
    display: none;
}
.woocommerce-cart #secondary {
    display: none;
}
.woocommerce-cart #primary {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}


a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #2b3a67 !important;
    color: #fff;
    border-radius: 5px;
}

.wc-block-cart__main {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #2b3a67;
}

.wc-block-cart-items {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background: #fff;
}

.wc-block-cart-items__header th {
    background-color: transparent !important;
    color: #ffffff;
    padding: 12px 15px !important;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.wc-block-cart-items__row {
    border-bottom: 1px solid #d4d8e6;
}

.wc-block-cart-items__row:hover {
    background: #f2f4fa;
}

.wc-block-cart-item__image {
    padding: 12px;
    width: 100px;
}

.wc-block-cart-item__image img {
    border-radius: 8px;
    border: 2px solid #2b3a67;
}

.wc-block-cart-item__product {
    padding: 12px 15px;
}

.wc-block-components-product-name {
    font-size: 18px;
    font-weight: 700;
    color: #2b3a67;
    margin-bottom: 5px;
}

.wc-block-cart-item__prices .wc-block-components-product-price__value {
    color: #2b3a67 !important;
    font-weight: 700;
    font-size: 16px;
}

.wc-block-cart-item__quantity {
    margin-top: 10px;
}

.wc-block-components-quantity-selector__input {
    border: 2px solid #2b3a67 !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    font-size: 15px !important;
}

.wc-block-components-quantity-selector__button {
    background: #2b3a67 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: none !important;
    font-size: 16px !important;
    width: 32px;
    height: 32px;
    line-height: 28px;
}

.wc-block-cart-item__remove-link {
    display: inline-block;
    margin-top: 8px;
    color: #b30000;
    font-size: 13px;
    font-weight: 600;
}

.wc-block-cart-item__remove-link:hover {
    color: #ff0000;
}

.wc-block-cart-item__total {
    padding: 12px;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #2b3a67;
}
button.single_add_to_cart_button.button {
    background: #2b3a67 !important;
}
p.price {
    color: #2b3a67 !important;
}
li.product span.price {
    color: #2b3a67 !important;
    text-align: center;
    font-weight: 600 !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #2b3a67 !important;
    color: #fff;
}

li.product .add_to_cart_button {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100%;
}

li.product .button.product_type_simple {
    background: #2b3a67 !important;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.orderby {
    background: #ffffff;
    color: #2b3a67;
    border: 2px solid #2b3a67;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}

.orderby:hover {
    border-color: #1f2c50;
}

.orderby:focus {
    border-color: #2b3a67;
    box-shadow: 0 0 4px rgba(43, 58, 103, 0.4);
}

.orderby option {
    color: #2b3a67;
    font-weight: 500;
}
.woocommerce-pagination {
    text-align: center !important;
    margin: 30px 0 !important;
}

.woocommerce-pagination .page-numbers {
    display: inline-flex !important;
    gap: 5px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: unset !important;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
    display: inline-block !important;
    padding: 8px 14px !important;
    background: #ffffff !important;
    border: 2px solid #2b3a67 !important;
    color: #2b3a67 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: 0.2s ease !important;
}

.woocommerce-pagination .page-numbers li a:hover {
    background: #2b3a67 !important;
    color: #ffffff !important;
}

.woocommerce-pagination .page-numbers .current {
    background: #2b3a67 !important;
    color: #ffffff !important;
}

.woocommerce-pagination .page-numbers .prev,
.woocommerce-pagination .page-numbers .next {
    font-size: 18px !important;
    padding: 8px 16px !important;
}
.woocommerce-checkout aside#secondary {
    display: none;
}

.woocommerce-checkout section#primary {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
}

.boxtrol-wrap .dasr-wrap {
    background: #ccc;
    padding: 15px;
    border: 1px solid #c62828;
    box-shadow: 9px 9px 0 0 #000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    min-height: 360px;
    margin-bottom: 30px !important;
}
.boxtrol-wrap .dasr-wrap h3 {
    margin-top: 0px;
}
.tehdjshu ul li {
    text-align: left !important;
}

.tehdjshu ol li {
    text-align: left !important;
}
.reas-hub-sec p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}
.reas-hub-sec ul li {
	font-size: 18px;
    line-height: 30px;
    color: #000;
}
.reas-hub-sec ol li {
	font-size: 18px;
    line-height: 30px;
    color: #000;
}
.reas-hub-sec h2 {
    color: #000;
}
.faq-wrap .vc_tta-panel {
    background: #c62828 !important;
    margin-bottom: 20px;
    border-radius: 15px;
}

.faq-wrap .vc_tta-panel a {
    background: transparent !important;
}

.faq-wrap .vc_tta-panel .vc_tta-panel-heading {
    background: transparent !important;
    border-radius: unset;
}

.faq-wrap .vc_tta-panel .vc_tta-panel-body {
    background: transparent !important;
}

.faq-wrap .vc_tta-panel .vc_tta-panel-body p {
    color: #fff;
}

.faq-wrap .vc_tta-panel .vc_tta-panel-heading h4 a span {
    color: #fff !important;
    font-size: 23px;
}
.reas-hub-sec a {
    color: #000;
    text-decoration: underline;
}

.faq-wrap .vc_tta-panel i {
    color: #fff !important;
    opacity: 1 !important;
    background: #fff;
}
.reas-hub-sec ol {
    padding-left: 0px;
}

.shop-search-bar {
    position: relative;
    margin-bottom: 25px;
}

.shop-product-search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 14px;
}

.shop-product-search input {
    border: none;
    flex: 1;
    font-size: 14px;
    outline: none;
}

.search-icon {
    color: #c62828;
    font-size: 16px;
}

#productSuggestions {
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    border-radius: 10px;
    margin-top: 10px;
    max-height: 320px;
    overflow-y: auto;
}

.search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-results li {
    border-bottom: 1px solid #eee;
}

.search-results li:last-child {
    border-bottom: none;
}

.search-results a {
    display: flex;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    color: #222;
    align-items: center;
}

.search-results a:hover {
    background: #f7f7f7;
}

.search-results img {
    width: 51px;
    height: 51px;
    border-radius: 6px;
    object-fit: cover;
}

.search-results span {
    font-size: 14px;
    font-weight: 500;
}

.search-results strong {
    font-size: 13px;
    color: #000;
    display: flex;
}

.no-results {
    padding: 12px;
    font-size: 14px;
    color: #777;
}

body.search.search-results aside#secondary {
    display: none;
}

body.search.search-results section#primary {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}


    .blog-search-form {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .blog-search-form input[type="text"] {
        flex: 1;
        padding: 10px 15px;
        border: 1px solid #ccc;
        font-size: 16px;
        box-sizing: border-box;
        outline: unset !important;
    }

    .blog-search-form button {
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-left: 0;
        background-color: #c62828;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        outline: unset !important;
    }

    .blog-search-form button:hover {
        background-color: #2b3a67;
    }


