@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

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


/***** 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
}


/***** 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;
}

.btn10 {
    border: 1px solid #000000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* background: #a30000!important; */
    z-index: 10;
    display: inline-block;
    color: #000;
    padding: 18px 60px;
    font-size: 22px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #c5b67d!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #C5B67D;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 105px;
    line-height: 110px;
    color: #393939;
    font-weight: 400;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 85px;
    line-height: 90px;
    color: #C5B67D;
    font-weight: 500;
}

h4 {
    font-family: 'Prata', serif;
    font-size: 77px;
    line-height: 85px;
    color: #000000;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 119px;
    line-height: 125px;
    color: #000000;
    font-weight: 100;
}

h6 {
    font-family: 'Prata', serif;
    font-size: 35px;
    line-height: 40px;
    color: #000000;
}

p {
    color: #2F2E2C;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec #menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec #menu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec #menuli a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec #menu li:last-child a {
    padding-right: 0px;
}

.menuSec #menu li:last-child a:after {
    display: none;
}

.menuSec #menu li a:hover,
.menuSec #menu li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #df6e99;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #000000b0;
    padding: 20px 0;
}

.menuSec .row {
    align-items: center;
}

#menu a {
    color: white;
    padding: 0 9px;
    font-size: 14px;
}

.menu-rgt ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-rgt ul a i {
    color: white;
    font-size: 23px;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.banner_text h5 {
    margin-bottom: 0;
    color: white;
}

.banner_text h2 {
    color: white;
    margin-bottom: 70px;
}

.btn-nw::before {
    content: '';
    position: absolute;
    transition: .5s ease-out;
    background: linear-gradient(183deg, #a07b08 0%, #ffe87e 51%, #a07b08 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 5px;
}


/* .btn-nw:hover::before {
    transition: .5s ease-out;
    width: 0%;
} */

.btn-nw::after {
    content: '';
    position: absolute;
    transition: .5s ease-out;
    background: black;
    width: 0%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.btn-nw:hover::after {
    transition: .5s ease-out;
    width: 100%;
}

.btn-nw:hover span {
    color: white;
    transition-delay: .2s;
}

.btn-nw span {
    color: black;
    z-index: 99;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
}

.btn-nw {
    position: relative;
    padding: 20px 50px;
    border-radius: 5px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #DF6E99;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 9999999;
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: black;
    background: linear-gradient(183deg, #a07b08 0%, #ffe87e 51%, #a07b08 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #df6e99;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */


/* svg circle css */

#circle {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

#circle text {
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    font-weight: bold;
}

#circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 540px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }
    to {
        -o-transform: rotate(0);
    }
}

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


/* svg circle css ENd*/


/* about sec ccs */

.abt-sec-hm {
    position: relative;
    padding: 80px 0;
}

.abt-sec-hm .img-001 {
    position: absolute;
    left: 0;
    bottom: -15%;
    z-index: -1;
}

.abt-txt>span {
    font-size: 19px;
}

.abt-txt h5 {
    margin-bottom: 0;
}

.abt-txt h3 {
    font-size: 41px;
    letter-spacing: 25px;
    line-height: 45px;
    margin-bottom: 30px;
    margin-left: 15px;
}

.abt-txt-img {
    position: relative;
    height: 100%;
}

.abt-txt-img .img-1 {
    height: 600px;
    width: 90%;
    display: block;
    margin-left: auto;
    object-fit: cover;
}

.abt-txt-img .img-2 {
    position: absolute;
    right: -60px;
    bottom: -50px;
    width: 300px;
}

.abt-sec-hm .revs-mb {
    margin-top: 90px;
}

.abt-txt-img .img-3 {
    height: 100%;
    object-fit: cover;
    border-radius: 0 230px 0 0;
    margin-bottom: 80px;
    margin-top: -180px;
    height: 680px;
}

.abt-txt-img-2 img {
    float: right;
    width: 430px;
    object-fit: cover;
    height: 395px;
}

.abt-txt-img-2 #circle svg {
    height: 350px;
}

.abt-txt-img-2 #circle {
    position: absolute;
    left: -17%;
    bottom: 5%;
    padding-bottom: 55%;
}

.abt-txt-img-2 p {
    width: 90%;
    margin-left: auto;
    margin-bottom: 70px;
}


/* team sec css */

.team-head h3 {
    text-align: center;
    color: #F3F0E5;
    font-family: 'Prata';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 70px;
}

section.team-sec {
    background: #C5B67D;
    padding: 80px 0 45px;
    overflow: hidden;
}

.team-inn h3 {
    color: #F3F0E5;
    font-family: 'Prata';
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
}

.team-inn img {
    height: 480px;
    width: 100%;
}


/* services sec css */

.serv-sec .uni-head {
    margin-bottom: 80px;
    overflow: hidden;
}

.uni-head h6 {
    font-family: 'Poppins';
    font-weight: 400;
    color: #2F2E2C;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.uni-head h3 span {
    color: black;
    font-weight: 100;
}

.uni-head h3 {
    text-transform: uppercase;
}

.serv-sec {
    padding: 80px 0;
}

.ser-inn img {
    width: 95%;
    height: 510px;
    object-fit: cover;
    border-radius: 230px 230px 0px 0px;
    display: block;
    margin: 0 auto 30px;
}

.ser-inn {
    text-align: center;
}

.ser-inn p {
    background: linear-gradient(to left, #e496a869 0%, #df6e99 100%);
    font-size: 32px;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.ser-inn a {
    color: black;
    font-weight: 500;
    font-size: 18px;
}

.ser-inn a:hover {
    color: #C5B67D;
}


/* salt sec css */

.salt-sec {
    position: relative;
    padding: 50px 0 80px;
}

.salt-sec .img-002 {
    position: absolute;
    right: -50px;
}

.salt-img-txt h6 {
    font-size: 19px;
    font-family: 'Poppins';
    color: #2F2E2C;
    font-weight: 300;
    text-transform: capitalize;
}

.salt-img-txt h3 span {
    font-size: 77px;
    text-transform: uppercase;
    font-weight: 100;
    color: black;
    display: block;
}

.salt-img-txt h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.salt-img-txt h4 {
    background: linear-gradient(to left, #e496a840 55%, #df6e99 100%);
    font-size: 44px;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 30px;
}

.salt-img {
    position: relative;
    height: 100%;
}

.salt-img .img-001 {
    position: absolute;
    right: -65%;
    max-width: 145%;
    top: -15%;
}

.salt-img .img-2 {
    border-radius: 0 0 0% 110px;
    height: 690px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.salt-sec .revs-mb {
    margin-top: 40px;
}


/* product sec css */

.prdtc-sec {
    position: relative;
    padding: 20px 0 80px;
}

.prdtc-sec .img-001 {
    position: absolute;
    left: -5%;
    top: 0;
    z-index: -1;
}

.prd-head h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    background: linear-gradient(to left, #e496a840 0%, #df6e99 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 75px;
}

.prd-head h2 span {
    font-weight: 100;
    color: black;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: black !important;
}

.prd-head {
    margin-bottom: 30px;
}

.prd-tabs ul#myTab {
    justify-content: center;
    border: 0;
    margin-bottom: 80px;
}

.prd-tabs ul#myTab button {
    border: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.prd-tabs ul#myTab button:hover,
.prd-tabs ul#myTab button.active {
    color: #DF6E99;
}

.prd-innn {
    text-align: center;
}

.prdd-head {
    position: relative;
    margin-bottom: 70px;
}

.prdd-head img {
    height: 270px;
    object-fit: contain;
    width: 220px;
    position: relative;
    z-index: 1;
}

.prdd-head .shade {
    width: 27%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #df6e999c;
    z-index: 0;
    margin: auto;
    filter: blur(81px);
}

.prdd-bdy h6 {
    font-size: 32px;
    background: linear-gradient(to left, #e3869bba 0, #df6e99 100%);
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-family: Poppins;
    -webkit-background-clip: text;
    margin-bottom: 20px;
}

.prdd-bdy a {
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.prdd-bdy a:hover {
    color: #C5B67D;
}


/* testimonial sec */

.testi-slde .img-001 {
    position: absolute;
    right: 5%;
    top: 5%;
    width: auto;
    height: auto;
    border-radius: 0;
}

.testi-slde {
    padding: 50px;
    box-shadow: 0px 7px 20px 3px #00000030;
    border-radius: 5px;
    margin-top: 40px;
    margin: 0px 20px;
    position: relative;
}

section.testimonal-sec {
    padding: 30px 0 90px;
}

.testi-slde>img {
    position: relative;
    top: -90px;
    border-radius: 50%;
    margin-bottom: -40px;
    height: 115px;
    width: 115px;
    object-fit: cover;
}

.testi-slde p {
    font-size: 28px;
    line-height: 1.3;
    color: black;
    font-weight: 500 !important;
}

.rate-star {
    margin-top: 20px;
    font-size: 20px;
    color: #f5bb2b;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.rate-star+span {
    color: #DE829E;
    font-size: 25px;
}

.testimonal-slider .slick-list.draggable {
    padding: 50px 0;
}

.testimonal-slider .slick-arrow {
    height: 50px;
    width: 45px;
    border: 2px solid #AC8737;
}

.testimonal-slider .slick-prev {
    left: -90px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonal-slider .slick-next {
    right: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .testimonal-slider .slick-prev:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background: #000000;
    left: 100%;
    top: 26.5px;
} */

.testimonal-slider .slick-prev:before {
    position: absolute;
    right: -40px;
    background-image: url(../images/arrow-left.png);
    content: '';
    background-position: center center;
    background-size: contain;
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
}

.testimonal-slider .slick-next:before {
    /* font-family: custom;
    font-size: 34px; */
    position: absolute;
    left: -40px;
    background-image: url(../images/arrow-right.png);
    content: '';
    background-position: center center;
    background-size: contain;
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
}


/* .testimonal-slider .slick-next:after {
    content: '';
    
    position: absolute;
    height: 1px;
    width: 50px;
    background: #737373;
    right: 100%;
    top: 26.5px;
} */

.testimonal-slider .slick-arrow:hover {
    background: #C5B67D;
}

.testimonal-slider {
    width: 90%;
}

.testi-slde:before {
    content: '';
    position: absolute;
    height: 7%;
    width: 90%;
    background: #fff;
    border-radius: 5px;
    z-index: -1;
    bottom: -36px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0px 7px 8px 2px #00000024, inset 0 15px 6px 0 #00000017;
}

section.testimonal-sec h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: black;
}

.rate-star.big-all {
    font-size: 30px;
}

.rate-star.big-all span {
    font-size: 20px;
    color: #000;
}

section.testimonal-sec h2 span {
    display: block;
    color: #DE829E;
}

.testimonal-sec .sub-heading {
    font-size: 33px;
    color: black;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 50px;
}

.rate-star.big-all i {
    color: #BB9950;
}

.testimonal-sec p {
    font-weight: 600;
}


/* footer css */

footer {
    padding-top: 80px;
    background: #0D0D0D;
    padding-bottom: 30px;
}

.foot-abt img {
    margin-bottom: 70px;
}

.foot-abt p {
    margin-bottom: 0;
    color: white;
    font-size: 18px;
}

.foot-links h6 {
    color: white;
    font-size: 24px;
    font-family: 'Poppins';
    margin-bottom: 40px;
}

.foot-links {
    padding-left: 100px;
}

.foot-links li {
    margin-bottom: 12px;
}

.foot-links li a {
    font-size: 18px;
    color: white;
    position: relative;
    display: inherit;
    transition: 0.5s ease-out;
    transform: translateX(0px);
}

.ftt-btm-1 p {
    margin-bottom: 0;
    color: #868686;
    font-size: 17px;
}

.ftt-btm-2 {
    display: flex;
    justify-content: end;
    gap: 40px;
    padding-right: 90px;
}

.ftt-btm-2 a {
    margin-bottom: 0;
    color: #868686;
    font-size: 17px;
}

.ft-btm-mn {
    margin-top: 50px;
}

.foot-links li a:hover {
    color: #C5B67D;
    transition: 0.5s ease-out;
    transform: translateX(-10px);
}


/* about page css */

.inner-bnr-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.inner-banner {
    position: relative;
}

.inner-bnr-mn {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inner-br-txt h2 {
    color: white;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 85px;
}

.inner-br-txt {
    padding-top: 70px;
}

.inner-br-txt ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.inner-br-txt ul .btn10 {
    padding: 16px 50px;
    top: 5px;
    color: white;
    border: 2px solid #fff !important;
    border-radius: 5px;
}

.abt-pg-sec .img-001 {
    bottom: 5%;
    left: -5%;
}


/*Add to cart start*/

.cart-sc-mn {
    background-image: url(../images/cart.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.add-to-cart {
    padding: 80px 0 150px;
    position: relative;
    margin-bottom: -80px;
}

.add-to-cart .img-1 {
    position: absolute;
    left: -9%;
    top: 22%;
    width: 250px;
}

.add-to-cart .img-2 {
    position: absolute;
    bottom: 20%;
    left: 13%;
}

.add-to-cart .img-3 {
    position: absolute;
    right: -10%;
    top: 0%;
    width: 290px;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    margin-top: 24px;
    background: #F7F7F7;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.add-to-cart h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    padding: 27px 40px;
    background: #F9F9F9;
    /* box-shadow: 0 0 55px 0 #d9d9d9; */
    border: 1px solid #F1F1F1;
}

.total-section ul {
    font-family: 'trajan';
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 18px;
    padding-bottom: 20px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
}

li.color-change {
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins';
}

.total-section li.color-change span {
    font-weight: 400;
    font-size: 18.96px;
    color: #000000;
    font-family: 'Poppins';
}

.total-section li span {
    float: right;
}

.ship-estimate {
    margin-top: 10%;
    padding: 27px 40px;
    background: #D1C597;
    /* box-shadow: 0 0 55px 0 #d9d9d9; */
    border: 1px solid #0000003b;
    padding-bottom: 0;
}

.ship-estimate li {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.ship-estimate ul {
    margin-top: 0;
    margin-bottom: 30px;
    list-style: none;
}

.ship-estimate .grey-style {
    color: #333333db;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
}

.proceed a {
    color: #000000;
    text-align: left;
    font-size: 20px;
    /* background: #000000; */
    font-family: 'Poppins';
    display: block;
    text-align: end;
}

.prcd-chk {
    display: flex;
    align-items: center;
}

.prcd-chk .checkout-btn:first-child {
    margin-right: 10px;
}

.proceed .checkout-btn {
    padding: 18px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    background: linear-gradient(to left, #e496a894 -5%, #df6e99 100%);
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background: #fff;
}

.or-amazon p {
    font-size: 17px;
    position: absolute;
    background: rgb(255, 255, 255);
    top: -18px;
    left: 0px;
    padding: 3px 20px;
    color: rgb(51, 51, 51);
    display: block;
    text-transform: uppercase;
    border: 2px solid rgb(206, 206, 206);
    font-family: Poppins;
    right: 0px;
    margin: 0px auto;
    width: 70%;
    font-weight: 600;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #0000002e; */
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 18px;
    font-weight: 400;
    color: #Fff;
    padding: 21px 25px;
    text-transform: capitalize;
    background: #df6e99;
}

.table-space h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #121212;
    color: #fff;
    border: #fff;
}

.table-space h6 {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 18px;
    color: #000;
    font-family: 'Poppins';
    margin: 5px 0;
    text-transform: uppercase;
}

.table-space span {
    color: #000;
    font-weight: 400;
}

li.color-change {
    margin-top: 8%;
}

.table-responsive {
    margin-bottom: 0%;
}

.table th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/*cart End*/


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-family: 'Poppins';
    font-size: 20px;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 700;
}

.billing_form label {
    font-size: 13px;
    font-family: 'Poppins';
    color: #000000;
    font-weight: 600;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Poppins';
    background: transparent;
}

.billing_form input::placeholder {
    color: #7C7C7C;
    font-family: 'Poppins';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Poppins';
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins';
}

.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 {
    padding: 40px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'Poppins';
    margin-bottom: 10px;
    font-weight: 700;
}

.cart_sidebar .h-sub {
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins';
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Poppins';
}

.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: 12px;
    font-weight: 400;
    color: #7C7C7C;
    font-family: 'Poppins';
}

.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: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.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: 'Poppins', 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-family: 'Poppins';
    font-size: 17px;
    border: none;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #D1C597;
    text-transform: uppercase;
}

.checkout_btn:hover {
    /* color: white; */
    font-family: 'Poppins' !important;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.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: 9px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #000000;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 70px 0 100px;
    position: relative;
    margin-bottom: 0;
}

.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: 1px solid #8080806e;
    padding: 45px 24px;
}


/*Checkout End*/


/*contact-sec*/

.contact-left {
    border-radius: 0;
    overflow: hidden;
    background-image: url(../images/contact-img.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.contact-sec h4 {
    font-size: 49px;
    line-height: 55px;
    font-family: 'Poppins';
}

.contact-right {
    background: #ffffff;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 14px 0 #0000003d;
    height: 100%;
    background: #F7F7F7;
    border-radius: 15px;
}

.circle-contact i {
    font-size: 30px;
}

.circle-contact {
    background: #e495a8a6;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: 20px;
}

.contact-list {
    display: flex;
    align-items: center;
    margin: 30px 0;
    color: white;
}

.contact-list:hover {
    color: #359eda;
}

.contact-list div h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: white;
    font-weight: 300;
}

.contact-social-icon a {
    color: white;
    margin: 0 10px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    animation-name: myanimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes myanimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.contact-right::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 10%;
    background-color: #000000;
    top: 7%;
    left: 0;
}

.contact-right input,
.contact-right select {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    text-indent: 10px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #EBEBEB;
    font-weight: 600;
}

.contact-right h4 {
    margin-bottom: 30px;
    color: #000000;
}

.contact-right button:hover {
    background: black;
    color: white !important;
}

.contact-right button {
    width: 150px;
    height: 55px;
    border-radius: 0;
    border: 0;
    background: #C5B67D;
    margin-top: 20px;
    border: 2px solid transparent;
    color: black !important;
    font-weight: 600;
    border-radius: 5px;
}

section.contact-sec.ptb-100 {
    padding: 100px 0;
}

.contact-list div p {
    color: #C9CCCC;
    margin: 0;
}

ul.sscl-ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
}

ul.sscl-ul span {
    color: #e9ebeb;
    font-size: 22px;
}

ul.sscl-ul li:last-child {
    display: flex;
    gap: 20px;
}

ul.sscl-ul li:last-child a {
    color: white;
    font-size: 25px;
}


/*contact-sec*/


/* faq page css */

.accordion-button:focus {
    box-shadow: unset;
}

.faq-sec {
    padding: 80px 0;
}

.faq-head {
    text-align: center;
    margin-bottom: 50px;
}

.faq-head h2 {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
}

.faq-inn button.accordion-button:not(.collapsed) {
    color: #C5B67D;
    background: transparent;
}

.faq-inn .accordion-item {
    border: 0;
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 30px;
}

.faq-inn .accordion-body {
    padding: 0;
    padding-top: 0;
}

.faq-inn button.accordion-button {
    box-shadow: unset !important;
    padding-left: 0;
    font-size: 24px;
    font-weight: 500;
    color: black;
    padding-top: 0;
    padding-bottom: 30px;
}

.faq-inn .accordion-body p {
    line-height: 31px;
    font-weight: 600;
}

.faq-inn button::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro' !important;
    background: #C5B67D !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    font-size: 19px;
    line-height: 33px;
    color: black;
}

.faq-inn button:not(.collapsed)::after {
    /* background-image: none; */
}

.faq-inn .accordion-header {
    line-height: 1.5;
}


/* gallery sec ccs */

.gall-sec .gal-inn {
    margin-bottom: 10px;
    position: relative;
}

.gall-sec .row {
    align-items: flex-start;
}

.gall-sec {
    padding: 70px 0;
}

.gal-inn .img-01 {
    border-radius: 250px 0 0 0;
    width: 95%;
    margin: 0 0 0 auto;
    display: block;
}

.gal-inn .img-02 {
    border-radius: 0 250px 0 0;
}

.gall-sec .gal-col {
    padding: 0 5px;
}

.gal-inn ul {
    display: flex;
    gap: 10px;
    height: 435px;
}

.gal-inn img {
    width: 100%;
    object-fit: cover;
}

.gal-inn ul img {
    height: 100%;
}

.gal-inn ul .img-05 {
    border-radius: 0 0 0px 100px;
}

.gal-inn ul .img-06 {
    border-radius: 0 100px 0px 0px;
}

.gal-inn .img-07 {
    border-radius: 0 0px 200px 0px;
    height: 500px;
    object-fit: cover;
    width: 95%;
}

.gal-inn .img-04 {
    border-radius: 0 0px 0px 200px;
    width: 95%;
    margin: 0 0 0 auto;
    display: block;
    height: 700px;
}

.gal-inn ul img {
    width: 100%;
}

.gal-inn ul li {
    width: 50%;
}

.gal-inn .img-01 {
    position: absolute;
    bottom: 4px;
    right: 0;
}

.team-sc-mn .gal-col {
    padding: 0px 6px;
}

.team-sc-mn .row {}

.gal-inn {
    margin-bottom: 10px;
}

.gal-inn.col-cls-1 {
    height: 681px;
    position: relative;
}


/* team sec css */

.team-sc {
    text-align: center;
}

.team-sc-mn {
    padding: 80px 0;
}

.team-sc h2 {
    margin-bottom: 40px;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 85px;
}

.team-sc p {
    margin-bottom: 25px;
}


/*product detail page css start*/

.productdetailsec {
    padding: 80px 0 50px;
}

.productdetailtext h3 {
    font-size: 75px;
    line-height: 80px;
    font-weight: 500;
    font-family: 'Poppins';
    /* letter-spacing: 2px; */
    margin-bottom: 0px;
    background: linear-gradient(to left, #e496a8 55%, #df6e99 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.productdetailtext span {
    color: #000000;
    font-size: 55px;
    line-height: 75px;
    font-weight: 100;
    margin: 17px 0 0;
    font-family: poppins;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    font-family: 'Poppins';
    color: black;
    font-size: 21px;
}

.productdetailtext ul li a i {
    color: #ffba00;
    font-size: 22px;
    margin-right: 5px;
}

.productdetailtext ul li:last-child a i {
    color: #DADADA;
}

.productdetailtext ul li:nth-child(4) a i {
    color: #DADADA;
}

.productdetailtext p {
    color: #636363;
    font-size: 16px;
    line-height: 25px;
    padding: 0px 0 0px;
    font-family: 'Poppins', serif;
    font-weight: 400;
}

.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 40px;
}

.iconlist ul li {
    list-style: none;
    line-height: 30px;
    font-family: 'Poppins';
}

.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%;
    border: 2px solid #E1E1E1;
    height: 100%;
}

.productdetailsmallportion img:hover {
    border: 2px solid #F7BB1C;
}

.productdetailnav .slick-current .productdetailsmallportion img {
    border-color: #f7bb1c;
}

.productdetailsec .productdetailportion {
    border: 2px solid #E1E1E1;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin: 0 10px;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.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: 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: #F7BB1C;
}

ul.product-detail-heading {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 0;
}

.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;
}


/* .product-details-btn:hover{
color: white;
} */

.iconlist {
    margin-top: 40px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: #F1F1F1;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #C5B67D;
    color: #000000;
}

.description .nav-tabs {
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.description {
    padding: 0px 0 80px;
}

.description .tab-content p {
    color: #585858;
    font-weight: 500;
    font-family: Poppins;
    font-size: 17px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
}

.productdetailsmallportion img {
    width: auto;
    /* padding: 12px 20px; */
    position: relative;
    z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
    margin-top: 10px;
}


/* 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;
}

.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;
    font-family: 'Roboto';
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.productdetailfor .slick-slide {
    margin: 0 10px;
}


/*product detail page css end*/


/* product sec css */


/*product page css Start*/

.uni-head h4 {
    text-transform: uppercase;
}

.prd-filter-sc {
    margin-top: 80px;
    border-top: 1px solid #EBEBE9;
    border-bottom: 1px solid #EBEBE9;
    padding: 20px 0;
}

.shop-fltr ul {
    display: flex;
    align-items: center;
}

.shop-fltr ul select {
    padding: 0 10px 0 10px;
    width: 170px;
    background-position: 95% 50%;
}

.shop-fltr ul li:last-child {
    margin-left: 50px;
}

.shop-fltr form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-fltr form p {
    margin-bottom: 0;
}

.shop-fltr ul span {
    margin-right: 10px;
}

section.productsec {
    padding: 80px 100px 80px 0px;
    background-image: url(../images/girl-bg.jpg);
    width: 100%;
    background-position: center;
    background-size: contain;
}

.panel-groupnew .panel-heading {
    padding: 0;
}

.panel-groupnew .panel-title>a {
    display: block;
    padding: 20px 19px;
    outline: none;
    text-decoration: none;
    color: rgb(0 0 0);
    font-family: Poppins;
}

.panel-groupnew .panel-heading .panel-title>a.accordion-toggle::before,
.panel-groupnew a[data-toggle="collapse"]::before {
    content: "\f068";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    padding: 9px 9px;
    margin: -7px 0;
    color: #B5C448;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-groupnew .panel-heading .panel-title>a.accordion-toggle.collapsed::before,
.panel-groupnew a.collapsed[data-toggle="collapse"]::before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #B5C448;
    font-size: 21px;
}

.frequently-list .panel-body ul li {
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
    font-family: 'Poppins';
    background: #F2F2F2;
}

.panel-groupnew2 .hide-btn {
    display: none !important;
}

.panel-groupnew2 .panel-title {
    padding: 0 !important;
}

.frequently-list .panel-group {
    margin-bottom: 0;
}

.frequently-list .panel-body ul li i {
    float: right;
    margin-top: 5px;
}

.frequently-list .panel-body ul li {
    padding-right: 20px;
}

.frequently-list {
    border: 0 !important;
    box-shadow: 0px 0px 6px 4px #0000000f;
    margin-bottom: 50px;
}

.panel-body ul {
    padding: 0;
}

.frequently-list .panel-body li {
    display: block;
    border-bottom: 2px solid #cbcbcb;
    width: 100%;
    font-family: 'lvy';
    padding: 18px 0px 18px 18px;
    /* background-color: white; */
    color: white;
}

.frequently-list .panel-body li:last-child {
    border: 0 !important;
}

.frequently-list .panel {
    border: 0;
}

.frequently-list .panel-default>.panel-heading {
    background-color: transparent;
}

.frequently-list h4.panel-title {
    padding: 12px 12px 12px 15px;
    color: #b79e55;
    /* border-bottom: 1px solid #EEEEEE; */
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.frequently-list .panel-body {
    padding: 0 !important;
}

.paddingbottom {
    padding: 0 0 63px;
}

.frequently-list .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: 0;
}

.frequently-list .panel-group .panel {
    margin: 0;
}

.defaultlist select {
    width: 100%;
    height: 80px;
    padding: 0 28px;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000000 !important;
    background: transparent;
    border-radius: 0;
    color: white;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

.showinglist p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    text-align: right;
    margin: 21px 0px 0px;
    color: rgb(0 0 0);
    font-family: 'Poppins';
}

.productlistbox1 {
    margin: 0 0 50px;
}

.catogeriesbox {
    /* background-color: #ef4716; */
    padding: 8px 0px px;
}

.catogeriesbox h4 {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    padding: 20px 10px 20px 50px;
    margin-bottom: 15px;
    font-family: 'Poppins';
    background: #C5B67D;
    text-transform: capitalize;
    margin-bottom: 0;
}

.frequently-list #collapsetwo a {
    padding-left: 15px;
}

.frequently-list #collapsetwo li {
    padding-left: 30px;
}

.frequently-list .dash {
    padding: 0 25px;
    color: black;
    font-size: 19px;
}

.frequently-list .dollar {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.product-page-prdtc {
    box-shadow: 6px 5px 10px 5px #00000012;
}

prdtc-desc ul {
    justify-content: center;
}

.best-deal-sec {
    background-color: rgb(233, 238, 245);
    padding: 120px 0px;
}

.heading-uni h6 {
    font-family: Poppins;
    font-size: 18px;
    color: rgb(65, 65, 74);
    font-weight: 300;
}

.best-sale-slider {
    background-color: white;
    margin-bottom: 50px;
    padding: 0px 10px 30px;
}

.best-sale-slider .sale-badge {
    background-color: #B5C448;
    font-family: Poppins;
    color: rgb(0 0 0);
    font-size: 15px;
    position: absolute;
    top: 20px;
    left: 30px;
    padding: 0px 10px;
}

.heart-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    color: rgb(181 196 72);
}

.best-sale-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.best-sale-slider h6 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

.prdtc-desc ul li a {
    color: rgb(227, 162, 6);
    font-size: 19px;
    margin-left: 8px;
}

.prdtc-desc h5 {
    font-family: Poppins;
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: 500;
}

.prdtc-desc .our-line {
    font-family: Poppins;
    color: rgb(215, 215, 215);
    font-size: 16px;
    text-decoration: line-through;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: rgb(12, 44, 83);
}

.slick-dots li button::before {
    font-size: 70px;
}

.collection .col_wrpr h6 span.fr-left::before {
    content: "";
    position: absolute;
    background-color: rgb(27, 57, 93);
    height: 55px;
    left: 0px;
    width: 97%;
    z-index: -1;
    top: -5px;
    font-family: "Playfair Display";
}

.collection .col_wrpr img.img-1,
img.img-4 {
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.col_wrpr .img-3 {
    height: 256px;
}

.prdtc-desc ul {
    justify-content: center;
}

.frequently-list .collapsed {
    background-color: transparent !important;
}

.frequently-list .panel-default>.panel-heading h4 a {
    background-color: #fff0 !important;
}

.freq-checkbox {
    margin-left: 24px;
}

#headingOne .panel-title {
    padding: 0;
}

.product-page-sec .product-slider-inner .img-main {
    width: auto;
    margin-bottom: 70px;
    height: auto;
    margin-top: 50px;
}

.product-slider-inner {
    border: 1px solid #e1e1e1;
}

.product-slider-inner-img {
    background: #ebebeb;
    text-align: center;
}

.prdtc-txt {
    background-color: #ffffff;
}

.prdtc-txt .stars {
    margin: 0;
    display: flex;
}

.prdtc-txt .stars li {
    margin-right: 5px;
}

.product-main img {
    width: 100%;
    /* padding: 50px 10px; */
    margin: auto;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.product-main {
    background-color: #ffffff00;
    /* border: 2px solid #E1E1E1; */
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}

.product-txt-inner ul li i {
    color: #E3A206;
    font-size: 16px;
    margin-left: 5px;
}

.product-txt-inner h5 {
    font-family: 'adoha';
    color: black;
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
}

.product-txt-inner h6 {
    color: #CCCCCC;
    font-family: 'helvetabold';
    font-size: 16px;
}

.product-txt-inner h6 {
    color: #ef4716;
    font-family: 'adoha';
    font-size: 20px;
    text-align: left;
}

.product-cart-icon i {
    width: 45px;
    height: 45px;
    background-color: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px !important;
    color: black !important;
    margin-top: 10px;
    margin-left: 9px !important;
    cursor: pointer;
}

.product-cart-icon i:hover {
    background-color: #ef4716;
    color: #fff !important;
}

.product-txt-inner ul li i {
    color: #E3A206;
    font-size: 16px;
    margin-left: 5px;
}

.frequently-list .panel-body ul {
    margin-bottom: 0;
}

.prdt-txt {
    text-align: center;
    padding: 10px 10px 10px 0;
    /* background-color: #ffffff00;
    border-top: 1px solid #CCCCCC; */
}

.frequently-list .panel-default>.panel-heading h4 a:not(.collapsed) {
    color: #000000 !important;
    font-size: 20px;
}

.frequently-list .panel-default>.panel-heading h4 a i {
    float: right;
    margin-right: 20px;
    color: #ef4716;
}

.product-txt-inner ul li:first-child i {
    margin-left: 0;
}


/* Range */

.range-slider {
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.range-slider input {
    border: none;
}

.range-slider .rangeValues {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    font-family: poppins;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0px !important;
    height: 5px;
    border: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #C5B67D;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #C5B67D;
    margin-top: -8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    /*     border: 1px solid #fff !important; */
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #C5B67D;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #C5B67D;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #C5B67D;
}

:root {
    --dark-color: #191919;
}

.flx-fg.rangeValues {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 0;
}

.prdtc-sidebar h5 {
    font-size: 25px;
    color: black;
    border: 1px solid #CCCCCC;
    padding: 20px 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.prdtc-sidebar h5 i {
    color: #81D33F;
    font-size: 31px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.cat-rang .accordion-header>button {
    background: #100F0F;
    color: white;
    border-radius: 0 !important;
    padding: 30px 20px;
    font-size: 20px;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 400;
    border-left: 5px solid #94DE68;
}

.cat-rang h2 {
    line-height: 0;
}

.cat-rang .accordion-button:not(.collapsed) {
    background: black;
    color: white;
}

.cat-rang .accordion-button::after {
    filter: brightness(0) invert(1);
}

.cat-rang input[type="text"] {
    width: 80%;
    height: 50px;
    padding: 10px 10px 10px 40px;
    border: 1px solid #CCCCCC;
    background: transparent;
}

.cat-rang input[type="text"]::Placeholder {
    font-family: 'Poppins';
}

.cat-rang form {
    position: relative;
}

.cat-rang form button {
    position: absolute;
    left: 7px;
    top: 10px;
    background: none;
    border: 0;
    font-size: 20px;
    color: black;
}

.cat-rang ul {
    margin-top: 30px;
    height: 210px;
    overflow-y: scroll;
}

.cat-rang ul label {
    color: #333333;
    font-family: 'Poppins';
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
}

.cat-rang ul input[type="checkbox"] {
    border-radius: 0;
    width: 20px;
    height: 20px;
}

.cat-rang ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cat-rang .accordion-item {
    margin-bottom: 40px;
    /* padding-bottom: 30px; */
    background: transparent;
}

.cat-rang .accordion-body {
    padding-bottom: 40px;
    background-color: transparent;
}

.price-dv-mn .btn-fil {
    padding: 12px 30px;
    background: #c5b67d;
    color: black;
    font-size: 16px;
    font-family: 'Poppins';
}

.flx-fg.rangeValues .flx-fg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.flx-fg.rangeValues .flx-fg div {
    display: flex;
    align-items: center;
}

.flx-fg.rangeValues .flx-fg div h6 {
    margin-bottom: 0;
    margin-right: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Poppins';
}

.price-dv-mn {
    padding: 20px 20px 20px 50px;
    /* background-color: white; */
}

section.jewl-sc.prd-jw {
    margin-top: -200px;
}

.flx-fg span {
    width: 55px;
    position: relative;
    top: 0px;
    color: #c5b67d;
    font-size: 20px;
    font-family: 'Poppins';
}

.cat-rang ul::-webkit-scrollbar {
    width: 4px;
}


/* Track */

.cat-rang ul::-webkit-scrollbar-track {
    background: #ef4716;
}


/* Handle */

.cat-rang ul::-webkit-scrollbar-thumb {
    background: #CACACA;
}


/* Handle on hover */

.cat-rang ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.frequently-list .panel-body ul li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: #6b363600;
    /* border: 1px solid #eee; */
    position: relative;
    visibility: hidden;
    margin-right: 10px;
    top: 2px;
}

.defaultlist.defaultlist-2 select {
    width: 120px;
}

.prd-sid-mn {
    padding-right: 50px;
    height: auto;
}

.prd-sid-mn::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
}

.prd-sid-mn::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); */
    background-color: #6C7271;
    border-radius: 50px;
}

.prd-sid-mn::-webkit-scrollbar-thumb {
    background-color: #F9E598;
    /* outline: 1px solid slategrey; */
    border-radius: 50px;
}

.frequently-list .panel-body ul li input[type="checkbox"]::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #A6ABAA;
    visibility: visible;
}

.frequently-list .panel-body ul li input[type="checkbox"]:checked::after {
    content: '\f00c';
    position: absolute;
    left: 4px;
    top: -2px;
    color: #E495A8;
    font-size: 13px;
    visibility: visible;
    font-family: "Font Awesome 5 Pro";
}

section.productsec.product-page-sec .prd-innn {
    margin-bottom: 90px;
}

.pagination {
    justify-content: end;
}

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

.pagination ul a {
    width: 50px;
    height: 50px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-size: 19px;
    font-weight: 500;
}

.pagination ul a:hover {
    background: #C5B67D;
    border-color: #C5B67D;
}


/*product page css end*/


/* services detial sec ccss */

.services-detail {
    padding: 80px 0;
}

.servc-dtl img {
    width: 100%;
    border-radius: 0px 380px 0px 380px;
    height: 750px;
    object-fit: cover;
    object-position: top;
}

.servc-dtl-txt h2 {
    background: linear-gradient(to left, #e496a869 0%, #df6e99 100%);
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 20px;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.servc-dtl-txt.servc-dtl-txt-2 {
    margin-top: 0px;
}


/* services page css */

.service-page.sec {
    padding: 80px 0;
}

.service-page.sec .ser-inn {
    margin-bottom: 70px;
}


/* testimonial page css */

.testi-pg-sec {
    padding: 130px 0 50px;
}

.testi-pg-sec .testi-slde {
    margin-bottom: 120px;
}

.testi-pg-sec .testi-slde::before {
    display: none;
}

.testi-pg-sec .rate-star {
    color: #C5B67D;
}


/* salt room page css */

.slt-rmm-sc {
    padding-top: 80px;
}

.salt-rm-txt h5 {
    font-size: 77px;
    line-height: 80px;
    text-transform: uppercase;
}

.salt-rm-txt h3 {
    text-transform: uppercase;
    margin-bottom: 21px;
}

.salt-rm-img img {
    width: 100%;
    border-radius: 0 0px 300px 0px;
}

.sal-head {
    text-align: center;
    margin-top: 70px;
}

.sal-head h2 {
    font-size: 66px;
    width: 70%;
    line-height: 71px;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
}

.sal-head ul {
    text-align: left;
    list-style: disc;
    float: left;
    width: 33.33%;
    margin-top: 30px;
    padding-left: 35px;
}

.sal-head ul li {
    font-size: 16px;
    color: black;
    font-weight: 500;
    margin-bottom: 15px;
    width: 90%;
}

.sal-head ul li::marker {
    color: #E2DABE;
    font-size: 30px;
}

.salt-rmm-mn {
    margin-top: 60px;
}

.salt-rmm-txt h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.salt-rmm-mn .salt-rmm-txt {
    margin-bottom: 70px;
}

.sal-head2 h2 {
    font-size: 66px;
    width: 100%;
    line-height: 71px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
}

.sal-head2 {
    text-align: center;
    margin-bottom: 40px;
}

.sal-head2 ul {
    text-align: left;
    list-style: decimal-leading-zero;
    padding-left: 35px;
    column-count: 2;
}

.sal-head2 ul li {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    margin-bottom: 25px;
}

.sal-head2 p {
    margin-bottom: 40px;
}

.sal-head2 ul li::marker {
    color: #C5B67D;
}

.salt-rmm-txt2-inn h3 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.salt-rmm-txt2-inn {
    margin-bottom: 60px;
}

.salt-rmm-txt2-inn ul {
    list-style: disc;
    margin-top: 40px;
    color: #C5B67D;
    padding-left: 20px;
}

.salt-rmm-txt2-inn ul li {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    color: #C5B67D;
}

.salt-rmm-txt2-inn ul li::marker {
    color: black;
}

section.faq-sec.faq-salt-rm {
    padding-top: 10px;
}

section.faq-sec.slt-pgg {
    padding-top: 20px;
}


/* media query */

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .menu-rgt ul {
        justify-content: center;
        margin-top: 30px;
    }
    .main-banner-img {
        height: 500px;
    }
    .banner_text h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .banner_text h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .banner_text h2 {
        margin-bottom: 40px;
    }
    header {
        top: 48px;
    }
    .slicknav_menu {
        z-index: 9999;
        position: absolute;
        width: 100%;
    }
    .carousel-caption {
        top: 80px;
    }
    .search-box.search-elem .inner {
        top: 45%;
        margin: 0;
        transform: none;
        width: 100%;
    }
    .search-box.search-elem button.submit[disabled] {
        width: 100px;
    }
    .search-box.search-elem input[type=text] {
        width: 99%;
        font-size: 15px;
    }
    .search-box.search-elem label.placeholder {
        font-size: 20px;
    }
    .search-elem button.submit {
        width: 100px !important;
    }
    .search-elem button.close {
        right: 10px;
        font-size: 30px;
        z-index: 999999999;
        top: 60px;
        width: 40px;
        height: 40px;
    }
    html {
        overflow-x: hidden;
    }
    .abt-txt h5 {
        font-size: 40px;
        line-height: 45px;
    }
    .abt-txt h3 {
        font-size: 35px;
        letter-spacing: 2px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .abt-sec-hm {
        padding: 40px 0 80px;
    }
    .mb-rev-col {
        flex-direction: column-reverse;
    }
    .abt-txt-img .img-1 {
        height: 400px;
        width: 100%;
        margin-bottom: 40px;
    }
    .abt-txt-img .img-2 {
        width: 170px;
        right: -10px;
    }
    .abt-txt-img .img-3 {
        margin-top: 0;
        height: 400px;
        margin-bottom: 30px;
    }
    .abt-sec-hm .revs-mb {
        margin-top: 40px;
    }
    .abt-txt-img a.btn10 {
        font-size: 16px;
        padding: 18px 40px;
    }
    .abt-txt-img-2 p {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .abt-txt-img-2 img {
        width: 240px;
    }
    .abt-txt-img-2 #circle {
        bottom: 20%;
        padding-bottom: 85%;
        left: -27%;
    }
    section.team-sec {
        padding: 50px 0 20px;
    }
    .team-head h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .team-inn img {
        height: 350px;
    }
    .uni-head h3 span {
        font-size: 30px;
    }
    .uni-head h3 {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 35px;
    }
    .serv-sec .uni-head {
        margin-bottom: 20px;
        text-align: center;
    }
    .ser-inn {
        margin-bottom: 60px;
    }
    .ser-inn img {
        height: 400px;
    }
    .serv-sec {
        padding-bottom: 0;
    }
    .salt-img-txt h3 span {
        font-size: 30px;
    }
    .salt-img-txt h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .salt-img-txt h6 {
        margin-bottom: 0;
    }
    .salt-sec .img-002 {
        top: 0px;
    }
    .salt-img-txt h4 {
        margin-bottom: 0;
    }
    .salt-img-txt .btn10 {
        font-size: 16px;
        padding: 18px 40px;
    }
    .salt-sec .revs-mb {
        flex-direction: column-reverse;
    }
    .salt-img .img-2 {
        height: 350px;
        margin-bottom: 30px;
    }
    .salt-img-txt h3 {
        margin-bottom: 20px;
    }
    .salt-img .img-001 {
        max-width: 145%;
        top: -9%;
    }
    .prdtc-sec .img-001 {
        width: 140px;
        top: 12%;
    }
    .prd-head h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .prd-head {
        margin-bottom: 10px;
    }
    .prd-tabs ul#myTab button {
        font-size: 14px;
    }
    .prdd-head {
        margin-bottom: 20px;
    }
    .prd-innn {
        margin-bottom: 90px;
    }
    .prdd-bdy h6 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .prdtc-sec {
        padding-bottom: 0;
    }
    .testi-slde {
        margin: 0 10px 0;
        padding: 50px 10px;
        box-shadow: 0px 7px 20px 3px #00000012;
    }
    .testi-slde p {
        font-size: 15px;
    }
    .rate-star+span {
        font-size: 20px;
    }
    .testimonal-slider .slick-arrow {
        display: none !important;
    }
    .testimonal-slider {
        width: 100%;
    }
    .testi-slde:before {
        bottom: -28px;
    }
    section.testimonal-sec h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .testimonal-sec .sub-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    section.testimonal-sec {
        padding-bottom: 30px;
    }
    .foot-links {
        padding-left: 0;
    }
    .foot-links h6 {
        margin-bottom: 5px;
        margin-top: 30px;
    }
    .ftt-btm-1 p {
        font-size: 15px;
    }
    .ftt-btm-2 {
        gap: 10px;
        flex-direction: column;
        padding-right: 0;
    }
    .inner-br-txt h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .inner-br-txt a {
        padding: 20px 20px !important;
        font-size: 20px !important;
    }
    .inner-bnr-img {
        height: 450px;
    }
    .inner-bnr-mn {
        top: 15%;
    }
    .servc-dtl-txt h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .servc-dtl-txt {
        margin-top: 40px;
    }
    .servc-dtl img {
        height: 520px;
        border-radius: 0px 150px 0px 150px;
    }
    .inner-banner {
        overflow: hidden;
    }
    .services-detail {
        padding: 50px 0;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-sec h4 {
        font-size: 39px;
    }
    ul.sscl-ul {
        gap: 10px;
    }
    ul.sscl-ul li:last-child {
        gap: 13px;
    }
    ul.sscl-ul span {
        font-size: 20px;
    }
    .contact-sec h4 {
        font-size: 35px;
    }
    .contact-right {
        padding: 40px 10px 40px 20px !important;
        margin-top: 30px;
    }
    .contact-right::before {
        top: 6%;
    }
    footer {
        padding-top: 50px;
    }
    .team-sc h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .gal-inn.col-cls-1 {
        height: 191px;
    }
    .gal-inn .img-04 {
        width: 100%;
        height: 500px;
    }
    .gal-inn ul {
        height: 300px;
    }
    .slicknav_nav a:hover {
        background: #C5B67D !important;
    }
    section.productsec {
        padding: 50px 0px 80px 0px;
    }
    .prd-sid-mn {
        padding-right: 0;
    }
    .price-dv-mn {
        padding: 20px 20px 20px 10px;
    }
    .catogeriesbox h4 {
        padding-left: 10px;
        font-size: 25px;
    }
    .flx-fg.rangeValues .flx-fg {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .defaultlist.defaultlist-2 select {
        width: 100%;
        margin-top: 20px;
    }
    .defaultlist select {
        height: 60px;
    }
    .pagination ul a {
        width: 40px;
        height: 40px;
    }
    .pagination {
        justify-content: center;
    }
    .productdetailtext h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .productdetailtext {
        margin-top: 30px;
    }
    .description li.nav-item {
        width: 100%;
        display: block;
        margin: 0;
    }
    .description li.nav-item button {
        width: 100%;
    }
    .productdetailtext span {
        font-size: 35px;
        line-height: 40px;
    }
    ul.product-detail-heading {
        margin-bottom: 21px;
    }
    .productdetailsec .productdetailportion {
        height: 300px;
    }
    .productdetailsec {
        padding: 50px 0;
    }
    .faq-head h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .faq-sec {
        padding: 50px 0;
    }
    .faq-inn button.accordion-button {
        font-size: 18px;
        align-items: flex-start;
        padding-right: 0;
    }
    .faq-inn .accordion-body p {
        line-height: 25px;
    }
    .testi-pg-sec .testi-slde {
        margin-bottom: 90px;
    }
    .testi-pg-sec {
        padding-bottom: 0;
    }
    .or-amazon p {
        font-size: 15px;
    }
    .total-section {
        margin-top: 50px;
    }
    .prcd-chk {}
    .proceed a {
        text-align: center;
    }
    .add-to-cart .table {
        width: 850px;
    }
    .add-to-cart .table .table-space .row>div {
        width: 50%;
    }
    .table-space h3 {
        font-size: 14px;
    }
    .table-space h6 {
        font-size: 15px;
    }
    .table-space span {
        font-size: 14px;
    }
    section.checkout_page.all-section.all-side {
        padding-top: 0;
    }
    .cart_sidebar {
        margin-bottom: 50px;
    }
    .checkout_page .container>.row {
        flex-direction: column-reverse;
    }
    .billing_form {
        margin-bottom: 40px;
    }
    .salt-rm-txt h5 {
        font-size: 30px;
        line-height: 35px;
    }
    .salt-rm-txt h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .salt-rm-img img {
        border-radius: 0 0px 70px 0px;
        margin-bottom: 40px;
    }
    .slt-rmm-sc {
        padding-top: 50px;
    }
    .sal-head h2 {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .sal-head {
        margin-top: 50px;
    }
    .sal-head ul {
        width: 100%;
        margin-top: 0;
    }
    .sal-head ul li {
        width: 100%;
    }
    .salt-rmm-txt h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .salt-rmm-mn .salt-rmm-txt {
        margin-bottom: 40px;
    }
    .salt-rmm-mn {
        margin-top: 20px;
    }
    .sal-head2 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .sal-head2 ul {
        column-count: 1;
    }
    .sal-head2 ul li {
        font-size: 16px;
    }
    .salt-rmm-txt2-inn h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .salt-rmm-txt2-inn {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .menu-rgt ul {
        justify-content: center;
        margin-top: 30px;
    }
    .main-banner-img {
        height: 500px;
    }
    .banner_text h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .banner_text h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .banner_text h2 {
        margin-bottom: 40px;
    }
    header {
        top: 48px;
    }
    .slicknav_menu {
        z-index: 9999;
        position: absolute;
        width: 100%;
    }
    .carousel-caption {
        top: 80px;
    }
    .search-box.search-elem .inner {
        top: 45%;
        margin: 0;
        transform: none;
        width: 100%;
    }
    .search-box.search-elem button.submit[disabled] {
        width: 100px;
    }
    .search-box.search-elem input[type=text] {
        width: 99%;
        font-size: 15px;
    }
    .search-box.search-elem label.placeholder {
        font-size: 20px;
    }
    .search-elem button.submit {
        width: 100px !important;
    }
    .search-elem button.close {
        right: 10px;
        font-size: 30px;
        z-index: 999999999;
        top: 60px;
        width: 40px;
        height: 40px;
    }
    html {
        overflow-x: hidden;
    }
    .abt-txt h5 {
        font-size: 40px;
        line-height: 45px;
    }
    .abt-txt h3 {
        font-size: 35px;
        letter-spacing: 2px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .abt-sec-hm {
        padding: 40px 0 80px;
    }
    .mb-rev-col {
        flex-direction: column-reverse;
    }
    .abt-txt-img .img-1 {
        height: 400px;
        width: 100%;
        margin-bottom: 40px;
    }
    .abt-txt-img .img-2 {
        width: 170px;
        right: -10px;
    }
    .abt-txt-img .img-3 {
        margin-top: 0;
        height: 400px;
        margin-bottom: 30px;
    }
    .abt-sec-hm .revs-mb {
        margin-top: 40px;
    }
    .abt-txt-img a.btn10 {
        font-size: 16px;
        padding: 18px 40px;
    }
    .abt-txt-img-2 p {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .abt-txt-img-2 img {
        width: 240px;
    }
    .abt-txt-img-2 #circle {
        bottom: 20%;
        padding-bottom: 85%;
        left: -27%;
    }
    section.team-sec {
        padding: 50px 0 20px;
    }
    .team-head h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .team-inn img {
        height: 350px;
    }
    .uni-head h3 span {
        font-size: 30px;
    }
    .uni-head h3 {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 35px;
    }
    .serv-sec .uni-head {
        margin-bottom: 20px;
        text-align: center;
    }
    .ser-inn {
        margin-bottom: 60px;
    }
    .ser-inn img {
        height: 400px;
    }
    .serv-sec {
        padding-bottom: 0;
    }
    .salt-img-txt h3 span {
        font-size: 30px;
    }
    .salt-img-txt h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .salt-img-txt h6 {
        margin-bottom: 0;
    }
    .salt-sec .img-002 {
        top: 0px;
    }
    .salt-img-txt h4 {
        margin-bottom: 0;
    }
    .salt-img-txt .btn10 {
        font-size: 16px;
        padding: 18px 40px;
    }
    .salt-sec .revs-mb {
        flex-direction: column-reverse;
    }
    .salt-img .img-2 {
        height: 350px;
        margin-bottom: 30px;
    }
    .salt-img-txt h3 {
        margin-bottom: 20px;
    }
    .salt-img .img-001 {
        max-width: 145%;
        top: -9%;
    }
    .prdtc-sec .img-001 {
        width: 140px;
        top: 12%;
    }
    .prd-head h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .prd-head {
        margin-bottom: 10px;
    }
    .prd-tabs ul#myTab button {
        font-size: 14px;
    }
    .prdd-head {
        margin-bottom: 20px;
    }
    .prd-innn {
        margin-bottom: 90px;
    }
    .prdd-bdy h6 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .prdtc-sec {
        padding-bottom: 0;
    }
    .testi-slde {
        margin: 0 10px 0;
        padding: 50px 10px;
        box-shadow: 0px 7px 20px 3px #00000012;
    }
    .testi-slde p {
        font-size: 15px;
    }
    .rate-star+span {
        font-size: 20px;
    }
    .testimonal-slider .slick-arrow {
        display: none !important;
    }
    .testimonal-slider {
        width: 100%;
    }
    .testi-slde:before {
        bottom: -28px;
    }
    section.testimonal-sec h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .testimonal-sec .sub-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    section.testimonal-sec {
        padding-bottom: 30px;
    }
    .foot-links {
        padding-left: 0;
    }
    .foot-links h6 {
        margin-bottom: 5px;
        margin-top: 30px;
    }
    .ftt-btm-1 p {
        font-size: 15px;
    }
    .ftt-btm-2 {
        gap: 10px;
        flex-direction: column;
        padding-right: 0;
    }
    .inner-br-txt h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .inner-br-txt a {
        padding: 20px 20px !important;
        font-size: 20px !important;
    }
    .inner-bnr-img {
        height: 450px;
    }
    .inner-bnr-mn {
        top: 15%;
    }
    .servc-dtl-txt h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .servc-dtl-txt {
        margin-top: 40px;
    }
    .servc-dtl img {
        height: 520px;
        border-radius: 0px 150px 0px 150px;
    }
    .inner-banner {
        overflow: hidden;
    }
    .services-detail {
        padding: 50px 0;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-sec h4 {
        font-size: 39px;
    }
    ul.sscl-ul {
        gap: 10px;
    }
    ul.sscl-ul li:last-child {
        gap: 13px;
    }
    ul.sscl-ul span {
        font-size: 20px;
    }
    .contact-sec h4 {
        font-size: 35px;
    }
    .contact-right {
        padding: 40px 10px 40px 20px !important;
        margin-top: 30px;
    }
    .contact-right::before {
        top: 6%;
    }
    footer {
        padding-top: 50px;
    }
    .team-sc h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .gal-inn.col-cls-1 {
        height: 191px;
    }
    .gal-inn .img-04 {
        width: 100%;
        height: 500px;
    }
    .gal-inn ul {
        height: 300px;
    }
    .slicknav_nav a:hover {
        background: #C5B67D !important;
    }
    section.productsec {
        padding: 50px 0px 80px 0px;
    }
    .prd-sid-mn {
        padding-right: 0;
    }
    .price-dv-mn {
        padding: 20px 20px 20px 10px;
    }
    .catogeriesbox h4 {
        padding-left: 10px;
        font-size: 25px;
    }
    .flx-fg.rangeValues .flx-fg {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .defaultlist.defaultlist-2 select {
        width: 100%;
        margin-top: 20px;
    }
    .defaultlist select {
        height: 60px;
    }
    .pagination ul a {
        width: 40px;
        height: 40px;
    }
    .pagination {
        justify-content: center;
    }
    .productdetailtext h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .productdetailtext {
        margin-top: 30px;
    }
    .description li.nav-item {
        width: 100%;
        display: block;
        margin: 0;
    }
    .description li.nav-item button {
        width: 100%;
    }
    .productdetailtext span {
        font-size: 35px;
        line-height: 40px;
    }
    ul.product-detail-heading {
        margin-bottom: 21px;
    }
    .productdetailsec .productdetailportion {
        height: 300px;
    }
    .productdetailsec {
        padding: 50px 0;
    }
    .faq-head h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .faq-sec {
        padding: 50px 0;
    }
    .faq-inn button.accordion-button {
        font-size: 18px;
        align-items: flex-start;
        padding-right: 0;
    }
    .faq-inn .accordion-body p {
        line-height: 25px;
    }
    .testi-pg-sec .testi-slde {
        margin-bottom: 90px;
    }
    .testi-pg-sec {
        padding-bottom: 0;
    }
    .or-amazon p {
        font-size: 15px;
    }
    .total-section {
        margin-top: 50px;
    }
    .prcd-chk {}
    .proceed a {
        text-align: center;
    }
    .add-to-cart .table {
        width: 850px;
    }
    .add-to-cart .table .table-space .row>div {
        width: 50%;
    }
    .table-space h3 {
        font-size: 14px;
    }
    .table-space h6 {
        font-size: 15px;
    }
    .table-space span {
        font-size: 14px;
    }
    section.checkout_page.all-section.all-side {
        padding-top: 0;
    }
    .cart_sidebar {
        margin-bottom: 50px;
    }
    .checkout_page .container>.row {
        flex-direction: column-reverse;
    }
    .billing_form {
        margin-bottom: 40px;
    }
    .salt-rm-txt h5 {
        font-size: 30px;
        line-height: 35px;
    }
    .salt-rm-txt h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .salt-rm-img img {
        border-radius: 0 0px 70px 0px;
        margin-bottom: 40px;
    }
    .slt-rmm-sc {
        padding-top: 50px;
    }
    .sal-head h2 {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .sal-head {
        margin-top: 50px;
    }
    .sal-head ul {
        width: 100%;
        margin-top: 0;
    }
    .sal-head ul li {
        width: 100%;
    }
    .salt-rmm-txt h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .salt-rmm-mn .salt-rmm-txt {
        margin-bottom: 40px;
    }
    .salt-rmm-mn {
        margin-top: 20px;
    }
    .sal-head2 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .sal-head2 ul {
        column-count: 1;
    }
    .sal-head2 ul li {
        font-size: 16px;
    }
    .salt-rmm-txt2-inn h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .salt-rmm-txt2-inn {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-rgt ul {
        justify-content: center;
        margin-top: 0;
    }
    .prcd-chk .checkout-btn:first-child {
        padding: 19px 15px;
    }
    .ship-estimate {
        margin-top: 30px;
    }
    .main-banner-img {
        height: 500px;
    }
    .banner_text h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .banner_text h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .banner_text h2 {
        margin-bottom: 40px;
    }
    header {
        top: 0;
    }
    .slicknav_menu {
        z-index: 9999;
        position: absolute;
        width: 100%;
    }
    .carousel-caption {
        top: 80px;
    }
    .search-box.search-elem .inner {
        top: 45%;
        margin: 0;
        transform: none;
        width: 100%;
        z-index: 9999;
    }
    .search-box.search-elem button.submit[disabled] {
        width: 100px;
    }
    .search-box.search-elem input[type=text] {
        width: 78%;
        font-size: 15px;
    }
    .search-box.search-elem label.placeholder {
        font-size: 20px;
    }
    .search-elem button.submit {
        width: 150px !important;
    }
    .search-elem button.close {
        right: 10px;
        font-size: 30px;
        z-index: 999999999;
        top: 60px;
        width: 40px;
        height: 40px;
    }
    html {
        overflow-x: hidden;
    }
    .abt-txt h5 {
        font-size: 50px;
        line-height: 65px;
    }
    .abt-txt h3 {
        font-size: 50px;
        letter-spacing: 2px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .abt-sec-hm {
        padding: 40px 0 80px;
    }
    .mb-rev-col {
        flex-direction: column-reverse;
    }
    .abt-txt-img .img-1 {
        height: 400px;
        width: 100%;
        margin-bottom: 40px;
    }
    .abt-txt-img .img-2 {
        width: 230px;
        right: -50px;
    }
    .abt-txt-img .img-3 {
        margin-top: 0;
        height: 400px;
        margin-bottom: 30px;
        width: 100%;
    }
    .abt-sec-hm .revs-mb {
        margin-top: 40px;
    }
    .abt-txt-img a.btn10 {
        font-size: 16px;
        padding: 18px 40px;
    }
    .abt-txt-img-2 p {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .abt-txt-img-2 img {
        width: 400px;
    }
    .abt-txt-img-2 #circle {
        bottom: 12%;
        padding-bottom: 45%;
        left: -7%;
    }
    section.team-sec {
        padding: 50px 0 20px;
    }
    .team-head h3 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 30px;
    }
    .team-inn img {
        height: 250px;
    }
    .uni-head h3 span {
        font-size: 50px;
    }
    .uni-head h3 {
        font-size: 50px;
        margin-bottom: 0;
        line-height: 55px;
    }
    .serv-sec .uni-head {
        margin-bottom: 20px;
        text-align: center;
    }
    .ser-inn {
        margin-bottom: 60px;
    }
    .ser-inn img {
        height: 320px;
    }
    .serv-sec {
        padding-bottom: 0;
    }
    .salt-img-txt h3 span {
        font-size: 50px;
    }
    .salt-img-txt h3 {
        font-size: 50px;
        line-height: 55px;
    }
    .salt-img-txt h6 {
        margin-bottom: 0;
    }
    .salt-sec .img-002 {
        top: 0px;
    }
    .salt-img-txt h4 {
        margin-bottom: 0;
    }
    .salt-img-txt .btn10 {
        font-size: 16px;
        padding: 18px 40px;
    }
    .salt-sec .revs-mb {
        flex-direction: column-reverse;
    }
    .salt-img .img-2 {
        height: 350px;
        margin-bottom: 30px;
    }
    .salt-img-txt h3 {
        margin-bottom: 20px;
    }
    .salt-img .img-001 {
        max-width: 85%;
        top: -29%;
    }
    .prdtc-sec .img-001 {
        width: 140px;
        top: 12%;
    }
    .prd-head h2 {
        font-size: 50px;
        line-height: 35px;
    }
    .prd-head {
        margin-bottom: 10px;
    }
    .prd-tabs ul#myTab button {
        font-size: 14px;
    }
    .prdd-head {
        margin-bottom: 20px;
    }
    .prd-innn {
        margin-bottom: 90px;
    }
    .prdd-bdy h6 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .prdtc-sec {
        padding-bottom: 0;
    }
    .testi-slde {
        margin: 0 10px 0;
        padding: 50px 30px;
        box-shadow: 0px 7px 20px 3px #00000012;
    }
    .testi-slde p {
        font-size: 15px;
    }
    .rate-star+span {
        font-size: 20px;
    }
    .testimonal-slider .slick-arrow {
        display: flex !important;
    }
    .testimonal-slider {
        width: 90%;
        margin: auto;
    }
    .testi-slde:before {
        bottom: -21px;
    }
    section.testimonal-sec h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .testimonal-sec .sub-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    section.testimonal-sec {
        padding-bottom: 30px;
    }
    .foot-links {
        padding-left: 0;
    }
    .foot-links h6 {
        margin-bottom: 5px;
        margin-top: 0;
    }
    .ftt-btm-1 p {
        font-size: 15px;
    }
    .ftt-btm-2 {
        gap: 10px;
        flex-direction: column;
        padding-right: 0;
        align-items: end;
    }
    .inner-br-txt h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .inner-br-txt a {
        padding: 20px 30px !important;
        font-size: 20px !important;
    }
    .inner-bnr-img {
        height: 370px;
    }
    .inner-bnr-mn {
        top: 15%;
    }
    .servc-dtl-txt h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .servc-dtl-txt {
        margin-top: 40px;
    }
    .servc-dtl img {
        height: 520px;
        border-radius: 0px 150px 0px 150px;
    }
    .inner-banner {
        overflow: hidden;
    }
    .services-detail {
        padding: 50px 0;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-sec h4 {
        font-size: 39px;
    }
    ul.sscl-ul {
        gap: 10px;
    }
    ul.sscl-ul li:last-child {
        gap: 11px;
    }
    ul.sscl-ul span {
        font-size: 17px;
    }
    .contact-sec h4 {
        font-size: 35px;
    }
    .contact-right {
        padding: 40px 10px 40px 20px !important;
        margin-top: 0;
    }
    .contact-right::before {
        top: 6%;
    }
    footer {
        padding-top: 50px;
    }
    .team-sc h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .gal-inn.col-cls-1 {
        height: 450px;
    }
    .gal-inn .img-04 {
        width: 100%;
        height: 500px;
    }
    .gal-inn ul {
        height: 430px;
    }
    .slicknav_nav a:hover {
        background: #C5B67D !important;
    }
    section.productsec {
        padding: 50px 0px 80px 0px;
    }
    .prd-sid-mn {
        padding-right: 0;
    }
    .price-dv-mn {
        padding: 20px 20px 20px 10px;
    }
    .catogeriesbox h4 {
        padding-left: 10px;
        font-size: 25px;
    }
    .flx-fg.rangeValues .flx-fg {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .defaultlist.defaultlist-2 select {
        width: 140px;
        margin-top: 0;
    }
    .defaultlist select {
        height: 60px;
    }
    .pagination ul a {
        width: 50px;
        height: 50px;
    }
    .pagination {
        justify-content: end;
    }
    .productdetailtext h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .productdetailtext {
        margin-top: 0;
    }
    .description li.nav-item {
        width: auto;
        display: inline-block;
        margin: 0;
    }
    .description li.nav-item button {
        width: 200px;
    }
    .productdetailtext p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .productdetailtext span {
        font-size: 35px;
        line-height: 40px;
    }
    ul.product-detail-heading {
        margin-bottom: 0;
    }
    .productdetailsec .productdetailportion {
        height: 470px;
    }
    .productdetailsec {
        padding: 50px 0;
    }
    .faq-head h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .faq-sec {
        padding: 50px 0;
    }
    .faq-inn button.accordion-button {
        font-size: 18px;
        align-items: flex-start;
        padding-right: 0;
    }
    .faq-inn .accordion-body p {
        line-height: 20px;
    }
    .testi-pg-sec .testi-slde {
        margin-bottom: 90px;
        padding: 50px 10px;
    }
    .testi-pg-sec {
        padding-bottom: 0;
    }
    .or-amazon p {
        font-size: 14px;
    }
    .total-section {
        margin-top: 50px;
    }
    .proceed a {
        text-align: end;
    }
    .add-to-cart .table {
        width: 850px;
    }
    .add-to-cart .table .table-space .row>div {
        width: 50%;
    }
    .table-space h3 {
        font-size: 14px;
    }
    .table-space h6 {
        font-size: 15px;
    }
    .table-space span {
        font-size: 14px;
    }
    section.checkout_page.all-section.all-side {
        padding-top: 0;
    }
    .cart_sidebar {
        padding: 40px 10px;
    }
    .checkout_page .container>.row {
        flex-direction: row;
    }
    .billing_form {
        margin-bottom: 40px;
    }
    .salt-rm-txt h5 {
        font-size: 50px;
        line-height: 35px;
    }
    .salt-rm-txt h3 {
        font-size: 50px;
        line-height: 55px;
    }
    .checkout_btn {
        padding: 12px 30px;
    }
    .salt-rm-img img {
        border-radius: 0 0px 70px 0px;
        margin-bottom: 40px;
    }
    .slt-rmm-sc {
        padding-top: 50px;
    }
    .sal-head h2 {
        width: 100%;
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .sal-head {
        margin-top: 50px;
    }
    .sal-head ul {
        width: 33%;
        margin-top: 0;
    }
    .sal-head ul li {
        width: 90%;
        line-height: 17px;
        font-size: 12px;
    }
    .salt-rmm-txt h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .salt-rmm-mn .salt-rmm-txt {
        margin-bottom: 40px;
    }
    .salt-rmm-mn {
        margin-top: 20px;
    }
    .sal-head2 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .sal-head2 ul {
        column-count: 2;
    }
    .sal-head2 ul li {
        font-size: 16px;
        padding-right: 50px;
    }
    .salt-rmm-txt2-inn h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .salt-rmm-txt2-inn {
        margin-bottom: 20px;
    }
    #menu a {
        padding: 0 2px;
        font-size: 13px;
    }
    .header-logo {
        padding-bottom: 20px;
    }
    .salt-img {
        text-align: center;
    }
    .salt-img .img-1 {
        width: 450px;
    }
    .testimonal-slider .slick-next {
        right: -60px;
    }
    .testimonal-slider .slick-prev {
        left: -60px;
    }
    .foot-abt {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .menu-rgt ul {
        justify-content: center;
        margin-top: 0;
    }
    .main-banner-img {
        height: 500px;
    }
    .banner_text h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .banner_text h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .banner_text h2 {
        margin-bottom: 40px;
    }
    header {
        top: 0;
    }
    .slicknav_menu {
        z-index: 9999;
        position: absolute;
        width: 100%;
    }
    .carousel-caption {
        top: 80px;
    }
    .search-box.search-elem .inner {
        top: 45%;
        margin: 0;
        transform: none;
        width: 100%;
        z-index: 9999;
    }
    .search-box.search-elem button.submit[disabled] {
        width: 100px;
    }
    .search-box.search-elem input[type=text] {
        width: 78%;
        font-size: 15px;
    }
    .search-box.search-elem label.placeholder {
        font-size: 20px;
    }
    .search-elem button.submit {
        width: 150px !important;
    }
    .search-elem button.close {
        right: 10px;
        font-size: 30px;
        z-index: 999999999;
        top: 60px;
        width: 40px;
        height: 40px;
    }
    html {
        overflow-x: hidden;
    }
    .abt-txt h5 {
        font-size: 50px;
        line-height: 65px;
    }
    .abt-txt h3 {
        font-size: 50px;
        letter-spacing: 2px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .abt-sec-hm {
        padding: 40px 0 80px;
    }
    .mb-rev-col {
        flex-direction: column-reverse;
    }
    .abt-txt-img .img-1 {
        height: 400px;
        width: 100%;
        margin-bottom: 40px;
    }
    .abt-txt-img .img-2 {
        width: 230px;
        right: -50px;
    }
    .abt-txt-img .img-3 {
        margin-top: 0;
        height: 400px;
        margin-bottom: 30px;
        width: 100%;
    }
    .abt-sec-hm .revs-mb {
        margin-top: 40px;
    }
    .abt-txt-img a.btn10 {
        font-size: 16px;
        padding: 18px 40px;
    }
    .abt-txt-img-2 p {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .abt-txt-img-2 img {
        width: 400px;
    }
    .abt-txt-img-2 #circle {
        bottom: 12%;
        padding-bottom: 45%;
        left: -7%;
    }
    section.team-sec {
        padding: 50px 0 20px;
    }
    .team-head h3 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 30px;
    }
    .team-inn img {
        height: 250px;
    }
    .uni-head h3 span {
        font-size: 50px;
    }
    .uni-head h3 {
        font-size: 50px;
        margin-bottom: 0;
        line-height: 55px;
    }
    .serv-sec .uni-head {
        margin-bottom: 20px;
        text-align: center;
    }
    .ser-inn {
        margin-bottom: 60px;
    }
    .ser-inn img {
        height: 320px;
    }
    .serv-sec {
        padding-bottom: 0;
    }
    .salt-img-txt h3 span {
        font-size: 50px;
    }
    .salt-img-txt h3 {
        font-size: 50px;
        line-height: 55px;
    }
    .salt-img-txt h6 {
        margin-bottom: 0;
    }
    .salt-sec .img-002 {
        top: 0px;
    }
    .salt-img-txt h4 {
        margin-bottom: 0;
    }
    .salt-img-txt .btn10 {
        font-size: 16px;
        padding: 18px 40px;
    }
    .salt-sec .revs-mb {
        flex-direction: column-reverse;
    }
    .salt-img .img-2 {
        height: 350px;
        margin-bottom: 30px;
    }
    .salt-img-txt h3 {
        margin-bottom: 20px;
    }
    .salt-img .img-001 {
        max-width: 85%;
        top: -29%;
    }
    .prdtc-sec .img-001 {
        width: 140px;
        top: 12%;
    }
    .prd-head h2 {
        font-size: 50px;
        line-height: 35px;
    }
    .prd-head {
        margin-bottom: 10px;
    }
    .prd-tabs ul#myTab button {
        font-size: 14px;
    }
    .prdd-head {
        margin-bottom: 20px;
    }
    .prd-innn {
        margin-bottom: 90px;
    }
    .prdd-bdy h6 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .prdtc-sec {
        padding-bottom: 0;
    }
    .testi-slde {
        margin: 0 10px 0;
        padding: 50px 30px;
        box-shadow: 0px 7px 20px 3px #00000012;
    }
    .testi-slde p {
        font-size: 15px;
    }
    .rate-star+span {
        font-size: 20px;
    }
    .testimonal-slider .slick-arrow {
        display: flex !important;
    }
    .testimonal-slider {
        width: 90%;
        margin: auto;
    }
    .testi-slde:before {
        bottom: -21px;
    }
    section.testimonal-sec h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .testimonal-sec .sub-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    section.testimonal-sec {
        padding-bottom: 30px;
    }
    .foot-links {
        padding-left: 0;
    }
    .foot-links h6 {
        margin-bottom: 5px;
        margin-top: 0;
    }
    .ftt-btm-1 p {
        font-size: 15px;
    }
    .ftt-btm-2 {
        gap: 10px;
        flex-direction: column;
        padding-right: 0;
        align-items: end;
    }
    .inner-br-txt h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .inner-br-txt a {
        padding: 20px 30px !important;
        font-size: 20px !important;
    }
    .inner-bnr-img {
        height: 370px;
    }
    .inner-bnr-mn {
        top: 15%;
    }
    .servc-dtl-txt h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .servc-dtl-txt {
        margin-top: 40px;
    }
    .servc-dtl img {
        height: 520px;
        border-radius: 0px 150px 0px 150px;
    }
    .inner-banner {
        overflow: hidden;
    }
    .services-detail {
        padding: 50px 0;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-sec h4 {
        font-size: 39px;
    }
    ul.sscl-ul {
        gap: 10px;
    }
    ul.sscl-ul li:last-child {
        gap: 11px;
    }
    ul.sscl-ul span {
        font-size: 17px;
    }
    .contact-sec h4 {
        font-size: 35px;
    }
    .contact-right {
        padding: 40px 10px 40px 20px !important;
        margin-top: 0;
    }
    .contact-right::before {
        top: 6%;
    }
    footer {
        padding-top: 50px;
    }
    .team-sc h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .gal-inn.col-cls-1 {
        height: 450px;
    }
    .gal-inn .img-04 {
        width: 100%;
        height: 500px;
    }
    .gal-inn ul {
        height: 430px;
    }
    .slicknav_nav a:hover {
        background: #C5B67D !important;
    }
    section.productsec {
        padding: 50px 0px 80px 0px;
    }
    .prd-sid-mn {
        padding-right: 0;
    }
    .price-dv-mn {
        padding: 20px 20px 20px 10px;
    }
    .catogeriesbox h4 {
        padding-left: 10px;
        font-size: 25px;
    }
    .flx-fg.rangeValues .flx-fg {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .defaultlist.defaultlist-2 select {
        width: 140px;
        margin-top: 0;
    }
    .defaultlist select {
        height: 60px;
    }
    .pagination ul a {
        width: 50px;
        height: 50px;
    }
    .pagination {
        justify-content: end;
    }
    .productdetailtext h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .productdetailtext {
        margin-top: 0;
    }
    .description li.nav-item {
        width: auto;
        display: inline-block;
        margin: 0;
    }
    .description li.nav-item button {
        width: 200px;
    }
    .productdetailtext p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .productdetailtext span {
        font-size: 35px;
        line-height: 40px;
    }
    ul.product-detail-heading {
        margin-bottom: 0;
    }
    .productdetailsec .productdetailportion {
        height: 470px;
    }
    .productdetailsec {
        padding: 50px 0;
    }
    .faq-head h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .faq-sec {
        padding: 50px 0;
    }
    .faq-inn button.accordion-button {
        font-size: 18px;
        align-items: flex-start;
        padding-right: 0;
    }
    .faq-inn .accordion-body p {
        line-height: 20px;
    }
    .testi-pg-sec .testi-slde {
        margin-bottom: 90px;
        padding: 50px 10px;
    }
    .testi-pg-sec {
        padding-bottom: 0;
    }
    .or-amazon p {
        font-size: 15px;
    }
    .total-section {
        margin-top: 50px;
    }
    .proceed a {
        text-align: center;
    }
    .add-to-cart .table {
        width: 850px;
    }
    .add-to-cart .table .table-space .row>div {
        width: 50%;
    }
    .table-space h3 {
        font-size: 14px;
    }
    .table-space h6 {
        font-size: 15px;
    }
    .table-space span {
        font-size: 14px;
    }
    section.checkout_page.all-section.all-side {
        padding-top: 0;
    }
    .cart_sidebar {
        margin-bottom: 50px;
    }
    .checkout_page .container>.row {
        flex-direction: column-reverse;
    }
    .billing_form {
        margin-bottom: 40px;
    }
    .salt-rm-txt h5 {
        font-size: 50px;
        line-height: 35px;
    }
    .salt-rm-txt h3 {
        font-size: 50px;
        line-height: 55px;
    }
    .salt-rm-img img {
        border-radius: 0 0px 70px 0px;
        margin-bottom: 40px;
    }
    .slt-rmm-sc {
        padding-top: 50px;
    }
    .sal-head h2 {
        width: 100%;
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .sal-head {
        margin-top: 50px;
    }
    .sal-head ul {
        width: 33%;
        margin-top: 0;
    }
    .sal-head ul li {
        width: 90%;
        line-height: 17px;
        font-size: 12px;
    }
    .salt-rmm-txt h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .salt-rmm-mn .salt-rmm-txt {
        margin-bottom: 40px;
    }
    .salt-rmm-mn {
        margin-top: 20px;
    }
    .sal-head2 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .sal-head2 ul {
        column-count: 2;
    }
    .sal-head2 ul li {
        font-size: 16px;
        padding-right: 50px;
    }
    .salt-rmm-txt2-inn h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .salt-rmm-txt2-inn {
        margin-bottom: 20px;
    }
    #menu a {
        padding: 0 2px;
        font-size: 13px;
    }
    .header-logo {
        padding-bottom: 20px;
    }
    .salt-img {
        text-align: center;
    }
    .salt-img .img-1 {
        width: 450px;
    }
    .testimonal-slider .slick-next {
        right: -60px;
    }
    .testimonal-slider .slick-prev {
        left: -60px;
    }
    .foot-abt {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .banner_text h5 {
        font-size: 50px;
        line-height: 55px;
    }
    .banner_text h2 {
        font-size: 75px;
        line-height: 80px;
    }
    #menu a {
        padding: 0 4px;
        font-size: 11px;
    }
    .main-banner-img {
        height: 530px;
    }
    .carousel-caption {
        top: 6%;
    }
    .abt-txt-img-2 img {
        width: 260px;
    }
    .abt-txt-img-2 #circle {
        padding-bottom: 60%;
        bottom: 13%;
        left: -7%;
    }
    .team-head h3 {
        font-size: 55px;
        line-height: 65px;
    }
    .team-inn img {
        height: 390px;
    }
    .uni-head h3 {
        font-size: 60px;
        line-height: 65px;
    }
    .serv-sec .uni-head {
        margin-bottom: 50px;
    }
    .salt-img-txt h3 {
        font-size: 65px;
        line-height: 70px;
    }
    .salt-img-txt h3 span {
        font-size: 65px;
    }
    .salt-img .img-001 {
        top: -5%;
        max-width: 165%;
    }
    .prdtc-sec .img-001 {
        top: 25%;
        width: 240px;
    }
    .prdd-bdy h6 {
        font-size: 25px;
    }
    section.testimonal-sec h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .testi-slde p {
        font-size: 24px;
    }
    .testi-slde {
        padding: 50px 20px;
    }
    .testimonal-slider .slick-next {
        right: -50px;
    }
    .testimonal-slider .slick-prev {
        left: -40px;
    }
    .foot-links {
        padding-left: 60px;
    }
    .ftt-btm-2 {
        gap: 10px;
        padding-right: 80px;
    }
    .foot-abt p {
        font-size: 16px;
    }
    .inner-bnr-img {
        height: 400px;
    }
    .inner-br-txt h2 {
        font-size: 55px;
        line-height: 60px;
    }
    .servc-dtl img {
        border-radius: 0px 150px 0px 160px;
        height: 98%;
    }
    .servc-dtl {
        height: 100%;
    }
    .contact-left {
        padding: 50px 10px !important;
    }
    .gal-inn.col-cls-1 {
        height: 490px;
    }
    .gal-inn ul {
        height: 315px;
    }
    .gal-inn {
        height: 100%;
    }
    section.productsec {
        padding: 80px 40px 80px 0px;
    }
    .price-dv-mn {
        padding: 20px 20px 20px 10px;
    }
    .catogeriesbox h4 {
        padding-left: 10px;
    }
    .frequently-list .panel-body ul li {
        padding-left: 10px;
    }
    .flx-fg.rangeValues .flx-fg {
        flex-wrap: wrap;
        justify-content: center;
    }
    .faq-inn button.accordion-button {
        font-size: 20px;
    }
    .sal-head h2 {
        font-size: 55px;
    }
    .sal-head2 ul li {
        padding-right: 50px;
        font-size: 16px;
    }
    .sal-head ul li {
        line-height: 20px;
    }
    .salt-rm-txt h5 {
        font-size: 60px;
        line-height: 65px;
    }
    .salt-rm-txt h3 {
        font-size: 65px;
        line-height: 75px;
    }
    .salt-rm-txt h5 {
        font-size: 60px;
        line-height: 65px;
    }
    .salt-rm-txt h3 {
        font-size: 65px;
        line-height: 75px;
    }
    .salt-rm-img img {
        border-radius: 0 0px 100px 0px;
        height: 100%;
        object-fit: cover;
    }
    .salt-rm-img {
        height: 100%;
    }
    .prcd-chk .checkout-btn:first-child {
        font-size: 18px;
    }
    .or-amazon p {
        font-size: 14px;
    }
    .total-section {
        padding: 27px 20px;
    }
    .ship-estimate {
        padding: 27px 20px;
    }
    .add-to-cart thead th {
        font-size: 14px !important;
        padding: 10px 10px !important;
        text-align: center;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
    #menu a {
        padding: 0 4px;
        font-size: 14px;
    }
    .salt-img .img-001 {
        max-width: 145%;
    }
    .ftt-btm-2 {
        gap: 30px;
        padding-right: 80px;
    }
    .testimonal-slider .slick-prev {
        left: -60px;
    }
    .abt-txt-img-2 img {
        width: 330px;
    }
    .gal-inn.col-cls-1 {
        height: 585px;
    }
    .gal-inn ul {
        height: 375px;
    }
}