@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/*Global Styling*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: 'Inter', sans-serif;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}

html {
    height: 100%;
    width: 100%;
    font-size: 18px;
    overflow-x: hidden;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.background-position {

    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;

}

/* colors */
.black {
    color: #000;
}

/* Global font size */

.up {
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #212529;

}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

p {
    line-height: 28.8px;
    margin-bottom: 0;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #495057;
}

button {
    cursor: pointer;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400;
}

.font600 {
    font-weight: 600;
}

.font900 {
    font-weight: 900;
}

/* Global  margin  and padding */
.padding-main {
    padding: 120px 0;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

#products {
    height: auto !important;
}

.top30 {
    margin-top: 30px;
}

/*social icons*/


textarea {
    resize: none;
}

#nav {
    margin-left: auto;
}

/*transisition*/
ul.nav > li a {
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

/* header hamburger css */
header .hamburger span {
    display: block;
    width: 22px;
    z-index: 9;
    margin-left: auto;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    background: #000;
    border-radius: 3px;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

header .hamburger span:first-child {
    width: 15px;
}

header .hamburger span:nth-last-child(2) {
    width: 10px;
}

header .hamburger.active span {
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -14px);
    background: #000;
}

header .hamburger.active span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

header .hamburger.active span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0px, 7px);
    width: 22px;
}

/* header hamburger css end */


.top-bar {
    background: var(--main-colors-linear, linear-gradient(27deg, #D0202E 0%, #292F7D 100%));
    background: var(--Main-Colors-Linear, linear-gradient(90deg, #D0202E 49.14%, #292F7D 100%));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}

.counter ul {
    gap: 8px;
    display: flex;
}

.counter ul li {
    display: inline-block;
}

.counter ul li span {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.counter ul li {
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 70px;
}

.top-bar p {
    text-transform: uppercase;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-right: 12px;
    color: #fff;
}

.counter {
    margin-left: 12px;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #292F7D;
    padding: 10px 0;
}


.form-header {
    margin-left: 193px;
}


.find-store a {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

a.finder {
    margin-left: 32px;
}

.find-store i {
    margin-right: 7px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

button.navbar-toggler.hamburger {
    display: none;
}

.mobile-nav-logo {
    display: none;
}

.headerHamburger {
    display: none;
}

.headerMobileOverlay {
    display: none;
}

ul.navbar-nav li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #495057;
    margin-right: 40px;
}

ul.navbar-nav li {
    display: inline-block;
}

.inner-header {
    display: flex;
}

.whole a {
    color: #D0202E;
    text-align: right;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 70px;
}

nav#nav {
    display: flex;
    justify-content: space-between;
}

.logo {
    position: absolute;
    top: -87px;
    left: -50px;
}


.inner-header {
    height: 40px;
}

.inner-header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bottom-nav {
    background: var(--main-colors-red, #D0202E);
    padding: 16px 0;
    text-align: center;
}

.bottom-nav ul li {
    display: inline-block;
}

.bottom-nav ul li {
    margin: 0 16px;
}

.filter-block p.active span img {
    transform: rotate(180deg);
}

.bottom-nav ul li a {
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}

.logo a img {
    width: 100%;
    /*     max-width: 90%; */
}

.find-store {
    display: flex;
    align-items: center;
}

body.actived {
    height: 100vh;
    overflow: hidden;
}

.form-header input {
    display: inline-flex;
    border: none;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #353B89;
    color: white;
    width: 497px;
    padding: 14px 14px 14px 50px;
}

.form-header {
    position: relative;
}

form#serachform {
    position: relative;
}

.form-header button {
    position: absolute;
    top: 0;
    bottom: 0;
    background: none;
    border: none;
    color: #fff;
    left: 18px;
    opacity: .5;
}

.headerHamburger span {
    width: 30px;
    height: 1px;
    display: block;
    background-color: #000;
}


.form-header input::placeholder {
    opacity: 0.5;
}

.form-container {
    background: #292F7D;
}

section.home-banner {
    background-color: #292F7D;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

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

.swiper-width {
    width: 55%;
}

.swiper-width1 {
    width: 45%;
}

section.home-banner .para p {
    text-transform: uppercase;
}

section.home-banner .primary-btn a {
    text-transform: capitalize;
}

div#second-btn {
    margin-left: 10px;
}

div#second-btn a {
    border-radius: 4px;
    background: var(--Main-Colors-Yellow, #FAE300);
    border: 1px solid #fae300;
    color: #212529;
}

div#second-btn a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}


.swiper-width1 img {
    width: 100%;
}

.who-width h1 {
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    line-height: 78px;
    padding-bottom: 40px;
}

.para p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #E6E6E7;
    margin-bottom: 40px;
}

.primary-btn a {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    padding: 20px 32px;
    display: inline-block;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.secondary-btn a {
    border-radius: 4px;
    background: var(--main-colors-yellow, #FAE300);
    padding: 20px 32px;
    display: inline-block;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #212529;
}

.two-button {
    display: flex;
}


.secondary-btn {
    margin-left: 10px;
}

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

.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #fff;
}

.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    color: #fff;
    text-align: left;
    margin-left: 100px;
}

.who-width {
    margin-left: 100px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #86878A;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
}


.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

section.find-store-section {
    padding: 50px 0;
}

.heading {
    text-align: center;
}

.heading h2 {
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #212529;
}

.heading p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #495057;
    max-width: 1022px;
    margin: 5px auto 0;
}

ul.tabs {
    text-align: center;
    padding: 40px 0;
}

ul.tabs.sstabs {
    padding: 0 0 40px 0;
}

li.tab-link.current {
    border-radius: 4px;
    background: #292F7D !important;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.tabs-content-flex {
    display: flex;
    /*     justify-content: space-between; */
    flex-wrap: wrap;
    gap: 20px;
    height: auto !important;
}

body.active {
    height: 100vh;
    overflow: hidden;
}

.tabs-width {
    width: 32.2%;
}

.tabs-width .col-holder {
    border-radius: 8px;
    background: #F5F5F6;
}

.tab-content .tabs-width {
    padding: 0 0px 20px;
    margin: 0 0 20px;
}

.tabs-width img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    height: 240px;
    object-fit: cover;
}

.tabs-width {
    position: static !important;
}

.inner-top {
    overflow: hidden;
}

.top-desc {
    text-align: center;
    min-height: 140px;
}

.description {
    border-radius: 8px;
    background: #F5F5F6;
    padding: 30px;
}

.description ul {
    margin: 0;
}

.description h4 {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #212529;
    min-height: 52px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.description ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    color: #495057;
    line-height: 25.6px;
    position: relative;
    padding-left: 25px;
}

.description ul li i {
    position: absolute;
    left: 0;
}

.description ul li span {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    text-decoration-line: underline;
    display: block;
    padding: 0 24px;
}

.description ul li span a {
    color: #212529;
    margin-top: 10px;
    display: block;
}

.description ul li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #212529;
}

.description ul li:first-child a {
    text-decoration: underline;
}

.description ul li i {
    color: #D0202E;
    margin: 6px 10px 0 0;
    width: 16px;
}

.blue-btn a {
    display: flex;
    padding: 18px 52px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--main-colors-blue, #292F7D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.view-btn a {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    padding: 20px 32px;
    display: inline-block;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.view-btn {
    text-align: center;
    margin-top: 60px;
}

section.coupon {
    position: relative;
}

section.coupon::after {
    position: absolute;
    content: "";
    /*     background: radial-gradient(97.89% 97.89% at 50.00% 50.00%, #D0202E 0%, rgba(208, 32, 46, 0.00) 100%); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

section.coupon {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D0202E;
    padding: 100px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

section.coupon .container * {
    /* position: relative; */
    z-index: 1;
    color: #fff;
}

.heading, .yellow-btn {
    position: relative;
}

.yellow-btn a {
    border-radius: 4px;
    background: var(--main-colors-yellow, #FAE300);
    padding: 20px 52px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #212529;
}

.yellow-btn {
    text-align: center;
    margin: 30px 0px 40px;
}

.page-template-fund-raising .yellow-btn {
    margin: 30px 0px 15px !important;
}

.page-template-fund-raising .yellow-btn a {
    min-width: 309px;
}

.page-template-fund-raising .boruchure-red-btn {
    text-align: center;
}

.page-template-fund-raising .boruchure-red-btn a {
    padding: 20px 0px;
    min-width: 309px;
}

.coupen-slider .item img {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.inner-top img {
    max-width: 70% !important;
}

.inner-top {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border: 1px solid #e6e6e6;
    border-radius: 9px;
}

.top-desc {
    text-align: center;
}

.top-desc h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

section.top-ten {
    padding: 100px 0;
}

section.top-ten .heading {
    margin-bottom: 50px;
}

.top-desc h4 {
    margin-top: 32px;
}

.top-desc p {
    margin: 30px;
}

.top-desc p {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #212529;
    margin: 7px 0 20px;
}

.top-desc p span {
    color: #D0202E;
}

.shop-btn a {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    padding: 20px 62px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
}

.shop-btn {
    text-align: center;
}

section.celebrate {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.inner-bg-flex .bd-width {
    max-width: 490px;
}

.bd-width.imagee-sec {
    max-width: 626px;
}

.bd-width h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #fff;
}


.bd-width p {
    font-size: 18px;
    font-style: normal;
    padding: 32px 0 40px;
    color: #E6E6E7;
    font-weight: 400;
    max-width: 75%;
}

.bd-width .yellow-btn {
    margin: 0;
    text-align: left;
}

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

.bd-width {
    margin-left: 85px;
}

.bd-width:last-child {
    margin-left: 0px;
}

.all-pro-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.all-pro-width {
    width: calc(23% - 0px);
    margin-bottom: 40px;
}

.inner-top {
    text-align: center;
}

.feature-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-width {
    width: 32.5%;
    margin-bottom: 20px;
    text-align: center;
}

.inner-feature img {
    width: 100%;
}

.feature-width {
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
    background: #F5F5F6;
}

.inner-feature a {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin: 30px 0 10px;
    display: inline-block;
    color: #212529;
}

section.feature h2 {
    margin-bottom: 50px;
}

.get-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.get-width1 {
    width: 55%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #292F7D;
    background-size: cover;
}

.get-width1 {
    position: relative;
}

.get-width1::after {
    position: absolute;
    content: "";
    background: radial-gradient(97.89% 97.89% at 50.00% 50.00%, #292F7D 0%, rgba(41, 47, 125, 0.00) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.get-width1 * {
    position: relative;
    z-index: 1;
}

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

/* .inner-gett {
    padding: 132px 0px 0 100px;
} */
.inner-gett {
    padding: 132px 100px;
}

.inner-gett h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 52px */
    letter-spacing: 0.4px;
    color: #fff;
    text-transform: uppercase;
}

.inner-sell h2 {
    text-transform: uppercase;
}

.inner-gett p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #E6E6E7;
    max-width: 65%;
    margin: 32px 0 42px;
}

.get-width {
    width: 45%;
    background: #F5F5F6;
    display: flex;
    align-items: center;
}

.get-width img {
    margin: 0 auto;
    max-width: 450px;
    display: block;
}

section.jack-blogs {
    padding: 111px 0 100px;
}

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

.blog-heading h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #212529;
}

a.red-b {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    padding: 20px 32px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
}

.blogs-flex {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blogs-width {
    width: 32%;
}

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

.blogs-flex {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blogs-width {
    width: 32%;
}

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

span.date {
    margin: 40px 0 26px;
    display: block;
    font-size: 14px;
    color: #292F7D;
    font-weight: 500;
}

.blogs-width h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
}

.read-mr {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration-line: underline;
    color: #D0202E;
    text-transform: capitalize;
    margin-top: 40px;
    display: inline-block;
}

.inner-sell {
    border-radius: 10px;
    background-image: url(../images/bck.png);
    text-align: center;
    padding: 80px 0;
    background-color: #D0202E;
}

section.sell-world .yellow-btn {
    margin-bottom: 0;
}

section.sell-world {
    padding-bottom: 100px;
}

.inner-sell * {
    color: #fff;
}

.inner-sell p {
    max-width: 831px;
    margin: 0 auto;
    margin-top: 30px;
    color: #E6E6E7;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
}

.inner-sell p a {
    color: #FAE300;
}

.inner-sell {
    position: relative;
}

.inner-sell::after {
    position: absolute;
    content: "";
    background-image: url(../images/7.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -70px;
    height: 252px;
    width: 210px;
    top: 30px;
}

.inner-sell::before {

    position: absolute;
    content: "";
    background-image: url(../images/2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: -70px;
    height: 279px;
    width: 201px;
}

.inner-sell {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer#footer {
    padding: 61px 0 30px;
    background: #292F7D;
    color: #fff;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-width1 {
    width: 35%;
}

.footer-width {
    width: 17%;
}

.footer-logo p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 80%;
    color: #E6E6E7;
    line-height: 28.8px;
    margin: 40px 0;
}

.socail-ic ul li {
    display: inline-block;
    margin-right: 24px;
}

.socail-ic ul > li > a {
    color: #fff;
    transition: all ease .3s;
}


.socail-ic ul li a:hover {
    color: #FAE300;
}

.footer-width p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}

.quic-links ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #E6E6E7;
    margin-bottom: 15px;
    display: inline-block;
}

.vip h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.vip {
    padding: 32px 82px;
    border-radius: 8px;
    background: #353B89;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vip .yellow-btn {
    margin: 0;
}

.vip {
    margin-top: 67px;
}

.vip h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px; /* 181.25% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #fff;
}

.copyr {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyr * {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #E6E6E7;
}

.copyr ul li a:hover {
    color: #fff;
}

ul.privc li {
    display: inline-block;
}

.vip .yellow-btn a {
    padding: 20px 52px;
}


.map-sli .description {
    padding: 16px 24px;
    background: #fff;
    /* 	height:100%; */
}

.map-sli .description ul {
    margin: 0;
}

.map-sli {
    background: #F5F5F6;
}

.map-sli .description ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    color: #495057;
    line-height: 25.6px;
}

.map-sli .description ul li .txt-holder {
    overflow: hidden;
}

.map-sli .description ul li i {
    float: left;
    width: 16px;
}

.map-sli .description ul li {
    overflow: hidden;
}

.maps_cols .description ul li span {
    padding: 0;
}

.map-sli .description ul li span a {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: #292F7D;
    font-weight: 500;
}

.map-sli {
    background: #F5F5F6;
    padding: 32px 20px;
}

.map-sli {
    /*     margin-top: -140px; */
    margin-top: 10px;
    z-index: 1;
    position: relative;
}

section.feature {
    padding-bottom: 100px;
}

section.all-banner {
    /*     min-height: 360px; */
    /* 	..... */
    /* 	1/10 height  */
    min-height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #292F7D;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

.all-banner-new {
    min-height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #292F7D;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

section.all-banner p, .all-banner-new p {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #E6E6E7;
    /*     max-width: 49%; */
    display: inline-block;
    margin-top: 30px;
}

section.all-banner h1, .all-banner-new h1 {
    color: #fff;
    font-weight: 600;
}

section.grid-vw {
    padding: 60px 0;
}

.gridd-form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: self-end;
}

.form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form {
    width: 73%;
}

.gridd-form-flex {
    padding: 32px 17px;
    background: #F5F5F6;
}

.sfform {
    margin-bottom: 40px;
}

.location-tabs {
    width: 26%;
}

.location-tabs-flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#getLocationButton {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 10px;
    background-color: #fff;
    border: 0px;
    outline: none;
    font-size: 14px;
    color: #495057;
    font-weight: 500;
    font-family: 'Inter';
    border-radius: 4px;
    background: #2a2f72;
    color: #fff;
}

ul.tabs1 li.current {
    border-color: #D0202E;
}

ul.tabs1 li.current img {
    filter: invert(15%) sepia(91%) saturate(3210%) hue-rotate(340deg) brightness(97%) contrast(90%);
    filter: invert(24%) sepia(54%) saturate(3999%) hue-rotate(341deg) brightness(82%) contrast(100%);
    filter: invert(24%) sepia(54%) saturate(3999%) hue-rotate(326deg) brightness(82%) contrast(100%);
}

.both-views {
    position: relative;
    margin: 0 0 0 5px;
}

.form-clm label {
    display: block;
}


.form-clm {
    width: 80%;
}

.form-clm input {
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
}

.form-clm select,
.form-clm input[type="text"] {
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
    /*     width: 316px; */
    width: 90%;
    height: 48px;
}

.form-clm label {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

.form p {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #495057;
    margin-top: 40px;
}

.searchbtn button {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    padding: 13px 52px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border: none;
    color: #fff;
    height: 49px;
}

.searchbtn {
    margin-top: 34px;
}


ul.tabs1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs1 li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    border: 1px solid #AEAEB2;
    border-radius: 8px;
    height: 48px;
}


.tab-content1 {
    display: none;
}

.tab-content1.current {
    display: inherit;
}

section.stroe-details {
    padding: 45px 0;
}

.back-btn {
    margin-bottom: 32px;
}

.back-btn a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #D0202E;
}

.back-btn a i {
    margin-right: 10px;
}

.sl-des-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.deatil-width1 {
    width: 61%;
}

.deatil-width {
    width: 35%;
}

.deatil-width1 h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #212529;
}

.deatil-width1 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #495057;
    margin: 24px 0;
}

.deatil-width1 img {
    width: 100%;
}

.hours {
    border-radius: 8px;
    background: var(--neutral-grey-01, #F5F5F6);
    padding: 25px 29px;
}


.deatil-width h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 32px;
}

.hours ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #495057;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.contact-info .description {
    padding: 0;
}

.contact-info {
    border-radius: 8px;
    background: var(--neutral-grey-01, #F5F5F6);
    padding: 31px 23px;
    margin-top: 20px;
}

.view-btn1 {
    text-align: center;
    margin-top: 60px;
}

.sl-des-flex {
    margin-top: 40px;
}

.details-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #292F7D;
    border: 1px solid #292F7D;
}

.details-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #AEAEB2;
}

.details-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 24px;
}

.contact-info .description ul li {

    margin-bottom: 30px;
}

.contact-info .description ul li:last-child {
    margin-bottom: 0;
}

.coup-width .view-btn {
    text-align: left;
    margin-top: 40px;
}

section.coupons-main {
    padding: 70px 0 80px;
}

.inner-coup-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coup-width {
    width: 47%;
}

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

.coup-width h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.coup-width p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #495057;
    margin-top: 24px;
}

.coup-width .view-btn a {
    padding: 18px 44px;
}

.inner-dta {
    margin-top: 60px;
}

.inner-dta p {
    margin-bottom: 40px;
}

.coupen-form label {
    display: block;
    color: var(--Main-Colors-Black, #212529);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.coupen-form input {
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
    max-width: 93%;
    padding: 18px;
    margin: 16px 0 40px;
    width: 100%;
    font-size: 14px;
    background: transparent;
}

.btn-sub {
    text-align: right;
}

.btn-sub button {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    border: none;
    padding: 18px 44px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.coup-width h2 {
    margin-top: 50px;
}

section.coupons-main {
    position: relative;
}

section.coupons-main::after {
    position: absolute;
    content: "";
    background-image: url(../images/btom.png);
    width: 450px;
    height: 450px;
    background-position: center;
    background-size: cover;
    left: 0;
    bottom: -90px;
    background-repeat: no-repeat;
    z-index: -1;
}

section.fund-sec {
    padding: 70px 0 80px;
}

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

.fund-width {
    width: 50%;
}

.fund-width p {
    margin-top: 40px;
    max-width: 525px;
    font-size: 20px;
}

.fund-flex:last-child {
    flex-direction: row-reverse;
    margin-top: 60px;
}

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

.inner-funs {
    padding-left: 81px;
}

.inner-funs ul {
    padding-left: 25px;
}

.inner-funs ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px;
    color: #495057;
    line-height: 30.6px;
    position: relative;
}

.inner-funs h2 {
    margin-bottom: 40px;
}

.inner-funs ul li::after {
    position: absolute;
    content: "";
    background-image: url(../images/bullets.svg);
    width: 20px;
    height: 20px;
    left: -25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 4px;
}

section.why-jakes {
    position: relative;
}

section.why-jakes::after {
    position: absolute;
    content: "";
    background: #F5F5F6;
    width: 100%;
    height: 830px;
    top: 0;
    z-index: -1;
}

section.why-jakes {
    padding: 100px 0;
    position: relative;
}

section.why-jakes::before {
    content: "";
    position: absolute;
    background-image: url('https://wcfireworks.com/wp-admin/images/jakes-Logo-before.png');
    width: 482px;
    height: 459px;
    flex-shrink: 0;
    bottom: 330px;
    right: 0;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.para-flex ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #495057;
    margin-bottom: 30px;
}

.para-flex ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.para-flex ul li {
    width: 48%;
}

.para-flex {
    margin: 40px 0 80px;
}

.inner-video {
    padding: 20% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
    min-height: 668px;
    background-size: contain;
}

.inner-video::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
}

.inner-video * {
    position: relative;
    z-index: 1;
}

.inner-why h2 {
    margin-top: 40px;
    margin-bottom: 32px;
}

.inner-why p {
    margin-bottom: 40px;
    font-size: 20px;
    font-style: normal;
    line-height: 36px;
}

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

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

.fouder-width {
    width: 50%;
}

.fouder-width1 {
    width: 50%;
}

.qoma img {
    width: 66px;
    height: 66px;
}

.fouder-width1 {
    padding-left: 100px;
}

.fouder-width1 p {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.7px;
    max-width: 97%;
    text-align: justify;
}

.fold-width img {
    max-width: 100%;
}

.fouder-width1 span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    margin-top: 60px;
    display: inline-block;
    color: #212529;
}


ul.tabsss {
    text-align: center;
    padding: 40px 0 32px;
}

ul.tabsss li {
    background: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #86878A;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
}


ul.tabsss li.current {
    background: #ededed;
    color: #fff;
}

.tab-contents {
    display: none;

}

.tab-contents.current {
    display: inherit;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.pagination span.current {
    background-color: #D0202E;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a:hover {
    background-color: #D0202E;
}

.page-pagi {
    text-align: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 100%;
    width: 36px;
    padding: 13px 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination a.active {
    background-color: #D0202E;
    color: white;
    border: 1px solid #D0202E;
}

.pagination a:hover:not(.active) {
    background-color: #d0202e;
    color: #fff;
}

a.next.page-numbers:hover, a.prev.page-numbers:hover {
    background-color: #292F7D;

}

.videos-flex {
    display: flex;
    gap: 0 15px;
    /*     justify-content: space-between; */
    flex-wrap: wrap;
}

.vidoe-width {
    width: 32%;
}

.inner-vidd {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 8px;
}

.inner-vidd a img {
    width: 46px;
}

.vidoe-width h3 {
    margin-top: 23px;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 40px;
}

section.contcct-main {
    padding: 70px 0 80px;
}

.contct-img {
    width: 50%;
}

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

section.wholesale {
    padding: 70px 0 80px;
}

.form-txtara br {
    display: none;
}

.sale-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /*     justify-content: center; */
}

.sale-width {
    width: 23%;
    padding: 30px 23px;
    border-radius: 8px;
    background: #F3F4FF;
    margin-bottom: 5px;
}

.sale-width p {
    margin-bottom: 9px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    min-height: 50px;
    color: #212529;
}

.sale-width a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    color: #D0202E;
}


.sale-flex .sale-width:nth-child(even) {
    background: #FFF2F3;
}

section#jack {
    padding-top: 0px;
}

section.whole-i {
    position: relative;
}

section.whole-i::after {
    position: absolute;
    content: "";
    background: #F5F5F6;
    width: 100%;
    height: 460px;
    top: 0;
    z-index: -1;
}

section.whole-i {
    padding: 110px 0;
}

section.whole-i img {
    width: 100%;
}

.whole-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 52px;
}

.whole-width {
    width: 32%;
}

.whole-width h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.whole-width1 {
    width: 63%;
}

section.loactor-store {
    padding: 70px 0 80px;
}

.detail-sl img {
    width: 100%;
}

section#tools {
    padding-bottom: 80px;
}

section.permit-now {
    padding: 70px 0 80px;
}

.headins h2 {
    text-transform: uppercase;
}

.headins p {
    margin: 22px 0;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-colss {
    width: 49%;
}

.form-colss label {
    display: block;
}

.form-colss input {
    width: 100%;
}

.form-colss input[type="date"] {
    color: #aeaec3;
}

.form-colss input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('../images/calendar.svg');
    padding-right: 20px;
}

.permet-form label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 16px;
}

.clr-bb {
    color: #000 !important;
}

.permet-form h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    color: #212529;
    margin-bottom: 32px;
}

.form-colss input {
    padding: 19px 0px;
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px;
    width: 100%;
    padding-left: 20px;


}

.form-colss select {
    padding: 19px 18px;
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px;
    width: 100%;
}

.form-colss input::placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #AEAEB2;
}

.form-colss select {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #AEAEB2;
}

.form-txtara label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
}

.form-txtara textarea {
    padding: 19px 18px;
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px;
    width: 100%;
    height: 130px;
}

.form-txtara textarea::placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #AEAEB2;
}

textarea:focus {
    outline: none;
    box-shadow: none;
}

.subbtnn {
    text-align: right;
}

.subbtnn button {
    padding: 18px 44px;
    display: inline-block;
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    border: 1px solid #d0202e;
    cursor: pointer;
}

.subbtnn button:hover {
    background-color: transparent;
    color: #d0202e;
}

.inner-fold img {
    margin: 0 auto;
    display: block;
    max-width: 30%;
    width: 100%;
    margin-bottom: 50px;
}

section.fold {
    padding: 60px 0 161px;
}

.inner-fold p {
    margin-bottom: 30px;
}

section.fold .videos-flex {
    margin-top: 50px;
}

.fold-width {
    width: 48%;
}

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

.fold-width .founder-width1 {
    width: 100%;
}

.fold-width .fouder-width1 {
    width: 100%;
    box-sizing: border-box;
}

.fold-flex:last-child {
    flex-direction: row-reverse;
    margin-top: 60px;
    margin-bottom: 80px;
}

.inner-fld p a {
    color: #D0202E;
}

.inner-fld {
    width: 400px;
    margin: auto;
}

.inner-fld p {
    margin: 32px 0 40px;
    font-weight: 500;
}

.inner-fld h2 {
    text-transform: uppercase;
}

section.glimps {
    background: #F5F5F6;
    padding: 85px 70px;
}

section.glimps h2 {
    margin-bottom: 60px;
}

.glimp-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.glimp-widt {
    width: 32%;
}

.glimp-widt img {
    width: 100%;
}

section.nfa {
    padding: 70px 0 80px;
}

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

.nfa-width {
    width: 48%;
}

.nfa-width:first-child {
    max-width: 480px;
}

.nfa-width h2 {
    margin-bottom: 14px;
    text-transform: uppercase;
}

.nfa-width p {
    margin-bottom: 20px;
}

.nfa-width a {
    padding: 18px 44px;
}

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

section#fire {
    background: #F5F5F6;
}

section.safety {
    padding-top: 100px;
}

section.safety h2 {
    margin-bottom: 40px;
}

.s-safty-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.s-safty-width {
    width: calc(33.3% - 14px);
    min-height: 266px;
    border-radius: 8px;
    background: var(--neutral-grey-01, #F5F5F6);
    padding: 30px;
}

.s-safty-width p {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin: 32px 0;
    color: #212529;
}

.s-safty-width ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #495057;
    margin-bottom: 24px;
    margin-left: 24px;
}

.s-safty-width ul li {
    position: relative;
}

.s-safty-width ul li:last-child {
    margin-bottom: 0;
}

.s-safty-width img {
    min-height: 65px;
    object-fit: cover;
}

.s-safty-width ul li::after {
    position: absolute;
    content: "";
    background-image: url(../images/bullets.svg);
    width: 20px;
    height: 20px;
    left: -25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
}

section.tips {
    padding: 100px 0;
}

.tips-inner h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 28px;
}

.tips-inner p span {
    color: #D0202E;
}

.tips-inner ul li {
    font-size: 16px;
    line-height: 25.6px;
    color: #495057;
    width: 50%;
    margin-bottom: 17px;
    position: relative;
    padding-left: 30px;
}

.tips-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 63px;
}

.tips-inner ul li::after {
    position: absolute;
    content: "";
    background-image: url(../images/bullets.svg);
    width: 20px;
    height: 20px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
}

section.about-flx {
    padding: 90px 0;
}

.abot-img-one img {
    width: 100%;
    height: auto;
}

.abot-img-one {
    margin-bottom: 100px;
}

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

.aboot-wdth {
    width: 47%;
}

.page-template-about-php .container {
    max-width: 1270px;
}

.aboot-flex {
    max-width: 1103px;
    margin: 0 auto;
}

.aboot-wdth p {
    font-size: 20px;
    line-height: 36px;
}

.aboot-flex:last-child {
    flex-direction: row-reverse;
    margin-top: 110px;
}

.aboot-wdth img {
    width: 100%;
}

.intereted-section {
    position: relative;
    padding: 0 0 100px;
}

.intereted-main {
    position: relative;
    padding: 80px 0px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intereted-content {
    position: relative;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.intereted-content h2 {
    color: #fff;
    text-transform: uppercase;
}

.intereted-main::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(97.89% 97.89% at 50% 50%, #D0202E 0%, rgba(209, 32, 46, 0.5) 100%);
}

.celeb-left {
    position: absolute;
    top: 40px;
    left: -58px;
    z-index: 1;
}

.celeb-right {
    position: absolute;
    right: -28px;
    bottom: -60px;
    z-index: 1;
}

.intereted-content p {
    padding: 40px 0 48px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.about-video-section {
    position: relative;
    padding: 93px 0px 0px;
}

.about-video {
    position: relative;
    height: 620px;
    background-size: cover;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 -10px;
}

.about-video a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.about-video a span {
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-video a::after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
}

.about-video-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #F5F5F6;
    content: "";
}

.aboot-flex:first-child {
    margin-top: 0px;
}

.shop-products-section {
    position: relative;
    padding: 60px 0 100px;
}

.shop-products-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop-products-left {
    width: 24.2%;
    position: sticky;
    top: 40px;
    height: max-content;
}

.shop-products-right {
    position: relative;
    width: 73%;
}

.shop-products-filters {
    position: relative;
    padding: 20px;
    background-color: #F5F5F6;
    border-radius: 8px;
}

.shop-filter-type h6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 24px;
}

.filters-area {
    margin: 20px 0 0;
}

.shop-filter-type h6.active span img {
    transform: rotate(180deg);
}

.filter-block p {
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    line-height: normal;
}

.jack-blogs .blogs-width {
    margin: 0 0 30px;
}

.jack-blogs .blogs-width img {
    /*     max-height: 260px;
        object-fit: cover; */
    border-radius: 14px;
    height: 500px;
    object-fit: cover;
}

.filter-block {
    position: relative;
    padding: 0 20px 0px 0px;
}

.filter-block ul li label {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    cursor: pointer;
    padding: 0 0 0 30px;
    display: block;
}

.filter-block ul li {
    position: relative;
    margin-bottom: 17px;
    width: 100%;
}

.filter-block ul li input {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.filter-block ul li:last-child {
    margin-bottom: 0px;
}

.filter-block ul li label::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #495057;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 0;
    transition: 0.1s ease-in-out;
}

.filter-block ul li label::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.filter-block ul li input:checked + label::before {
    background: #D0202E;
    border-color: #D0202E;
}

.filter-block ul li input:checked + label::after {
    opacity: 1;
}

.filter-block ul {
    padding: 0 0 0 20px;
}

.color-filters ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}

.color-filters ul li input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.color-filters ul li {
    position: relative;
    width: 24px;
    height: 24px;
}

.color-filters ul li label {
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
}

.color-filters ul li input:checked + label {
    border-color: #d0202e;
}

.shop-filter-type {
    position: relative;
}

.shop-filter-type:not(:last-child) {
    margin-bottom: 30px;
}

.products-grid-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-single {
    position: relative;
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.find-store a img {
    max-width: 230px;
}

.inner-hours ul li span {
    margin-left: auto;
    text-decoration: none;
}

.inner-hours ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0;
    padding-left: 0;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
    height: 260px;
    /* width: 250px; */
    object-fit: contain;
}

.shop-btn.apply-button a {
    padding: 18px 20px;
    border-radius: 30px;
}

.shop-btn.apply-button {
    text-align: left;
    margin: 0 0 20px;
    width: auto;
}

.maps_cols .item img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.shop-btn.fluid {
    width: 100%;
}

.home-form .searchbtn button {
    height: 49px;
}

.home-form #getLocationButton {
    height: 49px;
}

.home-form .location-tabs {
    width: 16%;
}

.home-form .form {
    width: auto;
    flex: 1;
}

.detail-sl .owl-carousel .owl-item img {
    max-height: 500px;
    width: 1240px;
    height: 670px;
    object-fit: cover;
    border-radius: 16px;
}

.detail-sl .owl-carousel .owl-stage-outer {
    border-radius: 16px;
}

.product-media {
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.product-media a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-info {
    position: relative;
    text-align: center;
    padding: 32px 0px 20px;
}

.product-info h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    color: #212529;
    margin-bottom: 5px;
}

.product-info p {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #212529;
}

.product-info p span {
    color: #D0202E;
}

.all-filter label {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    cursor: pointer;
    padding: 0 0 0 30px;
}

.all-filter input {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.all-filter label::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #495057;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 0;
    transition: 0.1s ease-in-out;
}

.all-filter label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.all-filter input:checked + label::before {
    background: #D0202E;
    border-color: #D0202E;
}

.all-filter {
    position: relative;
    margin: 0 0 14px;
}

.all-filter
input:checked + label::after {
    opacity: 1;
}

.shop-filter-categories .filter-block {
    margin-bottom: 20px;
}


.shop-filter-duration .filter-block ul, .shop-filter-shots .filter-block ul {
    padding: 0px;
}

.product-detail-section {
    position: relative;
    padding: 45px 0px 60px;
}

.product-detail-flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-detail-left {
    position: relative;
    width: 50%;
}

.product-detail-image {
    position: relative;
    background-color: #F5F5F6;
    padding: 40px 0px;
}

.product-detail-image img {
    margin: auto;
    display: block;
    max-width: 90%;
}

.product-detail-right {
    position: relative;
    width: 40.2%;
}

.product-detail-content {
    position: relative;
}

.product-detail-content h2 {
    color: #212529;
    text-transform: uppercase;
    max-width: 80%;
}

.product-detail-content .sku-product {
    margin: 10px 0px;
    font-size: 16px;
    line-height: 25px;
    color: #212529;
}

.product-detail-content .sku-product span {
    color: #D0202E;
}

.product-detail-content a {
    padding: 12px;
    border-radius: 4px;
    background-color: #F5F5F6;
    display: inline-block;
    color: #495057;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.product-detail-content p {
    color: #495057;
    font-size: 16px;
    line-height: 28px;
}

.product-reviews-section {
    position: relative;
    padding: 60px 0px;
}

.product-reviews-main img {
    width: 100%;
}

.product-video-section::before {
    opacity: 0;
}

.product-video-section {
    padding: 0px;
}

.backyard-main {
    padding: 70px 0 80px;
}

.inner-bckyrd p {
    margin: 24px 0 40px;
}

.inner-bckyrd a {
    padding: 18px 44px;
}

section.memories {
    padding: 85px 0 100px;
    position: relative;
}

section.memories::after {
    position: absolute;
    content: "";
    background: #F5F5F6;
    top: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
}

section.memories .heading {
    margin-bottom: 60px;
}

.inn-memories-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.memories-width {
    width: 32.2%;
    margin-bottom: 20px;
}

.memories-width img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
}

.memories-width h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin-top: 24px;
    display: inline-block;
    color: #212529;
    max-width: 330px;
}

.memories-width {
    display: none;
}

.rotate {
    animation: rotation 8s infinite linear;
}

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

.carer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.carer-width {
    width: calc(50% - 10px);
    padding: 40px 23px;
    background: #F3F4FF;
    margin-bottom: 20px;
    border-radius: 8px;
}

section.careers-main {
    padding: 70px 0;
}

.carer-width p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #212529;
}

.carer-width ul {
    margin: 32px 0;
}

.carer-width ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    color: #495057;
}

.carer-width ul li i {
    color: #D0202E;
    margin-right: 10px;
}

.carer-width a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
    text-decoration-line: underline;
    color: #D0202E;
}

.carer-width:nth-child(2) {
    background: #FFF2F3;
}

.carer-width:nth-child(3) {
    background: #FFF2F3;
}

section.details-sec {
    padding: 45px 0 80px;
}

.shp-list {
    margin: 32px 0;
}

.shp-list ul li {
    display: inline-block;
    margin-right: 20px;
}

.shp-list ul li {
    color: #495057;
    font-size: 18px;
}

.shp-list ul li i {
    margin-right: 10px;
    color: #D0202E;
}

.quality strong {
    color: #495057;
    margin-bottom: 28px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.quality p strong {
    margin-bottom: 0;
}

.quality {
    margin: 32px 0;
}

.quality ul li {
    color: #495057;
    font-size: 16px;
    margin-bottom: 24px;
    margin-left: 30px;
    position: relative;
}

.quality ul li::after {
    position: absolute;
    content: "";
    background-image: url(../images/bullets.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
}

.mailsss {
    display: flex;
    align-items: center;
}

.mailsss a {
    color: #D0202E;
    font-size: 16px;
    padding-right: 7px;
}

.mailsss p {
    margin: 0 10px;
}

.backyard-main .sale-flex .sale-width:nth-child(even) {
    background: #FFF2F3;
}

.backyard-main .sale-flex:nth-child(even) .sale-width {
    background: #FFF2F3;
}

.backyard-main .sale-flex:nth-child(even) .sale-width:nth-child(even) {
    background: #F3F4FF;
}

section.catalog {
    padding: 70px 0;
}

section.catalog iframe {
    width: 100%;
    height: 600px;
}

.inner-topss {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.top-fire {
    padding: 60px 0 100px;
}

.topss-width a {
    padding: 20px 32px;
}

.topss-width a {
    padding: 20px 32px;
}

.topss-width {
    width: 23.7%;
    margin-bottom: 20px;
}

.topss-width p {
    margin: 24px 0;
}

section.types {
    padding: 70px 0 80px;
}

.inner-types ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: all ease .3s;
    cursor: pointer;
}

.inner-types ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--neutral-grey-01, #F5F5F6);
    font-size: 20px;
    font-weight: 500;
}

.inner-types ul {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    overflow-y: auto;
}

.inner-types ul li.active a {
    background: #D0202E;
    color: #fff;
}

.inner-types ul li a:hover {
    background: #D0202E;
    color: #fff;
}

.inner-types ul li.active a {
    color: #fff;
}

.tpes-search-flex {
    margin-top: 60px;
    display: flex;
    /*     justify-content: space-between; */
    flex-wrap: wrap;
}

.tpes-search-flex .holder {
    width: 100%;
    display: flex;
}

.types-wdth {
    width: 13%;
}

.tpes-search-flex .twocols {
    width: 80%;
    padding: 13px 0 0;
}

.types-wdth1 {
    margin-bottom: 40px;
}

.types-inn {
    margin-bottom: 48px;
}

.types-inn strong {
    margin-bottom: 24px;
    display: inline-block;
    color: #495057;
}

.types-wdth h1 {
    font-size: 60px;
    color: #212529;
}

section.shotss {
    padding: 70px 0 80px;
}

.inner-shotss p {
    margin: 24px 0 40px;
}

.inner-shotss .primary-btn a {
    padding: 18px 44px;
}

.events-sc {
    padding-top: 100px;
}

.event-details {
    border-radius: 8px;
    background: var(--neutral-grey-01, #F5F5F6);
    padding: 30px;
    margin: 40px 0 24px;
}

.event-details h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    color: #212529;
    margin-bottom: 40px;
}


.event-details ul li {
    color: #495057;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}

.event-details ul li i {
    color: #D0202E;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.event-details ul li span {
    color: #292F7D;
    display: inline-block;
    margin-bottom: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    padding-right: 5px;
}

.event-details ul li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    text-decoration-line: underline;
    color: #212529;
    display: block;
    margin-top: 24px;
}

.shot-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.bottom-width {
    width: 32%;
    padding: 30px;
    border-radius: 8px;
    background: var(--neutral-grey-01, #F5F5F6);
    margin-bottom: 4px;
}

.bottom-width h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    color: #212529;
    margin-bottom: 40px;
}


.bottom-width ul li {
    color: #495057;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 25px;
    position: relative;
}

.bottom-width ul li i {
    color: #D0202E;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.bottom-width ul li span {
    color: #292F7D;
    display: inline-block;
    margin-bottom: 12px;
    margin-bottom: 12px;
    font-weight: 600;
}

.bottom-width ul li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    text-decoration-line: underline;
    color: #212529;
    display: block;
    margin-top: 24px;
}

.checks-btnss ul li label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #212529;
}

.checks-btnss ul {
    display: flex;
    flex-wrap: wrap;
}

.checks-btnss ul li {
    width: 33%;
    margin-bottom: 30px;
}

.checks-btnss h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #212529;
    text-transform: capitalize;
}

div#full-wdth {
    width: 100%;
}

#cl2 ul li {
    width: 50%;
    margin-bottom: 30px;
}

.chexk-box label {
    color: #212529;
    font-size: 14px;
}

.chexk-box label a {
    color: #D0202E;
}

.chexk-box {
    margin: 21px 0 45px;
}

.checks-btnss img {
    width: 100%;
}

.map-slider .owl-prev {
    position: absolute;
    left: -70px;
    top: 50%;
}

.map-slider .owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
}

.coupen-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 40px;
}

.coupen-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 40px;
}

.ten-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -65px;
    margin-top: -72px !important;
}

.ten-slider .owl-next {
    position: absolute;
    top: 50%;
    right: -65px;
    margin-top: -72px !important;
}

.map-sli {
    padding: 32px 100px;
}

.map-slider .owl-prev, .map-slider .owl-next, .coupen-slider .owl-prev, .coupen-slider .owl-next, .ten-slider .owl-prev, .ten-slider .owl-next {
    background-color: #292F7D !important;
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

.map-slider .owl-prev:hover, .map-slider .owl-next:hover, .coupen-slider .owl-prev:hover, .coupen-slider .owl-next:hover, .owl-next, .coupen-slider .owl-prev:hover, .ten-slider .owl-next:hover {
    background-color: #D0202E !important;
}

.form-clm select,
.form-clm input[type="text"] {
    max-width: 90%;
    color: #AEAEB2;
    padding: 10px 18px;
    box-sizing: border-box;
    /*     background-image: url(../images/select-bg.png); */
    border: 0px;
    outline: none;
    background-size: cover;
    background-position: center;
    appearance: none;
}

.view-ks a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration-line: underline;
}


/* New Css After Hamza Bhai */
.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    margin-bottom: 30px;
}

.form-header input:focus {
    appearance: none;
    color: #fff;
}

.form-header input::placeholder {
    color: hwb(0deg 100% 0% / 50%);
}

.primary-btn a {
    transition: all ease .3s;
    border: 1px solid #D0202E;
}

.primary-btn a:hover {
    background: transparent;
    color: #D0202E;
}

.secondary-btn a {
    transition: all ease .3s;
    border: 1px solid #FAE300;
}

.secondary-btn a:hover {
    background: transparent;
    color: #FAE300;
}

.blue-btn a {
    transition: all ease .3s;
    border: 1px solid #292F7D;
}

.blue-btn a:hover {
    background: transparent;
    color: #292F7D;
}

.view-btn a {
    transition: all ease .3s;
    border: 1px solid #D0202E;
}

.view-btn a:hover {
    background: transparent;
    color: #D0202E;
}

.yellow-btn a {
    transition: all ease .3s;
    border: 1px solid #FAE300;
}

.yellow-btn a:hover {
    background: transparent;
    color: #FAE300;
}

.shop-btn a {
    transition: all ease .3s;
    border: 1px solid #D0202E;
}

.shop-btn a:hover {
    background: transparent;
    color: #d0202e;
}

a.red-b {
    transition: all ease .3s;
    border: 1px solid #D0202E;

}

a.red-b:hover {
    background: transparent;
    color: #d0202e;

}

.form-header {
    margin-left: 133px;
}

ul.navbar-nav li a:hover {
    color: #D0202E;
}

.map img {
    width: 100%;
}

.inner-top img {
    width: 100%;
    overflow: hidden;
}

.pagination a {
    width: 46px;
}

section.main-videos {
    padding-bottom: 80px;
}

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

.cntct-width {
    width: 46%;
}

.contct-img {
    width: 100%;
}


/* Model */

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 48%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    right: 0;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 2em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.modal-body {
    text-align: center;
}

.modal-body h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.modal-body p {
    margin: 32px 0 40px;
}

a.red-ntnss {
    padding: 20px 32px;
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
}

a.blue-ntnss {
    padding: 20px 32px;
    border-radius: 4px;
    background: var(--main-colors-red, #292F7D);
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
}

.modal-box .modal-body {
    padding: 76px 45px 52px 45px;
}

.cloes-bnt {
    position: relative;
    top: 20px;
    right: 14px;
}

.cloes-bnt a {
    border: 1px solid;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    border-radius: 100%;
}

section#expand-banner p {
    max-width: 80%;
}

section#saftyy .s-safty-width {
    height: auto;
}

section.all-banner h1 {
    text-transform: uppercase;
}

.inner-dta h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}


/* ameer stylings */
.filters-content.grid .tabs-width {
    width: calc(33.3% - 14px);
    /* 	height:100%; */
    border-radius: 0 !important;
    background: none !important;
    padding: 0 7px 0;
    position: static !important;
}

.filters-content.grid .tabs-width img {
    height: 245px;
    object-fit: cover;
}

.filters-content.grid .tabs-width .col-holder {
    /*     margin:0 0 15px; */
    border-radius: 8px;
    background: #F5F5F6;
}

.location {
    overflow: hidden;
}

.description ul li.phone i {
    margin-right: 3px;
}

.location i {
    float: left;
}

.location em {
    font-style: normal;
    float: left;
    width: 90%;
}

ul.tabs.filters li {
    margin: 0 3px 0;
}

p:empty {
    display: none;
}

.inner-top img {
    max-width: 100%;
    height: 170px;
    object-fit: contain;
}

.form-flex br {
    display: none;
}

.uppercase {
    text-transform: uppercase !important;
}

span.wpcf7-not-valid-tip,
.screen-reader-response p {
    color: red;
}

.screen-reader-response ul {
    display: none !important;
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: space-between;
}

span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    width: 50%;
}

input[type="radio"] {
    accent-color: #D0202E;
    margin-right: 8px;
}

.chexk-box input[type="checkbox"] {
    margin-right: 8px;
}

.chexk-box a {
    color: #D0202E;
    font-size: 14px;
}

.radios {
    margin: 0 0 30px;
}

.detail-sl iframe {
    width: 100% !important;
    height: 643px !important;
    border-radius: 14px;
}

.deatil-width1 iframe {
    width: 100% !important;
    height: 402px !important;
}

section.all-banner h1, .all-banner-new h1 {
    text-transform: uppercase;
}

.detail-sl img {
    object-fit: contain;
    height: fit-content;
}

ul.tabsss li {
    margin-right: 5px;
    margin-bottom: 5px;
}


.page-template-shootoff-registration .holder span {
    width: 100%;
}

.page-template-shootoff-registration span.wpcf7-list-item {
    width: 33%;
}

.page-template-shootoff-registration span.wpcf7-list-item label {
    font-size: 14px;
    font-weight: 400;
}

.page-template-shootoff-registration .holder {
    margin-bottom: 40px;
}


.page-template-shootoff-registration span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-template-shootoff-registration .holder input[type="radio"] {
    margin-right: 10px;
}

.filtering-tabs {
    padding-top: 0 !important;
}

h3.white-color {
    color: #fff;
}

.no-content {
    padding: 60px 15px;
}

.search_results {
    padding: 60px 15px;
}

.search_results .heading h2 {
    margin: 0 0 20px;
}


.product-reviews-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.iner-revw {
    width: 45%;
}

form#review label {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.iner-revw {
    border-radius: 8px;
    background: var(--neutral-grey-01, #F5F5F6);
    padding: 32px 24px;
}

.ewd-urp-review-form input {
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
    padding: 19px 18px;
    width: 100%;
    margin-bottom: 32px;
}

.ewd-urp-review-form textarea {
    border-radius: 4px;
    border: 1px solid var(--neutral-grey-02, #E6E6E7);
    background: var(--main-colors-white, #FFF);
    padding: 19px 18px;
    height: 200px;
    width: 100%;
    margin-bottom: 32px;
}

.ewd-urp-submit input {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    padding: 18px 44px;
}

.ewd-urp-submit input {
    margin-bottom: 0px;
}

.iner-revw img {
    width: 100%;
    max-width: 30%;
    margin: 10px 0 30px;
}

.iner-revw h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #212529;
}

.customer-reviews h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #212529;
    margin-bottom: 20px;
}

.about-video img {
    position: relative;
    z-index: 1;
}

li.tab-link.current a {
    color: #fff;
}

.page-template-insurance-application span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
}

.maps_cols {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.maps_cols .item {
    width: calc(25% - 13px);
}

.pagination a.next.page-numbers, .pagination a.prev.page-numbers {
    width: 80px;
    border-radius: 30px;
}

.loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #fff;
    align-items: center;
    justify-content: center;
    display: none;
}

.loader.active {
    display: flex;
}

.screen-reader-response {
    display: none;
}

.ten-slider .shop-btn {
    display: none;
}

.product-media img {
    width: 100%;
}

.right-img img {
    width: 100%;
    height: fit-content;
}

.headerHamburger span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #000;
    margin: 5px 0px;
}

.navbar-nav.active {
    left: 0px !important;
    z-index: 999999;
}

.headerHamburger button.active span:nth-child(2) {
    opacity: 0;
}

.headerHamburger button.active span:nth-child(3) {
    transform: rotate(316deg);
    position: relative;
    top: -8px;
    width: 25px;
    left: 4px;
}

.headerHamburger button.active span:nth-child(1) {
    transform: rotate(226deg);
    position: relative;
    top: 8px;
    width: 25px;
    left: 4px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 18px 44px;
    display: inline-block;
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
}

textarea {
    font-family: 'Inter', sans-serif;
}

.contct-img img {
    height: fit-content;
}

.product-media img {
    width: 100%;
}

.right-img img {
    width: 100%;
    height: fit-content;

}

section.whole-i img {
    height: fit-content;
    border-radius: 8px;
}

.coupen-form input {
    max-width: 100%;
}

.btn-sub {
    text-align: right;
}

.btn-sub p {
    margin: 0;
    padding: 0;
}

.btn-sub br {
    display: none;
}

.coupen-form form br {
    display: none;
}

.coupen-form label sup {
    color: red;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    margin: -1px 2px 0;
}

.permet-form label sup {
    color: red;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}

.load-more img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -21px;
    opacity: 0;
}

a.load-more {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #000;
    padding: 15px 26px;
}

a.load-more.active span {
    opacity: 0;
}

a.load-more.active img {
    opacity: 1;
}

a.load-more.active {
    border-color: #fff;
}

.inner-details h2 {
    margin: 0 0 30px;
    text-transform: uppercase;
}

.inner-header .container {
    position: relative;
}

.fund-width h2,
.inner-jakes h2 {
    text-transform: uppercase;
}

.inner-big-map {
    max-width: 1190px;
    margin: 0 auto;
}

.inner-big-map iframe {
    width: 100% !important;
    height: 700px;
}

.maps_cols .item {
    display: none;
}

.tabs-width.display,
.maps_cols .item.display {
    display: block;
}

button.loadMore {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    padding: 21px 42px;
    display: inline-block;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    border: none;
    cursor: pointer;
}

#static_data {
    height: auto !important;
}

.tabs-width .col-holder {
    height: 100%;
}

.description {
    display: flex;
    flex-direction: column;
    height: calc(100% - 249px);
}

.description .blue-btn {
    margin-top: auto;
}

.single-post iframe.wp-embedded-content {
    display: block;
    width: 100%;
    height: 550px;
}

.products-grid-flex.grid {
    height: auto !important;
}

.product-single {
    position: static !important;
}

.product-media img {
    max-width: 190px;
    max-height: 220px;
    width: auto;
    margin: 20px auto;
}

.headins h3 {
    margin: 0 0 20px;
}

.cntct-flexx.add {
    align-items: flex-start;
}

.permet-form .wpcf7-response-output {
    margin: 20px 0 0;
}


.types-list li {
    display: flex;
    margin: 0 0 80px;
}

.types-list .label {
    font-size: 60px;
    font-weight: 600;
    width: 150px;
}

.types-list .holder strong {
    color: #495057;
    display: block;
    font-size: 20px;
    margin: 0 0 24px;
    font-weight: 600;
}

.types_define {
    width: calc(1030px - 210px);
}

.types-list .holder p {
    font-size: 16px;
}

a.red-textt {
    color: #D0202E;
}

.types-list .holder {
    margin: 0 0 48px;
}

.types-list .text:last-child .holder {
    margin: 0 0;
}

.types-list {
    margin: 60px 0 0;
}

.shop-products-grid {
    overflow: hidden;
}


.loadore {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    padding: 21px 42px;
    display: inline-block;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

.product_col {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.product_col li {
    position: relative;
    width: 24px;
    height: 24px;
}

.product_col li input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.product_col li label {
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
}

.iframe_area iframe {
    height: 620px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.inner-vidd {
    background-position: center;
    background-size: contain;
}

.page-template-videos .vidoe-width {
    text-align: center;
}

.top-desc ul.product_col {
    margin-top: 25px;
}

.all-pro-width .top-desc {
    min-height: 110px;
}

.single-fireworks .product-detail-content h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.single-fireworks .product-detail-content a {
    margin-right: 10px;
}

.qr-code img {
    width: 100%;
    max-width: 60px;
    margin-top: 20px;
}

.filter-block.shots_filt select {
    width: 100%;
    padding: 10px 0 10px 8px;
    background: #F5F5F6;
    border: 2px solid #495057;
    border-radius: 5px;
    color: #495057;
}


/* rating */
.star-rating i.selected {
    color: #d0202e; /* Change this to the desired color */
}

#ewd-urp-review-product-name-label {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.comment-respond .submit {
    border-radius: 4px;
    background: var(--main-colors-red, #D0202E);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    padding: 18px 44px;
    width: 100%;
    border: none;
}


.gm-style-iw.gm-style-iw-c {
    width: 320px;
    box-shadow: 0px 5.599999904632568px 11.199999809265137px 0px #00000014;
    max-height: 400px !important;
}

.custom-indicator .col-md-12:first-child img {
    max-width: none !important;
    width: 290px !important;
    height: 170px !important;
    border-radius: 8px;
    object-fit: cover;
}

button.gm-ui-hover-effect {
    background: #212529 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 100%;
    top: 20px !important;
    right: 30px !important;
    opacity: .9 !important;
}

button.gm-ui-hover-effect span {
    background: url(/wp-content/themes/fireworks/images/close_button.svg) no-repeat;
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    background-size: 100% 100%;
    z-index: 100;
}

.custom_indicator h3.map_title {
    font-size: 18px !important;
}

.custom-indicator .map_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #212529;
    margin: 24px 0;
}

.custom-indicator ul {
    color: #495057;
    font-size: 14px;
    flex-direction: column;
    display: flex;
    line-height: 22px;
}

.custom-indicator ul li:first-child {
    flex-direction: column;
}

.custom-indicator ul li {
    display: flex;
    gap: 0 8px;
}

.custom-indicator ul li span {
    display: flex;
    flex-direction: column;
}

.custom-indicator ul li .location {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.custom-indicator ul li span {
    display: block;
    width: 100%;
    padding: 20px 30px 24px;
}

.custom-indicator ul li span a {
    color: #292F7D;
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
}

.custom-indicator ul li img {
    width: 20px;
}

.tips-inner p {
    padding-bottom: 30px;
}

.tips-inner p a {
    text-decoration: underline;
    color: #D0202E;
}

.tips-inner p a:hover {
    color: #D0202E;
    text-decoration: underline;
}

.page-template-firework-safety .inner-vidd {
    background-size: 100% 100%;
}

a.video-alll {
    margin: 0px;
}

.page-template-fold-honor .inner-vidd {
    background-size: 100% 100%;
}

.dscf7_signature {
    display: none;
}

.thum-imgs img {
    width: 100%;
    margin: 0 auto;
    display: block;
    width: 46px;
    height: 46px;
}

form.wpcf7-form.invalid button {
    opacity: .5;
    user-select: none;
    pointer-events: none;
}

/* .filter-block.active ul {
    display: none;
} */
.link_active {
    background: #292F7D !important;
}

.link_active a {
    color: #fff;
}


.filter-block p {
    position: relative;
    padding-left: 30px;
}

.filter-block p:before {
    top: 3px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    position: absolute;
    content: '';
}

.filter-block p:after {
    width: 12px;
    border: 2px solid #495057;
    border-radius: 3px;
    transition: 0.1s ease-in-out;
    height: 12px;
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
}

.filter-block p.currentCheck:after {
    background: #D0202E;
    border-color: #D0202E;
}

.filter-block p.currentCheck:before {
    opacity: 1;
    z-index: 1;
    top: 5px;
}

.details-sec .para1 img {
    width: 100%;
    height: auto;
}

p.form-submit {
    max-width: 149px;
    margin-left: auto;
}

.formFields p {
    display: flex;
}

.formFields p label {
    font-size: 18px;
}

.formFields p label input#fname {
    padding: 7px 3px;
    border-radius: 4px;
}

.filter-btn-wrap button {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 10px;
    border: 2px solid #000;
}

.filter-btn-wrap button img {
    max-width: 20px;
    margin-right: 10px;
}

.filter-btn-wrap button p {
    font-weight: 600;
}

.filter-btn-wrap {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    margin-bottom: 20px;
    display: none;
}

/* detail page video icoin */

.w-bpb-wrapper.w-css-reset.w-css-reset-tree {
    border-radius: 50%;
    width: 100px;
}

.wistia_embed rect {
    color: red !important;
}

.wistia_embed .button div {
    width: 100px;
    display: flex;
    justify-content: center;
}

.wistia_embed svg {
    height: 100px !important;
    width: 100px !important;
}

.wistia_embed svg {
    background-color: #fff !important;
    border-radius: 50% !important;
    height: 100px !important;
    width: 100px !important;
}

.wistia_embed polygon {
    fill: red !important;
}


.wistia_embed div {
    background: transparent !important;
    display: flex !important;
    justify-content: center !important;
}


/* for form */
.leadForm {
    margin: 20px auto;
    padding: 20px 0;
    border-radius: 5px;
}

.leadForm h3 {
    margin-bottom: 30px;
}

.contactForm-section h3,
.leadForm h3 {
    color: #cf202e;
}

.leadForm label {
    display: block;
    margin-bottom: 8px;
    color: #212529;
    font-weight: 600;
    font-size: 20px;
}

.leadForm input,
.leadForm select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.leadForm .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.leadForm .col {
    width: 49%; /* adjust the width as needed */
}

.leadForm .actions {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.leadForm .submit-input {
    background-color: #cf202e;
    color: white;
    padding: 16px 0px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    max-width: 200px;
    display: flex;
    justify-content: center;
}

.leadForm .submit-input.disabled,
.leadForm .submit-input:disabled {
    background-color: #999999;
    pointer-events: none;
    opacity: 0.6;
}

.leadForm .actionsm {
    text-align: center;
    max-width: 200px;
}

div#zipCode .col {
    width: 32%;
}

.leadForm .submit-input:hover {
    background-color: #fff;
    color: #cf202e;
    border: 1px solid #cf202e;
}


.leadForm #current_operation label,
.leadForm #current-operation label {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul#current_operation,
ul#current-operation {
    max-width: fit-content;
}

ul#current_operation li,
ul#current-operation li {
    display: flex;
    margin-bottom: 10px;
}

.leadForm #current_operation label,
.leadForm #current-operation label,
.leadForm ul#business label {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.leadForm ul#business label input {
    width: auto;
}

.leadForm ul#business label span,
.leadForm ul#current_operation label span,
.leadForm ul#current-operation label span {
    font-size: 18px;
    margin-left: 5px;
}

.con-link {
    color: #0056b3;
}

section.contactForm-section {
    margin-top: 30px;
}

.gridd-form-flex.big-form.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1190px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.home .gridd-form-flex.big-form.scrolled {
    position: static !important;
}

.deatil-width1 iframe {
    border-radius: 12px;
}

section#wholeSale .row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

section#wholeSale .col img {
    width: 100%;
    max-width: 100%;
}

.page-id-19 .shop-btn.apply-button {
    display: none;
}

.founder {
    margin-top: 100px;
}

.page-id-413 .description h4 {
    text-transform: capitalize;
}

.chexk-box span.wpcf7-not-valid-tip {
    padding-top: 20px;
    position: absolute;
    left: 0;
    top: 15px;
}

.chexk-box {
    position: relative;
}

.inner-shotss h2 {
    text-transform: uppercase;
}

.event-details p {
    color: var(--Main-Colors-Red, #D0202E);
    line-height: 180%;
    font-weight: 600;
    padding-bottom: 24px;
    font-size: 14px;
}

section.fold-blogs {
    position: relative;
}

section.fold-blogs::before {
    content: "";
    position: absolute;
    background-image: url('https://wcfireworks.com/wp-admin/images/jakes-Logo-before.png');
    width: 482px;
    height: 459px;
    flex-shrink: 0;
    right: 0;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    top: -230px;
}

.inner-vidd img {
    width: 46px;
    height: 46px;
    object-fit: cover;
}

.para1 p {
    padding-bottom: 24px;
}

.mailsss p {
    padding-bottom: 0;
}

.p-terms-wrap {
    height: 500px;
    overflow-x: scroll;
}

/* width */
.p-terms-wrap::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.p-terms-wrap::-webkit-scrollbar-track {

    border-radius: 10px;
}

/* Handle */
.p-terms-wrap::-webkit-scrollbar-thumb {
    background: #D0202E;
    border-radius: 10px;
}

.terms-popup-btn {
    display: flex;
    justify-content: flex-end;
}

.p-terms-wrap {
    position: relative;
}

.pp-terms-wrap p {
    text-align: left;
    max-width: 530px;
}

.page-id-391 .modal-box {
    width: 666px;
    height: 690px;
    flex-shrink: 0;
}

.modal-body.terms-condition-popup {
    position: relative;
    width: 620px;
    height: 690px;
    padding: 66px 0 66px 45px;
}

.modal-body.terms-condition-popup::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 57.62%, #FFF 100%);
    bottom: 140px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 80px;
    z-index: 9;
}

.modal-body.terms-condition-popup h2 {
    text-align: left;
}

.events-sc h2 {
    text-transform: uppercase;
}

.event-details ul li span.pp-top {
    padding-top: 10px;
}


.all__close-title {
    margin: 10px 0 20px;
    cursor: pointer;
    padding-right: 30px;

    position: relative;
}

.all__close-title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(https://wcfireworks.com/wp-content/themes/fireworks/images/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 25px;
    width: 25px;
    transition: 0.3s all linear;
}

.all__close.active .all__close-title:before {
    transform: rotate(180deg);
}

#shootoff {
    margin-bottom: 130px;
}

.shotsImg img {
    margin: auto;
    justify-content: center;
    display: flex;
    padding: 40px 0;
    max-width: 100%;
}

.shotsImg {
    border-radius: 24px;
    margin-top: 60px;
}

.coupen-slider .owl-nav.disabled {
    display: block;
}

.coupen-slider .owl-prev {
    left: -10px;
}

.coupen-slider .owl-next {
    right: -10px;
}

.page-id-74 #shootoff {
    margin-bottom: 0;
}

section.all-banner h1, .all-banner-new h1 {
    font-size: 42px;
}

.apply-wholesale {
    display: none;
}

.no-carousel {
    display: flex;
    justify-content: center;
}

.no-carousel .item {
    width: 30%;
}

.page-template-search-store-php input#state_name {
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.inner-jakes p iframe {
    width: 100% !important;
}

.hidden {
    display: none;
}

.message {
    font-size: 16px;
}

.message.error,
.form-message.error {
    color: #cf202e;
    font-weight: 500;
}

.w-third,
.col.w-third {
    width: 32%;
}

.w-half,
.col.w-half {
    width: 50%;
}

.w-full {
    width: 100%;
}

.hp {
    display: none;
}

.form-disclaimer {
    font-size: x-small;
    font-style: italic;
}

.form-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000000;
    box-shadow: 32px 0 #000000, -32px 0 #000000;
    position: relative;
    animation: form-loader-flash 0.5s ease-out infinite alternate;
    opacity: 0;
    margin: 0 0 0 50px;
}

.form-loader.active {
    display: inline-block;
    opacity: 1;
}

@keyframes form-loader-flash {
    0% {
        background-color: #999999;
        box-shadow: 32px 0 #999999, -32px 0 #000000;
    }
    50% {
        background-color: #000000;
        box-shadow: 32px 0 #999999, -32px 0 #999999;
    }
    100% {
        background-color: #999999;
        box-shadow: 32px 0 #000000, -32px 0 #999999;
    }
}

.inner-shotss .primary-btn .pdf-link-button {
    border: 0px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    border-radius: 4px;
    background: #2a2f72;
    color: #fff;
    border: 1px solid #2a2f72;
}

.inner-shotss .primary-btn .pdf-link-button:hover {
    background-color: transparent;
    color: #2a2f72;
}

.simple-content-section {
    padding: 60px 0px;
}

.simple-content-section h2 {
    margin-bottom: 15px;
    color: #495057;
}

.simple-content-section p {
    line-height: 28.8px;
    margin-bottom: 0;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #495057;
}

.simple-content-section p a {
    color: #D0202E;
}

.simple-content-section p:not(:last-child) {
    margin-bottom: 5px;
}

.military-discounts-section {
    padding: 60px 0px;
    background-image: url(https://www.jakesfireworks.com/wp-content/themes/fireworks/images/Rectangle\ 6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #D0202E;
}

.military-discounts-head h2 {
    color: #fff;
    text-align: center;
}

.military-discounts-content {
    text-align: center;
    max-width: 650px;
    margin: 25px auto;
}

.military-discounts-content p:not(:last-child) {
    margin-bottom: 15px;
}

.military-discounts-content p {
    color: #fff;
}

.military-discounts-content {
}

.military-discounts-link .view-btn {
    margin: 0px;
}

.military-discounts-link .view-btn a {
    background-color: #FAE300;
    color: #212529;
    border-color: #FAE300;
}

.military-discounts-link .view-btn a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.last-inner-dta p {
    margin: 15px 0px;
}

.coup-width-textual h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.last-inner-dta ul {
    padding-left: 20px;
    list-style: disc;
}

.last-inner-dta ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #495057;
}

.last-inner-dta ul li:not(:last-child) {
    margin-bottom: 12px;
}

.top-bar:nth-child(2) {
    border-top: 2px solid #fff;
}

@media only screen and (max-width: 992px) {
    .inner-jakes p iframe {
        width: 100% !important;
        height: 400px !important;
    }

    .page-template-fund-raising .boruchure-red-btn a {
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .detail-sl .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .inner-jakes p iframe {
        width: 100% !important;
        height: 200px !important;
    }

    .page-template-fund-raising .boruchure-red-btn a {
        padding: 10px 0px;
    }

    .page-template-fund-raising .yellow-btn {
        margin: 20px 0px 15px !important;
    }

    .page-template-fund-raising .boruchure-red-btn {
        margin-bottom: 30px;
    }

    .shotsImg img {
        max-width: 80%;
    }

    .inner-shotss .primary-btn a {
        padding: 18px 20px;
        font-size: 12px !important;
    }

    .military-discounts-section {
        padding: 30px 0px;
    }

    .coupons-main .coup-width:nth-child(2) {
        margin: 20px 0px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-home .topss-width {
        width: 100%;
    }

    .page-template-home .topss-width .top-desc {
        min-height: 80px;
    }
}


/* Styling for pills */
span.location_green {
    font-size: 9px;
    color: white;
    background-color: green;
    padding: 3px 6px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

span.location_blue {
    font-size: 9px;
    color: white;
    background-color: #2a2f72;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 6px;
    border-radius: 10px;
}

.location_parent {
    position: relative;
    padding-right: 75px;
}