@import url('../css/animation-effect.css');

/**** custom fonts start ****/
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.eot');
    src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff'),
        url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.eot');
    src: url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff'),
        url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.eot');
    src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff'),
        url('../fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.eot');
    src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff'),
        url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.eot');
    src: url('../fonts/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff'),
        url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.eot');
    src: url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff'),
        url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/**** custom fonts end ****/
:root {
    --logoWidth: 293px;
    --pageCenter: 1310px;
    --bodyFontFamily: "Manrope", sans-serif;
    --bodyFontColor: #000000;
    --bodyFont: 16px;
    --bodyLineHeight: 30px;
    --linkColor: #000000;
    --headerSpace: 131px;
    --btnFontFamily: "Manrope", sans-serif;
    --btnFont: 16px;
    --btnColor: #000000;
    --btnBg: transparent;
    --btnHoverBg: #273a4d;
    --btnHoverColor: #fff;
    --btnBorder: 2px solid #273a4d;
    --btnBorderRadius: 60px;
    --btnPadding: 13px 20px;
    --btnSecondaryColor: #000;
    ---btnSecondaryBorder: 1px solid #e3e3e3;
    --btnSecondaryBg: #fff;
    --btnSecondaryHoverColor: #000;
    --btnSecondaryHoverBg: #e3e3e3;
}

html {
    overflow-x: hidden;
    font-size: var(--bodyFont);
    line-height: var(--bodyLineHeight);
    scroll-behavior: smooth;
}

body {
    color: var(--bodyFontColor);
    font-size: 100%;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

* {
    border: none;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

label {
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    text-align: left;
    min-height: 30px;
}

label.auto {
    display: inline-block;
    margin: 5px 40px 5px 0
}

label.auto:last-child {
    margin-right: 0
}

ul,
ol {
    list-style: none
}

a {
    color: var(--linkColor);
    text-decoration: none
}

a:hover,
a:focus {
    color: var(--bodyFontColor);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bodyFontFamily);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #3d5266;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

hr {
    display: block;
    margin: 25px auto;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}

/***** wp ******/
.aligncenter {
    display: block;
    margin: 15px auto;
    width: fit-content;
}

.alignright {
    float: right;
    margin: 15px 0 25px 50px;
}

.alignleft {
    float: left;
    margin: 15px 50px 25px 0;
}

.alignnone {
    margin: 10px 0;
}

.alignblock {
    margin: 10px 0;
    float: none;
    width: 100%;
    display: block;
}

.alignright.shadow {
    -webkit-box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    margin-left: 105px;
    margin-bottom: 40px;
}

img.rounded {
    border-radius: 15px;
}

img.no-rounded {
    border-radius: 0 !important;
}

.alignleft+*,
.alignright+* {
    padding-top: 60px;
}

.alignleft+*:has(img),
.alignright+*:has(img) {
    padding-top: 10px;
}

p.pn {
    padding: 0;
    margin: 0
}

p.pn+*:not(.pn) {
    padding-top: 15px;
}

p.pn:has(+p.pn) img {
    margin-right: 20px;
}

p {
    margin: 0 0 25px;
}

p.clear {
    clear: both;
    margin: 0;
}

.inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 10px 0;
}

p+ul,
p+ol {
    margin-top: -6px
}

ul {
    margin: 0 0 25px
}

ul li {
    position: relative;
    padding: 0 0 7px 22px;
    overflow: hidden;
}

ul li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 7px;
    color: #3d5266;
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 3px;
    top: 11px;
}

ol {
    padding-left: 26px;
    margin: 0 0 25px;
    text-align: left;
    overflow: hidden
}

ol li {
    list-style: decimal;
    padding-bottom: 7px;
    padding-left: 0;
}

ol li ul>li {
    padding-left: 20px;
    list-style: none
}

ol li ul>li:before {
    display: block;
    left: 1px
}

ul ol li {
    overflow: visible
}

ul ol li:before {
    display: none;
    overflow: visible
}

ol ol li {
    list-style: lower-alpha
}

ol ol ol li {
    list-style: lower-roman
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 12px;
    margin-bottom: 5px
}

ul li:last-child,
ol li:last-child {
    padding-bottom: 0
}

.text-center ul {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.list-none li {
    padding-left: 0
}

.list-none li:before {
    display: none;
}

p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.color-yellow {
    color: #f0e31b !important;
}

.table-responsive {
    border: none;
    margin: 20px 0;
    overflow: auto;
}

table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #cfcdcd;
    border-collapse: collapse !important;
}

table tr td,
table tr th {
    padding: 14px 15px;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    border: 1px solid #dddddd
}

table tr th {
    font-weight: 700;
}

th[align="center"],
td[align="center"] {
    text-align: center !important
}

th[align="right"],
td[align="right"] {
    text-align: right !important
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #cccccc
}

.common-content {
    padding: 60px 0;
}

.bg-white {
    background-color: #dbe0e6 !important;
}

.bg-gray {
    background-color: #dbe0e6 !important;
}

.boder-top {
    border-top: 1px solid #dbe0e6;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.justify-space-between {
    justify-content: space-between;
}

.flex-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

a[href^="tel:"],
a[href^="mailto:"] {
    display: inline-block;
    word-break: break-word;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--pageCenter);
    clear: both;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
}

.row:before,
.row:after {
    content: "";
    clear: both;
    display: table
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33%
    }
}

@media (min-width: 992px) {

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33%
    }

    .mp-t0 {
        padding-top: 0 !important
    }

    .aside-filter-listing .wpf_item .wpf_items_group {
        display: block !important;
    }

    .aside-filter-listing .wpf_item_name::after {
        display: none !important;
    }
}

/******Input******/
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea,
.form-control {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: var(--btnBorderRadius);
    color: var(--bodyFontColor);
    display: block;
    font-size: 16px;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: 20px;
    padding: 14px 20px;
    position: relative;
    width: 100%;
    height: 53px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 20px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus,
.form-control:focus {
    border-color: var(--bodyFontColor);
}

textarea,
textarea.form-control {
    height: 100px !important;
    resize: none;
    border-radius: 15px;
}

select {
    -moz-appearance: unset;
    -webkit-appearance: unset;
    background-image: url('../img/select-down-arrow.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 12px;
    padding-right: 40px;
}

select option {
    font-size: 16px;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
    color: #787878
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

::-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

/******Input Ends******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.select2-container--default .select2-selection--single {
    border-color: #fff !important;
    border-radius: var(--btnBorderRadius) !important;
    background-color: #ffffff !important;
    border: 1px solid #dddddd !important;
    color: var(--bodyFontColor);
    display: block !important;
    font-size: 16px;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: 20px;
    position: relative;
    width: 100%;
    height: 53px !important;
    margin: 0 0 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px !important;
    width: 53px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font: inherit;
    font-weight: 500;
    color: inherit !important;
}

ul.select2-results__options li::before {
    display: none;
}

section,
header,
footer {
    float: left;
    width: 100%;
    position: relative;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--btnFontFamily);
    font-weight: 400;
    position: relative;
    border: var(--btnBorder);
    border-radius: var(--btnBorderRadius);
    text-align: center;
    font-size: var(--btnFont);
    color: var(--btnColor);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: var(--btnPadding);
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    background-color: var(--btnBg);
    box-shadow: none;
    cursor: pointer;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn.focus,
.btn:focus,
.btn:hover,
header .header-btn-wrap>ul>li:hover>a.btn {
    color: var(--btnHoverColor);
    background-color: var(--btnHoverBg);
}

.secondary-btn {
    color: var(--btnSecondaryColor);
    background-color: var(--btnSecondaryBg);
    border: var(---btnSecondaryBorder);
}

.secondary-btn:hover,
.secondary-btn:focus {
    color: var(--btnSecondaryHoverColor);
    background-color: var(--btnSecondaryHoverBg);
}

.btn-row .btn {
    margin: 10px 20px 0 0
}

.btn-row .btn:last-child {
    margin-right: 0
}

.btn:not(input) {
    position: relative;
}

.btn:not(input)::before {
    content: '';
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    background: var(--btnHoverBg);
}

.btn:not(input):hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.btn:not(input):hover {
    background: inherit;
}

.secondary-btn {
    color: var(--btnSecondaryColor);
    background-color: var(--btnSecondaryBg);
    border: var(--btnSecondaryBorder);
}

.secondary-btn:hover,
.secondary-btn:focus {
    color: var(--btnSecondaryHoverColor);
    background-color: var(--btnSecondaryHoverBg);
}

.btn.secondary-btn:not(input)::before {
    background: var(--btnSecondaryHoverBg);
}

.btn.yellow-btn {
    color: #000;
    background-color: transparent;
    border: 2px solid #f0e31b;
}

.btn.yellow-btn:hover,
.btn.yellow-btn:focus {
    color: #000;
    background-color: #f0e31b;
}

.btn.yellow-btn::before {
    background-color: #f0e31b;
}

.small.btn {
    font-weight: 500;
    font-size: 15px;
    padding: 7px 20px;
}

/******Header******/
header+div,
header+section {
    margin-top: var(--headerSpace) !important;
}

header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    padding: 0
}

header .header-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

header .header-left {
    float: left;
    width: var(--logoWidth);
    min-width: var(--logoWidth);
}

header .header-top {
    background: #677e95;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

header .header-top ul {
    display: flex;
    margin: 0 0 0 auto;
    width: fit-content;
}

header .header-top ul>li::before {
    display: none;
}

header .header-top ul>li {
    padding: 5.5px 20px;
    border-right: 1px solid #8fa3b6;
}

header .header-top ul>li:last-child {
    padding-right: 0;
    border-right: none;
}

header .header-top ul>li a {
    color: inherit;
}

header .header-top ul>li a:hover {
    color: var(--linkColor);
}

header .header-top ul>li i {
    margin: 0 10px 0 0;
}

header .header-top .fa-truck:before {
    transform-origin: center;
    transform: scale(-1, 1);
    display: block;
}

header .logo {
    float: left;
    max-width: 100%;
    z-index: 999;
    width: 100%;
    margin: 5px 0;
}

header .logo a {
    display: block;
    margin: 0;
    position: relative;
}

header .logo img {
    display: block;
    margin: 0;
}

header .header-btn-wrap>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
}

header .header-btn-wrap>ul>li {
    margin: 0px;
    padding: 3px 0px 3px 10px;
    overflow: visible;
}

header .header-btn-wrap>ul>li:last-child {
    padding: 0px;
}

header .header-btn-wrap>ul>li::before {
    display: none;
}

header .header-btn-wrap>ul>li>a {
    color: inherit;
}

header .header-btn-wrap>ul>li>i,
header .header-btn-wrap>ul>li>a>i {
    font-size: 18px;
    color: #677e95;
    transition: inherit;
}

header .header-btn-wrap>ul>li>a:hover>i,
header .header-btn-wrap>ul>li:hover>a>i,
header .header-btn-wrap>ul>li:hover>a {
    color: var(--linkColor);
}

header .header-btn-wrap>ul>li>a>i+span {
    margin: 0 0 0 10px;
}

header .header-btn-wrap>ul>li .count {
    display: none;
}

header .header-btn-wrap>ul>li:has(> ul)>a.btn::after {
    right: 13px;
    line-height: 38px;
}

header .header-btn-wrap>ul>li:has(> ul)>a.btn {
    --btnPadding: 7px 28px 7px 20px;
}

header .header-btn-wrap .btn {
    --btnPadding: 7px 14px;
    text-transform: capitalize;
}

header .header-bottom {
    border-top: 1px solid #cdd5dd;
    border-bottom: 1px solid #cdd5dd;
}

header .header-btn-wrap>ul>li ul {
    position: absolute;
    z-index: 999;
    border-radius: 0;
    padding: 5px 0;
    margin: 0;
    visibility: hidden;
    text-align: left;
    left: 0;
    right: auto;
    opacity: 0;
    top: calc(100% - 1px);
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-top: 2px solid #f0e31b;
    line-height: normal;
}

header .header-btn-wrap>ul>li ul::before {
    content: "";
    display: block;
    padding: 20px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
}

header .header-btn-wrap>ul>li ul::after {
    content: "";
    position: absolute;
    left: 30px;
    margin-left: -5px;
    bottom: calc(100% + 1px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f0e31b;
}

header .header-btn-wrap>ul>li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

header .header-btn-wrap>ul>li:hover ul li::before {
    display: none;
}

header .header-btn-wrap>ul>li ul li {
    float: left;
    width: 100%;
    min-width: 150px;
    padding: revert-layer;
    margin: 0;
    vertical-align: top;
    overflow: visible;
}

header .header-btn-wrap>ul>li ul li a {
    display: block;
    white-space: normal;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding: 6px 15px;
    text-align: left;
}

header .header-btn-wrap>ul>li ul li::before {
    display: none;
}

header .header-btn-wrap>ul>li ul li a:hover {
    color: var(--linkColor);
}

header .header-btn-wrap>ul>li:nth-last-child(2) ul {
    left: auto;
    right: 0;
}

header .header-btn-wrap>ul>li:nth-last-child(2) ul::after {
    right: 40px;
    left: auto;
}

header .header-btn-wrap>ul>li:has(> ul)>a:not(.btn) {
    position: relative;
    padding-right: 12px;
}

header .header-btn-wrap>ul>li:has(> ul)>a::after {
    display: block;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    line-height: 1.5;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    z-index: 99;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    font-weight: 300;
}

header .header-btn-wrap>ul>li:hover>a::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

header .header-btn-wrap>ul>li:nth-last-child(3) {
    border-left: 1px solid #e9e9e9;
    margin-left: 10px;
}

.search-triger {
    display: none;
    cursor: pointer;
}

.search-box {
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    margin: 0 10px 0 0;
}

.search-box input {
    margin: 0;
    height: 48px;
    border: none;
    padding: 0 25px;
    font-size: 14px;
}

.search-box input::placeholder {
    color: #979797;
}

.search-box input[type="button"],
.search-box input[type="submit"] {
    border-left: 1px solid #e9e9e9;
    background: #fff;
    font-family: "Font Awesome 5 Pro", var(--bodyFontFamily);
    color: #677e95;
    font-size: 14px;
    padding: 0 26px;
    cursor: pointer;
}

.search-box input[type="button"]:hover,
.search-box input[type="submit"]:hover {
    background: #e9e9e9;
}

.search-field {
    width: 450px;
}

.head-fix header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1131px) {

    /*****nav starts*****/
    .nav-trigger,
    .nav-wrap nav ul li:before,
    .submenu-button,
    .nav-trigger-wrap {
        display: none
    }

    .nav-wrap {
        position: relative;
        width: 100%;
        margin: 0;
        z-index: 99;
    }

    .nav-wrap nav {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        display: block;
        position: relative;
    }

    .nav-wrap nav ul.nav {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .nav-wrap nav ul.nav>li {
        margin: 0 15px 0 0;
        padding: 0;
        overflow: visible;
        position: relative;
    }

    .nav-wrap nav ul.nav>li:last-child {
        margin-right: 0
    }

    .nav-wrap nav ul.nav>li>a {
        display: block;
        padding: 9px 0;
        padding-right: 12px;
        margin: 0;
        font-size: 14px;
        line-height: 26px;
        color: #000;
        white-space: nowrap;
        text-decoration: none;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent
    }

    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 12px;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        display: block;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-size: 14px;
        line-height: 46px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 2;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        font-weight: 300;
    }

    .nav-wrap nav ul.nav>li.has-sub:hover>a:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after {
        content: "\f105";
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        font-family: Font Awesome\ 5 Pro;
        font-weight: 400;
        margin-left: 5px;
        color: #272425;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -9px;
    }

    .nav-wrap nav ul.nav>li.has-sub:after {
        content: "";
        position: absolute;
        z-index: 5;
        left: 50%;
        margin-left: -5px;
        bottom: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        opacity: 0;
        transition: all .2s cubic-bezier(0.645, .045, .355, 1);
    }

    .nav-wrap nav ul.nav>li.has-sub:hover:after {
        opacity: 1.0;
    }

    /****sub nav menu*****/
    .nav-wrap nav ul.nav>li.has-sub>ul {
        /* margin-top: 26px; */
    }

    .nav-wrap nav ul.nav>li.has-sub:hover>ul {
        margin-top: 10px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul {
        position: absolute;
        z-index: 5;
        border-radius: 0;
        padding: 5px 0;
        margin: 0;
        visibility: hidden;
        text-align: left;
        left: 0;
        right: auto;
        opacity: 0;
        top: calc(100% - 1px);
        background: #ffffff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        border-top: 2px solid #f0e31b;
    }

    .nav-wrap nav ul.nav>li.has-sub>ul::before {
        content: "";
        display: block;
        padding: 10px;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
    }

    .nav-wrap nav ul.nav ul:after {
        content: "";
        position: absolute;
        left: 30px;
        margin-left: -5px;
        bottom: calc(100% + 1px);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #f0e31b;
    }

    .nav-wrap nav ul.nav ul ul:after {
        display: none
    }

    .nav-wrap nav ul.nav ul ul {
        top: 100%;
        left: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        transform: none;
    }

    .nav-wrap nav ul.nav ul li {
        float: left;
        width: 100%;
        min-width: 150px;
        padding: revert-layer;
        margin: 0;
        vertical-align: top;
        overflow: visible;
    }

    .nav-wrap nav ul.nav ul li a {
        display: block;
        white-space: normal;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
        color: #000;
        padding: 6px 15px;
        text-align: left;
    }

    .nav-wrap nav ul.nav li:hover>ul {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -moz-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -o-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul>li:hover>ul {
        top: 0;
    }

    .nav-wrap nav ul.nav li:hover>a,
    .nav-wrap nav ul.nav li>a:hover,
    .nav-wrap nav ul.nav li.current-menu-item>a,
    .nav-wrap nav ul.nav li.current-menu-ancestor>a {
        color: #273a4d;
    }

    .nav-wrap nav ul.nav li.current-menu-item>a {
        font-weight: 800;
    }

    .nav-wrap nav ul.nav ul li:hover>a,
    .nav-wrap nav ul.nav ul li>a:hover,
    .nav-wrap nav ul.nav ul li.current-menu-item>a,
    .nav-wrap nav ul.nav ul li.current-menu-ancestor>a {
        color: var(--linkColor);
    }

    .nav-wrap nav ul.nav>li>a:before {
        content: '';
        height: 2px;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
        overflow: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        -o-transition: transform .2s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .2s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .2s cubic-bezier(0.645, .045, .355, 1);
        background: #273a4d;
    }

    .nav-wrap nav ul.nav>li:hover>a:before,
    .nav-wrap nav ul.nav>li>a:hover:before,
    .nav-wrap nav ul.nav>li.current-menu-item>a:before,
    .nav-wrap nav ul.nav>li.current-menu-ancestor>a:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: center center;
        width: 100%
    }

    /**************Nav ends**************/
    /****mega-dropdown*******/

    .mega-dropdown .submenu-button,
    .mega-dropdown ul li a:before,
    .mega-dropdown ul li a:after {
        display: none !important
    }

    .nav-wrap nav ul.nav>li ul.mega-dropdown {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        top: 100%;
        background: #e9e9e9;
        box-shadow: none;
        width: 1140px;
        padding: 30px 0;
        -moz-transition: all 0.1s linear 0s;
        -webkit-transition: all 0.1s linear 0s;
        -ms-transition: all 0.1s linear 0s;
        -o-transition: all 0.1s linear 0s;
        transition: all 0.1s linear 0s;
    }

    .nav-wrap nav ul.nav>li ul.mega-dropdown::before,
    .nav-wrap nav ul.nav>li ul.mega-dropdown::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        border: 0;
        background: #e9e9e9;
        right: 100%;
        left: auto;
    }

    .nav-wrap nav ul.nav>li ul.mega-dropdown::after {
        right: auto;
        left: 100%;
    }

    .nav-wrap nav ul.nav .mega-dropdown ul {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .nav-wrap nav ul.nav>li:hover .mega-dropdown {
        visibility: visible;
        margin: 0 !important;
        opacity: 1.0;
        max-height: 800px;
        -moz-transition: opacity 0.3s linear 0s;
        -webkit-transition: opacity 0.3s linear 0s;
        -ms-transition: opacity 0.3s linear 0s;
        -o-transition: opacity 0.3s linear 0s;
        transition: opacity 0.3s linear 0s;
        border: none;
    }

    .nav-wrap nav ul.nav>li ul.mega-dropdown>li {
        display: block;
        width: calc(100%/6 - 20px);
        margin: 0 20px 20px 0;
    }

    /****mega-dropdown end*******/
    .search-field {
        display: block !important;
    }
}

.nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 12px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border: 2px solid #fff;
}

.nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item p {
    margin: 0px 0 0px;
}

.nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item spam {
    color: #677e95;
}

.nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item span {
    display: inline-block;
    color: #677e95;
    font-size: 14px;
    font-weight: 700;
}

.nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item .lazy-img {
    margin: -20px -12px 14px;
    position: relative;
    overflow: hidden;
    min-height: 135px;
}

.nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item .lazy-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* width: 100%; */
    /* height: 100%; */
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item:hover {
    border-color: #677e95;
}

/****Space Control Top Bottom*****/
.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 10px 0 !important
}

.m-2 {
    margin: 20px 0 !important
}

.m-3 {
    margin: 30px 0 !important
}

.m-4 {
    margin: 40px 0 !important
}

.m-5 {
    margin: 50px 0 !important
}

.m-6 {
    margin: 60px 0 !important
}

.m-7 {
    margin: 70px 0 !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 10px 0 !important
}

.p-2 {
    padding: 20px 0 !important
}

.p-3 {
    padding: 30px 0 !important
}

.p-4 {
    padding: 40px 0 !important
}

.p-5 {
    padding: 50px 0 !important
}

.p-6 {
    padding: 60px 0 !important
}

.p-7 {
    padding: 70px 0 !important
}

.m-t0 {
    margin-top: 0 !important
}

.m-t1 {
    margin-top: 10px !important
}

.m-t2 {
    margin-top: 20px !important
}

.m-t3 {
    margin-top: 30px !important
}

.m-t4 {
    margin-top: 40px !important
}

.m-t5 {
    margin-top: 50px !important
}

.m-t6 {
    margin-top: 60px !important
}

.m-t7 {
    margin-top: 70px !important
}

.m-b0 {
    margin-bottom: 0 !important
}

.m-b1 {
    margin-bottom: 10px !important
}

.m-b2 {
    margin-bottom: 20px !important
}

.m-b3 {
    margin-bottom: 30px !important
}

.m-b4 {
    margin-bottom: 40px !important
}

.m-b5 {
    margin-bottom: 50px !important
}

.m-b6 {
    margin-bottom: 60px !important
}

.m-b7 {
    margin-bottom: 70px !important
}

.p-t0 {
    padding-top: 0 !important
}

.p-t2 {
    padding-top: 20px !important
}

.p-t3 {
    padding-top: 30px !important
}

.p-t4 {
    padding-top: 40px !important
}

.p-t5 {
    padding-top: 50px !important
}

.p-t6 {
    padding-top: 60px !important
}

.p-t7 {
    padding-top: 70px !important
}

.p-b0 {
    padding-bottom: 0 !important
}

.p-b2 {
    padding-bottom: 20px !important
}

.p-b3 {
    padding-bottom: 30px !important
}

.p-b4 {
    padding-bottom: 40px !important
}

.p-b5 {
    padding-bottom: 50px !important
}

.p-b6 {
    padding-bottom: 60px !important
}

.p-b7 {
    padding-bottom: 70px !important
}

.m-l2 {
    margin-left: 20px !important;
}

.p-l2 {
    padding-left: 20px !important
}

.m-l3 {
    margin-left: 30px !important;
}

.p-l3 {
    padding-left: 30px !important
}

.m-l4 {
    margin-left: 40px !important;
}

.p-l4 {
    padding-left: 40px !important
}

/****Space Control Top Bottom End*****/
/*******Lay Image*******/
.lazy-image {
    position: relative;
    width: 100%;
    padding-top: 66.33%;
    overflow: hidden;
    display: block;
    background-image: url('../img/img-placeholder.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65px;
}

.lazy-image img {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    margin: auto !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1.02, 1.02);
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

a:hover .lazy-image img,
div:hover>.lazy-image img {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

/******Plugin's CSS Start*********/
/******Flexslider*********/
.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.flexslider:before {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border-width: 0.2rem;
}

.flexslider ul.slides {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.flexslider li {
    padding: 0;
}

.flexslider li:before {
    display: none
}

.flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider .flex-control-paging-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: right;
    padding-right: 10px;
    z-index: 99;
}

.flexslider .flex-control-paging {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 98;
    height: auto;
    text-align: center;
    padding: 0 10px;
}

.flexslider .flex-control-paging li {
    position: static;
    display: inline-block;
    width: auto;
    margin: 2px 3px;
    height: auto
}

.flexslider .flex-control-paging li a {
    border: 3px solid #fff;
    width: 14px;
    height: 14px;
    line-height: 10px;
    font-size: 0;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 34px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
    border-color: #f0e31b;
}

.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
    display: none
}

.flexslider .flex-direction-nav li {
    position: static
}

.flexslider .flex-direction-nav a {
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    z-index: 98;
    border-radius: 60px;
    display: inline-block;
    font-size: 0;
}

.flexslider .flex-direction-nav {
    overflow: hidden;
    width: 100%;
    margin: 0
}

.flexslider .flex-direction-nav .flex-next {
    left: auto;
    right: -60px
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 65%;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.flexslider .flex-direction-nav .flex-next:before {
    left: auto;
    right: 65%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -moz-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -o-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: -25px
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: -25px
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
    background: rgba(0, 0, 0, 1.0);
}

.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
    color: #fff;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1.0
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1.0
}

.flexslider .flex-disabled {
    display: none
}

.flexslider iframe,
.flexslider video {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/**********Owl Carousel**********/
.owl-carousel.has-shadow {
    margin: 25px -10px 0;
    width: auto;
}

.owl-carousel.has-shadow .owl-item {
    margin: 10px 0;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-item>* {
    width: 100%;
    margin: 0;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #0b0b0b;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-dots {
    display: table;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px 6px;
    border: 1px solid #020d0f;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border-radius: 20px;
}

.owl-carousel .owl-dot span {
    display: none;
}

.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover {
    background-color: #020d0f;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #273a4d;
    top: 50%;
    margin-top: -20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    z-index: 98;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.3s linear 0s;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #273a4d;
    border-width: 0 1.5px 1.5px 0;
    padding: 5px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.owl-carousel .owl-nav .owl-next:before {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #020d0f;
    border-color: #020d0f;
}

.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
    border-color: #fff;
}

.owl-carousel.top-nav {
    margin-top: 40px;
}

.owl-carousel.top-nav .owl-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 15px 0;
    margin-bottom: 38px;
}

.owl-carousel.vertical-nav .owl-nav .owl-prev,
.owl-carousel.vertical-nav .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    margin: 0;
    height: auto;
    width: 25px;
    border-radius: 0;
}

.owl-carousel.arrow {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-carousel.arrow .owl-nav .owl-prev,
.owl-carousel.arrow .owl-nav .owl-next {
    margin-top: -25px;
}

.owl-carousel.arrow .owl-nav .owl-prev:before,
.owl-carousel.arrow .owl-nav .owl-next:before {
    font-size: 46px;
    line-height: 30px;
    color: #5DB733;
}

.owl-carousel.arrow .owl-nav .owl-prev:hover,
.owl-carousel.arrow .owl-nav .owl-next:hover {
    background-color: #438f9f;
}

.owl-carousel.arrow .owl-nav .owl-prev:hover:before,
.owl-carousel.arrow .owl-nav .owl-next:hover:before {
    color: #fff;
}

.right-arrow.owl-carousel {
    padding-right: 100px;
}

.right-arrow .owl-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.right-arrow .owl-nav .owl-next,
.right-arrow .owl-nav .owl-prev {
    width: 54px;
    margin: 3px 5px;
    height: 54px;
    position: relative;
}

.right-arrow .owl-nav .owl-next:before,
.right-arrow .owl-nav .owl-prev:before {
    border-color: #273a4d;
    line-height: 1;
}

.right-arrow .owl-nav .owl-next:hover:before,
.right-arrow .owl-nav .owl-prev:hover:before {
    border-color: #fff;
}

.bottom-arrow .owl-nav {
    position: static;
    padding: 35px 0 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-arrow .owl-nav .owl-next,
.bottom-arrow .owl-nav .owl-prev {
    width: 54px;
    margin: 0 5px;
    height: 54px;
    position: relative;
}

.bottom-arrow .owl-nav .owl-next:before,
.bottom-arrow .owl-nav .owl-prev:before {
    border-color: #000;
    line-height: 1;
}

.bottom-arrow .owl-nav .owl-next:hover:before,
.bottom-arrow .owl-nav .owl-prev:hover:before {
    border-color: #fff;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev,
.owl-carousel.type-2-arrow .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border: 1px solid #020d0f;
    margin-top: -21px
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:before,
.owl-carousel.type-2-arrow .owl-nav .owl-next:before {
    color: #020d0f;
    font-size: 22px;
    font-weight: normal;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:hover,
.owl-carousel.type-2-arrow .owl-nav .owl-next:hover {
    background-color: #020d0f;
}

.owl-carousel.type-2-arrow .owl-nav .owl-prev:hover:before,
.owl-carousel.type-2-arrow .owl-nav .owl-next:hover:before {
    color: #fff;
}

/***** Owl Carousel End *******/
/******* lightbox popup starts ******/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.75;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

/*.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}*/
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    right: 0;
    top: 0 !important;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0;
    color: #FFF;
    font-style: normal;
    font-family: Arial, Baskerville, monospace;
    background: none !important
}

div.mfp-close {
    display: none !important;
}

.videoFrame .mfp-close {
    top: 0 !important;
    background-color: rgba(236, 223, 223, 0.5) !important;
    border-radius: 0;
    opacity: 0;
}

.videoFrame .mfp-iframe-scaler:hover .mfp-close {
    opacity: 1.0;
}

.videoFrame .mfp-iframe-holder .mfp-content {
    max-width: 90%;
    max-height: 100%;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow-left {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}

.mfp-arrow-left:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #929292;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 8px;
}

.mfp-arrow-right {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
}

.mfp-arrow-right:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #929292;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 8px;
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
    border-color: #fff;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    background-color: transparent;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
    position: relative;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

/*.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}*/
@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {

    /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
}

@media all and (min-width: 900px) {
    .caption-frame .mfp-container {
        left: 50%;
        display: table;
        width: auto;
        padding: 0 45px;
        margin: 0 auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    button.mfp-close,
    button.mfp-arrow {
        background: rgba(255, 255, 255, .95);
    }
}

.caption-frame .mfp-bottom-bar {
    margin-top: 0;
    left: 0;
    top: 40px;
    padding: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.caption-frame .mfp-counter {
    display: none
}

.caption-frame .mfp-title p {
    color: #fff;
    margin: 0 0 5px
}

.caption-frame .mfp-title h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

@media all and (max-width: 520px) {
    .caption-frame .mfp-bottom-bar {
        padding: 15px;
    }
}

/**************lightbox Popup ends**********/
/********** accordion css start **********/
.accordion {
    margin-bottom: 5px;
}

.accordion .accordion-content {
    padding: 18px 60px 24px 23px;
    line-height: 24px;
    display: none;
    text-align: left;
}

.accordion .accordion-head {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    padding: 16.5px 60px 16.5px 23px;
    position: relative;
    cursor: pointer;
    color: #000000;
    background: #f2f3f5;
    border-radius: 6px;
    text-align: left;
}

.accordion .accordion-head::after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 55px;
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    position: absolute;
    font-size: 19px;
    right: 0;
    top: 0;
    z-index: 99;
    color: #000000;
    line-height: normal;
}

.active.accordion .accordion-head::after {
    content: "\f068";
}

.all-faq {
    padding: 0 0 50px;
    text-align: center;
}

.all-faq>h3 {
    margin: 0 0 20px;
}

.all-faq:last-of-type {
    padding: 0;
}

.accordion:last-of-type {
    margin: 0;
}

/********** accordion css end **********/
/************** tabber css start **********/
.tabs-wrap {
    padding: 50px 0 0;
    float: left;
    width: 100%;
    font-size: 16px;
}

.tabs-wrap .nav-tabs {
    margin: 0;
}

.tabs-wrap .tab-content {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 30px 10px 0;
}

.tabs-wrap p,
.tabs-wrap ul,
.tabs-wrap ol {
    margin-bottom: 20px;
}

.tabs-wrap p.pn {
    padding: 0;
    margin: 0;
}

.tabs-wrap p:last-child,
.tabs-wrap ul:last-child,
.tabs-wrap ol:last-child {
    margin: 0;
}

ul.custom-tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 9;
}

ul.custom-tab li {
    float: left;
    position: relative;
    vertical-align: middle;
    margin: 0 0 -1px 0;
    text-align: center;
    line-height: normal;
    background-color: transparent;
    padding: 1px !important;
    overflow: visible;
    white-space: nowrap;
}

ul.custom-tab li:before {
    display: none;
}

ul.custom-tab li a {
    position: relative;
    float: left;
    width: 100%;
    border: none !important;
    color: #b7b7b7;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    padding: 18px 15px;
    background: #ffffff;
    border-radius: 0;
    text-align: left;
    z-index: 2;
    margin: 0;
}

ul.custom-tab li a:hover,
.nav-tabs.custom-tab>li.active>a,
.nav-tabs.custom-tab>li.active>a:focus,
.nav-tabs.custom-tab>li.active>a:hover {
    color: #677e95;
}

.tab-pane {
    float: left;
    width: 100%;
    display: none;
}

.tab-pane:first-child {
    display: block;
}

/* width */
ul.custom-tab::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

/* Track */
ul.custom-tab::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
ul.custom-tab::-webkit-scrollbar-thumb {
    background: #677e95;
    border-radius: 8px;
}

/* Handle on hover */
ul.custom-tab::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/************** tabber css ends **********/
/******* lightbox popup starts ******/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.75;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

/*.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}*/
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    right: 0;
    top: 0 !important;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0;
    color: #FFF;
    font-style: normal;
    font-family: Arial, Baskerville, monospace;
    background: none !important
}

div.mfp-close {
    display: none !important;
}

.videoFrame .mfp-close {
    top: 0 !important;
    background-color: rgba(236, 223, 223, 0.5) !important;
    border-radius: 0;
    opacity: 0;
}

.videoFrame .mfp-iframe-scaler:hover .mfp-close {
    opacity: 1.0;
}

.videoFrame .mfp-iframe-holder .mfp-content {
    max-width: 90%;
    max-height: 100%;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow-left {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}

.mfp-arrow-left:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #929292;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 8px;
}

.mfp-arrow-right {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
}

.mfp-arrow-right:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #929292;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 8px;
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
    border-color: #fff;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    background-color: transparent;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
    position: relative;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.white-popup-block {
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.white-popup-block .btn-area {
    text-align: center;
    position: relative;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.white-popup-block .btn {
    min-width: 130px;
    padding: 8px 10px;
}

/*.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}*/
@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {

    /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
}

@media all and (min-width: 900px) {
    .caption-frame .mfp-container {
        left: 50%;
        display: table;
        width: auto;
        padding: 0 45px;
        margin: 0 auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    button.mfp-close,
    button.mfp-arrow {
        background: rgba(255, 255, 255, .95);
    }
}

.caption-frame .mfp-bottom-bar {
    margin-top: 0;
    left: 0;
    top: 40px;
    padding: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.caption-frame .mfp-counter {
    display: none
}

.caption-frame .mfp-title p {
    color: #fff;
    margin: 0 0 5px
}

.caption-frame .mfp-title h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

@media all and (max-width: 520px) {
    .caption-frame .mfp-bottom-bar {
        padding: 15px;
    }
}

/**************lightbox Popup ends**********/


/******Plugin's CSS End*********/
/****Woocommerce Start****/
.woocommerce-page .woocommerce-form-row input {
    border-radius: var(--btnBorderRadius) !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#add_payment_method .wc-proceed-to- checkout a.checkout-button,
.wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout- button {
    position: relative;
    display: inline-block;
    border: var(--btnBorder) !important;
    color: var(--btnColor) !important;
    font-size: var(--btnFont) !important;
    margin: 0;
    line-height: normal !important;
    letter-spacing: 0;
    cursor: pointer;
    padding: 10px 20px !important;
    font-family: var(--btnFontFamily);
    font-weight: 600 !important;
    border-radius: var(--btnBorderRadius) !important;
    text-align: center;
    background: var(--btnBg) !important;
    text-transform: uppercase;
    overflow: hidden !important;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--btnHoverBg) !important;
    border: var(--btnBorder) !important;
    color: var(--btnHoverColor) !important;
}

.woocommerce .cart-collaterals .button,
.woocommerce .cart-collaterals button {
    width: 100%;
}

.woocommerce-cart table {
    border-collapse: collapse !important;
    margin: 0 !important
}

.woocommerce-cart table.wc-block-cart-items,
.woocommerce-cart table.wc-block-cart-items td,
.woocommerce-cart table.wc-block-cart-items th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    border: 1px solid #e2e1db !important;
    padding: 9px 12px !important;
}

.woocommerce-cart table.wc-block-cart-items th {
    background-color: #fff
}

.woocommerce-cart table.wc-block-cart-items thead {
    background-color: #f47122 !important;
    color: #fff;
}

.woocommerce-cart table.wc-block-cart-items thead th {
    visibility: visible !important;
}

.woocommerce-cart table.wc-block-cart-items td::after {
    display: none !important;
}

.woocommerce-cart table.wc-block-cart-items::after {
    display: none !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
    width: 80px !important;
    border: 1px solid #e0e0e0
}

.woocommerce-cart table.wc-block-cart-items {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #e2e1db !important;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-components-product-name,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__total {
    margin: 0 0 10px !important;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__prices {
    font-weight: 600;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin: 0 15px 8px 0 !important;
    height: 40px;
    line-height: 40px !important;
    width: 110px !important;
    display: inline-flex;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector input {
    height: 40px;
    font-size: 14px !important;
}

.woocommerce-cart table.wc-block-cart-items button.wc-block-cart-item__remove-link {
    color: #ff0000 !important;
    font-weight: 600 !important;
    text-underline-offset: 4px;
    text-transform: capitalize !important;
    display: inline-flex !IMPORTANT;
    position: relative;
    top: -3px;
}

.woocommerce ul#shipping_method .amount,
.woocommerce ul#shipping_method .amount span {
    color: #323232;
    font-weight: 700
}

.woocommerce-cart table.wc-block-cart-items .order-total strong,
.woocommerce-cart table.cart td.product-subtotal .amount,
.woocommerce-cart table.cart td.product-subtotal .amount span {
    font-size: 16px;
    color: #323232;
    font-weight: 700
}

.woocommerce fieldset {
    padding: 15px;
    padding-top: 10px;
    margin: 25px 0 15px;
    border: 5px solid #273a4d;
}

.woocommerce legend {
    display: block;
    width: auto;
    padding: 0 15px;
    margin: 0;
    font-size: 24px;
    line-height: normal;
    border: none
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 24% !important;
    background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 76% !important;
    padding-left: 35px !important
}

.woocommerce-MyAccount-content .woocommerce-orders-table .button {
    padding: 4px 8px 2px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: block;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: inherit;
    clear: both;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
    display: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    line-height: normal;
    padding: 9px 15px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f1f3f4;
}

.woocommerce-form-row input,
.woocommerce-form-row select,
.woocommerce-form-row textarea {
    background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
    border-top-color: #f1f3f4;
}

.addresses address,
.woocommerce-order-received address,
.woocommerce-view-order address {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px !important;
    margin: 5px 0 15px 0;
    border: 1px solid #e0e0e0;
    clear: both
}

.woocommerce td.product-name dl.variation dd p {
    padding: 0
}

.woocommerce-account h1 {
    font-size: 30px;
    text-align: center;
}

.woocommerce h2 {
    display: none;
    text-align: center;
}

.woocommerce-account h2 {
    display: block;
    font-size: 30px;
    margin: 0 0 20px;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.woocommerce-ResetPassword {
    padding: 15px 25px !important;
    border: 1px solid #dddddd !important;
    margin: 0 0 10px 0 !important;
    border-radius: 15px !important;
    background: transparent;
    max-width: 590px;
}

.woocommerce form.woocommerce-ResetPassword .form-row {
    width: 100%;
}

.woocommerce form.login button,
.woocommerce form.register button {
    min-width: 120px;
}

.woocommerce form.login,
.woocommerce form.woocommerce-ResetPassword {
    margin: 0 auto !important;
    width: 100%;
    float: none;
}

.woocommerce form.login input,
.woocommerce form.register input {
    background: #fff;
}

.woocommerce form.login label,
.woocommerce form.register label {
    font-weight: 500;
    margin: 0 0 5px;
}

.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p {
    margin: 0 0 10px;
}

.woocommerce form.login .form-row:has(button) {
    margin-top: 20px;
}

.woocommerce form.login>*:last-child,
.woocommerce form.register>*:last-child {
    margin-bottom: 0;
}

.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields {
    padding: 15px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin: 0 0 15px;
    border-radius: 15px;
}

.woocommerce-input-wrapper textarea.input-text {
    min-height: 150px;
}

.woocommerce .checkbox .csCheckbox,
.woocommerce .radio .csRadio,
.woocommerce-checkout .checkout input[type=checkbox],
.woocommerce-checkout .checkout input[type=radio] {
    margin-left: 0
}

.woocommerce form.checkout_coupon input.button,
.woocommerce form.login input.button,
.woocommerce form.register input.button {
    margin-right: 10px
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 15px;
    color: #bebebe;
    font-weight: 300;
    line-height: normal
}

.select2-container .select2-selection--single {
    height: 50px !important;
    border-color: #e0e0e0 !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin: 0 !important;
    border-radius: var(--btnBorderRadius);
    font-weight: 500 !important;
    color: inherit !important;
}

ul.select2-results__options li:before {
    display: none !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 20px !important;
    color: var(--bodyFontColor) !important;
    font-size: 100%;
    font-family: var(--bodyFontFamily) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    width: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-width: 5px 5px 0 5px !important;
}

.select2-container--open .select2-dropdown--above {
    border-color: #dcdfe5 !important
}

.select2-dropdown {
    border: 1px solid #dcdfe5
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-color: #e0e0e0 !important
}

#add_payment_method #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li label,
.woocommerce .woocommerce-shipping-fields h3 label,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important
}

.woocommerce-checkout #payment ul.payment_methods li .form-row label {
    display: block
}

.woocommerce-checkout #payment ul.payment_methods li .csSelect {
    display: inline-block;
    height: 46px;
    padding: 10px 0 8px 0;
    min-width: 100px;
    width: 100px
}

.woocommerce-checkout #payment ul.payment_methods li select {
    display: inline-block
}

.woocommerce-checkout #payment ul.payment_methods li .csSelect:after {
    padding: 12px 5px
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce .woocommerce-cart table.wc-block-cart-items ul#shipping_method li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    padding-left: 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #f5f5f5 !important
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #f5f5f5 !important
}

.woocommerce-checkout #payment div.payment_box div p {
    width: auto;
    display: inline-block;
    float: none
}

.woocommerce-checkout #payment div.payment_box fieldset {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    border: none
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 6px 0 0;
    vertical-align: middle
}

.woocommerce ul#shipping_method li {
    padding: 0
}

.woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.woocommerce ul.order_details li {
    display: table-cell;
    margin: 0;
    border: none;
    border: 1px dashed #e2e1db !important;
    padding: 15px !important;
    margin: 0px -1px -1px 0 !important;
    background: 0 0;
    float: none !important;
    word-break: break-word;
    width: 100%;
}

.woocommerce ul.order_details li::before {
    display: none;
}

.woocommerce ul.order_details li:last-child {
    border: 1px dashed #e2e1db !important;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 1em
}

.woocommerce .wc-item-meta li,
.woocommerce .wc-item-meta p {
    padding: 0
}

.common-content header {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
}

.common-content header h3 {
    padding: 0 0 10px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    opacity: 100% !important;
    text-decoration: none !important;
    color: #1a110c !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #1a110c !important;
    padding: 1px 6px !important;
    font-size: 12px;
    font-weight: 600 !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    background: transparent !important;
    color: #1b110c !important;
}

.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #e2e1db;
    font-size: 16px !important;
    text-transform: capitalize;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
    margin: 10px 0 0;
}

.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
    text-align: left;
    padding: 7px 10px;
    color: #fff;
    background: #f47122;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: inherit;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    padding: 16px 0;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper:empty {
    display: none;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon input {
    height: 40px;
    line-height: 40px !important;
    padding: 10px !important;
    background-color: transparent !important;
    border: 1px solid #e6e3de !important;
    border-radius: 10px !important;
}

.woocommerce-cart .wc-block-components-sidebar button.components-button {
    line-height: normal !important;
    height: 40px !important;
    padding: 10px 25px !important;
    margin: 0 0 0 10px !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    border: 1px solid #e2e1db;
    padding: 20px 50px 30px 50px !important;
    margin: 0 0 20px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: transparent !important;
    border: 1px solid #e6e3de !important;
    border-radius: 10px !important;
    color: var(--bodyFontColor) !important;
    font-size: 16px !important;
    font-family: var(--bodyFontFamily) !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    padding: 14px 20px !important;
}

.wc-block-components-address-form__country ul li::before {
    display: none !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 0 !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #e2e1db;
}

.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name,
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
    font-weight: 600;
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper:first-of-type:after {
    display: none;
}

.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 16px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    width: 100%;
    display: block;
    border: none !important;
    margin: 0 !important;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    display: block;
    width: 100%;
    border: none !important;
    margin: 0 !important;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #e2e1db !important;
    margin: 0 !important;
    padding-top: 0 !important;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-top: 0;
    padding-right: 0;
}

.is-medium .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.is-mobile .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.is-small .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    padding: 16px 15px;
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding: 20px 20px !important;
}

.woocommerce-notices-wrapper:not(:empty) {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    max-width: var(--pageCenter);
    margin-top: 30px;
    width: 100%;
    clear: both;
}

.common-content .woocommerce-notices-wrapper {
    padding: 0;
}

.woocommerce-message {
    margin: 0 0 10px;
}

.wc-block-components-quantity-selector:after {
    border-radius: 30px !important;
}


.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block>div:first-child {
    border: none !important;
}

.wc-block-components-totals-coupon a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input {
    height: 44px !important;
    padding: 7px 20px !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input label {
    transform: translateY(0.7em) !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label,
.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(.1em) scale(.750) !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    left: 0.8em;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input.is-active label {
    transform: translateY(.1em) scale(.670);
}

.wc-block-components-totals-coupon__form .components-button {
    padding: 7px 20px !important;
}

.woocommerce-cart h3 {
    display: none;
}

.woocommerce-cart h1,
.woocommerce-cart h2 {
    font-size: 30px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout ul li::before {
    display: none;
}

.woocommerce-cart .woocommerce .cart-collaterals ul li::before {
    display: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout ul li {
    padding: 0 !important;
    margin: 0 0 15px !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout>* {
    margin: 0 0 15px !important;
}

.gpay-card-info-container.gpay-card-info-custom-radius,
.gpay-button.gpay-card-info-custom-radius {
    border-radius: 40px !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .select2-container .select2-selection--single {
    padding: 0 !important;
}

#order_review .woocommerce-terms-and-conditions-wrapper {
    margin: 0 0 15px;
}

.woocommerce-shipping-totals input,
.woocommerce-shipping-totals select {
    border-radius: 5px !important;
}

.woocommerce-shipping-totals ul li::before {
    display: none;
}

@media only screen and (min-width: 769px) {
    .woocommerce ul.order_details {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
    }

    .woocommerce ul.order_details li {
        display: block;
        width: calc(100%/3);
    }

    #coupon_code {
        width: 150px !important;
        border-radius: 5px;
        height: 46px;
    }

    .woocommerce form.checkout_coupon #coupon_code {
        width: 100% !important
    }

    .woocommerce .checkout_coupon p:first-of-type {
        margin: 0 3px 5px;
        width: auto !important;
        display: block !important;
        padding-left: 0
    }

}

@media only screen and (min-width: 992px) {
    .woocommerce-cart .woocommerce {
        margin: 0 -15px;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        width: 70%;
        float: left;
        padding: 0 15px;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 30%;
        float: left;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1025px) {
    .woocommerce-cart .wc-block-components-main {
        float: left;
        width: 70% !important;
        padding: 0 !important;
    }

    .woocommerce-cart .wc-block-components-sidebar {
        float: left;
        width: 30%;
        padding-left: 30px
    }

    .woocommerce-cart .wc-block-components-sidebar .cart_totals {
        width: 100%
    }

    .woocommerce-cart .wc-block-components-sidebar .checkout-button {
        width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        padding-left: 0 !important;
        padding-top: 25px
    }
}

@media only screen and (max-width: 768px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff !important;
    }

    .woocommerce-cart table.wc-block-cart-items_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        overflow: hidden
    }

    .woocommerce-cart table.wc-block-cart-items td,
    .woocommerce-cart table.wc-block-cart-items th {
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .woocommerce-page.woocommerce-checkout form.login .form-row,
    .woocommerce.woocommerce-checkout form.login .form-row {
        float: left
    }

    .wc-block-components-sidebar {
        padding: 0;
        margin-top: 10px !important;
    }

    .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
        padding: 10px 15px;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main,
    .wc-block-components-sidebar {
        width: 100%;
    }
}

/****Woocommerce End****/
/************Breadcrumbs************/
div.breadcrumbs,
section.breadcrumbs {
    position: relative;
    display: block;
    font-weight: normal;
    padding: 22px 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    clear: both;
    text-align: left;
    z-index: 11;
}

ul.breadcrumbs {
    float: left;
    width: 100%;
    padding: 0;
    clear: both;
    margin: 0;
    color: #000;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.breadcrumbs li {
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    padding: 0 11px 0 0;
    font-weight: 300;
    margin-right: 5px;
    font-style: normal;
    overflow: visible;
}

ul.breadcrumbs li:before {
    display: none;
}

ul.breadcrumbs li a {
    position: relative;
    display: inline-block;
    color: #677e95;
    vertical-align: top;
}

ul.breadcrumbs li:after {
    content: "/";
    font-weight: 400;
    position: absolute;
    color: #677e95;
    right: 0;
    top: 0px;
    line-height: 1;
    font-style: normal;
}

ul.breadcrumbs li:last-child {
    padding: 0;
    margin: 0;
}

ul.breadcrumbs li:last-child:after {
    display: none;
}

ul.breadcrumbs li:before {
    display: none;
}

ul.breadcrumbs li a:hover {
    color: #020d0f;
    text-decoration: underline;
}

.type2.breadcrumbs {
    background: #f1f3f4;
    padding: 15.5px 0;
}

.type2.breadcrumbs ul.breadcrumbs li {
    font-size: 14px;
    font-weight: 400;
}

.type2.breadcrumbs ul.breadcrumbs {
    color: #000000;
}

.type2.breadcrumbs ul.breadcrumbs li a {
    color: inherit;
}

.type2.breadcrumbs ul.breadcrumbs li:after {
    color: inherit;
}

/***********Breadcrumbs End***********/
.bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg img {
    display: none
}

.bg+* {
    position: relative;
    z-index: 2;
}

.main-banner {
    background-color: #3d5266;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.main-banner .lazy-image {
    padding-top: 38.77777777777%;
}

.main-banner .lazy-image img {
    width: 100% !important;
    max-height: inherit;
}

.main-banner .slide-item>img,
.main-banner .slide-item>picture>img {
    width: 100%;
}

.main-banner .max-width {
    max-width: 590px;
}

.main-banner .max-width:has(.m-r-auto) {
    margin: 0 0 0 auto;
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner h1,
.main-banner .heading {
    font-family: var(--bodyFontFamily);
    font-weight: 800;
    font-size: 35px;
    line-height: 1.3;
    color: inherit;
}

.main-banner .caption h1,
.main-banner .caption h2,
.main-banner .caption h3,
.main-banner .caption h4,
.main-banner .caption h5,
.main-banner .caption h6 {
    color: inherit;
}

.caption h4 {
    font-size: 27px;
}

.main-banner h6 {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.m-r-auto {
    margin: 0 0 0 auto;
}

ul.b-feature-list {
    margin: 21px -10px 40px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.b-feature-list>li {
    display: inline-flex;
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    max-width: 300px;
    align-items: flex-start;
    margin: 0 20px 0 0;
    line-height: normal;
}

ul.b-feature-list>li::before {
    display: none;
}

ul.b-feature-list>li img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 24px 0 0;
}

.main-banner .btn {
    font-weight: 800;
    border-color: #fff;
    color: #fff;
}

.main-banner .btn:hover {
    color: #000;
}

.main-banner .btn:before {
    background: #fff;
}

.main-banner p:has(.btn) .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.main-banner .slide-item:has(.image-box) .image-box {
    display: none;
}

.inner-banner {
    background-color: #000000;
    color: #fff;
    text-align: center;
}

.inner-banner .lazy-image {
    padding-top: 38.77777777777%;
}

.inner-banner .lazy-image img {
    width: 100% !important;
    max-height: inherit;
}

.inner-banner img {
    width: 100%;
    opacity: 60%;
}

.inner-banner .max-width {
    max-width: 540px;
    padding-left: 30px;
}

.inner-banner .caption {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-banner h1,
.inner-banner .heading {
    font-family: var(--bodyFontFamily);
    font-weight: 800;
    font-size: 50px;
    line-height: 1.3;
    color: inherit;
}

.inner-banner h6 {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.inner-banner ul.breadcrumbs {
    color: inherit;
    justify-content: center;
    clear: both;
}

.inner-banner ul.breadcrumbs li a {
    color: inherit;
}

.inner-banner ul.breadcrumbs li::after {
    color: inherit;
}

.inner-banner:has(>*.caption:first-child) {
    color: #677e95;
    background: #fff;
    padding: 60px 0;
}

.inner-banner:has(>*.caption:first-child) .caption {
    position: static;
    transform: none;
}

.inner-banner:has(>*.caption:first-child) ul.breadcrumbs {
    color: inherit;
}

.type2.inner-banner {
    text-align: left;
}

.type2.inner-banner ul.breadcrumbs {
    justify-content: flex-start;
}

.type2.inner-banner img {
    opacity: 100%;
}

.text-black {
    color: #3d5266;
}

.text-black .btn {
    border: var(--btnBorder);
    color: var(--btnColor);
}

.text-black .btn:before {
    background: var(--btnHoverBg);
}

.text-black .btn:hover {
    color: #fff;
}

/*****Social Icons*****/
ul.social-icon {
    display: inline-block;
    padding: 0;
    vertical-align: middle
}

ul.social-icon li {
    display: inline-block;
    width: auto;
    margin: 8px 25px 8px 0;
    background: none;
    padding: 0;
    vertical-align: middle;
    color: var(--bodyFontColor);
}

ul.social-icon li:last-child {
    margin-right: 0;
}

ul.social-icon li:before {
    display: none
}

ul.social-icon li a {
    display: inline-block;
    padding: 0;
    width: auto;
}

ul.social-icon li i {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #686969;
    line-height: 1;
    width: 25px;
    height: 25px;
    transition: inherit;
}

ul.social-icon li a:hover i {
    color: var(--linkColor) !important;
}

/*****Social Icons End*****/
/******Footer*****/
.mnu-acc-trg {
    display: none;
}

.scrollup {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #273a4d;
    border-radius: 50%;
    bottom: -40px;
    right: 10px;
    z-index: 999;
    text-align: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.scrollup i {
    color: inherit;
    font-size: 20px;
}

.scrollup.in {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}

.scrollup:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

footer a {
    color: inherit;
}

footer a:hover,
footer a:focus,
footer .current-menu-item a {
    color: #273a4d !important;
}

footer .current-menu-item a {
    font-weight: 800;
}

footer {
    font-size: 14px;
    line-height: 22px;
    color: #3d5266;
    border-top: 1px solid #e2e2e2;
}

footer .footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-bottom p {
    margin: 0;
}

footer .footer-bottom a {
    color: inherit;
}

footer .footer-bottom a:hover {
    color: #3d5266 !important;
}

footer .footer-bottom {
    line-height: normal;
    color: #000;
    background: #f0e31b;
    padding: 20px 0;
}

footer .footer-top .container {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-top .left-content {
    width: 30.4532%;
    padding: 0 20px 0 0;
}

footer .footer-top .right-content {
    width: 69.5468%;
    display: flex;
    flex-wrap: wrap;
}

footer .footer-top .right-content .box {
    width: 23%;
    padding: 0 0 0 15px;
}

footer .footer-top .right-content .box:last-child {
    width: 31%;
    padding: 0;
}

footer .footer-top .right-content ul li {
    padding: 0 0 8px;
}

footer .footer-top .right-content ul li:last-child {
    padding: 0;
}

footer .footer-top .right-content ul li::before {
    display: none;
}

footer .footer-top .f-logo {
    display: block;
    max-width: 325px;
    margin: 12px 0;
}

footer h6 {
    margin: 0 0 10px;
}

footer .footer-top .right-content .box p {
    line-height: 30px;
    margin: 0 0 12px;
}

footer .footer-top .right-content .box p:last-of-type {
    margin: 0;
}

footer .footer-top {
    padding: 50px 0 43px;
}

.newsletter-wrap {
    position: relative;
    margin: 8px 0 0 0;
}

.newsletter-wrap br {
    display: none;
}

.newsletter-wrap input[type="submit"] {
    position: absolute;
    width: 45px;
    height: 45px;
    display: block;
    top: 4px;
    right: 5px;
    border-radius: 50%;
    font-size: 0;
    background: #f0e31b url('../img/paper-plane.svg') no-repeat;
    background-position: calc(100% - 14px) center;
    background-size: 20px;
    cursor: pointer;
}

.newsletter-wrap input[type="submit"]:hover {
    background-color: #686969;
}

.newsletter-wrap input[type="email"] {
    margin: 0;
    padding-right: 60px;
}

footer h6:not(:first-of-type) {
    margin: 0 0 5px;
}

h6 {}

/******Footer End*****/
/***************** Home Page Start *****************/
.h-blog-listing,
.blog-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -2.33% -2.33% 0;
    justify-content: center;
}

.blog-listing {
    margin-top: 0;
}

.blog-box {
    display: block;
    color: #000;
    line-height: 24px;
    width: 31%;
    margin: 0 2.33% 2.33% 0;
    text-align: left;
}

.blog-box .lazy-image {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 25px;
}

.blog-box .lazy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box h4 {
    color: #677e95;
    font-weight: 600;
    margin: 0 0 9px;
}

.blog-box .more {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    color: #677e95;
    font-weight: 700;
}

.blog-box .more::after {
    display: block;
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #000000;
    margin: 0 0 0 8px;
}

.blog-box p {
    margin: 0 0 22px;
}

.h-blog-area {
    text-align: center;
    background: #f1f3f4;
}

.testimonial {
    background: #f1f3f4;
    border-radius: 20px;
    padding: 48px 30px;
    text-align: center;
    line-height: 24px;
    color: #3d5266;
}

.testimonial h6 {
    padding: 10px 0 0 0;
}

.testimonial .rating-status {
    color: #e8a900;
    display: block;
    margin: 0 0 8px;
}

.testimonial .rating-status i {
    margin: 0 1.5px;
}

.testimonials-area {
    text-align: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 90%, rgba(248, 249, 249, 1) 100%);
}

.user-review-rating {
    display: flex;
    text-align: left;
    margin: 0 auto;
    width: fit-content;
    line-height: 24px;
}

.user-review-rating>p {
    margin: 0 6px;
}

.testimonials-area .flex .user-review-rating {
    margin: 0;
}

.testimonial-slider {
    padding: 32px 0 0;
}

.tow-col-info {
    display: flex;
    flex-wrap: wrap;
    line-height: 24px;
    align-items: center;
}

.tow-col-info>div {
    width: 50%;
}

.tow-col-info .image-box img {
    width: 100%;
}

.tow-col-info figure {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 0 0 70px;
}

.tow-col-info figure img {
    width: 100%;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

.tow-col-info figure::after {
    content: "";
    display: block;
    height: 104%;
    width: 65%;
    position: absolute;
    top: -10px;
    left: 0;
    bottom: 10px;
    background: #f0e31b;
    border-radius: 50%;
}

.tow-col-info .conent-box {
    padding: 20px 0 20px 60px;
}

.tow-col-info .conent-box strong {
    font-weight: 600;
}

.reverse.tow-col-info {
    flex-direction: row-reverse;
}

.reverse.tow-col-info .conent-box {
    padding: 20px 60px 20px 0px;
}

.brief-info-area {
    background: #f1f3f4;
}

.brief-info-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.33% -2.33% 0;
    justify-content: center;
}

.brief-info-listing .info-box {
    width: 31%;
    margin: 0 2.33% 2.33% 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.brief-info-listing .info-box .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 24px;
}

.brief-info-listing .info-box .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.brief-info-listing .info-box .content h4 {
    color: inherit;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 5px;
}

.brief-info-listing .info-box .image-box {
    background: #b0b0b0;
}

.prod-box {
    background: #fff;
    width: 31.73%;
    margin: 0 1.6% 1.6% 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    line-height: normal;
    position: relative;
}

.type2.prod-box {
    width: 48.4%;
}

.type2.prod-box .lazy-image img {
    width: 100% !important;
    object-fit: cover;
}

.type2.prod-box .content {
    padding: 20px 15px;
}

.type2.prod-box .content h6 {
    font-size: 22px;
    font-weight: 600;
}

.prod-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -1.6% -1.6% 0;
}

.type2.prod-listing {
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 30px;
}

.prod-box h6 {
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 23px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prod-box .content {
    padding: 0px 35px 35px 30px;
}

.prod-box .content .price-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-box .fave-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.prod-box .content .price-info .price {
    font-size: 24px;
    color: #3d5266;
    font-weight: 800;
}

.prod-box .content .price-info>* {
    margin: 0;
}

.prod-box .content .price-info p:empty {
    display: none;
}

.prod-box .lazy-image {
    padding-top: 74.925%;
    margin: 0 0 15px;
}

.prod-box .lazy-image img {
    height: 100%;
}

.prod-box .fave-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #aeaeae;
    padding: 20px 24px;
}

.prod-box .content .price-info .price {
    font-size: 20px;
    color: #3d5266;
    font-weight: 800;
}

.prod-box .content .price-info .buy-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #273a4d;
    border: 1px solid #273a4d;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.prod-box .content .price-info .buy-btn:hover {
    color: #273a4d;
    background: transparent;
}

.prod-box .fave-link:hover,
.prod-box .fave-link:hover i {
    color: var(--linkColor);
    font-weight: 700;
}

.prod-box .yith-wcwl-add-to-wishlist,
.diagnostic-kit-box .yith-wcwl-add-to-wishlist {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 10;
}

.prod-box .yith-wcwl-add-to-wishlist.exists {
    background: #f0e31b;
    border: 1px solid #f0e31b;
    padding: 2px 10px 2px 29px;
    border-radius: 25px;
    font-size: 13px;
    max-width: calc(100% - 20px);
    line-height: normal;
    min-height: 24px;
    min-width: 24px;
}

.prod-box .yith-wcwl-add-to-wishlist.exists i {
    margin-right: 2px;
    position: absolute;
    top: 5px;
    left: 9px;
}

.prod-box .yith-wcwl-add-to-wishlist.exists:has(a span:empty) {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-box .yith-wcwl-add-to-wishlist.exists:has(a span:empty) i {
    position: static;
    margin: 0;
}

.type2.prod-box h6 {
    height: unset;
    margin: 0;
}

.prod-listing .info-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prod-listing .info-box .btn {
    font-weight: 800;
}

.by-category-area {
    text-align: center;
    background: #f1f3f4;
}

.by-category-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 42px -1.9% -1.9% 0;
}

.by-category-listing+p {
    padding-top: 36px;
}

.by-category-box {
    display: block;
    background: #fff;
    width: 31.23%;
    margin: 0 1.9% 1.9% 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding: 35px 30px;
    padding-bottom: 35px;
    text-align: left;
    color: #3d5266;
    line-height: 36px;
    min-height: 500px;
}

.by-category-box .img-box {
    position: relative;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    padding-top: 70%;
    margin: -35px -35px 35px;
}

.by-category-box .img-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-height: 90%;
    margin: auto;
}

.by-category-box img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.by-category-box>* {
    position: relative;
    z-index: 2;
}

.by-category-box h6 {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 12px;
}

.by-category-box h6 a {
    font: inherit;
    color: inherit;
}

.by-category-box ul {
    /* padding: 0 96px 0 0; */
}

.by-category-box ul li::before {
    content: "\f111";
    font-weight: 700;
    font-size: 7px;
    color: #3d5266;
    left: 4px;
    top: 14px;
}

.by-category-box ul li {
    padding: 0 0 0 20px;
    font-size: 15px;
}

.by-category-box ul li a {
    font: inherit;
    color: inherit;
}

.by-category-box .btn {
    padding: 13px 33px;
    /* position: absolute;
bottom: 80px;
left: 35px; */
    background-color: #fff;
}

.by-category-box .offer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    background: #cc2020;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    right: 33px;
    top: 111px;
    text-transform: uppercase;
}

.by-category-box .offer>* {
    margin: 0;
}

.by-category-box a:not(.btn):hover {
    color: #cc2120;
}

.brand-slider .brand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
    margin: 15px;
    height: 100px;
}

.brand-slider .brand-box:hover {
    background: #f8f9fb;
}

.brand-slider .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-slider .brand-box img {
    width: auto;
}

.brand-area .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand-area h3 {
    margin: 0;
    width: 190px;
}

.brand-slider {
    width: calc(100% - 190px);
}

.h-ads-box {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.h-ads-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-sell-area .prod-box {
    width: 23.4%;
}

/***************** Home Page End *****************/
/***************** About Page Start *****************/
.prod-video-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -20px -20px 0;
}

.prod-video-box {
    display: block;
    width: calc(100%/3 - 20px);
    margin: 0 20px 20px 0;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    padding-top: 22.273%;
    background: #000000;
}

.prod-video-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 60%;
}

.prod-video-box h6 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    color: #fff;
    text-align: center;
}

.prod-video-box h6::before {
    content: "\f04b";
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #f0e31b;
    border-radius: 50%;
    padding: 0 0 0 10px;
    margin: 0 auto 12px;
}

/***************** About Page End *****************/
/***************** Dealer Page Start *****************/
.dealer-SignUp-area {
    /* background: url('../img/dealer-SignUp-bg.jpg') top center no-repeat; */
    background-size: cover;
    background-color: #f1f3f4;
}

.dealer-SignUp-form .woocommerce-error,
.dealer-SignUp-form .woocommerce-info,
.dealer-SignUp-form .woocommerce-message {
    /* background: #fff; */
}

ul.woocommerce-error li::before,
ul.woocommerce-info li::before,
ul.woocommerce-message li::before {
    display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-radius: 5px;
}

.woocommerce-notices-wrapper ul li {
    padding: 0;
}

.woocommerce-notices-wrapper ul li::before {
    display: none;
}

.dealer-SignUp-form {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.dealer-SignUp-form .form {
    text-align: left;
}

.dealer-SignUp-form input:not(.btn, input[type="button"], input[type="submit"], input[type="reset"]),
.dealer-SignUp-form select {
    background-color: #fff;
    border-radius: var(--btnBorderRadius) !important;
}

.dealer-SignUp-form .btn-area {
    text-align: center;
    padding-top: 10px;
}

.dealer-SignUp-form .btn,
.dealer-SignUp-form input[type="button"],
.dealer-SignUp-form input[type="submit"],
.dealer-SignUp-form input[type="reset"] {
    width: 100%;
    padding: 7px 35px;
    border-radius: 40px;
}

.dealer-SignUp-form .info {
    font-size: 14px;
    color: #8f8f8f;
    margin: 0 0 15px;
}

.dealer-SignUp-form input:has(+p),
.dealer-SignUp-form select:has(+p) {
    margin: 0 0 1px;
}

.dealer-SignUp-form .select2-container--default .select2-selection--single {
    border-color: #ddd !important;
    margin: 0 0 20px !important;
}

.dealer-SignUp-form .b2bking_custom_registration_container_field_3093 .b2bking_country_field_selector,
.dealer-SignUp-form .b2bking_custom_registration_container_field_3093 #billing_state_field {
    width: 50%;
    display: inline-block;
    padding-right: 13px !important;
}

.dealer-SignUp-form .woocommerce form .form-row:has(button) button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--btnFontFamily);
    font-weight: 400 !important;
    position: relative;
    border: var(--btnBorder) !important;
    border-radius: 40px !important;
    text-align: center;
    font-size: var(--btnFont) !important;
    color: var(--btnColor) !important;
    font-style: normal;
    line-height: normal !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0) !important;
    transform: perspective(1px) translateZ(0) !important;
    overflow: hidden !important;
    background-color: var(--btnBg) !important;
    box-shadow: none;
    cursor: pointer;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.dealer-SignUp-form .woocommerce form .form-row:has(button) {
    margin-top: 15px;
}

.dealer-SignUp-form .woocommerce form .form-row:has(button) button:hover {
    color: var(--btnHoverColor) !important;
    background-color: var(--btnHoverBg) !important;
}

.dealer-SignUp-form .form .b2bking_b2bregistration_only_register_header {
    display: none;
}

.dealer-SignUp-form form.register {
    background: transparent;
    border: none !important;
    padding: 0 !important;
}

.dealer-SignUp-form form {
    max-width: unset !important;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.dealer-SignUp-form form>* {
    width: 50%;
    float: left;
    clear: unset !important;
}


.dealer-SignUp-form form p {
    padding: 0 10px !important;
}

.dealer-SignUp-form form .b2bking_custom_registration_container:has(.b2bking_country_or_state),
.dealer-SignUp-form form .b2bking_custom_registration_container:has(#b2bking_field_3089),
.dealer-SignUp-form form .woocommerce-privacy-policy-text,
.dealer-SignUp-form .woocommerce form .form-row:has(button) {
    width: 100% !important;
}

/***************** Dealer Page End *****************/
/***************** Blog Page Start *****************/

.blog-listing .blog-box:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 2.33%);
    border-radius: 20px;
    overflow: hidden;
    background: #677e95;
    color: #fff;
}

.blog-listing .blog-box:first-child .lazy-image,
.blog-listing .blog-box:first-child .content {
    width: 50%;
}

.blog-listing .blog-box:first-child .lazy-image {
    border-radius: 0;
    margin: 0;
    padding-top: 29.704%;
}

.blog-listing .blog-box:first-child .content {
    padding: 40px 40px;
}

.blog-listing .blog-box:first-child .content h4 {
    color: #f0e31b;
    font-size: 30px;
}

.blog-listing .blog-box:first-child .content .more {
    color: #f0e31b;
}

.blog-listing .blog-box:first-child .content .more::after {
    color: inherit;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6,
.blog-sidebar h1,
.blog-sidebar h2,
.blog-sidebar h3,
.blog-sidebar h4,
.blog-sidebar h5,
.blog-sidebar h6 {
    color: #677e95;
}

.blog-details h2 {
    font-size: 36px;
}

.blog-details .img-box {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 30px;
}

.blog-details .img-box>img {
    width: 100%;
}

.blog-sidebar-listing .blog-box {
    width: 100%;
    margin: 0 0 32px;
}

.blog-sidebar {
    padding: 0 0 0 40px;
}

.blog-sidebar-listing .blog-box .lazy-image {
    padding-top: 62.736%;
}

.blog-sidebar h3 {
    margin: 0 0 27px;
}

/***************** Blog Page End *****************/

/***************** Contact Page Start *****************/
.map-area {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding-top: 33.594%;
    margin: 20px auto 0;
}

.map-area iframe {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-form-area {
    text-align: center;
    background-color: #f0f9ff;
    background-image: url('../img/contact-form-bg1.jpg'), url('../img/contact-form-bg2.jpg');
    background-position: left top, right bottom;
    background-repeat: no-repeat;
}

.contact-form {
    margin: 35px auto 0;
    max-width: 1000px;
    width: 100%;
    text-align: left;
}

.contact-form+.wpcf7-response-output {
    max-width: 1000px;
    margin: 0 auto 0 !important;
}

.contact-form [class^="col-"] {
    padding-right: 11px;
    padding-left: 11px;
}

.contact-form .row {
    margin-right: -11px;
    margin-left: -11px;
}

.contact-form input:not(.btn, input[type="button"], input[type="submit"], input[type="reset"]),
.contact-form select,
.contact-form textarea {
    border-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}

.contact-form .btn,
.contact-form input[type="button"],
.contact-form input[type="submit"],
.contact-form input[type="reset"] {
    padding: 7px 35px;
    border-radius: 40px;
}

.contact-form textarea {
    min-height: 272px;
    border-radius: 20px;
}

.contact-form .btn-area {
    padding-top: 20px;
    text-align: center;
}

.contact-form input:not(.btn, input[type="button"], input[type="submit"], input[type="reset"])+span,
.contact-form select+span,
.contact-form textarea+span {
    margin: -11px 0 15px;
    padding: 0 0 0 25px;
}

.contact-info-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px -25px 0;
}

.contact-info-box {
    display: block;
    width: calc(100%/3 - 25px);
    min-height: 223px;
    margin: 0 25px 25px 0;
    text-align: center;
    color: #000000;
    line-height: 24px;
    padding: 52px 30px 20px 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    background: url('../img/contact-info-box-bg.jpg') center no-repeat;
    background-size: cover;
}

.contact-info-box a {
    color: inherit;
}

.contact-info-box i {
    color: #f0e31b;
    font-size: 24px;
    margin: 0 auto 14px;
}

/***************** Contact Page End *****************/
/***************** Diagnostic Page Start *****************/
.aside-filter-listing {
    border-radius: 12px;
    overflow: hidden;
    background: #f1f3f4;
    padding: 20px 15px;
    margin: 0 0 30px;
}

.aside-filter-listing .aside-filter:last-child {
    border-bottom: transparent;
}

.aside-filter-listing .aside-filter:first-child {
    border-top: transparent;
}

.aside-filter .aside-filter-list ul li {
    line-height: normal;
    margin: 0 0 0 4px;
    padding: 0 15px 8px 15px;
    font-size: 15px;
    border-left: 1px solid #b2bcc5;
}

.aside-filter ul li::before {
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    background: #b2bcc5;
    position: absolute;
    left: 0;
    top: 13px;
}

.aside-filter {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-top: -1px;
}

.aside-filter h6 {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin: 12px 0;
    line-height: normal;
    padding: 0 30px 0 5px;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
}

.aside-filter .aside-filter-list {
    display: none;
    margin: 0 0 12px 0;
    padding: 0 0 0 5px;
}

.aside-filter h6::after {
    content: "\f107";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    font-weight: 400;
    color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    bottom: 0;
    padding: 0 5px;
    transition: all 0.3s linear 0s;
    transform-origin: center center;
}

.aside-filter .aside-filter-list li a {
    color: inherit;
}

.aside-filter .aside-filter-list li a:hover {
    color: var(--linkColor);
}

.active.aside-filter h6::after {
    transform: rotate(-180deg);
}

.aside-filter-listing .wpf_item .wpf_items_group ul,
.aside-filter-listing .wpf_item .wpf_items_group ul li {
    margin: 0;
    padding: 0;
    border: none;
}

.aside-filter-listing .wpf_item .wpf_items_group ul li::before {
    display: none;
}

.aside-filter-listing .wpf_item .wpf_items_group ul li input[type=checkbox] {
    border-radius: 3px !important;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 1px;
}

.aside-filter-listing .wpf_item .wpf_items_group ul li li {
    position: relative;
    padding: 0 0 0 25px;
}

.aside-filter-listing .wpf_item .wpf_items_group ul li ul {
    display: none;
}

.aside-filter-listing .wpf_item {
    margin: 0;
    padding: 0;
}

.aside-filter-listing .wpf_item .wpf_item_name {
    margin: 0 0 10px !important;
    padding: 0 0 15px 5px !important;
    border-bottom: 1px solid #e2e2e2 !important;
}

.aside-filter-listing form {
    margin: 0;
    padding: 0;
}

.aside-filter-listing .wpf_items_wrapper {
    margin: 0 0 15px;
}

.wpf_slider.ui-slider {
    width: 91%;
    margin-inline: auto !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.aside-filter-listing .wpf_item .wpf_items_group {
    padding: 15px 0 15px;
}

.wpf-slider-label {
    padding: 0 0 0 10px;
}

.wpf_items_grouped .wpf_grouped_label:after {
    font-size: 13px !important;
}

.wpf_hide_text li>input:checked+label>i:after,
.wpf_item input[type=checkbox]:checked:before {
    font-size: 10px;
    line-height: 0;
    position: relative;
    top: -3px;
    content: "\f00c" !important;
    font-family: 'FontAwesome' !important;
}

.aside-filter-listing .wpf_item .aside-filter-head {
    position: relative;
    padding: 0 0 0 24px;
}

.aside-filter-listing .wpf_item .aside-filter-head .toggle {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.aside-filter-listing .wpf_item .aside-filter-head .toggle::before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    font-weight: 400;
    color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    transition: all 0.3s linear 0s;
    transform-origin: center center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-filter-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listing-filter-area>* {
    display: inline-flex;
    align-items: center;
}

.l-filter-box p {
    margin: 0;
}

.l-filter-box select {
    width: auto;
    margin: 0 0 0 5px;
    height: 35px;
    padding: 0 15px;
    border-radius: 40px;
    font-size: 14px;
    color: #808080;
    min-width: 180px;
}

.l-filter-box form,
.l-filter-box input {
    margin: 0 !important;
}

.diagnostic-kit-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -40px 0 0;
}

.diagnostic-kit-box {
    display: block;
    background-color: #fff;
    color: #3d5266;
    width: calc(100%/3 - 40px);
    margin: 0 40px 40px 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    position: relative;
}

.diagnostic-kit-box .lazy-image {
    padding-top: 67.394%;
}

.diagnostic-kit-box .lazy-image img {
    height: 90%;
    object-fit: cover;
}

.diagnostic-kit-box .content {
    margin: 30px 30px;
}

.diagnostic-kit-box .content h6 {
    font-weight: 400;
    color: inherit;
    margin: 0 0 26px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.diagnostic-kit-box .content .price-area {
    font-size: 24px;
    font-weight: 800;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.diagnostic-kit-box .content .price-area>* {
    margin: 0;
}

.diagnostic-kit-box .content .price-area .btn {
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.diagnostic-kit-box .content .price-area p:empty {
    display: none;
}

.diagnostic-kit-box .content .price-area p:empty+.btn {
    margin: 0 auto;
}

.diagnostic-kit-box .lazy-image:before {
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background: url('../img/img-placeholder.png') no-repeat;
    background-size: contain;
    opacity: 40%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.diagnostic-kit-box .price-area .add_to_cart_button {
    font-size: 13px !important;
    padding: 8px 20px !important;
}

.diagnostic-kit-box .price-area:has(p.price:empty) .add_to_cart_button {
    margin: 0 auto;
}

.owl-carousel .prod-box {
    width: 100%;
}

.related-slider .owl-item {
    padding: 16px;
}

.related-product-area {
    text-align: center;
    background: #f1f3f4;
}

.related-slider {
    padding: 10px 0 0 0;
}

.related-slider+p {
    padding-top: 36px;
}

.kit-detail-area {
    display: flex;
    flex-wrap: wrap;
}

.kit-detail-area .image-box,
.kit-detail-area .content-box {
    width: 50%;
    position: relative;
}

.kit-detail-area .content-box .yith-wcwl-add-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.kit-detail-area .image-box {
    padding: 0 40px 0 0;
}

.kit-detail-area .image-box img {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.kit-detail-area .content-box h3 {
    margin: 0 35px 5px 0;
}

.kit-detail-area .content-box hr {
    margin: 7px auto 15px
}

.kit-detail-area .content-box p {
    margin: 0 0 15px;
}

.kit-detail-area .content-box .price-info-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 -10px 20px;
}

.kit-detail-area .content-box .price-info-area p {
    margin: 0;
}

.kit-detail-area .content-box .price-info-area p:empty {
    display: none;
}

.kit-detail-area .content-box .price-info-area .btn {
    clear: both;
    display: block;
    width: fit-content;
    min-width: 160px;
    margin-top: 15px !important;
}

.kit-detail-area .content-box .quantity-row ul li::before {
    display: none;
}

.kit-detail-area .content-box .quantity-row ul li,
.kit-detail-area .content-box .quantity-row ul {
    padding: 0;
    margin: 0;
}

.kit-detail-area .content-box .ppc-button-wrapper {
    max-width: 475px;
}

.kit-detail-area .content-box .gpay-card-info-container {
    border-radius: 40px !important;
}

.kit-detail-area .content-box .price-info-area .price {
    font-size: 24px;
    color: #3d5266;
    font-weight: 800;
}

.kit-detail-area .content-box .price-info-area>* {
    margin: 0 10px !important;
}

.kit-detail-area .content-box .out-Stock,
.kit-detail-area .content-box .in-Stock {
    font-size: 14px;
    color: #0fa104;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.kit-detail-area .content-box .out-Stock {
    color: red;
}

.kit-detail-area .content-box .in-Stock i,
.kit-detail-area .content-box .out-Stock i {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.kit-sku-mod-info span {
    margin: 0 10px 0 0;
}

.kit-sku-mod-info {
    margin: 0 -10px 0 0 !important;
}

.quantity {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 185px;
    position: relative;
    margin-right: 20px;
}

.quantity .qty {
    float: left;
    width: 50px !important;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e3e3e3 !important;
    border-radius: 0;
    color: #0a304e;
    padding: 5px !important;
    margin: 0;
    height: 50px;
}

.quantity .qty:focus {
    border-color: #000000;
}

.quantity .plus,
.quantity .minus {
    float: left;
    background-color: #fff;
    width: 50px;
    border: 1px solid #e3e3e3 !important;
    color: #000000;
    line-height: 48px !important;
    font-size: 20px;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 0 3px !important;
    vertical-align: top;
    top: 0;
    right: 0;
    font-weight: 300;
    margin-right: -1px !important;
    cursor: pointer
}

.quantity .plus {
    float: left;
    border-left: none !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.quantity .minus {
    float: left;
    border-right: none !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.quantity .plus:hover,
.quantity .minus:hover {
    background-color: #000000;
    color: #fff
}

.kit-detail-area .content-box .quantity-row {
    padding: 15px 0 0 0;
    margin: 0 -15px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.kit-detail-area .content-box .quantity-row>* {
    margin: 0 15px 15px 0;
}

.kit-detail-area .content-box .quantity-row .btn {
    border-radius: 60px;
    font-size: 15px;
    padding: 10px 35px;
    height: 50px;
}

.kit-detail-area .content-box .quantity-row .btn i,
.kit-detail-area .content-box .quantity-row .btn img {
    margin: 0 10px 0 0;
}

.two-col-kit-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px 0;
}

.two-col-kit-info .img-box,
.two-col-kit-info .content-box {
    width: 50%;
}

.two-col-kit-info .img-box img {
    margin: 0 auto;
    box-shadow: 8px 8px 15px rgb(0 0 0 / 6%);
    border-radius: 15px;
}

.two-col-kit-info-listing .two-col-kit-info:nth-of-type(even) {
    flex-direction: row-reverse;
}

.two-col-kit-info .btn {
    font-size: 15px;
    border-radius: 50px;
    padding: 14px 23px;
}

.two-col-kit-info-listing {
    padding-top: 60px;
}

.slider-area {
    clear: both;
    padding: 0 0 60px;
}

.kit-info-slider.owl-carousel .owl-nav .owl-prev,
.kit-info-slider.owl-carousel .owl-nav .owl-next,
.two-col-slider.owl-carousel .owl-nav .owl-prev,
.two-col-slider.owl-carousel .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    left: 50px;
}

.kit-info-slider.owl-carousel .owl-nav .owl-prev:before,
.kit-info-slider.owl-carousel .owl-nav .owl-next:before,
.two-col-slider.owl-carousel .owl-nav .owl-prev:before,
.two-col-slider.owl-carousel .owl-nav .owl-next:before {
    padding: 2px;
}

.kit-info-slider .owl-item,
.two-col-slider .owl-item {
    padding: 20px 40px;
    background-color: #fff;
}

.kit-info-slider.owl-carousel .owl-nav .owl-next,
.two-col-slider.owl-carousel .owl-nav .owl-next {
    right: 50px;
    left: auto;
}

.kit-info-video {
    clear: both;
    position: relative;
    padding-top: 35%;
    margin: 60px auto;
    max-width: 800px;
    background: #000;
}

.kit-info-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

/***************** Diagnostic Page End *****************/

/***************** Engine Diagnostics Page Start *****************/
.two-col-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.two-col-info .img-box,
.two-col-info .content-box {
    width: 50%;
}

.two-col-info .img-box img {
    margin: 0 auto;
    box-shadow: 8px 8px 15px rgb(0 0 0 / 6%);
    border-radius: 15px;
    width: 100%;
}

.two-col-info .content-box {
    padding: 15px 0 15px 70px;
}

.reverse.two-col-info {
    flex-direction: row-reverse;
}

.reverse.two-col-info .content-box {
    padding: 15px 70px 15px 0;
}

.type2.two-col-info {
    align-items: flex-start;
}

.type2.two-col-info .content-box {
    padding: 15px 0 15px 30px;
}

.reverse.type2.two-col-info .content-box {
    padding: 15px 30px 15px 0;
}

.kits-benefit-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -30px -30px 0;
}

.kits-benefit-box {
    width: calc(100%/3 - 30px);
    margin: 0 30px 30px 0;
    background: #f0e31b;
    text-align: left;
    border-radius: 20px;
    overflow: hidden;
    padding: 55px 40px;
    line-height: 24px;
    color: #000000;
}

.kits-benefit-box h4 {
    color: inherit;
    font-weight: 800;
    margin: 0 0 10px;
}

.kits-benefit-box img {
    margin: 0 0 24px;
}

.kits-benefit-listing .kits-benefit-box:nth-child(even) {
    color: #fff;
    background: #677e95;
}

.kits-cat-area {
    background: #f1f3f4;
    text-align: center;
}

.kits-cat-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px -35px 0;
}

.kits-cat {
    display: block;
    width: calc(100%/3 - 35px);
    margin: 0 35px 45px 0;
    color: #000000;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    text-align: left;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
}

.kits-cat-listing .info-box {
    width: calc(100% / 2 - 35px);
    margin: 0 35px 35px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kits-cat h3 {
    color: #067db2;
    font-size: 24px;
}

.kits-cat .lazy-image {
    overflow: hidden;
    border-radius: 15px;
    padding-top: 59.438%;
}

.kits-cat .lazy-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.kits-cat .content {
    padding: 20px 28px 30px;
}

.kits-cat .content ul {
    margin: 0 0 21px;
}

.kits-cat .content ul li {
    margin: 0 0 -1px 0px;
    padding: 0;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}

.kits-cat .content ul li::before {
    display: none;
}

.kits-cat .content ul li a {
    display: block;
    color: inherit;
    padding: 2.5px 35px 2.5px 7px;
    position: relative;
}

.kits-cat .content ul li a::after {
    content: "\f105";
    display: block;
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    position: absolute;
    right: 19px;
    top: 0;
}

.kits-cat .content ul li a:hover {
    color: #067db2;
}

.kits-cat .content .btn {
    font-size: 15px;
}

.kits-cat .content .btn i {
    font-size: 14px;
    margin: 0px 7px 0 0;
}

.kits-cat .content .btn {
    padding: 8px 27px;
}

.kits-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***************** Engine Diagnostics Page End *****************/
.files-listing-area {
    background: #f1f3f4;
    text-align: center;
}

ul.files-listing {
    margin: 40px -20px -20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.files-listing>li {
    margin: 0 20px 20px 0;
    padding: 0;
    width: calc(100%/3 - 20px);
    overflow: visible;
}

ul.files-listing>li::before {
    display: none;
}

ul.files-listing>li a {
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    position: relative;
    min-height: 135px;
    text-align: center;
    padding: 30px 30px 30px;
    height: 100%;
    line-height: 25px;
}

ul.files-listing>li h6 {
    line-height: inherit;
}

ul.files-listing>li a i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: #f0e31b;
    padding: 15px;
    border-radius: 50px;
}

ul.files-listing>li:hover a {
    transform: translateY(-10px);
}

.inner-info-box {
    border-radius: 10px;
    margin: 0 0 20px;
    border: 1px solid #ececec;
    padding: 30px 30px;
    scroll-margin-top: calc(var(--headerSpace) + 30px);
}

.inner-info-box h3 {
    border-bottom: 1px solid #ececec;
    padding: 0 0 20px;
}

nav.woocommerce-pagination {
    float: left !important;
    border-top: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 25px 0 0 !important;
    width: 100% !important;
    text-align: center !important;
    font-family: var(--bodyFontFamily) !important;
    font-weight: normal !important;
}

nav.woocommerce-pagination ul {
    display: inline-block !important;
    white-space: nowrap !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    width: auto;
}

nav.woocommerce-pagination ul li {
    border-right: none !important;
    padding: 3px 6px ! important;
    margin: 0 !important;
    float: left !important;
    display: inline !important;
    overflow: hidden !important;
    text-align: center !important;
}

nav.woocommerce-pagination ul li:before {
    display: none !important;
}

nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
    margin: 0 !important;
    color: #687e95 !important;
    text-decoration: none !important;
    line-height: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 7px 3px !important;
    min-width: 40px !important;
    min-height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #687e95 !important;
    border-radius: 40px;
    background: #fff !important;
}

nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current {
    color: #fff !important;
    border-color: #687e95 !important;
    background-color: #687e95 !important;
}

nav.woocommerce-pagination ul li .dots,
.paging ul.pagination li .dots {
    border-color: transparent !important;
    background: none !important;
}

nav.woocommerce-pagination ul li a.next i::before {
    content: "\f178" !important;
}

nav.woocommerce-pagination ul li a.prev i::before {
    content: "\f177" !important;
}

nav.woocommerce-pagination ul::before,
nav.woocommerce-pagination ul::after {
    display: none !important;
}

nav.woocommerce-pagination ul li a.next,
nav.woocommerce-pagination ul li a.prev {
    font-size: 0 !important;
    border-color: transparent !important;
    padding: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

nav.woocommerce-pagination ul li a.next i,
nav.woocommerce-pagination ul li a.prev i {
    font-size: 15px;
    border: 2px solid #687e95 !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: inherit;
}

nav.woocommerce-pagination ul li a:hover.next,
nav.woocommerce-pagination ul li a:hover.prev {
    background: transparent !important;
    color: #687e95 !important;
    font-weight: 900 !important;
}

nav.woocommerce-pagination ul li a:hover.next i,
nav.woocommerce-pagination ul li a:hover.prev i {
    background: #687e95;
    color: #fff;
}

.woocommerce-MyAccount-content a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.studs-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.studs-list-wrapper .stud {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    transition: background-color .33s ease-out;
    background-color: #687e95;
}

.studs-list-wrapper .stud a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    text-decoration: none;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .33s ease-out;
    transition: transform .33s ease-out;
    color: #fff;
}

.studs-list-wrapper .stud a h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0 0;
    color: inherit;
}

.studs-list-wrapper .stud a img {
    max-width: 100%;
    margin: 0 auto;
}

.studs-list-wrapper .stud:nth-child(even) {
    background-color: #7D91A8;
}

.studs-list {
    display: block;
    clear: both;
}

.wishlist_table .wishlist-items-wrapper .product-add-to-cart a {
    display: block !important;
    width: fit-content;
    margin: 0 auto 5px !important;
    text-align: center;
    border: 1px solid #273a4d;
    border-radius: 12px;
    padding: 0 10px !important;
}

.wishlist_table .wishlist-items-wrapper .product-add-to-cart a:hover {
    background-color: #273a4d !important;
    color: #fff !important;
}

.jaltest-pack-slider {
    margin: 40px 0 0;
}

.enquire-form-inline {
    text-align: center;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid #dddddd;
    padding: 30px 30px;
    border-radius: 20px;
}

.enquire-form-inline .btn {
    min-width: 220px;
}

.enquire-form-inline textarea {
    min-height: 200px;
}

.grease-air-tool-listing {
    clear: both;
    text-align: center;
    overflow: hidden;
}

.grease-air-tool-listing .box {
    width: 40%;
    text-align: center;
    padding: 0 0 40px;
    display: inline-block;
    vertical-align: top;
}

.grease-air-tool-listing .box img {
    margin: 0 auto 15px;
}

.grease-air-tool-listing .box .inline {
    margin: 0 auto;
}

.grease-air-tool-listing .box p {
    margin: 0 0 5px;
}

.grease-air-tool-listing .box p:last-child {
    margin: 0;
}

/************@media Start************/
@media only screen and (max-width: 1260px) {
    .nav-wrap nav ul.nav>li {
        margin: 0 10px 0 0;
    }

    .search-field {
        width: 320px;
    }

    .nav-wrap nav ul.nav>li {
        margin: 0 10px 0 0;
    }

    .search-box input[type="button"],
    .search-box input[type="submit"] {
        padding: 0 10px;
    }

    .search-box input {
        padding: 0 10px 0 20px;
    }

}

@media only screen and (max-width: 1220px) {
    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 12px;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        right: 0px;
    }

    .nav-wrap nav ul.nav>li>a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1130px) {
    :root {
        --headerSpace: 85px;
    }

    /**************/
    .nav-trigger {
        float: right;
        padding: 0px 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        border: 2px solid #f0e31b;
        border-radius: 4px;
        margin: 0 0 0 15px;
        overflow: visible;
        font-size: 0;
        line-height: 0;
    }

    .nav-trigger .icon {
        width: 20px;
        height: 30px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: flex;
        vertical-align: middle;
        line-height: 0;
        margin: 4px 0 0 0;
    }

    .nav-trigger .icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #f0e31b;
        opacity: 1;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .nav-trigger .icon span:nth-child(even) {
        left: 50%
    }

    .nav-trigger .icon span:nth-child(odd) {
        left: 0
    }

    .nav-trigger .icon span:nth-child(1),
    .nav-trigger .icon span:nth-child(2) {
        top: 3px
    }

    .nav-trigger .icon span:nth-child(3),
    .nav-trigger .icon span:nth-child(4) {
        top: 12px
    }

    .nav-trigger .icon span:nth-child(5),
    .nav-trigger .icon span:nth-child(6) {
        top: 21px
    }

    .closemenu.nav-trigger .icon span:nth-child(1),
    .closemenu.nav-trigger .icon span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .closemenu.nav-trigger .icon span:nth-child(2),
    .closemenu.nav-trigger .icon span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .closemenu.nav-trigger .icon span:nth-child(1) {
        left: 2px;
        top: 8px
    }

    .closemenu.nav-trigger .icon span:nth-child(2) {
        left: calc(50% - 1px);
        top: 8px
    }

    .closemenu.nav-trigger .icon span:nth-child(3) {
        left: -50%;
        opacity: 0
    }

    .closemenu.nav-trigger .icon span:nth-child(4) {
        left: 100%;
        opacity: 0
    }

    .closemenu.nav-trigger .icon span:nth-child(5) {
        left: 2px;
        top: 15px
    }

    .closemenu.nav-trigger .icon span:nth-child(6) {
        left: calc(50% - 1px);
        top: 15px
    }

    #sidebar-nav {
        right: -300px;
        top: 0;
        bottom: 0;
        position: fixed;
        width: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 20px 0 30px 35px;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        background: #fff;
        -webkit-box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
        box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
    }

    html,
    header {
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .sidebar_active {
        overflow: hidden;
        margin-left: -300px;
        margin-right: 300px;
    }

    .sidebar_active #sidebar-nav {
        display: block;
        right: 0;
        z-index: 999999;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        display: none
    }

    .sidebar_active header {
        position: fixed;
        left: -300px;
        right: 300px;
    }

    .nav-wrap nav ul li::before {
        display: none;
    }

    .nav-wrap nav ul,
    nav ul ul {
        display: none;
    }

    .nav-wrap nav ul.nav {
        padding: 0;
        margin: 0;
        border: 0;
        visibility: visible;
        display: block;
        top: 0;
        font-family: 'GT Walsheim Pro';
        color: #272422;
    }

    .nav-wrap nav ul.nav>li {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .nav-wrap nav ul.nav>li>a {
        display: block;
        color: #272422;
        padding: 17px 20px 17px 5px;
        margin: 0;
        white-space: inherit;
        border-radius: 0;
        border: none;
        font-size: 21px;
        line-height: 26px;
        font-weight: 700;
        text-decoration: none;
        text-transform: capitalize;
    }

    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 50px;
    }

    .nav-wrap nav ul.nav ul li {
        opacity: 1.0;
        padding: 0;
    }

    .nav-wrap nav ul.nav ul {
        position: static;
        opacity: 1.0;
        visibility: visible;
        padding: 0;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-wrap nav>ul.nav>li>ul {
        max-height: inherit;
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left
    }

    .nav-wrap nav ul.nav>li>ul>li {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: none;
        min-width: inherit
    }

    .nav-wrap nav ul.nav>li>ul li a {
        display: block;
        color: inherit;
        padding: 10px 40px 10px 15px;
        font-size: 17px;
        font-weight: 500;
        line-height: normal;
        white-space: inherit;
        text-align: left;
    }

    .nav-wrap nav ul.nav ul ul li {
        padding-left: 10px;
    }

    .nav-wrap nav .submenu-button {
        position: absolute;
        font-size: 0;
        background-color: transparent;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 111;
    }

    .nav-wrap nav ul.nav>li>.submenu-button {
        height: 60px;
        width: 50px;
    }

    .nav-wrap nav .submenu-button:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        margin: -4px -4px 0 0;
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-wrap nav .submenu-button.submenu-opened:before {
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -3px;
    }

    .sidebar_active .mega-dropdown.open,
    .sidebar_active .nav-wrap nav ul.nav ul.open {
        display: block !important;
        position: static !important;
        top: 40px;
        left: auto;
        right: 0;
        bottom: 0;
        width: 100% !important;
        margin: 0;
        opacity: 1.0;
        visibility: visible;
        height: 100%;
        overflow: auto;
        z-index: 99999;
    }

    header .header-btn-wrap>ul>li>a>i+span {
        position: absolute;
        top: -11px;
        right: -8px;
        display: flex;
        background: #fff;
        z-index: 1;
        line-height: normal;
        font-size: 10px;
        font-weight: 700;
        margin: 0;
        border: 1px solid #273a4d;
        padding: 1px 3px;
        white-space: nowrap;
        border-radius: 10px;
    }

    header .header-btn-wrap>ul>li>a>i+span span {
        display: none;
    }

    header .header-btn-wrap>ul>li>a {
        position: relative;
    }

    header .header-btn-wrap .btn {
        --btnPadding: 7px 10px;
    }

    .nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item .lazy-img {
        min-height: 80px;
        margin: 0 0px 0 0;
        width: 80px;
        float: left;
    }

    .nav-wrap nav ul.nav>li ul.mega-dropdown>li a.mega-item {
        margin: 0 15px 5px 0 !important;
        width: auto;
        box-shadow: none;
        padding: 5px;
    }

    /**********************/
    .search-field {
        display: none;
        position: fixed;
        top: var(--headerSpace);
        right: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #cdd5dd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .search-box {
        margin: 0;
    }

    header .header-bottom {
        border: none;
    }

    .search-triger {
        display: block;
    }

    .studs-list-wrapper .stud {
        width: 33.33%;
    }
}

@media only screen and (max-width: 1024px) {
    .common-content {
        padding: 30px 0;
    }

    .main-banner h1,
    .main-banner .heading {
        font-size: 30px;
    }

    ul.b-feature-list>li {
        font-size: 15px;
        max-width: 400px;
        margin-bottom: 20px;
    }

    ul.b-feature-list>li img {
        width: 40px;
    }

    ul.b-feature-list {
        margin: 21px -10px 10px 0;
    }

    .flexslider .flex-control-paging {
        bottom: 10px;
    }

    .main-banner .caption,
    .inner-banner .caption {
        padding: 0 0 30px;
    }

    .main-banner .btn {
        padding: 12px 25px;
    }

    footer .footer-top .left-content {
        width: 100%;
        text-align: center;
        padding: 0 0 30px;
    }

    footer .footer-top .right-content {
        width: 100%;
    }

    footer .footer-top .f-logo {
        margin: 0 auto 16px;
    }

    .diagnostic-kit-box {
        width: calc(100% / 2 - 40px);
    }

    .kits-cat-listing .info-box {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --headerSpace: 111px;
        --logoWidth: 210px;
    }

    .justify-space-between {
        flex-direction: column;
        align-items: center;
    }

    .alignleft,
    .alignright {
        max-width: 300px
    }

    .alignleft iframe,
    .alignright iframe,
    .aligncenter iframe {
        width: 100%;
    }

    /*** Menu Accordion Mobile **/
    .mnu-acc {
        position: relative;
    }

    .mnu-acc+.content {
        display: none;
        padding: 10px 0px 0px;
    }

    .mnu-acc-trg {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: rgb(0, 176, 140);
        font-size: 12px;
        text-align: right;
        cursor: pointer;
    }

    .mnu-acc-trg i {
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .active.mnu-acc .mnu-acc-trg i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    header .header-left {
        margin: 0 auto 10px 0;
    }

    header .header-btn-wrap {
        margin: 0 0 0 auto;
    }

    header .header-row {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 10px 0;
    }

    header .header-top {
        font-size: 0;
        line-height: normal;
    }

    header .header-top ul>li i {
        font-size: 15px;
        margin: 0;
    }

    header .header-btn-wrap>ul>li a.cart-area span {
        display: none;
    }

    header .header-btn-wrap>ul>li a .count {
        display: inline-flex !important;
        background: #f0e31b;
        line-height: normal;
        font-size: 8px;
        font-weight: 700;
        height: 16px;
        align-items: center;
        border-radius: 20px;
        padding: 0px 2px;
        position: absolute;
        top: -10px;
        right: 0px;
    }

    header .header-btn-wrap>ul {
        flex-wrap: wrap;
    }

    header .header-btn-wrap>ul>li .btn {
        font-size: 13px;
    }

    header .header-btn-wrap>ul>li {
        padding: 3px 0px 3px 6px;
    }

    header .header-btn-wrap>ul>li.nav-trigger-wrap {
        position: absolute;
        top: 10px;
        right: 15px;
    }

    .main-banner .caption,
    .inner-banner .caption {
        padding: 23px 0;
        position: static;
        transform: none;
        clear: both;
        overflow: hidden;
    }

    .main-banner .max-width,
    .inner-banner .max-width {
        max-width: unset;
        width: 100%;
    }

    .main-banner {
        text-align: center;
    }

    .inner-banner .caption {
        background: #677e95;
        text-align: center;
    }

    .inner-banner ul.breadcrumbs {
        justify-content: center;
        text-align: center;
    }

    .type2.inner-banner ul.breadcrumbs,
    .inner-banner ul.breadcrumbs {
        justify-content: center;
    }

    .inner-banner+.p-t0 {
        padding-top: 30px !important;
    }

    ul.b-feature-list>li {
        max-width: unset;
    }

    .main-banner .caption .text-left {
        text-align: center;
    }

    .main-banner .caption br,
    .inner-banner .caption br {
        display: none;
    }

    .main-banner .slide-item:has(.image-box) .image-box {
        display: block;
    }

    .main-banner .slide-item:has(.image-box)>img {
        display: none;
    }

    .main-banner .text-black {
        color: #fff;
    }

    .main-banner .text-black .btn {
        border-color: #fff;
        color: #fff;
    }

    .main-banner .text-black .btn:before {
        background: #fff;
    }

    .main-banner .text-black .btn:hover {
        color: #000;
    }

    .flexslider .flex-control-paging {
        bottom: auto;
        top: 10px;
        right: 0;
        left: auto;
    }

    .flexslider .flex-control-paging li a {
        width: 15px;
        height: 15px;
    }

    .by-category-box {
        width: 47.23%;
    }

    .prod-listing .info-box {
        width: 100%;
        text-align: center;
        padding: 0 0 30px;
    }

    .prod-box,
    .best-sell-area .prod-box {
        width: 48.4%;
    }

    .brief-info-listing .info-box {
        width: 47.67%;
    }

    .tow-col-info>div {
        width: 100%;
    }

    .tow-col-info figure {
        padding: 0 0 0 30px;
    }

    .tow-col-info .conent-box {
        padding: 20px 0;
    }

    .blog-box {
        width: 47.67%;
    }

    .brand-slider {
        width: 100%;
    }

    .brand-area h3 {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .best-sell-area br,
    .tow-col-info .conent-box br {
        display: none;
    }

    footer {
        font-size: 13px;
        line-height: 18px;
    }

    footer .footer-top {
        padding: 30px 0 23px;
    }

    footer .footer-top .right-content .box,
    footer .footer-top .right-content .box:last-child {
        width: calc(100% / 1);
        margin: 0 0 20px;
        padding: 0;
    }

    footer .footer-top .right-content {
        margin-bottom: -20px;
    }

    footer .footer-bottom .container {
        text-align: center;
        justify-content: center;
    }

    footer .footer-bottom {
        padding: 10px 0;
    }

    footer .footer-bottom p {
        margin: 10px 0 0;
    }

    footer .footer-bottom p:first-child {
        margin: 0;
    }

    .prod-video-box {
        width: calc(100% / 1 - 20px);
        padding-top: 70%;
    }

    .prod-video-box h6::before {
        width: 70px;
        height: 70px;
        font-size: 25px;
    }

    .blog-details h2 {
        font-size: 26px;
    }

    .blog-sidebar {
        padding: 30px 0 0 0;
    }

    .inner-banner:has(>*.caption:first-child) {
        color: #fff;
        padding: 0;
    }

    .blog-listing .blog-box:first-child .lazy-image,
    .blog-listing .blog-box:first-child .content {
        width: 100%;
    }

    .blog-listing .blog-box:first-child .content {
        padding: 20px 20px;
    }

    .blog-listing .blog-box:first-child .lazy-image {
        padding-top: 60%;
    }

    .blog-listing .blog-box:first-child .content h4 {
        font-size: 24px;
    }

    .contact-form-area {
        background-size: 70px;
    }

    .contact-info-box {
        width: calc(100% / 2 - 25px);
    }

    .map-area {
        border-radius: 20px;
        padding-top: 100%;
    }

    ul.files-listing>li {
        width: calc(100% / 1 - 20px);
    }

    .files-listing-area br {
        display: none;
    }

    .related-slider+p {
        padding: 0;
    }

    .two-col-kit-info,
    .kit-info-video {
        margin: 40px 0;
    }

    .kit-detail-area .image-box,
    .kit-detail-area .content-box,
    .two-col-kit-info .img-box,
    .two-col-kit-info .content-box {
        width: 100%;
    }

    .kit-detail-area .image-box,
    .two-col-kit-info .img-box {
        margin: 0 0 30px;
        padding: 0;
    }

    .kit-info-slider .owl-item,
    .two-col-slider .owl-item {
        padding: 10px;
    }

    .kit-info-slider.owl-carousel .owl-nav .owl-prev,
    .two-col-slider.owl-carousel .owl-nav .owl-prev {
        left: 25px;
    }

    .kit-info-slider.owl-carousel .owl-nav .owl-next,
    .two-col-slider.owl-carousel .owl-nav .owl-next {
        right: 25px;
    }

    .kit-info-slider .owl-item img,
    .two-col-slider .owl-item img {
        box-shadow: 8px 8px 5px rgb(0 0 0 / 3%);
    }

    .kit-info-video {
        padding-top: 100%;
    }

    .kit-info-video iframe {
        height: 90%;
    }

    ul.custom-tab li a {
        padding: 10px 10px;
        font-size: 19px;
    }

    .diagnostic-kit-box {
        width: calc(100% / 1 - 40px);
    }

    .two-col-info .img-box,
    .two-col-info .content-box {
        width: 100%;
    }

    .two-col-info .content-box,
    .type2.two-col-info .content-box,
    .reverse.type2.two-col-info .content-box {
        padding: 20px 0 0 0;
    }

    .reverse.two-col-info .content-box {
        padding: 15px 0px;
    }

    .kits-cat {
        width: calc(100% / 1 - 35px);
    }

    .kits-benefit-box {
        width: calc(100% / 1 - 30px);
        padding: 30px 30px;
    }

    .dealer-SignUp-form .b2bking_custom_registration_container_field_3093 .b2bking_country_field_selector,
    .dealer-SignUp-form .b2bking_custom_registration_container_field_3093 #billing_state_field {
        width: 100%;
        display: block;
    }

    .dealer-SignUp-form form>* {
        width: 100%;
    }

    .dealer-SignUp-form {
        padding: 20px 10px;
    }

    .slider-area {
        padding: 0 0 30px;
    }

    .studs-list-wrapper .stud {
        width: 50%;
    }

    .studs-list-wrapper .stud:nth-child(4n+1),
    .studs-list-wrapper .stud:nth-child(4n+4) {
        background-color: #7D91A8;
    }

    .studs-list-wrapper .stud:nth-child(4n+2),
    .studs-list-wrapper .stud:nth-child(4n+3) {
        background-color: #687e95;
    }

    .grease-air-tool-listing .box {
        width: 100%;
        padding: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {

    .alignleft,
    .alignright,
    .aligncenter {
        max-width: 100%;
        width: 100%;
        margin: 0;
        float: none;
    }

    .by-category-box {
        width: 98.1%;
        margin-bottom: 20px;
    }

    .prod-box,
    .type2.prod-box,
    .best-sell-area .prod-box {
        width: 98.4%;
        margin-bottom: 20px;
    }

    .brief-info-listing .info-box,
    .blog-box {
        width: 97.67%;
        margin-bottom: 20px;
    }

    .brief-info-listing {
        margin-bottom: -20px;
    }

    .contact-info-box {
        width: calc(100% / 1 - 25px);
    }

    .studs-list-wrapper .stud {
        width: 100%;
        background-color: #687e95 !important;
    }

    .studs-list-wrapper .stud:nth-child(even) {
        background-color: #7D91A8 !important;
    }
}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 580px) {

    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: block
    }
}

@media only screen and (max-width: 479px) {
    .right-arrow.owl-carousel {
        padding-right: 74px;
    }

    .brand-slider .brand-box {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 359px) {
    .sidebar_active {
        overflow: hidden;
        margin-left: -255px;
        margin-right: 255px;
    }

    .sidebar_active header {
        position: fixed;
        left: -255px;
        right: 255px;
    }

    #sidebar-nav {
        right: -255px;
        width: 255px;
        padding-left: 20px;
    }
}

/************@media End************/
.yith-wcwl-add-to-wishlist {
    display: none;
}

.yith-wcwl-share ul li::before {
    display: none;
}

.yith-wcwl-share ul li {
    padding: 0;
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 5px;
    margin-top: 20px !important;
}

.aside-filter-listing .wpf_item .wpf_items_group.close {
    display: none !important;
}

.ppc-button-wrapper {
    padding: 20px 0 0 0;
    margin: 0 0 0 auto;
    max-width: 400px;
    min-width: 190px;
    width: 100%;
}