@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');



:root {
    --Audi-font: "Audiowide", serif;
    --red-color: #ef3639;
    --blue-color: #0a599b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea,
select {

    outline: none;
    box-shadow: none !important;
}

body {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    background: #fff;
    color: #000;
    font-size: 16px;
    f
}

a,
img,
button,
input[type="submit"] {
    transition: all 0.5s ease;
}

@font-face {
    font-family: 'exotc350_dmbd_btdemi-bold';
    src: url('../fonts/tt0627m-webfont.woff2') format('woff2'),
        url('../fonts/tt0627m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* added by ayan */

.page-title-bg nav {
    display: none;
}

/* added by ayan */



/*---------- Header -------*/
header.site-header {
    background: #fff;
    padding: 15px 0;
    position: relative;
    width: 100%;
    z-index: 99;
    border-bottom: 5px solid var(--red-color)
}

header.site-header .row {
    align-items: center
}

header.site-header .site-brand {
    text-align: center
}

header.site-header .site-brand img {
    max-width: 100%;
    max-height: 80px;
}

header.site-header .header-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

header.site-header .header-menu li {
    margin: 0;
    padding: 0 15px;
    position: relative
}

header.site-header .header-menu li:first-child {
    padding-left: 0;
}

header.site-header .header-menu li a {
    color: #111;
    text-decoration: none;
    padding: 10px 0;
}

header.site-header .header-menu li a:hover {
    color: var(--red-color)
}

header.site-header .header-menu li .sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 250px;
    background: #f1f1f1;
    list-style-type: none;
    padding: 0 10px;
    top: 30px;
    border-top: 3px solid var(--red-color);
    z-index: 999 !important;
}

.yith_magnifier_mousetrap {
    z-index: 9 !important;
}

/*header.site-header .header-menu li .sub-menu li .sub-menu{position:absolute; left:230px; display:none; top:0}*/
header.site-header .header-menu li .sub-menu li .sub-menu {
    position: absolute;
    left: 230px;
    display: none;
    top: -3px;
    z-index: 99999;
}

header.site-header .header-menu li .sub-menu li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

header.site-header .header-menu li .sub-menu li:last-child {
    border-bottom: none
}

header.site-header .header-right {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

header.site-header .header-right .custom-btn a {
    background: var(--red-color);
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px
}

header.site-header .header-right .custom-btn a:hover {
    background: #0b5a9c;
}

header.site-header .header-right .list-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header.site-header .header-right .list-item li {
    margin: 0;
    padding: 0 10px 0 0
}

header.site-header .header-right .list-item li a {
    color: #111;
    text-decoration: none
}

header.site-header .header-right .list-item li a:hover {
    color: var(--red-color);
}

header.site-header .header-right .list-item li .fa {
    color: var(--red-color);
    padding-right: 5px;
    font-size: 21px;
}

header.site-header.fixed-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0
}

header.site-header.fixed-header .site-brand img {
    max-height: 80px
}


/*---------- Home Banner ------*/
.home-banner {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.home-banner:before {
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/shape-01.png") no-repeat center bottom;
    background-size: cover;
    width: 100%;
    content: "";
}

.home-banner h1 {
    color: #fff;
    font-size: 100px;
    margin: 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
    font-weight: 700;
}

.home-banner p {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 24px;
    font-weight: 300;
}

.home-banner .btn-list {
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none
}

.home-banner .btn-list li {
    margin: 0 10px;
    padding: 0
}

.home-banner .btn-list a {
    display: inline-flex;
    padding: 10px 30px;
    border: 1px solid var(--blue-color);
    background: var(--blue-color);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px
}

.home-banner .btn-list li a:hover {
    color: #fff;
    border-color: #fff;
    background: transparent
}

.home-banner img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-banner .banner-content {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    color: #fff;
    flex-direction: column;
    text-align: center;
    width: 100%;
    justify-content: center;
    height: 100%
}

.home-banner video {
    object-fit: cover;
    width: 100%
}

/*------------ Our Partner ---------*/
.our-partner {
    background: #f1f1f1;
    position: relative;
    clear: both;
    width: 100%;
    padding: 30px 0;
    margin: 0
}

.our-partner .partner-list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center
}

.our-partner .partner-list li {
    margin: 0;
    padding: 0 15px;
    text-align: center
}

.our-partner .partner-list li img {
    width: 100%
}


/*---------- Experience Trust Sec  -------*/
.experience-trust-sec {
    background: #fff;
    position: relative;
    clear: both;
    width: 100%;
    padding: 30px 0;
    margin: 0
}

.experience-trust-sec h4 {
    color: #0b5a9c;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 45px 0;
    padding: 0;
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    font-family: "Outfit", sans-serif;
    text-transform: capitalize;
}

.experience-trust-sec .list-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.experience-trust-sec .list-items li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.experience-trust-sec .list-items .content-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 30px 0
}

.experience-trust-sec .list-items .content-box .title {
    color: #0b5a9c;
    text-align: left;
    font-size: 26px;
    font-family: 'exotc350_dmbd_btdemi-bold';
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.experience-trust-sec .list-items .content-box .title .fa {
    color: var(--red-color)
}

.experience-trust-sec .list-items .content-box p {
    color: #444;
}

.experience-trust-sec .list-items .content-box p a {
    color: #444;
    text-decoration: underline;
}


.experience-trust-sec .list-items .content-box .read-more a {
    background: var(--red-color);
    border: 1px solid var(--red-color);
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px
}

.experience-trust-sec .list-items .content-box .read-more a:hover {
    background: #fff;
    color: var(--red-color);
}



.experience-trust-sec .list-items .img-box {
    width: 50%;
    display: flex;
    align-items: center
}

.experience-trust-sec .list-items .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 30px 30px 0px
}

.experience-trust-sec .list-items li:first-child .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 30px 0px
}

.experience-trust-sec .list-items li:last-child .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0px 30px 30px !important
}

.experience-trust-sec .list-items li:nth-child(even) .img-box {
    order: 1
}

.experience-trust-sec .list-items li:nth-child(even) .img-box img {
    border-radius: 30px 0px 0px 30px
}

.experience-trust-sec .list-items li:nth-child(even) .content-box {
    order: 2;
    padding: 30px 0 30px 30px
}

.experience_slidesec {
    margin-top: -170px;
}

.experience_slidesec .content-box {
    background-color: #fff;
}

.experience_slidesec .content-box .img-box img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
}

.experience_slidesec .content-box {
    border-radius: 28px 28px 0 0;
}

.experience_slidesec .title {
    font-size: 18px;
    color: #0b5a9c;
    /* margin: 11px 0; */
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    /* line-height: normal; */
    font-weight: 600;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.5;
    display: inline-block;
    word-wrap: break-word;
    box-sizing: border-box;
}

.arena-accessories-sec {
    background: #f1f1f1;
    position: relative;
    clear: both;
    width: 100%;
    padding: 45px 0;
    margin: 0
}

.arena-accessories-sec h3 {
    color: #0b5a9c;
    font-size: 32px;
    text-transform: capitalize;
    /* margin: 0 0 30px 0; */
    padding: 0;
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    font-family: "Outfit", sans-serif;
    text-align: center;
}

.arena-accessories-sec .accessories-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style-type: none
}

.arena-accessories-sec .accessories-list li {
    width: 33.333%;
    position: relative;
    padding: 0 15px;
    margin: 0 0 30px 0
}

.arena-accessories-sec .accessories-list li .content-box a {
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 5px solid transparent
}

.arena-accessories-sec .accessories-list li .content-box a:hover {
    border-bottom: 5px solid var(--red-color)
}

.arena-accessories-sec .accessories-list li .content-box a:hover .title .fa {
    color: var(--red-color)
}

.arena-accessories-sec .accessories-list li .content-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.arena-accessories-sec .accessories-list li .content-box .title {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 25px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.arena-accessories-sec .accessories-list li .content-box .title .fa {
    padding-left: 10px;
    position: relative;
    top: -2px
}

.arena-accessories-sec .container {
    position: relative
}

.arena-accessories-sec .download-btn {
    position: absolute;
    top: 5px;
    right: 15px
}

.arena-accessories-sec .download-btn a {
    color: #444;
    display: inline-block;
    text-decoration: none
}

.arena-accessories-sec .download-btn a span {
    display: inline-flex;
    background: #eaeaea;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #d4d2d2;
    color: #111;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px
}

.arena-accessories-sec .download-btn a:hover span {
    color: var(--red-color)
}

.arena-accessories-sec .custom-btn {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center
}

.arena-accessories-sec .custom-btn a {
    color: #111;
    padding: 10px 30px;
    border: 1px solid #111;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none
}

.arena-accessories-sec .custom-btn a:hover {
    background: var(--blue-color);
    border-color: var(--blue-color);
    color: #fff;
}




.arena-accessories-sec .content-box a:hover {
    color: var(--red-color);
    text-decoration: none !important;
}

.arena-accessories-sec .content-box .title:hover {
    color: var(--blue-color) !important;
}

.new-shop-btn {
    background: transparent;
    border: 1px solid var(--blue-color);
    display: inline-block;
    padding: 6px 15px;
    color: var(--blue-color);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    width: max-content;
    display: flex;
    align-items: end;
    font-size: 13px;
}


.dasher-board .owl-item.center .content-box .new-shop-btn {
    background: var(--blue-color);
    color: #ffffff !important;
}

.new-shop-btn:hover {
    background: var(--blue-color);
    color: #ffffff !important;
}

/* .arena-accessories-sec .content-box a:hover .title .fa {
    color: var(--red-color)
} */

.arena-accessories-sec .content-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* .arena-accessories-sec .content-box .title {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 25px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 28%) 100%);
} */


.arena-accessories-sec .content-box .title {
    display: flex;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 15px;
    font-weight: 600;
    padding: 25px;
    margin: 0;
    height: 100%;
    flex-direction: column;
    text-align: justify;
    gap: 1rem;
    color: #000000bf;
}

.arena-accessories-sec .content-box .title .fa {
    padding-left: 10px;
    position: relative;
    top: -2px
}

.arena-accessories-sec .container {
    position: relative
}

.arena-accessories-sec .download-btn {
    position: absolute;
    top: 5px;
    right: 15px
}

.arena-accessories-sec .download-btn a {
    /* color: #444; */
    color: var(--blue-color);
    display: inline-block;
    text-decoration: none
}

.arena-accessories-sec .download-btn a span {
    display: inline-flex;
    background: #eaeaea;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #d4d2d2;
    /* color: #111; */
    color: var(--blue-color);
    font-size: 18px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px
}

.arena-accessories-sec .download-btn a:hover span {
    color: var(--red-color)
}

.arena-accessories-sec .custom-btn {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center
}

.arena-accessories-sec .custom-btn a {
    color: #111;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #111;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none
}

.arena-accessories-sec .custom-btn a:hover {
    background: var(--red-color);
    border-color: var(--red-color);
    color: #fff;
}

.arena-accessories-sec .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -22px
}


/* .arena-accessories-sec .owl-nav {
    position: absolute;
    width: 34%;
    left: 33%;
    top: 50%;
    margin: 0 auto;
} */



.arena-accessories-sec .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 0;
    position: absolute;
    background: transparent !important;
    border: 2px solid black !important;
}

.arena-accessories-sec .owl-nav button:hover {
    background: #0b5a9c !important;
    border-color: #0b5a9c !important;
}

.arena-accessories-sec .owl-nav button:hover span {
    color: white;
}

.arena-accessories-sec .owl-nav button.owl-next {
    right: -45px;
}

.arena-accessories-sec .owl-nav button.owl-prev {
    left: -45px;
}

.arena-accessories-sec .owl-nav button span {
    font-size: 30px;
    display: block;
    /* color: #0000; */
}

/*---------- Quick Buy Sec ----------*/

.quick-buy-sec {
    /* background: url("../images/quick-buy-bg.jpg") no-repeat center center; */
    /* background-size: cover; */
    background: white;
    position: relative;
    clear: both;
    width: 100%;
    padding: 30px 0;
    margin: 0
}

.quick-buy-sec h3 {
    color: #0a599b;
    text-align: center;
    font-size: 32px;
    text-transform: capitalize;
    margin: 0 0 30px 0;
    padding: 0;

}

.quick-buy-sec .buy-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none
}

.quick-buy-sec .buy-list li {
    padding: 0 15px;
    width: 25%;
    display: flex
}

.quick-buy-sec .buy-list li .content-box {
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    border-bottom: 5px solid transparent
}

.quick-buy-sec .buy-list li .content-box:hover {
    border-color: var(--red-color)
}

.quick-buy-sec .buy-list li .content-box a {
    display: inline-block;
    text-decoration: none
}

.quick-buy-sec .buy-list li .content-box .title {
    font-size: 18px;
    color: #0b5a9c;
    margin: 10px 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 46px;
}

.quick-buy-sec .buy-list li .content-box .price {
    color: #111111;
    font-weight: 600
}

.quick-buy-sec .buy-list .img-box img {
    /* width: 150px; */
    border-radius: 10px;
    height: 190px;
    width: 190px;
    object-fit: cover;
}

.quick-buy-sec .add-cart i {
    transform: translate(0px, 1px);
}

.quick-buy-sec .add-cart {
    margin: 0;
    padding: 0;
    DISPLAY: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #624b4b;
}

.quick-buy-sec .add-cart a {
    color: #111;
}

.quick-buy-sec .add-cart a:hover,
.quick-buy-sec .add-cart a:hover .fa {
    color: var(--red-color)
}

.quick-buy-sec .add-cart a .fa {
    color: #0b5a9c;
    padding-left: 10px
}

/*--------- Form Legacy Your ---------*/
.form-legacy-your {
    background: #fff;
    position: relative;
    clear: both;
    width: 100%;
    padding: 30px 0;
    margin: 0
}

.form-legacy-your h2 {
    color: #0b5a9c;
    /* font-size: 42px; */
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    font-family: "Outfit", sans-serif;
    text-transform: capitalize;
}

.form-legacy-your p {
    color: #444
}

.form-legacy-your .content-box {
    display: flex;
    flex-direction: column;
}

.form-legacy-your .img-box {
    display: flex
}

.form-legacy-your .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-legacy-your .img-box .img-content {
    border-radius: 15px;
    overflow: hidden;
    border-bottom: 5px solid #0e5691;
    position: relative
}

.form-legacy-your .list-items {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    list-style-type: none;
    margin: 0;
}

.form-legacy-your .list-items li {
    padding: 8px 15px;
    background-color: rgba(239, 54, 57, 0.9);
    /* background: var(--blue-color); */
    text-align: center;
    margin: 0
}

.form-legacy-your .list-items li:hover {
    background: #ce3033
}

.form-legacy-your .list-items li img {
    max-width: 26px;
    width: 100%;
    margin: 0 auto
}

.form-legacy-your .list-items li .title {
    color: #fff;
    margin: 5px 0 0 0;
    font-weight: 500;
    font-size: 10px;
}

.form-legacy-your .custom-btn {
    margin: 30px 0 0 0;
    padding: 0
}

.form-legacy-your .custom-btn a {
    background: var(--blue-color);
    border: 1px solid var(--blue-color);
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px
}

.form-legacy-your .custom-btn a:hover {
    background: #fff;
    color: var(--blue-color);
}


.clients-reviews {
    background: #0b5a9c;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative
}

.clients-reviews .gallery-list {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    list-style-type: none;
    flex-wrap: wrap
}

.clients-reviews .gallery-list li {
    width: 25%;
    margin: 0;
    padding: 0
}

.clients-reviews .gallery-list li img {
    height: 120px;
    width: 100%;
    object-fit: cover
}

.clients-reviews .our-reviews h4 {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
    margin: 0 0 15px 0;
    padding: 0;
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    font-family: "Outfit", sans-serif;
}

.clients-reviews .our-reviews h4 .fa {
    color: var(--red-color)
}

.clients-reviews .our-reviews {
    /* padding: 45px; */
    padding: 30px;
    color: #fff
}

.clients-reviews .our-reviews .auther-name {
    /* font-size: 21px; */
    font-weight: 500;
    /* margin: 30px 0 10px 0 */
}

.clients-reviews .our-reviews .auther-desi,
.clients-reviews .our-reviews .auther-location {
    color: #5eaced;
    margin: 0
}

.clients-reviews .our-reviews .owl-dots {
    margin: 30px 0 0 0;
    display: none;
}


a.custom-add-to-cart-button,
a.button.product_type_variable {
    /* background: var(--red-color); */

    /* padding: 5px 18px; */
    margin: 3px 0;
    border-radius: 9px;
    display: inline-block;
}

.quick-buy-sec a.custom-add-to-cart-button,
.quick-buy-sec a.button.product_type_variable {
    color: #4b4b4b !important;
}

.title {
    color: #0a599b;
    /* margin-bottom: 8px; */
    text-align: center;
    margin: 13px 0;
    display: inline-block;
}

.content-box_new .price {
    text-align: center;
}

.clients-reviews .our-reviews .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 15px 0 0;
    position: relative;
    border: 1px solid #fff
}

.clients-reviews .our-reviews .owl-dots .owl-dot:before {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    border-radius: 100%;
    background: #4883b5;
}

.clients-reviews .our-reviews .owl-dots .owl-dot.active:before {
    background: #fff
}

.clients-reviews .our-reviews .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    min-width: 100px;
    justify-content: space-between
}

.clients-reviews .our-reviews .owl-nav button {
    border: 1px solid #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.clients-reviews .our-reviews .owl-nav button span {
    font-size: 30px;
    display: block
}




.google-map {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.google-map iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.page-title-bg {
    /* background: #0b5a9c url(../images/title-bg.jpg) no-repeat center center; */
    background: var(--blue-color);
    background-size: cover;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
}



.page-title-bg h1 {
    font-family: var(--Audi-font) !important;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
}

.page-title-bg .breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    justify-content: center;
}

.page-title-bg .breadcrumb li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

.page-title-bg .breadcrumb li a:hover {
    color: var(--red-color)
}

.page-title-bg .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "\f101";
    font-family: 'FontAwesome';
    color: var(--red-color)
}

.page-title-bg .breadcrumb li {
    color: #fff
}

.contact-page-sec {
    padding: 30px 0;
    position: relative;
    width: 100%;
    margin: 0;
    color: #fff
}

.page-id-933 .contact-page-sec {
    padding-bottom: 0;
}

.contact-page-sec .bg {
    background: #0b5a9c;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.contact-page-sec .bg h2 {
    font-family: 'exotc350_dmbd_btdemi-bold';
    font-size: 32px;
    color: #fff;
    margin: 0 0 30px 0
}

.contact-page-sec .bg input,
.contact-page-sec .bg textarea {
    width: 100%;
    border: none;
    padding: 10px;
    margin: 0 0 15px 0;
    border-radius: 5px;
    background: #fff;
    color: #111
}

.contact-page-sec .bg textarea {
    height: 100px
}

.contact-page-sec .bg input[type="submit"] {
    width: auto;
    border-radius: 10px;
    background: var(--red-color);
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0
}

.contact-page-sec .bg input[type="submit"]:hover {
    background: #fff;
    color: var(--red-color)
}

.contact-page-sec .bg p {
    margin: 0
}

.contact-page-sec .bg p label {
    display: block
}

.contact-page-sec .bg .contact_add {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.contact-page-sec .bg .contact_add li {
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    position: relative;
    color: #fff
}

.contact-page-sec .bg .contact_add li:last-child {
    margin-bottom: 0
}

.contact-page-sec .bg .contact_add li .fa {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 24px;
    color: #fff;
}

.contact-page-sec .bg .contact_add li a {
    color: #fff;
    text-decoration: none
}

.contact-page-sec .bg .content-box {
    position: relative;
    border-right: 2px solid #fff;
    padding-right: 45px
}

.contact-page-sec .bg .form-box {
    padding-left: 45px
}

.contact-page-sec .bg .content-box:before {
    position: absolute;
    right: -6px;
    width: 10px;
    height: 100px;
    background: #fff;
    content: "";
    border-radius: 5px;
    top: 50%;
    margin: -50px 0 0 0
}

.page-id-933 .contact-page-sec>.container {
    margin: 0;
    width: 100%;
    max-width: 100% !important;
}

.contact-page-sec .contact-map {
    margin: 45px 0 0 0;
    padding: 0;
    width: 100% !important;
    left: 0 !important;
    position: relative !important
}

.contact-page-sec .contact-map iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0 !important
}

.contact-page-sec .contact-map .wpb_wrapper {
    padding: 0;
    background: transparent
}

.contact-page-sec .contact-map .wpb_content_element {
    margin-bottom: 0;
}

.single-product .related.products {
    clear: both;
}

.project-gallery {
    margin: 0;
    /* padding: 60px 0; */
    padding: 25px 0;
    background: #fff
}

.project-gallery h2 {
    color: #0b5a9c;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
    text-align: center
}

.project-gallery .project-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.project-gallery .project-list li {
    width: 33.333%;
    padding: 0 15px;
    margin: 0 0 30px 0
}

.project-gallery .project-list img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.project-gallery .project-list img {
    height: 250px;
}

.project-gallery .project-list .inner-box {
    background: #fafafa;
    display: flex;
    flex-direction: column;
    border-radius: 15px
}

.project-gallery .content-box {
    padding: 15px
}

.project-gallery .content-box .title {
    color: #0b5a9c;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    font-family: "Outfit", sans-serif;
    line-height: normal
}

.project-gallery .content-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.project-gallery .project-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.project-gallery .content-box p {
    color: #444444;
    text-align: justify;
}

.project-gallery .content-box p:last-child {
    margin-bottom: 0
}

.project-gallery .project-list .inner-box:hover {
    background: #0b5a9c;
    color: #fff
}

.project-gallery .project-list .inner-box:hover p,
.project-gallery .project-list .inner-box:hover .title,
.project-gallery .project-list .inner-box:hover .custom-btn a {
    color: #fff
}

.project-gallery .content-box .custom-btn a {
    color: var(--red-color);
    display: inline-flex;
    align-items: center;
    text-decoration: none
}

.project-gallery .content-box .custom-btn a .fa {
    padding-left: 10px
}

.project-gallery .view-more {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center
}

.project-gallery .view-more a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #111111;
    color: #111111;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none
}

.project-gallery .view-more a:hover {
    background: var(--red-color);
    border-color: var(--red-color);
    color: #fff;
}



.rink-layout-sec {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    width: 100%;
    position: relative
}

.rink-layout-sec h2 {
    color: #0b5a9c;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
    text-align: center
}

.rink-layout-sec p {
    text-align: center;
    color: #444
}

.rink-layout-sec .img-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0
}

.rink-layout-sec .img-list li {
    width: 24%;
    margin: 0 0 30px 0;
    padding: 0 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-right: 1%;
    border-radius: 15px;
}

.wpcf7-response-output {
    color: var(--red-color);
}



.rink-layout-sec .img-list li a {
    /* border: 1px solid #0b5a9c; */
    display: block;

    overflow: hidden;
    text-decoration: none
}

.rink-layout-sec .img-list li img {
    width: 100%
}

/* .rink-layout-sec .img-list li a:hover {
    border: 1px solid var(--red-color)
} */

.rink-layout-sec .list-item {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
    flex: 1;
}

.rink-layout-sec .list-item li {
    width: 33.333%;
    margin: 0 0 30px 0;
    padding: 0 15px
}

.rink-layout-sec .list-item li a {
    border: 1px solid #0b5a9c;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    padding: 5px 10px 5px 15px;
    color: #444;
    text-decoration: none;
    justify-content: space-between;
    align-items: center
}

.rink-layout-sec .list-item li a .fa {
    background: var(--blue-color);
    color: #fff;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

.rink-layout-sec .list-item li a:hover {
    background: #0b5a9c;
    color: #fff
}


.rink-catalog-form {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background: #fafafa
}

.rink-catalog-form h3 {
    color: #0b5a9c;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
}

.rink-catalog-form .content-box,
.rink-catalog-form .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.rink-catalog-form .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.rink-catalog-form .inner-box {
    padding: 0 30px 0 100px
}

.rink-catalog-form input {
    width: 100%;
    color: #444;
    border: 1px solid #444;
    padding: 10px;
    margin: 0 0 30px 0;
    border-radius: 30px
}

.rink-catalog-form input[type="submit"] {
    width: auto;
    border: none;
    border-radius: 30px;
    background: #0b5a9c;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
}

.rink-catalog-form input[type="submit"]:hover {
    background: var(--red-color)
}

.rink-catalog-sec {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
    width: 100%
}

.rink-catalog-sec h2 {
    color: #0b5a9c;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
}

.rink-catalog-sec .container {
    position: relative
}

.rink-catalog-sec .download-btn {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 5px;
}

.rink-catalog-sec .download-btn a {
    color: #444;
    text-decoration: none;
    display: inline-flex;
    align-items: center
}

.rink-catalog-sec .download-btn a .fa {
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #f5f5f5;
    border: 1px solid #e9e9e9
}

.rink-catalog-sec .download-btn a:hover .fa {
    background: var(--red-color);
    color: #fff;
    border-color: var(--red-color)
}

.rink-catalog-sec .catalog-slide {
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

.rink-catalog-sec .slide-content img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-width: 100%
}

.rink-catalog-sec .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0
}

.rink-catalog-sec .owl-nav button {
    background: #ececec !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute
}

.rink-catalog-sec .owl-nav button .fa {
    color: #000;
    font-size: 30px
}

.rink-catalog-sec .owl-nav button.owl-prev {
    left: 0
}

.rink-catalog-sec .owl-nav button.owl-next {
    right: 0
}

.rink-catalog-sec .owl-nav button:hover .fa {
    color: var(--red-color);
}


.our-career {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
    width: 100%
}

.our-career .row {
    margin: 0 10px
}

.our-career h2 {
    color: #0b5a9c;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
    text-align: center;
}

.our-career input,
.our-career select {
    width: 100%;
    color: #444;
    border: 1px solid #444;
    padding: 10px;
    margin: 0 0 20px 0;
    border-radius: 30px;
}

.our-career hr {
    margin: 30px 0;
    background: #444;
    padding: 0;
    width: 100%
}

.our-career h3 {
    color: #444;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%
}

.our-career [class*="col-"] {
    position: relative;
    padding: 0 10px
}

.our-career .fa {
    position: absolute;
    right: 30px;
    top: 15px
}

.our-career input[type="submit"] {
    width: auto;
    border: none;
    border-radius: 30px;
    background: #0b5a9c;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
}

.our-career input[type="submit"]:hover {
    background: var(--red-color)
}


.cleaning-products {
    margin: 0;
    padding: 40px 0;
    position: relative;
    width: 100%;
    background: #fff
}

.cleaning-products h2 {
    color: #0b5a9c;
    font-size: 30px;
    /* text-transform: uppercase; */
    margin: 0 0 30px;
    padding: 0;
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    font-family: "Outfit", sans-serif;
    transition: all .3s ease-in-out;
}

/* .tax-product_cat .cleaning-products h2 {
    font-size: 18px !important
} */

.cleaning-products h2 small {
    color: #555555;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    text-transform: capitalize
}

.cleaning-products .product-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%
}

.cleaning-products .product-list li {
    width: 25%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.cleaning-products .product-list .inner-box {
    background: #fafafa;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #fafafa
}

.cleaning-products .product-list .inner-box .img-box img {
    height: 230px;
    object-fit: contain
}

.cleaning-products .product-list .inner-box:hover {
    border-color: #ccc;
    background: #f1f1f1
}

.cleaning-products .product-list .inner-box .price {
    color: #111;
    font-weight: 700;
    font-size: 21px;
    margin: 5px 0
}

.cleaning-products .product-list .inner-box .cart-btn a {
    color: #111;
    font-size: 16px;
    text-decoration: none
}

.cleaning-products .product-list .inner-box .title {
    margin: 15px 0 0 0
}

.cleaning-products .product-list .inner-box .title a {
    color: #0b5a9c;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
}

.cleaning-products .view-more {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.cleaning-products .view-more a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #111111;
    color: #111111;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none
}

.cleaning-products .view-more a:hover {
    background: var(--red-color);
    border-color: var(--red-color);
    color: #fff;
}




/*--------- Inner Pages ------*/
.woocommerce-account .contact-page-sec {
    color: #000;
    text-align: center
}

.woocommerce-account .contact-page-sec .row {
    margin: 0;
    width: 100%
}

.woocommerce-account .contact-page-sec .woocommerce {
    width: 100%
}

.woocommerce-account .contact-page-sec h2 {
    color: #0b5a9c;
    font-size: 42px;
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
}

.woocommerce-account .contact-page-sec .woocommerce .login,
.woocommerce-account .contact-page-sec .woocommerce .register,
.woocommerce-account .contact-page-sec .woocommerce .lost_reset_password {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #cfc8d8;
}

.woocommerce-account .contact-page-sec .woocommerce .lost_reset_password .form-row {
    width: 100%
}

.woocommerce-account .contact-page-sec .woocommerce .login input.input-text,
.woocommerce-account .contact-page-sec .woocommerce .lost_reset_password input.input-text,
.woocommerce-account .contact-page-sec .woocommerce .register input.input-text {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.woocommerce-account #customer_login {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2 {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%
}

.woocommerce-account .contact-page-sec .password-input {
    display: block;
    width: 100%
}

.woocommerce-account .contact-page-sec .woocommerce .login label {
    display: block;
    width: 100%;
    margin: 0
}

.woocommerce-account .contact-page-sec .woocommerce .login input[type="checkbox"] {
    width: auto
}

.woocommerce-account .contact-page-sec button {
    background: var(--red-color) !important;
    color: #fff !important;
    font-weight: 400
}

.woocommerce-account .contact-page-sec button:hover {
    background: #0b5a9c !important;
    color: #fff !important
}

.woocommerce-account .contact-page-sec .lost_password a,
.woocommerce-account .contact-page-sec .woocommerce .register .woocommerce-privacy-policy-link {
    color: #0b5a9c;
    text-decoration: none
}

.woocommerce-account .contact-page-sec .lost_password a:hover,
.woocommerce-account .contact-page-sec .woocommerce .register .woocommerce-privacy-policy-link:hover {
    color: var(--red-color)
}

.woocommerce-account .contact-page-sec .woocommerce .login,
.woocommerce-account .contact-page-sec .woocommerce .register {
    min-height: 335px;
}

.woocommerce-account .contact-page-sec .form-row {
    padding: 0;
}

.page-title-bg .breadcrumb {
    color: #fff;
}

.page-title-bg .breadcrumb a {
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

.page-title-bg .breadcrumb a:hover {
    color: var(--red-color)
}

.tax-product_cat .cleaning-products .view-more {
    display: none
}

.tax-product_cat .site-main>header.woocommerce-products-header {
    display: none
}

.tax-product_cat ul.product-list li {
    border: 1px solid #ccc;
    text-align: center;
    justify-content: center;
}

.tax-product_cat ul.product-list li a {
    display: block;
    width: 100%;
    padding: 6px;
}

.tax-product_cat ul.product-list .price .amount {
    color: #111;
    font-weight: 600;
    font-size: 16px
}

/* .tax-product_cat ul.product-list h2.woocommerce-loop-product__title {
    font-family: "Outfit", sans-serif;
    font-size: 18px !important;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 32px;
} */



.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0 I !important;
}

.tax-product_cat ul.product-list a.add_to_cart_button,
.tax-product_cat ul.product-list a.button,
.tax-product_cat ul.product-list a.added_to_cart {
    width: auto;
    margin: 0 5px 15px 5px !important;
    border-radius: 25px;
    padding: 12px 15px;
    background: var(--blue-color);
    color: #fff;
    font-weight: 500;
    height: 40px;
    line-height: 12px;
    font-size: 15px;
}

.tax-product_cat ul.product-list a.add_to_cart_button:hover,
.tax-product_cat ul.product-list a.button:hover,
.tax-product_cat ul.product-list a.added_to_cart:hover {
    background: var(--red-color) !important
}


.tax-product_cat .cleaning-products nav.woocommerce-pagination {
    width: 100%;
}

.tax-product_cat .cleaning-products nav.woocommerce-pagination li a,
.tax-product_cat .cleaning-products nav.woocommerce-pagination li span {
    padding: 15px 20px
}

.tax-product_cat .cleaning-products nav.woocommerce-pagination li a {
    color: var(--red-color)
}

.tax-product_cat .cleaning-products nav.woocommerce-pagination li a:hover,
.tax-product_cat .cleaning-products nav.woocommerce-pagination li span.current {
    color: #fff;
    background: #0b5a9c
}

.tax-product_cat .cleaning-products .woocommerce-ordering .orderby {
    padding: 10px;
    margin: 0 0 0 15px
}

.tax-product_cat .cleaning-products .woocommerce-result-count {
    margin-top: 8px
}

.tax-product_cat ul.product-list a.call-on-order {
    color: #111;
    font-weight: 600;
    padding: 0 15px;
    margin: -25px 0 15px 0
}

.tax-product_cat ul.product-list a .price {
    color: #111 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.woocommerce-shop .cleaning-products .view-more {
    display: none
}

.woocommerce-shop .site-main>header.woocommerce-products-header {
    display: none
}

.woocommerce-shop ul.product-list li {
    border: 1px solid #ccc;
    text-align: center;
    justify-content: center;
}

.woocommerce-shop ul.product-list li a {
    display: block;
    width: 100%;
    padding: 15px
}

.woocommerce-shop ul.product-list li a.call-on-order {
    color: #111;
    font-weight: 600;
    padding: 0 15px;
    margin: -25px 0 15px 0
}

.woocommerce-shop ul.product-list .price .amount {
    color: #111;
    font-weight: 600;
    font-size: 16px
}

.woocommerce-shop ul.product-list h2.woocommerce-loop-product__title {
    font-family: "Outfit", sans-serif;
    font-size: 18px !important
}

.woocommerce-shop ul.product-list a.add_to_cart_button,
.woocommerce-shop ul.product-list a.button,
.woocommerce-shop ul.product-list a.added_to_cart {
    width: auto;
    margin: 0 5px 15px 5px !important;
    border-radius: 25px;
    padding: 12px 15px;
    background: var(--red-color);
    color: #fff;
    font-weight: 500;
    height: 40px;
    line-height: 16px;
}

.woocommerce-shop ul.product-list a.add_to_cart_button:hover,
.woocommerce-shop ul.product-list a.button:hover,
.woocommerce-shop ul.product-list a.added_to_cart:hover {
    background: #0b5a9c !important
}

.woocommerce-shop .cleaning-products nav.woocommerce-pagination {
    width: 100%;
}

.woocommerce-shop .cleaning-products nav.woocommerce-pagination li a,
.woocommerce-shop .cleaning-products nav.woocommerce-pagination li span {
    padding: 15px 20px
}

.woocommerce-shop .cleaning-products nav.woocommerce-pagination li a {
    color: var(--red-color)
}

.woocommerce-shop .cleaning-products nav.woocommerce-pagination li a:hover,
.woocommerce-shop .cleaning-products nav.woocommerce-pagination li span.current {
    color: #fff;
    background: #0b5a9c
}

.woocommerce-shop .cleaning-products .woocommerce-ordering .orderby {
    padding: 10px;
    margin: 0 0 0 15px
}

.woocommerce-shop .cleaning-products .woocommerce-result-count {
    margin-top: 8px
}



.woocommerce-cart .contact-page-sec .row {
    margin: 0;
    width: 100%
}

.woocommerce-cart .contact-page-sec .woocommerce {
    width: 100%
}

.woocommerce-cart .woocommerce-cart-form {
    color: #444
}

.woocommerce-cart .woocommerce-cart-form .shop_table a {
    color: #0b5a9c
}

.woocommerce-cart .woocommerce-cart-form .shop_table button {
    background: var(--red-color);
    color: #fff !important;
    border-radius: 20px;
    font-weight: 500
}

.woocommerce-cart .woocommerce-cart-form .shop_table button:hover {
    background: #0b5a9c !important
}

.woocommerce-cart .woocommerce-cart-form .shop_table #coupon_code {
    border-radius: 20px;
    min-width: 150px
}

.woocommerce-cart .contact-page-sec .cart_totals {
    color: #444;
    width: 100% !important
}

.woocommerce-cart .contact-page-sec .cart_totals h2 {
    color: #0b5a9c;
    font-size: 36px;
    margin: 15px 0 10px 0;
    font-family: "Outfit", sans-serif;
}

.woocommerce-cart .contact-page-sec .wc-proceed-to-checkout {
    text-align: center;
    margin: 45px 0 0 0;
    padding: 0
}

.woocommerce-cart .contact-page-sec .wc-proceed-to-checkout .checkout-button {
    width: auto;
    display: inline-block;
    background: #0b5a9c !important;
    border-radius: 30px;
    padding: 15px 30px;
    font-weight: 600
}

.woocommerce-cart .contact-page-sec .wc-proceed-to-checkout .checkout-button:hover {
    background: var(--red-color) !important
}

.woocommerce-checkout .checkout {
    color: #444
}

.woocommerce-checkout #customer_details .col-1 {
    padding-left: 0
}

.woocommerce-checkout #customer_details .col-2 {
    padding-right: 0
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    max-width: 48%;
}

.woocommerce-checkout #customer_details input,
.woocommerce-checkout #customer_details textarea {
    border: 1px solid #cfc8d8;
    padding: 10px;
    border-radius: 5px;
}

.woocommerce-checkout #customer_details .select2 .selection .select2-selection {
    height: 40px;
}

.woocommerce-checkout #customer_details .select2 .selection .select2-selection span {
    line-height: 40px
}

.woocommerce-checkout #customer_details .select2 .select2-selection__arrow {
    height: 40px
}

.woocommerce-checkout #customer_details h3 {
    color: #0b5a9c;
}

.woocommerce-checkout #customer_details .form-row {
    flex-direction: column
}

.woocommerce-checkout #payment .place-order button {
    background: var(--red-color);
    color: #fff !important;
    border-radius: 25px;
    font-weight: 500;
    padding: 15px 30px
}

.woocommerce-checkout #payment .place-order button:hover {
    background: #0b5a9c !important
}

.woocommerce-checkout h3#order_review_heading {
    color: #0b5a9c;
    margin: 30px 0 10px 0
}

.single-product .related.products li {
    border: 1px solid #ccc;
    text-align: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.single-product .related.products h2 {
    color: #0b5a9c;
    font-size: 30px;
    margin: 0 0 15px 0;
    font-family: "Outfit", sans-serif;
}

.single-product .related.products li a {
    display: block;
    width: 100%;
    padding: 15px
}

.single-product .related.products .price .amount {
    color: #111;
    font-weight: 600;
    font-size: 16px
}

.single-product .related.products h2.woocommerce-loop-product__title {
    font-family: "Outfit", sans-serif;
    font-size: 18px !important;
    color: #0b5a9c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 56px;
}

.single-product .related.products a.add_to_cart_button,
.single-product .related.products a.button,
.single-product .related.products a.added_to_cart {
    width: auto;
    margin: 0 5px 15px 5px !important;
    border-radius: 25px;
    padding: 12px 15px;
    background: var(--red-color);
    color: #fff;
    font-weight: 500;
    height: 40px;
    line-height: 16px;
}

.single-product .related.products a.add_to_cart_button:hover,
.single-product .related.products a.button:hover,
.single-product .related.products a.added_to_cart:hover {
    background: #0b5a9c !important
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 10px !important;
    border: 1px solid #ccc
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    padding: 5px
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 2px solid #0b5a9c
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    border: 2px solid #000
}

.single-product .type-product .summary h1.product_title {
    color: #0b5a9c;
    font-size: 23px;
}

.single-product .type-product .summary .product_meta {
    color: #444
}

.single-product .type-product .summary .product_meta a {
    color: var(--red-color)
}

.single-product .woocommerce-tabs .tabs {
    margin: 10px 0 0 0 !important
}

.single-product .woocommerce-tabs .tabs li.active a {
    color: #0b5a9c !important
}

.single-product .woocommerce-Tabs-panel {
    border: 1px solid #cfc8d8;
    padding: 15px !important;
    color: #444;
    margin-top: -1px !important
}

.single-product .woocommerce-Tabs-panel p a {
    color: #0b5a9c
}

.single-product .contact-page-sec .woocommerce-Tabs-panel h2 {
    color: #0b5a9c;
    font-size: 24px;
    font-family: "Outfit", sans-serif;
}

.single-product .contact-page-sec .woocommerce-Tabs-panel input,
.single-product .contact-page-sec .woocommerce-Tabs-panel textarea {
    border: 1px solid #ccc
}

.single-product .contact-page-sec .woocommerce-Tabs-panel .form-submit input[type="submit"] {
    background: var(--red-color) !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-weight: 500;
    padding: 15px 30px !important
}

.single-product .contact-page-sec .woocommerce-Tabs-panel .form-submit input[type="submit"]:hover {
    background: #0b5a9c !important
}

.single-product .contact-page-sec .woocommerce-Tabs-panel ul {
    margin: 15px 0 15px 20px;
    list-style: none;
}

.woocommerce-checkout #payment .place-order button {
    background: var(--red-color);
    color: #fff !important;
    border-radius: 25px;
    font-weight: 500;
    padding: 15px 30px
}

.woocommerce-checkout #payment .place-order button:hover {
    background: #0b5a9c !important
}

.single-product .contact-page-sec .woocommerce-Tabs-panel input[type="checkbox"] {
    width: auto
}

.single-product .type-product .summary .single_add_to_cart_button {
    width: auto;
    margin: 1px 1px 0 11px !important;
    border-radius: 20px;
    padding: 10px 10px;
    background: var(--blue-color) !important;
    color: #fff;
    font-weight: 400;
    height: 39px;
    line-height: 16px;
    font-size: 16px;
    opacity: 1;
}

.single-product .type-product .summary .single_add_to_cart_button:hover {
    background: var(--red-color) !important;
}

.single-product .type-product .summary input.qty {
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 5px;
}

.single-product .related.products .product-list {
    display: flex;
    flex-flow: wrap;
}

.single-product .product-list a.call-on-order {
    color: #111;
    font-weight: 600;
    padding: 0 15px;
    margin: -25px 0 15px 0
}

.single-product .type-product .summary a.call-on-order {
    color: var(--red-color);
    text-decoration: none
}

.single-product .type-product .summary a.call-on-order:hover {
    color: #0b5a9c
}

.faq-page-sec {
    padding: 60px 0;
    position: relative;
    width: 100%;
    margin: 0;
}

.faq-page-sec h2 {
    color: #0b5a9c;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
    text-align: center;
}

.faq-page-sec .card {
    margin-bottom: 15px;
    border: 0;
}

.faq-page-sec .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

.faq-page-sec .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #0b5a9c;
    color: #444;
    padding: 15px;
    font-size: 18px;
    white-space: normal;
}

.faq-page-sec .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
}

.faq-page-sec .card .card-header .btn-header-link.collapsed {
    border-radius: 10px
}

.faq-page-sec .card .card-header .btn-header-link {
    position: relative;
    background: #0b5a9c;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.faq-page-sec .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.faq-page-sec .card .collapsing {
    background: #FFF;
    line-height: 30px;
}

.faq-page-sec .card .collapse {
    border: 0;
}

.faq-page-sec .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #444;
    border: 1px solid #0b5a9c;
}

.faq-page-sec .card p:last-child {
    margin-bottom: 0
}



.product_meta span {
    display: block;
}


.single-post .flexslider {
    margin: 30px 0 0 0
}

.single-post .flexslider .slides li a img {
    height: auto
}

.single-post .project-gallery .vc_col-sm-4 {
    width: 100%;
    padding: 0 !important
}

.single-post .project-gallery .vc_col-sm-4 .vc_column-inner {
    padding: 0
}

.single-post .project-gallery .banner-img img {
    width: 100%;
    margin-bottom: 15px;
    /* max-height: 400px; */
    object-fit: cover;
}


.our-line-up {
    background: #fff;
    position: relative;
    clear: both;
    width: 100%;
    padding: 60px 0;
    margin: 0;
}

.our-line-up p {
    color: #141414
}

.our-line-up p strong {
    font-weight: 600
}

.our-line-up .bg {
    background: var(--red-color);
    position: relative;
    padding: 15px;
    border-radius: 30px;
    color: #fff;
    margin: 30px 0 0 0
}

.our-line-up .bg .row {
    align-items: center
}

.our-line-up .bg img {
    width: 100%;
    border-radius: 30px
}

.our-line-up .bg .content-box h3 {
    font-family: 'exotc350_dmbd_btdemi-bold';
    margin: 0;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase
}

.our-line-up .bg .content-box h3 span {
    display: block;
    font-size: 36px;
    text-transform: capitalize
}

.our-line-up h2 {
    color: #0b5a9c;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
    text-align: center
}

.our-line-up .slide-content {
    background: #0b5a9c;
    border-radius: 15px;
    overflow: hidden;
    text-align: center
}

.our-line-up .slide-content .img-box img {
    border-radius: 15px;
    height: 250px;
    /* height: 300px; */
    object-fit: cover;
}

.our-line-up .slide-content .content {
    padding: 15px;
    color: #fff
}

.our-line-up .slide-content .auther-name {
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-family: "Outfit", sans-serif;
}

.our-line-up .slide-content .auther-desi {
    /* font-family: 'exotc350_dmbd_btdemi-bold'; */
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 13px 0
}

.our-line-up .slide-content .auther-desi:before {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 3px;
    background: var(--red-color);
    content: "";
    margin-left: -15px;
    bottom: 0
}

.our-line-up .slide-content p {
    color: #fff;
    margin: 0
}

.our-line-up .team-slide {
    margin: 0 0 45px 0
}

.our-line-up .team-slide .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: -25px 0 0 0
}

.our-line-up .team-slide .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ececec !important;
    border-radius: 100%
}

.our-line-up .team-slide .owl-nav button:hover {
    background: var(--red-color) !important;
    color: #fff
}

.our-line-up .team-slide .owl-nav button span {
    font-size: 24px
}

.our-line-up .team-slide .owl-nav button.owl-next {
    right: -75px
}

.our-line-up .team-slide .owl-nav button.owl-prev {
    left: -75px
}

.contact-page-sec #df_13082.df-popup-thumb {
    width: 600px;
    margin: 0 auto !important;
    display: block;
    max-width: 100%;
}

.tax-product_cat .cleaning-products .woocommerce-notices-wrapper {
    width: 100%
}

.single-product .product.type-product .woocommerce-product-gallery img {
    max-height: 500px;
    object-fit: contain;
}

.single-product .type-product .summary .variations {
    color: #111
}

.single-product .type-product .summary .variations select {
    padding: 10px
}

.single-product .type-product .summary .single_variation_wrap {
    color: #111
}

/* .search-results .search-page {
    padding: 30px 15px;
} */

.search-results .search-page h2 {
    text-align: center;
    font-weight: 600 !important
}

.search-results .search-page ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0
}

.search-results .search-page ul li {
    width: 25%;
    margin: 0 0 30px 0;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap
}

.search-results .search-page ul li a {
    border: 1px solid #ccc;
    display: flex;
    padding: 5px;
    width: 100%;
    text-align: center;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600
}

.search-results .search-page ul li a:hover {
    color: var(--red-color)
}

.search-results .search-page ul li figure {
    width: 100%
}

.search-results .search-page ul li figure img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.single-product #enquiry_popup .modal-dialog {
    max-width: 600px
}

.single-product #enquiry_popup .close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: var(--red-color);
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 1
}

.single-product #enquiry_popup h2 {
    text-align: center;
    margin: 0 0 20px 0
}

.single-product #enquiry_popup form input,
.single-product #enquiry_popup form textarea {
    padding: 8px 10px;
    width: 100%
}

.single-product #enquiry_popup form textarea {
    height: 90px
}

.single-product #enquiry_popup form label {
    margin: 0
}

.single-product #enquiry_popup form input[type="submit"] {
    width: auto;
    margin: 0 auto;
    display: block;
    background: var(--red-color);
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    cursor: pointer
}

.single-product #enquiry_popup form input[type="submit"]:hover {
    background: #0b5a9c
}

.single-product #enquiry_popup form input[type="checkbox"] {
    width: auto
}


.page-id-7240 .contact-page-sec .aigpl-cnt-wrp.aigpl-col-3 {
    width: 100%;
}

.page-id-7240 .contact-page-sec .vc_row.wpb_row.vc_row-fluid {
    width: 50%;
    margin: 0;
}

.page-id-7240 .contact-page-sec .aigpl-gallery-album-wrp .aigpl-img-wrp::after {
    display: none
}

.page-id-7240 .contact-page-sec .aigpl-cnt-wrp.aigpl-col-3 .aigpl-img-link {
    color: #000;
    text-decoration: none
}

.page-id-7240 .contact-page-sec .aigpl-cnt-wrp.aigpl-col-3 .aigpl-img-link:hover {
    color: var(--red-color)
}

.page-id-7240 .contact-page-sec .wpb_content_element {
    margin-bottom: 0
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    background: var(--red-color);
    text-align: left;
    padding: 15px 25px;
    border-radius: 15px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid #fff
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.woocommerce-account .woocommerce-MyAccount-content {
    text-align: left
}

.woocommerce-account .woocommerce-MyAccount-content p strong {
    font-weight: 600
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: var(--red-color)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content .input-text {
    padding: 10px;
    border: 1px solid #ccc
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
    margin-top: 15px !important
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 50%;
    max-width: 50%;
    border: 1px solid #ccc;
    padding: 10px
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .edit {
    background: var(--red-color);
    padding: 5px;
    color: #fff
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label {
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
    height: 40px;
    border-radius: 0;
    border-color: #ccc
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__rendered {
    line-height: 40px
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow {
    height: 38px
}

.single-product #primary.content-area {
    width: 100%
}


.used-equipment-page {
    padding: 60px 0;
    background: #fff;
    width: 100%;
    position: relative
}

.used-equipment-page h2 {
    color: #0b5a9c;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'exotc350_dmbd_btdemi-bold';
    text-align: center;
}

.used-equipment-page .used-equipment-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1;
}

.used-equipment-page .used-equipment-list:after {
    border-width: 4px !important;
    bottom: -7px;
    content: " ";
    left: -7px;
    position: absolute;
    right: 51px;
    top: 9px;
    /* border-style: none none double double !important; */
    border-color: #ccc;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.used-equipment-page .used-equipment-list li:first-child {
    display: block
}

.used-equipment-page .used-equipment-list li {
    display: none
}

.used-equipment-page .used-equipment-list li img {
    width: 100%
}





/*---------- Footer -------*/
footer.site-footer {
    /* background: #111; */
    background: #13294B;
    color: #ffffff;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

footer.site-footer .container {
    position: relative;
}

footer.site-footer::before {
    background: url("../images/shapenew-02.png") no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 160px;
    content: "";
    left: 0;
    top: -160px;
    position: absolute;
}

footer.site-footer .site-brand {
    margin: 0;
    padding: 45px 0;
    position: relative;
}

footer.site-footer .site-brand a {
    position: absolute;
    left: 50%;
    top: -90px;
    transform: translate(-50%, 0);
}

footer.site-footer .site-brand img {
    max-width: 130px;
    margin: 0 auto;
    display: block
}

footer.site-footer h5 {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 28px;
    /* font-weight: 500; */
    font-family: "Outfit", sans-serif;
}

footer.site-footer .footer-bottom {
    background: #13294B;
    padding: 15px 0;
    text-align: center;
    margin: 45px 0 0 0;
    border-top: 1px solid #cccccc57;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

footer.site-footer a {
    color: #fff;
    text-decoration: none
}

footer.site-footer a:hover {
    color: var(--red-color)
}

footer.site-footer .foot-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

footer.site-footer .foot-list li {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    position: relative
}

footer.site-footer .foot-list li:before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -1px;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #f9fcff;
    font-size: 18px
}

footer.site-footer .foot-list li:last-child {
    margin-bottom: 0
}

footer.site-footer .foot-list li a {
    color: #ffffff;
    font-weight: 400;
}

footer.site-footer .foot-list li a:hover {
    color: var(--red-color)
}

footer.site-footer .social-list {
    margin: 5px 0 30px 0;
    padding: 0;
    list-style-type: none;
    display: flex
}

footer.site-footer .social-list li {
    margin: 0;
    padding: 0 15px 0 0
}

footer.site-footer .social-list li a {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px
}

footer.site-footer .social-list li a:hover {
    background: var(--blue-color);
    color: white;
    border-color: var(--blue-color);
}

footer.site-footer .used-btn {
    margin: 0;
    padding: 0
}

footer.site-footer .used-btn a {
    background: #0b5a9c;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
}

footer.site-footer .used-btn a span {
    font-weight: 400
}

footer.site-footer .used-btn a .fa {
    padding-left: 10px
}

footer.site-footer .used-btn a:hover {
    background: var(--red-color);
    color: #fff
}

footer.site-footer .custom-btn {
    margin: 30px 0 0 0;
    padding: 0
}

footer.site-footer .custom-btn a {
    padding: 10px 15px;
    display: inline-block;
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid var(--red-color);
    margin-left: 10px;
}

footer.site-footer .custom-btn a .fa {
    padding-left: 10px
}

footer.site-footer .custom-btn a:hover {
    background: var(--red-color);
    color: #fff
}

footer.site-footer .contact_add {
    margin: 0;
    padding: 0;
    list-style-type: none
}

footer.site-footer .contact_add li {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    position: relative
}

footer.site-footer .contact_add li .icon-box {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 24px;
    color: #f9fcff;
}

footer.site-footer .contact_add li a {
    color: #ffffff
}

footer.site-footer .contact_add li a:hover {
    color: var(--red-color)
}

.single-product .contact-page-sec .woocommerce-Tabs-panel ul li a {
    background: var(--red-color);
    color: white;
    padding: 6px 10px;
    display: inline-block;
    margin: 10px 0;
    border-radius: 7px;
    text-decoration: none;
}

form.wpcf7-form.init h2,
form.wpcf7-form.init h3,
form.wpcf7-form.init h4 {
    color: var(--blue-color);
    margin: 0 0;
    font-size: 22px;
    margin-bottom: 24px;
}

form.wpcf7-form.init {
    border: 1px solid #ccc;
    padding: 18px;
    margin: 26px 0;
    border-radius: 9px;
}

form.wpcf7-form.init input {
    overflow: visible;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #ccc;
}



input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    background: var(--blue-color);
    color: white;
    border: navajowhite;
    border-radius: 5px;
    border: 1px solid var(--blue-color);
    transition: all .3s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent;
    color: var(--blue-color);
}

/* contact us css */

.contactus-box a,
.contactus-box i {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: white;
}

.contactus-box {
    background: #0b5a9c;
    color: white;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    /* margin-top: 18px; */
    cursor: pointer;
    margin: 10px 5px;
    text-align: center;
}

.contactus-box i {
    background: white;
    padding: 9px 10px;
    color: #0b5a9c;
    font-size: 19px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.contact_form input,
.contact_form textarea {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding: 9px;
    resize: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact_form {
    padding: 30px 0px;
}

.contact_form button {
    background: #0b5a9c;
    color: white;
    padding: 6px 25px;
    border: none;
    border-radius: 5px;
}

.contact_usec {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 17px;
    margin: 20px 0;
    border-radius: 10px;
}

p.price {
    margin-bottom: 0;
}


.woocommerce div.product p.stock {
    font-size: 1.6rem !important;
    margin: 10px 0 !important;
    font-weight: 600 !important;
}

.slide-content a {
    color: white;
}



.single_page_slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex !important;
    justify-content: space-between;
    transform: translate(0px, -150px);
}

.single_page_slider .item img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.single_page_slider .owl-nav.disabled .owl-prev {
    transform: translate(-35px, 0px);
}

.single_page_slider .owl-nav.disabled .owl-next {
    transform: translate(35px, 0px);
}

.single_page_slider .owl-nav.disabled button {
    background: #0a599b !important;
    color: white !important;
    width: 38px;
    height: 38px;
    font-size: 19px !important;
    border-radius: 50%;
}


/* new 11-11-2024 */
.content-box_new {
    background: white;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    justify-content: center;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 15px;
    /* background: white; */
    /* border: none; */

}

.content-box {
    border-radius: 15px;
    overflow: hidden;
}

.content-box p {
    height: 170px;
    overflow: hidden;
    text-align: justify;
}

.equipment-list img {
    height: auto !important;
}


.team-slide .item {
    margin: 30px;
}

.entry-content p a {
    background: var(--red-color);
    color: white !important;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
}

/*  */


.use-equip-sec.arena-accessories-sec .content-box img {
    object-fit: inherit !important;
}

.use-equip-sec.arena-accessories-sec,
.use-equip-sec.arena-accessories-sec .content-box .title {
    background: transparent;
}

span.woocommerce-Price-amount.amount {
    color: #6c6363;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.team-container th,
.team-container td {
    border: 1px solid #ccc;
    padding: 12px;
    width: 33%;
}

.team-container table {
    border-collapse: collapse;
    width: 100%;
}

@media (max-width: 500px) {

    .team-container th,
    .team-container td {
        width: 100%;
        display: block;
    }

    .team-container table,
    .team-container tbody,
    .team-container tr {
        display: block;
        width: 100%;
    }

    .team-container table thead {
        display: none;
    }
}

.bottom-content {
    margin-top: 4rem;
}

.bottom-content strong {
    font-size: 25px;
}

.about-inner a {
    text-decoration: none;
    color: var(--blue-color);
}

span.wpcf7-form-control-wrap select {
    padding: 9px;
    width: 100%;
}

.modal label {
    display: block;
}

.modal .close {
    text-align: end;
    padding: 0 14px;
    background: var(--red-color);
    width: fit-content;
    display: flex;
    align-self: end;
    color: white;
    opacity: 1;
}

.modal .single-product #enquiry_popup h2 {
    text-align: left !important;
    margin: 0 0 20px 0;
    font-size: 22px;
}

.modal textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    height: 100px;
    padding: 10px;
}

.exp-slider a {
    text-decoration: none;
    color: #000000;
}

.title {
    transition: all .2s ease-in-out;
}

.exp-slider .item:hover .title {
    color: var(--red-color)
}

.woocommerce ul.products li.product a img {
    margin: 0 auto !important;
}

.woocommerce ul.products li.product {
    transition: all .3s ease-in-out;
}

.attachment-woocommerce_thumbnail {
    height: 130px !important;
    object-fit: contain;
}

.woocommerce ul.products li.product a:hover h2 {
    color: var(--red-color);
}

.used-equipment-page .custom-btn a {
    background: var(--blue-color);
    border: 1px solid var(--blue-color);
    display: inline-block;
    padding: 5px 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 15px;
}

.used-equipment-page .custom-btn {
    text-align: center;
    margin: 1rem;
}


.used-equipment-page .custom-btn a:hover {
    background: #fff;
    color: var(--blue-color);
}

#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1:before {
    margin: 4px !important;
}

#mega-menu-wrap-main_menu .mega-menu-toggle {
    padding: 5px !important;
}

#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 0;
    margin: 8px;
    align-items: center;
}









/*carrer  */


.wpforms-field-container {
    background: #ffffff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.wpforms-field-container input,
.wpforms-field-container select {
    border-radius: 10px;
    border: 1px solid #ccc;
    color: gray;
}


.wpforms-field-container canvas#digital_signature-pad_signature-273 {
    width: 100%;
}

.woocommerce p.stars a::before {
    top: 7px !important;
    left: 7px !important;
}

.woocommerce p.stars a {
    height: 2em !important;
    width: 2em !important;
}

.search-form {
    position: relative;
}

header.site-header .search-form input[type="submit"] {
    position: absolute;
    left: 0px;
    height: 100%;
    border: none;
    background: url(../images/search-NEW.png) no-repeat center center;
    color: #fff;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    top: 0px;
}


.search-form form input {
    padding: 5px 5px 5px 27px;
    max-width: 200px;
}

.single_page_slider {
    max-width: 500px;
    margin: 0 auto;
}

.single_page_slider .owl-nav {
    display: flex;
    justify-content: space-between;
    transform: translate(0, -170px);
}



.single_page_slider button.owl-prev {
    background: #0a599b !important;
    width: 40px;
    height: 40px;
    transform: translate(-34px, -23px);
    border-radius: 50% !important;
}

.single_page_slider button.owl-next {
    background: #0a599b !important;
    width: 40px;
    height: 40px;
    transform: translate(33px, -23px);
    border-radius: 50% !important;
}

.single_page_slider button span {
    color: white !important;
}

.single_page_slider .owl-carousel .owl-stage-outer {
    height: 350px;
}





/* new code 8-4-2025 */


.newsletterbox form.wpcf7-form.init{
    border: none;
    padding: 0;
}





.newsletterbox h3 {
    font-size: 2rem;
    color: #0b5a9c;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Outfit", sans-serif;
}


.newsletterwrapper input {
    padding: 10px 50px 10px 10px !important;
    position: relative;
    border-radius: 50px !important;
}





.newsletterbox input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: max-content;
    margin: 8px 0;
    padding: 5px 25px;
}
.newsletterwrapper {
    position: relative;
}


.newsletterbox button.wpcf7-submit {
    position: absolute;
    top: 3px;
    right: 4px;
    background: var(--blue-color);
    box-shadow: none;
    color: white;
    padding: 8px;
    border-radius: 55%;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.newsletterbox button.wpcf7-submit:hover{
    background: var(--red-color);
}

.newsletterbox .wpcf7-response-output {
    margin-top: 15px;
    font-size: 0.9rem;
}

/* End new code 8-4-2025 */













/*------------ Responsive --------*/

@media(min-width:1366px) {
    .container {
        max-width: 1300px !important
    }
}

@media(min-width:1200px) {
    .home-banner img {
        height: 90vh;
    }

    .content-box_new {
        min-height: 280px;
    }

    .exp-slider button.owl-prev {
        transform: translate(-20px, 0);
    }

    .exp-slider button.owl-next {
        transform: translate(20px, 0);
    }
}




@media(min-width:991px) {

    .dasher-board .content-box {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        margin: 15px;
        transition: all 0.3s ease;
        transform: scale(0.9);
        opacity: 0.6;
        margin: 20px;
    }


    .owl-item.active.center .dasher-board .content-box {
        overflow: hidden;
        border-radius: 10px;
    }


    .dasher-board .owl-item.center .content-box {
        transform: scale(1.1);
        opacity: 1;
        margin: 40px;
    }

    .dasher-board .image-wrapper {
        text-align: center;
    }




}



@media(min-width:767px) {
    .modal-dialog {
        max-width: 680px;
    }
}

@media(min-width:992px) and (max-width:1199px) {



    .arena-accessories-sec .accessories-list li .content-box .title {
        font-size: 18px;
    }

    .quick-buy-sec .buy-list li .content-box {
        padding: 15px;
    }

    header.site-header .header-right .list-item li {
        padding: 0 6px 0 0;
    }

    .project-gallery .project-list img {
        height: 200px;
    }

    .search-results .search-page ul li {
        width: 33.333%
    }

    .our-line-up .bg .content-box h3 {
        font-size: 42px;
    }

    .our-line-up .slide-content .auther-name {
        font-size: 24px;
    }

    header.site-header .header-menu li {
        padding: 0 4px;
    }

    .rink-layout-sec .list-item li {
        width: 50%
    }

    .arena-accessories-sec .accessories-list li .content-box img {
        height: 250px;
    }

    .woocommerce-account .contact-page-sec .woocommerce .login,
    .woocommerce-account .contact-page-sec .woocommerce .register {
        min-height: 350px;
    }
}


@media(max-width:1199px) {



    .clients-reviews .gallery-list li {
        width: 33%;
    }

    footer.site-footer::before {
        display: none;
    }

    footer.site-footer .site-brand a {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }

    .our-line-up .team-slide .owl-nav button.owl-prev {
        left: 15px;
    }

    .our-line-up .team-slide .owl-nav button.owl-next {
        right: 15px;
    }
}

@media(max-width:1050px) {

    .arena-accessories-sec h3 {
        text-align: left;
    }
}

@media(min-width:768px) and (max-width:991px) {


    .home-banner p {
        font-size: 18px;
    }

    .home-banner h1 {
        font-size: 80px;
    }

    .quick-buy-sec .buy-list li {
        width: 50%;
        margin-bottom: 15px;
    }

    footer.site-footer .used-btn a {
        font-size: 14px;
        padding: 10px 6px;
    }

    header.site-header .header-menu li {
        padding: 0 5px;
        font-size: 15px;
    }

    header.site-header .header-right .list-item {
        justify-content: center;
        gap: 10px;
    }

    .project-gallery .project-list img {
        height: 200px;
    }

    .project-gallery .project-list li {
        width: 50%
    }

    header.site-header .search-container {
        top: 75px
    }

    .single-product .related.products li {
        margin-bottom: 30px !important;
    }

    .single-product .contact-page-sec {
        padding: 30px 0 0 0;
    }

    .woocommerce-shop ul.product-list li,
    .tax-product_cat ul.product-list li {
        width: calc(50% - 2em) !important;
        margin: 0 1em 2em 1em !important;
    }

    .search-results .search-page ul li {
        width: 50%
    }

    .our-line-up .slide-content .auther-name {
        font-size: 18px;
    }

    .our-line-up .slide-content .auther-desi {
        font-size: 17px;
    }

    .page-title-bg {
        padding: 45px 0;
    }

    .page-title-bg h1 {
        font-size: 30px;
    }

    .rink-layout-sec .list-item li {
        width: 50%
    }

    .rink-layout-sec .list-item li a {
        font-size: 15px;
    }

    .arena-accessories-sec .accessories-list li .content-box img {
        height: 200px;
    }

    .woocommerce-account .contact-page-sec .woocommerce .login,
    .woocommerce-account .contact-page-sec .woocommerce .register {
        min-height: 370px;
    }



}

@media(max-width:991px) {
    .div-mob {
        flex-direction: row-reverse;
        align-items: center;
    }

    /* header.site-header .site-brand img {
        max-height: 50px;
    } */

    div#mega-toggle-block-1 {
        margin: 0 !important;
    }

    #mega-menu-wrap-main_menu .mega-menu-toggle {
        z-index: 9;
        opacity: 1;
        position: absolute;
        right: 3px;
        top: -20px;
        background: #FF2400 !important;
        padding: 5px 10px;
    }

    .form-legacy-your .img-box .img-content {
        margin-top: 30px;
    }

    .form-legacy-your .img-box .img-content img {
        width: 100%;
        height: auto;
    }

    footer.site-footer h5 {
        font-size: 24px;
    }



    .project-gallery .content-box .title {
        font-size: 18px;
        text-transform: capitalize;
    }

    .single-post .project-gallery,
    .faq-page-sec {
        padding: 30px 0;
    }

    .single-post .project-gallery .page_title h1 {
        font-size: 30px
    }

    .woocommerce-cart .contact-page-sec {
        padding: 30px 0;
    }

    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        max-width: 100%;
        padding: 0 15px;
    }

    .woocommerce-checkout #customer_details .col-1 {
        margin-bottom: 15px;
    }

    .our-line-up .bg .content-box h3 {
        font-size: 32px;
    }

    .our-line-up .bg .content-box h3 span {
        font-size: 24px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
}


@media(min-width:768px) {
    header.site-header .header-menu li:hover .sub-menu {
        display: block;
    }

    header.site-header .header-menu li .sub-menu li:hover .sub-menu {
        display: block;
    }

    header.site-header .header-left .mobile-menu {
        display: none;
    }
}


@media (max-width:991px) {
    @media(max-width:991px) {
        /* new */

        .woocommerce #content div.product div.images,
        .woocommerce div.product div.images,
        .woocommerce-page #content div.product div.images,
        .woocommerce-page div.product div.images {
            width: 100% !important;
        }

        .woocommerce #content div.product div.summary,
        .woocommerce div.product div.summary,
        .woocommerce-page #content div.product div.summary,
        .woocommerce-page div.product div.summary {
            width: 100% !important;
            clear: none;
        }

    }

    .arena-accessories-sec .owl-nav {
        width: 100%;
        left: 0;
        top: 0;
    }

    .content-box {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin: 10px;
    }
    .form-legacy-your .custom-btn {
        margin: 20px 0;
    }
}

@media(max-width:767px) {

    /* .search-form {
        display: none;
    } */
    header.site-header .header-right .custom-btn {
        display: none
    }

    .dasher-board img {
        height: 150px;
    }

    .arena-accessories-sec .owl-nav button.owl-next {
        right: 0;
    }

    .arena-accessories-sec .owl-nav button.owl-prev {
        left: 0;
    }



    .page-title-bg {
        padding: 30px 0;
    }

    .quick-buy-sec .buy-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .quick-buy-sec .buy-list li:last-child {
        margin-bottom: 0;
    }

    .arena-accessories-sec .accessories-list li {
        width: 100%;
    }

    .arena-accessories-sec .accessories-list li:last-child {
        margin-bottom: 0;
    }

    .experience-trust-sec .list-items .img-box {
        width: 100%;
        order: 1;
        padding: 0 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .experience-trust-sec .list-items .content-box,
    .experience-trust-sec .list-items li:nth-child(even) .content-box {
        width: 100%;
        order: 2;
        padding: 0 15px;
        text-align: center;
    }

    .experience-trust-sec .list-items .content-box .title {
        text-align: center;
    }

    .home-banner h1 {
        font-size: 48px;
    }

    .home-banner p {
        font-size: 18px;
    }

    .form-legacy-your .list-items {
        width: 100%
    }

    .form-legacy-your .list-items li {
        width: 33.333%;
        padding: 15px;
    }

    .home-banner video {
        height: 70vh;
    }

    .home-banner .btn-list {
        display: flex;
        flex-wrap: wrap;
    }

    .home-banner .btn-list li {
        width: 100%;
        margin: 10px 0;
    }

    .experience-trust-sec .list-items li:first-child .img-box img,
    .experience-trust-sec .list-items li .img-box img {
        border-radius: 15px !important;
    }



    footer.site-footer .foot-list li:before {
        position: relative;
        left: -10px;
    }

    footer.site-footer .contact_add li {
        display: flex;
        width: 100%
    }

    footer.site-footer .contact_add li .icon-box {
        left: -10px;
        top: -5px;
        position: relative;
    }

    footer.site-footer .social-list {
        justify-content: center;
        margin-top: 15px;
    }

    .clients-reviews .our-reviews .owl-dots {
        text-align: center;
    }

    .clients-reviews .our-reviews {
        text-align: center;
        padding: 30px 15px;
    }

    .clients-reviews .our-reviews .owl-nav {
        width: 100%;
        bottom: 50%;
        margin-top: -22px;
    }

    .our-partner .partner-list li {
        padding: 0 5px;
    }

    .experience-trust-sec h4,
    .arena-accessories-sec h3,
    .quick-buy-sec h3,
    .form-legacy-your h2,
    .our-line-up h2,
    .rink-layout-sec h2 {
        font-size: 22px;
        margin-bottom: 25px;
        text-align: center;
    }

    .experience-trust-sec,
    .arena-accessories-sec,
    .quick-buy-sec,
    .form-legacy-your {
        padding: 30px 0;
        text-align: center;
    }


    .page-id-13159 .arena-accessories-sec{
        padding: 0;
    }

    .page-id-13159  .arena-accessories-sec .owl-nav {
        top: 20px;
    }
    .arena-accessories-sec .download-btn {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin: 30px 0 0;
    }

    header.site-header .header-right .list-item {
        justify-content: center;
        width: 100%;
    }

    .project-gallery .project-list li {
        width: 100%
    }

    .project-gallery .project-list li:last-child {
        margin-bottom: 0;
    }

    .project-gallery .project-list img {
        height: auto;
    }

    .project-gallery,
    .page-id-935 .contact-page-sec {
        padding: 30px 0;
    }

    .contact-page-sec #df_13082.df-popup-thumb {
        max-width: 90%;
    }

    header.site-header .site-brand img {
        max-height: 80px;
        padding-left: 15px;
    }

    header.site-header.fixed-header .search-container,
    header.site-header .search-container {
        top: 58px
    }

    header.site-header .search-container {
        width: 100%
    }

    header.site-header .site-brand {
        text-align: left;
    }

    .woocommerce-cart .woocommerce-cart-form .shop_table button {
        width: 100% !important
    }

    .woocommerce-cart .woocommerce-cart-form .shop_table #coupon_code {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        max-width: 100%;
        padding: 0 15px;
    }

    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_heading {
        padding: 0 15px;
    }

    .woocommerce-checkout .contact-page-sec {
        padding: 30px 0;
    }

    .woocommerce-checkout .woocommerce-info {
        margin: 15px;
    }

    .single-product .contact-page-sec .container>.row {
        margin: 0
    }

    .single-product .related.products li {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .single-product .related.products li:last-child {
        margin-bottom: 0 !important;
    }

    .single-product .contact-page-sec,
    .our-line-up {
        padding: 30px 0;
    }

    .single-product .woocommerce-tabs .tabs {
        padding: 0 !important
    }

    .single-product .woocommerce-tabs .tabs li {
        width: 100%;
        background: #666 !important;
        border: none !important;
        border-radius: 0 !important;
        margin: 5px 0 !important
    }

    .single-product .woocommerce-tabs .tabs li:before,
    .single-product .woocommerce-tabs .tabs li:after {
        display: none
    }

    .single-product .woocommerce-tabs .tabs li a {
        color: #fff !important
    }

    .single-product .woocommerce-tabs .tabs li.active {
        background: var(--red-color) !important;
    }

    .single-product .woocommerce-tabs .tabs li.active a {
        color: #fff !important
    }

    .woocommerce-shop ul.product-list li,
    .tax-product_cat ul.product-list li {
        width: 100% !important;
        margin: 0 0 15px 0 !important
    }

    .woocommerce-shop ul.product-list li:last-child,
    .tax-product_cat ul.product-list li:last-child {
        margin-bottom: 0
    }

    .woocommerce-shop .cleaning-products .row,
    .tax-product_cat .cleaning-products .row {
        margin: 0
    }

    .tax-product_cat .cleaning-products .woocommerce-ordering .orderby {
        margin: 0;
        width: 100%
    }

    .tax-product_cat .cleaning-products .woocommerce-ordering,
    .woocommerce-shop .cleaning-products .woocommerce-ordering {
        width: 100%
    }

    .tax-product_cat .cleaning-products,
    .woocommerce-shop .cleaning-products {
        padding: 30px 0;
    }

    .page-title-bg h1 {
        font-size: 30px;
    }

    .search-results .search-page ul li {
        width: 100%;
        padding: 0;
    }

    .search-results .search-page ul li:last-child {
        margin-bottom: 0;
    }

    .our-line-up .bg .content-box h3 {
        font-size: 28px;
        margin-top: 30px;
    }

    .arena-accessories-sec .accessories-list li .content-box img {
        height: auto;
    }



    header.site-header .header-menu li .sub-menu li .sub-menu {
        display: none;
    }

    header.site-header .header-left {
        position: relative;
    }

    header.site-header .header-left .mobile-menu {
        z-index: 9;
        opacity: 1;
        position: absolute;
        right: 15px;
        top: 20px;
        background: #FF2400;
        padding: 5px 10px;
        border-radius: 5px;
        display: none;
    }



    header.site-header .header-left .mobile-menu .bar1,
    header.site-header .header-left .mobile-menu .bar2,
    header.site-header .header-left .mobile-menu .bar3 {
        width: 35px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
        transition: 0.4s;
    }

    header.site-header .header-left .mobile-menu.close .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
    }

    header.site-header .header-left .mobile-menu.close .bar3 {
        transform: translate(0, -8px) rotate(45deg);
    }

    header.site-header .header-left .mobile-menu.close .bar2 {
        opacity: 0;
    }

    header.site-header .header-menu li a {
        padding: 0;
        color: #000;
    }

    header.site-header .header-menu {
        display: none;
        z-index: 9;
        position: absolute;
        left: 0;
        top: 75px;
        width: 100%;
        background: #f2f2f2;
        padding: 10px 15px;
        flex-wrap: wrap;
    }

    header.site-header .header-menu li {
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid #ccc;
        position: relative;
        width: 100%;
    }

    header.site-header .header-menu li:last-child {
        border-bottom: none;
    }

    header.site-header .header-menu li.menu-item-has-children:before {
        position: absolute;
        right: 0;
        top: 5px;
        width: 42px;
        height: 33px;
        background: #FF2400;
        color: #fff;
        content: "\f107";
        font-family: 'FontAwesome';
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header.site-header .header-menu li .sub-menu {
        top: 10px;
        position: relative;
        background: #fff;
    }

    header.site-header .header-menu li .sub-menu li .sub-menu {
        position: relative;
        left: 0;
    }

    .rink-layout-sec .list-item li,
    .rink-layout-sec .img-list li {
        width: 100%
    }

    .rink-layout-sec .list-item li:last-child,
    .rink-layout-sec .img-list li:last-child {
        margin-bottom: 0;
    }

    .rink-layout-sec {
        padding: 30px 0;
    }

    .woocommerce-account .contact-page-sec .woocommerce .login,
    .woocommerce-account .contact-page-sec .woocommerce .register {
        min-height: auto;
    }

    .woocommerce-account #customer_login .col-1,
    .woocommerce-account #customer_login .col-2 {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .woocommerce-account #customer_login .col-2 {
        margin-top: 30px;
    }

    .woocommerce-account .contact-page-sec {
        padding: 30px 0;
    }

    .woocommerce-account .contact-page-sec h2 {
        font-size: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button {
        margin-top: 15px;
    }
}



@media (max-width:600px) {

    #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
        float: left;
        width: 100% !important;
    }
    .clients-reviews .our-reviews .owl-nav {
        bottom: 0 !important;
    }

    form.wpcf7-form.init input[type="date"]:before {
        content: attr(placeholder) !important;
        margin-right: 0.5em;
        display: block;

    }

    .content-box p {
        padding: 20px;
    }

    .single_page_slider button.owl-prev,
    .single_page_slider button.owl-next {
        transform: none !important;
    }

    .single_page_slider .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        justify-content: center;
        transform: none;
    }

    button.owl-prev,
    button.owl-next {
        background: var(--blue-color) !important;
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
    }
    .arena-accessories-sec .owl-nav button{
        background: #0a599b !important;
        position: static;
        border-color: var(--blue-color) !important;
        transform: none;
        width: 40px !important;
        height: 40px !important;
    }

    .arena-accessories-sec .owl-nav{
        margin: 15px 0;
        position: relative;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    button.owl-prev span,
    button.owl-next span {
        color: white;
    }

    .clients-reviews .our-reviews .owl-nav{
        margin-top: 20px;
    }

    .clients-reviews .our-reviews .owl-nav {
        position: relative;
        justify-content: center;
    }

    .woocommerce-order {
        color: var(--blue-color);
    }
    footer.site-footer .contact_add li {
        padding: 0px 0 0 10px;
    }    


    .home-page .form-legacy-your h2,
    .home-page .experience-trust-sec h4,
    .home-page.quick-buy-sec h3,
    .home-page .arena-accessories-sec h3,
    .clients-reviews .our-reviews h4,
    footer.site-footer h5,
    .quick-buy-sec h3 {
        font-family: var(--Audi-font) !important;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    /* Mayank Rawat */
    .woocommerce-account .contact-page-sec .form-row {
        padding: 0;
        margin: 8px;
    }

    .woocommerce form .form-row label {
        line-height: 2;
        margin-top: -4px;
    }

    #aftax_textarea_field {
        height: 4em;
        line-height: 1.5;
        box-shadow: none;
        width: 50%;
        margin-left: 117px !important;

    }

    #aftax_expire_date>label>b {
        margin-right: 20px !important;

    }

    #aftax_text_field {

        width: 46% !important;
        margin: -4px;
        margin-left: 80px !important;

    }

    #aftax_fileupload_field {
        margin-left: 136px !important;
    }

    .aftax_approved {
        padding: 9px 20px !important;
        margin-top: -7px;
    }

    #aftax_file_link>label>b {
        margin-right: 20px;
    }
}

@media(max-width:767px) {
    #aftax_text_field {
        width: 100% !important;
        margin: -4px;
        margin-left: 2px !important;
    }

    #aftax_textarea_field {
        height: 3.8em;
        line-height: 1.5;
        box-shadow: none;
        width: 100%;
        margin-left: 5px !important;

    }

    #aftax_fileupload_field {
        margin-left: 0px !important;
    }
}