@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Phonk-Regular';
    src: url(../fonts/Phonk.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    color: #fff;
    font-size: 70px;
    margin: 0 0 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Momo Trust Display", sans-serif;
}

h2 {
    color: #000;
    font-size: 48px;
    margin: 0 0 0px;
    font-weight: 900;
    font-family: "Momo Trust Display", sans-serif;
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 900;
    font-family: "Momo Trust Display", sans-serif;
}

h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 900;
    font-family: "Momo Trust Display", sans-serif;
}

h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 900;
    font-family: "Momo Trust Display", sans-serif;
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.add-padding {
    margin: 0px auto;
    max-width: 1600px;
}

.sec-headeing {
    text-align: center;
    margin-bottom: 50px;
}

.sec-headeing h2 {
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sec-headeing h2 span {
    color: #e86304;
}

.sec-headeing p {
    width: 55%;
    margin: 0px auto;
    font-weight: 600;
    text-align: center;
}

.theme-bnt-1 {
    gap: 15px;
    padding: 0;
    display: flex;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    padding-left: 15px;
    border-radius: 5px;
    align-items: center;
    font-family: 'Montserrat';
    background-color: #e86304;
    border: 1px solid #e86304;
}

.theme-bnt-1 span {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: transform 0.5s ease-in;
}

.theme-bnt-1:hover {
    color: #fff;
}

.theme-bnt-1 span img {
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.theme-bnt-1:hover span {
    transform: scale(1.03);
    transition: transform 0.5s ease-in-out;
}

.theme-bnt-1:hover span img {
    position: relative;
    transform: translate(5px, 0px);
    transition: transform 0.5s ease-in-out;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    gap: 7%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    text-transform: capitalize;
}

.menuSec ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
}

.menuSec ul li a.cart-a {
    gap: 15px;
    display: flex;
    width: fit-content;
    padding-left: 30px;
    align-items: center;
    justify-content: center;
}


.menuSection {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 15px 4%;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

/*header css start */


/*banner css start */

.main_slider {
    position: relative;
    padding: 120px 4% 30px;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider::before {
    bottom: 0;
    right: 50%;
    width: 100%;
    height: 60%;
    content: '';
    position: absolute;
    background-color: #e5e4e5;
}

.banner_heading {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 50px;
}

.banner_img-center {
    height: 400px;
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: center;
}

.banner_img-center img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

.banner_text {
    position: relative;
}

.banner_icon {
    display: flex;
    overflow: hidden;
    margin-left: 25px;
    margin-top: 40px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.banner_icon h6 {
    color: #fff;
}

.banner_icon::before {
    top: 0;
    left: 80px;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #ffffff73;
}

.banner_icon::after {
    top: 0;
    bottom: 0;
    left: 80px;
    width: 40%;
    height: 1px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #fff;
}

.banner_icon ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_icon ul li a {
    z-index: 1;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    font-size: 13px;
    position: relative;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #1b3765;
}

.banner_text h2 {
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.banner_text h2 span {
    z-index: 1;
    color: #fff;
    display: flex;
    position: relative;
    width: fit-content;
    height: fit-content;
}

.banner_text h2 span::before {
    top: 0;
    content: '';
    right: -10px;
    width: 100vw;
    z-index: -1;
    height: 100%;
    position: absolute;
    background-color: #e86304;
}

.banner_heading h1 {
    max-width: 1000px;
    margin: 0px auto;
}

.banner_text p {
    font-weight: 600;
    margin-bottom: 15px;
}

.banner_img-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_img-right h2 {
    left: 50px;
    color: #fff;
    flex-shrink: 0;
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
}

.banner_img-right h2 span {
    display: flex;
    padding: 0px 10px;
    width: fit-content;
    background-color: #e86304;
}

/*banner css end*/

/*categories start*/

section.shop-categories {
    padding: 80px 0px;
    background-color: #fbfafc;
}

.cat-main-bx {
    padding: 30px;
    background-color: #e5e4e5;
    height: 375px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #163262;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.19);
}

.ank-cat a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    background-color: #e86304;
    padding: 13px 40px;
    font-weight: 500;
    border-radius: 5px;
}

.cat-main-img {
    position: relative;
}

.ank-cat {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

/*categories end*/

/* product-sec */

.product-sec {
    margin: 0 auto;
    max-width: 2000px;
    padding: 100px 0px;
}

.procut-box {
    margin-bottom: 25px;
    position: relative;
}

.procut-box .product-img {
    width: 100%;
}

.procut-box .product-img-box {
    width: 100%;
    height: 430px;
    background-color: #f8f8f8;
}

.procut-box .product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productSlider .slick-list,
.productSlider1 .slick-list {
    overflow: visible;
}

.productSlider .slick-slide,
.productSlider1 .slick-slide {
    opacity: 1;
    margin: 0px 15px;
    transition: all ease-in-out .3s;
}

.procut-box ul {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: space-between;
}

.procut-box ul li h4 {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: ease-in;
    transition-duration: 0.5s;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
}

.procut-box a.product-cart {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #e86304;
}

.procut-box a.product-cart img {
    width: 20px;
    height: 23px;
    object-fit: contain;
}

.procut-box ul li h5 {
    font-weight: 600;
    transition-duration: 0.5s;
    font-family: 'Montserrat';
}

.product-sec-headeing {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}

.product-sec-headeing h2 {
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.product-sec-headeing h2 span {
    color: #e86304;
    transition-duration: 0.5s;
}

.product-btn-slider {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-btn-slider button {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 2px solid #e7e3f1;
    background-color: transparent;
}

.product-btn-slider button.product-btn-slider-left img {
    transform: rotate(180deg);
}

.product-btn-slider button img {
    width: 20px;
    height: 10px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(3324%) hue-rotate(182deg) brightness(97%) contrast(94%);
}

.product-btn-slider button:hover {
    transition: ease-in;
    border: 2px solid #e86304;
    transition-duration: 0.5s;
}

.product-btn-slider button:hover img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(63%) saturate(7377%) hue-rotate(16deg) brightness(107%) contrast(97%);
}

/* product-sec */

/*section.custom-shart start*/

section.custom-shart {
    margin: 0 auto;
    max-width: 2000px;
    padding: 0px 0px;
}

section.custom-shart .custom-mt-5 {
    margin-top: 25px;
}

.cutom-main-bx {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/custom-bg.jpg);
    height: 480px;
    overflow: hidden;
}

.custom-txt {
    position: absolute;
    left: 40px;
    top: 178px;
}

.custom-img {
    position: absolute;
    bottom: -61px;
    right: -58px;
    width: 60%;
    height: 418px;
}



.custom-txt h4 {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.custom-txt h4 span {
    display: block;
}

.custom-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cutom-main-bx.on {
    background-image: url(../images/custom-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cutom-main-bx.on .custom-img {
    position: absolute;
    bottom: 0px;
    right: 49px;
    width: 38%;
    height: 418px;
}

/*section.custom-shart end*/

/*custom-product start*/

section.custom-products {
    margin: 0px auto;
    padding: 100px 4%;
    max-width: 2000px;
}

.custom-products-main-bx {
    background-color: #e8e7e8;
    padding: 0px 40px;
    height: 300px;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    overflow: hidden;
    border: 6px solid #163262;
}

img.prduct-img-1 {
    position: absolute;
    width: 93px;
    top: -30px;
    right: 216px;
    box-shadow: unset;
}

img.prduct-img-3 {
    position: absolute;
    bottom: 130px;
    width: 37px;
    right: 70px;
}

img.prduct-img-4 {
    position: absolute;
    bottom: -27px;
    right: 50px;
    width: 90px;
}

img.prduct-img-2 {
    position: absolute;
    right: -40px;
}

img.prduct-img-5 {
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 210px;
}

.custom-products-img img {
    object-position: top;
    height: 293px;
    width: 100%;
    object-fit: cover;
}

.custom-products-img {
    height: 95%;
    z-index: 9;
    width: 30%;
}

.custom-products-txt h4 {
    font-size: 24px;
    color: #18203c;
    line-height: 32px;
    margin-bottom: 20px;
}

.custom-products-txt h4 span {
    display: block;
}

.custom-products-txt h6 {
    font-size: 17px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px;
}

/*custom-product end*/
/*lable start*/
section.labale {
    background-color: #163262;
    overflow: hidden;
}

section.labale .row {
    align-items: center;
}

.lable-img img {
    width: 100%;
    height: 500px;
    position: relative;
    object-fit: contain;
}

.lable-txt h3 {
    font-size: 45px;
    color: #fff;
}

.lable-txt h3 span {
    display: block;
    font-weight: 200;
    line-height: 55px;
    margin-bottom: 20px;
}

.lable-txt p {
    color: #fff;
    margin-bottom: 25px;
}

.lable-txt {
    margin-left: 8%;
}

.lable-img {
    padding-top: 20px;
    position: relative;
}

.lable-img::before {
    top: 10%;
    left: 0;
    width: 100%;
    height: auto;
    content: '';
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    aspect-ratio: 1 / 1;
    background-color: #fff;
}


/* customers-sec */

.customers-sec {
    padding: 100px 0;
}

.inner-customers-sec {
    background-color: #fbfafc;
}

.customer-slider-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.customer-slider-box-text {
    display: flex;
    padding: 25px 25px 45px 25px;
    text-align: center;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    width: 412px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);

}

.customer-slider-box h4 {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.customer-slider-box h6 {
    font-size: 13px;
    color: #8973ba;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.customer-slider-box-text p {
    text-align: center;
    color: #929292;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    width: 70%;
}

.customerSlider .slick-slide {
    opacity: 1;
    margin: 100px 10px 0px;
}

.customerSlider .slick-dots li {
    margin: 0 0px;
}

.customerSlider .slick-slide.slick-current.slick-active.slick-center {
    margin: 0px 10px 100px;
}

.customer-slider-box img {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    border-radius: 50%;
    padding: 5px;
    background-color: #eef7fc;
}

.slick-current .customer-slider-box-text {
    border-radius: 5px;
    transition: ease-in;
    width: 412px;
    transition-duration: 0.5s;
    background-color: #e86304;
}

.customer-slider-box-text:hover {
    background-color: #e86304;
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.quotation_mark img {
    height: 30px;
    width: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    background-color: unset;
}

.customer-slider-box-text:hover .quotation_mark img {
    filter: brightness(0) invert(1);
}

.customer-slider-box-text:hover p {
    color: #f4b182;
}

.slick-current .customer-slider-box-text .quotation_mark img {
    filter: brightness(0) invert(1);
}

.slick-current .customer-slider-box-text p {
    color: #f4b182;
}

.customerSlider .slick-dots li button:before {
    font-size: 8px;
    width: 15px;
    height: 20px;
    opacity: 1;
    color: #a1a1a1;
}

.customerSlider .slick-dots li.slick-active button:before {
    color: #8973ba;
}

/* customers-sec */

/* FOOTER  */

.footer-logo-box {
    text-align: start;
}

.footer-main {
    padding: 80px 0 50px;
    background: #163262;
}

.footer-logo-box p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: start;
    margin-top: 20px
}

.footer-logo-box a.footer-login-img {
    height: 80px;
}

.footer-logo-box a img {
    width: 100%;
    height: 100px;
    margin-bottom: 0px;
    object-fit: contain;
}

.footer-logo-box ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 40px
}

.foot-social ul li a:hover {
    background: #25224e;
    color: #fff
}

.foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    color: #fff;
    transition: .5s;
    background: #25224e;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50%;
}

.quick-link {
    padding-left: 40px;
    margin-left: 40px;

}

.contact-info {
    padding-left: 30px;
    height: 100%;
}

.new-letter {
    padding-left: 20px
}

.new-letter input {
    width: 100%;
    height: 55px;
    border: none;
    background: #ffff;
    border-radius: 10px;
    padding: 0 15px;
    box-shadow: 0 0 2px 0 #00000063;
    font-family: 'Montserrat', sans-serif;
}

.new-letter-input input::placeholder {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.new-letter-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.footer-main h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.quick-link ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.quick-link ul {
    line-height: 45px
}

.contact-info ul li a i {
    font-size: 22px;
    color: #fff;
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}

.contact-info ul li:last-child a {
    margin-bottom: 0
}

.new-letter form {
    margin-top: 35px;
}

.foot-social ul li:nth-child(1) a {
    background-color: #3b5998;
}

.foot-social ul li:nth-child(2) a {
    background-color: #0e76a8;
}

.foot-social ul li:nth-child(3) a {
    background-color: #2296f9;
}

.foot-social ul li:nth-child(4) a {
    background-color: #cd1f29;
}

.copy-right p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: start;
}

.copy-right img {
    width: 200px;
    height: 30px;
}

.copy-right {
    padding: 25px 0;
    text-align: center;
    background: #163262;
    border-top: 1px solid #475c82
}

/* FOOTER  */

/* how it works  */

.chose-txt ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0px;
    flex-direction: row;
    padding-bottom: 20px;
    border-bottom: 1px solid #b5b4b6;
}

.chose-txt ul li:first-child {
    width: fit-content;
}

.chose-txt ul li:last-child {
    width: 100%;
}

.chose-txt ul li h5 {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.chose-txt ul li p {
    width: 100%;
    font-weight: 600;
}

.number {
    border-radius: 50%;
    background-color: #163262;
    /* padding: 18px; */
    height: 35px;
    width: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.work.all-section {
    padding: 100px 0px;
    background-color: #fbfafc;
}

section.work.all-section .sec-headeing h2 {
    color: #163262;
}

.inner-work-sec {
    background-color: #fff !important;
}


/* how it works */

/* about-sec */


.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    height: 400px;
    min-height: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.about-text h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-text h2 span {
    color: #e86304;
}

.about-text h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-text h3 span {
    color: #e86304;
}

.about-text p {
    font-weight: 600;
    margin-bottom: 15px;
}

.about-more-text {
    margin-top: 25px;
}

.about-more-text p {
    font-weight: 600;
    margin-bottom: 15px;
}

/* about-sec */

.log-p {
    padding: 100px 0px;
}

.log-form {
    padding: 50px 25px;
    border-radius: 5px;
    border: 1px solid #adb4c3;

}

.log-form h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.log-form input {
    width: 100%;
    padding: 15px 20px;
    margin-top: 10px;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.log-form ::placeholder {
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
}


.log-form-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 10px;
}

.log-form-footer input {
    width: 20px;
    border: 1px solid !important;
}

.log-form .theme-bnt-1 {
    border: 1px solid #e86304;
    margin: 10px auto 0px;
}

.log-form p {
    display: flex;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.log-form p a {
    text-decoration: underline;
    color: #e86304;
}

section.main_slider.iner:after {
    display: none;
}

.password-wrapper {
    position: relative;
}

.password-wrapper i {
    position: absolute;
    right: 20px;
    top: 33px;
}

.log-form-footer a {
    color: #e86304;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
}

.log-form-footer p {
    padding-top: 0;
}

/* acount pg end */


/*Inner Check Out Start*/


.billing_form h3 {
    font-size: 19px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 700;
}

.billing_form label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.radiosss p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.billing_form input {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #222222;

    background: transparent;
    color: black;
}

.billing_form input::placeholder {
    color: #29292a;
    font-weight: 500;
    font-family: 'Montserrat';

}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 19px;
    font-weight: 800;
    color: #000;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    border-radius: 10px;
    padding: 25px 25px 40px;
    border: 2px solid #5a5a5a;
}

.billing_form h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.billing_form h2 span {
    color: #e86304;
}

.cart_sidebar h3 {
    font-size: 20px;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cart_sidebar h3 span {
    color: #e86304;
}

.cart_sidebar .h-sub {
    font-weight: 900;
    color: #020202;
    font-size: 19px;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 35px;
    padding-top: 20px;
    font-family: 'Montserrat';
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 19px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Montserrat';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #e86304;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check-out-btn {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-out-btn button {
    border: 1px solid #e86304;
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border: none;
    border-radius: 40px;
    background-color: #21c00b;
}

.checkout_btn:hover {
    font-family: 'Montserrat';
}

ul.shipping-ul {
    border-bottom: 1px solid #444444;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 800;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    border-radius: 20px;
    left: 6.5px;
    margin: auto;
    border: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #e86304;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.checkout_page.all-section.all-side {
    padding: 70px 0 100px;
    position: relative;
    margin-bottom: 0;
    /* background: #2c2c2c;*/
    z-index: 0;
}

.checkout_page.all-section.all-side::before {
    position: absolute;
    content: "";
    background: url(../images/ct-bk.png);
    width: 376px;
    height: 250px;
    top: 0;
    right: 0;
    z-index: -1;
}


.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

section.checkout_page:before {
    content: '';
    position: absolute;
    background-image: url(../images/Checkout-back.png);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.billing_form {
    border: 2px solid #5a5a5a;
    padding: 25px 25px;
    border-radius: 10px;
    background: #ffffff;
}

/*Inner Check Out End*/


/*CART*/

.add-to-cart {
    background-color: #fff;
}

.add-to-cart thead {
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    background-color: #122c5a;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 30px;
    padding-bottom: 25px;
    text-align: left;
    padding-top: 25px;
    font-family: 'Montserrat';
}

.add-to-cart .table-space {
    display: flex;
    align-items: center;
}

.add-to-cart thead tr th {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

.table-space h3 {
    font-size: 14px;
    color: #a2a1a1;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'Montserrat';
}

.table-space {
    text-align: left;
}

.table-space span {
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    color: #a2a1a1;
    text-align: left;
}

.proceed {
    display: flex;
}

.space .product-img {
    padding: 0;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #d2d2d2;
    background-color: #f2f2f2;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    /* height: 49px; */
    /* border-radius: 6px; */
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin-top: 24px;
    /* background-color: #f5f5f5; */
}

.add-to-cart h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    color: #333333;
    text-align: center;
    font-family: 'Montserrat';
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid #ccc;
}

a.remove {
    background: #e86304;
    color: #fff;
    font-size: 29px;
    padding: 10px 15px;
    border: 1px solid #e86304;
    margin-top: 25px;
}

.proceed a.theme-bnt-1 {
    margin: 0 0px 0px auto;
}

.proceed a.shop-btn {
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: left;
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    background-color: #000000;
    border: none;
    padding: 20px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
    color: #fff;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid #000;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background-color: #fff;
}

.or-amazon p {
    font-size: 20px;
    position: absolute;
    background: #fff;
    top: -22px;
    left: 100px;
    padding: 8px 20px;
    color: #000;
    display: block;
    text-transform: uppercase;
}

.or-amazon img {
    width: 80%;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    padding: 27px 20px;
    border-radius: 0px;
    background-color: #fff;
    border: 2px solid #7b7b7b;
}

.total-section li {
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: 'Montserrat';
    justify-content: space-between;
}

li.color-change {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}

li.color-change span {
    color: #e86304;
}

.ship-estimate {
    margin-top: 25px;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #fff;
    border: 2px solid #7b7b7b;
}

.ship-estimate li,
.ship-estimate .grey-style {
    text-align: left;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

.ship-estimate li {
    color: #000;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 16px;
}

.all-section {
    border: none !important;
    padding: 100px 0px !important;
}

/*CART END*/


/* Book Details */
.book-details {
    flex: 1;
}

/* Title */
.book-details h2 {
    margin-bottom: 10px;
}

/* Rating */
.rating {
    font-size: 14px;
    color: #777;
    display: flex;
    justify-content: space-between;
}

.rating .stars {
    color: #f4b400;
    font-size: 16px;
}

.rating .add-review {
    margin-left: 15px;
    cursor: pointer;
    color: #777d9a;
}

.book-summary p {
    font-size: 17px;
    text-align: justify;
    font-family: 'Montserrat';
}

.number-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.number-item .update {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

/* Price */
.price {
    font-size: 24px;
    color: #333;
    margin: 10px 0;
}

/* Quantity Selector */
.quantity {
    height: 50px;
    width: 130px;
    display: flex;
    margin: 15px 0;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e1e1;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    flex-shrink: 0;
    position: relative;
    background: #fff;
}

.quantity .qty-btn {
    width: 30px;
    height: 30px;
    display: flex;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    background: #f8f8f8;
    justify-content: center;
    border: 1px solid #ddd;
}

.quantity input {
    width: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    border: none;
    margin: 0 5px;
}

.product-sec {
    padding: 100px 0px;
}

.inner-product-box {
    max-width: 650px;
    width: 100%;
    height: 100%;
    max-height: 550px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    margin-bottom: 25px;
    border-radius: 20px;
    background-color: rgb(238, 224, 209);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.inner-product-box img {
    width: 100%;
    height: 90%;
    object-fit: contain;
}

/* Buttons */
.buttons {
    display: flex;
    gap: 10px;
}

.add-to-cart,
.buy-now {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    min-width: 250px;
    text-align: center;
    cursor: pointer;
    font-family: 'Montserrat';
    border-radius: 5px;
}

.add-to-cart {
    border: 1px solid #dcdadb;
    color: #333;
}

.buy-now {
    background: #d75f2b;
    color: #fff;
}


/* inner-banner-sec */

.inner-banner-sec {
    display: flex;
    min-height: 480px;
    padding: 100px 0px;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../images/inner-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-banner-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    content: '';
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    background-color: #163262;
}

.inner-banner-text {
    z-index: 1;
    text-align: center;
    position: relative;
}

.inner-banner-text h1 {
    font-size: 40px;
}

.inner-banner-text h1 span {
    color: #e86304;
}

/* inner-banner-sec */


/* Product Detail Page Start */

.productdetailsec {
    padding: 100px 0 60px;
}

.productdetailtext h3 {
    font-size: 35px;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}


.product-detail-content h2 {
    font-size: 30px;
}

.sl-nv-mn {
    margin-top: 0;
    padding-left: 0px;
}

.sl-nv-mn .slick-slide {
    margin: 0 0 20px 0;
}

.productdetailtext span {
    color: #e86304;
}

.productdetailtext span:after {
    position: absolute;
    width: 3px;
    height: 40px;
    background: #000;
    left: -20px;
    top: 0;
}

.productdetailtext ul {
    padding: 0;
    margin: 0 0 0px;
}

.productdetailtext ul li {
    list-style: none;
    font-size: 18px;
    color: black;
    font-weight: 600;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.productdetailtext h3.pull-left {
    color: #000;
    font-weight: 600;
}

.productdetailtext ul li a i {
    color: #f9a242;
    font-size: 14px;
    margin-right: 1px;
}

.productdetailtext ul li:nth-child(1) a i {
    color: #ffc444;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 0 0 30px;
}

.iconlist a.theme-bnt-1 {
    border: 1px solid #e86304;
}

.iconlist ul li {
    list-style: none;
    line-height: 30px;
    color: #000;
    font-size: 18px;
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #000;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
}

.productdetailsmallportion {
    width: 130px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #9e9e9e;
    background-color: #f8f8f8;
}

.productdetailsmallportion img {
    border-radius: 0px;
}

.productdetailfor .slick-slide {
    margin: 0px 0px;
}

.productdetailsec .productdetailportion {
    border: 1px solid #858383;
    height: 450px;
    display: flex;
    object-fit: cover;
    align-items: center;
    position: relative;
    border-radius: 15px;
    justify-content: center;
    background-color: #fbf8f8;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
}

.productdetailportion a {
    right: 25px;
    width: 40px;
    bottom: 10px;
    height: 40px;
    display: flex;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #e86304;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 30px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 30px !important;
    margin: 11px 5px 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #CFA55A !important;
    color: black;
    border-color: #CFA55A;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 20px;
}

.product-detail span:hover {
    background-color: #e86304 !important;
}

ul.product-detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

.related-prd-sec {
    position: relative;
}

.iconlist {
    margin-top: 20px;
}

.description li.nav-item {
    margin-right: 12px;
}

/* .description li.nav-item button {
        text-align: center;
        background: #151324;
        padding: 0 40px;
        margin-bottom: 0;
    } */

.description .nav-tabs {
    /* padding-bottom: 0px; */
    padding-bottom: 30px;
}

.nav-tabs {
    border-bottom: 0;
}


.description .tab-content p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    padding: 10px 0;
}

.description .tab-content h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: black;
    font-size: 20px;
}

.deatil-txttt h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 60px;
}

.deatil-txttt p {
    font-size: 20px;
    width: 80%;
}

.productdetailtext {
    padding: 0px 0px 0 0px;
}

.prdtc-price li ul {
    margin-top: 0;
}

.prdtc-price .pull-left {
    color: #000;
    font-weight: 800;
}

ul.dummy-list.shop li {
    list-style: disc;
    display: list-item;
    margin-left: 30px;
    padding: 5px 0 0px;
}

ul.prdtc-price li {
    margin-top: 10px;
    margin-bottom: 18px;
}

.productdetailsmallportion img {
    position: relative;
    z-index: 999999999999999;
    height: 100% !important;
    width: 80%;
    object-fit: contain;
}

.productdetailsmallportion img {
    position: relative;
    z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
    margin-top: 0px;
}

/* skin 2 */

.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    background-color: #ffffff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 100%;
}

.product-detail input.in-num {
    border: 1px solid #000;
    width: 50%;
    height: 50px;
    margin: 0 5px;
    color: #000;
    font-weight: 600;
    max-width: 100px;
    font-size: 24px;
    background: #fff;
}

.productdetailsec .btn10 {
    color: white;
}

/* / skin 2 */

.deatil-mess h2 {
    font-size: 55px;
    text-transform: uppercase;
}

.deatil-mess p {
    font-size: 20.77px;
}

section.deatil-img-sec {
    padding: 50px 0 90px;
}

section.deatil-img-sec {
    position: relative;
}

.pro-detail h2 {
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
}

.rel-prdtc-mn .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.rel-prdtc-mn .slick-arrow {
    display: none !important;
}

.prodt-main {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 4px 6px 11px 0 #00000017;
    border: 1px solid #00000026;
    padding: 40px 30px;
}

.prodt-main h6 {
    font-size: 22.61px;
    margin-top: 20px;
}

.prodt2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodt2 ul li {
    margin: 0 14px 0 0;
}

.prodt2 ul li i {
    color: #e3a206;
}

.prodt2 p {
    font-size: 20px;
    font-weight: 600;
}

a.relaed-btn {
    background: #87d749;
    color: #fff;
    display: flex;
    width: 60%;
    align-items: center;
    font-size: 15px;
    height: 50px;
    justify-content: space-evenly;
    margin: auto;
}

.prdt-cart {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

main.detail2 {
    position: relative;
}

main.detail2:before {
    content: '';
    position: absolute;
    background-image: url(../images/deatil-back-2.png);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.productdetailsec .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 35px;
}

.productdetailsec .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
}

.productdetailsec .slick-prev {
    left: -17px;
    z-index: 1;
    top: 50%;
}

.productdetailsec .slick-next {
    right: -15px;
    top: 50%;
}

section.product.pg {
    padding: 100px 0;
    position: relative;
}

.product-pg-text h2 {
    font-size: 65px;
    color: #000;
}

.product-pg-text {
    text-align: center;
}

.productdetailsmallportion img {
    border-radius: 0;
    object-fit: cover;
}

.productdetailsec .productdetailportion img {
    border-radius: 20px;
    height: 100%;
}

.productdetailtext h2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0 0px;
}

ul.quantity-list {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.quantity-list li {
    font-size: 23px;
    line-height: 35px;
}

ul.dummy-list.shop p {
    font-size: 19px;
    color: #000;
    margin: 0;
}

ul.dummy-list.shop {
    margin: 20px 0;
}

ul.dummy-list.shop li::marker {
    color: #e86304;
    font-size: 30px;
}

a.btn1.cat-sub-btn {
    margin: 0;
}

.related-head {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
}

.related-head p {
    font-size: 18px;
    color: #000;
}

.slick-active {
    opacity: 1;
}

.description li.nav-item {
    margin-right: 12px;
}

/* .description li.nav-item button {
        width: 210px;
        height: 60px;
        background-color: #02b5c6;
        font-size: 20px;
        border-radius: 50px;
        font-weight: 300;
        color: #fff;
        font-family: 'Roboto';
    } */

/* .description li.nav-item .nav-link.active {
        border: 0;
        background-color: #016dff;
        color: #ffffff;
        font-weight: 300;
        border-radius: 50px;
        font-size: 20px;
    } */

.rev-btn {
    display: inline-block;
}


.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    padding: 10px 0;
    margin: 0;
}

.review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.review-box-container {
    display: block;
}

.review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    padding: 16px 30px;
    margin: 15px 0;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 40px;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: none;
}

section.description li.nav-item button.nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 35px;
    background: #122c5a;
    font-family: 'Montserrat';
    border-radius: 5px;
}

section.description .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
}

section.description li.nav-item button.nav-link::before {
    background-color: #239820;
    top: -5px;
    left: -5px;
}

section.description .nav-tabs .nav-link.active {
    background: #228b22;
}

section.description li.nav-item button.nav-link.active {
    background: #e86304;
}

section.description li.nav-item button.nav-link.active::before {
    background: #000;
}

section.description li.nav-item button.nav-link:hover {
    color: #c9d0d7;
}

section.description ul#myTab {
    justify-content: start;
    gap: 10px;
}

section.description .rev-btn button.btn1::before {
    background: #212529;
}

.product-actions {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.variants-list {
    display: flex;
    gap: 15px;
    flex-flow: wrap;
}
.variant-item label.form-check-label > div > div:first-child {
    flex: 1;
}

.variant-item label.form-check-label > div {
    flex: 1;
}
.variant-item input[type="radio"]:checked~label:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #e86304;
    border-radius: 8px;
}
.variants-list::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
}

.variants-list::-webkit-scrollbar-thumb {
    background-color: #e86304;
    outline: 1px solid #e86304;
    border-radius: 100px;
}

.variants-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

.variant-item {
    width: 48%;
    position: relative;
}

.variant-item label.form-check-label {
    gap: 10px;
    display: flex;
    justify-content: space-between;
}

.variant-item label.form-check-label strong {
    color: #e86304;
}

.product-detail-img img {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-thumbnails img:hover {
    border-color: #667eea !important;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.variant-item:hover {
    background-color: #f8f9fa;
    border-color: #e86304 !important;
}

.variant-item input[type="radio"]:checked~label {
    font-weight: bold;
}

.product-meta {
    margin: 15px 0px;
}

.variant-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    cursor: pointer;
    background-color: #fff;
}

.variant-item input[type="radio"] {
    display: none;
}

.product-variants h4 {
    margin-bottom: 10px;
}

.product-description h4 {
    transition-duration: 0.5s;
    margin-bottom: 10px;
}

.product-variants .quantity-list {
    margin-bottom: 20px;
}

.product-variants ul.quantity-list li {
    font-family: "Momo Trust Display", sans-serif;
}

.product-variants li.quanity.product-detail .num-in input#quantity {
    width: 100%;
}

.product-variants li.quanity.product-detail .skin-2 .num-in span {
    margin: 0px 5px;
}

span.badge.with-product {
    transition-duration: 0.5s;
    background-color: #e86304;

}

span.badge.with-id {
    transition-duration: 0.5s;
    background-color: #163262;

}

.procut-box.inner-page-product-box {
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
    transition-duration: 0.5s;
    border: 1px solid #e86304;
}

.procut-box.inner-page-product-box::before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #e86304;
}

.procut-box.inner-page-product-box:hover::before {
    height: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.procut-box.inner-page-product-box:hover * {
    color: #fff;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

/* Product Detail Page End */

/* Inner Contact Start*/

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #f9fdff;
    border: 1px solid #3b3c3c;
    color: #000;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    font-size: 30px;
    color: #e86304;
    font-weight: 100;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact2 ul li h4 span {
    color: #000;
}

.contact2 ul li p {
    color: #000;
    font-size: 18px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
}

.contact1 button {
    border: 1px solid #e86304;
}

.contact2 .icon i {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e86304;
}

.contact2 .icon i {
    font-size: 40px;
    color: #fff;
}

section.contact_us {
    padding: 100px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
}

.contact-before-after {
    position: relative;
}

.contact-left-right-img {
    position: relative;
}

.map {
    margin-top: 50px;
}

.contact1 input {
    border-radius: 5px;
}

.contact1 textarea {
    border-radius: 5px;
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #333333;
    font-weight: 600;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    box-shadow: 0 0 20px 0 #0000003d;
}

img.contact_img_1 {
    position: absolute;
    left: 0;
    top: -30px;
}

img.contact_img_2 {
    position: absolute;
    right: -20px;
    top: 30px;
}

.contact2 h2,
.contact1 h2 {
    color: #000;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact2 h2 span,
.contact1 h2 span {
    color: #e86304;
}


/* Inner Contact End*/

/* Products Page Start */

.product-inner-sec .product-side-bar {
    height: 100%;
    padding-right: 0;
}

.product-side-bar {
    max-height: 700px;
    /* Adjust as needed */
    overflow-y: auto;
    padding-right: 10px;
    /* Prevent content from hiding under scrollbar */
}

/* Custom Scrollbar for Webkit browsers */
.product-side-bar::-webkit-scrollbar {
    width: 10px;
}

.product-side-bar::-webkit-scrollbar-thumb {
    background: #e86304;
    /* Change to your desired color */
    border-radius: 3px;
}

.product-side-bar::-webkit-scrollbar-track {
    background: #adadad;
    border-radius: 3px;
}

/* Custom Scrollbar for Firefox */
.product-side-bar {
    scrollbar-width: bold;
    scrollbar-color: #adadad;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 26px;
    margin: 20px 0;
    color: #271e17;
    position: relative;
    text-transform: uppercase;
}

.themes-h4:after {
    height: 4px;
    position: absolute;
    content: '';
    width: 22px;
    top: 17px;
    right: 10px;
    background: #632705;
}

.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #24110b;
    padding: 10px 0;
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    border: 2px solid #000;
    margin-right: 30px;
}

.product-inner-sec .product-side-bar ul li a label {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

.product-inner-sec ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
    background: #f0f0f0;
}

/* Handle */

.product-inner-sec ::-webkit-scrollbar-thumb {
    background: #e86304;
    border-radius: 5px;
}

.product-inner-sec .al-cent {
    align-items: center;
    margin-bottom: 30px;
}

.product-inner-sec select {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 18px;
    border-radius: 0;
    -webkit-appearance: auto;
}

.product-inner-sec h6 {
    margin: 0;
    font-size: 18px;
    float: right;
    color: #000;
    font-family: 'Montserrat';
}

.product-inner-sec .arrival-text h4 {
    font-size: 21px;
}

.product-inner-sec .product-side-bar ul {
    padding-right: 20px;
}

.about-bottom-btn a {
    padding: 15px 50px;
}

.about-bottom-btn {
    text-align: center;
    margin-top: 30px;
}

.product-box-img {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
}

.product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-box {
    margin-bottom: 25px;
}

.product-box h5 {
    font-size: 16px;
    margin: 15px 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    border-bottom: 1px solid #d9d9d9;
}

.product-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-box ul {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: space-between;
}

.product-box ul li a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #ee0000;
    display: flex;
    font-size: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

/* Products Page End */
.reviews_list .review_box {
    background: rgb(246, 246, 246);
    padding: 30px 15px;
    border-radius: 10px;
    margin-top: 30px;
}

.reviews_list .review_box .review_image {
    display: flex;
    align-items: center;
}

.reviews_list .review_box .review_image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 80px;
    margin-right: 20px;
}

.review_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews_list .review_box .review_image+div ul {
    display: flex;
    gap: 5px;
}

.reviews_list .review_box .review_image+div ul li i {
    color: #e0be03;
}

.reply-section {
    margin-top: 10px;
    padding-left: 10px;
}

/* Input styling */
.reply-section {
    margin-top: 10px;
    padding-left: 10px;
}

.reply-input {
    width: 80%;
    padding: 8px 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    display: block;
    transition: border 0.3s ease;
}

.reply-input:focus {
    border-color: #0056d2;
    outline: none;
}

.reply-toggle-btn {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    background-color: #0056d2;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.reply-toggle-btn:hover {
    background-color: #003c9e;
    transform: translateY(-1px);
}

.reply-output {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.initials-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007BFF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/