Eagle.png* {
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
  }
  
  :root {
    --color-blue: #032965;
    --color-black: #000000;
    --color-green: #69bc45;
    --color-light-blue: #0f4aa4;
    --color-gray: #f2f2f2;
    --bs-gutter-x: 30px;
  }
  
  a,
  button {
    transition: all 0.5s ease;
    text-decoration: none;
  }
  
  body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: var(--color-black);
  }
  
  img {
    max-width: 100%;
  }
  
  h1 {
    font-size: 48px;
    line-height: 1em;
    margin: 0;
  }
  
  h2 {
    font-size: 32px;
  font-weight: bold;	  
    line-height: 1.3em;
    margin: 0;
  padding-bottom: .75em;	  
  }
  
  h3 {
    font-size: 24px;
  font-weight: normal;
    line-height: 1em;
    margin: 0;
  }
  
  h4 {
    font-size: 20px;
  font-weight: 500;
    line-height: 1em;
    margin: 0;
  }
  h5 {
    font-size: 18px;
  font-weight: 500;
    line-height: 1em;
  }
  
  p:last-child {
    margin-bottom: 0;
  }
  
  .container {
    --bs-gutter-x: 30px;
  }
  
  .row {
    --bs-gutter-x: 30px;
  }
  
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  
  .header-quick-links {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: right;
    margin: 0;
  }
  
  .header-quick-links li {
    list-style: none;
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 5px;
  }
  
  .header-quick-links li:last-child {
    border-left: 1px solid #464646;
    padding-left: 20px;
  }
  
  .header-quick-links li a {
    color: #454545;
    text-decoration: none;
  }
  
  .header-quick-links li a:hover {
    color: #0f4aa4;
    font-weight: 500;
  }
  
  .header-top {
    background-color: #ffffff;
  }
  
  .main-menu > li {
    margin-left: 30px;
  }
  body:not(.page-id-2024) .main-menu > li.for-dealer {
    display: none;
  }
  .main-menu > li > a {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    padding: 3px 0 !important;
    border-bottom: 2px solid transparent;
  }
  
  .main-menu > li > a:hover,
  .main-menu > li.current-menu-item > a {
    font-weight: 600 !important;
    color: #0f4aa4 !important;
    border-bottom: 2px solid #0f4aa4;
  }
  
  .navbar-main {
    border-bottom: 1px solid #e8e8ea;
    background-color: #f3f3f3;
  }
  
  .hero-home {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    background-color: #f2f2f2;
  }
  
  .hero-home .container {
    z-index: 1;
    position: relative;
  }
  
  .hero-home::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 159px;
    background-image: url(../images/hero-separator.png);
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .page-business-safes .hero-home:before {
    height: 269px;
    background-position: top left;
  }
  .hero-desc {
    position: relative;
    z-index: 1;
    text-align: right;
  }
  
  .hero-desc h3 {
  
    font-weight: 200;
    color: #000000;
  }
  .hero-desc h1 {
    font-weight: 700;
    color: #032965;
    text-transform: uppercase;
  }
  
  .btn-primary {
    background-color: #69bc45;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    padding: 13px 25px;
  }
  .btn-primary:hover,
  .btn-blue {
    background-color: #1b459c;
  }
  
  .btn-blue:hover {
    background-color: #69bc45;
  }
  
  .btn-list-hero-banner .btn {
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 13px 17px;
    font-size: 15px;
  }
  
  .btn-list-hero-banner .btn:first-child {
    margin-left: 0;
  }
  
  footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
  }
  
  footer a {
    color: #d8d8d8;
  }
  
  footer a:hover {
    color: #69bc45 !important;
  }
  
  .icon-ftr {
    display: table-cell;
    vertical-align: middle;
    background-color: #0f4aa4;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  
  .ftr-col {
    padding: 70px 50px 65px 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .ftr-col:last-child {
    border-right: 0;
  }
  
  .ftr-contact ul {
    padding: 0;
  }
  
  .ftr-contact li {
    list-style: none;
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
    text-transform: none;
  }
  
  .ftr-contact li .icon-ftr {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .ftr-contact li strong {
    font-weight: 600;
  }
  
  .ftr-abt {
    text-align: center;
  }
  
  .ftr-logo {
    margin-bottom: 25px;
  }
  
  .ftr-social {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .ftr-social li {
    list-style: none;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
  }
  
  .ftr-abt p {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .ftr-col h5 {
    color: #ffffff;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 600;
  }
  
  .ftr-ql {
    padding: 0;
    margin: 0;
    display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
  }
  
  .ftr-ql li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .ftr-social li a:hover .icon-ftr {
    background-color: #69bc45;
  }
  
  .ftr-contact {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .ftr-contact a {
    color: #ffffff;
  }
  .ftr-cp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .font-700 {
    font-weight: 700;
  }
  .font-200 {
    font-weight: 200;
  }
  .blue-txt {
    color: #032965;
  }
  .custom-list {
    padding: 0;
    margin: 0;
  }
  .custom-list li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    /* background-image: url(../images/bullet-point.png); */
    background-repeat: no-repeat;
    /* background-position: left top 4px; */
    background-image: url(../images/right-arrow-icon.png);
    background-position: left top 8px;
    background-size: 28px 20px;
      min-height:33px;
  }
  .why-before {
    position: relative;
  }
  .why-before::before {
    position: absolute;
    content: "";
    width: 58px;
    height: 65px;
    left: -30px;
    top: -18px;
    background-image: url(../images/why-graphic.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .why-section {
    padding-top: 130px;
    padding-bottom: 115px;
  }
  .why-desc {
    max-width: 90%;
  }
  
  .why-img {
    position: relative;
    text-align: right;
  }
  
  .why-img img {
    position: relative;
    z-index: 1;
    width: 96%;
    height: 575px;
    object-fit: cover;
  }
  
  .why-img::before {
    position: absolute;
    content: "";
    width: 96%;
    height: 99%;
    left: 40px;
    top: 24px;
    background-color: #0f4aa4;
    z-index: 1;
  }
  
  .why-img::after {
    position: absolute;
    content: "";
    width: 126px;
    height: 155px;
    right: -60px;
    bottom: -60px;
    background-image: url(../images/why-img-after.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  .why-col-img {
    margin-top: 45px;
  }
  
  .testimonial-section {
    overflow-x: hidden;
  }
  
  .testimonial-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .testimonial-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  
  .testimonial-before-afer {
    position: relative;
    max-width: 500px;
    margin: 0 auto 50px auto;
  }
  
  .testimonial-before-afer::before {
    position: absolute;
    content: "";
    width: 51px;
    height: 42px;
    left: 0px;
    top: 9px;
    background-image: url(../images/testimonial-before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  
  .testimonial-before-afer::after {
    position: absolute;
    content: "";
    width: 51px;
    height: 42px;
    right: 0px;
    top: 9px;
    background-image: url(../images/testimonial-after.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  .testimonial-section {
    background-color: #032965;
    position: relative;
  }
  
  .testimonial-section::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 118px;
    right: 0px;
    bottom: 0px;
    background-image: url(../images/testi-graphic.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .testimonial-col {
    text-align: center;
    color: #ffffff;
  }
  
  .testimonial-desc {
    padding: 65px 75px;
  }
  
  .tst-slide {
    max-width: 440px;
    margin: 0 auto;
    font-size: 20px;
    font-style: italic;
  }
  
  .tst-slide h5 {
    margin: 30px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
  }
  
  .large-font span {
    display: block;
  }
  
  .safe-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .safe-title {
    margin-bottom: 135px;
  }
  
  .video-safe video {
    width: 100%;
    height: 350px;
  }
  
  .btn-safe .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .business-section {
    overflow: hidden;
  }
  
  .business-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .tab-full .nav-item {
    width: 50%;
    padding-left: 23px;
    padding-right: 23px;
  }
  
  .tab-full .nav-tabs {
    margin: 0;
    border-bottom: 9px solid #012967;
    padding-left: 23px;
    padding-right: 23px;
    background-image: url(../images/tab-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
  }
  
  .tab-full .nav-link {
    width: 100%;
    text-align: left;
    padding: 11px 57px;
    font-size: 50px;
    font-weight: 600;
    background-color: #f2f2f2;
    border: 0;
    color: #012a62;
    border-radius: 0;
    margin: 0;
  }
  
  .tab-full .nav-link.active {
    background-color: #012967;
    color: #ffffff;
  }
  
  .bs-list {
    padding: 0;
    display: flex;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  
  .bs-list li {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    list-style: none;
    flex-basis: 33%;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    position: relative;
  }
  
  .bs-list li h4 {
    margin-bottom: 40px;
    font-weight: 600;
  }
  
  .bs-list li:nth-child(odd) {
    background-color: #ffffff;
  }
  
  .bs-list li:nth-child(even) {
    background-color: #e5e5e5;
  }
  
  .bs-list li a {
    color: #032965;
  }
  
  .bs-list li a:hover {
    color: #69bc45;
  }
  
  .drop-li::before {
    position: absolute;
    content: "";
    width: 126px;
    height: 34px;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/drop-dots-before.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .general-li::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 33px;
    right: 15px;
    bottom: 15px;
    background-image: url(../images/general-dots-before.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .floor-li::before {
    position: absolute;
    content: "";
    width: 39px;
    height: 126px;
    left: 11px;
    top: 72px;
    background-image: url(../images/floorl-dots-before.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .blog-hm-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  
  .blog-col {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
  
  .blog-col::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 87px;
    left: 7px;
    top: -27px;
    background-image: url(../images/blog-bx-before.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center center;
  }
  
  .blog-bx-hm > img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 16px;
  }
  
  .blog-bx-hm h6 {
    color: #484848;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .blog-bx-hm h5 {
    color: #0f4aa4;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
  
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .blog-bx-hm .card-text {
    font-size: 17px;
    margin-bottom: 25px;
  
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 53px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .ftr-contact ul {
    margin: 0;
  }
  
  .case-study-section {
    background-color: #032965;
    padding-top: 50px;
    padding-bottom: 40px;
    overflow-x: hidden;
    color: #ffffff;
  }
  
  .case-slider {
    margin-top: 50px;
  }
  
  .cs-img {
    text-align: right;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .cs-img img {
    position: relative;
    z-index: 2;
  }
  
  .case-slider .carousel-control-next,
  .case-slider .carousel-control-prev,
  .case-slider .carousel-control-next-icon,
  .case-slider .carousel-control-prev-icon {
    width: 45px;
    background-size: 100%;
  }
  
  .cs-img::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 119px;
    right: -65px;
    bottom: -45px;
    background-image: url(../images/cs-graphic.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center center;
    background-size: 100%;
  }
  
  .cs-btn {
    margin-top: 40px;
  }
  
  .cs-btn .btn {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
  
  .cs-btn .btn:hover {
    background-color: #ffffff;
    color: #032965;
  }
  
  .cs-desc p {
    font-size: 18px;
    line-height: 1.3;
  }
  
  .dealer-section {
    background-color: #032965;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
  }
  
  .dlr-img {
    text-align: right;
  }
  
  .dealer-section::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 56px;
    right: 120px;
    bottom: 0px;
    background-image: url(../images/dealer-graphic.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center center;
    background-size: 100%;
  }
  
  .become-dealer-section {
    padding-top: 55px;
  }
  
  .be-dlr-img {
    position: relative;
  }
  
  .be-dlr-img::before {
    position: absolute;
    content: "";
    width: 126px;
    height: 155px;
    left: -35px;
    top: 0px;
    background-image: url(../images/become-graphic.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center center;
    background-size: 100%;
  }
  
  .find-right-section::before {
    display: none;
  }
  
  .find-right-section .dlr-img {
    position: relative;
  }
  
  .find-right-section .dlr-img img {
    position: relative;
    z-index: 2;
  }
  
  .find-right-section .dlr-img::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 102px;
    right: -30px;
    top: 170px;
    background-image: url(../images/find-right-before.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center center;
    background-size: 100%;
  }
  
  .be-dlr-img::before {
    position: absolute;
    content: "";
    width: 126px;
    height: 155px;
    left: -35px;
    top: 0px;
    background-image: url(../images/become-graphic.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center center;
    background-size: 100%;
  }
  
  .be-dealer-desc h2 {
    color: #174ca0;
  }
  
  .resources-section {
    padding-top: 75px;
    padding-bottom: 65px;
    background-color: #f2f2f2;
  }
  
  .find-right-section .row {
    max-width: 1030px;
    margin: 0 auto;
  }
  
  #woocommerce-archive .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  #woocommerce-archive #primary {
    background-color: #202f62;
    text-align: center;
    color: #ffffff;
    padding-top: 55px;
    padding-bottom: 50px;
  }
  
  #woocommerce-archive #primary .custom-html {
    max-width: 84%;
    margin: 0 auto;
  }
  
  #woocommerce-archive #primary .custom-html h3 {
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
  }
  
  #woocommerce-archive #primary .custom-html h3 .light-text {
    font-weight: 200;
  }
  #woocommerce-archive #primary .custom-html h3 .bold-text {
    font-weight: 700;
  }
  
  #woocommerce-archive #primary .cat_desc {
    font-size: 19px;
    max-width: 72%;
    margin: 0 auto;
    line-height: 1.3;
  }
  
  .woocommerce-breadcrumb {
    display: none;
  }
  
  #woocommerce-archive .divctm_row {
    margin-top: 4%;
  }
  #woocommerce-archive .divctm_row > .col-md-3 {
    border-top: 3px solid #f2f2f2;
    padding-top: 7%;
    border-right: 3px solid #f2f2f2;
    padding-left: 6%;
    padding-right: 2%;
  }
  .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 3px;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 {
    padding: 9px 0 20px;
  }
  #woocommerce-archive .yith-wcan-filters .yith-wcan-filter .filter-title {
    background-color: #f2f2f2;
    padding: 18px 16px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #174ca0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(23, 76, 160)' d='M9.013,8.691 L18.014,16.989 L18.014,8.243 L9.013,-0.015 L0.012,8.243 L0.012,16.989 L9.013,8.691 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 15px) 50%;
    padding-right: 50px;
    cursor: pointer;
  }
  #woocommerce-archive
    .yith-wcan-filters
    .yith-wcan-filter
    .filter-title.active_tab {
    background-color: #174ca0;
  
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M9.997,9.293 L19.014,0.980 L19.014,9.741 L9.997,18.015 L0.981,9.741 L0.981,0.980 L9.997,9.293 Z'/%3E%3C/svg%3E");
  }
  .yith-wcan-filters .yith-wcan-filter .filter-content {
  /*display: none;*/
  }
  
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    font-size: 19px;
    color: #211e1f;
    font-weight: 500;
  }
  
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    line-height: 1.7;
    position: relative;
    padding-left: 15px;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input[type="checkbox"]{
    width: 15px;
    height: 15px;
  }
  .yith-wcan-filters
    .yith-wcan-filter
    .filter-items
    .filter-item
    > label
    > a:hover,
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
  .yith-wcan-filters
    .yith-wcan-filter
    .filter-items
    .filter-item.active
    > label
    > a {
    color: #174ca0;
  }
  
  #woocommerce-archive .divctm_row > .col-lg-9 {
    padding-left: 0;
    padding-right: 25px;
  }
  
  #woocommerce-archive .divctm_row > .col-lg-9 #main-content {
    position: relative;
  }
  
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0;
    flex: 33%;
    border-right: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
    float: none;
    align-items: flex-start;
    padding: 35px 45px;
    max-width: 33.33%;
  }
  
  .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 100px !important;
  }
  .woocommerce ul.products::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #ffffff;
  }
  
  .woocommerce ul.products::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
  }
  
  .woocommerce ul.products li.product .button {
    font-size: 16px;
    font-weight: 700;
    background-color: #174ca0;
    padding: 6px 14px;
    color: #ffffff;
    border-radius: 0;
  }
  .woocommerce ul.products li.product .button:hover {
    background-color: #69bc45;
  }
  
  .woocommerce-loop-product__sku {
    font-size: 14px;
    color: #4d4e4e;
    margin-bottom: 0;
  }
  .woocommerce-loop-product__title {
    padding-top: 5px;
    color: #202f62;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
  }
  .woocommerce-loop-product__title:hover,
  .woocommerce-loop-product__sku:hover {
    color: #69bc45;
  }
  ul.page-numbers {
    margin-left: auto;
    margin-right: auto;
    padding: 11px 20px;
    border: 1px solid #2e2b2c;
    border-radius: 9px;
  }
  
  
  ul.page-numbers li a {
    padding: 4px 11px;
    display: block;
    color: #000000;
    font-size: 14px;
  }
  
  ul.page-numbers li .page-numbers.current,
  ul.page-numbers li a:hover {
    color: #ffffff;
    background-color: #174ca0;
    padding: 4px 11px;
    font-size: 14px;
  }
  
  ul.page-numbers li a.prev.page-numbers {
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #000000;
  }
  
  ul.page-numbers li a.next.page-numbers {
    padding-left: 18px;
    margin-left: 18px;
    border-left: 1px solid #000000;
  }
  
  div.page-numbers ul{ 
    margin-left: auto;
    margin-right: auto;
    padding: 11px 20px;
    border: 1px solid #2e2b2c;
    border-radius: 9px;
    list-style: none;
    display: flex;
    align-items: center;
  }
  div.page-numbers ul li{
    display: inline-block;
    margin: 0 2px;
  }
  div.page-numbers ul li span,
  div.page-numbers ul li a {
    height: 28px;
    padding: 0 11px;
    border: 0;
    display: inline-flex;
    font-size: 14px;
    color: #000000;
    align-items: center;
  }
  div.page-numbers ul li span.current:not(.prev,.next),
  div.page-numbers ul li a:hover{
    background-color: #174ca0;
    color: #fff;
  }
  
  body.page {
    margin: 0;
  }
  
  .woocommerce-pagination {
    margin-top: 9%;
    margin-bottom: 10%;
  }
  
  .woocommerce-pagination .results {
    display: none;
  }
  
  .woocommerce-ordering {
    position: relative;
    margin-right: 40px !important;
  }
  
  .woocommerce-ordering::before {
    content: "Sort by";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    color: #211e1f;
    font-size: 19px;
    margin-top: 17px;
    margin-bottom: 10px;
  }
  
  .woocommerce-ordering .orderby {
    max-width: 310px;
    background-color: #174ca0;
    border: 0;
    color: #ffffff;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
      appearance: none;
  }
  
  .woocommerce .woocommerce-result-count {
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    right: 40px;
    top: 120px;
    border-bottom: 1px solid #000000;
    margin: 10px 0 0;
    min-width: 310px;
    text-align: center;
  }
  #resetFiltersBtn.btn.btn-primary{
  float: left;
    margin-right: 10px;
  }
  
  .woocommerce-products-header {
    display: none;
  }
  
  /* input[type="checkbox"] {
    height: 20px;
    left: 0; 
     visibility: hidden;
     position: absolute;
    width: 100%; 
  }
  
  input[type="checkbox"]::before {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 15px;
    opacity: 1;
    visibility: visible;
    background-image: url(../images/chckbx.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  input[type="checkbox"]::after {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    background-image: url(../images/chckbx-active.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;
    visibility: visible;
  }  */
  
  ul.page-numbers li a.prev.page-numbers {
    background-image: url(../images/pagination-prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 0px;
    width: 111px;
    height: 28px;
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
  }
  
  ul.page-numbers li a.next.page-numbers {
    background-image: url(../images/pagination-next.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 0px;
    width: 82px;
    height: 28px;
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    border-bottom: 1px solid transparent;
  }
  
  ul.page-numbers li a.prev.page-numbers:hover,
  ul.page-numbers li a.next.page-numbers:hover {
    background-color: #e3edfd;
    background-position: center center;
  }
  
  body.single-product .woocommerce-breadcrumb {
    display: none !important;
    font-size: 24px;
    font-weight: 300;
    color: #4d4e4e;
    margin-top: 60px;
    margin-bottom: 5px;
  }
  
  body.single-product .woocommerce-breadcrumb a {
    color: #4d4e4e;
  }
  body.single-product .woocommerce-breadcrumb a:hover {
    color: #69bc45;
  }
  
  body.single-product h1.product_title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
    color: black;
    text-transform: uppercase;
  }
  
  .woocommerce-product-details__short-description h2 {
    margin-bottom: 30px;
  }
  .woocommerce-product-details__short-description ul {
    padding: 0;
    margin: 0 0 35px 0;
  }
  .woocommerce-product-details__short-description ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 27px;
  }
  .woocommerce-product-details__short-description ul li::before {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 10px;
    background-color: #174ca0;
  }
  
  .wpgs-nav .slick-current {
    border: 0;
    position: relative;
    border-color: transparent !important;
  }
  .wpgs-nav .slick-current::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 8px;
    background-color: #174ca0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  
  .wpgs-nav .slick-slide {
    padding-bottom: 15px;
  }
  
  .posted_in a {
    color: #012967;
    text-decoration: underline;
  }
  .posted_in a:hover {
    color: #69bc45;
  }
  
  .product_meta {
    margin-bottom: 35px;
    margin-top: 35px;
      display: none;
  }
  
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    margin-bottom: 80px;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #202f62;
    padding: 5px 25px 0px 25px;
    margin: 0 5px 0 0;
    border-color: #202f62;
    border-radius: 0;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
  .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    /* background-color: #202f62;
    border-color: #202f62; */
    border-radius: 0px;
    background-color: #fff;
    border-color: #202f62;
    border-bottom-color: #fff;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
  .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #202f62;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #202f62;
    border-width: 2px;
  }
  
  .woocommerce-Tabs-panel h2 {
    /* font-size: 26px;
    font-weight: 700; */
  }
  
  .woocommerce table.shop_attributes {
    border: 0;
  }
  .woocommerce table.shop_attributes h4 {
    font-size: 22px;
  }
  
  .woocommerce table.shop_attributes th {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    border: none;
  }
  .site-footer ul.ftr-social {
    margin: 0;
  }
  
  /********event page starts************/
  
  .tribe-events
    .tribe-events-c-events-bar
    .tribe-common-form-control-text__input {
    background: #f2f2f2;
    color: var(--color-black) !important;
    font-weight: 500;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
  }
  
  .tribe-common--breakpoint-medium.tribe-events
    .tribe-events-c-events-bar--border {
    border: 0;
    background: #f2f2f2;
  }
  
  .tribe-events
    .tribe-events-c-view-selector--tabs
    .tribe-events-c-view-selector__content,
  .tribe-events .tribe-events-c-events-bar__search-container {
    background-color: #f2f2f2;
  }
  
  .tribe-common--breakpoint-medium.tribe-events
    .tribe-common-c-btn.tribe-events-c-search__button {
    border-radius: 0;
    background-color: var(--color-green);
    color: white;
    text-transform: uppercase;
  }
  
  .tribe-common--breakpoint-medium.tribe-events
    .tribe-common-c-btn.tribe-events-c-search__button:hover {
    background-color: #0f4aa4;
  }
  
  .tribe-events-header .categories-page {
    width: 100%;
    text-align: center;
  }
  
  .tribe-events-header .news-categories li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .tribe-common .tribe-common-c-btn-border,
  .tribe-common a.tribe-common-c-btn-border {
    border-color: #0f4aa4;
    color: #0f4aa4;
  }
  
  .tribe-events
    .tribe-events-c-subscribe-dropdown
    .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #0f4aa4;
  }
  
  .tribe-events-meta-group a,
  .tribe-events-event-meta a,
  .tribe-events-event-meta a:visited,
  .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
  .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
  .tribe-events-back a,
  .tribe-events-back a:visited,
  .tribe-events .tribe-events-calendar-latest-past__event-title-link,
  .tribe-events .tribe-events-calendar-latest-past__event-title-link:visited {
    color: #0f4aa4;
  }
  
  .tribe-events-meta-group a:hover,
  .tribe-events-event-meta a:hover,
  .tribe-events-event-meta a:visited:hover,
  .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,
  .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
  .tribe-events-back a:hover,
  .tribe-events-back a:visited:hover,
  .tribe-events .tribe-events-calendar-latest-past__event-title-link:hover {
    color: #69bc45;
  }
  
  /********event page end************/
  
  .news-articles-post-content > .container > .row > div[class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 105px;
  }
  .news-articles-post-content > .container > .row > div[class*="col-"] article {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .news-articles-post-content img.img-blog {
    height: 300px;
    object-fit: cover;
  }
  
  body.single-post .site-main .container {
    max-width: 1420px;
  }
  
  body.single-post .site-main {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  
  body.single-post .site-main h4,
  body.single-post .site-main h3,
  body.single-post .site-main h5 {
    margin-bottom: 20px;
  }
  
  body.single-post .site-main h4 {
    font-size: 1.25rem;
    font-weight: 500;
  }
  body.single-post .site-main h5{
    font-size: 18px;
  }
  
  body.single-post .site-main h4,
  body.single-post .site-main h3,
  body.single-post .site-main h5{
    color: #032965;
  }
  
  /* body.single-post .breadcrumbs_sec {
    display: none;
  } */
  
  body.single-post .feature_image {
    margin-bottom: 60px;
  }
  
  body.page-find-a-dealer .bh-sl-filters {
    width: 33.33%;
    margin-right: 0 !important;
    padding-right: 30px !important;
    box-sizing: border-box;
  }
  
  body.page-find-a-dealer .bh-sl-filters:last-child {
    padding-right: 0 !important;
  }
  
  body.page-find-a-dealer .bh-sl-filters select {
    width: 100%;
    background-color: #ffffff;
  }
  
  body.page-find-a-dealer select {
    background-color: #ffffff;
  }
  
  body.page-find-a-dealer #bh-sl-address {
    width: 110px;
    margin-right: 0;
    margin-left: 5px;
  }
  
  body.page-find-a-dealer .bh-sl-container .bh-sl-loc-list ul li {
    border: 1px solid #e8e8e8;
    background-color: #ffffff !important;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  }
  
  body.page-find-a-dealer .bh-sl-container .bh-sl-loc-list ul li:last-child {
    border: 0 !important;
  }
  
  body.page-find-a-dealer
    .bh-sl-container
    .bh-sl-loc-list
    .list-details
    .list-content
    div {
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 25px;
  }
  
  body.page-find-a-dealer
    .bh-sl-container
    .bh-sl-loc-list
    .list-details
    .list-content
    .loc-addr {
    background-image: url(../images/map-icon-blue.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
  }
  
  body.page-find-a-dealer
    .bh-sl-container
    .bh-sl-loc-list
    .list-details
    .list-content
    .loc-web {
    background-image: url(../images/globe.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
  }
  
  body.page-find-a-dealer
    .bh-sl-container
    .bh-sl-loc-list
    .list-details
    .list-content
    .loc-directions {
    background-image: url(../images/directions.png);
    background-repeat: no-repeat;
    background-position: left top;
  }
  
  body.page-find-a-dealer
    .bh-sl-container
    .bh-sl-loc-list
    .list-details
    .list-content
    .loc-phone {
    background-image: url(../images/phone-icon-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  body.page-find-a-dealer
    .bh-sl-container
    .bh-sl-loc-list
    .list-details
    .list-content
    .loc-email {
    background-image: url(../images/email-icon-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  body.page-find-a-dealer .bh-sl-container .bh-sl-loc-list .list-details .list-content > div
  {
    font-size: 14px !important;
  }
  body.page-find-a-dealer .bh-sl-container .bh-sl-loc-list .list-details .list-content div.loc-name {font-size: 16px !important;}
  .loc-name-map {
    font-weight: 700;
    color: #174ca0;
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .address-icon-map,
  .url-icon-map,
  .email-icon-map,
  .padding-left20,
  .phone-icon-map {
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
  
  .address-icon-map {
    background-image: url(../images/map-icon-blue.png);
    background-repeat: no-repeat;
    background-position: left top;
  }
  
  .url-icon-map {
    background-image: url(../images/globe.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  
  .email-icon-map {
    background-image: url(../images/email-icon-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  
  .phone-icon-map {
    background-image: url(../images/phone-icon-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  
  .email-icon-map a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    outline: none !important;
    border: 0;
  }
  
  body.page-find-a-dealer .bh-sl-container .loc-name {
    font-size: 20px;
    font-weight: 700;
    color: #174ca0;
    padding-left: 0 !important;
  }
  
  .modal_header {
    position: relative;
    margin-bottom: 10px;
  }
  
  .modal_header button.btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    outline: none !important;
    border: 0;
  }
  
  .fancybox-container .form-group {
    margin-bottom: 10px;
  }
  .fancybox-container .form-group label {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
  }
  
  .fancybox-container .form-group label.checkbox-inline {
    font-weight: 400;
  }
  
  .fancybox-container .form-control {
    padding: 5px 10px;
  }
  
  .fancybox-container .ctm_checkbox {
    margin-left: 0;
  }
  
  .fancybox-container .ctm_checkbox input[type="checkbox"] {
    left: 0px;
    top: 0;
    visibility: visible;
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .fancybox-container .ctm_checkbox input[type="checkbox"]::before,
  .fancybox-container .ctm_checkbox input[type="checkbox"]::after {
    opacity: 0;
    display: none;
  }
  
  .fancybox-container .btn-primary {
    color: #ffffff;
    background-color: #0f4aa4;
    border: 0;
    padding: 11px 25px 12px 25px;
    margin-top: 15px;
  }
  
  .fancybox-container .btn-primary:hover,
  .bh-sl-container button:hover {
    background-color: #69bc45;
  }
  
  .fancybox-slide > * {
    overflow-x: hidden;
  }
  
  button,
  a {
    outline: none !important;
  }
  
  .gm-style .gm-style-iw-c {
    padding: 18px !important;
    box-shadow: none !important;
  }
  
  .ftbgcolor {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  
  .ftbgcolor a {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .ftbgcolor a:hover {
    color: #69bc45;
  }
  
  .ftbgcolor .desc_map p:first-child {
    margin-bottom: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
  }
  
  body.page-find-a-dealer .desc_map h2 {
    color: #1b459c;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  body.page-find-a-dealer .desc_map p {
    font-size: 16px;
  }
  
  body.page-find-a-dealer .desc_map {
    margin-bottom: 50px;
  }
  
  .tribe-events-calendar-list__event-featured-image{
    display: inline-block !important; 
  }
  
  .tribe-events-calendar-list__event-featured-image-link{
    text-align: center !important;
  }
  
  @media (min-width: 1400px) {
    .container {
      max-width: 1280px;
    }
  }
  
  @media only screen and (max-width: 1400px) {
    /* .hero-desc h1,
    .large-font span {
      font-size: 60px;
    } */
    /* h3,
    .tab-full .nav-link {
      font-size: 40px;
    } */
    .cs-desc p{
      font-size: 18px;
    }
    /* .large-font,
    h2 {
      font-size: 50px;
    } */
    /* .hero-desc h3 {
      font-size: 50px;
    } */
    .btn-list-hero-banner .btn {
      font-size: 13px;
    }
  }
  
  @media only screen and (max-width: 1100px) {
    /* .hero-desc h1,
    .large-font span {
      font-size: 60px;
    } */
    /* .hero-desc h3 {
      font-size: 55px;
    } */
    /* h3 {
      font-size: 40px;
    } */
    .why-desc {
      max-width: 100%;
    }
    .testimonial-desc .carousel-control-prev {
      left: -70px;
    }
    .testimonial-desc .carousel-control-next {
      right: -70px;
    }
    /* .tab-full .nav-link,
    .bs-list li h4,
    h4 {
      font-size: 30px;
    } */
    .bs-list li img {
      max-width: 80%;
    }
    .container {
      max-width: 100%;
    }
    .why-section {
      padding-right: 35px;
    }
    .floor-li::before,
    .general-li::before,
    .drop-li::before,
    .blog-col::before,
    .why-img::after,
    .testimonial-section::before {
      display: none;
    }
    .testimonial-desc .carousel-control-next,
    .testimonial-desc .carousel-control-prev {
      width: 25px;
    }
    .testimonial-desc .carousel-control-prev {
      left: 0px;
    }
    .testimonial-desc .carousel-control-next {
      right: 0px;
    }
    .tst-slide {
      max-width: 75%;
      margin: 0 auto;
    }
    .testimonial-desc {
      padding: 20px 15px;
    }
    /* h2 {
      font-size: 48px;
    } */
    .ftr-col {
      padding: 50px 20px;
    }
    #woocommerce-archive .divctm_row > .col-md-3 {
      width: 36%;
    }
    #woocommerce-archive .divctm_row > .col-lg-9 {
      width: 64%;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      max-width: 50%;
      flex: 50%;
    }
    #woocommerce-archive #primary .custom-html h3 {
      font-size: 50px;
    }
    #woocommerce-archive #primary .cat_desc {
      max-width: 100%;
    }
  }
  
  @media only screen and (max-width: 980px) {
    .safe-title {
      margin-bottom: 45px;
    }
    .video-safe {
      margin-top: 20px;
    }
    .tab-full .nav-link {
      padding-left: 25px;
      padding-right: 25px;
      font-size: 22px;
    }
    .ftr-col:last-child {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .bs-list li {
      padding-left: 10px;
      padding-right: 10px;
    }
    /* .tab-full .nav-link,
    .bs-list li h4 {
      font-size: 24px;
    } */
    /* .hero-desc h1,
    .large-font span {
      font-size: 50px;
    } */
    /* h2 {
      font-size: 42px;
    } */
    .why-before::before {
      left: -10px;
    }
    .why-col-img {
      padding-right: 115px;
    }
  
    .ftr-abt,
    .cs-img {
      text-align: left;
    }
    .header-quick-links {
      text-align: center;
    }
    .navbar-toggler,
    .navbar-toggler:focus {
      outline: none;
      box-shadow: none;
    }
    .hero-desc {
      text-align: left;
    }
    .main-menu > li {
      margin-left: 0;
    }
    .main-menu > li > a:hover,
    .main-menu > li > a.active {
      border-color: transparent !important;
      font-weight: 700 !important;
    }
    .main-menu {
      margin: 0;
      padding-top: 20px;
    }
    /* h4 {
      font-size: 34px;
    } */
    .cs-desc,
    .cs-img {
      max-width: 75%;
      margin: 0 auto;
    }
    .become-dealer-section {
      padding-bottom: 55px;
    }
    .be-dealer-desc {
      margin-top: 30px;
    }
    .dlr-img {
      text-align: left;
      margin-top: 30px;
    }
    .blog-col {
      padding-left: 20px;
      padding-right: 20px;
    }
    #woocommerce-archive #primary .custom-html h3 {
      font-size: 44px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .header-quick-links {
      padding-left: 0;
    }
    .header-quick-links li {
      margin-left: 15px;
    }
    .header-quick-links li:first-child {
      margin-left: 0;
    }
    h1{
      font-size: 32px;
    }
  
    /* .hero-desc h1,
    .large-font span,
    .hero-desc h3,
    .large-font {
      font-size: 40px;
    } */
    h2 {
      font-size: 24px;
    }
    h3 {
      font-size: 20px;
    }
    .cs-desc p{
      font-size: 16px;
    }
    .why-section {
      padding-right: 0;
    }
    .why-img::after {
      width: 100px;
    }
    .bs-list li {
      flex-basis: 50%;
    }
    .bs-list li:nth-child(even) {
      background-color: #ffffff;
    }
    .bs-list li:nth-child(odd) {
      background-color: #ffffff;
    }
  
    .ftr-col {
      padding-bottom: 0;
      padding-left: 30px;
      padding-right: 30px;
    }
    .ftr-col:last-child {
      border: 0;
      padding-bottom: 20px;
    }
    body,
    .tst-slide {
      font-size: 16px;
    }
  
    .bs-list li h4 {
      margin-bottom: 20px;
    }
    .bs-list li {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .ftr-contact li,
    .ftr-col h5 {
      margin-bottom: 15px;
    }
    .ftr-contact li:last-child {
      margin-bottom: 0;
    }
    /* h4 {
      font-size: 28px;
    } */
    #woocommerce-archive .divctm_row > .col-md-3 {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      border: 0;
    }
    #woocommerce-archive .divctm_row > .col-lg-9 {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      margin: 0 !important;
      padding: 20px;
    }
    #woocommerce-archive #primary .custom-html h3 {
      font-size: 40px;
    }
    #woocommerce-archive .divctm_row > .col-lg-9 #main-content {
      position: relative;
      padding-left: 30px;
    }
    #woocommerce-archive .divctm_row > .col-md-3 .filters-container {
      padding-left: 30px;
    }
    .woocommerce-ordering {
      margin-right: 0 !important;
    }
    .woocommerce .woocommerce-result-count {
      right: 0;
    }
    ul.page-numbers {
      padding: 10px;
    }
    body.page-find-a-dealer .bh-sl-filters {
      width: 100%;
      padding-right: 0 !important;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .tab-full .nav-item,
    .ftr-ql li {
      width: 100%;
    }
    .bs-list li {
      flex-basis: 100%;
    }
    .btn-list-hero-banner .btn {
      margin-left: 0;
      width: 100%;
    }
    .why-section,
    .blog-hm-section {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .why-col-img {
      padding-right: 70px;
    }
    .testimonial-desc {
      padding-left: 20px;
      padding-right: 20px;
    }
    .testimonial-before-afer::after,
    .testimonial-before-afer::before {
      width: 30px;
      top: 0;
    }
    .ftr-col {
      padding-top: 50px;
    }
    .ftr-contact {
      font-size: 12px;
    }
    .why-img img,
    .testimonial-img img {
      height: 400px;
    }
    .why-img::before {
      width: 92%;
      height: 97%;
    }
    .why-col-img {
      padding-right: 30px;
    }
    .tab-full .nav-item {
      padding-left: 0;
      padding-right: 0;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      max-width: 100%;
      flex: 100%;
    }
  }
  
  /* ************Mayank style start */
  
  .banner-bg {
    background-color: rgba(32, 47, 98, 1);
    padding: 70px 0;
    position: relative;
    background-image: url("../images/dots-pattern.svg");
    background-repeat: no-repeat;
    background-position: 95% 95%;
    background-size: 152px;
  }
  .banner-bg h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 48px;
  }
  .banner-bg p {
    color: white;
    font-size: 19px;
    text-align: center;
  }
  .dec-global-inner h2 {
    color: #1b459c;
    font-weight: 700;
  }
  .dec-global-inner p {
    font-size: 16px;
  }
  .blue-section {
    background: #1b459c;
    color: white;
    padding: 70px 0;
  }
  .blue-section h2 {
    color: white;
  }
  .dec-blue-inner h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
  }
  .blue-section .custom-list li {
    background-image: url(../images/bullet-point-white.png);
    font-size: 16px;
      
  }
  .blue-section ul {
    padding-top: 20px;
  }
  .trad-section {
    padding: 20px 0 80px;
  }
  @media only screen and (max-width: 991px) {
    .why-img-centre {
      text-align: center !important;
      margin: 20px 0 0 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-bg h1 {
      font-size: 40px;
    }
    .banner-bg p {
      font-size: 16px;
    }
    /* .dec-global-inner h2 {
      font-size: 28px;
    } */
    .why-img-centre::before {
      left: 29px;
    }
    
    .dec-global-inner {
      padding: 0 0 15px 0;
    }
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: unset;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: unset;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
  }
  .woocommerce-Tabs-panel {
    color: #202f62;
  }
  .woocommerce-Tabs-panel--description h2 {
    padding: 0 0 30px 0;
  }
  .woocommerce-Tabs-panel table.shop_attributes td {
    font-style: normal;
  }
  .woocommerce-Tabs-panel--description table.shop_attributes h4 {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .find_dealerBtn {
    background: var(--color-green) !important;
    border-radius: 0 !important;
    font-size: 24px !important;
    text-transform: uppercase;
    color: white !important;
    padding: 15px 40px !important;
    transition: all 0.2s;
    font-weight: 600 !important;
  }
  .find_dealerBtn:hover {
    background: #0f4aa4 !important;
  }
  .woocommerce-Tabs-panel--description .shop_attributes tr td {
    background: transparent !important;
    border: none !important;
  }
  .single-product #woocommerce-product h5{
    color: #032965;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }
  .single-product #woocommerce-product h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
  }
  
  /* ===============blog stype start */
  section.blogBanner h4,
  .event_page_heder h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;

  line-height: 1.6em;
  }
  .blogBanner,
  .event_page_heder {
    background-color: rgba(32, 47, 98, 1);
    padding: 70px 15px;
    position: relative;
    background-image: url(../images/dots-pattern.svg);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    background-size: 152px;
  }
  .news-articles-search-filter {
    padding: 50px 150px;
  }
  .news-articles-search-filter input {
    background: #f2f2f2;
    border: none;
    border-radius: 0px;
    height: 50px;
  }
  .news-articles-search-filter input[type="text"] {
    color: var(--color-black) !important;
    font-weight: 500;
    font-size: 15px;
    padding: 0 0 0 20px;
    font-family: "Poppins", sans-serif;
  line-height: 1.6em;
  }
  .news-articles-search-filter input[type="submit"] {
    background-color: var(--color-green);
    color: white;
    font-size: 19px;
  line-height: 1.6em;
  }
  .news-articles-search-filter input[type="submit"]:hover {
    background-color: var(--color-light-blue);
  }
  input#news-articles-search {
    margin: 0 20px 0 0;
  }
  .news-articles-search-filter form {
    margin: 0 0 50px 0;
  }
  .news-articles-search-filter ul.news-categories {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .news-articles-search-filter ul.news-categories li a {
    color: var(--color-black);
    position: relative;
  }
  .news-articles-search-filter ul.news-categories li {
    list-style: none;
  }
  .news-articles-search-filter ul.news-categories li a.active {
    font-weight: 700;
    color: var(--color-light-blue);
  }
  .news-articles-search-filter ul.news-categories li a.active::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--color-light-blue);
  }
  .news-articles-search-filter ul.news-categories li a:hover {
    color: var(--color-light-blue);
  }
  section.news-articles-post-content .post-desc h4 {
    font-size: 19px;
    font-weight: 700;
  line-height: 1.6em;
    text-transform: uppercase;
    padding: 20px 0;
  }
  section.news-articles-post-content .post-desc h4 a {
    color: #1b459c;
  }
  section.news-articles-post-content .post-desc h4 a:hover {
    color: #69bc45;
  }
  .news-articles-post-content img.img-blog {
    width: 100%;
  }
  section.news-articles-post-content .post-desc p.postauthorname {
    color: #484848;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
      font-size: 0;
  }
  section.news-articles-post-content .post-desc p.post-contact {
    font-size: 17px;
    line-height: 1.6em;
    /* padding-bottom: 20px; */
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  /* section.news-articles-post-content .post-desc .read-title{
    display: none;
  } */
  section.news-articles-post-content .post-desc .readmore {
    background-color: #69bc45;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    padding: 6px 25px;
    display: inline-block;
    position: absolute;
    bottom: 0;
  line-height: 1.6em;
  }
  section.news-articles-post-content .post-desc .readmore:hover {
    background-color: #174ca0;
  }
  
  .fieldpiece-pagination {
    text-align: center;
    border: 1px solid #2e2b2c;
    margin: 0px auto 50px;
    padding: 11px 20px;
    border-radius: 8px;
  }
  .fieldpiece-pagination a {
    margin: 0 20px;
    color: black;
  }
  .fieldpiece-pagination .current {
    background: #0f4aa4;
    padding: 5px 15px;
    color: white;
  }
  
  .post-desc {
    position: relative;
    padding-bottom: 33px;
    flex: 1;
  }
  
  .news-articles-post-content {
    padding-bottom: 20px;
  }
  
  @media only screen and (max-width: 1100px) {
    .news-articles-search-filter {
      padding: 50px 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .fieldpiece-pagination a {
      margin: 0px 7px;
      color: black;
      font-size: 15px;
    }
    section.news-articles-post-content .post-desc .readmore {
      position: unset;
      bottom: 0;
    }
    .post-desc {
      position: unset;
      height: unset;
    }
  }
  @media only screen and (max-width: 479px) {
    input#news-articles-search {
      margin: 0 0px 10px 0;
    }
    .news-articles-search-filter input {
      width: 100% !important;
    }
    .news-articles-search-filter input[type="submit"] {
      width: 50% !important;
    }
    .fieldpiece-pagination {
      width: 100%;
      margin: 30px auto;
      padding: 20px;
      border-radius: 10px;
    }
    .fieldpiece-pagination .current {
      padding: 5px 12px;
    }
    .fieldpiece-pagination a {
      margin: 0px 3px;
    }
  }
  /* ===============blog stype end */
  
  /* =========blog detail style start */
  .hentry h1.entry-title {
    font-size: 48px;
    font-weight: bold;
  line-height: 1em;
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .hentry .entry-meta {
    text-transform: uppercase;
    color: var(--color-light-blue);
    font-size: 16px;
    line-height: 1.6em;
  }
  
  .entry-meta .author {
    display: block;
    margin-top: 5px; /* Adjust the value as needed */
    font-weight: normal;
  }
  
  /*.hentry .entry-meta {
    text-transform: uppercase;
    color: var(--color-light-blue);
    font-size: 16px;
  line-height: 1.6em;
  }
  /* .hentry .post-thumbnail{
    padding: 50px 0;
  } */
  .hentry .post-thumbnail img {
    width: 100%;
  }
  .hentry .entry-content a {
    color: var(--color-green);
    font-weight: 500;
    display: inline-block;
  line-height: 1.6em;
  }
  .hentry .entry-content a:hover {
    color: #0f4aa4;
  }
  
  .hentry .entry-content ul {
    margin-left: 0;
  }
  a#cta_button_8845348_77c87195-9722-43c8-bce2-1eabbc7167c8 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    background: var(--color-green) !important;
    border-radius: 0 !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    height: auto !important;
    transition: all 0.4s ease !important;
    padding: 8px 25px !important;
    text-shadow: none !important;
    width: auto !important;
    line-height: 1.5em !important;
  }
  .post_right_sidebar {
    font-size: 22px;
    color: var(--color-blue);
    font-weight: 700;
  }
  input.search-field {
    height: 50px;
    border: 0px;
    background: #f2f2f2;
    border-radius: 0px;
    padding-left: 15px;
  }
  .post_right_sidebar .c-latest-posts__item .c-latest-posts__wrap {
    display: flex;
    align-items: flex-start;
    grid-column-gap: 10px;
  }
  .post_right_sidebar
    .textwidget
    .c-latest-posts__item
    .c-latest-posts__wrap
    .c-latest-posts__content
    h3.c-latest-posts__entry-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .post_right_sidebar
    .textwidget
    .c-latest-posts__item
    .c-latest-posts__wrap
    .c-latest-posts__content
    h3.c-latest-posts__entry-title
    a {
    color: var(--color-blue);
  }
  .post_right_sidebar
    .textwidget
    .c-latest-posts__item
    .c-latest-posts__wrap
    .c-latest-posts__content
    p {
    color: var(--color-black);
    font-size: 19px;
    margin: 5px 0 0 0;
    font-weight: 500;
  }
  .post_right_sidebar
    .textwidget
    .c-latest-posts__item
    .c-latest-posts__wrap
    .c-latest-posts__content {
    display: flex;
    flex-direction: column-reverse;
  }
  .post_right_sidebar .textwidget .c-latest-posts__item {
    margin: 28px 0;
  }
  .post_right_sidebar .search-form input.search-submit {
    background-color: transparent;
    border: 0;
    background-image: url(../images/search-blog-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 21px;
    height: 22px;
    font-size: 0px;
    align-self: center;
  }
  .post_right_sidebar form.search-form {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    margin: 30px 0;
    background-color: #f2f2f2;
  }
  
  .post_right_sidebar form.search-form > label {
    width: 81%;
  }
  
  .breadcrumbs_sec .breadcrumb {
    font-size: 24px;
    font-weight: 300;
    color: #4d4e4e;
  }
  .breadcrumbs_sec .breadcrumb a {
    color: #4d4e4e;
  }
  .breadcrumbs_sec {
    padding: 50px 0;
  }
  /* =========blog detail style start */
  
  /* ************Mayank style end */
  .service-openings {
    padding: 50px 0;
  }
  .service-wrap-1 .why-img img {
    height: fit-content;
  }
  .service-wrap-1 .why-desc {
    max-width: unset;
  }
  .service-openings .row div[class*="col-"] {
    margin: 30px 0;
  }
  .service-openings-box {
    background: var(--color-blue);
    color: white;
    padding: 30px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.4);
    height: 100%;
  }
  .service-openings-box h4 {
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .service-openings-box p {
    font-size: 17px;
    margin: 20px 0;
  }
  section.main-brd {
    padding: 50px 0 0 0;
  }
  body.page-id-16024 section.main-brd{
    padding: 23px 0 0px 0;
  }
  .breadcrumbs_sec a {
    color: #000;
  }
  .breadcrumbs_sec a:hover {
    color: #0f4aa4;
  }
  section.main-brd a {
    color: #4d4e4e;
  }
  .img-ct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .img-ct-1 {
    margin: 0 0 30px 0;
  }
  .ct-images-wrap h2 {
    color: #1b459c;
    font-weight: 700;
  }
  .ct-images-wrap-h h2 {
    padding: 0 0 0 71px;
  }
  .ct-images-wrap {
    padding: 0 0 40px;
  }
  .ct-dec {
    padding: 0 0 70px 0;
  }
  .ct-cta {
    background-color: var(--color-light-blue);
    padding: 45px 0 0 0;
    background-image: url("../images/cs-graphic.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  section.ct-cta a {
    background: transparent;
    border: 3px solid;
  }
  section.ct-cta a:hover {
    border: 3px solid var(--color-green);
    background: var(--color-green);
  }
  .ct-cta h2 {
    color: white;
    font-weight: 700;
    max-width: 375px;
    margin-bottom: 15px;
    width: 100%;
  }
  @media only screen and (max-width: 991px) {
    .ct-images-wrap-h h2 {
      padding: 35px 0 0 0;
    }
    .ct-images-wrap {
      padding: 0 0 30px 0;
    }
    .img-ct .row {
      --bs-gutter-x: 10px;
    }
    .img-ct-1 {
      margin: 0 0 10px 0;
    }
    .ct-cta h2 {
      max-width: unset;
      width: unset;
    }
    .ct-title {
      text-align: center;
    }
    .ct-main-img {
      text-align: center;
    }
    .ct-main-img img {
      width: 50%;
    }
    .service-openings {
      padding: 10px 0 50px;
    }
  }
  @media only screen and (max-width: 479px) {
    .ct-main-img img {
      width: 80%;
    }
    .ct-cta {
      background-position: 19% center;
    }
  }
  .image-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .img-div {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .img-div::before {
    content: "";
    display: block;
    padding-top: calc(9 / 14 * 100%);
  }
  .img-div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .image-body .img-div:not(:first-child) {
    width: calc(50% - 15px);
  }
  @media (max-width: 767px) {
    .image-body .img-div {
      margin-bottom: 15px;
    }
    .image-body .img-div:not(:first-child) {
      width: calc(50% - 7px);
    }
  }
  .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
    margin-left: 0;
  }
  .tribe-events .datepicker .day.active,
  .tribe-events .datepicker .day.active.focused,
  .tribe-events .datepicker .day.active:focus,
  .tribe-events .datepicker .day.active:hover,
  .tribe-events .datepicker .month.active,
  .tribe-events .datepicker .month.active.focused,
  .tribe-events .datepicker .month.active:focus,
  .tribe-events .datepicker .month.active:hover,
  .tribe-events .datepicker .year.active,
  .tribe-events .datepicker .year.active.focused,
  .tribe-events .datepicker .year.active:focus,
  .tribe-events .datepicker .year.active:hover {
    background-color: var(--color-blue);
  }
  .service-openings--gray {
    background-color: var(--color-gray);
  }
  .register-form {
    padding: 30px;
    background-color: #f5f5f5;
    margin-top: 20px;
  }
  .register-form-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .why-small-desc--warranty {
    margin-bottom: 20px;
  }
  .why-section--warranty {
    padding-top: 50px;
  }
  .service-openings--warranty {
    padding: 80px 0 60px;
  }
  
  /* 12-05-23 start*/
  .hero-home {
    position: relative;
  }
  .hero-home::after {
    content: "";
    position: absolute;
    left: calc(49%);
    top: 100px;
    background: url("https://americansecuritysafes.com/wp-content/uploads/2023/05/Eagle.png")
      left top / contain no-repeat;
    height: 205px;
    width: 229px;
  }
  @media (max-width: 1199px) {
    .hero-home::after {
      left: calc(53%);
      top: 73px;
    }
  }
  @media (max-width: 991px) {
    .hero-home::after {
      left: unset;
      right: 100px;
    }
  }
  /* 12-05-23 End */
  
  /********contact page and dealer page css starts here*********/
  .cnt-sub-title {
    margin: 14px auto 0;
    max-width: 690px;
  }
  
  .cnt-sub-title h5 {

    font-weight: 400;
  }
  .cnt-sub-title h5 a{
    color: #202f62;
    font-weight: 600;
    text-decoration: underline;
  }
  .cnt-sub-title h5 a:hover{
    color: #69bc45;  
  }
  
  .contact-title {
    margin-bottom: 90px;
    text-align: center;
  }
  
  .container1470 {
    max-width: 1470px;
  }
  
  .quick-contact-col h5 {
    font-weight: 700;
    color: #1b459c;
    
    margin-bottom: 15px;
  }
  
  .contact-quick {
    padding: 0;
    margin: 0 0 15px 0;
  }
  
  .contact-quick li {
    list-style: none;
    position: relative;
    padding: 0 0 25px 50px;
    max-width: 250px;
    font-size: 16px;
    line-height: 1.3;
  }
  
  .quick-contact-col p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 90%;
  }
  .quick-contact-col p a{
    color: #202f62;
    font-weight: 600;
    text-decoration: underline;
  }
  .quick-contact-col p a:hover{
    color: #69bc45;
  }
  .contact-quick li img {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .contact-quick li:first-child img {
    top: 5px;
  }
  
  .contact-quick li a {
    color: #000000;
  }
  .contact-quick li a:hover {
    color: #1b459c;
  }
  .social-contact-quick {
    padding: 0;
    margin: 0;
  }
  
  .social-contact-quick li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 10px;
  }
  .social-contact-quick li a img {
    transition: transform 0.2s;
  }
  .social-contact-quick li a:hover img {
    transform: scale(1.1);
  }
  
  .contact-map {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .contact-section {
    padding-bottom: 95px;
  }
  
  .cnt-bx {
    background-color: #1b459c;
    color: #ffffff;
    padding: 55px 45px;
  }
  
  .cnt-bx h2 {
    text-align: center;
    font-weight: 700;
    font-size: 47px;
    text-transform: capitalize;
    margin-bottom: 33px;
  }
  
  .cnt-rt {
    padding-left: 5%;
  }
  
  .dealer-logo {
    padding: 20px;
    min-width: 180px;
    max-width: 180px;
  }
  
  .dealer-locator-btm-section {
    background-color: #1b459c;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .dealer-locator-btm-section .btn-primary:hover {
    background-color: #012967;
  }
  
  .cnt-bx .wpcf7-form-control-wrap {
    display: block;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  
  .cnt-bx .wpcf7-text {
    display: block;
    width: 100%;
    padding: 25px;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 19px;
    background-color: #ffffff;
  }
  
  .cnt-bx .wpcf7-textarea {
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 25px;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 19px;
    resize: none;
    height: 155px;
  }
  
  .cnt-bx .wpcf7-submit {
    margin-top: 22px;
    background-color: #69bc45;
    color: #ffffff;
    padding: 23px 45px;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: 19px;
  }
  .cnt-bx .wpcf7-submit:hover {
    background-color: #012967;
  }
  
  body.page-online-dealers .register-form-block {
    text-align: center;
  }
  
  body.page-online-dealers .register-form-block h2 {
    font-weight: 700;
    color: #032965;
    /* text-transform: lowercase !important; */
    text-align: center !important;
    margin-bottom: 15px !important;
  }
  .heading-blue h2{
    font-weight: 700;
    color: #032965;
    /* text-transform: lowercase !important; */
    text-align: center !important;
    margin-bottom: 15px !important;
  }
  .register-form-main.w-100 .row div[class*="col-"]{
    width: 100%;
  }
  body.page-online-dealers .register-form-block h2:first-letter {
    text-transform: uppercase !important;
  }
  
  body.page-online-dealers .register-form-block p {
    text-align: center !important;
  }
  
  body.page-online-dealers .register-form-main .col-lg-10 {
    width: 100%;
  }
  
  @media only screen and (max-width: 1100px) {
    .cnt-bx h2 {
      font-size: 40px;
    }
    .cnt-rt {
      padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
  
    .contact-map iframe {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .cnt-bx h2 {
      font-size: 32px;
    }
    .quick-contact-col {
      margin-top: 30px;
    }
    .contact-title {
      margin-bottom: 50px;
    }
    .cnt-bx {
      padding: 30px;
    }
  }
  
  /********contact page and dealer page css ends here*********/
  
  /********knowledge base page css starts here*********/
  
  body.page-knowledge-base-search .ctmaccordion li h4,
  body.single-knowledge-base .ctmaccordion li h4,
  body.post-type-archive-knowledge-base .ctmaccordion li h4,
  body.post-type-archive .ctmaccordion li h4,
  body.single-smart-safe-support .ctmaccordion li h4,
  body.page-template-template-smartsafe-search .ctmaccordion li h4,
  
  body.tax-knowledgebase_cat .ctmaccordion li h4 {
    
    font-weight: 700;
    text-transform: uppercase;
    color: #174ca0;
    padding: 18px 16px;
    background-color: #f2f2f2;
    padding-right: 50px;
  }
  
  body.page-knowledge-base-search .ctmaccordion li h4 a,
  body.single-knowledge-base .ctmaccordion li h4 a,
  body.post-type-archive-knowledge-base .ctmaccordion li h4 a,
  body.post-type-archive .ctmaccordion li h4 a,
  body.single-smart-safe-support .ctmaccordion li h4 a,
  body.page-template-template-smartsafe-search .ctmaccordion li h4 a,
  
  body.tax-knowledgebase_cat .ctmaccordion li h4 a {
    color: #174ca0;
  }
  body.page-knowledge-base-search .ctmaccordion li h4 a:hover,
  body.single-knowledge-base .ctmaccordion li h4 a:hover,
  body.post-type-archive-knowledge-base .ctmaccordion li h4 a:hover,
  body.post-type-archive .ctmaccordion li h4 a:hover,
  body.single-smart-safe-support .ctmaccordion li h4 a:hover,
  body.page-template-template-smartsafe-search .ctmaccordion li h4 a:hover,
  
  body.tax-knowledgebase_cat .ctmaccordion li h4 a:hover {
    color: #012967;
    text-decoration: none;
  }
  
  body.page-knowledge-base-search .ctmaccordion > li.pagenav,
  body.single-knowledge-base .ctmaccordion > li.pagenav,
  body.post-type-archive-knowledge-base .ctmaccordion > li.pagenav,
  body.post-type-archive .ctmaccordion > li.pagenav,
  body.single-smart-safe-support .ctmaccordion > li.pagenav,
  body.page-template-template-smartsafe-search .ctmaccordion > li.pagenav,
  
  body.tax-knowledgebase_cat .ctmaccordion > li.pagenav {
    margin-bottom: 3px;
  }
  
  body.page-knowledge-base-search .ctmaccordion li h4 i::before,
  body.single-knowledge-base .ctmaccordion li h4 i::before,
  body.post-type-archive-knowledge-base .ctmaccordion li h4 i::before,
  body.post-type-archive .ctmaccordion li h4 i::before,
  body.single-smart-safe-support .ctmaccordion li h4 i::before,
  body.page-template-template-smartsafe-search .ctmaccordion li h4 i::before,
  
  body.tax-knowledgebase_cat .ctmaccordion li h4 i::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(23, 76, 160)' d='M9.013,8.691 L18.014,16.989 L18.014,8.243 L9.013,-0.015 L0.012,8.243 L0.012,16.989 L9.013,8.691 Z'/%3E%3C/svg%3E");
    width: 18px;
    height: 17px;
    background-position: center center;
  }
  
  body.page-knowledge-base-search .ctmaccordion .pagenav.open h4 i,
  body.single-knowledge-base .ctmaccordion .pagenav.open h4 i,
  body.post-type-archive-knowledge-base .ctmaccordion .pagenav.open h4 i,
  body.post-type-archive .ctmaccordion .pagenav.open h4 i,
  body.single-smart-safe-support .ctmaccordion .pagenav.open h4 i,
  body.page-template-template-smartsafe-search .ctmaccordion .pagenav.open h4 i,
  
  body.tax-knowledgebase_cat .ctmaccordion .pagenav.open h4 i {
    transform: rotate(180deg);
  }
  
  body.page-knowledge-base-search .ctmaccordion .pagenav h4 i,
  body.single-knowledge-base .ctmaccordion .pagenav h4 i,
  body.post-type-archive-knowledge-base .ctmaccordion .pagenav h4 i,
  body.post-type-archive .ctmaccordion .pagenav h4 i,
  body.single-smart-safe-support .ctmaccordion .pagenav h4 i,
  body.page-template-template-smartsafe-search .ctmaccordion .pagenav h4 i,
  
  body.tax-knowledgebase_cat .ctmaccordion .pagenav h4 i {
    top: 20px;
  }
  
  body.page-knowledge-base-search .ctmaccordion .pagenav ul,
  body.single-knowledge-base .ctmaccordion .pagenav ul,
  body.post-type-archive-knowledge-base .ctmaccordion .pagenav ul,
  body.page-template-template-smartsafe-search .ctmaccordion .pagenav h4 i,
  body.tax-knowledgebase_cat .ctmaccordion .pagenav ul {
    background-color: #ffffff;
  }
  
  body.page-knowledge-base-search .bpress-nav-item-title:hover,
  body.single-knowledge-base .bpress-nav-item-title:hover,
  body.post-type-archive-knowledge-base .bpress-nav-item-title:hover,
  body.post-type-archive .bpress-nav-item-title:hover,
  body.single-smart-safe-support .bpress-nav-item-title:hover,
  body.page-template-template-smartsafe-search .bpress-nav-item-title:hover,
  
  body.tax-knowledgebase_cat .bpress-nav-item-title:hover {
    color: #174ca0;
    text-decoration: none;
  }
  
  body.page-knowledge-base-search .knowledge-container ul,
  body.single-knowledge-base .knowledge-container ul,
  body.post-type-archive-knowledge-base .knowledge-container ul,
  body.post-type-archive .knowledge-container ul,
  body.single-smart-safe-support .knowledge-container ul,
  body.page-template-template-smartsafe-search .knowledge-container ul,
  body.tax-knowledgebase_cat .knowledge-container ul {
    padding: 0;
    margin: 0;
  }
  
  body.page-knowledge-base-search ol,
  body.single-knowledge-base ol,
  body.post-type-archive-knowledge-base ol,
  body.post-type-archive ol,
  body.page-template-template-smartsafe-search ol,
  body.tax-knowledgebase_cat ol {
    padding: 0 0 0 20px;
    margin: 0;
  }
  
  body.page-knowledge-base-search ol li,
  body.single-knowledge-base ol li,
  body.post-type-archive-knowledge-base ol li,
  body.post-type-archive ol li,
  body.single-smart-safe-support ol li,
  body.page-template-template-smartsafe-search ol li,
  
  body.tax-knowledgebase_cat ol li {
    margin-bottom: 3px;
  }
  
  body.page-knowledge-base-search ul li,
  body.single-knowledge-base ul li,
  body.post-type-archive-knowledge-base ul li,
  body.post-type-archive ul li,
  body.single-smart-safe-support ul li,
  body.page-template-template-smartsafe-search ul li,
  
  body.tax-knowledgebase_cat ul li {
    list-style: none;
    margin-bottom: 3px;
  }
  
  body.page-knowledge-base-search .leftSidebar_knowldege,
  body.single-knowledge-base .leftSidebar_knowldege,
  body.post-type-archive-knowledge-base .leftSidebar_knowldege,
  body.post-type-archive .leftSidebar_knowldege,
  body.single-smart-safe-support .leftSidebar_knowldege,
  body.page-template-template-smartsafe-search .leftSidebar_knowldege,
  body.tax-knowledgebase_cat .leftSidebar_knowldege {
    margin-bottom: 50px;
  }
  
  li.single-section {
    padding: 0 0 35px 20px;
  }
  
  
  
  .bpress-heading {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  
  .bpress-heading .fa {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .bpress-heading h3 {
    color: #202f62;
    font-weight: 700;
  }
  
  .bpress-heading h3 a {
    color: #202f62;
  }
  
  .bpress-heading h3 a:hover {
    color: #174ca0;
  }
  
  body.page-knowledge-base-search .postTitle,
  body.single-knowledge-base .postTitle,
  body.post-type-archive-knowledge-base .postTitle,
  body.single-smart-safe-support .postTitle,
  body.single-smart-safe-support h3,
  .post-type-archive-smart-safe-support h3,
  body.tax-knowledgebase_cat .postTitle {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #174ca0;
    margin-bottom: 15px;
  }
  .post-type-archive-smart-safe-support .cat_title h3 a {
    color: #174ca0;
    margin-bottom: 7px;
    display: inline-block;
  }
  .post-type-archive-knowledge-base .image_cat {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .post-type-archive-knowledge-base .image_cat img {
    height: 300px;
    object-fit: contain;
  }
  
  .post-type-archive-knowledge-base .cat_count {
    margin-bottom: 40px;
  }
  
  .post-type-archive-knowledge-base .cat_title h3 {
    color: #202f62;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 5px;
  }
  
  .post-type-archive-knowledge-base .cat_title h3 a {
    color: #202f62;
  }
  .post-type-archive-knowledge-base .cat_title h3 a:hover {
    color: #69bc45;
  }
  
  .knowledge-container {
    margin-bottom: 100px;
  }
  
  .knowledge-bx-inner {
    position: relative;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.08);
  }
  .knowledge-container .col-lg-9 .row > div[class*="col-"]{
    margin-bottom: 30px;
  }
  
  /********knowledge base page css ends here*********/
  
  
  /* 26-05-2023 style start */
  /*   body.page-id-18 section:nth-child(5) {
    padding-top: 0px !important;
  } */
  .page-id-18 section.main-brd {
    padding-bottom: 22px;
  }
  .kb-embed-container {
    margin-bottom: 20px;
  }
  .test-inner{
    height: auto;
  }
  .test-img{
    position: relative;
  }
  .test-img::before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .test-img img{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .testimonial-main-wrap .slick-track {
    display: flex;
  }
  .testimonial-main-wrap .slick-arrow{
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 19px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
  }
  .testimonial-main-wrap .slick-arrow::before{
    display: none;
  }
  .testimonial-main-wrap .slick-arrow.slick-prev{
    left: 30px;
    background-image: url(../images/left-arrow.png);
  }
  .testimonial-main-wrap .slick-arrow.slick-next{
    right: 30px;
    background-image: url(../images/right-arrow.png);
  }
  
  /* style 06-06-2023 start */
  
  section.fire-ratings-wrap {
    padding-top: 0;
  }
  .fire-ratings-wrap-title{
    padding-bottom: 30px;
  }
  .btn-safe-a a{
    text-decoration: none;
  }
  .btn-safe-a a:hover {
    color: white;
  }
  section.view-fire-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .why-img-2 img{
    height: auto;
  }
  .tab-full-2 .nav-link {
    width: auto;
    text-align: center;
    padding: 11px 20px;
    font-size: 15px;
  }
  .tab-full-2 .nav-item {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
  }
  @media only screen and (max-width: 991px){
    .second-video-fire-pd {
      padding-top: 30px;
    }
  }
  /* oprations page style added 07-06-2023 */
  .operating-section{
      padding-bottom:100px;	
  }
  .operating-items {
      margin-bottom:60px;
      text-align:center;
  }
  .operating-items img {
      width:100%;
      margin-bottom: 20px;
  }
  .operating-items h4 {
      text-align: center;
      margin-bottom: 20px;
      color: #002766;

      font-weight: 900;
  }
  @media only screen and (max-width: 1199px){
      .operating-section .col-lg-3 {
          width: 33.33%;
      }
  }
  @media only screen and (max-width: 991px){
      .operating-section .col-lg-3 {
          width: 50%;
      }
  }
  @media only screen and (max-width: 767px){
      .operating-section .col-lg-3 {
          width: 100%;
      }
  }
  
  /* new style added */
  .banner-about h1 {
    margin-bottom: 15px;
  }
  .blockquote_section {
    padding-bottom: 60px;
  }
  /* .rightdesc {
    padding-left: 60px;
  } */
  .page-id-14555 .bottomdesc{
    padding: 40px 0;
  }
  .page-id-14555 .bottomdesc h3.font-200 {
    
    margin: 40px 0px 20px;
  }
  .tab-content {
    padding-bottom: 60px;
  }
  .gl-wrap {
    display: flex;
    flex-flow: row wrap;
  }
  .gl-wrap .gl-list {
    padding-top: 40px;
    width: 33.33%;
    text-align: center;
  }
  .gl-wrap .gl-list img{
    width:131px;
  }
  .rightdesc h4,
  .rightdesc h3{
    color: #002766;
    margin-bottom: 30px;
  }
  .inner-title {
    margin-bottom: 25px !important;
    
    font-weight: 700;
    color: #002766;
  }
  .custom_tab_section {
    padding-top: 80px !important;
  }
  .has-dark-blue-color {
    color: #002766;
  }
  .page-burglary-ratings-explained .be-dlr-img img{
      width:80%;
  }
  .page-burglary-ratings-explained section.become-dealer-section {
    padding-bottom: 60px;
    background-color: #f2f2f2;
    padding-top: 80px;
  }
  
  @media only screen and (max-width: 767px){
    .banner-bg h1 {
      font-size: 32px;
    }
    .bottomdesc .alignleft,
    .bottomdesc .alignright,
    .tab-content .alignleft,
    .tab-content .alignright,
    .tab-content p{
      float:none;
    }
    .custom_tab_section .row1 .col-lg-3 img {
      width: 200px;
      margin-bottom: 40px;
    }
    .rightdesc {
      padding-top: 40px;
      padding-left: 0px;
    }
    .page-id-14555 .bottomdesc h3.font-200 {
      font-size: 26px;
    }
    .page-burglary-ratings-explained .be-dlr-img img{
      width:100%;
    }
  }
  
  @media only screen and (max-width: 575px){
    .gl-wrap .gl-list{
      width:100%;
    }
    .gl-wrap {
      flex-direction:column;
    }
  }
  
  .register-form-block p > a,.register-form-block li > a  {
    color: #202f62;
    font-weight: 600;
    text-decoration: underline;
  }
  
  .register-form-block p > a:hover,.register-form-block li > a:hover{
    color: #69bc45;
  }
  .blockquote_section div[class*="col-"] blockquote.amsec_quote_blockquote:first-child {
    margin-top: 0;
  }
  .safe-section p.smalldesc {
    margin-top: 14px;
    text-align: center;
  }
  .page-id-14555 .safe-title{
    margin-bottom: 75px;
  }
  .header-top div[class*="menu-top-bar-"] .header-quick-links li,
  .navbar-main .main-menu li{
    position: relative;
  }
  .header-top div[class*="menu-top-bar-"] .header-quick-links li ul.sub-menu,
  .navbar-main .main-menu li ul.sub-menu{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    background-color: #012967;
    padding: 20px 25px;
    min-width: 190px;
    text-align: left;
    list-style: none;
  z-index: 9999;
  }
  .header-top div[class*="menu-top-bar-"] .header-quick-links li ul.sub-menu li:last-child,
  .navbar-main .main-menu li ul.sub-menu li:last-child{
    padding: 0;
    border:0;
  }
  .header-top div[class*="menu-top-bar-"] .header-quick-links li ul.sub-menu li,
  .navbar-main .main-menu li ul.sub-menu li{
    margin: 0;
    padding: 5px 0 !important;
    width: 100%;
  }
  .header-top div[class*="menu-top-bar-"] .header-quick-links li ul.sub-menu li a,
  .navbar-main .main-menu li ul.sub-menu li a{
    color: #fff;
    font-weight: 400;
  }
  .navbar-main .main-menu li ul.sub-menu li a{
    font-size: 15px;
    padding: 0;
  }
  .header-top div[class*="menu-top-bar-"] .header-quick-links li ul.sub-menu li a:hover,
  .navbar-main .main-menu li ul.sub-menu li a:hover{
    color: #69bc45;
  }
  .menu-item-has-children span{
    content: "";
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  }
  .header-top div[class*="menu-top-bar-"] .header-quick-links li.contact-dropdown-link{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    
  }
  .navbar-main .main-menu li.menu-item-has-children{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
      flex-wrap:wrap;
  }
  .header-top div[class*="menu-top-bar-"] .header-quick-links li ul.sub-menu,
  .navbar-main .main-menu li ul.sub-menu{display: none;}  
  .navbar-main .main-menu li ul.sub-menu ul.sub-menu {
    top: 0;
    left: calc(100% + 25px);
  }
  .navbar-main .main-menu li ul.sub-menu li::before {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    bottom: 0;
    width: 36px;
  }
  @media (min-width:992px){
    .header-top div[class*="menu-top-bar-"] .header-quick-links li:hover ul.sub-menu,
    .navbar-main .main-menu li:hover > ul.sub-menu{display: block;}
    .menu-item-has-children span{display: none;}
  }
  @media (max-width:991px){
    .contact-dropdown-link{position: relative;}
  }
  .btn-group{
    margin-top: 10px;
  }
  .btn-group a.btn {
    margin: 3px 10px;
  }
  .color_list{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .coloropt_tab div.label{
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 7px;
  }
  .color_list li{
    max-width: 180px;
    text-align: center;
    padding: 0 15px;
      width:100%;
  }
  .color_list li h5{
    font-size: 15px;
    color: #000;
  }
  ul.color_list li .color_img {
      padding-top: 80%;
      position: relative;
      text-align: center;
  }
  ul.color_list li .color_img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      margin: 0 auto;
  }
  .color_list li .color_img img{
    max-width: 100px;
  }
  .variations_form select {
    height: 50px;
    background-color: #f2f2f2;
    border: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 19px;
    padding: 0 0 0 17px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 50%;
    background-size: 14px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .woocommerce-product-details__short-description h3 {
    margin-bottom: 20px;
    color: #032965;
  }
  .woocommerce div.product form.cart div.quantity input {
    height: 42px;
  }
  .woocommerce div.product form.cart button[type="submit"]{
    background-color: #69bc45;
    border-radius: 0;
  }
  .woocommerce div.product form.cart button[type="submit"]:hover{
    background-color: #0f4aa4;
  }
  .variations_form label{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
  }
  @media (min-width:768px){
    .variations_form label{width: 150px;}
  }
  
  /* Style added */
  body.customize-support .custom-html h3 {
      margin: 0 auto;
      max-width: 1130px;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
      margin-left: 0;
  }
  .text-h4{
      font-weight:700;
      color:#1b459c;	
  }
  .cnt-sub-title.diff-cls {
    max-width: 100%;
  }
  .quick-contact-col p {
    margin-bottom: 15px;
  }
  .quick-contact-col p:last-child{
    margin-bottom: 0px;
  }
  
  /* .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
    display: none !important;
  } */
  .yith-wcan-filters .yith-wcan-filter {
    /*display: none;*/
  }
  .yith-wcan-filters .yith-wcan-filter:first-child {
    display: block !important;
  }
  .term-accessories #woocommerce-archive #primary .custom-html {
    max-width: 1233px;
    margin: 0 auto;
  }
  .page-id-14555 .safe-section p.smalldesc {
    text-align: left;
  }
  .page-id-14555 .safe-section h2.font-200.text-center.large-font {
    color: #032965;
    font-weight: 700;
    text-align: left !important;
  }
  li.filter-item.checkbox.level-0.hierarchy-collapsable.no-color.opened ul.filter-items.filter-checkbox.level-1 {
    display: block !important;
  }
  .page-id-14575 .custom_tab_section .rightdesc {
    text-transform: uppercase;
  }
  .page-id-14627 section.operating-section {
    padding-bottom: 20px;
  }
  .woocommerce-Tabs-panel table.shop_attributes tr td{
    padding: 8px 5px;
  }
  .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) td{
    background-color: rgba(0,0,0,.025) !important;
  }
  .woocommerce-product-details__short-description p a.btn.btn-blue {
      max-width: 270px;
      width: 100%;
  }
  /* @media (min-width:768px){
    .page-id-14555 .safe-title h2.large-font,
    .page-id-14575 .why-section .why-before,
    .page-id-14575 .be-dealer-desc .blue-txt{
      font-size: 48px;
    }
  } */
  
  .page-id-16024 .blockquote_section{
    padding-top: 60px;
  }
  .page-id-16024 .blockquote_section .amsec_quote_blockquote{
    margin-bottom: 0;
  }
  .page-id-16024 .safe-section{
    background-color: #e5e5e5;
  }
  .page-id-16024 .safe-section .safe-title{
    margin-bottom: 50px;
  }
  .page-id-16024 .register-form-main{
    border-top: 1px solid #ccc;
  }
  .page-id-16024 .why-section .custom-list{
    margin-bottom: 0 !important;
  }
  .page-id-16024 .register-form-main .why-before  {
    text-align: center;
  }
  
  .page-id-16024 .register-form-main.sec-smart-safes .woocommerce ul.products{
    padding-top: 30px !important;
  }
  .product .thumbnails{
    padding-top: 0 !important;
  }
  .product .thumbnails #slider-prev, 
  .product .thumbnails #slider-next{
    border:0;
    width: 45px !important;
    height: 45px !important;
  }
  .product .thumbnails .yith_slider_arrow span{
    width: 45px !important;
    height: 45px !important;
  }
  .product .thumbnails.slider svg {
    width: 45px !important;
    height: 45px !important;
  }
  .yith_magnifier_zoom_magnifier{
    background-color: #fff !important;
  }
  
  
  /* style 04 07 23  */
  .smartsafe_post_list > .row > div[class*="col-"]{
    margin-bottom: 20px;
  }
  .smartsafe_post_list .bpress-nav-item {
    box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .smartsafe_post_list .bpress-nav-item a.bpress-nav-item-title {
    
  }
  .smartsafe_post_list .bpress-nav-item img {
    width: 28px;
  }
  .smartsafe_post_list .bpress-nav-item a.bpress-nav-item-title {
    color: #202f62;
    font-size: 19px !important;
    text-transform: uppercase;
    font-weight: 600;
    flex: 1;
    margin: 0 0 0 11px;
  }
  .smartsafe_post_list .bpress-nav-item a.bpress-nav-item-title:hover{
    color: #69bc45;
  }
  
  span.bpress-nav-item {
    display: flex;
    grid-column-gap: 9px;
    align-items: flex-start;
  }
  .bpress-nav-item img {
    
    margin-top: 2px;
  }
  .postData > ul li{
    position: relative;
    padding-left: 35px;
  }
  .postData > ul li::before {
    background: url('../images/right-arrow-icon.png');
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 25px;
  }
  .postData > ul {
    margin-bottom: 20px !important;
  }
  .smartsafe_container table.table th p, .smartsafe_container table.table td p {
    font-size: 15px;
  }
  .smartsafe_container .pm-table-container table.table tr td:last-child {
    width: 22%;
  }
  .ctmaccordion .pagenav a {
    line-height: 1.2em !important;
    text-transform: uppercase;
  }
  .ctmaccordion .pagenav li {
    margin-bottom: 11px !important;
  }
  @media (max-width:767px){
    section.blogBanner h4, .event_page_heder h3 {
      font-size:35px !important;
    }
    .news-articles-search-filter form {
      margin: 0;
    }
    .news-articles-search-filter {
      padding: 31px 15px;
    }
    .breadcrumbs_sec {
      padding: 22px 0 0 0;
    }
  }
  body .postData .kb-embed-container {
    max-width: 720px;
    width: 100%;
    padding-bottom: 43.25%;
  }
  .postData table tr td ul{
    margin: 0 !important;
  }
  .postData table tr td ul li{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .postData table tr td,.postData table tr th{
    font-size: 16px;
    line-height: 1.3em;
    padding: 14px 10px;
  }
  .postData iframe{
    max-width: 800% !important;
    width: 100%;
  }
  .video-block{
    position: relative;
    padding-bottom: 43.25%;
    max-width: 720px;
    width: 100%;
  }
  .video-block iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .smartsafe_container .postData ol{
    margin-left: 0;
    padding-left: 24px;
  }
  .ctmaccordion .pagenav ul{
    padding: 20px;
  }
  body .ctmaccordion .pagenav ul {
    padding: 20px 20px 11px;
  }
  .knowledge-bx-inner-sec .smartsafe_post_list .bpress-nav-item img {
    margin: 0;
  }
  body.page-id-16024 section.main-brd {
    padding: 23px 0 23px 0;
    background-color: #e5e5e5;
  }
  body.page-id-16024 section.main-brd .breadcrumb{
    margin-bottom: 0;
  }
  .page-id-16024 .safe-section{
    padding-top: 20px;
  }
  /* .hentry .entry-content p {
    width: 100%;
    display: inline-block;
  } */
  @media (min-width:768px){
    .hentry .entry-content ul.left-img-with-list {
        max-width: calc(100% - 181px);
        margin-left: auto;
    }
  }
  @media (max-width:767px){
    .hentry .post-thumbnail img{
      width: 100%;
    }
  }
  .hentry .entry-content ul li {
    margin-bottom: 5px;
  }
  .smartsafe_container .knowledge-bx-inner{
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .smartsafe_container .list-cls-wrapper .list-cls{
    margin-left: 0 !important;
  }
  .smartsafe_container .knowledge-bx-inner .cat_post_list{
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .smartsafe_container .knowledge-bx-inner .cat_post_list .list-cls-wrapper{
    flex: 1;
  }
  h3.smart-safe-support-list-heading a{
    color: #012967;
    margin-bottom: 7px;
    display: inline-block;
  }
  @media (min-width:992px){
    .equal-2-col .row > div[class*="col-"]{
      width: 50%;
    }
    .video-mt-0 .why-col-img{
      margin-top: 0;
    }
  }
  .product-top-pad-0 .woocommerce .products{
    padding-top: 30px !important;
  }
  .page-id-20403 .contact-section{
    padding: 80px 0;
  }
  @media (min-width:1200px){
    .page-id-20403 .contact-section .quick-contact-col{
      padding: 0 40px;
    }
  }
  .page-id-20403 .contact-section .quick-contact-col p{
    max-width: 100%;
  }
  .page-id-20403 .contact-section .cnt-rt {
    padding-left: 0%;
  }
  .page-id-20452 .blockquote_section{
    padding-top: 23px;
  }
  .bg-back-gray{
    background-color: #f2f2f2;
  }
  .content-ml-auto .why-desc {
    margin-left: auto;
  }
  .border-top-1{
    border-top:1px solid #ccc;
  }
  
  /* 21-07-23 css start */
  
  .dealer-resources-wrap a:hover h3 {
    color: #69bc45;
  }
  .dealer-resources-wrap a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #1b459c;
    padding: 20px;
    width: 100%;
    height: 100%;
  }
  .dealer-resources-wrap img{
    margin-bottom: 10px;
  }
  .dealer-resources-wrap h3 {
    line-height: 1.2em;
    margin: 0 0 0 0;
    text-align: center;
    color: black;
  }
  .dealer-resources-wrap {
    padding-bottom: 50px;
  }
  .dealer-sales-tools-section ul li a {
    color: #202f62;
    text-transform: uppercase;
    font-weight: 600;
  }
  .dealer-sales-tools-section ul li a:hover{
    color:#174ca0;
  }
  .dealer-sales-tools-section ul li a img{
    max-width: 20px;
    margin-right:4px;
  }
  .dealer-sales-tools-section ul {
    margin: 0;
    padding: 0;
  }
  .dealer-sales-tools-section ul li {
    border-bottom: 2px solid #d1d3d4;
    padding: 15px 0;
    list-style: none;
  }
  .dealer-sales-tools-section ul li:last-child{
    border-bottom: 0px;
  }
  .page-template-dealer form.product_flyers_form {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
  }
  .page-template-dealer .product_flyers_form input[type=text] {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    background: #f2f2f2;
    height: 50px;
    border: none;
    border-radius: 0px;
    padding: 20px;
    margin: 0 20px 0 0;
  }
  input.submit_search_usermanuals {
    background-color: var(--color-green);
    color: white;
    font-size: 19px;
    text-transform: uppercase;
    border: 0px;
    height: 50px;
    border-radius: 0px;
    font-weight: 700;
    font-family: 'Poppins';
  } 
  .page-template-dealer .search-class h3 {
    padding-bottom: 32px;
    text-align: center;
  }
  section.dealer-sales-tools-section {
    padding: 80px 0;
  }
  .login-box-wrap {
    padding: 50px 0 70px 0;
  }
  .cform input.form-control {
    height: 50px;
    padding: 20px;
    border: 0px;
    border-radius: 0px;
    background: #f2f2f2;
    margin-bottom: 15px;
  }
  .login-box-wrap h3 {
    padding-bottom: 24px;
  }
  .cform .checkbox-wrap {
    position: relative;
  }
  .cform .checkbox-wrap label {
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .cform .checkbox-wrap input[type="checkbox"]::before {
    left: 13px;
    top: 6px;
  }
  .cform .form-button {
    margin: 15px 0 0 0;
  }
  .cform select.form-control {
    height: 50px;
    border: 0px !important;
    border-radius: 0px !important;
    background: #f2f2f2 !important;
    padding-left: 20px !important;
  }
  .regtxt-wrap h3 {
    
  }
  .regtxt-wrap h4 {
    
  }
  .regtxt-wrap {
    padding: 35px 0 100px 0;
  }
  .regtxt-wrap .cform .form-button {
    margin: 0;
  }
  .regtxt-wrap .cform p{
    padding-bottom: 20px;
  }
  section.dealer-logos {
    padding: 90px 0px;
  }
  @media (max-width:475px){
    .page-template-dealer .product_flyers_form input[type=text] {
      width: 100%;
      margin-bottom: 10px;
  }
  .page-template-dealer form.product_flyers_form {
    flex-direction: column;
  }
  input.submit_search_usermanuals {
    width: 50%;
  }
  }
  .dealer-profile-block{
    padding: 40px 0 90px;
  }
  .form-box-inner{
    background-color: #f2f2f2;
    padding: 40px;
    height: 100%;
  }
  .form-box-inner input.form-control,
  .form-box-inner select.form-control{
    background-color: #fff;
  }
  @media (max-width:767px){
    .form-box-inner{margin-bottom: 20px;padding: 20px;height: auto;}
  }
  .dealer-research{
    padding: 40px 0 0;
  }
  .resource-logo-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
  }
  .dealer-logo-item-block {
    padding: 20px;
    width: 100%;
    background: #efecec;
    text-align: center;
  }
  .dealer-top-text-block {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .dealer-logo-item-block a {
    background: #003da6;
    color: white;
    padding: 1px 5px 3px 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 17px 0 0 0;
    font-size: 14px;
  }
  .register-form-main.text-left .register-form-block h2{
    text-align: left !important;
  }
  .register-form-main.text-left .register-form-block p{
    text-align: left !important; 
  }
  .hide-arrows .carousel-control-prev,
  .hide-arrows .carousel-control-next{
    display: none;
  }
  .page-id-20438 .resources-section .resources-desc h2,
  .page-id-20438 .resources-section .resources-desc h2 span{

    display: inline-block;
  }
  .align-with-text-top .why-col-img {
    margin-top: 213px;
  }
  @media (max-width:1399px){
    .align-with-text-top .why-col-img {
      margin-top: 265px;
    } 
  }
  @media (max-width:1199px){
    .align-with-text-top .why-col-img {
      margin-top: 265px;
    } 
  }
  @media (max-width:1100px){
    .align-with-text-top .why-col-img {
      margin-top: 195px;
    } 
    .why-section{
      padding-right: 0;
    }
  }
  @media (max-width:991px){
    .align-with-text-top .why-col-img {
      margin-top: 30px;
    } 
    .why-col-img{
      padding-right: 15px;
    }
  }
  section.register_page {
    padding: 70px 0 10px;
  }
  .hubspot-register-form {
    padding-bottom: 70px;
  }
  
  
  .which-safe-block-que h5 {
    
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    color: #202f62;
    font-weight: 600;
  }
  .which-safe-block-que li {
    margin-bottom: 7px;
    margin-left: 2px;
    position: relative;
  }
  
  .which-safe-block-que ul {
    margin-bottom: 20px;
  }
  .which-safe-block .which-safe-block--inner {
    background: #f7f9ff;
    padding: 50px;
  }
  @media only screen and (max-width: 767px){
  
  }
  @media only screen and (max-width: 575px){
    .which-safe-block .which-safe-block--inner {
      background: #f7f9ff;
      padding: 20px;
    }
  }
  .which-safe-block--inner .which-safe-block-que input[type="radio"],
  .which-safe-block--inner .which-safe-block-que input[type="checkbox"]{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: unset;
  }
  .which-safe-block--inner .which-safe-block-que input[type="radio"]::before,
  .which-safe-block--inner .which-safe-block-que input[type="radio"]::after,
  .which-safe-block--inner .which-safe-block-que input[type="checkbox"]::before,
  .which-safe-block--inner .which-safe-block-que input[type="checkbox"]::after{
    display: none;
  }
  .which-safe-block--inner .which-safe-block-que label {
    position: relative;
    padding-left: 30px;
  }
  .which-safe-block--inner .which-safe-block-que input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid #69bc45;
  }
  .which-safe-block--inner .which-safe-block-que input[type="radio"] +  label::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    left: 5px;
    bottom: 0;
    background: #202f62;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 0;
  }
  .which-safe-block--inner .which-safe-block-que input[type="radio"]:checked ~ label::after{
    opacity: 1 !important;
  }
  .which-safe-block--inner .which-safe-block-que input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    width: 22px;
    height: 22px;
    border: 2px solid #69bc45;
  }
  .which-safe-block--inner .which-safe-block-que input[type="checkbox"] + label::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: -3px;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    opacity: 0;
  }
  .which-safe-block--inner .which-safe-block-que input[type="checkbox"]:checked ~ label::after{
    opacity: 1 !important;
  }
  @media only screen and (max-width: 767px){
    .which-safe-block--inner .which-safe-block-que input[type="radio"] + label::before {
      top: 1px;
    }
    .which-safe-block--inner .which-safe-block-que input[type="radio"] +  label::after {
      top: 6px;
  }
  .which-safe-block--inner .which-safe-block-que input[type="checkbox"] + label::before {
    top: 1px;
  }
  .which-safe-block--inner .which-safe-block-que input[type="checkbox"] +  label::after {
    top: -2px;
    left: -3px;
  }
  }
  .main-menu > li > a:hover {
    border: 0px transparent !important;
  }
  .back-step:before{
    content: "\f053";
    font-family: FontAwesome;
    font-weight: 400;
  }
  .quize-list-box-main {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .quize-list-box-main > h3 {
    font-size: 36px;
    margin-bottom: 14px;
    font-weight: bold;
  }
  .quize-list-box-main .cat_title h3 {
    color: #202f62;
    font-weight: 700;
    text-transform: uppercase;
    
    margin-bottom: 0;
  }
  .quize-list-box-main .quize-list-box {
    position: relative;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
    height: 100%;
    padding: 16px 30px;
    box-sizing: border-box;
    box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.08);
  }
  .quize-list-box-main .cat_title h3 a {
    color: #202f62;
  }
  .register-form-main h4.text-left{
    text-align: left !important;
  }
  .woocommerce div.product .woocommerce-tabs .panel h3 {
    color: #032965;
  }
  .woocommerce div.product .woocommerce-tabs .panel ul {
    margin-left: 0;
    margin-top: 7px;
  }
  .page-id-1932 .btn-list-hero-banner,
  .page-id-1934 .btn-list-hero-banner{
      text-align: center;
  }
  
  .case-studies-template-default.postid-13813 .ct-cta {
      padding-bottom: 50px;
  }
  body.single-knowledge-base ul + ol{
      padding-left: 55px;
  }
  .header-top .row {
      position: relative;
  }
  .header__search {
      position: absolute;
      top: 100%;
      right: 0;
      padding: 5px;
      background-color: #fff;
      max-width: 800px;
      width: 100%;
      z-index: 1;
  }
  .header__search .form-group.headersearch-form input[type="text"] {
      flex: 1;
      padding-left: 19px;
      border-radius: 0;
  }
  .header__search .form-group.headersearch-form {
      display: flex;
      flex-wrap: wrap;
  }
  .header__search .form-group.headersearch-form  button {
      background-color: #69bc45;
      color: #fff;
      border-color: #69bc45;
      border-radius: 0;
  }
  .product-list-thumb {
      position: relative;
      margin-bottom: 15px;
  }
  .product-list-thumb:before {
      content: "";
      display: block;
      padding-top: 86%;
  }
  .product-list-thumb img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100% !important;
      height: 100% !important;
      object-fit: contain;
  }
  .align-with-ol {
      padding-left: 35px;
      margin-bottom: 20px;
      margin-top: 0;
  }
  .yith_magnifier_zoom_wrap a {
      display: block;
      position: relative;
  }
  .yith_magnifier_zoom_wrap a:before {
      content: "";
      display: block;
      padding-top: 100%;
  }
  .yith_magnifier_zoom_wrap a img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100% !important;
      height: 100% !important;
      object-fit: contain;
  }
  .yith_magnifier_thumbnail a.yith_magnifier_thumbnail {
      position: relative;
  }
  .yith_magnifier_thumbnail a.yith_magnifier_thumbnail:before {
      content: "";
      display: block;
      padding-top: 100%;
  }
  .yith_magnifier_thumbnail a.yith_magnifier_thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100% !important;
      height: 100% !important;
      object-fit: contain;
  }
  li.yith_magnifier_thumbnail {
      border: 1px solid #ccc;
  }
  li.yith_magnifier_thumbnail.active-thumbnail {
      border-color: #202f62;
  }
  .thumbnails.slider {
      margin-top: 30px;
  }
  .postData p a {
      color: var(--color-green);
      font-weight: 500;
      display: inline-block;
  }
  .postData p a:hover {
      color: #0f4aa4;
  }
  .text-blue {
      color: #1b459c;
  }
  h4.font-40 {
      font-size: 40px !important;
      color: #1b459c !important;
      font-weight: bold;
  }
  .single-post .breadcrumb a {
      color: #000;
  }
  .page-id-1932 .hero-home::before,
  .home .hero-home::before,
  .page-id-1934 .hero-home::before{
      opacity:0;
  }
  .page-id-2024 .dealer-section {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .pv-tect-center .register-form-block {
      text-align: left !important;
  }
  .pv-tect-center .register-form-block ul {
      margin-left: 0px;
  }
  .pv-tect-center .register-form-block a {
      text-decoration: none;
      color: var(--color-green);
      font-weight: 500;
      display: inline-block;
  }
  .pv-tect-center .register-form-block a:hover{
      color: #0f4aa4;
  }
  .pv-tect-center .register-form-block h2 {
      
      font-weight: 700;
      color: #1b459c;
      
  }
  .ft-rel {
      position: relative;
  }
  .ftr-contact-priv {
      position: absolute;
      top: 19px;
      right: 0;
  }
  @media only screen and (max-width: 1024px){
      .ftr-contact-priv {
      position: unset;
  }
  }
  .thank-you-block {
      min-height: calc(70vh - 0px);
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .thank-you-block .btn-list-hero-banner {
      display: flex;
      justify-content: center;
  }
  .btn-list-hero-banner.btn-group-block {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }
  .contact-quick li:last-child {
      display: none;
  }
  .search-result-block .search-item-parent:not(:last-child) .search-item {
      border-bottom: 1px solid #ccc;
  }
  .search-result-block .search-item-parent .search-item {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      padding: 30px 0;
  }
  .search-result-block .search-item h2.entry-title a {
      color: #1b459c;
      font-size: 19px;
      font-weight: 700;
      text-transform: uppercase;
  }
  .search-result-block .search-item-parent .search-item a.post-thumbnail img {
      padding: 0;
  }
  .search-item-img {
      width: 25%;
      padding-right: 30px;
  }
  .search-item-content {
      flex: 1;
  }
  .search-item-img a.post-thumbnail {
      position: relative;
      padding-top: 80%;
      display: block;
  }
  .search-item-img a.post-thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  .search-result-block .search-item-parent {
      margin: 0;
  }
  .search-item-content .entry-summary h2 {
      font-size: 20px;
  }
  .search-item-content .entry-summary ul {
      padding-left: 20px;
      margin-left: 0;
      margin-top: 10px;
          list-style: disc;
  }
  .search-item-content p.get_sku {
      margin-bottom: 0;
      font-size: 16px;
  }
  body.search-results .entry-summary {
      font-size: 16px;
      margin-top: 12px;
  }
  /*.search-item-content .entry-summary ul li span {
      display: none;
  }*/
  body.search-results .entry-summary a.button,
  body.search-results .entry-summary a.btn{
      display: none;
  }
  body:not(.term-205, .page-id-16024) .leadinModal{
      display:none !important;
  }
  body.search-results .entry-summary .cpt_post_content ul + p:nth-child(2),
  body.search-results .entry-summary .cpt_post_content ul + p:nth-child(3){
      display: none;
  }
  .yith-wcan-active-filters .active-filter .active-filter-label{margin-bottom:4px;}
  section.news-articles-post-content .post-desc p.postauthorname span.postdate {
      font-size: 15px;
  }
  
  @media (max-width:1400px){
      .woocommerce-ordering{margin-right:0 !important;}
      .woocommerce .woocommerce-result-count{right: 0;min-width: 305px;}
      .woocommerce-ordering::before{margin-right: 25px;}
      #woocommerce-archive .divctm_row > .col-md-3{    padding-left: 35px;padding-right: 20px;}
      .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a{font-size: 17px;}
  }
  @media (max-width:1199px){
      .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding: 25px 25px;}
      .woocommerce-pagination {margin-top: 70px;margin-bottom: 30px;}
      #woocommerce-archive .yith-wcan-filters .yith-wcan-filter .filter-title{font-size: 17px;    background-size: 16px;}
      #woocommerce-archive #primary .custom-html h3{font-size: 44px;}
      #woocommerce-archive #primary .custom-html p{font-size:17px;margin-bottom: 15px;}
  }
  @media (max-width:1024px){
      #woocommerce-archive .divctm_row > .col-md-3{padding: 0 0 0 30px;border:0;width: 100%;}
      #woocommerce-archive .divctm_row > .col-md-9 {width: 100%;padding-left: 30px;padding-right: 0;}
      .woocommerce ul.products{padding-top: 50px !important;}
      .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{width: 33.33%;max-width: 33.33%;flex: unset;margin: 0;}
      .woocommerce ul.products li.product a{font-size:16px;}
      #woocommerce-archive #primary .custom-html h3{font-size: 36px;margin-bottom: 15px;}
      #woocommerce-archive #primary .custom-html{max-width:100%;padding:0 15px;}
      #woocommerce-archive #primary{padding-top: 35px;padding-bottom: 15px;}
  }
  @media (max-width:991px){
      .navbar-main .main-menu li ul.sub-menu{position:unset;width: 100%;}
      .main-menu {margin-left: 0;}
      .navbar-main .main-menu li.nav-item,
      .navbar-main .main-menu li.menu-item{margin-left:0;}
      .header-quick-links li.menu-item.menu-item-has-children {display: inline-flex;align-items: center;}
    form.woocommerce-ordering{width: 100%;margin-top: 20px !important;}
  }
  @media (max-width:767px){
      #woocommerce-archive .divctm_row > .col-md-3 .filters-container{padding-left: 0;}
      .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding: 20px 15px;}
      .woocommerce ul.products li.product .button{font-size: 14px;}
      #woocommerce-archive #primary .custom-html h3{font-size: 32px;}
      #woocommerce-archive #primary .custom-html p{font-size: 15px;}
      .woocommerce .woocommerce-result-count{display:none;}
  }
  @media (max-width:575px){
      .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{width: 50%;max-width: 50%;flex: unset;}
      .woocommerce ul.products li.product a{    font-size: 14px;}
      .woocommerce ul.products.columns-3 li.product:nth-child(odd), .woocommerce-page ul.products.columns-3 li.product:nth-child(odd){padding-left:0;}
      .woocommerce ul.products.columns-3 li.product:nth-child(even), .woocommerce-page ul.products.columns-3 li.product:nth-child(even){padding-right:0;}
  }
  
  p.price {
      display: none;
  }
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
       display: none; 
  }
  
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
      display:none;
  }	
  .woocommerce-product-details__short-description ul li span.fa-li {
      display: none;
  }
  .woocommerce-product-details__short-description ul br {
      display: none;
  }
  .woocommerce-variation.single_variation p {
      display: none;
  }
  body .kb-embed-container iframe, body .kb-embed-container object, body .kb-embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  body .kb-embed-container{
      position:relative;
  }
  
  
  .attachment-shop_thumbnail a {
    display: block;
    position: relative;
    height: auto !important;
    width: 100% !important; 
  }
  .attachment-shop_thumbnail a:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .attachment-shop_thumbnail a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
  .flex-control-nav {
    display: flex;
        grid-column-gap: 15px;
  }
  .flex-control-nav li {
    position: relative;
    width: calc(33.33% - 10px) !important;
    margin-right: 10px;
  }
  .flex-control-nav li img{
      border: 2px solid #ccc;
  }
  .flex-control-nav li img.flex-active{
  border-color: #202f62;	
  }
  
  .flex-control-nav li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .flex-control-nav li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
  
  .flex-control-nav li.active {
    border-color: #202f62;
  }
  
  .zoomWindow {
    background-color: #fff;
  }
  #secondary-slider .splide__track .splide__list .splide__slide {
  width:33.33% !important;
  }
  .splide__slide iframe {
    width: 100%;
  }
  @media (min-width:2000px){
  #woocommerce-category #woocommerce-archive #primary .site-main{max-width: 1903px;margin-left: auto;margin-right: auto;}
  #woocommerce-category #woocommerce-archive .divctm_row{max-width: 1903px;margin-left: auto;margin-right: auto;}
  }
  
  
  [id*="SR7"] .custom.sr7-arrows.sr7-rightarrow {
    background: transparent url(../images/right-arrow-b.png) no-repeat !important;
  }
  [id*="SR7"] .custom.sr7-arrows.sr7-rightarrow:before {
    content: '' !important;
  }
  [id*="SR7"] .custom.sr7-arrows {
    /* background: transparent !important; */
    width: 19px !important;
    height: 36px !important;
  }
  [id*="SR7"] .custom.sr7-arrows.sr7-leftarrow:before {
    content: '' !important;
  }
  [id*="SR7"] .custom.sr7-arrows.sr7-leftarrow {
    background: transparent url(../images/left-arrow-b.png) no-repeat !important;
  }
  
  .feature_image .post-thumbnail{
    text-align: center;
  }
  .tribe-events-single-event-title{
    font-size: 48px;
  }
  @media (max-width:767px){
    .tribe-events-single-event-title{
      font-size: 32px;
    } 
  }
.woocommerce-shop h1 {
    text-transform: uppercase;
    font-weight: bold;
}